blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b8e1413e4bca2a819c733f68a14390d65bef229f | b5f796726dc14134bfd61f176cf8bb9b8093d276 | /HDU/HDU4276.cpp | d05fcdc47160021c611e33de12402d0ac330cda8 | [] | no_license | zjbztianya/ACMCode | bd3c46cddb2fadace5ace0099c2ba23803324916 | f7f1deced7a3a0773f577fbfdba0672834f5a26d | refs/heads/master | 2021-05-16T02:56:59.007684 | 2016-12-03T09:34:07 | 2016-12-03T09:34:07 | 18,875,924 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,479 | cpp | #include <cstdio>
#include <cstring>
#include <algorithm>
#include <vector>
#include <iostream>
using namespace std;
#define MAXN 105
vector<int>G[MAXN];
int dp[MAXN][MAXN*5],value[MAXN],p[MAXN][MAXN];
int n,T,V;
bool dfs1(int rt,int u,int fa)
{
if(rt==u)
return true;
for(size_t i=0;i<G[u].size();i++)
{
int... | [
"spcjv5@gmail.com"
] | spcjv5@gmail.com |
6932b105289556853c276ced8b6b446ee1eba821 | 986c21d401983789d9b3e5255bcf9d76070f65ec | /src/plugins/azoth/plugins/xoox/pingreplyobject.h | f42c6ac7ec654bbeaf215fdfd46889fd4d75568b | [
"BSL-1.0"
] | permissive | 0xd34df00d/leechcraft | 613454669be3a0cecddd11504950372c8614c4c8 | 15c091d15262abb0a011db03a98322248b96b46f | refs/heads/master | 2023-07-21T05:08:21.348281 | 2023-06-04T16:50:17 | 2023-06-04T16:50:17 | 119,854 | 149 | 71 | null | 2017-09-03T14:16:15 | 2009-02-02T13:52:45 | C++ | UTF-8 | C++ | false | false | 834 | h | /**********************************************************************
* LeechCraft - modular cross-platform feature rich internet client.
* Copyright (C) 2006-2014 Georg Rudoy
*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at https://www.boost.org/LICENSE... | [
"0xd34df00d@gmail.com"
] | 0xd34df00d@gmail.com |
3ce602194b4e52959a7b055d6e7ea9905e660bca | f505dbe25141000f65b828f0a008ea1ffa37cb42 | /include/camera.h | 5b309a723acdd89f4a40b3bb7eb352502e370b45 | [] | no_license | AdamSturge/Engine | 527ba4b1d69317c7ada40ac5184d5871a469e56b | f903a6171e2b1580ab1b1da5746b7b033d0828d2 | refs/heads/master | 2021-01-25T07:44:31.607991 | 2017-11-11T20:55:51 | 2017-11-11T20:55:51 | 93,662,645 | 3 | 1 | null | 2017-06-23T17:28:45 | 2017-06-07T17:41:00 | C++ | UTF-8 | C++ | false | false | 3,022 | h | #pragma once
#ifndef CAMERA_H
#define CAMERA_H
// Std. Includes
#include <vector>
#include <GL/glew.h>
#include <Eigen/Core>
#include <Eigen/Geometry>
#include <look_at.h>
#include <vector3G.h>
// Defines several possible options for camera movement. Used as abstraction to stay away from window-system specific input... | [
"AdamSturge991@hotmail.com"
] | AdamSturge991@hotmail.com |
55696e788655b330292575a48c111e63cbc041a3 | e952f2737ee28368e71360d5f0685b7dae32032a | /src/lodepng.cpp | 74eb9ca8201fe613d0b090fdd82055a7c38ec88f | [] | no_license | linuxnoodle/image-processing | b2946a4b4edffcae11f56a91d9462994be1833b6 | a794eda03ef096c9839df16fa5cdeb27adb84d60 | refs/heads/master | 2023-04-17T02:47:14.177439 | 2021-04-20T16:31:24 | 2021-04-20T16:31:24 | 359,118,333 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 263,403 | cpp | /*
LodePNG version 20201017
Copyright (c) 2005-2020 Lode Vandevenne
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
incl... | [
"ipadnoodle@gmail.com"
] | ipadnoodle@gmail.com |
6b5b419a0ac503127117b37fbeec6544f03e643d | da3209e8b6698f7190801e2fef80e0e7762e5e83 | /test/cctest/test_environment.cc | 352fed1fb62ed9846455d907f5ca494d4ad9447a | [
"NAIST-2003",
"Artistic-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-openssl",
"NTP",
"ICU",
"Zlib",
"LicenseRef-scancode-unicode",
"MIT",
"ISC",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | theanarkh/read-nodejs-code | 69ed88ba4186eecc8a4c9c07ca7bfe663a321f0b | 0a9ef6117fedb96a331fa1b4894e7ed249a52c89 | refs/heads/master | 2023-04-07T07:00:30.427988 | 2023-03-23T15:51:33 | 2023-03-23T15:51:33 | 174,857,307 | 122 | 24 | NOASSERTION | 2022-01-15T01:24:13 | 2019-03-10T17:31:26 | JavaScript | UTF-8 | C++ | false | false | 1,887 | cc | #include "node_internals.h"
#include "libplatform/libplatform.h"
#include <string>
#include "gtest/gtest.h"
#include "node_test_fixture.h"
using node::Environment;
using node::IsolateData;
using node::CreateIsolateData;
using node::FreeIsolateData;
using node::CreateEnvironment;
using node::FreeEnvironment;
using nod... | [
"2923878201@qq.com"
] | 2923878201@qq.com |
df28bd4ae2e782f104e432c01833482045d6ba8d | 1346a61bccb11d41e36ae7dfc613dafbe56ddb29 | /GeometricTools/GTEngine/Include/GteContEllipsoid3.inl | 00621eb73fcc1fcca85e965ed4e62da7647b9803 | [] | no_license | cnsuhao/GeometricToolsEngine1p0 | c9a5845e3eb3a44733445c02bfa57c8ed286a499 | d4f2b7fda351917d4bfc3db1c6f8090f211f63d1 | refs/heads/master | 2021-05-28T02:00:50.566024 | 2014-08-14T07:28:23 | 2014-08-14T07:28:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,084 | inl | // Geometric Tools LLC, Redmond WA 98052
// Copyright (c) 1998-2014
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
// File Version: 1.0.0 (2014/08/11)
//------------------------------------------------... | [
"qloach@foxmail.com"
] | qloach@foxmail.com |
64e5726b08417bbaf7015d3a7afa69733bc49802 | 39adfee7b03a59c40f0b2cca7a3b5d2381936207 | /codeforces/234/B.cpp | 078c849800cb781a7f359d4b9ede2dba775024e9 | [] | no_license | ngthanhtrung23/CompetitiveProgramming | c4dee269c320c972482d5f56d3808a43356821ca | 642346c18569df76024bfb0678142e513d48d514 | refs/heads/master | 2023-07-06T05:46:25.038205 | 2023-06-24T14:18:48 | 2023-06-24T14:18:48 | 179,512,787 | 78 | 22 | null | null | null | null | UTF-8 | C++ | false | false | 1,119 | cpp |
#include <bits/stdc++.h>
#define FOR(i,a,b) for(int i=(a),_b=(b); i<=_b; i++)
#define FORD(i,a,b) for(int i=(a),_b=(b); i>=_b; i--)
#define REP(i,a) for(int i=0,_a=(a); i<_a; i++)
#define EACH(it,a) for(__typeof(a.begin()) it = a.begin(); it != a.end(); ++it)
#define DEBUG(x) { cout << #x << " = "; cout << (... | [
"ngthanhtrung23@gmail.com"
] | ngthanhtrung23@gmail.com |
4ba477ccd298f3c25152c17251721c055ec6cf1e | 5537b313278126f549f21419a2e98db228d0708d | /Tree/tree.cpp | 92bd7e6dcd540a67cd1bfe1373b5605da838c338 | [] | no_license | Greapi/TREE | 84c856827752d33d9a6895765de00b1851049cf4 | 01347eb97674e6ad10f019d1c4196ce9628e12ff | refs/heads/master | 2021-07-21T03:29:01.088730 | 2020-09-11T12:44:00 | 2020-09-11T12:44:00 | 214,951,427 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 5,356 | cpp | #include <stdio.h>
#include<stdlib.h>
#define MaxSize 20
//Pre-树的链表表示法
typedef struct tree
{
int date;
tree* LChild, * RChild;
int ltag=0, rtag=0;
}Tree;
//pre-购件一个二叉排序树
void setZero(Tree* tr)
{
if (tr != NULL)
{
tr->ltag = tr->rtag = 0;
setZero(tr->LChild);
setZero(tr->RChild);
}
}
void creatTree(Tree* he... | [
"51920111+Greapi@users.noreply.github.com"
] | 51920111+Greapi@users.noreply.github.com |
fd4c2128adf5f7f7314262ee924a9f2a2737d9af | cf440e299f576604880d201c480ccd641e3ccf0b | /androidLibs/fbjni/cxx/fbjni/detail/References-forward.h | 7b02bda953031ba702312eb8a6041b1bd812bee9 | [
"MIT"
] | permissive | facebookincubator/spectrum | 03c22fa0dad157d35e084ec500aebeb456f50f27 | f955ddbc5f992915a60f4ee35f8a336a08f7781a | refs/heads/main | 2023-08-25T19:57:05.211461 | 2023-08-23T22:34:45 | 2023-08-23T22:34:45 | 151,472,642 | 1,938 | 177 | MIT | 2023-07-11T00:57:02 | 2018-10-03T19:58:50 | C++ | UTF-8 | C++ | false | false | 1,564 | h | /*
* Copyright (c) 2018-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
*
*/
#pragma once
#include "ReferenceAllocators.h"
namespace facebook {
namespace jni {
template<typename T, typename Enable = void>
c... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
3e4639be571573f740a7d48e5a7b3b02d1b61bd6 | 9f16950a070174c4ad6419b6aa48e0b3fd34a09e | /3rdparty/delaunay/vector2.h | 6f043560cedc6ba403b054e1353b13aa9945f0da | [
"MIT"
] | permissive | marcel303/framework | 594043fad6a261ce2f8e862f921aee1192712612 | 9459898c280223b853bf16d6e382a6f7c573e10e | refs/heads/master | 2023-05-14T02:30:51.063401 | 2023-05-07T07:57:12 | 2023-05-07T10:16:34 | 112,006,739 | 53 | 1 | null | 2020-01-13T18:48:32 | 2017-11-25T13:45:56 | C++ | UTF-8 | C++ | false | false | 883 | h | #ifndef H_VECTOR2
#define H_VECTOR2
#include <iostream>
#include <cmath>
template <typename T>
class Vector2
{
public:
//
// Constructors
//
Vector2()
{
x = 0;
y = 0;
}
Vector2(T _x, T _y)
{
x = _x;
y = _y;
}
Vector2(const Vector2 &v)
{
x = v.x;
y = v.y;
}
void set(co... | [
"marcel303@gmail.com"
] | marcel303@gmail.com |
2eba10320df573fc60b2fadaf86a38e97641a62f | 6273318cda48703e1f4544246ac02876fb85d41f | /DfuseDemo/HexEdit.h | df222ac4e6aafa5aed423e9a9a3946d123d5685e | [] | no_license | 406841895/winapp_Dfuse | 130db5edc30624dd3a8b6d52083b716c796fb579 | 4d53b4801669ea97ececadcd6e7dae453900e92d | refs/heads/master | 2023-05-14T05:18:55.041076 | 2021-06-05T01:07:22 | 2021-06-05T01:07:22 | 373,990,237 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,210 | h | /******************** (C) COPYRIGHT 2011 STMicroelectronics ********************
* Company : STMicroelectronics
* Author : MCD Application Team
* Description : STMicroelectronics Device Firmware Upgrade Extension Demo
* Version : V3.0.3
* Date : 21-November-2011
*... | [
"406841895@qq.com"
] | 406841895@qq.com |
aeefe9afa30b59fb712816fcd1ed16d65545d642 | f4901169e6b5cc8eefb93ffb2598725000c91826 | /build-Rpg_Game-Desktop_Qt_5_1_0_MinGW_32bit-Debug/debug/moc_window.cpp | c3f3729de45c030e642bbba20d0ff033892de62d | [] | no_license | JeremBlain/RPG_Game | 4a7ba03682e6aa6fe01225894032edda3a82b5e5 | dd7345fdc23e19f56339e4a34fae5532fa25efd6 | refs/heads/master | 2021-01-20T18:09:35.433036 | 2016-07-29T13:41:18 | 2016-07-29T13:41:18 | 60,629,789 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,518 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'window.hpp'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.1.0)
**
** WARNING! All changes made in this file will be lost!
************************************************************... | [
"blain.jerem@gmail.com"
] | blain.jerem@gmail.com |
1bb8338e5618a2a3e132482304b6f7bc78962bd3 | 89f59d3318742d5c04d7f99a0a8b49092e1716a8 | /MatchServer/MBMatchNHNAuth.cpp | f95aaa0d10113e19e9ec912fefd5b5ecf3f8e932 | [] | no_license | zkxjzmswkwl/ref-gunz1.5 | 269a70e56acc18d726246e23a187e0365276748e | d3dae1b7c108c276a715d291d357341af96bafc7 | refs/heads/main | 2023-06-05T23:12:19.190371 | 2021-07-02T17:49:59 | 2021-07-02T17:49:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,936 | cpp | #include "stdafx.h"
#include "stdafx.h"
#include "MBMatchNHNAuth.h"
#include "MDebug.h"
#include "MMatchGlobal.h"
#include ".\\nhn\\HanAuthForSvr.h"
#ifndef _DEBUG
#pragma comment( lib, ".\\nhn\\HanAuthForSvr.lib" )
#else
#pragma comment( lib, ".\\nhn\\HanAuthForSvrD.lib" )
#endif
#ifndef _DEBUG
#define DEFAULT_S... | [
"hymnosi.prime@gmail.com"
] | hymnosi.prime@gmail.com |
67bda43df0f9294295115eb596b5629f0ef6fcbb | 678588dc03828db3b00306469940e6b86a41c4eb | /src/OptFlowCpp/optflow_composition/CPUBackendInstallers/RegisterCPULinalg.cpp | e57fadd389baa2f877cbd80cd3f58d3d72994675 | [] | no_license | Arnizack/opticalFlow | d3d815161d18422a99ce737a7135b06e49774a09 | 14d3f79abfd81e2b8ce360773384494b211003a4 | refs/heads/master | 2021-05-26T09:27:09.247343 | 2020-12-29T16:41:12 | 2020-12-29T16:41:12 | 254,075,717 | 1 | 0 | null | 2020-11-29T19:10:41 | 2020-04-08T12:02:18 | Python | UTF-8 | C++ | false | false | 2,181 | cpp | #pragma once
#include"RegisterCPULinalg.h"
#include"cpu_backend/linalg/ArithmeticBasic.h"
#include"cpu_backend/linalg/ArithmeticChained.h"
#include"cpu_backend/linalg/ArithmeticVector.h"
#include"cpu_backend/Reshaper.h"
#include"cpu_backend/image/warper/GrayWarper.h"
namespace optflow_composition
{
void RegisterC... | [
"42911677+Arnizack@users.noreply.github.com"
] | 42911677+Arnizack@users.noreply.github.com |
bff8093d20bdc8207c5d8419417628699a21fcde | d2249116413e870d8bf6cd133ae135bc52021208 | /MFC CodeGuru/misc/realtime_plot/Project/clPlot/plot/MemDC.h | 72323626b7dadcc09d1c057a3e6b5c965aaf26e5 | [] | no_license | Unknow-man/mfc-4 | ecbdd79cc1836767ab4b4ca72734bc4fe9f5a0b5 | b58abf9eb4c6d90ef01b9f1203b174471293dfba | refs/heads/master | 2023-02-17T18:22:09.276673 | 2021-01-20T07:46:14 | 2021-01-20T07:46:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,339 | h | //*******************************************************************************************************/
//* FileName: MemDC.h
//*
//* Contents: Definition and implementation for CMemDC
//*
//* Copyright You may freely use or modify this code provided this Copyright is included in all
//* Notice: derived ... | [
"chenchao0632@163.com"
] | chenchao0632@163.com |
d09554ae1db46abe0d461dc0014a2e1654b81a4b | 243a90ea6291e70efaf2307164c5d85858b7a1da | /src/Util/TimerUtil.cpp | 778b863b462bda942fa5056de6f400fee1d60cde | [] | no_license | Rockscanfly/NinjaMasters | 23bb0ffaf840a23f5e33d2aee758f474f3797598 | 7ec76d818080f47d990c6ef2691530298f5e8b08 | refs/heads/master | 2023-01-22T05:10:18.379987 | 2020-11-16T22:39:31 | 2020-11-16T22:39:31 | 241,320,006 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,470 | cpp | // reference material
// https://github.com/awreece/monotonic_timer/blob/master/monotonic_timer.c
#include <unistd.h>
#include <assert.h>
#define NANOS_PER_SECF 1000000000.0
#define USECS_PER_SEC 1000000
#if _POSIX_TIMERS > 0 && defined(_POSIX_MONOTONIC_CLOCK)
// If we have it, use clock_gettime and CLOCK_MONOTONI... | [
"vancefarrowz@gmail.com"
] | vancefarrowz@gmail.com |
e041694dab58f7a1795aed9020aa3808198a2daa | bbc8856d0dc3ad15570ef902082806288631274b | /libraries/TETRIX_PULSE/PULSE.cpp | 0360d14c0458881247a5d09cc19f6f6d87597579 | [] | no_license | srisaipog/TMR3M1-Team-F | f7836e48ae8f29fe522e1f880ea25b3f4aeb5247 | ce0bf18763d747bf41ccfb2f43618b312227e075 | refs/heads/master | 2020-08-09T01:05:21.234765 | 2020-01-19T00:59:54 | 2020-01-19T00:59:54 | 213,963,283 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,157 | cpp | /* TETRIX PULSE robotics controller cpp File for PRIZM Arduino Library
Written by: Paul W. Uttley
05/08/2017
Version 1.0
*/
#include <Arduino.h>
#include <avr/wdt.h>
#include <inttypes.h>
#include <stdio.h>
#include <string.h>
#include <Wire.h>
#include "PULSE.h"
//#include "utility/WSWire.h" ... | [
"sridhar.sairam21@ycdsbk12.ca"
] | sridhar.sairam21@ycdsbk12.ca |
e58f77ad6894cc81c157be9bcdc6a58a15cf503b | 26bb69977888fdc5f701f32027a0a6ae33c769f2 | /qt_restaurant/cook_zhuantai.h | 3c957c0ba9a9ee32dd991dc9d65c383555d17093 | [] | no_license | AM20302030/fastfd | a7ab37e3abdd9728f58fdcc76679fb9b1d1d22bf | 4b23ee7e736afac6603588dcf8079fae889134f5 | refs/heads/master | 2023-03-15T23:21:51.398989 | 2017-07-17T02:19:45 | 2017-07-17T02:19:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 717 | h | #ifndef COOK_ZHUANTAI_H
#define COOK_ZHUANTAI_H
#include <QDialog>
#include <QStandardItemModel>
namespace Ui {
class cook_zhuantai;
}
class cook_zhuantai : public QDialog
{
Q_OBJECT
public:
explicit cook_zhuantai(QWidget *parent = 0);
~cook_zhuantai();
void init_control();
bool btn_t_f;
... | [
"ch593030323@gmail.com"
] | ch593030323@gmail.com |
91fb6e171bb896376156f0e513cea80e4518535f | cbc3109d595e1e43f617d3dc214c64bfcd1ff2d7 | /third_party/ObjexxFCL/src/ObjexxFCL/Array3D.hh | 1b18934204b3a8073a3a092198d853e7943d94e2 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | permissive | EnergyArchmage/AirLoopCoil-HVAC-Sizing-Simulation | 01ee6e365cda4fcea2cd27767f29cd43c122fe8b | 0dc0ff39643d815e23a382c8f5053f8227e33b29 | refs/heads/master | 2021-01-10T17:16:14.386901 | 2016-02-10T19:57:33 | 2016-02-10T19:57:33 | 51,157,108 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 65,552 | hh | #ifndef ObjexxFCL_Array3D_hh_INCLUDED
#define ObjexxFCL_Array3D_hh_INCLUDED
// Array3D: Row-Major 3D Array
//
// Project: Objexx Fortran Compatibility Library (ObjexxFCL)
//
// Version: 4.0.0
//
// Language: C++
//
// Copyright (c) 2000-2015 Objexx Engineering, Inc. All Rights Reserved.
// Use of this source code or a... | [
"Brent.Griffith@EnergyArchmage.com"
] | Brent.Griffith@EnergyArchmage.com |
340ff0711230bf74161e46eb1f0624d70fc7489f | 6b3205dce0082f838185fb049e4e3cc570d69a8d | /FPS_Keypad_Servo_Display.ino | d7ae8f6f3956a60318d84e6950db72ba856ade71 | [] | no_license | eamonhanley/Keypad-and-Fingerprint-Scanning-Safe-w-LCD-Display | d3d0eb20bef42e5046f1a01a4eb00e3206fd76e4 | ef422a073e3f88a17930488aa50a30faf1ebfe68 | refs/heads/master | 2021-01-01T18:53:16.774907 | 2017-08-03T17:51:25 | 2017-08-03T17:51:25 | 98,460,440 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,112 | ino | #include "FPS_GT511C3.h"
#include "SoftwareSerial.h"
#include <Servo.h>
#include "Keypad.h"
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
#include <Password.h>
//Password
Password password = Password( "1234" ); //password to unlock, can be changed
//boolean
bool nm = false;
bool kp = false;
bool fn = false;
b... | [
"noreply@github.com"
] | noreply@github.com |
9b1f79164d4614fed5ca7883bbe85e10881eb1d1 | abf6824b5a2af7ef07bdddf1b70d34d6f1bec92b | /Le145BinaryTreePostorderTraversal/Le145BinaryTreePostorderTraversal/main.cpp | e77338ad17e021f702e29082d6d8b32df521d19b | [] | no_license | zhouyu0615/MyLeetCode | f9442e51ce7995d51e66ee03deb70e9e29070c7d | 39b7e30d728e84649618ac9948164f90ac49bd00 | refs/heads/master | 2021-01-17T07:52:06.224984 | 2016-08-29T06:00:28 | 2016-08-29T06:00:28 | 47,877,402 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,124 | cpp | #include <iostream>
#include <vector>
#include <stack>
using namespace std;
/**
* Definition for a binary tree node.*/
struct TreeNode {
int val;
TreeNode *left;
TreeNode *right;
TreeNode(int x) : val(x), left(NULL), right(NULL) {}
};
class Solution {
public:
vector<int> postorderTraversal(TreeNode* root) ... | [
"871211719@qq.com"
] | 871211719@qq.com |
c2e0ac079eb25b97f7b913a2cdec3b41d58aef42 | e4ebf4e4b9a6668308a9e94d4bd03fa435d21499 | /programs/Function Structure.CPP | 848f5ff0696778f83ec2496c4d38c7768df08fc1 | [] | no_license | aribathanisa/C | 6e1eec7d1906d9e5320fca11c4b1a7ba8abf889e | 4dc53212191bfcf879c923421f4745c1ff98ba64 | refs/heads/master | 2021-07-21T20:23:17.877978 | 2017-10-31T16:47:37 | 2017-10-31T16:47:37 | 109,023,835 | 0 | 0 | null | 2017-10-31T16:35:25 | 2017-10-31T16:35:25 | null | UTF-8 | C++ | false | false | 980 | cpp | struct employee
{
int id;
char name[10];
int salary;
}*emp1;
typedef struct student
{
int rollno;
char name[15];
char add[20];
}s;
void sort(student ss[]);
void read(student ss[]);
void display(student ss[]);
int i, j, n;
void main()
{
s s1[5];
printf("How many records:");
scanf(... | [
"aribathanisa@yahoo.com"
] | aribathanisa@yahoo.com |
b8a9178d06ba6bd0a3901a509bd73cb6ff34585a | fef76274fd243f09490b461f4630edf4f7ed1fc8 | /OpenCV/cv/src/cvmoments.cpp | 0118cb4a0e65da5f7668f25beea31f1c1ae286a6 | [] | no_license | mark-borg/CheckProductLabel | 27759dcdb805e724d0dbaafa19f4a02f8f3a21bd | 33e9e20a80cfcafcfdaf45429f779547f88bd398 | refs/heads/master | 2020-08-04T17:46:48.436511 | 2018-08-08T11:52:54 | 2018-08-08T11:52:54 | 65,918,782 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 25,511 | cpp | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | [
"mborg2005@gmail.com"
] | mborg2005@gmail.com |
38ca63c0c4acdcfb970c3d64e128570d2e570ff6 | 355a7b7183169de9305dfbf2bc167ea22b533abf | /Src/Edislab/Include/Bcg/BCGPDockManager.cpp | 63048618f5b3dde40abb5351a9cfbb181543d51f | [] | no_license | vbtang/DevSoft | beda6c01e34dd3c86a4cbd155ead2541d6f479e2 | 023ffa59987c00f466eaf58c2388bfb9baa6ffd5 | refs/heads/master | 2020-05-25T19:18:45.893420 | 2017-07-02T11:18:00 | 2017-07-02T11:18:00 | 84,955,829 | 1 | 0 | null | 2017-07-02T05:13:24 | 2017-03-14T14:02:57 | C++ | UTF-8 | C++ | false | false | 113,730 | cpp | //*******************************************************************************
// COPYRIGHT NOTES
// ---------------
// This is a part of BCGControlBar Library Professional Edition
// Copyright (C) 1998-2016 BCGSoft Ltd.
// All rights reserved.
//
// This source code can be used, distributed or modified
// only unde... | [
"xiaowei_han@yeah.net"
] | xiaowei_han@yeah.net |
583efdd7291cecc4884d8f6895e61721cc98c998 | 370881312084d8d2ce0f9c8dce147b81a3a9a923 | /Game_Code/Code/CryEngine/CryAction/Mannequin/AnimationDatabase.h | 8cf56ba45e1bc4c571fc64ce83bf35e10ed89155 | [] | no_license | ShadowShell/QuestDrake | 3030c396cd691be96819eec0f0f376eb8c64ac89 | 9be472a977882df97612efb9c18404a5d43e76f5 | refs/heads/master | 2016-09-05T20:23:14.165400 | 2015-03-06T14:17:22 | 2015-03-06T14:17:22 | 31,463,818 | 3 | 2 | null | 2015-02-28T18:26:22 | 2015-02-28T13:45:52 | C++ | UTF-8 | C++ | false | false | 15,148 | h | ////////////////////////////////////////////////////////////////////////////
//
// Crytek Engine Source File.
// Copyright (C), Crytek Studios, 2011.
//
////////////////////////////////////////////////////////////////////////////
#ifndef __ANIMATIONDATABASE_H__
#define __ANIMATIONDATABASE_H__
#include "ICryMannequin... | [
"cloudcodexmain@gmail.com"
] | cloudcodexmain@gmail.com |
6eaa754565a314b718c745b4c0562729de5bc229 | fcb423395d3bde95a82b537916c03f314965b552 | /include/occa/tools/uva.hpp | 3fcdd2f1c80bcb7067f7bba78f0e044daf29b268 | [
"MIT"
] | permissive | wuziyou199217/occa | 0b5b4c01369dfe75b98af44ca09ec077ac82953a | a74827378f8f44d0274004bc5775a941cb53dd1d | refs/heads/master | 2020-04-19T07:21:43.941629 | 2018-12-25T23:54:29 | 2018-12-25T23:54:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,873 | hpp | #ifndef OCCA_UVA_HEADER
#define OCCA_UVA_HEADER
#include <iostream>
#include <vector>
#include <occa/defines.hpp>
#include <occa/types.hpp>
namespace occa {
class device;
class memory;
class modeMemory_t;
class ptrRange;
typedef std::map<ptrRange, occa::modeMemory_t*> ptrRangeMap;
typedef std::vector<oc... | [
"dmed256@gmail.com"
] | dmed256@gmail.com |
6f4c2da37d533d709ada679e7a737b2d5bee29ff | 3517ac2e18abf28d35b65c0f82d72ccfacc39572 | /363B.cpp | 616386cf3e951c793f69b05a14133368709c4310 | [] | no_license | dg-029/Codeforces-solutions | 8691a7b36b435594d9b4a6aa24be7535e2ff72f0 | 0befda59207e9e7e45fe5fe9abcd28b8c6a9347e | refs/heads/master | 2023-03-08T07:58:23.256025 | 2021-02-22T18:29:43 | 2021-02-22T18:29:43 | 297,932,072 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 598 | cpp | #include <iostream>
#include<cmath>
using namespace std;
int main() {
int n,k;
cin>>n>>k;
long long arr[n+8]={0};
// input + cumlative sum
for(int i=0;i<n;i++){
cin>>arr[i];
if(i){
arr[i]=arr[i-1]+arr[i];
}
}
int min=150000010;
long long minindex=0;
for(int i=0;i<=n-k;i... | [
"noreply@github.com"
] | noreply@github.com |
cc133e22a06b52528a73d3185b98200855fbd902 | 56fe863d83440ac98b7d00455b07f413faf377f7 | /Renderer.cpp | b1807daf769f2b2a9c799103b161060075360889 | [] | no_license | BangKyungUn/Math | 93b45f8c244341d6366cc95002778e0cc1b56db0 | 87b1b7f4be5a96cb2506d5aeb04641dbc9757192 | refs/heads/master | 2021-03-31T00:59:25.902796 | 2018-05-28T17:22:15 | 2018-05-28T17:22:15 | 125,023,781 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 6,376 | cpp |
#include "stdafx.h"
#include "Vector.h"
#include "SoftRenderer.h"
#include "GDIHelper.h"
#include "Renderer.h"
#include "Triangle.h"
#include "Texture.h"
#include "Mesh.h"
#include "CommonShader.h"
#include "Material.h"
#include "TextureShader.h"
#include "Sprite.h"
#include "Input.h"
#include <map>
#in... | [
"noreply@github.com"
] | noreply@github.com |
658abfb9e4ad294de912c162c45f60b3e1afc3a7 | b0c51f199750b50100848d8520a8bf5aa3e7175f | /src/simulation/powercube70sim.h | f5f8a348819804d35f33ce790d8f7b88ef20af1b | [] | no_license | aherrero/MRCore_Kinect | 529abc3785e6b289b47f49498d8f4c231de52c7c | 562be7aab85c5a3cb62606ae1421b2eb790385bb | refs/heads/master | 2021-01-15T11:49:03.477535 | 2013-02-17T20:23:45 | 2013-02-17T20:23:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,520 | h | /**********************************************************************
*
* This code is part of the MRcore projec
* Author: the MRCore group
*
* MRcore is licenced under the Common Creative License,
* Attribution-NonCommercial-ShareAlike 3.0
*
* You are free:
* - to Share - to copy, distribute and... | [
"alexhc89@gmail.com"
] | alexhc89@gmail.com |
fdfdccb9d0f3a0d4803f7f7ac80763c113ac3a4e | 68727768a06c185628206365ae4cab5ca495863a | /Code/sim-knx/sim-knx/src/Uart.cpp | f198a31a2cf614357ba1581478deda00b0cff753 | [] | no_license | 4ilo/Bachelorproef_E-ICT | fd865c40f1facdf1fec70b070aa5e3257d967b9c | ca40db527afa151ad091ba1642ff989a3a0e4fa7 | refs/heads/master | 2021-01-22T11:03:56.790516 | 2017-06-22T09:37:58 | 2017-06-22T09:37:58 | 82,062,916 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,677 | cpp | //
// Created by olivier on 24/02/17.
//
#include "../inc/Uart.h"
/**
* The uart constructor
* @param string device The name of the uart device vb: /dev/ttyUSB0
* @param int speed The baudrate for the uart (defines from termios.h) vb: B9600
* @param int pariteit Set or disable the parity bit
*/
... | [
"oliviervandeneede@hotmail.com"
] | oliviervandeneede@hotmail.com |
618412c728391f14f55072509e049ae535fdb7aa | 30f1ea99942ebeca2d91eb83b338f6bb0f8cda8a | /fsm/boost/mpl/bitxor.hpp | 811ad26d43bfd2e38bbdabd4e786f5adbb22fdf0 | [] | no_license | thinkincforeveryone/putty-nd6x | 8d085839b72ad07092eb1b194e0a9b397a8c8ffd | e3efbcdf22bd5323004dccccafd81ce11a359a2f | refs/heads/master | 2020-09-26T18:04:11.415969 | 2019-12-06T10:50:35 | 2019-12-06T10:50:35 | 226,306,231 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 690 | hpp |
#ifndef BOOST_MPL_BITXOR_HPP_INCLUDED
#define BOOST_MPL_BITXOR_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
// Copyright Jaap Suter 2003
//
// 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)
//
// See http... | [
"thinkinc@163.com"
] | thinkinc@163.com |
2e905d8c7c4aed766bb52660f72e4710a7aa4e92 | 9030ce2789a58888904d0c50c21591632eddffd7 | /SDK/ARKSurvivalEvolved_C4_FPV_AnimBP_parameters.hpp | 4d21b4182a6a81f4e780efeff74b15a3d0ee7c11 | [
"MIT"
] | permissive | 2bite/ARK-SDK | 8ce93f504b2e3bd4f8e7ced184980b13f127b7bf | ce1f4906ccf82ed38518558c0163c4f92f5f7b14 | refs/heads/master | 2022-09-19T06:28:20.076298 | 2022-09-03T17:21:00 | 2022-09-03T17:21:00 | 232,411,353 | 14 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 680 | hpp | #pragma once
// ARKSurvivalEvolved (332.8) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_C4_FPV_AnimBP_classes.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Parameters
//--------------------------------------------------------... | [
"sergey.2bite@gmail.com"
] | sergey.2bite@gmail.com |
e571f5aa551ddf04b007e566882347027125de0e | 86c531e1156d302cfa1b5fa85cd138e08da2a7a2 | /ELEVATOR.cpp | 0832c3f9804ca06cba557a399aa5fa35825843a2 | [] | no_license | phatbs21/Thuat-Toan | 397faed3e8b2a51e7a982dc4278362396a48335c | 684d30243be100ef558e252277e28c16e8bcf884 | refs/heads/main | 2023-08-30T20:43:36.115540 | 2021-09-01T15:55:21 | 2021-09-01T15:55:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,458 | cpp | #include <bits/stdc++.h>
#define nmax 107
using namespace std;
long n,c,p,t,a[nmax];
void sub1()
{
long long dem=0,ans=0;
for (long i=1; i<=n; i++)
{
if (dem>=t) break;
if (a[i]>0)
{
if (i*p*2*a[i]+dem<=t)
{
ans+=a[i];
dem+=i*... | [
"53256916+phatbs21@users.noreply.github.com"
] | 53256916+phatbs21@users.noreply.github.com |
2caee499e334fc8d1ac66d8f9a72dabeb99f593b | ec89e41ca41970c0704a80544f5f579f3fc42cb3 | /internal/platform/implementation/windows/generated/winrt/Windows.Devices.Display.h | eaec6106568b5d33e11efffea1e8ce557d68e052 | [
"Apache-2.0"
] | permissive | google/nearby | 0feeea41a96dd73d9d1b8c06e101622411e770c5 | 55194622a7b7e9066f80f90675b06eb639612161 | refs/heads/main | 2023-08-17T01:36:13.900851 | 2023-08-17T01:11:43 | 2023-08-17T01:13:11 | 258,325,401 | 425 | 94 | Apache-2.0 | 2023-09-14T16:40:13 | 2020-04-23T20:41:37 | C++ | UTF-8 | C++ | false | false | 19,699 | h | // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
#pragma once
#ifndef WINRT_Windows_Devices_Display_H
#define WINRT_Windows_Devices_Display_H
#include "winrt/base.h"
static_assert(winrt::check_version(CPPWINRT_VERSION, "2.0.220531.1"), "Mismatched C++/WinRT headers.");
#define CPPWI... | [
"copybara-worker@google.com"
] | copybara-worker@google.com |
4561170add9b8aff0335f9431f8dc44fed00009f | 1063127735d528f12fe458ce98d82b3ce6cf3fe7 | /MDB_SocialLearning/GaussianProcess.h | f288992118971a483c7928e99ce34da3f77344ac | [] | no_license | jghubert/MDBSL | 1948e392e8d5b74ae6f91a616f0764647c9ee302 | 49cb0d65d4a7deaf7e14eca9cfae07740bd6937d | refs/heads/master | 2021-01-19T00:32:58.685299 | 2017-12-26T09:09:33 | 2017-12-26T09:09:33 | 87,182,084 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,357 | h | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/*
* File: GaussianProcess.h
* Author: julienhubert
*
* Created on July 21, 2017, 3:46 PM
*/
#ifndef GAUSSIANPROCESS_H
#defin... | [
"jghubert@gmail.com"
] | jghubert@gmail.com |
9aa56ca7ad4be6f51fab6bdd9487ef44d719525f | 83dad45821cf54dc7fb77720b8bbfc70731bd4df | /businessobject/Mark.cpp | d6a90b607a87d40b5b18a5f303883c86dea61f63 | [] | no_license | hoangtrongtin/quanlysinhvien | 22f0294befc53bf8ff207def2d14a4a6d63f55dd | 3812fd9aff38889d8611073ccc2960815264ebc1 | refs/heads/main | 2023-02-08T17:56:17.866596 | 2021-01-04T10:30:20 | 2021-01-04T10:30:20 | 326,647,469 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 690 | cpp | #include"Mark.h"
Mark::Mark(){
// MapMember["StudentId"] = "";
// MapMember["SubjectId"] = "";
// MapMember["_Mark"] = "";
}
Mark::Mark(string studentId, string subjectId, int _mark){
this->StudentId = studentId;
this->SubjectId = subjectId;
this->_Mark = _mark;
}
void Mark::FromMapMember(){
... | [
"hoangttin288@gmail.com"
] | hoangttin288@gmail.com |
61a985e3525956aafde726613e0c09a9d076832e | 333175955208bade4b1bc4cc78a478a4ffa50b25 | /DX12Render/RenderSystem/DX12Device.h | c4acdc6c527ae4b442ce1dcc0803227ed7ab9d3e | [] | no_license | hatsunemiku02/DioX12 | e988a54d3099061f0a8349e1cef28da862058b8b | efa083ae2ee6e9a0ac35441f01b5cf7722df13e7 | refs/heads/master | 2020-03-10T22:36:55.987142 | 2018-09-19T10:49:21 | 2018-09-19T10:49:21 | 129,623,301 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,788 | h | #pragma once
#include <d3d12.h>
#include <dxgi1_4.h>
#include <D3Dcompiler.h>
#include <DirectXMath.h>
#include <wrl.h>
#include <bitset>
#include <vector>
#include "d3dx12.h"
#include "DX12DESCHandle.h"
#define DescHeapMaxSize 4096
using namespace DirectX;
// Note that while ComPtr is used to manage the lifetime of... | [
"hangzhao@126.com"
] | hangzhao@126.com |
30c0cab859ecad161fa565d65f0d43f1d26efdb4 | 6f38b5cafa0a1e94ffd7bbdb1bf4b8887e41421b | /tests/common.hpp | 869a1faa38c95d9825ad3ff0513f5a7d6eacd25c | [
"MIT"
] | permissive | packedbread/pathplanning | d5791d4299e7f1b65dadf32db9e2d4d2707b0284 | d09e143022d716243673530427774d5ee48c1845 | refs/heads/master | 2020-09-11T19:00:09.999658 | 2020-06-23T22:32:45 | 2020-06-23T22:32:45 | 222,160,018 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 257 | hpp | #pragma once
#include <string>
#include "../src/ioadapter.hpp"
struct IOAdapterFixture {
planner::IOAdapter adapter;
IOAdapterFixture(const std::string& filename = "data/test.xml"); // todo: add cmake variable for absolute path in `filename`
};
| [
"ilya.ifanov@mail.ru"
] | ilya.ifanov@mail.ru |
1cdb001fc0b4f5666156a166f1d8750e151b879a | b7e7141e459f3774a4c3066dbfa0a2c9da721559 | /OOP/bum/plsWork/plsWork/GeneratedFiles/Debug/moc_plsWork.cpp | 712d9c2477d781b3010fb10ac89bea50c75cf344 | [] | no_license | VasilicaMoldovan/Year-1 | 1fcf93645040bfd2f76c5d28a07e1fae17c76f1e | a68b803d53f34e08191492891e3b0adf2ed34ee6 | refs/heads/master | 2023-01-24T09:42:04.126800 | 2020-12-01T16:03:51 | 2020-12-01T16:03:51 | 317,577,995 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,600 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'plsWork.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.12.3)
**
** WARNING! All changes made in this file will be lost!
************************************************************... | [
"mvie2572@scs.ubbcluj.ro"
] | mvie2572@scs.ubbcluj.ro |
2dbdba7596d137d7d581d99b4432bae6598249ed | 715023da006513f0dd09e5c4267d371b8ba4e4f6 | /xray-svn-trunk/xr_3da/xrGame/ai/monsters/telekinesis.cpp | 25953a2499daa70b821ac4a86a1d953bb719807a | [] | no_license | tsnest/lost-alpha-dc-sources-master | 5727d58878b1d4036e8f68df9780f3d078e89f21 | fbb61af25da7e722d21492cbaebd6670d84e211c | refs/heads/main | 2023-02-11T16:37:16.570856 | 2021-01-09T17:09:49 | 2021-01-09T17:09:49 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 5,228 | cpp | #include "stdafx.h"
#include "telekinesis.h"
#include "../../entity_alive.h"
#include "../../PhysicsShell.h"
CTelekinesis::CTelekinesis()
{
active=false;
}
CTelekinesis::~CTelekinesis()
{
for (TELE_OBJECTS_IT it = objects.begin(); it != objects.end(); ++it) {
(*it)->release();
xr_delete(*it);
}
}
CTelekineticO... | [
"58656613+NikitaNikson@users.noreply.github.com"
] | 58656613+NikitaNikson@users.noreply.github.com |
3f3aba2e4df739bc7129ab0a64220ae2163df175 | ca27aedac6087dd7c5a5a734236f32a4edfb54e2 | /src/voxels/World.cpp | be277f923f4cad57068608446a7e8dd33f33b379 | [] | no_license | SuperRonan/MyOpenGL | a7b80fbd590913b2c6749d95a1ea7fd8edb3a7c3 | b2370da62242fad4c34c54d9da7e70316f412cc4 | refs/heads/master | 2023-05-09T16:08:32.188178 | 2021-05-27T17:25:54 | 2021-05-27T17:25:54 | 279,695,741 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,078 | cpp | #include <voxels/World.h>
#include <numbers>
#include <algorithm>
#include <lib/Transforms.h>
#include <lib/ShaderDesc.h>
#include <lib/ProgramDesc.h>
#include <lib/Material.h>
namespace perlin
{
/* Function to linearly interpolate between a0 and a1
* Weight w should be in the range [0.0, 1.0]
*/
float interpolate... | [
"ro.cailleau@gmail.com"
] | ro.cailleau@gmail.com |
87827438f8f23a7960a6249652f29ed4e10b2248 | f28b1fe7f028426c91354f3bc3ca87399ca7dce8 | /PCIe/test_source/pcie2screen_openGL/set_capture.h | 599ebfc9c70de74fe89233812197082dafdd9222 | [] | no_license | lion1986/AX7015 | 872cd6df34e83e0faa4b4e335f501c160180a178 | a6e5bf8f676ec6f36816cff8d8d7e6c0a1916362 | refs/heads/master | 2022-01-14T20:21:21.901451 | 2018-05-30T03:22:51 | 2018-05-30T03:22:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 456 | h | #ifndef SET_CAPTURE_H
#define SET_CAPTURE_H
#include <QtWidgets>
#include "xdma_programe.h"
class xdma_getImg : public QThread
{
Q_OBJECT
public:
xdma_getImg(xdma_programe *pXdma, char *pRGB, pthread_mutex_t *pOptNotice);
void run(void);
void setstart(bool isRuning);
Q_SIGNALS:
void flushImg();
... | [
"avic@alinx.com.cn"
] | avic@alinx.com.cn |
9466aa27a52408ad757c6cb26da8f8cc775fa9a5 | efcdbdf3d22de61118078f29311be2fa2c9cdbeb | /include/absent/nullable/syntax.h | 0957b68df4deb3248bd31aa454f86ff0869d0c6b | [
"MIT"
] | permissive | sdmg15/absent | fed1308dbbe047051028f382175e36f08db25aaf | 39fd6c53325c54d3aa434906cd6a7d0c8472b74f | refs/heads/master | 2020-06-22T17:40:44.156980 | 2019-07-18T07:37:14 | 2019-07-18T07:41:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,444 | h | #ifndef RVARAGO_ABSENT_SYNTAX_H
#define RVARAGO_ABSENT_SYNTAX_H
#include <utility>
namespace rvarago::absent::nullable::syntax {
/**
* For custom types that have a different way to check if they are empty.
*/
template <template<typename...> typename Nullable, typename A, typename... Rest>
struc... | [
"rafael.varago@gmail.com"
] | rafael.varago@gmail.com |
5471e4446fe06c30efde5b878a9bfda11e1d6d39 | cdb3413aa1ba7d5a6f9bc6e4bcb536635645df59 | /190604/observer/observer.cc | dbefcb0edb51c18fc1a1bfc07f42757e1f606ab6 | [] | no_license | Moreys/wdCAdd | affcdd736b427e6f77a230177410b8ab0a907dd5 | 8a4d6ac2a76c719ba1549d35920c55bb7c049702 | refs/heads/master | 2020-05-24T14:17:59.320877 | 2019-06-26T13:19:13 | 2019-06-26T13:19:13 | 187,306,607 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,475 | cc | /*************************************************************************
@FileName: observer.cc
@Author: morey
@Email: zymorey@gmail.com
@Time: Tue 04 Jun 2019 03:23:32 PM CST
************************************************************************/
... | [
"mozhongyuan@126.com"
] | mozhongyuan@126.com |
73dff7caee62ecf97124df4aefa3ce0716f9887c | f744fa6288e2e9770e2e770b804b479ec94a1e45 | /CodeC5/NgocAnh_C5_Bai61_62.cpp | a3e4d793ce93ad06cb1ddf607eacdac0a9c83354 | [] | no_license | hieu-ln/IT82-01 | 8c5b92fd5c41cd21bca1e67e3021b05356fda9e1 | a5177fcb4754460252f592c3a53be874b0f0488d | refs/heads/master | 2020-06-11T06:43:48.469795 | 2019-08-18T07:20:24 | 2019-08-18T07:20:24 | 193,880,086 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,927 | cpp | #include <stdio.h>
#include <iostream>
#include <fstream>
using namespace std;
#define MAX 20
int A[MAX][MAX]; // mang 2 chieu
int n; // so dinh cua do thi
char vertex[MAX]; // ten dinh
// DSLK su dung cho STACK va QUEUE
struct Node
{
int info;
Node *link;
};
Node *sp;
Node *front, *rear;
// STACK
void InitStack(... | [
"1854050010anh@ou.edu.vn"
] | 1854050010anh@ou.edu.vn |
3e96a9e22915583fa048d7270b287971d1de61e2 | 8e2990539cad6b5ce50560baea7fb3189f985ca0 | /BTfromInorderandPostorder.cpp | 0db2a7a8635f0a76d0e89145cce31f207b0b60b4 | [] | no_license | tangzhanran/LeetCodes | bcc8660fb9d15f35af7f7b293207285bb564d898 | e1fa6879692a462e52f2d9482ab3eab36488579a | refs/heads/master | 2021-01-20T07:21:05.204888 | 2017-11-02T23:30:05 | 2017-11-02T23:30:05 | 89,993,656 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,363 | cpp | // 106. Construct Binary Tree from Inorder and Postorder Traversal
//
// Given inorder and postorder traversal of a tree, construct the binary tree.
//
// Note:
// You may assume that duplicates do not exist in the tree.
//
// Written by Zhanran Tang @ 6/5/2017
//
// Ideas: Doing recursively with stack and hashmap
// ... | [
"tangzr93@outlook.com"
] | tangzr93@outlook.com |
ed829f7cfe3b7d71d52e4d9d59c75201069c428d | 77078f87a27fdec7809ada5dadcd7e86cb4dd456 | /Code/MAP_NaiveBayes - copia/Data.cpp | 933e97eae76aef48c75946c7eb5bb76a6b2372d2 | [] | no_license | usanchez/MAP-NaiveBayes_Cpp | 38cfd60b5e4eb17fbc6ec38d0ecf6671a41eadd5 | c03f2b66aabbfff860f7d92ac63aab9683afd850 | refs/heads/master | 2021-01-14T13:07:27.039157 | 2016-04-27T11:45:31 | 2016-04-27T11:45:31 | 55,849,260 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,363 | cpp | #include <random>
#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <tuple>
#include <utility>
#include "Data.h"
#include "Utils.cpp"
using namespace std;
Data::Data(string f, int j) : justtrain(j) {
/*
justrain == 0: use training data as test data
justrain == p > 0: use approx p%... | [
"unaisanchez6@gmail.com"
] | unaisanchez6@gmail.com |
4f1993c0b8f4bb41c2b8138e6d5c4fae79187f6f | 0bf31b621be8328e3bea848bbdfa09b3398f2f64 | /log.cpp | d80defa7ba11a4e51858c6cdbecc3287bc2679c5 | [
"MIT"
] | permissive | xiodine32/magazin-manager-project | 4dc6134b43f78b679be8669a7c5a9901f964646d | bb0c765f87c8f08493cefcaae39ed42639229585 | refs/heads/master | 2020-12-29T00:42:03.274682 | 2015-04-26T16:57:57 | 2015-04-26T16:57:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 543 | cpp | //
// Created by xiodine on 4/15/15.
//
#include "log.h"
#include <stdio.h>
#include <stdarg.h>
bool LOG_TOGGLE = false;
void log_nomacro(const char *type, const char *function, int line, const char *a, ...) {
if (LOG_TOGGLE)
return;
FILE *f = stdout;
#ifndef DEBUG
f = fopen("log.log", "a... | [
"neagu1000@gmail.com"
] | neagu1000@gmail.com |
fac7db587843853015d2ac67307c550fd4a799ec | 7f68c1e08381d02824793c76d6de4b29090c1aeb | /ClintsCode/link-predMethods/RA.hpp | d60d47ab069040cfe04a30e7ecfb393c2db30c33 | [] | no_license | ClintWyatt/Link-Prediction-Research | aede62357db93c40e499dd4aac5538aaf9c83c6e | 640aa6c03ef6ef4feb2c0a11eff869df752eb0bb | refs/heads/master | 2023-01-29T20:19:42.531761 | 2020-12-12T02:42:45 | 2020-12-12T02:42:45 | 286,565,357 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,451 | hpp | #ifndef RA_HPP
#define RA_HPP
void RA(vector<Edge> *missing, vector<double_string> & predictedMissing, A_Network *X)
{
vector<float> scores;
float score;//represents the score of edge
double_string index; //used to add elements to the predictedMissing array
string edge; //used to represent the ... | [
"clint@LAPTOP-33ACD3E0.localdomain"
] | clint@LAPTOP-33ACD3E0.localdomain |
58f34d60154e27d9fd04aba18ff5a6cfcaaab5bb | 562fc7b301c5634abb2ab3e3979527e48a118800 | /TETRIS/ObjectManager.cpp | 58bd9686a84d9133d5cd05b9b7af299e4ccf047b | [] | no_license | Bonnate/WinAPI_TETRIS | 1230d2e5e8296406cf58a83f890b408ad1688b5a | 6c8f56f66f9bdf31b5265e046548f86f4861419d | refs/heads/master | 2023-08-11T19:18:29.979702 | 2021-09-10T02:14:12 | 2021-09-10T02:14:12 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 10,427 | cpp | #include "framework.h"
vector<GameObject*> ObjectManager::gameObject[MAX_LAYER];
bool ObjectManager::isLeftCollider = TRUE;
bool ObjectManager::isRightCollider = TRUE;
bool ObjectManager::isDownCollider = TRUE;
int ObjectManager::deadLinesAmount = 0;
void ObjectManager::instantiate(GameObject* o, int layer)
{
gam... | [
"vldkdhtudrjs@gmail.com"
] | vldkdhtudrjs@gmail.com |
43e35862460e9c3b492d4550595eb4e064ec964d | a42f7b8fac6e61db77b8c4c27542ba43c41d3c56 | /projects/proj3-final-emberetta/src/editor/FreelookInputController.cpp | 1ecd48048d68fc5399a136f85d2190b63690c456 | [] | no_license | Carter0/OldGameEngines | d1911c6ec420d8e5462621af9f659aacc2844af8 | c587c3f4ed2a025265c82151c27469f696814e0a | refs/heads/master | 2022-12-15T16:31:38.476518 | 2020-09-20T01:38:23 | 2020-09-20T01:39:43 | 296,980,723 | 0 | 1 | null | 2020-09-20T02:51:28 | 2020-09-20T01:29:44 | C++ | UTF-8 | C++ | false | false | 1,087 | cpp | /*
* FreelookInputController.cpp
*
* Created on: Mar 21, 2020
* Author: jaked
*/
#include "editor/FreelookInputComponent.hpp"
#include "platformance/ObjectTypes.hpp"
#include "managers/InputManager.hpp"
#include "base/PhysicsComponent.hpp"
#include "base/GameObject.hpp"
#include "base/Level.hpp"
FreelookI... | [
"weinbergcarter@gmail.com"
] | weinbergcarter@gmail.com |
e2f98c9d1081d235d83096c621298356b2391ccc | 66862c422fda8b0de8c4a6f9d24eced028805283 | /slambook2/ch13/src/config.cpp | 66978e78f8d087eb620383075209a2ff878997ce | [
"MIT"
] | permissive | zhh2005757/slambook2_in_Docker | 57ed4af958b730e6f767cd202717e28144107cdb | f0e71327d196cdad3b3c10d96eacdf95240d528b | refs/heads/main | 2023-09-01T03:26:37.542232 | 2021-10-27T11:45:47 | 2021-10-27T11:45:47 | 416,666,234 | 17 | 6 | MIT | 2021-10-13T09:51:00 | 2021-10-13T09:12:15 | null | UTF-8 | C++ | false | false | 624 | cpp | #include "myslam/config.h"
namespace myslam {
bool Config::SetParameterFile(const std::string &filename) {
if (config_ == nullptr)
config_ = std::shared_ptr<Config>(new Config);
config_->file_ = cv::FileStorage(filename.c_str(), cv::FileStorage::READ);
if (config_->file_.isOpened() == false)... | [
"594353397@qq.com"
] | 594353397@qq.com |
c1fdaaa6f34cbcc1efbedf1c38fa21a3d66b460c | 3a879f34722a58daff97ec1c3bc8559f60730233 | /src/Ias.cpp | 984ad9a746c86c9590b7032f5a18541aa162a882 | [] | no_license | simbaste/Bomberman | d86ec7d337c6a8300ca119854d7b2453fff7d29a | 98a0694c46958c103e82495cc7f43c352d0d6521 | refs/heads/master | 2021-01-20T19:19:35.072829 | 2016-06-14T15:35:52 | 2016-06-14T15:35:52 | 61,134,641 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,776 | cpp | #include <iostream>
#include "Ias.hpp"
Ias::Ias(unsigned int x, unsigned int y, Direction d, Map *map, Elem *elem, std::vector<Character*> *_perso)
: Ia(x, y, d, map, elem, _perso)
{
Position Mpos(x, y);
oldX = 50;
oldY = 50;
isMoving = true;
_check = 0;
decision = true;
_dead = false;
_speed = 1;
... | [
"stephanedarcy.simomba@epitech.eu"
] | stephanedarcy.simomba@epitech.eu |
183472639520d98dd724118b23e892ec8244aff0 | b5a547a5fcfa417bd1c73d241d59d7918ddde668 | /Examples/PcapSplitter/Splitters.h | a981ded88f9e14e0568be77e3b88087ad16aa8ed | [
"Unlicense"
] | permissive | seladb/PcapPlusPlus | ae994498a11139753d320594e3aad2db6a31ab18 | 0725fa175ab2a7cb78a6c48d3b4d113eb7221810 | refs/heads/master | 2023-08-05T07:51:20.501998 | 2023-08-04T01:51:24 | 2023-08-04T01:51:24 | 24,911,519 | 2,464 | 700 | Unlicense | 2023-09-14T09:24:09 | 2014-10-07T21:04:05 | C++ | UTF-8 | C++ | false | false | 7,236 | h | #pragma once
#include "LRUList.h"
#include "RawPacket.h"
#include "Packet.h"
#include "IPv4Layer.h"
#include "IPv6Layer.h"
#include "TcpLayer.h"
#include "UdpLayer.h"
#include "DnsLayer.h"
#include "PacketUtils.h"
#include <map>
#include <algorithm>
#include <iomanip>
#include <sstream>
/**
* The base splitter class... | [
"noreply@github.com"
] | noreply@github.com |
355b9638f23b55ccfa408a41ec0137e6b400008d | de58f47971e86df1cec09a4d60e02d8e118c6e86 | /Software/Flashlight_ATtiny.ino | cebc83a122ba8c317278d0d3ff37918ad7960905 | [] | no_license | EddieYao8/FlashlightProject | 1a628284ebfa77ef245e3bfc205ba4cd7ed8c850 | d3e7de3263a27295dc8a12eb37b0d387829d9ea4 | refs/heads/master | 2020-03-29T06:40:28.390520 | 2018-12-07T21:16:15 | 2018-12-07T21:16:15 | 149,635,594 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,905 | ino | #include <avr/io.h> // AVR Interface with the hardware [2]
#include <avr/interrupt.h> // AVR Interrupt library [3]
#include <avr/sleep.h> // AVR Sleep-mode library [4]
#define maxLED 255 // MAX LED level
... | [
"noreply@github.com"
] | noreply@github.com |
413932ed773136201a3e6d75b55eeca800db62f4 | e5d80ba4a33aa6a2c6069fdf661e258be4552887 | /src/ck/audio/ringmodprocessor.h | 1dbda7b946e98ef4f5d33bc9b43eb4fa81f87a7d | [
"Zlib"
] | permissive | sjmerel/ck | 56fc91b805ee3a1b1db8bb7e0f01918570db9388 | 5d4cb073ec95968bc1b461dfddf5a4a89e5d4c31 | refs/heads/master | 2023-03-16T05:33:18.183543 | 2020-02-23T19:05:22 | 2020-02-23T19:05:22 | 242,427,476 | 24 | 12 | Zlib | 2021-06-21T06:35:05 | 2020-02-22T23:36:49 | C++ | UTF-8 | C++ | false | false | 822 | h | #pragma once
#include "ck/core/platform.h"
#include "ck/core/types.h"
#include "ck/audio/effectprocessor.h"
namespace Cki
{
class RingModProcessor : public EffectProcessor
{
public:
RingModProcessor();
virtual void setParam(int paramId, float value);
virtual void reset();
virtual bool isInPlace() co... | [
"steve@focusmotion.io"
] | steve@focusmotion.io |
5081e4cf4ea4d139c7c1f858e03ae483bea3196f | 68a0b59c90bb592491fa97e6319929785ae198da | /1705040203-贾净霏/tw2.cpp | 92022440d8db0e30c601bfca97c95d510c1dc9a5 | [] | no_license | Jason-Chan-rain/Tasks | 519bbb672b23ff477f257d88095d35c0ab8a3786 | 8e4331e20f8ef5705d6e5b75c3e769c54ecd562a | refs/heads/master | 2020-07-21T05:35:07.042149 | 2019-11-15T16:33:05 | 2019-11-15T16:33:05 | 206,762,311 | 0 | 38 | null | 2023-07-05T08:57:00 | 2019-09-06T09:39:11 | Tcl | UTF-8 | C++ | false | false | 1,487 | cpp | #include "tw2.h"
#include "ui_tw2.h"
#include "math.h"
TW2::TW2(QWidget *parent) :
QDialog(parent),
ui(new Ui::TW2)
{
ui->setupUi(this);
}
TW2::~TW2()
{
delete ui;
}
//清空
void TW2::on_pbt_clear_clicked()
{
ui->lineEdit_bit->clear();
ui->lineEdit_cost->clear();
ui->lineEdit_need->clear();
... | [
"867301380@qq.com"
] | 867301380@qq.com |
b9920e27e6c836e1a0637b2b2edfa4ac31195f53 | eda846469628290cb411514662556c8042f0cc0f | /src/main.cpp | af1deed05739c844abdfe4cf0511c2c61955659a | [] | no_license | henriquenunez/synthwaver | 94c355fbea4b0470b8c9fba519b5ea1766ba9e0e | 9f82129086159d7712e27c9f748090bd6d93f377 | refs/heads/master | 2023-08-06T15:02:44.632194 | 2021-09-17T20:11:55 | 2021-09-17T20:11:55 | 399,918,713 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,820 | cpp | #include <vector>
#include <cmath>
#include <cstdlib>
#include <glad/glad.h>
#include <GLFW/glfw3.h>
// probably temporary
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
#include "util.h"
#include "surface.h"
#include "shader.h"
#include "terrain.h"
#define STB_IMAGE_... | [
"henrique.nunez@yahoo.com"
] | henrique.nunez@yahoo.com |
9fcae94ad739554941afe662ff4d68b453082bf0 | daffb5f31e4f2e1690f4725fad5df9f2382416e3 | /Problem/ACM_Central2019/Admirable Professor/main.cpp | bcd5a8099b0bb6af975e3f30474026e97fb7fcfc | [] | no_license | cuom1999/CP | 1ad159819fedf21a94c102d7089d12d22bb6bfa2 | 4e37e0d35c91545b3d916bfa1de5076a18f29a75 | refs/heads/master | 2023-06-02T01:57:00.252932 | 2021-06-21T03:41:34 | 2021-06-21T03:41:34 | 242,620,572 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,046 | cpp | #include <bits/stdc++.h>
#define ld long double
#define sf scanf
#define pf printf
#define pb push_back
#define PI ( acos(-1.0) )
#define IN freopen("input.txt","r",stdin)
#define OUT freopen("output.txt","w",stdout)
#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 INF... | [
"lephuocdinh99@gmail.com"
] | lephuocdinh99@gmail.com |
b9d615aa1e42420cfca55b30bad585202d23d407 | 1af1f8f18ef5b8e2218133f20aac1bbd0060ec55 | /CSound Editor/Source/Editor/Windows/Editors/CSoundControlWindow.h | af7146a7521c68c2b9a81869bee65b04d6c2088a | [] | no_license | ReDEnergy/3DSound-Prototypying | c589ba3a13b2a2bb7cd458faec0b4b1db1e969dc | 9e7c2daa09739460bd634f977d2f95f918ec338a | refs/heads/master | 2021-01-10T16:15:52.761219 | 2017-07-03T19:57:17 | 2017-07-03T19:57:17 | 49,384,240 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 818 | h | #pragma once
#include <Editor/Windows/Interface/DockWindow.h>
#include <Editor/Windows/Interface/QtInput.h>
#include <Editor/QT/Utils.h>
#include <Event/EventListener.h>
#include <unordered_map>
class CSound3DSource;
class CustomWidget;
class CSoundControlWindow
: public DockWindow
, public EventListener
{
publi... | [
"gabriel.ivanica@gmail.com"
] | gabriel.ivanica@gmail.com |
cafea00873d05d6774f888112495ff24d947e194 | da3763f5bef14e172ecc4b20ac026d4cb0cdbc15 | /programmers/hash_notdone.cpp | f566a7ac4e7b92a855f31c28fd736774fda24078 | [] | no_license | Jonghyun-K1m/Algorithm | 00560866364d696f7e8f80fec99f2f3d5fdd7330 | f375e070aff4ade87727f3a9d4cb556188d71340 | refs/heads/master | 2020-04-30T16:13:18.536621 | 2020-02-12T07:04:29 | 2020-02-12T07:04:29 | 176,942,280 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,393 | cpp | /*
https://programmers.co.kr/learn/courses/30/lessons/42579
hash 안에 최대,장르넣기까지완료
*/
#include <string>
#include <vector>
#include <map>
#include <iostream>
#include <algorithm>
using namespace std;
template<template<typename> class P=less>
struct compare_sec{
template<class T1,class T2> bool operator()
(const p... | [
"noreply@github.com"
] | noreply@github.com |
8a5b90edd5bc88fd2bf49129cacd5049504f35fe | 58f0f4c254237b00022142f3e0342cd56a6e333e | /include/pcl/Rotation.h | eea2dd6684b1cc1b696e3abc4faa9da940ffb819 | [
"LicenseRef-scancode-other-permissive"
] | permissive | cameronleger/PCL | fc7948e5a02a72c67c4b3798619d5d2b4a886add | a231a00ba8ca4a02bac6f19b6d7beae6cfe70728 | refs/heads/master | 2021-09-23T14:40:28.291908 | 2017-10-16T10:27:14 | 2017-10-16T10:27:14 | 109,534,105 | 1 | 0 | null | 2017-11-04T22:12:45 | 2017-11-04T22:12:44 | null | UTF-8 | C++ | false | false | 9,671 | h | // ____ ______ __
// / __ \ / ____// /
// / /_/ // / / /
// / ____// /___ / /___ PixInsight Class Library
// /_/ \____//_____/ PCL 02.01.07.0873
// ----------------------------------------------------------------------------
// pcl/Rotation.h - Released 2017-08-01T14:23:31Z
// -------------------... | [
"juan.conejero@pixinsight.com"
] | juan.conejero@pixinsight.com |
4bc76f190177f465f51b0a6ad358d2c430e178d3 | d7979da01af27362fe8197b2a82532a7a553918c | /src/validationinterface.cpp | 53c832bcfd53838c19663993c44afcf31ef86181 | [
"MIT"
] | permissive | faetos/QTCoin | c4fe3bbb98adf1dfae7d07caff2edaf0030fb3c5 | 89df4cd42fc0afb5adee142e045d2e2e08311402 | refs/heads/main | 2023-07-31T06:59:04.899487 | 2021-09-28T14:32:38 | 2021-09-28T14:32:38 | 367,925,858 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,838 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2017-2019 The quirkyturtcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "validationinte... | [
"faetos@yahoo.com"
] | faetos@yahoo.com |
8233cf514e94f34f38a522298c4f96bc969cd589 | 3e3d045e7ff0a06c48f9a7d8b0cd40d4eb53f934 | /Lab12/Lab12.cpp | b92a7b405c71b0cb1dc91a1283e5fc3e43e846a5 | [] | no_license | brendanoconnor913/CS201L | 594ec3134066ec589718c06f97627d3c3429b249 | fbc5aab64b82810b988cb9462601cb49391ca570 | refs/heads/master | 2020-12-31T06:46:19.826322 | 2016-04-26T03:23:20 | 2016-04-26T03:23:20 | 57,094,447 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,809 | cpp | // Brendan O'Connor
// 4/25/16
// Lab 12
#include <string>
#include <list>
#include <fstream>
#include <iostream>
using namespace std;
// use this function to fill the list that is passed with all the characters in the string passed
void fillList(list<char>& charlist, string stringadd) {
string::iterator strItr = s... | [
"brendan.oconnor.913@gmail.com"
] | brendan.oconnor.913@gmail.com |
483ebb90a098fa043015e4804c1fa788183b74e3 | d5b590377459dd3c75ea8895ccbe5ec97955a682 | /Clase4/main.cpp | c6be21d0e90c55ffae87d4c46325195ea40752e9 | [] | no_license | inigomanuel/Clase3 | 3ecb947f694e176039a28a3f8793498dc30fca1e | 780add8e04e56e97f66af43870096182624ee61e | refs/heads/master | 2021-01-23T08:09:56.679268 | 2017-04-25T03:51:28 | 2017-04-25T03:51:28 | 86,478,249 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,323 | cpp | #include <iostream>
using namespace std;
int main()
{
/*
//Crear un array en el que se puedan ingresar las variables para despues intercambiarlas por posicion
int score[4];
int temp1,temp2;
cout<<"Ingrese el valor de la primera posicion: "<<endl;
cin >> score[0];
cout<<"Ingrese el valor de la... | [
"ALUMNO-G@UCSP.AULAB"
] | ALUMNO-G@UCSP.AULAB |
5037eef702bd5205ed84f154946d66d686f37b83 | fd33f68da280006ecd3d6534b9afa1cfea2208db | /Tree/BinaryTreeToDLL/reverseinorder.cpp | 766e66cd610f394f2d51ff60cbaec7fa7ce9991d | [] | no_license | arnald999/gfg | 8252e8a4d002bc92a713c6eb0fb35d886059dfaf | 11497da0147c09e3f15a5d9674b2467618862fe3 | refs/heads/master | 2020-06-04T09:44:11.143520 | 2019-08-23T04:28:09 | 2019-08-23T04:28:09 | 191,972,536 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 852 | cpp | #include <iostream>
using namespace std;
class Node
{
public:
int data;
Node *left, *right;
Node(int n)
{
this->data = n;
this->left = this->right =NULL;
}
};
void printDLL(Node *&head)
{
Node *temp = head;
while(temp)
{
cout<<temp->data<<" ";
temp = temp->right;
}
}
void convert(Node *ro... | [
"arnaldmib@gmail.com"
] | arnaldmib@gmail.com |
454a4487142c67231b031c9a2d1e37f59346c5f5 | db9e2f88ca8069cf947bf409576274ce911a2263 | /test/test_annoy.cpp | a8546c90585eea52300943c41b5a449d7a950acc | [] | no_license | zyzhou1028/face-detection | b02e2c5f2b8df7d6905a272cad518d2caf4313d3 | 1112dd6335a33f6105e1e7a149e666a2fba054a5 | refs/heads/master | 2023-03-16T21:36:51.420335 | 2019-11-04T03:05:27 | 2019-11-04T03:05:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,324 | cpp | #include <iostream>
#include <iomanip>
#include "third_party/annoy/annoylib.h"
#include "third_party/annoy/kissrandom.h"
#include <chrono>
#include <algorithm>
#include <map>
#include <random>
#include <fstream>
#include "util/string_utils.h"
const int kDims = 512;
typedef AnnoyIndex<int, float, Angular, Kiss64Random>... | [
"freebuf@icloud.com"
] | freebuf@icloud.com |
c8fff6f2bf966a6e8fb9a8dd26e8aeb10d316f6a | 41dc3e18de7d1f31e1ccbbe676d6326210045588 | /cpp_primer/chap13/ex13.27.cc | a5caf808a2de49830175f2a956067d05acc189c1 | [] | no_license | axiomiety/crashburn | 372dcfad57a078e4caf7b22d7ae6038162cf4ffb | eff78ed020c1ce309b7cf6e53dd613e7d9f259ef | refs/heads/master | 2023-09-01T00:53:08.969794 | 2023-08-30T11:23:32 | 2023-08-30T11:23:32 | 7,456,861 | 3 | 1 | null | 2023-02-11T10:44:01 | 2013-01-05T15:39:22 | Jupyter Notebook | UTF-8 | C++ | false | false | 1,330 | cc | #include <iostream>
#include <fstream>
#include <deque>
#include <list>
#include <sstream>
#include <string>
#include <vector>
#include <forward_list>
#include <stdexcept>
#include <map>
#include <initializer_list>
#include <cstdlib>
#include <memory>
#include <algorithm>
#include <iterator>
#include <functional>
#incl... | [
"axiomiety@gmail.com"
] | axiomiety@gmail.com |
f96034733cd8f1925252bb0da2e5c41a060bb176 | bb0eb3f045b550d4336dd90108241f8d05764db4 | /client_widgets/jsonreader.cpp | fb4cd0800d9cb7e86dba036d58a04b2e4ad895f0 | [] | no_license | Slavjan/QTester_client | 5e70785a0ae06fcdc3d4773e315f494345e9ef8c | 3f681a77fb0f5c8029cc5440d77d3bff3af9a349 | refs/heads/master | 2020-06-05T11:39:57.348231 | 2015-06-28T18:23:02 | 2015-06-28T18:23:02 | 33,740,731 | 4 | 3 | null | 2015-07-13T20:40:59 | 2015-04-10T17:15:04 | C++ | UTF-8 | C++ | false | false | 88 | cpp | #include "jsonreader.h"
JsonReader::JsonReader()
{
}
JsonReader::~JsonReader()
{
}
| [
"khaidayev@gmail.com"
] | khaidayev@gmail.com |
44840b364204c57aa97929d96a4ae6bf899d3ebc | c042823c7d6d71cac69652f206fb4e19fde10f62 | /Dynamic Programming/Cpp/2156.cpp | 1d7f53bec61ef6a01c69dbffc1968545900b42bf | [] | no_license | ASPrimeK/baekjoon_Algorithm | b0a4e8f7a867f0829b2f65a78a741d67a4b2c6c1 | ef417552f78c7112ec0ae41e159ccd7415c0d5fe | refs/heads/master | 2022-12-01T15:27:48.246395 | 2020-08-07T15:51:23 | 2020-08-07T15:51:23 | 280,978,193 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 511 | cpp | // 포도주 시식
#include <iostream>
#include <vector>
using namespace std;
int max(int a, int b) {
return a > b ? a : b;
}
int main() {
int n;
cin >> n;
vector<int> wine(n + 1, 0);
vector<int> d(n + 1, 0);
for (int i = 1; i <= n; i++)
cin >> wine[i];
d[1] = wine[1];
d[2] = wine[1] + wi... | [
"kyw6541@naver.com"
] | kyw6541@naver.com |
875b742fa11288008649526ba1b3b19a8ba9df2e | 9b5e5c6f1f35352b17624de9cca17ca368a1649d | /src/util/PrimeModuli.h | ee43e599ef510a4839a1195fe3fa61ed47861b7e | [] | no_license | etremel/pddm | 40aaeec0bb744de2e107f1d5e18790414ae0f5cc | 98c3e326bdbcb4630dbf20a84484ea08adb42400 | refs/heads/master | 2021-05-01T07:57:58.268926 | 2017-11-07T23:17:15 | 2017-11-07T23:17:15 | 59,692,040 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 7,558 | h | /*
* PrimeModuli.h
*
* Instead of storing these in a text file I have to read in at runtime,
* why not just store them in a text file I can read at compile-time?
*/
#pragma once
#include <array>
namespace pddm {
namespace util {
//Ugh, why do I have to redundantly declare the size when I'm initializing with a ... | [
"edward@cs.cornell.edu"
] | edward@cs.cornell.edu |
f66c468d00d3d899ae928d80c0a79c4faef65ffb | f4d99a557af8ae78fb8d611486e01dbf9fd622ce | /core/inc/FL_Searcher.h | 4b86da3a0f2871268e5a736f093ed22a103ef8d6 | [] | no_license | drewag/Flurry | 2af54d244c06d978d1fd6a3ce8446636a9dbabf1 | b9af201d80275622b040698508922b762a256953 | refs/heads/master | 2020-03-30T05:27:55.763760 | 2012-03-16T04:03:22 | 2012-03-16T04:03:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,358 | h | #ifndef FL_Searcher
#define FL_Searcher
#include <boost/signals2.hpp>
namespace Flurry
{
class ObjectList;
class Searcher
{
public:
//! Signal for when the search finishes
typedef boost::signals2::signal<void
(
const Searcher &searcher, //!< Searcher that has finished
... | [
"andrew@digitalassertion.com"
] | andrew@digitalassertion.com |
e66712ef795b5f0d9b4d63ecf80ff6deb3362ef6 | 46f202a907069388c60f239d3fb0be77cb114ea9 | /include/tensorflow/cc/ops/boosted_trees_ops_internal.h | 3c26f0bf2607e8020f44f8e721480c0520a31607 | [] | no_license | bradosia/mingw-w64-x86_64-static-tensorflow | 6cb7bfb76095bd028c49eb20826e0978a85abd62 | 1db30d1f7dc440548cf03a58edd64193c945a692 | refs/heads/master | 2020-12-05T02:28:00.868831 | 2020-01-08T03:46:34 | 2020-01-08T03:46:34 | 231,981,314 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,190 | h | // This file is MACHINE GENERATED! Do not edit.
#ifndef C__USERS_USER_SOURCE_REPOS_TENSORFLOW_TENSORFLOW_CONTRIB_CMAKE_BUILD_TENSORFLOW_CC_OPS_BOOSTED_TREES_OPS_INTERNAL_H_
#define C__USERS_USER_SOURCE_REPOS_TENSORFLOW_TENSORFLOW_CONTRIB_CMAKE_BUILD_TENSORFLOW_CC_OPS_BOOSTED_TREES_OPS_INTERNAL_H_
// This file is MACH... | [
"bradosia@gmail.com"
] | bradosia@gmail.com |
e360ca1180244f82fbab92e800af6763f5d75caf | 938f3e093db0bd81f8543b5bb16ebb8486549596 | /DA_first_pass/ReachableConditions.cpp | 32beedd85364b6ef34dc5629b5b28edc6aded7c9 | [
"MIT"
] | permissive | SharmaNishant/rsia | 8328b07b3a4697caa53ca78f3b6dd6ce0bbe68f2 | 81aed5e25ebec67244db26f017f0acb2f974099f | refs/heads/master | 2021-01-12T04:59:06.145343 | 2016-12-21T21:19:44 | 2016-12-21T21:19:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,485 | cpp | //=- LiveVariables.cpp - Live Variable Analysis for Source CFGs ----------*-==//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"nishants1994@gmail.com"
] | nishants1994@gmail.com |
d68e5cb4a03280972ed928c740f14805406292c3 | f95a00fab4c2484d09072e31dd849c40665b8db6 | /servo.ino | aeaa5622f90e039b1e47db0bd0907c6e04f51e0f | [] | no_license | dorino24/RidhoRobotika | ccaeff81e35bcea279d421f8bf125a50da591914 | dc63add2497d6c36bdb768f292cc0119e3ddd23c | refs/heads/main | 2023-03-11T20:24:33.074274 | 2021-02-17T14:53:59 | 2021-02-17T14:53:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 237 | ino | #include <Servo.h>
Servo servo6;
void setup() {
servo6.attach(6);
}
void loop() {
int a=0 ;
for( a; a<=180;a++){
servo6.write(a);
delay(3);
}
for( a; a>=0;a--){
servo6.write(a);
delay(3);}
}
| [
"noreply@github.com"
] | noreply@github.com |
db14ad9ccc9b707e2f61475a8847a37480ff1ed7 | 07ded184c6748bd69690612bf540974d1550ca56 | /logger.h | f5ebd3955ab9c846f709ba834bd8a1cc37b66d99 | [] | no_license | MAAABBWZTGGE/Sol | e4a5b6ed32e4ba623b67f4f92e27d585b7fc8d0e | 8f3c9234ede3637ac36c646ee5006992fd0d1be7 | refs/heads/master | 2021-01-21T13:08:08.338276 | 2014-05-01T17:39:00 | 2014-05-01T17:39:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 274 | h | #ifndef LOGGER_H
#define LOGGER_H
#include <QFile>
#include <QDateTime>
#include <QDataStream>
#include <iostream>
class Logger
{
public:
Logger();
~Logger();
void log(QString s);
protected:
QFile *out;
QDataStream *datastream;
};
#endif // LOGGER_H
| [
"aloys.augustin@polytechnique.org"
] | aloys.augustin@polytechnique.org |
5b536a3717f6af970e50ac1f4614905a981f5861 | 83964e7fb41ee62e3084eef5d3deef07eecdd93e | /clang/lib/Lex/Preprocessor.cpp | 06e5685a8b674da3b3aeccf29e4eee1900f44346 | [
"NCSA",
"BSD-2-Clause"
] | permissive | pbb59/ScaffCC | e0bee9e5b16a6f145224ad6b0b6eb32adb026f95 | 7d28d310063d147930ec4705aa5ebdf94ea8e924 | refs/heads/master | 2020-09-23T04:43:54.059923 | 2019-12-19T03:59:22 | 2019-12-19T03:59:22 | 225,405,289 | 0 | 1 | BSD-2-Clause | 2019-12-02T15:17:37 | 2019-12-02T15:17:36 | null | UTF-8 | C++ | false | false | 24,747 | cpp | //===--- Preprocess.cpp - C Language Family Preprocessor Implementation ---===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"ajavadia@princeton.edu"
] | ajavadia@princeton.edu |
23c243b14c5f948b56335ad8eb52c1a5838f449f | f6d3073fd746a71cb00e8a0d5dc4f42732eca956 | /src/Memoria/Source/Memoria/Public/AbilityModifierPerkComponent.h | 86392fd80c3536a08e81c2d8c4567cd5e2682399 | [] | no_license | ditan96/rc-memoria | 95f8643e3ac5c1c55a4e6a910932c8e3e39f48b3 | a8c540dab55df000d7d2465ad650cd8dafdbef5f | refs/heads/master | 2022-11-05T15:46:16.783600 | 2019-11-20T04:13:49 | 2019-11-20T04:13:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 737 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "CharacterPerkComponent.h"
#include "AttributeModifier.h"
#include "AbilityModifierPerkComponent.generated.h"
/**
*
*/
UCLASS()
class MEMORIA_API UAbilityModifierPerkComponent : public UCh... | [
"freedomzelda_dc@hotmail.com"
] | freedomzelda_dc@hotmail.com |
e46765da64a54ebd4692d29175706be191a7798b | 6c73018006900a642e6925cc1d72ee41b9ebdb7c | /ESP8266/Print_IP_Address.ino | 2fd50c8b3047edd09a50a2b17774f7d177294564 | [] | no_license | porya-gohary/LabAssistant | 791313789ca0267711910dccc860be5c47526921 | 7c92b5a036b2660b836775c120697170b592e789 | refs/heads/master | 2021-11-18T20:10:37.580396 | 2021-08-29T14:32:13 | 2021-08-29T14:32:13 | 146,109,741 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,311 | ino | #include "ESP8266WiFi.h"
#include <ArduinoJson.h>
#include "ESP8266HTTPClient.h"
#include <string.h>
// WiFi parameters to be configured
const char* ssid = "[PORYA]";
const char* password = "-----";
String inputString = "";
int value1,value2;
void setup(void)
{
Serial.begin(115200);
// Connect to W... | [
"noreply@github.com"
] | noreply@github.com |
77f2a63b77befe9730ab92a5201365ef5201c1ed | 4217ad2034022e63967f936f0bc2c375df62d110 | /ABC15x/ABC153/b.cpp | 0fac386f1cb769da7f25a8762c684882d1d0be2e | [] | no_license | sealddr/MyAtCoder | 53b734124d08e479885274f4fd576d99683b50c8 | 3b9914115fd93503c04477233c5404a5f44f1378 | refs/heads/master | 2022-07-04T01:02:19.690485 | 2022-05-28T13:55:47 | 2022-05-28T13:55:47 | 239,226,855 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 422 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
#define rep(i, n) for(int i = 0; i < (n); ++i)
#define all(x) (x).begin(), (x).end()
#define dbg(x) cerr << #x << ": " << x << endl
int main() {
int h, n;
cin >> h >> n;
rep(i, n) {
int a;
cin >> a;
h -= a;
if(h <= 0)... | [
"mkadoshita@gmail.com"
] | mkadoshita@gmail.com |
b3fe811d57c93afafcb3c3bc02b01094c253cb4d | 1b8772e3fc0c986e28d48fccf383b626dd0b26a6 | /src/test.cpp | 9886c3e22c7a63d9cf173ff5fc0488c4e5672ebd | [] | no_license | jrtomps/SpecTclJson | d3aef5eb7ed058e5536676e8652dcd4c97a93e65 | 3b66d40bea50217029554690788fef78b57736f9 | refs/heads/master | 2021-01-10T19:54:17.278410 | 2016-01-15T16:22:29 | 2016-01-15T16:22:29 | 33,197,716 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 528 | cpp |
#include <string>
#include <iostream>
#include <fstream>
#include <json/json.h>
#include "JsonToTH1.h"
#include <TFile.h>
using namespace std;
using namespace Json;
int main() {
Value value;
{
std::ifstream file("../test2.json");
file >> value;
}
auto pHist = Converters::jsonToTH1(value);
{
... | [
"tompkins@nscl.msu.edu"
] | tompkins@nscl.msu.edu |
d47df6484272f6f32490e60263f0c3e27c030ce5 | 2817dd702b40a9cbb181a9acf0a1e5bc242c87e3 | /algorithms/RadioGatun/ref_main.cpp | 05b7c1a92f777b0ecc6c7dacb560048a35959979 | [
"LicenseRef-scancode-public-domain"
] | permissive | CryptoFanOrg/retter | c07767478ec1951bf7628fa9b94c6f7c50c7e409 | c2cf4ba0fcbc6dbca2aa106907f7a79f5c1cdec5 | refs/heads/master | 2020-04-09T20:50:19.817479 | 2017-03-06T20:42:16 | 2017-03-06T20:42:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,019 | cpp | /* RadioGatún reference code
* Public domain
* For more information on RadioGatún, please refer to
* http://radiogatun.noekeon.org/
*/
#include <cstdlib>
#include <ctime>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <math.h>
#include <sstream>
#include <vector>
#include "radiogatu... | [
"mail@maciejczyzewski.me"
] | mail@maciejczyzewski.me |
82785bf583401fe798aa40c7f4f2f8152103f66b | e24a366a7ac5dfb5975a468046c8626a9d56fa6d | /Obfuscator/Source/lib/Target/PowerPC/PPCRegisterInfo.cpp | 3d067aa8e621fe725f635ae0bf8d536d468a61bb | [
"MIT",
"NCSA"
] | permissive | fengjixuchui/iOS-Reverse | 01e17539bdbff7f2a783821010d3f36b5afba910 | 682a5204407131c29588dd22236babd1f8b2889d | refs/heads/master | 2021-06-26T17:25:41.993771 | 2021-02-11T10:33:32 | 2021-02-11T10:33:32 | 210,527,924 | 0 | 0 | MIT | 2021-02-11T10:33:33 | 2019-09-24T06:26:57 | null | UTF-8 | C++ | false | false | 45,023 | cpp | //===-- PPCRegisterInfo.cpp - PowerPC Register Information ----------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"374619540@qq.com"
] | 374619540@qq.com |
ff572c3d9d9583fd3689fed698bc48ddde090886 | d0fb46aecc3b69983e7f6244331a81dff42d9595 | /drds/src/model/DescribeDrdsSqlAuditStatusRequest.cc | 8d587b1a03c1b50218096181ae1916644fde2dca | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-cpp-sdk | 3d8d051d44ad00753a429817dd03957614c0c66a | e862bd03c844bcb7ccaa90571bceaa2802c7f135 | refs/heads/master | 2023-08-29T11:54:00.525102 | 2023-08-29T03:32:48 | 2023-08-29T03:32:48 | 115,379,460 | 104 | 82 | NOASSERTION | 2023-09-14T06:13:33 | 2017-12-26T02:53:27 | C++ | UTF-8 | C++ | false | false | 1,601 | cc | /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
c53e6928ce63660b606bdc6a69a656228ad98777 | b57d949784e6b1e7d87f8a35c561694ac7d9fc0a | /0-99/46. Permutations.cpp | 51e18d96809ac31d938aeb94afe1808b73652847 | [] | no_license | CandiceD17/Leetcode-Everyday | 21745dbe0120c9dbd4e023a840b555cc31168686 | 2e4bc7d0126997ef7695bda3daa26906bbafd7b8 | refs/heads/master | 2023-08-05T06:11:08.709065 | 2023-07-31T07:59:45 | 2023-07-31T07:59:45 | 195,782,272 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,652 | cpp | Using recursion, push back all the possible solutions:
class Solution {
public:
void recur(vector<int> nums, vector<vector<int>>& result, vector<int> temp){
if(nums.size()==0){
result.push_back(temp);
return;
}
for(int i=0; i<nums.size(); i++){
int number... | [
"noreply@github.com"
] | noreply@github.com |
57d22dc976b3ff0efaff5f71942e6658077beaa5 | a7a369fe4a73b2ee8a043b1ff15ed56ee1b1d292 | /src/server/game/Server/Protocol/Handlers/BattleGroundHandler.cpp | 15d30edb813283664055f30ba4b1a5b879afe157 | [] | no_license | cooler-SAI/ServerMythCore | de720f8143f14fb0e36c2b7291def52f660d9e1a | bd99985adca0698b7419094726bdbce13c18740c | refs/heads/master | 2020-04-04T21:27:04.974080 | 2015-06-22T14:06:42 | 2015-06-22T14:06:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 33,213 | cpp | /*
* Copyright (C) 2008 - 2011 Trinity <http://www.trinitycore.org/>
*
* Copyright (C) 2010 - 2013 Myth Project <http://mythprojectnetwork.blogspot.com/>
*
* Myth Project's source is based on the Trinity Project source, you can find the
* link to that easily in Trinity Copyrights. Myth Project is a private commun... | [
"humbertohuanuco@gmail.com"
] | humbertohuanuco@gmail.com |
f9643bd7d39d306c424168d3f9087fbfb81fb920 | 8380b5eb12e24692e97480bfa8939a199d067bce | /FlexiSpy/Symbian/Trunk/CodeBase/src/ServConnect/src/HttpConnect.cpp | 4eecc6ff7ad67a779078b93f57168236f7db0a6b | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | RamadhanAmizudin/malware | 788ee745b5bb23b980005c2af08f6cb8763981c2 | 62d0035db6bc9aa279b7c60250d439825ae65e41 | refs/heads/master | 2023-02-05T13:37:18.909646 | 2023-01-26T08:43:18 | 2023-01-26T08:43:18 | 53,407,812 | 873 | 291 | null | 2023-01-26T08:43:19 | 2016-03-08T11:44:21 | C++ | UTF-8 | C++ | false | false | 16,496 | cpp | #include "ServConnectMan.h"
#include "Logger.h"
#include "AccessPointInfo.h"
#include "GlobalConst.h"
#include <http\RHTTPConnectionInfo.h>
#include <HttpStringConstants.h>
#include <http\rhttpheaders.h>
#include <Uri8.h>
#include <CHTTPFormEncoder.h>
#include <HttpStringConstants.h>
#include <es_enum.h>
#... | [
"rui@deniable.org"
] | rui@deniable.org |
eb6a591823d31bb624672d393b9a90c1ccc3f13d | 3f3095dbf94522e37fe897381d9c76ceb67c8e4f | /Current/InputCore.hpp | 161ecf5103cbdfa24c60e942a79c832c06dfa0e6 | [] | no_license | DRG-Modding/Header-Dumps | 763c7195b9fb24a108d7d933193838d736f9f494 | 84932dc1491811e9872b1de4f92759616f9fa565 | refs/heads/main | 2023-06-25T11:11:10.298500 | 2023-06-20T13:52:18 | 2023-06-20T13:52:18 | 399,652,576 | 8 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 187 | hpp | #ifndef UE4SS_SDK_InputCore_HPP
#define UE4SS_SDK_InputCore_HPP
#include "InputCore_enums.hpp"
struct FKey
{
FName KeyName;
};
class UInputCoreTypes : public UObject
{
};
#endif
| [
"bobby45900@gmail.com"
] | bobby45900@gmail.com |
af4ad313eab26bfbcb345097b4e51899acf8af5d | 02b32222c789c6f6271ee2da32b0e13c83c90b16 | /build-train-tickets2-Desktop_Qt_5_9_8_MinGW_32bit-Debug/ui_buytickets.h | e2a9d2def94b41289597351c70bfaf322550bd6a | [] | no_license | 919106840343/train-tickets | 1cfd378797a637ee0027f41bce8e76de0c84aba6 | 273cea99011d3ced236366d2193db33260bc1eb3 | refs/heads/master | 2022-12-09T23:35:39.193656 | 2020-09-17T00:12:50 | 2020-09-17T00:12:50 | 292,449,851 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,014 | h | /********************************************************************************
** Form generated from reading UI file 'buytickets.ui'
**
** Created by: Qt User Interface Compiler version 5.9.8
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
****************************************... | [
"70641021+919106840343@users.noreply.github.com"
] | 70641021+919106840343@users.noreply.github.com |
30973fbe921f3a76d47670eee1afe1b968fe4a08 | b1f458df2c0ae6b56baa328276359ba09f1acbca | /ZEnginePlus/zeMapGenerator.cpp | 9bc809b8daf2138b2e80e351007d50403cfd7bd7 | [] | no_license | cesarvr/ZEnginePlus | 8dae6733bfd6472ce865785592124dc88faad7d7 | a5644f5f8bb63c1cbfff113d3a9e4c47e751439f | refs/heads/master | 2016-09-06T15:22:42.823039 | 2013-09-26T22:55:23 | 2013-09-26T22:55:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 658 | cpp | //
// zeMapGenerator.cpp
// ZEnginePlus
//
// Created by Cesar Luis Valdez on 26/09/13.
// Copyright (c) 2013 Cesar Luis Valdez. All rights reserved.
//
#include "zeMapGenerator.h"
void zeMappGenerator::generarMapa(){
terreno = zeTerreno();
voxels.push_back(terreno);
}
std::vector<zeVoxel... | [
"cesarv01@gmail.com"
] | cesarv01@gmail.com |
58bb78fba719584e48b06abb25f734a6fba5034e | bc4e2990dfdea4c38cf4e7dd8b895601ba1441d5 | /IGC/Compiler/ModuleAllocaAnalysis.cpp | 8dd146eb93fde36013e0ffe59d30bbc3d2a079f8 | [
"MIT"
] | permissive | gmadsciencelab/intel-graphics-compiler | 28745989bcf8d6fe57c7a6225353296ea43f493c | a440a58c9aa1905d1ae7b4f4a2ffced82c8e3955 | refs/heads/master | 2023-08-27T14:59:07.675393 | 2021-10-05T10:31:12 | 2021-10-05T17:12:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,561 | cpp | /*========================== begin_copyright_notice ============================
Copyright (C) 2021 Intel Corporation
SPDX-License-Identifier: MIT
============================= end_copyright_notice ===========================*/
#include "ModuleAllocaAnalysis.hpp"
#include "Compiler/Optimizer/OpenCLPasses/KernelArgs... | [
"sys_igcbot@intel.com"
] | sys_igcbot@intel.com |
54222f0a0f0f4661c6321bd5124614c90632cfcb | 45e0fbd9a9dbcdd4fbe6aaa2fdb2aed296f81e33 | /FindSecret/Classes/Native/mscorlib_System_Predicate_1_gen1425110972.h | 653cfa69ab2fa170d1390bd16e288d6bc183936f | [
"MIT"
] | permissive | GodIsWord/NewFindSecret | d4a5d2d810ee1f9d6b3bc91168895cc808bac817 | 4f98f316d29936380f9665d6a6d89962d9ee5478 | refs/heads/master | 2020-03-24T09:54:50.239014 | 2018-10-27T05:22:11 | 2018-10-27T05:22:11 | 142,641,511 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 785 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_MulticastDelegate157516450.h"
// ZGGame.AssetLoadData
struct AssetLoadData_t599816848;
// System.IAsyncResult
struct IAsyncResult_t767004451;... | [
"zhangyide@9fbank.cc"
] | zhangyide@9fbank.cc |
6a0a93e90fa736ede9ddff618643440f94711864 | 72f478afab5adbaa45469d478c9f6e1c435fa3ae | /C/Small Code/求素数.cpp | 7fc769dec54ac116f540618ec2d8a206cc45d27b | [] | no_license | yang1955316899/Code | fb4483336c06a8b15e370ef0f1e50bc5f13160fc | 32faab7b133e9ab2d41fff95a139e32027665933 | refs/heads/master | 2023-08-10T01:28:40.715682 | 2021-09-17T02:45:06 | 2021-09-17T02:45:06 | 324,745,656 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 332 | cpp | #include <stdio.h>
int main(){
int step,end,i,temp;
scanf("%d",&end);
int *list = (int *)malloc(end * sizeof(int));
memset (list,1,sizeof(int)*end);
for (i = 2;i <= end;i++)
{
if (list[i]){temp = 2*i; while(temp < end){list[temp] = 0;temp += i;}}
}
for (i = 2;i <= end;i++) if(list[i]) printf("%d ",i);
re... | [
"1955316899@qq.com"
] | 1955316899@qq.com |
443950e066537f09fca653ee2baa019e4e34db51 | c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64 | /Engine/Source/ThirdParty/CEF3/cef_binary_3.3071.1611.g4a19305_windows32/include/base/cef_bind_helpers.h | dde1d0dc09fafcaa91d3ceadb3e54d40b3b252a1 | [
"MIT",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-unknown",
"BSD-3-Clause"
] | permissive | windystrife/UnrealEngine_NVIDIAGameWorks | c3c7863083653caf1bc67d3ef104fb4b9f302e2a | b50e6338a7c5b26374d66306ebc7807541ff815e | refs/heads/4.18-GameWorks | 2023-03-11T02:50:08.471040 | 2022-01-13T20:50:29 | 2022-01-13T20:50:29 | 124,100,479 | 262 | 179 | MIT | 2022-12-16T05:36:38 | 2018-03-06T15:44:09 | C++ | UTF-8 | C++ | false | false | 19,770 | h | // Copyright (c) 2014 Marshall A. Greenblatt. Portions copyright (c) 2011
// Google Inc. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain t... | [
"tungnt.rec@gmail.com"
] | tungnt.rec@gmail.com |
6bbfc1dc0abf775bd5a1d3afcac2e8198a97aed6 | 108b117b7780dda5aaa3637d3e135375fb91bd2e | /sstd_mat_r.hpp | 221ac872c0fc5bc56e38b9dfb66d9d917d36411f | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-public-domain"
] | permissive | admiswalker/blog_2019_04_matCR | edba1eba03e9b56ef5b3317dc481c1df3cac94bb | d30667f8a0b70bf58a7b6001b61544502117c3a6 | refs/heads/master | 2020-05-07T19:12:54.289178 | 2019-04-11T14:18:14 | 2019-04-11T14:18:14 | 180,803,073 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,441 | hpp | #pragma once
#include <initializer_list>
//-----------------------------------------------------------------------------------------------------------------------------------------------
typedef unsigned int uint;
//-----------------------------------------------------------------------------------------------------... | [
"admiswalker@gmail.com"
] | admiswalker@gmail.com |
e52d382d9d7e121d9d6ecbd5ba9c21db28b1c1c0 | 27342331090a84dbfe2a36eab73123031144255c | /218ex2.cpp | 3aba3a6b1507af94dd0ff293837f511f7ed5c963 | [] | no_license | habib-e/cpp-code | 4d2423f9e78a09d19dd92d2fdc14a9e8c0dd93e1 | 88d66e01915e04fd36712e2258034278bc1306a5 | refs/heads/master | 2021-07-14T11:03:56.879738 | 2021-02-06T21:09:17 | 2021-02-06T21:09:17 | 231,778,706 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 849 | cpp | #include<bits/stdc++.h>
using namespace std;
class coord
{
int x,y;
public:
coord()
{
x=0;
y=0;
}
coord(int i,int j)
{
x=i;
y=j;
}
void get_xy(int &i,int &j)
{
i=x;
j=y;
}
friend coord operator *(coord obj1,... | [
"noreply@github.com"
] | noreply@github.com |
87698891d201144ca0bc3b021d22603b992733e3 | 4aca28eea1be44a243a73112ca616eb2b149c84f | /git数据结构/实验1:顺序表的建立和运算/实验1 顺序表的建立和运算-源.cpp | 4c1f427407b13d498090f5571763fa86daa5c376 | [] | no_license | RuYunW/homework_code | 3e343265d1f0ea8a0a71d10efae2b2bb453412e1 | 6e1d84b512ddfa27ee0d4ed25b8e434cf3c15257 | refs/heads/master | 2020-03-31T05:01:20.223336 | 2019-03-03T07:02:32 | 2019-03-03T07:02:32 | 151,929,882 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,846 | cpp | /*
1、建立一个顺序表,输入n个元素并输出;√
2、查找线性表中的最大元素并输出;√
3、在线性表的第i个元素前插入一个正整数x;√
4、删除线性表中的第j个元素;√
5、将线性表中的元素按升序排列;√
*6、将线性表中的元素就地逆序(只允许用一个暂存单元);√
*/
#include<stdio.h>
#define N 10
//快速排序函数
void Quick_sort(int a[], int left, int right)
{
int i = left, j = right;
int temp;
int pivot;//基准点
pivot = a[(left+right) / 2]; ... | [
"42913632+RuYunW@users.noreply.github.com"
] | 42913632+RuYunW@users.noreply.github.com |
9f939db22349ccbf0bdcdd807b204bd35588ea08 | c46edadfec2eb6acf3a19121e624d371df311c81 | /core/scheduler.hpp | a76980b0ff390d0c1d47ccd0a1e1f38918067534 | [] | no_license | datengx/dbus-example | 634b7b7c3a997aa7f0ad5695793b97380f400ca3 | df02b2716de3934f4d2f3014912cbae827e8cd21 | refs/heads/master | 2021-01-22T11:27:32.597124 | 2017-06-25T23:26:41 | 2017-06-25T23:26:41 | 92,694,055 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,795 | hpp | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/**
* Copyright (c) 2014-2017, Regents of the University of California,
* Arizona Board of Regents,
* Colorado State University,
* University Pierre & Marie Curie, Sorbonn... | [
"da_teng0702@hotmail.com"
] | da_teng0702@hotmail.com |
a972456721b76af0aa75e919b3312c1c772f04cd | d7660e54ac9a10f423abbe5fe0a2ad722ea50375 | /polarfly/booksim/src/networks/anynet.hpp | e4056441a1caa0ad83dcd14fc418f00e066162ff | [
"BSD-2-Clause",
"MIT"
] | permissive | IntelLabs/PolarFly | 753e131a889691994792694325b0cbe3b84808c8 | 015a80d881e7ed7b6eb03ad845c3dd5a70485efe | refs/heads/main | 2023-04-13T13:16:27.230220 | 2023-03-02T19:06:09 | 2023-03-02T19:06:09 | 528,958,685 | 3 | 0 | MIT | 2023-03-02T19:06:11 | 2022-08-25T17:47:05 | C++ | UTF-8 | C++ | false | false | 5,655 | hpp | // $Id: anynet.hpp 5188M 2012-11-04 00:02:16Z (local) $
/*
Copyright (c) 2007-2012, Trustees of The Leland Stanford Junior University
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Redistribution... | [
"kartiklakhotia@gmail.com"
] | kartiklakhotia@gmail.com |
62b2c76dfd1b0a891fb7f5709693309b8dd2c000 | 8f796a14f2f3a8c3596cb1dc7d111cc773fa94e8 | /roomba_new_structure/src/roombatest.cpp | 14ee3a539c65eb97d96d2ab450e2b4d38b2fa1ac | [] | no_license | fraggytheundead/OC-Praktikum | a9663394db27826a75549e5c7dc2b3d6c04f784c | 723649a67ee8b9019c37a3dce5fdb007b6e70619 | refs/heads/master | 2021-01-18T10:47:24.536241 | 2009-11-12T19:52:44 | 2009-11-12T19:52:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,830 | cpp | /* ----------------------------------------------------------------------
* This file is part of the WISEBED project.
* Copyright (C) 2009 by the Institute of Telematics, University of Luebeck
* This is free software; you can redistribute it and/or modify it
* under the terms of the BSD License. Refer to bsd-licenc... | [
"lohse@informatik.uni-luebeck.de"
] | lohse@informatik.uni-luebeck.de |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.