blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ac1af45122b76a63d6179ccece41dd50c9088210 | ddee698f360e1d632b51b07e808f16d82240f5c4 | /rawtopng.cpp | 8c864df64c2be5268ec0dc2cfda3b55150366853 | [] | no_license | adityanarkar/Apertus-GSOC | 02a6f603ee405d25a6a28f61e2b595f83c6e9540 | 2a9b49a908bb951fcc17d292469872d0a4be20b3 | refs/heads/master | 2021-01-25T11:27:09.153502 | 2018-03-01T07:12:35 | 2018-03-01T07:12:35 | 123,396,338 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 968 | cpp | #include "lodepng.cpp"
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
int main () {
char filename[] = "portrait-gainx2-offset2047-20ms-02.raw12";
char pngflie[] = "output.png";
std::vector<unsigned char> image;
std::vector<unsigned char> png, pngcopy;
unsigned width, height;
width = 2048;
hei... | [
"adityanarkar@adityas-mbp.attlocal.net"
] | adityanarkar@adityas-mbp.attlocal.net |
54790058390a9beb5bdfcf72a04ffbe518a302a8 | 19907e496cfaf4d59030ff06a90dc7b14db939fc | /POC/oracle_dapp/node_modules/wrtc/third_party/webrtc/include/chromium/src/remoting/host/ipc_video_frame_capturer.h | 2ab0ce12c42ecba9cd49c13771132f47047d0405 | [
"BSD-2-Clause"
] | permissive | ATMatrix/demo | c10734441f21e24b89054842871a31fec19158e4 | e71a3421c75ccdeac14eafba38f31cf92d0b2354 | refs/heads/master | 2020-12-02T20:53:29.214857 | 2017-08-28T05:49:35 | 2017-08-28T05:49:35 | 96,223,899 | 8 | 4 | null | 2017-08-28T05:49:36 | 2017-07-04T13:59:26 | JavaScript | UTF-8 | C++ | false | false | 1,732 | h | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef REMOTING_HOST_IPC_VIDEO_FRAME_CAPTURER_H_
#define REMOTING_HOST_IPC_VIDEO_FRAME_CAPTURER_H_
#include "base/macros.h"
#include "base/memory/re... | [
"steven.jun.liu@qq.com"
] | steven.jun.liu@qq.com |
2d54de545ef0b23125303ae75ef475e69e6937e4 | 7028dfe62e25f109e06fdaa0e50ef2265d2de199 | /0-DP(gof-随书代码)/StructuralPattern/Facade/Facade.cpp | 9f3adde98500d56bbf7991283a36334f4c32259e | [
"MIT"
] | permissive | harkhuang/DesignPatternsCPlusPlus | e2e6f3efb293678d87ec968fe784591993e9114a | 6d22775a1a3901367ff11f1ed4554bc432ee8e1d | refs/heads/main | 2023-01-13T02:07:26.769742 | 2023-01-09T16:18:07 | 2023-01-09T16:18:07 | 306,831,516 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 786 | cpp | #include "Facade.h"
#include <iostream>
using namespace std;
Subsystem1::Subsystem1()
{
cout << "Subsystem1::Subsystem1()" << endl;
}
Subsystem1::~Subsystem1()
{
cout << "Subsystem1::~Subsystem1()" << endl;
}
void Subsystem1::Operation()
{
cout<<"Subsystem1 operation.."<<endl;
}
Subsystem2::Subsystem2(... | [
"shiyanhk@gmail.com"
] | shiyanhk@gmail.com |
16f48d74899402511d3ff6a0b8dd34aacdf86f50 | 536656cd89e4fa3a92b5dcab28657d60d1d244bd | /third_party/skia/gm/matrixconvolution.cpp | 5897ffb65de73f8b427315e3892c50375145a4b0 | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | permissive | ECS-251-W2020/chromium | 79caebf50443f297557d9510620bf8d44a68399a | ac814e85cb870a6b569e184c7a60a70ff3cb19f9 | refs/heads/master | 2022-08-19T17:42:46.887573 | 2020-03-18T06:08:44 | 2020-03-18T06:08:44 | 248,141,336 | 7 | 8 | BSD-3-Clause | 2022-07-06T20:32:48 | 2020-03-18T04:52:18 | null | UTF-8 | C++ | false | false | 6,107 | cpp | /*
* Copyright 2012 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "gm/gm.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkFont.h"
#include "include/c... | [
"pcding@ucdavis.edu"
] | pcding@ucdavis.edu |
197a4d84391510266e296a51b66ce2d1104b4fe3 | 5e8d200078e64b97e3bbd1e61f83cb5bae99ab6e | /main/source/src/protocols/energy_based_clustering/EnergyBasedClusteringOptions.hh | bd9fd945f4fbf5ba1f506b1baa45b2224f033ff4 | [] | no_license | MedicaicloudLink/Rosetta | 3ee2d79d48b31bd8ca898036ad32fe910c9a7a28 | 01affdf77abb773ed375b83cdbbf58439edd8719 | refs/heads/master | 2020-12-07T17:52:01.350906 | 2020-01-10T08:24:09 | 2020-01-10T08:24:09 | 232,757,729 | 2 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 7,063 | hh | // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
// vi: set ts=2 noet:
//
// (c) Copyright Rosetta Commons Member Institutions.
// (c) This file is part of the Rosetta software suite and is made available under license.
// (c) The Rosetta software is developed by the co... | [
"36790013+MedicaicloudLink@users.noreply.github.com"
] | 36790013+MedicaicloudLink@users.noreply.github.com |
27c0ab0b89428a39b2219aeb127d761da17a67dd | 23e92ad785073701154827666c2ca7c25906b0e5 | /code/cpp/strtok.cpp | be7778caf9c7a1f199bed54fdd7422bdbf288b02 | [] | no_license | luqitao/choudan | bee22e338a337cef30ea0c7c9a3f8a3250f894ff | c9ff42484b2c86602e0a90b97e0a0304f159095d | refs/heads/master | 2021-01-21T02:19:55.544995 | 2015-12-05T09:24:31 | 2015-12-05T09:24:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,151 | cpp | #include<iostream>
#include<cstring>
using namespace std;
char * __strtok;
char* mystrtok(char *s, const char *ct){
char *sbegin, *send;
sbegin = s ? s : __strtok;
if(!sbegin) // NULL
return NULL;
while(*sbegin == ' ' && *sbegin != '\0')
++sbegin;
if(*sbegin == '\0'){
... | [
"liuanaqi@gmail.com"
] | liuanaqi@gmail.com |
99cb824877cdafe3cbb951ff4a6a23560434da5c | bacb0dd13e7e6fd578095a8948e3831d4f47e805 | /spoj_poleval.cpp | 7ce2297a6dd7561aa678b5e11d840c9ff8320022 | [] | no_license | guluuu3/spoj | 95645bca27ec4163803cea99636f9877f79f930a | af273783470f7ac42c781e43949640026b455b69 | refs/heads/master | 2021-01-18T15:14:28.234260 | 2015-07-18T05:39:35 | 2015-07-18T05:39:35 | 39,065,906 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 930 | cpp | #include <iostream>
#include<bits/stdc++.h>
#include<math.h>
using namespace std;
long long int power(int a,int n)
{
if(n==0)
return 1;
else if(n%2==0)
return power(a,n/2)*power(a,n/2);
else return a*power(a,n/2)*power(a,n/2);
}
int main()
{
freopen("test.txt","r",stdin);
int n;
... | [
"guluuu3@gmail.com"
] | guluuu3@gmail.com |
4ef5b66e2f544edc67231b5dbe05e1d1c7b818eb | 2c713beef35146ea3add8abcdfb2d4ad1872a4ab | /Core/sheap.cpp | cb5ee6f42e636280f29aee6309a20d91d466b372 | [
"MIT",
"BSD-2-Clause"
] | permissive | radtek/soccer | 22dd520851f2ada7939c0b714d9cc6a88dc9fdea | 7bceea654b50c5c0e18effd38e79249bd295e0a4 | refs/heads/master | 2020-06-02T00:53:31.884646 | 2018-11-03T19:31:49 | 2018-11-03T21:37:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,235 | cpp | #include <Core/Core.h>
namespace Upp {
#ifdef UPP_HEAP
#include "HeapImp.h"
#define LLOG(x) // LOG((void *)this << ' ' << x)
inline void Heap::Page::Format(int k)
{
DbgFreeFill(Begin(), End() - Begin());
klass = k;
active = 0;
int sz = Ksz(k);
byte *ptr = End() - sz;
byte *b = Begin();
Fr... | [
"kozak000@gmail.com"
] | kozak000@gmail.com |
e34625bacffa4b85645605774dd0938011b645eb | 8c6c1dfb7db5796ad2de12b120d2475a2083c210 | /Course 1 - Algorithmic Toolbox/week1_programming_challenges/2_maximum_pairwise_product/max_pairwise_product.cpp | 8e13e34a55f77273bdbb1a2806b6908bfb2d1990 | [] | no_license | Varunsv/Coursera-Data-Structures-and-Algorithms-Specialization | d4104fff69b83f983a5f3d3894dbbf1b0e07ba98 | 920776d7912eea8a51fb099bff55212d367ae417 | refs/heads/master | 2023-02-09T04:42:28.212508 | 2019-09-03T09:59:08 | 2019-09-03T09:59:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,124 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
/*********************************
****** ******
*** Ayran Olckers ***
** week 1 **
** 06/2019 **
****** ******
**********************************/
//Getting an... | [
"w1654684@my.westminster.ac.uk"
] | w1654684@my.westminster.ac.uk |
0834354a39d75a7be299f1b470052178e46d68a9 | 284d8657b07536bea5d400168a98c1a3ce0bc851 | /xray/collision/sources/triangle_sphere_inline.h | 8874cefd86c7e8d1724456a637762d22f9c6ce2b | [] | no_license | yxf010/xray-2.0 | c6bcd35caa4677ab19cd8be241ce1cc0a25c74a7 | 47461806c25e34005453a373b07ce5b00df2c295 | refs/heads/master | 2020-08-29T21:35:38.253150 | 2019-05-23T16:00:42 | 2019-05-23T16:00:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,590 | h | ////////////////////////////////////////////////////////////////////////////
// Created : 03.03.2008
// Author : Konstantin Slipchenko
// Description : sphere - single triangle tests
////////////////////////////////////////////////////////////////////////////
#include <xray/collision/contact_info.h>
using xray:... | [
"tyabustest@gmail.com"
] | tyabustest@gmail.com |
387a52fc01a6481f21babe1bb5e510e6a9bb01de | 553c8ce71d408c6b9a40c7cc91305cbdc1643ad0 | /12-classes/Car/car.h | 09b3a42ee30cc5206c5568848f18372b5a13c83b | [] | no_license | nic-cs150-master/sp21-lecture | ea186f157a2ea1ccdabb703ba0beec1d5f01b93f | 4b645cf49bc8f91c9811de5ca451252eca79530c | refs/heads/main | 2023-07-09T13:55:32.622146 | 2021-08-16T20:09:48 | 2021-08-16T20:09:48 | 327,384,056 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 774 | h | #ifndef CAR_H
#define CAR_H
#include <string>
#include <iostream>
using namespace std;
class Car
{
public:
Car(int year=2021, string make="", int speed=0);
~Car(); // single and one destructor
// Car(); // default constructor
// Car(int year, string make, int speed);
// Car(int year);
// Car(... | [
"gabrieledcjr@gmail.com"
] | gabrieledcjr@gmail.com |
318e155018e2bcc37efac44b566a706421516336 | 9f253e6dd5809c780f2dc5b36bf91171bb2fd72e | /uva.onlinejudge.org/10519.cpp | 6bcc44efaf3fa40ddfcc6ad960ccb423492c265d | [] | no_license | mbikas/ACM | ab41bb3ea7c5402758bdc56c3109807c64537b3a | d4185d5168a1391d7989f9a947dfa65198b27df9 | refs/heads/master | 2021-01-18T19:33:58.990020 | 2016-10-27T08:00:03 | 2016-10-27T08:00:03 | 72,075,809 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,831 | cpp | #include<stdio.h>
#include<string.h>
#define swap(a,b) a^=b^=a^=b
#define sz 1000
void multiply(char a[],char b[],char result[]);
void add(char x[],char y[],char result[]);
void subtract(char x[],char y[],char result[]);
void reverse(char x[]);
long toint(char x);
long tochar(long x);
void main()
{
cha... | [
"mbikas2@uic.edu"
] | mbikas2@uic.edu |
2b71924d7520f912ef0ecd002bf55a34e9dba07c | 23ba742dbd55d9d2cef68e624f2d23e4fd76e8a3 | /src/saiga/opengl/rendering/lighting/light_manager.cpp | 8812cacbec7fc54dc2fd41407bf6228f11846c91 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | darglein/saiga | a4026b86e7397266e5036294a6435d85657f39ee | 7617871a8ccdde58847e4f6871bd527f32652a79 | refs/heads/master | 2023-08-17T03:33:44.387706 | 2023-08-15T14:54:47 | 2023-08-15T14:54:47 | 97,219,629 | 135 | 26 | MIT | 2023-02-13T16:24:21 | 2017-07-14T09:55:50 | C++ | UTF-8 | C++ | false | false | 4,094 | cpp | /**
* Copyright (c) 2020 Paul Himmler
* Licensed under the MIT License.
* See LICENSE file for more information.
*/
#include "light_manager.h"
#include "saiga/core/imgui/imgui.h"
namespace Saiga
{
void LightManager::Prepare(Camera* cam)
{
cam->recalculatePlanes();
active_point_lights.clear();
activ... | [
"darius.rueckert@fau.de"
] | darius.rueckert@fau.de |
3de95e71d15c1f6add197315bf1840c7a2a5ff9b | 72abc71d2a4e2034b5db6fc70e0e69ca8616d756 | /inputGenerator/round-robin.cpp | 85e24e6362357f0ee975a8f28a27ae4478d98bcb | [] | no_license | moulikbhardwaj/OSproject | 772ec3c3820ea76f8f62cf5e7e31df26142be813 | 8e63a4b044c99e5bfbc380ab9b2a033b984adc0e | refs/heads/master | 2022-11-21T08:00:38.823613 | 2020-07-24T08:15:24 | 2020-07-24T08:15:24 | 282,022,735 | 0 | 1 | null | 2020-07-24T04:44:38 | 2020-07-23T18:06:55 | C++ | UTF-8 | C++ | false | false | 798 | cpp | #include <bits/stdc++.h>
using namespace std;
struct process{
int arrivalTime;
int burstTime;
friend ostream & operator<<(ostream & out, process p){
out << p.arrivalTime << ' ' << p.burstTime;
return out;
}
};
int main(int argc, char** argv){
ofstream file(argv[1]);
file <... | [
"moulikbhardwaj@gmail.com"
] | moulikbhardwaj@gmail.com |
c0517488d38e590f5098176d84778092e62add11 | b88af1bf6ed92aababbc8423fe61607bffe9c9a6 | /src/dynamic_program/303_range_sum_query.hh | fa552e21d7d920f318243af22a070aa400d20dff | [] | no_license | long-gong/leetcode | 0d84b5213e4437e8334ac3920ccf364ef31bacaa | afc756dd881dfd1447e410668b2359f646d17753 | refs/heads/master | 2020-03-25T19:51:01.822018 | 2018-10-09T05:33:29 | 2018-10-09T05:33:29 | 144,103,293 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 701 | hh | //
// Created by saber on 8/18/18.
//
#ifndef LEETCODE_303_RANGE_SUM_QUERY_HH
#define LEETCODE_303_RANGE_SUM_QUERY_HH
/*
* Given an integer array nums, find the sum of the elements between indices i and j (i ≤ j), inclusive.
*/
#include <leetcode.h>
class RangeSumQueryBase {
protected:
std::vector<int> _nums;
p... | [
"gong.long@outlook.com"
] | gong.long@outlook.com |
fbfc2033b1bf4ed0b5c4947b5df8413e274a96ff | 6503b17794dee3001266f4cf50974df6a00b3686 | /src/iplayer/mad_decoder.h | 7f89786e22828bea063a5bdc8bd3a4c72ca34905 | [] | no_license | bitwiser73/player | 3ee418358edc7f31a629eee5a5650a7122d7cbe9 | 6aa9d72f2a6d0c5960bcb1efdbc82bf13bbb62f1 | refs/heads/master | 2020-04-17T12:56:48.536985 | 2019-01-19T21:47:44 | 2019-01-19T21:47:44 | 166,596,922 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,046 | h | #pragma once
#include "iplayer/i_decoder.h"
#include <atomic>
#include <functional>
#include <future>
#include <mutex>
#include "iplayer/track_info.h"
#include "iplayer/track_location.h"
struct pa_simple;
struct mad_header;
struct mad_pcm;
namespace ip {
class MadDecoder : public IDecoder {
public:
using Compl... | [
"bitwiser73@users.noreply.github.com"
] | bitwiser73@users.noreply.github.com |
0928332b84f14bae514b655496dcc141b3b495fb | 02bd50f2f724ba4014b1f065ea1e9f8945253e00 | /External/wxWidgets/src/msw/window.cpp | bd0053c2f41b88a63289c35ffd6b95f9ed211ca5 | [] | no_license | hiroki-repo/jpcsp2c | 30317b222eb998122a33aaa3cce16a8ebfc1a275 | 4a076794ea832467d94fae16498b4a6e75cd7939 | refs/heads/master | 2021-01-19T17:03:33.714699 | 2017-03-10T20:45:23 | 2017-03-10T20:45:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 218,018 | cpp | /////////////////////////////////////////////////////////////////////////////
// Name: src/msw/window.cpp
// Purpose: wxWindowMSW
// Author: Julian Smart
// Modified by: VZ on 13.05.99: no more Default(), MSWOnXXX() reorganisation
// Created: 04/01/98
// RCS-ID: $Id: window.cpp 53929 2008-06-02... | [
"giorgosmrls@gmail.com"
] | giorgosmrls@gmail.com |
3a2f151b1a8fa93a3b1f7ccbbb994aa39df3fa75 | 1d0adb03725890fad103fc6946e8629ad68b03ac | /atcoder/ABC008/A/main.cpp | f8ae465c5fc9c924094db783d1ff619c8bee9322 | [] | no_license | morix1500/atcoder | b4df0589dea93f69da9692c1712aabf2141a7e6d | 3183abe66fb19a1b258ea63223c3390cfaf972d1 | refs/heads/master | 2020-05-05T06:48:05.571434 | 2019-08-27T06:11:57 | 2019-08-27T06:11:57 | 179,801,951 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 119 | cpp | #include <bits/stdc++.h>
using namespace std;
int main() {
int s, t;
cin >> s >> t;
cout << t - s + 1 << endl;
} | [
"rade1500@gmail.com"
] | rade1500@gmail.com |
6cf003fb2420c164390039882f66ac0275514a6b | f8f4ff134e6bbdf37eb6783aaad06a2b2127c58d | /visa/common.cpp | 6e38485b89a4bb300ffb7d89db164284dbe99199 | [
"MIT"
] | permissive | luco2018/intel-graphics-compiler | 17fb6783e94df6dfdddf3663d2356de4a8f6e0be | a75a33de0e04c0fdf52c82ac8d77e4fe61bdb42e | refs/heads/master | 2020-03-19T12:42:30.790473 | 2018-06-07T17:13:18 | 2018-06-07T18:29:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,885 | cpp | /*===================== begin_copyright_notice ==================================
Copyright (c) 2017 Intel Corporation
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, includi... | [
"anupama.chandrasekhar@intel.com"
] | anupama.chandrasekhar@intel.com |
2489f3d2536b15587d3d57fb0684df2b0ddd23dd | 26f56a9f2d8c842ce3c465ed89ec37f7aef3b53a | /dfs/1613.cpp | 10c119e67f5060edec4aa2551b39a5adea30ce0e | [] | no_license | chewin9/algorithm | 5fb468bf9861d82b88e35c97946f351c3b4c04c0 | e3bfb5ec95038665e9cf6b42db0a828897bb5090 | refs/heads/master | 2023-02-26T12:01:39.578315 | 2021-02-02T12:34:13 | 2021-02-02T12:34:13 | 283,669,109 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 874 | cpp | #include<iostream>
#include<vector>
using namespace std;
#define INF 1e9
int n, k, s;
int arr[402][402];
int main() {
scanf("%d %d", &n, &k);
int a, b;
for (int i = 0; i < k; i++) {
scanf("%d %d", &a, &b);
arr[a][b] = 1;
}
for (int i = 1; i < n + 1; i++) {
for (int j = 1; j < n + 1; j++) {
if (arr[... | [
"37531506+chewin9@users.noreply.github.com"
] | 37531506+chewin9@users.noreply.github.com |
e7ef3839a2760bd43739e5fdce053e35d72c30c9 | 49d52795c61d931e394d0b23367b374b7408101b | /Completed/DataManager.h | 1b1235106d8de03f5d14abbf168a6425aeb5e60e | [] | no_license | TioMinho/SeMI_PDV | 42ee1b1276bcadb87055396c839a32c28dfc2acb | d263d2e2a24ab14e14f0bb6e683ec448cdadd8af | refs/heads/master | 2021-01-12T16:15:23.340357 | 2016-10-27T04:39:22 | 2016-10-27T04:39:22 | 71,960,019 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,009 | h | #ifndef _DATAMANAGER_H_
#define _DATAMANAGER_H_
#include <iostream>
#include <fstream>
#include <string>
#include <vector>
using namespace std;
class DataManager {
private: // Atributos
ofstream escrita; // Objeto utilizado para escrever no arquivo "txt"
ifstream leitura; // Objeto utilizado para lei... | [
"minhotmog@gmail.com"
] | minhotmog@gmail.com |
a6b92a2e3a5ce75a700e7469a7cdfb0c72b9c109 | 15158b5d15742b4eb6830b06f5c3d3b4bdc68893 | /dialogurl.h | d860d17f644133c369854b8341d365ec5e40dfff | [] | no_license | mgou123/HTYMediaPlayer | fa14114b31e870e132050de4b492b8a4b34829ea | 554927a8738cce88066afab3db985b730c29e945 | refs/heads/master | 2023-02-06T19:16:59.298535 | 2020-12-29T04:08:12 | 2020-12-29T04:08:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 276 | h | #ifndef DIALOGURL_H
#define DIALOGURL_H
#include <QDialog>
namespace Ui {
class DialogURL;
}
class DialogURL : public QDialog
{
Q_OBJECT
public:
explicit DialogURL(QWidget *parent = 0);
~DialogURL();
Ui::DialogURL *ui;
private:
};
#endif // DIALOGURL_H
| [
"sonichy@163.com"
] | sonichy@163.com |
1389752312194a94e684a65d07412ea7eb6cb747 | fe3d0999a411422fdc5ae8ab5631a5c170d1d962 | /acm/shuoj/1939.cpp | bdce6d62c231eb65d17bbc351f2acc5bab92da5e | [
"MIT"
] | permissive | randoruf/cpp | 7063feb1ea72d59902c5ad1b5f82ed161125a593 | c28bdb79ecb86f44a92971ac259910546dba29a7 | refs/heads/master | 2023-03-18T11:28:24.573297 | 2016-08-01T17:56:29 | 2016-08-01T17:56:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,260 | cpp | #include <iostream>
#include <sstream>
#include <ios>
#include <iomanip>
#include <functional>
#include <algorithm>
#include <vector>
#include <string>
#include <list>
#include <queue>
#include <deque>
#include <stack>
#include <set>
#include <map>
#include <cstdio>
#include <cstdlib>
#include <cmath>
#include <cstring... | [
"18717899732@163.com"
] | 18717899732@163.com |
77029339f29d5bd875a797b0ed313a6f891d73d7 | 58dd0fe196ccd2738603a03b992bb99816a562bc | /c++/fib3/fib3/IntDynArray.cpp | 37d330a3b53289b8b8ac111f5e60a91cefe0e47c | [] | no_license | bdpoagdorado1/BrandyProjects | 3db999ff55d209ce14ff29008e7a74bfe63443e7 | 2182dddcfb85bbd4437989d7459cdb5ffbfff6e7 | refs/heads/master | 2021-01-10T21:17:11.410724 | 2014-05-19T15:04:30 | 2014-05-19T15:04:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,504 | cpp | // File: IntDynArray.cpp
// Name: Brandy Poag
#include <iostream>
#include "IntDynArray.h"
std::ostream & operator<<(std::ostream & out, IntDynArray & a)
{
out << '[';
for (int i = 0; i < a.get_size(); i++)
{
out << a[i];
if (i != a.get_size() - 1)
{
out << ", ";
}
}
out... | [
"bdpoagdorado1@cougars.ccis.edu"
] | bdpoagdorado1@cougars.ccis.edu |
04c57ccb899493d63bb27b484da0ce11ee6ca612 | eb7eee925b47cc049932eb290d86013bd5341762 | /DdsTextureResource.cpp | a552705bea993be40b1e7aef060aab11472474ef | [] | no_license | woutervmertens/PlatDev02UnitTest | a1cfed54ad4405e5d224a9907d1e54953d870f8c | 12ccba17d34931440dd990bc419b3ca228506a90 | refs/heads/master | 2020-01-23T22:05:12.228129 | 2016-11-23T22:05:06 | 2016-11-23T22:05:06 | 74,614,598 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 381 | cpp | #include "stdafx.h"
#include "DdsTextureResource.h"
DdsTextureResource::DdsTextureResource(ID3D11Resource* pTexture, ID3D11ShaderResourceView* pTextureShaderResourceView):
m_pTexture(pTexture),
m_pTextureShaderResourceView(pTextureShaderResourceView)
{
}
DdsTextureResource::~DdsTextureResource(void)
{
SafeReleas... | [
"wouter.mertens@student.howest.be"
] | wouter.mertens@student.howest.be |
5ebdec63e41661a0e83229efbaf42ff52b9bd9c5 | b4f1914b349b697e6fb2f34fc98f8c3b0fdb7a9a | /DX2017/Chapter 12 The Compute Shader/Blur/Blur.cpp | 5503ba8bd41c1a71b09ba8d55e527fb4750e16fd | [] | no_license | Eversee22/FCodes | c60098ef068d40e82da67446a89892afdf504706 | 8860f76c7a906ea0e4d43bc2a5372fb77bb6d1a7 | refs/heads/master | 2020-04-23T06:41:30.298963 | 2020-04-14T12:58:54 | 2020-04-14T12:58:54 | 170,981,895 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 24,260 | cpp | //***************************************************************************************
// Blur.cpp by Frank Luna (C) 2011 All Rights Reserved.
//
// Uses the compute shader to blur a texture. Also demonstrates render to texture
// and drawing a fullscreen textured quad.
//
// Controls:
// Hold the left mouse butto... | [
"me@ll.com"
] | me@ll.com |
177a6fff8ead7be72a16d108871d55f3c6eb2847 | eb2f8b3271e8ef9c9b092fcaeff3ff8307f7af86 | /Grade 10-12/2018 autumn/NOIP/NOIP2018提高组Day2程序包/answers/GD-0476/travel/travel.cpp | 60365940a30c9b90fdd553b1f2fa7a8d905dd2fa | [] | no_license | Orion545/OI-Record | 0071ecde8f766c6db1f67b9c2adf07d98fd4634f | fa7d3a36c4a184fde889123d0a66d896232ef14c | refs/heads/master | 2022-01-13T19:39:22.590840 | 2019-05-26T07:50:17 | 2019-05-26T07:50:17 | 188,645,194 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,266 | cpp | #include<iostream>
#include<cstdio>
#include<cstring>
#include<cmath>
#include<vector>
#include<queue>
#include<set>
#include<map>
#include<algorithm>
#include<stack>
#define M 5005
using namespace std;
int n,m; vector<int> v[M];
int nx=0,ny=0,t=0;
int vis[M]={0},now[M]={0},ans[M]={0};
void dfs(int x,int fa){
vis[x]=... | [
"orion545@qq.com"
] | orion545@qq.com |
adcdf74c1b9d097f70ac51bb569b13526748bc76 | d8de45f8c88c3cae6064028da28d394b5853a2ae | /CvGameCoreDLL/CvMap.cpp | 3d0307a9fa2e9d8b9ec2415d5dc2ba489aa06861 | [] | no_license | Ungomma/Civ4-K-Mod | dcec56491025fadcd91f130af2d74978c9bea0f6 | be77cc40dd839dbf396888504306ac172fd248ee | refs/heads/master | 2021-01-15T21:29:59.894321 | 2012-07-01T04:26:26 | 2012-07-01T04:26:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 31,900 | cpp | //
// FILE: CvMap.cpp
// AUTHOR: Soren Johnson
// PURPOSE: Game map class
//-----------------------------------------------------------------------------
// Copyright (c) 2004 Firaxis Games, Inc. All rights reserved.
//-----------------------------------------------------------------------------
//
#include "CvGame... | [
"karadoc@gmail.com"
] | karadoc@gmail.com |
98230c193fd2e4d1c37abab083c3862c05253b9d | d736c1397bbfe3815fe93b6afab14059dc09cdf4 | /UVa/12425 - Best Friend.cpp | 4b0292c7c89bd9920436cf9e2bf609998842caa4 | [] | no_license | mehrab2603/Solved-Problems | fedd1c7a562d591d46759b0452ff1434edf33f52 | 8603c3a5ff38d650437c33a5f1d65220cef2a159 | refs/heads/master | 2021-01-21T19:50:53.083387 | 2017-05-23T11:10:21 | 2017-05-23T11:10:21 | 92,162,103 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,632 | cpp | #include<bits/stdc++.h>
using namespace std;
const int MAX = 10000;
int divCount;
map< long long, long long > phi;
long long divisors[MAX], precalc[MAX];
long long calcPhi(long long n) {
long long ret = n;
for (long long i = 2; i * i <= n; i++) {
if (n % i == 0) {
while (n % i == 0) {
n /= i;
... | [
"mehrab2603@yahoo.com"
] | mehrab2603@yahoo.com |
ba29be89a607ee68cdf09d03938584e4ccaf3a6b | d2cc802892b79348fcb3853af119670f5d80a660 | /platforms/atlas200dk/app/src/datastore.h | 504a4ca116b87774156cf64356f3a777870229d7 | [
"MIT"
] | permissive | CnybTseng/JDE | e64aae414d44314a01d726e10f783b9d7aef2eff | 599bd6de74fc3794694bf1e3baca741d2b517e0e | refs/heads/master | 2021-05-24T17:38:57.101259 | 2021-05-18T05:54:43 | 2021-05-18T05:54:43 | 253,680,740 | 29 | 8 | MIT | 2020-10-11T00:29:19 | 2020-04-07T03:47:39 | C++ | UTF-8 | C++ | false | false | 569 | h | #ifndef DATASTORE_H_
#define DATASTORE_H_
#include <Dvpp.h>
#include <opencv2/opencv.hpp>
bool is_directory(const std::string path);
void read_path_files(const std::string path, std::vector<std::string> &fvec);
void bgr2_yuv420sp_nv12(const cv::Mat &bgr, cv::Mat &nv12);
char *read_binary_file(std::string path, siz... | [
"984943763@qq.com"
] | 984943763@qq.com |
3d90cb5e960307d41206e1990fd4be5c017842bc | d7e805290fc33b287cded039923dae1ea421a207 | /CPP_00/ex00/megaphone.cpp | c03005e7170a89902dbd6b4ddabbc830fe628978 | [] | no_license | ldevillard/Piscine-Cpp | 1dda8962790b06aedd7f1078840029817853e2f9 | 5996eab595a176a863d95fd71f9646df3110592c | refs/heads/master | 2023-06-17T23:32:13.122147 | 2021-07-13T15:46:47 | 2021-07-13T15:46:47 | 351,032,312 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,236 | cpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* megaphone.cpp :+: :+: :+: ... | [
"legoexpliation@gmail.com"
] | legoexpliation@gmail.com |
bd62c29422712d7cd1d01e4d1a04909be85f30e9 | d900eaef32972ada6e49a7ff3e58c98f2d55c9fb | /mapEditor/MapEditor/MapEditor/EditMain.cpp | 5b1831df4e7f3879bd7fc265ff7a9ce28c5073ae | [] | no_license | hanakita114514/RRMProject | 97a1973aa2f1cb305cf602e3bf93952a24e72acd | bcc366c6479752417858fd6be5fe02aa920bd15d | refs/heads/master | 2021-01-21T19:13:16.861695 | 2017-10-06T04:28:14 | 2017-10-06T04:28:14 | 92,117,623 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 195 | cpp | #include "EditMain.h"
EditMain::EditMain()
{
}
EditMain::~EditMain()
{
}
void EditMain::MainLoop()
{
}
void EditMain::Delete()
{
}
void EditMain::Init()
{
}
| [
"tozica18@gmail.com"
] | tozica18@gmail.com |
bb171d48cfffa970dacda589ec53c0bb5a80eddb | 64f8c3908a2d1452ac91e279be638c3f6dba3f78 | /ch1/include/voxelgridfilter.h | 80c940bf0af41867b3fcb3ba217fd2a9dae8047e | [] | no_license | zha0ming1e/3D_Point_Cloud_Processing | fa0010937f4ff3a27a3711453b46a6742d56fd7a | 3e517581fd1af4df622e8f362ca709c7ea658e46 | refs/heads/main | 2023-04-03T23:14:26.733786 | 2021-04-16T07:30:16 | 2021-04-16T07:30:16 | 311,064,476 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,873 | h | #pragma once
#ifndef PCP_MYPCASOLVER_VOXELGRIDFILTER_H
#define PCP_MYPCASOLVER_VOXELGRIDFILTER_H
#include "common.h"
#include "pointcloud.h"
class VoxelGridFilter {
public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW;
typedef std::shared_ptr<VoxelGridFilter> Ptr;
// ALGO
enum class ALGO { CENTROID, RANDOM };
... | [
"zhaomingle@pku.edu.cn"
] | zhaomingle@pku.edu.cn |
54866562b91ad5b7e29e318c44131625f06e9974 | 5ba9dd6d05b986af9704cc7c605ca3888017a91b | /src/highlighters/javahighlighter.cpp | e39cb97e626f7ec40f743fe61e3d02a0912556fd | [
"MIT"
] | permissive | kpsuhair/QTRemoteFileEditor | 39ce841c1e25b48560a03aa652316948cab94b52 | dec7effa4b90493e71e9476a10235804560167cb | refs/heads/main | 2023-06-14T14:12:28.940812 | 2021-07-18T08:59:20 | 2021-07-18T08:59:20 | 387,127,475 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,679 | cpp | #include "javahighlighter.h"
JavaHighlighter::JavaHighlighter(QTextDocument *parent) : Highlighter (parent)
{
QStringList keywords;
keywords << "\\babstract\\b" << "\\bassert\\b" << "\\bboolean\\b" << "\\bbreak\\b" << "\\bbyte\\b"
<< "\\bcase\\b" << "\\bcatch\\b" << "\\bchar\\b" << "\\bclass\\b" ... | [
"suhair@dt.ae"
] | suhair@dt.ae |
06bdb16441cd624bb42f3c23c0364df21e510c7a | 103fd8258bc99153ac282896add910b0d43e03c3 | /tensorflow/lite/experimental/acceleration/mini_benchmark/validator_runner.h | ae34fc49c3e8926a5fe33d9d0b0f1a12891fdac1 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause"
] | permissive | zhaozheng09/tensorflow | be488cdc53328d0c41b8f916225209620582a36f | a05424dd9b1a059a1905a356c4e21bf2e3df2cce | refs/heads/master | 2023-01-07T14:24:27.732164 | 2022-12-22T13:14:43 | 2022-12-22T13:21:44 | 249,330,689 | 1 | 1 | Apache-2.0 | 2021-07-09T09:55:21 | 2020-03-23T03:53:22 | C++ | UTF-8 | C++ | false | false | 3,967 | h | /* Copyright 2021 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
750a1dd5664d36d8bef4c15a17a8cc6e762da65d | 0d7792acf13482c4209e3f119fa61880676bdce7 | /tests/newtestclass.cpp | ba8ada89be42dd22c1e94209518d59e765798f19 | [] | no_license | 8Observer8/parsingNMEAData | 7b058569c88a41ab9410a3b1d1f08b25e94fab2f | f4878ca23b3122b23d108f9153dda15f6bb049a9 | refs/heads/master | 2020-04-26T12:56:00.714680 | 2013-05-24T12:58:37 | 2013-05-24T12:58:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 82,069 | cpp | /*
* File: newtestclass.cpp
* Author: Ivan
*
* Created on May 18, 2013, 10:44:25 PM
*/
#include "newtestclass.h"
#include "../Parsing.h"
#include <ctime>
CPPUNIT_TEST_SUITE_REGISTRATION(newtestclass);
newtestclass::newtestclass() {
}
newtestclass::~newtestclass() {
}
void newtestclass::setUp() {
}
void ne... | [
"Ivan@Ivan-PC"
] | Ivan@Ivan-PC |
69ccf056155ab113a0658abb4a1f0fa04f6e1a71 | fe8b5096b1ebc8eb81a4eff960659dbcb144eb0b | /stars/code/solving/attitude.h | d0c7bc59a7df5600bdc2caf50bdcff7884c65198 | [] | no_license | BlastTNG/flight | 50801f63f875b36404850d28f0097a12ccf3cafc | 4be73eb6d43c2250a34ca6e1bd1a0937f50aa4c7 | refs/heads/master | 2023-05-25T12:35:42.042136 | 2023-05-23T17:59:17 | 2023-05-23T17:59:17 | 41,045,504 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 779 | h | /*
* © 2013 Columbia University. All Rights Reserved.
* This file is part of STARS, the Star Tracking Attitude Reconstruction
* Software package, originally created for EBEX by Daniel Chapman.
*/
#pragma once
#ifndef SOLVING__ATTITUDE_H
#define SOLVING__ATTITUDE_H
namespace Solving
{
struct SolutionAttitude
... | [
"seth@hillbrand.org"
] | seth@hillbrand.org |
db1881e442a29c7246d29c997047abe533c2424e | c6fa53212eb03017f9e72fad36dbf705b27cc797 | /CondFormats/Calibration/interface/mypt.h | 905c5fbb55b8b12b071a4547b2566a47ad4b3471 | [] | no_license | gem-sw/cmssw | a31fc4ef2233b2157e1e7cbe9a0d9e6c2795b608 | 5893ef29c12b2718b3c1385e821170f91afb5446 | refs/heads/CMSSW_6_2_X_SLHC | 2022-04-29T04:43:51.786496 | 2015-12-16T16:09:31 | 2015-12-16T16:09:31 | 12,892,177 | 2 | 4 | null | 2018-11-22T13:40:31 | 2013-09-17T10:10:26 | C++ | UTF-8 | C++ | false | false | 183 | h | #ifndef MYPT_H
#define MYPT_H
#include "CondFormats/Calibration/interface/fixedArray.h"
class mypt{
public:
mypt(){}
void fill();
fixedArray<unsigned short,2097> pt;
};
#endif
| [
"sha1-1aff87905f4e0572a16a433d78e0dff2e49ac9af@cern.ch"
] | sha1-1aff87905f4e0572a16a433d78e0dff2e49ac9af@cern.ch |
28b449e79b892ed2ba7d1f92bb3c730dc2318678 | 0ca8832a2818af66f1a584d7cf6c56abf0af8591 | /src/thirdparty/boost/boost/tti/mf/mf_has_member_function.hpp | 6678bced2e89a631fa9d25f86b1af531f96197dc | [] | no_license | knobik/source-python | 241e27d325d40fc8374fc9fb8f8311a146dc7e77 | e57308a662c25110f1a1730199985a5f2cf11713 | refs/heads/master | 2021-01-10T08:28:55.402519 | 2013-09-12T04:00:12 | 2013-09-12T04:00:12 | 54,717,312 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,750 | hpp |
// (C) Copyright Edward Diener 2011
// Use, modification and distribution are subject to 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).
#if !defined(TTI_MF_MEMBER_FUNCTION_HPP)
#define TTI_MF_MEMBER_FUNCTION_HPP
#in... | [
"satoon101@gmail.com"
] | satoon101@gmail.com |
8103a81dcba111d9d88a655e6c041f4ce917583f | bd9dad999c2092bc622194274334f2766763f713 | /flyingEdges/util/LoadImage.h | 59c8590319003ee561b5b597196f9d9bc1150045 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | sandialabs/miniIsosurface | 3561b6744d48d9521abf68f33ef3192a18a66610 | be51bb54e553e357a50cd95fce2fe9a5798993e4 | refs/heads/master | 2020-03-26T07:15:55.679339 | 2018-08-13T23:42:04 | 2018-08-13T23:42:04 | 144,645,057 | 11 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 6,071 | h | /*
* loadImage.h
*
* Created on: Jan 16, 2017
* Author: dbourge, sjmunn
*/
#ifndef IOIOIO_H_
#define IOIOIO_H_
#include <array>
#include <vector>
#include <string>
#include <iostream>
#include <fstream>
#include <sstream>
#include "FlyingEdges_Config.h"
#include "Image3D.h"
#include "TypeInfo.h"
#includ... | [
"dbourge@sandia.gov"
] | dbourge@sandia.gov |
0781e3c12bf72e29bf05ff7ba2bf531269839310 | e68c1f9134b44ddea144f7efa7523076f3f12d3a | /FinalCode/NameEmptyMessage.cpp | a0a0ceb57ef358051f302b428d56c9458fee88d8 | [] | no_license | iso5930/Direct-3D-Team-Portfolio | 4ac710ede0c9176702595cba5579af42887611cf | 84e64eb4e91c7e5b4aed77212cd08cfee038fcd3 | refs/heads/master | 2021-08-23T08:15:00.128591 | 2017-12-04T06:14:39 | 2017-12-04T06:14:39 | 112,998,717 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,448 | cpp | #include "StdAfx.h"
#include "NameEmptyMessage.h"
CNameEmptyMessage::CNameEmptyMessage(TCHAR* _tszObjKey, OBJ_TYPE _eObjType)
: CMessageUI(_tszObjKey, _eObjType, _T("Message_NameEmpty"))
{
// Text
_tcscpy_s(m_tszText, MAX_STR, _T("이름을 입력해주세요."));
// Size
m_pTransformCom->m_vSize = D3DXVECTOR3(0.5f, 0.5f, 0.0f);
}... | [
"iso5930@naver.com"
] | iso5930@naver.com |
7475f45004782e73b30dfff613b29d191c1a358d | 00bc268acdd8c572aa2fe1c5b2f916e0954fcabf | /src/update.cpp | 6a88e277cafc2519c3ba4e29a6b6da7112ca172c | [] | no_license | slepasteur/emscripten_test | 548cfd85730822b9f961c349c39b2cb14ce82fa2 | 2083b95bfe30262e70e138264a6be6a417448188 | refs/heads/master | 2021-04-18T19:18:53.383986 | 2018-07-12T15:56:54 | 2018-07-12T15:56:54 | 126,491,381 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,436 | cpp | #include "update.h"
#include <variant>
#include <tuple>
#include "draw/rectangle.h"
#include "draw/line.h"
#include "sdl/sdl_utils.h"
#include "overloaded.h"
#include "functions.h"
model update(model m, action a)
{
return std::visit(overloaded {
[&] (up) {
return m.update_entities(
on_selec... | [
"simon.lepasteur@swissdotnet.ch"
] | simon.lepasteur@swissdotnet.ch |
4361e24323b9c8d66e99d673eed316b5c8fc2f8a | 94560d944fd439053bebfa3856330d206b003e83 | /WindowsFWUpdate/Src/inc/bdEnableComboBox.h | 8e81cbe24a1399fb980c6d94645559019331a60c | [] | no_license | earreola101/bolide2017 | 7213984555bc4355dbff672086c3071b382e6762 | 8d4ef0e79f452854e0e7cc5ce0d60072f85d9d99 | refs/heads/master | 2021-08-07T09:27:01.673210 | 2017-11-07T23:36:06 | 2017-11-07T23:36:06 | 107,181,262 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,909 | h | #ifndef BD_ENABLE_COMBO_BOX_H
#define BD_ENABLE_COMBO_BOX_H
#include <QComboBox>
#include <qevent.h>
#define QT_STRING_ENABLE "Enable"
#define QT_STRING_DISABLE "Disable"
class bdEnableComboBox : public QComboBox
{
Q_OBJECT
public:
bdEnableComboBox(QWidget *parent = 0){
QStringList enableList;
... | [
"earreola@logitech.com"
] | earreola@logitech.com |
f1162c84e843e135f61475033054ed84c6790493 | 06aa3647ea9caf1e5fe6cd37c76651f6fece1a3b | /src/mxCommonConfigControls.h | ae3e3428cca750a963e28647a72f4ca40b2f6a5b | [] | no_license | SoftwareIDE/ZinjaI | 6731dc9a5a67a9f138f547f02f8c62a67d42f8d5 | a3d752bf5fa971a726fc4ba036d860edf6588b5f | refs/heads/master | 2020-12-24T19:46:21.098172 | 2016-05-04T20:45:52 | 2016-05-04T20:45:52 | 58,789,743 | 3 | 4 | null | null | null | null | ISO-8859-1 | C++ | false | false | 16,946 | h | #ifndef MXCOMMONCONFIGCONTROLS_H
#define MXCOMMONCONFIGCONTROLS_H
#include <wx/string.h>
#include <wx/arrstr.h>
#include <wx/sizer.h>
#include <wx/dialog.h>
#ifdef __WIN32__
# include <wx/settings.h>
#endif
#include "Cpp11.h"
#include "ids.h"
#ifdef __APPLE__
// old gcc versions are giving me errors with default argum... | [
"zaskar_84@yahoo.com.ar"
] | zaskar_84@yahoo.com.ar |
91ea7bee8be2ccd67134bb355932a5289a394226 | f30ec2b83f9ebb07cf0c9af41b015f580f5d0679 | /simulation engine/src/Camera.h | 1954cc38879c39b7dfb4db5de3cec70911a517c4 | [] | no_license | iantunbridge/RemcDockingSimulator | 0213182ae571880ecc26fd537e81e68eb7afebd8 | 1fa44721afee5c70242d8d5eda5584a0371256cf | refs/heads/master | 2021-01-10T10:13:36.513575 | 2016-04-09T14:03:18 | 2016-04-09T14:03:18 | 55,844,546 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 785 | h | #ifndef camera_h
#define camera_h
#include "vector3f.h"
#include <cmath>
#include <GL/glut.h>
#define MOUSEROTATEFACTOR 350*0.8f
class Camera
{
public:
Vector3f position;
Vector3f view;
Vector3f up;
// used for mouse movement of the camera
int screenwidth;
int screenheight;
Camera(void);
void setP... | [
"iantunbridge@gmail.com"
] | iantunbridge@gmail.com |
0da7d406b5867272b29e92a5a6535a279bbf1fd5 | 8cd51b4885680c073566f16236cd68d3f4296399 | /src/controls/QskGraphicLabel.h | 14268c8de9d9ec1ba78f35de9fcf94c16c9ae5ea | [
"BSD-3-Clause"
] | permissive | uwerat/qskinny | 0e0c6552afa020382bfa08453a5636b19ae8ff49 | bf2c2b981e3a6ea1187826645da4fab75723222c | refs/heads/master | 2023-08-21T16:27:56.371179 | 2023-08-10T17:54:06 | 2023-08-10T17:54:06 | 97,966,439 | 1,074 | 226 | BSD-3-Clause | 2023-08-10T17:12:01 | 2017-07-21T16:16:18 | C++ | UTF-8 | C++ | false | false | 3,065 | h | /******************************************************************************
* QSkinny - Copyright (C) 2016 Uwe Rathmann
* SPDX-License-Identifier: BSD-3-Clause
*****************************************************************************/
#ifndef QSK_GRAPHIC_LABEL_H
#define QSK_GRAPHIC_LABEL_H
#inclu... | [
"Uwe.Rathmann@tigertal.de"
] | Uwe.Rathmann@tigertal.de |
15dbe8ff8b630492cfbf4e44654ece033068569d | 338c10ccccd189cc2f6103af863a8e3d2bb2780d | /Source/interfaces/IRemoteControl.h | b6ca3a1566d0ad95717bc70cc8c646e9ba277597 | [
"Apache-2.0"
] | permissive | calvaris/Thunder | 0db481fad94d90564eb7606cff44194740fa728a | 4552892b7fdf2d938ec4661dc89adf25325619b3 | refs/heads/master | 2020-12-29T20:27:25.100943 | 2020-02-06T12:27:41 | 2020-02-06T12:27:41 | 238,720,864 | 1 | 0 | Apache-2.0 | 2020-02-06T15:31:57 | 2020-02-06T15:31:56 | null | UTF-8 | C++ | false | false | 690 | h | #ifndef __IREMOTECONTROL_H__
#define __IREMOTECONTROL_H__
#include "Module.h"
namespace WPEFramework {
namespace Exchange {
struct IRemoteControl : virtual public Core::IUnknown {
enum { ID = ID_REMOTECONTROL };
virtual ~IRemoteControl(){};
struct INotification : virtual public Core::IU... | [
"harikris2012@gmail.com"
] | harikris2012@gmail.com |
c9335660a3dbfbc4b09c06fb457b3956d1755469 | 5ed707de9f3de6044543886ea91bde39879bfae6 | /ASFantasy/ASFIsOrb/Source/ASFantasyGameResultsRqst.h | a78fba4f25492e6f06a4338ad784caef345296c5 | [] | no_license | grtvd/asifantasysports | 9e472632bedeec0f2d734aa798b7ff00148e7f19 | 76df32c77c76a76078152c77e582faa097f127a8 | refs/heads/master | 2020-03-19T02:25:23.901618 | 1999-12-31T16:00:00 | 2018-05-31T19:48:19 | 135,627,290 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,627 | h | /* ASFantasyGameResultsRqst.h */
/******************************************************************************/
/******************************************************************************/
#ifndef ASFantasyGameResultsRqstH
#define ASFantasyGameResultsRqstH
#include <vector.h>
#include "Requestable.h"
... | [
"grtvd@users.noreply.github.com"
] | grtvd@users.noreply.github.com |
1aa16876e495d3ee6b7d87e0599d684c4eb57b86 | 08283814ead7aa5910139a573dba2e2f1477b7b0 | /qsdl/qsdlwidget.h | 2edc575cedbc78440a471a0870b60788cb6ddc2c | [] | no_license | Ruilx/QSDL | 8da002711bf20e72bba8ea41f137317843dad3de | 3e86d833cecb6e808a2ab1ec9f905f78cb35bf52 | refs/heads/master | 2020-06-17T04:33:23.450792 | 2016-11-29T04:13:07 | 2016-11-29T04:13:07 | 75,041,154 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,036 | h | #ifndef QSDL_H
#define QSDL_H
#include <QWidget>
#include <QDialog>
#include <SDL/SDL.h>
#include "global.h"
#include "qsdlexception.h"
class QSdlWidget : public QWidget
{
Q_OBJECT
SDL_Surface *mainSurface = nullptr;
QPaintEngine *paintEngine() const { return nullptr; }
public:
enum QSdlInitDevices{
Sdl_Init... | [
"799382072@qq.com"
] | 799382072@qq.com |
c1970d3769516b329bba58fa64ff173ecbf7d228 | a39d856e4abe78648c9d9b99f347b62d7964b06f | /Classes/protocol/GProtocol.h | 3486c54a4fac500e4b323fef6b5884256f58c3d2 | [] | no_license | Crasader/Snake | ad708cd66b3d20277f291fd73e4da2357faeb1d1 | 0e7c102005cb174cf127e75beda89d3f43ae5127 | refs/heads/master | 2020-12-13T01:31:04.758919 | 2016-12-29T02:47:17 | 2016-12-29T02:47:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,552 | h | //
// GProtocol.h
// OnlineGame
//
// Created by guang on 16/9/29.
//
//
#ifndef GProtocol_h
#define GProtocol_h
#include "cocos2d.h"
namespace gprotocol {
static const std::string MODE_USER_LOGIN = "GModeUser_login";
static const std::string MODE_USER_HERTBEAT = "GModeUser_heartBeat";
static const st... | [
"842997290@qq.com"
] | 842997290@qq.com |
1f7763292548eccafebe8ccdc249bf32dee2b14a | dff9d9037651b48c0c92ac3ea7b78af70db8ea28 | /Recursion Function,DFS,BFS/1.cpp | 8f943fa675183bf875b2ebcec0961878c334dd4e | [] | no_license | simhoonnam/algorithm | 663ada877a8b5e5f02cb3604200e9e40085b11d5 | 4caefb594faadb48675d63041f8c469c74a8dc16 | refs/heads/master | 2021-08-31T06:16:52.690457 | 2017-12-20T14:22:16 | 2017-12-20T14:22:16 | 114,895,272 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 355 | cpp | #include<stdio.h>
int result[15], cnt=0;
int BinarySearch(int a) {
if (a / 2 == 0) {
result[cnt] = a;
}
else {
result[cnt++] = a % 2;
return BinarySearch(a / 2);
}
}
int main() {
int n, i;
scanf("%d",&n);
BinarySearch(n);
for (i = cnt; i >= 0; i--) {
printf("%d",result[i]);
... | [
"noreply@github.com"
] | simhoonnam.noreply@github.com |
f019cd1846fdc2cb37ca472e53b39e6d516104a9 | 9dc658ac2439d41254cfba15805184727597a536 | /screenredraweventhandler.h | af025bf8390a40a5b87678bcb75e302340bea799 | [] | no_license | tdphong/FrontEnd | cd8c8bff770b65275e1b88e0406a90931e8eea7a | 16fc66ab969ba7a541eea9d1d8d1b279e352df0d | refs/heads/master | 2021-01-20T12:10:29.246213 | 2016-06-01T00:48:28 | 2016-06-01T00:48:28 | 60,133,214 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 653 | h | //
// Created by phtran on 21/05/2016.
//
#ifndef FRONTEND_SCREENREDRAWEVENTHANDLER_H
#define FRONTEND_SCREENREDRAWEVENTHANDLER_H
#include "baseeventhandler.h"
#include "screen.h"
namespace UI
{
class ScreenRedrawEventHandler : public BaseEventHandler
{
Screen& screen_;
public:
ScreenRed... | [
"p0410005@gmail.com"
] | p0410005@gmail.com |
647cbed92597c98607f08d8e1d59b1ae95849eb1 | d5ce17d398113201f03cc44c3c1934ff1db36ef2 | /SigmaDev/include/SigmaDev/Exception/WindowsExceptions.h | b99b001293d258d10fceb41eb34893135c4545cf | [] | no_license | Codejakubek/omniz | 80c3ad10a2e8fa7e9405a2b131ca9e00a4007424 | d23519bab3077d7ac6b9cf3c406a6b6df27a0bd0 | refs/heads/main | 2023-06-20T07:47:42.385631 | 2021-07-02T14:32:52 | 2021-07-02T14:32:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,290 | h | ////////////////////////////////////////
//
// SigmaDev - Game Development and Multimedia Library
// Copyright (C) 2020-2021 Dawid Jakubowski (jakubowski.dawid@gmail.com)
//
// SigmaDev Library is licensed under MIT License (You can find it in the LICENSE file)
// Most recent version of the library is found on github r... | [
"user@localhost.localdomain"
] | user@localhost.localdomain |
9ce25b86c39fa3bf2104c9aa5b8d27e7c7098fb9 | 589b956c747e1564da30c9b16f233b4ff8cd3705 | /dancex11/domain_deployment_handler/dancex11_domain_deployment_handler_export.h | 05348f72b7a3f94cec87ee0fd0df9a4ef62c1b85 | [
"MIT"
] | permissive | RemedyIT/dancex11 | ae9f905abea1e89ccede7f7673e1b2f2e7f00379 | f74efaf75e94a74a7f91e0a90db999a673100541 | refs/heads/master | 2023-06-22T22:30:10.238265 | 2023-06-20T06:53:05 | 2023-06-20T06:53:05 | 208,991,979 | 7 | 2 | MIT | 2023-09-11T10:41:09 | 2019-09-17T07:50:43 | C++ | UTF-8 | C++ | false | false | 2,453 | h | // -*- C++ -*-
/**
* @file dancex11_domain_deployment_handler_export.h
* @author Martin Corino
*
* @brief Generated
*
* @copyright Copyright (c) Remedy IT Expertise BV
*/
#ifndef DANCEX11_DOMAIN_DEPLOYMENT_HANDLER_EXPORT_H
#define DANCEX11_DOMAIN_DEPLOYMENT_HANDLER_EXPORT_H
#include "ace/config-all.h"
#i... | [
"jwillemsen@remedy.nl"
] | jwillemsen@remedy.nl |
d3520e6a4951338eefef76ca5e4dd1300650158f | c712c82341b30aad4678f6fbc758d6d20bd84c37 | /CAC_Source_1.7884/FzlNprPneListWindow.cpp | 9d56601b04796d91fa48a052f460daa651a77f9c | [] | no_license | governmentbg/EPEP_2019_d2 | ab547c729021e1d625181e264bdf287703dcb46c | 5e68240f15805c485505438b27de12bab56df91e | refs/heads/master | 2022-12-26T10:00:41.766991 | 2020-09-28T13:55:30 | 2020-09-28T13:55:30 | 292,803,726 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 3,453 | cpp | //{{TFzlNprPneListWindow Implementat*ion}}
TFzlNprPneListWindow::TFzlNprPneListWindow(TWindow* parent, int resourceId, FZL *tFZL, SBE *tSbe)
:
TXMLGroupListWindow(parent, resourceId, tSbe->npr->dlo->nprfzlpne, 228), fzl(tFZL), npr(tSbe->npr), sbe(tSbe),
freeLinks("NPRFZLPNE"), freePnes("PNE")
{
loadData = false;
... | [
"git@vakata.com"
] | git@vakata.com |
254e3ab1c48350ac4a67bc3c12a17d55817eb700 | a8645f520a773545a2de176fbe25c2e42c10ab13 | /BinaryExpression.h | 66c6110771d3bb8fb9151807b952980569be68fd | [] | no_license | dmoshayof/FlightProject | 92a25188994713a302fea8023b05375656b5c5bc | e334eab14f458c492d8f266cd0a29627a1b7d1aa | refs/heads/master | 2020-04-12T10:27:52.003345 | 2018-12-22T10:35:58 | 2018-12-22T10:35:58 | 162,430,438 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 478 | h | //
// Created by yael on 12/14/18.
//
#ifndef FLIGHTPROJECT_BINARYEXPRESSION_H
#define FLIGHTPROJECT_BINARYEXPRESSION_H
#include "Expression.h"
class BinaryExpression :public Expression{
Expression* right;
Expression* left;
public:
BinaryExpression(Expression* ExLeft,Expression* ExRight);
... | [
"dmoshayof@gmail.com"
] | dmoshayof@gmail.com |
94c1b3b3d756b4ea699ba434e0d4cd90571530dc | 0576c8a28d5be72c1cd9f3a4c437cf659d042c5c | /php_wapi/php_c.cpp | c352c69a4bc3997e634b74fc4b4519554a0d2647 | [] | no_license | gerbernhardt/php_wapi | 79412799dcd84d9e77c4ef5c9ef2c2568e374e91 | 9da871dcb0674a56f8b71b38d1eda97b51de2796 | refs/heads/master | 2020-04-06T07:10:12.036862 | 2016-09-13T19:19:57 | 2016-09-13T19:19:57 | 65,102,661 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,216 | cpp | class MyClass : public Php::Base
{
/**
* First factory method
* @return Php::Value object holding a new MyClass instance
*/
static Php::Value factory1()
{
// use the Php::Object class to create an instance (this will
// result in __construct() being called)
return Php::Object("MyClass");
}
/**
* ... | [
"german.bernhardt@gmail.com"
] | german.bernhardt@gmail.com |
3d42ad943aaa994ba497b3da1d6efa461b726314 | a81c07a5663d967c432a61d0b4a09de5187be87b | /content/renderer/media/webrtc/transceiver_state_surfacer.cc | 03fe437fc08e2b07dc9db794ccf3eea17cc7c4ab | [
"BSD-3-Clause"
] | permissive | junxuezheng/chromium | c401dec07f19878501801c9e9205a703e8643031 | 381ce9d478b684e0df5d149f59350e3bc634dad3 | refs/heads/master | 2023-02-28T17:07:31.342118 | 2019-09-03T01:42:42 | 2019-09-03T01:42:42 | 205,967,014 | 2 | 0 | BSD-3-Clause | 2019-09-03T01:48:23 | 2019-09-03T01:48:23 | null | UTF-8 | C++ | false | false | 8,408 | cc | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/renderer/media/webrtc/transceiver_state_surfacer.h"
#include "third_party/blink/public/platform/modules/peerconnection/webrtc_util.h"
#... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
45fbe4524f5171214ec7691ced88f707abb5074e | a840a5e110b71b728da5801f1f3e591f6128f30e | /debug/client/windbg/WinDbgSystem.cpp | 9cff7203175860b80a8932895ebd702f7364a40d | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | tpltnt/binnavi | 0a25d2fde2c6029aeef4fcfec8eead5c8e51f4b4 | 598c361d618b2ca964d8eb319a686846ecc43314 | refs/heads/master | 2022-10-20T19:38:30.080808 | 2022-07-20T13:01:37 | 2022-07-20T13:01:37 | 107,143,332 | 0 | 0 | Apache-2.0 | 2023-08-20T11:22:53 | 2017-10-16T15:02:35 | Java | UTF-8 | C++ | false | false | 100,113 | cpp | // Copyright 2011-2016 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 appli... | [
"cblichmann@google.com"
] | cblichmann@google.com |
c2c15917ce36405c145ffe7e648f4ef301c159a4 | 16500eaed2bf22cee7cc10ca8a3c08a446a62621 | /funct.h | 669026fad7648525161515fb117c9ac082398e6f | [] | no_license | cs1102-lab1-09-2019-2/proyecto-final-projfinalgrupo | 412e6db8f5e3b3e99acc03cd36cb79dd3db56c12 | 95c74c8ef5f027bbbc5da441644e7c896a92a32c | refs/heads/master | 2020-08-13T22:09:20.350439 | 2019-11-28T16:35:11 | 2019-11-28T16:35:11 | 215,045,927 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,404 | h |
#ifndef NATRMARR_FUNCT_H
#define NATRMARR_FUNCT_H
#include <queue>
#include "tipos.h"
#include "algoritmo.h"
#include "matriz.h"
bool operator<(const algoritmo & a, const algoritmo & b)
{
return a.getPriority() > b.getPriority();
}
string pathFind( const int & xStart, const int & yStart,
const i... | [
"noreply@github.com"
] | cs1102-lab1-09-2019-2.noreply@github.com |
289ef2b7ab6e3dff6e189ae96549246b8854d799 | 205d4871aad1feb9bfadc039757608aa95f8a37a | /2_gyak/liskov/Liskov.cpp | 125abf0f7a9230242c070dff3918cd1d567daf56 | [] | no_license | megvagyhadnagy01/MagasProg2 | e80587627a0fca651a27c5a693a7a108870f15aa | 9f4a06d8949cebe1790baf34728f6ed98c3fd776 | refs/heads/master | 2020-03-30T17:14:12.797176 | 2018-12-12T08:37:28 | 2018-12-12T08:37:28 | 151,447,571 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 384 | cpp | class Madar {
public virtual void repul() {};
};
class Program {
public void fgv(Madar &madar) {
madar.repul();
}
};
class Sas : public Madar
{};
class Pingvin : public Madar
{};
int main (int argc, char **argv)
{
Program program;
Madar madar;
program.fgv(madar);
Sas sas;
prog... | [
"38715272+megvagyhadnagy01@users.noreply.github.com"
] | 38715272+megvagyhadnagy01@users.noreply.github.com |
70f5c1d8a54e70100c67f2d28c77d6a3f64a6704 | bb3ab1d635a1696bb8cb81c672d06747d9a521a6 | /src/interfaces/wallet.cpp | df12bf7070d3283d8b8f915a22dc2b2bbd75b364 | [
"MIT"
] | permissive | dogxteam/dogxwallet-master | 55ab22aa37c7ce131a06151958743acb1f3e12af | 346189354bdec9a80c20bdc429ddec15c3b17b73 | refs/heads/master | 2020-04-28T23:42:38.257585 | 2019-03-14T17:19:07 | 2019-03-14T17:19:07 | 175,666,685 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,908 | cpp | // Copyright (c) 2018 The dogxcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <interfaces/wallet.h>
#include <amount.h>
#include <chain.h>
#include <consensus/validation.h>
#include <init.h>
#inclu... | [
"alizha@tom.com"
] | alizha@tom.com |
943b9469ace7e1002a7014d9f37cbe8961434725 | 8793942410e7a05841f18a13308472ac1dbf88bc | /CtrlPointTransformAndEdit/GraphicsCommon/Gfx3DProgramManager.cpp | 8aedeb853fdf6b0d0a3ae975d0e0c18c8770c31d | [] | no_license | giraphics/ControlPointsTransformAndEditing | 603128358512b72b6937214e631ce060c7ef3f82 | 8be40cef1d528270798133590de31fc8d10555de | refs/heads/master | 2023-01-30T19:55:47.854985 | 2023-01-04T08:39:17 | 2023-01-04T08:39:17 | 198,070,744 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,373 | cpp | #include "Gfx3DProgramManager.h"
GfxGL3DProgramManager* GfxGL3DProgramManager::m_Instance(NULL);
QMutex GfxGL3DProgramManager::m_InstanceMutex;
GfxGL3DProgramManager::GfxGL3DProgramManager()
{
}
bool GfxGL3DProgramManager::AddShader(QOpenGLShaderProgram* p_Program, const QOpenGLShader::ShaderTypeBit& p_Type, const Q... | [
"noreply@github.com"
] | giraphics.noreply@github.com |
c4ff02dde7de322f8c019a9c7ec83dea8909ff34 | b8b1cf5cef7dcd9cdf83c0fddd2c7bc6a9141016 | /dp/math/Matmnt.h | 9051ba1f4d1595212b2f11aef8de202ea5bec5d8 | [
"BSD-3-Clause"
] | permissive | LightPixel/pipeline | 87d4ab9ef8bbbf2e3d081316ed402eecfa38be7a | 7337d51aa06a61ada8a7c9fa62f17c2f5c38971a | refs/heads/master | 2021-01-18T20:10:55.248245 | 2015-01-08T13:27:08 | 2015-01-12T07:26:08 | 29,166,089 | 0 | 1 | null | 2015-01-13T01:19:41 | 2015-01-13T01:19:40 | null | UTF-8 | C++ | false | false | 64,830 | h | // Copyright NVIDIA Corporation 2012
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following d... | [
"matavenrath@nvidia.com"
] | matavenrath@nvidia.com |
001b190ef1f4f0e4834d8ccd7063109bfe2d8c56 | 7a2908d7204750c0ff508e2d462f5d37c87df1f2 | /frameworks/cocos2d-x/tools/simulator/libsimulator/lib/runtime/Widget_mac.h | 8819563ecffb7dd97b763ae584b9598f521de937 | [
"MIT"
] | permissive | atom-chen/M2_CLIENT | 7fe097c565c93dfb6e0c27bfd8229fa245c2c494 | bfedfa8667916330c092f1f3ceca691d41df9b56 | refs/heads/master | 2020-06-21T19:05:07.385296 | 2018-07-25T11:29:51 | 2018-07-25T11:29:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 93 | h | //
// Widget_mac.h
// Simulator
//
//
#pragma once
std::string getCurAppName();
| [
"2716332985@qq.com"
] | 2716332985@qq.com |
cd89c2b76050bc99c9b4404c7dbb62d96999e308 | 1c390cd4fd3605046914767485b49a929198b470 | /bzoj/2303.cpp | 6ec645d2a568b51c839559c273be11c33a905757 | [] | no_license | wwwwodddd/Zukunft | f87fe736b53506f69ab18db674311dd60de04a43 | 03ffffee9a76e99f6e00bba6dbae91abc6994a34 | refs/heads/master | 2023-01-24T06:14:35.691292 | 2023-01-21T15:42:32 | 2023-01-21T15:42:32 | 163,685,977 | 7 | 8 | null | null | null | null | UTF-8 | C++ | false | false | 718 | cpp | #include<stdio.h>
int n,m,k,l,cnt,i,x,y,z;
int f[4000020];
int F(int x)
{
return f[x]!=x?f[x]=F(f[x]):x;
}
void U(int x,int y)
{
int fx=F(x);
int fy=F(y);
if(fx!=fy)
cnt--;
f[fx]=fy;
return;
}
int pw(int x)
{
long long re=1,b=2;
while(x)
{
if(x&1)
re=re*b%1000000000;
b=b*b%1000... | [
"wwwwodddd@gmail.com"
] | wwwwodddd@gmail.com |
d297f19501e64f1f6900129b88c319e07087a844 | 877a879fafe71637bad347c9b35e2c12e997fea6 | /onnxruntime/core/mlas/lib/threading.cpp | b2c27ce69746987381f8452756b1611273fb2ce6 | [
"MIT"
] | permissive | NewEnglandML/onnxruntime | 6e177ee7fd2f3f15517050e0802a4b977b2c403a | bdd5e5854682a7aefc77e1e94f373ef524bc431f | refs/heads/master | 2020-04-10T18:21:17.817297 | 2018-12-08T06:58:59 | 2018-12-08T06:58:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,640 | cpp | /*++
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License.
Module Name:
threading.cpp
Abstract:
This module implements platform specific threading support.
--*/
#include "mlasi.h"
#if defined(MLAS_USE_WIN32_THREADPOOL)
//
// Define the parameters to execute threaded... | [
"noreply@github.com"
] | NewEnglandML.noreply@github.com |
0136a161648faec7f249ed26f1246fc4e0c4c37c | 1ffbc7df47de4cff89d9bf3622a65eda6623b798 | /dnd5v2/item.cpp | b0b84c6414ae4a9528408e4e4cc5cab7ffa042f1 | [] | no_license | Pavelius/rpgboard | 88c3a8002adc282099a782d3d58e316f9a676fc4 | a2930d50985f5f1284319361adbf0fd980512f96 | refs/heads/master | 2023-05-08T07:44:57.622052 | 2021-06-03T16:00:10 | 2021-06-03T16:00:10 | 332,241,918 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,501 | cpp | #include "main.h"
BSDATA(itemi) = {
{""},
{"Club"},
{"Dagger"},
{"Greatclub"},
{"Handaxe"},
{"Javelin"},
{"Lighthammer"},
{"Mace"},
{"Quaterstaff"},
{"Sickle"},
{"Spear"},
{"Crossbow"},
{"Dart"},
{"Shortbow"},
{"Sling"},
{"Battleaxe"},
{"Flail"},
{"Glaive"},
{"Greataxe"},
{"Greatsword"},
{"Halberd... | [
"p000000000001@gmail.com"
] | p000000000001@gmail.com |
b7860d7b4ba7f055ec5b82c728d008ab67f0d8d9 | 43c4a41448dc7ddcec8441f38b5ae0a86f8db7dc | /AutoDiff/Subtract.hpp | 199bbac3b73a8a9f43bd06932225d700ae3ae22a | [] | no_license | msupernaw/ATL1 | 4473c9f7ba1b64f6562e8406d7b0dfe639911e56 | 72cf1f73725eb3e8eb69c3ddd0445ee28eaa46e5 | refs/heads/master | 2021-06-13T18:26:45.568944 | 2017-02-23T14:02:28 | 2017-02-23T14:02:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,843 | hpp | /*
* File: Subtraction.hpp
* Author: matthewsupernaw
*
* Created on June 18, 2014, 11:52 AM
*/
/**
*
* @author Matthew R. Supernaw
*
* Public Domain Notice
* National Oceanic And Atmospheric Administration
*
* This software is a "United States Government Work" under the terms of the
* United States C... | [
"msupernaw@gmail.com"
] | msupernaw@gmail.com |
f066a6c31a54f2fd6ea232c8e89e12d74cdce93e | 5fd1e0e2ce1f9bc2c3d5f4a1d368bcde1bc17ae5 | /hackerearth-MonkAndTree.cpp | 7835b09738e77c8f2e9f7879f3ddf2d62ce5bb33 | [] | no_license | srivastavaman641/Competitive-Coding | ec3177cecaf33081fd68f8da4fec4c3cc7669c0d | c3b8f576d41f1aa2f608812c013c4392be3d3392 | refs/heads/master | 2020-03-22T18:11:23.882989 | 2018-07-10T14:18:44 | 2018-07-10T14:18:44 | 140,443,258 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,706 | cpp | #include<bits/stdc++.h>
#define ll long long int
#define s(a) scanf("%d",&a)
#define sl(a) scanf("%lld",&a)
#define ss(a) scanf("%s",a)
#define w(t) while(t--)
#define f(i,n) for(int i=0;i<n;i++)
#define fd(i,n) for(int i=n-1;i>=0;i--)
#define p(a) printf("%d",a)
#define pl(a) printf("%lld",a)
#define ps(a) printf("%s"... | [
"srivastav.aman641@gmail.com"
] | srivastav.aman641@gmail.com |
adf19a08135b2237ac9f1a21c49430059df09067 | 4ecb747b020e62e4582bcf27af363f81d727df07 | /Testing_System/User.cpp | 8de9e4a2042085bcd8e34f17128a274046a077a9 | [] | no_license | Kenan812/Testing_system | a21ce7447a23bb2ee87e4cb56e5dea6ceaeb27d0 | 2ee047db8c108d0b9fe53fd84d730229437e1e04 | refs/heads/master | 2023-04-22T17:38:15.395545 | 2021-04-23T05:51:47 | 2021-04-23T05:51:47 | 356,638,041 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,175 | cpp | #include "User.h"
#pragma region Constructers
User::User()
{
login = "";
password = "";
}
User::User(string _login, string _password)
{
login = _login;
password = _password;
}
#pragma endregion
#pragma region Getters and Setters
void User::SetLogin(string _login)
{
login = _login;
}
void User::SetPasswo... | [
"Mame_ym86@itstep.edu.az"
] | Mame_ym86@itstep.edu.az |
58b58687f90e9d575306b740cd565d956cf2b11b | 9dc66079aa6f570bc58d66c826cc551e5a954e3a | /Source Code/mip demo.cpp | b5bd6162fe86ab738f901dd8af05e0956bc62d2b | [] | no_license | SanadaSeiji/RenderingLab-MipMapping | ba5748570db77f6fae8f5b53ee25312dd9e73e47 | 377e706b6183f989574e416e5dfd02c59d21066a | refs/heads/master | 2020-03-11T13:59:41.382558 | 2018-04-18T10:42:08 | 2018-04-18T10:42:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,597 | cpp | #include "stdafx.h"
#define _CRT_SECURE_NO_DEPRECATE
#include <stdio.h>
//Some Windows Headers (For Time, IO, etc.)
#include <windows.h>
#include <mmsystem.h>
#include <GL/glew.h>
#include <GL/freeglut.h>
#include <iostream>
#include "maths_funcs.h"
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
#i... | [
"noreply@github.com"
] | SanadaSeiji.noreply@github.com |
b24f5d234b420bac7b1acd4ac52d29faf18843f2 | a4cc0b1b648c49f2a5138854c5af0412c082af90 | /MyProject/Source/Subway_Train/Private/OpenDoor.cpp | 1d68aafdaff0a86b5157f8bbfc90d7526e644f33 | [] | no_license | rezadarooei/EscapeBulding-v4.20- | 9a9263f02896e507cebad1247c3d325991d7f476 | abf650c38464783e7cd91134c49d0d030d1dac82 | refs/heads/master | 2020-03-28T08:58:39.129917 | 2018-09-10T14:07:49 | 2018-09-10T14:07:49 | 148,004,099 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,023 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "OpenDoor.h"
#include "Engine/TriggerVolume.h"
// Sets default values for this component's properties
UOpenDoor::UOpenDoor()
{
// Set this component to be initialized when the game starts, and to be ticked every frame. You can t... | [
"reza.darooei@gmail.com"
] | reza.darooei@gmail.com |
11bcd8f48fc549404971bc1ff9fc3f6984a13c19 | 43ddc1132d96d8a32478d2f31ba189e6029f9cf3 | /lab3/lista/prj/inc/IStoper.hh | 45f3f6c13a4965b311d970ab4ab1dede17096307 | [] | no_license | 218556/old_pamsi | c9499f7bbd85a2012e03df937e289cd5b3008cf7 | 4491064b925583a8f3913dec0484a8091612ae6b | refs/heads/master | 2021-05-31T02:55:30.460791 | 2016-03-31T15:43:40 | 2016-03-31T15:43:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 369 | hh | #ifndef ISTOPER_H
#define ISTOPER_H
/*!
* \file
* \brief Interfejs IStoper
*/
/*! \brief Klasa IStoper
*/
class IStoper {
protected:
/*! \brief Start stopera.
*/
virtual void start() = 0;
/* ! \brief Stop stopera.
*/
virtual void stop() = 0;
/*! \brief Pobierz czas, który upłynął.
*/
virt... | [
"ania.postawka@gmail.com"
] | ania.postawka@gmail.com |
cdeccc088593ac0b8accf20ad63d637b41cb9c03 | 8c829a5578f390a1b751818362e7db4a9785f6ca | /Source/WindowComponent.h | b1fea5c516ba6e36ea7f59fa288207534505d56d | [] | no_license | sonic59/JuceFontLegacyS1 | e348f30fa26f4165d1d3681aea26a671045a757e | 1c83301c50880c157792f8dcd1f21bfa78fb0fe5 | refs/heads/master | 2021-01-01T16:39:55.974125 | 2012-05-03T03:59:11 | 2012-05-03T03:59:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,717 | h | /*
==============================================================================
This is an automatically generated file created by the Jucer!
Creation date: 2 May 2012 6:52:33pm
Be careful when adding custom code to these files, as only the code within
the "//[xyz]" and "//[/xyz]" sections will be retai... | [
"supermario30@gmail.com"
] | supermario30@gmail.com |
c5c6bf0c01bba8df7af19b69a186add2e5f44b93 | bfdaf06aabb4ac7b6cb9e0c7a3ae5eeeddb43465 | /73-ListGraph.h | 2af4da0bfd2ebfb76a26d185d37d86fdab38baf6 | [] | no_license | wangliuxing/my_own_STL_cpp | a1fd312fb90f28df774f45d80772e66a88f1ad71 | 7b34424b7e242d6eebbdd937e529e0400ee06cc5 | refs/heads/master | 2022-11-30T00:13:33.407699 | 2020-08-18T01:10:40 | 2020-08-18T01:10:40 | 287,151,071 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 8,468 | h | #ifndef LISTGRAPH_H
#define LISTGRAPH_H
#include <iostream>
#include <cstring>
#include <cstdlib>
#include "12-Object.h"
#include "27-Sharedpoint.h"
#include "19-Array.cpp"
#include "71-Graph.h"
#include "22-Linklist.cpp"
using namespace std;
namespace Wang
{
template <typename V, typename E>
class List... | [
"noreply@github.com"
] | wangliuxing.noreply@github.com |
311519a3aedae0e096f88a033e0f68136b2efe18 | ea1965a5ca23f30e7ffa07abca9a9de4c0d337a7 | /JuliaSet/PPM.cpp | 05835314de42466272705727a9d1745e829470d6 | [] | no_license | armyrunner/CS3005_PPM_Pictures | bfa7ed608e5e54e7e563a2873e9cbad6d6c97e5d | 7083fc39af68092974968973f2c93eaffb2e5f8e | refs/heads/main | 2023-03-18T16:27:38.635823 | 2021-03-12T17:23:33 | 2021-03-12T17:23:33 | 347,141,311 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,341 | cpp | #include "PPM.h"
#include <iostream>
#include <string>
#include <vector>
PPM::PPM()
{
mWidth = 0;
mHeight = 0;
mMaxColorValue = 0;
mData.resize(mWidth * mHeight * 3);
}
PPM::PPM(const int &height, const int &width)
{
mWidth = width;
mHeight = height;
mMaxColorValue =... | [
"live2runmarthon@gmail.com"
] | live2runmarthon@gmail.com |
4b9103f5830a6c103a45c57c77ff101fdd2e48e5 | e01ace1481895a19a18554dc8a7c638de549a1da | /GL/offscreen/src/cmdline.cpp | 02258f9877af5e7622046bb645fa53ecbb403666 | [] | no_license | Bepartofyou/biubiubiu | 9e75707f266836639f7183eaa8e8c0a0896ae212 | 10caaf2442a869e8dffdf9745d1e1adf2136dbab | refs/heads/master | 2021-05-14T05:39:08.881091 | 2018-01-09T09:08:25 | 2018-01-09T09:08:25 | 116,226,101 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 40,709 | cpp | /*
File autogenerated by gengetopt version 2.22.6
generated with the following command:
gengetopt --input=/home/bepartofyou/work/av/ffmpeg/biubiubiu/GL/offscreen/doc/cmdline.ggo --include-getopt --output-dir=/home/bepartofyou/work/av/ffmpeg/biubiubiu/GL/offscreen/src
The developers of gengetopt consider the f... | [
"309554135@qq.com"
] | 309554135@qq.com |
44e8e05f5ba572adb93cde5a715c41d988938485 | 9db05afab6221b9880b04570e8482f3db7b07ece | /chromium/src/ui/native_theme/common_theme.cc | 8155ed94da51f6b41e9b2a8cc9046aa84700cba6 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | duminda111/opera | 675b0bf72b14ed8dd409caf077ac1d98512a6194 | d1970c444b229d793fdcd7f30960a7640de7e090 | refs/heads/master | 2021-01-18T07:26:01.058340 | 2013-09-27T13:34:06 | 2013-09-27T13:34:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,291 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ui/native_theme/common_theme.h"
#include "base/logging.h"
#include "grit/ui_resources.h"
#include "third_party/skia/include/core/SkCanvas.h... | [
"thaddee.tyl@gmail.com"
] | thaddee.tyl@gmail.com |
1c796d3b9e204d0a66b254a9a6b57e9d796e6724 | 97115042da93e094a64453c8fa680b86525544ff | /Project_Euler/cpp/4.cpp | 8f518645fb55596cd8e7714e460ddbe60b7f0667 | [] | no_license | oohugo/Exercicios | 64df6eb7f4fc79fb1db7d4eb7787a7fcab45dc4c | 3c4b47d9e888ad639d4266f4aeef5ada4f54511d | refs/heads/master | 2021-09-08T05:58:36.105537 | 2021-08-31T17:58:45 | 2021-08-31T17:58:45 | 236,629,377 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 729 | cpp | #include <iostream>
template <typename Number>
bool isPalindrome(Number number){
Number reversed = 0;
while(number > reversed){
reversed = (10*reversed) + (number % 10);
number = number / 10;
if(number == reversed)
return true;
}
return false;
}
int ma... | [
"hugo17@protonmail.com"
] | hugo17@protonmail.com |
df8e50c1aa19e7d40d5c1de0b521d43764172286 | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/inetsrv/msmq/src/ds/ad/wrkgprov.cpp | 88eacdca55d18f0def3469ca780dd6bbb368e6b3 | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28,117 | cpp | /*++
Copyright (c) 1998 Microsoft Corporation
Module Name:
wrkgprov.cpp
Abstract:
Workgroup mode provider class.
Author:
ronith
--*/
#include "ds_stdh.h"
#include "wrkgprov.h"
#include "adglbobj.h"
#include "mqlog.h"
static WCHAR *s_FN=L"ad/wrkgprov";
CWorkGroupProvider::C... | [
"112426112@qq.com"
] | 112426112@qq.com |
7ad69afa059a11212a4ba2ef997eb6b0369869a5 | c920079b644668fcea120937ec7bec392d2029bd | /B4---C++-Programming/cpp_plazza/includes/Stock.hh | 2b7fa06c96e8450340bf87258b991ccc7a91a88c | [] | no_license | Ankirama/Epitech | d23fc8912d19ef657b925496ce0ffcc58dc51d3b | 3690ab3ec0c8325edee1802b6b0ce6952e3ae182 | refs/heads/master | 2021-01-19T08:11:27.374033 | 2018-01-03T10:06:20 | 2018-01-03T10:06:20 | 105,794,978 | 0 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 708 | hh | #ifndef STOCK_HH_
# define STOCK_HH_
#include <vector>
#include <unistd.h>
#include "PThread.hh"
#include "Ingredient.hh"
#include "IRun.hh"
#include "PMutex.hh"
#include "PScopedLock.hh"
class Stock : public IRun {
public:
Stock(long replaceTime, std::vector<IIngredient *> ingredients, IMutex *mutex);
virtual ~S... | [
"fabien.martinez@epitech.eu"
] | fabien.martinez@epitech.eu |
dbc7eadff96bc37fa49654c40259c821c27b3214 | f77af36f1c2474057e8ff2960c2291fb1c4000ae | /telemetry.hpp | 79a2166e74bd0d410879b9b9a8b24fb474abc257 | [] | no_license | core-rocket/ASAHI | 22de8013c2b5ea6b366a84ce9d0ea7837addb47e | 1fce2107ba5896c2ee324609a5572835e028b4b1 | refs/heads/master | 2020-06-08T20:31:09.672280 | 2019-08-26T04:58:09 | 2019-08-26T04:58:09 | 193,301,573 | 6 | 4 | null | 2019-09-01T05:33:21 | 2019-06-23T03:20:56 | C++ | UTF-8 | C++ | false | false | 869 | hpp | #ifndef ASAHI_TELEMETRY_H_
#define ASAHI_TELEMETRY_H_
#define PACKED __attribute__((__packed__))
// 論理ID
constexpr uint8_t id_bus = 0x01;
constexpr uint8_t id_mission = 0x02;
constexpr uint8_t id_station = 0x00;
// 3軸のuint16_tの値
struct Vec16_t {
uint32_t time;
union {
int16_t raw[3];
struct {
int16_t x, y,... | [
"sksat@sksat.net"
] | sksat@sksat.net |
de75ade3544fe55f08f8176a6713123a1b2dd8f4 | 4706b7a3c532daa215d6389634966ac58826d7b8 | /0-Versie-Protocol/V1.0/receive_ir_message.cpp | f5c45eec8d5c897f9f956981877466eeee02213d | [] | no_license | Jipolie01/Project_Laser_Turtle | a24753437bf0c5f18f6b96a8dd4fa64133bcf869 | 008bac99fb01d3184216a560b2986ac86e112b7a | refs/heads/master | 2020-09-22T08:27:11.439996 | 2016-11-11T11:29:05 | 2016-11-11T11:29:05 | 67,600,867 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,249 | cpp | #include "receive_ir_message.hpp"
receive_ir_message::receive_ir_message(hwlib::target::pin_in &receiver_pin):
receiver_pin ( receiver_pin )
{}
receive_ir_message::~receive_ir_message()
{}
bool receive_ir_message::get_bit()
{
for(;;){
if ( receiver_pin.get() == 0){
hwlib::wait_us(1000);
... | [
"jipgalema@hotmail.com"
] | jipgalema@hotmail.com |
43f6788af27f40bc15b3b98889f3f6cca723cd09 | f0a26ec6b779e86a62deaf3f405b7a83868bc743 | /Engine/Source/Editor/SoundClassEditor/Private/SoundClassEditor.cpp | a06e68dba333ecf7dd94aa22cb0050f557045330 | [] | no_license | Tigrouzen/UnrealEngine-4 | 0f15a56176439aef787b29d7c80e13bfe5c89237 | f81fe535e53ac69602bb62c5857bcdd6e9a245ed | refs/heads/master | 2021-01-15T13:29:57.883294 | 2014-03-20T15:12:46 | 2014-03-20T15:12:46 | 18,375,899 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,446 | cpp | // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
#include "SoundClassEditorPrivatePCH.h"
#include "SoundClassEditor.h"
#include "SoundDefinitions.h"
#include "Editor/PropertyEditor/Public/PropertyEditorModule.h"
#include "Editor/PropertyEditor/Public/IDetailsView.h"
#include "AssetRegistryModule.h"
#inc... | [
"michaellam430@gmail.com"
] | michaellam430@gmail.com |
638889bf74afb4816e36ff196a53d52d694ddbcf | 9fee3df3b18dfcfbd4b36f06230299222a5c5464 | /src/MultiThread/KitchenConnect.cpp | b0a60019ede20601ecb958c01d7249cba64218b1 | [] | no_license | gdnathan/The-Plazza | 1d42c357d2b2baec4cb13c74b2188e22a0adacb6 | 825816740b7f7ee52c406a26933e8e5b94986f4a | refs/heads/master | 2023-07-24T14:38:29.265968 | 2021-09-10T18:34:33 | 2021-09-10T18:34:33 | 405,177,328 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,548 | cpp | /*
** EPITECH PROJECT, 2021
** Plazza
** File description:
** KitchenInterface
*/
#include "MultiThread/KitchenConnect.hpp"
namespace Plazza
{
KitchenConnect::KitchenConnect(params_t params, int id)// : kitchen(params, id)
: write(id, NamedPipe::WRITE, true),
read(id, NamedPipe::READ, true)
{
this->id = i... | [
"nathan.gardet-derc@pm.me"
] | nathan.gardet-derc@pm.me |
04b4c2765c5902904364eede8c1c967c5b7998c5 | 2a26923028c995cc21550c02e68a358a49783ec7 | /core/PhysiCell_digital_cell_line.cpp | ea01434bb242dc55dee932422666fecbd394ffae | [] | no_license | olaurino/PhysiCell | dcce77bc6b15e53b00002fe1600e2497665326bb | 8fcd79b8fc37b6c086ec983453a3ffa4f7cf90c2 | refs/heads/master | 2021-08-06T10:01:46.574922 | 2017-11-05T00:56:47 | 2017-11-05T00:56:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,756 | cpp | /*
###############################################################################
# If you use PhysiCell in your project, please cite PhysiCell and the version #
# number, such as below: #
# ... | [
"Paul.Macklin@MathCancer.org"
] | Paul.Macklin@MathCancer.org |
605a16009ed091b0bb6375b96c69a6d9f33c985f | 09ab08f51d8a0ef6ae86aa5d3c2e3b3f01a775bd | /C_C++/examples/Hubbard/Examples/Ex0505.cpp | 20f0ef6cce9afc6c0c7a939c694ac478ac191b92 | [] | no_license | oconnellamethyst/csci1113 | 7beb093b7a619362de460f6a296afabf47bddc8d | 7f099756753b9b3bbd467d9327179b71b02ae673 | refs/heads/master | 2020-03-18T12:58:58.246400 | 2018-06-29T20:59:16 | 2018-06-29T20:59:16 | 134,754,110 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 537 | cpp | // Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 5.5 on page 91
// A Test Driver for the max() Function
#include <iostream> // defines the cout object
using namespace std;
int max(int x, int y);
int main()
{ // tests the max() function:
int m, n;
do
{ c... | [
"oconnellamethyst@gmail.com"
] | oconnellamethyst@gmail.com |
1bd195f2f172db21d0326354b258c5a7b068c266 | 7cff2e51318838eee2d565d071da1562fabffe1e | /unit_test.cpp | d9831dc66d3738c348547061823303c0df3e32c1 | [] | no_license | jcheong9/GeneticAlgorithm | 33712476aa73689f98ffef62034112f2fdd30c5c | 788d71d902e72cccdb05e79620ede18c8f101c47 | refs/heads/master | 2020-09-06T02:57:56.315032 | 2019-11-28T21:06:58 | 2019-11-28T21:06:58 | 220,297,662 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,943 | cpp | //
// Created by jcheong on 2019-11-25.
//#define CATCH_CONFIG_MAIN
#include "catch.hpp"
#include "Tour.hpp"
#include "Population.hpp"
#include "City.hpp"
#include "GeneticAlgorithm.hpp"
#include "UI.hpp"
/*
TEST_CASE("Test", "test") {
REQUIRE(1 == 1);
}
//test findEliteSelection function
TEST_CASE("Test findElit... | [
"jctheathlete@gmail.com"
] | jctheathlete@gmail.com |
976b31b5b1b60809a459e7a429936c388fc76bd2 | 13259cba69fcdefa51f4169ec3f84fa5b08833ed | /include/PerlRegularExpression.h | fceccfc0ba9df93d022f8c2aab257b6014b27178 | [] | no_license | napulen/humextra | 3f13ac0a70b00d5b0564b544c1893c3278bae82e | 116bb3fd640abb1fdf501bf382d2a09226a6c37b | refs/heads/master | 2020-12-30T16:40:17.839984 | 2017-06-13T13:37:15 | 2017-06-13T13:37:15 | 91,004,608 | 0 | 0 | null | 2017-05-11T17:12:44 | 2017-05-11T17:12:44 | null | UTF-8 | C++ | false | false | 6,175 | h | //
// Programmer: Craig Stuart Sapp <craig@ccrma.stanford.edu>
// Creation Date: Mon Jun 29 14:25:53 PDT 2009
// Last Modified: Mon Jun 29 14:26:01 PDT 2009
// Filename: ...sig/src/sig/PerlRegularExpression.h
// Web Address: http://sig.sapp.org/src/sig/PerlRegularExpression.h
// Syntax: C++; Perl Compa... | [
"craigsapp@gmail.com"
] | craigsapp@gmail.com |
4433ab3bdf2be2e0abf37ec33b700fa12da73067 | e9357814ba910a96861e3d6ee147398b29e11d42 | /byebye/library/led.cpp | 318dfdbdeb6a930a2e15b747346a930fc067c234 | [] | no_license | PSP0IoTSR/homework01 | 94d45974adcc9a3c310935c561e4b600da64780c | 279aa5ec0ac8b2cca6cd5d64786cf65dac119dd9 | refs/heads/master | 2020-07-30T15:32:50.777852 | 2019-09-30T07:35:59 | 2019-09-30T07:35:59 | 210,278,165 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,888 | cpp | #include<Arduino.h>
#include "led.h"
led::led()
{
//ctor
}
led::led(int a,int pinIn[8]){
length = a
for(int i = 0 ; i < 8 ; i++)
{
pin[i] = pinIn[i];
}
switch(length){
case 1:
digitalWrite(pin[0],HIGH);
digitalWrite(pin[1],LOW);
digitalWrite(pin[2],LOW);
... | [
"noreply@github.com"
] | PSP0IoTSR.noreply@github.com |
51df93ac83a8c3f9463d9288cc9358eda901264d | 766a016b2b203c902f1c7600a1da8b07e1d7cb2f | /DP/DpOnTrees/522A.cpp | 47638095c910f2e99492966266ce1a0db8728e81 | [] | no_license | 1604078-MEHEDI/Competitive | f8143e96184b321d3e409890658152538db91c03 | 4f3a0d178d1fd44d4913d5a6bf42b6884829408d | refs/heads/master | 2020-12-17T07:17:53.604618 | 2020-11-08T08:56:36 | 2020-11-08T08:56:36 | 235,286,673 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,093 | cpp | //https://www.youtube.com/watch?v=gm4Ye0fESpU&list=PLfBJlB6T2eOtMXgK3FLUTawHjzpIEySHF&index=6
#include <bits/stdc++.h>
using namespace std;
#define INF 1<<30
#define endl '\n'
#define maxn 1000005
#define FASTIO ios_base::sync_with_stdio(false), cin.tie(0), cout.tie(0);
typedef long long ll;
const double PI = acos(-1.0... | [
"hasanmahadi877@gmail.com"
] | hasanmahadi877@gmail.com |
002c1897d0229f8181704b45a33e23b18dd59ffb | c4a56a9c675203e455a7ec343cf3c218af63b67a | /VehicleController.cpp | f4577d4a4cc2a90827b415023aaf7ed378fc6b45 | [] | no_license | StFreve/RussianAICup2017 | a3d7123393280ca80c574b2f35203ddbaf2a7af1 | d335dbcad2c2e1e8418fc0624a99d78c41126742 | refs/heads/master | 2020-03-10T15:12:40.002594 | 2017-11-19T20:03:25 | 2017-11-19T20:03:25 | 129,443,800 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,751 | cpp | #include "VehicleController.h"
#include <assert.h>
#include <algorithm>
using model::Move;
VehicleController::VehicleController( const model::Player & me, const model::World & world, const model::Game & game )
: worldWidth( world.getWidth() )
, worldHeight( world.getHeight() )
, groups_( game.getMaxUnitGrou... | [
"golfik2007@gmail.com"
] | golfik2007@gmail.com |
d70c4287c43198a602197ede6ffa61c70a8e3174 | d9eaf76f06c3fb28bab0673a6c6e30c981666864 | /practical individual components/aeda1718_ci3/src/Project.cpp | ddc547ec7140fc239bc7bb1c88dedc3e7f3dfe23 | [] | no_license | margaridav27/feup-aeda | ccb9662be8f86f324ab37d42f8ef4710443fc7f7 | b410abed808d861c97c930bb88d8d4cfa61c3869 | refs/heads/master | 2023-03-20T07:55:50.509532 | 2021-03-15T17:09:22 | 2021-03-15T17:09:22 | 315,925,588 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 622 | cpp | /*
* Project.cpp
*
* Created on: 10/12/2017
* Author: CS
*/
#include "Project.h"
Project::Project(string title, string expertize, unsigned cost) :
title(title), cost(cost), expertize(expertize) {
consultant = 0; // TODO: shouldnt this be NULL?
}
string Project::getTitle() const {
return th... | [
"up201907907@fe.up.pt"
] | up201907907@fe.up.pt |
cd2a438773b3fe34d9cce6124735bbf0051a2165 | 37f542fb175b141f9ad83a52b41501cbd020fec0 | /Bessy-Nightrider.ino | 92dffc92584229fa5858b6a994d8076c189121d2 | [] | no_license | driewe/Arduino-Class-CodeBender-Files | a07266baf6063c7eaf2c104576d10b7c095beb87 | 7c8c00f1707ddd91bc10c2ce1eb159ad04eefb9a | refs/heads/master | 2021-06-01T17:24:38.505993 | 2016-10-20T17:24:09 | 2016-10-20T17:24:09 | 71,486,611 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,161 | ino | // place pins of leds in an array for easy indexing
int ledPins[] = {6, 7, 8, 9, 10, 11, 12, 13};
// how long to hold pattern for visibility
#define BLINKDELAY 140
int blinkDelay = BLINKDELAY;
// amount to decrrease delay on while progressing through pattern giving
// the effect of momentum picking up
int blinkIncreme... | [
"david.riewe@gmail.com"
] | david.riewe@gmail.com |
be717c9c9c60afbdc4420ae5f2e257deaea33ecf | 653ac9ec34640d4d3d19d059d491f4f896436313 | /Modulo/mod.cpp | 5bea0f520e3e90800def54261f630cd3313d2f9a | [] | no_license | CRStromberg/Kattis | cfa42bce9a5defd85683755b12d626fbec4f20b7 | 7a6634b7cfa47d5dce187b9de1c3159cb088a2f1 | refs/heads/master | 2021-11-05T14:05:02.073557 | 2021-11-04T00:46:26 | 2021-11-04T00:46:26 | 243,674,932 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 405 | cpp | #include <iostream>
#include <vector>
#include<bits/stdc++.h>
using namespace std;
int main()
{
int temp;
vector <int> ans;
vector<int>::iterator it;
for(int i = 0; i < 10; i ++)
{
cin >> temp;
temp = temp % 42;
it = find(ans.begin(), ans.end(), temp);
if (it == a... | [
"CRStromberg86@gmail.com"
] | CRStromberg86@gmail.com |
9df67e8dc4ee8bab736111645cd8fde9d252e1c6 | 1d107bc52c788de8e051aa4982677ea2d37edfa3 | /CirclePag800/CirclePag800/stdafx.cpp | e0fb8b23034fc0961015b56ddbe0821dd2b31ec4 | [] | no_license | ednachaar/Comp2 | 3aca7b07d1e778d4b015c402f71d3d58a2d406a1 | 0ca00d5f2e568879f81e658b58e7386867e234e9 | refs/heads/master | 2021-01-20T10:00:34.801641 | 2017-05-22T05:26:46 | 2017-05-22T05:26:46 | 90,312,318 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 291 | cpp | // stdafx.cpp : source file that includes just the standard includes
// CirclePag800.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"ednachaar@me.com"
] | ednachaar@me.com |
58e480b98171025b229fee140a1f884ff752082a | aa54782c778efea4b95d35119b99eb650ee488cf | /src/RDCNDecompressor.hpp | 19573775f4935673ec2c2a52f3f086e4aaedbf6d | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | bsoja/ancient_format_decompressor | 21014db3b8d0b142c3047c367d33c6d3ff5283d5 | 52b911ae52162f0ef19da0264275906590e0db9e | refs/heads/master | 2021-06-25T21:34:17.823318 | 2017-09-10T17:04:45 | 2017-09-10T17:04:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,009 | hpp | /* Copyright (C) Teemu Suutari */
#ifndef RDCNDECOMPRESSOR_HPP
#define RDCNDECOMPRESSOR_HPP
#include "XPKDecompressor.hpp"
class RDCNDecompressor : public XPKDecompressor
{
public:
RDCNDecompressor(uint32_t hdr,uint32_t recursionLevel,const Buffer &packedData,std::unique_ptr<XPKDecompressor::State> &state);
virtu... | [
"tz@iki.fi"
] | tz@iki.fi |
9f3f0e5b64ee631d8866c4aaf7b52f89fa5e49e7 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5644738749267968_1/C++/Cacau/main.cpp | 5a7c14944a0b58df275bb673b862b845cbbda772 | [] | 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 | 2,997 | cpp | #include "main.h"
//Apologies for the poor code structure quality
int main(int argc, char* argv[]){
if (argc < 2)
cout << "Don't forget to pass the name of the input file (with extension) as a parameter!" << endl;
string filename = argv[1];
vector<input> inputs;
readInputs(filename, inputs);
writ... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
7e2bb4ec2287c94d3512dd924023cb9af8e49bbb | a772c6fcd17f431607a58df7a6cd34873a7e5815 | /inc/SerialPort2/SerialPortBase.h | ea4d33deb4a6d85636e687dbd4065ad464f060e8 | [] | no_license | wanglvhh/VisionProject | 43624c8728b6ab3812a536d2a3927be5cd62393f | ce9a3d4b5342fa9b578073e69b28881d88a6da2f | refs/heads/master | 2023-07-19T08:09:42.545448 | 2021-09-10T01:30:05 | 2021-09-10T01:30:05 | 404,651,996 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,286 | h | /**
* @file SerialPortBase.h
* @author itas109 (itas109@gmail.com) \n\n
* Blog : http://blog.csdn.net/itas109 \n
* Github : https://github.com/itas109 \n
* QQ Group : 12951803
* @brief the CSerialPort Base class 串口基类
* @date 2018-12-20
*
* @copyright Copyright (c) 2019 - itas109
*
*/
#ifndef __CSERIALPORTBA... | [
"wanglvhh@outlook.com"
] | wanglvhh@outlook.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.