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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2d80837499b3e428ec0137e74641ef3f0384de42 | 65e13aab6c33b887c93d3150a2da058c2e75dfad | /Easy/Easy027/main.cpp | d45f6f5a4507604c4b53ed72ba42f4cd453d5342 | [] | no_license | ianw3214/DailyProgrammer | 8e50a6044df41be89706c489a8f5e16227ad84aa | 75afe10117bd20cee2f3d9851b864ddcd542f3f2 | refs/heads/master | 2021-01-19T02:05:05.757632 | 2017-12-10T07:03:19 | 2017-12-10T07:03:19 | 56,127,360 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 675 | cpp | /* century calculating program
*/
#include <iostream>
#include <string>
// function declarations
std::string isLeapYear(int);
int main() {
// variable to store the user input
int inp;
// prompt the user for an input
std::cout << "please enter a year" << std::endl;
std::cin >> inp;
// output the result
std:... | [
"ianw3214@gmail.com"
] | ianw3214@gmail.com |
3a91a15b950123a3cbcd55ed99ca4fde2af2a5ba | 27c81040a940de0caa891c205c084c867efa98e6 | /Topic 8 Trees/Trees 29 Check if BT is Balanced BST.cpp | 567fd1a35b17e122b2522e8c265981ba67ea1516 | [] | no_license | tejasbedi1/the-ultimate-ds-algorithms-checklist | 817c4fb78c679834945aaf6621e698d6495dcc6e | 04744b90827847d6be19fc0cd6578ccfcaa4652c | refs/heads/master | 2023-02-15T19:58:19.845192 | 2020-12-29T08:03:28 | 2020-12-29T08:03:28 | 244,436,212 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,985 | cpp | #include <bits/stdc++.h>
#include <iostream>
#include "PrintTree.h"
using namespace std;
node* newNode(int data)
{
node* node = new struct node;
node->data = data;
node->left = NULL;
node->right = NULL;
return node;
}
bool checkNodes(node *head, int prev)
{
// Inorder
if (head == NULL)
return true;
bool... | [
"tejas.bedi1@gmail.com"
] | tejas.bedi1@gmail.com |
c06bbe8d6fed6578d4d3f4f96be0ea3b0151e8b4 | 345f93ddec9234484c5a3038b0717909dd36e046 | /Phase_2_Final_Version/EditCardAction.cpp | 1e715d588ec8fa94065e46920c14efbf0b27d81b | [] | no_license | yousefelmahdy/Ladder-and-Snake-game | 8e4ec5f3debab6e50cf9988eb391906e584ebf7d | f5ac908d382ba6242ac4d291c3adf1f970655aca | refs/heads/master | 2023-03-14T18:36:36.899977 | 2020-10-10T23:11:50 | 2020-10-10T23:11:50 | 491,954,221 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,624 | cpp | #include "EditCardAction.h"
#include"Action.h"
#include"Card.h"
#include"CardOne.h"
#include"CardTwo.h"
#include"CardThree.h"
#include"CardFour.h"
#include"CardFive.h"
#include"CardSix.h"
#include"CardSeven.h"
#include"CardEight.h"
#include"CardNine.h"
#include"CardTen.h"
#include"CardEleven.h"
#include"CardTwelve.h"
#... | [
"62210671+YousefElshabrawy@users.noreply.github.com"
] | 62210671+YousefElshabrawy@users.noreply.github.com |
88615accc166cb38bfb94d0a02bed0bf32163f2f | 83f7eaebe41307337c6c1e5c28cd8da59afd9ae0 | /src/cas/xmideserializer.cpp | 9cd858e33800e60a88eeae43221fae80bff74cf1 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"BSD-4.3RENO",
"MIT",
"BSD-4-Clause",
"Beerware",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-rsa-md4",
"BSD-4-Clause-UC",
"LicenseRef-scancode-rsa-1990",
"OLDAP-2.8",
"NTP",
"Zlib",
"FSFAP",
"ICU",
"RSA-MD... | permissive | RoboSherlock/uimacpp_ros | 0bc7f6d1908d09ce7ae1276b08abd577345bb458 | 35acda4aa91f2203de9aae1ea31141a6710c8d1e | refs/heads/master | 2020-03-19T05:32:50.001716 | 2018-08-11T08:04:09 | 2018-08-11T08:10:03 | 135,942,588 | 0 | 1 | Apache-2.0 | 2018-08-09T18:26:18 | 2018-06-03T21:37:44 | C++ | UTF-8 | C++ | false | false | 11,333 | cpp | /** \file xmideserializer.cpp .
-----------------------------------------------------------------------------
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ow... | [
"leept416@gmail.com"
] | leept416@gmail.com |
f1f3a547839d5811cd40f46fccd36421376d8fcf | ad737f6b2872819b8ea88835edee8356da58a82e | /software/src/includes/arduino_libs/FrSkySportSensor.h | 3f97b558ea4b58e029515d210240e3ae361d1382 | [
"MIT"
] | permissive | UASLab/RAPTRS | e4f3240aaa41000f8d4843cbc26e537ccedf2d48 | ebcebf87b5195623a228f9844a66c34d557d2714 | refs/heads/master | 2022-05-03T02:23:16.231397 | 2022-04-04T14:02:07 | 2022-04-04T14:02:07 | 208,188,913 | 4 | 3 | MIT | 2022-04-11T18:13:21 | 2019-09-13T03:29:57 | C++ | UTF-8 | C++ | false | false | 1,334 | h | /*
FrSky sensor base class for Teensy 3.x/LC, ESP8266 and ATmega328P based boards (e.g. Pro Mini, Nano, Uno)
(c) Pawelsky 20190824
Not for commercial use
*/
#ifndef _FRSKY_SPORT_SENSOR_H_
#define _FRSKY_SPORT_SENSOR_H_
#include "Arduino.h"
#include "FrSkySportSingleWireSerial.h"
#define SENSOR_NO_D... | [
"rega0051@umn.edu"
] | rega0051@umn.edu |
657cc8dcee19fd8c68c0376a5ec8d2b622695061 | 9102a16a4830a0e856b45db73aa8b11c2f5efc45 | /src/datamanipulation.cpp | faf8878d33049ea51c9f5cd4e4d5f23f3c073af6 | [] | no_license | dominichofer/ProjectBrutus | 9fcaf1ccd59aef74fdbf9d82cc83143a1a87ea1e | cb3a09b19c740b5636516ed628c31a22d9f5c8bf | refs/heads/master | 2023-07-21T18:44:50.745411 | 2015-05-07T16:23:11 | 2015-05-07T16:23:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,814 | cpp | #include "datamanipulation.h"
const std::string CDataset_Edax::field[] = {
"H8", "G8", "F8", "E8", "D8", "C8", "B8", "A8",
"H7", "G7", "F7", "E7", "D7", "C7", "B7", "A7",
"H6", "G6", "F6", "E6", "D6", "C6", "B6", "A6",
"H5", "G5", "F5", "E5", "D5", "C5", "B5", "A5",
"H4", "G4", "F4", "E4", "D4", "C4", "B4", "A4",... | [
"BishopToG6@gmail.com"
] | BishopToG6@gmail.com |
03476fcbb6dedfb28c67fc53115c6e25692de90b | 28c729b7bf419f6b1c2969d045e3b2f0e2cd9f98 | /np1/io/mandatory_mapped_record_input_file.hpp | af155596ff47b619b8b9369d382d4875acb8e55f | [
"Apache-2.0"
] | permissive | matthewnourse/r17 | c0a84678efb95213042dba78ab19ff9f1cb85e6e | 50dabc6ac80e505626ada03199d71e3ec15277be | refs/heads/master | 2023-08-19T03:28:30.564563 | 2023-08-08T02:08:38 | 2023-08-08T02:08:38 | 4,365,150 | 6 | 0 | null | 2012-07-04T00:40:07 | 2012-05-18T02:30:58 | C++ | UTF-8 | C++ | false | false | 1,846 | hpp | // Copyright 2012 Matthew Nourse and n plus 1 computing pty limited unless otherwise noted.
// Please see LICENSE file for details.
#ifndef NP1_IO_MANDATORY_MAPPED_RECORD_INPUT_FILE_HPP
#define NP1_IO_MANDATORY_MAPPED_RECORD_INPUT_FILE_HPP
#include "rstd/string.hpp"
#include "np1/io/file_mapping.hpp"
#include "np1/ass... | [
"matthew@nplus1.com.au"
] | matthew@nplus1.com.au |
210717816af460eb42858ad47f7defc8228c9b9b | 7a944dffc32e14ee43245bea595fd215e0bc26fe | /백준/문제집/경북대학교 고리콘/사토르 마방진.cpp | e2fd2346f9bc34da70a5b36bdadf4537368a5f04 | [] | no_license | latter2005/algorithm_study | 413cd5a43bf3f243e745afb50cf31167351128f5 | a8ebe63820d5651d0ea2ef18676ebbc008c67a3c | refs/heads/master | 2023-06-17T06:55:29.539951 | 2021-07-17T09:03:15 | 2021-07-17T09:03:15 | 259,372,265 | 5 | 0 | null | 2021-05-20T08:49:28 | 2020-04-27T15:25:56 | C++ | UTF-8 | C++ | false | false | 390 | cpp | #include <cstdio>
#include <set>
#include <vector>
#include <algorithm>
using namespace std;
int n, max_val = 0x7fffffff + 1, res = 0x7fffffff + 1;
int ary[1000];
int main() {
int combo = 1;
int dp[1000][1000][3];//no 1, 2
scanf("%d", &n);
for (int i = 0; i < n; i++)
scanf("%d", &ary[i]);
for (int i = 0; i ... | [
"latter2005@gmail.com"
] | latter2005@gmail.com |
d4d7d4918e1d91333fd689085f05cc1f16a86b02 | 99d0d18688b17e802f952b64f85e8ce836fdc94f | /Practice Comp code/caesarCipher.cpp | 538bca6d94ab626d8bbea879bd2e8e35ecd59630 | [] | no_license | suyash0103/Competitive-Coding | b8be47d6c5a5c8e63ba4dc30a0cf39f6165a0531 | af24966916aa5dc4d39b5dbdf51bad3bd102895d | refs/heads/master | 2018-09-21T20:24:14.188721 | 2018-07-22T19:06:31 | 2018-07-22T19:06:31 | 100,601,783 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 772 | cpp | #include <cmath>
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;
int main()
{
int n;
cin >> n;
string s;
cin >> s;
int k;
cin >> k;
k = k % 26;
for(int i = 0; i < n; i++)
{
if(s[i] >= 'a' && s[i] <= 'z') ... | [
"Suyash Ghuge"
] | Suyash Ghuge |
dcbef7310b855fac71f11731477062628ca9d00e | 9fc3ce0b43c7869506c2f6e8ecfbf811a3985484 | /src/GetWindowHandle.cpp | f1d56c154e3263c2f2735161a7bcc769b3eeabf1 | [
"MIT"
] | permissive | efefurkankarakaya/webkit-server | 98634b37db9e322f72bbf20b03a40ff7b4865b26 | 3e359a2ae1c764318a46c47fd5174a7efbf6408e | refs/heads/master | 2022-12-25T17:49:53.185441 | 2020-09-28T18:49:10 | 2020-09-28T18:49:10 | 299,401,931 | 0 | 0 | MIT | 2020-09-28T18:47:26 | 2020-09-28T18:47:26 | null | UTF-8 | C++ | false | false | 316 | cpp | #include "GetWindowHandle.h"
#include "WebPage.h"
#include "WebPageManager.h"
#include <QStringList>
GetWindowHandle::GetWindowHandle(WebPageManager *manager, QStringList &arguments, QObject *parent) : SocketCommand(manager, arguments, parent) {
}
void GetWindowHandle::start() {
finish(true, page()->uuid());
}
| [
"niklas.baumstark@gmail.com"
] | niklas.baumstark@gmail.com |
e17c28760f327de85297987965aea4286423744b | 24d6d26deecbf7d8449aff93a53dec78405fcbb9 | /gvEngine/SceneNode.h | 535f254d75d523351f4cc0e5be715609b103a11e | [] | no_license | serkozzz/GeometryViewer | a1d88b56b2987805b326678ff1ca24d0d139cf96 | 47c45f673bd39d57ae774b330df3f956be18af81 | refs/heads/master | 2020-04-16T02:26:40.814020 | 2016-06-06T17:51:38 | 2016-06-06T17:51:38 | 48,893,252 | 0 | 0 | null | 2016-06-06T17:51:38 | 2016-01-01T23:59:23 | HTML | UTF-8 | C++ | false | false | 1,435 | h | #pragma once
#include <string>
#include <memory>
#include "ISceneNode.h"
#include "Material.h"
namespace gv
{
namespace Engine
{
class SceneNode : public ISceneNode
{
protected:
std::string _name;
std::string _meshName;
glm::vec3 _position;
glm::vec3 _scale;
glm::mat4 _rotationMatrix;
gl... | [
"s.kozlov@blackmana.com"
] | s.kozlov@blackmana.com |
62413a89d33e2b8b47e4554c3c1d69cc6d85a6ce | 435c04837d5fd53e970ef3cc310b1860d2de786a | /src/binary_trees/binary_tree_private.hpp | 1b341eab421a8b1e9c1f1d9bb4807f10752526dd | [] | no_license | ascott7/structures | acd4971c2e59f930f727f6882c6b0ca71ed88530 | 7361b62410090f1c587f68f0d1e55c8486a33c59 | refs/heads/master | 2016-09-06T14:54:38.151917 | 2015-12-12T05:32:39 | 2015-12-12T05:32:39 | 32,031,712 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,052 | hpp | /**
* \file binary_tree-private.hpp
* \author Andrew Scott
*
* \brief implementation of basic binary tree functions common to all
* binary trees
*/
template<typename T>
BinaryTree<T>::~BinaryTree()
{
delete root_;
}
template<typename T>
BinaryTree<T>::BinaryTree(const BinaryTree<T>& orig)
: size... | [
"ascott@hmc.edu"
] | ascott@hmc.edu |
880fec95421958da5aec8628b02aff7984842f2f | 76e467edcf39ccfda26c7966e7a50beb3175054a | /cpp code/Obstacle_test.cpp | 73c1d5b2898ff68aff3334d861a894719c8fefda | [] | no_license | JaineelNandu/ObjectTrackingTestBench | 59126ce30d8a705dd194ca79bc19945a19374908 | 557642d24b0a657bb6ef3142931586c4df6f7f8d | refs/heads/master | 2023-07-08T00:09:35.567814 | 2021-08-14T21:42:17 | 2021-08-14T21:42:17 | 384,235,252 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,793 | cpp | #include <bits/stdc++.h>
#include <gtest/gtest.h>
#include <vector>
#include "CommonFunctions.cpp"
#include "Obstacle.cpp"
#include "ObstacleType.hpp"
#include "SensorType.hpp"
using namespace std;
TEST(GetterSetterTest, PositionCoordinatesTest)
{
Obstacle o1;
vector<double> pos = o1.getPosition();
ASSERT... | [
"nandujaineel@vt.edu"
] | nandujaineel@vt.edu |
3dd5105f9252c352b875c530c43da29e943cdc10 | 94fb7b6d38239cd2acc4f5ab545db10cd9845485 | /src/Subsystems/Climber.cpp | 3c68936a4c8700bf3e7f095095657a166c9a8b1d | [] | no_license | joem236/Maestranzi-2017 | 86afd1fcaab1ea42fbabfb993bd21b4939b2f4a0 | 13450e1cafb718de7f5f8403cc17462673ea9623 | refs/heads/master | 2021-01-11T19:18:15.883043 | 2017-01-17T20:27:55 | 2017-01-17T20:27:55 | 79,347,301 | 0 | 0 | null | 2017-01-18T14:23:11 | 2017-01-18T14:23:11 | null | UTF-8 | C++ | false | false | 1,387 | cpp | // RobotBuilder Version: 2.0
//
// This file was generated by RobotBuilder. It contains sections of
// code that are automatically generated and assigned by robotbuilder.
// These sections will be updated in the future when you export to
// C++ from RobotBuilder. Do not put any code or make any change in
// the blocks ... | [
"andyckmaldonado@gmail.com"
] | andyckmaldonado@gmail.com |
ee59a2564a32dee889b0019e07ece50196abe790 | 89a5fcdcab091a86548ae63af05cf8ec0b3486f5 | /Source/Physics/Masses.cpp | 807107a49a40d3f94af1a5cd967f4d8881ed35ce | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | JesseMader/PlasmaEngine | bd39db1bb42f6260a0729aa9960e9f7c7babb171 | ffda8f76b96e83181cfc1f9ec102c4ad0d7fd131 | refs/heads/master | 2023-03-22T04:31:19.665996 | 2021-03-14T07:32:30 | 2021-03-14T07:32:30 | 347,571,421 | 0 | 0 | NOASSERTION | 2021-03-14T07:26:13 | 2021-03-14T07:26:12 | null | UTF-8 | C++ | false | false | 3,107 | cpp | // MIT Licensed (see LICENSE.md).
#include "Precompiled.hpp"
namespace Plasma
{
namespace Physics
{
Mass::Mass()
{
mInvMass = real(1.0);
mInvMasses.Splat(mInvMass);
}
void Mass::SetInvMass(real invMass)
{
mInvMass = invMass;
mInvMasses = Vec3(mInvMass, mInvMass, mInvMass);
}
void Mass::SetAxisLock(bool sta... | [
"42048537+IKutline@users.noreply.github.com"
] | 42048537+IKutline@users.noreply.github.com |
ee5035a2a7171837ca5cd73b3e693a618f10e5fb | a947cb3a973552101602cb4b5f823fa8b7224bbe | /manipulator/settings.cpp | 51f083a2ef9e5483af87af948286cdfcaf1d5bc5 | [] | no_license | Skyendless/MiniBot | d1c70672520a70c4b47ea084e7d75dccd99ef09c | 659111c8daef7b8b28fdeb9e3710193aecec339f | refs/heads/master | 2020-04-07T05:18:40.798361 | 2019-02-21T15:48:44 | 2019-02-21T15:48:44 | 158,091,913 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 445 | cpp | #include "settings.h"
#include <QApplication>
#include <QGlobalStatic>
Q_GLOBAL_STATIC(Settings, g_settings)
Settings::Settings(QObject *parent) : QObject(parent)
{
#if defined(Q_OS_WIN)
m_settings = new QSettings(QApplication::applicationDirPath() + "/manipulator_settings.ini", QSettings::IniFormat, this);
#eli... | [
"chenhaowen01@qq.com"
] | chenhaowen01@qq.com |
b5572e9478530623de8fc0d3b102effe90587623 | 36fc285e302ac0b7eb6f8a0242ac169875986627 | /src/qt/bitsilveramountfield.cpp | a460bcaf7971ca4d9d121b8a83c43ed2f1deab65 | [
"MIT"
] | permissive | ggq585488/bitsilver | e976ef55402b2be6540524a082a6d1ecf40feddf | 609c6baf9dba88d27623e00240da90d91bf3d1a7 | refs/heads/master | 2022-04-16T14:49:35.760695 | 2020-04-13T10:32:59 | 2020-04-13T10:32:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,388 | cpp | // Copyright (c) 2011-2019 The BitSilver Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <qt/bitsilveramountfield.h>
#include <qt/bitsilverunits.h>
#include <qt/guiconstants.h>
#include <qt/guiutil.h>
#... | [
"61309386+bitsilverok@users.noreply.github.com"
] | 61309386+bitsilverok@users.noreply.github.com |
9b0b236848cb0dc2e2c98d983b91f6b7c7e92c7e | f51165f5477a991ebfee81ad1dff965e95095a06 | /src/ballistica/logic/connection/connection_to_host.h | 73a2c41fa007516d0c0cf54f73a9aa78031cb4f9 | [
"MIT"
] | permissive | SZRWorks/SaulSquad | d77d572e5618347a1263a0da8000e16a85f6ed2b | 41c5ea0996c15a4e4bb067ac75241f78b44526a3 | refs/heads/master | 2023-03-01T01:04:35.831799 | 2023-01-23T17:56:59 | 2023-01-23T17:56:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,613 | h | // Released under the MIT License. See LICENSE for details.
#ifndef BALLISTICA_LOGIC_CONNECTION_CONNECTION_TO_HOST_H_
#define BALLISTICA_LOGIC_CONNECTION_CONNECTION_TO_HOST_H_
#include <string>
#include <vector>
#include "ballistica/logic/connection/connection.h"
namespace ballistica {
// connection to the party h... | [
"ericfroemling@gmail.com"
] | ericfroemling@gmail.com |
e8e440e524fadad275a3f93dc8440cb5b6eaf1e2 | 623ceb54c9ada2169f68d672c152302b5d1a990c | /src/KDTree.cpp | f5e0c3df70a385069a9f29c9252d44217f91393d | [] | no_license | luizhreis/cg-trabalho3 | ead891a9ff047155520b1e7642b02271965d8078 | a956326ce3861c25abafe9a78471a65e5ce56d56 | refs/heads/master | 2021-01-19T05:14:42.661877 | 2016-07-29T13:21:08 | 2016-07-29T13:21:08 | 63,805,903 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,319 | cpp | #include "KDTree.h"
#include <QtAlgorithms>
KDTree::KDTree(const QList<HalfEdge *> &list, QRectF limite)
{
return;
if(list.size() > 0)
{
raiz = divide(new QList<HalfEdge *>(list), limite, true);
}else
raiz = NULL;
qsrand(0);
}
KDTree::~KDTree()
{
if(raiz != NULL)
limpa(raiz... | [
"luiz@gris.dcc.ufrj.br"
] | luiz@gris.dcc.ufrj.br |
921689dabd55e387e22073de5e1c45d647bc8bb2 | cd03cf88947518860c2d7bd643d7ed94ddf63fdf | /test/direct_viewer_test.cpp | 0f4bc858b0ea1ecab1c5d32c9c64effe234ca7e4 | [
"MIT"
] | permissive | yycho0108/ChoUtils | 8fa29b18b245143c2eb3765a447b1eed01aea160 | ce701d4c7bb21c6b17e218d584ad68bbb63fba0a | refs/heads/master | 2023-03-04T22:54:40.400137 | 2021-02-18T20:45:01 | 2021-02-18T20:45:01 | 257,106,126 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,876 | cpp | #include <cho_util/core/geometry.hpp>
#include <cho_util/vis/direct_viewer.hpp>
#include <cho_util/vis/render_data.hpp>
#include "cho_util/core/geometry/line.hpp"
#include "cho_util/core/geometry/point_cloud.hpp"
#include "cho_util/core/geometry/sphere.hpp"
#include "cho_util/proto/render.pb.h"
#include "cho_util/type/... | [
"jchocholate@gmail.com"
] | jchocholate@gmail.com |
4d601fb64b2d318d17fa4ea31d07e92811c2b8b1 | 0f7a4119185aff6f48907e8a5b2666d91a47c56b | /sstd_utility/windows_boost/boost/geometry/geometries/adapted/std_pair_as_segment.hpp | ed57e17fb098d962885fa40f719738a76376f9ea | [] | 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 | 2,677 | hpp | // Boost.Geometry (aka GGL, Generic Geometry Library)
// Copyright (c) 2008-2012 Bruno Lalande, Paris, France.
// Copyright (c) 2008-2012 Barend Gehrels, Amsterdam, the Netherlands.
// Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
// (g... | [
"nanguazhude@vip.qq.com"
] | nanguazhude@vip.qq.com |
87d41965b6d24a115a1b88d325835b5ade944acd | dca653bb975528bd1b8ab2547f6ef4f48e15b7b7 | /tags/wxPy-2.8.12.0/src/aui/auibar.cpp | bca167eb4981f6fbd62015a734c5c276a7c73af3 | [] | no_license | czxxjtu/wxPython-1 | 51ca2f62ff6c01722e50742d1813f4be378c0517 | 6a7473c258ea4105f44e31d140ea5c0ae6bc46d8 | refs/heads/master | 2021-01-15T12:09:59.328778 | 2015-01-05T20:55:10 | 2015-01-05T20:55:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 71,244 | cpp | ///////////////////////////////////////////////////////////////////////////////
// Name: src/aui/dockart.cpp
// Purpose: wxaui: wx advanced user interface - docking window manager
// Author: Benjamin I. Williams
// Modified by:
// Created: 2005-05-17
// RCS-ID: $Id$
// Copyright: (C) Copyrig... | [
"RD@c3d73ce0-8a6f-49c7-b76d-6d57e0e08775"
] | RD@c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 |
14a9a11c1ef6f89402618ac9f5c7d90c16cc6d9a | 7330d8fb2a48f399a70c1cd4ff776102c3edc602 | /MfcDllTool/socket/TcpTransport.cpp | d50c4f12251b1aabfac2231a611ce7348d4515f1 | [] | no_license | fmxinliu/Leakpress | 76357f4367eadbc98bac4abd7efce049fb9e07f7 | 997ead9fdec1097537d61996d684e057ad96a7b3 | refs/heads/master | 2020-06-29T23:57:44.775015 | 2020-05-05T07:54:06 | 2020-05-05T07:54:06 | 200,661,640 | 1 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,140 | cpp | #include "stdafx.h"
#include "TcpTransport.h"
#include "SocketData.h"
#ifndef _UNISTD_H
#define _UNISTD_H
#include <io.h>
#include <process.h>
#endif /* _UNISTD_H */
#define Ip pSocketData->Ip()
#define Port pSocketData->Port()
#define Socket pSocketData->Socket()
#define Connected pSocketData-... | [
"xinliuchnsz@gmail.com"
] | xinliuchnsz@gmail.com |
a4b75f41f79c1e2a6da449e06054949c6d53ffe1 | 03254a4c9a45798ce881100ef485b5346c3651fc | /src/driver_node.cpp | cf69c6bc8bc568c5746f2c7347923f048e8b4a6b | [
"MIT"
] | permissive | mzhouURI/nortek_dvl | 03d70825e223b6c53c86017b566b73ddb50f8717 | a891a90e567a50587b1f531c9967f386fb89f665 | refs/heads/master | 2022-12-07T09:52:19.079321 | 2020-08-27T19:35:57 | 2020-08-27T19:35:57 | 227,647,672 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 670 | cpp |
/*
* Copyright (C) 2019, Smart Ocean System Lab, University of Rhode Island.
*
* For Nortek DVL driver
*
* Author: Lin Zhao (linzhao@uri.edu)
*
*/
#include <ros/ros.h>
#include <nortek_dvl/dvl_driver.h>
#include <nortek_dvl/tic_toc.h>
#include <csignal>
int main (int argc, char** argv){
ros::init(argc, argv, ... | [
"linzhao@uri.edu"
] | linzhao@uri.edu |
26d16af532aeea04dcb2c8d7a0aea3bc269a38ff | 83bacfbdb7ad17cbc2fc897b3460de1a6726a3b1 | /third_party/WebKit/Source/core/editing/MarkupAccumulator.h | f4c67041f4690e0581192d98770a2ae8b5b42d9f | [
"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",
"Apache-2.0"
] | permissive | cool2528/miniblink49 | d909e39012f2c5d8ab658dc2a8b314ad0050d8ea | 7f646289d8074f098cf1244adc87b95e34ab87a8 | refs/heads/master | 2020-06-05T03:18:43.211372 | 2019-06-01T08:57:37 | 2019-06-01T08:59:56 | 192,294,645 | 2 | 0 | Apache-2.0 | 2019-06-17T07:16:28 | 2019-06-17T07:16:27 | null | UTF-8 | C++ | false | false | 3,159 | h | /*
* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Apple 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:
* 1. Redistributions of source code must retain the above copyright
* not... | [
"22249030@qq.com"
] | 22249030@qq.com |
22deb3f108365f112d40b31c8ce2f07305ee000e | 6ad4c40226d9f07672259d98463585f696b7b987 | /LedBlinkerArduino/LedBlinkerArduino.ino | 33d406d9a192792edf64a5cb3db3cff4bf25d61e | [
"Apache-2.0"
] | permissive | clemensv/D2C-Ep4-LedBlinker | 80c7a93f3376206f7560586964f80833dbc5dfe3 | 641dd4e90cb19af7d068660608f7d6b843d8ff36 | refs/heads/master | 2020-04-28T02:07:50.587862 | 2015-11-17T19:13:11 | 2015-11-17T19:13:11 | 12,811,128 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,557 | ino | #include <SPI.h>
#include <Ethernet.h>
#define DEBUG
// Enter a MAC address and IP address for your controller below.
// The IP address will be dependent on your local network:
static uint8_t mac[6] = { 0x90, 0xA2, 0xDA, 0x0D, 0xBC, 0xAE };
static const byte deviceId[] = { 0x00, 0x00, 0x00, 0x01 };
static const uint8... | [
"clemens@vasters.com"
] | clemens@vasters.com |
5d2876c2845f19333b68830e861c15a0123f5c09 | b6b4cfca46aca950e8c3a88f875a2c7ce494559d | /ZJUEEG/sp++/include/fftr2-impl.h | cb64ac34ddb5b925d0b169f1a451ea23329a8655 | [] | no_license | xuhwei/qtforads1299 | 14af82892090f823b9078f505f5ebea2626771b0 | 45031566b120a438f4f752b6e5eaa97547476ad4 | refs/heads/master | 2020-04-16T05:07:12.951117 | 2019-12-04T08:50:52 | 2019-12-04T08:50:52 | 165,293,601 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,965 | h | /*****************************************************************************
* fftr2-impl.h
*
* Implementation for FFTR2 class.
*
* Zhang Ming, 2010-04, Xi'an Jiaotong University.
*****************************************************************************/
/**
* constructors a... | [
"436037541@qq.com"
] | 436037541@qq.com |
38b90e5a5cb0bd872aa38d141d2a534a098d737c | 889bc1c9f5c13708406de33e105b8e28df089e3a | /Informatica-Grafica-2016/P1_GruposC/make/tetraedro.cpp | 00f7b0beedb7e6193f8f36ec413f7a763ddc906e | [] | no_license | Skeptor/Informatica-Grafica-2016 | 29fd7f9a6399d20347290b3f5bac43b533cb97b4 | e833400343468523f7aae4a91c77bc5fd991a3f5 | refs/heads/master | 2020-12-24T06:50:57.827985 | 2016-12-01T17:03:13 | 2016-12-01T17:03:13 | 73,394,666 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,218 | cpp | #include "tetraedro.h"
Tetraedro::Tetraedro(){
vertices.push_back(_vertex3f(50.0f,-50.0f,50.0f)); //0
vertices.push_back(_vertex3f(50.0f,-50.0f,-50.0f)); //1
vertices.push_back(_vertex3f(-50.0f,-50.0f,-50.0f)); //2
vertices.push_back(_vertex3f(-50.0f,-50.0f,50.0f)); //3
vertices.push_back(_vertex3f... | [
"pablo.navgui@gmail.com"
] | pablo.navgui@gmail.com |
9f9cc65df7e51178326434c5fced3c5698beee13 | 4552e47d2999fd580cf06921b1be8ee34dd0e26f | /198.cpp | 02fbf24f7e644b9ca5c260524d8d7fffc72e5628 | [] | no_license | zhyack/LeetCode | 10f66ce13053ef1fd0b0e6e980aea39fa0802ec7 | b55046695c17373ae2adc2cc94c99d4177c695e9 | refs/heads/master | 2020-05-14T23:14:04.274135 | 2019-09-09T07:23:01 | 2019-09-09T07:23:01 | 181,993,126 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 371 | cpp | class Solution {
public:
int rob(vector<int>& nums) {
int n = nums.size();
vector<int> dp(n, 0);
int ret = 0;
for (int i = 0;i < n; i++){
dp[i] = nums[i];
if (i>1) dp[i]+=dp[i-2];
if (i>2) dp[i] = max(dp[i], dp[i-3]+nums[i]);
ret = max(... | [
"zhyack@126.com"
] | zhyack@126.com |
fe47af1cc73054e66727b9da5d276b68c015e787 | bcf1be7460543c8047ac3a82c00f493585f8a949 | /gamekid/memory/cell.h | 952951f5d84f2594d422f076f5102d95b9731d92 | [] | no_license | fengjixuchui/gamekid | caa0131f6feaa441f33e7f3824fcbefcf3801633 | f68f7a4382a280cb5f8a0b00a42f036012f0c29f | refs/heads/master | 2021-09-20T05:33:39.002755 | 2018-08-03T17:01:56 | 2018-08-03T17:01:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 476 | h | #pragma once
#include <gamekid/utils/types.h>
namespace gamekid::memory {
class cell {
private:
byte _value;
public:
cell() : _value(0) {}
cell(cell&&) = default;
cell& operator=(cell&&) = default;
cell(const cell&) = delete;
cell& operator=(const cell&) = de... | [
"repnzb@gmail.com"
] | repnzb@gmail.com |
05038124b7cd5453c76131ff7a9e7f7c676bf2c2 | 4c6d4aadfad76986f2ee5d62fa2e10263d7d2788 | /Source/JavascriptGraphEditor/JavascriptGraphEdGraph.cpp | cab2759c107e446c40d699f19da4f7196290d641 | [
"BSD-3-Clause",
"MIT"
] | permissive | nicecapj/Unreal.js-core | 53ad04b7b363d878d868f5f699cda113cac1c407 | e19ffae8fe39768d7f30b373d21661fb798b52e0 | refs/heads/master | 2021-01-18T22:46:06.889285 | 2017-03-15T13:03:40 | 2017-03-15T13:03:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,696 | cpp | #include "JavascriptGraphEditorPrivatePCH.h"
#include "JavascriptGraphEdGraph.h"
#include "JavascriptGraphEdNode.h"
UJavascriptGraphEdGraph::UJavascriptGraphEdGraph()
{
}
UJavascriptGraphEdGraph::~UJavascriptGraphEdGraph()
{
}
void UJavascriptGraphEdGraph::RebuildGenericGraph()
{
//LOG_WARNING(TEXT("UJavascriptGr... | [
"nakosung@ncsoft.com"
] | nakosung@ncsoft.com |
0885d8c071a0328d9afe87e2499742656aae622b | 358ec35afca1b56dba01346efae6db79f72ad48e | /src/Module_multiScope.cpp | 7347112b27189f0c3349338f817cc87422d56b33 | [
"MIT"
] | permissive | sidec/trowaSoft-VCV | dee642185945847fb1dae6f08230136127b23c62 | 16676ea62b48c4a3597c2cabf4e14276b6f0e299 | refs/heads/master | 2023-05-11T09:09:35.481550 | 2021-05-31T22:05:35 | 2021-05-31T22:05:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,076 | cpp | #include "Features.hpp"
#if USE_NEW_SCOPE
#include <string.h>
#include "trowaSoft.hpp"
#include "trowaSoftComponents.hpp"
#include "trowaSoftUtilities.hpp"
//#include "dsp/digital.hpp"
#include "Module_multiScope.hpp"
#include "TSScopeBase.hpp"
#include "Widget_multiScope.hpp"
#include "TSColors.hpp"
// multiScope... | [
"7537479+chichian@users.noreply.github.com"
] | 7537479+chichian@users.noreply.github.com |
86ee699bba8907af72000fb2576b0d1d3964db89 | 4f7097a79ad99a77084a2ffb6516564f07f8690e | /include/make_spline.h | f2a4b89f46f8dc98cc815a6172396ff804562063 | [
"MIT"
] | permissive | dpearson1983/BIMODAL_GM | dd9835faced1646379d276bbc7c78ab99a3799d1 | 2ced9bbd168fdeac3e6bf9af274828c052919501 | refs/heads/master | 2020-04-01T21:13:00.016866 | 2018-11-26T14:49:35 | 2018-11-26T14:49:35 | 153,643,812 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 465 | h | #ifndef _MAKE_SPLINE_H_
#define _MAKE_SPLINE_H_
#include <vector>
#include <string>
#include <vector_types.h>
std::vector<double4> make_spline(std::string in_pk_file);
std::vector<double4> make_uniform_spline(std::string in_pk_file, int num_points, double k_min, double k_max);
std::vector<double4> make_uniform_spli... | [
"dpearson@guest-wireless-219-67.campus.ksu.edu"
] | dpearson@guest-wireless-219-67.campus.ksu.edu |
d84e7a3aba10de1c194afe74e99e94e5962ece33 | d1a70aea21c7aea899c51f8d548f72464faea29f | /Ribe2/TobiExBurst.h | e27a872b14080717e4fd2c34f2cae2442d1c8484 | [
"MIT"
] | permissive | ttlatex/SpiritualBlade-GeraHa | a3af09a08c21bcd77bf31436503d09f5650a0fa1 | 57ff8a7335a29adbe74f95a75d934291e9cba23d | refs/heads/master | 2021-04-28T21:07:05.335303 | 2017-11-17T00:34:53 | 2017-11-17T00:34:53 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 691 | h | // TobiExBurst.h: TobiExBurst クラスのインターフェイス
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_TOBIEXBURST_H__3DF54413_944E_4249_81A8_4EEA57A299EB__INCLUDED_)
#define AFX_TOBIEXBURST_H__3DF54413_944E_4249_81A8_4EEA57A299EB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _M... | [
"stnsllet.ml@gmail.com"
] | stnsllet.ml@gmail.com |
12c2b5dd28a703c91c4013effd8cc68b0c6842c7 | cff12b39f8d47038cb9d341d7d34bb7f44ee4380 | /JavaInterface.cpp | 6d242418ab827407bf74c4e38af3100fba063802 | [] | no_license | abokov/mc-modeling-sdk | f32e27bae457939cb63e9c5e507483656005a680 | 0f73411a2c0cb84daeee83737898f3a5d38e8345 | refs/heads/master | 2020-12-24T12:05:31.453727 | 2016-11-20T06:37:32 | 2016-11-20T06:37:32 | 73,076,985 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 3,994 | cpp |
#include "JavaInterface.h"
namespace JavaJNI {
jmethodID JavaInterfaceCommon::get_method_id(JavaJNIObjectClass obj, const char *method_name, const char *method_signature) {
jmethodID mid = jni_entry.GetJniEnv()->GetMethodID(obj.GetClass(), method_name, method_signature);
if (mid == NULL)
throw JavaAccessExcep... | [
"bokov@bokov.net"
] | bokov@bokov.net |
5379fb0ebdfd36fc2c12f29dbebe74bf075b4b32 | 65025edce8120ec0c601bd5e6485553697c5c132 | /Engine/foundation/threading/event.h | 5c55495b5bf0e74e9d7afa86740749d1c35f4a75 | [
"MIT"
] | permissive | stonejiang/genesis-3d | babfc99cfc9085527dff35c7c8662d931fbb1780 | df5741e7003ba8e21d21557d42f637cfe0f6133c | refs/heads/master | 2020-12-25T18:22:32.752912 | 2013-12-13T07:45:17 | 2013-12-13T07:45:17 | 15,157,071 | 4 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 2,345 | h | #pragma once
/****************************************************************************
Copyright (c) 2007, Radon Labs GmbH
Copyright (c) 2011-2013,WebJet Business Division,CYOU
http://www.genesis-3d.com.cn
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associate... | [
"jiangtao@tao-studio.net"
] | jiangtao@tao-studio.net |
f4f6c5ef31267309ca04b0e4075aba332a72c6b6 | 456d0675848b8b11bfec8d052590bdf7eab3a20d | /codes/raulcr-p1011-Accepted-s850679.cpp | 8f1959ee85ef2f0b05355b6408529287bf5a74e7 | [
"MIT"
] | permissive | iocodz/coj-solutions | 7dfa34ec0b7c830cca00cb0171ee6de18e6553a5 | b8c4d6009869b76a67d7bc1d5328b9bd6bfc33ca | refs/heads/master | 2022-11-07T09:10:58.938466 | 2020-06-23T06:21:28 | 2020-06-23T06:21:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,111 | cpp | #include <bits/stdc++.h>
using namespace std;
int T, N, M;
int main()
{
ios_base::sync_with_stdio(0);
cin.tie(0);
// freopen("data1.in", "r", stdin);
// freopen("data.out", "w", stdout);
cin >> T;
while(T--){
cin >> N >> M;
priority_queue<int , vector<int>... | [
"rrubencr@estudiantes.uci.cu"
] | rrubencr@estudiantes.uci.cu |
e885c6430a491922d5dc27e3b36002551dd9be1e | 557e641d1c7bc7339c96c44af4b991be12e2f7b3 | /src/ArborObjects/ArborMetaData.cc | d3944a733b3ae017c73dae33fb4e8ea092018a4a | [] | no_license | rete/ArborContent | 104176336a77052eed6043e4ef6e6de4d06265f2 | edb44ee7227c8bfaa10ec8d28151d738d9c03de4 | refs/heads/master | 2020-12-24T16:16:21.546869 | 2016-03-14T16:52:06 | 2016-03-14T16:52:06 | 33,617,664 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,906 | cc | /// \file ArborMetaData.cc
/*
*
* ArborMetaData.cc source template automatically generated by a class generator
* Creation date : sam. mars 21 2015
*
* This file is part of ArborContent libraries.
*
* ArborContent is free software: you can redistribute it and/or modify
* it under the terms of the GNU General... | [
"remi.ete@gmail.com"
] | remi.ete@gmail.com |
07f8ebdfaa76a88edd135702c87c286f5ba8a97f | e281e415d56392e84d317d7d55390d8c5eb0c483 | /ObjecrOrientedDesign/Source/Authors.cpp | 3a6b45872e671e2b80aa360e79a704aefbd8314f | [] | no_license | soheil647/Advance_Programming_Cpp | 9ce99203404377e40e1bc16333f0f9c2ea99fef6 | 231e5b42cfd75e04df474c931969e80b8622222b | refs/heads/master | 2020-12-28T15:15:08.717047 | 2020-08-19T14:41:54 | 2020-08-19T14:41:54 | 238,384,145 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 723 | cpp | #include "../Header/Authors.h"
using namespace std;
Authors::Authors(int author_id, const string& author_name, const string& author_gender, const string& member_since,
int author_birth_year, const string& author_birth_place, const string& author_genres) {
id = author_id;
name = author_name;
... | [
"shirvani.soheil647@gmail.com"
] | shirvani.soheil647@gmail.com |
2b4800456ce7fac74f460c6ae2e3a4f7a85cf891 | ea7372b7a12fc3017489873d6743a6daa98d3cb7 | /f9omstwf/OmsTwfExgMapMgr_F02.cpp | c9913c5b0f1c79a88634d7c3eed2c9c07dfdd10b | [
"Apache-2.0"
] | permissive | fonwin/f9omstw | c1b238716ccd1077fa8ede4a280ca63347f2fa97 | 6afd3b9e58b215ccbf75a5592c9b813d6f8a2fd1 | refs/heads/master | 2023-08-16T21:34:15.815453 | 2023-08-14T08:41:14 | 2023-08-14T08:41:14 | 186,222,750 | 5 | 2 | Apache-2.0 | 2023-06-13T01:21:33 | 2019-05-12T07:03:03 | C++ | UTF-8 | C++ | false | false | 7,589 | cpp | // \file f9omstwf/OmsTwfExgMapMgr_F02.cpp
// \author fonwinz@gmail.com
#include "f9omstwf/OmsTwfExgMapMgr.hpp"
#include "f9omstw/OmsImporter.hpp"
#include "f9twf/TwfSymbRef.hpp"
#include "fon9/fmkt/SymbTabNames.h"
namespace f9omstw {
struct ImpSeedF02 : public TwfExgMapMgr::ImpSeedForceLoadSesNormal {
fon9_NON_CO... | [
"fonixcpp@gmail.com"
] | fonixcpp@gmail.com |
a5347a5d21b647a058051a76d7f23ee6992a2f00 | 9c451121eaa5e0131110ad0b969d75d9e6630adb | /CodeChef/START88 - Starters 88/TOP10 - Masterchef finals.cpp | af763a031306418cc3324adf13012050460b1944 | [] | no_license | tokitsu-kaze/ACM-Solved-Problems | 69e16c562a1c72f2a0d044edd79c0ab949cc76e3 | 77af0182401904f8d2f8570578e13d004576ba9e | refs/heads/master | 2023-09-01T11:25:12.946806 | 2023-08-25T03:26:50 | 2023-08-25T03:26:50 | 138,472,754 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,401 | cpp | #include <bits/stdc++.h>
using namespace std;
namespace fastIO{
#define BUF_SIZE 100000
#define OUT_SIZE 100000
//fread->read
bool IOerror=0;
//inline char nc(){char ch=getchar();if(ch==-1)IOerror=1;return ch;}
inline char nc(){
static char buf[BUF_SIZE],*p1=buf+BUF_SIZE,*pend=buf+BUF_SIZE;
if(p1==pend){
... | [
"861794979@qq.com"
] | 861794979@qq.com |
6a216cfe7989d74017cb03856a656917eba6d6e5 | 7c94c3f48cbdc33f6df3387e094a2060affa8211 | /include/BangMath/AARect.h | f2b3ffec12ebc803370271f16cda75cf8ec43720 | [] | no_license | Bang3DEngine/BangMath | c9678147633e1c0009943bdcafa82bc6e56ba5e7 | 8e91d25213300b45661c16fe96243e13ebc738ad | refs/heads/master | 2020-05-21T17:28:50.480753 | 2019-05-15T17:54:14 | 2019-05-15T17:54:14 | 186,124,287 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,251 | h | #pragma once
#include <ostream>
#include "BangMath/Defines.h"
namespace Bang
{
template <typename>
class Vector2G;
template <typename>
class Vector4G;
template <typename>
class Matrix4G;
template <typename>
class RectG;
template <typename T>
class AARectG
{
public:
const static AARectG<T> &NDCRect();
const... | [
"victorantondominguez@gmail.com"
] | victorantondominguez@gmail.com |
313a9ccaa4fb5d98942ec29870a544dd9ba24ca9 | 98b345594e6fa0ad9910bc0c20020827bbb62c53 | /re110_1/processor10/50/U | 864b8e7ec85408079ce081ac756c637459425790 | [] | no_license | carsumptive/coe-of2 | e9027de48e42546ca4df1c104dcc8d04725954f2 | fc3e0426696f42fbbbdce7c027df9ee8ced4ccd0 | refs/heads/master | 2023-04-04T06:09:23.093717 | 2021-04-06T06:47:14 | 2021-04-06T06:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,219 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*-------... | [
"chaseguy15"
] | chaseguy15 | |
12a09d1d0ebcfee8f979a0fdfb81c65a0b7c2cdd | ffd50f6c3f6ec2182c78652a54d193e0e8d12134 | /Task02 2021_02_22 regexp/Query.cpp | a141091f579e70ae90da5e458fc39fa8a20e85e2 | [] | no_license | Dmitriy-MM/Programming-homework-4th-semester | 28cc721ddd3c2e3a15434397e967a57b655e5e9a | 09d3d1f58248315bc5450e12232d79f2c12d9eaa | refs/heads/master | 2023-04-15T23:04:45.524969 | 2021-04-26T09:58:29 | 2021-04-26T09:58:29 | 340,410,642 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,889 | cpp | #include <cstdio>
#include <cstring>
#include "Query.h"
#include "Word_regexp.h"
int Query::apply_to (const char * str)
{
switch (qu_type)
{
case Query_type::type_find:
return to_process_qu_find (str);
break;
case Query_type::type_regexp:
return to_process_qu_regexp (str);
break;
default:
bre... | [
"dimapavlov-2015@mail.ru"
] | dimapavlov-2015@mail.ru |
159e97c4f27463aedbfbe7270c01e77929770032 | d5e921b474c22b38da60805c76077ba7255f7880 | /src/rpc/masternode.cpp | 6efd4d41a4ba6f8a941815dce6948f2212b56a19 | [
"MIT"
] | permissive | CryptoNeverSleeps/UFY | 64c9f5933819796bde82da100fe6e4d7c97bb216 | 5efbae5176ed24aa5302b0bac4da779f5638989c | refs/heads/master | 2020-05-16T07:36:01.898788 | 2019-04-22T08:14:44 | 2019-04-22T08:14:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 44,080 | cpp | // Copyright (c) 2009-2012 The Bitcoin developers
// Copyright (c) 2015-2018 The PIVX developers
// Copyright (c) 2019 The UFY developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "activemasternode.h"
#include... | [
"48001606+UfyCoin@users.noreply.github.com"
] | 48001606+UfyCoin@users.noreply.github.com |
f7b97b2c492d5832575b5763d197c239e89a9141 | 2bfd8c9d984c94830ba1fa7f5088083f8518f6ba | /src/qt/walletframe.cpp | 47e9634c287cb58d30e9a7c7207c44a969994398 | [
"MIT"
] | permissive | SenatorJohnMcLaughlin/TestCoin | 8f493d9f07246b21b98d3c19f5f303417fafd166 | 732b4ece3aaf489709ef9231d845d3735bb8dab3 | refs/heads/master | 2021-04-14T09:52:46.878135 | 2020-03-22T20:50:35 | 2020-03-22T20:50:35 | 249,224,647 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,585 | cpp | // Copyright (c) 2011-2016 The Testcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "walletframe.h"
#include "testcoingui.h"
#include "walletview.h"
#include <cstdio>
#include <QHBoxLayout>
#inclu... | [
"josef@bctest.fritz.box"
] | josef@bctest.fritz.box |
63e21e90376549984b7ee841b9ed979dd3399bcc | 467014363422271ad7ec2805daeeaca8bef268f2 | /Real Time Gait Traking/gravador_nrf24le1/SPI_burner/SPI_burner.ino | 8929d02eaf079b7c66273de54e0d960396fcb1d1 | [] | no_license | italogsfernandes/Gait-Tracking-With-x-IMU | 0591fe363184946c9e5b1a4bc63b892bcd993870 | 2f903624bcc67a7f2530f3b2d58100248aad9b08 | refs/heads/master | 2021-09-19T21:23:41.263131 | 2018-07-31T20:48:05 | 2018-07-31T20:48:05 | 90,305,145 | 6 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 36,275 | ino | /* Gravador de Códigos da memória Flash do nrf24le1 por SPI
Ítalo Gustavo Sampaio Fernandes
SPI MODE 0 - de acordo com os diagramas, mas não está explicitamente escrito
Pinos para conectar:
24pin 32pin Arduino(DUE) - PIC32
FCSN P05 P11 -> 10 -
FMISO P04 P10 -> I... | [
"italogsfernandes@gmail.com"
] | italogsfernandes@gmail.com |
e576ad3f45b7dc0729aed0ce538f47798e9d874b | 4f6b88956b5bc3caaa6d9d7a72e0605495b61e7f | /tests/PlayerTest/PlayerTest.cpp | e1e073b5e21e616a686c8b3c8a5a07a38d4472d4 | [] | no_license | Temez1/ohj3-projekti | 0d39a3c2ad4e44ab92f86c84ddee3867673167f0 | d0ad2f02f85b511cbbe32ea2441e64daef4f2834 | refs/heads/master | 2023-02-09T17:17:35.943653 | 2020-11-25T12:07:05 | 2020-11-25T12:07:05 | 326,271,462 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,743 | cpp | #include <QtTest>
#include <QCoreApplication>
#include <QGraphicsScene>
#include "gameObjects/graphical/Player.h"
class PlayerTest : public QObject
{
Q_OBJECT
public:
PlayerTest();
~PlayerTest();
private slots:
void init();
void cleanup();
void jumpToBus_BusIsAtSameLocationPlayerIsNOTOnTheB... | [
"heleniusteemu@gmail.com"
] | heleniusteemu@gmail.com |
10fe50009b28683d8232f82e9f3519f7b2100f9d | 3df5eb732be98513ac4bfa96321a9289725b8ee5 | /SRC/MFC/COMIT_E.CPP | 87f9020a1258dd4cac868fe2387c98a5516db037 | [] | no_license | PythonicFortran/mig_src | 505f797c12b44d52f69892b408343f7cc496385d | 7adf5e68c56f1bfbc79430064df39e36a4e665b6 | refs/heads/master | 2021-05-29T11:52:29.183612 | 2015-08-06T23:27:59 | 2015-08-06T23:27:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 50,052 | cpp | /*
MiG Alley
Copyright (C) 1998, 1999, 2000, 2001 Empire Interactive (Europe) Ltd,
677 High Road, North Finchley, London N12 0DA
Please see the document licence.doc for the full licence agreement
2. LICENCE
2.1
Subject to the provisions of this Agreement we now grant to you the
following rights in res... | [
"hhhh@hotmail.com"
] | hhhh@hotmail.com |
d55584260d1db7d6d46c6537faa2898e99ca770b | 72d8bd35b3be639a4be081de1786d031c9e9a1a9 | /BatchDataInBaseThread.h | cfca500f212f5f3fa4b91d2b306fc7cb4bfeecd9 | [] | no_license | bravesoftdz/IC-Info | 69bb6d30c130dc29da2b51262b542f95079fcf53 | e07e745a69ea2181d2fa05ad5fc2cc7b07711827 | refs/heads/master | 2020-03-08T06:40:20.549679 | 2014-11-20T11:51:14 | 2014-11-20T11:51:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,504 | h | //---------------------------------------------------------------------------
#ifndef BatchDataInBaseThreadH
#define BatchDataInBaseThreadH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include "cxTL.hpp"
#include "cxProgressBar.hpp"
#include "GlobalParameter.h"
... | [
"47157860@qq.com"
] | 47157860@qq.com |
d4cacde7d337d207b08e2cd4f0abf259e9376ae0 | 72cd28ecd5d8be7863f0964cc9191336ae920a6c | /include/NumCpp/Random/chiSquare.hpp | e2452108d45c9673f1d898059f4a7f117fd85127 | [
"MIT"
] | permissive | ankane/NumCpp | d8ffaa12cce017e30bc1400eb51af213de2e26e4 | 533619e6afe2ccc70d24146f994ea79c17da80ff | refs/heads/master | 2021-01-14T03:19:30.234291 | 2020-02-23T20:12:45 | 2020-02-23T20:12:45 | 242,583,602 | 0 | 0 | MIT | 2020-02-23T20:12:58 | 2020-02-23T20:12:57 | null | UTF-8 | C++ | false | false | 2,972 | hpp | /// @file
/// @author David Pilger <dpilger26@gmail.com>
/// [GitHub Repository](https://github.com/dpilger26/NumCpp)
/// @version 1.3
///
/// @section License
/// Copyright 2020 David Pilger
///
/// Permission is hereby granted, free of charge, to any person obtaining a copy of this
/// software and associate... | [
"dpilger26@gmail.com"
] | dpilger26@gmail.com |
8e11ec3ff1c677c01f990e2e0cf5e92e10940af3 | a8695a9136ea8bc095a2d5ba53d67edb83130503 | /LOLProjects_China/Equment.h | 4e5ecb0e8a0a0e9dbc3bffe45160b5d7fb79aae6 | [] | no_license | BlackLuny/LOLProjects | 16f58fc7ce31f2a6db055a80f84459ae7d33ea06 | 4ce4bb5dbb13d19509917417a0c33f21850cac2b | refs/heads/master | 2021-04-12T08:17:11.353889 | 2018-02-01T06:02:10 | 2018-02-01T06:02:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 463 | h | #ifndef __LOL_EQUMENT_H__
#define __LOL_EQUMENT_H__
#include "GameSend.h"
#include "GameRes.h"
#include "Monster.h"
class CEqument
{
public:
CEqument(DWORD dwBase);
~CEqument();
DWORD GetBase();
DWORD GetCount();
DWORD GetParm();
DWORD GetId();
static BOOL ExistItem(DWORD dwItemId);
static UINT GetEuqmentLi... | [
"WY.exe@hotmail.com"
] | WY.exe@hotmail.com |
66694855f199b632c0ac5e80fdf1bfa279e5b194 | 76281bcb644c3804d278e12deed58235b49bf147 | /lab1/src/test_spacecraft.cpp | bcb55233462ec1619955a2cf1ba2b0a802407a34 | [] | no_license | darshan-kavathe/Space-game | 4f84d093644b439ba41faaec2e43cdc4fd17f8a8 | f75f455da585c9ec29506de7e7b3510b613203f9 | refs/heads/master | 2023-02-09T11:03:19.105420 | 2018-02-12T08:06:36 | 2018-02-12T08:06:36 | 327,153,238 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,630 | cpp | #include "spacecraft.h"
#include <iostream>
using std::cout;
using std::endl;
using ritcs::Spacecraft;
/**
* A test program that only verifies the signatures of the
* Spacecraft are correct.
*
* @author: Sean Strout @ RITCS
*/
int main() {
// MAX_WARP_SPEED
cout << "MAX_WARP_SPEED: " << Spacecraft::MAX... | [
"dck1135@rit.edu"
] | dck1135@rit.edu |
9b191201c4275899f0cbec467a51c8a2f74aeabb | c70bbfb0ce29779c3f4ce311bb9b7c47ff6b37b7 | /2_openmp/multithread.h | bdc9a16e50571514a843898ef8758a5c1a325bd9 | [
"Apache-2.0"
] | permissive | rewolfiluac/swig-for-python-example | b5ee0091e54b676f7af2b126d1531101499577ad | 2de3a996ab2fbf835e6ffce04bfe1c7b821a1cbe | refs/heads/master | 2022-12-12T16:10:51.200118 | 2020-09-05T10:10:56 | 2020-09-05T10:10:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 178 | h | #include <iostream>
#include <vector>
#include <windows.h>
void countNumber(int num);
void countNumberUsingOpenmp(int num);
void sleep(int num);
void sleepUsingOpenmp(int num);
| [
"eseshinpu@example.com"
] | eseshinpu@example.com |
b7c468245f77390b8d139da4567e32642180b161 | 05f134f82c4c5ba046443623fc77567683f14149 | /streamWorld/Model/stationlist.cpp | 4d58d13e811380726921111067face1195b12f32 | [] | no_license | wyyrepo/streamWorld | 88c527245e040b8e4c79a5dd765b6f7ec45c3486 | 6fe5ae28d1636a1621c16a17c357761ca4ed51ca | refs/heads/master | 2021-09-21T12:09:16.743831 | 2018-08-26T14:52:14 | 2018-08-26T14:52:14 | 146,188,959 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,427 | cpp | #include "stationlist.h"
StationList::StationList()
{
}
bool StationList::fromFile(QString fileDir)
{
TextIO file;
if (file.openFile(fileDir, readOnly))
{
QStringList text = file.outBlock();
QStringList temp;
temp<<text[0];
for (int i = 1; i < text.count()... | [
"626562203@qq.com"
] | 626562203@qq.com |
5e27d23e7de1edebe58202e0fa272fe3d8a3d1dc | 6751cd2fdc5833e6281ddc7a6a6581ead1062cc1 | /src/robolisp/val/int_num.hpp | fdb99be768c231a9d0ceab3ca7af4638a99f3d15 | [
"BSD-3-Clause-Clear"
] | permissive | mrpengyu/robolisp | 7c2c066441c0803060684d47fd393fc4589f427f | 22a9cda2fe43b859a4c5ab559bb7c55756ee0951 | refs/heads/master | 2022-04-08T15:54:04.792895 | 2020-03-04T17:50:18 | 2020-03-04T17:50:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 515 | hpp | #pragma once
#include "../val.hpp"
#include <cinttypes>
#include <string>
namespace robolisp::impl
{
namespace val
{
class IntNum : public Val
{
public :
explicit IntNum(std::int32_t val);
ValPtr copy() const override;
std::string to_str() const override;
void accept_vis(ValVis *val_vis... | [
"59334029+szsy-robotics@users.noreply.github.com"
] | 59334029+szsy-robotics@users.noreply.github.com |
c6e6c7661d9101a90c486df856f25380ca61bba0 | e5b08110dec160841cab0851565d909e99fdf319 | /UserCode/TrackerUpgradeAnalysis/test/plot/func.h | 8b68f4f6368bdee918990e46105032b0132fc7c9 | [] | no_license | IPHC/TrackerUpgrade | 5d06d6d81ffc4fc416abb1d021088bb2739b00e6 | bc1e48f5af06486549b71d825df3659f54009316 | refs/heads/master | 2020-12-24T14:57:23.612679 | 2016-05-11T17:51:52 | 2016-05-11T17:51:52 | 14,808,575 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 318 | h | #ifndef FUNC_H
#define FUNC_H
#include "var.h"
std::vector<int> getStubs(std::vector<int> *cbc1,std::vector<int> *cbc2)
{
std::vector<int> stubs;
int n1 = cbc1->size();
for(int i1=0;i1<n1;i1++)
{
if( cbc1->at(i1) && cbc2->at(i1) ) stubs.push_back(i1);
}
return stubs;
}
#endif
| [
"Kirill.Skovpen@cern.ch"
] | Kirill.Skovpen@cern.ch |
a7d17da9e40184ff918cb7b5dfd8eea5368e25ab | 5723a7829488fae5e84eae6519bc023c24f20ce7 | /LinkedQueue/queue.h | 61648f766cf1788a11db5810cd2a1b8e5dd91851 | [] | no_license | masakulaYOU/datastruct | bfaf684d2cbabcdd76bad4640404a6b8008ca192 | f00391ff76890cba22460e164110f8f0c30d377e | refs/heads/master | 2020-04-24T23:08:45.849254 | 2019-03-04T05:59:51 | 2019-03-04T05:59:51 | 172,333,918 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 426 | h | #include<iostream>
#include<cstdlib>
const int maxSize = 50;
template<class T>
class Queue
{
virtual bool enQueue(const T& x) = 0; //新元素x进队列
virtual bool deQueue(T& x) = 0; //队头元素出队列
virtual bool getFront(T& x) = 0; //读取队头元素的值
virtual bool isEmpty() const = 0;
virtual bool isFull() const = 0;
... | [
"masakulayou@163.com"
] | masakulayou@163.com |
b454171e8a9a0c32b4d8f259ef822d6957d1f8bb | 2fbf96bb69f954dbf6bbf13661b0492de9b3b4b1 | /uva/uva11517.cpp | 56da158bc4931e1034a64b32182d3bc6e275e0e7 | [] | no_license | timothywangdev/Programming-Contests | 432d0e6719cf2c910d24416dfacb46abb046a735 | dcd58694bd66536222f2ffd78b025af5a38aab4f | refs/heads/master | 2023-08-02T06:57:22.724822 | 2021-10-08T19:06:32 | 2021-10-08T19:06:32 | 16,039,238 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 839 | cpp | #include <iostream>
#include <string.h>
#include <algorithm>
#define MAXIMUM 2147483647
using namespace std;
int T, S, M;
int v[101],f[30000][101];
int main(){
cin >> T;
for (int t = 0; t < T; t++){
cin >> S >> M;
for (int i = 1; i <= M; i++){
cin >> v[i];
}
memset(f, -1, sizeof(f));
for (int i = 0; i <=... | [
"wanghujie@gmail.com"
] | wanghujie@gmail.com |
d9bd696cbad9547818dd2e8c16d7dc240ed77b6d | b468fb8437dbca6a90f958a3abeafdf17a88e070 | /src/matching2D_Student.cpp | 6e63ab953eaf2d4da03165e88bfdd85e98648bdc | [
"MIT"
] | permissive | adamanov/SFND_2D_Feature_Tracking | 9a045e16018c91827130bc67c88e62ff58568a42 | 7c101c24ac801808ce2b1d137a6a060be572b65c | refs/heads/master | 2023-01-08T21:58:43.743104 | 2020-11-07T18:13:29 | 2020-11-07T18:13:29 | 305,851,500 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,712 | cpp | #include <numeric>
#include "matching2D.hpp"
using namespace std;
// Find best matches for keypoints in two camera images based on several matching methods
void matchDescriptors(std::vector<cv::KeyPoint> &kPtsSource, std::vector<cv::KeyPoint> &kPtsRef, cv::Mat &descSource, cv::Mat &descRef,
std:... | [
"asan.adamanov@gmail.com"
] | asan.adamanov@gmail.com |
febce1b897fd17cc636b798cf5a741413fb5c963 | 6572e4e935d92594a6a0eea92ca063e470321a59 | /Assignement_2/Assignement_2/save_txt_file.cpp | 90291c673ba04a97dbc8eb29b9e6dc62e450dd42 | [] | no_license | Isuroku/CTU_AdvAlgorithm | fa89e9636efe06b0fa940eaaa45043aa3fb9be65 | 50533a39bc14a54b31bf79966601533d447fbb4e | refs/heads/master | 2021-09-02T12:38:44.054706 | 2018-01-02T18:23:38 | 2018-01-02T18:23:38 | 107,843,930 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,731 | cpp | #include "save_txt_file.h"
#include <fstream>
//template<typename T>
//void CSaveGraph::save_txt_file(const vector<T>& graph, const string& file_name)
//{
// const size_t count = graph.size();
//
// x_len = static_cast<size_t>(sqrt(count));
// wide = (screen_wide - start_x) / x_len;
// height = (screen_height - start_... | [
"ekimov@quantgames.com"
] | ekimov@quantgames.com |
572860094ad2fd12458b5563d36c0474ff2a60fb | 16796ae29d632bc9ae517f611075751f3c320b2b | /class 11p/SourceXI083/Unit4/U4Chap07/U4ch7_11.CPP | 57ba42c3a4580d2cb0b5bab7e25f08489f7f460b | [] | no_license | dsajwan98/C | 3006cd90bdcf22613c70c66abe79684494d2c211 | a1628c8d8686fd39282e014a95c002530f50ce3d | refs/heads/master | 2020-06-04T16:33:13.661744 | 2019-06-15T17:23:36 | 2019-06-15T17:23:36 | 192,105,260 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 375 | cpp | // Filename: \\SourceXI083\Unit4\U4Chap07\U4ch7_11.CPP
// Program to display enumerated values symbolically
#include <iostream.h>
enum colour {Red, green, blue, yellow};
void main()
{
colour col;
switch(col)
{
case 0 : cout << "\n Red ";
break;
case 1 : cout << "\n green ";
break;
case 2 : cout << "\n ... | [
"37627908+dsajwan98@users.noreply.github.com"
] | 37627908+dsajwan98@users.noreply.github.com |
4c26b62339fa7130dedca8d41eeee4658eae07e9 | 3574c618f83ac829a000bf3e516b19730bdeabba | /Opdracht 2/Docent.h | 3fc71b82882b26a4a7575db3c2ece44ddcd73b31 | [] | no_license | justvdlinde/Heavy-OOP | e9ba6079926daabc20c86d23ea6ad85d22bf085d | 721e66d8f02aa8f809896123f4ef6d72b46a4853 | refs/heads/master | 2021-07-20T18:54:10.132808 | 2017-10-30T19:37:17 | 2017-10-30T19:37:17 | 105,743,317 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 164 | h | #pragma once
#include <string>
using namespace std;
class Docent {
public:
string getName();
Docent(string name);
~Docent();
private:
string name;
};
| [
"justvdlinde@hotmail.com"
] | justvdlinde@hotmail.com |
cbe59cf6527a047adb2f47228f956e214156f43f | 0e3697eae327b5e86e6dbc7295ceaf8fb620364c | /School/Clasa a X-a/Martie 2016/bond/main.cpp | dd58557ef7fbe208df491374dba969368b20afca | [
"MIT"
] | permissive | AbeleMM/Algorithmic-Problems | f89cd9a11660ad0f54819a50739df8cc4ba32c89 | 212ad9dd6a3f04f426ad7789b3de11605c426906 | refs/heads/master | 2023-01-11T20:45:33.392652 | 2022-12-06T09:03:17 | 2022-12-26T11:03:29 | 201,615,751 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,300 | cpp | #include <iostream>
#include <fstream>
//#include <stdio.h>
using namespace std;
/*FILE * in=fopen("bond.in","r");
FILE * out=fopen("bond.out","w");*/
ifstream in("bond.in");
ofstream out("bond.out");
int n,m;
char s[103][103];
int nri,nrmx,alt,alta,v[10005];
void qs(int st, int dr)
{
int i=st,j=dr,t;
int x=v[i... | [
"AbeleMM@users.noreply.github.com"
] | AbeleMM@users.noreply.github.com |
d6916e48a8aa262dc50c147fa2ee23a9389689ce | ed9404757f5ee1a2270da3520b6dd797f91c1f5b | /arrows/serialize/json/activity.cxx | 85c6ce37d82a0cf24694f01fe39ddfb6ca181b68 | [
"BSD-3-Clause"
] | permissive | tao558/kwiver | 5d88b7868441ad6222fa2f08ab46a6544271830f | 51d671228ada60dd41e465cf9c282cba8614b057 | refs/heads/master | 2021-07-04T09:57:36.587434 | 2020-10-14T13:26:40 | 2020-10-14T13:26:40 | 304,072,315 | 1 | 0 | NOASSERTION | 2020-10-14T16:24:51 | 2020-10-14T16:24:51 | null | UTF-8 | C++ | false | false | 3,104 | cxx | /*ckwg +29
* Copyright 2020 by Kitware, 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... | [
"tommycollege558@gmail.com"
] | tommycollege558@gmail.com |
6722ae50b6eb6911b098c2a728077e30f3fa3295 | e97419374c47b4e7a760ea47c644a7dd2b5cbdf8 | /BankManagementSystem/BankManagementSystem/Account.h | ae33ecc8d4c68ff558201c568ca7be57139a04b9 | [] | no_license | zhaiyunfan/Practice-of-Bank-Management-System | e93b16b45d7284d8dd9ca00d8f0f335054804d2a | 34ae39be0ca2317e0d3b3e424de110b61060c00c | refs/heads/master | 2020-08-07T21:07:53.343218 | 2019-12-02T07:17:43 | 2019-12-02T07:17:43 | 213,587,117 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 742 | h | #pragma once
#include<string>
#include<iostream>
#include"Date.h"
#include"Accumulator.h"
using namespace std;
class Account
{
private:
string id;
string key;
double balance;
static double total;
public:
Account(const Date& date, string id, string key);
bool record(Date& date, double amount, string title);
c... | [
"30565458+zhaiyunfan@users.noreply.github.com"
] | 30565458+zhaiyunfan@users.noreply.github.com |
0d2fbdef42ac083b492a10f22400d9eaafb7bdfe | fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd | /content/browser/renderer_host/media/audio_output_authorization_handler.cc | 6953638fd28d6ad0e96983c3b565a2c3a5b391af | [
"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 | 8,906 | 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 "content/browser/renderer_host/media/audio_output_authorization_handler.h"
#include "base/memory/ptr_util.h"
#include "base/task_runner_util.h"
... | [
"jacob-chen@iotwrt.com"
] | jacob-chen@iotwrt.com |
65829155e2c5687717099d2e9ff3da6ad5872749 | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/069/764/CWE122_Heap_Based_Buffer_Overflow__cpp_CWE806_wchar_t_ncat_64b.cpp | ff70fc61cbf0c6723233dcc4a08652cf16562636 | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,964 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE806_wchar_t_ncat_64b.cpp
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE806.label.xml
Template File: sources-sink-64b.tmpl.cpp
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSource: Initialize ... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
7c6769a24052d7abd23244a7e830a4ba1229163c | 55a565712300b73fa4cce94bdf4d275cbf7802af | /SEI/recapitulare/lab6/dll_project/dll_project/dll_projectDlg.cpp | 42705c036211c05ca7e5d189879ed8076f50e8dc | [] | no_license | scorpionipx/ETTIM1 | 18effb605c1f957ed43012db051a4e3d8c633aec | ff1348a0581b49e48ca034849f5cc738f5aa2839 | refs/heads/master | 2020-03-30T12:57:16.890238 | 2019-07-15T11:21:00 | 2019-07-15T11:21:00 | 151,249,532 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,188 | cpp | // dll_projectDlg.cpp : implementation file
//
#include "stdafx.h"
#include "dll_project.h"
#include "dll_projectDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
#include "imported_functions.h"
#pragma comment(lib, "dll_fct1.lib")
#pragma comment(lib, "fct_mat2.lib")
float a, b, c;
// Cdll_projectDlg dialog
Cdl... | [
"scorpionipx@gmail.com"
] | scorpionipx@gmail.com |
eb20e125d55328c7aa91e2e85eb594d680c43cbf | db5bba94cf3eae6f1a16b1e780aa36f4b8c3c2da | /live/include/alibabacloud/live/model/CompleteBoardRecordRequest.h | 6f03492ae9ca8676c975488a1abd36f3c0809baf | [
"Apache-2.0"
] | permissive | chaomengnan/aliyun-openapi-cpp-sdk | 42eb87a6119c25fd2d2d070a757b614a5526357e | bb7d12ae9db27f2d1b3ba7736549924ec8d9ef85 | refs/heads/master | 2020-07-25T00:15:29.526225 | 2019-09-12T15:34:29 | 2019-09-12T15:34:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,296 | h | /*
* Copyright 2009-2017 Alibaba Cloud 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... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
e5f048ed6a2861a11f5c5521f403f9dc133de1b9 | d4694bad069839f83ba4b741b10cc53ad88b0675 | /tetris2/orm/RTDBReplay.cpp | 65dbf82fe21844a73b08562320e7c1b23c834cc5 | [] | no_license | redefinetetris/tetris2 | eac519eb385f7b14ce67246b236e2e0ba11ff7a0 | 33271848d29d63838f56f00ff98c25410ee530a4 | refs/heads/master | 2020-08-17T00:55:24.702804 | 2019-10-16T16:18:08 | 2019-10-16T16:18:08 | 214,745,782 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,022 | cpp | #include "RTDBReplay.h"
#include "../RTNSDB.h"
#include "../RTNSLog.h"
#include "../RTNSTool.h"
CRTDBReplay::CRTDBReplay()
: CRTDBBase("replays", 128)
, m_ID(0)
, m_TimeStamp("")
, m_PackageID(0)
, m_MasterStyle(0)
, m_MasterID(0)
, m_SlaveStyle(0)
, m_SlaveID(0)
, m_FunctorStyle(0)
, m_StateID(RTNSDB::Stat... | [
"redefine_tetris@outlook.com"
] | redefine_tetris@outlook.com |
32280680ad4b0fc6027155f9254048ecad388db0 | 852d6eae0694164a3f18bb1bdaab45d7ab5ca362 | /src/ansa/linklayer/rbridge/TRILL.h | ae851c14560cafc306ead5cafc5572a9c34767ea | [] | no_license | mrazjak/Ansa | ef58c3ed0a8788faf09d48b4ce4f69330db6a4d4 | 9390d69a0553c16a098b4f160d5f26d233bc531e | HEAD | 2016-08-03T11:10:48.474904 | 2014-05-08T14:02:37 | 2014-05-08T14:02:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,751 | h | // Copyright (C) 2013 Brno University of Technology (http://nes.fit.vutbr.cz/ansa)
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your op... | [
"kvetak@msn.com"
] | kvetak@msn.com |
c66b7dd64089119fe8c222342ab67bed61b45769 | 0c22d527c18df1f4edb90523f01e4a56cdf58606 | /NaoTH2011-light/NaoTHSoccer/Source/Core/Representations/Perception/CameraMatrix.h | 6498d660e9f9fffc68b86f334fe3be202f2f15a1 | [] | no_license | IntelligentRoboticsLab/DNT2013 | 3d9fdb1677858fe73006132cc47dda54b47ef165 | ddc47ce982fe9f9cfaf924902208df1d5e53a802 | refs/heads/master | 2020-04-09T06:04:30.577673 | 2013-12-11T13:39:12 | 2013-12-11T13:39:12 | 9,521,743 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,711 | h | /**
* @file CameraMatrix.h
*
* Declaration of class CameraMatrix
*/
#ifndef _CameraMatrix_h_
#define _CameraMatrix_h_
#include "Tools/Math/Pose3D.h"
#include "Tools/Math/Line.h"
#include "Representations/Infrastructure/CameraInfo.h"
#include "Tools/DataStructures/Printable.h"
#include "Tools/Data... | [
"giorgosmethe@gmail.com"
] | giorgosmethe@gmail.com |
170360bd601ba76a8dfcc9172e9433f4b1acbecc | a81c07a5663d967c432a61d0b4a09de5187be87b | /device/fido/win/discovery.cc | fa41083bec227f64787b7f4670029f7a73ff6994 | [
"BSD-3-Clause"
] | permissive | junxuezheng/chromium | c401dec07f19878501801c9e9205a703e8643031 | 381ce9d478b684e0df5d149f59350e3bc634dad3 | refs/heads/master | 2023-02-28T17:07:31.342118 | 2019-09-03T01:42:42 | 2019-09-03T01:42:42 | 205,967,014 | 2 | 0 | BSD-3-Clause | 2019-09-03T01:48:23 | 2019-09-03T01:48:23 | null | UTF-8 | C++ | false | false | 1,772 | cc | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "device/fido/win/discovery.h"
#include "base/bind.h"
#include "base/logging.h"
#include "base/threading/sequenced_task_runner_handle.h"
#include... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
b99f62ded8d6273d17e936c7709947b83c82807c | a43aa34fd3315bbf83d9391015eec5a56b0130da | /omniwheel_2/omniwheel_2.ino | 4bbe40335d2b2d1de72aa03cb28d86fdae20e497 | [] | no_license | yashmanian/Arduino | fc26e69db8d7cf8ca92769c11f4b627b68673bbd | ee88905d68d00d172dd040518b1de709cf0358f2 | refs/heads/master | 2021-04-26T08:21:06.870981 | 2018-02-13T13:58:39 | 2018-02-13T13:58:39 | 121,388,963 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,688 | ino | #include <math.h>
#include <Wicked_DCMotor.h>
Wicked_DCMotor m0(M1);
Wicked_DCMotor m1(M2);
Wicked_DCMotor m2(M3);
#define RC1 4 //Radio control inputs
#define RC2 8 //Let's avoid magic magic numbers
long ch1;
long ch2;
void setup() {
Serial.begin(115200);
Serial.print("Hello World!");
pinMode(RC1, INPUT);
... | [
"ymanian@umd.edu"
] | ymanian@umd.edu |
98cae71320bcacdad88b5afc4608355eaad1d115 | 3f67c95ea7615b9a907c450d650353f4ca02622e | /Ex2/02_Exc_Raytracing_Framework/utils/Matrix4.h | 81ae3b6795939477d9638cdc831f3bc0d97dc2b8 | [] | no_license | kserrano/CompGraphP | c7095de263166e0b89acf5783b9ce6f58b2df267 | 8fc902dbfc2eade3bf031e87a94c3a8f6f61e340 | refs/heads/master | 2021-11-29T08:23:19.708798 | 2012-11-13T22:33:44 | 2012-11-13T22:33:44 | 6,227,346 | 1 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 9,452 | h | /****************************************************************************
|* Matrix4.h
|*
|* Definition of a 4x4 double matrix and its basic functionality.
|*
|*
|* Thomas Oskam, Michael Eigensatz, Hao Li, Bálint Miklós, Raphael Hoever - Applied Geometry Group ETH Zurich, Computer Vision Laboratory
|* oskamt@st... | [
"kevin.serrano@epfl.ch"
] | kevin.serrano@epfl.ch |
26dceb6b87c14233e2d535bca953533932341e2b | 6f9ca9684edca7c507062744c9cbcbf91d8a9f02 | /src/ReceivingGoods/CreateDeliveryOrderDlg.cpp | ce9fcfacd365b44ff221fbf5a5848ca1fd8edb1e | [] | no_license | yangchenglin815/kmis | e039a32c42965ccfc8a6b4396f6264eec24a2e76 | d06bafa60c9a87b5ed5617adc0a39a82ec0c89d7 | refs/heads/master | 2020-05-04T06:39:25.653287 | 2019-07-25T03:14:03 | 2019-07-25T03:14:03 | 179,011,069 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 19,344 | cpp | #include "CreateDeliveryOrderDlg.h"
#include "ui_CreateDeliveryOrderDlg.h"
#include <QDebug>
struct OrdersInfo
{
QString sProviderName;
QString sOrderId;
QList<QString> sGoodsNameList;
QList<QString> sPriceList;
void clear()
{
sGoodsNameList.clear();
sPriceList.clear();
}
};... | [
"ycldream815@gmail.com"
] | ycldream815@gmail.com |
f9e7f215b266f405b2090e16c47b140c208e146b | 9c9003f4912e2065c3901f1f51ef5b398f999a10 | /projectb/client/game_xxx/protocol/fishpark_def.pb.h | aa773419a58b3204da8e1326c71a790fa1d13f4c | [] | no_license | PHDaozhang/recharge_h5 | 41424d5725eae69cc6a921cd1ef954b255a0ca65 | 7d5e63d97e731ea860d927c37612fe35f7d3bd61 | refs/heads/master | 2020-08-11T21:57:49.842525 | 2019-10-15T07:32:40 | 2019-10-15T07:32:40 | 214,632,134 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | true | 4,919 | h | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: fishpark_def.proto
#ifndef PROTOBUF_fishpark_5fdef_2eproto__INCLUDED
#define PROTOBUF_fishpark_5fdef_2eproto__INCLUDED
#include <string>
#include <google/protobuf/stubs/common.h>
#if GOOGLE_PROTOBUF_VERSION < 2005000
#error This file was generat... | [
"czh850109@gmail.com"
] | czh850109@gmail.com |
d0c26d13e28b7235c86959fee69fb4ea684b49e2 | f6b5861d3c2a6091b50627925d23277f3f6a14ec | /ASLsensing/Glove_module/Glove_final_moduleOSCAR/Glove_final_moduleOSCAR.ino | fc48be1b27932f775394fd58bd3883409a774e52 | [] | no_license | juanmrq95/ee149_104 | 5420c9a17acb8969a7dbb13632daa628e428bd48 | e26522efae1a0b3bb22fab09b31b4a734a849d15 | refs/heads/master | 2021-08-29T19:02:57.662814 | 2017-12-14T18:09:40 | 2017-12-14T18:09:40 | 105,923,041 | 1 | 0 | null | 2017-12-02T01:44:02 | 2017-10-05T18:04:02 | Arduino | UTF-8 | C++ | false | false | 12,110 | ino | /* Code functional description goes here
*
*
*
*/
#include <Wire.h>
#include <FreeSixIMU.h>
#include <FIMU_ADXL345.h>
#include <FIMU_ITG3200.h>
float angles[3]; // yaw pitch roll
////////////////////////////
// Glove global constants //
////////////////////////////
int LCD_TX = 5;
int LCD_RX = 6;
int S... | [
"juanmrq95@berkeley.edu"
] | juanmrq95@berkeley.edu |
ecd8de9f2f9d963e1256fab889b28c9d7c291d4f | 8b742aa175bfb976c16302a5bf07d63a0fee5e24 | /Medium/384.cpp | 59391ba4250f08c2738da5675f4f6e3e6091abc8 | [] | no_license | miuhui/LeetCode | efad74058963a178921df2c825ab7739bf829d79 | ede89f75b96cb94bca7e4fa557932d711d671a3f | refs/heads/master | 2022-08-07T17:17:40.172757 | 2016-10-13T01:39:40 | 2016-10-13T01:39:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 938 | cpp | // leetcode.cpp : Defines the entry point for the console application.
//
#include <iostream>
#include <vector>
#include <algorithm>
#include <ctime>
#include <time.h>
using namespace std;
class Solution {
public:
Solution(vector<int> nums) {
n = nums;
}
/** Resets the array to its original configuration and ... | [
"miaohui821@hotmail.com"
] | miaohui821@hotmail.com |
3e2435e90878f6c4a71f90a359484ebf75a27534 | a76054bdb8f304f2b20655e3816b824e24ed4d65 | /48_DrawPicture/mainwindow.h | 08ec22510bc411f90fe22b6319ab16122195cacc | [
"MIT"
] | permissive | mongobaba/learn_qt | 6ce4e2194772014b6d7b103d83059115e60c10c8 | eac25c34f0104e229afe9e5408ea89a1eab9aefa | refs/heads/main | 2023-04-22T11:28:28.304504 | 2021-05-04T05:33:04 | 2021-05-04T05:33:04 | 362,657,222 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 381 | h | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
QT_BEGIN_NAMESPACE
namespace Ui { class MainWindow; }
QT_END_NAMESPACE
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow(QWidget *parent = nullptr);
~MainWindow();
protected:
void paintEvent(QPaintEvent* e) override;... | [
"chaowei.meng@gmail.com"
] | chaowei.meng@gmail.com |
f97759b23d695f455cfea1c955b97a083a3b6c00 | 8f43d27ea44544d3da830bd219a883e4c5f2b156 | /code/project/SPH/SphSolver.hpp | 312f92955ed3cdb6d51f6cf4efeb4d11184f2baa | [] | no_license | walkevin/PBSExercises | 178223a066614ae05c51656adb9679dcbf47e8a6 | 76741e2c92cf3fe385cea7a352221d30cd2d979c | refs/heads/master | 2016-09-06T16:02:10.075273 | 2013-12-20T15:40:32 | 2013-12-20T15:40:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,270 | hpp | #ifndef SPH_SOLVER_HPP
#define SPH_SOLVER_HPP
#include <array>
#include "SphBase.hpp"
#include "SphCell.hpp"
#include "SphLiquid.hpp"
#include "../Collision/CollisionHandler.h"
namespace sph
{
class SphSolver
{
public:
/*
Constructor
Arguments:
1. Cutoff (Determines size of cells)
... | [
"schandri@student.ethz.ch"
] | schandri@student.ethz.ch |
ceeb3cde8a4e8a8356c54b0a0ea15ded36c79e63 | a17aad9c2808b314833aa30619ab7cea6d759339 | /tools/fbxtool/src/fbxtool.cpp | c9ac0bdc5cd5c1e714a2138fff9c90944706a065 | [
"MIT"
] | permissive | xubingyue/paper3d | 850438db0c3cb257ad65f422ac2069ac0d92c700 | a06d056b2ad894a8065b7a996eb7f6ceefec1511 | refs/heads/master | 2021-01-18T02:34:13.588953 | 2014-10-17T05:54:01 | 2014-10-17T05:54:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,163 | cpp | // fbxtool.cpp
// FbxTool.
//
// Copyright 2012 - 2014 Future Interface.
// This software is licensed under the terms of the MIT license.
//
// Hongwei Li lihw81@gmail.com
//
#include "fbxtool.h"
#include "mesh/meshconverter.h"
#include "scene/sceneconverter.h"
#include <common/log.h>
#include <common/filestream.h>... | [
"lihw81@gmail.com"
] | lihw81@gmail.com |
21ff3bbd9e5664759d8cb8c6ed7afeebd8fa1f42 | 877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a | /app/src/main/cpp/dir521/dir522/dir572/dir2774/dir3193/file3233.cpp | 72bdd3140900f613def8945fddaa74817746b293 | [] | no_license | tgeng/HugeProject | 829c3bdfb7cbaf57727c41263212d4a67e3eb93d | 4488d3b765e8827636ce5e878baacdf388710ef2 | refs/heads/master | 2022-08-21T16:58:54.161627 | 2020-05-28T01:54:03 | 2020-05-28T01:54:03 | 267,468,475 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 111 | cpp | #ifndef file3233
#error "macro file3233 must be defined"
#endif
static const char* file3233String = "file3233"; | [
"tgeng@google.com"
] | tgeng@google.com |
2672be9ec7733e72f7caab8d3ae6ef42a8490b86 | 46d7d222dc54c63228fd62bcac449b48cdaf9797 | /games/varooom-3d/include/models/fr_model_3d_items_fancy_stands_full.h | 03ffa5ded5355ba262ed04451ae6fbb681fa9823 | [
"Zlib",
"LicenseRef-scancode-unknown",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | GValiente/butano | 020fff504c2c4cfde3395855c2b53525549bc3ff | 2e39a999c3547f9f1a1839e1f89d3999f96b31f3 | refs/heads/master | 2023-08-30T15:05:46.091915 | 2023-08-30T03:42:21 | 2023-08-30T03:42:21 | 231,556,327 | 886 | 57 | Zlib | 2023-05-13T20:23:19 | 2020-01-03T09:35:05 | C++ | UTF-8 | C++ | false | false | 11,523 | h | /*
* Copyright (c) 2021
* Gustavo Valiente gustavo.valiente@protonmail.com
* Licensed under the Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) license
*/
#ifndef FR_MODEL_3D_ITEMS_FANCY_STANDS_FULL_H
#define FR_MODEL_3D_ITEMS_FANCY_STANDS_FULL_H
#include "fr_model_3d_item.h"
... | [
"gustavo.valiente@protonmail.com"
] | gustavo.valiente@protonmail.com |
9bceeda6ec57eb04495c79f00e6be6a86a77b5b1 | 6c3069a2da1a04551a44db44a574df0d61395530 | /HLS/C_Code/convolution_simple.cpp | cd2758cffd838bf0a8df570f341ef665ea1c7dd6 | [] | no_license | carlosjosetam/CNN_FPGA_CIFAR10 | c109f0cb9ceeece098fe3f81a49931812c464f6a | 0cf3da23cc66c9418a37af399029145dedab89be | refs/heads/master | 2020-04-05T21:57:02.302482 | 2019-01-25T15:54:36 | 2019-01-25T15:54:36 | 157,239,770 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,759 | cpp | /*
Copyright 2003-2015 Mentor Graphics Corporation
All Rights Reserved.
*/
/*
convolution_simple CNN
*/
#include "define.h"
#include "stdio.h"
#include "stdint.h"
// Include files for data types
#include "CNN_TYPES.h"
// optional pragma to specify the top level of the design
#pragma hls_design top
void convolu... | [
"danielarthurt@gmail.com"
] | danielarthurt@gmail.com |
3441174d1aad92c45de67a76c562afa35c3c10bc | af1d9baa5af754deafea440d4b0f1573f0170096 | /lib/renderer/exceptions.h | 597c83cb142a81f9d4cd2784bdfaac2779189767 | [] | no_license | Jvanrhijn/hopscotch | e12c1ceb1f211e139f4e3aeb184cdbef8df781d6 | 5f60e8c48cdf3519f04764d43843ade3f92b388f | refs/heads/master | 2021-06-26T11:12:51.386257 | 2020-10-17T14:37:10 | 2020-10-17T14:37:32 | 151,587,433 | 0 | 1 | null | 2018-11-20T21:19:30 | 2018-10-04T14:41:56 | C++ | UTF-8 | C++ | false | false | 755 | h | //
// Created by jesse on 10/30/18.
//
#ifndef PIE_EXIT_CODES_H
#define PIE_EXIT_CODES_H
#include <string>
#include <exception>
namespace pie {
// Throw this when there is something wrong with the rendering backend
class RenderException : std::exception {
public:
explicit RenderException(std::string message) : m... | [
"jesse.v.rhijn@gmail.com"
] | jesse.v.rhijn@gmail.com |
820c8ec956537829e171bc4fa403db27196f41c2 | 18579cb29d5a1fcc15e91a31d173c599a0b100ca | /src/scene/objtypes/obj_portal.cpp | 42c91a2142d2c18982ae03c3c4c50bc3e3b33bd7 | [] | no_license | BradfordMedeiros/ModEngine | 131c5789b69c7c194211027e3f53b18fe1a24b4d | baef9a0701858d7d1216b742bcf44baf34839407 | refs/heads/master | 2023-08-19T04:03:58.595012 | 2023-08-03T05:50:47 | 2023-08-03T05:50:47 | 195,936,270 | 4 | 2 | null | 2023-04-28T03:38:57 | 2019-07-09T05:06:33 | HTML | UTF-8 | C++ | false | false | 1,272 | cpp | #include "./obj_portal.h"
std::vector<AutoSerialize> portalAutoserializer {
AutoSerializeBool {
.structOffset = offsetof(GameObjectPortal, perspective),
.field = "perspective",
.onString = "true",
.offString = "false",
.defaultValue = false,
},
AutoSerializeString {
.structOffset = offse... | [
"bradmedeiros0@gmail.com"
] | bradmedeiros0@gmail.com |
c43ab261c958e4d4b5c5cf3ac7941eaa6e3f8087 | 98157b3124db71ca0ffe4e77060f25503aa7617f | /tlx/gentest.cpp | 76ec3fb78d183161f8b2339fba8264794e8463bd | [] | no_license | wiwitrifai/competitive-programming | c4130004cd32ae857a7a1e8d670484e236073741 | f4b0044182f1d9280841c01e7eca4ad882875bca | refs/heads/master | 2022-10-24T05:31:46.176752 | 2022-09-02T07:08:05 | 2022-09-02T07:08:35 | 59,357,984 | 37 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 290 | cpp | #include <bits/stdc++.h>
using namespace std;
int main() {
printf("0");
int n;
scanf("%d", &n);
printf("%d\n", n);
int p = 7;
int mod = 23;
int off = 1;
int now = 11;
for(int i = 0; i<n; i++) {
printf("%d ", now);
now = off + ((now * p) % mod);
}
return 0;
} | [
"wiwitrifai@gmail.com"
] | wiwitrifai@gmail.com |
d7b67b5d0724ac8dde4d66ec24a5b0c60adc7053 | aadbdd69feb5b7fdbf6f57d5ebfc56477b452b04 | /ltime2B.cpp | 6bb43637ff17d7d61a9834c72048ff5bbd0799a8 | [] | no_license | aryandosaj/CompetetiveProgramming | 16c5dd0d7800288078d250973a9b1d5cb884ebf1 | e1be46316f4d14eaaffa54b3f36728e8be1f2b1a | refs/heads/master | 2021-06-05T12:37:13.868842 | 2020-07-20T10:24:26 | 2020-07-20T10:24:26 | 145,744,715 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,138 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
#define vll vector<ll>
ll power(ll a, ll b, ll mod)
{
ll c = 1;
while (b > 0)
{
if (b % 2)
c *= a, c %= mod;
b /= 2;
a *= a;
a %= mod;
}
return c;
}
#define MAX 1000000007
int arr[1000006]... | [
"aaryandosaj@gmail.com"
] | aaryandosaj@gmail.com |
2ad5bfd33d354dcd856e88c797ce96ddb144c122 | 6f47ad536150c46bc93a0657309c5ae7e4b8a401 | /modules/ti.UI/url/URLUtils.h | 30b0432177d4751f02dd8451b73e3059fc21614f | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | joshthecoder/titanium_desktop | b207c030d130990ff4b3ce25a23aac5992469535 | 37dbaab5664e595115e2fcdc348ed125cd50b48d | refs/heads/master | 2020-12-25T10:35:20.861365 | 2011-11-24T07:11:44 | 2011-11-24T07:11:44 | 2,236,536 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,073 | h | /*
* Copyright (c) 2008-2010 Appcelerator, Inc. 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 requi... | [
"jroesslein@appcelerator.com"
] | jroesslein@appcelerator.com |
97d18ef264878cddeb663541412a6186205ff82d | 02a10a5244d2214e932e54399e4b56b68fe5974b | /headers/EvocationIllager.h | f08360977d7e9c97fb2b87f0f3b5575f9dedc039 | [] | no_license | inxomnyaa/symbols-auto | 839381c1e83f434b76b2faccadee5e413ac5f376 | 439a1399473cc765badc1b5c438fbf83d9eadf1d | refs/heads/master | 2023-06-21T23:17:07.389321 | 2019-11-16T19:13:05 | 2019-11-16T19:13:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,491 | h | #pragma once
class EvocationIllager : HumanoidMonster {
virtual void reloadHardcoded(Actor::InitializationMethod, VariantParameterList const&);
virtual void reloadHardcodedClient(Actor::InitializationMethod, VariantParameterList const&);
virtual void initializeComponents(Actor::InitializationMethod, Varia... | [
"6178101+SupremeMortal@users.noreply.github.com"
] | 6178101+SupremeMortal@users.noreply.github.com |
63ff27f726aab7a82cd9f1e44769ce0cd079e2ee | fffec3207a471ef56a596ea6f22b2ef8837a8302 | /ACM-FPT/Test 2018-05-03/F_Folding.cpp | 9355bf8d932413cd66d7b3aaa7c5196be6698d61 | [] | no_license | vietnakid/ACM-ICPC | c3561e942a82f18035d2bbf00a9123f526114b98 | 7258daf208806e0344cf55e1f023082500c62442 | refs/heads/master | 2020-03-09T01:46:41.984239 | 2020-02-15T03:57:28 | 2020-02-15T03:57:28 | 128,523,997 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,449 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef long double ld;
typedef vector<int> vi;
typedef vector< vector<int> > vvi;
typedef vector<ll> vl;
typedef vector< vector<ll> > vvl;
typedef pair<int, int> ii;
typedef vector<ii> vii;
#define FOR(i, a, b) \
for (int i = (a); i < (b); i++)
#de... | [
"vietnase62219@fpt.edu.vn"
] | vietnase62219@fpt.edu.vn |
ad401ae488b5a669b635e790b85486b836fde4ca | fb458bab44a5e5edf1c1f43692b7a480a91220a8 | /classifier.h | f1b3a52a7f7d827128575b436c00b742364241c0 | [] | no_license | HotkeyM/linear_classifier_cpp | 9f56a97f4bac1bcdef3dc1145c565014b66c16ba | 93bb8968f00e6bf2211943772209bcdd44ff8b62 | refs/heads/master | 2020-03-29T22:53:49.019589 | 2018-09-26T15:17:29 | 2018-09-26T15:17:29 | 150,446,327 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 843 | h | #ifndef CLASSIFIER_H
#define CLASSIFIER_H
#include "mnistset.h"
#include <cmath>
#include <algorithm>
#include <stdio.h>
#include <iostream>
template <class T, class U>
float CrossProduct(const std::vector<T> &one, const std::vector<U> &two)
{
float result = 0.0f;
if (one.size() != two.size()) throw std::len... | [
"hotkeym@gmail.com"
] | hotkeym@gmail.com |
f47846a31013bfa251e1be6fe9410cb5e85f366c | 1027dd590d8599ac4f0dc4685dae2704d94c1aab | /test/test2.cpp | 56cc852b02dbd3b3124d5795fb6552ae78bf4c07 | [] | no_license | wywly/so_script | 12fc5d04c9b10e70771c5c5ace57ee7e48b21b83 | 122267b74e9fe2c6ec9b64be59bff686c7e0e92a | refs/heads/master | 2020-07-05T01:22:40.832309 | 2018-04-14T02:28:49 | 2018-04-14T02:28:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,059 | cpp | /*
*Copyright (c) 2017-2017, yinqiwen <yinqiwen@gmail.com>
*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,
... | [
"yinqiwen@gmail.com"
] | yinqiwen@gmail.com |
f2f72ec99599f6d8052d2eb71d3ab914d44abb5e | 7e09cbd4f6d8ce00e3391d270ad2e42f3ece94f3 | /8皇后+骑士问题 递归回溯法/8皇后问题/8queen 1solution.cpp | 20c3165271c29fe172e2ad20cb6f22a6ccf22c51 | [] | no_license | helen-hjy/Class-Libraries-and-Data-Structure-Experiements | eade6f397bed51f45377f0aed51a8c7ec60a2430 | 1c3e492916d92689aeba095b9cff464b9970aeb1 | refs/heads/main | 2023-04-23T10:58:57.666711 | 2021-04-14T12:22:34 | 2021-04-14T12:22:34 | 357,895,880 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,444 | cpp | #include<iostream>
using namespace std;
class eightqueen {
private:
int chess[8][8];//create a 8X8 chess table
const int size = 8; //the size should be a constant
public:
eightqueen() { //create a default chess table by construtor
for (int i = 0; i < size; i++)
for (int j = 0; j < size; j++)
chess[i][j... | [
"helen-hjy@outlook.com"
] | helen-hjy@outlook.com |
8b24ef303f530acd51b7bbed5b0bbc4c0aa21451 | 0fe0ffe29ca6f76c6f15c85c8d82b09beaada246 | /net/quic/chromium/quic_stream_factory.cc | 396f4371f610f864ec538b8cace16110e6a39636 | [] | no_license | hanpfei/chromium-net | 4dc8fd48cf3b05d89b11dc121f9c3abdd3ba962e | 9df8ce98c2a14fb60c2f581853011e32eb4bed0f | refs/heads/master | 2023-07-08T15:28:01.033104 | 2023-06-14T13:02:39 | 2023-06-14T13:02:39 | 65,541,033 | 297 | 73 | null | 2022-11-02T23:33:48 | 2016-08-12T09:25:34 | C++ | UTF-8 | C++ | false | false | 77,450 | 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 "net/quic/chromium/quic_stream_factory.h"
#include <openssl/aead.h>
#include <algorithm>
#include <tuple>
#include <utility>
#include "bas... | [
"hanpfei@gmail.com"
] | hanpfei@gmail.com |
6c8f8d0f398f3e21cb066894aea39e7f1d89b202 | 6af232e4ea909b38b1b16c47d478e7a37e02a281 | /Weapon.h | 1da88bc12680a078b109a43e19cbb28bad405235 | [
"MIT"
] | permissive | Jefishub/cpp_inheritance_JAMK | 47187718e837b1f52977c3f81d6f19618942817c | 96da82039cd3cc3e6294957db369be53789b89a4 | refs/heads/master | 2023-03-23T12:54:10.750448 | 2021-03-23T09:08:04 | 2021-03-23T09:08:04 | 302,615,759 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 339 | h | #include <iostream>
#include "Equipment.h"
using namespace std;
// Copy paste your Weapon class here!!!
// START HERE
class Weapon : public Equipment {
private:
int damage;
public:
string pName;
double pWeight;
int pDam;
public:
Weapon();
Weapon(string pName, double pWeight,int pD... | [
"yhhyhyy@hotmail.com"
] | yhhyhyy@hotmail.com |
d354b9218fa65cb45e700785a68769cc10722395 | f13d5d7cdcca0fb626a1d5b766dd30feb05899b3 | /rook.cpp | a2a0bb0f7023b4598efbbbbf7f5d01c3c2231cbd | [] | no_license | Gjergj/QMLChess | 39ec5f1b10c7487d52b1fec48a06df013dc87812 | f215ee8e7bb59097833e73251ac5084204c4eb08 | refs/heads/master | 2021-01-10T17:43:26.729647 | 2015-10-20T18:48:09 | 2015-10-20T18:48:09 | 44,545,476 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,042 | cpp | #include "rook.h"
bool Rook::CanMove(const Move &CurrentMove, Piece* board[8][8]){
if (CurrentMove.getFromRow() == CurrentMove.getToRow()) {
int colOffset = (CurrentMove.getToColumn() - CurrentMove.getFromColumn() > 0) ? 1 : -1;
for (int checkCol = CurrentMove.getFromColumn() + colOffset; checkCol ... | [
"gjergjiramku@yahoo.com"
] | gjergjiramku@yahoo.com |
f568d4f374e102621d9908add1cb897a11f396fa | b22588340d7925b614a735bbbde1b351ad657ffc | /athena/Reconstruction/RecTPCnv/RecTPCnv/MissingETComposition_p2.h | 90eeb7bcffb07c4cbd846cbd1d67f96f76ba5020 | [] | no_license | rushioda/PIXELVALID_athena | 90befe12042c1249cbb3655dde1428bb9b9a42ce | 22df23187ef85e9c3120122c8375ea0e7d8ea440 | refs/heads/master | 2020-12-14T22:01:15.365949 | 2020-01-19T03:59:35 | 2020-01-19T03:59:35 | 234,836,993 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 829 | h | /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
#ifndef RECTPCNV_MISSINGETCOMPOSITION_P2_H
#define RECTPCNV_MISSINGETCOMPOSITION_P2_H
// DataModelAthenaPool includes
#include "DataModelAthenaPool/Navigable_p2.h"
namespace MissingETHandlers {
class Weight;
}
struct Weight_p1 {
... | [
"rushioda@lxplus754.cern.ch"
] | rushioda@lxplus754.cern.ch |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.