blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7dc6939d9ee23c84a7f95ec32d7268d1dab7062c | d6a078b6b108a48c65c674e733020911cd5e026d | /Baekjoon/b1238.cpp | 1289a1e9bd9f82b5a6dbd2e9b90b05c98898a70c | [] | no_license | doobee98/Algorithm | bffdef4c50d8a825993de0303cb436fbac8746a8 | 514b9aec42d67517eee20a1be863bde4eb60d230 | refs/heads/main | 2023-07-27T11:09:35.101830 | 2021-09-11T12:04:18 | 2021-09-11T12:32:57 | 342,802,779 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,376 | cpp | #include <iostream>
#include <algorithm>
#include <vector>
#include <queue>
#include <map>
#include <climits>
#include <cmath>
#include <cstring>
using namespace std;
#define endl "\n"
#define ends " "
#define mk_p(x,y) make_pair((x), (y))
typedef long long ll;
typedef pair<int, int> pii;
typedef pair<ll, ll> pll;
ty... | [
"doobee98@naver.com"
] | doobee98@naver.com |
30f5bf5ee70860a6b81bd0050f51880b3059a424 | bb7eb313f6214ba1f4501b378d3c0ddd265daeb7 | /code/公共/ConnectedComponent.cpp | 0dee8c09d91fb4f1de25772784d358c31a453032 | [] | no_license | RedSorghum/Template | ce6865a030c05a99e517913cac2ac1d207658ac0 | 366d127f2dc2e36c53fd573d30296a3e58a5cfe5 | refs/heads/master | 2020-03-26T20:07:16.442676 | 2018-10-31T10:42:45 | 2018-10-31T10:42:45 | 145,305,965 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,001 | cpp | #include<bits/stdc++.h>
using namespace std;
#define repb(i,s,t) for(int i=(s);i<=(t);++i)
#define mst(a,b) memset(a,b,sizeof(a))
#define all(x) x.begin(),x.end()
#define pb push_back
#define mp make_pair
typedef pair<int,int> pii;
const int maxn = 1000;
//原图点从1到n,使用init初始化点数n与图N
//使用run运行,生成各个点所属的集合的标号fa
//割点存储在cut中... | [
"741674999@qq.com"
] | 741674999@qq.com |
0ece6afc0ae270d4d6d43a2e7b89b6672c306aa2 | 89fb1b03c7af5a290879edb4eca271c37ec6ef3a | /ast/expressions/binary/xor/xor_expression.h | 055b2f7da5267e78c43ac39176263992a6def7ae | [] | no_license | AleKiller21/Tiny-C | a598899fe130c0843a540a3eb47499dfda4a0123 | 96d389593873c63fe30b343fe85d426a303cc844 | refs/heads/master | 2021-09-01T15:17:51.924005 | 2017-09-22T19:46:46 | 2017-09-22T19:46:46 | 115,540,128 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 374 | h | #ifndef XOR_EXPRESSION
#define XOR_EXPRESSION
#include "../bit_operator.h"
class xor_expression : public bit_operator
{
public:
xor_expression(expression* expr1, expression* expr2, int position) : bit_operator(expr1, expr2, position, "^") {}
string to_string();
int get_kind();
asm_code *generate_code... | [
"aleferrera@hotmail.com"
] | aleferrera@hotmail.com |
b4f1638de5f3abb97467af15035903023513fb42 | e8face9d41375f7ed4e6cfa960fac6ba7ed6c152 | /src/options.cpp | 9fcc9dca9346beee0d86d6b0a4d2eb113cfdcd17 | [
"MIT"
] | permissive | iguyong/cppmark | 264f1ef90b333abc830a375a46886fdbb1ccf9e4 | e26cc85f276d06decd52be25be9d87d40e0bde99 | refs/heads/master | 2021-09-14T07:23:24.748539 | 2018-05-09T16:43:19 | 2018-05-09T16:43:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 61 | cpp | //
// Created by yong gu on 5/8/18.
//
#include "options.h"
| [
"dujcel@icloud.com"
] | dujcel@icloud.com |
4a7d78f16123fee1946bea03a57e70e69bd918ee | ed91c77afaeb0e075da38153aa89c6ee8382d3fc | /mediasoup-client/deps/webrtc/src/modules/audio_processing/logging/apm_data_dumper.cc | 445248b0bfb770feaae09fdc6e47a70829e4b306 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-google-patent-license-webrtc",
"LicenseRef-scancode-google-patent-license-webm",
"MIT"
] | permissive | whatisor/mediasoup-client-android | 37bf1aeaadc8db642cff449a26545bf15da27539 | dc3d812974991d9b94efbc303aa2deb358928546 | refs/heads/master | 2023-04-26T12:24:18.355241 | 2023-01-02T16:55:19 | 2023-01-02T16:55:19 | 243,833,549 | 0 | 0 | MIT | 2020-02-28T18:56:36 | 2020-02-28T18:56:36 | null | UTF-8 | C++ | false | false | 2,879 | cc | /*
* Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | [
"wuhaiyang1213@gmail.com"
] | wuhaiyang1213@gmail.com |
da1ecb53cf8e7cd9afb0342b31465d2b765be9a7 | da3ca05b1e740d5e6edde62e6ef811e760bdc35f | /Source/src/Engine/CoreSystems/RenderingSystem.cpp | a1bbddaf30634a3b68164b607467dfed1da564c9 | [] | no_license | Patrikgyllvin/Car-Evolution | 88c86676905cc0715546d12c51073001a91a6146 | 24e34dc8e541bd09461cdc7850256c0c2db87ab2 | refs/heads/master | 2021-01-04T02:48:25.749073 | 2020-02-13T22:13:36 | 2020-02-14T21:58:55 | 240,343,337 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 475 | cpp | //
// RenderingSystem.cpp
// GameEngine
//
// Created by Patrik Gyllvin on 2017-09-13.
// Copyright © 2017 Patrik Gyllvin. All rights reserved.
//
#include "../../../include/Engine/CoreSystems/RenderingSystem.h"
namespace Engine
{
RenderingSystem::RenderingSystem()
{}
RenderingSystem::~RenderingSyste... | [
"patrikgyllvin@icloud.com"
] | patrikgyllvin@icloud.com |
b3aeb307cc9100f5777453713156ac90106a11ec | fa02b91ef961aa5fdd5a25eef7b3d1e2f70c652f | /Code/engine/Public/AABoundingBox.h | 75f9052182ce21ac033993b4a2d2f1d8e60b5d98 | [] | no_license | zhxhxlzt/CG_Learning | 87d5499b9bf1a6c09715e6fea58be4a8fd4d3381 | 0425d7dad403cbf8fbd39325feea5794b8f54b65 | refs/heads/master | 2023-02-09T14:50:43.705301 | 2021-01-07T17:06:53 | 2021-01-07T17:06:53 | 313,043,723 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 472 | h | #pragma once
#include <vector>
#include "RayCast.h"
#include "Shader.h"
#include "glad/glad.h"
class CAABoundingBox : public CRayCastable
{
public:
void Build(const std::vector<glm::vec3>& vertices);
bool RayCast(const CRay& ray, CRayCastInfo& info) override;
void Draw(CShader& shader);
private:
glm::vec3 m_... | [
"2284174996@qq.com"
] | 2284174996@qq.com |
a2862ed14246b92559097664a0df8814ccde9d2a | c9e32374ecc46eac59437a068d424e6eb28ca849 | /hcp/test/forward-declared-nested-class/main.cc | c210f404dc590382887e8f466d0b5ac7cab8f12c | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | urnest/urnest | 261884b2ee71d64748c9e2afe7e78c9df61d91e7 | 6ec484080222f27a33070fa3b65593645f94a575 | refs/heads/master | 2023-07-13T06:16:41.566253 | 2023-07-06T11:04:34 | 2023-07-06T11:04:34 | 6,716,252 | 1 | 1 | MIT | 2023-06-11T03:06:14 | 2012-11-16T04:12:22 | C++ | UTF-8 | C++ | false | false | 72 | cc | #include "x.hh"
int main(int argc,char*argv[])
{
return A::B::x();
}
| [
"urnest@onthenet.com.au"
] | urnest@onthenet.com.au |
6dfddfe285521021dc2dc91addf0142a8fa65151 | b5a9d42f7ea5e26cd82b3be2b26c324d5da79ba1 | /tensorflow/compiler/xla/tests/local_client_execute_test.cc | f295afb09e6d33581a207a9a5e16092a150ce86f | [
"Apache-2.0"
] | permissive | uve/tensorflow | e48cb29f39ed24ee27e81afd1687960682e1fbef | e08079463bf43e5963acc41da1f57e95603f8080 | refs/heads/master | 2020-11-29T11:30:40.391232 | 2020-01-11T13:43:10 | 2020-01-11T13:43:10 | 230,088,347 | 0 | 0 | Apache-2.0 | 2019-12-25T10:49:15 | 2019-12-25T10:49:14 | null | UTF-8 | C++ | false | false | 41,555 | cc | /* Copyright 2017 The TensorFlow 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 ... | [
"v-grniki@microsoft.com"
] | v-grniki@microsoft.com |
4096d148194162cff50fd4da3d93fdac39f5c297 | ef52999968f7ef99b0e8c33a268002c53c809fa4 | /push_energy_per_second_reconnect_stringfix_rejoin_sendstate_sws/push_energy_per_second_reconnect_stringfix_rejoin_sendstate_sws.ino | b0b9cade043143729f812eb151b3f2682b083bcd | [] | no_license | mattfelsen/quantified_dog | 196af211628937e8f8f600242e017488594666d4 | d98934f3e6e9fd55031a2d49cf560d1d44020442 | refs/heads/master | 2021-01-10T20:47:26.786398 | 2013-07-01T16:41:43 | 2013-07-01T16:41:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,422 | ino | /*
Quantified Dog v0.1
Matt Felsen
Sensemakers Collaboration Studio
Spring 2013
*/
#include <WiFlyHQ.h>
#include <SoftwareSerial.h>
SoftwareSerial wifiSerial(8,9); // RX, TX
// WiFi & network settings
WiFly wifly;
//const char wifiSSID[] = "babymatt";
//const char wifiPassword[] = "lookyhere6";
const char w... | [
"mattfelsen@gmail.com"
] | mattfelsen@gmail.com |
680a055b8ce1ed3409dbc883e4abed92275aa6d8 | 43e42f048456ac8ac41f6951dd93282188b7b6c9 | /src/rpcdump.cpp | 395c4663358bbd78f38390711adc0251c0ac1058 | [
"MIT"
] | permissive | Frenchh/French-core | 7a0f28ae8475b9adba3acfc2c5865a18d4d19243 | 0da631eeced40d9d21146703cf80f569350ee1a5 | refs/heads/master | 2020-04-05T20:57:43.559095 | 2018-11-13T00:46:04 | 2018-11-13T00:46:04 | 157,201,580 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 20,013 | cpp | // Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2017-2018 The French developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-l... | [
"florent.accault@gmail.com"
] | florent.accault@gmail.com |
ffa687181964a79180a9412b9ecf8f2caf82be54 | ffde864d4d72cdeef58ae81758f67bb27decdb07 | /rill/type/type_detail.hpp | b727f18c62d1401b5844262883897f6cad167a31 | [
"BSL-1.0"
] | permissive | rhysd/rill | a7a96cf9803c126cb18b4288ee8693f556036f5a | cb16e511c6bdd4ea0b2bcbec51bd43724cc7ddcb | refs/heads/master | 2020-07-11T00:25:39.939972 | 2015-01-13T16:54:27 | 2015-01-13T16:54:37 | 26,599,001 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,267 | hpp | //
// Copyright yutopp 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)
//
#pragma once
#ifndef RILL_SEMANTIC_ANALYSIS_TYPE_DETAIL_HPP
#define RILL_SEMANTIC_ANALYSIS_TYPE_DETAIL_HPP
#include <memory... | [
"yutopp@gmail.com"
] | yutopp@gmail.com |
cb2cf92fac474557bba4e2f456ae0c5ff24fb012 | af5bd30d59fec67fcb32930896615272c453f379 | /191.cpp | 70ca69f36012ce94eeb1632f3ff69cdd7203ca97 | [] | no_license | FuHongbao/OJ_Code | e656e970855661f0b0d4e5ea719eed5b020903c5 | bf54e32ceb4468dc15e8251e83317c03e16b8888 | refs/heads/master | 2020-08-04T23:56:12.680917 | 2019-10-02T11:28:17 | 2019-10-02T11:28:17 | 212,321,572 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,472 | cpp | /*************************************************************************
> File Name: 191.cpp
> Author: victoria
> Mail: 1105847344@qq.com
> Created Time: 2019年07月06日 星期六 11时37分22秒
************************************************************************/
#include <iostream>
#include <algorithm>
#include <strin... | [
"FuHongbao@FuHongbao.com"
] | FuHongbao@FuHongbao.com |
d425f023178dc5ff42597df6012e1dfaa12248af | 62869fe5152bbe07fbe9f0b61166be32e4f5016c | /3rdparty/CGAL/include/CGAL/simplest_rational_in_interval.h | 245475aa521e19275b831892d636bd2e9ee54675 | [
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-3.0-or-later",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"LicenseRef-scancode-commercial-license",
"MIT"
] | permissive | daergoth/SubdivisionSandbox | aef65eab0e1ab3dfecb2f9254c36d26c71ecd4fd | d67386980eb978a552e5a98ba1c4b25cf5a9a328 | refs/heads/master | 2020-03-30T09:19:07.121847 | 2019-01-08T16:42:53 | 2019-01-08T16:42:53 | 151,070,972 | 0 | 0 | MIT | 2018-12-03T11:10:03 | 2018-10-01T10:26:28 | C++ | UTF-8 | C++ | false | false | 3,814 | h | // Copyright (c) 2002
// Utrecht University (The Netherlands),
// ETH Zurich (Switzerland),
// INRIA Sophia-Antipolis (France),
// Max-Planck-Institute Saarbruecken (Germany),
// and Tel-Aviv University (Israel). All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// ... | [
"bodonyiandi94@gmail.com"
] | bodonyiandi94@gmail.com |
9d1b5b87962c6c20929225f2cb4c72d5c3696050 | 48ac9bad85667ec95f8280ea587ac85f3442d07e | /src/datastore.h | 98280cd1de5a55f785447a43b09d7b8b85048e28 | [] | no_license | thuckate96/CppQmlUQ_Property | db0a4631e0c65610d4f16954f3b0240dff877623 | fef181546225d86c357a3970a3114816ee9b69ab | refs/heads/master | 2021-01-11T14:10:28.488299 | 2017-06-21T10:27:15 | 2017-06-21T10:27:15 | 94,992,235 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 471 | h | #ifndef DATASTORE_H
#define DATASTORE_H
#include <QObject>
class DataStore : public QObject
{
Q_OBJECT
Q_PROPERTY(QString message READ message WRITE setMessage NOTIFY messageChanged)
public:
explicit DataStore(QObject* parent = 0);
QString message(){
return msg;
}
void setMessage(QStrin... | [
"thucuet@gmail.com"
] | thucuet@gmail.com |
05b0e185d6253e5c46f45387e405dc81778599b9 | 18488c64ea8073545133e78a884cac4d6669ccf0 | /contest/Contest9/bai29.cpp | b47e04345a7f3aeaf5c6f32c5df9877b561efebb | [] | no_license | manhtung001/Datastructure-Algorithm-PTIT | f6b1c3bbc2476af3989b8796696dbbb7750e91fe | c41a344d4fbfd92bf587eac14861568d2029321b | refs/heads/master | 2023-06-24T07:19:33.970580 | 2021-07-21T13:44:54 | 2021-07-21T13:44:54 | 344,992,505 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 515 | cpp | #include<bits/stdc++.h>
using namespace std;
int n, m;
vector<int> adj[1005];
int isEulerian(){
int odd = 0;
for (int i=1; i<=n; i++){
if (adj[i].size()%2 != 0)
odd++;
}
if (odd > 2)
return 0;
return (odd == 2)? 1 : 2;
}
int main(){
int T; cin >> T;
while (T--){
cin >> n >> m;
for (i... | [
"khongtung001@gmail.com"
] | khongtung001@gmail.com |
a8efc00addb99d850ec190a405c48fc1a0ff62a4 | 4d4822b29e666cea6b2d99d5b9d9c41916b455a9 | /Example/Pods/Headers/Private/GeoFeatures/boost/graph/distributed/two_bit_color_map.hpp | 2ea9bb9b53d97b75b44401f7e0f6bd4626a8ac0f | [
"BSL-1.0",
"Apache-2.0"
] | permissive | eswiss/geofeatures | 7346210128358cca5001a04b0e380afc9d19663b | 1ffd5fdc49d859b829bdb8a9147ba6543d8d46c4 | refs/heads/master | 2020-04-05T19:45:33.653377 | 2016-01-28T20:11:44 | 2016-01-28T20:11:44 | 50,859,811 | 0 | 0 | null | 2016-02-01T18:12:28 | 2016-02-01T18:12:28 | null | UTF-8 | C++ | false | false | 81 | hpp | ../../../../../../../../GeoFeatures/boost/graph/distributed/two_bit_color_map.hpp | [
"hatter24@gmail.com"
] | hatter24@gmail.com |
809a4c2e06d8bafe1cbe1f1d2475737f8ff74985 | f7fe19a26aa9a0f084882f6790ed4e738db8234b | /SolvedProblem/boj10026.cpp | 819c1d18243ae58bc5a985cb550b0712be9b1f96 | [] | no_license | thisfetch/Study_ProblemSolving | 6cb3172f36c1c787f31f870e38b446cb3a186d82 | 79e7bc732255af1a737577c50ed6e19fd360fc46 | refs/heads/master | 2023-04-04T06:34:34.057741 | 2021-04-17T14:07:09 | 2021-04-17T14:07:09 | 333,099,420 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,595 | cpp | #include <bits/stdc++.h>
using namespace std;
#define X first
#define Y second
string board[100];
bool vis[100][100];
bool visx[100][100];
int n;
int dx[4] = { 1, 0, -1, 0 };
int dy[4] = { 0, 1, 0, -1 };
int main(void) {
ios::sync_with_stdio(0), cin.tie(0);
int color = 0, colorx = 0;
cin >> n;
for (int i = 0; i < ... | [
"thisfetch@kakao.com"
] | thisfetch@kakao.com |
bc2b1b591a0abad99b10298ec9cfc206de578aa5 | 94e8f7c119dc9485d1ce972d7a7d7f88b9f73c23 | /tp1/ProjectMIV2017/src/lib_simu/maths/Matrix.cpp | 7ed473a33e2443f9e845dc09f8f40cdd7a7b4caa | [] | no_license | HUANGManutea/MIV | 053c6fdf06e996b97b4fed085e42fe0d2b8cc50d | 1ba05f90def00510723d4c6bb37442e67cef6d2f | refs/heads/master | 2021-01-11T00:35:49.677152 | 2016-10-10T17:25:46 | 2016-10-10T17:25:46 | 70,511,088 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 757 | cpp |
#include "Matrix.h"
namespace Maths
{
Matrix::Matrix(int n, int m) {
nb = n*m;
allocateMemory(n, m);
}
Matrix::Matrix(const Matrix& src) {
copy(src);
}
Matrix::~Matrix() {
freeMemory();
}
void Matrix::allocateMemory(int n, int m) {
data = new number[nb];
}
void Matrix::freeMemory() {
delete[] data;
}
void... | [
"huang.manutea@gmail.com"
] | huang.manutea@gmail.com |
213a928bb4f971ec543179c83343f7a4564b45e1 | d38bae0b3f25df5ab3e2c1e70bf807608cb12dcf | /apeng/apeng.cpp | 46153679de4580265c34efaaea57930516467a82 | [
"MIT"
] | permissive | bigpot/apeng | 84187359564b46c88400469c652830d1d745b887 | ce0fb0721e6b9a3533147ca12facff735a2f6801 | refs/heads/master | 2021-06-09T11:48:54.903183 | 2016-11-29T01:32:57 | 2016-11-29T01:32:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,067 | cpp | #include "apeng.h"
#include <cassert>
#include <cstdio>
#include <cstdlib>
#include <png.h> //! MUST point to apng-patched libpng/png.h
#include <memory>
///////////////////////////////////////////////////////////////////////////////
//! make sure we have proper support for APNG through patched libpng
//! rationale:... | [
"kagekirin+apeng@gmail.com"
] | kagekirin+apeng@gmail.com |
db28222107faf025adb454f4d976e5d2977e509d | 24a56616271adb0342b5e4f7a0e0bb5da33746d2 | /src/scene.cpp | a2178d4d9bbf4c489bffaf448d9c11f8da076262 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mitsuba-rei/lightmetrica-v3 | b7ffb34a9e45742812eed47c6092e75552199206 | db5b7d5a9a245fb7c0d25124433c38d09b62813e | refs/heads/master | 2020-08-04T04:20:28.070039 | 2019-09-30T13:59:48 | 2019-09-30T13:59:48 | 212,001,950 | 0 | 0 | NOASSERTION | 2019-10-01T02:59:21 | 2019-10-01T02:59:21 | null | UTF-8 | C++ | false | false | 19,651 | cpp | /*
Lightmetrica - Copyright (c) 2019 Hisanari Otsu
Distributed under MIT license. See LICENSE file for details.
*/
#include <pch.h>
#include <lm/core.h>
#include <lm/scene.h>
#include <lm/assets.h>
#include <lm/accel.h>
#include <lm/mesh.h>
#include <lm/camera.h>
#include <lm/material.h>
#include <lm/light.h>
... | [
"hi2p.perim@gmail.com"
] | hi2p.perim@gmail.com |
5c4ac12b1d0d5b73bf3debeeb626f8f40a4337ef | 123f6cbafbad11fe585d3d50b7cfd29461e4977d | /IndirectRelation.cpp | a1f699cd1864af3cbe05524a6c7640c0f458ca27 | [] | no_license | chase0213/CNImplementation | b7f5f094a8541e8d8051015d8772fd2f7f893ca8 | df19827d171805f8aca5f7dd8e3f90f6fabcbcfa | refs/heads/master | 2021-01-01T17:32:12.866910 | 2014-04-19T17:40:28 | 2014-04-19T17:40:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 187 | cpp | //
// IndirectRelation.cpp
// CNImplementation
//
// Created by 長谷川 知里 on 12/04/26.
// Copyright (c) 2012年 __MyCompanyName__. All rights reserved.
//
#include <iostream>
| [
"chase0213@gmail.com"
] | chase0213@gmail.com |
ce9c522b6adeb5a5d1e5c64879df609eace36906 | 6814fc732acb956ce438211f88f28a4191b97306 | /src/spin_turtle/src/spin_turtle.cpp | cd19c2867833f73940c9bc25e5be0e2ced775f14 | [] | no_license | tvhong/catkin_ws | 2fe7a58904a8b816ac8b7e50491f9431866fe157 | 0f6fdd05159a207e22d1d10bdf1c4fb43ad7f36e | refs/heads/master | 2021-01-22T02:43:11.616297 | 2013-12-02T23:31:08 | 2013-12-02T23:31:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,149 | cpp | #include "ros/ros.h"
#include <cstdlib>
#include "geometry_msgs/Twist.h"
void generate_new_msg(geometry_msgs::Twist &msg) {
msg.linear.x = (double) rand() / RAND_MAX * 2;
msg.linear.y = (double) 0;
msg.linear.z = (double) 0;
if (rand() < RAND_MAX / 4)
msg.linear.x *= -1;
msg.angular.x = (d... | [
"tvho795@cse.unsw.edu.au"
] | tvho795@cse.unsw.edu.au |
01391e2f3d321b8720c25541bcd91e251a41de64 | 2163bb148d7bae8006eea473fe3de3ebeb0f6879 | /modules/core/include/nt2/sdk/meta/tieable_hierarchy.hpp | 3ed9ea970c20424ed3ef302424d2da92c0272cf2 | [
"BSL-1.0"
] | permissive | pcaruan/nt2 | b6226a745e4bf56449aae25d9801a959e04e001b | cc36110fb3db9849156c5ab625b5b44c8c4c3c8f | refs/heads/master | 2021-01-18T05:50:28.768185 | 2012-07-02T12:40:02 | 2012-07-02T12:51:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,147 | hpp | //==============================================================================
// Copyright 2003 - 2011 LASMEA UMR 6602 CNRS/Univ. Clermont II
// Copyright 2009 - 2011 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 |
a56031b80645b1eabbaab72480d8315c383836c1 | f88c5eece108dba61d0dabc661327230ada6edf1 | /src/nwx/gui/color.hpp | 484ad043c48420bdb76dc36c546f5d914a78b38e | [] | no_license | veicu/native-widgets | d948d543da64192c755d356c638195ed1c882271 | de4e17395480f3553da2e18c9e2d8056a82738c0 | refs/heads/master | 2022-01-06T11:28:40.971028 | 2021-12-22T12:01:22 | 2021-12-22T12:01:22 | 226,700,019 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,233 | hpp | /**
Declartion of class color.
*/
#ifndef NWX_GUI_COLOR
#define NWX_GUI_COLOR
namespace nwx
{
namespace gui
{
class color
{
public:
color();
color( unsigned char red, unsigned char green, unsigned char blue );
color( unsigned char alpha, uns... | [
"veiuc@outlook.com"
] | veiuc@outlook.com |
0a832808568ec18783880d2b7017802031ad5cb8 | 15a7631b8e055317dfea466a2ed1f2784ca2878d | /Cosas Hechas/PROGRAMACION 2/FICHEROS/lectura.cc | 98f66cebb1577a2a0b548a34f85514677eaab423 | [] | no_license | Nepre/P1-To-o | d7ebd76cb2031305e343810867c1195915a77615 | 0406afc3ed10122ce432dd4c8abda327370751ee | refs/heads/master | 2020-08-01T23:16:55.340779 | 2020-04-17T11:54:23 | 2020-04-17T11:54:23 | 211,153,316 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,237 | cc | #include <iostream>
#include <fstream>
#include <string.h>
#include <string>
using namespace std;
int main(int argc, char const *argv[])
{
//argc == numero de argumentos que tiene (minimo 1)
//argv[1] == "ficheroLeer.txt"
// ./lecturatxt ficheroLeer.txt
if(argc <= 1){
cout<<"err... | [
"toni.games2101@gmail.com"
] | toni.games2101@gmail.com |
a5d2da4933fd4c82ca32e97a6fe7b0a975f4a791 | e3b1a99ff96c50674651236cbb5ad67c6a5332b0 | /working-effectively-with-legacycode-cc++/cpp/tests/gtest_lib/googletest/include/gtest/gtest-typed-test.h | 52eaeb4a548ffb5a471357aac3aae16714748765 | [
"BSD-3-Clause"
] | permissive | unclejet/software-craftsman-ship | 6388864bf4acaa0b543b0e26d65dd110a8ebac5b | 6310c5b618f32cb84ff193e625b6c38a8469f460 | refs/heads/master | 2023-03-31T11:36:18.494187 | 2021-04-05T01:25:34 | 2021-04-05T01:25:34 | 292,982,586 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,991 | h | // Copyright 2008 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 conditions a... | [
"unclejet@126.com"
] | unclejet@126.com |
660e85a6eed609fcf3f46893d5ce9780eee043a2 | cb6965abb99b51fa366b8bc086d93636e754e432 | /src/pawn.cpp | d8842c9b3d5bff7b7161ee03b39d78c3cd651040 | [] | no_license | bcm314/TogaII | 2f4264c432a83b24548bbad0289e5f305c7aa21d | 85bd65d0fd64866de4ebac6c3e5ae1c229b00fd5 | refs/heads/master | 2022-04-15T00:19:03.015199 | 2020-04-14T14:15:57 | 2020-04-14T14:15:57 | 255,625,424 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 14,561 | cpp |
// pawn.cpp
// includes
#include <cstring>
#include "board.h"
#include "colour.h"
#include "hash.h"
#include "option.h"
#include "pawn.h"
#include "piece.h"
#include "protocol.h"
#include "square.h"
#include "util.h"
#include "search.h"
// constants
static const bool UseTable = true;
static c... | [
"bcm314-github@yahoo.de"
] | bcm314-github@yahoo.de |
bcd20963c778831d544b50ce4d6d420e35271788 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/curl/gumtree/curl_repos_function_527_last_repos.cpp | 1a33ca68ce43afd4c90db86866506235796540cf | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,008 | cpp | int test(char *URL)
{
CURL *c = NULL;
CURLM *m = NULL;
int res = 0;
int running;
start_test_timing();
global_init(CURL_GLOBAL_ALL);
easy_init(c);
easy_setopt(c, CURLOPT_URL, URL);
multi_init(m);
multi_add_handle(m, c);
for(;;) {
struct timeval timeout;
fd_set fdread, fdwrite, fdexce... | [
"993273596@qq.com"
] | 993273596@qq.com |
98598bde9926591d646f03e1dadc6ecda30abcc3 | 46b4fff7a14147354e80662c6b0c9b3f79cc5046 | /src/receive_send.ino | 085213b810f84598adc29cfe3e88e39fee184564 | [] | no_license | perivar/rcswitch-testing | 1aabd647abfc09ecb04a6f1676b05251837df459 | 0a355f0c7f6209c727f15655b1799296152fa092 | refs/heads/master | 2021-05-09T04:31:05.891171 | 2018-02-03T14:41:11 | 2018-02-03T14:41:11 | 119,277,394 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,228 | ino | /*
Example for sending and receiving
Modified library to support Nexa and Everflourish
https://github.com/perivar/rc-switch
https://z4ziggy.wordpress.com/2014/06/27/rf-sniffer-open-gates-cars-and-rf-remote-controlled-devices-with-ease/
If you want to visualize a telegram copy the rawBits data and
paste... | [
"perivar@nerseth.com"
] | perivar@nerseth.com |
6630c97aa9093a725b240407a01160314a078a99 | 4a39209fd473b5b4536d558c9787020cadccfd1c | /shortcut/llvm_ch5/Cpu0ISelDAGToDAG.cpp | f065161fa32f38249536a01bd02e9bb36cf51224 | [] | no_license | elliott-wen/LLVM_for_cpu0 | f6d91b80c31724d6b8b463dc320b8142a1485c56 | 295d1f9c9fdd298860645c70bc70356d46c0ac2d | refs/heads/main | 2023-06-09T06:47:49.425551 | 2021-06-28T09:42:20 | 2021-06-28T09:42:20 | 380,849,425 | 0 | 0 | null | 2021-06-27T22:26:37 | 2021-06-27T22:26:36 | null | UTF-8 | C++ | false | false | 4,591 | cpp | //===-- Cpu0ISelDAGToDAG.cpp - A DAG to DAG Inst Selector for Cpu0 -*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-----------------------------------------------------... | [
"dicksonliuming@gmail.com"
] | dicksonliuming@gmail.com |
52858353180e9b995eb4a30e08fc76a3351b5fd1 | 55cf4bf18ed297235d1acf680fb8d23bf0456647 | /questions/poj/1469_dfs.cpp | 2fdaaec59add318b37a5673024d4cad338c12d0d | [] | no_license | sequix/algorithm | 82186891c56bb74182e2849ece00464bb0f85aa4 | 1b47637e517d9bb49ea63945dd282cd8e9d7b5bf | refs/heads/master | 2021-01-12T08:55:11.475288 | 2017-05-24T13:38:23 | 2017-05-24T13:38:23 | 76,718,512 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,548 | cpp | // POJ No.1469 二分图最大匹配 匈牙利DFS算法O(VE) (408K 469MS)
// 找左侧点的右侧点进行匹配
// 若右侧点已被匹配,递归地找该右侧点匹配的左侧点下一个右侧点进行匹配
// 来把当前点需要的右侧点让出来为止
#include <cstdio>
#include <cstring>
using namespace std;
int p, n; // 左右集合的大小
bool vis[310]; // vis[i] 右侧i是否被访问过
char G[110][310]; // G[1][1] 代表边 左1->右1,仅保存左到右的边
int ... | [
"sequix@163.com"
] | sequix@163.com |
e3421cec0c163f31f28f007f9aba431570eea4d7 | 6784af4571bdd17351869173eb0830941bdbd125 | /AppFrame/AppAlgoEnergyVisual.h | 65b5510e68d953cdf355baebf776d840dc228878 | [] | no_license | helloppt211/MicrographyQRCodes | ffcbaa649eecdeec42df179c418a27cccceadf73 | 5ca574426f99363de2d0d01b0f8a4e3b50b4f547 | refs/heads/master | 2022-12-10T12:49:27.522745 | 2019-04-02T19:04:31 | 2019-04-02T19:04:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,804 | h | #pragma once
#include "stdafx.h"
#include "AppAlgoEnergyTextSpace.h"
public class AppAlgoEnergyVisual
{
public:
AppAlgoEnergyVisual(HKCAppItem^ _appitem) {initial(_appitem); }
~AppAlgoEnergyVisual() {}
/*! \} */
/*-----------------------... | [
"hungsh@oregonstate.edu"
] | hungsh@oregonstate.edu |
1c3676516e3b3540a3ed0b97315d7d25f3d1dc20 | 685a061b13558607e0502c6e1d012578bc1db157 | /Learn-CPP/Day-05/array_uses.cpp | e84e7e772e2853c52691d24d2eb606e63f8d336c | [] | no_license | dotQuestionmark/git-github-fundamentals-mukeshgurpude | 59119732e929349400fd46be963f5b3c31733f47 | 544360a650d63d9f6d37c6d6cabb4d8245befd73 | refs/heads/main | 2023-04-02T04:18:02.990646 | 2021-04-06T18:12:55 | 2021-04-06T18:12:55 | 353,628,427 | 1 | 0 | null | 2021-04-06T18:04:00 | 2021-04-01T08:25:25 | C++ | UTF-8 | C++ | false | false | 385 | cpp | // sum of array elements
#include<iostream>
using namespace std;
int main(void){
int n;
cout<<"What's the size of your array: ";
cin>>n;
int arr[n];
cout<<"\nDrop in "<<n<<" elements separated by space: ";
for(int i=0; i<n; i++){
cin>>arr[i];
}
int sum = 0;
for(int i=0; i<n; i++) sum+=arr[i];
... | [
"mukeshgurpude02@gmail.com"
] | mukeshgurpude02@gmail.com |
a880f67659d74cd5b7db7f3f04ea2ca94cb22b8b | 2389f5c4960610e8577661d94eb7b82753c70a98 | /week-3-bewegendebal/wall.hpp | 8a1c71d84e1796ce9282455ed30cb3fd761c1af5 | [] | no_license | vincevannoort/opdrachten-cpp | 590c0d9324d1f29d564779db4c4cc607f8f0c086 | 1d5c7a8b4a4e6a45793a3268a2d627dd5ab6ece1 | refs/heads/master | 2021-01-20T01:46:10.879373 | 2017-05-31T09:31:45 | 2017-05-31T09:31:45 | 89,328,184 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 302 | hpp | #ifndef WALL_HPP
#define WALL_HPP
#include "rectangle.hpp"
class wall: public rectangle {
private:
bool filled;
int update_interval, update_count;
public:
wall(window & w, const vector & start, const vector & end, const int & update_interval);
void draw();
void update();
};
#endif // WALL_HPP
| [
"vince.vannoort@student.hu.nl"
] | vince.vannoort@student.hu.nl |
e2b19d303d47a3860d0d8019b4ef6165362a37d4 | 4130b36e09feb24f16bdbbc1fa3e1d6659c0d439 | /congcongclient/Classes/GamePlaza/HomeScene/CreateRoomPanel/GPHomeRoomListPanel_TLJ.h | 1729c12b55147d7d6f5728b30038cf80f7b5b3bc | [
"MIT"
] | permissive | cnceo/18_TTL | b48eaf46f93b289047769a89bbdb749c14720a42 | c8fc3fe7b7a0acad2b2cb5e80e96219b6257f0e4 | refs/heads/master | 2020-04-09T04:01:14.354570 | 2018-12-01T06:44:23 | 2018-12-01T06:44:23 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,188 | h | #pragma once
#include "cocos2d.h"
#include "Game/FV/FvSingleton.h"
#include "Game/FV/FvMask.h"
#include "Game/Game/GameDefine.h"
#include "Game/Widget/WidgetFun.h"
#include "Game/Widget/WidgetManager.h"
#include "Game/Widget/WidgetScenceXmlParse.h"
class GPHomeRoomListPanel_TLJ
: public cocos2d::Node
, public FvS... | [
"taotingfu819@163.com"
] | taotingfu819@163.com |
b19b86d801ba5f2f64947241c224cac3044fa609 | 536656cd89e4fa3a92b5dcab28657d60d1d244bd | /content/public/test/media_start_stop_observer.h | 7594c3f8491a3b6fc5ce409ff9d71b290b0f791e | [
"BSD-3-Clause"
] | permissive | ECS-251-W2020/chromium | 79caebf50443f297557d9510620bf8d44a68399a | ac814e85cb870a6b569e184c7a60a70ff3cb19f9 | refs/heads/master | 2022-08-19T17:42:46.887573 | 2020-03-18T06:08:44 | 2020-03-18T06:08:44 | 248,141,336 | 7 | 8 | BSD-3-Clause | 2022-07-06T20:32:48 | 2020-03-18T04:52:18 | null | UTF-8 | C++ | false | false | 1,254 | h | // Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_PUBLIC_TEST_MEDIA_START_STOP_OBSERVER_H_
#define CONTENT_PUBLIC_TEST_MEDIA_START_STOP_OBSERVER_H_
#include "base/macros.h"
#include "base... | [
"pcding@ucdavis.edu"
] | pcding@ucdavis.edu |
bcbca262758083d8b088d9066468a35628646c18 | 76863a6b86f78da9050ed89e6161a94340d3ec38 | /RHI/Renderer/GLRenderer.cpp | 4495fb2edda03ffc372a8c8649768b1a45984b1f | [] | no_license | Schuket/FrogEngine | 49da7d73a9f1656fa86e8519d2ee0107812cce03 | 277037dd7d88220580ac094debcf0041068371c2 | refs/heads/master | 2020-04-26T14:59:17.908231 | 2019-04-05T09:11:43 | 2019-04-05T09:11:43 | 173,633,083 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,493 | cpp | #include "GLRenderer.h"
#include "../Error/RHIError.h"
namespace FrogEngine
{
namespace OPENGL
{
int feRenderer::ClearBuffers(Math::Vector4d color)
{
Error error;
glClearColor(color.X(), color.Y(), color.Z(), color.W());
std::vector<GLbitfield> masks;
masks.push_back(GL_COLOR_BUFFER_BIT);
masks.... | [
"t.aubart@student.isartdigital.com"
] | t.aubart@student.isartdigital.com |
6a994b3de333396dc4eb7ca5cb1f17bbdb49cf12 | d350c660e32e05e9b65f2ab81b6a91c8cc2f7060 | /Features/UnitsApi.cpp | 6aec53f281c793600e139fce1620282df0e3c407 | [] | no_license | annaliceN/CarpentryCAD | 50462e46776dc8d11f989108fb5d00c1f9a2aa11 | 693613af8a53a28b5e06503798d8c3d158e580da | refs/heads/master | 2020-04-16T21:49:11.440041 | 2019-01-15T16:01:31 | 2019-01-15T16:01:36 | 165,941,367 | 1 | 0 | null | 2019-01-15T23:47:57 | 2019-01-15T23:47:57 | null | UTF-8 | C++ | false | false | 6,015 | cpp | /***************************************************************************
* Copyright (c) 2009 Juergen Riegel (FreeCAD@juergen-riegel.net) *
* *
* This file is part of the FreeCAD CAx development system. *
* ... | [
"wcm15@mails.tsinghua.edu.cn"
] | wcm15@mails.tsinghua.edu.cn |
2d7092ecfdd13ac419c53a5ab128bf8042e2fca0 | c0e1302b97c0d4c20f77fb3587b2c78f3ec6cf55 | /D-jarvan++/D-Jarvan++.cpp | dc5baa0074dd627bcdff627c6920a028dc02b1f0 | [] | no_license | aiRTako/LeagueC-Plus-Plus | f01c5edc2bee4a8e26c68ec7d98da7d21759962d | 78df9a0242e2a5b66852fbfc4294cbd7bae03eba | refs/heads/master | 2021-01-19T19:38:10.756646 | 2017-04-16T17:29:30 | 2017-04-16T17:29:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,087 | cpp | // D-Jarvan.cpp : Defines the exported functions for the DLL application.
//
//#include "stdafx.h"
#include "PluginSDK.h"
#define M_PI 3.14159265358979323846
PluginSetup("D-Jarvan");
IMenu* MainMenu;
IMenu* ComboMenu;
IMenu* HarassMenu;
IMenu* FarmMenu;
IMenu* JungleMenu;
IMenu* MiscMenu;
IMenu* Drawings;
IMenu*... | [
"diabatiis@gmail.com"
] | diabatiis@gmail.com |
db097d12fcf4d3b1b9c1f96f57fdb727eefed105 | 1942a0d16bd48962e72aa21fad8d034fa9521a6c | /aws-cpp-sdk-route53domains/include/aws/route53domains/model/ListOperationsResult.h | 596d1c2196b6c273857da995cd7c1b385c0c6352 | [
"Apache-2.0",
"JSON",
"MIT"
] | permissive | yecol/aws-sdk-cpp | 1aff09a21cfe618e272c2c06d358cfa0fb07cecf | 0b1ea31e593d23b5db49ee39d0a11e5b98ab991e | refs/heads/master | 2021-01-20T02:53:53.557861 | 2018-02-11T11:14:58 | 2018-02-11T11:14:58 | 83,822,910 | 0 | 1 | null | 2017-03-03T17:17:00 | 2017-03-03T17:17:00 | null | UTF-8 | C++ | false | false | 7,214 | h | /*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"henso@amazon.com"
] | henso@amazon.com |
0eefc65820830402c9b5c63d75eeaf0cc3296dec | ca7b464d6903abdf904ab197c97194f2fb65a6c5 | /common/Report.cpp | 07c0686b0635a13a260f5f8532fad574646c6f24 | [] | no_license | ddowling/SecurityTools | 1e68ce666460f86b81517194f284a8701dcb8c06 | 0f42b3eecaa2c2fe3cab6e867d6d864ba326c0dd | refs/heads/master | 2021-01-22T04:49:39.185429 | 2015-01-04T09:18:35 | 2015-01-04T09:18:35 | 28,761,861 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,083 | cpp | /* $Id$
*
* Copyright : (c) 2015 Open Source Solutions Pty Ltd. All Rights Reserved
* Project : SecurityTools
* File : Report
*
* Author : Denis Dowling
* Created : 8 May 2009
*
* Description : classes to implement the Report Composite pattern
*/
#include "Report.h"
#include "Section.h"
... | [
"dpd@cloud02.opsol.com.au"
] | dpd@cloud02.opsol.com.au |
fb920d0978bf408df1571c3f695ac94b2d9b7cc2 | 4fd9c9dc7995d91481c5f9ee3e048aa095c82059 | /Examples/01_LMP91200Quickstart/01_LMP91200Quickstart.ino | d80aacd36bd2d23c8c8e195c6883ed4b694759cf | [
"MIT"
] | permissive | HydroSense/LMP91200 | 695cc099b00c330274c6e1ffcf64246015b3bcc2 | 13c667695642180d619b37e8a286586c702775d8 | refs/heads/master | 2021-01-10T17:47:40.833391 | 2016-03-26T23:39:35 | 2016-03-26T23:39:35 | 52,460,381 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,124 | ino | #include <SPI.h>
#define CS_LMP91200 A4
void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
SPI.begin();
SPI.beginTransaction(SPISettings(1000000, MSBFIRST, SPI_MODE3));
//SPI.beginTransaction(SPISettings(1000000, MSBFIRST, SPI_MODE3));
pinMode(CS_LMP91200, OUTPUT);
pinMode(A5, O... | [
"wardprescott95@gmail.com"
] | wardprescott95@gmail.com |
534af82c36ea3ad4a8a1b628e873e447d3058b97 | 5378ee9b548580898498253d1724ab7031b27ab5 | /tesselate/ffd.cpp | f7fe88f70254b82071a10377a0babd39bdfabf6e | [] | no_license | DominicNgoetjana/3D-Graphics-Renderer | e1d3351fb09b18e2458ee37162815cd6860e3e8d | 10fcadce681414331ab7a14dabfd2f6a9baa4c9b | refs/heads/master | 2020-08-20T18:06:30.824944 | 2019-10-18T16:14:42 | 2019-10-18T16:14:42 | 216,051,903 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,582 | cpp | //
// ffd
//
#include "ffd.h"
#include <stdio.h>
using namespace std;
GLfloat defaultLatCol[] = {0.2f, 0.2f, 0.2f, 1.0f};
GLfloat highlightLatCol[] = {1.0f, 0.176f, 0.176f, 1.0f};
int maxbezorder = 4;
void ffd::alloc()
{
// allocate memory for a 3D array of control points and highlighting switches
if(dimx >... | [
"dominicngoetjana@gmail.com"
] | dominicngoetjana@gmail.com |
f2832ed9bb1d8fc05b6f5723452fca2705a5cb92 | 31a9d51fbe30f44ea3a1ebfd52e45af42128058c | /Database.cpp | a1ac7cd33a3830a4cd46dfc40136a4eb580346e6 | [] | no_license | menfangwang/Simple-Database | 1fbc9c17782ca6aaea64b3415de9fd96cf123330 | 4286f7d7f11cf12b2dcd00c4380fb72d01214fc6 | refs/heads/master | 2021-01-10T07:34:24.199261 | 2016-04-14T22:01:26 | 2016-04-14T22:01:26 | 54,804,080 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 164 | cpp | //
// Database.cpp
// Simple_Database
//
// Created by xiaolingtc on 3/16/16.
// Copyright © 2016 xiaolingtc. All rights reserved.
//
#include "Database.hpp"
| [
"595957155@qq.com"
] | 595957155@qq.com |
88f122e3e542cf09b965451861f74514ab1feced | 57ec6def4e88141f002fd6c90944b444321d8f96 | /examples/displacement/displacement.cpp | 2a98a3c17eb31a527ec5e7a2d2bccd937e0ddd98 | [
"MIT"
] | permissive | willbetheone/VulkanSample | 2be302052750e8ab224de5c83e4f59b68901d052 | 5f327f8d66b17fdaf9d38328b71f40382cb87b50 | refs/heads/master | 2022-03-31T06:21:08.447750 | 2018-05-15T19:53:16 | 2018-05-15T20:01:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,195 | cpp | /*
* Vulkan Example - Displacement mapping with tessellation shaders
*
* Copyright (C) 2016 by Sascha Willems - www.saschawillems.de
*
* This code is licensed under the MIT license (MIT)
* (http://opensource.org/licenses/MIT)
*/
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <v... | [
"jaebaek@google.com"
] | jaebaek@google.com |
5b6027e2fd8516e32f2395a38ba07b9fe8e34265 | 23c7d101bc49099d5dd4d9185a39f450dd566c32 | /src/stack.h | 2fb47b31b6d380e918a95f63c82b6f12f5bcec77 | [] | no_license | gracerpro/luaob | 27c84f9febf754423402125b9de22073bdb34a09 | ca18aa9e8270f00cbe81127e3cd86da2dd2b0a47 | refs/heads/master | 2022-10-03T05:26:20.218369 | 2014-07-04T19:45:36 | 2014-07-04T19:45:36 | 14,826,928 | 14 | 6 | null | 2023-04-06T05:27:29 | 2013-11-30T19:24:38 | C++ | UTF-8 | C++ | false | false | 940 | h | // stack.h
#include <string>
struct stObfuscatedName
{
std::string name;
std::string fake_name;
};
class LocalVarsStack {
public:
LocalVarsStack(size_t initCount = STACK_CAPACITY);
~LocalVarsStack();
void push(const stObfuscatedName& obfuscatedName);
void push(const char *name, const char *fake_... | [
"gracerpro@gmail.com"
] | gracerpro@gmail.com |
2bd8942b5bce23ff51a96fb38a9b22bb2d72cb02 | 764d6e74bccd222454983bcf224129b041db9831 | /XIntersect.cpp | 83f4817717399c32ab44003e70a6f81f1c4e8708 | [
"MIT"
] | permissive | Legacy-LuaSTG-Engine/lstgx_Math | 6da4151da96f6003531bc058f726b8cab12eb508 | d63939b5b5cd69ffeaa908f2ec38708a62ad3139 | refs/heads/master | 2023-05-06T02:41:03.444557 | 2021-05-31T03:21:12 | 2021-05-31T03:21:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,127 | cpp | #include "XIntersect.h"
#include "XDistance.h"
#include "XMath.h"
using namespace xmath;
using namespace cocos2d;
bool intersect::Point_AABB(const Vec2& p0, const Vec2& p1, float halfW, float halfH)
{
const auto dx = p0.x - p1.x;
const auto dy = p0.y - p1.y;
return -halfW < dx&&dx < halfW&&-halfH < dy&&dy < halfH... | [
"xrysnow@outlook.com"
] | xrysnow@outlook.com |
f15a10894e92bde744b8cc5598602bbb694e39e8 | 66373475210367b11fb872f4b14c9ce6c5a59add | /BasePrimitive/BasePrimitive/Vertices.hpp | c2be8cb3c96637caa8d5ab2684796af17245b38a | [
"MIT"
] | permissive | roastduckcd/OpenGL | 3d7452f9dbe5d0776448e8ebfe29b54e81ab919e | a90e377668d5be806706bb037e9042eb3423dc55 | refs/heads/master | 2020-05-26T10:24:21.513378 | 2019-07-17T01:25:56 | 2019-07-17T01:25:56 | 188,202,414 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 493 | hpp | //
// Vertices.hpp
// BasePrimitive
//
// Created by yang song on 2019/6/2.
// Copyright © 2019 yangsong. All rights reserved.
//
#ifndef Vertices_hpp
#define Vertices_hpp
#include <stdio.h>
#ifdef __APPLE__
#include "TargetConditionals.h"
#endif
#include "GLTools.h"
#ifdef __APPLE__
#include <glut/glut.h>
#els... | [
"roart_duck@163.com"
] | roart_duck@163.com |
ac762fe8a3eb802e3c855a1b75a41115bc609e07 | f5e0fbe7cd268e54e68a5d43bd97d90c25d9a895 | /Source/npsflibScripts/InputStuff.cpp | dafcf52232fab9707c135793a3f4e36c8f3ed75e | [] | no_license | HxCory/delayFitting | a0e97ace0ab97a3c05a80025ac6b19e1e8308543 | f2f4862da7d6edf0ab8d759df71413035cd81422 | refs/heads/master | 2020-05-22T03:59:11.922006 | 2016-09-12T23:09:33 | 2016-09-12T23:09:33 | 65,320,990 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,508 | cpp | #include <string.h>
#include <stdlib.h>
#include "InputStuff.h"
extern Parameter<string> outputFolder; // it's defined outside
ConfigFileParser cfg; // global
//void create_dir(std::string & name){
inline std::string create_dir(std::string name){
/**
* name - name of the directory to be created
* (f... | [
"coryscottgoldsmith@gmail.com"
] | coryscottgoldsmith@gmail.com |
8ce3faab1ec7d5be3b58324f2d2118a5daec9cf6 | eb4d50fe7f5dc9ec8dcf786e3d6b1321ae2a443e | /lab5/Time/Time/Time/main.cpp | 940f128eafe948048eaf086e570068c3e0a67ae3 | [] | no_license | EvgeniyGlazirin/oop | 196d9ad5ef4802cd4573e53f3192dddc6895dbed | 82a964151c6eda8bd308293c4014d0519f3945bc | refs/heads/master | 2021-04-29T13:26:15.450641 | 2018-06-29T20:02:58 | 2018-06-29T20:02:58 | 121,751,696 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 64 | cpp | #include "stdafx.h"
#include "Time.h"
int main()
{
return 0;
} | [
"technoglazirin@gmail.com"
] | technoglazirin@gmail.com |
dce10d5a1ab20480c5396a84cfd753cfc9b2557b | bec6ce9163fa330c166cf54e5e5976a6ad21368a | /i_PIRsensor.ino | ee89cccb5d1042e5ac66fa2fb7c042a86e5fa615 | [
"MIT"
] | permissive | B3ND3R/MewPro | d37287dd40f31a5be0555cec1a4f6e6efcc70f78 | 895ded6efb8b8d02bbf503c57b890259e586a641 | refs/heads/master | 2020-12-24T19:45:35.297565 | 2016-02-07T23:35:01 | 2016-02-07T23:35:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,464 | ino | /*
* //////////////////////////////////////////////////
* //making sense of the Parallax PIR sensor's output
* //////////////////////////////////////////////////
*
* Switches video recording according to the state of the sensors output pin.
* Determines the beginning and end of continuous motion sequences.
*
*... | [
"orangkucing@mac.com"
] | orangkucing@mac.com |
ee23e934e6b2d2b667c893b8bc83a8d06fd3217d | eb0a0014ca44f231e67d002fccc3682fded80116 | /01-Win32/09-Multithreading/window.cpp | 6a186258f1eecc6e9146a5bfb0c855874b873cbb | [] | no_license | devgroupJava/Win32SDK_2021 | e8fc7451f10ff55475844785db57b58e4be55759 | 32cb6dba8242f88365b46a365b1958350643e9cd | refs/heads/master | 2023-06-23T12:32:35.831016 | 2021-07-22T13:25:21 | 2021-07-22T13:25:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,804 | cpp | #include <windows.h>
#include "Window.h"
#include<tchar.h>
//global function decalration
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
DWORD WINAPI ThreadProcOne(LPVOID);
DWORD WINAPI ThreadProcTwo(LPVOID);
//global variable decalaration
//Entry point function
int WINAPI WinMain(HINSTANCE hInstance, HINSTANC... | [
"devenghadge13@gmail.com"
] | devenghadge13@gmail.com |
910a34f2a7c4e1eec12902ee87ca434708743019 | e4f5424ec408fe27a23396483af15fb131f1267f | /output/bMod.cpp | 9dcd61416c0545ad6b284cc72f83d7aeca51d286 | [] | no_license | mwegner/chaotica-apophysis-plugins-from-jwildfire | 4053b32f83c055d9a5f032b70f5588ab1f1be3a9 | 717b452d3e6f6c690bd4c0ecd7057390d4f92337 | refs/heads/master | 2020-04-16T12:42:48.686683 | 2019-04-01T01:03:30 | 2019-04-01T01:03:30 | 165,593,324 | 7 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,379 | cpp | #define PLUGIN_WARNING "NOTE_modded_for_jwildfire_workflow"
/*
Apophysis Plugin: bMod
Port of: https://github.com/thargor6/JWildfire/blob/master/src/org/jwildfire/create/tina/variation/BModFunc.java
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Gene... | [
"mwegner@gmail.com"
] | mwegner@gmail.com |
8e664d1b2e7314544d3944d46f8e89b49510f393 | 0660b69c36ceaa9832fe1ac6415df3495cab92f6 | /Minesweeper/common.h | 8d62d3f3f31bc3dc265ca2a03ebb5b5b77ef723a | [] | no_license | shmily21/Minesweeper | 81e47c1ccc8c1a58aba918f45ced5f82c9b33af0 | fce3ec04cf4bddc5a37a974b9cbbc5af93a5f471 | refs/heads/master | 2016-09-06T18:12:27.182262 | 2015-07-23T07:31:28 | 2015-07-23T07:31:28 | 39,061,916 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,090 | h | /*
***************************************************************************************************
* 名称 :common.h
*
* 作者 :王斌
*
* 描述 :
*
* 版权 :perturbed@sina.com
*
***************************************************************************************************
*/
#ifndef __WANGBIN_MIN... | [
"perturbed@sina.com"
] | perturbed@sina.com |
e2816f889e4190bbfb7eb4a4bbd41e358eaff1dc | 88a0321864636f79e4674a6bca5d8848c375ed4d | /src/core/GLSLProgram.cpp | faccdfd24d477be307bfdb5d36e4619564516ff4 | [] | no_license | limdor/quoniam | e60b04835e437f7178e3668f60fc4bb23b660c34 | affe179231f969f449c40657f8a106d2fc990a43 | refs/heads/master | 2021-12-10T03:07:07.067351 | 2021-08-24T04:12:02 | 2021-08-24T04:12:02 | 24,506,914 | 11 | 1 | null | 2021-08-24T04:12:03 | 2014-09-26T16:32:51 | C++ | UTF-8 | C++ | false | false | 4,582 | cpp | #include "GLSLProgram.h"
#include "Debug.h"
#include "glm/gtc/type_ptr.hpp"
GLSLProgram::GLSLProgram(const std::string& pName):
mName(pName),
mId(glCreateProgram())
{
CHECK_GL_ERROR();
}
GLSLProgram::~GLSLProgram()
{
glDeleteProgram(mId);
}
const std::string& GLSLProgram::GetName() const
{
retu... | [
"xavibonaventura@gmail.com"
] | xavibonaventura@gmail.com |
7416ed94961cd200de1eddb7ad66a7009ae428ba | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/httpd/gumtree/httpd_repos_function_1894_httpd-2.0.43.cpp | 9ecb192c6ae47cb19669d2a1f0ee0d62326f43b1 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 183 | cpp | static int core_post_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp, server_rec *s)
{
ap_set_version(pconf);
ap_setup_make_content_type(pconf);
return OK;
} | [
"993273596@qq.com"
] | 993273596@qq.com |
ed35b4bf9006771e7f59757e6f2d339cbeae9970 | 04b4a578b1eb2243b7ba369e289812ca80cb1ab8 | /gameSource/game.cpp | 601c55428ff858da2944bf683a2153858e7a753e | [
"LicenseRef-scancode-public-domain"
] | permissive | yy3243/OneLife | a403b7e7bdb10007d1bb96969093828b9d39d713 | ad297b089c933b4caba44148a48088fce7c7e2ca | refs/heads/master | 2020-05-19T14:07:34.245670 | 2019-05-04T17:11:31 | 2019-05-04T17:11:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 66,170 | cpp | int versionNumber = 221;
int dataVersionNumber = 0;
int binVersionNumber = versionNumber;
// NOTE that OneLife doesn't use account hmacs
// retain an older version number here if server is compatible
// with older client versions.
// Change this number (and number on server) if server has changed
// in a way that b... | [
"jasonrohrer@fastmail.fm"
] | jasonrohrer@fastmail.fm |
05f21bc7b7d43a334e8f459ab1fb440e7ca72782 | df4c6ec178bdc708cf1e269bf9f5a83f5854eb25 | /src/lib/GuiRequest.h | aedb24889fba8fb3df5644e747c42e0bd249085c | [
"BSD-3-Clause"
] | permissive | romoadri21/boi | a43eb9dd258d6aa0eda7226404ac85735c25eb85 | deef8e7148b50fbb36886ba4ff491a6c0e18ad67 | refs/heads/master | 2021-01-10T04:26:55.476114 | 2011-03-10T20:29:27 | 2011-03-10T20:29:27 | 51,186,522 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,234 | h | /* Copyright (c) 2010, Piet Hein Schouten. All rights reserved.
* This code is licensed under a BSD-style license that can be
* found in the LICENSE file. The license can also be found at:
* http://www.boi-project.org/license
*/
#ifndef __BOI_GUIREQUEST_H
#define __BOI_GUIREQUEST_H
#include <QtGlobal>
#include "... | [
"piet.hein.schouten@localhost"
] | piet.hein.schouten@localhost |
539066acfb7a55f80777ab295ca8b1993a435841 | 9030ce2789a58888904d0c50c21591632eddffd7 | /SDK/ARKSurvivalEvolved_OnlineSubsystemEOS_classes.hpp | 79f9a8b269e3cd4768900ce70283b4334e435ed3 | [
"MIT"
] | permissive | 2bite/ARK-SDK | 8ce93f504b2e3bd4f8e7ced184980b13f127b7bf | ce1f4906ccf82ed38518558c0163c4f92f5f7b14 | refs/heads/master | 2022-09-19T06:28:20.076298 | 2022-09-03T17:21:00 | 2022-09-03T17:21:00 | 232,411,353 | 14 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 647 | hpp | #pragma once
// ARKSurvivalEvolved (332.8) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_OnlineSubsystemEOS_structs.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Classes
//------------------------------------------------------... | [
"sergey.2bite@gmail.com"
] | sergey.2bite@gmail.com |
ae11525765620673b8af1dddb14478d2c1c3f105 | e7f7fbf4c029a35cf2f84b25b239b0c57d66c514 | /26_11_2019/Source.cpp | e93cf1ab50b43e59531c76fa149f194bdecf2d8e | [
"MIT"
] | permissive | fdiniello/interview_problems | 9d45986ad10094335c48abad46a3fb8f2fbf01ab | b9a3466f617e733414211f7b57f0e7bdef80f6c8 | refs/heads/master | 2022-12-29T01:34:52.457024 | 2020-10-05T23:36:26 | 2020-10-05T23:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,345 | cpp | /*
This problem was asked by Facebook.
Implement regular expression matching with the following special characters:
. (period) which matches any single character
* (asterisk) which matches zero or more of the preceding element
That is, implement a function that takes in a string and a valid regular expression and re... | [
"aduranddiaz@gmail.com"
] | aduranddiaz@gmail.com |
981e4ce3fd6f5570f8a5ec83fdcd48cc41ce4254 | dcc514c9e9dba73b43152e7911ff286d46f6ab77 | /src/ch13/ch13_ex.cpp | a8c80e08b11c86bf45d50c68ec042364dc932907 | [] | no_license | peterschussheim/programming_principals_practice | dba73e3a7ed808b0cff422142fcdb79ead6cc222 | f3e23f9d38e7b3bc7ab2dd1d653db68bbac28558 | refs/heads/master | 2023-02-26T00:27:53.090974 | 2021-01-31T22:26:41 | 2021-01-31T22:26:41 | 234,388,882 | 1 | 0 | null | 2020-10-13T20:11:50 | 2020-01-16T18:51:31 | C++ | UTF-8 | C++ | false | false | 5,657 | cpp | /*
Peter Schussheim
02/11/20
Programming Principles and Practice
*/
#include "std_lib_facilities.h"
#include "Simple_window.h"
#include "Graph.h"
/*
Exercise 2:
Draw a box with rounded corners. Define a class Box , consisting of four
lines and four arcs.
*/
int main()
{
try {
P... | [
"peter@schussheim.com"
] | peter@schussheim.com |
ccce708f640e6c954a58a388bd8cf3677979fc67 | 7f62f204ffde7fed9c1cb69e2bd44de9203f14c8 | /DboClient/Tool/NaviTool/NaviToolDoc.h | f164567c788bed54dab63eed237d528a9fbc8834 | [] | no_license | 4l3dx/DBOGLOBAL | 9853c49f19882d3de10b5ca849ba53b44ab81a0c | c5828b24e99c649ae6a2953471ae57a653395ca2 | refs/heads/master | 2022-05-28T08:57:10.293378 | 2020-05-01T00:41:08 | 2020-05-01T00:41:08 | 259,094,679 | 3 | 3 | null | 2020-04-29T17:06:22 | 2020-04-26T17:43:08 | null | UHC | C++ | false | false | 797 | h | // NaviToolDoc.h : CNaviToolDoc 클래스의 인터페이스
//
#pragma once
class CNaviToolDoc : public CDocument
{
protected: // serialization에서만 만들어집니다.
CNaviToolDoc();
DECLARE_DYNCREATE(CNaviToolDoc)
// 특성입니다.
public:
CString m_strPath;
// 작업입니다.
public:
// 재정의입니다.
public:
virtual BOOL OnNewDocument();
virtual void Seria... | [
"64261665+dboguser@users.noreply.github.com"
] | 64261665+dboguser@users.noreply.github.com |
53f004875590281651244b4a69035354edae4ad9 | d938c544c610571caf3913948ec7be87db7f3cac | /design_pattern/factory-method/concrete_factory.h | a17c36d84f2ceef425dc9868b78c6e8133b37d5b | [] | no_license | yutakakinjyo/proc-cpp | 9a307da8fdabfb94cd8a3a8fa18e67cb929ee741 | 70a0a5e3665cac7fd7290b55468bb554e93577b4 | refs/heads/master | 2021-01-10T01:10:11.478369 | 2016-01-15T10:38:26 | 2016-01-15T10:38:26 | 45,298,737 | 0 | 0 | null | 2016-01-15T10:38:26 | 2015-10-31T11:13:18 | C++ | UTF-8 | C++ | false | false | 197 | h | #ifndef CONCRETE_FACTORY_H
#define CONCRETE_FACTORY_H
#include "factory.h"
#include "concrete_product.h"
class ConcreteFactory : public Factory {
public:
Product* create_product();
};
#endif
| [
"yutakakinjyo@gmail.com"
] | yutakakinjyo@gmail.com |
cfd2e4f42073b087b10afba4439040a6afe9400e | 536656cd89e4fa3a92b5dcab28657d60d1d244bd | /gpu/angle_end2end_tests_main.cc | 02997fdc6d1c65c8ae41ac4dd9ac96b8a39c44fc | [
"BSD-3-Clause"
] | permissive | ECS-251-W2020/chromium | 79caebf50443f297557d9510620bf8d44a68399a | ac814e85cb870a6b569e184c7a60a70ff3cb19f9 | refs/heads/master | 2022-08-19T17:42:46.887573 | 2020-03-18T06:08:44 | 2020-03-18T06:08:44 | 248,141,336 | 7 | 8 | BSD-3-Clause | 2022-07-06T20:32:48 | 2020-03-18T04:52:18 | null | UTF-8 | C++ | false | false | 1,182 | 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 "base/bind.h"
#include "base/command_line.h"
#include "base/task/single_thread_task_executor.h"
#include "base/test/launcher/unit_test_launcher.h... | [
"pcding@ucdavis.edu"
] | pcding@ucdavis.edu |
794ac9e86b71bb76e0ec0df2b18f5e1d596939e9 | bf6341fb7636fe3e666bc509c175f8b147976c9a | /cpp/beginner_contest_157/a.cpp | 1539e7cbc0358b296c1a5abd270ea03d90fc1260 | [
"MIT"
] | permissive | kitoko552/atcoder | c2877566426efe7bcb198eae004505602e8369a0 | a1e18b6d855baefb90ae6df010bcf1ffa8ff5562 | refs/heads/master | 2022-12-26T03:43:52.347654 | 2020-10-14T12:24:55 | 2020-10-14T12:24:55 | 236,449,143 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 427 | cpp | #include<iostream>
#include<algorithm>
#include<cmath>
#include<vector>
#include<map>
#include<queue>
#define rep(i, n) for (int i = 0; i < (n); ++i)
#define rep1(i, n) for (int i = 1; i < (n); ++i)
using namespace std;
using ll = long long;
using P = pair<int, int>;
const int INF = 1001001001;
int main() {
int N;
... | [
"blueberryjam09@gmail.com"
] | blueberryjam09@gmail.com |
f8f8556a07d6c4b312fa13624a41ff9e6cd9269d | 1f787c5ae598e17610d33be4d2cb29c64dc5c497 | /onnx/avs_onnx.cpp | 5608fa919200af8e4527ee2cdbbd8ec65ab83bc2 | [] | no_license | applefishsky009/pointpillars | d57cafa8733295a05552bfaae5fa18f5478303db | 9b6bb935ad2c2aba16f5e837b714389462fa88a7 | refs/heads/master | 2023-04-08T22:06:20.241690 | 2021-04-14T01:03:41 | 2021-04-14T01:03:41 | 357,082,894 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 8,026 | cpp | #include "avs_onnx.h"
#include "avs_onnx_lib.h"
#include "avs_onnx_common_lib.h"
#include "avs_dnn.h"
#include "avs_onnxruntime.h"
unsigned int AVS_Onnx_GetMemSize( AVS_ONNX_INFO *input,
AVS_MEM_TAB mem_tab[AVS_ONNX_MEM_TAB])
{
unsigned int mem_size = 0;
// pre.onnx输入内存, 完整的lib应该在pointpillars接口中
mem_si... | [
"ryl_public@163.com"
] | ryl_public@163.com |
a49ac44ebb3493ebdcda056651254364c75b90d7 | dc4da3e0a143303761df274d34519a54532d6bc9 | /include/core/Timer.hpp | 0a762984fb9307512565913d5966fdbbf237aa1d | [
"MIT"
] | permissive | Amirhosein-GPR/checkers | ab41828ae1e940c5a4c594d80f2eff552eb56934 | 4e4eb1ec23e2f34a663b8b59b07babd03c7354ad | refs/heads/main | 2023-02-15T14:31:01.555818 | 2021-01-15T13:50:01 | 2021-01-15T13:50:01 | 326,674,729 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 392 | hpp | #ifndef TIMER_HPP
#define TIMER_HPP
#include <SDL2/SDL.h>
class Timer
{
public:
Timer();
void start();
void stop();
void pause();
void resume();
Uint32 getTicks();
bool isStarted();
bool isPaused();
private:
Uint32 startTicks;
U... | [
"a.asgari1999@gmail.com"
] | a.asgari1999@gmail.com |
f60162f1f92ef917f77a03e14835a2ae9f1ce1ee | 284b1751555df210b39bed480a4a81bce7e356c6 | /common/include/Skeleton2D.h | c3bd1eee8a2e8991d89bbcb8f19f130db9b3a569 | [] | no_license | Ykauji/Platformer2d | 007cb66dade4a6c0e896a8aa95eb497459a4f3d8 | 60d2209b09540a3dd9b0c92ec96efb251da5fa80 | refs/heads/master | 2018-11-17T14:39:58.016901 | 2018-11-14T00:08:36 | 2018-11-14T00:08:42 | 116,098,996 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,305 | h | #ifndef _H_SKELETON2D
#define _H_SKELETON2D
#define AGK_BONE_ANIMATE 0x0001
#define AGK_BONE_INHERIT_ROTATION 0x0002
#define AGK_BONE_INHERIT_SCALE 0x0004
#define AGK_BONE_ROOT 0x0008
#define AGK_BONE_PRE_SCALE 0x0010
#define AGK_SKELETON_PLAYING 0x0001
#define AGK_SKELETON_LOOPING 0x0... | [
"ykauji@gmail.com"
] | ykauji@gmail.com |
82619c2166bbc956132946108eb2849b9401e2cc | b664d7e43687fa77d82f1bd8f3cab81dc2f88625 | /001-3DS/3DSLoader.cpp | 98a2bbaf6449f934fcd710e64692e8c700588ed0 | [] | no_license | YessicaSD/opengl-code | cd60ff4bc5de6a1f80a9d49b55172ad99bb90afe | 31fd411815d26c0333a74c197c5ef6af457acb75 | refs/heads/master | 2020-08-05T19:05:04.275416 | 2017-01-14T16:58:34 | 2017-01-14T16:58:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,190 | cpp | #include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <memory>
#include <glad\glad.h>
#include <glfw\glfw3.h>
#include <glm\glm.hpp>
#include <glm\gtc\type_ptr.hpp>
#include <glm\gtc\matrix_transform.hpp>
GLuint init_shader();
void key_callback(GLFWwindow* window, int key, int scancode... | [
"marin.carmelo.abrego@gmail.com"
] | marin.carmelo.abrego@gmail.com |
589bbd033f05df450318e43202ce455ea56b9384 | a65f12e7039ddc3a915c1237b876df82ca17537e | /aws-cpp-sdk-lex-models/source/model/BuiltinSlotTypeMetadata.cpp | 49a80c0933a3df1b84f2ae71f29f79bdf3456996 | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | chiaming0914/awe-cpp-sdk | 1a09da8ce36f8a60b9bb47c47fc576c822ccf398 | 5cd54671ea48151f33f0ddbadc3d68ffacbc160b | refs/heads/master | 2021-06-16T18:25:10.864269 | 2017-06-08T07:02:09 | 2017-06-08T07:02:09 | 93,716,067 | 0 | 0 | null | 2017-06-08T08:06:39 | 2017-06-08T06:42:24 | C++ | UTF-8 | C++ | false | false | 2,589 | cpp | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"Kent_Chiang@trend.com.tw"
] | Kent_Chiang@trend.com.tw |
37a347c429f7c0627bc71d9286bc98348d66d36c | 2fcfd593db09fdcc5b51a576deb8c7ec274daaff | /src/test/cachemultimap_tests.cpp | d3c4bad7c47166ff64064f039d35d3ca2dfb5586 | [
"MIT"
] | permissive | FXBitLab-Etp/etp3 | a35791d428135bbe321b3119b9e260fa8b9a27e4 | 829791221484a9c5275ac938412980e1b94adeee | refs/heads/master | 2021-01-19T22:34:32.418454 | 2017-08-24T05:36:45 | 2017-08-24T05:36:45 | 101,256,579 | 0 | 1 | null | 2017-09-02T21:07:56 | 2017-08-24T05:16:08 | C++ | UTF-8 | C++ | false | false | 4,940 | cpp | // Copyright (c) 2014-2017 The Etp Core developers
#include "cachemultimap.h"
#include "test/test_etp.h"
#include <algorithm>
#include <iostream>
#include <boost/test/unit_test.hpp>
BOOST_FIXTURE_TEST_SUITE(cachemultimap_tests, BasicTestingSetup)
void DumpMap(const CacheMultiMap<int,int>& map)
{
const CacheMu... | [
"etptoken@etpnode02.fxbitlab.com"
] | etptoken@etpnode02.fxbitlab.com |
d66f7f9746d81eaacf4dccbe28c2327cad888bc4 | 1d213c0ac5960a3b86d7cf4abc0fcd1638b8a5c4 | /src/common/DebugRenderer_DX9.h | 3fefd4c51759ce292ef64410ead0d80218d5f62f | [] | no_license | jamesmintram/foosics | 791de1245ff70a9f96a364dd8e81fce4bd55279e | d255162b409f36844de1dae52fdba364f5d80deb | refs/heads/master | 2020-04-12T20:31:50.122034 | 2019-03-25T10:53:45 | 2019-03-25T10:53:45 | 162,739,023 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,628 | h | #pragma once
#include "../../foosics/debug/DebugRenderer.h"
#include "../../foosics/common/ph_assert.h"
#include "../third_party/imgui/imgui.h"
#include "../third_party/imgui/imgui_impl_dx9.h"
#include <d3d9.h>
#include <vector>
struct CUSTOMVERTEX
{
float x, y, z;
DWORD color;
};
struct RenderedCube
{
float po... | [
"jamesmintram@gmail.com"
] | jamesmintram@gmail.com |
57b13df114546d203e30590fa608d0c0b0645fe0 | 9ab38fd440f9fee94f12cc031c216878dac87d32 | /engine/core/engine_base.h | 18f18729e8a5c324ba9ac54561fd307ae108af3a | [
"MIT"
] | permissive | lp249839965/VCTRenderer | 5c01661bfac3ac84c32fd3461756bf1994f8c23f | 64afcc68b0fb19f1a00ec876b2d0531fb3498a6d | refs/heads/master | 2022-11-05T07:55:39.362805 | 2020-06-19T04:51:21 | 2020-06-19T04:51:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,512 | h | #pragma once
#include <memory>
class RenderWindow;
class GIDeferredRenderer;
class AssetsManager;
/// <summary>
/// This is the entry point of the rendering engine
/// where the main rendering loop resides and the
/// rendering context is properly set up.
/// </summary>
class EngineBase
{
protected:
/// ... | [
"polonoise@gmail.com"
] | polonoise@gmail.com |
a628307672083fac410dfc0ea54048668e34c8f3 | 237bf7433d7d213f5cef08049a4278ee4a04fded | /[EDD]Practica1_201504444/Practica1/mainwindow.h | 264d1ee5d5f89e6adccd70d03694c7b2815d1b49 | [] | no_license | ChristianR007/EDD_201504444 | c1b3eac2bae474fe3b57779933fe35889efcaaaa | 101ea484de6e3ada8ffc405f344715551c6744dd | refs/heads/master | 2021-09-03T15:30:46.028908 | 2018-01-10T06:02:47 | 2018-01-10T06:02:47 | 113,397,544 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 756 | h | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include "colapasajeros.h"
#include <QMainWindow>
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
private slots:
void on_pushButton_clicked();
void on_... | [
"Christian7.gt@gmail.com"
] | Christian7.gt@gmail.com |
77356659486ee8afde1e266b9d422ae0304de2eb | a83d26a62954fe2f5f911515ac962976829f0695 | /corrFinder.cxx | 0096e3a7b32aa6685d7eaadeb796a1c0991511b7 | [] | no_license | cdxing/EpdAna | 574ff908fe283d016bbbaba0d27c03d55c592dd5 | bf479fd813b4aee04753ee9065ae6785b63e649b | refs/heads/master | 2022-10-14T01:20:24.547399 | 2021-06-16T18:40:32 | 2021-06-16T18:40:32 | 243,299,183 | 0 | 0 | null | 2021-01-05T06:37:06 | 2020-02-26T15:40:01 | C | UTF-8 | C++ | false | false | 16,713 | cxx | #include <iostream>
#include <fstream>
#include <cmath>
#include "TFile.h"
#include "TH1.h"
#include "TH2.h"
#include "TH1D.h"
#include "TH2D.h"
#include "TH3D.h"
#include "TMath.h"
#include "TProfile.h"
#include "TProfile2D.h"
#include "TProfile3D.h"
Double_t resoErr(Double_t corrAB, Double_t corrAC, Double_t corr... | [
"danielxchenx@gmail.com"
] | danielxchenx@gmail.com |
e3c11c8cec4bb7194e5c54e700265a8e167777d4 | b227d23f889f5dc04b7eef4bc3eb514732ccef55 | /PTA/PAT_A/Cpp11/A1082_AC.cc | 0339109e091dbba1983ad5b6183675449efe274f | [
"MIT"
] | permissive | StrayDragon/OJ-Solutions | e5dd953781237197b98fa83711a818cd705c3fdc | b31b11c01507544aded2302923da080b39cf2ba8 | refs/heads/master | 2020-04-26T17:17:04.605568 | 2019-12-24T08:03:18 | 2019-12-24T08:03:18 | 173,708,012 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,246 | cc | // ---
// id : 1082
// title : Read Number in Chinese
// difficulty : Medium
// score : 25
// tag : Simple Simulation
// keyword : string; lexical analysis; two pointer
// status : AC
// from : PAT (Advanced Level) Practice
// ---
#include <iostream>
#include <string>
using names... | [
"straydragonl@foxmail.com"
] | straydragonl@foxmail.com |
a00f7797c812695db656ab752720bccb159352f0 | 6968d632ba84a48f27c682691b06ef07e1c72308 | /AirLib/include/vehicles/MultiRotor.hpp | b967c3671950eabf774339ea033845f53a668ac9 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | Jinxinshao/AirSimMulti | e148cdc1dfb9542b9636c94f601ec02d9561f7a8 | cfc1fc7eb2f7b6e67c7cb59047e9b3273da4691b | refs/heads/master | 2020-09-03T16:54:02.557013 | 2017-09-06T01:30:45 | 2017-09-06T01:30:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,799 | hpp | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#ifndef msr_airlib_multirotor_hpp
#define msr_airlib_multirotor_hpp
#include "common/Common.hpp"
#include "common/CommonStructs.hpp"
#include "Rotor.hpp"
#include "controllers/ControllerBase.hpp"
#include "MultiRotorParams... | [
"saihemachandra.v@gmail.com"
] | saihemachandra.v@gmail.com |
a8f1327a7d4638d33a8ac702d726e0158232ebc4 | acdc1fb58b78a487ff39908cae0dbf1e37dc24d0 | /N_Body_Simulation/N_Body_Simulation/TaskCollisionCheckNode.h | b45dce196c61d49d430f72374bd51921a0904dd5 | [] | no_license | gyroid42/N_Body_Simulation_Final | f16990253b777ad7696437158fd947a9bb4d9d0c | 51d8ffccd60f5d09a60be4cd553001c836e7a297 | refs/heads/master | 2020-04-19T11:18:02.761486 | 2019-04-29T14:38:14 | 2019-04-29T14:38:14 | 168,163,168 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 941 | h | #pragma once
// include parent class
#include "Task.h"
// include my classes
#include "SETTINGS.h"
#include "Channel.h"
// forward decleration
class Body;
class OctreeNode;
struct CollisionEvent;
class TaskCollisionCheckNode :
public Task
{
public:
TaskCollisionCheckNode();
~TaskCollisionCheckNode();
#if BENCH... | [
"1501651@abertay.ac.uk"
] | 1501651@abertay.ac.uk |
ad06d0712e809e6705ed6cd9b8a9791b1f07aeab | 90479726ed480dfe1a75166bf0075694cdcb9e51 | /DP/xxjs105-硬币问题.cpp | 6b3b2b5a68f78fec1faa5cc50c79507d98e96f26 | [] | no_license | Edison-Ba/Li2OJ | b2c744676a4cb933dd0a2e1c4e0b9a27018618e1 | 5a67707080f44f9f3f3c68422431d4edc50458e0 | refs/heads/master | 2023-08-03T03:15:32.186073 | 2023-07-29T08:46:11 | 2023-07-29T08:46:11 | 378,881,973 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,510 | cpp | /*---------------------------------
*Title number: ybt-dp
*Creation date: 2021.2.19
*Author: EdisonBa
*-------------------------------*/
#include <algorithm>
#include <iostream>
#include <cstring>
#include <cstdlib>
#include <cstdio>
#include <vector>
#include <stack>
#include <cmath>
#include <queue>
#include <m... | [
"1325539609@qq.com"
] | 1325539609@qq.com |
f232279e6b06ed76d7d6e47dadf44558d8c2d4be | be216eddacb8ff9182ca9cb53594eeae88379cf0 | /Kinematics/src/Kinematics/Framework/Managers/EnviromentManager.cpp | 82198448acfd604b4a3d79baa561b66b8da4fcd8 | [] | no_license | vinijabes/MTE | e2550ba408798b4b66138aae72b5c75a2a2ce245 | 6881a8be0b84808915db7c2b858da59e5282fbde | refs/heads/master | 2022-04-18T18:14:55.899453 | 2020-03-02T16:56:32 | 2020-03-02T16:56:32 | 225,663,578 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 134 | cpp | #include "mtepch.h"
#include "EnviromentManager.h"
namespace Kinematics {
EnviromentManager* EnviromentManager::m_Instance = NULL;
} | [
"vinijabes@gmail.com"
] | vinijabes@gmail.com |
0985d98170b0824ee37b40cc9fd278788f823287 | 3a17afa016552480c59f377721164faa3b3c166e | /distro/Skyline2e/src/Globals.hpp | 2437523540c07579525ecc1cd6026f0b100bb313 | [] | no_license | EdgarReynaldo/Skyline2 | 6018211459decea8550808aee2e190a3890473c9 | 9996a35b0edac5f3427e6f813d657e9fc249c2ed | refs/heads/master | 2021-05-26T04:47:08.225100 | 2020-09-24T19:47:43 | 2020-09-24T19:47:43 | 127,452,840 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 361 | hpp |
#ifndef Globals_HPP
#define Globals_HPP
extern int sw;
extern int sh;
extern int FPS;
class EagleSystem;
class EagleGraphicsContext;
class EagleEventHandler;
class EagleTimer;
class EagleFont;
extern EagleSystem* sys;
extern EagleGraphicsContext* win;
extern EagleEventHandler* q;
extern EagleTimer* t;
extern E... | [
"edgarreynaldo@members.allegro.cc"
] | edgarreynaldo@members.allegro.cc |
57e1e94323c241eba6955e4888b8cb1ed134d39e | 3f35f1cc4dacbcaa223a398471950a94102f9d59 | /_ongoing_StockAnalysis/stockAnaylsis/mainHeader.h | b77fa81d343a0ab9d4e164c1fbbfd0fd66d44101 | [] | no_license | codeAligned/random-projects | 0dccfc0bf52c80f0018e3d8e84ad0547a40cc64e | f019ae476ff1aae49ac1f7d135f14924b3219f6e | refs/heads/master | 2020-06-13T08:28:38.578175 | 2016-07-04T13:23:09 | 2016-07-04T13:23:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,264 | h | // Created by Steve Yoo
// 9/11/2014
// Header file to link all our files together
#ifndef MAINHEADER_H_INCLUDED
#define MAINHEADER_H_INCLUDED
#include <string>
#include <stack>
#include "userClass.h"
using namespace std;
/// Program-Wide Variables
// Keeps track of last visited index throughout the e... | [
"shstyoo@gmail.com"
] | shstyoo@gmail.com |
00f2b4b901d0122a934df266e6028f56e545c07c | 3bffe897d890bbac09cbfa8302f82620f156d7b7 | /tools/textmidi.cpp | 1b6c2b3920f86955d045db4932644b66465a9e9f | [] | no_license | 10000turtles/MusicAndTech2Project | 2e14e3b3ba53b0e410028c03407d219d260eb614 | aec80a57a53d8e405f556e72532d91f4baa2008f | refs/heads/main | 2023-04-21T13:08:35.059232 | 2021-05-07T17:14:36 | 2021-05-07T17:14:36 | 333,765,345 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,094 | cpp | //
// Programmer: Craig Stuart Sapp <craig@ccrma.stanford.edu>
// Creation Date: Sat Nov 27 11:43:31 PST 1999
// Last Modified: Mon Nov 29 14:01:34 PST 1999
// Last Modified: Mon Feb 9 21:26:32 PST 2015 Updated for C++11.
// Filename: ...sig/doc/examples/all/textmidi/textmidi.cpp
// Syntax: C++
//
// De... | [
"10000turtles@gmail.com"
] | 10000turtles@gmail.com |
51946cea8fc247d9ca771d4b03ad20975ad81c9a | da3215baf37d257d5814f165e98b4b19dee9cb05 | /SDK/FN_TextStyle-Base-M-B-Yellow_classes.hpp | ef44ecaccf63590175605a9a13b7ff9f325026ec | [] | no_license | Griizz/Fortnite-Hack | d37a6eea3502bf1b7c78be26a2206c8bc70f6fa5 | 5b80d585065372a4fb57839b8022dc522fe4110b | refs/heads/Griizz_Version | 2022-04-01T22:10:36.081573 | 2019-05-21T19:28:30 | 2019-05-21T19:28:30 | 106,034,464 | 115 | 85 | null | 2020-02-06T04:00:07 | 2017-10-06T17:55:47 | C++ | UTF-8 | C++ | false | false | 671 | hpp | #pragma once
// Fortnite SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// BlueprintGeneratedClass TextStyle-Base-M-B-Yellow.Text... | [
"sinbadhacks@gmail.com"
] | sinbadhacks@gmail.com |
9d4b972cddf1e8910a974d3646378fa93f9c0261 | 55dc77e0d9a0d76390f09fc97e25261a77ba82ba | /2) CS163 Data Structures/Graphs/main.cpp | e9cf9b4357e48847f089d69682598facdbb3fd8b | [] | no_license | SourabhJam/ComputerScienceProjects | 18f9a97d70ad06c9ab76cd5dc2b90fb8cae8e767 | 4a9051aa2773ca8969d92b8aae61eb54d4e2d406 | refs/heads/master | 2020-12-03T10:11:09.376556 | 2020-06-30T21:42:13 | 2020-06-30T21:42:13 | 229,887,186 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,629 | cpp | //Sourabh Jamalapuram, CS163 Data Structures, main.cpp
//The main program is the program that interacts with the user by prompting them if they want to add classes, add pre req's, display pre reqs, and display course pathway, and quit.
#include "graph.h"
int main(){
table graph; //graph
char vertex[50]; // used t... | [
"sourabh.jamalapuram@gmail.com"
] | sourabh.jamalapuram@gmail.com |
241393d6cc8f77ccf5c552a9269ac006f1cd1389 | fa9b071fff72371149471851f490a0c6114f8db2 | /src/rpplugins/rpstat/src/anim_control_window.cpp | 97ed23c4aeaf9712cd692eae92bc90fb3477127f | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | chic-yukim/render_pipeline_cpp | 7b94d655918035575d84b58c57dccc53718cf5d9 | b6f29c4b5d51734658009405d217bf846f10c8af | refs/heads/master | 2020-03-19T19:34:44.062443 | 2019-03-14T02:22:07 | 2019-03-14T02:22:07 | 136,863,921 | 1 | 0 | null | 2018-06-11T02:21:06 | 2018-06-11T02:21:06 | null | UTF-8 | C++ | false | false | 4,251 | cpp | /**
* MIT License
*
* Copyright (c) 2018 Younguk Kim (bluekyu)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use,... | [
"bluekyu.dev@gmail.com"
] | bluekyu.dev@gmail.com |
4e268d497a0c582207751aa794e4651aa2763563 | 8447ae564fe108850a1b201b2cec7ad9972e42e4 | /743.network-delay-time.cpp | 67aa2931fd35faf4a6ac070532a17277d4d107bf | [
"MIT"
] | permissive | bsmsnd/LeetCode-CharlieChen | cb7d193da97dcaf7a3fc4cbf4369bcc661869e0d | ddd8f09beabd08e0e7348938604eab69928d9bfe | refs/heads/master | 2022-07-06T16:46:27.075115 | 2020-08-22T06:30:50 | 2022-07-03T15:12:24 | 185,423,399 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,529 | cpp | /*
* @lc app=leetcode id=743 lang=cpp
*
* [743] Network Delay Time
*/
#include <vector>
#include <queue>
using namespace std;
class Solution {
public:
queue<int> q;
vector<vector<int>> G;
vector<vector<int>> G_time;
int networkDelayTime(vector<vector<int>>& times, int N, int K) {
const int ... | [
"chendongcharlie@hotmail.com"
] | chendongcharlie@hotmail.com |
e7fe35fb63d5cf22b9fbd3e5096a9596fcbf6c2c | c88d094001300aae6e098bacfc5ea362a8362e07 | /A. Vladik and Courtesy.cpp | 4781287f696abba0119f414f93839e063fd4bee9 | [] | no_license | Mahbub20/Codeforces-Coding-Solutions | d25dfa1933546b805dcef7bbb51146a37f18f09c | e823306607dcad58b96d653a5148609ea52e8044 | refs/heads/master | 2020-04-26T11:45:07.591117 | 2019-03-03T04:56:04 | 2019-03-03T04:56:04 | 173,527,195 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 284 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
long long a,b,i,j;
cin >> a >> b;
i = 1;
while(1)
{
if(i%2==1)
{
a-=i;
}
else{
b-=i;
}
i++;
if(a<0 || b<0)break;
}
if(a<0)cout << "Vladik\n";
else cout << "Valera\n";
}
| [
"mmahbub569@gmail.com"
] | mmahbub569@gmail.com |
330816a5080369174c8729bc30f9e1b3bb3245c2 | 6c692d65828b7bb3ccd0c53c1054108e09ba5d32 | /CCInclusive_validation_Sep2018/CCInclusive_stuff/CCInclusive_validation_22/localProducts_larsoft_v06_26_01_14_e10_prof/uboonecode/v06_26_01_22/source/test/SparseRawDigits/SparseRawDigitTest_module.cc | 2a833530292453ba8eed401bc170f527d498a6ce | [] | no_license | ssfehlberg/MCC9_Validation_Codes | da4912b01f6dea84716214adc81e63866fc2225a | d1facebf62f8bdae40f0bf4e489789712f0cb8df | refs/heads/master | 2021-09-26T11:13:44.824434 | 2018-10-25T17:22:57 | 2018-10-25T17:22:57 | 150,471,735 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,373 | cc | //======================================================================
//
// Name: SparseRawDigitTest_module.cc
//
// Purpose: Analyzer module to test SparseRawDigit data product.
// This module accepts a single fcl parameter, which is the
// label of a Wire collection data product. This module
// ... | [
"ssfehlberg@gmail.com"
] | ssfehlberg@gmail.com |
c92a767e54ff2b64fa7fa6ce56e30209c26262d4 | 5064a6bb6f6be38400404d5ea2cbce2d961296c1 | /Algorithm/Source/List/SLList/Malloc_SL.cpp | 64e85da8fef5c6cd9b58cbde90f3676975db7097 | [] | no_license | YinHanbing/DataStructure-1 | 2d6cded2c97d7d766f3b8e8e3220864ec78c54f3 | bd104dcc6d4a2af642a5e358211ef2eb5e43b39e | refs/heads/master | 2020-03-08T07:33:12.526122 | 2018-03-27T07:09:37 | 2018-03-27T07:09:37 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 260 | cpp | #include "../../../Header/List/SLList.h"
// 若备用空间链表非空,则返回分配的结点下标,否则返回0
int Malloc_SL(SLinkList &space)
{
int i = space[0].cur;
if (space[0].cur)
{
space[0].cur = space[i].cur;
}
return i;
} // Malloc_SL | [
"hlm52pk@163.com"
] | hlm52pk@163.com |
d0dde94a3d72afc4631b06a79ad574a6be0bad3c | 33bc3f7ff83d21fa8b12f7a94744b6d57cd7090a | /src/utility/buffer.h | 00bbe7f7a5853cc8997748349eeb0bad0f9b8c38 | [] | no_license | Evil-crow/levelnet | 6d8dcc42c63658f51a857ef90f823a4450966879 | 2720b7018d52a24bf9015d3738b00c954dacb9c2 | refs/heads/master | 2020-04-19T20:22:53.342285 | 2019-03-12T14:51:32 | 2019-03-12T14:51:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 841 | h | /**
* Created by Crow on 3/7/19.
* Copyright (c) 2019 Crow All rights reserved.
* @author Crow
*/
#ifndef LEVELNET_NET_BUFFER_H
#define LEVELNET_NET_BUFFER_H
#include <vector>
namespace levelnet {
class Buffer {
public:
using const_iter = std::vector<unsigned char>::const_iterator;
Buffer();
~Buffer() =... | [
"Evilcrow486@gmail.com"
] | Evilcrow486@gmail.com |
d5836e186890848020e8f2f6d0dc22e717bc19cb | 36844405003ffadf1d2fe7ed5d27d3fca4963049 | /KeyboardHandlers.h | 64cd90f0dde24e3b644ce4fd5341998c530f6b56 | [] | no_license | rstratton/cs184-final-project | 636360a2335134214988908497a91bd9f126beeb | b92d474d2519c33a1f9aa130ee6139744289d93d | refs/heads/master | 2020-05-18T17:12:20.883062 | 2013-12-17T19:18:50 | 2013-12-17T19:18:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 444 | h | #ifndef KEYBOARD_HANDLERS_H
#define KEYBOARD_HANDLERS_H
#include "Camera.h"
#include "Renderer.h"
#include "algebra3.h"
class KeyboardHandlers {
public:
KeyboardHandlers(Camera* c, vec3* pos, Renderer* r);
void basicKeyHandler(unsigned char key, int x, int y);
void specialKeyHandler(int ke... | [
"r.a.stratton88@gmail.com"
] | r.a.stratton88@gmail.com |
e0e10e59bcd2ecd100323e29f19526726d1c0c34 | 420a0250f3466c93957b82a3c559af7fff1a4113 | /SAT_Telemetry/SAT_Telemetry.cpp | 7ba10fa433b962254464199a450d28e6522a5cb7 | [] | no_license | mlbelem/ArduSatSDK | 69a994e45f20b3d12a5f432b9fa6535c42d9b3f3 | 2d737bf816efaeff95f1a45544827dc304b8ece1 | refs/heads/master | 2021-01-20T22:02:45.520160 | 2013-05-16T23:02:28 | 2013-05-16T23:02:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,777 | cpp | /*
SAT_Telemetry.cpp - Library to write arduino application data from arduino->supervisor.
Copyright (C) 2013 Jorge Ortiz for NanoSatisfi
Copyright 2013 NanoSatisfi, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
... | [
"nick.allain@gmail.com"
] | nick.allain@gmail.com |
76c04f14285dff9fc2093568c3eb362ceb858617 | 575c265b54bbb7f20b74701753174678b1d5ce2c | /lottery/Classes/lottery/BRNN/BRNNPokerCard.cpp | 8e984e27fa0c67cb065195cdce0fd81162b18fb6 | [] | no_license | larryzen/Project3.x | c8c8a0be1874647909fcb1a0eb453c46d6d674f1 | cdc2bf42ea737c317fe747255d2ff955f80dbdae | refs/heads/master | 2020-12-04T21:27:46.777239 | 2019-03-02T06:30:26 | 2019-03-02T06:30:26 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 5,273 | cpp | #include "BRNNPokerCard.h"
#include "BRNNRes.h"
#include "ToolKit.h"
/****************************BRNNPokerCard begin********************************************/
BRNNPokerCard::BRNNPokerCard()
{
}
BRNNPokerCard::~BRNNPokerCard()
{
}
void BRNNPokerCard::initCard(const int nCardIdx)
{
string sObverseFileName = getC... | [
"hanshouqing85@163.com"
] | hanshouqing85@163.com |
cced2266f86e0fa7f6787ee2c2395d439ceb3a04 | 828913caa1ff1ef94ed1f3686ffa5b81fa090f4d | /src/tradelayer/dbfees.cpp | c92414e3156ded14cf134b6f7f1fbba1a978a69f | [
"MIT"
] | permissive | santos177/TradeLayer | 7508c169f331aaa4ff7005ccc2574871428aad21 | 9ac9c2d47d92a9a7a0849234c3f7f8ebf7997e59 | refs/heads/master | 2023-02-04T00:43:26.012639 | 2020-12-17T22:58:42 | 2020-12-17T22:58:42 | 221,568,582 | 0 | 0 | null | 2020-12-17T22:58:43 | 2019-11-13T23:07:45 | C++ | UTF-8 | C++ | false | false | 21,983 | cpp | /**
* @file dbfees.cpp
*
* This file contains code for handling Trade Layer fees.
*/
#include <tradelayer/dbfees.h>
#include <tradelayer/log.h>
#include <tradelayer/rules.h>
#include <tradelayer/sp.h>
#include <tradelayer/sto.h>
#include <validation.h>
#include <leveldb/db.h>
#include <boost/algorithm/string.h... | [
"santos177@gmail.com"
] | santos177@gmail.com |
91915e542cde6cfbbf4ade387300f68bf8ac160d | 8f66f52d8644b277c98c19a29558bbd05da12807 | /arrayMaximalAdjacentDifference/main.cpp | 7ffef6e68eab04461a594d4d8f18de9a230e6581 | [] | no_license | agrochal/CodeSignal-solutions | e8b9c7c70b523aaff621aad96a7a9b718a99da6d | decbc6d77e063ccd6f6eff257226c238b43258df | refs/heads/master | 2022-11-11T16:51:33.678405 | 2020-06-24T10:39:31 | 2020-06-24T10:39:31 | 272,770,676 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 226 | cpp | int arrayMaximalAdjacentDifference(std::vector<int> inputArray) {
int res = -10000000;
for(int i=1;i<inputArray.size();i++){
res = max(res, abs(inputArray[i] - inputArray[i-1]));
}
return res;
}
| [
"artur@procer.pl"
] | artur@procer.pl |
97527b369847ba01ea67958eafe385a189f8b5a8 | d22799f4ee746cc5dde14d1055981206c14c1e2c | /libs/libride/data/compileutils.h | 25f27457d597b96fd41437ba4758e922467b7e4f | [
"MIT"
] | permissive | standardgalactic/ride | eb6489eceb3bf406f84dd17d9204572827e9f4dc | 040f78ce2a03ffe3da5772b76b4dd500d1e7187f | refs/heads/master | 2023-08-29T06:06:40.983810 | 2021-10-12T22:09:27 | 2021-10-12T22:09:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 322 | h | // Copyright (2015) Gustav
#ifndef RIDE_COMPILEUTILS_H_
#define RIDE_COMPILEUTILS_H_
#include <ride/wx.h>
#include "ride/settings.h"
class MainWindow;
void CompileProtoFile(const ride::MachineSettings& machine,
const wxString& filename, MainWindow* main_window);
#endif // RIDE_COMPILEUTILS_H... | [
"sir.gustav.the.coder@gmail.com"
] | sir.gustav.the.coder@gmail.com |
ac3661bbcd3b25277eb3a75f0352e6f8741dec3f | 9467e2502183e843a67736800199e31674b1d8f6 | /HybridCLRData/LocalIl2CppData-OSXEditor/il2cpp/libil2cpp/os/Win32/MarshalAlloc.cpp | 46995d62feae5792613adaec1d3662e1dcabd576 | [
"Apache-2.0"
] | permissive | yimengfan/BDFramework.Core | 3a046fcd755a84ba55d648dd3ad52c37a1cc1a04 | 81380fce8e84367f912777717665b53f074ab617 | refs/heads/master | 2023-09-04T10:08:47.644992 | 2023-07-05T16:22:11 | 2023-07-05T16:22:11 | 85,928,537 | 2,421 | 497 | Apache-2.0 | 2023-03-21T06:56:21 | 2017-03-23T09:03:48 | C# | UTF-8 | C++ | false | false | 901 | cpp | #include "il2cpp-config.h"
#if IL2CPP_TARGET_WINDOWS && !(IL2CPP_TARGET_WINRT || IL2CPP_TARGET_XBOXONE)
#include "os/MarshalAlloc.h"
#include "WindowsHeaders.h"
#include "Objbase.h"
namespace il2cpp
{
namespace os
{
void* MarshalAlloc::Allocate(size_t size)
{
return ::CoTaskMemAlloc(size);
}
... | [
"y755737878@gmail.com"
] | y755737878@gmail.com |
6debd47f1eeb8d51378925e4145672f43264bcbf | a318a144db0b0b22407efd07f91085e33eab7e2b | /mono_inertial_mbot.cc | 3f02268e99a5b74a6810a81d4091984912a46691 | [] | no_license | youngbend/eecs467-a3 | 3bcf08ad931b358fd357b78d959b392736877e90 | 780f079ec63d677ade98aa59ee17d1ef25599030 | refs/heads/master | 2022-12-28T12:32:39.701175 | 2020-10-19T17:37:43 | 2020-10-19T17:37:43 | 304,698,607 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,746 | cc | /**
* This file is part of ORB-SLAM3
*
* Copyright (C) 2017-2020 Carlos Campos, Richard Elvira, Juan J. Gómez Rodríguez, José M.M. Montiel and Juan D. Tardós, University of Zaragoza.
* Copyright (C) 2014-2016 Raúl Mur-Artal, José M.M. Montiel and Juan D. Tardós, University of Zaragoza.
*
* ORB-SLAM3 is free software: y... | [
"youngben@umich.edu"
] | youngben@umich.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.