blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f5a6a7b16b327b35331e356941a110fc3ec6732d | 3818823eb686f65bfcc8c2652982548c55c1ec0d | /PointCloudAnalysis/MeshRelation.h | 1707a6d7ac55e2a85512362397e6f388eb142e05 | [] | no_license | mickey9294/structure-completion | 5cd27325c46d31fe57f42f060ba492578aa863c9 | e07b14bfb2eada1489e0f90714a0a1808f27f571 | refs/heads/master | 2020-04-05T14:05:13.218418 | 2017-06-28T07:29:33 | 2017-06-28T07:29:33 | 94,757,199 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,628 | h | #ifndef MESHRELATION_H
#define MESHRELATION_H
#pragma once
#include "MyMesh.h"
#include <Eigen\Core>
#include <Eigen/Geometry>
#include <qmatrix4x4.h>
#include "Vec.h"
typedef class MeshRelation{
public:
MeshRelation();
~MeshRelation();
//MeshRelation(MyMesh m1,MyMesh m2);// m1 rotate to m2
void computeRotate... | [
"ALIENWARE15@ALIENWARE15"
] | ALIENWARE15@ALIENWARE15 |
a662de8e5d34095080a2d9cea8469e6bdc9a8b5c | 01f885591835cee958d95c0830f90f6da389ce83 | /SPOJ/Histogram.cpp | 09eba3c2e99c71478491943c7cf280bfa969a903 | [] | no_license | big-damnhero/code | 9666632af6085d0142259967382810265b7604b0 | 05ed271f98ba45cb279f77f0d3e6f6032bc090d5 | refs/heads/master | 2021-07-16T13:50:57.223890 | 2020-05-29T13:54:28 | 2020-05-29T13:54:28 | 148,829,280 | 0 | 0 | null | 2018-10-27T19:53:15 | 2018-09-14T18:48:55 | null | UTF-8 | C++ | false | false | 1,394 | cpp | #include <bits/stdc++.h>
#define ll long long
using namespace std;
int dp[1<<15][15];
ll cnt[1<<15][15];
int ar[15],n;
int f(int mask,int idx)
{
if(mask==(1<<n)-1)
{
cnt[mask][idx]=1;
return ar[idx];
}
if(idx>=n)
{
return 0;
}
if(dp[mask][idx]!=-1)
{
re... | [
"noreply@github.com"
] | noreply@github.com |
b9372cecccb555575d1931fc9676f3279db62400 | 28ff4999e339fcf537b997065b31cdc78f56a614 | /chrome/browser/persisted_state_db/profile_proto_db_factory.h | 0c9e924c85ed3bab8bb654e621c3d7f244795a07 | [
"BSD-3-Clause"
] | permissive | raghavanv97/chromium | f04e91aa24e5437793f342617515a0a95fd81478 | 5a03bdd6e398bfb1d52c241b3b154485f48174a3 | refs/heads/master | 2023-02-05T01:17:51.097632 | 2020-12-15T06:41:11 | 2020-12-15T06:41:11 | 320,831,053 | 0 | 0 | BSD-3-Clause | 2020-12-14T08:37:15 | 2020-12-12T12:56:50 | null | UTF-8 | C++ | false | false | 4,151 | h | // Copyright 2020 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 CHROME_BROWSER_PERSISTED_STATE_DB_PROFILE_PROTO_DB_FACTORY_H_
#define CHROME_BROWSER_PERSISTED_STATE_DB_PROFILE_PROTO_DB_FACTORY_H_
#include "chr... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
0d84194bf0499a62d21ca3ef99e04cb94c21796b | 32d9aabeac99d55dd37baac962ea47684180ddf4 | /ADAMAT.CPP | 6fadb914c3e67aaa024384c8610ea673ed4aed4f | [] | no_license | DGreat49251/Misc | 07b83bf0c3d0bf346280e9d26a28d3890156009d | b9c51055a9e230f4df986c5a4a0589ea7ffe0028 | refs/heads/master | 2023-05-03T09:14:56.820437 | 2021-05-25T15:08:07 | 2021-05-25T15:08:07 | 370,732,262 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 263 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
long t,n,s=0;
cin>>t;
while (t>0)
{
cin>>n;
s=n*(n+1)/2;
if(s%2!=0)
{
cout<<0;
}
else
{
}
| [
"noreply@github.com"
] | noreply@github.com |
04ee90ed9ba5839c54cf325230704b4587d369aa | b0025b70e7eaad87a9a984d83016530fea61a3a9 | /boj/BruteForce/N_and_M/15649.cpp | 4815ccb53e986911502c7c1f41e25d36599a0e52 | [] | no_license | yupyub/Algorithm | 00fede2885e1646458af1ffe16e7e2f4fc098832 | 7330e47c7cf70b1d2842004df63a1a347b625f41 | refs/heads/master | 2022-05-21T05:09:50.497376 | 2022-03-26T18:19:32 | 2022-03-26T18:19:32 | 101,531,563 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 393 | cpp | #include <cstdio>
#include <vector>
using namespace std;
int ch[9];
vector<int> v;
void f(int a,int b,int m){
if(b == m){
for(int i = 0;i<m;i++)
printf("%d ",v[i]);
printf("\n");
return;
}
b++;
for(int i = 1;i<=a;i++){
if(ch[i] == 0){
ch[i] = 1;
v.push_back(i);
f(a,b,m);
ch[i] = 0;
v.pop_b... | [
"sungyup5003@gmail.com"
] | sungyup5003@gmail.com |
55a189f7f40cb79eb5318987efd75c54b7ee2222 | b952e949b17303dde341680138a74c2a5a4b6b2f | /nucleus/io/fastq_writer.cc | f8de6f9866df931fefe8eecc99f442a990c15211 | [
"Apache-2.0"
] | permissive | cmclean/nucleus | d1e07bbfd49ae96b99a1a763d5b3fb6404eaddfc | 5ed9c6972304fddb1c95eaf9fe7cee29183661d7 | refs/heads/master | 2020-03-13T09:40:39.241948 | 2018-05-15T21:06:08 | 2018-05-15T21:06:08 | 131,069,059 | 0 | 0 | Apache-2.0 | 2018-04-25T22:10:07 | 2018-04-25T22:10:06 | null | UTF-8 | C++ | false | false | 3,848 | cc | /*
* Copyright 2018 Google 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 agreed to ... | [
"thomaswc@google.com"
] | thomaswc@google.com |
c6148d98af1f0cd97eb744d77cdf387eed9c6d6c | 33fd5786ddde55a705d74ce2ce909017e2535065 | /build/iOS/Debug/include/Uno.Threading.ThreadStart.h | 0158e182e392500822f186c11bacf0951b8f7b18 | [] | no_license | frpaulas/iphodfuse | 04cee30add8b50ea134eb5a83e355dce886a5d5a | e8886638c4466b3b0c6299da24156d4ee81c9112 | refs/heads/master | 2021-01-23T00:48:31.195577 | 2017-06-01T12:33:13 | 2017-06-01T12:33:13 | 92,842,106 | 3 | 3 | null | 2017-05-30T17:43:28 | 2017-05-30T14:33:26 | C++ | UTF-8 | C++ | false | false | 390 | h | // This file was generated based on '../../../../Library/Application Support/Fusetools/Packages/Uno.Threading/1.0.11/$.uno'.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Delegate.h>
namespace g{
namespace Uno{
namespace Threading{
// public delegate void ThreadStart() ... | [
"frpaulas@gmail.com"
] | frpaulas@gmail.com |
2c41698b825c26bce047e84eae00071bfc1109c2 | 02b43442244c518b7f414f6046b4bb2be96a4593 | /Codeforces/1362D.cpp | 460c7ac5a9b9cccc19386c6341abbb788036e874 | [
"MIT"
] | permissive | mishrraG/DaysOfCP | f6796a483107241dbf2adf1050df9a3502711f14 | 3358af290d4f05889917808d68b95f37bd76e698 | refs/heads/master | 2023-08-17T16:24:48.953992 | 2021-08-28T15:21:32 | 2021-08-28T15:21:32 | 255,311,239 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,256 | cpp | #include<iostream>
#include<vector>
#include<unordered_set>
#include<algorithm>
using namespace std;
int main(){
ios::sync_with_stdio(false);
cin.tie(nullptr);
cout.tie(nullptr);
int n, m;
cin >> n >> m;
vector<int> gr1[500013];
int a, c;
for(int i = 0; i < m; ++i){
cin >> a >> c... | [
"arpitmishra4779@gmail.com"
] | arpitmishra4779@gmail.com |
148024efc703c3c46555fc261c4be6e05e62d9c7 | 28a1e774bebd87ba8e5a8a9d757273f7599a9455 | /S3M_SDK/S3M_SDK_Lightweight package/Sample2010/Src/Skeleton.cpp | 290cdf65bf5c6172657df9010f94be76e82c0690 | [
"Apache-2.0"
] | permissive | monk333/s3m-spec | 79f8716fb3b3a8570612d95fcb22f7c62cbd41db | 0d21f14c036d65c8c66bd9a757c07c5c562746ec | refs/heads/master | 2022-04-10T13:31:56.646262 | 2020-03-26T08:13:14 | 2020-03-26T08:13:14 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 14,891 | cpp | #include "Skeleton.h"
#include "zlib\include\zconf.h"
#include <assert.h>
double Vector3d::operator[](const unsigned i) const
{
assert(i < 3);
return *(&x + i);
}
double& Vector3d::operator[](const unsigned i)
{
assert(i < 3);
return *(&x + i);
}
Vector3d Vector3d::operator+(const Vector3d& vec... | [
"heqian@supermap.com"
] | heqian@supermap.com |
de624487d9cc0e9ebce0a82ab6e48e1f024de768 | e3b204b616646127c7e0ca86f2e8104e3fa2c743 | /LinkedList/main.cpp | c93095fae8cc08f92e29781b8cbd559d12e51e26 | [] | no_license | wuzhl2018/Data-structures | a1edf88ee60fbf526e847b1adc4c834a0887ed0b | 4998222ff105f8380e0430f7ec128b68f43850a9 | refs/heads/master | 2022-11-19T19:16:07.304897 | 2017-02-19T12:03:06 | 2017-02-19T12:03:06 | 278,072,110 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 612 | cpp | #include <iostream>
#include<List.h>
#include<stdlib.h>
using namespace std;
int main()
{
List<string> *stringList=new List<string>();
string name;
cout<<"从链表的表头开始插入数据,请依次输入5个数据:"<<endl;
for(int i=0; i<5; i++)
{
cin>>name;
stringList->Insert(name);
}
cout<<"\n遍历链表:"<<endl;
... | [
"923734264@qq.com"
] | 923734264@qq.com |
e8564f2d1130663b2e9f0c12ff4fa8bf9e41b2a2 | a8a42a85cf3c19f11e53049a497898256c3a4e1d | /code2.cpp | 11e53440ffe10f49baad1c49a5f7d5cbb696ae0a | [] | no_license | ajaygupta007/comepitive-programming | cfc978f32c27d8320145cfbd2cdfc4a4bfe7961b | 620d28b7d65f3f39d08ae5cee25d2559aee00b93 | refs/heads/master | 2020-08-18T09:28:43.862086 | 2020-01-20T13:51:11 | 2020-01-20T13:51:11 | 215,774,649 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 355 | cpp | #include<bits/stdc++.h>
using namespace std;
#include<string.h>
#include<stdio.h>
int main()
{
int t;
scanf("%d",&t);
char str1[21],temp[21],sum1=0,sum2=0,f=1;
while(t--)
{
int n,i;
scanf("%d",&n);
if(f==1)
{
scanf("%s",str1);
strcpy(temp,str1);
f=0;
}
for(i=0;i<(n-1);i++)
{
if(temp==str1)
sum1++;
else
sum2++;
s... | [
"ajay007.contact@gmail.com"
] | ajay007.contact@gmail.com |
ccbe3d8294383db422d94884d5e15fe589eba6b1 | 3ddaa7e7ee492ca863e646ff2bd9ad329f261303 | /AppCore/datamgmt/basicbone.h | d4f6538a0c8485d5ab6629ec8e72b13876a661ba | [] | no_license | dtbinh/AncelApp | 6efa1c8804f7ba99f69207c59566e42f121c8cce | 0d97bc8fcca75844c941ecb3bac9bb19cd69c7e6 | refs/heads/master | 2021-01-15T21:03:13.763602 | 2014-02-20T15:15:04 | 2014-02-20T15:15:04 | 41,375,088 | 1 | 0 | null | 2015-08-25T16:34:49 | 2015-08-25T16:34:49 | null | UTF-8 | C++ | false | false | 816 | h | #ifndef __basicbone_h_
#define __basicbone_h_
#include <string>
#include <Eigen\Eigen>
#include <vector>
using namespace Eigen;
class GPCMBasicSkeleton;
class GPCMBasicBone
{
public:
GPCMBasicBone(const GPCMBasicBone* parent = NULL);
virtual ~GPCMBasicBone();
bool isRoot() const {return (!mParent);}
bool... | [
"ruan.answer@gmail.com"
] | ruan.answer@gmail.com |
ce4ef92f74ea2aa89cd72d95c3d8a92f0049594e | b76b53ea00e5e71f54a55ab251d84c98c14acb55 | /code/islands3.cpp | 226368b3e042cb1c2dbe0868169bde37ee1dc91d | [
"MIT"
] | permissive | matthewReff/Kattis-Problems | 69219e4a80c1142225d6a6b0517c6868248504bd | 942d06ab5e3cae5a1546fcb364003530264607d7 | refs/heads/master | 2023-03-30T20:23:38.798982 | 2022-10-01T05:41:46 | 2022-10-01T05:41:46 | 150,904,577 | 15 | 3 | null | 2020-02-10T16:47:57 | 2018-09-29T21:30:52 | C++ | UTF-8 | C++ | false | false | 2,037 | cpp | #define _USE_MATH_DEFINES
#include <iostream>
#include <stdio.h>
#include <cmath>
#include <iomanip>
#include <vector>
#include <string>
#include <algorithm>
#include <unordered_set>
#include <ctype.h>
#include <queue>
#include <map>
#include <set>
#include <stack>
#include <unordered_map>
#define EPSILON 0.00001
type... | [
"geniusammyralltheothernamesare@gmail.com"
] | geniusammyralltheothernamesare@gmail.com |
34325f9e5cc7ff77e9c9ca165b11d200c0d58ae2 | 0354d8e29fcbb65a06525bcac1f55fd08288b6e0 | /clients/tizen/generated/src/PipelineActivity.cpp | 5fffd17baf75d94af4ff9f7d6bdaecf8413f42f1 | [
"MIT"
] | permissive | zhiwei55/swaggy-jenkins | cdc52956a40e947067415cec8d2da1425b3d7670 | 678b5477f5f9f00022b176c34b840055fb1b0a77 | refs/heads/master | 2020-03-06T20:38:53.012467 | 2018-02-19T01:53:33 | 2018-02-19T01:54:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,334 | cpp | #include <map>
#include <cstdlib>
#include <glib-object.h>
#include <json-glib/json-glib.h>
#include "Helpers.h"
#include "PipelineActivity.h"
using namespace std;
using namespace Tizen::ArtikCloud;
PipelineActivity::PipelineActivity()
{
//__init();
}
PipelineActivity::~PipelineActivity()
{
//__cleanup();
}
voi... | [
"cliffano@gmail.com"
] | cliffano@gmail.com |
bb0cc6ad50cb0d700b7279780fe0526fdf9afdd3 | e6ec9430c803e8d9b9a027d5a34b30bd80a43542 | /Arduino/Sketchbook/Zumo3/SharpSensor.ino | 497bd1f517d5700a61c25877cee828401532e197 | [] | no_license | slgrobotics/Misc | d1d63348eb2ebc5d20693574f7e2a350eea9a753 | b6064d5ae24bf5b31f615e461ef3ee9faf201287 | refs/heads/master | 2023-04-03T11:57:11.269852 | 2023-04-01T16:04:57 | 2023-04-01T16:04:57 | 93,823,114 | 9 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,785 | ino |
// for 0-150cm Sharp sensor:
int sharpToInches(int sv, boolean closeRangeOn)
{
if(closeRangeOn)
{
// 0-4 inches is within the range of Sharp GP2Y0D810Z0F Digital Distance Sensors 0-10cm
// 220 - 0
// 330 - 1
// 350 - 2
// 400 - 3
// 500 - 4
if(sv < 270)
return 0;
if(sv < 340)
... | [
"msghub@hotmail.com"
] | msghub@hotmail.com |
2b262cb64e68622c58659d19f684c0fd41e61922 | cdd36415f8591d3fefd430258f6b56e257fe27c1 | /src/rocket/parameter/acceleration.cpp | 40bbc2e00a8f4cde275f945415bc2cf0217f1685 | [
"MIT"
] | permissive | sus304/ForRocket | 0b936c161653021d0034b745820bfbb14e43c090 | 10fdcd0ce5a30fbbb4fec6315bcd64314bec6c12 | refs/heads/master | 2023-07-20T01:13:31.645359 | 2020-04-11T03:35:13 | 2020-04-11T03:35:13 | 48,164,917 | 38 | 12 | null | 2018-06-11T07:40:02 | 2015-12-17T09:25:39 | Fortran | UTF-8 | C++ | false | false | 405 | cpp | // ******************************************************
// Project Name : ForRocket
// File Name : acceleration.cpp
// Creation Date : 2019/10/26
//
// Copyright (c) 2019 Susumu Tanaka. All rights reserved.
// ******************************************************
#include "acceleration.hpp"
forrocket::A... | [
"sus304.tanaka@gmail.com"
] | sus304.tanaka@gmail.com |
f33483d32fce7f662dd0d1ca6cd722d6aa26d4cf | 84672edd077960fef2e55f3e6d4df677d74d2c8a | /parsedfile.h | 636f1b69027f31f64fb29693cc6d692d5cac8ded | [] | no_license | Deneb-Algedi/Local-Search-Engine | 3d6d64d0d0591d2b61742a9c5a86f5435de1af3e | 7f2b819a5cb983b8af9501c7146656731c2dce24 | refs/heads/master | 2020-08-07T12:03:45.690908 | 2019-12-30T01:31:03 | 2019-12-30T01:31:03 | 213,443,711 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,907 | h | /*
ParsedFile.h
Este archivo contiene la clase ParsedFile y los prototipos de algunas
funciones adicionales que pueden ser utilizadas en el proyecto
final de CCOM 3034.
*/
#include <sys/types.h>
#include <dirent.h>
#include <errno.h>
#include <iostream>
#include <fstream>
#include <string>
#include <vecto... | [
"noreply@github.com"
] | noreply@github.com |
7eafa9edc94ea2f78c6fcfd6ce629610cbe9f6a8 | 1c9a81620115ab134edfbe309f5fee191c8b209d | /wxRaytracer/raytracer/Tracers/RayCast.h | a49a1df226425c314a7c38f3914b29c7b8ad0615 | [] | no_license | stephenDiosDev/CPSC591-Project | 544257a95dbfa910c501c4fb7dd5df38c5bc2958 | 7e5cc7132f490d7f7a6f299a6c1ab253da787429 | refs/heads/main | 2023-02-03T18:57:21.862204 | 2020-12-22T21:16:12 | 2020-12-22T21:16:12 | 311,477,717 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 504 | h | #ifndef __RAY_CAST__
#define __RAY_CAST__
#include "Tracer.h"
class RayCast: public Tracer {
public:
RayCast(void);
RayCast(World* _worldPtr);
virtual
~RayCast(void);
virtual RGBColor
trace_ray(const Ray& ray) const;
virtual RGBColor
trace_ray(const Ray ray, const int dept... | [
"stephendiosdeveloper@gmail.com"
] | stephendiosdeveloper@gmail.com |
eaa51e4e9d8498aeb93d8c86864ca4fc1f326229 | 1591e61fa8c7d33de329c49856f5c40a07e1dafa | /OOP/Solutions/1.2/1.2/1.2.cpp | e6ebdf1b5559eecc9ec266070dee0747d1e6c81a | [] | no_license | maxymilianz/CS-at-University-of-Wroclaw | d1c667ad146c09c7b232da8491863e45ecfdd68a | 0cd4bbe3feb63b248d643303433f9fb2fc2def79 | refs/heads/master | 2023-01-19T12:38:43.781724 | 2022-06-29T17:40:07 | 2022-06-29T17:40:07 | 124,766,411 | 0 | 0 | null | 2023-01-19T10:27:21 | 2018-03-11T14:46:12 | OCaml | UTF-8 | C++ | false | false | 1,744 | cpp | // 1.2.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "Figury.h"
int main()
{
int which;
float x, y, a;
printf_s("Podaj wspolrzedna x punktu: ");
scanf_s("%f", &x);
printf_s("Podaj wspolrzedna y punktu: ");
scanf_s("%f", &y);
Figura *punkt = nowyPunkt(x, y);
print... | [
"289528@uwr.edu.pl"
] | 289528@uwr.edu.pl |
c4d689545600e53ee364035fdab4e4ec2302bf67 | 0494c9caa519b27f3ed6390046fde03a313d2868 | /src/chrome/browser/search_engines/template_url.h | c192e0494d50d1f821ba5e6c6c41ef2bdd930272 | [
"BSD-3-Clause"
] | permissive | mhcchang/chromium30 | 9e9649bec6fb19fe0dc2c8b94c27c9d1fa69da2c | 516718f9b7b95c4280257b2d319638d4728a90e1 | refs/heads/master | 2023-03-17T00:33:40.437560 | 2017-08-01T01:13:12 | 2017-08-01T01:13:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,144 | 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 CHROME_BROWSER_SEARCH_ENGINES_TEMPLATE_URL_H_
#define CHROME_BROWSER_SEARCH_ENGINES_TEMPLATE_URL_H_
#include <string>
#include <utility>
#inc... | [
"1990zhaoshuang@163.com"
] | 1990zhaoshuang@163.com |
e4bb5f9a12f1471d0d0abeaa8e13d8ef961ec415 | 945c4caca43b36f711823d345cbd7cb860cb290d | /statGatherer.h | ea0ed7c5ac796a543ff3b61ab3d09749b9734728 | [
"MIT"
] | permissive | payral/Cpp_DemographicStatistics | 92ecdd29f48386ad236c7eff1cf2b78d95852fa9 | efdc864b94b1d2b4153213d094021f402e3162db | refs/heads/main | 2023-04-03T00:13:32.533692 | 2021-04-02T00:41:21 | 2021-04-02T00:41:21 | 353,857,496 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,665 | h |
#ifndef STATGATHER_H
#define STATGATHER_H
#include <iostream>
#include <vector>
#include <iomanip>
#include <math.h>
#include "demogData.h"
#include "comboHospitalData.h"
#include "financeData.h"
#include "visitorCombineState.h"
#include "visitorCombineCounty.h"
#include "stats.h"
#include "statTool.h"
/*
helper ... | [
"noreply@github.com"
] | noreply@github.com |
8cb04aeffa3045c3d602a86b1551b7667e3cf82b | 6d24505aa84b20e97348a7d0bb2d930d311af8b3 | /Proto/proj.win32/DoorUI.h | f5ed848d9e19c655924a441f08f4897866d7b129 | [] | no_license | aismann/EscapeAction | 1eadfad8617201211309c8e431f2224151bf5f3a | ce4a859257a59e50c9a3f7172c903b03372571cc | refs/heads/master | 2022-03-20T20:14:00.645094 | 2019-12-04T08:22:41 | 2019-12-04T08:22:41 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 546 | h | #pragma once
#include "external/json/document.h"
#include "external/json/filereadstream.h"//파일을 열어오기위함
#include <cstdio>
#include "cocos2d.h"
#include "ui/CocosGUI.h"
USING_NS_CC;
using namespace std;
using namespace rapidjson;
class DoorUI : public Node
{
public:
CREATE_FUNC(DoorUI);
virtual bool init();
void setBt... | [
"khr95039@gmail.com"
] | khr95039@gmail.com |
29c1e37524a5d6d4afb9a251846fd0b9af0d6411 | 65fc85ed595c778e46973ddd24f6f75059f9e84e | /201 - 400/382. Linked List Random Node.cc | 5d6c76ff74f2a6217774a4792b1c013f6826ed26 | [] | no_license | zzzmfps/LeetCode | a39c25ccfa5891c9ad895350b30f0f2e98cdc636 | 8d5576eb2b82a0b575634c14367527560c1ec5d5 | refs/heads/master | 2021-10-10T01:06:40.123201 | 2021-09-28T03:33:25 | 2021-09-28T03:33:25 | 122,027,173 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,587 | cc | // 30ms, 99.76%
#include <bits/stdc++.h>
using namespace std;
struct ListNode {
int val;
ListNode *next;
ListNode(int x) : val(x), next(NULL) {}
};
static int x = []() {
ios_base::sync_with_stdio(false); // toggles off the synchronization
cin.tie(nullptr); // ties cin with nullptr,... | [
"zzz100826@gmail.com"
] | zzz100826@gmail.com |
84292a3524e227f3b742b6c50dcf56b4f4154c82 | 358e08c4e34e66637830001f571709ff6f9990f3 | /Demo.cpp | 8315161397b881a8e9cad44b17d1633f431ecc18 | [
"MIT"
] | permissive | arihamara/pixie_demo | 1944eeff454085eab781a75363d08623b2424823 | b6938f740d39144363d72fd1463a59ceefe8bfc0 | refs/heads/master | 2022-11-29T16:03:13.739280 | 2020-08-05T18:18:11 | 2020-08-05T18:18:11 | 285,369,933 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,225 | cpp | #include <algorithm>
#include <stdio.h>
#include <string.h>
#include <algorithm>
#include <vector>
#include <iostream>
#include <iterator>
#include "Demo.h"
#include <math.h>
#include "triangle.h"
#define MIN(a,b) (((a)<(b))?(a):(b))
#define MAX(a,b) (((a)>(b))?(a):(b))
#define RGB(r,g,b) ((b)|((g)<<8)|((r)<<16))
floa... | [
"ari.hamara@supercell.com"
] | ari.hamara@supercell.com |
c84a8cb23d16f4f8d6f99d07e8f79882f3dd957f | a5a7b494613b13e7e5294f39dec54e5f43445df9 | /교육/C++ Basic/Day_08/const.cpp | f1177be5779e904a2b8468c19508520aa0c2b413 | [] | no_license | deanlee-practice/toheaven-2 | 22f99e6531b143c856f06d713ca000b4f51ea7f9 | 52e78e585e7a4372bb8ca86c0fc104206d7bbe76 | refs/heads/master | 2023-06-16T10:35:49.664923 | 2021-07-06T13:05:30 | 2021-07-06T13:05:30 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 2,512 | cpp | /*
생성자 초기화
클래스의 const, static 변수
레퍼런스 타입을 리턴하는 함수
this 포인터
const 멤버 함수
*/
#include <iostream>
using namespace std;
class Marine {
static int total_marine_num;
int hp; // 마린 체력
int coord_x, coord_y; // 마린 위치
//int damage; // 공격력
bool i... | [
"noreply@github.com"
] | noreply@github.com |
d28982c65abdda67009f9946ca51f5710bf55d60 | c8029ea41c7dcdde4330bcd6d7ef4f9fe248b75d | /src/kbase/string_format.cpp | b6a99be2d578736a5a3cea9f436feb8b5bafd467 | [
"MIT"
] | permissive | ExpLife0011/KBase | e956181c735fd469ba616c8c6547daa394181398 | c012339344b35394f6eba23a32d408c80beb8e8f | refs/heads/master | 2020-03-20T03:49:02.847354 | 2018-02-16T07:44:08 | 2018-02-16T07:44:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,068 | cpp | /*
@ 0xCCCCCCCC
*/
#include "kbase/string_format.h"
#include "kbase/basic_macros.h"
#include "kbase/scope_guard.h"
#if defined(OS_POSIX)
#include <cstdarg>
#endif
namespace {
using kbase::FormatError;
using kbase::NotReached;
using kbase::internal::FormatTraits;
using kbase::internal::Placeholder;
using kbase::in... | [
"kingsamchen@gmail.com"
] | kingsamchen@gmail.com |
2422dd649bd7425c86235ba710a13456f8f5ba19 | 33b59f7ddb64b9464e68d281a8d2dd6dc1f63d47 | /source/octoon-graphics/OpenGL 20/gl20_shader.cpp | 0ca4f40f99a5bb6a0ee941853c64c8705dfad554 | [
"MIT"
] | permissive | superowner/octoon | 24913edde75963a1414728c07f679fe024552777 | 2957132f9b00927a7d177ae21db20c5c7233a56f | refs/heads/master | 2020-03-22T15:56:25.741567 | 2018-06-13T02:26:27 | 2018-06-13T02:26:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,062 | cpp | #include "gl20_shader.h"
#include "gl20_device.h"
#if defined(__WINDOWS__) && defined(OCTOON_FEATURE_GRAPHICS_USE_HLSL)
# define EXCLUDE_PSTDINT
# include <hlslcc.hpp>
# include <sstream>
# include <d3dcompiler.h>
#endif
namespace octoon
{
namespace graphics
{
OctoonImplementSubClass(GL20Shader, GraphicsShader, ... | [
"2221870259@qq.com"
] | 2221870259@qq.com |
dc9cfd3e7642599a9441b46429f547655a587cd2 | c17ef4827869dbed4fd9e9af70ed77d620898b77 | /codeChef/long/mar18/mineat.cpp | 5dbd18872e54d38f17c4d9e1474bf24aa14e2a30 | [] | no_license | Dsxv/competitveProgramming | c4fea2bac41ddc2b91c60507ddb39e8d9a3582e5 | 004bf0bb8783b29352035435283578a9db815cc5 | refs/heads/master | 2021-06-24T15:19:43.100584 | 2020-12-27T17:59:44 | 2020-12-27T17:59:44 | 193,387,301 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 608 | cpp | #include <bits/stdc++.h>
using namespace std ;
#define int long long
int check(int x , int* a , int n){
int count = 0 ;
for(int i = 0 ; i < n ; i++){
count += (a[i] + x - 1) / x ;
}
return count ;
}
int32_t main(){
int t ;
cin >> t ;
while(t--){
int n , h ;
cin >> n >> h ;
int a[n] ;
for(int i = 0 ;... | [
"dsxv007@gmail.com"
] | dsxv007@gmail.com |
ec2df38c46ead0865da949c37ddd279345957349 | 7ec2b70de7bfbada1df19be63ca93ca1dc66e29d | /source/mw-context.h | b674a1ac7ef5e86ff786a70b8792aaf070b2d0e2 | [] | no_license | sb-baifeng-sb/model-worker | 9d8ddcbc781186991baed83b9209645937d137f3 | e18c6868fcceac168250146ba54d9dc10d19c538 | refs/heads/master | 2020-08-15T07:38:48.888976 | 2020-02-13T16:34:31 | 2020-02-13T16:34:31 | 215,302,155 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 911 | h |
#ifndef __MW_CONTEXT_H__
#define __MW_CONTEXT_H__
#include <string>
#include "mw-event.h"
namespace mw {
class ProxyHolder;
class WorkerHolder;
class HandlerHolder;
class ProcHolder;
class Context {
public:
Context();
virtual ~Context();
public:
ProxyHolder& proxy() {
return *this->mProxyHolder;... | [
"qq394811161@gmail.com"
] | qq394811161@gmail.com |
d72256964b3a7b188c6f7dd4627a40aeafc7b47d | d8efaf8e35f7d203d50cb4f87bc7313187d9f6e1 | /build/Android/Preview/MyFirstFuseProject/app/src/main/include/Uno.Net.Http.UriSchemeType.h | 2dd7c3d2ec9f43449ba60bbfd3f2bccdda4984d6 | [] | no_license | eddzmaciel/fproject_fp | fe33dc03b82047e88fad9e82959ee92d6da49025 | 2760ddb66c749651f163c3c1a3bc7b6820fbebae | refs/heads/master | 2020-12-04T12:38:37.955298 | 2016-09-02T02:23:31 | 2016-09-02T02:23:31 | 67,182,558 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 352 | h | // This file was generated based on C:\ProgramData\Uno\Packages\Uno.Net.Http\0.33.1\$.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Int.h>
namespace g{
namespace Uno{
namespace Net{
namespace Http{
// public enum UriSchemeType :1102
uEnumType* UriSchemeType_typeof(... | [
"Edson Maciel"
] | Edson Maciel |
d57c39970a0b549cd193d93a526091532fc7e13a | 6d427c7b04cb92cee6cc8d37df07cf8b129fdada | /12000 - 12999/12459.cpp | b6295e44204fe8b8bcd869767aabd17b417812bb | [] | no_license | FForhad/Online-Judge-Ex.-Uva-Solutions | 3c5851d72614274cafac644bcdbc9e065fd5d8d8 | b7fdf62d274a80333dec260f5a420f9d6efdbdaf | refs/heads/master | 2023-03-20T23:47:30.116053 | 2021-03-10T02:07:49 | 2021-03-10T02:07:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 303 | cpp | #include<bits/stdc++.h>
using namespace std;
long long int fibo[81];
void fib()
{
fibo[1]=1;
fibo[2]=2;
for(int i=3; i<=80; i++)fibo[i]=fibo[i-1]+fibo[i-2];
}
int main()
{
fib();
int a;
while(scanf("%d",&a)==1&&a!=0)
{
printf("%lld\n",fibo[a]);
}
return 0;
}
| [
"amitcse1995@gmail.com"
] | amitcse1995@gmail.com |
c3024fcc94e0249f2adabba12ae20ede8880ccff | 70fab0b00e2d0b0800f88e29cc42b41b8df09ee6 | /bbp/src/uwsr/FEM/GraphNumberer.h | 85bbaaaa509c753b263f440ddbd075e74d40e434 | [
"Apache-2.0"
] | permissive | alborzgh/bbp | b51e57d93f2141407bcb0f1d092f3bed7b7fdf6a | bc0cce2378aa071a5537d25c1a738e58ef610561 | refs/heads/master | 2020-04-03T00:41:39.088013 | 2018-12-05T21:52:39 | 2018-12-05T21:52:39 | 154,905,925 | 0 | 1 | Apache-2.0 | 2018-10-26T23:46:45 | 2018-10-26T23:46:45 | null | UTF-8 | C++ | false | false | 2,585 | h | /* ****************************************************************** **
** OpenSees - Open System for Earthquake Engineering Simulation **
** Pacific Earthquake Engineering Research Center **
** **
** ... | [
"alborzgh@uw.edu"
] | alborzgh@uw.edu |
8f71f10f687819cebf00cbd9a314e2cea5689b8b | 34313ea01cc8b5f330bf3e049a142c71eccfdccc | /offer_T55_1.cpp | 783601fc876169461a30346f693e1df4fe6d714a | [] | no_license | fhsmartking/Leetcode | f0467bd2a53bafb30f253d85bb0a8704606bb8c9 | 9442cf4bded175ab2e4ce7a3ab8259be31d53403 | refs/heads/master | 2023-03-22T12:55:48.344166 | 2020-08-12T10:11:42 | 2020-08-12T10:11:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 702 | cpp | #include<iostream>
#include<vector>
#include<algorithm>
using namespace std;
struct TreeNode {
int val;
TreeNode* left;
TreeNode* right;
TreeNode(int x) : val(x), left(NULL), right(NULL) {}
};
class Solution {
public:
int dfs(TreeNode* root) {
if (root->left == nullptr && ro... | [
"noreply@github.com"
] | noreply@github.com |
3fedc60a1c6b4356fd11d0d56b66e321e5948295 | b133b88c88dda779abbe3f680405a864c0e35474 | /QtLing/graphics.h | be685bb18d90f0f235612d2ee6095ea7a993c692 | [] | no_license | cdwijs/QtLing | 93bd25f2663faf955a80440894b2eff28cf6b3c4 | a5e601a2d9bce7d0d8e35981035f70cdbaa1b1a0 | refs/heads/master | 2021-09-02T09:12:51.781768 | 2018-01-01T01:00:00 | 2018-01-01T01:00:00 | 115,908,690 | 0 | 0 | null | 2018-01-01T08:52:22 | 2018-01-01T08:52:22 | null | UTF-8 | C++ | false | false | 6,945 | h | #ifndef GRAPHICS_H
#define GRAPHICS_H
#include<QGraphicsItem>
#include <QGraphicsView>
#include <QMouseEvent>
#include <QGraphicsScene>
#include <QPoint>
#include <QColor>
#include "supersignature.h"
#include <QGraphicsItem>
class CSignature;
class CSignatureCollection;
class MainWindow;
class lxa_graphics_scene;
class... | [
"goldsmith@uchicago.edu"
] | goldsmith@uchicago.edu |
1027a7a93f31f027693771ebb3d4e336c877f63e | 8c003e9106f2bf8c9d9b0fbf96fd9102fc2857a7 | /src/ui/a11y/lib/gesture_manager/recognizers/tests/one_finger_drag_recognizer_test.cc | f3c0ea1ba9e77b4634566a3f63244e8f94a9f6eb | [
"BSD-3-Clause"
] | permissive | Autumin/fuchsia | 53df56e33e4ad76a04d76d2efe21c9db95e9fcc9 | 9bad38cdada4705e88c5ae19d4557dfc0cd912ef | refs/heads/master | 2022-04-23T18:13:33.728043 | 2020-04-21T14:43:53 | 2020-04-21T14:43:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,251 | cc | // Copyright 2019 The Fuchsia 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 "src/ui/a11y/lib/gesture_manager/recognizers/one_finger_drag_recognizer.h"
#include <fuchsia/ui/input/accessibility/cpp/fidl.h>
#include <memory... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
2590dbcdd0677bde1f1f5c913ce0e4ca0598a3c2 | 69e7f4b3c51c6a4fa47d63c79bf1147b20663574 | /第八周课堂上实验一/第八周课堂上实验一/第八周课堂上实验一Doc.h | 1d18c277c8c99038ecf0b52bf6659bcba55d7136 | [] | no_license | learnernews/-1 | 394204590a42e56e8891994588881fed2a427c7d | d9e5cb21921d7b007e67b268c46f013f8a9f2e34 | refs/heads/master | 2022-11-17T22:45:18.928786 | 2020-07-03T15:19:29 | 2020-07-03T15:19:29 | 268,680,889 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 971 | h |
// 第八周课堂上实验一Doc.h : C第八周课堂上实验一Doc 类的接口
//
#pragma once
class C第八周课堂上实验一Doc : public CDocument
{
protected: // 仅从序列化创建
C第八周课堂上实验一Doc();
DECLARE_DYNCREATE(C第八周课堂上实验一Doc)
// 特性
public:
// 操作
public:
// 重写
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
#ifdef SHARED_HANDLERS
virtua... | [
"1583817286@qq.com"
] | 1583817286@qq.com |
e247a845571b20198c5d0ccaec9d3affb0063fe0 | 808c52b14ffa0ad6986b2ad3b54f2a52b828b161 | /CGALUtilities.h | b8431c6c55a32a61506ad6057231c15bf44535f4 | [] | no_license | plisdku/mergeSTP | 95539bc09260154a21ef403f098bacf8a3b115d1 | abb45eee92234ff432d8682b8b367ba1ed9f7fb0 | refs/heads/master | 2020-05-16T20:26:29.364356 | 2016-04-08T16:50:29 | 2016-04-08T16:50:29 | 17,258,407 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 594 | h | /*
* CGALUtilities.h
* Snapdragon
*
* Created by Paul Hansen on 3/9/10.
* Copyright 2010 Stanford University. All rights reserved.
*
*/
#ifndef _CGALUTILITIES_
#define _CGALUTILITIES_
#include <CGAL/number_utils.h>
#include "utility/VectorMatrix.h"
#include "utility/VectorMatrix2.h"
template<class CGALPoi... | [
"pch@stanford.edu"
] | pch@stanford.edu |
c62fe2247105b117e8921997489c10794ecbd94c | 6acfb82696512fa7203a68cca867fc11b19273fa | /HW3/distance.h | 2d84707c63171212107fa37e2e2c0f7628026068 | [] | no_license | dangalang/COP3330 | 8eed0f601efc455d27885a898f1f7e2872b4d5b6 | f6314fab5cc703c7e063125968b9c05fb324392e | refs/heads/master | 2022-04-15T23:32:33.672727 | 2020-04-10T22:10:22 | 2020-04-10T22:10:22 | 235,830,969 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,373 | h | /* Name: Forrest Lang
* Date: 10 FEB 2020
* Section: 0005
* Assignment: Homework 3
*/
using namespace std;
class Distance {
friend ostream& operator<<(ostream& s, const Distance& d);
friend istream& operator>>(istream& s, Distance& d);
friend Distance operator+(const Distance& d1, const Distance& d2... | [
"c18lang@gmail.com"
] | c18lang@gmail.com |
dfe5c562615010c0ab61eb4e47fb3f71c3462918 | fdaa9b0627b4bbbb3d9cb50c5336fb3d2760023e | /src/test/reverselock_tests.cpp | 2dc161196118c5298f49f45c3cfe19313963abed | [
"MIT"
] | permissive | coppercurrency/copper | ff7f8583f467a4a3c3ed87ffb4179f5be276c5a8 | a5e9d15ef68231bc28ce0a394b1e967a6cf0b1dd | refs/heads/master | 2020-04-15T21:11:34.735457 | 2019-01-10T16:06:03 | 2019-01-10T16:06:03 | 165,024,201 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,625 | cpp | // Copyright (c) 2015-2016 The Bitcoin Core developers
// Copyright (c) 2017 The Copper Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "reverselock.h"
#include "test/test_copper.h"
#include <boost/test... | [
"root@vps626905.ovh.net"
] | root@vps626905.ovh.net |
154c384f131b3d8c51135d6f029c07d88aa7b674 | b74dea911cf644ab1b6a6c8c448708ee09e6581f | /SDK/lib/device/ak8975.h | 08019b9b2e798304ad8696662901ac10d564d441 | [
"Unlicense"
] | permissive | ghsecuritylab/CppSDK | bbde19f9d85975dd12c366bba4874e96cd614202 | 50da768a887241d4e670b3ef73c041b21645620e | refs/heads/master | 2021-02-28T14:02:58.205901 | 2018-08-23T15:08:15 | 2018-08-23T15:08:15 | 245,703,236 | 0 | 0 | NOASSERTION | 2020-03-07T20:47:45 | 2020-03-07T20:47:44 | null | UTF-8 | C++ | false | false | 2,794 | h | /*
* device/ak8975.h
*/
/*#####################################################*/
#ifndef AK8975_H_
#define AK8975_H_
/*#####################################################*/
#include <stdbool.h>
#include "api/i2c.h"
#include <include/global.h>
/*#####################################################*/
#define AK89... | [
"morgoth.creator@gmail.com"
] | morgoth.creator@gmail.com |
4e5204442086014720c65f630c0ad44ae31fa8fb | e9710a309b76a307874d60f5dc616d53383d4001 | /version2/demoClient/benchmark_client.cpp | 2d6a8b97850540d7acba9e3887181cdb2aaf7114 | [] | no_license | appleoct/CET_Dic | a3c4975d795b86e738caa952a4f30c95179a9e39 | 7f562fcd778362b73c7f8d9ca0431c25ca1e6542 | refs/heads/master | 2020-05-28T08:35:45.336143 | 2017-10-03T04:53:51 | 2017-10-03T04:53:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 319 | cpp | /*
* > File Name: client.cpp
* > Author: Jack Kang
* > Mail: kangyijie@xiyoulinux.org
* > Created Time: 2017年07月18日 星期二 16时13分53秒
*/
#include <iostream>
#include "client.h"
int main(void)
{
fork();
fork();
Client cli("192.168.30.132",5473);
cli.Connect();
cli.benchmark();
}
| [
"xiyoulinux.kangyijie@gmail.com"
] | xiyoulinux.kangyijie@gmail.com |
331be3e8be51b842b54018c6629831c1d63da203 | 3f25d1a06573f72afde1c0bc51ddf9504735503a | /number.cpp | 3558592dc3c06603bc6f9db826a6b6ecbcad690f | [] | no_license | wakaba-c/Little-Red-Hood | f9a7a87705142b9758d06bbe0bddbbdb314170f7 | d30aa7a4fac4a8d9511fe56eeb26aa452a789a01 | refs/heads/master | 2022-04-19T09:26:02.775559 | 2020-04-22T04:26:24 | 2020-04-22T04:26:24 | 257,787,935 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 5,645 | cpp | //=============================================================================
//
// 数字処理 [number.cpp]
// Author : masayasu wakita
//
//=============================================================================
#include "number.h"
#include "manager.h"
#include "renderer.h"
//=======================================... | [
"koamchi.w315@gmail.com"
] | koamchi.w315@gmail.com |
eeb89a94a93008f8287f7e00a3daa261cd912ac2 | 947de94ef998bfebb8e9c7da5e3a60c1080e0da8 | /CardGame/CARD.h | 7a839f1763ea0509cc4143459572152bfa418a5b | [] | no_license | neversettle123/doudizhu | 43d1a976de26a0d9270037c761395f1d4c13c0d5 | 5537875f30dc2888828c3c716aba8ff2fec86e1c | refs/heads/master | 2020-03-28T22:58:14.731962 | 2018-09-18T10:13:06 | 2018-09-18T10:13:06 | 149,268,429 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,900 | h | #pragma once
#include<windows.h>
#include<time.h>
#include<algorithm>
#include<vector>
#include<mmsystem.h>
#include <Digitalv.h>
#include"resource.h"
#pragma comment(lib,"winmm.lib")
using namespace std;
#define CARD_SIZE 54
#define BLACKJOKER_VALUE 99
#define REDJOKER_VALUE 100
#define BUTTON1 200
#define BUTTON2 2... | [
"1945437957@qq.com"
] | 1945437957@qq.com |
428ce4fd4d48af81d151bc8f88efd29a39c02205 | e4145c69e62181c384bfa83147675584a2edbe39 | /libraries/Audio_master/input_adc.h | 63ff291d1069e1e1bb6944575a924a32e3cb1918 | [] | no_license | lukvog/HUGO | 13b1a32bf57825cd9e15d58dd90f6fe05e219281 | e6e83af2ed98ea022d037a0697e1a04627eb5091 | refs/heads/master | 2021-01-22T22:45:51.006385 | 2014-04-26T14:15:48 | 2014-04-26T14:15:48 | 18,528,000 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,904 | h | /* Audio Library for Teensy 3.X
* Copyright (c) 2014, Paul Stoffregen, paul@pjrc.com
*
* Development of this audio library was funded by PJRC.COM, LLC by sales of
* Teensy and Audio Adaptor boards. Please support PJRC's efforts to develop
* open source software by purchasing Teensy or other PJRC products.
*
* P... | [
"lukas_vogel@sunrise.ch"
] | lukas_vogel@sunrise.ch |
c77d4c2d5df4bde2530ec0454393d3297065e921 | c5f94883c66644e613d76b06c46c5d019d8e7c01 | /transport/channel/channel_pipeline.h | 66609292006fa61007959eeeb8771999b6ad4f31 | [
"MIT"
] | permissive | bingo787/transport2.0 | 47f80c91640b7416e70acf4be0e864feedddbaf4 | c82057db7050d768e105adbbc63af8b3e38b1668 | refs/heads/master | 2022-04-08T08:54:04.567008 | 2020-02-24T03:59:22 | 2020-02-24T03:59:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 249 | h |
#ifndef ROSA_TRANSPORT_CHANNEL_CHANNEL_PIPELINE_H_
#define ROSA_TRANSPORT_CHANNEL_CHANNEL_PIPELINE_H_
namespace rosa {
namespace transport {
namespace channel {
class ChannelPipeline {
};
}
}
}
#endif //ROSA_TRANSPORT_CHANNEL_CHANNEL_PIPELINE_H_
| [
"zhaoqibin2009@qq.com"
] | zhaoqibin2009@qq.com |
23f74e20c51b503a12149809c9601f61f9606bad | fe164360a17a2afee0dc5ad3ed08d214e7bd74a8 | /Sample/GameEngineFromScratch-article_15/Platform/Windows/helloengine_d3d.cpp | 80d92a6544f660c6162904b89794d4053ad5444f | [
"MIT"
] | permissive | AcmenLu/AcmenEngine | 9fd94338974b6300465f0d40f70d65c55c6e32a9 | 437b55dea0edd6ea89ac6fc236f21e067dbf97aa | refs/heads/master | 2020-06-19T09:29:55.526623 | 2019-08-29T01:09:28 | 2019-08-29T01:09:28 | 196,661,645 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 31,751 | cpp | // include the basic windows header file
#include <windows.h>
#include <windowsx.h>
<<<<<<< HEAD
#include <tchar.h>
#include <stdint.h>
#include <d3d11.h>
#include <d3d11_1.h>
=======
#include <stdio.h>
#include <tchar.h>
#include <stdint.h>
#include <d3d12.h>
#include "d3dx12.h"
#include <DXGI1_4.h>
>>>>>>> 5e179677... | [
"1109325089@qq.com"
] | 1109325089@qq.com |
11a2aae1260b812ebc180574dca0455f25269978 | 44ff68cf4a20fdcf90424d2f12ef82ca203a3933 | /Burnout_2.0/src/Burnout/Core/Window.h | e9e072ff715f8d192d5039d0b3a8e3f01ab02de9 | [
"MIT"
] | permissive | EsasHG/Burnout_2.0 | 3fca70667f4e4315d61eaaba1fe63a5d836b0bcd | 66f4d1d98d2123af6cb58d5c432499c25a644669 | refs/heads/master | 2020-11-28T14:00:36.409364 | 2020-04-10T14:46:46 | 2020-04-10T14:46:46 | 229,840,589 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 983 | h | #pragma once
#include "bopch.h"
#include "Burnout/Core/Core.h"
#include "Burnout/Events/Event.h"
namespace Burnout
{
struct WindowProps
{
std::string Title;
unsigned int Width;
unsigned int Height;
WindowProps(const std::string& title = "Burnout Engine",
unsigned int width = 1280,
unsigned int heigh... | [
"espenhg@hotmail.com"
] | espenhg@hotmail.com |
b03d71c7dd7202f9e2d01a7ea5975703405343bb | d0fb46aecc3b69983e7f6244331a81dff42d9595 | /dds/include/alibabacloud/dds/model/ReleaseNodePrivateNetworkAddressResult.h | 46646f41e896fca9e283e0614100915ca4ff5225 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-cpp-sdk | 3d8d051d44ad00753a429817dd03957614c0c66a | e862bd03c844bcb7ccaa90571bceaa2802c7f135 | refs/heads/master | 2023-08-29T11:54:00.525102 | 2023-08-29T03:32:48 | 2023-08-29T03:32:48 | 115,379,460 | 104 | 82 | NOASSERTION | 2023-09-14T06:13:33 | 2017-12-26T02:53:27 | C++ | UTF-8 | C++ | false | false | 1,430 | h | /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | [
"noreply@github.com"
] | noreply@github.com |
1f347d622043e7b4584b0dff99e0814826f3752a | 5c93333a71b27cfd5e5a017f29f74b25e3dd17fd | /TopCoder/Div 2/502-500 TheLotteryBothDivs.cpp | 879d0e3b4528c8f7547049662dc09a5a5c2db1c6 | [] | no_license | sktheboss/ProblemSolving | 7bcd7e8c2de1f4b1d251093c88754e2b1015684b | 5aff87cc10036a0e6ff255ae47e68a5d71cb7e9d | refs/heads/master | 2021-05-29T03:29:28.980054 | 2015-03-11T10:06:00 | 2015-03-11T10:06:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,206 | cpp | #include <vector>
#include <list>
#include <map>
#include <set>
#include <queue>
#include <deque>
#include <stack>
#include <bitset>
#include <algorithm>
#include <functional>
#include <numeric>
#include <utility>
#include <sstream>
#include <iostream>
#include <iomanip>
#include <cstdio>
#include <cmath>
#include <cst... | [
"fci.islam@gmail.com"
] | fci.islam@gmail.com |
e1ac94181138c03dde13b96de3884e929de7ecbe | 106c25b09d9dae70e9440b94e69bc0bd33418202 | /C/solution_5.cpp | 73c2ad35ca208e7acb39ee4bb3981406a23c17e6 | [] | no_license | bobsayshilol/ProjectEuler | e1da10e4126dcce7e2235e043cc8b67154064c4f | 52489c9b9b41e22e81c41cb0dd9fb13963357072 | refs/heads/master | 2021-01-17T11:11:27.819659 | 2016-05-12T00:39:53 | 2016-05-12T00:39:53 | 50,785,989 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,215 | cpp | /**
* Smallest multiple
*
* 2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.
* What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20?
*/
/**
* For each number between 1 and 20 we need to work out the gcd of each... | [
"bobsayshilol@live.co.uk"
] | bobsayshilol@live.co.uk |
39f8f5b5d1cfe8e66907d514790a27be3d776e63 | c93c42beebb6785b084d1d319104769bfef3280c | /CPP/Porteføljeopgave 2/Porteføljeopgave 2/Biography.h | de7caeecdaac451549625da241b4b802be6ca213 | [] | no_license | Gugfann/3.Semester | 36b2a8c98c8749fa56236443d402eac69ad77223 | c00c01e9633674d39617034b6b97fb2441212732 | refs/heads/master | 2021-01-10T17:40:25.010428 | 2016-01-10T00:02:41 | 2016-01-10T00:02:41 | 46,939,132 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 165 | h | #pragma once
#include "Publication.h"
class Biography :
public Publication
{
public:
Biography();
Biography(string aTitle, int aYear);
virtual ~Biography();
};
| [
"kmolha@gmail.com"
] | kmolha@gmail.com |
2f0a063454dc486e89e31710217b2963ad96485e | 3caaaeb2bb3247409868eb7a7731c61de9c11e86 | /atcoder/AGC027_C.cpp | 5a2acc939430303ed47e0e587efa788b8b568838 | [] | no_license | taiyoslime/procon | 6e3045a505ab2c74f5ae2e45bf89c7e9e145f56b | 4b4d94244b9b22a55bf39e4ef71994be00d5991a | refs/heads/master | 2020-12-28T02:04:43.542892 | 2020-04-19T09:50:17 | 2020-04-19T09:50:17 | 45,464,509 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 862 | cpp | #include <bits/stdc++.h>
using namespace std;
int n,m,a,b,g[200002][2],is_del[200002];
vector<int> v[200002],u;
string s;
int main (){
cin >> n >> m;
cin >> s;
for (int i = 0; i < m ; i++ ){
cin >> a >> b ;
v[a].push_back(b);
v[b].push_back(a);
g[a][s[b - 1] == 'A' ] ++;
... | [
"hase.tekitou@gmail.com"
] | hase.tekitou@gmail.com |
4ef3069953882a451882bccf8434c495cb448ea9 | d0fb46aecc3b69983e7f6244331a81dff42d9595 | /retailcloud/include/alibabacloud/retailcloud/model/AddClusterNodeRequest.h | c265690b1e412a3e8eac14a0a9cbc23f81895324 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-cpp-sdk | 3d8d051d44ad00753a429817dd03957614c0c66a | e862bd03c844bcb7ccaa90571bceaa2802c7f135 | refs/heads/master | 2023-08-29T11:54:00.525102 | 2023-08-29T03:32:48 | 2023-08-29T03:32:48 | 115,379,460 | 104 | 82 | NOASSERTION | 2023-09-14T06:13:33 | 2017-12-26T02:53:27 | C++ | UTF-8 | C++ | false | false | 1,588 | h | /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
3db7e409b84d305180d61f393729035171dd298b | cff7648b765c2c6d27cdbcee7c9d66d80df72c0e | /Particle Effects - PrimeEngine/ParticleManager.cpp | 540e6aa4e6f95fadd8c0c516901356d677eca7a0 | [] | no_license | shrynshk7252/Sample-Code | 3d69e107f0168b3850ab5f6023778c92e813be48 | 7cd79f66342e772562fa911e61e08befe98acdcb | refs/heads/master | 2016-09-12T15:15:58.956128 | 2016-05-06T00:38:49 | 2016-05-06T00:38:49 | 58,169,060 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,852 | cpp | /* APIAbstraction */
#include "PrimeEngine/APIAbstraction/APIAbstractionDefines.h"
/* Outer-Engine includes */
/* Inter-Engine includes */
#include "PrimeEngine/Lua/LuaEnvironment.h"
/* Sibling and Children includes */
#include "ParticleManager.h"
#include "ParticleEmitter.h"
#include "PrimeEngine/Scene/RootSceneNode.h... | [
"shreyank@usc.edu"
] | shreyank@usc.edu |
63b8490e1e030f72e809b422e59ee98b2f65adbc | 55d127a1f772eb40fa7526926d0dbb4f12ef8582 | /Environment.h | d780eebfae1eb4947806d2ec65eb1225e1c4045e | [] | no_license | riroan/GridWorld | 801d230862a4ee1af4ad18cad402b35a7c7b2920 | bd397598f7fb03407b6259dafd5b81074df19d68 | refs/heads/master | 2021-07-12T16:03:54.364973 | 2020-08-02T14:05:38 | 2020-08-02T14:05:38 | 172,125,948 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,092 | h | #pragma once
#define UP 0
#define RIGHT 1
#define DOWN 2
#define LEFT 3
#define DISCOUNT 0.9
#define EPSILON_DISCOUNT 0.999
#define EPSILON_MIN 0.1
class Q
{
public:
double arr[4];
Q()
{
for (int i = 0; i < 4; i++)
arr[i] = 0.0;
}
double& operator[](const int& i)
{
return arr[i];
... | [
"noreply@github.com"
] | noreply@github.com |
31cdc6c81c658b1d058230a1d656ca8d63932f0a | a3696f7f62511521c974ebb654cdf0162d28c4e6 | /carDemo/src_cpp/src/Experiment/Simulation/ai/GeneticAlgorithm.cpp | 553b299b37346e7c37236256f8496aeeb5a162aa | [] | no_license | templeblock/geneticAlgorithm_experiment | de4aef6fec14e82483886769b440b26ab020cb2c | 856042364afad278663937b5a86d210fa1202fb0 | refs/heads/master | 2021-06-18T06:27:43.911471 | 2017-05-19T19:16:36 | 2017-05-19T19:16:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,162 | cpp |
#include "GeneticAlgorithm.hpp"
#include "../utils/TraceLogger.hpp"
#include "../utils/randomiser.hpp"
#include <ctime> // <- time
GeneticAlgorithm::GeneticAlgorithm()
: m_current_id(1),
m_current_generation(1),
m_best_fitness(0.0f),
m_is_a_great_generation(false)
{
my_srand( time(NULL) );
}
void Genet... | [
"guillaume.bouchet@epitech.eu"
] | guillaume.bouchet@epitech.eu |
e1a4e64e90cef347a61a32564db67c0e06029faf | 80a1106c3c7be985a83adffc6a680c783631dde7 | /algorithm/introAlgorithm/c++-implmentation/sort/insertion_sort.cc | 900634c5bd2051999a08eceb04624631448da58d | [] | no_license | djndl1/CSNotes | d2bf220e4d97dcdbab041eac3b7ed4d3ae2b12b3 | dbdfc4ae315e5a9ca95174d263dd03a02d5be046 | refs/heads/master | 2023-08-31T11:14:26.014029 | 2023-08-28T12:33:53 | 2023-08-28T12:33:53 | 191,334,252 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 661 | cc | #include <iostream>
#include <vector>
using std::vector;
using std::cout;
using std::cin;
using std::endl;
void insertion_sort(vector<int>& A)
{
int key, i;
for (size_t j = 1 ; j < A.size(); ++j) {
key = A[j];
i = j - 1;
while ((i >= 0) and (A[i] > key)) {
A[i+1] = A[i... | [
"djndl1@gmail.com"
] | djndl1@gmail.com |
17c7a66f15eeaccabe2ebb8dfec821e3972a4132 | 1f4c6eb3617316db4c0b0c8d30e92aa81bebf6cf | /deprecated/amx/amxcback.cpp | bcef82d39de58af21caf98c2fbe479aa6d674378 | [] | no_license | Flameeyes/hypnos | ff2c2b0b96c4884d6b87915d5740ded46672acd8 | 57538e8c4a194168fae42b3b19319657b2e52084 | refs/heads/master | 2021-01-18T14:49:10.283407 | 2005-01-02T22:48:07 | 2005-01-02T22:48:07 | 2,572,682 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,909 | cpp | /*!
***********************************************************************************
* file : amxcback.cpp
*
* Project : Nox-Wizard
*
* Author :
*
* Purpose : Implementation of Functions for AMX Callbacks and AMX Events
*
****************************************************************************... | [
"flameeyes@flameeyes.eu"
] | flameeyes@flameeyes.eu |
8c1a76cf023e554cbd6cca2c823531db0347dd23 | b14917f420efcfd0ac27d7bf0f593ff44e732703 | /Joint Project/playGame.h | 633467599bfe89caf9f9e59800efe5d2237f953e | [] | no_license | MichaelBridgette/Overhead-Racing-Game | 67ea4761d1592b7f5092ef150a3167c694eb99a3 | 0e8bc8490218ab399b4e41be5b54c31fd8c4b80e | refs/heads/master | 2021-07-12T07:31:16.616161 | 2017-10-17T09:05:09 | 2017-10-17T09:05:09 | 107,243,495 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 966 | h | #pragma once
/// <summary>
/// @mainpage Joint Project - 2D racing game.
/// @Author Dylan Murphy, Sean Regan, Micheal Bridgette, David O'Gorman
/// @Version 1.0
/// @brief A 2D racing game.
/// </summary>
#ifndef PLAYGAME
#define PLAYGAME
// classs for the menu screen
class Game;
#include<SFML\Graphics.hpp>
#i... | [
"c00205948@itcarlow.ie"
] | c00205948@itcarlow.ie |
010734c2f7181cdbf801cfc49e1352c479354b0c | 069e28d27ec025b452a51b1ec36781bd9d23e88f | /tess-two/jni/com_googlecode_tesseract_android/tessbaseapi.cpp | f8b519c22b3ce172049e170506348955d34e8bc6 | [
"Apache-2.0"
] | permissive | linhdq/CapstoneProjectAndroid | 9e11d85d93b2fc5ab7eec9bc65ca020f8f5c2ef7 | 2ef43dca7079e2c2c683574043cc00f732bb95ea | refs/heads/master | 2020-12-02T09:11:31.502202 | 2017-07-09T20:41:15 | 2017-07-09T20:41:15 | 96,710,082 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 31,206 | cpp | /*
* Copyright 2011, Google Inc.
* Copyright 2011, Robert Theis
*
* 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 require... | [
"linhdqse03570@gmail.com"
] | linhdqse03570@gmail.com |
e1e4047e281ee4b5f7260d7427fc90d313a8d59b | f85cfed4ae3c54b5d31b43e10435bb4fc4875d7e | /sc-virt/src/include/llvm/Support/CommandLine.h | 70465a0e3fd350aa56b9f5467964bf74eb8ae8c1 | [
"NCSA",
"MIT"
] | permissive | archercreat/dta-vs-osc | 2f495f74e0a67d3672c1fc11ecb812d3bc116210 | b39f4d4eb6ffea501025fc3e07622251c2118fe0 | refs/heads/main | 2023-08-01T01:54:05.925289 | 2021-09-05T21:00:35 | 2021-09-05T21:00:35 | 438,047,267 | 1 | 1 | MIT | 2021-12-13T22:45:20 | 2021-12-13T22:45:19 | null | UTF-8 | C++ | false | false | 63,616 | h | //===- llvm/Support/CommandLine.h - Command line handler --------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"sebi@quantstamp.com"
] | sebi@quantstamp.com |
e26aef8f336828833bc23cc4ff2afac644c3896b | a78d0417e5fd2ab2c4c733c4fc396774ad1c5452 | /tests/pthread_test.cpp | 8ae28d81ed665c0aa30930b991d642df3f3e05ce | [] | no_license | khanhduytran0/bionic_lollipop-iosport | c0bfac18735eadd29d1559e63f7bd823dcf8a0c7 | 44d7d2285cbe6622db20513093ac46e60eff90d1 | refs/heads/main | 2023-06-17T00:33:25.428033 | 2021-05-26T23:14:13 | 2021-05-26T23:14:13 | 357,794,514 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 49,318 | cpp | /*
* Copyright (C) 2012 The Android Open Source Project
*
* 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 app... | [
"khanhduytran0@users.noreply.github.com"
] | khanhduytran0@users.noreply.github.com |
870eee5ae64a5a608bb1ecec23302aa04e7946cf | 8e9f67d56cab10affc9ee8912d36435e6cd06245 | /Sandbox/src/world/particle/particles.cpp | 788a44bc9436133c258bdb84ee2e859ee0add043 | [] | no_license | Cooble/NiceDay | 79d4fd88d5ee40b025790bf3b7a2fd80fa966333 | 56b507b1f853240493affae82ad792f8054d635a | refs/heads/master | 2023-08-18T23:21:44.348957 | 2023-01-20T18:23:07 | 2023-01-20T18:23:07 | 179,539,325 | 14 | 0 | null | 2021-05-12T17:34:09 | 2019-04-04T16:52:23 | JavaScript | UTF-8 | C++ | false | false | 2,107 | cpp | #include "ndpch.h"
#include "particles.h"
#include "core/NBT.h"
#define PARTICATOR(var) var= PARTICLE_ID(#var)
using namespace nd;
namespace ParticleList {
void initDefaultParticles(ParticleRegistry& p)
{
NBT t;
if (!NBT::loadFromFile(ND_RESLOC("res/registry/particles/particles.json"), t))
return;
std::st... | [
"minekoza@gmail.com"
] | minekoza@gmail.com |
ee972eca9f405aa156aec1d09ac2914ea5ebf701 | 3ff1fe3888e34cd3576d91319bf0f08ca955940f | /wedata/src/v20210820/model/RuleGroupExecResult.cpp | 8fcc62753be7d9f349f6f0321b631591a4553584 | [
"Apache-2.0"
] | permissive | TencentCloud/tencentcloud-sdk-cpp | 9f5df8220eaaf72f7eaee07b2ede94f89313651f | 42a76b812b81d1b52ec6a217fafc8faa135e06ca | refs/heads/master | 2023-08-30T03:22:45.269556 | 2023-08-30T00:45:39 | 2023-08-30T00:45:39 | 188,991,963 | 55 | 37 | Apache-2.0 | 2023-08-17T03:13:20 | 2019-05-28T08:56:08 | C++ | UTF-8 | C++ | false | false | 16,548 | cpp | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... | [
"tencentcloudapi@tencent.com"
] | tencentcloudapi@tencent.com |
485dfe920c006507662033cdd176a47b76f6bdb6 | 1a556bb3b242497131dcdb86f27756608f5a85a4 | /include/meta/sequence/drop_at.hpp | 1a38335b7b3c366c1eb393fb71e0a9a6fae7ed32 | [
"MIT"
] | permissive | doom/meta | c66da6cccc7b9c14ecae6524d612dd6de75b3ed1 | 013b61f2bbf5deffec66eb3d9a927ad3f5fd9c7f | refs/heads/master | 2022-05-31T20:10:49.835598 | 2022-05-18T22:42:40 | 2022-05-18T22:42:40 | 155,448,723 | 7 | 4 | null | 2019-09-21T11:27:12 | 2018-10-30T20:02:33 | C++ | UTF-8 | C++ | false | false | 868 | hpp | /*
** Created by doom on 20/01/19.
*/
#ifndef META_SEQUENCE_DROP_AT_HPP
#define META_SEQUENCE_DROP_AT_HPP
#include <meta/sequence/take.hpp>
#include <meta/sequence/drop.hpp>
#include <meta/sequence/concat.hpp>
#include <meta/sequence/list.hpp>
namespace doom::meta
{
namespace details
{
template <type... | [
"clement.doumergue@epitech.eu"
] | clement.doumergue@epitech.eu |
c6623c99a8034b7241969583bbc35062e63d09b7 | d52765677b340a2ddaf183f88892eec38b805b05 | /Source/UnrealPinball/GameCamera.h | 2e7998a1928499bd73de17d5a399834463b70aca | [] | no_license | TheMaster99/UnrealPinball | 1bd182f76640f9ba77acd8d5f7191daa1d5663e7 | 66d84732ad2d6c8f83c2716d050128722ee09669 | refs/heads/master | 2021-01-02T09:02:17.665216 | 2015-08-03T18:46:01 | 2015-08-03T18:46:01 | 40,066,427 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 996 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "Components/SceneComponent.h"
#include "GameCamera.generated.h"
UCLASS( ClassGroup=(Custom), meta=(BlueprintSpawnableComponent) )
class UNREALPINBALL_API UGameCamera : public USceneComponent
{
GENERATED_BODY()
pub... | [
"derekdelapeza@gmail.com"
] | derekdelapeza@gmail.com |
4f7a1ace2b6e2ef506443ddbab5620435a367e5e | 30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a | /contest/1542571881.cpp | c3975fe8cbbe50782c93b4f491aea39f412ee878 | [] | no_license | thegamer1907/Code_Analysis | 0a2bb97a9fb5faf01d983c223d9715eb419b7519 | 48079e399321b585efc8a2c6a84c25e2e7a22a61 | refs/heads/master | 2020-05-27T01:20:55.921937 | 2019-11-20T11:15:11 | 2019-11-20T11:15:11 | 188,403,594 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 937 | cpp | #include <bits/stdc++.h>
#define F first
#define S second
#define mp make_pair
#define pb push_back
#define INF 0x3f3f3f3f
#define LINF 0x3f3f3f3f3f3f3f3fLL
#define MAXN 100000
using namespace std;
typedef long long ll;
typedef vector<int> vi;
typedef set<int> si;
typedef pair<int,int> ii;... | [
"harshitagar1907@gmail.com"
] | harshitagar1907@gmail.com |
7dca925d11da45d463198bf2640971b14c4b8e00 | c910268a1ca496c239b009fabd640e80fa50df8b | /cplusplus/worker/employee.h | 6b19a34fea934899737ed9f9953cf8749bc8cbb9 | [] | no_license | leeelei/newprogramme | 30b782cfb69ec0581026d5ff6c7a06362779bc7e | 75edc9179aa1915117cf482f3630a45bee9e7931 | refs/heads/master | 2023-09-05T06:35:21.836457 | 2021-11-05T07:07:39 | 2021-11-05T07:07:39 | 420,669,756 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 325 | h | #ifndef _EMPLOYEE_H_
#define _EMPLOYEE_H_
#include<iostream>
#include<string>
#include "worker.h"
using namespace std;
class Employee:public Worker
{
public:
Employee(int id,string name,int dId);
//show personal information
virtual void showInfo();
//get the name of department
virtual string getDeptName();
};
#e... | [
"523578749@qq.com"
] | 523578749@qq.com |
73a763df91bb2b4bf61c78fad8f9dbc384f1032f | 846d84762ddeaee925ec50eec8e2e1b83db97a12 | /04_ListaLigada/ListaLigada.cpp | 087a2387f4cae9283c1af4b4482eb04a20f3e14a | [] | no_license | damorais/a1lp2 | 1e121559032a0cf8814b2c10b3046788e988e9e9 | 35256e456149f38423e2c3cb8b655aec1f3bab2b | refs/heads/master | 2020-05-22T02:45:37.633369 | 2016-11-03T11:15:18 | 2016-11-03T11:15:18 | 64,837,662 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,394 | cpp | #include <iostream>
#include "ListaLigada.h"
//template<typename T>
//ListaLigada<T>::ListaLigada(T valor) {
// this -> valor = valor;
// this -> cauda = NULL;
//}
//ListaLigada<T>::~ListaLigadaDeStrings(){
// std::cout << "--Argh!!!! Estou derretendo!!!" << std::endl;
// std::cout << "--" << this -> valo... | [
"damorais@gmail.com"
] | damorais@gmail.com |
9a77bc56303fdc8b20356bf5171814a89da4aebc | c748e73072da3aa45d89893658a761a75fc41de6 | /src/rcib/MessageLoop.cc | 63a974a579b26971675b103298126b8ef59913cd | [] | no_license | Qilewuqiong/rcib | 6d82406e67fc12a07a21058e25b0be487eec0a93 | dc0b8e98bb33a5e68285f5ca104dbfb78ae20c21 | refs/heads/master | 2021-01-14T08:50:56.940708 | 2015-12-16T02:23:15 | 2015-12-16T02:23:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,726 | cc | // Copyright (c) 2011 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.
#ifdef _WIN32
#include <windows.h>
#else
#include <pthread.h>
#include <assert.h>
#endif
#include <string>
#include <memory>
#include <list>
#include ... | [
"classfellow@qq.com"
] | classfellow@qq.com |
5596395d6195f5fe694e0c0226b19c5b16d440fb | 3ded37602d6d303e61bff401b2682f5c2b52928c | /toy/0206/Classes/Model/CBAppManager.cpp | 185d4262f7f5ba1e29195e8d8b9af08634badee9 | [] | no_license | CristinaBaby/Demo_CC | 8ce532dcf016f21b442d8b05173a7d20c03d337e | 6f6a7ff132e93271b8952b8da6884c3634f5cb59 | refs/heads/master | 2021-05-02T14:58:52.900119 | 2018-02-09T11:48:02 | 2018-02-09T11:48:02 | 120,727,659 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,994 | cpp | //
// CBAppManager.cpp
// ColorBook
//
// Created by maxiang on 4/21/15.
//
//
#include "CBAppManager.h"
#include "../Module/STSystemFunction.h"
#include "PictureLayer.h"
#include "../Layer/AdsLoadingLayer.h"
#include "PackLayer.h"
#ifdef __APPLE__
#include "TargetConditionals.h"
#endif
USING_NS_CC;
static AppMa... | [
"wuguiling@smalltreemedia.com"
] | wuguiling@smalltreemedia.com |
f84a80a8859a63b8b36714dab2617ff027dccd71 | 322257a202b17896dfd9f39e4a043c7a4bdc5af5 | /ApplicationLogic/PointLights.cpp | 53198af940c5a049ac3dcf6e3ba8139436a948e8 | [] | no_license | Ashish424/ComputerGraphicsProject | 8f15eb41beaab0111f465283eacf03fa353f6301 | 542282829696755a0a53735f9cfa09d25ec6a240 | refs/heads/master | 2021-01-13T00:55:34.817885 | 2016-03-25T13:15:40 | 2016-03-25T13:15:40 | 44,620,714 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 762 | cpp | //
// Created by Ashish Aapan on 13/10/15.
//
#include "PointLights.hpp"
namespace TerrainDemo {
Pointlight::Pointlight(const MainCamera *cam,
const TransformData &transdata,
const glm::vec3 &position,
const glm::vec3 &ambient,
const glm::vec3 &d... | [
"ashish13024@iiitd.ac.in"
] | ashish13024@iiitd.ac.in |
62992192215cbeb48e903236c031e71f1b0a536c | 6aa4e917d628772824f0cf91301355a21d2bd923 | /lib/OSX/OpenCV2.framework/Headers/core/eigen.hpp | c9cfeb90e7049777a414516550e8b4f82663dc25 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Yutaro0410/MPGestures | a35be8dc534640c0e1e334455b8bb08e49f9047f | ab4ffd79982335ce6a902011ffec3d80cd686416 | refs/heads/master | 2021-01-12T20:00:40.589856 | 2014-03-17T10:19:33 | 2014-03-17T10:19:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,465 | hpp | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | [
"matias.piipari@gmail.com"
] | matias.piipari@gmail.com |
92bd384cb683c379bf66ad3e7481cace43345fec | 06a85cf0123dd2a27f75e145d4c233fb25eb393b | /hdu/1094.cpp | af9e7f13028899e4c4fb864e0e2b61824fc63ff4 | [] | no_license | nosyndicate/onlinejudge | 6db7f50382751310a9b0ce48cf56bb2a258a1800 | 2a7b775e182eafdb7ca349f5c56d694f40072f58 | refs/heads/master | 2021-01-19T08:16:57.045164 | 2014-04-07T06:24:16 | 2014-04-07T06:24:16 | 1,598,029 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 236 | cpp | //http://acm.hdu.edu.cn/showproblem.php?pid=1094
#include <stdio.h>
int main()
{
int N,a,sum = 0;
while(scanf("%d",&N)!=EOF)
{
for(int i = 0;i<N;++i)
{
scanf("%d",&a);
sum+=a;
}
printf("%d\n",sum);
sum = 0;
}
} | [
"nosyndicate@gmail.com"
] | nosyndicate@gmail.com |
fe68f5b5d87e0d6b66b92638efafc41bd87786b1 | 7ecdf571da7532d748887924aefc3c5e9705ef9e | /server/server.cpp | 5db08985839e530b350eee37eab67e060e291326 | [] | no_license | GorillaSX/DMS | 1d249631d907f77fe6b04c90a3d5c055ad84ca87 | f21f73709ba6a8f70eba37d1935217de417b580e | refs/heads/master | 2021-04-27T08:04:16.706810 | 2018-02-23T15:56:53 | 2018-02-23T15:56:53 | 122,647,384 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 449 | cpp | //implement server class
//server class
#include "server.h"
//constructor
Server::Server(LogDao& dao, //data access object
short port, //bind port
string const& ip /*= "" */ //bind ip address
)throw(ServerException):m_store(dao),m_socket(port,ip){}
//mining data
void Server::dataMine(... | [
"songxin@udel.edu"
] | songxin@udel.edu |
4a0f6a5819288f9124f209b17b32665ba2125230 | 96ed339f2de8c0e78830fc0079226d33d9481b9d | /CombineEngine/Animation/PathFollowController.h | a6cef010dd5e72ddfa3a3163573fae1280856682 | [] | no_license | MeridianPoint/OpenGlEngine | e2ea8d4e26196294036f804f79582820c717c7ef | bea4dfa75ef4900296cab883bcae5d5fa9674689 | refs/heads/master | 2021-01-10T16:22:36.156537 | 2016-01-27T21:29:50 | 2016-01-27T21:29:50 | 50,533,024 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 554 | h | #ifndef PATHFOLLOWCONTROLLER_H_
#define PATHFOLLOWCONTROLLER_H_
#include "KeyFrameController.h"
class PathFollowController :
public KeyFrameController
{
private:
Vec3f InitialDirection;
Mat4f cur_Rotation;
Vec3f cur_speed; //speed
Mat4f VectorRotation(Vec3f Prev, Vec3f Post); //get the rotation from two vectors... | [
"automaxwang@gmail.com"
] | automaxwang@gmail.com |
3c6b343ba4b3c29186da2b7bbd0bdedc342bad91 | 558dece528927a181dcf8afdc6b6c85edaaeb584 | /Data Structure/LCA/SPOJ - NTICKETS - Nlogonian Tickets.cpp | c052422936c9c1a4a8461b8b15042db7ea337f1a | [] | no_license | rohannstu/Algorithms | dd5e9bc8d57ba512ad2b1d27bb761eda7d3ed1a9 | b121d952d01687dd52279b91ef19d9533ba05be5 | refs/heads/master | 2023-04-09T12:30:21.547535 | 2021-04-08T11:23:54 | 2021-04-08T11:23:54 | 569,421,358 | 1 | 0 | null | 2022-11-22T19:40:43 | 2022-11-22T19:40:41 | null | UTF-8 | C++ | false | false | 7,464 | cpp | #include<bits/stdc++.h>
#define Input freopen("in.txt","r",stdin)
#define Output freopen("out.txt","w",stdout)
#define ll long long int
#define ull unsigned long long int
#define pii pair<int,int>
#define pll ... | [
"noreply@github.com"
] | noreply@github.com |
9a8ccb026813dfec8d7896f1a2870393b503c88e | 30e454af4970ecb2798ec45e48f2462ae25b8d56 | /13/13.cpp | 25a4b986a81373e2def848584fd06048130cd4d7 | [] | no_license | espilya/ed | b23794cfbc52460706a6d833896e9cd37b27a189 | 576eeada29d1f9bd4eef4d7f730ca55612c442f6 | refs/heads/master | 2022-11-12T01:26:09.642430 | 2020-07-03T21:43:30 | 2020-07-03T21:43:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 501 | cpp | #include <iostream>
#include <string>
#include <vector>
#include <cmath>
#include <algorithm>
#include <limits.h>
#include "deco.h"
using namespace std;
//Por ejemplo, si X es Anacleto, agente secreto, X0
//serıa Analceto ,agetnes erceto y X00 (el
//mensaje cifrado) serıa Aontaelccreet os e,natge.
int main() {
... | [
"espilya@gmail.com"
] | espilya@gmail.com |
c9254885f86b768830c2484a71879870eed16a7d | 372e4adc8d3a9e1c118b45951d82f56f15e89383 | /software_projects/c_programs/color_space/color_space.cpp | eb52ddafda577e3ac20eaea537879a6fdb764a3f | [] | no_license | infocelab/embedded-projects | d190a23b9254b272643eb1a13259ae079ffa934d | ba4d099538df964feac0ee7cc7af10b3271db7b0 | refs/heads/master | 2021-01-12T18:09:01.718780 | 2015-08-18T13:36:18 | 2015-08-18T13:36:18 | 41,009,390 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,654 | cpp |
// Name: Colorspace
// Description:This is a simple application that converts an HSL color to an RGB color. For some reason it's all in floating-point, I forget why.
// Inputs:The Hue, Saturation and Luminescence color channels of a given color
// Returns:The Red, Green and Blue channels of the same color
#incl... | [
"singh93amit@gmail.com"
] | singh93amit@gmail.com |
1b686fa76db12874e58e5e7ad331da035c813046 | 6142b636a70f8f4740b2116764327f846a141350 | /src/ATen/test/native_test.cpp | 82bd33d6b685f9835aa029c46dfcc0c5df4f9043 | [] | no_license | peterjc123/ATen | 20fce99b5fd26e1b44c9c930e1a4a4660b60fc3f | 707d26e7c54d12ec706257e367d4036ca6531ee3 | refs/heads/master | 2021-08-06T05:48:06.944650 | 2017-11-02T23:26:19 | 2017-11-02T23:53:36 | 107,766,845 | 1 | 1 | null | 2017-10-21T09:14:16 | 2017-10-21T09:14:16 | null | UTF-8 | C++ | false | false | 1,784 | cpp | #include "ATen/ATen.h"
using namespace at;
void assertEqualTensorList(TensorList t1, TensorList t2) {
assert(t1.size() == t2.size());
for (size_t i = 0; i < t1.size(); ++i) {
assert(t1[ i ].equal(t2[ i ]));
}
}
int main() {
Type & T = CPU(kFloat);
auto t = T.randn({3, 3});
// split
{
// test m... | [
"ezyang@mit.edu"
] | ezyang@mit.edu |
8f4fa87a4ed8fc425a806c47b095c9f69ec18def | dcaa3e7cf2e23ed3c0c83ea60eeff8e5544891d9 | /D3DX9/DirectX 9.0C a Shader Approach/Chapter 14 - Meshes/Concatenate Meshes Demo/Concatenate Meshes Demo/ConcatenateMeshesDemo.h | 760711638ba7fadb7c890d8ce6856afe1b980fd8 | [] | no_license | JamieSandell/DirectX | 649c37ea197b2f8a1e7d2b497a3fef4efd366cb1 | 1f9d1db8fd3d726f3383b41eaf98c4715cb3fb15 | refs/heads/main | 2023-03-08T12:47:51.617420 | 2021-02-21T12:21:14 | 2021-02-21T12:21:14 | 340,846,416 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,341 | h | #include "d3dApp.h"
#include "DirectInput.h"
#include <crtdbg.h>
#include "GfxStats.h"
#include <vector>
#include "Vertex.h"
class ConcatenateMeshesDemo : public D3DApp
{
public:
ConcatenateMeshesDemo(HINSTANCE hInstance, std::string winCaption, D3DDEVTYPE devType, DWORD requestedVP);
~ConcatenateMeshesDemo();
boo... | [
"jamie.sandell@outlook.com"
] | jamie.sandell@outlook.com |
379988e7714dd441da0495dc33ce5a4fe77f839e | 9fc5e61c56a23c42e37a7eb1423861b8c444003d | /FEATURES/Visuals.h | 5f047e4a8239fe5a196eeac2f5ad9e55018d7ae7 | [] | no_license | DespiseTheWeak/PHACK-Recode | 71fe5c2702b2855693a714b818694de0a791b2b0 | 644e2c10643d94f0ddd12992fa624bd49aae2bbc | refs/heads/master | 2020-05-03T00:55:06.461264 | 2019-03-27T17:40:11 | 2019-03-27T17:40:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,088 | h | #pragma once
namespace SDK
{
class CUserCmd;
class CBaseEntity;
}
class CVisuals
{
public:
struct damage_indicator_t {
int dmg;
bool initializes;
float earse_time;
float last_update;
SDK::CBaseEntity * player;
Vector Position;
char* hitboxmeme;
};
struct ESPBox
{
int x, y, w, h;
};
std::vector<... | [
"34896898+PIZYY@users.noreply.github.com"
] | 34896898+PIZYY@users.noreply.github.com |
2a76b0f07ae255a313a399b2a8f474d253f82cfa | e5fab2da561e99db4ace4afe5ce74cd65dd723b4 | /30DaysOfCode/Day22_BST's/testingPointers.cpp | 8edf6e7ef6f7da4b95d27be49e8c5f4966946b19 | [] | no_license | TlStephen2011/Development-Practice | baa0f11701f5dd7ab8d3e16673cbc70eacf6fb73 | a89943d8383f3f9b764a4d72ee8dfaa263b0c80b | refs/heads/master | 2021-06-22T17:59:09.947909 | 2017-08-31T13:08:49 | 2017-08-31T13:08:49 | 91,625,926 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 345 | cpp | #include <iostream>
#include <vector>
using namespace std;
int main()
{
vector<int *> a(2);
int num1 = 5;
int num2 = 10;
a[0] = &num1;
a[1] = &num2;
cout << *a[0] << " " << *a[1] << endl
<< endl;
num1 = 200;
num2 = 1000;
cout << *a[0] << " " << *a[1] << endl
... | [
"noreply@github.com"
] | noreply@github.com |
4fef8077145b2736b9b9feaebe2262d85cb0bb7d | a280aa9ac69d3834dc00219e9a4ba07996dfb4dd | /regularexpress/home/weilaidb/software/zeromq-4.1.5/builds/msvc/errno.cpp | 9803a2e4464d3d83bba42eca1c3bb4be835ad75e | [] | no_license | weilaidb/PythonExample | b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466 | 798bf1bdfdf7594f528788c4df02f79f0f7827ce | refs/heads/master | 2021-01-12T13:56:19.346041 | 2017-07-22T16:30:33 | 2017-07-22T16:30:33 | 68,925,741 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 120 | cpp | #if defined _WIN32_WCE
int errno;
int _doserrno;
int _sys_nerr;
char* error_desc_buff = NULL;
char* strerror(int errno)
| [
"weilaidb@localhost.localdomain"
] | weilaidb@localhost.localdomain |
244ed0debafa2bbd17fe2399de60ae5105e56afb | 03b569e7094c99bf39a5030a3d97c7e7fd3a6cc7 | /prueba 1 apuntadores.cpp | 46f306fdcc637c682e0ecc2d624624e25b06bcab | [] | no_license | 2tanliz98/Programas-FP | 46dafbf1729f63eb4d195eb653d7b17b77c1941b | 815ca16cf2015c074523e0bad414eb3d77ecb9f6 | refs/heads/master | 2021-07-06T22:24:56.748986 | 2020-08-06T18:43:03 | 2020-08-06T18:43:03 | 157,291,548 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 174 | cpp | #include <stdio.h>
const char *mensaje[8]= {"uno", "dos", "tres"};
int cont;
main ()
{
for (cont =0; cont<3; cont++){
printf ("%s \n", mensaje [cont]);
}
}
| [
"noreply@github.com"
] | noreply@github.com |
92e48af055772df1641608b6d8b546bf9dbdd31f | 1a5fe8af0f2a049e8b3890f6d42b8168d9a00702 | /GameServerDev/LoginServer/include/EventSystem.h | 5503bbaabfd35a3ab60fdd5b4833c677ffce24d6 | [] | no_license | Bestcoderg/ServerTrainCamp | db0c575ce2deb734c9dc8c33f8e160b4d0b1479f | ead7e40c9b9219beba7022b7a213493276ab2666 | refs/heads/master | 2023-01-28T19:19:47.992864 | 2020-12-07T07:29:11 | 2020-12-07T07:29:11 | 319,226,092 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 689 | h | #ifndef _EVENTSYSTEM_H_
#define _EVENTSYSTEM_H_
#include "util.h"
#include "Singleton.h"
#include "MsgHandler.h"
//#include "EntityMgr.h"
#include <functional>
//#include "../systems/BagSystem.h"
class EventSystem
{
private:
EventSystem();
~EventSystem();
DECLARE_SINGLETON(EventSystem);
public:
bool I... | [
"624303639@qq.com"
] | 624303639@qq.com |
ce071fc019dba663b90f56a9d139361c13e3909a | f2ca41135c6c525648c5eb9b6dca3fd383dcdfd3 | /lib/MF_Modules/MFButtonT.cpp | 61e489505f389e1cffe626a6653a162e64f1d3f4 | [] | no_license | GioCC/FW-Mobiflight-GCC | c531ab47c7f75ac6d768ab75960f6f6fc3a431c9 | da5d679a650e98423188c41c34682ee48357adb7 | refs/heads/master | 2023-08-20T16:48:17.741513 | 2021-10-14T08:52:50 | 2021-10-14T08:55:30 | 363,756,804 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,932 | cpp | // MFButtonT.cpp
//
// Copyright (C) 2013-2014
#include "MFButtonT.h"
// Static handler pointers and vars
buttonEvent MFButtonT::_handler;
bitStore<byte> *MFButtonT::_InBitsVal;
bitStore<byte> *MFButtonT::_InBitsNew;
byte MFButtonT::_MaxOnboardPin;
//String MFButtonT::_nameStr("12345"); /... | [
"25667790+GioCC@users.noreply.github.com"
] | 25667790+GioCC@users.noreply.github.com |
43172e54f2a478e2289cdcf80b4f1ae47dbae114 | 7d77df903d0cf50ff0cda2808ea5f4a0faef99f7 | /vscode_opencv_config/main.cpp | f123e0df46bb155c006c6ace31a4e78c8bbab3ee | [] | no_license | ai-wen/study | 26bb81ca9fc02fedb9adf9b90adadc850d6f8b3e | c0019b732a0cbc4d216bdff8f03763129ac70544 | refs/heads/master | 2022-09-07T17:50:02.665361 | 2022-08-05T03:27:12 | 2022-08-05T03:27:12 | 240,482,812 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,932 | cpp | #include <iostream>
#include <opencv2/opencv.hpp>
using namespace cv;
int main1(int arg, char **args)
{
std::cout << "aa" << std::endl;
std::string img = "D:\\1.JPG";
Mat srcImage = imread(img);
if (!srcImage.data)
{
return 1;
}
imshow("srcImage", srcImage);
cvWa... | [
"363042868@qq.com"
] | 363042868@qq.com |
e392bc5da6ba2f0145ae374137f89abfd86768e2 | ebb1371435374755d02d4b6b88c1c27f3197f6e8 | /src/ilPSP/layer_0/3rd_party/Hypre2.9.0b/src/FEI_mv/femli/mli_mapper.h | c79d2516996762b6d6f733d2e6b47aea95cb166d | [
"LGPL-2.1-or-later",
"LicenseRef-scancode-other-copyleft",
"LGPL-2.1-only",
"BSL-1.0",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | leyel/BoSSS | a8319d2dfb8e659c94752727bca42c75daf8ab80 | 39f58a1a64a55e44f51384022aada20a5b425230 | refs/heads/master | 2020-04-12T14:58:12.276593 | 2018-12-20T09:04:54 | 2018-12-20T09:04:54 | 162,566,868 | 1 | 0 | Apache-2.0 | 2018-12-20T10:55:43 | 2018-12-20T10:55:43 | null | UTF-8 | C++ | false | false | 1,664 | h | /*BHEADER**********************************************************************
* Copyright (c) 2008, Lawrence Livermore National Security, LLC.
* Produced at the Lawrence Livermore National Laboratory.
* This file is part of HYPRE. See file COPYRIGHT for details.
*
* HYPRE is free software; you can redistribute... | [
"kummer@fdy.tu-darmstadt.de"
] | kummer@fdy.tu-darmstadt.de |
242a1567fe8d5577e3cf3cc9475311d58f8c1d55 | f8933d5f5df2422905037f6901753aec967906af | /2606.cpp | 504f679b9537d65fced05d105217623d4e3135d5 | [] | no_license | jihye1996/Algorithm | 684b820a5549585c7f27bf937c16ce7c7cf370b2 | 1306520c062783bff8350c35b49eb3a24fed2e51 | refs/heads/master | 2021-11-23T12:22:37.632136 | 2021-11-22T10:24:49 | 2021-11-22T10:24:49 | 148,966,491 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 727 | cpp | #include <iostream>
#include <stack>
using namespace std;
#define MAX 101
int map[MAX][MAX];
bool visited[MAX];
int N, M;
void dfs(int n){
int cnt = 0;
stack<int> s;
s.push(n);
visited[n] = true;
while(!s.empty()){
int c = s.top();
s.pop();
for(int i=... | [
"noreply@github.com"
] | noreply@github.com |
bc52916e77a9a1d279937e4f85af4e5152e650fb | 54e0ee862be80cc1044e3930d7d4236e1986a57e | /include/moana/cuda/snell.hpp | 6f8325249bf1676166df6e29a749cde90b501a36 | [
"MIT"
] | permissive | bssrdf/gpu-motunui | fdf725b5aec3d2f78e7cf20c0686f828a2beec6d | 1369c98408c4c59bfddff45ae00281f6463527ec | refs/heads/master | 2023-01-02T19:03:10.429025 | 2020-10-21T05:59:23 | 2020-10-21T05:59:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,001 | hpp | #pragma once
#include <algorithm>
#include "moana/cuda/trig.hpp"
#include "moana/core/vec3.hpp"
namespace moana { namespace Snell {
__device__ inline bool refract(
const Vec3 &incidentLocal,
Vec3 *transmittedLocal,
Vec3 normal,
float etaIncident,
float etaTransmitted
) {
if (dot(incidentLoca... | [
"chellmuth@gmail.com"
] | chellmuth@gmail.com |
a459f016dc9264619337b481da422ab4d42d31f6 | c971a156036b8a38ba2477ae5e86403c9c5645fb | /deps/netstring-c/netstring.cpp | d2c239a9b29a0c9606d51713489ea9629744cfb0 | [
"ISC",
"LicenseRef-scancode-public-domain"
] | permissive | kurokky/mediasoup | edca9a303df995fe057f1eb392a92cc1bb6024e6 | 15f1fb7df3419c278b26858f139d9aa4e1770f11 | refs/heads/master | 2021-01-17T20:27:51.474476 | 2016-03-07T22:47:26 | 2016-03-07T22:47:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,714 | cpp | /* Streaming API for netstrings. */
#include <cstdio>
#include <cstring>
#include <cstdlib>
#include <cctype>
#include <cmath>
#include "netstring.h"
/* Reads a netstring from a `buffer` of length `buffer_length`. Writes
to `netstring_start` a pointer to the beginning of the string in
the buffer, and to `netstr... | [
"ibc@aliax.net"
] | ibc@aliax.net |
ec33a739913ad9559090dea123ef3d6bb460ff52 | 79dd9f55f3c614eae41d6128978a76fac57a129b | /cfg/Config.cpp | 5f69f64a03a39fa88ac1dbe1350f3bd84d8b27fa | [] | no_license | nazgee/eccerobo-spine | d69083da10df74242e6aea4f1744e30d4403fd74 | 487ff0d7349a77ff949012783327388a22a2db4f | refs/heads/master | 2016-09-10T21:29:57.260842 | 2013-08-15T17:16:56 | 2013-08-15T17:16:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,093 | cpp | /*
* config.cpp
*
* Created on: Aug 25, 2012
* Author: nazgee
*/
#include <iostream>
#include <sstream>
#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
#include <stdexcept>
#include <errno.h>
#include <stdlib.h>
#include "Config.h"
Config::Config(int argc, char **argv) :
mSilent(0),
mPort("700... | [
"michal.stawinski@gmail.com"
] | michal.stawinski@gmail.com |
465374f2ec7e51baa7de88cd12a9dd57f41b0a9e | 304c67e303863029c8b7a7e366a6c1df3cf7ed73 | /src/qt/test/paymentservertests.h | 51b18f7a6d1cf3d8d361228013e9d3750eaac946 | [
"MIT"
] | permissive | hideoussquid/deuscoin-core-gui | 9a18beb284c4d4e09bec2327147fa94e3e8c4b8b | 1e6e0186498a7272382b648b22427f0e7c349582 | refs/heads/master | 2021-01-18T17:32:20.431948 | 2017-08-21T18:21:32 | 2017-08-21T18:21:32 | 86,807,542 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 823 | h | // Copyright (c) 2009-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef DEUSCOIN_QT_TEST_PAYMENTSERVERTESTS_H
#define DEUSCOIN_QT_TEST_PAYMENTSERVERTESTS_H
#include "../paymentserver.h"
#... | [
"thesquid@mac.com"
] | thesquid@mac.com |
c8cf8c66e1608723d5b9ecd98d71ce42d3ba2811 | 3cf9e141cc8fee9d490224741297d3eca3f5feff | /C++ Benchmark Programs/Benchmark Files 1/classtester/autogen-sources/source-2521.cpp | 6d9f198f90b21c0da79c85edf2d3faad8d98d892 | [] | no_license | TeamVault/tauCFI | e0ac60b8106fc1bb9874adc515fc01672b775123 | e677d8cc7acd0b1dd0ac0212ff8362fcd4178c10 | refs/heads/master | 2023-05-30T20:57:13.450360 | 2021-06-14T09:10:24 | 2021-06-14T09:10:24 | 154,563,655 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,405 | cpp | struct c0;
void __attribute__ ((noinline)) tester0(c0* p);
struct c0
{
bool active0;
c0() : active0(true) {}
virtual ~c0()
{
tester0(this);
active0 = false;
}
virtual void f0(){}
};
void __attribute__ ((noinline)) tester0(c0* p)
{
p->f0();
}
struct c1;
void __attribute__ ((noinline)) tester1(c1* p);
struct c1
{
bool ac... | [
"ga72foq@mytum.de"
] | ga72foq@mytum.de |
1b7e99376b08fab208f2a5a98dbe4fb97c27d27b | c910b384330f2724cd2364de06bd0b4ce58099f7 | /content/common/gpu/media/android_copying_backing_strategy.h | 7b2fa6590584a32c6fcd5df4df99f643dabd7828 | [
"BSD-3-Clause"
] | permissive | techtonik/chromium | 3d4d5cf30a1a61f2d5559ac58638ce38cf2ab5cd | 319329de7edb672d11217094c5f9b77bc7af1f26 | refs/heads/master | 2021-10-02T05:10:56.666038 | 2015-10-13T20:09:21 | 2015-10-13T20:10:56 | 44,329,819 | 0 | 1 | null | 2015-10-15T16:14:05 | 2015-10-15T16:14:04 | null | UTF-8 | C++ | false | false | 1,968 | h | // Copyright 2015 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 CONTENT_COMMON_GPU_MEDIA_ANDROID_COPYING_BACKING_STRATEGY_H_
#define CONTENT_COMMON_GPU_MEDIA_ANDROID_COPYING_BACKING_STRATEGY_H_
#include "base/... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
0e3ec0e1dd1f67dfb21791dbf98dc32394448596 | 72852e07bb30adbee608275d6048b2121a5b9d82 | /algorithms/problem_0459/other.cpp | d82448fe1a1eda550fe13a4b7de6de4f1e7f1954 | [] | no_license | drlongle/leetcode | e172ae29ea63911ccc3afb815f6dbff041609939 | 8e61ddf06fb3a4fb4a4e3d8466f3367ee1f27e13 | refs/heads/master | 2023-01-08T16:26:12.370098 | 2023-01-03T09:08:24 | 2023-01-03T09:08:24 | 81,335,609 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,090 | cpp | /*
Explanation
The key here is to double the string, that is, append the string to itself. In this way, the pattern would be duplicated.
On removing the first and the last characters, if there exists some pattern, we would still be able to find the original string somewhere in the middle, taking some characters from t... | [
"drlongle@gmail.com"
] | drlongle@gmail.com |
4719da0aa52e37ca50dee53a41706a16b29deaaf | 71d51b0e45997693b441a4f41c6730571256571f | /Algorithm/worm.cpp | f81a174e8f28df014edd1b797d79aed7ac32d544 | [] | no_license | Coolsik/Algorithm | 1403aa7ba4abc502c57cc8286f2b2f9670df266b | 50b020c8a4fac603ee1de975f04b43938065153a | refs/heads/master | 2016-08-13T01:49:22.439067 | 2015-10-17T08:24:47 | 2015-10-17T08:24:47 | 44,131,248 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 705 | cpp | #include <iostream>
using namespace std;
int arr[3][1000001];
int arr2[1000001];
int main() {
int a, b, d, N;
cin >> a >> b >> d >> N;
arr[0][0] = 1;
/*for (int i = 1; i <= N; i++) {
if (i >= a) {
arr[0][i] = arr[0][i - a] + arr[1][i - a];
}
if (b - a <= i) {
arr[1][i] = arr[0][i - (b - a)];
}
if... | [
"wsw226@naver.com"
] | wsw226@naver.com |
983eb6e3546d632b482ba2a4fd40057283535cd0 | 536656cd89e4fa3a92b5dcab28657d60d1d244bd | /cc/test/cc_test_suite.cc | 8bd9c3e97007fa8f66815cbe46e7ae66b2afc91a | [
"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 | 1,180 | 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 "cc/test/cc_test_suite.h"
#include "base/command_line.h"
#include "base/test/task_environment.h"
#include "base/threading/thread_id_name_man... | [
"pcding@ucdavis.edu"
] | pcding@ucdavis.edu |
1cc2efd1cefaa0f9a4ed27f1a13aeddcf5ff86f9 | dcc668891c58cd594234d49a209c4a5e788e2341 | /include/lol/def/LeaguesLcdsSummonerLeagueItemsDTO.hpp | 383202e3b15ab426f017b086bd8acd6222f1cff1 | [
"BSD-3-Clause"
] | permissive | Arryboom/LeagueAPI | 56d6832f125d1843d575330ae5b0c8172945cca8 | be7cb5093aab3f27d95b3c0e1d5700aa50126c47 | refs/heads/master | 2021-09-28T01:05:12.713109 | 2018-11-13T03:05:31 | 2018-11-13T03:05:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 515 | hpp | #pragma once
#include "../base_def.hpp"
#include "LeaguesLcdsLeagueItemDTO.hpp"
namespace lol {
struct LeaguesLcdsSummonerLeagueItemsDTO {
std::vector<LeaguesLcdsLeagueItemDTO> summonerLeagues;
};
inline void to_json(json& j, const LeaguesLcdsSummonerLeagueItemsDTO& v) {
j["summonerLeagues"] = v.summon... | [
"moonshadow565@gmail.com"
] | moonshadow565@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.