blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4e86c7353acca5c6f5ac9530e8d3f28c2d0a9ab3 | 04577e64eac5a406ea51e107cc116287bc55825f | /source/src/vlGraphics/RenderingAbstract.hpp | 1adb9a0f3af5326949de4dfa110ce7e344977cc1 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | permissive | TomasHurban/DP_Hairs_simulation_and_visualization | b229aa85a2d048e56db69245551a3d4300768e06 | 2dd9d5d8e06a3672e1f9e8f3c7f7a438267d9af4 | refs/heads/master | 2021-01-22T06:37:07.568162 | 2012-06-18T11:50:48 | 2012-06-18T11:50:48 | 1,949,468 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,528 | hpp | /**************************************************************************************/
/* */
/* Visualization Library */
/* http://www.visualizationlibrary.com ... | [
"ThagoX@.(none)"
] | ThagoX@.(none) |
fbcce7c2f3fc31df67401f22ade04762441fb361 | 7839d009f3ae0a0c1bc360b86756eba80fce284d | /devel/include/control_msgs/SingleJointPositionActionGoal.h | 5d167562cfa4d62116074a0855cee1c994860204 | [] | no_license | abhat91/ros_osx | b5022daea0b6fdaae3489a97fdb1793b669e64f5 | 39cd8a79788d437927a24fab05a0e8ac64b3fb33 | refs/heads/master | 2021-01-10T14:43:41.047439 | 2016-03-13T23:18:59 | 2016-03-13T23:18:59 | 53,812,264 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,324 | h | // Generated by gencpp from file control_msgs/SingleJointPositionActionGoal.msg
// DO NOT EDIT!
#ifndef CONTROL_MSGS_MESSAGE_SINGLEJOINTPOSITIONACTIONGOAL_H
#define CONTROL_MSGS_MESSAGE_SINGLEJOINTPOSITIONACTIONGOAL_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serializa... | [
"abhat@wpi.edu"
] | abhat@wpi.edu |
75a613619826dd58e9230d1a5f2a24ccbeea1e3c | 5fb0121b209979fe80ededfcf8c4b6f8f18ee88d | /abc033_b.cpp | ab71765ef66a505c2764b934dbf9e64384a1d16d | [] | no_license | kyouhn/AtCoder_Problems_ABC_B | a8deccba539ccd90903a29b6c1f5f0621d83cbcc | 2718f063e2aa51af04f7ac9ae2f125bed6b67f27 | refs/heads/master | 2020-04-15T21:57:18.654373 | 2019-09-04T12:04:40 | 2019-09-04T12:04:40 | 165,053,462 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 348 | cpp | #include"bits/stdc++.h"
using namespace std;
int main() {
int N;
cin >> N;
vector<string>S(N);
vector<int>P(N);
int sum = 0;
for (int i = 0; i < N; i++) {
cin >> S[i] >> P[i];
sum += P[i];
}
for (int i = 0; i < N; i++) {
if (sum / 2 < P[i]) {
cout << S[i] << endl;
return 0;
}
}
cout << "at... | [
"kzk0802kazuki@gmail.com"
] | kzk0802kazuki@gmail.com |
1e7fbe3e56b5597be427ea9fa8ab1d69f1e5ea78 | 63422d2fd3b1ff6d2d8899ad625eecb86fc7c3db | /Practice/Search/Node.h | 6721829afba67f681677a881e9f0dc799faf8e8a | [] | no_license | brianxchen/practice | 2ac1dc0e62f32ea796211c1e3bcfd51f5eb6b33e | e41002c8ca86310be699b94ad0775f1784786727 | refs/heads/master | 2023-07-06T19:44:03.995176 | 2021-08-14T06:20:29 | 2021-08-14T06:20:29 | 270,399,602 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 459 | h | #pragma once
#include "../Common.h"
#include "SearchContext.h"
class Node {
public:
string name;
int age;
vector<Node*> children;
Node(string name, int age, vector<Node*> children) {
this->name = name;
this->age = age;
this->children = children;
}
~Node() {
cout << "Destructing " << this->name... | [
"brianchen49@gmail.com"
] | brianchen49@gmail.com |
1e17e12e7d2d6e21b206e61fb0c8d74efcff358d | 025d650960f02c14b02ccdc21bbc508e89ed4d22 | /fallen/DDEngine/Headers/renderstate.h | 349150a20743b37491011525b206bbaf8d2dc987 | [
"MIT"
] | permissive | kstuedem/MuckyFoot-UrbanChaos | 2b92a74d3a1cb13e77b294f49885831eb68e1f57 | e637360cf91e6dec8e10151b4b81f255d635b288 | refs/heads/master | 2021-07-16T09:26:28.238566 | 2021-06-27T17:51:21 | 2021-06-27T17:51:21 | 92,092,938 | 4 | 3 | null | 2017-05-22T19:43:38 | 2017-05-22T19:43:38 | null | UTF-8 | C++ | false | false | 2,296 | h | // renderstate.h
//
// render state class; encapsulates a state of the renderer
#ifndef _RENDERSTATE_
#define _RENDERSTATE_
enum SpecialEffect
{
RS_None, // no special effect
RS_AlphaPremult, // premultiply vertex colours by alpha and set alpha to 0
RS_BlackWithAlpha, // set vertex R,G,B to (0,0,0)
RS_InvAlphaP... | [
"dizzy2003@gmail.com"
] | dizzy2003@gmail.com |
acf1ef77cc8db4e4bd952c63978250ef93d90459 | 13959af367e398ed935855a68dbe4c06dede2ba5 | /heaps/k-most-frequent.cpp | 4c31ef09a418ce5dab2466e3f215d305c45bb856 | [] | no_license | v-rohan/dsa-cpp | 1d0085abe6e8afffdab7315bc98847dc5d63b702 | 1c0b0088a96ebaba8c3270a89319ba789e93fa53 | refs/heads/main | 2023-06-02T17:53:23.772304 | 2021-06-28T19:16:14 | 2021-06-28T19:16:14 | 358,817,241 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 765 | cpp | #include <bits/stdc++.h>
#define ppi pair<int, int>
using namespace std;
int main()
{
int arr[] = {1, 1, 1, 3, 45, 4, 5, 4, 4, 4, 45, 45, 45, 45, 45, 45, 5, 2, 3, 0, 0, 0, 0, 0, 0};
int k = 3;
int size = sizeof(arr) / sizeof(arr[0]);
unordered_map<int, int> mp;
for (int i = 0; i < size; i++)
{
... | [
"rohanrao.dec11@gmail.com"
] | rohanrao.dec11@gmail.com |
0c992a4857b3c813bc97e0b1afb8e73f7cc9ce6c | fbefa8fd469bdcec632e86d39e7a043b1f78db20 | /server/desktop/src/cross/windows/unicodeconverter.cpp | 1bb0f66e14ca29c987228992c276d358c3159955 | [] | no_license | HustonMmmavr/msiyb | de19ac9df39379bc5ac4dbc8a3c011be66bafc5c | 4883bda4c2ac6b974120f36cd169a64d473a860f | refs/heads/master | 2021-01-21T05:16:57.089848 | 2017-08-08T21:23:17 | 2017-08-08T21:23:17 | 83,165,578 | 0 | 0 | null | 2017-03-01T16:30:57 | 2017-02-25T21:54:55 | C++ | UTF-8 | C++ | false | false | 355 | cpp | #include "unicodeconverter.h"
void ConvertCharToTCHAR(const char *cStr, TCHAR *tStr)
{
#ifdef _UNICODE
mbstowcs((wchar_t*)tStr, cStr, strlen(cStr) + 1);
#else
strcpy(tStr, cStr);
#endif
}
void ConvertTCHARToChar(TCHAR *tStr, char *cStr)
{
#ifdef _UNICODE
wcstombs(cStr, (wchar_t*)tStr, wcslen((wchar_t*)tStr) + 1);
... | [
"haseprogram@mail.ru"
] | haseprogram@mail.ru |
b7efe6b2d75f5611b379778c383866e8ee980d53 | 9bab14598337eb38a230cccdb0919b9913f80e5a | /src/sequence.hpp | dbb0803780564b99a4d861c7d278eea7dc69b71c | [
"MIT"
] | permissive | tprodanov/spoa | d00ed49c01bcb69cd939109e1655f90568015869 | 3a09bc65a08915a1a3956ef74b5b7cc4391cd08c | refs/heads/master | 2021-07-16T05:36:16.724380 | 2021-01-27T14:50:30 | 2021-01-27T14:50:30 | 234,450,167 | 0 | 1 | MIT | 2021-01-27T23:07:32 | 2020-01-17T02:01:44 | C++ | UTF-8 | C++ | false | false | 1,102 | hpp | /*!
* @file sequence.hpp
*
* @brief Sequence class header file
*/
#pragma once
#include <cstdint>
#include <memory>
#include <vector>
#include <string>
namespace bioparser {
template<class T>
class FastaParser;
template<class T>
class FastqParser;
}
namespace spoa {
class Sequence {
public:
... | [
"robert.vaser@fer.hr"
] | robert.vaser@fer.hr |
59e7c3efa3b46a4a18e56b7700b9ad8d965e09de | d2a4cf4e6fff810e94c85c1c94ebef6638469ff4 | /exchangingmoney.cpp | 634e6ed19a4561caa6b5ecb592b941ef8cfc0ccb | [
"MIT"
] | permissive | iam-abbas/cs-algorithms | 8be8dd665cb3abd5fce2b9de09519d0597e59e45 | d04aa8fd9a1fa290266dde96afe9b90ee23c5a92 | refs/heads/master | 2021-10-07T09:57:04.943048 | 2021-10-01T18:24:24 | 2021-10-01T18:24:24 | 213,309,115 | 255 | 443 | MIT | 2021-10-01T18:23:12 | 2019-10-07T06:18:54 | C++ | UTF-8 | C++ | false | false | 1,218 | cpp | //hackerearth problem picked from noveasy19
//Problem url:https://www.hackerearth.com/problem/algorithm/money-exchange-48c4a575/
/*question:There are n types of money denomination in your country having values a1,a2,..an .
You went to a shop to buy a product worth p units,
predict whether is it possible to complete th... | [
"noreply@github.com"
] | iam-abbas.noreply@github.com |
8813876808fbfda1457cbb76688f9d31cc91ca10 | 84b14d20aed23b7b2e45f364bd1003c4aae293be | /new/Transaction.cpp | d6c0ce5016184ef55473aaf16acee3aa2d2d9432 | [] | no_license | bednikova/OOP | 13afa75bc69f7b5d2bd42b8134a52c3b3a4488d3 | 7ab039f441f2f3ff63098d93ceb2ac9309306a35 | refs/heads/master | 2021-09-17T12:54:16.288759 | 2018-07-02T03:14:07 | 2018-07-02T03:14:07 | 126,021,163 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,180 | cpp | #include <iostream>
#include <fstream>
#include "Transaction.h"
//#pragma once
using namespace std;
Transaction createTransaction(Wallet &w, unsigned _senderId = 4294967295)
{
Transaction t;
t.time = time(NULL);
t.fmiCoins = w.fiatMoney/375;
t.senderId = _senderId;
t.receiverId = w.id;
retu... | [
"mihaela.bednikova@gmail.com"
] | mihaela.bednikova@gmail.com |
4a612537b7c68b67f18bb9aeb47477fc670f5f7e | 104cfbee3673a2e95b9a5540a9f638312d13312d | /RoadSearchRecHitReader/interface/RoadSearchRecHitReaderAlgorithm.h | 0005c8d302227b14eb03062352fcfd7f368528d9 | [] | no_license | gutsche/usercode | f2ac1a0e09cacaacae3a3bcbbb979fe2a6d002c8 | 709be819f5018d70e15b1f68df2e6e5f61243446 | refs/heads/master | 2016-09-05T21:52:01.244466 | 2013-03-15T23:14:49 | 2013-03-15T23:14:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,424 | h | #ifndef RoadSearchRecHitReaderAlgorithm_h
#define RoadSearchRecHitReaderAlgorithm_h
//
// Package: Gutsche/RoadSearchRecHitReader
// Class: RoadSearchRecHitReader
//
// Description: reads all 4 RecHit collections independent of their existence in the input file
//
// Original Author: Oliver Guts... | [
""
] | |
074e764a8837aa4efb3e827f562d7c0fe9f2e7ab | 12af37ff9e15da5e773d8ecccb8040c931d36c43 | /source code/FarmingRush/Plant.h | 981e1009fe0e7427d20d6d2d7c54a0462112af43 | [] | no_license | MsrdMai/Project-ComProG | 6394b28bbdf6911b3c5c539346ebb6d8d6e2d1ed | 066f0df61066b9e88c6b570271fa9f94505ea8e6 | refs/heads/master | 2020-04-28T22:20:31.438781 | 2019-05-02T16:41:20 | 2019-05-02T16:41:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 826 | h | #pragma once
#include <SFML\Graphics.hpp>
#include "State.h"
#include "Inventory.h"
class Plant
{
public:
Plant();
Plant(sf::Texture * texture, int imageCount, sf::Vector2f position);
~Plant();
void setLayout(sf::Vector2f position, sf::Vector2f scale);
void Update(float deltaTime);
void Draw(sf::RenderWindow& w... | [
"35396908+Tearrockster@users.noreply.github.com"
] | 35396908+Tearrockster@users.noreply.github.com |
7614df034e06328bdd908e3de3ece081d804ad3b | 28ccb703343b7c907f65584f7ce9919281560514 | /src/FWCS/Controllers/Move.cpp | 529dc8f46b17ae0a3e1486ba8f0687bb63f703f0 | [] | no_license | TankOs/flexworld-fwcs | 9bd8416e06afc3248bddc1ce796686c053d17535 | a3bc57d800b2c89b1ee2bb5b214f01b2156d2714 | refs/heads/master | 2021-01-20T16:59:57.410855 | 2017-02-22T20:57:17 | 2017-02-22T20:57:17 | 82,851,813 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 910 | cpp | #include <FWCS/Controllers/Move.hpp>
#include <FWCS/ControllerRequirements.hpp>
#include <FWCS/Entity.hpp>
#include <SFML/System/Time.hpp>
#include <iostream>
namespace cs {
namespace ctrl {
const ControllerRequirements& Move::get_requirements() {
static const auto req = ControllerRequirements(
).require_property<... | [
"stefan@boxbox.org"
] | stefan@boxbox.org |
280eded3299cde0a50b862e6e491d3d0c37e93c0 | d52d3a9f0afb4316532837a5786e487813374da2 | /fmnccmbd/CrdFmncPrs/QryFmncPrsMNOrg_blks.cpp | ca5da89b92f59cd19c71d271a0c315d852a2e15c | [] | no_license | epsitech/fabmaniac | cf7fb7e2f8d0f0a3dd18585a3309d05d3ea622ac | 715f59ed8a80a1288119081210428fce51422d7e | refs/heads/master | 2021-01-21T04:25:33.463846 | 2016-08-07T19:25:59 | 2016-08-07T19:25:59 | 48,572,056 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,882 | cpp | /**
* \file QryFmncPrsMNOrg_blks.cpp
* job handler for job QryFmncPrsMNOrg (implementation of blocks)
* \author Alexander Wirthmueller
* \date created: 7 Mar 2016
* \date modified: 7 Mar 2016
*/
/******************************************************************************
class QryFmncPrsMNOrg::StatApp
... | [
"awirthm@gmail.com"
] | awirthm@gmail.com |
fe20bd71266ae255f40a4c3a32b8d165d1023231 | 44351a727dad4614a782c68a2a34939fee711625 | /Hungry_Dragon/Client/Code/Goal.cpp | 8006dde831ca70a069bbdef7b6408bc4b464a73b | [] | no_license | maverick107A/Hungry_Dragon_v3 | 9ebbb3676b3096b8236f8d6d9fd79580e55e7803 | 42c3fbbdfeef3efb835cef14ccf755cb071fe13e | refs/heads/master | 2022-12-12T14:09:59.543934 | 2020-08-31T19:43:18 | 2020-08-31T19:43:18 | 282,894,128 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,777 | cpp | #include "stdafx.h"
#include "Export_Function.h"
#include "Ingame_Flow.h"
#include "Goal.h"
CGoal::CGoal(LPDIRECT3DDEVICE9 pGraphicDev)
: Engine::CGameObject(pGraphicDev)
{
}
CGoal::~CGoal(void)
{
}
HRESULT CGoal::Ready_Object(void)
{
return S_OK;
}
int CGoal::Update_Object(const float & fTimeDelta)
{
return ... | [
"68321073+maverick107A@users.noreply.github.com"
] | 68321073+maverick107A@users.noreply.github.com |
479c0935916b7cda1429961aef4fe525f0d9ea18 | 38c10c01007624cd2056884f25e0d6ab85442194 | /ppapi/shared_impl/media_stream_audio_track_shared.h | 8d9cbe5d84e41cee53a893da1d3b56eef479f434 | [
"BSD-3-Clause",
"LicenseRef-scancode-khronos"
] | permissive | zenoalbisser/chromium | 6ecf37b6c030c84f1b26282bc4ef95769c62a9b2 | e71f21b9b4b9b839f5093301974a45545dad2691 | refs/heads/master | 2022-12-25T14:23:18.568575 | 2016-07-14T21:49:52 | 2016-07-23T08:02:51 | 63,980,627 | 0 | 2 | BSD-3-Clause | 2022-12-12T12:43:41 | 2016-07-22T20:14:04 | null | UTF-8 | C++ | false | false | 733 | h | // Copyright 2014 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 PPAPI_SHARED_IMPL_MEDIA_STREAM_AUDIO_TRACK_SHARED_H_
#define PPAPI_SHARED_IMPL_MEDIA_STREAM_AUDIO_TRACK_SHARED_H_
#include "ppapi/c/ppb_audio_buf... | [
"zeno.albisser@hemispherian.com"
] | zeno.albisser@hemispherian.com |
ef128be4d7df471ce30a288cec9564751d6c3343 | e2b4a334a6b5f748b8d36a52f75e2c863dafd0b2 | /glestSVN/source/shared_lib/sources/graphics/gl/font_gl.cpp | dda2ad259cf8647064808b2dba2c2d23f04876a9 | [] | no_license | wangtianhang/glest | 976c803454977322c600b2e68d4696a7b5cf5757 | f26c1ea38c3932566e61638672f4d785721147f0 | refs/heads/master | 2020-12-31T01:22:42.975270 | 2016-05-01T13:25:45 | 2016-05-01T13:25:45 | 57,438,810 | 0 | 0 | null | null | null | null | ISO-8859-10 | C++ | false | false | 1,644 | cpp | // ==============================================================
// This file is part of Glest Shared Library (www.glest.org)
//
// Copyright (C) 2001-2008 Martiņo Figueroa
//
// You can redistribute this code and/or modify it under
// the terms of the GNU General Public License as published
// by the Free Software ... | [
"690879430@qq.com"
] | 690879430@qq.com |
d10dba550e7bd98907cf18b75688a78b7b9f2212 | ed3dbfe34a6e4535297dca881e196d11f73f6e72 | /edictionary/build-Edictionary-Desktop_Qt_5_6_0_MinGW_32bit-Debug/debug/moc_vocabularyinfowindow.cpp | cc3a372799b22e0cc1f00f2080c71af74348fbec | [] | no_license | elecdictionary/dictionary | fcd5be7736efeb3b85b9ca92b8a0bbf612efc39f | 3145627148846869df7d5149202151c341a06248 | refs/heads/master | 2020-12-24T18:14:06.600861 | 2016-05-27T16:59:24 | 2016-05-27T16:59:24 | 58,064,522 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,814 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'vocabularyinfowindow.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.0)
**
** WARNING! All changes made in this file will be lost!
************************************************... | [
"992195697@qq.com"
] | 992195697@qq.com |
4db2c65733ca55b104493e0a1f615934380f137b | 563b85327b2bfc5c805c84c07b40bc358869da21 | /src/EventCounter.cc | 8d16a12ad06d6e5d72508e32cff234e184a9a507 | [] | no_license | ferencek/cms-MyAnalysis-EventCounter | 9581cbe0e95cf8dcc5d92c04453927fa796e1350 | 4b0bbfb6791cd62f5d6d7cb5682f82b3438ad8b7 | refs/heads/master | 2020-04-15T09:30:08.197589 | 2013-07-14T00:26:15 | 2013-07-14T00:26:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,765 | cc | // -*- C++ -*-
//
// Package: EventCounter
// Class: EventCounter
//
/**\class EventCounter EventCounter.cc MyAnalysis/EventCounter/src/EventCounter.cc
Description: [one line class summary]
Implementation:
[Notes on implementation]
*/
//
// Original Author: Dinko Ferencek
// Created: Sat Jul ... | [
""
] | |
b462e65a87c7a56db6b23a9469c9613a12987dd5 | 12e2e742c3eaa0fdceb3abb19db32d80a4a85b9a | /reference/C/LULESH.cc | 54befcfffd7e12449d6f95948903f7ce63492be3 | [] | no_license | tmcdonell/lulesh-accelerate | ae408c61787182a5272d6becd4322e56ef2125bf | 06f7303ab160b0bb9b14f75553a10121cc843e18 | refs/heads/master | 2022-10-12T21:45:37.230367 | 2022-09-06T09:46:31 | 2022-09-06T09:46:31 | 35,317,106 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 95,919 | cc | /*
Copyright (c) 2010.
Lawrence Livermore National Security, LLC.
Produced at the Lawrence Livermore National Laboratory.
LLNL-CODE-461231
All rights reserved.
This file is part of LULESH, Version 1.0.
Please also read this link -- http://www.opensource.org/lic... | [
"tmcdonell@cse.unsw.edu.au"
] | tmcdonell@cse.unsw.edu.au |
b2a99665939243343d1724bcc5127e20a90833e5 | 59791634e73675a1dbe6bcded428efdcffdfd09c | /form_example/realtimecharts_cpp/qtdemo/build-realtimemultithread-Desktop_Qt_5_7_0_MinGW_32bit-Debug/debug/moc_randomwalk.cpp | f75a710c6f4bc1b99beba0bc05329ba8d10f6c37 | [
"IJG"
] | permissive | liuzhanchun/qt_project | f8ceece25966a641d45b5d16727dd009cd1d221d | 4ab76ca6d318531a2b5ded21754d3c17b7abe51e | refs/heads/master | 2020-11-23T19:26:58.856730 | 2019-12-17T01:57:17 | 2019-12-17T01:57:17 | 227,787,964 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,637 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'randomwalk.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.7.0)
**
** WARNING! All changes made in this file will be lost!
**********************************************************... | [
"liuzhanchun"
] | liuzhanchun |
dc9efbf74e257eb056d101f86e47aaf15778b7ec | 4652840c8fa0d701aaca8de426bf64c340a5e831 | /content/browser/service_worker/embedded_worker_instance.cc | 6fb30fdeff79f0695c595379d08da704e500893d | [
"BSD-3-Clause"
] | permissive | remzert/BraveBrowser | de5ab71293832a5396fa3e35690ebd37e8bb3113 | aef440e3d759cb825815ae12bd42f33d71227865 | refs/heads/master | 2022-11-07T03:06:32.579337 | 2017-02-28T23:02:29 | 2017-02-28T23:02:29 | 84,563,445 | 1 | 5 | BSD-3-Clause | 2022-10-26T06:28:58 | 2017-03-10T13:38:48 | null | UTF-8 | C++ | false | false | 36,295 | 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 "content/browser/service_worker/embedded_worker_instance.h"
#include <utility>
#include "base/bind_helpers.h"
#include "base/macros.h"
#include... | [
"serg.zhukovsky@gmail.com"
] | serg.zhukovsky@gmail.com |
6dbacad0667a4b71a7e93104d76cffbc24715d46 | 29157239559ff46b4331899464c9f3cb2bf5be40 | /lib/Bluetooth_HC_06.h | 15820907d205af86a522dc85fe5953d04089003c | [] | no_license | andreidemit/alpha | 510dcfd657cb8069d540c930efc1b891bcd70ce9 | 98b1bb48ad2ea4bea59b29761093555ef510c784 | refs/heads/master | 2021-09-06T01:36:31.929424 | 2018-02-01T10:18:46 | 2018-02-01T10:18:46 | 119,817,970 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 414 | h | #ifndef _Bluetooth_HC_06_H_
#define _Bluetooth_HC_06_H_
#include "Arduino.h"
#include "SoftwareSerial.h"
/*
* Used with board V5, default RX and TX are 0 and 1
*
* */
class Bluetooth_HC_06
{
SoftwareSerial *serial;
void configBluetooth();
public:
//Constructor
Bluetooth_HC_06();
Bluetooth_HC_06(int pinRX... | [
"adydro3@gmail.com"
] | adydro3@gmail.com |
9253eba2c4c15fb45acfb072d5951f01b1699dd2 | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /external/chromium_org/ui/events/event_targeter.h | a28662b5e83a033f664f9d0f891ffd5afe1e596d | [
"BSD-3-Clause",
"MIT"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | C++ | false | false | 1,640 | h | // Copyright (c) 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.
#ifndef UI_EVENTS_EVENT_TARGETER_H_
#define UI_EVENTS_EVENT_TARGETER_H_
#include "base/compiler_specific.h"
#include "ui/events/event.h"
#include "ui... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
926283f9ceef29b76ec44b0a468677a928712f66 | 635a31fb5f4fed8f1f630f6f6620e55ce4ae03e6 | /CODEJAM/CODEJAM17/Qualification/stall.cpp | 5678b97a46e4762c87022836dd41fc35c78abcaa | [] | no_license | iCodeIN/Problem-Solving | 82cd4eef0e4606baf31d8de34135dd5366d19a1e | 92f13c2cab5dfe914755dae7790c9cf8c6fb8782 | refs/heads/master | 2022-11-27T16:49:30.319955 | 2020-08-08T08:47:24 | 2020-08-08T08:47:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,030 | cpp | #include<bits/stdc++.h>
using namespace std;
long long int interval_check(vector<long long int> vec)
{
long long int len=0,idx=0;;
for(int i=0;i<vec.size()-1;i++){
if((vec[i+1]-vec[i]) > len){
len=(vec[i+1]-vec[i]);
idx=vec[i];
}
}
return idx;
}
int main()
{
int iter,Num_test;
ifst... | [
"inbanerj@akamai.com"
] | inbanerj@akamai.com |
4736ef3e33d2eba47bad1e46c67e6dc83e55d157 | 83d0ee52959637cc7dc5cdd1bd41d35ca0947245 | /code/17.17.cpp | ffdd5eb86850b475763a0b7de82a1993572afa52 | [] | no_license | tiandada/Cpp_Primer_Notes | 6d545e7492d808df9afda859677fd7c60aae4f5e | 8277416d0eaf52502cc38d3c92a467cc2fe6d93c | refs/heads/master | 2022-12-31T19:05:23.997349 | 2020-10-22T07:42:14 | 2020-10-22T07:42:14 | 262,535,409 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 438 | cpp | #include <iostream>
#include <string>
#include <regex>
int main()
{
std::string pattern("[^c]ei");
pattern = "[[:alpha:]]*" + pattern + "[[:alpha:]]*";
std::regex r(pattern, std::regex::icase);
std::string test_str;
while(std::cin >> test_str)
{
for(std::sregex_iterator it(test_str.begin(), test_str.end(), r),... | [
"tianqiank@163.com"
] | tianqiank@163.com |
77f798d18bf98ed253fbd4079bc5a9f42208e303 | 3c22dd56cbdedeb8b827d7c26ae44f2dd676adaf | /inc/system/common/toolsLog.hpp | 26bf362166a51e872ef6bc41809cb7619fa16a38 | [] | no_license | lee20171130/x9_mipi_tof_sunny_part | fb3244a1838ec53f52db088d921b486076e9d4f5 | 21f11df4d8649d1590a4e8f151731e626c975d8a | refs/heads/master | 2021-09-14T01:36:15.091923 | 2018-05-03T06:41:00 | 2018-05-03T06:41:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,289 | hpp | /****************************************************************************\
* Copyright (C) 2016 pmdtechnologies ag
*
* THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
* KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITN... | [
"zhangw66@outlook.com"
] | zhangw66@outlook.com |
e74a6c101b6e0131837e1c95295ed975459e5a2b | 0d0d3831b44c4dc3b1e81122599e61e98b50cdcb | /Cjt_identificadores.cc | 59e4d86324d99b3b760002efbd39ef552c8f0ac5 | [] | no_license | AdrianGarciaB/PRO2-PracticaEVALUATOR | 79ee5d9dae42c16263e9c86e17a5b7d59d9866a7 | f4c9549cd5f9fdc4029ff22dbd80928323c24bb4 | refs/heads/main | 2023-05-03T07:53:03.950138 | 2021-05-26T15:50:21 | 2021-05-26T15:50:21 | 371,088,144 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 534 | cc | /** @file Cjt_identificadores.cc
@brief Codigo de la clase Cjt_identificadores
*/
#include "Cjt_identificadores.hh"
Cjt_identificadores::Cjt_identificadores() {
}
string Cjt_identificadores::obtener_elemento(const string &p) const {
string valor;
auto it = cjt.find(p);
if (it != cjt.end())
v... | [
"noreply@github.com"
] | AdrianGarciaB.noreply@github.com |
65951b8e976995d940268e624956dab27e0a375f | 4d4ff8c57f9cb8d20d72b22565800ca123edf089 | /misc/globals.hpp | 427f7bce6d4be7aeda7016d82c4433a354c6fc67 | [
"BSD-3-Clause"
] | permissive | Gydo194/server | e2b44258fa5111b816755f3f1758dfa686622c4c | a3968715f2e22c01ebcdb035f172db1968c2be2a | refs/heads/master | 2021-06-08T12:13:06.224737 | 2021-03-25T22:07:04 | 2021-03-25T22:07:50 | 131,518,185 | 10 | 1 | null | 2018-05-02T19:35:42 | 2018-04-29T18:15:25 | C++ | UTF-8 | C++ | false | false | 134 | hpp | #ifndef COMMONS_H
#define COMMONS_H
#include "../server/Server.hpp"
extern Server server;
//extern EventHandler
#endif //COMMONS_H
| [
"gydo194@omen"
] | gydo194@omen |
9b7675c07d4829c953377b01f667c7e58b16c301 | 6ee189b90d2f40b37de837c2fdf985977862a2ee | /v0.83-master/source/Source/Bubble/wxBubble/v1.0/Source/BubbleInstance.cpp | cfa9d143ef8619671831179252acda2048f6e446 | [] | no_license | Guillermo-Cortez/miniBloq_Mulita | 51c3ddafbd7a7c48a3f4542d1e0e2756376c409b | 075a336f5b6de534a27910c3bcbba8a4dcaf5ddc | refs/heads/master | 2023-07-17T23:12:15.539866 | 2021-08-31T21:44:38 | 2021-08-31T21:44:38 | 395,130,511 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 179 | cpp | #include "BubbleCanvas.h"
//## #include "Bubble.h"
//#include <wx/msgdlg.h> //##Debug, se va en release. Agregar compilación condicional.
WX_DEFINE_OBJARRAY(arrayOfInstances);
| [
"guillermo.cortez@adventistas.org.ar"
] | guillermo.cortez@adventistas.org.ar |
44c72369aa40308f2496e1e5ff3ba7282a3db93c | 1af5af91c0d692f7814f57441bee61a3b9ad1f1e | /4-median-of-two-sorted-arrays.cpp | 4a4e10bbeedbeb33cc7e8e39ad37f20be8a614ed | [] | no_license | raiseyang/leetcode | b064cd22fc09cfcf562a886e1e12d752ee2e7c37 | 4316dab854b17b3c26beb9c016539d4c2067f8e1 | refs/heads/master | 2022-02-21T19:12:52.990374 | 2019-09-07T08:23:52 | 2019-09-07T08:23:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,165 | cpp | class Solution
{
public:
double findMedianSortedArrays(vector<int>& nums1, vector<int>& nums2)
{
vector<int> all;
vector<int>::iterator it1, it2;
if (nums1.size() + nums2.size() == 0)
return 0;
it1 = nums1.begin();
it2 = nums2.begin();
while (it1 !=... | [
"maxime.limy@gmail.com"
] | maxime.limy@gmail.com |
63d2c870efbe2fdb9668a29033bc7a21b3f7a759 | 1ad132f0aa7fe0ed7156c083c7f33e72af9f3ee8 | /extern/rocksdb/util/rate_limiter.cc | 188d5f0c76f455c8346869dafbba2693fd221044 | [
"BSD-3-Clause",
"MIT"
] | permissive | guileen/ferrydb | 8814446e28b0fab60389617496dc63bfe6db5863 | d34d8e99587691d0add6a836e6f1301f97b815f0 | refs/heads/master | 2021-01-10T10:59:54.602550 | 2015-11-04T09:45:05 | 2015-11-04T09:45:05 | 45,529,307 | 0 | 0 | MIT | 2019-06-21T06:49:28 | 2015-11-04T09:43:26 | Go | UTF-8 | C++ | false | false | 7,181 | cc | // Copyright (c) 2014, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
//
// Copyright (c) 2011 The... | [
"guileen@gmail.com"
] | guileen@gmail.com |
e44b869cb78b0b777e54d407690092c565837af7 | 46c11eb19899795bfeca9c91cb28f48fa15c5eaf | /cpathsolver.hpp | 66da5432a7d775602f318226c7809f974c2f0266 | [] | no_license | poptree/cppPathSolver | 543e627f7fd9cafa14603d112fd00be164234987 | 0419703b0a1a377dc88dc0bdb16e956f8d86b88d | refs/heads/master | 2020-09-20T17:41:57.280286 | 2019-11-28T01:59:16 | 2019-11-28T01:59:16 | 224,550,455 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 759 | hpp | #pragma once
#include <string>
#include <cstring>
#include <string.h>
#include <cstdio>
#include <vector>
#ifndef __CPP_PATH_SOLVER__
#define __CPP_PATH_SOLVER__
using namespace std;
namespace CPS
{
class cpathsolver
{
private:
string _filename;
bool is_backslash;
public:
cpa... | [
"poptreehengli@gmail.com"
] | poptreehengli@gmail.com |
e3cf6d3495308dcb953ae1c618d54f4196b04f24 | 35a0a383b079978992647555645ac30e52ebec3f | /test/CXX/class.derived/class.virtual/p6.cpp | f0243a776b6be0b61ec766c6e7add94ee1fc9570 | [
"Apache-2.0",
"LLVM-exception",
"NCSA"
] | permissive | Codeon-GmbH/mulle-clang | f050d6d8fb64689a1e4b039c4a6513823de9b430 | 214e526a2b6afeb9508cac5f88c5a4c28e98982f | refs/heads/mulle_objclang_100 | 2021-07-18T07:45:29.083064 | 2021-02-16T17:21:51 | 2021-02-16T17:21:51 | 72,544,381 | 29 | 5 | Apache-2.0 | 2020-04-30T11:36:08 | 2016-11-01T14:32:02 | C++ | UTF-8 | C++ | false | false | 757 | cpp | // RUN: %clang_cc1 -std=c++2a -verify %s
template<typename T>
class A {
virtual void f1() requires (sizeof(T) == 0);
// expected-error@-1{{virtual function cannot have a requires clause}}
virtual void f2() requires (sizeof(T) == 1);
// expected-error@-1{{virtual function cannot have a requires clause}}
};
te... | [
"nat@mulle-kybernetik.com"
] | nat@mulle-kybernetik.com |
461896ffa21b271690b3d6752c31aeee50e34462 | 41f52e5fe4144f35adeaaa0289734e119fade613 | /project/final_green_house_arduino_code/final_green_house_arduino_code.ino | a8fe28b5cb483bb97746f526d08aa186933c4693 | [] | no_license | duttasoumo/M.Sc.-Project | 9706b3de5a0ed84bf083e12625a4c62f74219a55 | 764c69d92099f037b93c46e07f2dded47fb58809 | refs/heads/main | 2023-05-10T23:42:45.843493 | 2021-05-21T18:59:50 | 2021-05-21T18:59:50 | 369,629,050 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 502 | ino | #include <dht.h>
dht DHT;
#define DHT11_PIN 8
#define LDR_PIN 5
#define MQ2_PIN 3
#define SM_PIN 4
void setup(){
Serial.begin(9600);
}
void loop()
{
DHT.read11(DHT11_PIN);
Serial.print(DHT.temperature);
Serial.print(",");
Serial.print(DHT.humidity);
Serial.print(",");
Serial.print(100-analogRead(LDR_... | [
"duttasoumo@gmail.com"
] | duttasoumo@gmail.com |
796121f48166047de179f549c989b8047a57a7f9 | 7d9ea268dbafa3f059d84fd433e9d2edaec75342 | /cpp-empty-test/Classes/BaseGameEntity.h | da72482db31db22e2ee9c1e9c09401bc3f900b99 | [] | no_license | sfy1020/coco-test | 6f6df6dcc28e2a9a05d472da99a935aa0189c58c | e55cb8f7f02dfa9e47bc3a91b36fa1e3abb2998d | refs/heads/master | 2021-01-10T04:16:31.236631 | 2016-01-10T16:02:27 | 2016-01-10T16:02:27 | 49,372,630 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,008 | h | #ifndef BASE_GAME_ENTITY_H
#define BASE_GAME_ENTITY_H
#pragma warning (disable:4786)
//------------------------------------------------------------------------
//
// Name: BaseGameEntity.h
//
// Desc: Base class to define a common interface for all game
// entities
//
// Author: Mat Buckland (fup@ai-junkie.c... | [
"yet100@naver.com"
] | yet100@naver.com |
1ceb75d00e5249b953f3a14597eb86f4fabd4638 | d99e66f8e3f41a52c307f36e4c833f4feff4cfe7 | /C++_primer_plus/ch03/3.6.cpp | fd937463662e7a2df261b93d4d3acb299ed47725 | [] | no_license | zhaowendao30/Cpp_primer_plus6 | 49061501323ad6925efb570893a8a260cda7df6a | cd2ae048d67b1de9d523e0553a03c628b2c6afd3 | refs/heads/master | 2021-04-23T21:48:01.573450 | 2020-05-03T08:31:48 | 2020-05-03T08:31:48 | 250,012,806 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 256 | cpp | // 3.6
#include <iostream>
using namespace std;
int main()
{
cout << "Enter your km: ";
double km;
cin >> km;
cout << "Enter your fules(L): ";
double L;
cin >> L;
cout << "Every 100km, your use "
<< L / km * 100 << "L fule" << endl;
return 0;
}
| [
"2294580367@qq.com"
] | 2294580367@qq.com |
144a66d2688f7afa967e97f2c9b972b038807331 | fac77d4caba7bc64dc2fc91a048ec865d826bf6f | /tries/Exceptions.cpp | 085aa3827fd011270a0abe0c6ae0650936d04f49 | [
"Apache-2.0"
] | permissive | abhidtu/altrusian | fcfc2186eab4dd21113bb381c79e1c51a2de39f5 | 0079944ea3fb1eeaeb1416a3f70c8b0ce7393cdf | refs/heads/master | 2020-12-25T14:58:45.350896 | 2016-08-22T13:28:14 | 2016-08-22T13:28:14 | 65,994,354 | 0 | 0 | null | 2016-08-19T19:58:45 | 2016-08-18T12:14:33 | C++ | UTF-8 | C++ | false | false | 997 | cpp | /**
* Copyright (c) 2016 Abhishek Chawla <abhidtu@gmail.com>
*
* 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 ownership.
* The ASF licenses this file to You unde... | [
"abhidtu@gmail.com"
] | abhidtu@gmail.com |
335a8aa4112d321591c8073c05be050949f6d80f | 43efb8c60d19d37c2f42805754086f910348a5ae | /Coding/Codechef/CHEFGR.cpp | ed6a6054e920bfd5293de593304e08086864d12a | [] | no_license | akshay2742/Coding-Problems | 961399752b30b6a17b72b2c1b2afada9e839a326 | 838be77b707cc82a9453c964ff8cedce1646dfe8 | refs/heads/master | 2021-06-26T14:08:39.292052 | 2020-10-08T18:34:19 | 2020-10-08T18:34:19 | 151,247,129 | 0 | 1 | null | 2020-10-08T18:34:21 | 2018-10-02T11:59:38 | C++ | UTF-8 | C++ | false | false | 1,976 | cpp | #include <iostream>
#include <sstream>
#include <cstdio>
#include <cstdlib>
#include <cmath>
#include <cstring>
#include <memory>
#include <cctype>
#include <string>
#include <vector>
#include <list>
#include <queue>
#include <deque>
#include <stack>
#include <map>
#include <set>
#include <algorithm>
u... | [
"prateekrishu@yahoo.com"
] | prateekrishu@yahoo.com |
fc7398313acb02b28fc21e2985c5caa1f8ad9dc3 | 6f6d726a96f47a80128a09c4f22fab4915847eac | /4.13.cpp | bfd2c48c767c413a0e86141687f2732785b587e3 | [] | no_license | bota999/Lab4 | eb465d82c081592263507d41e715e8a6fa44b391 | 07344d5d12a3620f5be9b69eb1a25badc5aa5080 | refs/heads/master | 2021-01-18T19:55:48.899567 | 2016-09-23T05:00:13 | 2016-09-23T05:00:13 | 68,990,400 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 325 | cpp | #include <iostream>
#include <cmath>
using namespace std;
int main() {
double x1,y1,x2,y2;
cin>>x1>>y1>>x2>>y2;
if(x1>0 && y1>0 && x2>0 && y2>0 || x1<0 && y1>0 && x2<0 && y2>0 || x1>0 && y1<0 && x2>0 && y2<0 || x1<0 && y1<0 && x2<0 && y2<0) {
cout<<"YES";
} else {
cout<<"NO";
}
return ... | [
"noreply@github.com"
] | bota999.noreply@github.com |
445a662d5a756eb29d49de9357e38559298483da | 5d607b72e829172adddf49c3741f1010da70937e | /colorHistogram.hpp | 813dfd23d28cb8456df927c56d206c20f77cbe82 | [
"MIT"
] | permissive | Thibault92/Human_Member_Recognition | d9c5a48a8a9a4c6954aa8e69097e1552e50c46a2 | 35c620560b0f68f08d5e719337880a5e68d270b6 | refs/heads/master | 2021-01-10T15:16:04.981029 | 2016-01-03T21:59:35 | 2016-01-03T21:59:35 | 46,358,759 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 290 | hpp | /*
* colorHistogram.hpp
*
* Created on: 16 déc. 2015
* Author: tinyl
*/
#include "lib_opencv.h"
using namespace cv;
using namespace std;
#ifndef COLORHISTOGRAM_HPP_
#define COLORHISTOGRAM_HPP_
Mat colorHistogram(Mat img, Mat histImage);
#endif /* COLORHISTOGRAM_HPP_ */
| [
"tinyl@Tinyl-PC.thibault.com"
] | tinyl@Tinyl-PC.thibault.com |
4407faa620f3660c9302891646b2e90093991512 | 941137a38b6e9c0541666ab5f19c4c8e7b2345a5 | /자료구조&디자인패턴/디자인패턴/예제/Chapter_1/SingletonQuest/Singleton.h | b391798d33506ca7ae0c5715b69d8ff19b796de6 | [] | no_license | Watch-Later/woochancho | c0236ebd13986c41fae06fccabaa5dc33f8a3d96 | 9c9223ad3a4b4fbb16f5737d829474d5df6be8ce | refs/heads/master | 2022-11-07T16:14:27.410918 | 2020-06-19T05:55:42 | 2020-06-19T05:55:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 416 | h | #pragma once
#include<iostream>
template<typename T>
class Singleton
{
private:
static T * m_hThis;
protected:
Singleton()
{};
virtual ~Singleton()
{};
public:
static T * GetInstance()
{
if (m_hThis == NULL)
m_hThis = new T;
return m_hThis;
}
static void DestroyInstance()
{
if (m_hThis)
{
d... | [
"hero461378@gmail.com"
] | hero461378@gmail.com |
b96ea287568c30ea22db8bf098bc2669b9e7fc68 | 0b3e580a6bb504b105d882cbdbd6962518dc480e | /chapter-04/recipe-03/cxx-example-3.5/test.cpp | 2610d2964c0def6c7bef7de6e5c3086943a70ac0 | [
"MIT"
] | permissive | PacktPublishing/CMake-Cookbook | d9207a98a56d52214426d6499f1e03f67bb0be2a | f57654f57349bb85ba1df945ddd66ef7b6e48c36 | refs/heads/master | 2023-01-28T01:11:00.882188 | 2023-01-18T09:24:10 | 2023-01-18T09:24:10 | 185,985,437 | 176 | 65 | MIT | 2021-06-01T23:47:39 | 2019-05-10T12:34:32 | C++ | UTF-8 | C++ | false | false | 23 | cpp | ../cxx-example/test.cpp | [
"dineshchaudhary@packtpub.com"
] | dineshchaudhary@packtpub.com |
43f2281b5bf44879e18cfcf8d3cbdd8fe84645d9 | ef875bd0c7d1c0e24426d21aeebca430a31c07a6 | /ImageRegistration/itkANTSSimilarityMetric.h | b18e5ed156f7b28d33860cb81ff93ada54aa90fe | [
"BSD-2-Clause"
] | permissive | akeshavan/ANTS | 9aa5a07d2835ab22a3e102a9eb79c11fe79cefea | b3e1645b23202578a67053e1c7d726f251ab3123 | refs/heads/master | 2020-05-30T11:53:47.040047 | 2012-12-12T19:08:57 | 2012-12-12T19:08:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,961 | h | /*=========================================================================
Program: Advanced Normalization Tools
Module: $RCSfile: itkANTSSimilarityMetric.h,v $
Language: C++
Date: $Date: 2008/11/15 23:46:06 $
Version: $Revision: 1.18 $
Copyright (c) ConsortiumOfANTS. All rights reserved.
... | [
"nidhishri@fd2da0a4-d968-48df-9cb5-d8c496287cbf"
] | nidhishri@fd2da0a4-d968-48df-9cb5-d8c496287cbf |
7b139b50fb7fc364174ddd29374a7ec2b0a1e741 | 51e2e702104e2420a9621e085a8dea4edc5c7299 | /GUI/WeaponButtonElement.cpp | f9abcb1134997388ce8ad23edfb13ffee7bd6db2 | [
"MIT"
] | permissive | lockathan/centerspace | ade06d865ccdd8292307c65a96a792bea7562e4c | 74f04b2d5bf31b64924e31d5759a24651484120c | refs/heads/main | 2023-07-13T02:54:36.785667 | 2021-08-16T06:35:58 | 2021-08-16T06:35:58 | 392,587,714 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,934 | cpp | #include "WeaponButtonElement.h"
#include <Rocket/Core.h>
#include <Rocket/Core/String.h>
#include <Rocket/Controls/DataSource.h>
#include <Controllers/MCUController.h>
#include <Entities/DataProvider.h>
#include <Entities/MechanizedCombatUnit.h>
#include <Entities/WeaponHardpoint.h>
#include <GUI/DataProviderElement.h... | [
"lockathan@gmail.com"
] | lockathan@gmail.com |
09bf4c8f7d0a40a4cc53c1da0d6af8575c973530 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /sandbox/win/sandbox_poc/pocdll/network.cc | 56ab5aefb0c291574444dfbae99cc2ee840706b2 | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 2,229 | cc | // Copyright (c) 2006-2008 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 "sandbox/win/sandbox_poc/pocdll/exports.h"
#include "sandbox/win/sandbox_poc/pocdll/utils.h"
// This file contains the tests used to ve... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
7524adfa72fa63e6e5a3af2516032d6fc8baf306 | 7b4aa62c0db6c96ee6619716bb427d4554d4f290 | /DSRhoFitCartesian/src/DSRhoPDFTIndep.cpp | bdb3a995ed2654e4896fa2a092a304cbcee6d9d7 | [] | no_license | dcervenkov/dst-rho-sens | 5762983b589ccc9abc46a8d18101b5c5c4c28a02 | 9de4a41f4af1a4a5d5d600b3ea3ad0fed7fac65d | refs/heads/master | 2021-01-13T09:58:55.483787 | 2017-04-04T10:17:35 | 2017-04-04T11:09:00 | 72,197,955 | 0 | 0 | null | 2016-10-30T18:10:16 | 2016-10-28T10:23:06 | C++ | UTF-8 | C++ | false | false | 5,262 | cpp | /*****************************************************************************
* Project: RooFit *
* *
* This code was autogenerated by RooClassFactory *
***... | [
"cervenkov@ipnp.troja.mff.cuni.cz"
] | cervenkov@ipnp.troja.mff.cuni.cz |
a3f0c8eaa2f732d375e18fdb62f56c04a251a7ea | 30cad8a581d68164d0a239ddc6373cf654ae6d1b | /src/Visual Studio 2015 Project/BluetoothDLLGMJoy/BluetoothDLLGMJoy/dllmain.cpp | 7243049dc5ce7f16253d06db8fc9a2636937a05c | [] | no_license | Quackertree/GameMaker-Native-Joycon-Support | 025338e862ce364f49c522357361b3a9c4d70872 | bf93ecbab5d7c5ecae8a9f9149fa2d66fe8f8818 | refs/heads/master | 2020-05-22T08:32:15.746440 | 2019-05-12T19:27:11 | 2019-05-12T19:27:11 | 186,279,677 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,378 | cpp | #include "stdafx.h"
#include "hidapi.h"
#include <string>
#include <iostream>
#include <chrono>
#include <thread>
#include <atomic>
#define GMEXPORT extern "C" __declspec(dllexport)
#define DATA_BUFFER_SIZE 40
#define ANGLE_PRECISION (1.0f / 1000.0f);
#define SPEED_PRECISION -(1.8f / 1023.0f / 7.4f);
//Vars
const un... | [
"mail.quackertree@gmail.com"
] | mail.quackertree@gmail.com |
214a2d3131fdb18bed2e9700a671f405a1470cd6 | 6c862c123645e595471323b6c45d449d71896109 | /LeetCode/C++/0084._Largest_Rectangle_in_Histogram/solution.hpp | be364969349f7527faa62da19f4ba43239fd96c9 | [
"MIT"
] | permissive | icgw/practice | 72083fc2e99b20aed937358d26e0ac0cfefd00ea | cb70ca87aa4604d1aec83d4224b3489eacebba75 | refs/heads/master | 2021-11-15T05:09:48.930754 | 2021-11-13T02:04:57 | 2021-11-13T02:04:57 | 144,442,645 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 793 | hpp | #include <vector>
#include <stack>
using std::vector;
using std::stack;
class Solution {
public:
int largestRectangleArea(vector<int>& heights) {
stack<int> ascend;
int maxArea = 0;
for (int i = 0; i <= heights.size(); ++i) {
while (!ascend.empty() &&
... | [
"icgw@outlook.com"
] | icgw@outlook.com |
376a2300c7d9558898a1667de62af96c6f20e259 | b78d0b0e4e6e90ff3d8e7fc4646c0697d2df38c3 | /wip/webserv/util/Convert.hpp | 00aea32bb626e526128d18ae67a0006b7b0ac7bc | [] | no_license | rpunet/42 | 871e7af5c5679de8ca282f8d827c2441c900449a | 5aa43a187c69a0f92b5b4e84fe17a38b37afc879 | refs/heads/master | 2023-01-08T07:36:21.943229 | 2020-11-12T02:21:03 | 2020-11-12T02:21:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,137 | hpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* Convert.hpp :+: :+: :+: ... | [
"caceresenzo1502@gmail.com"
] | caceresenzo1502@gmail.com |
b2ff4c3a4d152afca35b8aae1a80c117ad01a678 | fee9eff8d51a3a210a5d5904c8d118d58ce530e7 | /CSC8503/CSC8503Common/RotationConstraint.cpp | 0917e21ffa56303b0e7fd6932e7dcb2d01671604 | [] | no_license | Towers-D/CSC8503-Simulations | b8b4ceebc559ea1a051ee2ed45fd82d6710c37b1 | 92c740d9f47e91f81da00b17768a98af9256131a | refs/heads/master | 2022-03-12T09:42:24.599279 | 2019-12-13T16:32:30 | 2019-12-13T16:32:30 | 224,430,232 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,115 | cpp | #include "RotationConstraint.h"
using namespace NCL;
using namespace NCL::Maths;
using namespace CSC8503;
RotationConstraint::RotationConstraint(GameObject* a, GameObject* b, float ang) {
objectA = a;
objectB = b;
Vector3 posA = objectA->GetConstTransform().GetWorldPosition();
Vector3 posB = objectB->GetConstT... | [
"d.towers2@ncl.ac.uk"
] | d.towers2@ncl.ac.uk |
baba77737d7825416a45a69a08fc54d0dc632181 | 493ace8eb420b68b36cdb3a7ec74fa2f25efd5e2 | /oss_test/graphlab/chandy_misra.cxx | 625f38d19dc4a273318f38b14c4170a5a12943e9 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | TobyRoseman/SFrame | 6a3a27dafeeec2266372c32323dbba0251d58918 | 0b9087289d5d25fe1cc79dacf568543d07a420f2 | refs/heads/master | 2020-04-02T18:41:19.206132 | 2017-12-15T20:01:23 | 2017-12-15T20:01:23 | 52,128,309 | 1 | 0 | BSD-3-Clause | 2017-12-15T20:01:23 | 2016-02-20T00:42:35 | C++ | UTF-8 | C++ | false | false | 3,628 | cxx | /*
* Copyright (c) 2009 Carnegie Mellon University.
* 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.... | [
"toby@dato.com"
] | toby@dato.com |
65c7b53d69c88db0ad6c7f26b328fe7b84269aae | 2ee540793f0a390d3f418986aa7e124083760535 | /Online Judges/Codeforces/Educational Round 93/d.cpp | 773c7966d9ff79698cdcb32df8682355341eb8ba | [] | no_license | dickynovanto1103/CP | 6323d27c3aed4ffa638939f26f257530993401b7 | f1e5606904f22bb556b1d4dda4e574b409abc17c | refs/heads/master | 2023-08-18T10:06:45.241453 | 2023-08-06T23:58:54 | 2023-08-06T23:58:54 | 97,298,343 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,341 | cpp | #include <bits/stdc++.h>
using namespace std;
#define inf 1000000000
#define unvisited -1
#define visited 1
#define eps 1e-9
#define mp make_pair
#define pb push_back
#define pi acos(-1.0)
#define uint64 unsigned long long
#define FastSlowInput ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL);
#define d... | [
"dickynovanto1103@gmail.com"
] | dickynovanto1103@gmail.com |
d18a14ecd9c410f890960ba3530349dd75d3cd5f | 54d8acb9f614f1da82d4fbe5cfc1ead5972ab3b7 | /atcoder/ABC-184B.cpp | ef473d7428aeab680f44e51e56eea65ae4d72724 | [] | no_license | JohnItoo/Solvay | 9efd2e5a0318a0cf48a7e9d913a287e95188231d | 150b9460fe6332317362eba816e14b1ba6620ef5 | refs/heads/master | 2023-04-08T03:51:10.432417 | 2022-09-06T21:00:00 | 2022-09-06T21:00:00 | 188,384,500 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,805 | cpp | //============================================================================
// Name : template.cpp
// Author :
// Version :
// Copyright : Your copyright notice
// Description : Hello World in C++, Ansi-style
//============================================================================
#include <... | [
"itoohue@gmail.com"
] | itoohue@gmail.com |
f31cfe020531c2f1ad56b41b76382bbb0b18bd41 | 06a4438b52481db8dd6af95440e46d8cbfcd7b46 | /Tek2/B3 - C++ Seminar/Day10/ex01/SuperMutant.hpp | ffbc244e4192d635358f73529375653c9fefc3b3 | [] | no_license | josepvidalcanet/Epitech | f5bf3529c69fca9f10cb17f58cd82bcc076a8515 | 2222a7e5b433bcd847e1978b0efd813043fe01ec | refs/heads/master | 2023-08-16T12:49:28.859792 | 2021-10-01T14:42:44 | 2021-10-01T14:42:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 380 | hpp | /*
** EPITECH PROJECT, 2021
** B-CPP-300-STG-3-1-CPPD10-pierre.jeannin
** File description:
** SuperMutant
*/
#ifndef SUPERMUTANT_HPP_
#define SUPERMUTANT_HPP_
#include "AEnemy.hpp"
class SuperMutant : public AEnemy{
public:
SuperMutant();
~SuperMutant();
void takeDamage(int damage);
... | [
"pierre.jeannin@epitech.eu"
] | pierre.jeannin@epitech.eu |
5f8fcfa3005ed6051ac44e61126b4c8321839044 | a75d0418b2143d6f59635a8833bff49bc903df5e | /DofusMessages/HaapiCancelBidRequestMessage.cpp | 96d4675db564c15ca690178c5440139508a884e1 | [] | no_license | Arkwell9112/dofus_bot | 30b80850ba41b6a2b562705ec8aa1a6c87cfb8f8 | fc1b805b70c0ed43cbc585322806ece89d057585 | refs/heads/master | 2023-01-16T01:08:06.710649 | 2020-11-23T20:53:00 | 2020-11-23T20:53:00 | 314,084,045 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 526 | cpp | #include "HaapiCancelBidRequestMessage.h"
#include "../BotCoreAPI/BotCoreAPI.h"
void HaapiCancelBidRequestMessage::deserialize(CustomDataInput *input) {
this->_idFunc(input);
this->_typeFunc(input);
}
void HaapiCancelBidRequestMessage::_idFunc(CustomDataInput *input) {
this->id = input->readVarUhLong();
... | [
"arkwell9112@github.com"
] | arkwell9112@github.com |
e5f4a8a6dd104e0a4f1026ef4d90b2708b6fbbef | e85c3b5c24bd30a09b366766d2211fd493c5c75f | /half_3/4_Various_tasks/3_4_Y1.cpp | 4fb4b23527deea5cc18c27544435d039cac82cc0 | [] | no_license | vmik7/ejudge | c7aeefbc3e44659a9ae0f5c1be4618976034baeb | dfe84c473318bc091fd15d56f7c1878b4dd121f8 | refs/heads/master | 2020-05-30T11:05:13.527974 | 2020-05-06T11:06:32 | 2020-05-06T11:06:32 | 189,690,423 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,326 | cpp | #include <bits/stdc++.h>
using namespace std;
pair<int, int> a[1000]; // {val, i}
pair<int, int> dp[1001]; // {cnt, last}, i ~ sum;
int main() {
int n, c;
cin >> n >> c;
for (int i = 0; i < n; i++) {
cin >> a[i].first;
a[i].second = i + 1;
}
if (c == 0) {
cout << "0\n\n";... | [
"noreply@github.com"
] | vmik7.noreply@github.com |
77ff1f727ff8541f98f746ae0155df9aba80136c | bbecb7e1e1952827c8ee8804f2b3705445c07e33 | /src/vm/UniverseFactory.cpp | f261a4086a4158b5c4d1226f3f42051cc0048600 | [
"MIT"
] | permissive | jdegeete/SOMpp | 59892fccd6c391d96d8116ec852e13b76900dfbc | da219d2c24b44a13249dada6daa13b402b5a8fe4 | refs/heads/master | 2021-01-15T08:42:48.204999 | 2016-02-08T20:56:46 | 2016-02-08T20:57:02 | 14,223,298 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,922 | cpp | #include <vmobjects/VMSymbol.h>
#include <vmobjects/VMObject.h>
#include <vmobjects/VMMethod.h>
#include <vmobjects/VMClass.h>
#include <vmobjects/VMFrame.h>
#include <vmobjects/VMArray.h>
#include <vmobjects/VMBlock.h>
#include <vmobjects/VMDouble.h>
#include <vmobjects/VMInteger.h>
#include <vmobjects/VMString.h>
#in... | [
"jeroen.degeeter@gmail.com"
] | jeroen.degeeter@gmail.com |
29fcafb4a28de86c1508a663d85d986d9d3aebd3 | 0104d82d99292fac37e2fde72eb438dbd3636aa4 | /339_project.ino | 623d004090c25c433186800f3ef44f5a9edf7c43 | [] | no_license | ljthink/Smart-Monitoring-System-For-Farming | a21e6141579e08fa21ac5128a69cfad12f56c5db | fdd75896402bf0f90e66d2647c9a7c029fcf039e | refs/heads/master | 2022-04-02T12:53:00.533801 | 2020-01-25T14:15:29 | 2020-01-25T14:15:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,566 | ino | //SMART MONITORING SYSTEM FOR FARMING
//This is the code for 339 Project written by Kaan Toyaksi and Deniz Karadayı.
//First objective: Temp sensor.
//Second objective: Photoresistor.
//Third objective: Humidity sensor.
//Fourth objective: Bluetooth module.
// We define the pins that we are going to use in this sectio... | [
"noreply@github.com"
] | ljthink.noreply@github.com |
cd6a5646ac55ea7b9f86433c275d52b0ad8b8758 | fad111459ae142f1864120b5c3cb0d74d270c70c | /vnext/Microsoft.ReactNative/ReactRootView.h | b7c69e0f8296c82fa128425778c620baa115cd68 | [
"MIT"
] | permissive | mjfusa/react-native-windows | 3279461a5cbc18ddd52597a96b4e0d9074bc68c1 | eb2d614511c20caffed6b0105b92061be5ebeb4e | refs/heads/master | 2023-04-04T10:32:44.504118 | 2020-06-12T15:03:17 | 2020-06-12T15:03:17 | 271,598,386 | 1 | 0 | NOASSERTION | 2020-06-11T16:45:20 | 2020-06-11T16:45:19 | null | UTF-8 | C++ | false | false | 1,401 | h | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#pragma once
#include "ReactRootView.g.h"
#include "ReactHost/React.h"
#include "Views/ReactRootControl.h"
namespace winrt::Microsoft::ReactNative::implementation {
struct ReactRootView : ReactRootViewT<ReactRootView> {
ReactRootView() noe... | [
"noreply@github.com"
] | mjfusa.noreply@github.com |
2b48f2927d86e7f5abd9fb55e9c7c362468d8c07 | 081207834468897520a327260165c64466aefb8a | /src/wallet/walletdb.cpp | 87ae1d43f10ad67b9fe17a58a25ede4c33b622cd | [
"MIT"
] | permissive | gotaproblem/AuxPowCoin | eb61cd8dc03d021d3317ffb178ea6a685c74cb7c | eea038edf893677e85ca45eed047ff81092d3a0f | refs/heads/master | 2021-12-12T17:46:50.535108 | 2021-12-11T07:23:48 | 2021-12-11T07:23:48 | 227,309,159 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 30,246 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2016 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "wallet/walletdb.h"
#include "base58.h"
#include "consensus/validation.... | [
"steve664npc@gmail.com"
] | steve664npc@gmail.com |
73f5d37d1ebe3414d1d3bc422fd8e2f79ad302f0 | 3223ba020db519b4656b84ca49c159cdcb6c5461 | /src/linux_ennov.cpp | d696941185986079299a56582801af8488abbd0d | [] | no_license | rayl0/Ennov | 62c6cc288dd2e61f8de61aa2dbfb9093cfe79a6a | 11dc3635a146b3f3a653d7340ab0efa2351e7962 | refs/heads/master | 2020-12-05T00:31:28.245948 | 2020-05-03T09:28:13 | 2020-05-03T09:28:13 | 231,951,472 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,269 | cpp | // TODO(Rajat):
/*
--GJK Collision Detection (It is not necessary to use this)
--Cleaning Up Platform layer
--Input System Cleaning
--NOTE(rajat): As of Now Game is going to be statically linked
-- because to reduce complexity and needs.
*/
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/XKBlib.h... | [
"rajat.vx@gmail.com"
] | rajat.vx@gmail.com |
beb04ab66c03720e5a7680d14ec9f87aeafe5a8b | 17629053d2e743a4b8cb084aa81e555a6980cb23 | /MaxNo.cpp | 37cea1185598a70d8c29f9d384ee83e3cc0ef1a7 | [] | no_license | poojadhoble32/c-c-projects | 3f6ea31a5e6fb97de2c849845acbdaa5b8ddad17 | 43f1480d1494a882202a22a1147454c7714c4b26 | refs/heads/main | 2023-01-22T16:05:35.963494 | 2020-12-09T13:44:35 | 2020-12-09T13:44:35 | 319,955,387 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,130 | cpp | //maximumnumber.c
/////////////////////////////////////////////////////
//Statement : find maximum number among three number
/////////////////////////////////////////////////////
#include<stdio.h>
/////////////////////////////////////////////////////
//name : MaxNo
//input : int,int,int
//output : int
//... | [
"noreply@github.com"
] | poojadhoble32.noreply@github.com |
25ce81f0c6cd6ea72a77e8ea89f40ff5a93a1d52 | 7b275d60ad5c122c5a9ea8befce766c980388771 | /LightOJ/1001/11498396_AC_0ms_1688kB.cpp | 1d9e46e98947dc73ebda4b32ce42cce6987fbefc | [] | no_license | FahadAminShovon/Solved-Problems | 706d4b45769f0c959d892882be00cc6fb1f10ad8 | 25d3206886172e252365e73dd2002c12ad3324df | refs/heads/master | 2020-04-13T05:25:55.104149 | 2018-12-29T17:24:09 | 2018-12-29T17:24:09 | 162,991,852 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 586 | cpp | #include <bits/stdc++.h>
#define sc scanf
#define pf printf
#define pb push_back
#define ff first
#define ss second
#define gcd(a,b) __gcd(a,b)
#define lcm(a,b) ((a*b)/gcd(a,b))
#define fread freopen("input.txt","r",stdin)
#define pii pair<int,int>
#define bs binary_search
#define ub upper_bound
#define lb lower_bound
... | [
"bm.amin.fahad@gamil.com"
] | bm.amin.fahad@gamil.com |
a7075758e8c8b64c3b47194ec8d4cb587abe2bdc | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/squid/gumtree/squid_repos_function_746_last_repos.cpp | 1b252c9b89f596c57f7db09d47276eda0c1aef0a | [] | 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 | 87 | cpp | static void
free_acl_nfmark(acl_nfmark ** head)
{
delete *head;
*head = NULL;
} | [
"993273596@qq.com"
] | 993273596@qq.com |
e5737ba644e557c323bf55e2824809052965a9f6 | 945fed807f7dd3c52c7676942b66165835189748 | /cpp_primer_plus/chapter9/9.7_twofile1.cpp | 0b249f7028a69331d489b6df4c3a544de4d3e8fd | [] | no_license | littlebugyang/CPP_practice | 094f6ba578a4a90ad01281ab21e411d78f11ced1 | 9426c3e3f82de17712c7e0a381a792d295fa9f28 | refs/heads/master | 2023-05-31T06:38:40.560409 | 2021-06-10T17:32:27 | 2021-06-10T17:32:27 | 333,134,996 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 322 | cpp | #include <iostream>
int tom = 3;
int dick = 30;
static int harry = 300;
void remote_access();
int main()
{
using namespace std;
cout << "main() reports the following addresses:\n";
cout << &tom << " = &tom, " << &dick << " = &dick, ";
cout << &harry << " = &harry\n";
remote_access();
return 0;... | [
"im.lby@qq.com"
] | im.lby@qq.com |
8ff41c45d77cbce37a6f1cbc9a56f99ed523e7e1 | a5a99f646e371b45974a6fb6ccc06b0a674818f2 | /FWCore/Services/src/ExternalRandomNumberGeneratorService.cc | 5376475961d1245cbef3e11d92dbba1988ed9448 | [
"Apache-2.0"
] | permissive | cms-sw/cmssw | 4ecd2c1105d59c66d385551230542c6615b9ab58 | 19c178740257eb48367778593da55dcad08b7a4f | refs/heads/master | 2023-08-23T21:57:42.491143 | 2023-08-22T20:22:40 | 2023-08-22T20:22:40 | 10,969,551 | 1,006 | 3,696 | Apache-2.0 | 2023-09-14T19:14:28 | 2013-06-26T14:09:07 | C++ | UTF-8 | C++ | false | false | 3,651 | cc | #include "FWCore/Services/interface/ExternalRandomNumberGeneratorService.h"
#include "FWCore/Utilities/interface/EDMException.h"
#include "FWCore/Utilities/interface/Exception.h"
#include "FWCore/Utilities/interface/LuminosityBlockIndex.h"
#include "FWCore/Utilities/interface/StreamID.h"
#include "CLHEP/Random/engin... | [
"chrisdjones15@gmail.com"
] | chrisdjones15@gmail.com |
a4a9b696bf1011140afbd8f0b5745e02330401ab | 216748910afc255fa146609de8a70b43e9129289 | /CodeForces/231-A/231-A-31412762.cpp | 332445653e061447d19a1671a18a1acd0a7d5ae2 | [
"Unlicense"
] | permissive | hegdenaveen1/Codeforces-Solutions | aa9911d88c9584f8f78510a6133ac6c5bc7ad994 | 212d3926987afc853f0e8fc1776c3fb6870efb49 | refs/heads/master | 2021-09-09T08:22:28.418464 | 2018-03-14T11:05:21 | 2018-03-14T11:05:21 | 114,752,920 | 1 | 0 | null | 2017-12-19T10:59:54 | 2017-12-19T10:41:47 | null | UTF-8 | C++ | false | false | 434 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
#ifndef ONLINE_JUDGE
// for getting input from input.txt
freopen("input.txt", "r", stdin);
// for writing output to output.txt
freopen("output.txt", "w", stdout);
#endif
int T;
cin >> T;
int count=0;
int a,b,c;
for... | [
"hegdenaveen1@gmail.com"
] | hegdenaveen1@gmail.com |
f2693619a5783d0fd164d731e8aee7f3453c3d43 | 06840362139dc7d8c7e321bee6faa0f479677163 | /sw/libraries/NDIR_SoftwareSerial/NDIR_SoftwareSerial.cpp | efcde394213e6a26c458e3c0b776c770e48b009d | [
"MIT"
] | permissive | freaklabs/baseLogger | 12aebba07bb588d77a403b882527b0fc103f31f4 | 14d30b22c0f87e81b0be2dab093e185db062a8b4 | refs/heads/main | 2023-04-14T05:38:43.218053 | 2021-04-14T06:15:47 | 2021-04-14T06:15:47 | 348,941,532 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,955 | cpp | /*
Description:
This is a example code for Sandbox Electronics NDIR CO2 sensor module.
You can get one of those products on
http://sandboxelectronics.com
Version:
V1.2
Release Date:
2019-01-10
Author:
Tiequan Shao support@sandboxelectronics.com
Lisence:
CC BY-NC-SA 3.0
Please keep the above information wh... | [
"akiba@freaklabs.org"
] | akiba@freaklabs.org |
cd288a270fd5a8392facb2da22be225b2d226910 | 2f7f5fa43e38a46479fb513c83638589b3e46c96 | /StreetRacers/StreetRacers/Camera.h | 2ae03f02552b095c2dbe0e0bbb0f6d02ab5a4ee0 | [] | no_license | Megas97/Street-Racers-C-Plus-Plus-OpenGL | eed4f6a39312fd1ffc8d650f6194d5388da54f1f | 8288bba5f3a12cf160d359e1009035852562c64f | refs/heads/master | 2020-07-20T13:26:11.026927 | 2019-09-05T20:20:30 | 2019-09-05T20:20:30 | 206,649,919 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,269 | h | #pragma once
//camera class from learnopengl.com
#include <GL/glew.h>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <vector>
// Defines several possible options for camera movement. Used as abstraction to stay away from window-system specific input methods
enum Camera_Movement {
... | [
"noreply@github.com"
] | Megas97.noreply@github.com |
ebcaac92e9817193b4ee53d4f01b1fe8a2b1c80a | 41d1394e67c4d4560bb15b8b2b4ed89ed799d8ed | /Recursion/Problems.cpp | 766e8ea14f8e17177b1d89982b643de4dbfd5502 | [] | no_license | anurag-saraswat/Data-Stucture | f174daa3c1402060bf01b369102c5873103f9462 | e4f409a3d2831c2725ad87f6fbe4686bceb8beea | refs/heads/master | 2021-07-07T00:18:44.594729 | 2020-10-21T17:30:01 | 2020-10-21T17:30:01 | 200,500,829 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 434 | cpp | #include "iostream"
using namespace std;
int factorial(int n) {
if (n == 1 or n == 0) {
return 1;
}
else {
return n * factorial(n - 1);
}
}
int sumNaturalnum(int n) {
if (n == 0) {
return 0;
}
else {
return n + sumNaturalnum(n - 1);
}
}
int power(int n, int m) {
if (m == 0) {
return 1;
}
else {... | [
"saraswatanurag14@gmail.com"
] | saraswatanurag14@gmail.com |
6f09083e7e0ff838a241251b511bc06754ef4cbc | 2c1fd448636f91fe701d32e06b9946579c13bb5e | /Build/ncltech/PhysicsObject.cpp | 1a4376614b10eda5ea24cec94f3ae5af86e46176 | [] | no_license | mycmessia/Advanced-Game-Technologies-CSC8503-2016-17 | 6b2b1cc5d20230bf1f8cb579fce8079617e987ac | 27857b914a453cd75089a6817252d5617d40bec8 | refs/heads/master | 2020-06-16T08:41:07.422277 | 2017-01-22T20:43:51 | 2017-01-22T20:43:51 | 76,277,040 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,038 | cpp | #include "PhysicsObject.h"
#include "PhysicsEngine.h"
PhysicsObject::PhysicsObject()
: m_wsTransformInvalidated(true)
, m_Enabled(false)
, m_Position(0.0f, 0.0f, 0.0f)
, m_LinearVelocity(0.0f, 0.0f, 0.0f)
, m_Force(0.0f, 0.0f, 0.0f)
, m_InvMass(0.0f)
, m_Orientation(0.0f, 0.0f, 0.0f, 1.0f)
, m_AngularVelocity(... | [
"mycmessia@gmail.com"
] | mycmessia@gmail.com |
1edb797a8af90ea9230ac3d7067f342c6fe75dc4 | 92e979498ec13e4ef1f9ff140e12865b5082c1dd | /SDK/E_Tasks_structs.h | 9f8204b37ce1e858019f098333731e90d28ce797 | [] | no_license | ALEHACKsp/BlazingSails-SDK | ac1d98ff67983b9d8e9c527815f17233d045d44d | 900cbb934dc85f7325f1fc8845b90def2298dc2d | refs/heads/master | 2022-04-08T21:55:32.767942 | 2020-03-11T11:37:42 | 2020-03-11T11:37:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 662 | h | #pragma once
// Name: BlazingSails, Version: 1.481.81
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
// Enums
//---------------------------------------------------------------------------
// UserDefinedEnum E_Tasks.E_Task... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
921f6f807ab937441440f9548a6a684469186493 | 3c3bcedb49c15912182ccbc3cf5f0df6dbc0324a | /src/scenes/scene.h | 603aa1a0626b16abfd5a526a5ba589da48e964f2 | [] | no_license | cor-ferro/project-actio | 9bc4c6b86ee0932589ea921ca5ee98bcf4db101c | ea53372065d2c4d88eff7301df4674abff6f6dff | refs/heads/master | 2021-06-28T02:57:11.161251 | 2018-03-04T18:35:49 | 2018-03-04T18:35:49 | 115,191,356 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,052 | h | #ifndef SCENE_H_
#define SCENE_H_
#include <memory>
#include <assimp/Importer.hpp>
#include <assimp/scene.h>
#include <assimp/postprocess.h>
#include <vector>
#include <string>
#include <sstream>
#include <iostream>
#include "iniparser/src/iniparser.h"
#include "iniparser/src/dictionary.h"
#include "../ag.h"
#include ... | [
"thereissuchname@yandex.ru"
] | thereissuchname@yandex.ru |
c024e56a7e47148e57958bc373146fb113bc518a | 3d4b8f7fa6f89a804c20364c2703556fc0d91e62 | /test/mock/dashboard_mock.h | 3ba3b44d74ceba740631db72fc3403129a71c2a2 | [
"MIT"
] | permissive | dvetutnev/Ecwid-Console-downloader | c7f84eda5303bb50919569de91528743864e6067 | 35994baae9d4ab518d465aeafbdc0020c5482532 | refs/heads/master | 2020-05-26T08:32:15.005927 | 2017-10-20T19:17:26 | 2017-10-20T19:17:26 | 82,472,121 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 180 | h | #pragma once
#include <gmock/gmock.h>
#include "dashboard.h"
struct DashboardMock : public Dashboard
{
MOCK_METHOD2( update, void(std::size_t, const StatusDownloader&) );
};
| [
"d.vetutnev@gmail.com"
] | d.vetutnev@gmail.com |
ca8e4bdf88926f32a5ac8a9ff31c07c352c5080e | 7107aab2ec6eb72a79c51d4574ba2fdabf73e936 | /itr_1/Stage/include/data/quote/QuoteTypesetter.h | 9f34372c6a2072f42b34b52c651cc8bfd764932d | [] | no_license | automat/NEXT-Berlin-Stage-Identity | e011071e46893a85c57acced9dae3e8b924056d7 | 60021c719c0154ce94e169738bd828869a49a1cf | refs/heads/master | 2021-01-19T03:20:25.948499 | 2014-10-28T16:54:45 | 2014-10-28T16:54:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 33,017 | h | //
// QuoteTypesetter.h
// grid_00
//
// Created by Henryk Wollik on 28/03/14.
//
//
#ifndef grid_00_QuoteTypesetter_h
#define grid_00_QuoteTypesetter_h
#include <algorithm>
#include <vector>
#include <string>
#include <OpenGL/OpenGL.h>
#include <boost/assign/std/vector.hpp>
#include <boost/algorithm/string/trim.... | [
"olafyoorsen@hotmail.com"
] | olafyoorsen@hotmail.com |
436e0631cb70207ec283d10d46b48cf95a5b34a9 | d4c0b7fd40ddd8be34cb092cb7fd173f381dba65 | /DiffractiveZAnalysis/test/source/FasterCheck.h | 73cc1f8fdb28b1ff13f46f001324784c64506663 | [] | no_license | ForwardGroupBrazil/ForwardAnalysis | 8dceaacb1707c0769296f3c7b2e37c15a4a30ff7 | 5572335f19d1e0d385f73945e55e42fb4ed49761 | refs/heads/master | 2021-01-16T01:02:02.286181 | 2013-09-12T20:54:02 | 2013-09-12T20:54:02 | 12,787,581 | 1 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 10,727 | h | #ifndef FasterCheck_h
#define FasterCheck_h
#include <TFile.h>
#include <TTree.h>
#include <stdio.h>
#include <stdlib.h>
#include <string>
#include <vector>
#include "PhysicsTools/Utilities/interface/LumiReWeighting.h"
class DiffractiveEvent;
class DiffractiveZEvent;
class EventInfoEvent;
class FasterCheck {
TF... | [
""
] | |
6aa5e94b38788b7638feb09f63a66e9c4920f2e1 | ad45153f9f1827ce7b65102e8b66d56134870d20 | /Sources/Source/Shaders/ShaderLoader.cpp | e14551bb6a3b1f89ba6222b1b56ec9632d79f311 | [] | no_license | etmo6394/Craft | 87cd3cdae1e849f4b5a32d478c9579e70c4d769f | 8f03f11b91e89b41b3b82169e3475792e4900bbb | refs/heads/master | 2020-04-07T05:49:35.323554 | 2018-11-19T03:30:58 | 2018-11-19T03:30:58 | 154,711,963 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,809 | cpp | #include "ShaderLoader.h"
#include "../Util/FileUtil.h"
#include <glad.h>
#include <stdexcept>
namespace {
GLuint compileShader(const GLchar* source, GLenum shaderType) {
auto shaderID = glCreateShader(shaderType); // create shader object
glShaderSource(shaderID, 1, &source, nullptr); // specify shader source
... | [
"ethan.morgan@colorado.edu"
] | ethan.morgan@colorado.edu |
db7174b2bf7b5599270f4e24701accbe22213f1d | 4c04bfa2b0dd91250e35bce2886954830299bb80 | /src/test/netbase_tests.cpp | e6fce97aed2f8cc890349a90d6e16520392497ea | [
"MIT"
] | permissive | thehomosapien/dclr | 6a81a5fcd761b6fb7cf21f5d1c7e64d8d6e0c941 | dba88f2ad6359addaa66f1875792cc8c4f30d686 | refs/heads/master | 2020-07-04T03:28:50.754864 | 2019-08-13T12:27:40 | 2019-08-13T12:27:40 | 202,137,473 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,999 | cpp | // Copyright (c) 2012-2018 The Bitcoin Core developers
// Copyright (c) 2017 The Raven Core developers
// Copyright (c) 2018 The Rito Core developers
// Copyright (c) 2019 The DCLRcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mi... | [
"rishabhshukla@opulasoft.com"
] | rishabhshukla@opulasoft.com |
9cfd095bacc0d514e8a759b17138601a22ad6e99 | c40667ac2710705b10ce0bf31cbb2170264bab6d | /audio/APP_0011_AudioRecordTest/pcm2wav.cpp | d06b1638d044fda32635f8ec56cd2d4a22009fe9 | [] | no_license | zhifengxingyue/Framework-Study | 1dc68b9080dd251ba20447b91c0e56e4438b32f1 | 406a99a31f4fb1eb9b73f9e4145bf3aa0cd76f94 | refs/heads/master | 2022-04-07T21:16:29.366577 | 2020-01-18T15:43:37 | 2020-01-18T15:43:37 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,758 | cpp | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
/* https://blog.csdn.net/u010011236/article/details/53026127 */
/**
* Convert PCM16LE raw data to WAVE format
* @param pcmpath Input PCM file.
* @param channels Channel number of PCM file.
* @param sample_rate Sample rate of PCM file.
* @par... | [
"nipuream@163.com"
] | nipuream@163.com |
020469a8dc8cf04f9bc72610245e2a3a54146349 | de1644ee4099a698e7f3d86f46c789fdf66d0a4d | /Tools/EditorPluginAssets/MaterialAsset/MaterialAssetManager.h | 6ae2caf1ff39a72596dc66f4c1a368bcbd8cf8c5 | [
"CC-BY-3.0"
] | permissive | eltld/ezEngine | 5cbe56c0f033763e1c9478c39e5979ac01430ec6 | 3230235249dd2769f166872b753efd6bd8347c98 | refs/heads/master | 2021-01-12T13:22:24.959311 | 2016-03-28T20:41:35 | 2016-03-28T20:41:35 | 72,212,613 | 0 | 1 | null | 2016-10-28T14:05:10 | 2016-10-28T14:05:10 | null | UTF-8 | C++ | false | false | 1,005 | h | #pragma once
#include <EditorFramework/Assets/AssetDocumentManager.h>
#include <ToolsFoundation/Basics/Status.h>
class ezMaterialAssetDocumentManager : public ezAssetDocumentManager
{
EZ_ADD_DYNAMIC_REFLECTION(ezMaterialAssetDocumentManager);
public:
ezMaterialAssetDocumentManager();
~ezMaterialAssetDocumentMa... | [
"jan@krassnigg.de"
] | jan@krassnigg.de |
9327a8d9d56970f66a3b3c8489158e3ae90f196b | 5831128a4b8a0debfdc00a365f79d25c2866d6cc | /Kattis/tractor.cpp | b0e2fcd51a0b7997dfa06cc88bc91fa34658b2fe | [] | no_license | yameenjavaid/Online-Judge-Solutions | b577717d777075f618f84676f20f08c184248ac8 | 7d8ecc4ffb9a7bfddc0cd7d64646ef92ac8c0322 | refs/heads/master | 2022-12-24T12:00:20.187337 | 2020-10-13T19:56:17 | 2020-10-13T19:56:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 530 | cpp | #include <bits/stdc++.h>
using namespace std;
// Tractor
#define num long long int
vector<num> po2;
num A, B, M, N;
int main(){
for(int i = 0; i < 30; i++)
po2.push_back(1 << i);
int n;
cin >> n;
while(n--){
cin >> A >> B, M = max(A, B), N = min(A, B);
num ans = 0;
fo... | [
"mohsendb7008@gmail.com"
] | mohsendb7008@gmail.com |
c74b8d747e05ffdc64828957c4253e2603d479ef | 1c12f602d8a7c1fdff34187d6d4a23e51e2ad2a4 | /sfftobmp3/tags/REL_3_1_4/win32/boost/boost/type_traits/detail/bool_trait_def.hpp | bae373bcd6bef56cefcc256df5656719a83da385 | [
"BSL-1.0"
] | permissive | Sonderstorch/sfftools | 574649a6b6ba9c404e106f1ca94ae30c8dcafb7e | 53c8ba4fa2efd47e67b8ed986782b8694ee98e15 | refs/heads/master | 2020-03-27T08:06:53.094374 | 2016-06-16T18:11:24 | 2016-06-16T18:11:24 | 61,313,973 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,261 | hpp |
// NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION
// Copyright Aleksey Gurtovoy 2002-2004
//
// 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)
// $Source: /cvsroot/sfftools/sfftobmp3... | [
"Sonderstorch@users.noreply.github.com"
] | Sonderstorch@users.noreply.github.com |
d0a1e1d1ab3933cee68fa9c3db2964bacd0e6d56 | 9d575b8242d50489c4f4b12b1c3db98701fed2e1 | /OpenGL/test.h | e8e99672b2a90b495f39f4fa9341f3f216a0e572 | [] | no_license | ysw1912/OpenGL | 4dd62a43dd12df9abcab9015aced30b7cdb47541 | 78b6b9af53df0fe98acacf76943567d4ef94eb22 | refs/heads/master | 2020-04-13T08:16:18.590888 | 2019-03-27T11:14:37 | 2019-03-27T11:14:37 | 163,077,062 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 273 | h | #pragma once
#include <iostream>
#include <vector>
namespace Test
{
using std::vector;
template <typename T>
void PrintVector(const vector<T>& vec)
{
for (size_t i = 0; i < vec.size(); i++) {
std::cout << vec[i] << ' ';
}
printf("\n");
}
void Test01();
} | [
"793377164@qq.com"
] | 793377164@qq.com |
40dc9572ed07891c743da17d5290a5396347096c | 292adf2d806123e6ffdd1d522fea91fc8aa159db | /EL_Electrical/Dashboard controller/Arduino/Prgm Carte Avant 2019/Final/demo_carte_avant_screen/Screen128x64f.cpp | 4a7438b5d2c320e471cf05b5f21f0c74fd9052d8 | [] | no_license | timothedodin/Ressources2020 | 59cf973e19dc4e6a4d6369e7217933677204606b | 9acd8b4eb2dd58a0d849ab0263342926a9386de0 | refs/heads/master | 2023-03-19T19:48:48.008155 | 2021-03-08T08:41:05 | 2021-03-08T08:41:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,650 | cpp | /***************************************************************************
Function name: Grear_Update
Author: Martín Gómez-Valcárcel (MGV)
Descriptions: Grear_Update receives the gear the engine is in and, from
PINS_GEAR, determines which segments it has to illuminate
... | [
"bob.aubouin@gmail.com"
] | bob.aubouin@gmail.com |
6123c8ec945914b620316a26083ea38168c62907 | 8ae7a23f05805fd71d4be13686cf35d8994762ed | /mame150/src/mame/includes/gng.h | 6e1e888ceb753a25d90ce9d3523e1576dfb9af0e | [] | no_license | cyberkni/276in1JAMMA | fb06ccc6656fb4346808a24beed8977996da91b2 | d1a68172d4f3490cf7f6e7db25d5dfd4cde3bb22 | refs/heads/master | 2021-01-18T09:38:36.974037 | 2013-10-07T18:30:02 | 2013-10-07T18:30:02 | 13,152,960 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,768 | h | /*************************************************************************
Ghosts'n Goblins
*************************************************************************/
#include "video/bufsprite.h"
class gng_state : public driver_device
{
public:
gng_state(const machine_config &mconfig, device_type ty... | [
"dan@van.derveer.com"
] | dan@van.derveer.com |
0f735de3438d892db46fe10f0a6afac97dd2a6ad | b21fd501e036f2534e913198d04a259312816479 | /gppc/PathCompetition/gppc-2014/entries/Rabin_JPSPlusBucketPriorityQueueEntry/Entry.cpp | 78621508ffbacd468501a93139d246f4a243b87f | [] | no_license | maxrenke/gppc-2015 | f95f7830eca28c4026e04a7e0c02a52b12ea3c77 | a462741fbd39b93b1110da577649d8e64bc3c1b5 | refs/heads/master | 2021-01-10T07:27:36.938618 | 2016-02-16T22:49:34 | 2016-02-16T22:49:34 | 49,889,823 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,590 | cpp | /*
* Entry.cpp
*
* Copyright (c) 2015, Steve Rabin
* All rights reserved.
*
* An explanation of the JPS+ algorithm and this code is contained in Chapter 14
* of the book Game AI Pro 2, edited by Steve Rabin, CRC Press, 2015.
* A copy of this code is on the website http://www.gameaipro.com.
*
* Redistribution ... | [
"maxrenke@gmail.com"
] | maxrenke@gmail.com |
930cbe66364151a2e85586c10faa2fd73fb4f851 | 66ce331d9ea6ef4a6424f99dfd75b3c28175d99f | /q1_181211.cpp | 19a8f362e4039fdd591e9e693137dee58bf11e3f | [] | no_license | OOP2019lab/lab2-l181211UsamaZahid | acff11bc8f690601c86229df43fe110237e99824 | 296a1ab7f64e7e1ff79ec7fef47c924b0bcb8992 | refs/heads/master | 2020-04-19T02:31:59.027325 | 2019-02-04T11:32:34 | 2019-02-04T11:32:34 | 167,906,145 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,636 | cpp | //#include <iostream>
//#include "header_181211.h"
//using namespace std;
//
////Question1 B
////Compares information of both users
//bool Comparison(gitHubUser user1, gitHubUser user2)
//{
// if (user1.firstName == user2.firstName && user1.userName == user2.userName && user1.password == user2.password && user1... | [
"noreply@github.com"
] | OOP2019lab.noreply@github.com |
88e0a24a117407dcd09466a368234f28aa2b731c | f789e673f771fe3ae93e2b5abe645830216f83f2 | /3.cpp | d8bb7055e3205ae4c99534fbd3062ea46b88d47d | [] | no_license | debankit/Lab-8 | 655862ed4967a3f3060af8d298edad8fea3dcb5b | 8abb08e49bfa5a59fdf5af656ba930635013714d | refs/heads/master | 2020-04-02T11:03:47.330418 | 2019-03-29T18:16:49 | 2019-03-29T18:16:49 | 154,369,116 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 799 | cpp | #include <iostream>
using namespace std;
//for kth largest element
void klarge(int a[], int l, int k){
cout<<a[l-k]<<endl;
}
//for kth smallest element
void ksmall(int a[],int l,int k){
cout<<a[k-1]<<endl;
}
int main(){
int l;
cout<<"Enter the length of the array"<<endl;
cin>>l;
int arr[l];
cout<<"Enter the ... | [
"noreply@github.com"
] | debankit.noreply@github.com |
8bb03c6daf701eb2fc90f3a8b76a4bbf56667dfa | c0e3071ac031258eda1e02983e0ce87549285b73 | /Breakout/entity.h | 465884d9c9d2af6921ed541bf66566eb37a92415 | [] | no_license | TomPrismatic/Space-Invaders | 7c1a92e63880e5406f658ceedb788d66c2faa187 | 974e7c90155a7b6c1b0bb91f4af046c6a631e3c1 | refs/heads/master | 2023-07-07T10:02:24.032188 | 2018-05-31T03:34:58 | 2018-05-31T03:34:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 970 | h | //
// Bachelor of Software Engineering
// Media Design School
// Auckland
// New Zealand
//
// (c) 2018 Media Design School
//
// File Name :
// Description :
// Author : Your Name
// Mail : your.name@mediadesign.school.nz
//
#pragma once
#if !defined(__ENTITY_H__)
#define __ENTITY_H__
// Library Includes
// L... | [
"tomshep65@gmail.com"
] | tomshep65@gmail.com |
a80d306e2a24015a57bb98a58ae2e0cd533314cf | c53122a413ec43b978f420d8a52fc182e295b6f9 | /Applications/Maze/mazeio.cpp | 93034703aa0973e606bf0d7d36f559e68225a7d9 | [] | no_license | defnico/Public | d0c413c0f6c699f2afdad529425df644e827d81b | 48994fec7ef6b59b780a1c8d5d27e49a514e396d | refs/heads/master | 2021-01-11T22:28:54.834631 | 2018-09-26T22:09:30 | 2018-09-26T22:09:30 | 78,969,221 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,356 | cpp | #include <iostream>
#include "mazeio.h"
using namespace std;
/*************************************************
* read_maze:
* Read the maze from cin into a dynamically allocated array.
*
* Return the pointer to that array.
* Return NULL (a special address) if there is a problem,
* such as integers for the si... | [
"nico.filipsan@gmail.com"
] | nico.filipsan@gmail.com |
4545f4a3ce55cced2da17a94adb88173d9dbdf36 | dc8eddcc1944b03bb622248c83536fd4639ad6e3 | /indurop/dependency/bicomc/include/bicomc/detail/method_traits.h | 7c74528ebe65b49787ceb5bf31626ed47cd8a5ca | [] | no_license | MinsooK/RSP | 3284692e4a5a614e0e61817f91804b731d2d35a5 | e038ba46e12a2076bf07f83e13c3ae8ae311a457 | refs/heads/master | 2021-01-01T06:56:50.087016 | 2017-07-18T05:47:13 | 2017-07-18T05:47:13 | 97,426,652 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 92,197 | h | #ifndef BICOMC_DETAIL_METHOD_TRAITS_H__
#define BICOMC_DETAIL_METHOD_TRAITS_H__
#include "config.h"
#include "../tuple.h"
#include "../type_traits.h"
#include "method_return.h"
namespace bcc
{
namespace detail
{
class ErrorDetail;
template<typename Function, typename Owner = void>
struct MethodTypeTrait;
tem... | [
"sooya1888@gmail.com"
] | sooya1888@gmail.com |
19d64271a39e7da4cc87ee15aee112bf69f31d79 | dd949f215d968f2ee69bf85571fd63e4f085a869 | /subarchitectures/visualization.sa/branches/spring-school-2011-DEPRECATED/src/c++/core/qtui/QCastApplication.hpp | c27f32288ab33fc82847de53a7cf4525a8029f1b | [] | no_license | marc-hanheide/cogx | a3fd395805f1b0ad7d713a05b9256312757b37a9 | cb9a9c9cdfeba02afac6a83d03b7c6bb778edb95 | refs/heads/master | 2022-03-16T23:36:21.951317 | 2013-12-10T23:49:07 | 2013-12-10T23:49:07 | 219,460,352 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,068 | hpp | /*
* Author: Marko Mahnič
* Created: 2010-03-10
*
* © Copyright 2010 Marko Mahnič.
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option)... | [
"michaelz@9dca7cc1-ec4f-0410-aedc-c33437d64837"
] | michaelz@9dca7cc1-ec4f-0410-aedc-c33437d64837 |
2a1e809db3fb49206f9eb18d7d5aad5a6454bb6b | a7e273036447cffab71aaacc498a0320bd9a5a07 | /Assignment2/Date.cpp | 2035749e2f90084712d19c787535785c2f142e88 | [] | no_license | Hemlata257/OOP | 83e7e5dce0c80e88cb5c41d5bcfa1c7b637dec2f | 2782c9dde9f045079acb8e01fc30183ce925bceb | refs/heads/master | 2023-01-01T05:04:01.001354 | 2020-10-22T10:48:46 | 2020-10-22T10:48:46 | 281,585,676 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 970 | cpp | #include<iostream>
using namespace std;
class Date{
private:
int month;
int year;
int day;
public:
Date(int day,int month, int year)
{
this->day=day;
this->year=year;
if(month>=12&&month<=1)
{
this->month=month;
}
else{
this->month=1;
}
}
void setDay(int day)
{
this->day=day;
}
void setMonth(int month)
{
if(month>=12&&... | [
"chuphalhemlata257@gmail.com"
] | chuphalhemlata257@gmail.com |
e5a6aacc49a32fedaabeab4e19f2fc1fbc5d5fa9 | 10762e96a068e5b28c6f2dacdfa1bf3f6f293769 | /STLvector/STLvector.cpp | c5fc8b33daf2f6bec7eac7e12627ce1afb40822e | [] | no_license | nogaskater/CppProjects_EricPlanas | 83b1e631bcb3f9df7c623ea18e3e119afcb9d8d4 | 78f2f625288f5e2eea0d73c3ec00af134d080e6d | refs/heads/master | 2021-01-11T14:28:39.900469 | 2017-04-07T04:19:37 | 2017-04-07T04:19:37 | 81,438,694 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,065 | cpp | #include "stdafx.h"
#include <vector>
#include <stdio.h>
#include <iostream>
#include <time.h>
struct Persona
{
std::string name;
std::string birth;
std::string dni;
};
std::vector<int> v1(5);
std::vector<int> v2(10, 0);
std::vector<int> v3({ 10,9,8,7,6,5,4,3,2,1 });
std::vector<std::string> v4({ "Gertrudiz", "Pan... | [
"noga.epc@gmail.com"
] | noga.epc@gmail.com |
c837fd8e295970bf49b27eb0844e052f705a7fa5 | 4f9e57dbff56b3dc64f6fab9feb447a8153209f6 | /src/emparser/antlr/MizarBaseListener.cpp | acf53d9ff27060d1a8c6ea71d77086d28c600808 | [
"BSD-2-Clause",
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause"
] | permissive | mimosa-project/emparser | 94774edb58605c3c263d4654980a13a899095836 | efd1c7fa25664ca5e7d62079f4b4c923a40ce6ac | refs/heads/master | 2023-01-05T15:56:49.650472 | 2022-12-27T00:30:48 | 2022-12-27T00:30:48 | 156,684,387 | 1 | 6 | NOASSERTION | 2022-12-27T00:30:49 | 2018-11-08T09:45:08 | C++ | UTF-8 | C++ | false | false | 135 | cpp |
// Generated from c:\dev\mimosa-project\emparser\src\emparser\antlr\Mizar.g4 by ANTLR 4.7.1
#include "MizarBaseListener.h"
| [
"kazuhisa.nakasho@gmail.com"
] | kazuhisa.nakasho@gmail.com |
c0afb706b78423ed119cbf511684f006810a00a6 | b639b0cf6f6a25f01849bd855dea61faed3e3cc3 | /behavioral/template_method/template_method/chessplayer.cpp | 1a27e2627c9546b58fddbf4c3ce234e621d85eec | [] | no_license | basanets/SoftwareDesignPatterns | 8670b55f96733142ceb3baf012d204bb0b2ad413 | 46f3697ce3e273698cbcd9c5d00249c1cba097b3 | refs/heads/master | 2022-04-25T00:32:43.976611 | 2020-04-27T18:55:36 | 2020-04-27T18:55:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 99 | cpp | #include "chessplayer.h"
void ChessPlayer::makeMove()
{
analyzePosition();
movePiece();
}
| [
"mbasanets11@gmail.com"
] | mbasanets11@gmail.com |
69a9745e26529a4fb2c52ec0316d537481454ae5 | fc0a2a16b31e105c6a41e2f29e14feedabbb59e0 | /Containers/Arbre.cpp | 081b711afcf0d4d9d14221c0cf66da2ac1415c6c | [] | no_license | Apolerag/container | a42d4dfca7d6e025cfa0e94461e07089982f7198 | c789155841cd2a8e0014bb3c41e9ffc5442fdd80 | refs/heads/master | 2021-02-16T03:33:38.083989 | 2020-10-31T14:46:45 | 2020-10-31T14:46:45 | 244,962,435 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 5,328 | cpp | #include<stdlib.h>
#include <iostream>
#include <vector>
#include "arbre.h"
template<class T>
Noeud<T>* Arbre<T>::nouveauNoeud(const T& v)
{
return new Noeud<T>(v);
}
template<class T>
typename Noeud<T>* Arbre<T>::trouveValeur(const T& v)
{
Noeud<T>* n = racine;
while (n != NULL)
{
if (n->get... | [
"aurelien.chemier71@gmail.com"
] | aurelien.chemier71@gmail.com |
405a90ec1f755e5761ef70c893974ae10f667be6 | 259f45a2a581f84a3d38b67ad6c7e221ded07ccc | /DayThirteen/DayThirteen/DayThirteen.cpp | d239db69893fc1f0ea1be7c4e9ec452647504569 | [] | no_license | xauatLuckydog-cpu/SummerHoliday | 3c7e2f6129a36be0a3ad8584a2a3eb359260ea46 | 18547e23397b72e5518d4e92b3e26c5961572c80 | refs/heads/master | 2020-11-26T08:48:16.894733 | 2019-12-19T09:23:54 | 2019-12-19T09:23:54 | 229,018,473 | 0 | 0 | null | 2019-12-19T09:19:21 | 2019-12-19T09:19:20 | null | UTF-8 | C++ | false | false | 3,670 | cpp | // DayThirteen.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。
//
#include <iostream>
#include <algorithm>
#include <stack>
using namespace std;
//typedef long long LL;
//const int maxn = 100010;
//const int mod = 1000000007;
//int n, ans[4], hashtable[4] = { false };
//
//void pailie(int index)
//{
// if (index > n)
// {
//... | [
"305997735@qq.com"
] | 305997735@qq.com |
9504c8554ceedc63b94e3f33351085693fb40bc4 | d243426a67f08b52bbb54178b5d2596505e42c9b | /01_platformio/06_osc/00_osc/src/main.cpp | 83956f2450ccef22ea7ec07733d55d37a57974dd | [] | no_license | satoruosawa/iamas-de-2020 | 5dce109e126e99836ab119de4834b9fec346f400 | d7d5923d74428f8bd6af4e4ea51aba5074c651b1 | refs/heads/master | 2022-11-06T22:51:47.867630 | 2020-07-03T01:34:56 | 2020-07-03T01:34:56 | 269,887,193 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,285 | cpp | #include <ArduinoOSC.h>
#include <M5Stack.h>
#include "./wifi-info.h"
// Wi-Fiの設定
const String SSID = WIFI_SSID; // 各自のSSIDに変更 "ssid"
const String PASSWORD = WIFI_PASSWORD; // 各自のWiFiパスワードに変更 "pass"
// OSCの設定
const String TARGEET_IP = PC_IP_ADDRESS; // macのIPアドレスに変更 "0.0.0.0"
const int TARGET_PORT = 10000... | [
"osawa@takram.com"
] | osawa@takram.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.