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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c812bccb4156778997b76632594092d7af62b5d3 | 93343c49771b6e6f2952d03df7e62e6a4ea063bb | /HDOJ/2429_autoAC.cpp | 762950ecbe76d18a6b118de6b7d8356e5779f20d | [] | no_license | Kiritow/OJ-Problems-Source | 5aab2c57ab5df01a520073462f5de48ad7cb5b22 | 1be36799dda7d0e60bd00448f3906b69e7c79b26 | refs/heads/master | 2022-10-21T08:55:45.581935 | 2022-09-24T06:13:47 | 2022-09-24T06:13:47 | 55,874,477 | 36 | 9 | null | 2018-07-07T00:03:15 | 2016-04-10T01:06:42 | C++ | UTF-8 | C++ | false | false | 2,350 | cpp | #include <iostream>
#include <cstdio>
#include <cstring>
#include <string>
#include <queue>
#include <algorithm>
using namespace std;
const int N = 65, P = 10001;
int map[N][N], n, s, t, m, nn;
char str[N][12], ss[12],st[12];
void mul(int a[][N], int b[][N]);
void init()
{
int len;
scanf("%d", &n)... | [
"noreply@github.com"
] | Kiritow.noreply@github.com |
5abd360b9c25caef06c12fa3f6c873fa728d3925 | ce80d0da332985ea3aecd0381feae9ea65649a51 | /Judges/COJ/2928 - A Puzzle from Red Matemática I/matematicas.cpp | 671c74a4873780f0e1a372c12a4c53792d9e6dc9 | [] | no_license | EstebanFS/Competitive-Programming | e3c1e35073b5a713ba553c2c0548433f7c41aa3c | b154c833098086f69177883c4f38bf58f428186f | refs/heads/master | 2022-09-29T22:01:22.692452 | 2022-09-13T16:15:20 | 2022-09-13T16:15:20 | 10,339,018 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,602 | cpp | //Esteban Foronda Sierra
#include <algorithm>
#include <iostream>
#include <iterator>
#include <numeric>
#include <sstream>
#include <fstream>
#include <cassert>
#include <climits>
#include <cstdlib>
#include <cstring>
#include <string>
#include <cstdio>
#include <vector>
#include <cmath>
#include <queue... | [
"estebanforondasierra@Estebans-MacBook-Air.local"
] | estebanforondasierra@Estebans-MacBook-Air.local |
4d556ec1c8a14c3b3a7b48197785d37a077d111e | 752e7de00864c846cdf77d5d36d76923e0383f97 | /Testes/aeda1819_ci1_googleTest/Tests/BankOfficer.cpp | 18e25ac186f2345727f503cbe85309dcd7b86250 | [] | no_license | andrenasx/FEUP-AEDA | 6064f30e2c6b00af991c377010895bdf71ada160 | eb9423b0bdffd78fc4048198540b8d66e013fc96 | refs/heads/master | 2021-01-09T15:31:32.120948 | 2020-03-01T12:55:11 | 2020-03-01T12:55:11 | 242,346,613 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,018 | cpp | /*
* BankOfficer.cpp
*/
#include "BankOfficer.h"
BankOfficer::BankOfficer(): id(0) {}
void BankOfficer::setName(string nm){
name = nm;
}
string BankOfficer::getName() const{
return name;
}
vector<Account *> BankOfficer::getAccounts() const {
return myAccounts;
}
void BankOfficer::addAccou... | [
"andrenas@ubuntu.Home"
] | andrenas@ubuntu.Home |
e73f808058d287512f94d546a9b48b32c3465d6e | e9570aef6afd84de3383801a235fde5226e25c19 | /ModalDialog/CMyDialog.cpp | 43d8acf2c9490a8c8d38854094f6bfc65537b971 | [] | no_license | LeeHC17/MFC-Practive | 20f886327687c9036ef86e08414002ca9a1ed34e | 1f0ebdb25b100b2fe8e24e27c9bea68acaf6621e | refs/heads/main | 2023-06-14T13:11:22.076626 | 2021-07-08T10:13:16 | 2021-07-08T10:13:16 | 380,871,737 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,267 | cpp | // CMyDialog.cpp: 구현 파일
//
#include "pch.h"
#include "ModalDialog.h"
#include "CMyDialog.h"
#include "afxdialogex.h"
// CMyDialog 대화 상자
IMPLEMENT_DYNAMIC(CMyDialog, CDialog)
CMyDialog::CMyDialog(CWnd* pParent /*=nullptr*/)
: CDialog(IDD_DIALOG1, pParent)
{
}
CMyDialog::~CMyDialog()
{
}
void CMyDialog::DoDataE... | [
"lhchang9@naver.com"
] | lhchang9@naver.com |
2c5f0a62494a02c73b93b38217719460d8a8888d | 36822766ae9d4d007032a71a9b852bf174c0f95c | /T86.cpp | 88c0e99588d73cf3a60892fe2eb1dfa0953290f7 | [] | no_license | moruoyiming/C_Cplusplus_DEMO | 3d5024f7cacc9548e577737d09be8de083e01854 | bda75f8b65e92c807fb2ed3f3bb1e682b5ce2b09 | refs/heads/master | 2023-07-08T02:43:54.877551 | 2021-08-11T09:44:34 | 2021-08-11T09:44:34 | 341,608,747 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,093 | cpp | //TODO C++ 条件变量+互斥锁 == Java版本的(notify 与 wait操作)
#include <iostream>
#include "sage_queue_tool.h"
using namespace std;
SafeQueueClass<int> sq;
void *getMethod(void *pVoid) {
while (true) {
printf("getMethod\n");
int value;
sq.get(value);
printf("消费者get 得到的数据是%d\n", value);
... | [
"moruoyiming123@gmail.com"
] | moruoyiming123@gmail.com |
1b767116b6884e19179f4483cb2fcd7c1f3d8d9a | c7462d970992169184a47546fea571b46d9019c6 | /CoinChange.cpp | 1a1adbe1649863578e6be480da83e1af47f431eb | [] | no_license | umanshi/Hackerrank-Solutions | 5fbe0a37309178630a453c0ffd2a920c9a08ed30 | e658f37b1d94973fc18487a9f2d410614f9d7da2 | refs/heads/master | 2020-03-08T20:21:07.189271 | 2018-11-18T23:09:05 | 2018-11-18T23:09:05 | 128,379,875 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,420 | cpp | /*6 April 2018
Author : Umanshi Bakshi
3rd Year, 6th Sem
*/
#include <bits/stdc++.h>
using namespace std;
long getWays(long n, vector < long > c){
long coinTill; long including, excluding;
vector<vector<long>>arr(c.size(), vector<long>(n+1)); // Initializing a 2D Vector, yayyy! :D
for (long i = 0; i<c.si... | [
"noreply@github.com"
] | umanshi.noreply@github.com |
106e997d4c0676448a9f8f93ab7dae17abc22f49 | 315fd47690450e7a0530bf4b3596cc9448c88929 | /atcoder/agc/019/b.cpp | 61cb67eceb2e6e70ecb6020709cd9a959ffc6d4d | [] | no_license | 1119-2916/competitive-programming | 8d59f2c3c36de719d665307fcaa138cc03845573 | 356b66d2f93bf6e28f04af8968e0f1f6ae4d7bae | refs/heads/master | 2021-06-08T14:33:14.620002 | 2020-04-26T14:01:44 | 2020-04-26T14:01:44 | 108,534,522 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,461 | cpp | #include <bits/stdc++.h>
using namespace std;
#define INF 1001000100010001000
#define MOD 1000000007
#define EPS 1e-10
#define int long long
#define rep(i, N) for (int i = 0; i < N; i++)
#define Rep(i, N) for (int i = 1; i < N; i++)
#define For(i, a, b) for (int i = (a); i < (b); i++)
#define pb push_back
#define eb ... | [
"ti11192916@gmail.com"
] | ti11192916@gmail.com |
521013deb1d1e58a07165e64d81ddece4fcdceed | 65b02eae4e6ea39beadb67c5efd62e0b429bb43b | /Problems/CodeForces/831A.cpp | 56928b1864dad09d929a884206c3b8b099dff045 | [] | no_license | ctuu/acm-icpc | c0a96a347feba414fce28455e9b71546ac1cb08d | 7fde619dce94dd2e722465cdcad32c76d30afa16 | refs/heads/master | 2021-07-08T06:14:57.837572 | 2018-12-29T04:09:40 | 2018-12-29T04:09:40 | 81,524,853 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 848 | cpp | #include <iostream>
#include <algorithm>
#include <array>
#include <vector>
using namespace std;
int main()
{
ios_base::sync_with_stdio(0);
cin.tie(0);
int n, mak = 0;
bool fl = 1;
cin >> n;
array<int, 102> ar;
for (int i = 0; i < n; ++i)
cin >> ar[i];
for (int i = 1; i < n; ++i)... | [
"ct.liuu@gmail.com"
] | ct.liuu@gmail.com |
0f0db964d0855c931b06980d80bccb3cb1bad836 | d2de04d67eb9523d7e8412239371bae27b57a546 | /build/Android/Debug/app/src/main/include/Fuse.Input.PointerEventArgs.h | cb6a19f2452c0b0021cb79268a9a5708b846707b | [] | no_license | alloywheels/exploring | e103d6d4924dae117f019558018c1e48cd643e01 | 75d49914df0563d1956f998199724bc4e9c71a87 | refs/heads/master | 2021-09-01T21:12:12.052577 | 2017-12-28T16:10:20 | 2017-12-28T16:10:20 | 115,637,649 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,102 | h | // This file was generated based on '../../../AppData/Local/Fusetools/Packages/Fuse.Nodes/1.4.2/Input/PointerEventArgs.uno'.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Fuse.VisualEventArgs.h>
namespace g{namespace Fuse{namespace Input{struct PointerEventArgs;}}}
namespace ... | [
"turrifftyresandalloys@gmail.com"
] | turrifftyresandalloys@gmail.com |
1ad1e9c609b77b84101b7f0a6c284cc57acdfe51 | 57d30906de95e20fb45216925791cb809a11b7f1 | /ase/gtcpp/auto_addrinfo.hpp | 824bf8eb822cec7df0f571929064510a9cd3353f | [
"MIT"
] | permissive | ahiguti/ase | ad782902ca3a8713b155769413fc5d9fd537c347 | f6bc5f337fe7df6eabf676660d9189d3c474150d | refs/heads/main | 2021-06-13T17:39:25.280776 | 2012-06-15T21:01:17 | 2012-06-15T21:01:17 | 4,680,010 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,256 | hpp |
/*
* This file is part of ASE, the abstract script engines.
* Copyright (C) 2006 A.Higuchi. All rights reserved.
* See COPYRIGHT.txt for details.
*/
#ifndef GTCPP_AUTO_ADDRINFO_HPP
#define GTCPP_AUTO_ADDRINFO_HPP
#include <gtcpp/error.hpp>
#include <boost/noncopyable.hpp>
#include <sys/types.h>
#include <sys/... | [
"ahiguti100@gmail.com"
] | ahiguti100@gmail.com |
6e3adde250db6715b076dc0d7af7fed35d1b7474 | 31b84b95573bc433a5f3fdbce19557ed765acc99 | /src/cli/Injector.hpp | 1e458dcc1f1be6928a547bb7b0f03d8c026d04bf | [
"BSD-3-Clause",
"MIT"
] | permissive | mrsalwater/Jector | ff9f1ca6f02dc622a968b1c9f8b5f2a182dc78a8 | fa5545c6425353a138b9721874d995dc2f807aa6 | refs/heads/master | 2022-04-09T16:59:36.857940 | 2020-04-06T11:33:05 | 2020-04-06T11:33:05 | 252,434,098 | 12 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 232 | hpp | #ifndef JECTOR_CLI_INJECTOR_HPP
#define JECTOR_CLI_INJECTOR_HPP
#include <windows.h>
#include "Files.hpp"
extern "C" {
#include "LoadLibraryR.h"
}
BOOL Inject(DWORD pid, const char *parameter);
#endif //JECTOR_CLI_INJECTOR_HPP
| [
"mrsalwatercode@gmail.com"
] | mrsalwatercode@gmail.com |
d8ff645f2b9f47d0531bcb3ae4411acf3d13ca09 | eee4e1d7e3bd56bd0c24da12f727017d509f919d | /Case/case7/play/case0/Case/case1/1500/k | 04b546171e52569b2e07134fc13c59693169a94a | [] | no_license | mamitsu2/aircond5_play5 | 35ea72345d23c5217564bf191921fbbe412b90f2 | f1974714161f5f6dad9ae6d9a77d74b6a19d5579 | refs/heads/master | 2021-10-30T08:59:18.692891 | 2019-04-26T01:48:44 | 2019-04-26T01:48:44 | 183,529,942 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,583 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"mitsuaki.makino@tryeting.jp"
] | mitsuaki.makino@tryeting.jp | |
ac6c0543a5436586af39e9be1e1f704b19ec92a1 | 29ff7b1ede96d137b597187e501b046ba7b7581a | /Assignment4/primesBcastMPI.cpp | cdf16bde5d66c73584f459fbe3be1091d9fc7f2e | [] | no_license | kondapik/IPP_LAB | 3ff8a242f8484a215a6f7b41f425a1439ef08199 | 795bbd1e923569fc6ec0f2217b1cc6bf75a1d546 | refs/heads/master | 2023-08-26T09:27:37.849893 | 2021-10-17T21:35:22 | 2021-10-17T21:35:22 | 406,597,889 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,505 | cpp | #include <iostream>
#include <vector>
#include <cmath>
#include <algorithm>
#include <numeric>
#include <bits/stdc++.h>
#include <mpi.h>
long finalPrimes;
long localPrimes;
int helpText(char *program)
{
std::cout << "Usage: " << program << " [optional command] N" << std::endl;
std::cout << std::endl;
std:... | [
"kvskrishnaprasanth@gmail.com"
] | kvskrishnaprasanth@gmail.com |
1c170b67a28bf404f22986c003a966f39a1c065c | e486d81cc77cc2d9c13a1450f0293a83d62fca7a | /Ifmo c++/Ifmo c++/QueueV.h | c95e10319b9760a775a2cfbbae6c78eeba99f410 | [] | no_license | vital228/Algorithm | 3b468476b6304e800c60f778e47641e311673116 | d7404e56682a1c69f6a954f12ba7ae38e72d6089 | refs/heads/master | 2023-08-31T14:34:35.182347 | 2023-08-07T13:09:42 | 2023-08-07T13:09:42 | 173,559,270 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 872 | h | #pragma once
#include<string>
class QueueException {
std::string error;
public:
QueueException(std::string err) :error(err) {
}
const char* getError() { return error.c_str(); }
};
template<class T>
class QueueV
{
T* arr;
int size,count;
int first=0, last = 0;
public:
QueueV(int maxN)
{
size = maxN;
... | [
"krasnoshekov20001@mail.ru"
] | krasnoshekov20001@mail.ru |
5ff6258b1b82977e7a279a95ed45908a7e9547c9 | 0e289083dbe5c310a8b5aa896c95257f2823c8da | /acel-base-master/src/libraries/ascent/ascent/integrators/RKMM.h | 25eedac5ca1073ed9538a1f8372c02ae9c228485 | [
"MIT",
"Apache-2.0"
] | permissive | Xaegrek/Thesis_DJI_PI | 8447dea410dd9348813727367af372a9cc323beb | dd941222ed1b806a5d4a022389e8ddd3f31338d3 | refs/heads/master | 2021-09-13T18:19:00.811338 | 2018-05-02T21:09:57 | 2018-05-02T21:09:57 | 119,743,906 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,633 | h | // Copyright (c) 2016-2017 Anyar, Inc.
//
// 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 ... | [
"xaegrek@gmail.com"
] | xaegrek@gmail.com |
1853fb81d21b99f3cecc44c5a7f6988fa25764a2 | 3c786eb5f6cb910c6ef83032c5c1d1a585b4c78d | /Schedule.cpp | 5a9aef6c7b92806b714d86d3c9327458dde097a4 | [] | no_license | ustcanycall/Compiler | eb684332e5ec44d70c2a0a187feb725e00bb5bb9 | ca171721fc75fc025da289d861e7e26535798d6a | refs/heads/master | 2021-01-22T11:29:18.515133 | 2017-05-29T09:28:48 | 2017-05-29T09:28:48 | 92,703,923 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,223 | cpp | #include <vector>
#include "include/Conv_layer.hpp"
#include "include/Schedule.hpp"
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
using namespace std;
int Schedule::Load_Instruction(int layer, int mode1, int mode2) {
int load_bytes = 0;
int load_times = 0;
int load_cycles = 0;
//... | [
"anycall@mail.ustc.edu.cn"
] | anycall@mail.ustc.edu.cn |
9ba8bd86ea67b1028d67b430b0552c6fd5a077bf | cf3e9398e4a1a8b41aa12e3ef42aa2a73bff2507 | /src/atlas/macro/sampler.hpp | a74265e1e410c1ad068adfff0e98d1fe56a529f0 | [
"Apache-2.0",
"MIT"
] | permissive | fritzo/pomagma | fb207e8bfd77c7ac592ddb27d5fd3213da50a532 | ad2bf9c12eb58190f2761608c053ac89d3ddf305 | refs/heads/master | 2023-02-24T16:54:31.981623 | 2023-02-10T23:17:42 | 2023-02-10T23:17:42 | 4,943,857 | 12 | 0 | NOASSERTION | 2023-02-10T23:17:43 | 2012-07-08T05:22:16 | C++ | UTF-8 | C++ | false | false | 895 | hpp | #pragma once
#include "util.hpp"
#include <pomagma/atlas/sampler.hpp>
#include <pomagma/util/sequential/dense_set.hpp>
namespace pomagma {
class NullaryFunction;
class InjectiveFunction;
class BinaryFunction;
class SymmetricFunction;
class Sampler::Policy : noncopyable {
DenseSet& m_set;
size_t m_size;
... | [
"fritz.obermeyer@gmail.com"
] | fritz.obermeyer@gmail.com |
504e8ecc897b2614c8bb328c9564bbbc077d1e3f | 236bfcb9ebb19eb22f428171f28f16807735a0c0 | /cprimerplus/ch16_string_stl/exam2/vect2.cpp | 9bd771919d423a717eee259fe73e3d934796158f | [] | no_license | zzw4github/cpp | ffd9a1612166add6f6968d9e24a85e2073a4c127 | 10c2a927b2f4427e71baec563346aa2bd39642d1 | refs/heads/master | 2021-01-17T11:05:07.229429 | 2016-08-14T10:02:35 | 2016-08-14T10:02:35 | 65,607,050 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,791 | cpp | // vect2.cpp -- methods and iterators
#include <iostream>
#include <string>
#include <vector>
struct Review {
std::string title;
int rating;
};
bool FillReview(Review & rr);
void ShowReview(const Review & rr);
int main()
{
using std::cout;
using std::vector;
vector<Review> books;
Review temp;
while (FillReview(t... | [
"516160271@qq.com"
] | 516160271@qq.com |
56e90c79b31a7400238e4c710f767021e549e68b | 17fb717579a13aeadb8883e18007ebea9f6b7201 | /library/cgp/display/opengl/shaders/shaders.hpp | ecbb720d19a7b6f073c5debd597b3c84ebc44504 | [] | no_license | vbonczak/graphviz | 3f79336c85fa914f57695f1c3dac279672115687 | 7a7ad23bd6aef9c7739c7ff8c2f8059f2f86cc61 | refs/heads/main | 2023-08-23T21:20:12.007548 | 2021-11-05T16:52:24 | 2021-11-05T16:52:24 | 421,956,622 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 594 | hpp | #pragma once
#include "../glad/glad.hpp"
#include <string>
namespace cgp
{
/** Load and compile shaders from glsl file sources
* Display warnings and errors if the file cannot be accessed.
* Display debug info when the shader is succesfully compiled. */
GLuint opengl_load_shader(std::string const& ver... | [
"vincent.bonczak@gmail.com"
] | vincent.bonczak@gmail.com |
c626b6a6ef442194f465f6246e5f5017a72519c6 | c8b6d796f5bfd1612e051d3db5dbb86787b72698 | /AI-171-Winter-2016/Variable.cpp | d140ff32278fa63661cc418d4637b8b081f53e73 | [] | no_license | SVT125/AI-171-Winter-2016 | 8ac9b96ed38238adacff2446c3b21feb82e668a5 | 43a10176faea2a0d0362b1c3e814c0be5973eaca | refs/heads/master | 2021-01-10T15:29:33.107348 | 2016-03-12T04:19:53 | 2016-03-12T04:19:53 | 49,800,783 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,488 | cpp | #include "stdafx.h"
#include "Variable.h"
#include <vector>
#include <algorithm>
#include <iostream>
using namespace std;
Variable::Variable(int row, int col, int n) {
this->row = row;
this->col = col;
value = 0;
for (int i = 1; i <= n; i++)
possibleValues.push_back(i);
}
Variable::Variable() {
this->row = -1... | [
"Jhardjadinata14@gmail.com"
] | Jhardjadinata14@gmail.com |
53dee865ae699df11ff24f2f8f8e1f27223d09e9 | 9215fe20d4f1568f385a420742ac87c05132d4c0 | /DebuggingAssignment.cpp | bd8bcda5e05f839f48ef297e4534ca07bf70cbeb | [] | no_license | MarissaRanatunga/CIS-161 | 4d1cbbdbccac2292fa168c138123b2a31f60a2a5 | 4975ff3ee4b46e0999a80276ed1a4066095ed9a1 | refs/heads/master | 2020-07-13T08:24:50.908446 | 2019-09-02T06:34:06 | 2019-09-02T06:34:06 | 205,044,051 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 920 | cpp | #include <iostream>
#include <string>
using namespace std;
void Method1();
void Method2();
void Method3();
int main()
{
string Pause;
const int SIZE = 6;
string Names[SIZE] = { "Name1", "Name2", "Name3", "Name4", "Name5", "Name6" };
cout << "In Main " << endl;
for (int index = 0; index < SIZE; ... | [
"noreply@github.com"
] | MarissaRanatunga.noreply@github.com |
5044024fdedc9151b411f6a3562a576ab0cd2805 | a1b1400498f9d347bf7a69fca2cecc55d1cbc5f1 | /tools/onetrace/unified_tracer.h | a0ec109407e6670a2285757c7fb0f5384b0cd9f8 | [
"MIT"
] | permissive | johntfalk/pti-gpu | 57bd6fe933b617e03139211e46f0ab3202944fd2 | df968c95687f15f871c9323d9325211669487bd2 | refs/heads/master | 2023-04-13T01:19:14.025126 | 2021-04-14T08:37:51 | 2021-04-14T08:37:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,563 | h | //==============================================================
// Copyright (C) Intel Corporation
//
// SPDX-License-Identifier: MIT
// =============================================================
#ifndef PTI_SAMPLES_ONETRACE_UNIFIED_TRACER_H_
#define PTI_SAMPLES_ONETRACE_UNIFIED_TRACER_H_
#include <chrono>
#inclu... | [
"anton.v.gorshkov@intel.com"
] | anton.v.gorshkov@intel.com |
12d0d83abc77cbfe779212b35cf4197c8aa91311 | ef950389763d3134e97838b414d7856128759027 | /TraySink/SystemTrayApp/test/TC_SystemTray.h | 3743db687e2324ff7d885dbcca939a37493681d0 | [] | no_license | chumachuma/Win_tools | 136af7069a0e990040a258233161069c7ee2fb52 | 141a84133c60750a7287be6755366422f0779fa9 | refs/heads/master | 2021-01-19T05:25:44.365199 | 2020-02-23T22:42:37 | 2020-02-23T22:42:37 | 33,415,286 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 237 | h | #pragma once
#include "..\SystemTrayHandler.h"
class TC_SystemTray: public test::TestingInterface
{
public:
TC_SystemTray ();
~TC_SystemTray ();
void preprocessing (void);
void testprocessing (void);
void postprocessing (void);
}; | [
"orionbl@hotmail.es"
] | orionbl@hotmail.es |
99142803998c1fa6c38123884a7a2a47daa40878 | 0c6da8b04ba38ba930364155fd3596b94c41dfbb | /Problemset/two-sum-ii-input-array-is-sorted/two-sum-ii-input-array-is-sorted.cpp | 9da539e4743ceec0f61b5d00b7c15bc6dd22dd8b | [] | no_license | rubychen0611/LeetCode | 200725a80cf4e27b8180a14276d4f5c8958b5c39 | 185a0f9de2624345ca1f219be633ed1e891e6d8d | refs/heads/main | 2023-08-26T11:33:02.711733 | 2021-10-21T03:22:12 | 2021-10-21T03:22:12 | 306,789,533 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 686 | cpp |
// @Title: 两数之和 II - 输入有序数组 (Two Sum II - Input array is sorted)
// @Author: rubychen0611
// @Date: 2021-01-04 11:17:16
// @Runtime: 12 ms
// @Memory: 9.6 MB
class Solution {
public:
vector<int> twoSum(vector<int>& numbers, int target) {
int i = 0, j = numbers.size() - 1;
vector<int> ans(2);
... | [
"rubychen0611@yeah.net"
] | rubychen0611@yeah.net |
f18c9d1dc29f60cc4300e23ccad5a71a3af0ca2e | 04bd521453254be10ee61a94789950f2d43d4dab | /codeforces/round_644/G.cpp | ac5c9d73dd29939d25e994408d3c83f6c24b15d3 | [] | no_license | nitinkedia7/competitive-coding | 0dd19f98f81b144ead95b540aaa88c2f33981a15 | c2fc743f71a60846650387edf50f2ef2828e2119 | refs/heads/master | 2023-04-28T01:18:04.917804 | 2020-08-20T14:47:23 | 2020-08-20T14:47:23 | 163,924,874 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 823 | cpp | #include "bits/stdc++.h"
using namespace std;
#define all(x) (x).begin(), (x).end()
using ll = long long;
const ll MOD = 1000000007;
void print(vector<int> &v) {
for (int i = 0; i < (int) v.size(); i++) {
cout << v[i];
}
cout << endl;
}
void sherlock(int t) {
int n, m, a, b;
cin >> n >> m ... | [
"nitinkedia7@gmail.com"
] | nitinkedia7@gmail.com |
51678eb89267e49ebb204c082fdcb9861181ea97 | 8be981f0e66a6d50d367986bb0fe788b17165a58 | /Week_1/examples/Chapter_2/2_1_디폴트 매개변수/2_1_1/main.cpp | 7b873b016c8fe42c103aeed802817b1d2c3a4821 | [] | no_license | JeongJiAn/Hacker_Study_OOP | 16cd7c4c66b42697201fc0b7c7bf1206850388ee | ef545c50ec8ade1392d1f1c1ecd62ed44947478f | refs/heads/master | 2023-07-17T01:51:26.046305 | 2021-08-22T07:04:24 | 2021-08-22T07:04:24 | 379,502,114 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 191 | cpp | #include <iostream>
using namespace std;
int testFunc(int = 10);
void main() {
cout << testFunc() << endl;
cout << testFunc(20) << endl;
}
int testFunc(int n_param) {
return n_param;
} | [
"devjian0219@gmail.com"
] | devjian0219@gmail.com |
b8e47ab0f1722344470a51f187aa3d7a106b3d82 | 80b3a67d2b9eef27bfccf1364b5e866f840f22c9 | /codes/obc/dependencies/rodos/support/support-programs/maskgenerator/generator03-nomask.cpp | 65a309d90ceedf57042e6efbe84bb82fea803adc | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | sabil62/Floatsat | b00598239dd5fa00234927c533ec3b90369da4a8 | a02ce5a228ea82f539aa1845ed6f8edeba85a885 | refs/heads/main | 2023-06-08T10:13:51.741052 | 2023-05-25T17:11:44 | 2023-05-25T17:11:44 | 371,999,803 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,385 | cpp | #include "stdio.h"
#include "stdlib.h"
/*** Seee mask.txt and example.cpp ****/
struct Field {
char name[100];
int x, y;
};
int main() {
unsigned char inputLine[500];
Field field[300];
int fieldCnt = 0;
fprintf(stdout, "\n\n /**** Generated with support_programs/maskgenerator/generator-nom... | [
"shresthasabil62@gmail.com"
] | shresthasabil62@gmail.com |
a86a71c265af769e9f97eee9363040eef8049fe8 | 3872ba35731b85913a1e9e804b96fb942fe744ed | /Grafica/Astro_Panic/main.cpp | 32b0bd8fdf105d3a427b5f00578cb87d3305433a | [] | no_license | MassimoSandre/Cpp-projects | 3f484a30d2f5cf93755039977eb20e6990af95ad | e96c69c0f1c13f2c0adf020d72d4ba482c781264 | refs/heads/main | 2023-03-31T14:02:10.149694 | 2021-04-17T12:22:36 | 2021-04-17T12:22:36 | 358,864,118 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 19,283 | cpp | #include <bits/stdc++.h>
#include <graphics.h>
#include <chrono>
#include <windows.h>
#include <mmsystem.h>
using namespace std;
#include "enemies.h"
#include "bullets.h"
#define LARG 1024
#define ALTE 720
#define SPOST 10
#define STARTING_LIVES 3
#define IMMUNITY_TIME 1500
#define INV_FPS 10
#define ENEMY_MAXVEL 15
... | [
"massimo.sandretti@gmail.com"
] | massimo.sandretti@gmail.com |
03f75c278982fc3bf9cb8d982e74b3ea95418dba | a2c288f54cda9bd8b8f94f51a817e6be65a823e2 | /main.cpp | 9d60d0ba07f75a207c384557a1d4134e34242646 | [] | no_license | Parksejoon/directx | 5af43c852ade8a5ae865bdaa643ae312f868dcf9 | 58d97b92002925e80b0f0169220e6704bb838b74 | refs/heads/master | 2021-09-02T14:56:24.840599 | 2018-01-03T09:37:36 | 2018-01-03T09:37:36 | 113,131,110 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 535 | cpp | //
// FileName : main.cpp
//
#include "systemclass.h"
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR pScmdline, int iCmdshow)
{
SystemClass* System;
bool result;
// system 객체 생성합니다.
System = new SystemClass;
if (!System)
{
return 0;
}
// system 객체 초기화 및 run을 호출합니다.
result = System-... | [
"qkeh4161@naver.com"
] | qkeh4161@naver.com |
670b2073facad5a7c7c4e797a6b188db880f3529 | 0e7950115130308ab0e5aa03e4279efd71ebc433 | /WhamEngine/scene/animation/AnimClip.h | 137016d31bdda54e371313744135db33faa47345 | [] | no_license | AntonRidgway/WhamEngine | 298c3559a6d2cac2c7985b064d924eb0551cecc6 | d801617880f8433786ed24dda9ecdefd3da54b54 | refs/heads/master | 2016-09-01T11:07:54.704979 | 2015-12-01T06:58:21 | 2015-12-01T06:58:21 | 43,918,154 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 510 | h | #ifndef WE_ANIMCLIP_H
#define WE_ANIMCLIP_H
#include <string>
#include "AnimChannel.h"
class AnimClip
{
private:
const char* myName;
float duration;
float tps; //Animaiton ticks-per-second
bool isLooping;
AnimChannel** channels;
int numChannels;
public:
AnimClip ();
AnimClip (const char* animName, float durI... | [
"antonridgway@gmail.com"
] | antonridgway@gmail.com |
263d4a5b62fcaf0b75bea1a86e0af1763bc43dcf | 28532849935a0d6f5d3a81f1a96ed6cc0355912b | /tensorflow/core/kernels/cwise_op_gpu_logical_not.cu.cc | 34a43a76ef37c7bbd2f561112ea9257cbbb84ee8 | [
"Apache-2.0"
] | permissive | brodyh/tensorflow | dd2a90c190e44651cf2f7c9750db6c61d264f019 | 22dcea8c366c450a3840c370ef96ba73757c99e3 | refs/heads/master | 2021-01-22T16:09:50.468833 | 2015-11-12T00:21:20 | 2015-11-12T19:14:23 | 46,072,274 | 4 | 1 | null | 2015-11-12T18:28:27 | 2015-11-12T18:28:26 | null | UTF-8 | C++ | false | false | 251 | cc | #if GOOGLE_CUDA
#include "tensorflow/core/kernels/cwise_ops_gpu_common.cu.h"
namespace tensorflow {
namespace functor {
template struct UnaryFunctor<GPUDevice, logical_not>;
} // namespace functor
} // namespace tensorflow
#endif // GOOGLE_CUDA
| [
"keveman@gmail.com"
] | keveman@gmail.com |
611be68caca32cc83134da7866a9922dcd09083f | 4051dc0d87d36c889aefb2864ebe32cd21e9d949 | /December Challenge/Untitled2.cpp | 17a092f940c33f7a7d735ab24554308b23e27fb0 | [] | no_license | adityax10/ProgrammingCodes | e239971db7f3c4de9f2b060434a073932925ba4d | 8c9bb45e1a2a82f76b66f375607c65037343dcd9 | refs/heads/master | 2021-01-22T22:53:01.382230 | 2014-11-07T10:35:00 | 2014-11-07T10:35:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 236 | cpp | #include<iostream>
#include<vector>
#include<utility>
#include<limits.h>
#include<set>
#include<map>
#include<algorithm>
using namespace std;
int main()
{
vector<int> v;
v.push_back(1);
v.push_back(2);
cout<<v[0];
return 0;
}
| [
"androidaditya@gmail.com"
] | androidaditya@gmail.com |
82fac6896713d772f133dbb3099a3cf7a0f02e8b | cf7b647a9254bf9cf016620e3db292dbc2f738e5 | /AStyleWx/dialog/AStyleDlgBase.h | dca75f3d8d3c9e6004bdc31094b2c48a96186a7d | [
"MIT"
] | permissive | qorelanguage/astyle | 6fd76b6dad7db5727225b2c8c0f7bd6c8b8683e6 | 2c8e5833620a516d8a6bb3a25b4cbce100d3f424 | refs/heads/master | 2023-08-31T15:50:21.079498 | 2017-10-18T21:55:59 | 2017-10-18T21:55:59 | 108,251,251 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,492 | h | ///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Jun 17 2015)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
#ifndef __ASTYLEDLGBASE_H_... | [
"jimp03@1fe3c263-5997-42ff-936f-87a7378ef0cd"
] | jimp03@1fe3c263-5997-42ff-936f-87a7378ef0cd |
342e85fc56ebfa128c4fe4063ddae170c38729ba | eeac8a2df5d2b16e8d37de3f1b3f35c9ee1d3a7b | /prog3Project/Game/Graphics/UFOGraphics.cpp | 1037935d11b546c03a9104b11ed79226392d578f | [] | no_license | ValtteriJH/schoolProjects | 45e01a3e33c8114ce6eb8939fcfe203e15b06cc9 | 8aa8119a12bb2bc5feff335d2f632f3b57eadbe8 | refs/heads/main | 2023-08-23T01:51:41.960239 | 2021-10-23T13:27:41 | 2021-10-23T13:27:41 | 329,953,318 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,262 | cpp | #include "UFOGraphics.h"
namespace Junttarit{
Junttarit::UFOGraphics::UFOGraphics(int x, int y, std::shared_ptr<Junttarit::Teekkari> relatedTeekkari) :
x_(x),
y_(y),
relatedGraphic_(relatedTeekkari)
{
setPos(mapToParent(x_ % 100, y_ % 100));
setRotation(angle_);
}
Junt... | [
"valtteri.huhdankoski@tuni.fi"
] | valtteri.huhdankoski@tuni.fi |
a48c7a797b4c93eef11546a1f13c33f399932463 | 2b3e42007edc98c93a6ee862efd9b5ed4da360cd | /RoundA/q2.cpp | 3f6a46d5c186b00183ab5bf613f19a341d240a23 | [] | no_license | ParthS28/Google-Kickstart-2020 | bae635ea62285373863cf8bd5f2b05754d140f37 | 389bd974d3878bd120279ee97a8d3822c7bf7e63 | refs/heads/master | 2022-12-24T14:50:21.844125 | 2020-09-29T18:11:08 | 2020-09-29T18:11:08 | 295,515,076 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 624 | cpp | #include <bits/stdc++.h>
using namespace std;
#define ll long long
#define ar array
int n, k, p, a[50][30];
int dp[51][1501];
void solve() {
cin >> n >> k >> p;
memset(dp, 0xc0, sizeof(dp));
dp[0][0]=0;
for(int i=0; i<n; ++i) {
memcpy(dp[i+1], dp[i], sizeof(dp[0]));
for(int j = 0, sum = 0; j<k; ++j) {
cin... | [
"parth@pop-os.localdomain"
] | parth@pop-os.localdomain |
50fe1f34806d8c137a9f51973400ee3c1cb3ae2c | 06aa4cef73fee0291c3c3ad95fb92c26d741796e | /Digital Signal Generation and Analysis/build/Debug/usr/local/include/FourierTriangle.h | ea8e92c52adba239cf7cb461364f6b2b346edfe4 | [] | no_license | eriser/Digital_Signal_Generation_and_Analysis | ecff7ff2b8fbb05df33efaf45976e4289f5e5e39 | bf9be1781fb778b840b2ed25300b97399ce3753e | refs/heads/master | 2020-04-05T18:56:23.440882 | 2014-09-23T15:25:03 | 2014-09-23T15:25:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,498 | h | //
// FourierTriangle.h
// Digital Signal Generation and Analysis
//
// Created by Alexander Zywicki on 9/8/14.
//
//
#ifndef Digital_Signal_Generation_and_Analysis_FourierTriangle_h
#define Digital_Signal_Generation_and_Analysis_FourierTriangle_h
#include "FourierGenerator.h"
namespace DSG {
/*!\brief Fourie... | [
"alexander.zywicki@loop.colum.edu"
] | alexander.zywicki@loop.colum.edu |
0a56b1735541bc589edac1f1b85621b8c478c074 | cedcbe13b951d5aff9a81d6e273f9bb4dbcbe5cc | /Source/ActionRPGGame/UI/ARWeaponInfoWidget.cpp | 1c19fc81d8312f9cf6e02518c58e52bef5d64822 | [] | no_license | Pipi24/ActionRPGGame | 51562967e0de06a269e13e6622d5ea18e940241c | a645a210275f71c6ba51f17a1e545427d94137fe | refs/heads/master | 2021-08-30T10:49:29.196697 | 2017-12-17T14:47:10 | 2017-12-17T14:47:10 | 114,983,487 | 1 | 0 | null | 2017-12-21T08:45:12 | 2017-12-21T08:45:12 | null | UTF-8 | C++ | false | false | 1,853 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "ARWeaponInfoWidget.h"
#include "ARPlayerController.h"
#include "ARAbilityBase.h"
#include "ARGunAttributes.h"
#include "../Weapons/ARWeaponAbilityBase.h"
#include "../Weapons/ARWeaponManagerComponent.h"
void UARWeaponInfoWidget::N... | [
"xeavien@gmail.com"
] | xeavien@gmail.com |
8ee18c55dd4e6b13c2ea4b1159912e5010023e2d | 2e46458d931aa6be39ecd9712f62a9311106c017 | /week7/Shape/Rectangle.cpp | adaaadfd75981069afec2dd40ef3006ff42d639e | [
"MIT",
"LicenseRef-scancode-other-permissive"
] | permissive | WeiChienHsu/CS165 | 9448fb1731e698b5078e1dd76f62ad51481f2a2c | 65e95efc90415c8acc707e2d544eb384d3982e18 | refs/heads/master | 2020-03-08T12:48:24.158676 | 2019-01-06T22:33:12 | 2019-01-06T22:33:12 | 128,137,823 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,709 | cpp | /*********************************************************************
** Author: Wei-Chien Hsu
** Date: 05/15/18
** Description: A class called Rectangle that inherits from Shape
have double fields for its length and width.
have virtual set methods for both fields
... | [
"weichien711@gmail.com"
] | weichien711@gmail.com |
fb2338bc65a70af2107f271ac82d7c89b09c63ed | c359a909133b8174e4afe2ab56b53d55a937b261 | /src/modules/simpleM/sink/SinkMsg.cc | eb61a89f4d8f0680637bdd55aebcf8ac165327d3 | [] | no_license | aveith/simulator-stream-processing | 1b31dbbf02aa9b65613c1cc432367283721bc9f0 | 3bb4922a37926db0202d9d5a2712ee1d94637315 | refs/heads/master | 2020-06-05T07:30:58.683154 | 2020-04-28T11:56:15 | 2020-04-28T11:56:15 | 192,360,656 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 764 | cc | #include "SinkMsg.h"
namespace fogstream {
Define_Module(SinkMsg);
void SinkMsg::initialize()
{
// TODO - Generated method body
cMessage* msg = new cMessage("Init");
scheduleAt(simTime(), msg);
}
void SinkMsg::handleMessage(cMessage *msg)
{
// TODO - Generated method body
if (msg->isSelfMessa... | [
"alexandre.da-silva-veith@inria.fr"
] | alexandre.da-silva-veith@inria.fr |
556a129a968e3b03de731d9aa226d0a35d53054e | 7a1580332983d42929dd03765ec89c0cedbb97f6 | /bishop.h | a4088ddd2e66fdc6cc987ce3d3d6c65dd81eb3e6 | [] | no_license | frimbraza/Chess-Simulator | b35ae3352c1158934f060c1b8e1cb2765ca5f1d1 | f4fd09b2e7f54e462636a60edca34e870f47f5cb | refs/heads/master | 2016-09-13T07:06:38.887547 | 2016-05-11T22:02:01 | 2016-05-11T22:02:01 | 57,250,488 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 542 | h | #ifndef BISHOP_H
#define BISHOP_H
#include "piece.h"
class Bishop : public Piece
{
public:
//Constructor:
Bishop(char inputSymbol, PLAYER inputPlayer, Coordinate inputPosition);
Bishop(char inputSymbol, PLAYER inputPlayer, int x, int y);
~Bishop();
//Virtual func... | [
"ha.kit.chan@gmail.com"
] | ha.kit.chan@gmail.com |
1684617dc02e3b8bdd906feb8587f642b60a4c27 | d8446827771cd79eb13242d21b0ca103035c467d | /day03/ex01/FragTrap.cpp | bdf45bda1fcd9c6112a6514e9bdffcf6f508943c | [] | no_license | vuslysty/piscineCPP | e3ef3aabbef053eca29e1fad0695eeda85bc00c2 | 91a583ed4a0352c904fa485202752f8105230520 | refs/heads/master | 2020-06-20T19:16:15.561261 | 2019-07-16T15:51:59 | 2019-07-16T15:51:59 | 197,219,556 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,652 | cpp | //
// Created by Vladyslav USLYSTYI on 2019-06-28.
//
#include <iostream>
#include "FragTrap.hpp"
FragTrap::FragTrap() {}
FragTrap::FragTrap(std::string const &name) : name(name)
{
hitPoints = 100;
maxHitPoints = 100;
energyPoints = 100;
maxEnergyPoints = 100;
level = 1;
meleeAttackDamage = 30;
rangedAttackDa... | [
"vuslysty@e2r11p11.unit.ua"
] | vuslysty@e2r11p11.unit.ua |
3c32e054037b42636428421ac2f9827b93dabbad | 2fa9ddfa7f9c501c996f3eea99da268524800d88 | /Library/Il2cppBuildCache/iOS/il2cppOutput/mscorlib14.cpp | 495c68f0e78dcd3c6b1adce8797071a00520e448 | [] | no_license | superdejawu/AR-sandbox | 4d7fb71afb06f07da63514fe833cb991c6175747 | 5e309e48ecf1859dbd5bed20e28990504637aff9 | refs/heads/main | 2023-03-28T17:57:48.674238 | 2021-04-07T18:34:45 | 2021-04-07T18:34:45 | 355,603,083 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,967,012 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
#include "icalls/mscorlib/System.Threading/Timer.h"
#include "icalls/mscorlib/System/Type.h"
#include "icalls/mscorlib/System/TypedReference.h"
struct VirtActionInvoker0
{
typedef ... | [
"george.wu@caperlab.com"
] | george.wu@caperlab.com |
7264eda984888b71c77a30ab52aa4862b393d918 | a4cc03a687fec33fb986990cf053c1a04804b6f1 | /allwinner/tina_multimedia/libcedarx/demo/demoOmxVenc/OmxCodec.cpp | baa18759e32be54231782c94c4512b4e3b1387b1 | [] | no_license | lindenis-org/lindenis-v833-package | 93768d5ab5c6af90e67bca2b4ed22552ab5d8ae8 | 220e01731729a86a0aac2a9f65e20a0176af4588 | refs/heads/master | 2023-05-11T22:20:40.949440 | 2021-05-26T09:42:15 | 2021-05-27T08:24:18 | 371,616,812 | 6 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 31,733 | cpp | #ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#include <dlfcn.h>
#include <stdlib.h>
#include <string.h>
#include "OmxCodec.h"
#include "cdx_log.h"
#include <errno.h>
#include <stdio.h>
#include <unistd.h>
typedef struct OMX_PARAM_BUFFERADDRESS
{
OMX_U32 nSize; /**< size of the structure in bytes */
... | [
"given@lindeni.com"
] | given@lindeni.com |
5494d8fd7aafbd13bf3e7ffa7acb56653c82786b | e217eaf05d0dab8dd339032b6c58636841aa8815 | /IfcTunnel/src/OpenInfraPlatform/IfcTunnel/entity/include/IfcTunnelElement.h | 551dbc0aa82be0322af1ec4173ef3e472cd89fd7 | [] | no_license | bigdoods/OpenInfraPlatform | f7785ebe4cb46e24d7f636e1b4110679d78a4303 | 0266e86a9f25f2ea9ec837d8d340d31a58a83c8e | refs/heads/master | 2021-01-21T03:41:20.124443 | 2016-01-26T23:20:21 | 2016-01-26T23:20:21 | 57,377,206 | 0 | 1 | null | 2016-04-29T10:38:19 | 2016-04-29T10:38:19 | null | UTF-8 | C++ | false | false | 4,321 | h | /*! \verbatim
* \copyright Copyright (c) 2014 Julian Amann. All rights reserved.
* \date 2014-03-05 19:30
* \author Julian Amann <julian.amann@tum.de> (https://www.cms.bgu.tum.de/en/team/amann)
* \brief This file is part of the BlueFramework.
* \endverbatim
*/
#pragma once
#include <vector>
#include <map>
#inc... | [
"planung.cms.bv@tum.de"
] | planung.cms.bv@tum.de |
9eeaae0e8b1edd1bfdaf81b45c938aaf2ded4216 | cb796fe6cdd2b58782cd5bbd6b7bd29d4ea6a298 | /f1000/doc/fwsdk/IQA_LIB_uBlaze_rev1_5/include/hxx/TX_MERLIN_CTRL5.hxx | e5a04c2e0b84f3c47ee30bc94a88cfe5ed761089 | [] | no_license | IQAnalog/iqa_external | b0098d5102d8d7b462993fce081544bd2db00e52 | 13e2c782699f962fb19de9987933cbef66b47ce1 | refs/heads/master | 2023-03-23T13:46:16.550707 | 2021-03-24T18:03:22 | 2021-03-24T18:03:22 | 350,906,829 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,791 | hxx | //*******************************************************************************
// __ __ *
// / \/ \ *
// \ \ ... | [
"rudyl@iqanalog.com"
] | rudyl@iqanalog.com |
c532bc2d0c3f757834ba5b02d3420a9cae0b3c15 | e66822704238ae0d7862b5408cb4fa964b62444c | /lib/for.cpp | 33cc1c90249fe8695696456a3ac18a85ddb81a49 | [] | no_license | RajaomalalaSendra/CPP-intro | 7eb646a7bea72a061cc563edb9b59e2a42fe67a4 | b6f1c9dd73d0cce67e5211e2a7ea32075725f01c | refs/heads/master | 2020-04-17T16:37:08.511999 | 2019-01-21T04:39:39 | 2019-01-21T04:39:39 | 166,748,140 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 248 | cpp | // countdown using for loop;
#include <iostream>
#include <string>
#include <sstream>
using namespace std;
int main ()
{
//for loop
for (int n = 10; n > 0; n--) {
cout << n << ", ";
}
cout << "We've just finished it. BOOMM!";
return 0;
} | [
"rajaomalalasendrampanjato@gmail.com"
] | rajaomalalasendrampanjato@gmail.com |
66fdd2f029f774c984748ca5eeb80f1b1ec61b5a | cbf3739f8fae405391d7062ff51042afc03d4136 | /lasso.cpp | 2bc40ca95623be4c7777a79c6fadf6e94022a842 | [] | no_license | ishit16/Game_Lasso | c2e9fad5a5a0b352aeeb3725740d1b8db8c66b15 | 1d6ab62e1fc3ed34f89f404409bf18acea256cb7 | refs/heads/master | 2023-05-02T13:44:22.084440 | 2021-05-24T10:19:37 | 2021-05-24T10:19:37 | 370,309,940 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,203 | cpp | #include <simplecpp>
#include <string>
#include "MovingObject.h"
#include "lasso.h"
#include "coin.h"
#include "lives.h"
#include "coin_comparison.h"
using namespace simplecpp;
double coin_x;
void Lasso::draw_lasso_band() {
double len = (release_speed/MAX_RELEASE_SPEED)*LASSO_BAND_LENGTH;
double arad = release_ang... | [
"ishitgarg1231@gmail.com"
] | ishitgarg1231@gmail.com |
5d86947e73cea6374b73d8983b686285493050c3 | e99e2a3f7012181480a11505d3b1e12ea069dfca | /pointer/main.cpp | 8333758383f6c5e89d1159838876ed54b1193ca4 | [] | no_license | lzhx180/gitStudy | ccd68dadcf763016510f1c5de1d0635a68bb89a0 | 646c252d1e5cb9ed55854a4534eb61de842b0f05 | refs/heads/master | 2020-03-25T21:22:23.055943 | 2018-08-09T19:56:07 | 2018-08-09T19:56:07 | 144,172,304 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 671 | cpp | #include <iostream>
#include <Rectangle.h>
#include <Triangle.h>
using namespace std;
int main()
{
int firstValue, secondValue;
int *myPointer;
Rectangle myRectangle;
Triangle myTriangle;
myRectangle.set_values(4,5);
myTriangle.set_values(4,5);
myPointer = &firstValue;
*myPointer = 1... | [
"umroot@futon.encs.concordia.ca"
] | umroot@futon.encs.concordia.ca |
e3baac1fc64c79e0ec280194a6f402cc9f68d549 | a39a3e54f2e7d79fc5e71e34156d8ca197d6f173 | /include/stf/unit/detail/comparator.hpp | 6e1a8886fb8c694f3f0cac844a3f3e39b346b829 | [
"BSL-1.0"
] | permissive | aminiussi/stf | d370ea469c8e6ffe73cd8d104d0dba6eedb9ee6c | 04cff4ac9b487425357cc49ed741dbb8be5003b6 | refs/heads/master | 2021-01-13T16:35:25.312440 | 2017-01-17T12:20:11 | 2017-01-17T12:20:11 | 79,146,583 | 0 | 0 | null | 2017-01-16T18:28:08 | 2017-01-16T18:28:08 | null | UTF-8 | C++ | false | false | 1,896 | hpp | //==================================================================================================
/*!
@file
Defines extensible comparator for relation tests macro
@copyright 2015 LRI UMR 8623 CNRS/Univ Parcompare_ Sud XI
@copyright 2015 Joel Falcou
Distributed under the Boost Software License, V... | [
"joel.falcou@lri.fr"
] | joel.falcou@lri.fr |
3071fd77bcdc387c723bb166802b35e4b6fc3d1e | a550f7637d3d68c59fe48a97ded2fca94ec488d1 | /yuv/others/yuv-cut3.cpp | d0a5fbd709c0f97413a01a2f867863763cf897a0 | [] | no_license | sisiwuxi/helllo-git | 457ad5531987ebdf61c9a797978ad9f9eeda7685 | 0b54e5100ad5fd03129a3b918b5bad82c31ea78a | refs/heads/master | 2023-03-08T18:12:23.066976 | 2023-02-10T11:04:41 | 2023-02-26T12:18:39 | 79,521,135 | 2 | 0 | null | 2017-01-20T03:54:41 | 2017-01-20T03:23:10 | null | UTF-8 | C++ | false | false | 542 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
void main()
{
FILE *fp1, *fp2;
int len = 0;
int i, k = 0;
if((fp1 = fopen("[720x480]_V.yuv","rb")) == NULL)/* V8Y8 U8Y8 */
printf("eror open1\n");
if((fp2 = fopen("[716x480]_V.yuv","wb")) == NULL)
printf("eror open2\n");
fseek(fp1, ... | [
"sisiwu@sisiwu-ThinkPad-E420.(none)"
] | sisiwu@sisiwu-ThinkPad-E420.(none) |
5d40b67d087e3b3ee43992524dbd561630480e3c | 8819b7eb827b24ff08ad68690628ac4ebc75095e | /qr_code_icp/src/3dposedetection/3dpose.cpp | 8a4680aaf7a1ee5d3fb30c2b4beada85041bcedc | [] | no_license | pyni/handeye_calibration_with_depth_camera | 81f6fd1dfe6a6c7fc6eca8aca4157cb2a0149ffc | 11839177df00fb80f2255f5a8a8f0a3251035cd9 | refs/heads/master | 2023-03-30T20:34:49.580221 | 2021-04-09T05:42:35 | 2021-04-09T05:42:35 | 277,480,896 | 40 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 20,633 | cpp | #include <Eigen/Core>
#include <pcl/point_types.h>
#include <pcl/point_cloud.h>
#include <pcl/common/time.h>
#include <pcl/common/transforms.h>
#include <pcl/console/print.h>
#include <pcl/features/fpfh_omp.h>
#include <pcl/filters/voxel_grid.h>
#include <pcl/io/obj_io.h>
#include <pcl/io/ply_io.h>
#include <pcl/visual... | [
"noreply@github.com"
] | pyni.noreply@github.com |
eb4cc95d27a2617006a7a3246656f1835a0d4b14 | daa8eb904dbdfe7f9733a98da17a664548bae358 | /clients/cpp14_client/client/csimplesocket/PassiveSocket.cpp | 2a0857028ec96339aba885d217efe6ba9a6c3299 | [
"Apache-2.0"
] | permissive | WatsOne/aicups | 4259f579b9667edef0faa79cccc7c24d14c2d0dc | 2af255d5c0968729611a76139fb7482cbdef984d | refs/heads/master | 2021-09-13T05:31:34.876210 | 2018-04-25T13:15:31 | 2018-04-25T13:15:31 | 104,114,477 | 0 | 0 | null | 2017-09-19T18:46:23 | 2017-09-19T18:46:23 | null | UTF-8 | C++ | false | false | 11,850 | cpp | /*---------------------------------------------------------------------------*/
/* */
/* PassiveSocket.cpp - Passive Socket Implementation */
/* */
... | [
"ud1@mail.ru"
] | ud1@mail.ru |
01b146e58215d39700ed2420064b8175fe42d888 | dd949f215d968f2ee69bf85571fd63e4f085a869 | /systems/css-2011-teams/blue/subarchitectures/visualization.sa/src/c++/core/Model.cpp | d4378e64a5b289ee56fb271013e862f6afc26650 | [] | no_license | marc-hanheide/cogx | a3fd395805f1b0ad7d713a05b9256312757b37a9 | cb9a9c9cdfeba02afac6a83d03b7c6bb778edb95 | refs/heads/master | 2022-03-16T23:36:21.951317 | 2013-12-10T23:49:07 | 2013-12-10T23:49:07 | 219,460,352 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 12,446 | cpp | /*
* Author: Marko Mahnič
* Created: 2010-03-11
*
* © Copyright 2010 Marko Mahnič.
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option)... | [
"marc@hanheide.net"
] | marc@hanheide.net |
71e65232ba81005ac23e8aacb75cdd7f179e3184 | 697ece97d86013137f38b6049a6755a7fec6e693 | /code/tests/testtoolkit/meshbuildertest.cc | c60e812f7c2b6f345110621c9a6c5e49c81a56c6 | [] | no_license | Chinamming/nebuladevice3 | 6ace3c9fd97632ed43743e8eb7fce151f976a906 | 1180cec07aff77da1e9f97cedbcfbf5b56c3630d | refs/heads/master | 2021-01-10T18:17:09.958301 | 2012-11-23T19:55:13 | 2012-11-23T19:55:13 | 47,537,441 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 4,550 | cc | //------------------------------------------------------------------------------
// meshbuildertest.cc
// (C) 2009 Radon Labs GmbH
//------------------------------------------------------------------------------
#include "stdneb.h"
#include "meshbuildertest.h"
#include "toolkitutil/meshutil/meshbuilder.h"
na... | [
"xoyojank@d47e28a6-9597-afde-2b20-6ad4a23d23fd"
] | xoyojank@d47e28a6-9597-afde-2b20-6ad4a23d23fd |
2d770f583d18494ef9eb40312e7d6e2e5fcdcc1b | 59fca924379b0ce9ff11d824286a2bb99fa30d54 | /Trunk/frameworks/runtime-src/Classes/effnode/tail/layer_tail.cpp | 5de8886d60127688e307e7dff901951d63a10b30 | [] | no_license | 736229999/zzy_fish | 3303ba62d34f30c08d0a7793535a8b1f01155621 | 109a7c2ec52b51404914aade2f20a38b34b576bd | refs/heads/master | 2021-03-22T03:04:22.350225 | 2016-08-22T07:20:01 | 2016-08-22T07:20:01 | 96,194,801 | 0 | 1 | null | 2017-07-04T08:31:33 | 2017-07-04T08:31:32 | null | UTF-8 | C++ | false | false | 7,310 | cpp | //
// layer_tail.cpp
// HelloCpp
//
// Created by yang chao (wantnon) on 14-6-16.
//
//
#include "layer_tail.h"
#include "chooseScene.h"
bool Clayer_tail::init()
{
setTouchEnabled( true );
CCSize winSize=CCDirector::sharedDirector()->getWinSize();//winSize equals to designResolutionSize
CCSize ... | [
"34663718@qq.com"
] | 34663718@qq.com |
c1026c411ed8b0be910c353b221a82d81c45a8e8 | 9562fd44a0a7143ec9057863b0f9a700ed36de23 | /Tejas-Simulator/PIN/pin-2.14/source/tools/MaskVector/vectorvalues.cpp | 1d49b77599d9a4d5a11f7fb129c575c57aea340c | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-proprietary-license",
"Apache-2.0"
] | permissive | UDC-GAC/tejas_knl | 57c31779967aed63bd170bcf642a0a7cc3c2ae9f | 5e772aef46362d8bec8ad6d5427b9bcff9be5cfe | refs/heads/master | 2023-04-22T07:04:22.760747 | 2021-05-06T15:19:24 | 2021-05-06T15:19:24 | 80,737,478 | 0 | 0 | Apache-2.0 | 2021-05-06T15:19:25 | 2017-02-02T15:17:22 | C++ | UTF-8 | C++ | false | false | 2,505 | cpp | /*BEGIN_LEGAL
Intel Open Source License
Copyright (c) 2002-2014 Intel Corporation. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
Redistributions of source code must retain the above copyright noti... | [
"marcos.horro@udc.es"
] | marcos.horro@udc.es |
1384f49ca60261d58c160451d6f8a46afef4f848 | 1693486b45322a474c419743c5cdf830724a6b0e | /irrlicht-1.8.4/include/irrAllocator.h | 9ea7f59528c8ed9ccf40ec9f216a577545332705 | [] | no_license | shadowEpitech/indie-studio | ebe1a0661aca25a5b7327d3fd21d08bd2d414121 | 768d19aa4e17bae6bd8401de6e32869c36f89f1e | refs/heads/master | 2020-03-26T06:48:03.537637 | 2018-08-13T19:16:54 | 2018-08-13T19:16:54 | 144,622,228 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,700 | h | <<<<<<< HEAD
// Copyright (C) 2002-2012 Nikolaus Gebhardt
// This file is part of the "Irrlicht Engine" and the "irrXML" project.
// For conditions of distribution and use, see copyright notice in irrlicht.h and irrXML.h
#ifndef __IRR_ALLOCATOR_H_INCLUDED__
#define __IRR_ALLOCATOR_H_INCLUDED__
#include "irrTyp... | [
"nicolas.djurovic@epitech.eu"
] | nicolas.djurovic@epitech.eu |
e5372f8261c67f30d2f21eba1ce280015ad94bb7 | 083100943aa21e05d2eb0ad745349331dd35239a | /aws-cpp-sdk-dynamodb/include/aws/dynamodb/model/AttributeValueUpdate.h | b53a75ddf4c8ad0282ae14cd7a91f5b1b191e9e7 | [
"JSON",
"MIT",
"Apache-2.0"
] | permissive | bmildner/aws-sdk-cpp | d853faf39ab001b2878de57aa7ba132579d1dcd2 | 983be395fdff4ec944b3bcfcd6ead6b4510b2991 | refs/heads/master | 2021-01-15T16:52:31.496867 | 2015-09-10T06:57:18 | 2015-09-10T06:57:18 | 41,954,994 | 1 | 0 | null | 2015-09-05T08:57:22 | 2015-09-05T08:57:22 | null | UTF-8 | C++ | false | false | 21,994 | h | /*
* Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file... | [
"henso@amazon.com"
] | henso@amazon.com |
17a1bc11c1cceb201b8beb970831a0d5506b6e6e | 8a147e39a3336d8c38ece319a2b848cd96a07858 | /mlpackTuts/regressionMain.cpp | adfa88d7c66ddd507bd77e59f2df3b67e8f062f8 | [] | no_license | nofea/CPPTuts | b3c3540c7a7daa8cbc09810cbaebbd7cf36fce6e | 03b1c0bb8d462dc35d2bfb81214239feebe0bcfc | refs/heads/master | 2021-06-07T00:04:35.133989 | 2021-04-25T11:32:36 | 2021-04-25T11:32:36 | 142,900,747 | 0 | 2 | null | 2018-08-14T04:00:31 | 2018-07-30T16:27:16 | C++ | UTF-8 | C++ | false | false | 1,835 | cpp | #include <iostream>
#include <fstream>
#include <mlpack/core/data/load.hpp>
#include <mlpack/methods/linear_regression/linear_regression.hpp>
using namespace std;
using namespace mlpack;
int main()
{
arma::mat predictor_data;
arma::rowvec response_data = {0,1,3,6,4,8,5,-1};
arma::rowvec predic... | [
"nofearsheenhere@gmail.com"
] | nofearsheenhere@gmail.com |
34eea0e7f2b1c2be387f13729614ef11a867672e | f4b9f78199b40d678100784a4b95ea6f81e18d23 | /test/190412/07.cpp | cce783c72f94ab55f89913f2f7676d827293cfe3 | [] | no_license | sally4405/Hongik-Univ_OOP | 05629c62464508b7634dc561b31155551e0070e0 | c1e79bc7a1c625585ad43e6a35515603400c286d | refs/heads/master | 2020-05-18T12:09:29.005491 | 2019-05-09T03:19:55 | 2019-05-09T03:19:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 283 | cpp | // 8. 멤버 초기화
#include <iostream>
using namespace std;
class CPoint {
private :
int x;
int y;
public :
CPoint(int a, int b) : y(b), x(a) {}
void Print() {cout << "(" << x << ", " << y << ")" << endl;}
};
int main(void)
{
CPoint P1(3,4);
P1.Print();
return 0;
}
| [
"seeun951129@gmail.com"
] | seeun951129@gmail.com |
fcc2ffa3c06435e10edca7cc75d6dbd98df8839a | b4e15a4b7f8f86152bf4872ae3df3f11af819dcd | /2019/cpp/Day 5/include/solution.hpp | a9fc91ebc480157d0c358596f22795b62af8f514 | [] | no_license | jtcass01/AdventOfCode | fe33545f0c5f85605a6cbf69d3f7374151470073 | 62f9b94f41cd3e06c9ff57e8c1bb07ea885fba3f | refs/heads/master | 2023-03-09T07:53:19.130099 | 2023-02-19T06:25:13 | 2023-02-19T06:25:13 | 112,757,418 | 0 | 0 | null | 2023-02-19T06:25:14 | 2017-12-01T15:48:59 | Python | UTF-8 | C++ | false | false | 261 | hpp | #include <iostream>
#include <fstream>
#include <string>
#include <streambuf>
#include <cassert>
#include <stdio.h>
#include <cstring>
#include <vector>
#include "computer.hpp"
int partOne(const std::string fileName);
int partTwo(const std::string fileName);
| [
"jacobtaylorcassady@outlook.com"
] | jacobtaylorcassady@outlook.com |
e735cf06255a5c2ccd99444a9e74b24366eaee99 | c135d39a63a344aa0f182e20661d81e984e0312b | /Build/VE_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/UnityEngine.AIModule.cpp | f1c4c35580046b2aeca1d0130b97abd95984a77c | [] | no_license | AdamBlas/Virtual_Environments | 5d811dfc7b502d359d8ed1871d2d47ed19118211 | e5562499788f81d48f412fe64011198ca6011c03 | refs/heads/main | 2023-06-05T02:54:04.871289 | 2021-06-23T18:29:02 | 2021-06-23T18:29:02 | 360,300,019 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 49,842 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
struct VirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeDat... | [
"adamblas97@gmail.com"
] | adamblas97@gmail.com |
d79c60aa0e4948aeab24ad994a2a83568dd2476f | 0315e60552a1af202c5e991897523312b5c92949 | /Intelligences/MedChestSearch/AIExample/AIExample.cpp | d3e8b8bdd7aef8cd0ce1dfc8ebd7c7110bb189f5 | [] | no_license | VichkaS/BattleCity | 03bc5074e5db18bf9981b11710832a1273ee5717 | 40b20db7006590cd11d7774600da81469eb3c757 | refs/heads/master | 2021-01-02T08:45:46.448975 | 2015-06-03T23:02:39 | 2015-06-03T23:02:39 | 31,974,492 | 0 | 1 | null | 2015-06-03T23:02:40 | 2015-03-10T18:29:24 | C# | WINDOWS-1251 | C++ | false | false | 3,530 | cpp | // AIExample.cpp : Defines the exported functions for the DLL application.
//
#include "stdafx.h"
#include "AIExample.h"
#define _USE_MATH_DEFINES
#include <math.h>
CTankActions tank;
int CompareAngles(int a, int b)
{
while (a < 0)
{
a += 360;
}
while (b < 0)
{
b += 360;
}
int angle = b ... | [
"mkgenz95@gmail.com"
] | mkgenz95@gmail.com |
7ff2c74457da26886286f8c66d1e3f9c1fb21e10 | bf9f7ff7152a2a86b18396657729f88879724c3d | /XLEngine/gameLoop.h | e8663540ace4fd697bf518a631708717a420c0ca | [] | no_license | jcapellman/DarkXL.NET | cde7053146a5d15de8df8a32166b4b6ab4bf7d6a | f0a1639a0aeae9a09fd913f139c7bd9be3005bcd | refs/heads/master | 2022-02-23T13:53:45.143307 | 2022-02-13T13:19:07 | 2022-02-13T13:19:07 | 134,160,605 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 297 | h | #pragma once
#include "types.h"
#include "Graphics/graphicsDeviceList.h"
#include "Graphics/graphicsDevice.h"
namespace GameLoop
{
bool init(void* win_param[], GraphicsDeviceID deviceID);
void destroy();
bool startGame(s32 gameID);
void stopGame();
bool checkExitGame();
void update();
}; | [
"ldarkxl@gmail.com"
] | ldarkxl@gmail.com |
7efb20ca46f7ee81e4a34e0e0e84867b204d3721 | afd1e4f62f53201c95f33d86b2a5ec7454b7a457 | /includes/vendor/glm/ext/quaternion_transform.hpp | 2afddda01a7989e0d85d4660cf5eac7e6812e124 | [] | no_license | ormskirk77/oxford_car_visualiser2 | 426570e6aa91bc283492672ba0d7a50e1241460a | 6d26ef909bd24ab17ba135bc2e193df2dbf52cbc | refs/heads/master | 2022-11-16T20:10:00.851951 | 2020-07-14T20:03:14 | 2020-07-14T20:03:14 | 263,434,267 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,355 | hpp | /// @ref ext_quaternion_transform
/// @file glm/ext/quaternion_transform.hpp
///
/// @defgroup ext_quaternion_transform GLM_EXT_quaternion_transform
/// @ingroup ext
///
/// Provides transformation functions for quaternion types
///
/// Include <glm/ext/quaternion_transform.hpp> to use the features of this extension.
/... | [
"tim.fernandezhart@gmail.com"
] | tim.fernandezhart@gmail.com |
5ebe70a76592a6d67dc25b9584c9e79f26ec82bd | 888ff1ff4f76c61e0a2cff281f3fae2c9a4dcb7b | /jianzhioffer/52.cpp | cf4e321d66bff39ad26a6da20895e4a0cbb78500 | [] | no_license | sanjusss/leetcode-cpp | 59e243fa41cd5a1e59fc1f0c6ec13161fae9a85b | 8bdf45a26f343b221caaf5be9d052c9819f29258 | refs/heads/master | 2023-08-18T01:02:47.798498 | 2023-08-15T00:30:51 | 2023-08-15T00:30:51 | 179,413,256 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 679 | cpp | /*
* @Author: sanjusss
* @Date: 2021-07-21 08:19:55
* @LastEditors: sanjusss
* @LastEditTime: 2021-07-21 08:23:40
* @FilePath: \jianzhioffer\52.cpp
*/
#include "leetcode.h"
class Solution {
public:
ListNode *getIntersectionNode(ListNode *headA, ListNode *headB) {
ListNode* pA = headA;
ListNod... | [
"sanjusss@qq.com"
] | sanjusss@qq.com |
320c6af9ad35cc926b33d495da6bee845ece1f94 | c1fa5f254a411af6f652aad713844d4f8f8f8a2a | /tof_motion_camera/src/tof_sdk_src/Cfl/src/Cfl_ConfigurationSet.cpp | af99b3210ef837d91ea099914188c80c11dc5cd2 | [] | no_license | kumader/ces_demo | 85aad35236eab9836d466fcf4277f89e6f3d0aad | b9d125bc7fdca831aa1bba6e72276eba702a48c3 | refs/heads/master | 2020-11-25T02:18:57.592449 | 2020-01-06T21:39:45 | 2020-01-06T21:39:45 | 228,448,778 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,037 | cpp | ///////////////////////////////////////////////////////////////////////////
// PROJECT: Cpp -- CppClass
// COPYRIGHT: R. Hranitzky
// $RCSfile$
// $Revision: 4153 $
// AUTHOR: R. Hranitzky
// LANGUAGE: C++
// DESCRIPTION: The implementation for class ConfigurationSet
// used /usr/loca... | [
"derek.kumagai@elektrobit.com"
] | derek.kumagai@elektrobit.com |
d8d63a318c83d590c1ea456b1e766de58023f0c4 | 113c1191242bbead798749df3d0627fcfa6a62c3 | /CDN/CDNSender.cpp | ba522d3297758bdb3e62174372626226b86d0199 | [] | no_license | testmana2/Content-Distribution-Network | 96c4d582ea23c330e5a5b687c6002b73217cb08d | ff421d164f21eb45fcd2987c632fcaceaa93732a | refs/heads/master | 2021-05-29T09:16:42.193634 | 2015-06-21T04:13:14 | 2015-06-21T04:13:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,646 | cpp | #include "cpprest/http_client.h"
#include <iostream>
#include "CDN_Node.h"
#include "CDNSender.h"
#include "Shared.h"
#include <string>
using namespace std;
using namespace web;
using namespace utility;
using namespace http;
using namespace json;
using namespace http::client;
CDNSender::CDNSender(string metaIpAddr, s... | [
"yudj0604@gmail.com"
] | yudj0604@gmail.com |
345c4fcf40725866365f7bd3aa893c8e4a4ef89b | 06909a4fca4d5d11f943589f074f6a031e82adf4 | /music1.ino | a0ae64556d923c7081b520d8249ab87ec1e664a5 | [] | no_license | daniel0427/lab6 | b7db6f4644fded34341e4a43b492459febee768d | 7e19d601ade8d0de502d5564ea5ea96ff6f49bef | refs/heads/master | 2022-09-22T05:37:55.642681 | 2020-06-03T03:55:00 | 2020-06-03T03:55:00 | 268,970,816 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,641 | ino | const byte sp=8;
#define NOTE_C3 131
#define NOTE_CS3 139
#define NOTE_D3 147
#define NOTE_DS3 156
#define NOTE_E3 165
#define NOTE_F3 175
#define NOTE_FS3 185
#define NOTE_G3 196
#define NOTE_GS3 208
#define NOTE_A3 220
#define NOTE_AS3 233
#define NOTE_B3 247
#define NOTE_C4 262
#define NOTE... | [
"noreply@github.com"
] | daniel0427.noreply@github.com |
ff1e5ee62dc70ddb82fa26631621ee99af5cf9c8 | 4d2d10962626d0ea6a418317fde93e5fb735ec6c | /ThirdParty/Asio/src/tests/properties/cpp03/can_query_not_applicable_free.cpp | 3a0344320f539eaf8c0546d5b2a01b0a9b8a21a9 | [
"MIT",
"BSL-1.0"
] | permissive | m-sobieszek/fonline | ae8b034f38871ebe1a5117703c3015a95798a2fa | f19a7fbf4063d0377578f86012be0be4088c42ff | refs/heads/master | 2022-07-21T01:29:11.052381 | 2022-05-16T15:39:32 | 2022-05-16T15:39:32 | 227,718,607 | 0 | 0 | MIT | 2019-12-12T23:59:35 | 2019-12-12T23:59:34 | null | UTF-8 | C++ | false | false | 827 | cpp | //
// cpp03/can_query_not_applicable_free.cpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// 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_... | [
"noreply@github.com"
] | m-sobieszek.noreply@github.com |
f8b3c896ee533432ecf7652b5884ff1bafccbdac | e5685385a135e7afc1a53c81a1078e461a1db4ee | /ArdunioAccelometer.ino | cbdb295becdada259061693d4e931e9e5d0915cb | [] | no_license | egezx/UnityScripts | 4a84183ae5b4f4891cf09f8148855832889152c5 | 621a479e53c928bdad5784acddbf390a5aa96819 | refs/heads/master | 2021-07-20T23:57:08.062858 | 2017-10-29T21:07:21 | 2017-10-29T21:07:21 | 103,655,221 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 698 | ino |
void setup() {
Serial.begin(9600);
}
const uint8_t zAxis = A2;
const uint8_t yAxis = A1;
const uint8_t xAxis = A0;
//Min and Max values after calibration:
int16_t zLow = 283, zHigh = 419, xHigh = 399, xLow = 264, yHigh = 396, yLow = 260;
void loop() {
short angleX = map(constrain(analogRead(xAxis), xLow... | [
"noreply@github.com"
] | egezx.noreply@github.com |
8dca28cc04e2675ab2a7821eff66ad47ceed5f54 | 75fa6ab50b2b7a047dcab4cfecc6b0b59816131a | /singleRaid.h | cc00cec62cb901fcb15454dcf577b257a922fe8e | [] | no_license | victorschen/daemon_std | 56e15c94ac032ca8004070d2cabf223cee74dde4 | cfd7dd0f4e2f36dca7efa985d287a2df8c9ea487 | refs/heads/master | 2020-05-29T19:47:58.261412 | 2014-04-20T10:39:46 | 2014-04-20T10:39:46 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 19,091 | h | /*
** singleRaid.h the raid's describe file
** This file defines some raid's attributes and operations.
** Include the raid's mapping and unmapping... ...
*/
#include <cstdio>
#include <fstream>
#include <iostream>
#include <string>
#include<sstream>
#include <dirent.h>
#include <sys/types.h>
#include ... | [
"vic@vic-PC.mshome.net"
] | vic@vic-PC.mshome.net |
a78dc583c752aa2cbe56ceeccc91496506cfce42 | aabf2d9eacfc7bdafce823920507c073b94d24f5 | /RaccoonBranch/SharedFiles/QLib/ParamsDialog/ParamsLevelExposure.cpp | 2965eaaaa0eafff512699fcc0db7a34699203cab | [] | no_license | SlavaC1/ControlSW | 90a5cf3709ea3d49db5126f0091c89428f5e1f49 | 6c8af513233a5d3d7c7f0d8b4d89c0ee69a661cb | refs/heads/master | 2021-01-10T15:47:23.183784 | 2016-03-04T13:33:26 | 2016-03-04T13:33:26 | 53,054,100 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,050 | cpp | //---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "MainUnit.h"
#include "ParamsLevelExposure.h"
#include "AppParams.h"
#include "QThreadUtils.h"
//---------------------------------------------------------------------------
#pragma package(smart_ini... | [
"wastelanders@gmail.com"
] | wastelanders@gmail.com |
52e447fc3371e36f1265dc8d047a70ee18f0ca81 | b162de01d1ca9a8a2a720e877961a3c85c9a1c1c | /16.3sum-closest.cpp | 2524bc15388c1b29120fb2bd2e190f4769f5b7fa | [] | no_license | richnakasato/lc | 91d5ff40a1a3970856c76c1a53d7b21d88a3429c | f55a2decefcf075914ead4d9649d514209d17a34 | refs/heads/master | 2023-01-19T09:55:08.040324 | 2020-11-19T03:13:51 | 2020-11-19T03:13:51 | 114,937,686 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 719 | cpp | /*
* [16] 3Sum Closest
*
* https://leetcode.com/problems/3sum-closest/description/
*
* algorithms
* Medium (33.25%)
* Total Accepted: 219.2K
* Total Submissions: 659.4K
* Testcase Example: '[-1,2,1,-4]\n1'
*
* Given an array nums of n integers and an integer target, find three integers
* in nums such th... | [
"richnakasato@hotmail.com"
] | richnakasato@hotmail.com |
737e3fd0c1ec0ed5b3e0493fca31e32ec852cf6a | 387abaa47af408b66e071802468e49663668a891 | /Graphs/10. Cycle Detection in Undirected graph using BFS.cpp | 1aa7c8da6c820150849e09fffad5ba457e42f644 | [] | no_license | gargVader/CPP-Data-Structures-Algorithms-Launchpad | 22eac05476f6d2d3a9ecdff90c5e6235b3895d7b | af2647a343d6d7b27c0313a745dfcf470639cad8 | refs/heads/master | 2023-07-27T09:26:21.125449 | 2021-09-09T04:42:19 | 2021-09-09T04:42:19 | 289,625,432 | 61 | 36 | null | 2020-12-10T06:25:20 | 2020-08-23T05:54:40 | C++ | UTF-8 | C++ | false | false | 1,644 | cpp | /*
Cycle detection in undirected graph using BFS
==============================================
Run BFS. If we come across a node that has not been visited yet,
push it into queue. Otherwise, the node is contributing to a potential
cycle. Catch here is that the node (nbr) should not be parent of the
current node.
... | [
"girishgargcool@gmail.com"
] | girishgargcool@gmail.com |
95405a6d5d4550a93f4783049e93c40ffa8d7260 | 6b8e87ff17fe5800dc37c3e2105e542f6cb810e2 | /LowPolyWin32/Tool.cpp | 120b7acbf7ddf8fc9aa89a172d4e000494917b41 | [] | no_license | chenjj2048/LowPolyWin32 | a92c614a0c06aee47b912e9db189bc73f6818d8a | 1e2ea517c37bff602759e02e44b61398fcf40a65 | refs/heads/master | 2020-12-31T06:57:54.109074 | 2017-02-06T05:44:19 | 2017-02-06T05:44:19 | 80,626,314 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,743 | cpp | #include "stdafx.h"
#include "Tool.h"
CTool::CTool()
{
}
CTool::~CTool()
{
}
/************************************************************************/
/* 转成string */
/************************************************************************/
std::s... | [
"chenjj2048@foxmail.com"
] | chenjj2048@foxmail.com |
b31be5a92613a0e8d0a4221d580590c0162ae5e6 | 3c09d1c279c8578791dae535852c06e09efad4a1 | /EclipseCpp/11.Calendar/src/11.Calendar.cpp | 77bea8ca43b837c6a471bc8990e0f382357689f2 | [] | no_license | rosen90/GitHub | f00653f8a65cdffc479b70d2d7ca8f9e103d3eeb | 851d210f2f6073d818e0984fa9daab96e833b066 | refs/heads/master | 2016-09-12T23:57:19.530896 | 2016-05-04T22:09:03 | 2016-05-04T22:09:03 | 58,085,509 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 725 | cpp | #include <iostream>
using namespace std;
int main()
{
int day, mounth, year;
int period;
cout << "Enter a year (XXXX): ";
cin >> year;
cout << "Enter Month (0-12):";
cin >> mounth;
cout << "Enter day: (0-30): ";
cin >> day;
cout << "Enter the period in days: ";
cin >> period;
int temp;
int temp2 = peri... | [
"karadinev@gmail.com"
] | karadinev@gmail.com |
86103ed63d9fa1a57f6285d70b026feb956f8725 | b0cddcc990a7ba9736b30ce8df7ad0953b17055f | /medlinetools/medlinetoolfunction.cpp | 8c795f1b5d71aea02a41209a3717c751a537bc97 | [] | no_license | pswgoo/lshtc | dc2b8eda5ba0cc1e2017c7034cfbd24d7896b4a3 | 3629ef41a483a8e4820e31761837508a83b25ace | refs/heads/master | 2021-01-22T16:45:46.578311 | 2014-12-23T08:56:19 | 2014-12-23T08:56:19 | 26,705,979 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,689 | cpp | #include "medlinetoolfunction.h"
#include "lshtc_lib/lshtc_data.h"
using namespace std;
bool CmpDate(const Citation* p1, const Citation* p2)
{
if (p1->mDateCreated != p2->mDateCreated)
return p1->mDateCreated > p2->mDateCreated;
else
return p1->mPmid > p2->mPmid;
}
int GetThreshold(const string modelPath, vecto... | [
"pswgoo@qq.com"
] | pswgoo@qq.com |
e1e69daa18898d519bc5477b14de35cea3b9255d | 33ac633b566c21f00a6073fba2f896020cd7f62c | /CG2/OperatorCG2.cpp | d3c4f534c71cf2af85873b9a15023848351d7759 | [] | no_license | orichisonic/GMServer_20091221 | ef4d454d4b78d01b49b8752eed2170c3419af22a | 19847f86a45a2706ddf645a2ca9e98f80affb198 | refs/heads/master | 2020-03-13T04:33:08.253747 | 2018-04-25T07:29:55 | 2018-04-25T07:29:55 | 130,965,261 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 33,670 | cpp | #include "stdafx.h"
#include ".\operatorcg2.h"
#include "time.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
//构造函数
COperatorCG2::COperatorCG2(void)
{
/// ZeroMemory(connLocalDB, 20);//初始化服务器IP
// ZeroMemory(petname, 128);//初始化宠物名称
// ZeroMemory(m_sql, 256);//初始化本地查询的sql语句
// sprintf(connLocalDB,"127.0.0.1... | [
"wanglin36@CENTALINE.COM.CN"
] | wanglin36@CENTALINE.COM.CN |
51b799c3fe74989c997d43ef179d73cb0592931b | 292ee3d75e9d2909690cba6fd7716515a9b5526f | /Plugin/src/f4se/AmmoTweaks/GameFormComponentsAT.h | 62c37316126f6bd96bb34a25ef2fcbe183161dbd | [] | no_license | clayne/F4SE_AmmoTweaksExtension | fdfbacf810fe4640d9f9f9dc63903874f790bc95 | afbb1273cb6b1479462159df2d96497e0cef8040 | refs/heads/master | 2020-06-04T17:09:49.014241 | 2018-10-06T14:23:12 | 2018-10-06T14:23:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 855 | h | #pragma once
#include "../f4se/GameFormComponents.h"
// *cof* = cone of fire, *rec* = recoil
class BGSAimModel : public BaseFormComponent
{
public:
virtual ~BGSAimModel();
UInt32 unk00; //00
UInt32 unk04; //04
UInt32 unk08; //08
UInt32 formID; //0C
UInt32 unk10; //10
UInt32 ... | [
"isathar@users.noreply.github.com"
] | isathar@users.noreply.github.com |
0e98f395e9072322b5c34067241e76750b8db6fa | 97e53e8028ffb9d3f736a0999cc470f9942ddcd0 | /01 窗体与界面设计/01 菜单应用实例/003 浮动的菜单-例1/CreateIniMenu/StdAfx.cpp | b81344487213d03c406d4b4b6f097650f1ee1084 | [] | no_license | BambooMa/VC_openSource | 3da1612ca8285eaba9b136fdc2c2034c7b92f300 | 8c519e73ef90cdb2bad3de7ba75ec74115aab745 | refs/heads/master | 2021-05-14T15:22:10.563149 | 2017-09-11T07:59:18 | 2017-09-11T07:59:18 | 115,991,286 | 1 | 0 | null | 2018-01-02T08:12:01 | 2018-01-02T08:12:00 | null | UTF-8 | C++ | false | false | 207 | cpp | // stdafx.cpp : source file that includes just the standard includes
// CreateIniMenu.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
| [
"xiaohuh421@qq.com"
] | xiaohuh421@qq.com |
3680a6bedf2d234e89d41975a06704c0e619736c | 13be382f6162250767c976bb0336b7d334e61956 | /c20200625/Paly844/Paly844.h | 452fe24a695e0610eab3c7999b2d1eb01c0a85ea | [] | no_license | liupengzhouyi/LeetCode | 8cfa79041b31fd7b1742892656f2918e006ea31f | 19cffe0aad21c099abdfd80e03d961035be4e332 | refs/heads/master | 2021-07-10T01:06:31.490053 | 2021-03-24T07:56:43 | 2021-03-24T07:56:43 | 229,280,974 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 271 | h | //
// Created by 刘鹏 on 2020/6/25.
//
#ifndef LEETCODE_PALY844_H
#define LEETCODE_PALY844_H
#include <iostream>
#include <vector>
#include <stack>
class Paly844 {
public:
bool backspaceCompare(::std::string S, ::std::string T);
};
#endif //LEETCODE_PALY844_H
| [
"liupeng.0@outlook.com"
] | liupeng.0@outlook.com |
2c52dccecedaedacac640957b212961b4ee2550f | 842f7148b2efe57fceeacc479af002bf978f4ef4 | /Graph/Find whether path exist.cpp | 6efbe4805e7b66f065de4df7372cdbb64b600bd3 | [] | no_license | swagatn22/GFG_mustdo | 7c1898568482ab14eab11e48a37de764bb911ec9 | f2ade8511a4a2a1501823c2faf1d1e8e493453a1 | refs/heads/master | 2023-07-09T04:41:18.703463 | 2021-08-14T14:30:24 | 2021-08-14T14:30:24 | 270,099,584 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 966 | cpp | #include <bits/stdc++.h>
using namespace std;
int dfs(int i, int j, int n,vector<vector<int>>&vec){
if(i < 0 || i >= n || j < 0 || j >= n || vec[i][j]== 0 || vec[i][j] == 4) {
return 0;
}
if(vec[i][j] == 2){
return 1;
}
vec[i][j] = 4;
return(dfs(i+1,j,n,vec)||dfs(i-1,j,n,vec)||df... | [
"noreply@github.com"
] | swagatn22.noreply@github.com |
575fc939565455f1ee600df078e5798ef705d7a1 | a33aac97878b2cb15677be26e308cbc46e2862d2 | /program_data/PKU_raw/70/166.c | bcac12b9392a4dbfd225409137c0f9ecdfffd191 | [] | no_license | GabeOchieng/ggnn.tensorflow | f5d7d0bca52258336fc12c9de6ae38223f28f786 | 7c62c0e8427bea6c8bec2cebf157b6f1ea70a213 | refs/heads/master | 2022-05-30T11:17:42.278048 | 2020-05-02T11:33:31 | 2020-05-02T11:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 444 | c |
int main(int argc, char* argv[])
{
int num,i,a,b,na=1;
double x[50],y[50],z[400];
double dis=0;
scanf("%d",&num);
for (i=1;i<=num;i++) {
scanf("%lf",&x[i]);
scanf("%lf",&y[i]);
}
for (a=1;a<=num;a++){
for(b=a+1;b<=num;b++){
z[na]=(x[a]-x[b])*(x[a]-x[b])+(y[a]-y[b])*(... | [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
c0d973a38b69df4e8a39ffaa0030ab472373bc7b | 45e0fbd9a9dbcdd4fbe6aaa2fdb2aed296f81e33 | /FindSecret/Classes/Native/UnityEngine_UI_UnityEngine_EventSystems_MoveDirect1216237838.h | c55f693a3eac183a3829d342cdc950d92ee4c5a1 | [
"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 | 1,020 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Enum4135868527.h"
#include "UnityEngine_UI_UnityEngine_EventSystems_MoveDirect1216237838.h"
#ifdef __clang__
#pragma clang diagnostic p... | [
"zhangyide@9fbank.cc"
] | zhangyide@9fbank.cc |
d21167b9082c1d7afc2e9ad9345005aa8c08793e | eccc0c9c84af54b0465b144990d0049983fc1465 | /list.cpp | ec17797577af0a38526ee9aa077951e59e77e47f | [
"Apache-2.0"
] | permissive | AQuickBlackFox/algo | 789da1e797f6f223bcb10bbc58e6367b31fad094 | cabd6e1483df7b9f916ee8035d1de5db971245ab | refs/heads/master | 2021-07-24T03:36:27.035398 | 2017-11-03T21:13:12 | 2017-11-03T21:13:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,757 | cpp | #include<iostream>
#include<cassert>
template<typename T>
class list {
struct Node {
public:
T val;
struct Node *next;
Node() : val(T(0)), next(nullptr) {}
Node(T val) : val(val), next(nullptr) {}
Node(T val, struct Node *next) : val(val), next(next) {}
};
private:
struct Node *start... | [
"noreply@github.com"
] | AQuickBlackFox.noreply@github.com |
eb8a504a1f043b0290af4e29a8d60e1e2628f5c3 | 58457842abd6ac0073ce969eccb1ed22caef9ea2 | /lulib/network/protocol/http/authorize/_policy.hpp | 109e70b2333e7632ff0317446163773a05693b92 | [] | no_license | luluci/lulib | abbf7cf09765bd1a76ed1acf30b289b111b8f431 | 235378b85cb07169ffc627021cd01094affd5c99 | refs/heads/master | 2021-03-12T23:01:26.865103 | 2012-01-02T15:19:33 | 2012-01-02T15:19:33 | 1,025,943 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 250 | hpp | #pragma once
namespace lulib { namespace network { namespace http {
namespace authorize_detail {
template<typename Policy>
class basic_autorizer {
};
}// namespace lulib::network::http::autorize_detail
}}}// namespace lulib::network::http
| [
"lucis.cis@gmail.com"
] | lucis.cis@gmail.com |
a296999c64bf652921262eb489da31bc1af5b18d | ce98a778117849e0c177c5c4e1dba55d83c01d43 | /src/OpenGL.h | 0c644175ce17cba7488b1212157f8fcbe42bfac7 | [] | no_license | swarzzy/sokoban | a965027a5362eed27fcdeabf9c55664a9d1c0dca | f61ef59d364e7565db0749e04aed1ff3cbd33d00 | refs/heads/master | 2020-07-01T03:35:16.188329 | 2020-02-15T15:33:38 | 2020-02-15T15:33:38 | 201,034,169 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 67,597 | h | #pragma once
#if defined(__gl_h_)
#error gl/gl.h included somewhere
#endif
#include "soko_glcorearb.h"
#include "Platform.h"
// NOTE: Extensions
// ARB_texture_filter_anisotropic
#define GL_TEXTURE_MAX_ANISOTROPY_ARB 0x84FE
#define GL_MAX_TEXTURE_MAX_ANISOTROPY_ARB 0x84FF
// ARB_gl_spirv
#define GL_SHADER_BINARY_FO... | [
"hbr.tzuf@yandex.ru"
] | hbr.tzuf@yandex.ru |
34dd4e3af6f734950b24ecc5dda9c2106c609c5d | 9ada6ca9bd5e669eb3e903f900bae306bf7fd75e | /case3/ddtFoam_Tutorial/0.001500000/uniform/time | 655a63dd24956b0ddafc58bb704b9da0fa70ef4d | [] | no_license | ptroyen/DDT | a6c8747f3a924a7039b71c96ee7d4a1618ad4197 | 6e6ddc7937324b04b22fbfcf974f9c9ea24e48bf | refs/heads/master | 2020-05-24T15:04:39.786689 | 2018-01-28T21:36:40 | 2018-01-28T21:36:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,006 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.1.1 |
... | [
"ubuntu@ip-172-31-45-175.eu-west-1.compute.internal"
] | ubuntu@ip-172-31-45-175.eu-west-1.compute.internal | |
7ee4cab57405bc4449d9bc11632eebef531e2125 | 52174bb20c8bb0edd671a780df84e989d5427fb2 | /src/irc.cpp | 4e6c19c5c042576a3f1b8631de18521fe2a6944a | [
"MIT"
] | permissive | sevenminer7/7coin | 44914548a63afa7ba28035ba97a376b33fa504ad | c8132d9980da7765348bfdf73c01c35fe9b4b3ce | refs/heads/master | 2020-06-03T06:40:55.397014 | 2014-01-23T22:35:12 | 2014-01-23T22:35:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,584 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Copyright (c) 2011-2012 Litecoin Developers
// Copyright (c) 2013 42 Developers
// Copyright (c) 2014 The 7 Developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.op... | [
"sevenminer7@gmail.com"
] | sevenminer7@gmail.com |
f672acb9291ab512f4d33ca061786611eb364c6a | 778968fa32b556d865e977f635d5ff815ebe4dc6 | /Object Oriented Programming/Lab9/Agentie de turism/Agentie de turism/Repository.h | 6974a468e27dc6ee440422f98205f2e55ca3a67d | [] | no_license | katybucsa/faculty | cf29148329e8630c096de4aa53ef2b7cc271a53e | a7172e4e8433caca86021c74ce4961df477a535f | refs/heads/master | 2023-02-12T01:58:17.841213 | 2021-01-07T15:27:08 | 2021-01-07T15:47:28 | 327,284,764 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,167 | h | #pragma once
#include <vector>
#include <fstream>
#include <algorithm>
#include "Domain.h"
class Repository {
protected:
std::vector<Oferta> offers;
public:
/*
default constructor for Repository class
*/
Repository() = default;
/*
do not allow to make copy for an object of type Repository
*/
Repository(const... | [
"katybucsa@github.com"
] | katybucsa@github.com |
38c633311279d17d9570a58320027f2ba58c23eb | b71a7dde138885229d78b958c085872f35cdd218 | /Applications/SpaceInvaders/BlocAliens.h | 3d7c1513274708d3654e178039804d3a29c66af2 | [] | no_license | Kporal/SuperCasseBriques | c2df7513f2f88c6d5bf500e01b05ff4a1388ca66 | bc48b15719f7e7d106681b525c323e4f6e1dec29 | refs/heads/master | 2016-09-06T01:29:04.629721 | 2013-10-31T22:43:49 | 2013-10-31T22:43:49 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 2,442 | h | /*
* BlocAliens.h
*
* Created on: 27 oct. 2008
* Author: Aurélien
*/
#ifndef BLOCALIENS_H_
#define BLOCALIENS_H_
#include "TimerSpaceInvaders.h"
#include <sextant/Activite/Threads.h>
#include "ConfigSpaceInvader.h"
#include "Entites/EntiteFactory.h"
#include "Random.h"
class Espace;
/*
* Bloc d'aliens.
... | [
"Guillaume@Samsung-Leloup"
] | Guillaume@Samsung-Leloup |
e670885644412fba36f9a806a424003708179327 | 39e3eeed9356df7aa4858577284e9dac93c4c141 | /Engine/GraphicsOD.cpp | 58f13942ee89e4b502dca53f37738524d36e83ee | [] | no_license | Sun-Troll/CDWars | 2be78e007b969fb737a967b46105b721f3ac54d5 | c8b9666a72743f44427208fcdedfca47ae773259 | refs/heads/master | 2023-02-18T07:31:15.005072 | 2021-01-14T18:24:09 | 2021-01-14T18:24:09 | 320,050,370 | 2 | 0 | null | 2021-01-14T18:24:11 | 2020-12-09T18:52:37 | C++ | UTF-8 | C++ | false | false | 5,794 | cpp | #define GOD_GRAPHICS
#include "Graphics.h"
#include <algorithm>
void Graphics::BeginFrame()
{
// clear the sysbuffer
memset(pSysBuffer, 0u, sizeof(Color) * Graphics::ScreenHeight * Graphics::ScreenWidth);
}
void Graphics::PutPixel(int x, int y, Color c)
{
assert(x >= 0);
assert(x < int(Graphics::ScreenWidth));
a... | [
"noreply@github.com"
] | Sun-Troll.noreply@github.com |
0302f5bc028370bb3cc03cd253be8e87c0ec5bf7 | 63ffcd2798915ea9b9199cfd1d6ee6de319cff84 | /LeedCodeChallenge/2020/August2020/Week 1/Design HashSet.cpp | 8230ab9c60addf080ecdf4f7470e39ee6bb28c67 | [] | no_license | numenoreon/LeetCode | b8069990d30bda73809e21d304703eec0c979ed6 | 912fcc4c5f6a2eb8e95db48096d3d8f5e3eb8cf0 | refs/heads/master | 2021-09-01T16:26:26.190661 | 2021-08-24T19:49:29 | 2021-08-24T19:49:29 | 231,564,913 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,135 | cpp | class MyHashSet {
public:
vector<list<int>> vec;
MyHashSet() {
vec = vector<list<int>> (128);
}
inline int GetHash(int key) {
int h = hash<int>{}(key);
int hash_mod = h % vec.size();
return hash_mod;
}
void add(int key) {
int hash = GetHash(key)... | [
"numenoreon@gmail.com"
] | numenoreon@gmail.com |
29c8786fe4a68c0936c542669e20a679ee97e9ad | 342d01d22f453ef7cb6fea382da0071d71c418e4 | /moped-modeling-py/src/imundistort.cpp | 6a2207fc9a075d6115bfd4327bfc414acb1cbcd0 | [] | no_license | kanster/moped | 1ddf78cb2aa939e788fe0c0b5974797f58f46b87 | f8d74b6680915eca73265be656d72e7d346e1aa0 | refs/heads/master | 2021-01-19T04:25:16.861856 | 2016-08-01T02:08:29 | 2016-08-01T02:08:29 | 64,627,677 | 13 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,797 | cpp | /*********************************************************************
* imundistort
* Non-linear image undistortion, code taken from old version of OpenCV
*
* Written by Alvaro Collet acollet@cs.cmu.edu
* Copyright: Carnegie Mellon University
*
* DEPENDENCIES: This library requires boost.python and pyUblas.
*
******... | [
"vandeweg@users.noreply.github.com"
] | vandeweg@users.noreply.github.com |
5cc36906183916dab3372702e0245fa1d6caef42 | 4966b2e0985f0fc99214e4fb5442402efe8d1731 | /main.cpp | 5253067e89e9d7fa6bd8d89ea74c6fa3805615e6 | [] | no_license | tschmit/mbtpdfasm | 8bee6aada6bb12351639f38755c12abf4a702465 | d192725b91f042a89a664ffb8fada0d40965b756 | refs/heads/master | 2021-01-20T09:46:35.142361 | 2015-02-25T14:57:07 | 2015-02-25T14:57:07 | 90,286,479 | 2 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 35,443 | cpp | #ifdef WIN32
#pragma warning(disable : 4201)
#include <crtdbg.h>
// #include <windows.h>
#pragma warning(default: 4201)
#define snprintf _snprintf
#else
#include <string.h>
#include <unistd.h>
#define _snprintf snprintf
#define stricmp strcasecmp
#endif
#define DLL_EXPORTS
#define RES_BUF_GRO... | [
"thierry.schmit@gmail.com"
] | thierry.schmit@gmail.com |
13c8ae8a08f2ac1b4aa9fbaa5f2ac0dedc47dab1 | 2f6d39c2daf70ebaae90e72ca503f8b275d3572a | /test/instr/BundleReachVerify.cpp | 1cea068949838371374b8a1d4271ea2d15d1fbf8 | [
"MIT"
] | permissive | facebook/redex | 5a39c5b733e729ecb52101dd3f941a63f9fa32f0 | 36c6607be749ba2009210aae404d68cd57e747eb | refs/heads/main | 2023-09-01T18:21:21.839608 | 2023-09-01T02:01:59 | 2023-09-01T02:01:59 | 54,664,770 | 6,459 | 775 | MIT | 2023-08-25T00:06:04 | 2016-03-24T18:26:35 | C++ | UTF-8 | C++ | false | false | 852 | cpp | /*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#include <gtest/gtest.h>
#include "VerifyUtil.h"
TEST_F(PreVerify, BundleReachTest) {
EXPECT_NE(nullptr,
find_cla... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
902403dc3026d99d23e7385e62dc96b1aac0a562 | 49a0586dcba95aa09833b76bcd0800af628c80ee | /BMWCars/tests/test_model.cpp | af025fbc2abed55035a899a5cb9c81fb145a6ce2 | [] | no_license | kvpz/Dealer | 4de29c392575671d34a24442881683c6732a1ff8 | 7e25da5dfa46af77a4ac157d8c7e4c21518f8d7f | refs/heads/master | 2021-06-24T12:01:20.828719 | 2017-07-30T19:15:13 | 2017-07-30T19:15:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 117 | cpp | /*
Test class Model
*/
#include <iostream>
#include <model.hpp>
int main()
{
Model model;
return 0;
}
| [
"unknotted26@gmail.com"
] | unknotted26@gmail.com |
2eda796082f27dbb1781d0d82fa6926e12b8e3d0 | 9fdf3aa251c041fbdf35cb43f99ccd3d7b909fbd | /src/lda.cc | bf99b3d4bd03ed186835a1141d807ccb9fbe8d0b | [] | no_license | BurnedRobot/ldacc | 5588b06f6e9dd8ad9c31fad5c99e1cf07078d26a | 44fb1c464d5891ecb10864c583f43a7a8bf3049b | refs/heads/master | 2021-01-19T14:57:18.905782 | 2015-01-01T07:54:25 | 2015-01-01T07:54:25 | 12,204,472 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,866 | cc | #include "../include/lda.h"
#include "../include/preprocess.h"
#include "../include/multi_sampler.h"
#include "../include/utils.h"
#include <cstdlib>
#include <algorithm>
#include <ctime>
#include <numeric>
void LDA::Init(const char* inputfile)
{
docs_num = ReadData("../data/document.dat", words_matrix, words_ba... | [
"robotflying777@gmail.com"
] | robotflying777@gmail.com |
7b9a21a80339d2a270bd8a7bf52cd8b8990e4887 | 3ea863d76752b3aa8a28a9a4c2eb25b664329536 | /bluetooth/bt.cpp | b6f8bf5ea79090037cdcce161029c91178600751 | [
"ICU"
] | permissive | yuht/CSR8811-Keil | e0289ffafbaa0be1cbd07a79bb53095ce3d6a91e | 7637fe443f8ede65082b249b9b61eb3e703d2a8f | refs/heads/master | 2021-01-18T18:41:52.419670 | 2019-04-04T02:12:11 | 2019-04-04T02:12:11 | 62,788,271 | 0 | 3 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 5,262 | cpp | #include "bt.h"
//#include "../../fc/conf.h"
//#include "pan1322.h"
#include "CSR8811.h"
//#define DEBUG_BT_ENABLED //¿ªÆôµ÷ÊÔ
#ifdef DEBUG_BT_ENABLED
#define DEBUG_BT(...) DEBUG(__VA_ARGS__)
#else
#define DEBUG_BT(...)
#endif
bool bt_autodetect = false;
uint8_t bt_module_type = BT_PAN1322;
pan1026 bt_pan1026... | [
"yuht@qq.com"
] | yuht@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.