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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
962942111c1eae176d4290225b72454036cd1be2 | 4ccf73a7282b56a47b9211e6b759a3d1c0d95463 | /src/debug/debug-interface.h | 9234fe35acb3ada97147b0c0c350f82a677164da | [
"BSD-3-Clause",
"Apache-2.0",
"SunPro"
] | permissive | RekGRpth/v8 | a83c039904e042d447f6c787a3698482d02987c3 | eec34b405e7718657d0ecc2058a8945bf3a5af01 | refs/heads/master | 2023-08-21T14:00:15.598843 | 2020-09-17T03:09:31 | 2020-09-17T04:08:12 | 296,223,125 | 1 | 0 | NOASSERTION | 2023-07-20T10:26:53 | 2020-09-17T04:55:50 | null | UTF-8 | C++ | false | false | 20,372 | h | // Copyright 2016 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef V8_DEBUG_DEBUG_INTERFACE_H_
#define V8_DEBUG_DEBUG_INTERFACE_H_
#include <memory>
#include "include/v8-inspector.h"
#include "include/v8-util.... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
6727326109d6174e2eff19c0cb38837b31d43796 | c9737f2433be94df20ce6a78605e3168d761391e | /codeup/228.cpp | e67829a4087ed29598128d6c2e51cb3bf9152d3e | [] | no_license | leehosu/coding-test-cpp | b8d0e3f5830e3cf1bd21d7780b8a4ce40ba96a2b | 3946ac32d913354119a137f60dbdd89cad7bd852 | refs/heads/master | 2020-12-02T04:52:09.277796 | 2020-02-19T11:24:52 | 2020-02-19T11:24:52 | 230,893,844 | 0 | 0 | null | 2020-02-19T11:24:53 | 2019-12-30T10:14:18 | C++ | UHC | C++ | false | false | 377 | cpp | #include<iostream>
#include<math.h>
#include<algorithm>
using namespace std;
int main(){
cin.tie(NULL);
ios_base::sync_with_stdio(false);
double h, m;
cin >> h >> m;
double avg_m = (h-100) * 0.9;
double bmi = (m - avg_m) * 100 / avg_m ;
if(bmi <= 10) cout << "정상";
else if(bmi > 10 && bmi <= 20 ) cout <<... | [
"48622670+leehosu@users.noreply.github.com"
] | 48622670+leehosu@users.noreply.github.com |
defc4208ed7302f9ec542393c9c178890034b0f1 | 000a335b6c8e9719f321fd42f8b791389c8e59d6 | /source/common/shader.cpp | 44616bb4970c03339b85ae4642aa7bad5557b6b1 | [
"MIT"
] | permissive | Abdelrahman-Shahda/Graphics-Project | b7e69e00a644e11c3663619f9aeacaf80e06e731 | 3d86a24d34c871a20ae2d09ad3a41a6d3621a073 | refs/heads/main | 2023-04-30T06:43:42.590861 | 2020-11-07T18:36:33 | 2020-11-07T18:36:33 | 369,996,370 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,460 | cpp | #include "shader.hpp"
#include <cassert>
#include <iostream>
#include <filesystem>
// Since GLSL doesn't support "#include" preprocessors, we use a library to do it for us called "stb_include"
#define STB_INCLUDE_LINE_GLSL
#define STB_INCLUDE_IMPLEMENTATION
#include <stb/stb_include.h>
void GraphicsProject::ShaderPr... | [
"61043093+abdelrahman-elasfar@users.noreply.github.com"
] | 61043093+abdelrahman-elasfar@users.noreply.github.com |
9b2d8e71b396e2b117516072f96b19d1bb3184d0 | 5a1a051de47e1371765ffdada5752ad20e5aed31 | /AppServer/lib/casablanca/cpprest/http_client.h | 068bf437badfe4b737b628cd2e611201ce4270ce | [] | no_license | nicolas-vazquez/tp75521c | 94623600354a89908eafb16b2d5530bed47a2655 | 737d4b0c690969b9cebe42708ed801021207f963 | refs/heads/master | 2021-01-21T14:43:14.579110 | 2016-06-25T15:05:36 | 2016-06-25T15:05:36 | 58,244,414 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 30,173 | h | /***
* ==++==
*
* Copyright (c) Microsoft Corporation. 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
*
* Unless required by a... | [
"74123698Fede"
] | 74123698Fede |
6b75463e783720d7dac99b82b18c6c0b73044ef0 | b2ad870194ffc177b783062d200ca4b527d2363f | /thrift/lib/cpp2/async/ClientChannel.cpp | 2c65b8d23ca31f54f98fe843d4ada823423f6d0e | [
"Apache-2.0"
] | permissive | strogo/fbthrift | 629dcaf2d7a7ce435546776a6d2d15e866153ed4 | 818696ff46c062dc82766cedc05955c86cadb657 | refs/heads/master | 2023-09-01T03:51:45.694587 | 2021-10-02T05:42:40 | 2021-10-02T05:43:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,603 | cpp | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* 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 applic... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
434cf841ed2c90c15de41a3edfe333abc62861e9 | 4ccadd5be8d3ffa1aaffe528b0786a8a956128aa | /paddle/fluid/inference/tests/api/trt_dynamic_shape_ernie_test.cc | 52b3d2abd30dff766522aadd27f8d502e840d015 | [
"Apache-2.0"
] | permissive | yaoxuefeng6/Paddle | 1844879647cca7d725b34f2ddf3be65600f5b321 | e58619295e82b86795da6d29587a17a3efdc486a | refs/heads/develop | 2022-09-06T19:17:26.502784 | 2020-05-13T03:05:26 | 2020-05-13T03:05:26 | 192,290,841 | 1 | 0 | Apache-2.0 | 2022-05-23T10:02:47 | 2019-06-17T06:51:06 | C++ | UTF-8 | C++ | false | false | 5,633 | cc | /* Copyright (c) 2018 PaddlePaddle Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or... | [
"noreply@github.com"
] | yaoxuefeng6.noreply@github.com |
d2945cb53ea1029c9c13de54156b945c1da02c3f | 0619c96beb1d46e813d5171755c856ea378916b5 | /SerialTestUI/debug/moc_mainwindow.cpp | 1fcc2627262f4342bc72a3e40184c91805b20ce4 | [] | no_license | Neuromancer2701/irrigationgui | d8f77eb299d1beadc04222e1663459fbdff123cc | 9da8610a1f81aa47506a30da0f1fc94cac447129 | refs/heads/master | 2020-04-09T02:08:11.897300 | 2011-03-17T00:11:08 | 2011-03-17T00:11:08 | 32,092,689 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,548 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'mainwindow.h'
**
** Created: Sun Sep 26 22:08:32 2010
** by: The Qt Meta Object Compiler version 62 (Qt 4.6.1)
**
** WARNING! All changes made in this file will be lost!
*****************... | [
"king.seth@1baa6d84-2001-11df-aa13-c314d3631722"
] | king.seth@1baa6d84-2001-11df-aa13-c314d3631722 |
645df9ed6432dca285277563ea6e3b35e90b3db9 | 8c6bf55a740ddf1e73b3f493bfd1ea3c719565c8 | /Coin Piles .cpp | cd6ff940a60047f85b826a6c16a46a4989a40f71 | [] | no_license | anishagg17/Cses | 80b3f9b7fcf96e5a127d6d49b91d0c5c6adbf3d1 | 839b04652c0c8004e1055b5facbd6e82957cd485 | refs/heads/master | 2020-09-28T06:39:45.072152 | 2020-01-11T19:01:05 | 2020-01-11T19:01:05 | 226,714,519 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,355 | cpp | #include <iostream>
#include <bits/stdc++.h>
using namespace std;
#define endl '\n'
#define ll long long
#define re register
#define pb(x) push_back(x)
#define ce(x) cout << x << endl;
using db = long double;
using pii = pair < int, int >;
using pll = pair < ll, ll >;
#define scl1(a) scanf(“%I64d", &a)
#... | [
"anish17122000@gmail.com"
] | anish17122000@gmail.com |
d48d7401f08dc75db28cdaeb34a792578255b85b | a5419164a76c74754793e80fe963e510e151452d | /leetcode_206.cpp | f18df193a70dcc7c588fdb4c7aa0287e103c595e | [] | no_license | Gazella019/Leetcode | aed66a349a0f1aed60eba2e9aa66b25b8b47152b | 761468170026d243ac8c06c74600979f75508c36 | refs/heads/main | 2023-03-11T08:58:39.274460 | 2021-02-27T03:07:39 | 2021-02-27T03:07:39 | 342,758,173 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 313 | cpp |
class Solution {
public:
ListNode* reverseList(ListNode* head) {
ListNode *cur, *pre, *nex;
cur = head;
pre = NULL;
while(cur != NULL){
nex = cur->next;
cur->next = pre;
pre = cur;
cur = nex;
}
return pre;
}
}; | [
"edison19951219@gmail.com"
] | edison19951219@gmail.com |
b23f6025a26a1f92d1efd0138e4494189f3f74a3 | a820e59294d1851f6b7b4400b78c690ee1d10f1d | /samples/F2/GLSLShader.cpp | c55254c97a78371d475026a93591ba5f121ab555 | [] | no_license | ebugger/SDK | d550331898fff963504775599673ca419806ce8a | c217093da6688bc8aa5c1dfa7316b79c6eac9da5 | refs/heads/master | 2020-09-29T15:58:33.102926 | 2012-09-04T19:09:42 | 2012-09-04T19:09:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,985 | cpp | #include "utils.hpp"
#include "glslshader.hpp"
#include <fstream>
// NEED To BE IN SYNC WITH enum shaderTemplate
const char * shaderTemplateName[shaderTemplateMax] = {
"UberShader",
"ShadowPass",
"ComputeSSAO",
"OutputNormal",
"BlurPass",
"AppendClear",
"AppendResolve",
"QuadTex",
"GlowPass"
};
///////... | [
"mail@g-truc.net"
] | mail@g-truc.net |
35dbe4c9a22af341b3219a086d197dfc9780fd7e | 1c70d751de19e0e1cd358181da418220ccfd069c | /inversamod.cpp | ce407c80a5b33c154716bf47f1acbadefb1f3124 | [] | no_license | FabioCarbajal/Algebra-Abstracta | 1709859e7d56ff74e02bec74c7b98bd251167e15 | 26e6fdaab985ea41afd8af654f6932bde6f7629a | refs/heads/master | 2021-01-22T18:01:57.832604 | 2017-11-17T20:12:00 | 2017-11-17T20:12:00 | 100,746,348 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 767 | cpp | #include <iostream>
#include <vector>
using namespace std;
int modulo(int a,int b)
{
int q=a/b;
int r=a-q*b;
if(r<0)
r+=b;
return r;
}
vector<int> inversa(int a, int b)
{
vector<int> respuestas;
int r1=a;
int r2=b;
int u,v,q,r;
int u1=1;
int u2=0;
int v1=0;
... | [
"noreply@github.com"
] | FabioCarbajal.noreply@github.com |
186d1f258e6379bd2959a33a1e92c07b77cd0fa9 | 66037f049481cc96d917c28c848a89025d86408a | /src/simd512x86def.hpp | cb7d454f7028b255190c62277d7ecb881739b0a7 | [] | no_license | anupzope/simd | 48622df90787bebe833a5c510326479e9a68455d | f300c0a5dd8e5a0f0c41c7b81af43a4d9f0c4215 | refs/heads/master | 2020-08-14T02:17:56.795210 | 2019-10-14T15:51:46 | 2019-10-14T15:51:46 | 215,079,433 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 153,775 | hpp | #ifndef SIMD_SIMD512X86DEF_HPP
#define SIMD_SIMD512X86DEF_HPP
#include <immintrin.h>
#include <iostream>
#include <iomanip>
namespace simd {
//void print_mm512i_epi32(__m256i var) {
// int32_t *val = (int32_t*) &var;
// for(int i = 0; i < 15; ++i) {
// std::cout << val[i] << " ";
// }
// std::cout << val[15]... | [
"anupzope@gmail.com"
] | anupzope@gmail.com |
25d21f80d694a962b9458bbf78ab168eb94f22de | a7f35dc96ba0a0bd63e3d92bacf30db0e393c28f | /lib/dbdparser.h | 3c6bc97684759349821f9090668ed5c5b0627762 | [] | no_license | mdavidsaver/epicsdbd | 1510d419a8f3bd689e8850515500007e7cd93056 | ca32da3be4ec39375d80dc5fc4da75fed7240c62 | refs/heads/master | 2016-09-05T09:32:41.095453 | 2015-02-12T15:42:29 | 2015-02-12T15:42:29 | 30,707,978 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,776 | h | #ifndef DBDPARSER_H
#define DBDPARSER_H
#include <vector>
#include <list>
#include "dbdlexer.h"
/** @brief Parser for DB/DBD grammar
*
@code
value : tokBare | tokQuote
entry : command
| code
| comment
| block
command : tokBare value
code : tokCode
comment : tokC... | [
"mdavidsaver@bnl.gov"
] | mdavidsaver@bnl.gov |
f8c8234810b0d359698729c8b06192aa67e3a1bf | 600df3590cce1fe49b9a96e9ca5b5242884a2a70 | /third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp | f216b15f52e9c2e2b0470649535aae4fbd1cf4f6 | [
"BSD-2-Clause",
"LGPL-2.1-only",
"LGPL-2.0-only",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft",
"MIT",
"Apache-2.0"
] | permissive | metux/chromium-suckless | efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a | 72a05af97787001756bae2511b7985e61498c965 | refs/heads/orig | 2022-12-04T23:53:58.681218 | 2017-04-30T10:59:06 | 2017-04-30T23:35:58 | 89,884,931 | 5 | 3 | BSD-3-Clause | 2022-11-23T20:52:53 | 2017-05-01T00:09:08 | null | UTF-8 | C++ | false | false | 1,180 | cpp | // Copyright 2016 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 "core/paint/ObjectPaintProperties.h"
namespace blink {
ObjectPaintProperties::PropertyTreeStateWithOffset
ObjectPaintProperties::contentsProper... | [
"enrico.weigelt@gr13.net"
] | enrico.weigelt@gr13.net |
2ce166e9c9c859ac90b6475f20978b8aeb4a912a | 0f7a4119185aff6f48907e8a5b2666d91a47c56b | /sstd_utility/windows_boost/boost/spirit/home/classic/core/non_terminal/rule.hpp | f4a14cb8b9b22d548689384f9df8a40a0b008105 | [] | no_license | jixhua/QQmlQuickBook | 6636c77e9553a86f09cd59a2e89a83eaa9f153b6 | 782799ec3426291be0b0a2e37dc3e209006f0415 | refs/heads/master | 2021-09-28T13:02:48.880908 | 2018-11-17T10:43:47 | 2018-11-17T10:43:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,880 | hpp | /*=============================================================================
Copyright (c) 1998-2003 Joel de Guzman
http://spirit.sourceforge.net/
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)
=========... | [
"nanguazhude@vip.qq.com"
] | nanguazhude@vip.qq.com |
8f57993337271ae44481ed2c2a62c12138452da0 | b77349e25b6154dae08820d92ac01601d4e761ee | /Transparent window/TransparentButton/TransparentButtonDemoDlg.h | 3c6466bd4ab4213b0e9c54de9048a5c8d8aac85f | [] | no_license | ShiverZm/MFC | e084c3460fe78f820ff1fec46fe1fc575c3e3538 | 3d05380d2e02b67269d2f0eb136a3ac3de0dbbab | refs/heads/master | 2023-02-21T08:57:39.316634 | 2021-01-26T10:18:38 | 2021-01-26T10:18:38 | 332,725,087 | 0 | 0 | null | 2021-01-25T11:35:20 | 2021-01-25T11:29:59 | null | UTF-8 | C++ | false | false | 994 | h | // TransparentButtonDemoDlg.h : header file
//
#pragma once
#include "afxwin.h"
#include "HoverButton.h"
// CTransparentButtonDemoDlg dialog
class CTransparentButtonDemoDlg : public CDialog
{
// Construction
public:
CTransparentButtonDemoDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
enum { IDD... | [
"w.z.y2006@163.com"
] | w.z.y2006@163.com |
45f0240ff95782fde992000a3971aebcc1ffa987 | 24ab4757b476a29439ae9f48de3e85dc5195ea4a | /lib/magma-2.2.0/testing/testing_spotrf_mgpu.cpp | 702866befa93d575a05a3c2fb9ec2341c49d2506 | [] | no_license | caomw/cuc_double | 6025d2005a7bfde3372ebf61cbd14e93076e274e | 99db19f7cb56c0e3345a681b2c103ab8c88e491f | refs/heads/master | 2021-01-17T05:05:07.006372 | 2017-02-10T10:29:51 | 2017-02-10T10:29:51 | 83,064,594 | 10 | 2 | null | 2017-02-24T17:09:11 | 2017-02-24T17:09:11 | null | UTF-8 | C++ | false | false | 6,728 | cpp | /*
-- MAGMA (version 2.2.0) --
Univ. of Tennessee, Knoxville
Univ. of California, Berkeley
Univ. of Colorado, Denver
@date November 2016
@generated from testing/testing_zpotrf_mgpu.cpp, normal z -> s, Sun Nov 20 20:20:35 2016
*/
// includes, system
#include <stdlib.h>
#include <s... | [
"policmic@fel.cvut.cz"
] | policmic@fel.cvut.cz |
cba07642bf2005946de939374979177633859dc2 | 39f8efad2711780dc486af1b2947505699afa65d | /include/raytracer.h | 8b460713c756582ca85b20e4445d5755a8be3a37 | [
"MIT"
] | permissive | dburggie/raytracer | 0208c29bdb595ecc4a20ffd70fb5f94def45ffc3 | d88a7c273c861e83608eb2a52b527cf76fbcc045 | refs/heads/master | 2021-01-17T17:40:03.621470 | 2020-04-27T17:20:26 | 2020-04-27T17:20:26 | 61,597,729 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,645 | h | #ifndef __RAYTRACER_H
#define __RAYTRACER_H
#include <random>
#define DIV_LIMIT 0.000001
#define ZERO 0.000001
#define ARRAY_SIZE 1000
namespace raytracer {
class RNG {
private:
static RNG * singleton;
static bool initialized;
std::mt19937 engine;
std::uniform_real_distribution<double> uniform;
... | [
"dcburggraf@gmail.com"
] | dcburggraf@gmail.com |
8082c9d540fd3dbbbad47827252ca7a4c50ecaf5 | ca8c1c27ce4f68d9d07df904241288ef707dcc90 | /src/lib/data/data_utils.h | e90e90d9b67757cffffa802686e1652c20dcbd37 | [
"MIT"
] | permissive | PearCoding/PearSim | 9f39442e20c95c7c81900da458b8c56d38e81d62 | 5bcb306e5949f8e9c54bd6074e2cac9c167d3a6f | refs/heads/master | 2021-01-21T19:27:42.175671 | 2015-08-01T23:10:03 | 2015-08-01T23:10:03 | 34,022,060 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,909 | h | #pragma once
#include "data.h"
// Collection of element based operations!
template<typename T>
inline Data<T> operator + (const Data<T>& v1, const Data<T>& v2)
{
Q_ASSERT(v1.hasSameStructure(v2));
Data<T> ret = v1;
for (Data<T>::size_type i = 0; i < v1.size(); ++i)
{
ret.set(i, v1.at(i) + v2.at(i));
}
return... | [
"oe.yazici@stud.uni-heidelberg.de"
] | oe.yazici@stud.uni-heidelberg.de |
fc309250b62e7e7426890f204d8ffa5481a46273 | 375fccaa7deeefaa392036e9c7e4c2be1b8cef44 | /source/octoon-hal/OpenGL 30/gl30_descriptor_set.h | 7bbcc8013d4b52d205ea17c3184fb965aa9e621e | [
"MIT"
] | permissive | naeioi/octoon | b98678df257e87da9fb27e56f0f209ff46cc126b | e32152fe4730fa609def41114613dbe067d31276 | refs/heads/master | 2020-07-09T05:33:15.019542 | 2019-08-22T11:34:54 | 2019-08-22T11:34:58 | 203,893,478 | 1 | 0 | MIT | 2019-08-23T00:22:11 | 2019-08-23T00:22:11 | null | UTF-8 | C++ | false | false | 9,876 | h | #ifndef OCTOON_GL30_DESCRIPTOR_H_
#define OCTOON_GL30_DESCRIPTOR_H_
#include "gl30_types.h"
namespace octoon
{
namespace hal
{
class GL30GraphicsUniformSet final : public GraphicsUniformSet
{
OctoonDeclareSubClass(GL30GraphicsUniformSet, GraphicsUniformSet)
public:
GL30GraphicsUniformSet() noexcept;
... | [
"2221870259@qq.com"
] | 2221870259@qq.com |
6b83415f1f95ec56ca34c77d86b00a8e7d161254 | ea847b0ea9485077d5f9a8ab737001d6234a93bc | /PushOn/branches/APP - Non Phonon Branch/preferences.cpp | ade2ad8495f945be9e4ed1726fb3348f34f68835 | [] | no_license | mmcev106/maxmobility | d79386ad2b6aca9e34efaa182fa9afa76d0461f2 | 32220b22aadb40b6e212b4cdd53f54d5d9ab70c0 | refs/heads/master | 2021-01-20T09:41:30.796478 | 2012-02-29T00:27:39 | 2012-02-29T00:27:39 | 32,224,545 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 813 | cpp | #include "preferences.h"
#include <QDebug>
const QString Preferences::FILENAME = "Preferences.txt";
bool Preferences::gender = MALE;
bool Preferences::measurementSystem = STANDARD;
QextSerialPort* Preferences::serialPort = NULL;
QApplication* Preferences::application = NULL;
unsigned char Preferences::messageData[B... | [
"mark@fastmail.net@9db6a66f-09bd-6529-4fc0-e4370dc81027"
] | mark@fastmail.net@9db6a66f-09bd-6529-4fc0-e4370dc81027 |
4e6309a20d33b3f710ece8398cfb98026939199d | f68a9a6d3fee27391025817e49f8f329985f33ce | /SearchPath_QT/SearchPath/cthreadsearch.h | 4a5238e39f73987ffaaf62ca5a39462e72eaa8aa | [] | no_license | owenliu-rdc/SearchPath | 905e21cdfa3757f1d71e9438c804fb77efef710d | 7442dff62d62564dd2e3fc9c3393ba84740c65a4 | refs/heads/master | 2023-04-01T19:17:30.567070 | 2014-09-23T02:46:35 | 2014-09-23T02:46:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 359 | h | #ifndef CTHREADSEARCH_H
#define CTHREADSEARCH_H
#include <QThread>
#include <QMutex>
class MainWindow;
class CThreadSearch : public QThread
{
Q_OBJECT
public:
explicit CThreadSearch(QObject *parent = 0);
~CThreadSearch();
public:
MainWindow *m_pMainWindow;
QMutex m_Mutex;
private:
int m_Seed;
void run... | [
"yu.zhang.bit@gmail.com"
] | yu.zhang.bit@gmail.com |
3548af35f68ccfbbf513374872b3df0c2b7cac77 | ca9a8dac9adab9925fde6b99b8f7dc155312b984 | /GranularTextureSynthesis/Source/Permutation.h | b6cfde2f3d21c129967968743eb22bcb895ca540 | [] | no_license | rupschy/GranularTextureSynthesis | 0e9cd71d0dc4c799d0004d4c85542fce709d6ef5 | bd3b3a73869c3cf15df73d7da17a4fdb34462e46 | refs/heads/main | 2023-04-02T03:11:56.179546 | 2021-04-16T18:21:24 | 2021-04-16T18:21:24 | 342,366,410 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 714 | h | /*
==============================================================================
Permutation.h
Created: 29 Mar 2021 2:42:29pm
Author: John Rupsch
==============================================================================
*/
#pragma once
#include "AudioEffect.h"
#include <JuceHeader.... | [
"john.rupsch@pop.belmont.edu"
] | john.rupsch@pop.belmont.edu |
bccc5653181ab6976e370f5633fa68a7fefbbb53 | 11b679228b7f3fbb7521946adda9a4b3ba22aa3a | /ros/flytcore/include/core_api/IsAuthenticated.h | 3ba43c7380aebb040fe0554527a0f67bb225a5d2 | [] | no_license | IgorLebed/spiiran_drone | 7f49513a2fa3f2dffd54e43990b76145db9ae542 | d73221243cabcf89090e7311de5a18fa0faef10c | refs/heads/master | 2020-05-02T19:45:15.132838 | 2020-03-20T08:18:08 | 2020-03-20T08:18:08 | 178,167,867 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,782 | h | // Generated by gencpp from file core_api/IsAuthenticated.msg
// DO NOT EDIT!
#ifndef CORE_API_MESSAGE_ISAUTHENTICATED_H
#define CORE_API_MESSAGE_ISAUTHENTICATED_H
#include <ros/service_traits.h>
#include <core_api/IsAuthenticatedRequest.h>
#include <core_api/IsAuthenticatedResponse.h>
namespace core_api
{
stru... | [
"hazz808@gmail.com"
] | hazz808@gmail.com |
91cde1f72c32afdb6fcada29ad3a8bc342e83f4c | dc8abb81705a42e4b47ae09635610deb44fb8243 | /Arduino/sketchbook/libraries/ros_lib/stdr_msgs/CO2SourceVector.h | 3bb76f235e509b29be0e50bbc8bb3378f322779b | [] | no_license | FWachter/LIT | 719a1d36212bf3bdce05667a7b1151c62760e2c7 | a6393682afa1f1e6f5b93b5d6cec6aee6c801a33 | refs/heads/master | 2020-12-31T05:55:33.015273 | 2017-11-30T03:10:38 | 2017-11-30T03:10:38 | 59,099,249 | 0 | 0 | null | 2017-11-30T03:10:38 | 2016-05-18T09:01:02 | C++ | UTF-8 | C++ | false | false | 2,195 | h | #ifndef _ROS_stdr_msgs_CO2SourceVector_h
#define _ROS_stdr_msgs_CO2SourceVector_h
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include "ros/msg.h"
#include "stdr_msgs/CO2Source.h"
namespace stdr_msgs
{
class CO2SourceVector : public ros::Msg
{
public:
uint32_t co2_sources_length;
... | [
"wachterfreddy@gmail.com"
] | wachterfreddy@gmail.com |
07ec9dbb0c3808626c1d937662183277ac45a3be | e6e69e8d6794f409398af2cefed7092fed4691ca | /计算机与软件学院/面向对象程序设计(荣誉)/大作业1/沈晨玙 大作业1.cpp | 641dd205042dc9c07c3b472a34fcd0bd9de5ca09 | [] | no_license | LKHUUU/SZU_Learning_Resource | 1faca5fcaf0431adb64da031dde4fe47abcdc6ba | 88f121f275a57fc48f395bb73377e6f6e22d7529 | refs/heads/main | 2023-08-30T06:31:24.414351 | 2021-10-22T13:53:40 | 2021-10-22T13:53:40 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 17,993 | cpp | #include<fstream>
#include<iostream>
#include<string>
#include<vector>
#include<algorithm>
using namespace std;
struct Problem2 {
string problemID;
//记录是第几份提交的代码
int submitNum;
void operator=(Problem2& p2) {
problemID = p2.problemID;
submitNum = p2.submitNum;
}
};
class Student {
public:
//同学学号
string stud... | [
"939826879@qq.com"
] | 939826879@qq.com |
bd10a2677bc385c72a7ef791d56dc7f778fef85e | 72e59a47eb012891b84b10f9b1bd738f02aa5a9a | /esercizi consigliati/esercizi_consigliati_array.cc | 9e6a1e6ba6a92767fed687f9096f79adcb6dffa0 | [] | no_license | Leonelli/C-plus-plus-works | 8a366f9716284ef804de5c707c5a0904afb217a7 | f4a9971b5391d5864ffcf208a2845c4a224969fe | refs/heads/master | 2020-03-29T17:22:53.737281 | 2019-02-13T16:50:48 | 2019-02-13T16:50:48 | 150,159,156 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,128 | cc | /*
1) scrivere una funzione che prenda come parametri 2 array di double
della stessa dimensione e ne calcoli il prodotto scalare.
2) scrivere una procedura che calcoli la norma di un vettore di double
(la radice quadrata del prodotto scalare con se' stesso).
3) scrivere una procedura che normalizzi un vettore, cio'ch... | [
"matteoleonelli99@gmail.com"
] | matteoleonelli99@gmail.com |
72b8da7bdd6211158e4404e29c9197bf9eaec5be | f0a26ec6b779e86a62deaf3f405b7a83868bc743 | /Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDecoratorGraphNode.cpp | 64d78e5e096fab21baa6eaaa5f022530fc36da1b | [] | no_license | Tigrouzen/UnrealEngine-4 | 0f15a56176439aef787b29d7c80e13bfe5c89237 | f81fe535e53ac69602bb62c5857bcdd6e9a245ed | refs/heads/master | 2021-01-15T13:29:57.883294 | 2014-03-20T15:12:46 | 2014-03-20T15:12:46 | 18,375,899 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,190 | cpp | // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
#include "BehaviorTreeEditorPrivatePCH.h"
UBehaviorTreeDecoratorGraphNode::UBehaviorTreeDecoratorGraphNode(const class FPostConstructInitializeProperties& PCIP) : Super(PCIP)
{
bAllowModifingInputs = true;
}
UEdGraphPin* UBehaviorTreeDecoratorGraphNode::G... | [
"michaellam430@gmail.com"
] | michaellam430@gmail.com |
d5ced8ec4470edb59e0f0bcd404df4d1ff4dac7c | 0b23767f76fa5286eda0aacc8f9a77e497d494b2 | /solar_system.hpp | 729951fd94d8f7f7f28e7e9e89aa775ab97db06d | [] | no_license | wjiang14/solar_system | 4014326f3743721a1c7f5548d365e57475d18c7b | 3b8b810bac0c9aaab8b9556af33c0feb2d516972 | refs/heads/master | 2020-07-03T14:26:02.583336 | 2017-01-10T19:32:16 | 2017-01-10T19:32:16 | 74,161,509 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 416 | hpp | //
// Created by wei on 11/18/16.
//
#include <GLUT/glut.h>
#include "Star.hpp"
#define STAR_NUM 10
class SolarSystem {
public:
SolarSystem();
~SolarSystem();
void onDisplay();
void onUpdate();
void onKeyboard(unsigned char key, int x, int y);
private:
Star* stars[STAR_NUM];
// perspective para
GL... | [
"jwjovi@gmail.com"
] | jwjovi@gmail.com |
27cfcbb1e999e2b59a07bd1b3cec0c6b4e59d297 | 90a57c66c6bc9b92cd11163681f1a1eeb023fba0 | /cpp-step-by-step-project/step09/AccountHandler.cpp | 4f4897c981f91eb542a64089ec4d515c72faa18d | [] | no_license | devsophia/language-c-cpp-practice | 9013e9c65e2824bd34198f37a02719d4b1561a21 | 3b0b32f1e73c3a66d7dc2b2a91c366096ae59bff | refs/heads/master | 2020-03-25T17:58:35.961385 | 2019-02-04T14:34:22 | 2019-02-04T14:34:22 | 144,006,474 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,106 | cpp | /*
* File Name : AccountHandler.cpp
* Version : 0.8
* Update Date : 2019.01.27
*/
#include <BankingCommonDecl.h>
#include <AccountHandler.h>
#include <Account.h>
#include <NormalAccount.h>
#include <HighCreditAccount.h>
AccountHandler::AccountHandler()
: num(0) {}
void AccountHandler::makeAccount()
{
... | [
"changmin.developer@gmail.com"
] | changmin.developer@gmail.com |
dd14bf9034ed5f6db276a0a69c70a15829113747 | 773357b475f59bbdde3a2de632638fef976e330a | /src/ScenarioLoader.cpp | c53764d680b93aafd74d0571fb8e7a6e7011c065 | [
"MIT"
] | permissive | q4a/GLKeeper | 568544cc86a88536f104f7f38d6e018a62e47510 | a2207e2a459a254cbc703306ef92a09ecf714090 | refs/heads/master | 2022-11-25T08:32:44.100454 | 2020-06-26T11:36:25 | 2020-06-26T11:36:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 59,977 | cpp | #include "pch.h"
#include "ScenarioLoader.h"
#include "Console.h"
#include "FileSystem.h"
#define DIVIDER_FLOAT 4096.0f
#define DIVIDER_DOUBLE 65536.0f
#define READ_FSTREAM_DATATYPE(filestream, destination, datatype) \
{ \
datatype dataBuffer; \
long bytesRead = filestream->ReadData(&dataBuff... | [
"codename.cpp@gmail.com"
] | codename.cpp@gmail.com |
44f75eaf10af4d5733928d595bf9379d82a0a2f5 | 4121d1428a43c53591a04f7790d00649e918b51f | /Cheetah/src/Platform/OpenGL/OpenGLGraphicsContext.h | fe68b98530b7e792eb2e8d47e19dbb3d3bf6bcd8 | [] | no_license | ricknijhuis/Cheetah | a491ac31d44006b0ad517668c7f21ddda3446eef | 0079d2b42e1b9cd085430cc25bf81c17a71661c9 | refs/heads/master | 2023-06-07T12:07:49.078411 | 2020-01-16T08:19:48 | 2020-01-16T08:19:48 | 232,648,927 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 536 | h | #ifndef CHEETAH_PLATFORM_OPENGL_OPENGLGRAPHICSCONTEXT
#define CHEETAH_PLATFORM_OPENGL_OPENGLGRAPHICSCONTEXT
#include "Renderer/GraphicsContext.h"
#include "glad/glad.h"
#include "GLFW/glfw3.h"
namespace cheetah
{
namespace opengl
{
class OpenGLGraphicsContext : public GraphicsContext
{
public:
OpenGLGraph... | [
"rick.nijhuis@sycade.com"
] | rick.nijhuis@sycade.com |
c6afe5b70a2507052ec1604f1e9a5ca47f85468d | 0f346f08ce5b6c5b68b0bf5d56ba1aeb49bed1b9 | /001 출력 printf/001 welcome to c.cpp | 73296eb2bd5ff4197e621f703733da2d93bf04ac | [] | no_license | contacoonta/SGAProgramming-1Cpp | 5e2672e60a1804d09d9895cc004d83c02faee8d1 | d4e9331ae129d19484498efe5389dc81aca90eb4 | refs/heads/master | 2021-01-19T21:25:31.635939 | 2014-06-26T06:18:45 | 2014-06-26T06:18:45 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 214 | cpp | //주석 comment
/*
이것도 주석
설명이나 묘사를 해줄때 사용.
*/
/*
IDE ( Integreated Development Environment )
*/
#include <stdio.h>
void main()
{
printf("우리는 c를 배웁니다.");
} | [
"contacoonta@gmail.com"
] | contacoonta@gmail.com |
4281f19878142c6c3f33174225f894e698deabee | d92494d5d2d046d834f45f1888da4bdf291ebc9d | /Cases/nonAchetable.h | a975899b048c1138777269bfd650951300710a9d | [] | no_license | ECN-SEC-SMP/projet2021-gobin-ramirez-prudhomme-puillandre | 725dc59624b67458219ecd425cccf05d4d1d2178 | f746991786110c13ae8a179d70d2206d49715208 | refs/heads/master | 2023-04-12T13:41:06.808421 | 2021-04-25T21:26:14 | 2021-04-25T21:26:14 | 358,583,647 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 224 | h | #ifndef nonachetable_def
#define nonachetable_def
#include "cases.h"
#include "../joueur.h"
class nonAchetable: public cases
{
public:
//constructeur
nonAchetable(string _nom);
bool sonAction(joueur j);
};
#endif | [
""
] | |
9bdb05c97cf4caeda9134c5850caaac2b19b5986 | 81f43fdb1af8cf08bbf8c126c66eb4fe8fc1cec6 | /Render/Device/Device.cpp | 26339a8c8898e4db47e388247ed9245a30dedf27 | [] | no_license | cuixiangzhi/Engine | 404eb034a386d03c158d07f86a16f4ed72517c0e | b1c5b386144a021caa7fb466d47edeec25dd33a2 | refs/heads/master | 2021-06-21T15:47:17.615028 | 2021-06-11T03:41:24 | 2021-06-11T03:41:24 | 186,078,088 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 7,287 | cpp | #include "Device.h"
#include "Window.h"
#include "../Render/Mesh.h"
#include "../Render/Shader.h"
#include "../Render/Object.h"
#include "../Render/Texture.h"
#include "../Logic.h"
namespace Engine
{
Device* Device::mDeviceInstance = NULL;
Device::Device()
{
mWindow = NULL;
mShader = NULL;
mD... | [
"874101646@qq.com"
] | 874101646@qq.com |
b2efec1c8a92c881f3b49bf94f9feeaa744fe759 | 36741ebbbeed10df63fa9d81cb6e5fbec04a7051 | /src/tests/dE2000_test.cpp | f05d6e82786ef4adaf2e252255d7637db3f96a8b | [
"BSD-3-Clause",
"LicenseRef-scancode-public-domain"
] | permissive | oyranos-cms/oyranos | 514c1663934f408e2ebab85a75d19349daddeef8 | 9ab91fa085c93bc8415aa1ae9539acc0808c3fdf | refs/heads/master | 2023-06-08T10:00:39.168911 | 2023-05-30T06:14:51 | 2023-05-30T06:14:51 | 22,095,358 | 21 | 7 | NOASSERTION | 2019-04-04T06:44:11 | 2014-07-22T07:46:14 | C | UTF-8 | C++ | false | false | 844 | cpp | // translate with:
// c++ -Wall -g dE2000_test.cpp -o dE2000_test2 icc_utils.o icc_formeln.o icc_helfer.o fl_i18n.o icc_speicher.o
#include "icc_formeln.h"
#include "icc_utils.h"
#include "ciede2000testdata.h"
int
main ()
{
DBG_PROG_START
Lab quelle, ziel;
double de00;
for (int i = 0 ; i < cietest_; i++) ... | [
"ku.b@gmx.de"
] | ku.b@gmx.de |
712d63ef447aae301690b23d9ded1563f4c4684f | 61c5bb077be0a7835132b3f1d6554089291e36ad | /src/compiler/code-assembler.h | d17bb9265b7f4cd5eb1d87cf8e22850d01f6dd41 | [
"BSD-3-Clause",
"SunPro",
"bzip2-1.0.6"
] | permissive | shangfengpawan/v8 | 0d1c14d7417599d924763efe0acecc9a8bbc22ba | e51782d33bbdb464b3a47c5e8decc04405ddf008 | refs/heads/master | 2020-03-25T20:10:06.507759 | 2018-08-09T06:54:56 | 2018-08-09T06:57:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 57,366 | h | // Copyright 2015 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef V8_COMPILER_CODE_ASSEMBLER_H_
#define V8_COMPILER_CODE_ASSEMBLER_H_
#include <map>
#include <memory>
// Clients of this interface shouldn't de... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
4384d9f3046b98ff94cb65064b23d153a610e6a8 | c1806b6625b0391599364f2cc5aa2a604ecdcc1f | /96-A-86320017.cpp | 8b6cf6d02b93a499316eb7c0b746a36c769dd646 | [] | no_license | mdjawadulhasan/Codeforces-Submitted-solution-s- | bb240cf9fb7a9763e5ff16b4dcf40dcbb3b75431 | 036a08a954c0402602306cb9845797544e530c08 | refs/heads/main | 2023-07-27T23:48:51.556205 | 2021-09-12T00:48:55 | 2021-09-12T00:48:55 | 405,512,574 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 683 | cpp | #include<bits\stdc++.h>
using namespace std;
int main()
{
string str;
cin>>str;
int l=str.length();
int ct=0,bt=0;
int ok=0;
for(int i=0;i<l;i++)
{
if(str[i]=='1')
{
ct++;
bt=0;
}... | [
"noreply@github.com"
] | mdjawadulhasan.noreply@github.com |
8ea769fbafb51e8d967212addac9b22a086bf397 | eba303a42022ec4236e7e62fde67903f2a931384 | /Source/MainModule/joystick/Joystick.h | bd6c1755285e68dd0625aa8254ba3c052ae06531 | [] | no_license | 1046811284/hackFlight-ue4Demo | 073d7856d2f1d9943a3c723a60b01e57546a6748 | 735413007b2c354708a5a5b6d318cfd9527c259b | refs/heads/master | 2022-03-06T02:04:35.630794 | 2019-11-08T07:54:42 | 2019-11-08T07:54:42 | 218,028,123 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,309 | h | /*
* Joystick/gamepad support for flight simulators
*
* Copyright (C) 2018 Simon D. Levy
*
* MIT License
*/
#pragma once
#include <stdint.h>
#include <stdbool.h>
#include <stdio.h>
#ifndef MAINMODULE_API
#define MAINMODULE_API
#endif
class Joystick {
private:
//各种手柄的id: 有误,等待修正!!!
static const uint16_t PR... | [
"914079662@qq.com"
] | 914079662@qq.com |
789453bbcd23669181c414feb3f7f924437cf51e | 4296e51c67eb12c83bd01c9eb93d1cd1fd1852ef | /export/windows/obj/src/flixel/system/_FlxBasePreloader/DefaultPreloader.cpp | a16e2527a12a14a302b5336a7a04e9422e601a87 | [] | no_license | Jmacklin308/HaxeFlixel_DungeonCrawler | de23d7e86deb2fa3c2f135e6cc664b68bd1c8515 | e5b7cdf540913a8c2e9e1fdc4780831a9b823856 | refs/heads/main | 2023-06-26T14:33:12.532371 | 2021-07-18T04:03:18 | 2021-07-18T04:03:18 | 386,560,939 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 9,621 | cpp | // Generated by Haxe 4.2.1+bf9ff69
#include <hxcpp.h>
#ifndef INCLUDED_Std
#include <Std.h>
#endif
#ifndef INCLUDED_flixel_system__FlxBasePreloader_DefaultPreloader
#include <flixel/system/_FlxBasePreloader/DefaultPreloader.h>
#endif
#ifndef INCLUDED_openfl_display_DisplayObject
#include <openfl/display/DisplayObject.... | [
"jmacklin308@gmail.com"
] | jmacklin308@gmail.com |
734b79efc35070f9427c8f306395450e4149fbf2 | c416836c53f6add2437524e88254d017775f822e | /TemplateDataStructure/MyQueue/myqueue.h | f8237b00728429132271be905829f65a85e0bda6 | [] | no_license | YYC572652645/DataStructure | 68be9406a1cbba514fac25ce5f65d1661e320eec | e6442bf2856db2bca69e39e3c827b064f16aec71 | refs/heads/master | 2021-05-04T14:17:20.983522 | 2019-06-03T14:22:11 | 2019-06-03T14:22:11 | 120,197,551 | 13 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 301 | h | #ifndef MYQUEUE_H
#define MYQUEUE_H
#include <iostream>
#include <vector>
using namespace std;
template <class T>
class MyQueue
{
public:
int size();
void enQueue(const T &elementData);
T deQueue();
bool isEmpty();
private:
vector<T> queueElements;
};
#endif // MYQUEUE_H
| [
"YYC572652645@163.com"
] | YYC572652645@163.com |
a9abb59f8b23969ab33637b538b31087af7b8db8 | 1c4a59a443086e9c256836b295dfb5cbb739369a | /Windows/Src/HttpServer.cpp | b741711ef5111bd93b6d9d6e8e10290cc2e6e11a | [
"Apache-2.0"
] | permissive | ldcsaa/HP-Socket | 75f1e066472a294d29beba40db73bf9d50eda681 | fb45e228974e4f2cac2c222ab0d07a7a316a07f3 | refs/heads/dev | 2023-08-16T03:00:10.580279 | 2023-08-12T21:21:14 | 2023-08-12T21:21:14 | 15,257,213 | 6,720 | 1,934 | NOASSERTION | 2021-12-27T06:33:17 | 2013-12-17T14:53:52 | C | UTF-8 | C++ | false | false | 16,050 | cpp | /*
* Copyright: JessMA Open Source (ldcsaa@gmail.com)
*
* Author : Bruce Liang
* Website : https://github.com/ldcsaa
* Project : https://github.com/ldcsaa/HP-Socket
* Blog : http://www.cnblogs.com/ldcsaa
* Wiki : http://www.oschina.net/p/hp-socket
* QQ Group : 44636872, 75375912
*
* Licensed under the Apac... | [
"ldcsaa@21cn.com"
] | ldcsaa@21cn.com |
6d08f21581b2e0c3c1446780bab8f1d8b69ee307 | 4897b9d75d851a81606d19a0e046b32eb16aa1bd | /other/lcof/list/12-ju-zhen-zhong-de-lu-jing-lcof/12-tiankonguse.cpp | da906d31a6ab0447d1c7e7c995db18982315a66a | [] | no_license | tiankonguse/leetcode-solutions | 0b5e3a5b3f7063374e9543b5f516e9cecee0ad1f | a36269c861bd5797fe3835fc179a19559fac8655 | refs/heads/master | 2023-09-04T11:01:00.787559 | 2023-09-03T04:26:25 | 2023-09-03T04:26:25 | 33,770,209 | 83 | 38 | null | 2020-05-12T15:13:59 | 2015-04-11T09:31:39 | C++ | UTF-8 | C++ | false | false | 2,767 | cpp | #include "base.h"
typedef long long ll;
typedef long long LL;
typedef unsigned long long ull;
typedef unsigned long long ULL;
typedef pair<int, int> pii;
typedef pair<ll, ll> pll;
// const int mod = 1e9 + 7;
template <class T>
using min_queue = priority_queue<T, vector<T>, greater<T>>;
template <class T>
... | [
"i@tiankonguse.com"
] | i@tiankonguse.com |
84db569c213b8a0be5f75b10190a23444cc0b83c | d2190cbb5ea5463410eb84ec8b4c6a660e4b3d0e | /old_hydra/hydra/tags/apr07/hyp/hhypPPEpEmXAlg.cc | b95962f79a00f025cfc3ecfa2a1eeae8a8f96ab2 | [] | no_license | wesmail/hydra | 6c681572ff6db2c60c9e36ec864a3c0e83e6aa6a | ab934d4c7eff335cc2d25f212034121f050aadf1 | refs/heads/master | 2021-07-05T17:04:53.402387 | 2020-08-12T08:54:11 | 2020-08-12T08:54:11 | 149,625,232 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,054 | cc | //*-- Author : B. Spruck
//*-- Modified : 2005-04-25
//*-- Modified : 22/Dec/2005 B. Spruck
//_HADES_CLASS_DESCRIPTION
////////////////////////////////////////////////////////////////////////
//
// HHypPPEpEmXAlg
//
// This Algorythm will select 4, 5 and 6 particle evens with the following
// conditions: 3p+1n, 4p+1n ... | [
"waleed.physics@gmail.com"
] | waleed.physics@gmail.com |
45e752f1dff571c728aa701b5365dcb8cb182e66 | a4385a4852daf4435d98c373990739ccc8d96c61 | /d2.cpp | 5d810edcbaa34d2d6f00f26275d1fd8992e9512f | [] | no_license | divanshArora/Algorithms | c4bc92d4a20af69d8cd3fd6e6c194785e7499203 | 87c6e15ec12c76e907619c438d360be70887ac5d | refs/heads/master | 2020-06-10T17:39:36.559998 | 2019-07-04T11:27:51 | 2019-07-04T11:27:51 | 75,919,807 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,467 | cpp | // Program to find Dijkstra's shortest path using STL set
//Correct tested geeks for geeks copy
#include<bits/stdc++.h>
using namespace std;
# define INF 0x3f3f3f3f
// This class represents a directed graph using
// adjacency list representation
class Graph
{
int V; // No. of vertices
// In a weighted ... | [
"divanshar@gmail.com"
] | divanshar@gmail.com |
b6cee4ae543a5aee7cad3dd7580398812689a026 | 233b5624f5dd13bc8fd01001ae811e1fb3c67d48 | /examples/lighting-app/linux/main.cpp | 9a1500a04f77b24a457ed33b67c947eacfcfac71 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | jotaemedois/connectedhomeip | 5b619652f842b15c5d10e2174692c7a26af7f940 | 74c269637293e0ac349862c47cd3e3f35302fa1d | refs/heads/master | 2023-02-12T08:43:37.970146 | 2021-01-11T14:38:59 | 2021-01-11T14:38:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,130 | cpp | /*
*
* Copyright (c) 2020 Project CHIP Authors
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE... | [
"noreply@github.com"
] | jotaemedois.noreply@github.com |
b3f58c95e8602061fb6a993a36762ff7835678ee | 6301e2e3669b5f194253e099527212cfe5e4fc92 | /leetcode/spiral-matrix-ii/spiral-matrix-ii.cpp | f6bb140dc8b47b87525a2f52ce506853da8e8128 | [] | no_license | jiongdu/Algorithm | 253ff365d812aefdd12f25970530775cb3b75e4d | 14e58057da7439d9818cfb9547d4b5713c1e1e26 | refs/heads/master | 2021-06-05T10:18:01.631658 | 2021-05-02T06:58:54 | 2021-05-02T06:58:54 | 62,377,889 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 812 | cpp | /**************************************
* @author dujiong
* @date 2016.12.2
* @version V0.1
**************************************/
class Solution {
public:
vector<vector<int> > generateMatrix(int n) {
vector<vector<int> > res(n, vector<int>(n, 0));
int level=n/2;
int num=1;
... | [
"dujiong.uestc@gmail.com"
] | dujiong.uestc@gmail.com |
b0d58139fd8bb55ee7602d3dcd6c2b681cab72b3 | 60ecb2cf32ae8b94e9796981d2ff06a769555072 | /problems/uva/11498 Division of Nlogonia.cpp | 864d24d5c04ebae39c31ea0edb81c0f9f12db3aa | [] | no_license | klhui97/CS3391 | fbe06b1cdd90d9d03617bad5065501f53d48f7e6 | 09a516df73ac45232a4a2a01a4d39e0e550ea5f3 | refs/heads/master | 2020-04-17T09:08:17.234360 | 2019-06-17T15:57:52 | 2019-06-17T15:57:52 | 166,446,278 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 731 | cpp | #include <iostream>
using namespace std;
int main() {
int m, n, x, y, t;
scanf("%d",&t);
while (t != 0) {
scanf("%d %d",&n,&m);
while(t--) {
scanf("%d %d",&x,&y);
if (abs(n) == abs(x) || abs(m) == abs(y)) {
printf("divisa\n");
... | [
"huikldavid@gmail.com"
] | huikldavid@gmail.com |
cd16c51560513108f26445776f9dbc978c5bdd7d | bdc72f89c090e1ba1ecb1bc36d63f9087f1c70d9 | /lab5qt/widget.cpp | 7ca4c310952a13787ff7f6a415723a9dd97cf5cf | [] | no_license | Lixard/computer-graphics-labs | ec6e852480cc9533dda4def9ef54c72f2e4f811a | 1dcb6ad5a0a08f145bbe96c6e2ca4970ca4aae76 | refs/heads/master | 2022-12-10T06:30:47.401520 | 2020-06-22T08:20:36 | 2020-06-22T08:20:36 | 273,510,144 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,631 | cpp | #include "widget.h"
#include "ui_widget.h"
#include "findcoordpoint.h"
#define eps 0.0001
#include <cmath>
#include <QMessageBox>
#include <QPainter>
double dist_p_p(double ax, double ay, double bx, double by)
{
return sqrt((bx - ax)*(bx - ax) + (by - ay)*(by - ay));
}
double GetDistanceToSegment(double ax, do... | [
"Lixard870@gmail.com"
] | Lixard870@gmail.com |
7ca8d007eb269ba091f382d481fd79c8bebc99aa | fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd | /components/prefs/testing_pref_service.cc | fdaa33b0fa277f1252ba342c388324cf9cb968ed | [
"BSD-3-Clause"
] | permissive | wzyy2/chromium-browser | 2644b0daf58f8b3caee8a6c09a2b448b2dfe059c | eb905f00a0f7e141e8d6c89be8fb26192a88c4b7 | refs/heads/master | 2022-11-23T20:25:08.120045 | 2018-01-16T06:41:26 | 2018-01-16T06:41:26 | 117,618,467 | 3 | 2 | BSD-3-Clause | 2022-11-20T22:03:57 | 2018-01-16T02:09:10 | null | UTF-8 | C++ | false | false | 2,103 | cc | // 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.
#include "components/prefs/testing_pref_service.h"
#include "base/bind.h"
#include "base/compiler_specific.h"
#include "components/prefs/default_pref... | [
"jacob-chen@iotwrt.com"
] | jacob-chen@iotwrt.com |
db5176e4b3af81ca9abdbd47aa369d793cf85e21 | 3cf9e141cc8fee9d490224741297d3eca3f5feff | /C++ Benchmark Programs/Benchmark Files 1/classtester/autogen-sources/source-3178.cpp | a7623b8ce0f63e539f27836a64bea3e5c635aedf | [] | no_license | TeamVault/tauCFI | e0ac60b8106fc1bb9874adc515fc01672b775123 | e677d8cc7acd0b1dd0ac0212ff8362fcd4178c10 | refs/heads/master | 2023-05-30T20:57:13.450360 | 2021-06-14T09:10:24 | 2021-06-14T09:10:24 | 154,563,655 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,389 | cpp | struct c0;
void __attribute__ ((noinline)) tester0(c0* p);
struct c0
{
bool active0;
c0() : active0(true) {}
virtual ~c0()
{
tester0(this);
active0 = false;
}
virtual void f0(){}
};
void __attribute__ ((noinline)) tester0(c0* p)
{
p->f0();
}
struct c1;
void __attribute__ ((noinline)) tester1(c1* p);
struct c1
{
bool ac... | [
"ga72foq@mytum.de"
] | ga72foq@mytum.de |
960943a99fb02e971f30c3516d9aee2f1a562a81 | 9016e3870e9e06957f25e127b3f50225db4d65b4 | /src/net/third_party/quiche/src/quic/core/congestion_control/bbr_sender_test.cc | 6acfe80519ad80080df2e0040909640208b10219 | [
"BSD-3-Clause"
] | permissive | bylond/naiveproxy | f0a30493e0662251247a87c73a1b73388ef16d1b | a04a8330a8bb0d0892259cf6d795271fbe6e6d0e | refs/heads/master | 2021-02-02T00:46:35.836722 | 2020-03-11T03:43:22 | 2020-03-11T03:43:22 | 243,525,007 | 1 | 0 | BSD-3-Clause | 2020-03-11T03:43:23 | 2020-02-27T13:23:59 | null | UTF-8 | C++ | false | false | 60,896 | cc | // Copyright 2016 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 "net/third_party/quiche/src/quic/core/congestion_control/bbr_sender.h"
#include <algorithm>
#include <map>
#include <memory>
#include <utility>
... | [
"kizdiv@gmail.com"
] | kizdiv@gmail.com |
d936eef4180b4219c55acff0f1fcfa694ca6c643 | 29a4c1e436bc90deaaf7711e468154597fc379b7 | /modules/gsl_specfun/include/nt2/toolbox/gsl_specfun/function/simd/sse/sse4_2/gsl_sf_laguerre_3.hpp | b75cbeb388cc6010b3fcc5a2971584b062a2b686 | [
"BSL-1.0"
] | permissive | brycelelbach/nt2 | 31bdde2338ebcaa24bb76f542bd0778a620f8e7c | 73d7e8dd390fa4c8d251c6451acdae65def70e0b | refs/heads/master | 2021-01-17T12:41:35.021457 | 2011-04-03T17:37:15 | 2011-04-03T17:37:15 | 1,263,345 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 771 | hpp | //////////////////////////////////////////////////////////////////////////////
/// Copyright 2003 and onward LASMEA UMR 6602 CNRS/U.B.P Clermont-Ferrand
/// Copyright 2009 and onward LRI UMR 8623 CNRS/Univ Paris Sud XI
///
/// Distributed under the Boost Software License, Version 1.0
/// ... | [
"joel.falcou@lri.fr"
] | joel.falcou@lri.fr |
c3617e56622a1d710dde429bd6a64f3c292934a6 | b6ce9b399dfdf0f5e7a11d69ac077f462ccbec63 | /include/roomviewer/RoomViewerScene.h | 790d9d9df97b6c86e70d5d2f1c377cd7069ce0c0 | [] | no_license | AsTeFu/Roguelike | 6db30abd80b01ee61bf02d005c4385bab985b02d | 221241f8a645c92a864d1bc967c845565a31dfdc | refs/heads/master | 2020-07-11T10:05:29.219942 | 2019-09-18T19:15:34 | 2019-09-18T19:15:34 | 202,659,470 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,145 | h | //
// Created by AsTeFu on 04.09.2019.
//
#ifndef INCLUDE_ROOMVIEWER_ROOMVIEWERSCENE_H_
#define INCLUDE_ROOMVIEWER_ROOMVIEWERSCENE_H_
#include <editor/Components/StructureComponent.h>
#include <game/Scenes/SceneManager.h>
#include <string>
#include <vector>
class RoomViewerScene : public Scene {
private:
std::vec... | [
"astefuapps@gmail.com"
] | astefuapps@gmail.com |
06aabb68390424c195e9fa6b97e9f9e96a235cb7 | d18ad9e17134e517879330d15c355b3a3f102615 | /Povox/src/pxpch.h | babe4036c6a4fa23258b751daa79bd716a6a8a31 | [
"Apache-2.0"
] | permissive | PowerOfNames/Povox | 5b21e8057a95ee7f3ed1398bf422863601e8e188 | 9c6e590fe7d5b82fbb0f9c4d0c07821cb9cad0b6 | refs/heads/master | 2023-08-13T21:12:03.425458 | 2023-08-07T13:23:39 | 2023-08-07T13:23:39 | 233,458,408 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 437 | h | #pragma once
#include <iostream>
#include <memory>
#include <utility>
#include <algorithm>
#include <functional>
#include <optional>
#include <chrono>
#include <string>
#include <sstream>
#include <vector>
#include <map>
#include <unordered_map>
#include <set>
#include <unordered_set>
#include <variant>
#include "... | [
"PowerOfNames@web.de"
] | PowerOfNames@web.de |
af175f95929c7bcf5c3c248e4f67bd09d394f2bc | 553cd650a0af193c83866deab14a922ecd1d3613 | /src/wallet/tests/address_book_test.cpp | acbbf58bcd26c9bab9fc709f677b07b8f3d10ecc | [
"MIT"
] | permissive | edwardstock/mintex | 9251703ef5b5e4dc11a6baa2974fed2f972f414b | edb9a5cef4fa145921a5ceac6d981e423f893f86 | refs/heads/master | 2020-05-17T03:16:57.538043 | 2019-07-25T22:17:34 | 2019-07-25T22:17:34 | 183,473,512 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,285 | cpp | /*!
* mintex.
* address_book_test.cpp
*
* \date 2019
* \author Eduard Maximovich (edward.vstock@gmail.com)
* \link https://github.com/edwardstock
*/
#include <gtest/gtest.h>
#include <string>
#include <boost/filesystem.hpp>
#include "wallet/data/address_book.h"
TEST(AddressBook, TestAll) {
namespace fs =... | [
"edward.vstock@gmail.com"
] | edward.vstock@gmail.com |
65d7a54cccf5e2fb43023f52e6a7e51e0bb21a6d | e6c4ffd58d9c3b11a46ca2cffc596df0cec3ab87 | /clients/testings/testing_scatter.cpp | b6702ab4da7ec632fbf4f2ba6cfff67ad54ff850 | [
"MIT"
] | permissive | jsandham/rocSPARSE | 1e60455a83f1852bb98c4887484278f1d6d971e1 | 881eb358a484c9f83e08be8599676fdad0045040 | refs/heads/master | 2023-08-31T11:26:19.329200 | 2021-01-06T17:35:32 | 2021-01-06T17:35:32 | 236,610,308 | 0 | 0 | MIT | 2020-01-27T22:32:13 | 2020-01-27T22:32:13 | null | UTF-8 | C++ | false | false | 6,797 | cpp | /* ************************************************************************
* Copyright (c) 2020 Advanced Micro Devices, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without re... | [
"noreply@github.com"
] | jsandham.noreply@github.com |
027649fb15766256621778fe3bcaae712d18592e | ae9df4db0dc16065b53030e39d1325d0c81e0221 | /src/FalconEngine/Content/CustomImporter.cpp | fa804f4f660ae9676e0d67d9f21f5c5f1ca0a13e | [
"MIT"
] | permissive | LiuYiZhou95/FalconEngine | c0895dba8c2a86a8dcdf156da1537d4f2e9724c3 | b798f20e9dbd01334a4e4cdbbd9a5bec74966418 | refs/heads/master | 2021-10-25T18:40:42.868445 | 2017-07-30T10:23:26 | 2017-07-30T10:23:26 | 285,249,037 | 0 | 1 | null | 2020-08-05T09:58:53 | 2020-08-05T09:58:52 | null | UTF-8 | C++ | false | false | 913 | cpp | #include <FalconEngine/Content/CustomImporter.h>
namespace FalconEngine
{
/************************************************************************/
/* Constructors and Destructor */
/************************************************************************/
CustomImporter::Cus... | [
"linwx_xin@hotmail.com"
] | linwx_xin@hotmail.com |
add369ddc12994bd480f2b930011f990bf523368 | d41a8c2ec8acf444530a4239751f415d59919f83 | /old/quick_sort.cpp | 55e29902b07798cdbfd343891619f82996e4f0ad | [] | no_license | fedochet/Stepic | bf7a8c8d301500cc4e9aa1569aeda9215841afd5 | e4086c9d48a5307de403866ef56e938fa4db4bb1 | refs/heads/master | 2020-05-18T04:47:45.110621 | 2014-11-10T12:46:57 | 2014-11-10T12:46:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 665 | cpp | #include <iostream>
#include <vector>
using namespace std;
struct line{
private:
int x_b, x_e;
public:
line (int b = 0, int e = 0):x_b(b),x_e(e){}
~line(){}
void print(){
cout<<"x_b == "<<x_b<<"; x_e == "<<x_e<<endl;
}
bool includes(int x)
{
return ((x>=x_b) && (x<=x_e));
}
};
int main()
{
vector<l... | [
"fedochet@yandex.ru"
] | fedochet@yandex.ru |
f0deb0b59c9ecede42da203d0fdc2ef3f2dfb555 | a85ebc9f07ded83e816e15e82d5f4d5eb3aaa3b0 | /simulation.h | cc94041a9bbc44ad793f6298281563cb11930f6a | [] | no_license | kaivanwadia/VirtualCatwalkMilestone1 | 36c515065c7afe1446a595595a7aa81ce753e392 | e0154d0022fd762f2ea5fb4243264d65d8f7ed2e | refs/heads/master | 2020-04-06T04:03:12.856004 | 2015-09-18T22:02:10 | 2015-09-18T22:02:10 | 26,777,812 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,170 | h | #ifndef SIMULATION_H
#define SIMULATION_H
#include <Eigen/Core>
#include <Eigen/Sparse>
#include <vector>
#include <set>
#include <QMutex>
#include "simparameters.h"
#include <QGLWidget>
class RigidBodyTemplate;
class RigidBodyInstance;
class Cloth;
typedef Eigen::Triplet<double> Tr;
class SimParameters;
class Sim... | [
"kaivanwadia@gmail.com"
] | kaivanwadia@gmail.com |
9f4d0da945b878d5d511f9a66f1f70d7dc79d41b | 86bfae94def1ca36bec20ab0ecadd72c1f97272e | /src/post/main/MessageTraces.hpp | 2866584f0441ab22864814bfa1c2b07212136427 | [
"BSD-3-Clause"
] | permissive | ucd-plse/mpi-error-prop | 22b947ff5a51c86817b973e55c68e4a2cf19e664 | 4367df88bcdc4d82c9a65b181d0e639d04962503 | refs/heads/master | 2020-09-17T06:24:19.740006 | 2020-01-31T21:48:35 | 2020-01-31T21:48:35 | 224,017,672 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 226 | hpp | #ifndef MESSAGE_TRACES
#define MESSAGE_TRACES
class MessageTraces : public Message {
public:
virtual string format();
virtual string getErrorCodeStr(bool starBefore=false);
private:
string getLocationStr();
};
#endif
| [
"dcdefreez@ucdavis.edu"
] | dcdefreez@ucdavis.edu |
6cca5870a2a8e6be7acffa4a0825d6cea3471f87 | 6f3f75fff9c94dd9efbb03cdfd28e1dd71da1aaf | /Graph/GraphVisitByDfs.cpp | 3563f57b948d701719d88c749fab9e52a724ae16 | [] | no_license | bw98/DataStructure | 2d34e2c0bc4bc6cfab3d8c1d8644b29b7c7c90a2 | f9777f6449888f04b5d385a340cfa13d9468c991 | refs/heads/master | 2021-09-11T20:59:35.302250 | 2018-04-12T09:50:37 | 2018-04-12T09:50:37 | 109,584,489 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,587 | cpp | /*************************************************************************
> File Name: GraphVisitByDfs.cpp
> Author: bw98
> Mail: 786016476@qq.com
> Created Time: 2017年12月13日 星期三 10时42分49秒
************************************************************************/
#include<iostream>
#include<stack>
#include<queue... | [
"786016746@qq.com"
] | 786016746@qq.com |
8d8a33f978d7beb5b09fd361c960bb44610d8e47 | 631f8e0ab403eef0e1a8fb013457aa22fc1e47f6 | /src/Landscape.cpp | 34986d9637824ed61b12c545d5fdbae4a4990934 | [] | no_license | gdev-munky/awge | 675b9c249e7156483969140cda3fd37fac0e43ef | a73a6674ae6dafa8a4cd57c94fbac03bf06aed6b | refs/heads/master | 2021-01-22T02:52:50.107893 | 2013-10-01T16:12:58 | 2013-10-01T16:12:58 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 1,951 | cpp | #include "Landscape.h"
//-------------------------------------
// Генерирует ландшафт, задается шириной, минимальной высотой и максимальной высотой, все в блоках
//-------------------------------------
void Landscape::generate(int _width, int minBlocks, int maxBlocks)
{
width = _width;
height = new int[width*2];
he... | [
"ml4_aem@mail.ru"
] | ml4_aem@mail.ru |
35ce652469e55a2cf9142efe5800138a85417767 | 868e8628acaa0bf276134f9cc3ced379679eab10 | /squareDrop/0.386/p | 05749c15cdf0fd1f2e18e755488db3a3ce060a67 | [] | no_license | stigmn/droplet | 921af6851f88c0acf8b1cd84f5e2903f1d0cb87a | 1649ceb0a9ce5abb243fb77569211558c2f0dc96 | refs/heads/master | 2020-04-04T20:08:37.912624 | 2015-11-25T11:20:32 | 2015-11-25T11:20:32 | 45,102,907 | 0 | 0 | null | 2015-10-28T09:46:30 | 2015-10-28T09:46:29 | null | UTF-8 | C++ | false | false | 116,910 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.4.0 |
... | [
"stig.m.nilsen@gmail.com"
] | stig.m.nilsen@gmail.com | |
4712103be0a599157057a99368a8e78ae5c01f97 | c4537de39f9a35c5e96df6203aa8df4aca725235 | /Server.h | 77c87e55fb3f2f055b25a169d353247162d29e4a | [] | no_license | galsnir/Flight-Simulator-Part-1 | a625cd60952310f056bb928442a66a18e95518fb | 5dace7d017ac4ea0ad2d664f1141daeb5bc63e89 | refs/heads/master | 2020-04-14T00:44:52.306278 | 2018-12-29T21:14:26 | 2018-12-29T21:14:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,720 | h | #ifndef SIMULATOR1_SERVER_H
#define SIMULATOR1_SERVER_H
#include "Parser.h"
struct ArgumentForServerRunning {
double portNum;
double frequency;
Parser* parser;
};
struct ArgumentForVarUpdating {
string buffer;
Parser* parser;
};
class Server {
public:
/**
* Method is created to run in... | [
"noreply@github.com"
] | galsnir.noreply@github.com |
40433aeee183791c04f66a4ab594e54cdeb8ffb9 | 8301dd556b87b1ccaa0b903f17c3132bb2d449e7 | /mortgagewindow.cpp | 17072be9abf20efcdf6f54ca99928cfd4116f022 | [] | no_license | WisdomStoneWorshiper/comp2012h_project | 30c21e35a372466df593734a9f23c0c1ca0834b6 | 1bdd81dfed3ed24f2a0bcb0809f6e41307ee926f | refs/heads/master | 2022-03-19T22:46:11.648172 | 2019-12-16T01:24:52 | 2019-12-16T01:24:52 | 224,777,999 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,536 | cpp | #include "mortgagewindow.h"
#include "ui_mortgagewindow.h"
//convension constructor
MortgageWindow::MortgageWindow(const vector<Player *> &playerList, const vector<Box *> &gameField, QWidget *parent) : QDialog(parent),
... | [
"klloaj@connect.ust.hk"
] | klloaj@connect.ust.hk |
65070e09099f8d43d3726d25192bbc619e189a05 | 5c8a0d7752e7c37e207f28a7e03d96a5011f8d68 | /MapTweet/iOS/Classes/Native/mscorlib_System_Array_InternalEnumerator_1_gen844404404.h | f7d47eb8180e2fa5bda5f4916f16c168df0e38e2 | [] | no_license | anothercookiecrumbles/ar_storytelling | 8119ed664c707790b58fbb0dcf75ccd8cf9a831b | 002f9b8d36a6f6918f2d2c27c46b893591997c39 | refs/heads/master | 2021-01-18T20:00:46.547573 | 2017-03-10T05:39:49 | 2017-03-10T05:39:49 | 84,522,882 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,454 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.Array
struct Il2CppArray;
#include "mscorlib_System_ValueType3507792607.h"
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offse... | [
"priyanjana@mac.com"
] | priyanjana@mac.com |
15b2f28911e1840477d645e5b45823e575117da3 | 52ca17dca8c628bbabb0f04504332c8fdac8e7ea | /boost/spirit/repository/include/qi_directive.hpp | 32b39681361c2ecd34e4d42ddfdb8f6792661a56 | [] | no_license | qinzuoyan/thirdparty | f610d43fe57133c832579e65ca46e71f1454f5c4 | bba9e68347ad0dbffb6fa350948672babc0fcb50 | refs/heads/master | 2021-01-16T17:47:57.121882 | 2015-04-21T06:59:19 | 2015-04-21T06:59:19 | 33,612,579 | 0 | 0 | null | 2015-04-08T14:39:51 | 2015-04-08T14:39:51 | null | UTF-8 | C++ | false | false | 84 | hpp | #include "thirdparty/boost_1_58_0/boost/spirit/repository/include/qi_directive.hpp"
| [
"qinzuoyan@xiaomi.com"
] | qinzuoyan@xiaomi.com |
132fd17b58bc154aad4a69efafb91c106a0b28a6 | 7f56bb80de8179d33f51ea42fbc6677b5e1fc678 | /macloader/macloader.cpp | 91f9a20d83ccfd9d64b08485675828339bcc340c | [] | no_license | AndroidForWave/android_hardware_samsung | fed0d074cfbb6d38a6e2f5e26be6a0a6eb2810b7 | 21bdac9b94bd24df6e394e23418de3eab54313a5 | refs/heads/master | 2021-01-01T06:00:41.100845 | 2013-09-09T18:12:19 | 2013-09-09T18:12:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,155 | cpp | /*
* Copyright (C) 2012, The CyanogenMod Project
* Daniel Hillenbrand <codeworkx@cyanogenmod.com>
* Marco Hillenbrand <marco.hillenbrand@googlemail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with... | [
"adis1313@ubuntu.(none)"
] | adis1313@ubuntu.(none) |
2974ad87e17c1f0dc472e186cbb6865c67f5cbdd | a0a6d0b3026f903b72aefce16705d1278f72b01e | /src/utility/x11_Utility.cpp | 40faa69735e09b1ab3cfb0afa82e29edd4292264 | [
"MIT"
] | permissive | FunkyCat/bakge | 90b35cb56fd85472dad9d13d2fa204ea267c0b2c | 3cd9ef1c14ae7882b94214d5ec652c498b94f128 | refs/heads/master | 2021-01-18T05:56:11.400488 | 2013-07-02T22:39:59 | 2013-07-02T22:39:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,372 | cpp | /* *
* The MIT License (MIT)
*
* Copyright (c) 2013 Paul Holden et al. (See AUTHORS)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation... | [
"paulholden2@gmail.com"
] | paulholden2@gmail.com |
63f650c13384c6cd51c21b2e96e75a1f12cb9bc1 | 38b9daafe39f937b39eefc30501939fd47f7e668 | /tutorials/2WayCouplingOceanWave3D/basicTutorialwtProbesResultsWtPhiCoupled/20/p_rgh | 4cf02ccd6eb89c3d266a23e80133f7e4b135dac8 | [] | no_license | rubynuaa/2-way-coupling | 3a292840d9f56255f38c5e31c6b30fcb52d9e1cf | a820b57dd2cac1170b937f8411bc861392d8fbaa | refs/heads/master | 2020-04-08T18:49:53.047796 | 2018-08-29T14:22:18 | 2018-08-29T14:22:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 196,450 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 3.0.1 |
... | [
"abenaz15@etudiant.mines-nantes.fr"
] | abenaz15@etudiant.mines-nantes.fr | |
603a616e964a3e0b97543ba9113a1a05886421ba | 69ef99f5e407db4346c97310709ab85b7514d5ea | /src/builtins/builtins-collections-gen.cc | a8f9820e3106d96622bef53e273dc075955afa92 | [
"bzip2-1.0.6",
"BSD-3-Clause",
"SunPro",
"Apache-2.0"
] | permissive | KaoRz/v8 | 0f771449cf728938ff882c8822ec2fe0dca2d974 | 242df3a2ed30d28d98076ab0584c95a9256c5cd6 | refs/heads/master | 2022-12-06T23:08:49.016515 | 2020-08-10T14:20:01 | 2020-08-10T14:59:46 | 286,530,234 | 1 | 0 | null | 2020-08-10T16:49:55 | 2020-08-10T16:49:54 | null | UTF-8 | C++ | false | false | 120,568 | cc | // Copyright 2017 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/builtins/builtins-collections-gen.h"
#include "src/builtins/builtins-constructor-gen.h"
#include "src/builtins/builtins-iterator-gen.h"
#... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
2351c3074a9b638370fb0a7a4406ddf32ff119a9 | 260e5dec446d12a7dd3f32e331c1fde8157e5cea | /Indi/SDK/Indi_INX2_T_06_Thugs_classes.hpp | fb613a3f1c72aaecb09fe7e0383683bc7c6a18b4 | [] | no_license | jfmherokiller/TheOuterWorldsSdkDump | 6e140fde4fcd1cade94ce0d7ea69f8a3f769e1c0 | 18a8c6b1f5d87bb1ad4334be4a9f22c52897f640 | refs/heads/main | 2023-08-30T09:27:17.723265 | 2021-09-17T00:24:52 | 2021-09-17T00:24:52 | 407,437,218 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 660 | hpp | #pragma once
// TheOuterWorlds SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "Indi_INX2_T_06_Thugs_structs.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// Blu... | [
"peterpan0413@live.com"
] | peterpan0413@live.com |
68679e735e4da5dda33865e09e7e0b0d015c596c | c4bcba4d8fd7a0e02970cc27b963d864fcef5e33 | /nachos/code/filesys/synch_disk.hh | 0ad366187ac841053bc30633f5f1111345761c02 | [] | no_license | IvaanEr/SO2 | 13fa0f3cef16c5d55c9ca13253147bf820187197 | 1193532600c833ec66dcdb243d16213b989931e0 | refs/heads/master | 2021-01-22T22:07:32.387682 | 2018-08-09T21:01:13 | 2018-08-09T21:01:13 | 85,505,426 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,010 | hh | /// Data structures to export a synchronous interface to the raw disk device.
///
/// Copyright (c) 1992-1993 The Regents of the University of California.
/// 2016-2017 Docentes de la Universidad Nacional de Rosario.
/// All rights reserved. See `copyright.h` for copyright notice and
/// limitation of li... | [
"ivan_ernandorena@hotmail.com"
] | ivan_ernandorena@hotmail.com |
70c3883f6751d2b01ead1e97cd596b27a6b98500 | 72e44ac6fcf22e124dc9ad755e9d7fab120ab442 | /cs160_series/C_Labs/lab1/TA_Guessing.cpp | 8c3d308f747cae5ed8f4f94c5efb70c77c1d89f3 | [] | no_license | jeffdeng1314/CS16x | 2a550ee48d3d750b0fd8c2b349ab6620a4fef6f6 | 24204e4d87844c957b5c7a027b9c7a788527655d | refs/heads/master | 2020-05-15T00:37:17.298336 | 2019-04-18T04:46:46 | 2019-04-18T04:46:46 | 182,014,947 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 690 | cpp | #include <iostream>
#include <string>
using namespace std;
int main(){
int choice;
string answer;
do{
cout <<"Hi! Welcome to the guessing TA game!\n";
cout <<"Enter the following numbers to look for clues!"<<endl;
cout <<"1) Hair color\n2) Gender\n3) Favorite animal\n4) Academic Standard\n5) Guess the nam... | [
"dengh@oregonstate.edu"
] | dengh@oregonstate.edu |
6e8a9229b4abb7a9207e04cc07f06107cb2fe779 | f9a19cc51d9eaed79beaff36248b58c3778cb6d6 | /4.3.cpp | 3a14f6506f6f37f82ed6fbc5e861b931f790f052 | [] | no_license | europeec/ghhrmm | 592c7f2394169e2d204ac002a52d3e56ea825a1e | bcf2ff595d43ceb3ac6bbb143601ca2280f4610f | refs/heads/master | 2023-05-13T03:48:29.798569 | 2023-05-09T22:50:44 | 2023-05-09T22:50:44 | 204,330,283 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,507 | cpp | #include <iostream>
using namespace std;
struct CandyBar{
string name;
double mass;
int kalories;
};
string input_name(){
string name;
cout << "Введите имя: ";
cin >> name;
return name;
}
double input_mass(){
double mass;
cout << "Введите массу: ";
cin >> mass;
return mass;
... | [
"leuropeec@ya.ru"
] | leuropeec@ya.ru |
514084da67fded235dbb80d07aa2c695b0996fb6 | 8c5efc393fa0bc16dc7b4d3ca6ace6e12f410e3e | /template files/IPC031_2018_assignment_5_files (1)/IPC031_2017_assignment_5_files/main.cpp | 565a8a640a8db2eb1701e229debf577cbf8fbf20 | [] | no_license | huynguy97/Thesis-data | 3a59638b0d5e530d4696b9fec8439418315796ba | 49960524dbe33dfdb29f1b7ef5380621c1c266d8 | refs/heads/master | 2020-06-01T04:14:48.034712 | 2019-06-27T00:39:44 | 2019-06-27T00:39:44 | 190,630,928 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,585 | cpp | #include <iostream>
#include <fstream> // for file I/O
#include <cassert> // for assertion checking
using namespace std;
enum Action {Encrypt, Decrypt} ;
int seed = 0 ;
void initialise_pseudo_random (int r)
{
// pre-condition:
assert (r > 0 && r <= 65536) ;
/* post-condition:
seed has val... | [
"h.nguyen@student.science.ru.nl"
] | h.nguyen@student.science.ru.nl |
fa7821865ad290b80c69e240b36b1b574d34dd9e | b229effa2de079d0bbb1f7f4f83c6bc7e84e7934 | /dictionary.h | 635bf658938b34664a08a9dca2a9d697a1636217 | [] | no_license | JustinWilson022/Scrabble-AI | 65c23cfe35a2e403e40d7ea1b7b0c230e49bf51e | 176d977e20d761b4dd0abd197c716a14f6b8b077 | refs/heads/master | 2023-07-19T08:56:19.524536 | 2021-09-07T06:21:55 | 2021-09-07T06:21:55 | 403,863,863 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,839 | h | #ifndef DICTIONARY_H
#define DICTIONARY_H
#include <unordered_set>
#include <string>
#include <map>
#include <memory>
#include <vector>
class Dictionary {
public:
struct TrieNode {
// when a node in trie is created
// initialized to not be for a valid word
// in the dictionary
b... | [
"justinvw@usc.edu"
] | justinvw@usc.edu |
1395699ee052d3c7ad81fa3188e780cc0dece6ee | 445a5834ffa8c7293a4a6016233cbab6bb92d5c4 | /NDK/5/MyJni/jni/MyJni.cpp | 1ded1ef66837fdb2e65773da71bae49b0fc87756 | [] | no_license | unsummon/Jni_5 | 053a6df5de5f8f357e989b3eade48b8524484303 | 52b69f8c822f5d2787517bd357dc90af92e5c772 | refs/heads/master | 2021-01-01T05:45:43.181976 | 2016-04-17T14:31:25 | 2016-04-17T14:31:25 | 56,440,423 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,209 | cpp | #include "MyJNI.h"
#include <stdio.h>
#include <android/log.h>
/*
* Class: cr_myjni_MyJNI
* Method: GetNumber
* Signature: ()I
*/
JNIEXPORT jint JNICALL Java_cr_myjni_MyJNI_GetNumber
(JNIEnv *env, jobject obj)
{
return 1;
}
/*
* Class: cr_myjni_MyJNI
* Method: GetNumber2
* Signature: ()I
*/
... | [
"schejiazhou@sina.com"
] | schejiazhou@sina.com |
1eb508e7aca6e2e15e03a714075f01ba8c15b955 | daa4dcb733d87e45993e2e79020fc83508394c28 | /Cpp/task7/Array.hpp | a55a0427173f7ea2110d72ebfab1175d243ac1ab | [] | no_license | Leksoo/ITMO_Storage | 4c70933c9d30cf523260c383b394b6adfc6262bc | 450cb80d29acd2ce99fa83966789e10bb94d95ec | refs/heads/master | 2023-01-23T10:14:42.472706 | 2021-01-30T13:13:00 | 2021-01-30T13:13:00 | 184,566,283 | 0 | 1 | null | 2023-01-05T03:57:31 | 2019-05-02T11:04:58 | Jupyter Notebook | UTF-8 | C++ | false | false | 2,014 | hpp | //
// Created by lekso on 12.11.2018.
//
#include<iostream>
#include "Array.h"
template<class T>
Array<T>::Array(size_t size, const T &value) {
mSize = size;
// mData = new T[size]; <--- default constructor used
// for (size_t i = 0; i < size; ++i) {
// mData[i] = value; <--- assignment operator u... | [
"leksoor@gmail.com"
] | leksoor@gmail.com |
da00542b9e70092b4005abcf5c44ff107cd02e0d | fc7d5b988d885bd3a5ca89296a04aa900e23c497 | /Programming/mbed-os-example-sockets/mbed-os/storage/blockdevice/source/ProfilingBlockDevice.cpp | f0fb090d3f9e5fa5f5a91afb7547d82ef15d3225 | [
"Apache-2.0"
] | permissive | AlbinMartinsson/master_thesis | 52746f035bc24e302530aabde3cbd88ea6c95b77 | 495d0e53dd00c11adbe8114845264b65f14b8163 | refs/heads/main | 2023-06-04T09:31:45.174612 | 2021-06-29T16:35:44 | 2021-06-29T16:35:44 | 334,069,714 | 3 | 1 | Apache-2.0 | 2021-03-16T16:32:16 | 2021-01-29T07:28:32 | C++ | UTF-8 | C++ | false | false | 2,729 | cpp | /* mbed Microcontroller Library
* Copyright (c) 2017 ARM Limited
* SPDX-License-Identifier: Apache-2.0
*
* 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/li... | [
"albmar-6@student.ltu.se"
] | albmar-6@student.ltu.se |
8f2c88964d68de6b351773a2cc4aa1c37bde6c16 | bea2e4112f2942225ac4cdaf641ec9176be53d06 | /ARRAY/Longest subarrays of even and odds.cpp | 3fac289e843f4f6a1b062a9d8128fbe2c9814324 | [] | no_license | SakshamSoni-code/DSA--PRACTISE | ea2f31aa153722c76fcb8f4ca8d3226da663340a | da8c00a5f7e68bc89acce26aa5d627bf89c6e439 | refs/heads/main | 2023-08-20T10:06:23.795293 | 2021-09-21T08:03:36 | 2021-09-21T08:03:36 | 335,625,782 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 786 | cpp | /*
You are given an array of size n. Find the maximum possible length of a subarray such that its elements are arranged alternately either as even and odd or odd and even .
Example 1:
Input:
n = 5
a[] = {10,12,14,7,8}
Output: 3
Explanation: The max length of subarray
is 3 and the subarray is {14 7 8}. Here
the array... | [
"noreply@github.com"
] | SakshamSoni-code.noreply@github.com |
325000c9b0ba68050b6c1e87ec6f6cad93f768c0 | 98eca557283fe549bf3438ec79c3f3b3fa46deba | /cpp/001_100/098.cpp | 90d3c5e24dae256e10c93d7042dd58b71e629d77 | [] | no_license | hilings/leetcode | cd9f14c6430872f4e6b9bed3460b03f31b82d5b9 | b6e14cc3e5eb84eea13fbecfa9f2031caf1fab9a | refs/heads/master | 2022-06-19T04:13:09.492736 | 2022-06-17T06:41:04 | 2022-06-17T06:41:04 | 33,797,308 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,946 | cpp | //
// 098.cpp
// leetcode
//
// Created by Hang Zhang on 1/12/16.
// Copyright © 2016 Hilings Studio. All rights reserved.
//
#include <iostream>
#include <vector>
#include <deque>
#include <limits>
using namespace std;
/**
* Definition for a binary tree node.
*/
struct TreeNode {
int val;
TreeNode *lef... | [
"hangzhang@HangRetina.local"
] | hangzhang@HangRetina.local |
14bfed29472d7b5d4c7ba09fe0f9e712016074c2 | 1db66588fae1962234c4b11a5b214b7a9e4f3102 | /string orai feladat.cpp | 26ce30850fcc9f0b5111658032f35f9e4542ed00 | [] | no_license | Krisztian16/XI.b | 68b1b4bb8136de116f67df62f9a205bcb825dfe0 | 57e71a83e9749e7deeb7332ca58bf4c02291bfea | refs/heads/master | 2020-07-31T06:13:16.159528 | 2020-02-11T07:14:53 | 2020-02-11T07:14:53 | 210,512,087 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 332 | cpp | #include <iostream>
#include <string>
#include <stdlib.h>
using namespace std;
int main()
{
string a=" ";
int x;
cin>>x;
for(int i=0;i<x;i++){
a[i]=65+rand()%26;
}
a[x]='\n';
for(int i=0;i<x;i++){
cout<<a[i];
}cout<<endl;
cout<<a;
re... | [
"noreply@github.com"
] | Krisztian16.noreply@github.com |
6bcfa45771ca667180bbca2323a07b4a69f100a1 | 56f5b185d8103f3819ae0dd22d2b52e8ca7f74e6 | /LehrMark_CSC_CIS_5_Winter_2018-master/Lab/Lab020618/Linear_And_Binary_Search_DynMem/main.cpp | 62bf3af527d9edcaa37756220a0378c95ff524d2 | [] | no_license | bj2594494/JungByeongju_CSC_CIS_17A_Spring_2018 | 8fc2dbf94b817f62c47363a91cd27cd13462fb99 | 2e1025a8a1b7e60626614200b9b9d675cdeff204 | refs/heads/master | 2020-04-10T22:07:21.003164 | 2018-05-15T05:42:57 | 2018-05-15T05:42:57 | 124,298,353 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,253 | cpp | /*
* File: main.cpp
* Author: Dr Mark E. Lehr
* Created on February 6th, 2018, 10:50 AM
* Purpose: All Pointer Notation
* Dynamic Memory
*/
//System Libraries
#include <iostream> //I/O Library
#include <cstdlib> //Contains srand
#include <ctime> //Time Library
#include <cmath> //Math Lib... | [
"byeongju8282@gmail.com"
] | byeongju8282@gmail.com |
621624a80d0fc3191a06d61e00b670d04f3612ef | 04f7112bb9f33921cd39c027621c612b1c60f9cc | /Dali/dali-core/dali/public-api/object/property-notification.cpp | 970a0f4e70822be7ded6d8f183e44e07806a1f2c | [] | no_license | zg2nets/windows-backend | c5cf568a3f865405a0b47c1208c9720fe00f0d02 | 8af57e6a295a810b51654d70af2e3e10b5a771bb | refs/heads/release | 2020-09-10T01:54:58.611433 | 2020-02-21T04:29:24 | 2020-02-21T04:29:24 | 221,619,486 | 0 | 0 | null | 2020-02-21T04:29:25 | 2019-11-14T05:32:57 | C++ | UTF-8 | C++ | false | false | 2,747 | cpp | /*
* Copyright (c) 2015 Samsung Electronics Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"noreply@github.com"
] | zg2nets.noreply@github.com |
5c693aa3c51283f107ec00ad3b9995d0cdabca18 | 4f1d8676aaa73f8301a4d042787c10b683688c73 | /BinNode/test.cpp | b934a22b577e50672ee56925c633796e2841c2ca | [] | no_license | zshiningstar/DATA_STRUCT | e7abc13187cbadf138104985ad9e81c3590b6169 | b51775db6bfe653d662110f9f122932e1c721bcf | refs/heads/master | 2023-05-02T19:11:12.561738 | 2021-05-30T04:06:05 | 2021-05-30T04:06:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 96 | cpp | #include "binnode_star.h"
#include<iostream>
using namespace std;
int main()
{
return 0;
}
| [
"16603860375@163.com"
] | 16603860375@163.com |
ac8ea3dc5247315c8cfc4398b5cfcb1121b6a6be | ddd1302eb1d8c23a6dff09daae09e835a54bc0b0 | /konversijamketotaldetik.cpp | e8026c50294320e120e2aeebc235e768dced47d0 | [] | no_license | univmajalengka/201410018 | 460643423ccdab81cdfba5050eeafc038f71a5f5 | b12d378483d1d9b32cf44175b527246af2286a24 | refs/heads/main | 2023-03-17T03:24:32.527668 | 2021-03-01T02:11:58 | 2021-03-01T02:11:58 | 311,772,785 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 236 | cpp | #include<iostream>
using namespace std;
int main()
{
int j,m,d,td;
cout<<"Masukan Jam :";
cin>>j;
cout<<"Masukan Menit :";
cin>>m;
cout<<"Masukan Detik :";
cin>>d;
td=(j*3600)+(m*60)+d;
cout<<"Total Detik : "<<td;
return 0;
}
| [
"asyaefudinz25@gmail.com"
] | asyaefudinz25@gmail.com |
fd8b7a531671461da7e2ebd191d90ed67fb1aaf3 | 8b7fdf5100ebd616eb5ac9f2b14d1c8d6c4c0d8e | /frameworks/core/components/dialog/dialog_component.cpp | 05947bc919e3c6945cbdb3e10e980b155f53cfaa | [
"Apache-2.0"
] | permissive | openharmony-sig-ci/ace_ace_engine | 13f2728bce323b67ac94a34d2e9c0a941227c402 | 05ebe2d6d2674777f5dc64fd735088dcf1a42cd9 | refs/heads/master | 2023-07-25T02:26:10.854405 | 2021-09-10T01:48:59 | 2021-09-10T01:48:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 32,384 | cpp | /*
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | [
"mamingshuai1@huawei.com"
] | mamingshuai1@huawei.com |
b1d4ac93d2f1041055060762250f7cd0dc38a5e9 | f82a66b48457562b675013965dffc8867f618998 | /C++/bot/main.cpp | e4d0248baff3164224b4f2a47d2af4a86fa563bb | [] | no_license | FayeWilliams/gencode | bdad9593363fa193d88a9a65dc981492f9c67d5d | c8e2140d99918efa52721a23566e3b6f98d2b39a | refs/heads/master | 2021-01-25T05:11:20.622976 | 2014-03-02T14:12:54 | 2014-03-02T14:12:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 727 | cpp | // Faye Williams
// 23 May 2006
// main.cpp
// Main program file
#include <iostream>
#include "Speech.h"
#include "Defines.h"
using namespace std;
int main()
{
Speech sentence;
char buf[256] = {0};
char response[256] = {0};
bool negativeFormality = false;
int type = 0;
cout << "Waking bot..... | [
"faye@fayes-imac.home"
] | faye@fayes-imac.home |
9bd5004cf7d9925a9bf966219abbf16f0d4fa4b5 | 22938e866c53436c721074adda227e2a9d9185f6 | /Day 05/ex05/Form.hpp | 875866d67f157bfacb772d14111c4f7250f65180 | [] | no_license | olehsamoilenko/Piscine-CPP | 125a3f3ca575f8c6e5ea81fc05674a2b8e183399 | dc7311b09892d06909f4d0a44aaacd5c7f2d7418 | refs/heads/master | 2020-06-02T11:23:10.661165 | 2019-07-04T17:40:14 | 2019-07-04T17:40:14 | 191,138,844 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,968 | hpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* Form.hpp :+: :+: :+: ... | [
"osamoile@e1r6p7.unit.ua"
] | osamoile@e1r6p7.unit.ua |
837f21f26fd291cc88c7a2eb50e8aa0535268512 | 34389129a98285960c2762ff4c828cfe5e1f6777 | /FCollada/FCDocument/FCDTexture.h | e5134873addfbbd28cb825001ab1a84637bb4e8d | [
"MIT",
"LicenseRef-scancode-x11-xconsortium-veillard"
] | permissive | rdb/fcollada | 3d44b5134464e8157cf65458e49875ce1436b6b7 | 5b948b08514df5c0028888ff29969e291d6989c7 | refs/heads/master | 2021-09-23T12:20:51.266824 | 2021-01-06T13:49:54 | 2021-01-06T13:49:54 | 56,793,455 | 10 | 6 | null | 2021-09-14T16:45:48 | 2016-04-21T17:34:16 | C | UTF-8 | C++ | false | false | 4,645 | h | /*
Copyright (C) 2005-2007 Feeling Software Inc.
Portions of the code are:
Copyright (C) 2005-2007 Sony Computer Entertainment America
MIT License: http://www.opensource.org/licenses/mit-license.php
*/
/*
Based on the FS Import classes:
Copyright (C) 2005-2006 Feeling Software Inc
Copyright (C) 2005-2006 Autode... | [
"git@rdb.name"
] | git@rdb.name |
f1a00839cc10b8c5d9af36ce008138831b7215cb | 3b0e45cef8facfddb91ccc2fc5a5ee8fe482f6c3 | /basic_class/basic_class_main.cpp | 4ba998bbef69f1b9c02706e382361ceaaaf17c66 | [] | no_license | sandeeptalan/basic_examples | a76f711c70e0b7db0a8c6676e59559cb0b0ebe0c | 8a92a30a1a3d75adb019f5423b63fba3a647e414 | refs/heads/master | 2021-05-07T13:53:34.985614 | 2017-11-10T10:44:45 | 2017-11-10T10:44:45 | 109,709,707 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 376 | cpp | #include "basic_class.h"
using namespace std;
int main() {
char to_pass[13] = "SandeepTalan";
cout << "Hello Basic Class!!!" << endl;
basic b1(50, to_pass);
strcpy(to_pass, "SarikaTalan");
basic b2(10, to_pass);
basic b3(b1); //Copy Constructor
b3 = b2; //Assignment Operator... | [
"talan.sandeep@gmail.com"
] | talan.sandeep@gmail.com |
a8d2be6dbc0f863fded7b8ce8a6c6d7af8989e37 | 9a3f8c3d4afe784a34ada757b8c6cd939cac701d | /leetQueReconByHeight.cpp | 54ccdee6388ed9ab0da80b0ea9825e1e11f3f8ec | [] | no_license | madhav-bits/Coding_Practice | 62035a6828f47221b14b1d2a906feae35d3d81a8 | f08d6403878ecafa83b3433dd7a917835b4f1e9e | refs/heads/master | 2023-08-17T04:58:05.113256 | 2023-08-17T02:00:53 | 2023-08-17T02:00:53 | 106,217,648 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,523 | cpp | /*
*
//******************************************************406. Queue Reconstruction by Height.***********************************************
Suppose you have a random list of people standing in a queue. Each person is described by a pair of integers (h, k), where h is the height of
the person and k is the number ... | [
"kasamsaimadhavk@gmail.com"
] | kasamsaimadhavk@gmail.com |
a5e0c8937164404e414b415326c13670018e87f6 | 33035c05aad9bca0b0cefd67529bdd70399a9e04 | /src/boost_spirit_include_qi_auto.hpp | a19cd18aaabab78545dacdf0998b13c7e763a6aa | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | elvisbugs/BoostForArduino | 7e2427ded5fd030231918524f6a91554085a8e64 | b8c912bf671868e2182aa703ed34076c59acf474 | refs/heads/master | 2023-03-25T13:11:58.527671 | 2021-03-27T02:37:29 | 2021-03-27T02:37:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 44 | hpp | #include <boost/spirit/include/qi_auto.hpp>
| [
"k@kekyo.net"
] | k@kekyo.net |
7c1923a86e710779a9055118277aa734f691687d | 68e06f34b77a3ba7e6cfb17e9cc441550d4c190b | /lab/Programa 3/Archivo.h | 62aa58d25d74c2a3cc0d6036770ddf51a6ad91c0 | [] | no_license | HernanIruegas/calidad-software | f492d52e54eba7b5f64543a6728b7f8aa2643bdf | c9d0b9a8e47d6320791a8cf8dfcf9f420926ae0c | refs/heads/master | 2020-04-05T14:52:58.827500 | 2018-11-10T03:48:00 | 2018-11-10T03:48:00 | 156,944,802 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,764 | h | // Clase Archivo que guarda todos los valores resultado de las operaciones para realizar la regresión lineal
// Hernán Iruegas Villarreal A00817021
// 14/04/2018
//_p=Archivo
//_b=108
class Archivo {
public:
Archivo();
string getNombre();
double getSumXValues();
double getSumYValues();
double getAvgX()... | [
"hernaniruegas@hotmail.com"
] | hernaniruegas@hotmail.com |
48eb5ea475d137c298746f7e366f589fcd674422 | 56d86a0dfecf725a178c2a7b2f282b8eed5880b5 | /FileSystem.cpp | b2e8c7d244a036f41904518c9456d48387a62198 | [] | no_license | SahoryHerrera/P3Lab6_SahoryCano | d5a531e80b4a9343148a378a53ff5aa3ce5eb9ec | 4a872224684c68ee6342b69f024a561e8c0d6959 | refs/heads/main | 2023-04-26T02:09:13.625985 | 2021-05-29T01:53:21 | 2021-05-29T01:53:21 | 371,829,073 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 153 | cpp |
#include "FileSystem.h"
FileSystem::FileSystem() {
}
FileSystem::FileSystem(const FileSystem& orig) {
}
FileSystem::~FileSystem() {
}
| [
"noreply@github.com"
] | SahoryHerrera.noreply@github.com |
a18f659206000ed71f2a8244085efd5ee268687b | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /components/autofill/core/browser/geo/phone_number_i18n.cc | d0ea183f79b5b4124f90e5a60477073a7bb382c2 | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 16,786 | cc | // Copyright 2013 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/autofill/core/browser/geo/phone_number_i18n.h"
#include <utility>
#include "base/logging.h"
#include "base/strings/string_number_co... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
4e59be4754a7deea0b855eb3665c79c6c42809db | c3b62f3d508893784886f83a4cb27d5fb28fa21e | /semesters.cpp | 827d4c5f96e7a5e929b3e1d86df34fae230a4cfb | [] | no_license | stenpety/h1-student-planner | 55b5b79fb4043bf2c90acc50848adc1fcdcfa5c7 | a9590dcf1620217215e2d4fa6cd45347a3391631 | refs/heads/master | 2020-03-22T06:57:39.474931 | 2019-04-08T07:33:10 | 2019-04-08T07:33:10 | 139,669,127 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,210 | cpp | #include "semesters.h"
#include "ui_semesters.h"
Semesters::Semesters(QWidget *parent) :
QDialog(parent),
ui(new Ui::Semesters) {
ui->setupUi(this);
setupDbModel();
setupTable();
/* New semester */
connect(ui->newSemesterButton, &QPushButton::pressed, this, &Semesters::showNewSemesterForm... | [
"petr.stenin@gmail.com"
] | petr.stenin@gmail.com |
d14e554221dc8a6e6c4b477ceaded13617403f36 | 8dc536fde88501d1c208414ee4fd854e25557050 | /ContrastDetect.cpp | b70b96b6bea5c28d56cb00594f66cfab410c61b4 | [] | no_license | qhadyn/VideoQualityDetection | f1eadf9d716524723fdd686e5443a89415ab25da | cdbc86cfae5ff4a478f57d12e79418b450663f1f | refs/heads/master | 2023-08-03T06:13:58.305690 | 2021-09-25T08:59:02 | 2021-09-25T08:59:02 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,507 | cpp | #include <iostream>
#include <opencv2/opencv.hpp> //OpenCV头文件
#include <vector>
#include "Detection.h"
using namespace cv;
using namespace std;
class ContrastDetect : public Detection {
public:
void ContrastException(Mat InputImg, float& cast, float& da)
{
Mat GRAYimg;
cvtColor(InputImg, GRAYimg... | [
"31426319+ChengHaoHappy@users.noreply.github.com"
] | 31426319+ChengHaoHappy@users.noreply.github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.