blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9eb33ddf0f8891f585a85778dd078456128cdd78 | e98cd32546b613d2a24457f70cd9bf440623e3af | /功能测试/1.先前版本/projects/Projects/Fantasy-FT/Coptermaster/coptermaster/SupportClass/SupportClass.h | f9ffbaa4f46fe5f2316ba6ea5df3ef4c0de485be | [] | no_license | Kimicz20/Lab603 | 5f9ea48c08ad28f2a09cf3d8c1fc56863b4d1ce3 | 44aac79c61fb8f6a31553c31ff545b4f68abb551 | refs/heads/master | 2021-01-23T03:27:17.809795 | 2017-08-13T12:42:01 | 2017-08-13T12:42:01 | 86,073,286 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,172 | h | /*
* 辅助参数类
*用于重写 输入输出重定向 以及两个缓冲区参数
*/
#ifndef SupportClass_class
#define SupportClass_class
#include "../TestCase/TestCase.h"
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <fcntl.h>
#include <iostream>
#include <list>
#include <signal.h>
#include <sstream>
#include <sys/shm.h>
#incl... | [
"hz2z0421@163.com"
] | hz2z0421@163.com |
da0785a2766c8c7c9e34f6173cf59d99e022616c | 52564d0d44aff96c888badfb95d6cdfa8eeef292 | /zkbhShow/zkbhShow/mainFrame.cpp | 413117beca536175804236f423b4a3a0e3599831 | [] | no_license | geekxiaoxiao/zkbhShow | 73dbfc9728c4c61c3441d2165805eff6c989d32e | 0c0e986cd4143171a8f87fe419fc0e56d13e49cf | refs/heads/master | 2020-09-21T22:24:13.618724 | 2018-10-19T02:45:17 | 2018-10-19T02:45:17 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 6,568 | cpp | #include "StdAfx.h"
#include "Resource.h"
#include "mainFrame.h"
MainFrame::MainFrame()
{
char cFullPath[MAX_PATH];
GetModuleFileName(NULL,cFullPath,MAX_PATH);
m_Path = cFullPath;
int pos = m_Path.find_last_of('\\',m_Path.length());
m_Path = m_Path.substr(0,pos);
CreateHandle(&m_handle);
}
MainF... | [
"413683763@qq.com"
] | 413683763@qq.com |
031e426432bf0d7571859deed493250f51b19f9e | e80c5a2c5db97e5e6191cac5b68d23b73636c2ac | /spring2016/NLP/Assignments/Assignment_2/tools/openfst-1.5.1/src/bin/fstunion.cc | f396235da71d53410d899fc37b2e75958918302d | [
"Apache-2.0"
] | permissive | batu/codex | e2bdfbe8d0a6e86d21c6caedea80ac6375e000dc | 35171929dec936810b8994cc476f205b8af5adb6 | refs/heads/master | 2021-01-17T07:00:16.055807 | 2016-12-09T22:52:22 | 2016-12-09T22:52:22 | 51,299,933 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,119 | cc | // See www.openfst.org for extensive documentation on this weighted
// finite-state transducer library.
//
// Creates the union of two FSTs.
#include <fst/script/union.h>
int main(int argc, char **argv) {
namespace s = fst::script;
using fst::script::FstClass;
using fst::script::MutableFstClass;
string usage... | [
"ba921@nyu.edu"
] | ba921@nyu.edu |
5f92f3b294a79080877f0053c61258fc7ba8ef5b | 3016f08184967b515c6e2acf70b25b76bc2edb77 | /class-1/10869/10869.cpp | c83aac967c37e7f12d74cb327da5cb03bce81d73 | [] | no_license | seonpilKim/solved.ac-class | 89835dfe4dc8d7410e75e12a600e21a6abbacda5 | 8e4ddaefc9a46387f3e128691b4a462e0be82053 | refs/heads/master | 2023-03-21T20:26:03.684426 | 2021-03-09T14:20:26 | 2021-03-09T14:20:26 | 325,022,351 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 181 | cpp | #include <iostream>
using namespace std;
int main() {
int A, B;
cin >> A >> B;
cout << A + B << "\n" << A - B << "\n" << A * B << "\n" << A / B << "\n" << A % B;
return 0;
}
| [
"seonpilKim@github.com"
] | seonpilKim@github.com |
bc19f492d845a643b0d37e02d4064511c7df39f8 | ece0db48604eeeace3e7c5b1e2dddc098e44652c | /app/src/main/jniLibs/jssc.cpp | 3db091f70787413079d212caa659925298904873 | [] | no_license | daixinghong/guinaSmart | 6e882e7def6cffd9ae3c285af3bcdb12b58fbecf | 7c4e03306dc3974857edb977ebfe9f5438f605e3 | refs/heads/master | 2020-04-04T10:30:09.176833 | 2018-12-25T01:51:00 | 2018-12-25T01:51:00 | 155,857,150 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,080 | cpp | /* jSSC (Java Simple Serial Connector) - serial port communication library.
* © Alexey Sokolov (scream3r), 2010-2014.
*
* This file is part of jSSC.
*
* jSSC 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 F... | [
"045510"
] | 045510 |
6f2bfe9b8b1a62873302ee91c2485c00496daca6 | a98cc8054fc6c9f253448ad188bb53fcf9e6084d | /csuy-4533/example/1/example.cpp | 56ea58e4970c8a2eb21a0f17119faa2b7b9671ca | [] | no_license | shi-kejian/nyu | 4168c3298ec5e45382740ca7d94f15783d32d279 | 25e06da14da59238fba1a5b96f802180652cd956 | refs/heads/master | 2021-10-09T05:45:58.917527 | 2018-12-22T04:00:14 | 2018-12-22T04:00:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,485 | cpp | /************************************
* Handout: example.cpp
*
* This program is to demonstrate the basic OpenGL program structure.
* Read the comments carefully for explanations.
************************************/
#include <stdio.h>
#include <math.h>
#ifdef __APPLE__ // include Mac OS X verions of headers
#... | [
"shin.junwoo97@gmail.com"
] | shin.junwoo97@gmail.com |
1c8d5c4034455ea0b60f60f63ef451086c083980 | 8288e4c8a393f917a44bdb18b1fed186fcf234a1 | /HilifeFrw/base_entity.cpp | 794867260a70d9f5cb0e6bd66451bdf0dd216d83 | [] | no_license | pulsar-git/hilifes | 9446900516186d8bdfe05d747623f3c1c30f9f79 | ec3cec92c25d59b64c3d7daf396ebb73f66794da | refs/heads/master | 2021-01-19T09:42:14.055475 | 2014-05-14T07:17:05 | 2014-05-14T07:17:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 238 | cpp | #include "stable_headers.h"
#include "base_entity.h"
#include "attribute_manager.h"
namespace hilife
{
base_entity::base_entity(void):_initialized(false),_attribute_manager(0),_parent(0)
{
}
base_entity::~base_entity(void)
{
}
}
| [
"pulsar-git@github.com"
] | pulsar-git@github.com |
c2c0dadd516a4debc71cc58d3f65eb6159a4cd41 | 10482a59e5a8457cbdf5b66f51f27513c88d8223 | /Samples/Shared/CharactersScene.cpp | 0f512bd29848e13673f6b3bf074f278701848904 | [
"MIT"
] | permissive | chltom/XLE | 5cb41db605dfb5ba521ebc4ba16b8278b1720fd2 | fd842841a8fc6789b4f6d4412e0fac2f3119fea6 | refs/heads/master | 2021-01-17T22:15:54.839903 | 2016-02-15T07:32:23 | 2016-02-15T07:32:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,951 | cpp | // Copyright 2015 XLGAMES Inc.
//
// Distributed under the MIT License (See
// accompanying file "LICENSE" or the website
// http://www.opensource.org/licenses/mit-license.php)
#include "CharactersScene.h"
#include "Character.h"
#include "SampleGlobals.h"
#include "../../RenderCore/Assets/ModelRunTime.h"
#include "../... | [
"djewsbury@xlgames.com"
] | djewsbury@xlgames.com |
cb0fe17485f3912ccd9955b738589099cbae4707 | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /components/gcm_driver/gcm_internals_helper.cc | 04866807b9d3d68bb478f760e6f7f0f0159185f8 | [
"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 | 7,601 | 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/gcm_driver/gcm_internals_helper.h"
#include <memory>
#include <utility>
#include "base/format_macros.h"
#include "base/i18n/time_fo... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
9f817e5096dfa008e768048cddbcf4604d8a4b3b | 07f3f79753805e0ba934baf7c05c3e79ca6227e1 | /Hons/Jaarprojek/Cutter/parse.cpp | c02953c17d1b83e526e298e0719bfb45a0f2e97d | [] | no_license | dtbinh/university-projects | a269081daa017bcedf75967beca2f87e8da62526 | ba1a3e4289cc0b7df316c49cdf4a5137d2ffa782 | refs/heads/master | 2021-04-12T11:30:07.647688 | 2012-05-07T12:31:51 | 2012-05-07T12:31:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,327 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include "include/cutglobal.h"
#include "include/cut.h"
#include "include/split.h"
double picture_rates [9] = { 0., 24000./1001., 24., 25.,
30000./1001., 30., 50.,
60000./1001., 60. };
int FindNextMarker(offset* off,... | [
"abriegreeff@gmail.com"
] | abriegreeff@gmail.com |
8554efb3927843864f785856815b70794ca0fbea | 5c584b783acb1a2345f0035b3a4fcb48131aa28a | /Atividades/mario/lista 01/code block potencia 2.cpp | 73fad777904e9ce459eb4239e1dc0796b54014fc | [] | no_license | eirinaga/APREM2-2019-2 | e9eb617a2d5aa5846a0809d229a576e750247f41 | 390ab758bf2c8c59e3d8ae248cd8b460ebe2d8f4 | refs/heads/master | 2020-09-09T22:40:22.741795 | 2019-11-13T20:47:50 | 2019-11-13T20:47:50 | 221,587,976 | 1 | 0 | null | 2019-11-14T01:48:52 | 2019-11-14T01:48:51 | null | ISO-8859-1 | C++ | false | false | 880 | cpp | /**********************************************************
- Autor: Seu nome
- Descrição: Breve descrição do programa
**********************************************************/
#include <iostream>
#include <locale.h>
#include <cstdlib>
using namespace std;
int main()
{
//Declaração de variáveis
... | [
"noreply@github.com"
] | eirinaga.noreply@github.com |
2ed18f5738a917e59a807b80bd3d85410f387bb9 | 8a51ed60784042039aa955bd7659fb38983a43f6 | /math.cpp | 2636a07c597dbf72378382df6dd22f79c4898dd5 | [] | no_license | zasimov/kf | 55c782a9cd3f9ee768293327a7da44c62c56ac3f | b1922724d89c409ceb7c77176f52feeb03bd75bb | refs/heads/master | 2021-01-23T23:46:26.423173 | 2018-03-11T16:08:35 | 2018-03-11T16:08:35 | 122,736,420 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,884 | cpp | #include <cmath>
#include "logging.h"
#include "math.h"
bool IsZero(double d) {
return fabs(d) < kZero;
}
const unsigned kRadarZDim = 3;
Eigen::MatrixXd CalculateJacobian(const Eigen::VectorXd& x_predicted) {
Eigen::MatrixXd Hj(kRadarZDim, x_predicted.size());
// recover state parameters
double px = x_p... | [
"zasimov@gmail.com"
] | zasimov@gmail.com |
c047b664098d78c777e6f27e273f1301a67999ec | a4f138d473ffb3c019cdedd26fac94876c1ded30 | /src/Sequence IJ 3.cpp | 55fc18ddbead409eebe6937bd1a89074ad91d6cc | [] | no_license | TarekkMA/URI-Online-Judge-Solutions- | 469d05b8c8ca0aafc849b40dd8d1598ff1f5e5ad | 41b61e1bc59a254240fcc22d3b28118dc54d32dc | refs/heads/master | 2020-12-02T18:03:33.949843 | 2017-07-06T19:50:55 | 2017-07-06T19:50:55 | 96,465,834 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 255 | cpp | #include<stdio.h>
int main(){
int lowerBound = 5;
for(int i=1,j=7;j!=lowerBound-1;j--){
printf("I=%d J=%d\n",i,j);
if(j==lowerBound&&i!=9){
lowerBound+=2;
j=lowerBound+3;
i+=2;
}
}
} | [
"tarekkma@gmail.com"
] | tarekkma@gmail.com |
1c6dec5e197d313809c90afbf576205c945e26c4 | 6303a714ee0fc1d50cead52abe038da3475f0472 | /DiscImageCreator/execScsiCmdforCDCheck.cpp | 5198e016dc96273f096090abecfab7f84c5b44ec | [
"Apache-2.0",
"Zlib",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ArcadeHustle/DiscImageCreator | a94e90104699fc787574340e13f737a1212f19a1 | 70a4a2d889ef1f17762ca93a5dfbea4b4852f79e | refs/heads/master | 2020-07-29T19:23:09.395074 | 2019-08-28T13:22:12 | 2019-08-28T13:22:12 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 57,881 | cpp | /**
* Copyright 2011-2018 sarami
*
* 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... | [
"upswbsbj_20150526@yahoo.co.jp"
] | upswbsbj_20150526@yahoo.co.jp |
0f9d152e54221b8a7d5558dfdd2fbd30a6925849 | 349251d9b110063cde04a77179e98094df9d3e65 | /ndt_omp/include/pclomp/voxel_grid_covariance_omp_impl.hpp | 4efef65b654d4c76310bac503f80d26be18b593b | [] | no_license | mfkiwl/slam | 728bb4e142f0eee6800c66504500eef85dd8a4db | aa7d4d69c92247e4bc1e232a3568a0568ae47e2f | refs/heads/master | 2022-04-08T09:24:33.747950 | 2020-01-19T01:32:33 | 2020-01-19T01:32:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,956 | hpp | /*
* Software License Agreement (BSD License)
*
* Point Cloud Library (PCL) - www.pointclouds.org
* Copyright (c) 2010-2011, Willow Garage, Inc.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditi... | [
"j.z.feng@foxmail.com"
] | j.z.feng@foxmail.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 |
ec5a295e337a9377c28d8d0eabaf90ae04a52621 | 02de5760198ef5bfe3a6d6df4241bba31fe5121a | /main.cpp | 3197bc591f262963932671b94f8462dbdf67cd93 | [] | no_license | kisdy502/DataStruct | 040799ae4230bb1b4385e74a252d1e87afc23274 | 2074249b6ddc188753b96ee85f596cec1860ebc0 | refs/heads/master | 2020-03-07T09:49:43.105824 | 2018-03-30T10:46:10 | 2018-03-30T10:46:10 | 127,416,688 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,495 | cpp | #include <iostream>
#include "SelectSort.h"
#include "QuickSort.h"
#include "BubbleSort.h"
#include "InsertSort.h"
#include "Printer.h"
#include "ShellSort.h"
#include "MergeSort.h"
int main() {
int array[] = {7, 4, 12, 25, 6, 9, 5, 17, 2, 0};
int left = 0;
int length = sizeof(array) / sizeof(int);
i... | [
"bwply2009@163.com"
] | bwply2009@163.com |
bd38c39e4941cf3d3c9258417064499793b78299 | 185b00fc2b448497991418a5214b49445afe18e7 | /SDK/PUBG_UMG_classes.hpp | d4866482eaafb642219b94c42b7fbe222e76f196 | [] | no_license | cpkt9762/PPLAY_SDK | f562e3391df2a46abca33d202884705fdd03a1f8 | 30bf1a7fadab2ed07635e55c9c9749720cd79528 | refs/heads/master | 2021-04-28T10:19:19.392994 | 2018-02-19T07:20:44 | 2018-02-19T07:20:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 170,407 | hpp | #pragma once
// PlayerUnknown's Battlegrounds (2.6.23) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace Classes
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// Class UMG.Visual
// ... | [
"915188949@qq.com"
] | 915188949@qq.com |
678408fa36a52ee2ba16f10f8fdf57fb3049c8fb | ba26fe12fefceecd5f5f50962889fcacd669604c | /cxxreflect/metadata/relationships.hpp | d640c02bb57551bd56a72a9763ad1460458c1f7b | [
"BSL-1.0"
] | permissive | dbremner/cxxreflect | 4fda46ddb362e98a1ac48135d50884f8c820b754 | bbf1649b00755f8463e4a73b28dec4cd5b609493 | refs/heads/master | 2021-01-10T11:54:57.634465 | 2013-01-02T06:45:18 | 2013-01-02T06:45:18 | 46,352,008 | 6 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 4,133 | hpp |
// Copyright James P. McNellis 2011 - 2013. //
// Distributed under the Boost Software License, Version 1.0. //
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
#ifndef CX... | [
"JamesMcNellis@localhost"
] | JamesMcNellis@localhost |
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 |
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 | |
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 |
a400d0f72a51fbcbf4cf2ce8888fef703b169931 | b2484b4305faba9dc04fd032987b90e5c9f24865 | /src/mainwindow.cpp | 8d5c93a23664509b31eda02f497d9bb29b644ee0 | [] | no_license | lucianosantosdev/qml-responsive-livereload | 45ad0e5ef054a000a67d153ede057d05163ddec5 | c822a0963a9a0bff99c230532ae48fed63cef352 | refs/heads/master | 2023-02-26T15:25:08.504701 | 2020-07-03T18:38:26 | 2020-07-03T18:38:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,198 | cpp | #include "mainwindow.h"
#include "enhancedqmlapplicationengine.h"
#include "ui_mainwindow.h"
#include <QHBoxLayout>
#include <QtQml/QQmlApplicationEngine>
#include <QtQuick/QQuickWindow>
#include <QtWidgets/QApplication>
#include <QtWidgets>
MainWindow::MainWindow(QWidget* parent)
: QMainWindow(parent)
, ui(new U... | [
"luciano.santos@aditum.com.br"
] | luciano.santos@aditum.com.br |
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 |
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 |
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 |
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 |
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 |
d0915657213076356dfe19a3852fae7f937ae652 | ffc778ece64c4b39d8fabce384d1f4d2ed342915 | /Exercícios Funções/Exercício 4.cpp | 4d16f713db85dc475fa5f6f801e9fa0805a62284 | [] | no_license | MateusKaufmann/Linguagem-C | b8a2db309229080c9349be66a23076c27d710a54 | 0c1eb6e2ffeed72ccaceaa02fd8530e367cd3328 | refs/heads/main | 2023-07-20T10:22:04.131856 | 2021-08-27T20:33:37 | 2021-08-27T20:33:37 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 3,050 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <locale.h>
#include <string.h>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
int soma (int a, int b) {
puts("\n Digite o primeiro número");
scanf("%d", &a);
puts("\n Digite o segundo número");
scanf("%d... | [
"noreply@github.com"
] | MateusKaufmann.noreply@github.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 |
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 |
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) |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
7c442c09675ca591b2b73614fcfff70951570ad3 | 1d3b8ff00aac39e12c76a6b35d169237f4af0bdc | /temp.cpp | 7dd20cb80e0d6542ceb87b63d4f36504db1a6607 | [] | no_license | JUCSERahull337/jahangirnagar-university | b1c3b40b5e6d615c1eb248b7b7333de88e7c665c | beecc8069e30ebeb4b24ce0a5b783587ffd9cab3 | refs/heads/master | 2020-04-08T05:05:15.900427 | 2019-05-25T05:06:22 | 2019-05-25T05:06:22 | 159,045,355 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 371 | cpp | #include<iostream>
using namespace std;
template<class A>
A abs(A n)
{
return (n<0)?-n:n;
}
int main()
{
int I=5;
int j=-6;
long k=700022;
double g=.9926687;
char c='rahulFAIZA';
cout<<"\nabs("<< I <<")="<< abs(I);
cout<<"\nabs("<< c <<")="<< abs(c);
cout<<"\nabs("<< j <<")="<< abs(j);
cout<<"\nabs("<< k <<")="<< abs(k... | [
"noreply@github.com"
] | JUCSERahull337.noreply@github.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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
41e251dcc5b960e442cb4a2bcbbb9dae040c3702 | 7be056d7722b46f165d332558df22a05573471c7 | /ProyectoSDL/game.h | afdb56556ef24ca88ebd382b68a231de6e5f5531 | [] | no_license | ElizabethSly/EscapeRoom | 21081d04e9a1bd0f1ff2a2161fdc3a44d6ea1061 | 203d1ffbeeaa2677cc204f8dfb80f2cafbb2406d | refs/heads/master | 2020-09-14T23:36:03.371691 | 2019-11-22T01:12:42 | 2019-11-22T01:12:42 | 223,295,099 | 0 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 5,032 | h | #ifndef GAME_H_INCLUDED
#define GAME_H_INCLUDED
#include <SDL.h>
#include <SDL_image.h>
#include <stdio.h>
#include <string>
#include <iostream>
#include "mouse.h"
#include "Textura.h"
#include "puzzle.h"
#include "Room.h"
class Game{
public:
Game();
void init(const char* title, int xpos, int ... | [
"noreply@github.com"
] | ElizabethSly.noreply@github.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 |
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 |
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 |
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 |
131ca57f219b18a2da74d01f83637ba0c55d0845 | d1540cf8b109d22cd67b7e48908b19f02308d1d1 | /Tugas 9/PreprocessorIncludeFile.cpp | d2f04b59c1fd93a9ae5acdee3bc82c0324967a52 | [] | no_license | Plebs13Slayer/Algoritma-Dan-Pemrograman-2 | fdffd37999706e5dd5193b46ec8da6cff5427e31 | 553d2c6bd3d5ed0f50ac6de93b3f1838664ecfe5 | refs/heads/master | 2021-02-25T05:16:46.307249 | 2020-07-17T13:34:04 | 2020-07-17T13:34:04 | 245,448,672 | 0 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 159 | cpp | #include <iostream>
using namespace std;
#include "process.h"
int main(){
ADD(10, 15);
MULTIPLY(10, 15);
cout<<"Proses Telah Selesai";
}
| [
"noreply@github.com"
] | Plebs13Slayer.noreply@github.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 | |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
b478f2b0005fc6c7a7354243a4b5cf13ff2a5b07 | e046dd9c2921c03b097104d74890795f54565f1d | /Course.h | 07478c5480309f9fa5c120eb26f8092435139aaf | [] | no_license | SakshamSharma1/Timetable-automation-using-genetic-algorithm | c8e21c7ba0e8ecbee73f7da7d0f8628d8d2e4303 | 8ed8f783d91e956b08f1170198a1e628491e1736 | refs/heads/master | 2020-05-21T06:37:16.750521 | 2019-05-10T08:30:13 | 2019-05-10T08:30:13 | 185,949,066 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 276 | h | #include <string>
using namespace std;
class Course
{
private:
int _id;
string _name;
public:
Course(int id, const string& name);
inline int GetId() const { return _id; }
inline const string& GetName() const { return _name; }
};
| [
"noreply@github.com"
] | SakshamSharma1.noreply@github.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 |
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 |
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 |
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 |
ab6a96b74dd7b79c1432f03e3f1345c5ecd472aa | 59c707d69af282d71c47f8614567acd8e6754428 | /inf2/try_3/task_02/source.cpp | 7fb7b31cf4e801cf968deff4457301860e9e0545 | [] | no_license | RiKate/ONTI-2018-19 | 698361cc3e003a4f5c356dcafd1b7426b34e0cec | 381f1b40a72e2ffabdcc664df8fd5eb0ee8300f3 | refs/heads/master | 2020-04-16T05:07:43.594551 | 2019-01-12T09:24:44 | 2019-01-12T09:24:44 | 165,293,802 | 0 | 0 | null | 2019-01-11T18:53:14 | 2019-01-11T18:53:14 | null | UTF-8 | C++ | false | false | 334 | cpp | #include <iostream>
#include <cmath>
#define EPS 1e-9
using namespace std;
int main() {
double d, r;
cin >> d >> r;
double sine = d / 2 / r;
if (sine > 1)
cout << -1;
else {
double angle = asin(sine);
cout << (long long) floor(M_PI / angle + EPS);
}
... | [
"noreply@github.com"
] | RiKate.noreply@github.com |
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 |
d4cf72816ab5c64693c3d7d20ce08bc54e643509 | c6548434e67401d1178b507d536689636752eec9 | /SeamCarving/seamcarving.cpp | 0431d4e177b7f7e7be7782ff167f1d9ffdd45a7b | [] | no_license | wnom/Seam-Carver | 9d21a45dad81136c656c6e9423b28507f13764f6 | 8aa1260b383a23090ba08476868ac27e24db276d | refs/heads/main | 2023-08-12T04:11:08.023505 | 2021-09-15T23:43:36 | 2021-09-15T23:43:36 | 406,943,754 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,201 | cpp | #include <iostream>
#include <string>
#include <sstream>
#include <fstream>
#include <cmath>
#include "functions.h"
using namespace std;
int main() {
string filename;
int width = 0;
int height = 0;
int originalWidth = 0;
//int originalHeight = 0;
int targetWidth = 0;
int targetHeight = 0;
... | [
"noreply@github.com"
] | wnom.noreply@github.com |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.