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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0c77acb83313bf8f84ec2976f48a91c1e35ac25e | 79a88c724679b27081533d37c2eed171ca525fd9 | /Qt/QDialog/dialog.cpp | 073addb07e97dc7f67e291c7e6e808323b4ebf79 | [] | no_license | wurtzg/StackOverflow | 2e66b77921b7a23e1e50628863a388a4706deded | bbf1a1eb6d70586e73dc23f26df3a7d486ba71ba | refs/heads/master | 2021-01-16T19:19:21.890620 | 2014-08-20T06:33:47 | 2014-08-20T06:33:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 681 | cpp | /**
* This work is licensed under the Creative Commons Attribution 3.0 Unported
* License. To view a copy of this license, visit
* http://creativecommons.org/licenses/by/3.0/ or send a letter to Creative
* Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
*/
/* StackOverflow referen... | [
"Andreas.Fester@gmx.de"
] | Andreas.Fester@gmx.de |
67212cf3d244e4a583be4ae0ac22beb0e9773a8b | 31734a7e654260efc71c506ea353535a88e8b604 | /helloworld/NCVehicle.hpp | 0bf7642e5da0868cbffed36b1e91df60746bf6b5 | [] | no_license | kemperrr/rage-ralu | 76d7cc397660c68937c603393aaf4f08002cb1fd | c3a332d1880e041d612f57cd0b1a441f15ed631d | refs/heads/master | 2023-05-05T10:30:24.057003 | 2021-05-28T13:18:50 | 2021-05-28T13:18:50 | 371,706,466 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,987 | hpp | #pragma once
#include "RaluCore.hpp"
#include "NCEntity.hpp"
#include "NCPlayer.hpp"
class NCPlayer;
class NCVehicle : public NCEntity {
public:
NCVehicle(rage::IEntity* entryEntity);
void Destroy();
bool IsSirenActive() const;
void SetSirenActive(bool toggle);
bool IsHornActive() const;
bool AreHighbeamsActi... | [
"vgfvgf12@gmail.com"
] | vgfvgf12@gmail.com |
b3614b2a512f890064cf94e6f3eb74165cc2065c | e31bf7bb85a47153cfc3aa8c65b8a231c0316aa6 | /Castlevania/Dog.h | f840ec3419dfc1ded2524ebeba476cb7760fb847 | [] | no_license | hcminh/Castlevania | 8a158f8fa0397a0b591a4373754afca2ee96086a | d3ff913646c5a0805d2030d0c5a5102ac3c6c65a | refs/heads/master | 2020-07-22T12:37:11.572203 | 2020-01-05T07:11:29 | 2020-01-05T07:11:29 | 207,204,476 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 929 | h | #pragma once
#include "Enemy.h"
// Dog
#define DOG_BBOX_WIDTH 65
#define DOG_BBOX_HEIGHT 28
#define DOG_WALKING_SPEED 0.3f
#define DOG_JUMPING_SPEED 0.4f
#define DOG_GRAVITY 0.002f
#define DOG_STATE_DEAD 0
#define DOG_STATE_RESPAWN 1
#define DOG_STATE_JUMP 2
#define DOG_ANI_SIT_RIGHT 0 //chó NGỒI R
... | [
"congminhh17@gmail.com"
] | congminhh17@gmail.com |
e4ce105adcd2f7a680b1c834d591515240e728a1 | 9ec67e83200f643f9f55ed90e0b2cae4581ebcb6 | /JavaParserLib/JavaTokenBoolean.h | 707163379c160d3ca56d2dcfe9ad74bc69e6e043 | [] | no_license | andrewpaterson/Codaphela.Library | 465770eaf2839589fc305660725abb38033f8aa2 | 2a4722ba0a4b98a304a297a9d74c9b6811fa4ac5 | refs/heads/master | 2023-05-25T13:01:45.587888 | 2023-05-14T11:46:36 | 2023-05-14T11:46:36 | 3,248,841 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 464 | h | #ifndef __JAVA_BOOLEAN_H__
#define __JAVA_BOOLEAN_H__
#include "BaseLib/Chars.h"
#include "JavaTokenLiteral.h"
class CJavaTokenBoolean : public CJavaTokenLiteral
{
CONSTRUCTABLE(CJavaTokenBoolean);
protected:
bool mbValue;
public:
void Init(STextPosition* psPosition, bool bValue);
void Kill(void);... | [
"andrew.ian.paterson@gmail.com"
] | andrew.ian.paterson@gmail.com |
c01043c0b0fee9c020f0cc114b44450fcc980a1b | 7e68c3e0e86d1a1327026d189a613297b769c411 | /Lib/Src/BigReal/BigInt.cpp | 87044b7f5b63218631587b936fe41732916d8886 | [] | no_license | staticlibs/Big-Numbers | bc08092e36c7c640dcf43d863448cd066abaebed | adbfa38cc2e3b8ef706a3ac8bbd3e398f741baf3 | refs/heads/master | 2023-03-16T20:25:08.699789 | 2020-12-20T20:50:25 | 2020-12-20T20:50:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,236 | cpp | #include "pch.h"
#include <Math/BigReal/BigInt.h>
BigInt::BigInt(const BigReal &x, DigitPool *digitPool) : BigReal(digitPool ? digitPool : x.getDigitPool()) {
digitPool = getDigitPool();
clrInitDone();
if(!x._isnormal()) {
setToNonNormal(x.m_low, x.isNegative());
} else if(x.m_expo < 0) { // |x| < 1
*t... | [
"jesper.gr.mikkelsen@gmail.com"
] | jesper.gr.mikkelsen@gmail.com |
2033c7cc290f3bb3890ea3b3aaf50d4554c12501 | efeda21c44f8703c408b0e9b2a33f7c8742ad258 | /tests/locale/locale_fwd.hpp | f0c54d4af4d6f66aa1671ad64507071bf6ead022 | [
"MIT"
] | permissive | olegpublicprofile/stdfwd | 9d6987a49e57f73e3b625552c43c65818f91d041 | 19671bcc8e53bd4c008f07656eaf25a22495e093 | refs/heads/master | 2023-08-15T00:32:13.591955 | 2021-09-18T17:36:29 | 2021-09-18T17:36:29 | 347,794,330 | 18 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,147 | hpp | #pragma once
#include <stdfwd/locale>
#include <cwchar>
#include <codecvt>
#include <string>
//------------------------------------------------------------------------------
#ifdef STDFWD_IS_CPP11
#define STDFWD_IS_WSTRING_CONVERT
#define STDFWD_IS_WBUFFER_CONVERT
#endif
#ifdef STDFWD_IS_CPP17
#undef STDFWD_IS_... | [
"oleg.public.profile@ya.ru"
] | oleg.public.profile@ya.ru |
59a907500af8b669c9ecef4ec1fe9695a39a90d8 | a72d9357c5b43c5ae6b5b82ca16d548ac1fdd853 | /ref_app/src/util/STL/impl/ptr_traits.h | eeac466134c1a3eeb0e622b24172acee2d1e914f | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference",
"LGPL-3.0-only"
] | permissive | ckormanyos/real-time-cpp | d61e90e79b47d41349ba4f34633a14ea35f36d70 | 1741e058cac3b0e865602be5f747d1fe828b7f6f | refs/heads/master | 2023-08-29T02:58:32.175068 | 2023-08-28T11:48:04 | 2023-08-28T11:48:04 | 5,922,310 | 484 | 160 | BSL-1.0 | 2023-08-28T11:48:05 | 2012-09-23T13:31:08 | C++ | UTF-8 | C++ | false | false | 6,328 | h | ///////////////////////////////////////////////////////////////////////////////
// Copyright Christopher Kormanyos 2021 - 2022.
// 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)
//
// Pointer Traits -*- C++ -... | [
"ckormanyos@yahoo.com"
] | ckormanyos@yahoo.com |
a48438d294a13c5f552d79c9ad40621256b82767 | 904cab3675e143883a38f1799a9b1c5619915efa | /Flame1.0/src/physics/ParticleMPMWater.cpp | b8a0437b5bbb98266258dbe8ef08d77d5cc5fd08 | [
"MIT"
] | permissive | fengjixuchui/Flame | 49f165ffc15630f8b4744dcae87b80ba32d09681 | a0553b935d33ce84674b5e348b85ab2eafd661ea | refs/heads/master | 2022-10-15T20:37:04.113210 | 2020-06-14T04:20:39 | 2020-06-14T04:20:39 | 271,991,447 | 0 | 0 | MIT | 2020-06-14T04:20:41 | 2020-06-13T10:58:22 | null | UTF-8 | C++ | false | false | 1,417 | cpp | #include"../../include/physics/ParticleMPMWater.h"
#include"../../include/math/Function.h"
ParticleMPMWater::ParticleMPMWater()
{
}
ParticleMPMWater::~ParticleMPMWater()
{
}
ParticleMPMWater::ParticleMPMWater(Vector2d pos, Vector2d vel, double mass, int num, double gama, double hardness)
{
position = pos;
velocity ... | [
"491691865@qq.com"
] | 491691865@qq.com |
c91333b9efc637b26efb581b661c5c93a76bab14 | 2b4a6f5ab327f7cc9b8eb6abe7c64f8ae50a3f97 | /Source/Cargo/CargoPlayerController.h | f275b620992c5be1b27e301147138d9d5970f03a | [] | no_license | martinezpierre/Cargo | 8289cc0422775ba35e79f76d177b8259904b9055 | ee6535f3816150030c02b3c17c81b4a6c79b51f8 | refs/heads/master | 2021-01-01T05:19:28.463994 | 2016-05-24T13:43:26 | 2016-05-24T13:43:26 | 58,642,658 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 296 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "GameFramework/PlayerController.h"
#include "CargoPlayerController.generated.h"
/**
*
*/
UCLASS()
class CARGO_API ACargoPlayerController : public APlayerController
{
GENERATED_BODY()
};
| [
"a.gargasson@rubika-edu.com"
] | a.gargasson@rubika-edu.com |
237160add29914b46a6d195b3d791ceb524b10a2 | e8ce6d40f69b614e7420c64edce4ef0cce79893d | /1553.cpp | bfc1df5251f5f6c7800634bf974c78efd0d08918 | [] | no_license | Eberty/CodigosURI | 1a23af25454bc059f9cfabce1678c7d2b053aec9 | 65a43c59a8594940312cc4526fe63536b2ca31f2 | refs/heads/master | 2020-05-14T02:04:55.348762 | 2019-08-05T03:00:45 | 2019-08-05T03:00:45 | 181,687,981 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 454 | cpp | #include <bits/stdc++.h>
using namespace std;
int main() {
int n, k, p, resp;
while ((cin >> n >> k) && n && k) {
map<int, int> perguntas;
resp = 0;
for (int i=0; i< n; i++) {
cin >> p;
perguntas[p]++;
}
for (map<int, int>::iterator p=perguntas.... | [
"eberty.silva@hotmail.com"
] | eberty.silva@hotmail.com |
8fd108bc968b2001e0647bceeaa5afe52bf94910 | 15a7060159f10832aa6df747ff0f7cabe0110c13 | /1303_Spurs_Rocks/1303_Spurs_Rocks.cpp | 96b36f2eb2a4ff42c4e554cb8ce4bc9ea0683794 | [] | no_license | guidesanti/URI | cca9c20fc462324763947c98041c5eb4379f5c2c | 243231b187a877c964d1b709e104b190c84d5da2 | refs/heads/master | 2021-06-06T00:57:57.224672 | 2017-08-30T16:00:29 | 2017-08-30T16:00:29 | 41,391,678 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,035 | cpp | #include <stdio.h>
// Constraints
#define MAX_NUMBER_OF_TEAMS (100) // MAximum number of teams
// Data structures
typedef struct Team Team;
struct Team {
int number;
int pointsScored;
int pointsReceived;
int points;
double averageBasket;
Team* next;
};
// Data
int numberOfTeams = 0; // The number of te... | [
"g.santi@samsung.com"
] | g.santi@samsung.com |
cd3b964f219edd4b35bddf73ec4a718bf348c01b | 8a815610a3d9ee31098cf50459d58f7f5bcc419c | /2. window_programming/ch09/p05-Colordialog/p05-ColordialogView.cpp | dd2a3da4c1b5cdc6b97442259872a257b37cb23d | [] | no_license | hackerlank/2015_second_semester | 8ce7735bab02c6ba0c9ab70afae6642a9a31045f | 7b756b5961b3f9fce982513830f1781d2cec8207 | refs/heads/master | 2021-01-12T05:43:51.565908 | 2016-01-06T04:19:15 | 2016-01-06T04:19:15 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 3,344 | cpp |
// p05-ColordialogView.cpp : Cp05ColordialogView 클래스의 구현
//
#include "stdafx.h"
// SHARED_HANDLERS는 미리 보기, 축소판 그림 및 검색 필터 처리기를 구현하는 ATL 프로젝트에서 정의할 수 있으며
// 해당 프로젝트와 문서 코드를 공유하도록 해 줍니다.
#ifndef SHARED_HANDLERS
#include "p05-Colordialog.h"
#endif
#include "p05-ColordialogDoc.h"
#include "p05-ColordialogView.h"
#ifdef... | [
"woongnistelrooy@hanmail.net"
] | woongnistelrooy@hanmail.net |
7be80511e3726093fe0891a0a22a2d2e85fd82c2 | 65b7dfe3f086ad5f71901e8c49b12993a7f00d9e | /SensAble/GHOST/v4.0/include/gstConstraintEffect.h | ff2315891df51a7a1e4e0a60c7736dc7a11b1519 | [] | no_license | oliriley/PhantomController | 0e7c24494a32dd75206d398e7aff402f5538bd3a | 28e6468abab235c60b3132f934b5e0de190a49ac | refs/heads/master | 2020-04-05T23:11:29.017105 | 2015-12-03T23:56:43 | 2015-12-03T23:56:43 | 38,007,748 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,833 | h | //=============================================================================
// Filename : gstConstraintEffect.h
// Project : GHOST library v3.0
// Authors : Chris Tarr
// Revised : W. A. Aviles
// ----------------------------------------------------------------------------
// Description: An effect to co... | [
"oliriley@uw.edu"
] | oliriley@uw.edu |
e05ee8a49c305061610277ff7376a622a2a425ae | 46744eb2977c904cb112bd09af59711fd71ee267 | /src/Yasg.h | 6a4990b4e85fc20b3c84d4130f1012f896a77dc2 | [] | no_license | geckoxx/yasg-sdl | 8144040cef708a2a4cad24d9b51dce4bc90c68f9 | 2cf41d50fa98ac27ad435d70c48fcfe9ec2d331c | refs/heads/master | 2016-09-03T02:15:47.735424 | 2013-05-09T22:12:43 | 2013-05-09T22:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,298 | h | /*
* <one line to give the program's name and a brief idea of what it does.>
* Copyright (C) 2013 Johannes Hackel
*
* 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 3 of the... | [
"johannes.wolle@folclassik.de"
] | johannes.wolle@folclassik.de |
88f98d4710cb2da14e9267af4127333fee425f84 | 82a3e40b75d0cc4250998702c2bff873590d92db | /src/data/data_error.h | 4cbacbf663fa345890ae59bd5397642a2a3cc814 | [] | no_license | PavelAmialiushka/Aera.demo | 12c7981d0883e8b832c2f3e72fee14234cdeb3b0 | 4beeb315a99da6f90a87ba0bb5b3dffa6c52bd2d | refs/heads/master | 2021-10-11T14:41:00.180456 | 2019-01-27T13:38:21 | 2019-01-27T13:38:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 329 | h | /////////////////////////////////////////////////////////////////////////////
//
// data library
//
// Written by Pavel Amialiushka
// No commercial use permited.
//
//////////////////////////////////////////////////////////////////////////
#pragma once
namespace data
{
DEFINE_NERROR(format_error, "data::format_erro... | [
"Amialiushka@gmail.com"
] | Amialiushka@gmail.com |
8e8cac104a58678bed12664447af040d71f32f28 | 59bf634aac81fa248a31190f28c108d720360be7 | /Line2D.h | 886011f67b05cf57d8ad3d930fd5908202f589ea | [] | no_license | zprimal/Assgn3 | 4c089f7a4b31008345cbe082e5c1e799d52c1d6e | a265f9644f63bf29e1c048e825a45fc5c4dd7093 | refs/heads/master | 2020-03-17T09:27:48.761000 | 2018-05-19T13:46:26 | 2018-05-19T13:46:26 | 133,476,062 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 934 | h | //Line2D.h
//Superclass to Line3D
#ifndef Line2D_H
#define Line2D_H
#include <iostream>
#include <iomanip>
#include <stdio.h>
#include <stdlib.h>
#include <string>
#include <cmath>
#include "Point2D.h"
using namespace std;
class Line2D{
private:
Point2D pt1;
Point2D pt2;
protected:
double length;
virtua... | [
"36151080+zprimal@users.noreply.github.com"
] | 36151080+zprimal@users.noreply.github.com |
3991d997198552a4b20e991b8ee16ae52b844bf3 | b6827ba9b5bf3d438123e6b8b787cb242df5eed3 | /project/topcoder/d1/cpp/HowEasy.h | fc01720c8a18ecb64ad801811e33507f20353ec6 | [] | no_license | fpzh2011/technotes | a9dd762e7e0d866204ccd22c99738d41c18f48d5 | d95532f8306dc1716fd764ef74438d9b16f1ad00 | refs/heads/master | 2021-06-10T10:32:42.940997 | 2021-02-23T03:26:00 | 2021-02-23T03:26:00 | 60,340,086 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 256 | h | /* 162.html */
#include <string>
class HowEasy {
public:
std::string::size_type pointVal (const std::string &s);
private:
auto wordlen (const std::string &s) -> decltype(s.size());
std::string::size_type getPointByLen (std::string::size_type len);
};
| [
"zhengjianhua@lovebizhi.com"
] | zhengjianhua@lovebizhi.com |
8605c5d50712be4782037237c465d9eae0b0be34 | 464d6cb42fb8981595cbf7260069cd1e6a67fe2f | /Linked List/Standard Important/CDC Design Linked List.cpp | a905b9847e1c54b5fdcaaa6c7f48bb4f2bdefec3 | [] | no_license | rahul799/leetcode_problems | fd42276f85dc881b869072b74654f5811c6618ea | cc7f086eb9ac9bbd20ea004c46d89aa84df10d36 | refs/heads/main | 2023-04-14T05:09:31.016878 | 2021-04-20T19:46:52 | 2021-04-20T19:46:52 | 359,933,382 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,047 | cpp |
707. Design Linked List
Medium
807
855
Add to List
Share
Design your implementation of the linked list. You can choose to use a singly or doubly linked list.
A node in a singly linked list should have two attributes: val and next. val is the value of the current node, and next is a pointer/reference to the next ... | [
"rahul.agrawal@skuad.io"
] | rahul.agrawal@skuad.io |
c71cca88f268ba57098fe798f29145112c92e472 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14186/function14186_schedule_18/function14186_schedule_18.cpp | 7edff7a08fae38e9b565a906291b70ccbb3ad7a1 | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,223 | cpp | #include <tiramisu/tiramisu.h>
using namespace tiramisu;
int main(int argc, char **argv){
tiramisu::init("function14186_schedule_18");
constant c0("c0", 64), c1("c1", 64), c2("c2", 128), c3("c3", 128);
var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i3("i3", 0, c3), i01("i01"), i02("i02"), i03("i... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
4cb11ea5f7fcf66c6200010390deae3fb77be0ac | a4344b32439a01e4ef67c521f97dc13e3600c642 | /1937/1937/소스.cpp | cd5852ebd29c086f68280d6a2ba7b697d763794c | [] | no_license | jjunCoder/ProblemSolving | 419ed6ded9ac46fcc52ec14fcfe626055462cfcc | ed150d186d2b02e514239f5d585bc068d426f4dd | refs/heads/master | 2022-09-03T14:10:32.086545 | 2020-05-30T04:15:59 | 2020-05-30T04:15:59 | 66,230,023 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,008 | cpp | /*
2016.9.2
BaekJoon Online Judge
Problem Solving
Seong Joon Seo (ID: jjunCoder)
Problem
#1937
욕심쟁이 판다
*/
#include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
vector<vector<int> > table, dp;
int n;
int solve(int y, int x, int cost) {
if (x < 0 || y < 0 || x >= n || y >= n) return 0;
if... | [
"jjune21@gmail.com"
] | jjune21@gmail.com |
36473ed90d52034b67ac4d4854675527e888c7dd | b92e95cfa8410fcc5b0b001ab9416806ed4c6d05 | /src/planning/parking_planner_node/include/parking_planner_node/parking_planner_node.hpp | ee561d51c8fc95271185cb1a546147c052fe32e1 | [
"Apache-2.0"
] | permissive | jiangtaojiang/AutowareAuto | 515535d6efa9333ea94e0579c125bf94acbfeeff | 579bd5cec65859779d215c28c468b06de809749b | refs/heads/master | 2023-02-05T12:00:30.009286 | 2020-12-23T02:20:15 | 2020-12-23T02:20:15 | 325,235,571 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,543 | hpp | // Copyright 2020 Embotech AG, Zurich, Switzerland, inspired by Christopher Ho's mpc code
//
// 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-... | [
"josh.whitley@autoware.org"
] | josh.whitley@autoware.org |
968eb35cf8b76e233ff7210daa5c72cd76588090 | 198806ccd0b5a7d476c701be5943e9a7afacb7d0 | /xdaq/include/tts/fmm/FMMOpenInputsTest.hh | 97ee21b30d459814824a7f7f13fb93f0ea5e26ee | [] | no_license | marcomuzio/EMULib_CLCT_Timing | df5999b5f1187725d7f5b6196ba566045ba60f55 | 04e930d46cadaa0c73b94a0c22e4478f55fac844 | refs/heads/master | 2021-01-16T13:47:26.141865 | 2014-08-14T12:04:33 | 2014-08-14T12:04:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,394 | hh | #ifndef _FMMOPENINPUTSTEST_H
#define _FMMOPENINPUTSTEST_H
/**
* @class FMMOpenInputsTest
*
* @short Test the FMM with open inputs.
*
* This test tests that all inputs of the FMM go to disconnected state,
* when no caabled are connected.
*
*
* @see ---
* @aut... | [
"hogenshpogen@gmail.com"
] | hogenshpogen@gmail.com |
aee146b41c1fb54652ad8ae7293c548c59ab8619 | a2099530de430ab5bc91ce610e9548028ab71dfd | /Intensifier-AU/dependencies/DunneAudioKit/StereoDelay.h | ec11dc17f9871ce6ea62ab049de6089c8f369d0b | [
"MIT"
] | permissive | emurray2/Intensifier-AU | b79bfe4da4a324478aac19d4a4692881965735f7 | b3de8d28459145f4c7226b629b7e612783338abe | refs/heads/main | 2023-05-29T23:16:30.561434 | 2021-06-05T01:35:36 | 2021-06-05T01:35:36 | 373,341,783 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 902 | h | // Copyright AudioKit. All Rights Reserved.
#pragma once
#include "AdjustableDelayLine.h"
namespace DunneCore
{
class StereoDelay {
float feedbackFraction;
float dryWetMixFraction;
bool pingPongMode;
AdjustableDelayLine delayLine1, delayLine2;
public:
StereoDe... | [
"evanmurray22@gmail.com"
] | evanmurray22@gmail.com |
3ce36b6b794542049780d952a417a98dd0b64e32 | c681508bf3ad18a832389c402a5029acf6e8c72f | /testing/testing_ztranspose.cpp | 68d8268319f0408a324fd183775077738d9d148e | [] | no_license | xulunfan/magma | 6f058ed0e288ecfc88a4ecc3711ad17faf74cb18 | b4e228e14cc1046861c8f38803743d784b06b9bf | refs/heads/master | 2021-01-21T15:50:21.484822 | 2016-02-10T15:08:42 | 2016-02-10T15:08:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,915 | cpp | /*
-- MAGMA (version 2.0.0) --
Univ. of Tennessee, Knoxville
Univ. of California, Berkeley
Univ. of Colorado, Denver
@date February 2016
@precisions normal z -> s d c
@author Mark Gates
*/
// includes, system
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#in... | [
"maxhutch@gmail.com"
] | maxhutch@gmail.com |
76b56cb1f66f37a2be5f3690bfbf9eac9ff19db4 | 2891a607848b80209db7a8e260fb63c5dac018c6 | /Assignment/Ray.cpp | 4a269776c9860598839e1ab20c22c5602b0b38c1 | [] | no_license | zeynepakkalyoncu/RayTracer | fd2a6c05c9f62585f76916bfd49d337f97aabcbf | f006bddd0c7a470c91b1feba0232b4a0870047ef | refs/heads/master | 2021-06-07T18:04:35.297096 | 2016-11-22T20:23:47 | 2016-11-22T20:23:47 | 71,885,153 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 483 | cpp | //
// Created by Fatih on 10/27/15.
//
#include "Ray.h"
Ray::Ray(const Vector3 &origin, const Vector3 &direction)
: _origin(origin), _direction(direction)
{
}
void Ray::Direction(const Vector3 &dir)
{
_direction = dir;
_inv_direction.X(1 / dir.X());
_inv_direction.Y(1 / dir.Y());
_inv_direction.... | [
"zeynep.akkalyoncu@metu.edu.tr"
] | zeynep.akkalyoncu@metu.edu.tr |
2312944b1afccd8e4aca30a221176ecce272a9ca | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5686313294495744_0/C++/anhhungcolao7/A.cpp | 67b78f6b16eeac960377e8fbd763cce32e3a1d2c | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 8,811 | cpp |
#include <bits/stdc++.h>
#define fi "a.inp"
#define fo "a.out"
#define For(i,a,b) for(int i=a;i<=b;i++)
#define Ford(i,a,b) for(int i=a;i>=b;i--)
#define All(x) x.begin(),x.end()
#define st first
#define nd second
#define It interator
#define sl_int(x) __builtin_popcount(x)
#define el endl
#define in cin
... | [
"alexandra1.back@gmail.com"
] | alexandra1.back@gmail.com |
342165b632257024cea569ad1a6d9f0c478cf0b6 | 874aa59e5b3ed5b6c0307467c53a6a61ede5d969 | /WinSpy/WindowsView.h | 153406058a3baf5c63057d846478c282ca9dd62e | [
"MIT"
] | permissive | rajendra1185/WinSpy | da1ec45074ccb88c65c716f3835b442ce82772f5 | 03f28735c593ec6a5dc8436efe7f3456f985919d | refs/heads/master | 2023-06-12T03:49:39.994658 | 2021-06-26T18:14:08 | 2021-06-26T18:14:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,369 | h | // View.h : interface of the CView class
//
/////////////////////////////////////////////////////////////////////////////
#pragma once
#include "VirtualListView.h"
#include "TreeViewManager.h"
#include "ViewBase.h"
class CWindowsView :
public CViewBase<CWindowsView>,
public CVirtualListView<CWindowsView>,
public... | [
"zodiacon@live.com"
] | zodiacon@live.com |
9bc2a438c4749a35c11f7f2b940a1d9af058673d | dd6147bf9433298a64bbceb7fdccaa4cc477fba6 | /8381/Maria_Lisok/lr2/game_oop 4/Base/base.cpp | 40c1db8054dc6b89f9ce77119738d43a366851ed | [] | no_license | moevm/oop | 64a89677879341a3e8e91ba6d719ab598dcabb49 | faffa7e14003b13c658ccf8853d6189b51ee30e6 | refs/heads/master | 2023-03-16T15:48:35.226647 | 2020-06-08T16:16:31 | 2020-06-08T16:16:31 | 85,785,460 | 42 | 304 | null | 2023-03-06T23:46:08 | 2017-03-22T04:37:01 | C++ | UTF-8 | C++ | false | false | 1,712 | cpp | #include "base.h"
Base::Base(int maxUnitsCount, int health, int xx, int yy, int baseNumb) : baseNumb(baseNumb),
unitCount(0), maxCount(maxUnitsCount),
unitCurr(0),health(health), x(xx), y(yy)
{
units = new CompositeUnit();
}
int Base::getBaseNumb() const
{
return baseNumb;
}
int Base::getX() const
{
... | [
"mari.lisok@mail.ru"
] | mari.lisok@mail.ru |
3cf68fc72c88b7b3cf752697dd486969d25d17d5 | 5945d6e644a25dcc1b1552205b6f96fffe159f5f | /src/lib/lists/listsmemberships.h | bce0f8ea8c43617b85f702bfd32805a2b3eb4c68 | [
"BSD-3-Clause"
] | permissive | yuntan/twitter4qml | 5cba11e7f10eb53b547484ce680b115f3511d9c9 | 67a7ea7c5467293f6b288435e73bc9db18639985 | refs/heads/master | 2016-09-08T01:20:37.275268 | 2014-02-18T09:03:39 | 2014-02-18T09:03:39 | 16,941,630 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,389 | h | /* Copyright (c) 2012-2013 Twitter4QML Project.
* 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 l... | [
"stasuku@gmail.com"
] | stasuku@gmail.com |
4af1ed6edd07555eef66652823c55126bf7a1604 | f99ee67eda1ec1aee36fc2fec30962c59554fd83 | /c/局部最大值.cpp | 3a424d7e5a668315c2df3dd2f659a27542d43953 | [] | no_license | embarce/css | ae2572d18d887e82529ef35de50ae2e826ec3212 | a4a12d9afaaaa54e40a538ecd8aee59d02a0eacb | refs/heads/master | 2021-04-09T13:47:31.928460 | 2018-03-19T04:55:31 | 2018-03-19T04:55:31 | 125,518,812 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 581 | cpp | #include<stdio.h>
int main()
{
int i, j, m, n, t;
scanf("%d%d", &m, &n);
int a[m][n];
for(i = 0; i < m; i++)
for(j = 0; j < n; j++)
scanf("%d", &a[i][j]);
t = 0;
for(i=1;i<m-1;i++)
{
for(j=1;j<n-1; j++)
{
if(a[i][j]>a[i-1][j]&&a[i... | [
"you@example.com"
] | you@example.com |
a48e15deeeb6e751d69440e6c98f429ee8b894db | dc18985fd56873aae1cfb78cd7e70a0e8a2f471c | /Classes/scene/MainScene.h | 722387a1f5310d7a32e92e9256317cd5e7fefdac | [] | no_license | lonag/ChinesePoker | f614a498fb724dbe2a73370dabae26dd8dd629cb | 232ab14c0b0379087a96ee52a976dd99ad635cfb | refs/heads/master | 2021-01-21T11:15:21.069228 | 2017-03-10T15:03:16 | 2017-03-10T15:03:16 | 83,538,708 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 415 | h | #ifndef _main_scene_h_
#define _main_scene_h_
#include "cocos2d.h"
#include "ui/CocosGUI.h"
#include "cocostudio/CocoStudio.h"
USING_NS_CC;
using namespace ui;
using namespace cocostudio;
class MainScene:public Layer
{
public:
static Scene* scene();
bool init();
void createview();
CREATE_FUNC(MainSc... | [
"lonagcn@163.com"
] | lonagcn@163.com |
cba9abc8c76a5f1d60eed8f759e55ff45a030ce5 | 2db52bea4847d6a3e4cd806ac466142dbfde7fa2 | /src/MS5611.h | 5a49f1537dc68a745d2ca7fc5f0523c96024efea | [
"MIT"
] | permissive | pec1985/SimpleVario-Arduino | 0b55bdc28a550aaa5c1df7d51ab1d377a34830ce | a189230cd9711ded4808282fb44bca35adf34cf3 | refs/heads/main | 2023-01-12T14:46:35.284228 | 2020-11-18T23:20:55 | 2020-11-18T23:20:55 | 314,074,647 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 906 | h | /*
ms5611.h
Library for barometric pressure sensor MS5611-01BA on I2C with arduino
by Petr Gronat@2014
*/
// Include guard token - prevents to include header file twice
#ifndef MS5611_h
#define MS5611_h //create token
// Include Arduino libraries
#include <Arduino.h>
#include "i2c_t3.h"
#define N_PROM_PARAMS 6
//... | [
"pedro@pedros-mbp.lan"
] | pedro@pedros-mbp.lan |
662406b8eb85225e58d1a027cae1f18a74dbc890 | 88fb624f1b61a3f789f46e45aea58bcf9f04824b | /Test/D3D12Cube.cpp | 6feeb49ee2a504aa2f43622c21aabc65ad69272d | [
"MIT"
] | permissive | jianyuyanyu/Panda | 74d36ad42a6c3c0f115dcbee4951e438bd620d6a | 4c19e328d03749eea60a6fc9755621c5fa58dbd1 | refs/heads/master | 2020-07-12T04:19:09.625966 | 2019-07-03T13:13:39 | 2019-07-03T13:13:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 52,660 | cpp | #include <windows.h>
#include <windowsx.h>
#include <stdio.h>
#include <tchar.h>
#include <stdint.h>
#include <array>
#include <vector>
#include <xstring>
#include <DirectXMath.h>
#include <DirectXPackedVector.h>
#include <DirectXColors.h>
#include <DirectXCollision.h>
#include <d3d12.h>
#include <DXGI1_4.h>
#include ... | [
"caizhoudong001@gmail.com"
] | caizhoudong001@gmail.com |
6b7cd5f146dadd217ba6e22ef2830865b6186b2e | 2953d6c761d485d23f7ce7df12cea3183d923c6d | /nnet2bin/nnet-am-switch-preconditioning.cc | 3054ab5b7faf0ba687439685bf056cc7c7997b7a | [] | no_license | yccheng31/kaldi_trunk | 1504ea6a719733fff436378d05504c04178bf7fe | 0ea8c9cefcd9d5b18fa8373e438f77e5de0b31a4 | refs/heads/master | 2021-01-22T01:28:11.621726 | 2014-09-29T18:57:06 | 2014-09-29T18:57:06 | 23,676,161 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,630 | cc | // nnet2bin/nnet-am-switch-preconditioning.cc
// Copyright 2012 Johns Hopkins University (author: Daniel Povey)
// See ../../COPYING for clarification regarding multiple authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
... | [
"ycjeng@gmail.com"
] | ycjeng@gmail.com |
7da9e11d899eb511f4add0506d101cb975cef685 | 2f19e39d581eaa8298ca08192460fe3ac9f8d02b | /fhe3/fhe/math/Quat.h | 0eebb5d7cf099ec32d395186876988243c31a03f | [] | no_license | davecarr1024/libfhe | 77497b67c2ead85fc0bd6a7837a765daf6ccfe30 | 31682b423fc2255a10235f28c17cbdc7c6d7668b | refs/heads/master | 2021-05-08T05:22:02.635076 | 2016-08-22T20:11:06 | 2016-08-22T20:11:06 | 31,622,347 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,387 | h | #ifndef QUAT_H
#define QUAT_H
#include <iostream>
#include "fheMath.h"
#include <boost/python.hpp>
namespace fhe
{
class Vec3;
class Quat
{
public:
float w, x, y, z;
Quat();
Quat(float _w, float _x, float _y, float _z);
Quat(co... | [
"dave.carr.re2@a83f7b76-a30c-11de-8ba5-91705c1537ed"
] | dave.carr.re2@a83f7b76-a30c-11de-8ba5-91705c1537ed |
ff8dcd44cda7e8089c2a65c0d67f550f9931d43b | de08068df4a7338d49c46b632e5d1182b097c582 | /VOPractice/src/config.cpp | 6e8994a4d0753835baebc8766b3e739651c06ccd | [] | no_license | liuchang-t/SlamPracticeD435 | 6219e972cf35af0b9b12343115a77d5c1975f5ea | add761b76c4d1b09de0c48933f2d82cbc3ac37ff | refs/heads/master | 2021-05-22T13:28:27.762963 | 2020-07-08T10:29:01 | 2020-07-08T10:29:01 | 252,946,723 | 0 | 0 | null | 2020-04-04T09:34:03 | 2020-04-04T08:26:26 | C++ | UTF-8 | C++ | false | false | 936 | cpp | #include "myslam/config.h"
namespace myslam
{
void Config::setParameterFile(const std::string& filename)
{
if (config_ == nullptr)
config_ = shared_ptr<Config>(new Config);
/*config_->file_ = cv::FileStorage( filename.c_str(), cv::FileStorage::READ );
if ( config_->file_.is... | [
"liuchang_t@163.com"
] | liuchang_t@163.com |
7b5c5fc03aef5bfd3842de789ae6d978e84c5141 | 97d14a9bc00ba6ed3e1e5d650dbe2f5b307871d7 | /src/index/segment_enum_test.cpp | ddf0f6b474f64479072c88cdaa1613b4c0ed0e2c | [
"MIT"
] | permissive | nemesit/acoustid-index | 3725def0cc333216b8785bcf4affb4833c030e9a | f6b4dcf50af9f2558d40410cfe642e83f212ed04 | refs/heads/master | 2021-01-21T01:43:25.394042 | 2011-04-14T21:06:25 | 2011-04-14T21:06:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,729 | cpp | // Copyright (C) 2011 Lukas Lalinsky
// Distributed under the MIT license, see the LICENSE file for details.
#include <gtest/gtest.h>
#include <QFile>
#include "util/test_utils.h"
#include "store/ram_directory.h"
#include "store/input_stream.h"
#include "store/output_stream.h"
#include "segment_data_reader.h"
#includ... | [
"lalinsky@gmail.com"
] | lalinsky@gmail.com |
c27deb943c285d2f7df497af0d5ce7b96afc6158 | 3aa317f44322d3b4a9b46fa7a79f889ea373e2aa | /Project/04. Scripts/InstinctScript.cpp | 062c6e460ce0d7db44bd8b1b31209177e893738c | [] | no_license | oung/MapleStory-1 | 11580c7ee28337e0ba8f2cb70dcb54ab1c106f26 | 3ddbbbcd7c20a0bf835e724046be1072908b9bae | refs/heads/master | 2023-08-11T11:03:52.630096 | 2021-10-07T14:00:39 | 2021-10-07T14:00:39 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 9,462 | cpp | #include "stdafx.h"
#include "InstinctScript.h"
#include "KeyMgr.h"
#include "TimeMgr.h"
#include "Transform.h"
#include "AnrealEngine/Collider.h"
#include "ResMgr.h"
#include "AnrealEngine/Material.h"
#include "AnrealEngine/MeshRender.h"
#include "AnrealEngine/Animator2D.h"
#include "AnrealEngine/Animation2D.h"
#i... | [
"skywooya@icloud.com"
] | skywooya@icloud.com |
0d39eae61c4ca902e5168b5d3744a3329166303d | 651cbae33f34feeb9b45931910c1ba83cb48ba69 | /SP3_Framework/App/Source/Scene2D/Physics2D.h | 17ef77a10a88035f444fb8a44ad796adb361f91a | [] | no_license | beatsmoon/SP3 | 0fa605a1fa16794a0f6eeb8a8d20185021cb3507 | 2abc6c9d3609544dda9888569f8714ee67d3ffa4 | refs/heads/master | 2022-12-03T08:10:01.618874 | 2020-08-20T04:52:26 | 2020-08-20T04:52:26 | 288,071,534 | 0 | 0 | null | 2020-08-19T09:05:29 | 2020-08-17T03:07:51 | C++ | UTF-8 | C++ | false | false | 1,807 | h | /**
CPhysics2D
By: Toh Da Jun
Date: Mar 2020
*/
#pragma once
#include <includes/glm.hpp>
#include <includes/gtc/matrix_transform.hpp>
#include <includes/gtc/type_ptr.hpp>
class CPhysics2D
{
public:
enum STATUS
{
IDLE = 0,
JUMP,
FALL,
NUM_STATUS
};
// Constructor
CPhysics2D(void);
// Destructor
vi... | [
"54053886+beatsmoon@users.noreply.github.com"
] | 54053886+beatsmoon@users.noreply.github.com |
79454c874ec4c8d37394b6e9f0ae931f8543991c | 3d4560f23d2167c654f63ef9a4365d3c761c05f4 | /src/vehicle_attitude.cpp | f5deb4c295b81a525062928612c4aea01c5c827f | [
"BSD-3-Clause"
] | permissive | mayahaah/micrortps_agent | 9b127ccb27c87559cc4ca5f87e7725b3ff97ee80 | 3dcca9cb5b5a08e84728aaaf3a265d520be4158b | refs/heads/master | 2023-05-28T03:04:20.769987 | 2021-06-03T05:35:30 | 2021-06-03T05:35:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,791 | cpp | // Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima).
//
// 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 re... | [
"bot@px4.io"
] | bot@px4.io |
2e9a8b194d7477872041217a9ec3320576db5ff0 | c836e1b688a904ce2f8f106a874cc2a8c6c92617 | /09-passivityTests/simviz.cpp | d7421afb6828f25e3fda4f647aa5709144565358 | [] | no_license | airsus/Sigma7Applications | fb4bcc4c0cd15c9fa5b505e5e2a1270c5d61c035 | 29a4b708c90b793d14c02c56a3d779669c2f8d2b | refs/heads/master | 2022-07-02T18:40:24.029346 | 2020-05-13T16:34:49 | 2020-05-13T16:34:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,183 | cpp | // This example tests the haptic device driver and the open-loop bilateral teleoperation controller.
#include "Sai2Model.h"
#include "Sai2Graphics.h"
#include "Sai2Simulation.h"
#include <dynamics3d.h>
#include "redis/RedisClient.h"
#include "timer/LoopTimer.h"
#include <GLFW/glfw3.h> //must be loaded after loading o... | [
"mjorda@stanford.edu"
] | mjorda@stanford.edu |
9e59f5366604c522cd2f51e3a85d37b6077d618f | e26d77b5b54aaae9aa0ad5f50a181ce29896f0a6 | /src/train.cpp | bda609df9faecf6a7953ca16ecca69b75e5b09ed | [] | no_license | Lrwin16g/inpaint | 216de3ff8355dc3db28898f7d886638490178698 | f6c8cfdeeef7b34745d04adf139eb26d04d10b85 | refs/heads/master | 2020-04-06T07:05:44.802113 | 2014-11-24T10:45:16 | 2014-11-24T10:45:16 | 14,288,873 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,403 | cpp | #include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <opencv2/core/core.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
#include "gFoE.h"
// GaussFoEの学習プログラム
int main(int argc, char *argv[])
{
if (argc != 5)
{
std::cerr << "Usage: " <<... | [
"nakamura.yuzuru0515@gmail.com"
] | nakamura.yuzuru0515@gmail.com |
e13ec723642ce5037c9e4d7ea18ebaf29c51f090 | 8ba63ac00df1619d1f710d863ffc531abe2fa0ed | /algorithms/dynamic programming/howSum(tabulation).cpp | f44f61a5c72b4d657083276611913d38d3ee76d0 | [] | no_license | abhigyani/code-practice | fe25ed019e48138cf29db5c982c770f02a3f7507 | 9227e12a22367de5e9a34e856d0e25332e6f98c9 | refs/heads/master | 2023-07-18T21:48:20.524741 | 2021-09-25T07:43:47 | 2021-09-25T07:43:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,278 | cpp | #include<iostream>
#include<vector>
using namespace std;
vector<int>howsum(int target, vector<int>given_vector){
vector<vector<int>>ans_vector;
for(int i=0;i<=target;i++){
vector<int>inside;
inside.push_back(0);
ans_vector.push_back(inside);
}
ans_vector[0].pop_back();
ans_v... | [
"anand.aditi957@gmail.com"
] | anand.aditi957@gmail.com |
08977ecdeb4de5a1065362c9f45e45fbab7240c6 | 06bf4d60f4414321dce33dd887fe74e262b7f38d | /module08/ex02/mutantstack.cpp | 7dc820f9ccc333b7981239a634ad9014834c9225 | [] | no_license | subin195-09/42_CPP | 6d32bf6d6fb9f41ece469c1dfccdf1c416d5e942 | b8791c81c0eafdd7dafdd1efd81efc24cae3556e | refs/heads/main | 2023-07-14T07:57:17.794462 | 2021-08-28T18:44:02 | 2021-08-28T18:44:02 | 383,376,046 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,810 | cpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* mutantstack.cpp :+: :+: :+: ... | [
"k_subin@naver.com"
] | k_subin@naver.com |
81156b3a53bfba4664a391704c7e1131d7384117 | 5d4f80445645f0771d5bed3aebeac2c7c1d4210b | /motor/StepperDriver.h | c0839b1b801ea1b83f6393c9af2de4dcb200d595 | [] | no_license | Kaldie/GeRoBot | ac9f3699dbfd91111d2e60b939d82046f4636fdc | b7ad01d62df52995f5c82298b06113b0a26f79ce | refs/heads/master | 2020-12-24T16:15:57.102544 | 2017-03-21T13:23:56 | 2017-03-21T13:23:56 | 25,439,362 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,659 | h | #ifndef StepperDriver_h
#define StepperDriver_h
#include <BaseMotor.h>
// Forward declared classes
class StateSequence;
class SequenceVector;
class StepperDriver: public BaseMotor {
public:
typedef std::shared_ptr<StepperDriver> DriverPointer;
/// Maximum frequency (in deca hertz) which the motor starts from
... | [
"ruudcools@gmail.com"
] | ruudcools@gmail.com |
57910708ff28404aa91d8b4e44a7e73d2912477d | 3270af3dc2f0021a34aca7540417172e4c2603f2 | /Exercises/SBCC-H.cpp | 4bb1aff22f37bc566854861b17196d58d6133c17 | [] | no_license | lucasandre22/programming-club | 24433339d80a7e744795d49b8a068888ff91fba9 | 5aa7926c51eed330559719caa3cea842b92859af | refs/heads/master | 2023-09-01T23:10:03.937877 | 2021-10-30T22:31:28 | 2021-10-30T22:31:28 | 415,341,352 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 530 | cpp | #include <bits/stdc++.h>
#include <iostream>
using namespace std;
int main(void) {
int n, k, i;
int a, b;
vector<pair<int, int>> vetor;
pair<int, int> aux;
scanf("%d %d", &n, &k);
for(i = 0; i < n; i++) {
scanf("%d %d", &a, &b);
aux.first = a; aux.second = b;
vetor.push... | [
"lucas.andre22@yahoo.com"
] | lucas.andre22@yahoo.com |
ae95a74f731474bb3dd789e5fe7c39804619ae22 | 185b00fc2b448497991418a5214b49445afe18e7 | /SDK/PUBG_HudAlwaysOn_parameters.hpp | fd2975d47c470593b390e81325b319c04de1c249 | [] | no_license | cpkt9762/PPLAY_SDK | f562e3391df2a46abca33d202884705fdd03a1f8 | 30bf1a7fadab2ed07635e55c9c9749720cd79528 | refs/heads/master | 2021-04-28T10:19:19.392994 | 2018-02-19T07:20:44 | 2018-02-19T07:20:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,762 | hpp | #pragma once
// PlayerUnknown's Battlegrounds (2.6.23) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "../SDK.hpp"
namespace Classes
{
//---------------------------------------------------------------------------
//Parameters
//--------------------------------------------------------------------------... | [
"915188949@qq.com"
] | 915188949@qq.com |
339aff1588537db63f748fef6c970a7c2185c80d | 628145d99093790651a7ecbe88b2f8e5867823df | /Strings/main.cpp | 23afa30f585f2dfa46d39b29b54e779aec6d7d3e | [] | no_license | da230896/Practically-Dumb | 235dde3a81dcdfae5b3c8b7f7209214fda6edf18 | 814562fbab9bf388ec99cdc24afda96d7661e352 | refs/heads/master | 2021-01-23T05:24:51.806229 | 2017-08-20T20:01:28 | 2017-08-20T20:01:28 | 92,963,263 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,005 | cpp | #include <iostream>
#include <string>
#include "Z-algorithm.h"
using namespace std;
int main()
{
// compressedTrie root;
// root.initialise();
// root.insertWord("");
// root.insertWord("facebook");
// root.insertWord("doing");
// root.insertWord("face");
// root.insertWord("facebooker");
... | [
"da.230896@gmail.com"
] | da.230896@gmail.com |
29ed0ab1c0148fb8bae1b013c2cd6c74882eb1c2 | 8a1969c70bfe9c43e5611fe9e306855fc9a0e36a | /Fem_Liphy_Kamran/include/memory.h | 740b1487e5e4c5e22e18f5cd5279d26d8bc0cde9 | [] | no_license | LucaMarradi/FEM_Kamran | 0fdb4f13d69fa8c612de33e76fb76a6c58df9f7a | fb871c6d3a51832f40fb12db5009e52f785ae159 | refs/heads/master | 2021-01-10T16:54:18.344481 | 2016-02-25T21:14:29 | 2016-02-25T21:14:29 | 52,544,556 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 409 | h | #ifndef MEMORY_H
#define MEMORY_H
class Memory
{
public:
Memory();
~Memory();
void doubleMat( double **&, const unsigned int, const unsigned int );
void doubleVec( double *&, const unsigned int );
void Delete2ndMat( double **, const unsigned int );
void Delete2ndMat( unsigned int **, const unsigned int ... | [
"lucamarradi@yahoo.it"
] | lucamarradi@yahoo.it |
aef28bfde81fdd89c55a0b1b8dc5e584d6f96984 | 49f88ff91aa582e1a9d5ae5a7014f5c07eab7503 | /gen/third_party/blink/renderer/bindings/core/v8/string_or_array_buffer.cc | 4a8f49c52f566cec9038ce7536a3cc473afb466f | [] | no_license | AoEiuV020/kiwibrowser-arm64 | b6c719b5f35d65906ae08503ec32f6775c9bb048 | ae7383776e0978b945e85e54242b4e3f7b930284 | refs/heads/main | 2023-06-01T21:09:33.928929 | 2021-06-22T15:56:53 | 2021-06-22T15:56:53 | 379,186,747 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,540 | cc | // 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.
// This file has been auto-generated from the Jinja2 template
// third_party/blink/renderer/bindings/templates/union_container.cpp.tmpl
// by the script c... | [
"aoeiuv020@gmail.com"
] | aoeiuv020@gmail.com |
23514b1e2f564ce46afe261f0e0014e79ec7e5ca | 8ef2077a6472a7fed2c3961d64e32eaa9acca237 | /WidgetAnimator.h | 510f7dbdaad0e01d5541f4dda7444e62c9fad8c5 | [] | no_license | diskzero/workspace | 087b850cbaf6f9c094d9d9c57abe4c6c4f598c8a | 6391b3db70e72476e00624f75f2231b980df8312 | refs/heads/master | 2016-09-06T16:19:54.820459 | 2015-03-03T22:44:54 | 2015-03-03T22:44:54 | 31,625,494 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,069 | h | /*
The MIT License (MIT)
Copyright (c) 2011 Gene Z. Ragan
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, p... | [
"gene@rockskip.co"
] | gene@rockskip.co |
4083edbe6bc8dcea7bdb3932e92705c4cf395b05 | bd833dcac4bd73157d3b9d87f731f3800e1d692e | /v3/micro/src/MillisTimer.h | b3437d2f968678f0d2ec36a4d976b42d7d233abd | [] | no_license | piotr07da/LedController | c431183b00b10de3188a8ea0dbd3035c4c79bdf4 | aae281f43a9a9c2758fcfc8d119edc1921f0b353 | refs/heads/master | 2022-02-07T10:12:08.721333 | 2022-01-20T14:08:31 | 2022-01-20T14:08:31 | 132,886,877 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 264 | h | #ifndef __MILLIS_TIMER__
#define __MILLIS_TIMER__
#include "Particle.h"
class MillisTimer
{
private:
uint32_t _interval;
uint32_t _lastTime;
public:
void Setup(uint32_t interval);
bool Check();
bool Check(uint32_t& lastValidCheckInterval);
};
#endif
| [
"piotr.bejger@gmail.com"
] | piotr.bejger@gmail.com |
6a720cc15c45be06113bace38c6441099ac6cfee | a9762e452d2f53d5e1a30698d55cfeac85973706 | /Fish.cpp | 31b142c2e4613cf5605c63ba054a9d77da3680ca | [] | no_license | CircuitFreakCoder/Cpp_Inheritance | 50b055939fcf2be04ab9b453700036e6059e4105 | 5684888b57f2a7e0d2f57bbb3dc3d6a95c98ac41 | refs/heads/master | 2020-03-30T01:15:05.736003 | 2013-06-01T14:23:08 | 2013-06-01T14:23:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 725 | cpp | #include <iostream>
using namespace std;
class Fish
{
public:
bool FreshWaterFish;
void Swim()
{
cout<<((FreshWaterFish)?"Swims in lake":"Swims in sea")<<endl;
}
};
class Tuna: public Fish
{
public:
Tuna()
{
FreshWaterFish = false;
... | [
"circuitfreakcoder@gmail.com"
] | circuitfreakcoder@gmail.com |
59ac5ead63d3c5437bf5681e90978dda74f8de5a | 97163be23ec46d35737c9e41aa34107479d1e323 | /Bit Magic/aloneInCouple.cpp | 0da76d00f26052294c3ff0022582cf28599e2dee | [] | no_license | Kamrul-Hasan-1971/Code | 54612faea047f523306158bd936850a2c599ef3e | 7ca4da7b1e23a3c3fef06f598f11ba83054373ae | refs/heads/master | 2023-09-02T09:06:05.462951 | 2021-11-05T06:53:18 | 2021-11-05T06:53:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 363 | cpp | #include <iostream>
#include <set>
using namespace std;
int main(){
int t;
cin >> t;
while(t--){
int n, i;
cin >> n;
int arr[n];
for(i = 0; i < n; i++) cin >> arr[i];
set <int> s;
for(i = 0; i < n; i++){
if(s.find(arr[i]) == s.end()) s.insert(arr[i]);
else s.erase(arr[i]);
... | [
"kstheking0@gmail.com"
] | kstheking0@gmail.com |
ee4291743e00b150da193bac78cf24764d2d899a | ac719e4e5d8bf134a6ad3ce1175e68a10ad52da2 | /Classes/Native/mscorlib_System_Collections_Generic_KeyValuePair_22300064352.h | f4fc512aed0c34c5a49c64965e34186573f63706 | [
"MIT"
] | permissive | JasonMcCoy/BOOM-Bound | b5fa6305ec23fd6742d804da0e206a923ff22118 | 574223c5643f8d89fdad3b8fc3c5d49a6a669e6e | refs/heads/master | 2021-01-11T06:23:28.917883 | 2020-05-20T17:28:58 | 2020-05-20T17:28:58 | 72,157,115 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,822 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.Type
struct Type_t;
// System.Collections.Generic.IDictionary`2<System.String,System.Collections.Generic.KeyValuePair`2<System.Type,SimpleJson.Reflection.ReflectionUtils/Set... | [
"jasonmccoy@Jasons-MacBook-Pro.local"
] | jasonmccoy@Jasons-MacBook-Pro.local |
dd57c2f7693da967b33d0f6543d673c3cc4f34d7 | 365bac64e7d5f70669d8dff3f5b2f2b7bd3f4fa7 | /Step4/City\City\MemberReport.cpp | 2b8ef093226b08432cbe452bb77ad15daa7f1e9a | [] | no_license | winnie1027/CSE-335-MSU | cce1b97d77906d6232481c2f75c15d58f19b480d | 4a6d20bbffa452019fecbeaf7d6b267733033f4c | refs/heads/main | 2023-04-21T21:32:27.590813 | 2021-05-05T04:51:39 | 2021-05-05T04:51:39 | 343,647,844 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 529 | cpp | #include "pch.h"
#include <sstream>
#include <iostream>
#include "MemberReport.h"
#include "Tile.h"
using namespace std;
/**
* Constructor
* @param tile File this report is for.
*/
CMemberReport::CMemberReport(std::shared_ptr<CTile> tile) : mTile(tile)
{
}
/**
* Generate the report line that is ... | [
"71732749+winnie1027@users.noreply.github.com"
] | 71732749+winnie1027@users.noreply.github.com |
bb6e19ee193673e62af9e3f6cb6fa5a835e9a737 | acf1f88bd88dff4d05f319006a0fcae51e511abf | /Level2/servoMotionModule.ino | 1094ce7719f49d0817758668e0bd427029681179 | [] | no_license | andrewwu0629/Firex | f1bccc583ead2c1c8303936411e2641e47acec39 | 34edf5456432ff430fcff3d12fec08357a81d7d5 | refs/heads/master | 2020-07-24T10:39:19.149895 | 2019-06-04T10:26:01 | 2019-06-04T10:26:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,426 | ino | /* servoMotionModule.ino
A wheeled robot servo module
by C.D.Odom on 2.17.2015. Updated 7.18.17.
Configured for TRINITY COLLEGE INTERNATIONAL FIRE FIGHTING ROBOT CONTEST 2019 by Robin D. on 3.30.19
*/
/*
const int leftServoPin = 11;
const int rightServoPin = 12;
*/
// Left Servo Pulse Width Constants
const ... | [
"comtalyst@outlook.com"
] | comtalyst@outlook.com |
f3c79d1be53cef1b68d6c685b8fd5a3b0d604ab8 | 38e9b9c2d550ee208cfc4b526babb9f63f98e866 | /rpmessagequeue.h | 762df807af49f69f95966334cb34f098ab1837a2 | [] | no_license | hankhank/rplib | 1c824742324117f165e082365983e8602737bdbd | 8378ee75cbff2afd9b901c3231fb6776c7b66dfb | refs/heads/master | 2020-04-06T11:29:57.480117 | 2012-02-08T20:04:05 | 2012-02-08T20:04:05 | 2,976,118 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 333 | h | #ifndef RPMESSAGEQUEUE_H_
#define RPMESSAGEQUEUE_H_
#include "rpqueue.h"
#include "rpmessage.h"
namespace rp
{
template <typename T, int QUEUE_SIZE>
class RpMessageQueue : public RpQueue<RpMessage<T>, QUEUE_SIZE>
{
public:
RpMessageQueue(){};
RpMessageQueue(const RpMessageQueue&);
}... | [
"andrew@sideramota.com"
] | andrew@sideramota.com |
45cab54405e077fb0038e02d27aee9c03c7341cc | b28305dab0be0e03765c62b97bcd7f49a4f8073d | /ui/base/ime/chromeos/ime_keymap.cc | 4b5dbde88ca5ee58c1d9b47dedf147d00741301d | [
"BSD-3-Clause"
] | permissive | svarvel/browser-android-tabs | 9e5e27e0a6e302a12fe784ca06123e5ce090ced5 | bd198b4c7a1aca2f3e91f33005d881f42a8d0c3f | refs/heads/base-72.0.3626.105 | 2020-04-24T12:16:31.442851 | 2019-08-02T19:15:36 | 2019-08-02T19:15:36 | 171,950,555 | 1 | 2 | NOASSERTION | 2019-08-02T19:15:37 | 2019-02-21T21:47:44 | null | UTF-8 | C++ | false | false | 7,941 | cc | // 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.
#include "ui/base/ime/chromeos/ime_keymap.h"
#include <stddef.h>
#include <map>
#include "base/lazy_instance.h"
#include "base/macros.h"
namespace ui ... | [
"artem@brave.com"
] | artem@brave.com |
3218c5921f0c02c05572695a35806bdaa223abc4 | 93b24e6296dade8306b88395648377e1b2a7bc8c | /client/wxWidgets/wx/build.h | 308073db9131e9d6405173aeb1221aa0dc7a02c5 | [] | no_license | dahahua/pap_wclinet | 79c5ac068cd93cbacca5b3d0b92e6c9cba11a893 | d0cde48be4d63df4c4072d4fde2e3ded28c5040f | refs/heads/master | 2022-01-19T21:41:22.000190 | 2013-10-12T04:27:59 | 2013-10-12T04:27:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,552 | h | ///////////////////////////////////////////////////////////////////////////////
// Name: wx/build.h
// Purpose: Runtime build options checking
// Author: Vadim Zeitlin, Vaclav Slavik
// Modified by:
// Created: 07.05.02
// RCS-ID: $Id: build.h,v 1.18 2004/09/09 17:42:29 ABX Exp $
// Copy... | [
"viticm@126.com"
] | viticm@126.com |
7c3d9531fc061907ff69dd4ac23cd3b7da75a98c | 53733f73b922407a958bebde5e674ec7f045d1ba | /temp/0901am/abc158/F/main.cpp | 20040adcdb5582fd59435ca3fb46fa7b77ee009a | [] | no_license | makio93/atcoder | 040c3982e5e867b00a0d0c34b2a918dd15e95796 | 694a3fd87b065049f01f7a3beb856f8260645d94 | refs/heads/master | 2021-07-23T06:22:59.674242 | 2021-03-31T02:25:55 | 2021-03-31T02:25:55 | 245,409,583 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,473 | cpp | #include <bits/stdc++.h>
using namespace std;
const long long mod = 1e9 + 7;
using ll = long long;
using pii = pair<int, int>;
using pll = pair<ll, ll>;
#define ull unsigned long long
#define ld long double
#define vi vector<int>
#define vll vector<ll>
#define vc vector<char>
#define vs vector<string>
#define vpii v... | [
"mergon-nitro-pale_fluorelight@hotmail.co.jp"
] | mergon-nitro-pale_fluorelight@hotmail.co.jp |
927e204801d4e78d0b5f8348a13240d26d77cd41 | bad16eb9b35971135f8fc055b40d87006621d2de | /offline/2021/spring/ICPC2020KunmingRC/L.cc | be264c4ab1684a2eeef1a184c189741c157af589 | [] | no_license | ymd45921/HUST-ACM-training | 1e1c47e40d419987731e047f493d614f0220346b | 1976e8351c0ba445ad8bfe0124dd88215d768cc8 | refs/heads/master | 2023-06-12T13:52:31.974586 | 2021-07-14T14:30:49 | 2021-07-14T14:30:49 | 317,748,883 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,033 | cc | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
ll read()
{
ll x = 0; char ch = getchar();
for(; ch > '9' || ch < '0'; ch = getchar());
for(; ch >= '0' && ch <= '9'; ch = getchar())x = x * 10 + ch - 48;
return x;
}
const int N = 1e6 + 2;
int a[N];
int stk[N];
bool vis[N];
int hd[N],... | [
"ymd45921@163.com"
] | ymd45921@163.com |
531123f759f66b9010c23c759617f98f92999c72 | d58ee89c2f4004398195608fc3e6c2ea28a65e77 | /cpp/util/TestString.h | 4700ab67c2ab258d1b88ea72aec6e3adbd30fc62 | [
"MIT"
] | permissive | tvdmerwe/matasano-challenges | 6c79cbad599cd2b91860f5427a2e286052d80bfd | 9f1681f6dc88427e542dc97a126d2cd616906c3f | refs/heads/master | 2020-04-08T14:11:25.518045 | 2016-03-09T11:52:13 | 2016-03-09T11:52:13 | 50,509,328 | 0 | 0 | null | 2016-01-27T13:32:32 | 2016-01-27T13:32:32 | null | UTF-8 | C++ | false | false | 525 | h | #include <string>
#include <vector>
#include <stdint.h>
#ifndef TESTSTRING_H
#define TESTSTRING_H
class TestString {
private:
std::string plain_text;
std::string cipher_text;
uint8_t key;
int32_t score;
public:
TestString(std::string plain_input, std::string cipher_input, uint8_t key_input);
TestString(std::stri... | [
"robertplee@live.com"
] | robertplee@live.com |
db0d25831a89af732c313838e0f4950598865b5a | 1d234a90501f6533082af555dbb428f7d902e7be | /easy/BOJ_5597.cpp | c5ba9d48260a89ffd83cc0c1fa0fd74166670eba | [] | no_license | gimozzi/algorithm | 475aab79dd6579d80499da09c3a86a071161134d | 9e0d6e4d6b671f9e5626e404ee62b38b6d128183 | refs/heads/master | 2020-04-06T07:09:53.497364 | 2016-09-03T04:12:42 | 2016-09-03T04:12:42 | 64,645,190 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 301 | cpp | #include <iostream>
using namespace std;
int main (void) {
int student[31] ={0, };
for(int i=0 ; i<28 ; i++){
int in;
cin >> in;
student[in]++;
}
for(int i=1 ; i<=30 ; i++){
if(student[i] == 0)
cout << i << endl;
}
return 0;
}
| [
"javarujavara@gmail.com"
] | javarujavara@gmail.com |
1e4fdc98f875e34f25f2f8164d6600cd6c46b847 | 26a3dbc5c9367e8cc9ea770f34c8864503fef09b | /src/include/Pose.h | 92555a5f43995aa9f2c12459cdcd16993eca23f2 | [
"MIT"
] | permissive | edwardchaos/cgalabc | 6a95669414fb9408bed3640edcd7668e6e036b9d | 0403e1694f8371467981a7e9bde6a3571a6890a0 | refs/heads/main | 2023-02-09T22:41:56.247927 | 2021-01-06T21:44:15 | 2021-01-06T21:44:15 | 320,071,896 | 0 | 0 | MIT | 2021-01-06T21:44:16 | 2020-12-09T20:30:05 | C++ | UTF-8 | C++ | false | false | 387 | h | #pragma once
#ifdef Success
#undef Success
#endif
#include <Eigen/Dense>
namespace cg{
struct Pose{
// Homogenous coordinates for convenience
Eigen::Matrix4d orientation;
Eigen::Vector4d position;
[[nodiscard]] Eigen::Matrix4d matrix() const;
Pose();
Pose(Eigen::Vector4d position, Eigen::Matrix4d orient... | [
"edward_888@hotmail.com"
] | edward_888@hotmail.com |
255e679c0bbaaf9571ffbdfaaf6cac34b9a338ad | d34f94a4740256901edfb2ee2325505ca834ba30 | /C++/skola/div1.cpp | 0c0e5fbe829f854e4fe80735e4a998357ddb3aaa | [] | no_license | dimitarkole/CPlusPlusTasks | 706a15e533e657a91fe5c7d0ccee2cc129a2ac5f | 8b3adf02ab359babdc36b73085a83fb9055b0716 | refs/heads/master | 2020-12-04T23:07:48.601834 | 2020-01-05T14:25:05 | 2020-01-05T14:25:05 | 231,928,854 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 540 | cpp | #include<iostream>
using namespace std;
int main()
{
int ch1,ch2,min,flag=0,flag2=2;
cin>>ch1>>ch2;
min=ch1;
if(ch2<min)min=ch2;
for(int i=2;i<=min/2;i++)//vsi4ki prost chisla
{
if((ch1%i==0)&&(ch2%i==0))
{
for(int j=2;j<i/2;j++)//j da li e prosto
{
... | [
"dim_kolev2002@abv.bg"
] | dim_kolev2002@abv.bg |
716deabe5e18c6344ea42d3f7abd409c18cc0753 | b4052809a4a08eb9ddc4551b6fc34ef61b90a24c | /frameworks/vtk.framework/Headers/vtkHierarchicalDataLevelFilter.h | 5f96a600eb4ad73f90ae269c2018798a28710b99 | [] | no_license | 9gel/hellopcl | 548687167b0b17bd393b55f37e99d05207971a9e | 19c39b39ad169c0a79b42cd72232d51b419f4f3d | refs/heads/master | 2020-02-26T17:05:09.470167 | 2014-02-27T07:59:52 | 2014-02-27T07:59:52 | 17,192,517 | 21 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 1,620 | h | /*=========================================================================
Program: Visualization Toolkit
Module: vtkHierarchicalDataLevelFilter.h
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
T... | [
"nigel@vannevartech.com"
] | nigel@vannevartech.com |
e8537f2e4ce87bbc70a0b94a3ac7105fe2522b6c | a1f8c89e7bae66563ffd4300d7d46fc6e4bc2625 | /Lab2/HTMLEncode/htmlencode/HTMLEncode.h | 4ecae70396a5c84b921488089ea8e18a0aab6a63 | [] | no_license | Reywam/OOP | b3078d2a2ebefbf935615d9126ead554dfb4b7c5 | 1c5e7446a8acc6e80eb0b832f04d194f555b876a | refs/heads/master | 2021-01-13T07:49:24.642059 | 2017-01-19T07:22:45 | 2017-01-19T07:22:45 | 71,701,964 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 92 | h | #pragma once
#include <string>
using namespace std;
string HtmlEncode(string const &text); | [
"reywam@mail.ru"
] | reywam@mail.ru |
e75aa5bec33ce4465e1899d55099a3d4e59a3c22 | 4588d4dc7e375d7bd05bf7223b44a2383b1e7d8f | /main.cpp | a33e992f0138ed184cd99715de6c4f3720dd5b6d | [] | no_license | Djole01/airCooler | b236f87c0c7f5a691cf89bed127afa028d406e39 | 79d10fb42635992844b71c8b8702f1563be6f8cc | refs/heads/master | 2020-09-07T02:35:20.195100 | 2020-04-11T15:35:49 | 2020-04-11T15:35:49 | 220,631,627 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 403 | cpp | #include <Arduino.h>
#include "DhtAirConditioner.h"
#include "Remote.h"
void setup() {
Serial.begin(115200);
//DHTsetup();
remoteSetup();
}
void loop() {
//DHTloop();
remoteLoop();
}
// my remote's decoded values
// 1 FF30CF
// 2 FF18E7
// 3 FF7A85
// + FF906F
// - FFE01F
// TO DO:
// implement remote fu... | [
"djordje_obradovic33@mm.st"
] | djordje_obradovic33@mm.st |
f1a57ee4b644c4dbf500c6c02f9a7677bd97931e | fd71442b0c6bdff4c65e95a23dc7dbc929727e5e | /aws-cpp-sdk-kendra/include/aws/kendra/model/CapacityUnitsConfiguration.h | e9623fab7d6da6d4d69a0622164237a986bdec1a | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | captain-chengzi/aws-sdk-cpp | 85abafb3f144aea578a0cc4ae40ed344152e8a2e | 6eed89da1a99d5acaf14f14fd933a784e49e724b | refs/heads/main | 2023-06-28T10:52:55.280940 | 2021-07-21T09:00:25 | 2021-07-21T09:00:25 | 388,056,640 | 0 | 0 | Apache-2.0 | 2021-07-21T08:58:47 | 2021-07-21T08:58:46 | null | UTF-8 | C++ | false | false | 5,981 | h | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/kendra/Kendra_EXPORTS.h>
namespace Aws
{
namespace Utils
{
namespace Json
{
class JsonValue;
class JsonView;
} // namespace Json
} // namespace Utils
namespace kendra
{... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
3fd31397dd50440b497c181a6cff9eab78df29d1 | 315b1995949c82d2cf097c54e01de214f6249b72 | /AutoTrader/AutoTrader/Trader.cpp | 1485ca3a464498f76715e1dea3148b8127ed5c08 | [] | no_license | MinjunHuang/AutoTrader | 87c64ef614d38811ab606cfd6cd2952f6a0ec5e7 | e078305a50448495435a8a85a25d0d9572fbb561 | refs/heads/master | 2021-01-22T20:12:52.580628 | 2014-06-25T05:46:01 | 2014-06-25T05:46:01 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 15,520 | cpp | #include "StdAfx.h"
#include "Trader.h"
#include "AutoTrader.h"
// #define MainWinName _T("东航期货网上交易系统(V3.0.12.5)--『7698037』")
//
// // 定义单个数据单元 句柄,标题,类型名称
// typedef tuple<HWND,CString,CString> WINTUPLE;
// typedef vector<WINTUPLE> WINVEC;
// typedef vector<int> LayerIndex;
// typedef tuple<HWND,LayerIndex> WinIndex;... | [
"niumuguang@126.com"
] | niumuguang@126.com |
fc42f6ef6f2a103a39f59f5a56eece8121a60d19 | 1c38b1403f0024b7eaf583db01836d1bd2a1d62c | /GameEngine/Include/Device.h | cdace63ec42367f1551ff57fc68a278cf43cd3f4 | [] | no_license | chimec153/DirectX11-2D-Game | 46f349418fae2e4420d0eb6e768b57b0a3f4d990 | fbedaad9bc0fd33666393480be041f9fc8f89e19 | refs/heads/master | 2023-06-13T23:28:51.831499 | 2021-06-11T16:19:25 | 2021-06-11T16:19:25 | 295,000,343 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 795 | h | #pragma once
#include "GameEngine.h"
class CDevice
{
private:
ID3D11Device* m_pDevice;
ID3D11DeviceContext* m_pContext;
IDXGISwapChain* m_pSwapChain;
ID3D11RenderTargetView* m_pTargetView;
ID3D11DepthStencilView* m_pDepthView;
Resolution m_tRS;
float m_pColor[4];
HWND m_hWnd;
ID2D1Factory* m... | [
"48238830+chimec153@users.noreply.github.com"
] | 48238830+chimec153@users.noreply.github.com |
ae231a51d466cc8e39201ff04f2cf6ecfb281523 | fcfb8ef8f325eca5df9c750cd5d14417c7505486 | /100/195.cpp | e9bcd4ce876aa65ca524617ffc1062e00e62b3bf | [] | no_license | ijliao/uva | c83547d042521a488380f03144cf2ce5bdd46bb8 | c7b6b34dee4c5399dd68932920adb8fc2f1d84c9 | refs/heads/master | 2016-09-06T05:53:03.002135 | 2013-06-05T03:22:47 | 2013-06-05T03:22:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 289 | cpp | #include <iostream>
#include <string>
#include <algorithm>
int main(void)
{
int N;
cin >> N;
for (int i = 0; i < N; i++) {
string s;
cin >> s;
sort(s.begin(), s.end());
cout << s << endl;
while (next_permutation(s.begin(), s.end()))
cout << s << endl;
}
return 0;
}
| [
"ijliao@gmail.com"
] | ijliao@gmail.com |
d38a1610e8f54b53b134d0ca1e7e96583e16dfd2 | af097999eb5d5d0f7838d783049b8a5715f84e06 | /printBinaryTreeFromBottom.cpp | b0e4bb60a128e98eb933b026b613f9f22dcccf90 | [] | no_license | tuancaraballo/Summer2016CodingFun | 8dfd4aa4f8fa3e2817799c6055712ac40d57f20e | 1812f077d23305da3cafc5624cf384bdd6efaf41 | refs/heads/master | 2021-01-22T17:33:47.943143 | 2017-07-11T05:53:22 | 2017-07-11T05:53:22 | 63,389,868 | 0 | 0 | null | 2017-07-11T05:53:22 | 2016-07-15T03:49:00 | C++ | UTF-8 | C++ | false | false | 142 | cpp | //
// printBinaryTreeFromBottom.cpp
//
//
// Created by Tuan Anh Tran Caraballo on 1/28/17.
//
//
#include "printBinaryTreeFromBottom.h"
| [
"tranc2606@gmail.com"
] | tranc2606@gmail.com |
19de6434bb216e14cf8dc280ee1f07b0f36121fc | 2215a07d209846ba020e43e30a7a6d6ec5607479 | /potyczki-algorytmiczne/2006/4-pole-uprawne/pole-uprawne.cpp | 5853b83ea73017750106c9a8edbdae2204ed0d83 | [] | no_license | sfindeisen/prgctst | 01ab9d3306622b2113fff57536fe6a34121acfec | 3123004907adba18a12f8de96f36956efed752c3 | refs/heads/master | 2022-05-18T20:10:06.965895 | 2022-05-14T17:13:17 | 2022-05-14T17:13:17 | 31,426,791 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,046 | cpp | #include <algorithm>
//#include <iostream>
#include <cstdio>
#include <queue>
#include <functional>
#include <vector>
using namespace std;
struct TOdcinek {
long l;
long r;
TOdcinek() : l(0), r(0) {
}
TOdcinek(long a, long b) : l(a), r(b) {
}
inline long width() const {
return (... | [
"stf.site.com.github@eisenbits.com"
] | stf.site.com.github@eisenbits.com |
8fd9ff5f96d3bc501084143054b6c59a3d4b94c7 | 36c6da628508a7adfd3f2a044874ffd416e2d621 | /16_true_type_fonts/16_true_type_fonts.cpp | e44489744e46a181c8d5fdcbb50dcbda51bed9c0 | [] | no_license | rmarchiori/SDL2_Tutorial_Examples | d7502a0da2ac6b1b3e291110214cf9bedcf510df | 8e5ec5bd7ead414fe47fec75584b166ef764e9db | refs/heads/master | 2021-08-08T03:26:10.722021 | 2017-11-09T13:17:55 | 2017-11-09T13:17:55 | 110,055,370 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,989 | cpp | /*This source code copyrighted by Lazy Foo' Productions (2004-2015)
and may not be redistributed without written permission.*/
//Using SDL, SDL_image, SDL_ttf, standard IO, math, and strings
#include <SDL.h>
#include <SDL_image.h>
#include <SDL_ttf.h>
#include <stdio.h>
#include <string>
#include <cmath>
//Screen dim... | [
"ricardo.marchiori84@gmail.com"
] | ricardo.marchiori84@gmail.com |
90b5b31137797eca9c2d4a0618e6339494a996bd | c09f57c292ceab8e88cfa81e15961c643d0c270f | /HW4/cylindricalProj.cpp | 033a441a785780ad420e3315814392df4b547775 | [] | no_license | OniricRain/CVHW4 | 5780f14c19e7aa9ba0aefba9fad5764e51121166 | 7b92d71d688a569b501e2134a5077762e4a5ad7c | refs/heads/master | 2022-11-07T21:43:30.955711 | 2020-06-09T08:30:54 | 2020-06-09T08:30:54 | 268,253,532 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 290 | cpp |
#include <memory>
#include <iostream>
//#include <opencv2/opencv.hpp>
#include <opencv2/core.hpp>
#include <opencv2/highgui.hpp>
//#include <opencv2/xfeatures2d.hpp>
#include <opencv2/imgproc.hpp>
#include <opencv2/calib3d.hpp>
//#include <opencv2/stitching.hpp>
#include "myinclude.h"
| [
"elledelucia@gmail.com"
] | elledelucia@gmail.com |
2212ecc620064423e78c8c75cbff49f41b33a7fe | 8923ca987ad4e6c00842906397930a5e8c735c31 | /Capacitance_Testor/Capacitance_Testor.ino | 0c2f0a8641fc44f19436f297392137f6765add74 | [] | no_license | willybh11/Arduino | b251e3aba71b0095c913e450bfcd701c0b67acf6 | b1b8a23d98b10cf0646f51d7a31c49ec2e8d189d | refs/heads/master | 2021-07-20T14:39:45.686257 | 2021-05-27T21:25:22 | 2021-05-27T21:25:22 | 121,543,766 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 925 | ino | const byte pulsePin = 2; //white plugged into 7, green into 6
const unsigned long resistance = 10000; //red-white -> 5v-gnd
volatile boolean triggered;
volatile boolean active;
volatile unsigned long startTime;
volatile unsigned long duration;
ISR (ANALOG_COMP_vect)
{
unsigned long now = micros ();
if (active)
... | [
"willhagele@gmail.com"
] | willhagele@gmail.com |
d2e9814fd571c5264c22b66f28276f1316bd7b87 | 7a3e08c3363a3a1428cdf89198932ff3bcef784e | /SynchPointDelim/SynchPoint.hpp | 0962e9c61a040c81e46525df34995c4632f39ca9 | [] | no_license | sawansib/xDRFPublicCode | ed84145ae2e1a31dddac2def63fcb69e64edd052 | 5cb7e2cb4e05513d6e5f956d7bd19b08ce56e8f3 | refs/heads/master | 2021-04-05T12:37:34.801843 | 2016-12-16T13:21:56 | 2016-12-16T13:21:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,408 | hpp | //===---- Defines Synchronization Points and Related Data Structures ------===//
//
//
//===----------------------------------------------------------------------===//
// Created at 1/2 -16
// Jonatan Waern
//===----------------------------------------------------------------------===//
#ifndef _SYNCHPOINTHEADER_
#d... | [
"jonatan.waern.5948@student.uu.se"
] | jonatan.waern.5948@student.uu.se |
4a2c4c79502bd8174654f3a3cb6d7b06ceae0aeb | 47f9c8c46cb7a43bc2d390c7f1039ad8ffbc339f | /src_mod/public/vgui/IInput.h | 7fb2d99d51bba027942fbb2bc4be2aa4125dda35 | [] | no_license | SourceEnginePlayground/source-sdk-2004 | 4135e00b06d8491baf174d19897950c40ef6112c | 962ba835716d3e6d778054ab3fb4534bf3b35e1a | refs/heads/master | 2023-03-27T15:04:00.381752 | 2021-03-24T06:42:27 | 2021-03-24T06:42:27 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 5,251 | h | //========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef VGUI_IINPUT_H
#define VGUI_IINPUT_H
#ifdef _WIN32
#pragma once
#endif
#include <vgui/V... | [
"jeremy.lorelli.1337@gmail.com"
] | jeremy.lorelli.1337@gmail.com |
5615d2d2c9a24d15d7b128a5adf31492df20ea43 | 6712bd69a7a162d89f8fb2548e98d5900ad47287 | /HorsebackArcheryGame/Queue.cpp | 70d94a4690a3017c4f3a5ae6fe874da0b84be308 | [] | no_license | Belize22/HorsebackArcheryGame | ac9bb64289ae1a3dd4e5c21142d45f3e6af517d0 | 3422d5f554205607cbb0716e0fc13dabe99fad2e | refs/heads/master | 2020-03-15T18:04:58.166971 | 2018-05-05T19:31:48 | 2018-05-05T19:31:48 | 132,275,893 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 860 | cpp | #include "Queue.h"
//Let item in queue.
void Queue::enqueue(int id) {
queueList.push_back(id);
}
//Let item in front of queue leave.
int Queue::dequeue() {
if (getSize() > 0) {
int front = queueList.at(0);
queueList.erase(queueList.begin());
return front;
}
return -1;
}
//Remove element from queue (not con... | [
"pete.t3141@gmail.com"
] | pete.t3141@gmail.com |
ef8975ae4cce95ab42f88abad4d05c44bd8a9675 | c3bb9ffcd9ce924f21eb80df90bb16c54cf63dca | /Code/Book/C++ Primer Plus/12_类和动态内存分配/1_String类的简单实现/String.cpp | e3b40449f04b8acf4fce05748372732d6b2b1a13 | [] | no_license | Summer-fox9/Cpp-Primer | a9be9cb982273aec785c0f35e6161fd6b99c4f5d | ba773fd4d14fd70176e35effb002535cb9e8dfd6 | refs/heads/master | 2022-12-16T08:59:46.442758 | 2020-09-22T13:32:49 | 2020-09-22T13:32:49 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,658 | cpp | #define _CRT_SECURE_NO_WARNINGS
#include<iostream>
#include"String.h"
int String::num_strings = 0;
String::String()
{
len = 1;
str = new char[len];
/*
* str = new char[1] 为和不写成 str = new char
* 这个目的是为了让 new[] 与 delete[] 匹配
* 在析构函数中,我们使用的是 delete[] ,如果是其他形式会不匹配
*/
str[0] = '\0';
// 上面的代码也可以改为 str = 0; ... | [
"shepardwang2020@outlook.com"
] | shepardwang2020@outlook.com |
29d8df4e68b2642eba870c085c1f9ddf1dc395d2 | 1942a0d16bd48962e72aa21fad8d034fa9521a6c | /aws-cpp-sdk-swf/source/model/StartChildWorkflowExecutionInitiatedEventAttributes.cpp | 2f38624fcebf8cfbcb9cbc99466f4ed095fa4a05 | [
"Apache-2.0",
"JSON",
"MIT"
] | permissive | yecol/aws-sdk-cpp | 1aff09a21cfe618e272c2c06d358cfa0fb07cecf | 0b1ea31e593d23b5db49ee39d0a11e5b98ab991e | refs/heads/master | 2021-01-20T02:53:53.557861 | 2018-02-11T11:14:58 | 2018-02-11T11:14:58 | 83,822,910 | 0 | 1 | null | 2017-03-03T17:17:00 | 2017-03-03T17:17:00 | null | UTF-8 | C++ | false | false | 6,144 | cpp | /*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"henso@amazon.com"
] | henso@amazon.com |
f92d4a3fdecac122dc30b6fc07060f9059d378c7 | e51d009c6c6a1633c2c11ea4e89f289ea294ec7e | /xr2-dsgn/sources/WildMagic/SDK/Include/Wm4HullTriangle3.h | 544cae2b15f137c8b3184292ade502cac101ea4e | [] | no_license | avmal0-Cor/xr2-dsgn | a0c726a4d54a2ac8147a36549bc79620fead0090 | 14e9203ee26be7a3cb5ca5da7056ecb53c558c72 | refs/heads/master | 2023-07-03T02:05:00.566892 | 2021-08-06T03:10:53 | 2021-08-06T03:10:53 | 389,939,196 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,133 | h | // Wild Magic Source Code
// David Eberly
// http://www.geometrictools.com
// Copyright (c) 1998-2009
//
// This library 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 2.1 of the Licen... | [
"youalexandrov@icloud.com"
] | youalexandrov@icloud.com |
335245b1101cc0e8ce7729c283f8d221d121c767 | 97ecc5fde4c31ced724f99560960fdd6d2fa9de5 | /src/LCR.cpp | 3beb429738f70ed5e51cc31892da312ac8b6052d | [
"BSD-3-Clause"
] | permissive | marbl/parsnp | 53373c36d10afb08617c2f7aa263550077a88adc | 6e9586968406fbb8dc4a1eda2a78ef5aa88321ea | refs/heads/master | 2023-09-05T01:25:13.798862 | 2023-07-27T16:07:35 | 2023-07-27T16:07:35 | 21,587,852 | 100 | 19 | NOASSERTION | 2023-08-17T18:58:21 | 2014-07-07T21:42:06 | C++ | UTF-8 | C++ | false | false | 2,291 | cpp | /////////////////////////////////////////
// LCR.cpp
// IntraMUM region class
// If collinear across all genomes, will be aligned
/////////////////////////////////////////
// See the LICENSE file included with this software for license information.
#include "LCR.hh"
long TRegion::counter = 1;
TRegion::TRe... | [
"treangen@gmail.com"
] | treangen@gmail.com |
a27fd35250e93a7671a4200fed3781dea96a1c13 | d797ac5321ef1ed94d9d4084cb602a7874dcab60 | /alex_codes/mat_red/phat_lib/boundary_matrix.h | 6b2fbd6d58a9c551392659abb03342e8703c56ea | [] | no_license | JingzeChen/matrix_reduction | 901109e5fcbc29e6acb53d5be8038a2ce1519be2 | ac6a32a3429fe84cc46215dc98163dc7f43f23d0 | refs/heads/master | 2020-04-01T13:19:00.119869 | 2018-12-04T08:06:31 | 2018-12-04T08:06:31 | 153,247,118 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,907 | h | /*
This file is part of PHAT.
PHAT 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 option) any later version.
PHAT is distributed in th... | [
"jingzechennm@gmail.com"
] | jingzechennm@gmail.com |
34216e11a46f180acbe85a547423cad0f23cfa74 | c44b0897e535918901818c1e25acbff8983c6c66 | /2_12/A.cpp | 39a87054433ada4b50c46e2507e8f0809718407a | [] | no_license | teleport1995/shad_algorithms_2015 | 90a4c0f7e714fdf378c8888e1045f123b8ff8997 | cbcff5c872bd6195963bb7e7a8aab86572aeae00 | refs/heads/master | 2021-01-10T02:58:42.092773 | 2016-02-20T11:09:14 | 2016-02-20T11:09:14 | 52,149,446 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,346 | cpp | #include <iostream>
#include <cstdio>
#include <vector>
#include <map>
#include <algorithm>
using std::cin;
using std::istream;
using std::ostream;
using std::cout;
using std::vector;
using std::max;
using std::map;
class Node
{
public:
int left, right;
vector < int > sorted;
Node()
{
}
Node(int left, int r... | [
"teleport1995"
] | teleport1995 |
42a0030cc2916155d08ca7d2d9a23141958942c7 | 259e49b9e9c5f721243a7b36a06f6b2b2283e067 | /src/main.h | 6074819aed07a068869477fae71b483f9b0da8ff | [
"MIT"
] | permissive | startlifecoin/startlife | 99f919072fa1f0abde69af4a67b5c7f9b66c949b | 2f61067f76c4d7f5ca18d2ea51b06d6808eb884c | refs/heads/master | 2020-04-10T15:35:26.968352 | 2018-12-18T22:01:24 | 2018-12-18T22:01:24 | 161,114,655 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,981 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2017-2018 The StartLife developers
// Distributed under the MIT software license, see the accompanying
// file COPY... | [
"43876881+charityc@users.noreply.github.com"
] | 43876881+charityc@users.noreply.github.com |
bc30d2858eba04eeb70327760c29e35b39200f02 | fa71823e92b13c8a012f7a61e20e14e50351d6bb | /eqmacemu/Zone/BindWound.cpp | 8e4c5c95e3a0e1a3dcbb15058efc2c3b3ea13600 | [] | no_license | cavedude00/eqmacemu | 5159542269131002e136c45f8969cdd6976b1e97 | e7da5dd48d475decdcc3112fdb9210a508ccbd17 | refs/heads/master | 2021-01-10T13:27:47.280390 | 2013-08-28T05:42:59 | 2013-08-28T05:42:59 | 43,084,600 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,246 | cpp | #include "client.h"
#include "skills.h"
#include "mob.h"
#include "itemtypes.h"
//////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////// MORAJ - BIND WOUND 08/2009 /////////////////////////////////////////////
//////////////////////// todo - FO... | [
"cavedude00@gmail.com"
] | cavedude00@gmail.com |
dd2a76166d7bd077ce52f7d7910992cd2a51e983 | 554d580d914fb3e2d37d26baa3e0239a6450989e | /CreaturePackDragon2D/Plugins/CreaturePackPlugin/Source/CreaturePackRuntimePlugin/Private/CreaturePackAnimationAsset.cpp | ed64c2e33cd4b6dbcb4261a5db431b11578a4344 | [
"LicenseRef-scancode-public-domain"
] | permissive | sengkel2/CreatureDemos | 8956502cb4e2dc6613c1a4ba0050431ba7470da3 | 0482b9c11bd36a5db6230f231b9ec51ba81b8c48 | refs/heads/master | 2021-10-20T18:26:12.320064 | 2019-03-01T06:00:28 | 2019-03-01T06:00:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,024 | cpp |
#include "CreaturePackRuntimePluginPCH.h"
#include "CreaturePackAnimationAsset.h"
FString UCreaturePackAnimationAsset::GetCreatureFilename() const
{
#if WITH_EDITORONLY_DATA
TArray<FString> filenames;
if (AssetImportData)
{
AssetImportData->ExtractFilenames(filenames);
}
if (filenames.Num() > 0)
{
return fi... | [
"creature@kestrelmoon.com"
] | creature@kestrelmoon.com |
d8fa7cd464105c5b5e8be1d3fab6f7daf719208f | 7ced70779f60b389054a9921f9ccfe31704086df | /RGBPointCloudBuilder/app/src/main/jni/rgb-depth-sync/util.h | cb4b5b6586a7229c086f2b19d63c61fd24397983 | [] | no_license | kirrmann/TangoProject | 0a8d1dc43ce389108aa78c03fd2e1803df2afb24 | 8e5991411a121cacc97884a910fbcb02283292d6 | refs/heads/master | 2021-01-21T03:34:02.529523 | 2016-04-25T13:49:40 | 2016-04-25T13:49:40 | 57,067,528 | 0 | 0 | null | 2016-04-25T18:53:19 | 2016-04-25T18:53:18 | null | UTF-8 | C++ | false | false | 2,063 | h | /*
* Copyright 2014 Google 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 required by applic... | [
"a.tondera@gmail.com"
] | a.tondera@gmail.com |
28a8bef0e2c766b1f34806283488a0e9605d5cc1 | e4e5480d636bb1308396030dd70e88e471f74233 | /softwares/simddef/src/caixa_marcacao.h | fe657c02b28ceb763a3982745734f80d85e645f2 | [] | no_license | diogolr/diogolrmsc | 390cffe91b140719271b29a95fe6f7a0d3c04224 | c1ccdedf9d106026d70d0a94b42c6fd0bbb0ce06 | refs/heads/master | 2016-09-01T19:58:33.376373 | 2011-08-21T13:10:55 | 2011-08-21T13:10:55 | 32,116,465 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,216 | h | #ifndef CAIXA_MARCACAO_H_
#define CAIXA_MARCACAO_H_
#include <QBrush>
#include <QGraphicsScene>
#include <QRectF>
#include <QPair>
#include <QPen>
#include <QString>
#include <QWidget>
#include <qwt_plot_curve.h>
#include <qwt_text.h>
#include "funcoes.h"
#include "retangulo.h"
#include "ui_caixa_marcacao.h"
class ... | [
"diogolr@114122ef-0f80-af60-45d5-5317cd78b39a"
] | diogolr@114122ef-0f80-af60-45d5-5317cd78b39a |
5902889ad3ec3404f90d739f142d9b7a64c4adaf | c894d603bd3f1451f867c9e699d3426c436ae289 | /practice/warehouse1.cpp | efdd2f5e2598356d6a9e9ed70eb508e4f03af6ea | [] | no_license | atul008/gfg | aa53126435c4a6755d4ce2dedec24665d2e3150d | 7d45e7a4a77f757d7b4d73d407aaadef3dfdc11d | refs/heads/master | 2021-01-19T07:07:37.498772 | 2016-09-16T17:09:45 | 2016-09-16T17:09:45 | 68,398,816 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,778 | cpp | #include <map>
#include <set>
#include <vector>
#include <list>
#include <cmath>
#include <cstring>
#include <string>
#include <sstream>
#include <iostream>
#include <algorithm>
#define sz(a) int((a).size())
#define all(c) (c).begin(),(c).end()
#define tr(c,i) for(typeof((c).begin()) i = (c).begin(); i !=... | [
"kumarat@yatra"
] | kumarat@yatra |
b355a8ad4417d8ac27631d50c1335acd689b7704 | 9e94ad5cdd1e137669e4d6da52387798aedb5614 | /src/learn/ALGMM.cpp | 9cdea9a8d6f7072826c7d57f7e4d4dbc1ce2e284 | [
"Apache-2.0"
] | permissive | jxt1234/Abstract_Learning | 332807b6e8b9c4420ad39663cb0f0e3f4759948a | 202c19c17dcb83cb8e93d8d23fb0d7ae83c56385 | refs/heads/master | 2020-08-05T16:11:23.947670 | 2016-11-19T12:15:03 | 2016-11-19T12:15:03 | 67,514,053 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,482 | cpp | #include "learn/ALGMM.h"
#include "learn/ALKMeans.h"
#include <vector>
#include <math.h>
#include <fstream>
//static const ALFLOAT PI = 3.141592654;
class ALGMMModel:public ALIMatrixPredictor
{
public:
ALGMMModel(ALSp<ALFloatMatrix> center, const std::vector<ALSp<ALFloatMatrix>>& covs, const std::vector<ALFLOAT>& ... | [
"jxt1234@zju.edu.cn"
] | jxt1234@zju.edu.cn |
e4d25c82b7a5cb97ddcde40734b6bd27de9f5b97 | 35155c414b1596a290793a18bca054cb095ecd81 | /src/Scanner.cpp | 59ca3fdcc887a6e2a92369c93471b8c8448715a3 | [
"MIT"
] | permissive | somerandomdev49/enact | 6ecff63ba94eb04bcc57ce1be38b8fbf74d0aa8e | 58b83fabdca786de75cba7cc3b188d32a7997862 | refs/heads/master | 2021-05-27T02:33:08.955604 | 2020-03-22T05:58:00 | 2020-03-22T05:58:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,108 | cpp | #include <sstream>
#include "h/Scanner.h"
Scanner::Scanner(std::string source) : m_source{std::move(source)} {}
Token Scanner::scanToken() {
skipWhitespace();
m_start = m_current;
//if (m_last.type == TokenType::ENDFILE) return m_last;
if (isAtEnd()) return makeToken(TokenType::ENDFILE);
char c... | [
"37099129+Dandigit@users.noreply.github.com"
] | 37099129+Dandigit@users.noreply.github.com |
bb6a024dc1420d63a71cba812798eb721e1b922d | ab1c643f224197ca8c44ebd562953f0984df321e | /wmi/wbem/winmgmt/wbemcomn/cimval.cpp | fbe1c4ae89e7360c245b403c62e84fc1e930d474 | [] | no_license | KernelPanic-OpenSource/Win2K3_NT_admin | e162e0452fb2067f0675745f2273d5c569798709 | d36e522f16bd866384bec440517f954a1a5c4a4d | refs/heads/master | 2023-04-12T13:25:45.807158 | 2021-04-13T16:33:59 | 2021-04-13T16:33:59 | 357,613,696 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 19,502 | cpp | /*++
Copyright (C) 1996-2001 Microsoft Corporation
Module Name:
Abstract:
History:
--*/
#include "precomp.h"
#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include <wbemcli.h>
#include "cimval.h"
BOOL SecondsToInterval( long double ldbSeconds, LPWSTR wszText, size_t cchSize )
{
int nDay, nHour... | [
"polarisdp@gmail.com"
] | polarisdp@gmail.com |
0446e411b9c0d1ad684440b96f9524e1f4db0c97 | 3e7ae0d825853090372e5505f103d8f3f39dce6d | /AutMarine v4.2.0/AutLib/Mesh/Volume/Optimization/Mesh3d_SmoothingConfig.cxx | 571c60fe92abcdf6e7b4ab39c10368ac85103c72 | [] | no_license | amir5200fx/AutMarine-v4.2.0 | bba1fe1aa1a14605c22a389c1bd3b48d943dc228 | 6beedbac1a3102cd1f212381a9800deec79cb31a | refs/heads/master | 2020-11-27T05:04:27.397790 | 2019-12-20T17:59:03 | 2019-12-20T17:59:03 | 227,961,590 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,231 | cxx | #include <Mesh3d_SmoothingConfig.hxx>
static const Standard_Real DEFAULT_ACTIVESETFACTOR = 1.03;
static const Standard_Integer DEFAULT_MAXLINEITER = 50;
static const Standard_Real DEFAULT_MINSTEPSIZE = 1.0E-5;
static const Standard_Real DEFAULT_MINSMOOTHITERIMPROVE = 1.0E-5;
static const Standard_Integer DEFAULT_MaxIT... | [
"aasoleimani86@gmail.com"
] | aasoleimani86@gmail.com |
64af520e6591918c702fb8d597dde6ebbadc3336 | f4499a8dc5cc89b5d15765530c230f51c679343a | /Tokens/NewLineToken.hpp | dd4d89035230579c1fe9139dadc3bb98cb554c5f | [] | no_license | chaydont/AbstractVM | 082e7957aeb2c370871c2bc97c7796c3c5e19502 | f65bbd89c9aafa021fea8a10d433f924a9741997 | refs/heads/master | 2020-06-17T18:40:38.506011 | 2019-07-17T17:19:44 | 2019-07-17T17:19:44 | 196,011,295 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,126 | hpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* NewLineToken.hpp :+: :+: :+: ... | [
"celianhaydont1@gmail.com"
] | celianhaydont1@gmail.com |
d0523bce5e74221488103aea18de2b5ed8cf4dbb | a7229f75af58bbe6e5dff85566324baf650aa089 | /meikaiCbasic/c7/list7-8.cpp | 8922a448f9d365d08911fbbfd9879e236b6d5061 | [
"MIT"
] | permissive | CC-WO/meikaiCbasic | beca7f7a837a0fff7128a7e3e3cc5f19121864d9 | a049de67b3bdbbf4185a6452936a4482df4b98f6 | refs/heads/main | 2023-01-30T11:53:18.397878 | 2020-12-12T11:53:33 | 2020-12-12T11:53:33 | 320,818,488 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 596 | cpp | //0~65535を10進・2進・8進・16進で表示
#include <stdio.h>
int count_bits(unsigned x)
{
int count = 0;
while (x){
if (x & 1U)
count++;
x >>= 1;
}
return(count);
}
int int_bits(void)
{
return(count_bits(~0U));
}
void print_bits(unsigned x, unsigned n)
{
int i = int_bits();
i = (n < i) ? n -... | [
"cc.ccwo.cc@gmail.com"
] | cc.ccwo.cc@gmail.com |
ba4964961467f470859eb620edd9747df5e3751f | 9420d827756c583c5af48719f18e59c1115c69c9 | /Power of a number.cc | dc6537f0c180a2c670b738a708e117da3f86b1e8 | [] | no_license | sanjana2319/100-codes | 049188930e3e446380f12c49e9c524b9d900690e | 5dd5d842d8290eceb9720ea10ab0f6f95765a615 | refs/heads/master | 2023-03-10T18:24:54.048263 | 2021-03-02T10:45:00 | 2021-03-02T10:45:00 | 335,227,828 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 271 | cc | #include <iostream>
using namespace std;
int main()
{
int i, num, expo, power = 1;
cout<<"Enter the base number: ";
cin>>num;
cout<<"Enter the exponent: ";
cin>>expo;
for(i = 1; i<=expo; i++) {
power = power * num;
}
cout<<power;
return 0;
}
| [
"2319sanjana@gmail.com"
] | 2319sanjana@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.