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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
aeec52c24ce266864dabeea564db680a9b88bee9 | 7d428c0c6dd7634fbf4769575f8344ca353b2e48 | /src/data/FileMetaDataManager.cpp | 2a9c4c7e24f0af5582f38920ec784ab58abccdc7 | [
"Apache-2.0"
] | permissive | jimhuaang/qsfs-boost | ce63089248d9a0fc1ecf5f19645403d9fceeda34 | 67b69a4e376f5dc7b2744cd5af1d0655d6c4d981 | refs/heads/master | 2021-09-10T11:35:51.179932 | 2018-03-25T19:01:14 | 2018-03-25T19:15:26 | 113,832,991 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,818 | cpp | // +-------------------------------------------------------------------------
// | Copyright (C) 2017 Yunify, Inc.
// +-------------------------------------------------------------------------
// | Licensed under the Apache License, Version 2.0 (the "License");
// | You may not use this work except in compliance with t... | [
"jimhuang@yunify.com"
] | jimhuang@yunify.com |
3df35ac09faaa5f60c68c044364fbf4c52d2dabb | 5531368b3bf3a99e66130459c771767132673a29 | /Depressia/io/skillloader.cpp | 7eda07918362bf352ea037d0e995662579d3be87 | [] | no_license | Emadon13/RPGQuest | 1e7673c98888df9f45e26a31d542682bd715ecd0 | ead21644164b8e4a1cf8f7a29c9e66ddeb857f51 | refs/heads/master | 2020-04-01T20:35:10.900281 | 2019-01-08T00:10:23 | 2019-01-08T00:10:23 | 153,610,956 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,737 | cpp | #include "skillloader.h"
using namespace std;
SkillLoader::SkillLoader()
{
}
Skill* SkillLoader::generate()
{
return new Skill();
}
Skill* SkillLoader::generate(string path)
{
ifstream file(path);
string name, text, sprite, mpc, skill, ra, co, rng, od, buffAtt, buffDef, buffSpd;
if(file)
{
... | [
"38349700+Emadon13@users.noreply.github.com"
] | 38349700+Emadon13@users.noreply.github.com |
567f30453a453a8308b95dbc4f114a9fbadf583e | 961714d4298245d9c762e59c716c070643af2213 | /ThirdParty-mod/java2cpp/android/content/pm/InstrumentationInfo.hpp | e7ae5b842bf4bc97cf0bb08205e0e5d50a41879b | [
"MIT"
] | permissive | blockspacer/HQEngine | b072ff13d2c1373816b40c29edbe4b869b4c69b1 | 8125b290afa7c62db6cc6eac14e964d8138c7fd0 | refs/heads/master | 2023-04-22T06:11:44.953694 | 2018-10-02T15:24:43 | 2018-10-02T15:24:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,938 | hpp | /*================================================================================
code generated by: java2cpp
author: Zoran Angelov, mailto://baldzar@gmail.com
class: android.content.pm.InstrumentationInfo
================================================================================*/
#ifndef J2CPP_I... | [
"le.hoang.q@gmail.com@2e56ffda-155b-7872-b1f3-609f5c043f28"
] | le.hoang.q@gmail.com@2e56ffda-155b-7872-b1f3-609f5c043f28 |
af6b081d4d0d5b96683b96f916cb42c9df65070c | 47ab511d1e5f2418745f6319b7584221e578a705 | /EliminatingCastingEx/shape.h | 3870f8d73ed866f775e1bef7aef20bc8f8cb9318 | [] | no_license | sdaingade/cpplabs | f460936a6e2e4d68e13a9745b6edaae9aa75ba83 | fa6e644c1f83cbd73d4d6494a1d07f942915b62f | refs/heads/master | 2021-05-29T23:53:37.281887 | 2015-10-04T16:14:06 | 2015-10-04T16:14:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,356 | h | #ifndef SHAPE_H
#define SHAPE_H
/**************************************************************
*
* File: shape.h
*
* Description: Class Shape is defined in this class. shape.cpp
* has the implementation.
*
* Author: SciSpike
*
* Modification History:
*
***************************************... | [
"petter.graff@scispike.com"
] | petter.graff@scispike.com |
d9178347f1121bdd46d6b43b1817691b84ac603f | 61c16ab5057ae8a24af5d5b8a6c09c2a593031eb | /fd/src/search/pdbs/canonical_pdbs_heuristic.cc | 49df129e610e5834d96cfc3419168d4ef3f25eff | [] | no_license | YihuaLiang95/honors | 2a6204b88243cc601d22d8d16353d0b900560c96 | f051cbec4499864cc45929fffb3d132c304bce41 | refs/heads/master | 2020-04-27T23:04:48.323697 | 2018-05-05T07:47:39 | 2018-05-05T07:47:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,670 | cc | #include "canonical_pdbs_heuristic.h"
#include "dominance_pruner.h"
#include "max_cliques.h"
#include "pdb_heuristic.h"
#include "util.h"
#include "../globals.h"
#include "../operator.h"
#include "../option_parser.h"
#include "../plugin.h"
#include "../state.h"
#include "../timer.h"
#include "../utilities.h"
#includ... | [
"u6487831@anu.edu.au"
] | u6487831@anu.edu.au |
158f8f36a90aa613c0e3e5d79447ff04df5ca8b1 | 09e33c5c1d80f684fcc924b8fc37e1ff3fe00013 | /matrix.ino | a15ee0ff4ac8e889e3969b47ba37c13709016fd0 | [] | no_license | shawnlg/Arduino-LED-Matrix-Message-Display | c050214c4b4c2fedf6f281a56e3cd5f7843d281a | 6510d105161294c68c141ef67699bf152d4451d0 | refs/heads/master | 2016-09-14T06:04:04.456617 | 2016-04-28T00:33:57 | 2016-04-28T00:33:57 | 57,257,249 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,267 | ino | // The frame is 64 bits. Each byte holds one column of display data.
// 64 bits, 8 columns for the 64 LEDs in the matrix.
byte _frame[8] = {0,0,0,0,0,0,0,0};
// clear all pins going to matrix (input mode)
void clearMatrix() {
for (byte i=0; i<sizeof(pins); i++) {
pinMode(pins[i], INPUT);
}
}
// copy a font c... | [
"shawn@gordhamer.com"
] | shawn@gordhamer.com |
629606a06d12330c297ad54462d842eebfa03513 | e220eb257fd2d58a0dafca096e5bb275888e8824 | /clientC++/ServeurIceMP3.h | e83fa222a582d71b634e8a3c67a67668083575e6 | [] | no_license | Moquetteman/ServeurMp3 | cd3351598e9dae095c597809ba78302b9edca2ee | efc2651c19e757c0c9ecaa9f1616162935e154e8 | refs/heads/master | 2020-04-10T04:00:58.616561 | 2015-04-07T15:05:08 | 2015-04-07T15:05:08 | 31,264,583 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 88,375 | h | // **********************************************************************
//
// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// ***************************************************... | [
"maxime.manos@gmail.com"
] | maxime.manos@gmail.com |
5d6e987068b51031b76f2076532bcfae2348cd33 | d8ca1ea0f085ff7b0f62533209e4a1598768f1ba | /vendor/capnproto/c++/src/capnp/compiler/module-loader.c++ | 3fd470aae0ed83789c603e572a2c570b2ac837b9 | [
"MIT",
"BSD-2-Clause"
] | permissive | patrickToca/goq | ff26a365ce09ba21fafcc8b8b83159316d088018 | 7fbfeaa8d5a736252b7862d0d7dbdf5cd352a47f | refs/heads/master | 2021-01-21T01:56:17.274767 | 2015-02-27T20:46:06 | 2015-02-27T20:46:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,141 | // Copyright (c) 2013-2014 Sandstorm Development Group, Inc. and contributors
// Licensed under the MIT License:
//
// 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, inc... | [
"j.e.aten@gmail.com"
] | j.e.aten@gmail.com | |
493449be64435240ebfc2f0c8cdfb1ba4ee85eb8 | 48dfa4685aeac52ce9cca101af5f1c5f1c0de893 | /src/Timer.cpp | cfb6b859f3c212ebd14002fbd3323c7ff1fe519f | [] | no_license | Zetagon/Game-Project | 2050c2536a1e943414a1102e516e7699ebad099a | 2874fd8490b452e536714f3d725169cc288aa069 | refs/heads/master | 2021-01-13T10:29:43.475733 | 2016-10-22T19:43:58 | 2016-10-22T19:43:58 | 72,221,441 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 616 | cpp | #include "Timer.h"
#include <iostream>
Timer::Timer()
{
//ctor
prevSysTime = 0;
timeSince = 0;
}
Timer::~Timer()
{
//dtor
}
/** \brief Start or restart the timer
*
*/
void Timer::start()
{
timeSince = SDL_GetTicks() - prevSysTime;
prevSysTime = SDL_GetTicks();
// std::cout << "TimeSince: ... | [
"leo.ericson@yahoo.se"
] | leo.ericson@yahoo.se |
e48734151afced1482a188bad01a2b2074837191 | 3bee15e5c499481935b7c716964d5b95e3743aeb | /libvast/vast/concept/parseable/vast/offset.hpp | e2abd84269fab9d06c7abb2ce9e69b3774125017 | [
"BSD-3-Clause"
] | permissive | sangminoh/vast | 113d62ddbbc00d88711e9731122fa025eb4e22bc | 4ea59c45ffabe23d35d8b13b5e58a48d47d86aee | refs/heads/master | 2021-01-19T10:18:14.768229 | 2017-02-04T23:32:21 | 2017-02-04T23:32:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 828 | hpp | #ifndef VAST_CONCEPT_PARSEABLE_VAST_OFFSET_HPP
#define VAST_CONCEPT_PARSEABLE_VAST_OFFSET_HPP
#include "vast/offset.hpp"
#include "vast/concept/parseable/core/list.hpp"
#include "vast/concept/parseable/core/operators.hpp"
#include "vast/concept/parseable/core/parser.hpp"
#include "vast/concept/parseable/numeric/integ... | [
"vallentin@icir.org"
] | vallentin@icir.org |
78d9d0ac7503e501e498ce0de47c8f6b1514114f | 31ac07ecd9225639bee0d08d00f037bd511e9552 | /externals/OCCTLib/inc/Vrml_ShapeHints.hxx | fd43a3a8802e7a37b1fa8d3a0f60efc039f46a0d | [] | 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 | 3,849 | 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 _Vrml_ShapeHints_HeaderFile
#define _Vrml_S... | [
"litao1009@gmail.com"
] | litao1009@gmail.com |
3dddad1ce8268ef4168e9ad2de451be5e6cf147e | e4a5154dfbe141e5f92f45b8b476eb738ea2e20b | /EasyEngine/easy_engine.hpp | 445f1bd4b4c9def22fd9ae5bc4bbcbd4c9862fc6 | [] | no_license | Abyabyabyabyabya/EasyEngine | dde8203e4b9173a30542b7dce4fb42f6d16aba54 | 8ebc01d1da1bb0ee65a6d4f95ac60be918362e0d | refs/heads/master | 2022-12-27T21:15:39.027935 | 2020-10-13T13:55:24 | 2020-10-13T13:55:24 | 281,957,655 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 1,452 | hpp | ///
/// \file easy_engine.hpp
/// \brief エンジンクラス定義ヘッダ
///
/// \author 板場
///
/// \par 履歴
/// - 2020/8/19
/// - ヘッダ追加
/// - EasyEngine 定義
///
#ifndef INCLUDED_EGEG_EASY_ENGINE_HEADER_
#define INCLUDED_EGEG_EASY_ENGINE_HEADER_
#include <memory>
#include "noncopyable.hpp"
#include "r... | [
"harutch.222@gmail.com"
] | harutch.222@gmail.com |
235ee2768f859ee7c2e9e293fe5f7c73e9e3d662 | 5456502f97627278cbd6e16d002d50f1de3da7bb | /content/browser/pepper_flash_settings_helper_impl.h | d5e077ed579b4bf732f308b31e11310f91541631 | [
"BSD-3-Clause"
] | permissive | TrellixVulnTeam/Chromium_7C66 | 72d108a413909eb3bd36c73a6c2f98de1573b6e5 | c8649ab2a0f5a747369ed50351209a42f59672ee | refs/heads/master | 2023-03-16T12:51:40.231959 | 2017-12-20T10:38:26 | 2017-12-20T10:38:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,569 | 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 CONTENT_BROWSER_PEPPER_FLASH_SETTINGS_HELPER_IMPL_H_
#define CONTENT_BROWSER_PEPPER_FLASH_SETTINGS_HELPER_IMPL_H_
#include "base/compi... | [
"lixiaodonglove7@aliyun.com"
] | lixiaodonglove7@aliyun.com |
893b058bed3697d3ab8dcd3fba516942d9ea3954 | 983eb5f991890fda0a096993ada7afbdb65ce49c | /firmware/DnD20/Devices.ino | 35b09d3c2132709e5c0d9bc7af2e2b6247d66a07 | [] | no_license | MatthewCLind/DnD20 | c7a9b28bc891b4171c4333c5309b42f6aa88e5ac | d58b7953abb8a215aaa7baea8745141678314581 | refs/heads/master | 2020-03-30T22:33:53.161759 | 2018-12-03T03:39:34 | 2018-12-03T03:39:34 | 151,671,108 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,657 | ino | // ----------------------------------
// NeoPixel
// ----------------------------------
// change the neopixel to a pre-defined color
void set_neopixel_color(RgbColor c)
{
for(int i = 0; i < NUM_NEOPIXELS; i++)
{
neopixel.SetPixelColor(i, c);
}
neopixel.Show();
}
// ---------------------------... | [
"32720559+MatthewCLind@users.noreply.github.com"
] | 32720559+MatthewCLind@users.noreply.github.com |
35dd53701199f8b678212d57c172b64edbfa654c | 4462d31838cc56cfbac3e705c7ca1650c68ccecf | /Assignments/bin/a1/p735A.cpp | d09c3feb6f277abf01d2fcaf0d3b3be3cfc27222 | [] | no_license | WilliamLemens/Competitive | ad94c49addbe08f531d6528d127dbfdbfca27654 | 0fb20b65fa1698288272811a68bf4fe600062bf9 | refs/heads/master | 2021-09-19T18:56:20.400676 | 2018-07-30T23:41:45 | 2018-07-30T23:41:45 | 120,822,384 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 876 | cpp | #include <stdio.h>
#include <iostream>
int main() {
int len, leap;
std::cin >> len;
std::cin >> leap;
char board[len];
std::cin >> board;
int g = 0, t = 0, i = 0, found = 0;
while (i < len && found < 2) {
if (board[i] == 'G') {
g = i;
found++;
} else if (board[i] == 'T') {
t ... | [
"william.lemens@gmail.com"
] | william.lemens@gmail.com |
67f5e45146192c3a3e60d87ff119596adb1b1e79 | fb81d60eaea26c8feed34cdf8bcb302e6246caad | /PARTICLE MEAN/4-particleMean_v2/Constants.cc | 529156bef58d7a8306f54179e88599a28aaaeaa0 | [] | no_license | auroraleso/Cpp-course | e03ff719c7b6dc8ee56f1dde9b5a0521231edc94 | dce1cd39da03c22e595f513379aa0b7e14228c1e | refs/heads/main | 2023-03-27T07:14:24.730861 | 2021-03-25T17:41:00 | 2021-03-25T17:41:00 | 345,602,280 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 83 | cc | #include "Constants.h"
Constants::Constants(){
}
Constants::~Constants(){
} | [
"auroraleso@Aurora-PC.localdomain"
] | auroraleso@Aurora-PC.localdomain |
4bed644c9f8049476ecd28299b87a62aaf197da6 | 0aa31d232a6949dfbe7fd25365578d2788440d95 | /src/qt/optionsmodel.h | 67d949993f09709b745146be16d72081cb615759 | [
"MIT"
] | permissive | QuarterCoin/QuarterCoin-Wallet | 55382d234b9605822d64b2a857e1e57bff5022b3 | bf6bf8ec8a2907e1fa29305df389e0ae7156e544 | refs/heads/master | 2020-09-09T05:03:29.646947 | 2019-11-15T02:03:58 | 2019-11-15T02:03:58 | 221,355,759 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,910 | h | // Copyright (c) 2011-2018 The Bitcoin Core developers
// Copyright (c) 2017 The Raven Core developers
// Copyright (c) 2018 The Quartercoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef QTC_QT_OPTIONSM... | [
"splnty@live.com"
] | splnty@live.com |
3dcf968d871687c75e52ab471bf3f56cae670b6a | 3e85351787b37cf51d0bfe2bc8ac5aabe5755e0a | /src/GPIO_core/GPIO_core.cpp | 0e94b8683c3d9b8c28fb0045b3a7a5d0e048766d | [] | no_license | mroctavious/CentzonThinClient | 46c239d55c0cb9a9980975b6fb12d530c02fa510 | 8337c7ffd1753ba7285f1de052e2b048076c4245 | refs/heads/master | 2022-04-16T22:49:32.288460 | 2020-04-15T21:36:15 | 2020-04-15T21:36:15 | 256,041,639 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,825 | cpp | #include <fstream>
#include <string>
#include <iostream>
#include <sstream>
#include "GPIO_core.h"
using namespace std;
GPIOClass::GPIOClass()
{
this->gpionum = "4"; //GPIO4 is default
}
GPIOClass::GPIOClass(string gnum)
{
this->gpionum = gnum; //Instatiate GPIOClass object for GPIO pin number "gnum"
}
int... | [
"erodriguez35@alumnos.uaq.mx"
] | erodriguez35@alumnos.uaq.mx |
4aa835a070c04f59e3f0de2f75881a982f607da7 | b0a6e931ab45abc968b4f4f171545229bc5abdb4 | /d5/ex05/RobotomyRequestForm.hpp | e2029baefc80ff1e4dbe4db0ac954709999af2f6 | [] | no_license | interstates21/cpp-piscine | 57c7cc1d7d0e2a8feb8b56513c409c00f54ea80a | a0289d3d3f09e66156f144f1a76224d0e64cb328 | refs/heads/master | 2022-01-14T14:04:34.708473 | 2019-07-13T13:11:52 | 2019-07-13T13:11:52 | 193,234,766 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 462 | hpp | #ifndef ROBOTOMY_HPP
#define ROBOTOMY_HPP
#include <iostream>
#include "Form.hpp"
class RobotomyRequestForm : public Form
{
private:
std::string _target;
RobotomyRequestForm();
public:
RobotomyRequestForm(std::string &);
virtual ~RobotomyRequestForm();
RobotomyRequestForm(RobotomyRequestForm... | [
"okupin@e1r7p5.unit.ua"
] | okupin@e1r7p5.unit.ua |
723d4f2191b03a841ee8c8b7b5258a5fec8dc0d7 | 4eb4242f67eb54c601885461bac58b648d91d561 | /third_part/mcpack/public/mc_pack_bits/indexer.h | f6d62b3cdc9c760b7125f26bbf2f070e8e52fd32 | [] | no_license | biebipan/coding | 630c873ecedc43a9a8698c0f51e26efb536dabd1 | 7709df7e979f2deb5401d835d0e3b119a7cd88d8 | refs/heads/master | 2022-01-06T18:52:00.969411 | 2018-07-18T04:30:02 | 2018-07-18T04:30:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,701 | h | #ifndef __INDEXER__
#define __INDEXER__
#include <stdint.h>
template<typename Key, typename Value>
class inner_hash {
struct node {
Key key;
Value value;
};
int buck_size;
node buckets[0];
public:
static uint64_t calc_size(uint32_t node_num) {
return (uint64_t)node_num * sizeof(node) + sizeof(in... | [
"guoliqiang@ubuntu.(none)"
] | guoliqiang@ubuntu.(none) |
f8f2debc1924456a097b4ed72fe25dc18399b060 | f9aff82f3f9cc76b7fad4198fa1b193bf6e48f58 | /src/car_autopilot/src/path_planner.cpp | 2fa27e1f3ec27721478d385497fced90f3c703e6 | [
"MIT"
] | permissive | byu-magicc/mocap_car | c93126f9112edbe9ddf460a53afebc0b81f22fea | cd23dfd891c1d38641910aeb9d3058146d9c53f4 | refs/heads/master | 2020-04-04T11:28:56.223346 | 2018-11-07T23:57:05 | 2018-11-07T23:57:05 | 155,892,424 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,112 | cpp | #include <ros/ros.h>
#include <car_autopilot/Waypoint.h>
#define num_waypoints 4
int main(int argc, char **argv)
{
ros::init(argc, argv, "simple_path_planner");
ros::NodeHandle nh_;
ros::NodeHandle nh_ns_("~");
ros::Publisher waypointPublisher = nh_.advertise<car_autopilot::Waypoint>("waypoint_path", 10);
/... | [
"craig.bidstrup@gmail.com"
] | craig.bidstrup@gmail.com |
d9906b2bbfeff6cb88dd40dca9198fb183f3f5f0 | 08b0b4544980309a12dbf6d4c0cb036245b39ab7 | /src/findmf/apps/parseargExtract.h | 81ccc6121fa5b4aadba9754a0fb9708a0c7e22db | [
"BSD-3-Clause"
] | permissive | findMF/findMFHCS | f7e5012a02acbfb990c1ec5d541f73fa36ad6267 | 1be1da010c1d4b0e06a685734fba475d4c1369da | refs/heads/master | 2021-01-10T11:30:50.659830 | 2015-07-03T10:55:17 | 2015-07-03T10:55:17 | 8,410,408 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,674 | h | // Copyright : ETH Zurich
// License : three-clause BSD license
// Authors : Witold Wolski
// for full text refer to files: LICENSE, AUTHORS and COPYRIGHT
#ifndef PARSEARGEXTRACT_H
#define PARSEARGEXTRACT_H
#include <boost/program_options.hpp>
#include <boost/filesystem.hpp>
#include <fstream>
#include "findmf/app... | [
"wewolski@gmail.com"
] | wewolski@gmail.com |
276b660c5cc2ff1e9dc4353b1c9a625829e3ccce | 34fb2c48d29b4aac014571cbb0d4232896380742 | /数据结构/数据结构实验课文件/EXP4/代码3.24/20354047/task3.cpp | 60561b1787f281368a03f53a2d223a4e253631a4 | [] | no_license | dkhonker/sysu | 2aca46818fc9bf77ededa0d8922859c3cabbd1e7 | ef3b8d0f6d5bb03b408081c932716dbd37ad0a22 | refs/heads/master | 2023-06-17T01:09:03.174593 | 2021-07-14T04:27:07 | 2021-07-14T04:27:07 | 382,212,051 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 318 | cpp | #include <stdio.h>
#include <stdlib.h>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
int main()
{
char str[20000],str1[20000];
int pos,len,i,a=0;
scanf("%d%d",&pos,&len);
scanf("%s",str);
for(i=0;a<len;a++,i++,pos++)
str1[i]=str[pos-1];
puts(str1);
}
| [
"2373591933@qq.com"
] | 2373591933@qq.com |
25c5a7ee0bfa0cf27cd9d05178de770a807b4f90 | ce241347f9cb284b837d152e61187f081e3d01a9 | /Background.hpp | 0a775f7d22cfc4faf3e7f0dfc12c9ddf0ebc678b | [] | no_license | etienneFontaine35/Guillaume_VS_EMSE | 2875085402f62455c35b1d7dfa78a186c7650110 | ff1fe2c38493c798e84eb45c3fb0a75cb2423889 | refs/heads/master | 2022-07-19T20:55:58.713881 | 2020-05-16T17:35:06 | 2020-05-16T17:35:06 | 170,454,604 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,795 | hpp | #include <SFML/Graphics.hpp>
#include <string>
#include <vector>
#include <iostream>
#include <ctime>
#include "Objet_Volant.hpp"
#include "Tools.hpp"
class Background
{
public :
Background(std::string textureFondPremier_file, std::string textureFondDeuxieme_file, std::string textureParticuleBack_file, std::string ... | [
"etienne.fontaine35@gmail.com"
] | etienne.fontaine35@gmail.com |
e4feaa4ffb7b57a442880f7f992fe8c6f2e84aa5 | a4ca1e0cde964fca9dc35aa808f8e348a2e70278 | /Perf/Perf.h | ec15dec5b7e0ef328209fb61bbd270d8b26f1eb0 | [] | no_license | tigranmt/perf | 174c8c40bf5b363c593b6b486f2c79eec5fefdcc | e47880397902b253c10995bbdb6c0d63d5a41f88 | refs/heads/master | 2021-09-05T19:21:13.809348 | 2018-01-30T14:07:20 | 2018-01-30T14:07:20 | 119,469,921 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,374 | h |
#pragma once
#include <iostream>
#include <chrono>
#include <vector>
#include <memory>
#include "Sys.h"
using namespace std;
namespace Perf
{
/*
* Sample performance data struct.
* This structure is reported back to the caller of the test
*/
struct PerfData
{
double _milliseconds;
unsigned long _work... | [
"tigranmt@gmail.com"
] | tigranmt@gmail.com |
f796d00083b1fcaa1e907c9e28867f57ff6b1393 | 8f0b66089ab6acff5007a34432074030f66a79fe | /testcpu/testcpu.cpp | 57674cea66f9ccfe795d395930ce2495afc8db52 | [] | no_license | Kobey1/dprofiler | 378cfd9425799734d73ea8210918e36aeeedef10 | 97cd909aa22a42f7a30d1edc7932d02e33a10f52 | refs/heads/master | 2021-01-15T12:11:14.846024 | 2015-01-11T12:51:04 | 2015-01-11T12:51:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 160 | cpp | // testcpu.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}
| [
"lan.john@gmail.com"
] | lan.john@gmail.com |
ed9faaef668b3021c2a07b135ac8b63649678646 | 3f271ccffa54ff199927fb8f8e3e466ae965cbbb | /Task2/Task2A_PThreads.cpp | a2e2bb47627e291926c8c413abd160fb9b7fc791 | [] | no_license | johhov/MultithreadedAssignments | 9544e6f7c9d087fdb1360cd8de6f56b0a28505e9 | 2c0f938fc4c7077c410227bfc624b509a86f5115 | refs/heads/master | 2020-05-29T18:01:08.650968 | 2014-12-05T21:48:53 | 2014-12-05T21:48:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,453 | cpp | //Task 2A Multithreaded Programming 2014
//Johannes Hovland - 101028
#include <ctime>
#include <chrono>
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
const int ITERATIONS = 10000000;
const int THREADS = 4;
int partialResults[THREADS];
void *monteCarloPICalculation(void *thrNum){
double x, y;
int thre... | [
"johannes.hovland@gmail.com"
] | johannes.hovland@gmail.com |
155a42151fbe420b53e37dd8ab837c276b71e1c9 | a8fd0d2f3ea31f0cb0701530fc383f0df568fa3e | /StudentManagement_new_2/stout/tests/os/process_tests.cpp | 0db52618f02df9569d3bd814903028c4056880b0 | [
"Apache-2.0"
] | permissive | Held0n/StudentManagement | 4f74cf845905d4e267796a692f489e1b628bf81d | dae301e8254fff3b21e26f3e3f7934a11ba7d618 | refs/heads/master | 2020-04-01T19:59:04.334975 | 2018-10-31T02:15:48 | 2018-10-31T02:15:48 | 153,582,164 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,419 | cpp | // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed ... | [
"764165887@qq.com"
] | 764165887@qq.com |
beec2c6c60e2fa4832d80645b2dc370c592c26d9 | f6bad0a9093bb94b490ea068fab8c7798fe21b93 | /win/win_roscpp/include/geometry_msgs/Accel.h | 997b95b027cbe197ef1e6a58f0b778481ca08662 | [
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | permissive | warehouse-picking-automation-challenges/team_pfn | 8b5ebb7e106359980abea28dc00784772208ead9 | 2f76524b067d816d8407f6c4fae4e6d33939c024 | refs/heads/master | 2021-06-07T02:21:33.432335 | 2016-08-17T03:12:15 | 2016-08-17T03:12:15 | 66,588,155 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,493 | h | // Generated by gencpp from file geometry_msgs/Accel.msg
// DO NOT EDIT!
#ifndef GEOMETRY_MSGS_MESSAGE_ACCEL_H
#define GEOMETRY_MSGS_MESSAGE_ACCEL_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_message_traits.h>
#include <ros/message... | [
"tgp@preferred.jp"
] | tgp@preferred.jp |
03c0a18e44906670e304706866c929bf901a59a1 | d73c7cf85e0e22f9169b8c1fb038ec4c84108412 | /src/cpu/instructions/arithmetic/subad8.hpp | eacdadc1fac24272b9de816f10904ed6ea32d1a8 | [] | no_license | Briensturm/gbcpp | a1b2b43bde9b0ad85fb23c3f7205f7d4b3597879 | df995d059f9f39f24d559ff702d55813f6159234 | refs/heads/main | 2023-02-15T14:59:56.611649 | 2021-01-05T14:18:46 | 2021-01-05T17:07:42 | 321,745,323 | 1 | 0 | null | 2021-01-05T09:47:07 | 2020-12-15T17:49:38 | C++ | UTF-8 | C++ | false | false | 1,058 | hpp | #pragma once
#include "instruction.hpp"
class SUBAD8 : public Instruction
{
public:
int GetInstructionLength() { return 2; }
void ExecuteCycle(CpuStatePtr& cpuState, RamPtr& mainMemory)
{
switch (_remainingCycles)
{
case 2:
_sub... | [
"64007916+Briensturm@users.noreply.github.com"
] | 64007916+Briensturm@users.noreply.github.com |
e340228d87411614563bf3c76d4c1192751a91c3 | f252f75a66ff3ff35b6eaa5a4a28248eb54840ee | /external/opencore/fileformats/mp4/parser/include/itunesmetadataatom.h | f899a639a94a67e9df15973a260386962e60665a | [
"MIT",
"LicenseRef-scancode-other-permissive",
"Artistic-2.0",
"LicenseRef-scancode-philippe-de-muyter",
"Apache-2.0",
"LicenseRef-scancode-mpeg-iso",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | abgoyal-archive/OT_4010A | 201b246c6f685cf35632c9a1e1bf2b38011ff196 | 300ee9f800824658acfeb9447f46419b8c6e0d1c | refs/heads/master | 2022-04-12T23:17:32.814816 | 2015-02-06T12:15:20 | 2015-02-06T12:15:20 | 30,410,715 | 0 | 1 | null | 2020-03-07T00:35:22 | 2015-02-06T12:14:16 | C | UTF-8 | C++ | false | false | 1,291 | h |
#ifndef ITUNESMETADATAATOM_H_INCLUDED
#define ITUNESMETADATAATOM_H_INCLUDED
typedef Oscl_Vector<OSCL_StackString<128>, OsclMemAllocator> OSCL_StackStringVector;
/** Shared pointer of a key-value pair */
typedef OsclSharedPtr<PvmiKvp> PvmiKvpSharedPtr;
/** Vector of shared pointer of a key-value pair */
typedef Oscl_... | [
"abgoyal@gmail.com"
] | abgoyal@gmail.com |
21ae0dbdb7bde310621cc71ae2191ff850bcfdcf | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /third_party/blink/renderer/core/animation/keyframe_effect_model_test.cc | 832f4f375367035dd7e638430b7f6fa2bc37b4d5 | [
"BSD-3-Clause",
"LGPL-2.0-only",
"BSD-2-Clause",
"LGPL-2.1-only",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft"
] | 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 | 35,390 | cc | /*
* Copyright (C) 2013 Google Inc. 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 conditio... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
b5bf3bf1e81598646ee21732bf57f365e423ab88 | 26df6604faf41197c9ced34c3df13839be6e74d4 | /src/org/apache/poi/ss/formula/WorkbookEvaluatorProvider.hpp | 49e733e2d21db0ae0ad59c0acf0d8aa1d5669f14 | [
"Apache-2.0"
] | permissive | pebble2015/cpoi | 58b4b1e38a7769b13ccfb2973270d15d490de07f | 6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6 | refs/heads/master | 2021-07-09T09:02:41.986901 | 2017-10-08T12:12:56 | 2017-10-08T12:12:56 | 105,988,119 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 400 | hpp | // Generated from /POI/java/org/apache/poi/ss/formula/WorkbookEvaluatorProvider.java
#pragma once
#include <org/apache/poi/ss/formula/fwd-POI.hpp>
#include <java/lang/Object.hpp>
struct poi::ss::formula::WorkbookEvaluatorProvider
: public virtual ::java::lang::Object
{
virtual WorkbookEvaluator* _getWorkbook... | [
"zhang.chen.yu@outlook.com"
] | zhang.chen.yu@outlook.com |
acf537493bfbf19d66f884446d18dd0237763d1f | 47d7c25fa563a6b8f615b9718a8d2154235b8119 | /CSIS 252/Brekke's Files/inheritance/rectangleType.h | 7dc01c267ac1bac338270cc6f3b6e1ce838df079 | [] | no_license | meyerpa/CPlusPlus | aefcbd20671da909b04e68aabc5f70911590903d | 46f7b8465a6fa1929be5c88985ed38ea9ac335ce | refs/heads/master | 2021-06-04T10:25:11.551812 | 2018-02-23T21:50:01 | 2018-02-23T21:50:01 | 57,323,448 | 0 | 0 | null | 2016-04-28T18:23:24 | 2016-04-28T18:05:37 | C++ | UTF-8 | C++ | false | false | 1,318 | h | #ifndef _RECTANGLETYPE_H_
#define _RECTANGLETYPE_H_
class rectangleType
{
public:
void setDimension(double l, double w);
//Function to set the length and width of the rectangle.
//Postcondition: length = l; width = w;
double getLength() const;
//Function to return the length of th... | [
"meyerpa@mnstate.edu"
] | meyerpa@mnstate.edu |
69dd40133a8f39f6f4626a7b1b6428729a014480 | 9406d73feabf3b56443934f6059b20c815f7d4af | /test/a32/test-simulator-cond-rd-rn-operand-rm-ror-amount-a32.cc | eeb53e0d66b1d2e39771041ce667fa23afb2d59a | [] | no_license | multi-os-engine-community/vixl | 42b4b80092a01180cf4aa1160da988f1e9c7e628 | 811fe15831f77f7465809503791f85fed76e44c2 | refs/heads/master | 2021-01-20T23:38:00.004361 | 2016-08-08T15:18:52 | 2016-08-09T10:28:29 | 101,847,618 | 0 | 0 | null | 2017-08-30T06:48:55 | 2017-08-30T06:48:55 | null | UTF-8 | C++ | false | false | 73,266 | cc | // Copyright 2016, ARM Limited
// 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 a... | [
"scott.wakeling@linaro.org"
] | scott.wakeling@linaro.org |
9dedbdd1f0682e609e4e6c8421dd7960bb0792ff | 5456502f97627278cbd6e16d002d50f1de3da7bb | /ios/chrome/browser/browser_state/browser_state_info_cache_observer.h | 81ea6ec067a1644a74a9d36d6f87f05cc8d693ed | [
"BSD-3-Clause"
] | permissive | TrellixVulnTeam/Chromium_7C66 | 72d108a413909eb3bd36c73a6c2f98de1573b6e5 | c8649ab2a0f5a747369ed50351209a42f59672ee | refs/heads/master | 2023-03-16T12:51:40.231959 | 2017-12-20T10:38:26 | 2017-12-20T10:38:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,023 | h | // Copyright 2015 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 IOS_CHROME_BROWSER_BROWSER_STATE_BROWSER_STATE_INFO_CACHE_OBSERVER_H_
#define IOS_CHROME_BROWSER_BROWSER_STATE_BROWSER_STATE_INFO_CACHE_OBSER... | [
"lixiaodonglove7@aliyun.com"
] | lixiaodonglove7@aliyun.com |
37036cf87adb0dd1ebabfcaf4450dfc21b036150 | 7e206171aff10918b71adf2ed7c85d68558d6b39 | /examples/ME/W_4j/P0_Sigma_sm_uxcx_mumvmxuuxcxdx_W_4j.h | c38fcae346d840c95a06071a20f4e2f5e9b8c7fc | [] | no_license | matt-komm/momenta | 934d62f407abcce25e7c813c0ae9002d308f09cf | c52c63fad5ab38dc54e71636f3182d5fbcd308bc | refs/heads/master | 2021-01-01T05:31:11.499532 | 2014-04-01T20:01:29 | 2014-04-01T20:01:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,941 | h | //==========================================================================
// This file has been automatically generated for C++ Standalone by
// MadGraph 5 v. 2.0.0.beta3, 2013-02-14
// By the MadGraph Development Team
// Please visit us at https://launchpad.net/madgraph5
//==========================================... | [
"Matthias.Komm@cern.ch"
] | Matthias.Komm@cern.ch |
dcef0cd68b0c765e0e142e4b7d6c655b2f8725cc | c636136096c92ddb07ce97d3960bf0289d70b57a | /Medusa/MedusaCore/Core/Geometry/Graph/GraphEdge.cpp | 0915a185d893973bb01edc789cfca44e9b3fe5ac | [
"MIT"
] | permissive | johndpope/Medusa | 6a5a08e0c3f216dcab3b23db2f7bcf4d05845bce | 22aa6719a001330fea51a6822fec01150eb8aabc | refs/heads/master | 2020-12-30T20:51:14.718429 | 2015-12-15T12:31:22 | 2015-12-15T12:31:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 406 | cpp | // 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.
#include "MedusaCorePreCompiled.h"
#include "GraphEdge.h"
MEDUSA_BEGIN;
GraphEdge::GraphEdge(GraphNode* from, GraphNode* to, float weight/*=1.f*/)
:mIndex(0),
mFr... | [
"fjz13@live.cn"
] | fjz13@live.cn |
e31ffc933237ee41a933149c40b83a4945ba3b04 | 63926f6bc3dd5b3573d4e22c7d5ac0bc1a5e253c | /Plugins/GeoGlue/Source/VoxelExtension/Private/GRDReader.cpp | 95da2c2f704fe112add349005e9a1cd9bf4d1a7d | [] | no_license | chaiyuntian/MPlugins | 8c024cf3cb815614aa4c5eaf7d6d1e0f5af9eb6b | 9050f15e0ac92657dbf63b403d873e87485892d2 | refs/heads/main | 2023-01-10T23:07:38.428583 | 2020-11-10T04:02:52 | 2020-11-10T04:02:52 | 309,244,097 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,617 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "GRDReader.h"
DEFINE_LOG_CATEGORY_STATIC(LogGRDReader, Log, All);
// space and return
static void JumpOverWhiteSpace(const uint8*& BufferPos)
{
while (*BufferPos)
{
if (*BufferPos == 13 && *(BufferPos + 1) == 10)
{
Buf... | [
"tianyunchai@126.com"
] | tianyunchai@126.com |
8d1ecdc81f8b03429632f5c0c08abbc779451a3d | 3ff1fe3888e34cd3576d91319bf0f08ca955940f | /cls/include/tencentcloud/cls/v20201016/model/HistogramInfo.h | f042aace4bc1b0da4d3050de913b8f2d7d5309ff | [
"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 | 3,738 | 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 |
878eef755e78f3fd401ad0397c8f687a4b1513ea | 9fad4848e43f4487730185e4f50e05a044f865ab | /src/components/scheduler/child/idle_helper_unittest.cc | 37a6e1b2f303cebe17368d396b09471b7d88783e | [
"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 | 41,926 | cc | // Copyright 2015 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 "components/scheduler/child/idle_helper.h"
#include <utility>
#include "base/callback.h"
#include "base/macros.h"
#include "base/test/simple_te... | [
"dummas@163.com"
] | dummas@163.com |
e0b578bbe6c8b1ff7c14d6f83a6f9d179dc5b411 | b1e5f089be9b6086db51f31015674ad1a0b61b09 | /unit-tests/test_compression.cc | f74a07fc1858c49332b538fd9cc29265fc9c6a0e | [
"Zlib",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | tdiazcu/kingdb | 87532a54843c2ae401ad4e9b8b07980b6bf413bc | 50be18b6b65c028e9495c96c56d603e863822bd6 | refs/heads/master | 2021-01-17T06:30:18.059043 | 2015-04-10T21:45:34 | 2015-04-10T21:45:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,991 | cc | #include "algorithm/compressor.h"
#include "algorithm/lz4.h"
char* MakeValue(const std::string& key, int size_value) {
int size_key = key.size();
char *str = new char[size_value+1];
str[size_value] = '\0';
int i = 0;
for (i = 0; i < size_value / size_key; i++) {
memcpy(str + i*size_key, key.c_str(), siz... | [
"emmanuel.goossaert@gmail.com"
] | emmanuel.goossaert@gmail.com |
355ee9b07a02683373fe53f59f9cbc4bc88835a1 | 3e2711b2bb02bf80cb2f4443cc08eaa3f09c8c2f | /codevs1082_zkw_0.cpp | fbfb8570adaa098bcee6423cf84aabb6c0b1206d | [] | no_license | liangsheng/new | 2a13f9efd84c2f2d922ac578d41528a71df6e1f4 | 3c5f46c214b4fbf66719f1dc0bed82196214f620 | refs/heads/master | 2021-01-18T22:34:38.451489 | 2016-06-13T09:26:43 | 2016-06-13T09:26:43 | 35,537,393 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,473 | cpp | #include <bits/stdc++.h>
#define file_r(x) freopen(x, "r", stdin)
#define file_w(x) freopen(x, "w", stdout)
#define rep(i, n) for (int i = 0; i < n; i++)
#define FOR(i, n, m) for (int i = n; i <= m; i++)
#define repe(i, u) for (int i = head[u]; ~i; i = nxt[i])
#define FORD(i, n, m) for (int i = n; i >= m; i--)
#define... | [
"904491908@qq.com"
] | 904491908@qq.com |
951b8cdc8c9a42c5a5ba7993fba3f0b49f772fcb | 958b35b8188909abfb5c5fc466fd4fb461735a21 | /chapter4/4-3.cpp | afc35ab8295d34677faf1466245d86e42817dfea | [] | no_license | 1303575952/Teach-Yourself-Cpp-in-One-Hour-a-Day | af89f85fd26e2d0d639fcc879ccbee67bd6aa072 | 7324b5d2032b8fc127e506359f7c05b96a0c9884 | refs/heads/master | 2020-05-16T23:12:27.812340 | 2019-04-28T08:21:42 | 2019-04-28T08:21:42 | 183,356,020 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 677 | cpp | #include <iostream>
using namespace std;
int main() {
int threeRowsThreeColumns[3][3] =
{{-501, 205, 2011},
{989, 101, 206},
{303, 456, 596}};
cout << "Row 0: " << threeRowsThreeColumns[0][0] << " "
<< threeRowsThreeColumns[0][1] << " "
<< threeRowsTh... | [
"1303575952@qq.com"
] | 1303575952@qq.com |
5abdb50948be3d16a33c166288a4b16fcd214e2a | bc047c426fc1e2f619173a26cff72394b2a223b2 | /esp015/test2.0 esp8266/Blink/Blink.ino | 6eef7b91ca699677d707b6ccdda52bca7fc74933 | [] | no_license | MathieuAuclair/ArduinoTest | 4587375d8191e12afaa811c046d7ca2f65f85548 | ee6592768f398d5d189742d4293fec5fdb66d511 | refs/heads/master | 2021-04-30T18:14:44.087896 | 2017-05-29T23:31:04 | 2017-05-29T23:31:04 | 80,334,724 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,179 | ino | // Basic serial communication with ESP8266
// Uses serial monitor for communication with ESP8266
//
// Pins
// Arduino pin 2 (RX) to ESP8266 TX
// Arduino pin 3 to voltage divider then to ESP8266 RX
// Connect GND from the Arduiono to GND on the ESP8266
// Pull ESP8266 CH_PD HIGH
//
// When a command is entered in... | [
"mathiass12@hotmail.com"
] | mathiass12@hotmail.com |
973e7e7b9b342e7b3b6980eadebaabefdecc65f8 | 794312de5e5e928080e75730ef56f6fff7baf918 | /snake.h | 46994497f95b3b9604b51f90c75fc5d552bb2656 | [] | no_license | ampaul5653/Snake-Game | d67190e531d623c4111ac354cd826a3698184325 | d283b065e78f44e6ea9ad5175e172f5328542d29 | refs/heads/master | 2023-01-08T14:32:38.957168 | 2020-11-08T01:23:58 | 2020-11-08T01:23:58 | 310,962,151 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,438 | h | /*---------------------------------------------------------
file: snake.h
by: Adam Paul
org: COP 2001, Spring 2020
for: Header file for a snake class object
---------------------------------------------------------*/
#pragma once
#include "block.h"
#include "snakedefs.h"
class Snake {
private:
Block he... | [
"adammpaul4@gmail.com"
] | adammpaul4@gmail.com |
85720b3af0ca2b3f998827c156d451a7f2317ac2 | 7f583eade8a277b27364b0e6ec900fb48bb07b02 | /Queue-master/src/cppQueue.cpp | 2f58ce524c8c38e1469321d4131a264faf1d4c33 | [
"BSD-3-Clause",
"MIT"
] | permissive | tcafiero/IoTWArduinoLibraries | 727c4ef7f5cfb456c8d2831303fee7e50a0c2ebc | 6cdfc5a14cdefdee8635e3c4296dcea25dfe5840 | refs/heads/master | 2020-03-23T14:56:16.074734 | 2018-09-17T17:02:49 | 2018-09-17T17:02:49 | 141,709,263 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,988 | cpp | /*!\file cppQueue.cpp
** \author SMFSW
** \version 1.5
** \date 2018/03/14
** \copyright BSD 3-Clause License (c) 2017-2018, SMFSW
** \brief Queue handling library (designed on Arduino)
** \details Queue handling library (designed on Arduino)
** This library was designed for Arduino, yet may be compiled without chang... | [
"tcafiero@hotmail.com"
] | tcafiero@hotmail.com |
49eca508e33e89312fac9dad4a4a15d805bc2460 | 0a7c429c78853d865ff19f2a75f26690b8e61b9c | /Legacy/SAL/Interfaces/IBuilder.h | d97bf684760b8696ca005721be8a38c114d0e854 | [] | no_license | perryiv/cadkit | 2a896c569b1b66ea995000773f3e392c0936c5c0 | 723db8ac4802dd8d83ca23f058b3e8ba9e603f1a | refs/heads/master | 2020-04-06T07:43:30.169164 | 2018-11-13T03:58:57 | 2018-11-13T03:58:57 | 157,283,008 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,041 | h |
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2002, Perry L. Miller IV
// All rights reserved.
// BSD License: http://www.opensource.org/licenses/bsd-license.html
//
///////////////////////////////////////////////////////////////////////////////
///////////////... | [
"pep4@73d323f7-f32a-0410-a0ec-c7cf9bc3a937"
] | pep4@73d323f7-f32a-0410-a0ec-c7cf9bc3a937 |
cf3d672edc41aee1e64c97c1c6856dcd849f8a15 | 617a25be1df450b4eea55c12440315268adde10d | /MyFieldWidget.h | fefd9fafeecabaa1adcfd082683b8cc0a2014801 | [] | no_license | ZhangMingdong/TrendDetectionVis | 34250407efd675bd8ca8fe4e64a7ab7b8152740c | 9a0aa01b2023250d1b0f3a42f525e33ba501957b | refs/heads/master | 2021-08-29T16:16:12.815141 | 2017-12-13T05:51:44 | 2017-12-13T05:51:44 | 111,173,115 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 816 | h | #pragma once
#include "def.h"
#include "ContourGenerator.h"
#include "EnsembleIntersections.h"
#include "GLFont.h"
#include "MyGLWidget.h"
#include "Field2D.h"
#include<vector>
#include<unordered_map>
class MeteModel;
class MyFieldWidget : public MyGLWidget
{
Q_OBJECT
public:
MyFieldWidget(QWidget *parent = 0)... | [
"zhangmingdong0408@gmail.com"
] | zhangmingdong0408@gmail.com |
a135172edc7f4c59f7585eb11871c2f3e70126e1 | c10025e21323f2b6719a6431cac74d4dd16c35cc | /engine/src/rendering/transform.cpp | 195983d3d4717b1981dd8cef75e6700d8299dac2 | [] | no_license | rockz-lab/3D_rendering | 259a53500601a17dd3890c06a635cb14c3cc859d | 3ea49f04a6a4ee2014364ebb9d3ca727c801e454 | refs/heads/main | 2023-02-19T22:36:42.507469 | 2021-01-24T15:18:59 | 2021-01-24T15:18:59 | 310,270,434 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 461 | cpp | #include "transform.h"
Transform::Transform()
{
this->pos = glm::vec3(0.0, 0.0, 0.0);
this->rpy = glm::vec3(0.0, 0.0, 0.0);
this->scale = glm::vec3(1.0, 1.0, 1.0);
}
Transform::Transform(glm::vec3 pos, glm::vec3 rpy)
{
this->pos = pos;
this->rpy = rpy;
this->scale = glm::vec3(1.0, 1.0, 1.0);
... | [
"uzdpx@student.kit.edu"
] | uzdpx@student.kit.edu |
6e463a20c9c4af785e7d70cc6bb5d3e87a0a2232 | 66e7e96aeee14bf491e02b369b4cea910f627717 | /CMVS/CMVS_CN_PATCH/dllmain.cpp | 13022418257d056064948d97ba116c1f2a8fef3e | [] | no_license | jszhtian/Fragment | 58416e703596898d57a3de5ec4644b8ee88d7482 | 5f62905e50274bc0ae9f9464eedb1f1d4604e254 | refs/heads/master | 2022-09-28T10:49:53.847423 | 2022-09-17T12:47:23 | 2022-09-17T12:47:23 | 75,670,679 | 48 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 8,182 | cpp | // dllmain.cpp : 定义 DLL 应用程序的入口点。
#include "framework.h"
#include "TransText.h"
DWORD str_off = 0;
CHAR CopyStr[0x1000] = { 0 };
CHAR* FileName = nullptr;
TransText transtext;
wchar_t wout[0x100];
bool isAllAscii(string s)
{
for (unsigned char ch : s)
{
if (ch >> 7) // whether the first bit is 1
... | [
"jszhtian@hotmail.com"
] | jszhtian@hotmail.com |
14c1001ee14a348d2de96127e009ee027027471a | d5f97a6069977aced6cd9736bf26afe2709b359f | /C++/Algorithm/Dynamic programming/6_count_all_palindrom_substring.cpp | c4a065bfca6fbaf507ac30921227b0b084d56b62 | [] | no_license | aayushrai/Data_Structure_And_Algorithm | 3bd159256f2a996e298b66c4f9bcd681d19bf056 | 99ee16acf2a5546b0dec56f25eeb23c9476861b9 | refs/heads/master | 2023-07-13T02:54:05.907882 | 2021-08-23T11:19:25 | 2021-08-23T11:19:25 | 203,412,716 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,017 | cpp |
// memoization (top down approach)
// create all the possible substring
// example aba -> a,ab,aba,b,ba,a
// for each string each string is palindrom or not, if palindrom then increament the counter
// the function which checking string ispalindrom we apply memoization in that
// abba -> check for a__a , -> then we... | [
"www.aayushrai@gmail.com"
] | www.aayushrai@gmail.com |
7ada1ebe8636f9d0a55f827b35795629595e5d2e | 2f046ba12c84472c0369f7274a9c45fa0718b48f | /lib-network/src/linux/networktcp.cpp | 012b138cfe42aff41df0fed028c11d7a815f7aa9 | [
"MIT"
] | permissive | Kamal-Sonani/GD32207C-EVAL-board-DMX512-RDM | 3beaf3390f78925d0465ad56f6e400cda842a6f8 | 354ba04c02aa99c47138232c01b5f12ba74a54ab | refs/heads/main | 2023-09-03T14:26:12.402763 | 2021-11-09T11:06:34 | 2021-11-09T11:06:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,008 | cpp | /*
* network.cpp
*
* Should move to lib-network
*
*/
#include <stdio.h>
#include <string.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <poll.h>
#include <cassert>
#include "network.h"
#define MAX_PORTS_ALLOWED 2
#define MAX_SEGMENT_LENGTH 1400
static uint16_t s_ports_allowed[... | [
"arjan.van.vught@gmail.com"
] | arjan.van.vught@gmail.com |
a5f6a470878fa209cf4f6f09678f12dc4b6aa7ef | 753cf6d6998732a371fafc0223e5717fa9f35a21 | /src/model/include/room.h | 3fe0b8948de17ca742d1ce1e9d2f06c2f5afb9e3 | [] | no_license | eeng321/Adventure2016 | ae2470450c8637072d3f8530d67bfdf8a35e5107 | 3a2257163e4934a960757bfb5541385f9bead3c8 | refs/heads/master | 2020-04-29T00:50:20.926124 | 2019-03-17T08:47:26 | 2019-03-17T08:47:26 | 175,710,013 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,860 | h | //room.h
#ifndef ROOM_H
#define ROOM_H
#include <string>
#include <vector>
#include <memory>
#include "door.h"
#include "id.h"
#include "extendedDescription.h"
class RoomModel;
class Room {
private:
std::string area;
roomId id;
std::string name;
std::vector<std::string> mainDescription;
std::vector<extendedDes... | [
"bha33@sfu.ca"
] | bha33@sfu.ca |
d4f198d4e28f907e476b92e736382c50b73a813b | 6d4453247bc38b8bd3b8f73c4e3cd2a6d6f2d790 | /ceng242 - Programming Languages/242-3/pokemon.h | 09eaab2dc4b5dea507ab5946de7fdcc1b6e8143e | [] | no_license | ArthurDayne24/metu-ceng-hws | eff99539b150f7485478dfe2cab712f6f7630a2c | 8b3f22237305610230786803cc1277a836aef2b5 | refs/heads/master | 2020-12-09T21:20:01.845857 | 2019-05-05T17:45:12 | 2019-05-05T17:45:12 | 233,419,683 | 2 | 0 | null | 2020-01-12T16:08:42 | 2020-01-12T16:08:41 | null | UTF-8 | C++ | false | false | 701 | h | #ifndef POKEMON_H
#define POKEMON_H
#include <string>
using namespace std;
class Pokemon
{
private:
string name;
string type;
int numberOfExperiences;
int evolutionBound;
friend bool decide(const Pokemon & pk1, const Pokemon & pk2);
public:
... | [
"onur.tirtir@ceng.metu.edu.tr"
] | onur.tirtir@ceng.metu.edu.tr |
4de45d5bdc8ad90f309a2ce5312aa2edf19755f3 | d7e7dfa5fcd6365350d2457453ffec6bdaa9e795 | /src/mqttthread.hpp | b9b47a4f32782e4a2463265b561a4e0e24cd2aab | [] | no_license | hairymnstr/mqttalk | 31a43804d39a3554e40a7b329b84758641edfbcf | fde27514e82344b167bc6d351f21760556ec483d | refs/heads/master | 2021-01-18T20:30:18.470607 | 2019-10-20T15:35:48 | 2019-10-20T15:35:48 | 30,833,616 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 617 | hpp | #include <QObject>
#include <QString>
#ifndef MQTTTHREAD_H_
#define MQTTTHREAD_H_
class MQTTThread : public QObject {
Q_OBJECT
public:
virtual ~MQTTThread();
void onConnect(struct mosquitto *mosq, int result);
void onMessage(struct mosquitto *mosq, const struct mosquitto_message *message);
void onSubscribe(str... | [
"nathan@nathandumont.com"
] | nathan@nathandumont.com |
08ac3a9914f79d201e47266fbc36e89ec966b69a | 6146923541cd6c16b7d565957251668147767cfd | /system/setFieldsDict | 8777b3cd94478e0425c7e21b42999aafdb8013e7 | [] | no_license | OmarMahfoze17/CCP-WSI | 46f1006e8007ffca1f5a5f5c26cd3a10f5f1ce77 | 0a3c14c3a90d71a402d84e593ca5a893be644a9c | refs/heads/master | 2023-08-03T06:02:46.878919 | 2021-09-17T16:29:05 | 2021-09-17T16:29:05 | 403,786,826 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 922 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 8
\\/ M anipulation |
\*-------... | [
"omar-ahmed.mahfoze@stfc.ac.uk"
] | omar-ahmed.mahfoze@stfc.ac.uk | |
739e64683f118c3c5d625fdfbe2fb6a62b66ea93 | 93deb00f6967a21639a97d788932fa8b9386802d | /ThayXuan/[VuAnhHuy][FM].cpp | 9d70941ca48ae31e2ae23763daea33834d90ecba | [] | no_license | yakuza-h/cpp | 54f07d4e3a44ec1eb3ac34f778bc224d1f12c2ab | 48e09ac64b1ea8ed3051fa8e7b776d8ba8505b90 | refs/heads/master | 2022-03-29T14:27:11.608876 | 2020-02-03T05:48:56 | 2020-02-03T05:48:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 414 | cpp | #include <bits/stdc++.h>
using namespace std;
long long n,m,a[1000001],ans;
int main () {
freopen ("FM.INP","r",stdin);
freopen ("FM.OUT","w",stdout);
cin >> n >> m;
for (int i = 1; i <= n; i ++) cin >> a[i];
ans = 0;
sort(a+1,a+1+n);
for (int i = 1; i <= n; i ++) {
long long j = upper_bound(a+1,a+1+... | [
"vuanhhuyhl@gmail.com"
] | vuanhhuyhl@gmail.com |
a477968d480527c30e8d3bba77cdf534e1b6110e | 9e491b20094318b48571c0750dee875b09c69c86 | /Задание_4/Задание_4.cpp | 643ffad975685c7a92a81ea46d47376125fe8d66 | [] | no_license | Maxytrewq312/Lab_Rab5 | 72fd066ab5c4ea26df3e88065e70e6be4e74663e | 51fb0a362dc0a9cbc9abb6414225e75cf65ef4f6 | refs/heads/master | 2023-01-03T22:36:34.937239 | 2020-10-27T14:00:17 | 2020-10-27T14:00:17 | 307,718,249 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 465 | cpp | // Задание_4.cpp : Этот файл содержит функцию "main". Здесь начинается и заканчивается выполнение программы.
//
#include <iostream>
using namespace std;
int main()
{
setlocale(0, "");
double const PI = 3.141592653589793;
double R;
cout << "Введите радиус: ";
cin >> R;
double S = PI * (R * R);
cout << "Площадь ... | [
"Максим@DESKTOP-TSPOI6V"
] | Максим@DESKTOP-TSPOI6V |
6fc8ea5e1481c1a1b38b4ac7dfbcb36235dffcbb | 794c6ad094d50dab94c0878702b5212ad0eee849 | /public_library/src/old/runtime_error.cpp | 9798f12a2901a32ddd2bc79466d9fa35cf1a8395 | [] | no_license | boris-r-v/mpkpen-2.0 | fdf9ce2a0ca96de66334a1b4e0645beb48b5f669 | 27bf9273f3916c607436df41fa156049e4b0c786 | refs/heads/master | 2021-06-03T23:54:06.728757 | 2021-05-17T12:30:51 | 2021-05-17T12:30:51 | 123,535,481 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 145 | cpp | #include <runtime_error.h>
namespace mp = MpkPen::Public;
mp::RuntimeError::RuntimeError( std::string const& _s): std::runtime_error( _s )
{
}
| [
"borisrozhkin@gmail.com"
] | borisrozhkin@gmail.com |
1083bc37ffcf6b77457c1b6125bf0d8d19292f11 | c8bb140f3bce3ca44eb31d8a7ba99a5151e2a51e | /Mattrix/src/CalculationUtil/src/Expression.cpp | ade2103cd671ec641c22961c6a576cb9d09c40de | [] | no_license | MHokinson38/Mattrix | 6f8114cf7bfc98b0949640e0d9748f9960b27aec | 5f6a5371acd99063b110bd20fcc6e26d3fa98b81 | refs/heads/master | 2020-12-21T18:11:11.823123 | 2020-01-27T15:39:55 | 2020-01-27T15:39:55 | 236,517,788 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,641 | cpp | //
// Expression.cpp
// Mattrix
//
// Created by Matthew Hokinson on 11/30/19.
//
//Libraries
#include <stdio.h>
#include <iostream>
#include <vector>
#include <string>
#include <exception>
//My Files
#include <CalculationUtil/interface/Operations/Operation.h>
#include <CalculationUtil/interface/Operations/Operatio... | [
"matthew@hokinson.com"
] | matthew@hokinson.com |
63b9704678560e92832b277f5c248fd82cd2deeb | 8d8467edb812bf829602db4dcc39ff4085268ef5 | /include/motion_primitive_library/primitive/poly_solver.h | dcc8ccd0d90c6e2a51559b2391775201c6c47782 | [
"Apache-2.0"
] | permissive | SiChiTong/motion_primitive_library | e3648f49507001770954714d390bad07f52e7b7c | 12a5a59132b714956018d271747010e88476b583 | refs/heads/master | 2021-05-02T15:14:31.565963 | 2018-02-07T23:50:31 | 2018-02-07T23:50:31 | 120,692,418 | 3 | 1 | null | 2018-02-08T01:07:30 | 2018-02-08T01:07:30 | null | UTF-8 | C++ | false | false | 1,349 | h | /**
* @file poly_solver.h
* @brief Trajectory generator back-end
*/
#ifndef POLY_SOLVER_H
#define POLY_SOLVER_H
#include <stdio.h>
#include <iostream>
#include <memory>
#include <Eigen/Core>
#include <Eigen/StdVector>
#include <Eigen/LU>
#include <motion_primitive_library/primitive/poly_traj.h>
/**
* @brief Traje... | [
"lskwdlskwd@gmail.com"
] | lskwdlskwd@gmail.com |
c13d0fdd0fc12ddd2667bf113ab6515fbe7fa5ce | 0f457762985248f4f6f06e29429955b3fd2c969a | /irrlicht/sdk/irr_bullet/BulletFpsCamAnimator.cpp | cb032f3e69ff87eca1975d828ecc7cfaf75b60b1 | [] | no_license | tk8812/ukgtut | f19e14449c7e75a0aca89d194caedb9a6769bb2e | 3146ac405794777e779c2bbb0b735b0acd9a3f1e | refs/heads/master | 2021-01-01T16:55:07.417628 | 2010-11-15T16:02:53 | 2010-11-15T16:02:53 | 37,515,002 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 13,440 | cpp | //저작권:
//물리 fps 애니메이터
//수정 2008.8.12
//미구현 사항 : 점푸구현
//
//수정 2009.8.6
#pragma warning (disable:4819)
#include "CBulletAnimatorManager.h"
#include "BulletFpsCamAnimator.h"
#include "IVideoDriver.h"
#include "ISceneManager.h"
#include "Keycodes.h"
#include "ICursorControl.h"
#include "ICameraSceneNode.h... | [
"gbox3d@58f0f68e-7603-11de-abb5-1d1887d8974b"
] | gbox3d@58f0f68e-7603-11de-abb5-1d1887d8974b |
3128d4a5ce3fc6ea77f2ef0b56c9f0abdba07c24 | ba4c8a718594f43fb2c5a2ec11c066274ec70445 | /openCV/sources/modules/highgui/src/cap_gstreamer.cpp | 769de7fd5f50e87b5154fd2f4fcea221f71fbc69 | [
"BSD-3-Clause"
] | permissive | jayparekhjp/openCV-Facial-Recognition | d7d83e1cd93a878d91e129dd5f754a50fde973a2 | c351d55863bbc40c3225f55152dcd044f778119f | refs/heads/master | 2020-04-02T03:18:43.346991 | 2018-10-20T23:45:42 | 2018-10-20T23:45:42 | 153,957,654 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 54,644 | cpp | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, i... | [
"thatindiangeek@gmail.com"
] | thatindiangeek@gmail.com |
aee4717369544eee556b41e359ebe0c5c19eb42d | 5d6e6beb365e5e52db41394826ccfbc3e51bcfb7 | /libnano2/nanosoft/xmlparser.h | ab3e0a9d24b8305f1ff0df3dec3ed7418206596d | [
"MIT"
] | permissive | zolotov-av/nanosoft | 86d600d60ec74ae5b456a9d5afd7697883ac57ee | 2aebb09d7d8a424d4de9b57d7586dbb72eed9fa0 | refs/heads/master | 2021-03-19T08:37:57.683170 | 2020-05-27T14:34:29 | 2020-05-27T14:39:26 | 97,500,048 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,136 | h | #ifndef NANOSOFT_XMLPARSER_H
#define NANOSOFT_XMLPARSER_H
#include <nanosoft/error.h>
#include <nanosoft/xml_types.h>
#include <string.h>
#include <expat.h>
#include <map>
#include <string>
namespace nanosoft
{
/**
* XML парсер
*/
class XMLParser
{
public:
/**
* Конструктор
*/
XMLParser();
/**
... | [
"shade@shamangrad.net"
] | shade@shamangrad.net |
d84c474e40602785a42da7cb0e9e1397dae59f74 | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /content/browser/payments/payment_instrument_icon_fetcher.h | e3c5f8e608d5da488fd5d1e8d3e07bb24e31b5dc | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | meniossin/src | 42a95cc6c4a9c71d43d62bc4311224ca1fd61e03 | 44f73f7e76119e5ab415d4593ac66485e65d700a | refs/heads/master | 2022-12-16T20:17:03.747113 | 2020-09-03T10:43:12 | 2020-09-03T10:43:12 | 263,710,168 | 1 | 0 | BSD-3-Clause | 2020-05-13T18:20:09 | 2020-05-13T18:20:08 | null | UTF-8 | C++ | false | false | 1,188 | h | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_BROWSER_PAYMENTS_PAYMENT_INSTRUMENT_ICON_FETCHER_H_
#define CONTENT_BROWSER_PAYMENTS_PAYMENT_INSTRUMENT_ICON_FETCHER_H_
#include <string>... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
13c680de8f3cff1e42ebe539300b80771791881a | d158de2ad6ce474eaf425ddb3d16a768a62d01d9 | /devc_v2/datastructues/knap_sack_using_profit_weight_ration.cpp | 4898d441e38224c29b1159adca23d42080395f3f | [] | no_license | VijayNandakumarkumar/CodingPractise | 4cc3eb91590890788a0e18bbcb77375c0c4b51a5 | 32cc3601dc2a3d55ccdbafb2d3673ec330f1fd16 | refs/heads/master | 2022-10-07T23:21:42.951250 | 2022-10-05T17:32:32 | 2022-10-05T17:32:32 | 215,368,848 | 1 | 1 | null | 2020-12-08T20:48:17 | 2019-10-15T18:27:22 | C++ | UTF-8 | C++ | false | false | 1,027 | cpp | /*
Coded by following algo of abul dahir.
*/
#include<bits/stdc++.h>
using namespace std;
typedef pair<int, int> ipair;
int knap_sack_wpr(vector<pair<double, ipair> > &wp, int W) {
int max_profit = INT_MIN;
do {
int w = 0, i = 0, p=0;
for(int i=0;i<(int)wp.size() && w<=W;i++){
if (... | [
"vijay.nandakumar30@gmail.com"
] | vijay.nandakumar30@gmail.com |
a21e611eb1c322cc234663420ca1d269fc13f72f | 0cda2dcf353c9dbb42e7b820861929948b9942ea | /fileedit/2009/Paintball.cpp | 7c277d96d64130a31d498ef5cc06a536a7564c12 | [] | no_license | naoyat/topcoder | 618853a31fa339ac6aa8e7099ceedcdd1eb67c64 | ec1a691cd0f56359f3de899b03eada9efa01f31d | refs/heads/master | 2020-05-30T23:14:10.356754 | 2010-01-17T04:03:52 | 2010-01-17T04:03:52 | 176,567 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 12,173 | cpp | #line 2 "Paintball.cpp"
#include <iostream>
#include <sstream>
#include <cstdio>
#include <cmath>
#include <cctype>
#include <algorithm>
#include <string>
#include <vector>
#include <deque>
#include <stack>
#include <queue>
#include <list>
#include <map>
#include <set>
// BEGIN CUT HERE
#include "cout.h"
// END CUT HER... | [
"naoya_t@users.sourceforge.jp"
] | naoya_t@users.sourceforge.jp |
eab22b6f5664d5cc25930f1a54b6f6d005924707 | 8947812c9c0be1f0bb6c30d1bb225d4d6aafb488 | /02_Library/Include/XMCocos2D-v3/network/HttpResponse.h | 874d89299c33671ff3263711829f93a72b034122 | [
"MIT"
] | permissive | alissastanderwick/OpenKODE-Framework | cbb298974e7464d736a21b760c22721281b9c7ec | d4382d781da7f488a0e7667362a89e8e389468dd | refs/heads/master | 2021-10-25T01:33:37.821493 | 2016-07-12T01:29:35 | 2016-07-12T01:29:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,329 | h | /* -----------------------------------------------------------------------------------
*
* File HttpResponse.h
* Ported By Young-Hwan Mun
* Contact xmsoft77@gmail.com
*
* -----------------------------------------------------------------------------------
*
* Cop... | [
"mcodegeeks@gmail.com"
] | mcodegeeks@gmail.com |
2879611e1e15c17c1b77a8b264988832cde8db0d | 2d7930d9fbea2f8492b47f2b4a4bfca501f1add7 | /TwoChoice/States.cpp | 5ac5089cb8356aebf7975c52a2af377e1980380c | [] | no_license | danieldkato/ArduFSM | e5963351af58b6f07d76be813caceb4cb9dc10b0 | fd5418c857b1852e09805e497fb92d29e80e6f4b | refs/heads/master | 2022-02-03T09:11:33.102805 | 2021-10-07T01:21:37 | 2021-10-07T01:21:37 | 52,998,161 | 0 | 0 | null | 2016-03-02T21:36:05 | 2016-03-02T21:36:05 | null | UTF-8 | C++ | false | false | 18,602 | cpp | /* Implementation file for declaring protocol-specific states.
This implements a two-alternative choice task with two lick ports.
Defines the following:
* param_abbrevs, which defines the shorthand for the trial parameters
* param_values, which define the defaults for those parameters
* results_abbrevs, results_values... | [
"xrodgers@gmail.com"
] | xrodgers@gmail.com |
1156e205c3905c8a7cdf33add20d444e77db7a1a | dd2d38732611466e18135f11778653731335e881 | /1400LOG/test/main.cpp | 6fa222a8f0fd69662687da8887eb62f6fe7bf950 | [] | no_license | wwlong/tools_study | d4fe05e52fca0ee6a6a7ea6a11ffbd787e79afb6 | 05dbde02b71faadd90e8b753e23b8e8377c97a17 | refs/heads/master | 2021-04-03T08:39:27.776935 | 2018-12-26T05:50:26 | 2018-12-26T05:50:26 | 124,504,077 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 602 | cpp | #include <stdio.h>
#include <string.h>
#include "1400log.h"
int main()
{
const char *logname = "log.txt";
LP_DG_LOG logHandler = log_init(logname);
if(NULL == logHandler) {
printf("logHandler init failed\n");
return -1;
}
log_enable(logHandler);
int count = 0;
while(1) {
... | [
"wenlongwang@deepglint.com"
] | wenlongwang@deepglint.com |
497a4c8ca495dde0e71d1dd4d9cb4ca260458eb5 | 99df2b728f7786f8df7a4c7c340e28c361d20171 | /src/common.cpp | 47ef40543d36c31dfc03209191ad698c86f6209f | [] | no_license | sunnyss12/text_query | df9e4d3f053c74e93ed1552bf2b8f2a28f310aa3 | f9a4168ca361bdd10cd6d3f54c06474ce17c4280 | refs/heads/master | 2021-01-10T19:01:51.579621 | 2015-08-18T07:28:16 | 2015-08-18T07:28:16 | 37,717,879 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 192 | cpp | #include "common.h"
bool isFileExist(const char* filepath)
{
std::fstream fin;
fin.open(filepath,std::fstream::in);
if(!fin)
return false;
else
return true;
}
| [
"yinjing@localhost.localdomain"
] | yinjing@localhost.localdomain |
8dd075ba9733bb14458b362a620d54af549fd00c | ccf2b344aac357dcdb7bf8e6be6b0791080d9d96 | /externals/sfzCore/src/sfz/math/ProjectionMatrices.cpp | 185f55b35a54ae4ebb5e0674acb016f0902dd2ec | [
"LicenseRef-scancode-khronos",
"MIT",
"Zlib",
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | ambigeV/Linear-Genetic-Programming-Cuda | fa087fb5033db490299d9477459af749ce5d629a | 8d078318d240993619c01126905a821bbf0a9d23 | refs/heads/master | 2020-04-28T00:43:07.226540 | 2017-02-19T09:15:29 | 2017-02-19T09:15:29 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 6,315 | cpp | // Copyright (c) Peter Hillerström (skipifzero.com, peter@hstroem.se)
//
// This software is provided 'as-is', without any express or implied
// warranty. In no event will the authors be held liable for any damages
// arising from the use of this software.
//
// Permission is granted to anyone to use this software for ... | [
"peter@hstroem.se"
] | peter@hstroem.se |
31b2c80725750fcc0b98bb4cb49769bfe565a07f | 0e015fe4e6bfb99d2271e51b14b545566bfdea42 | /cpp/prison_break.cpp | dd7dfbee0e6cc7de21cfc0b5c7acd3b453bf4c04 | [] | no_license | vivekdhir77/Everyday | 1b11d3d5e26ea991d78fe9101c657fdac13826c0 | fb7041cf0a07ccda21c5a1532f6fb37cc1823bfa | refs/heads/main | 2023-04-23T20:24:34.713597 | 2021-05-13T19:12:54 | 2021-05-13T19:12:54 | 339,680,007 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 435 | cpp | #include<iostream>
#include<cmath>
#include<string>
#include<vector>
#include<algorithm>
#define max(a,b) (a>b?a:b)
#define min(a,b) (a>b?b:a)
#define FA(i,start,end) for(int i=start; i<end; i++)
#define FD(i,start,end) for(int i=start; i>=end; i--)
typedef long int li;
typedef long long int ll;
using namespace std;
... | [
"vivekdhir77@gmail.com"
] | vivekdhir77@gmail.com |
2021e5b527e027c58cd67c17267d4690659604f8 | 3084462cc596f0d513edd65a9d7dd514a7284cc0 | /DP/11.EggDrop.cpp | 6e95de32fc3c7f4768ebf3fce233b62ff372cd28 | [] | no_license | atlas25git/DSA_Mastery | 8d330f120a040105ff3932701009f289963ec2b3 | 97236ff9ada502af2ee2526c8568d3163e4daa2e | refs/heads/master | 2023-07-07T14:22:43.127799 | 2021-08-04T14:44:49 | 2021-08-04T14:44:49 | 303,709,740 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,226 | cpp | // Suppose you have N eggs and you want to determine from which floor in a K-floor building you can drop an egg such that it doesn't break. You have to determine the minimum number of attempts you need in order find the critical floor in the worst case while using the best strategy.There are few rules given below.
//... | [
"atlas.sarthak@gmail.com"
] | atlas.sarthak@gmail.com |
bfb6e6958bf5aa43c3ea1e520d920e73a5ed121a | a12d2d667fe2c6a6c4ee941e7e893db3a327c400 | /ATOINFODlg.cpp | 6268e3f47391f7f7be290a46a3ca51ed6d8bef0a | [] | no_license | zhanghua1984/DC_ATOinfo | 926c27ba172e3bc113a9b716833a88d1137d99ca | 82c84d1fe8dc6e7370513042fca90a293b296374 | refs/heads/master | 2020-12-02T07:55:49.678635 | 2017-07-10T07:28:38 | 2017-07-10T07:28:38 | 96,748,406 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 40,567 | cpp | // ATOINFODlg.cpp : implementation file
//
#include "stdafx.h"
#include "ATOINFO.h"
#include "ATOINFODlg.h"
#include "Includes.h"
#include "COMPORT.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
BOOL m_bWorking;
BOOL m_bHighSpeed;
extern BOOL m_bThread... | [
"zhanghua@transpad.cn"
] | zhanghua@transpad.cn |
cd8f2bc8d229e3e46b1825382da2e33033d248da | f110c5c30a6b625a896b6e540a1542145c7b1e23 | /Count and Say.cpp | 7ea724a12a402847c6fc2b40b07ffb3b777046b8 | [] | no_license | Yotta2/Leetcode | 19ef7aad0b7cbf1bd2f3d7ab67289ba6dcf6259b | 97072c0456fdcf0fbe5dccb7961cc0373be7bf8f | refs/heads/master | 2021-01-24T06:29:42.359787 | 2014-01-12T22:54:37 | 2014-01-12T22:54:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,335 | cpp | #include <iostream>
#include <string>
#include <cstring>
#include <fstream>
#include <set>
#include <stack>
#include <vector>
#include <list>
#include <cstdlib>
#include <climits>
#include <algorithm>
#include <cmath>
#include <unordered_map>
#include <unordered_set>
#include <map>
#include <time.h>
#include <functiona... | [
"cloudsweet1989@gmail.com"
] | cloudsweet1989@gmail.com |
029e9fe36a4294145ffe0e13f09d82ccbbc9ac83 | 21e0743677b95c3a26341c40ec9a68b9585bebaa | /src/BkgKinematics.cpp | 871be06a6b4dfc74dc497b3e5786d6030ee41aa6 | [] | no_license | qbuat/GravitonHunter | 031a597f19f61e84113da94192bd628731a0cfde | c46ac7fd9e9c10dbd15581c87941a8926e08a6ec | refs/heads/master | 2021-01-15T13:33:43.905954 | 2016-03-01T20:19:10 | 2016-03-01T20:19:10 | 52,906,765 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,597 | cpp | #include "BkgKinematics.h"
#include <TError.h>
#include <TLegend.h>
#include <RooRealVar.h>
#include <RooDataHist.h>
#include <RooHistPdf.h>
#include <RooAddPdf.h>
#include <RooFitResult.h>
#include <RooPlot.h>
#include "ToolsTreeReader.h"
#include "ToolsUtilities.h"
#include "ToolsCommons.h"
#include "ToolsExtend... | [
"qbuat@ccage021.in2p3.fr"
] | qbuat@ccage021.in2p3.fr |
db3f97d08ffe9933ee6f820ff3a6862d72d7baef | 8e138ac4434d268f25c34c262ecf06c3b1ce3c58 | /ib_boost/type_traits/is_class.hpp | a867ab1c78e1eaf9f3efed8eb07149f0f9c42e37 | [] | no_license | mreppell/Coalescent_Internal_Branches | 3366daa31d5ea6eb6c9fc2fea7afd1ee09effff2 | d46fd4ca113481a9a689301d2ae86f4c6a0d988b | refs/heads/master | 2021-01-10T06:15:03.957670 | 2017-05-09T19:47:49 | 2017-05-09T19:47:49 | 54,134,103 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,779 | hpp | // (C) Copyright Dave Abrahams, Steve Cleary, Beman Dawes, Howard
// Hinnant & John Maddock 2000-2003.
// Use, modification and distribution are subject to the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt).
//
// See http://www.b... | [
"mreppell@uchicago.edu"
] | mreppell@uchicago.edu |
51a5139c26f620cdcdde9ed2c7d96acf40b9f343 | c14e92092077be792b4a453a984e5a4b2c4f9e1e | /src/input.cpp | dd02b5149b4bc075971dffc0d3aedc72c2e40970 | [] | no_license | AaHigh/FontDemo | d05463f851d43ef993d68f453d40a14b2f01eada | 8905c0f468d2e486c36a088692f65d59ce4dedda | refs/heads/master | 2021-01-19T20:49:15.951547 | 2018-03-10T01:21:04 | 2018-03-10T01:21:04 | 88,561,660 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,198 | cpp | #include "stdafx.h"
U32 gInputMode;
static U32 sLastMovement;
static U32 sPausedAmount;
static bool CALLBACK _terminateAppEnum( HWND hwnd, LPARAM lParam )
{
DWORD dwID;
GetWindowThreadProcessId( hwnd, &dwID );
if( dwID == ( DWORD ) lParam )
{
PostMessage( hwnd, WM_CLOSE, 0, 0 );
}
return TRUE;
}
struct Nu... | [
"Aaron_Hightower@comcast.com"
] | Aaron_Hightower@comcast.com |
49b0fc7675df8ee1bc7561b6ca07022de23f9cb1 | 2cb4253482f690a0f8f714219388bab32c26650c | /butils.cpp | 85b32c958059401c9b0f92d44fd9dda26c718cae | [] | no_license | bkumpar/BUtils | f6c41aa0cd72c42d8191e2596ec045a63b4e0d0e | 10e524399b5945ccd287aeba7c0d7275eb4a06cf | refs/heads/master | 2022-10-10T10:46:03.766302 | 2020-06-11T23:14:34 | 2020-06-11T23:14:34 | 271,664,173 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,714 | cpp | // butils.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <string>
#include <iostream>
#include "BUtils.h"
#include <Windows.h>
namespace dtu=datetime_utils;
bool test_parseDateTime1()
{
std::wstring datetimeStr(L"2019.06.01. 21:33:59");
tm timeStruct;
if(S_OK == dtu::pa... | [
"bkumpar@gmail.com"
] | bkumpar@gmail.com |
eaf23f125a1103651f1d82225486ae9f1d667205 | dc9959be244ed9285a03a10fbc6046ea75f17f5d | /agency/detail/factory.hpp | 4db09103e961ebf96749d434c9f8ae35dcc0d7ea | [] | no_license | sali98/agency | 09d708555bd329b32a5dd48ba339d163257ee074 | 022c69d37064542cde7d20c8401efdace08fa68e | refs/heads/master | 2021-01-21T08:25:22.727368 | 2017-05-12T20:31:34 | 2017-05-12T20:31:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,099 | hpp | #pragma once
#include <agency/detail/config.hpp>
#include <agency/detail/tuple.hpp>
#include <agency/detail/unit.hpp>
#include <agency/detail/type_traits.hpp>
#include <agency/detail/integer_sequence.hpp>
#include <utility>
#include <type_traits>
namespace agency
{
namespace detail
{
// construct is a type of Facto... | [
"jaredhoberock@gmail.com"
] | jaredhoberock@gmail.com |
4a78b6c7a618074e424970c1bccbb8e88fc242da | b4a0013a02296600226294639c47c56d08abdb09 | /src/vm_tools/vm_memory/CMem.hpp | 5725e57a61dfabc22ddb613d408dafd5bd06b5c2 | [] | no_license | vincentma0001/vm_tools | 817001c34568763504efa1c46945fcf71ea208f4 | de9427b6db6953150a966f46f903a7ae9aef5131 | refs/heads/main | 2023-06-25T16:37:10.076705 | 2020-11-26T14:03:56 | 2020-11-26T14:03:56 | 306,869,378 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,431 | hpp | // ================================================================================================ //
// == == //
// == CMem.hpp == //
// == ... | [
"vm0001@localhost.localdomain"
] | vm0001@localhost.localdomain |
4171d05fe6b31b9fa707c28b1a63d938a7bb4d60 | bb41b9c0c26c71c290965d2ffdb46475bc9de27a | /classes/classesAbstraites/main.cpp | 8da2a2a4e93a7afe76e20b17e084d49a49910cba | [] | no_license | laganiere/programs | ca457c3371099b761921f39ca314e74f588d8b62 | 371f339bb9a550f2f39942d8081e78c328df1bb0 | refs/heads/master | 2021-03-12T23:21:57.936026 | 2015-11-24T20:46:28 | 2015-11-24T20:46:28 | 5,452,171 | 2 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 516 | cpp |
#include "forme.h"
#include "rectangle.h"
#include "cercle.h"
int main()
{
Forme *p[2];
int nf = 2;
p[0] = new Cercle(2);
p[1] = new Rectangle(4, 5);
for (int i = 0; i < nf; i++) {
cout << "Périmètre : " << p[i]->getPerimetre();
cout << " / Aire : " << p[i]->getAire() << endl;
}
... | [
"robert@laganiere.name"
] | robert@laganiere.name |
3b8be0bddc513c958b52ff9909c734ae0d732fcc | 3c325be3820097a67c08d7048ca3552db71e446c | /codeforces/1279B.cpp | 179417884416c5f368403cf020e7ee055112a4da | [] | no_license | M45UDrana/DS-Algo-Problem-Solving | 2dc2ba53f162675ddc6b549f0c84b702f738a485 | 5548d514f9ffff7aa618b29fcb8440a8b85afb8b | refs/heads/main | 2023-07-17T06:14:51.062413 | 2021-09-01T18:19:14 | 2021-09-01T18:19:14 | 375,086,950 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 745 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef pair<int, int> pii;
typedef pair<string, int> psi;
#define ff first
#define ss second
#define pb(a) push_back(a)
#define mp(a,b) make_pair(a,b)
#define d(a,b,c) cout<<a<<" "<<b<<" "<<c<<'\n'
#define IO ios_base::sync_with_stdio(0);cin.tie... | [
"masudranaata@gmail.com"
] | masudranaata@gmail.com |
95182d7ef0c1805807ba7cb92b7a533d43d50a33 | 674ab3a2037fa853b546538a6327841b29f097e0 | /CPP/Print.h | a77820e52c644e14ddec3a0b8c4fea17fb343301 | [] | no_license | magictaler/magicclock | 546bb0ae15263bf784645c15a051af1a19724777 | 1fa2a784fd1f45ad576966a79aacbd56d25012a2 | refs/heads/master | 2016-09-06T07:06:06.600983 | 2012-10-12T13:03:11 | 2012-10-12T13:03:11 | 32,116,684 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,006 | h | /*
Print.h - Base class that provides print() and println()
Copyright (c) 2008 David A. Mellis. All right reserved.
This library 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 Foundation; either
version ... | [
"pahomenko@gmail.com@a7294488-2549-328d-09dc-26d589cd9fb3"
] | pahomenko@gmail.com@a7294488-2549-328d-09dc-26d589cd9fb3 |
92c62019f83ab555ddf4bc6cfc567f1894229d9c | 627d4d432c86ad98f669214d9966ae2db1600b31 | /src/scripttools/debugging/qscriptbreakpointsmodel.cpp | 8be63b95485f5cda80a787809caa2a0d01ae5172 | [] | no_license | fluxer/copperspice | 6dbab905f71843b8a3f52c844b841cef17f71f3f | 07e7d1315d212a4568589b0ab1bd6c29c06d70a1 | refs/heads/cs-1.1 | 2021-01-17T21:21:54.176319 | 2015-08-26T15:25:29 | 2015-08-26T15:25:29 | 39,802,091 | 6 | 0 | null | 2015-07-27T23:04:01 | 2015-07-27T23:04:00 | null | UTF-8 | C++ | false | false | 13,798 | cpp | /***********************************************************************
*
* Copyright (c) 2012-2015 Barbara Geller
* Copyright (c) 2012-2015 Ansel Sermersheim
* Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies).
* Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.... | [
"ansel@copperspice.com"
] | ansel@copperspice.com |
4e6c46e4f8244b36a6eca56b8f92f42a2ba679ae | 23c38fe74b52456693a4f51a8de29739910bfbfe | /Construct Binary Tree from Inorder and Postorder Traversal.cpp | 128310aabb7620e3cd2d99b228518710ed591fc5 | [] | no_license | momoliu88/leetCodePoj | 892ccd046ab51192abb66d3d3392ebbfb0010dea | b30b635dd6fdb88348bae880274bd9c834e24813 | refs/heads/master | 2021-01-25T08:37:30.092903 | 2014-01-06T09:12:24 | 2014-01-06T09:12:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,153 | cpp | #include <iostream>
#include <vector>
using namespace std;
typedef struct TreeNode {
int val;
TreeNode *left;
TreeNode *right;
TreeNode(int x) : val(x), left(NULL), right(NULL) {}
}TreeNode;
TreeNode * compute(vector<int> &inorder,int s,int e, vector<int> &postorder,int idx)
{
if(idx<0) return 0;
if(s>e) return ... | [
"liuxiaoqin@ebupt.com"
] | liuxiaoqin@ebupt.com |
695f37eafe05120595da5781e718be55f3d75621 | 41839cd5d7b6f97a922d55a22e21d30785f323fd | /src/mvvmquick/inputviewfactory.cpp | 730c196d21b33301570e7632c84c744cd8e62d67 | [
"BSD-3-Clause"
] | permissive | ahnan4arch/QtMvvm | 02498e2df6a3110adbe3c87d390b0af0630ca537 | 441d68c6b3208cf7a50c5906782f797f3e5ccf32 | refs/heads/master | 2022-03-18T13:44:26.628728 | 2019-11-25T15:03:34 | 2019-11-25T15:03:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,072 | cpp | #include "inputviewfactory.h"
#include "inputviewfactory_p.h"
#include <QtCore/QCoreApplication>
#include <QtCore/QMetaType>
#include <QtQml/qqml.h>
#include <QtMvvmCore/private/qtmvvm_logging_p.h>
#include "formatters_p.h"
using namespace QtMvvm;
InputViewFactory::InputViewFactory(QObject *parent) :
QObject(par... | [
"Skycoder42@users.noreply.github.com"
] | Skycoder42@users.noreply.github.com |
9985a143444374e29911ad5ffff0b04e00f91bcc | 82815230eeaf24d53f38f2a3f144dd8e8d4bc6b5 | /Airfoil/wingMotion/wingMotion2D_pimpleFoam/2.21/pointDisplacement | 61b9f7eab588615fab11f9c55b91ae89fec7edb0 | [
"MIT"
] | permissive | ishantja/KUHPC | 6355c61bf348974a7b81b4c6bf8ce56ac49ce111 | 74967d1b7e6c84fdadffafd1f7333bf533e7f387 | refs/heads/main | 2023-01-21T21:57:02.402186 | 2020-11-19T13:10:42 | 2020-11-19T13:10:42 | 312,429,902 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 706,394 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1912 |
... | [
"ishantamrakat24@gmail.com"
] | ishantamrakat24@gmail.com | |
09a471a65f82115e79ca8a735d8a9eda5d53f367 | 6a3a551845bcdc56a284c3963ad3d706c064d057 | /Painter/PainterView.cpp | fe871f4b824640fa791c55a5393ec25efc8c97e6 | [] | no_license | Catherine0320/weekends2015 | 3b83604f70e3dc76d72956fdbe1fa0df517360fe | 688ef3cacc9e770407b86859ea32cfcfd8386b74 | refs/heads/master | 2021-01-20T17:12:37.834535 | 2015-11-07T09:43:45 | 2015-11-07T09:43:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,734 | cpp | // This MFC Samples source code demonstrates using MFC Microsoft Office Fluent User Interface
// (the "Fluent UI") and is provided only as referential material to supplement the
// Microsoft Foundation Classes Reference and related electronic documentation
// included with the MFC C++ library software.
// License ... | [
"gyang@phy.ecnu.edu.cn"
] | gyang@phy.ecnu.edu.cn |
bfdee5ce90a99e6b74bdc8b370decd56a85f48a2 | 68a54357187bcd5730956184a644f8ce3bb94905 | /USBHandler.h | 9cc414a33c06b6487e772eba58337fbe6627e576 | [] | no_license | JoshGrace/BLEMiniKeyboard | d47f371ffaa3e0dc863c9495d67ec492caf3e420 | 2b1a38822d1cf9c2241b3a562ff4a34581b1e05c | refs/heads/master | 2021-06-29T21:02:06.433349 | 2019-03-29T16:24:50 | 2019-03-29T16:24:50 | 140,121,375 | 1 | 1 | null | 2018-08-13T22:57:20 | 2018-07-07T22:40:52 | C++ | UTF-8 | C++ | false | false | 373 | h | #ifndef USBHANDLER_H
#define USBHANDLER_H
#include "Keyboard.h"
namespace MiniKeyboard{
class USBHandler{
public:
USBHandler(); // function called the default constructor
bool getConnected();
void startConnection();
void endConnection();
void sendKeyCode(char );
vo... | [
"poshamazing@gmail.com"
] | poshamazing@gmail.com |
2dd5f3753bae17c02f12288b952ca266446e465a | db37020d177f582143bc7b13cefcaf50778dfb77 | /Алгоритмы и структуры данных/0000_0000/Программирование (Влад)/12 - Разные задачи/J.cpp | eb1ca19df337606fbb8c36719a6d51bb395aedfb | [] | no_license | IvanShevchenko135/ForCFU | 308bb874b90c0f99f383a7701e97368d7b83f9ed | 1358de0ea811a4d3885d79e16f807c8af09ff417 | refs/heads/master | 2023-04-16T18:00:09.356944 | 2021-04-27T11:57:03 | 2021-04-27T11:57:03 | 357,560,360 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 497 | cpp | #include <cstdlib>
#include <iostream>
#include <stdio.h>
#include <cmath>
#include <algorithm>
#include <vector>
#include <iomanip>
#include <string>
#include <fstream>
using namespace std;
int main() {
int t;
cin >> t;
for (int i = 0; i < t; i++) {
unsigned long long n, a = 3, k = 5;
cin >> n;
while (n > a... | [
"ivanshevchenko135@gmail.com"
] | ivanshevchenko135@gmail.com |
f5fa7fe63b69250d2bab1ef1c1a2a854ffe056aa | bb7ed686f19d919c0e2a381107637f1c05cb0342 | /include/lexy/_detail/std.hpp | ebabe36d7b32a86912215d34100c497d071ea842 | [
"BSL-1.0"
] | permissive | foonathan/lexy | 8945315afd3b1afdbdabaee816570eaabadc0abb | 1b31b097fa4fcaf5465f038793fe88cdc2140b71 | refs/heads/main | 2023-08-17T21:56:02.139707 | 2023-07-25T20:18:25 | 2023-07-25T20:18:25 | 201,454,592 | 867 | 59 | BSL-1.0 | 2023-09-01T10:03:35 | 2019-08-09T11:27:57 | C++ | UTF-8 | C++ | false | false | 2,188 | hpp | // Copyright (C) 2020-2023 Jonathan Müller and lexy contributors
// SPDX-License-Identifier: BSL-1.0
#ifndef LEXY_DETAIL_STD_HPP_INCLUDED
#define LEXY_DETAIL_STD_HPP_INCLUDED
#include <lexy/_detail/config.hpp>
//=== iterator tags ===//
#if defined(__GLIBCXX__)
namespace std
{
_GLIBCXX_BEGIN_NAMESPACE_VERSION
struct... | [
"git@foonathan.net"
] | git@foonathan.net |
a789ed77cbc6a824819eaa74969020a425f617fd | ba4db75b9d1f08c6334bf7b621783759cd3209c7 | /src_main/utils/vgui_panel_zoo/LabelDemo.cpp | 31815bfda716f79a47cc197753ff9108b722d340 | [] | no_license | equalent/source-2007 | a27326c6eb1e63899e3b77da57f23b79637060c0 | d07be8d02519ff5c902e1eb6430e028e1b302c8b | refs/heads/master | 2020-03-28T22:46:44.606988 | 2017-03-27T18:05:57 | 2017-03-27T18:05:57 | 149,257,460 | 2 | 0 | null | 2018-09-18T08:52:10 | 2018-09-18T08:52:09 | null | WINDOWS-1252 | C++ | false | false | 1,482 | cpp | //========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#include "DemoPage.h"
#include "vgui/IVGui.h"
#include "tier1/KeyValues.h"
#include <vgui_controls/L... | [
"sean@csnxs.uk"
] | sean@csnxs.uk |
5495733cdf16a1d711f54ad8ca5d4b21ada7eedf | dce3e002c1f99805ed978db018664cbb0539cc60 | /c++/ТВПиС/ТВПиС/VariableTable.h | f73e99f2aa89a42c1313b4db185d3f9d0f2dc4fc | [] | no_license | Sweet-heart-bakho/6-term | 3ae16afad064c876b71bb214f55582867ec8e05e | fd77720b7282f39c517e03b53d9cfd0d5ec4fd56 | refs/heads/master | 2023-03-17T09:54:40.649756 | 2015-09-12T20:48:25 | 2015-09-12T20:48:25 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 510 | h | #pragma once
#include "Hash.h"
#include "TValueKeeper.h"
// Хеш-таблица для хранения значений TValue
// и имен констант и переменных их хранящих.
class VariableTable : public Hash
{
public:
VariableTable() : Hash(9, 0, 0, 0, 0) { }
~VariableTable();
unsigned int Key1(char*);
TValueKeeper* Find... | [
"admin@codeserfer.com"
] | admin@codeserfer.com |
c6a2f64533d9b1c98a9312891b4087bd0c27c25a | 35f72ecafb4ad6b013eb629a965abd75ef0a082a | /日常/9-19/D.cpp | 1af9fc5b6b1fc49ce2971f8c6ffe61a9235954ab | [] | no_license | cdegree/ACM | d8d478d789a4f57acd2f340e956d5b7a46f33f8f | 42038ec0cbf99120e8416eed18b8a30dc6873947 | refs/heads/master | 2021-01-18T21:25:43.017457 | 2016-04-06T09:16:41 | 2016-04-06T09:16:41 | 29,577,653 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,097 | cpp | #include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cmath>
#include <cctype>
#include <vector>
#include <stack>
#include <queue>
#include <map>
#include <algorithm>
#include <iostream>
#include <string>
#include <set>
#define X first
#define Y second
#define sqr(x) (x)*(x)
#pragma comment(linker,"/STACK:1... | [
"316403398@qq.com"
] | 316403398@qq.com |
04e2b6d8586e72c3ef21b1a6b462a4430edb7337 | d5a7483d5a53ab49ec9dbe6a87d27f5718ca6c05 | /DungeonCrawlerV2/Store.cpp | 6eeecf0024891d36538c63b66b7a2d135cdb285a | [] | no_license | JacobDominski/DungeonCrawlerV2 | 8b80f48dab6d309e025012144ebac3317efc75bc | 83f89f868046a4e8c427f3faa5b912ea55415f92 | refs/heads/master | 2023-04-13T15:58:31.461706 | 2021-04-29T22:52:14 | 2021-04-29T22:52:14 | 333,633,473 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,470 | cpp | #include "Store.h"
void Store(Player* player, std::vector<Item>* catalog)
{
bool quit = false;
int choice;
while (!quit) {
choice = 0;
std::cout << "Would you like to leave the Shop?\n";
do {
std::cout << "\rType (Y/N): ";
choice = _getch();
} while (!(choice == 89 || choice == 121 || choice == 78 ||... | [
"jacdomin@uat.edu"
] | jacdomin@uat.edu |
e39702f25423acbf1fe5c4da1d430637ec7a37bc | e4f4ad3ee9a03640101e30351f8ef116cc491ac0 | /PastFiles/Codeforces/Contest2019/Codeforces573_Div12/E.cpp | 55aed44b9ae86e522f878cb17b771ec4dd49e114 | [] | no_license | AppledoreM/OI | 8f53a9c8dde468785ffd58d0d0cd9219ff33397f | 8fc15b09ac94b1edbad84dac1da684ccff77b2ed | refs/heads/master | 2022-10-17T08:58:56.126917 | 2022-09-28T22:00:02 | 2022-09-28T22:00:02 | 143,269,374 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,192 | cpp | #include <bits/stdc++.h>
using namespace std;
const int maxn = 1e5 + 10;
int n,k,a[maxn];
string s;
bool check1(){
int cnt0,cnt1;
cnt0 = cnt1 = 0;
for(int i = 1; i <= n; i++){
cnt0 += (a[i] == 0);
cnt1 += (a[i] == 1);
}
if(cnt0 == 0 || cnt1 == 0 || k >= n) return 1;
int cnt0_l... | [
"appledorem@appledorem.com"
] | appledorem@appledorem.com |
46fbfb9374c0f9c0e14bc4bf328c9e89be824f19 | 0577f9d8438087c1ec7655e8394d2f97c494d003 | /robot/Eigen/src/SVD/SVD.h | 048e91ab666d8534f9e7947d704b65ec9cce32aa | [
"BSD-2-Clause"
] | permissive | RMIT-RoboCup-Standard-League/PP1-Nao-Soccer | b553242f62b96774de5120dc6eaac0d28e215a94 | 76a69dc15945ed2e06eeea30d5b6056f563a1e6d | refs/heads/master | 2021-05-10T13:32:25.092111 | 2018-02-16T01:39:38 | 2018-02-16T01:39:38 | 118,477,821 | 8 | 3 | null | 2018-02-16T01:39:39 | 2018-01-22T15:45:32 | C++ | UTF-8 | C++ | false | false | 19,188 | h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra. Eigen itself is part of the KDE project.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// Licens... | [
"s3583185@student.rmit.edu.au"
] | s3583185@student.rmit.edu.au |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.