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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5347eb46e14d3a9b014e255dba3de1718471f7da | a9e416db797908d0533da4062dae4060a07ff7fd | /src/loaders/grid_game_loader.cpp | 3e695755cfe827385564b795d1cb3737b9e513fb | [
"WTFPL"
] | permissive | dfyx/jumping-cubes-tactics | b7a1f73d3742816b2bc3ce07ae751181af0cf7d9 | 30a96816ebe698302f3cc0a8d4971f68689508a0 | refs/heads/master | 2021-01-22T04:49:17.013675 | 2015-01-28T19:56:40 | 2015-01-28T19:56:40 | 15,534,874 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,932 | cpp | #include "grid_game_loader.h"
#include "grid_game_loader_p.h"
#include "../gamedata/game.h"
#include "../gamedata/node.h"
#include "../gamedata/edge.h"
#include "../graphics/node_sprite.h"
#include "../graphics/edge_sprite.h"
#include <vector>
namespace JCT_SFML
{
namespace Loaders
{
GridGameLoader::GridGameLoader... | [
"dfyx@wecallit42.de"
] | dfyx@wecallit42.de |
4ccec7a8369ef378c398ba8ab9344d9d77558571 | c8d01fd999a74fd3912bc43c942e2a924ef8f3ef | /数值计算/第三次实验/3_1.cpp | 6fefe0149868eb99723cb5c495cc580de6c14aeb | [] | no_license | fdl66/homework | 1166359019d3e8bee7c04f01267d5e3b8f6ec789 | 8a8b8ff5c14e1149b01f9a6d9c8e93eba704aca6 | refs/heads/master | 2021-01-17T20:43:42.764358 | 2016-06-30T13:50:13 | 2016-06-30T13:50:24 | 60,970,802 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 499 | cpp | #include<iostream>
#include<cstdio>
#include<cmath>
#include<cstring>
using namespace std;
double f(double x)
{
return 1/(1+pow(x,2));
}
int main()
{
int k,n;
cout<<"请输入区间等分次数:"<<endl;
cin>>k;
n=pow(2,k);
double fk[20];
memset(fk,0,sizeof(fk));
double ans=0;
for(int i=0;i<=n;i++){
fk[i]=f(i/(n));
}
ans+=... | [
"fan0816fan@163.com"
] | fan0816fan@163.com |
0abfd3d267d1873b2b7a1e1f8124d4621095dfc8 | e648e2159d46592105ec9980870af113c1aa9d7f | /MGS1600.cpp | 096d5d088f7d8baea327938d9c4aaf45541a04cd | [] | no_license | imamovSokhib/RoboteQ_MGS1600_Arduino_library | 1fdf8c006a5e2b6c4ece151ea40a2dc2d7d84391 | 36ee405bcdae3c04c7861223be53f63bd976fc0f | refs/heads/master | 2021-03-15T09:50:07.723600 | 2016-08-15T16:03:11 | 2016-08-15T16:03:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,363 | cpp | #include "MGS1600.h"
//-- public methods --//
//<<constructor>>
MGS1600::MGS1600(int _powerControl, int _forkRight, int _forkLeft, int _analogOut, int _pwmOut,
int _leftMarker, int _rightMarker, int _trackPresent)
{
powerControl = _powerControl; forkRight = _forkRight;
forkLeft = _forkLeft; analogOut = _analogOut;... | [
"SuperDroid Robots"
] | SuperDroid Robots |
b7b76cf7f129fb26c36435270c09c1476ee04f85 | 053b02a2d36956d2ed45bd8a4a6177e3ba8493e3 | /testxau.cpp | a22e4efb41b8f6ea3fc0ffaba70bd7c0a4d5bb0f | [] | no_license | phgtrungduc/C | 89740bd24a5834027e8146b24979e843ecb7302e | 88ea844e791a1c8728e461e211f91b56881654f1 | refs/heads/master | 2022-12-05T18:17:07.812578 | 2020-08-19T14:14:58 | 2020-08-19T14:14:58 | 288,749,295 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 289 | cpp | #include<stdio.h>
#include<string.h>
int main()
{
int n,i,j;
char a[1000];
printf("nhap xau: ");
gets(a);
n= strlen(a);
for (i=0;i<n;i++)
{
if (a[i]==' ')
{
for (j=i;j<n;j++)
a[j]=a[j+1];
i--;
}
}
for (i=strlen(a)-1;i>=0;i--)
{
printf("%c",a[i]);
}
return 0;
}
| [
"duc.pt173030@sis.hust.edu.vn"
] | duc.pt173030@sis.hust.edu.vn |
3bbaedf0c2db4abc858bebfd12e77618af224bae | d20cf7de868dfb2c53578a70d0dda21306167d72 | /data/preprocessed/train/student_48/headers/Renderer.h | e9e7f4c4a4074d3406cb393300a4a224f37038d0 | [] | no_license | bulacu-magda/Alemia | 905a84ca79157fb657eb424e337b0303fd3323bd | 0fd019c4517064d300399feb94dbcb0f467e8d48 | refs/heads/main | 2023-03-01T17:41:08.788500 | 2021-02-05T08:00:35 | 2021-02-05T08:00:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 732 | h | #pragma once
#include "Transform.h"
#include "Sprite.h"
#include "NextLevelConsoleHandler.h"
class Renderer final:
public Component
// public Component<Renderer>
{
ConsoleHandlerV2& output;
const Transform& transform;
const Sprite& spriteToRender;
public:
Renderer() = delete;
Renderer(const Renderer&) = delete;
... | [
"ionutm.bajan@yahoo.com"
] | ionutm.bajan@yahoo.com |
132849d844cc95d19784669b6cd44681a80b77af | 0e042c084880bf05a2915f331fb727160333f964 | /Programming/tensor++/array.cpp | ea2ce05f40eda62e78a8c75773634204286fc06c | [] | no_license | gravmath/Projects | 5e60372141edca97e04468efef1294a74d1b6a36 | 4cc6f662742cbb2bdd1bc75fa34401a4251e2388 | refs/heads/master | 2023-06-24T13:36:26.705562 | 2023-06-19T17:11:51 | 2023-06-19T17:11:51 | 1,188,266 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,067 | cpp | //******************************************************************************
//Name: array.cpp *
// *
//Purpose: source file for defining the array class ... | [
"gravmath@yahoo.com"
] | gravmath@yahoo.com |
909e34777734726e6c9954146133784754c98388 | a3d6556180e74af7b555f8d47d3fea55b94bcbda | /third_party/mediapipe/src/mediapipe/framework/tool/switch_container.cc | bb17a914387689d5b02ecc23f544f4388bddaa85 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"dtoa",
"BSD-3-Clause",
"GPL-1.0-or-later",
"MIT",
"LGPL-2.0-or-later"
] | permissive | chromium/chromium | aaa9eda10115b50b0616d2f1aed5ef35d1d779d6 | a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c | refs/heads/main | 2023-08-24T00:35:12.585945 | 2023-08-23T22:01:11 | 2023-08-23T22:01:11 | 120,360,765 | 17,408 | 7,102 | BSD-3-Clause | 2023-09-10T23:44:27 | 2018-02-05T20:55:32 | null | UTF-8 | C++ | false | false | 16,756 | cc | // Copyright 2019 The MediaPipe Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or a... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
1fb976b56e86ac98784a0d1809689c1ba81082aa | 53a59cc39939c19cbed54f784c34210eecd5a4ce | /Darnel/src/Application.cpp | 25df77200379a261a11adb7b9c39df890620c6c3 | [] | no_license | keelimeguy/Darnel-Engine | 4938f2384842966ba2443133c478afa51794c1f8 | 7805735f9b837368d3abdbb8a68f65dddba56017 | refs/heads/master | 2021-08-07T15:49:58.822277 | 2020-04-30T02:50:05 | 2020-04-30T02:50:05 | 165,546,474 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,680 | cpp | #include "Application.h"
#include "Sprite.h"
namespace darnel {
Application *Application::s_Instance = nullptr;
Application::Application(std::string name, unsigned int width, unsigned int height) {
DARNEL_ASSERT(!s_Instance, "Application already exists!");
s_Instance = this;
m_Windows... | [
"keelinwheeler@gmail.com"
] | keelinwheeler@gmail.com |
8683e123460a14fd5ca9bea10548e58561b3966f | 0e22d8e3be6bba082547ac323638d70c01a8ff72 | /include/functions.hpp | 3c250081f1087d802abc98eedfd9f2757dc8be33 | [] | no_license | davawen/Barnes-Hut | 34085e89268e09488077bc97deb53f7b2401aff9 | cf9cb59b146ba77e1e8bf1b15de4f70f71929694 | refs/heads/master | 2023-04-28T00:48:00.847333 | 2021-05-05T21:06:59 | 2021-05-05T21:06:59 | 362,603,766 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 419 | hpp | /*-------- Header Guard --------*/
#ifndef __COLOR_H__
#define __COLOR_H__
// This is essentially a group of crap utility functions
#include <iostream>
#include <math.h>
#include <algorithm>
#include <SFML/Graphics.hpp>
float clamp(float value, float min, float max);
float lerp(float a, float b, float t);
uint3... | [
"56738724+davawen@users.noreply.github.com"
] | 56738724+davawen@users.noreply.github.com |
070043a8a8d00e8798658b42a59966db8928d1f2 | 41918d8f1f97637232060b3af3a994c20e343ca3 | /src/rpcmining.cpp | 58428e7ce372b9c2ffa0a04fe88f6ff698fc5c7c | [
"MIT"
] | permissive | mauisabily/AyuCoin | 6c6b3aee6faa0b88fc5c58ab033754fbbef54de8 | 94bee25df2338d63ae6cac732a26b9b16cd493ee | refs/heads/master | 2021-06-22T18:33:20.924814 | 2020-11-19T23:59:52 | 2020-11-19T23:59:52 | 132,910,400 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 19,188 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "main.h"
#include "db.h"
#include "txdb.h"
#include "init.h"
#include "miner.h... | [
"88+gpcash@users.noreply.github.com"
] | 88+gpcash@users.noreply.github.com |
899c9a20a0134f01245d45317c0332566b2553f6 | 8b91268944935d17960084bc99359a604e3f1c86 | /Inzva_30w/dp1/online/Halil and Freelance.cpp | f06972a274a6803a66641a27fd6580d5e31b51fe | [] | no_license | AlpYilmazz/Algorithmic_Competition_v2 | 9b1450e6b4d32fbc4edbb5d863627ec22f60ffd2 | 4f3c8c9766ae56a9288061243558fe07a7cb4d40 | refs/heads/master | 2020-06-11T08:35:44.796188 | 2019-12-05T13:08:46 | 2019-12-05T13:08:46 | 193,905,035 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 682 | cpp | #include <cmath>
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;
vector<int> jobs;
vector<int> length;
int main() {
int i, j;
int ni;
int n;
cin >> n;
for(i = 0; i < n; i++){
cin >> ni;
jobs.push_back(ni);
}
length.resi... | [
"alperen0098@gmail.com"
] | alperen0098@gmail.com |
def3d45cb028072be1a1c823f0fe9126d03d3e5d | a0f221050c41d08cee9b0e31154d48122dad3cd1 | /ComponentFramework/GameObject.h | 03fd2a2b4ec185a7cf1cc03ba6202076c559fa2a | [] | no_license | Warkingi/Graphics | ad1d13a30d2eee4002e96c93a74150e5b59f44f1 | f36afc27a838426e644f100ea84e7a2c004e669a | refs/heads/master | 2020-08-17T20:10:04.747911 | 2019-10-17T04:56:57 | 2019-10-17T04:56:57 | 215,706,725 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 620 | h | #ifndef GAMEOBJECT_H
#define GAMEOBJECT_H
#include <glew.h>
#include "Matrix.h"
using namespace MATH;
class GameObject {
private:
Matrix4 modelMatrix;
GLuint modelMatrixID;
GLuint normalMatrixID;
class Mesh *mesh;
class Shader *shader;
class Texture *texture;
public:
GameObject(Mesh *mesh_, Shader *shader_, Te... | [
"ncracknell.1@gmail.com"
] | ncracknell.1@gmail.com |
f441bcc465d6b4c468f5642fdc97de5a7585fecc | 8734579a38e8529ff4667e81321a806aaf39c094 | /main.cpp | e69cf4349a3f94ad760099d0b2d44ad41637a8a3 | [] | no_license | withoutCoffee/Template_Queue | 483c75b1f33f1636106e281192b62856863e833d | 2199b36b01f8be4be7cd2deb6cc7ad58c1371272 | refs/heads/master | 2020-12-30T03:50:05.926100 | 2020-02-07T05:27:10 | 2020-02-07T05:27:10 | 238,850,367 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 336 | cpp | #include <iostream>
#include "Fila.h"
#include <vector>
using namespace std;
int main(){
Fila<int> fila(3);
fila.push(40);
cout<<fila.pop()<<endl;
fila.push(10);
fila.push(50);
fila.push(90);
cout<<fila.pop()<<endl;
cout<<fila.pop()<<endl;
cout<<fila.pop()<<endl;
... | [
"noreply@github.com"
] | withoutCoffee.noreply@github.com |
7d75bf360134361c0adecfb1a80a82bdca58089a | 756b849ba9192c1c6a261f57c6c282bf6d316ecf | /Source/Group315/Group315.cpp | d12bc1f2d7f15274804ca7869ee21720976daa33 | [] | no_license | MeepTheOtter/315-Shooter-Game | f7485beb8cec9fe76693d9136e289602e18de671 | 0adf12337e6cf36b31bcabc2466088ac578db39c | refs/heads/master | 2023-01-07T12:47:00.420414 | 2020-11-10T23:24:23 | 2020-11-10T23:24:23 | 309,904,146 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 189 | cpp | // Copyright Epic Games, Inc. All Rights Reserved.
#include "Group315.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, Group315, "Group315" );
| [
"jacobklukas@aol.com"
] | jacobklukas@aol.com |
1d05d435e053050a4e2d782b741237782d053ccc | 55d560fe6678a3edc9232ef14de8fafd7b7ece12 | /libs/config/test/no_cxx11_hdr_condition_variable_fail.cpp | 72aab2c0ddab68f9423526a99a03fa0d2d700474 | [
"BSL-1.0"
] | permissive | stardog-union/boost | ec3abeeef1b45389228df031bf25b470d3d123c5 | caa4a540db892caa92e5346e0094c63dea51cbfb | refs/heads/stardog/develop | 2021-06-25T02:15:10.697006 | 2020-11-17T19:50:35 | 2020-11-17T19:50:35 | 148,681,713 | 0 | 0 | BSL-1.0 | 2020-11-17T19:50:36 | 2018-09-13T18:38:54 | C++ | UTF-8 | C++ | false | false | 1,145 | cpp | // This file was automatically generated on Fri May 15 11:57:42 2009
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.... | [
"james.pack@stardog.com"
] | james.pack@stardog.com |
69a3414a681c9279fb868c2c90387be86153ec4e | 93343c49771b6e6f2952d03df7e62e6a4ea063bb | /HDOJ/3008_autoAC.cpp | 60c2a4f08340f9f45be238b5c8095e50a8ca274c | [] | 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 | 1,409 | cpp | #include<iostream>
#include<algorithm>
using namespace std;
#define inf 110
int dp[inf][inf];
#define Max(a,b) a>b?a:b
struct node
{
int ai,bi;
}b[inf];
int cmp(struct node a,struct node b){return a.ai<b.ai;}
int main()
{
int n,p,t,i,j;
while(cin>>n>>t>>p)
{
if(n==0&&t==0&&p==0)
... | [
"noreply@github.com"
] | Kiritow.noreply@github.com |
c8a69d2ea381c1e4bd090faed1da6e0d94e279ea | 8afb5afd38548c631f6f9536846039ef6cb297b9 | /MY_REPOS/misc-experiments/_FIREBFIRE/grpc/src/core/lib/surface/server.cc | c94551545d19e28e4baac35d096fdff8b35c523d | [
"MIT",
"Apache-2.0"
] | permissive | bgoonz/UsefulResourceRepo2.0 | d87588ffd668bb498f7787b896cc7b20d83ce0ad | 2cb4b45dd14a230aa0e800042e893f8dfb23beda | refs/heads/master | 2023-03-17T01:22:05.254751 | 2022-08-11T03:18:22 | 2022-08-11T03:18:22 | 382,628,698 | 10 | 12 | MIT | 2022-10-10T14:13:54 | 2021-07-03T13:58:52 | null | UTF-8 | C++ | false | false | 57,094 | cc | //
// Copyright 2015-2016 gRPC authors.
//
// 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 agr... | [
"bryan.guner@gmail.com"
] | bryan.guner@gmail.com |
cd115fd069c0c0bf6513204939062d1143998a79 | 67c856a66973b16ae8472b9f32223ed082f7c612 | /boj/11727.cpp | c46b44cea4c8de71f8f0ef752d5105eeda02c736 | [] | no_license | jin60641/acm | 9d5739f6cb4e745766daa9a1a589482c2a546b61 | b07c578f998816d60890d049da322e66f40f5928 | refs/heads/master | 2021-01-23T06:15:16.831142 | 2019-09-20T03:00:56 | 2019-09-20T03:00:56 | 86,347,575 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 196 | cpp | #include<stdio.h>
int main(){
int N;
int dp[1010];
scanf("%d",&N);
dp[1] = 1;
dp[2] = 3;
for( int i = 3; i <= N; ++i ){
dp[i] = ( dp[i-1] + dp[i-2]*2 ) % 10007;
}
printf("%d",dp[N]);
}
| [
"jin60641@naver.com"
] | jin60641@naver.com |
0d6af82b09184b3256ed1e2ce625650ae4a3deea | 86c531e1156d302cfa1b5fa85cd138e08da2a7a2 | /BEE.cpp | 3d963f46ebac36b71969e27a6534ac745ed939c2 | [] | no_license | phatbs21/Thuat-Toan | 397faed3e8b2a51e7a982dc4278362396a48335c | 684d30243be100ef558e252277e28c16e8bcf884 | refs/heads/main | 2023-08-30T20:43:36.115540 | 2021-09-01T15:55:21 | 2021-09-01T15:55:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 538 | cpp | #include <bits/stdc++.h>
#define nmod 1000000000
using namespace std;
long n,dx[10]={1,1,0,-1,-1,0},dy[10]={0,-1,-1,0,1,1};
long long f[57][107][107];
int main()
{
ios_base::sync_with_stdio(0);
freopen("BEE.inp","r",stdin);
freopen("BEE.out","w",stdout);
cin >> n;
f[0][51][51]=1;
for (long k=... | [
"53256916+phatbs21@users.noreply.github.com"
] | 53256916+phatbs21@users.noreply.github.com |
44a0228122d5e2078b6d9264853079cb48bf031e | 2fe081a3db8c374461d942d954a5bdf11500fd64 | /3667_17034420_AC_1016MS_3436K.cc | 41d9ec367c5da8ec1fc1d499c0b7b6519ab845d8 | [] | no_license | zhaofeng37/POJ | 4946a864658628f7bec723173357533c74f870e0 | ec361f5d32e258677530a1f92493226e413ceaec | refs/heads/master | 2020-03-29T13:22:12.338841 | 2019-07-18T03:23:59 | 2019-07-18T03:23:59 | 149,955,032 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,382 | cc | // POJ 3667 http://poj.org/problem?id=3667
/**
1. Traditional Segment Tree Problem
2. segNode has 6 components.
- 2.1 l is the left postion of this segment
r is the right position of this segment
[l...r] is closed interval
- 2.2 tl is the total empty room length under
this segment node.
- 2.3 ... | [
"zhao.f@hotmail.com"
] | zhao.f@hotmail.com |
79ddc1b646b4e58826462325b6a64f72cfccc79f | 505357c0375dd10f43fdaff7413a07b054797bf5 | /DllMssr/DllMssr/commFunc.cpp | f7bcaa0bbcaa06ffb7af356ee9ffa2f9ca7f02d4 | [] | no_license | yinxsdawn/- | a1d899ee151aaa1c39891da02a4bfe2858b72701 | 9dfec348972ebeb617bf5ff1da7db13e2c9a04a8 | refs/heads/master | 2020-03-27T21:55:30.275214 | 2018-09-03T10:16:05 | 2018-09-03T10:16:05 | 147,187,344 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,485 | cpp | ///////////////////////////
// by art
//////////////////////////
#include "StdAfx.h"
#include "commFunc.h"
//UTF-8转换到GB3212
string U2G(const char* utf8)
{
int len = MultiByteToWideChar(CP_UTF8, 0, utf8, -1, NULL, 0);
wchar_t* wstr = new wchar_t[len+1];
memset(wstr, 0, len+1);
MultiByteToWideChar(CP_UTF8, 0, utf8,... | [
"yxshuang@workway.com.cn"
] | yxshuang@workway.com.cn |
b4a87dbac40c940712515f093df89ffb440f4967 | 298ad4ba059eb16a2da1d4a4a998b72af209c212 | /is_detected.hpp | 47a5ff27f05e40b85445087c68a23f6a7ef82240 | [] | no_license | jaredhoberock/pointer_adaptor | e9bf072feb61569b739b0422e8f7179ed1f1aac5 | 4c2472b74d4bab18e0e4d6e1d2e529c0a4f4d793 | refs/heads/master | 2021-09-19T11:51:59.029603 | 2018-07-27T19:46:30 | 2018-07-27T19:46:30 | 106,730,029 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,377 | hpp | // Copyright (c) 2017, NVIDIA 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
// notice, this list of condi... | [
"jaredhoberock@gmail.com"
] | jaredhoberock@gmail.com |
d1205b042260b0857cd53485e349c22feab63980 | 22e7f4cb1950ac8fcf9cf0a69701edf78d15af4b | /src/isle/cpp/bind/integrator.cpp | 40acde69a8d8b4a1d90af3fffcede631aa176e3b | [
"MIT"
] | permissive | sunatthegilddotcom/isle | fa4c333051f017414db3f9a21951f30a5fcb81f7 | cabb136737c258146882a87e79dedcba4b850108 | refs/heads/master | 2023-03-28T10:18:32.509960 | 2020-05-19T18:15:59 | 2020-05-19T18:15:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 785 | cpp | #include "integrator.hpp"
#include "../integrator.hpp"
using namespace pybind11::literals;
using namespace isle;
namespace bind {
void bindIntegrators(py::module &mod) {
mod.def("leapfrog", leapfrog, "phi"_a, "pi"_a, "action"_a,
"length"_a, "nsteps"_a, "direction"_a=+1);
mod.def("... | [
"j-l.wynen@hotmail.de"
] | j-l.wynen@hotmail.de |
7b5371f8dcd3d173cc38e48a996572045d003a47 | 90f84d39df7c2d58a7084fd46e4e4c39d16adfe6 | /apps/samples/shaperectst/shaperectst.cpp | 723cef2d0b4b8c7e10e32045545fb4dfde19f447 | [] | no_license | amitdo/Lipitk | 08c3c1848998fba7b5a94ef9a39775f628961328 | 23d51c3bc0505c35511e8fc8e91af455b9342461 | refs/heads/master | 2021-01-16T22:50:20.018371 | 2011-11-08T18:31:04 | 2011-11-08T18:31:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,363 | cpp | /*****************************************************************************************
* Copyright (c) 2006 Hewlett-Packard Development Company, L.P.
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* ... | [
"anirudhsharma.crypto@gmail.com"
] | anirudhsharma.crypto@gmail.com |
28057ac40d4eefe9bc0490a420c03b37fafcc951 | 5aa0c66bdf5166313f78bc6699c9667e6c9d45a9 | /KPZ_LAB2/EmployeeDB/Employee.cpp | 45755844d764d745c84ce6b3d02d1b692c513414 | [] | no_license | katin-acts1/KPZ_LAB2 | a325dca4664853eecb5f5b0f510f3e7f5a080fa4 | f9215d67d4a707474a391bc597e0a64121d05206 | refs/heads/master | 2021-01-10T09:39:44.708095 | 2016-02-22T17:04:02 | 2016-02-22T17:04:02 | 52,289,870 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,659 | cpp | // Employee.cpp
#include <iostream>
#include "Employee.h"
using namespace std;
namespace Records {
Employee::Employee()
: mFirstName("")
, mLastName("")
, mEmployeeNumber(-1)
, mSalary(kDefaultStartingSalary)
, bHired(false)
{
}
void Employee::promote(int inRaiseAmount)
{
setSalary... | [
"kodinp@gmail.com"
] | kodinp@gmail.com |
a85b80e041706e26d32620de3f831abf5adb0982 | 097ac82e76553bbb6dd2ce830bda68549210ca07 | /shixun3/Examples/weak_ptr.cpp | c7354859d6a5e126b8d514758418ffa66dbd85a5 | [] | no_license | katarXu/compile_lab | c385bdaaee99591b64e0381d0a3445c5fb894226 | e2ebaa361ca9b41aa463c8dbb0d0064f792b7238 | refs/heads/master | 2023-07-17T18:30:25.254762 | 2021-09-09T01:43:33 | 2021-09-09T01:43:33 | 404,549,077 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 941 | cpp | #include<iostream>
#include<memory>
using namespace std;
template <typename T>
class B;
class A
{
public:
shared_ptr<B<A>> pb_;
~A()
{
cout<<"A delete\n";
}
};
class A1
{
public:
weak_ptr<B<A1>> pb_;
~A1()
{
cout<<"A1 delete\n";
}
};
template <typename T>
class B
{
pu... | [
"xujh2649@outlook.com"
] | xujh2649@outlook.com |
6bdda692fe4ed35eb8ae591a7ab8760cc168c343 | 720d01dc22de521e42b5ef71c91fb415b1457f04 | /code/data_movement_ex.cpp | c523f409750468824d007156fef6fa36039199fd | [
"Apache-2.0"
] | permissive | sherry-1001/oneAPI_course | e7eea7f2da8d2331a9ae6c77cb3f4d61f771946b | b1b815a41839c2eaa2fb8f598fe05324f1e2f315 | refs/heads/main | 2023-08-20T15:24:01.946713 | 2021-10-28T07:00:50 | 2021-10-28T07:00:50 | 422,099,830 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,081 | cpp | // Patric Zhao: patric.zhao@intel.com
#include <CL/sycl.hpp>
#include <iostream>
using namespace sycl;
constexpr int N = 10;
int main() {
queue my_gpu_queue( gpu_selector{} );
std::cout << "Selected GPU device: " <<
my_gpu_queue.get_device().get_info<info::device::name... | [
"noreply@github.com"
] | sherry-1001.noreply@github.com |
32462f342ac7e224db03e1b709c38c3694f22038 | 5cb7861cf5787dec2ff4bb0d5f2f96803e4b7ede | /tensorflow/core/tfrt/runtime/tf_threadpool_concurrent_work_queue.cc | e6ad2dc1682a8b02964f464f8a9bd84def04fdd5 | [
"Apache-2.0",
"MIT",
"BSD-2-Clause"
] | permissive | VeriSilicon/tensorflow | c94887193d562c9d320b5c56d476629682c4ce58 | 2a1fa53a7c3a06eedec16b8aa751fb7deba8f4c5 | refs/heads/xla_npu_v270 | 2022-06-02T16:53:51.549104 | 2022-04-18T10:19:46 | 2022-04-18T10:19:46 | 93,762,772 | 4 | 29 | Apache-2.0 | 2022-04-18T10:19:47 | 2017-06-08T15:05:39 | C++ | UTF-8 | C++ | false | false | 2,859 | cc | /* Copyright 2021 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
e08e2a5ea638b08a32052e668a2c0f139806f098 | ac4ca0a2c6b41832a84853c58c619940e15ed779 | /test/marnav/ais/Test_ais_message_23.cpp | f4c7fb9527a5cbb426a50afee22e436174f17f44 | [
"BSD-3-Clause",
"BSD-4-Clause"
] | permissive | mariokonrad/marnav | 12c2fff7117dfee356b8318e8e964ee8d6e81459 | 01c55205736fcc8157891b84e3efe387a221ff3a | refs/heads/master | 2023-06-08T13:53:39.701103 | 2023-04-28T15:15:06 | 2023-05-04T15:50:15 | 37,308,245 | 84 | 48 | NOASSERTION | 2023-06-05T14:16:36 | 2015-06-12T07:26:41 | C++ | UTF-8 | C++ | false | false | 808 | cpp | #include <marnav/ais/message_23.hpp>
#include <marnav/ais/ais.hpp>
#include <gtest/gtest.h>
namespace
{
using namespace marnav;
class test_ais_message_23 : public ::testing::Test
{
};
TEST_F(test_ais_message_23, parse)
{
static const std::vector<std::vector<std::pair<std::string, uint32_t>>> TESTS = {
{{"G0000000... | [
"mario.konrad@gmx.net"
] | mario.konrad@gmx.net |
1cd6b374b3ca2b633de3ecfb06f8ef343612fdbb | dfb7297f114bbff7a89fea86cb9b8e0e16243d01 | /PAT/PAT/1042.cpp | 2e85b0a909f2f4d654412cc4e0d0608115d99c4f | [] | no_license | rainingapple/algorithm-competition-code | c06bd549d44e14c64e808d7026a0204d285f1fb3 | 809bff5cdf092568de47def7d24d36edef8d0c1e | refs/heads/main | 2023-03-30T13:11:23.359366 | 2021-04-09T01:29:18 | 2021-04-09T01:29:18 | 343,407,072 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 787 | cpp | //#include<iostream>
//using namespace std;
//int* A = new int[60];
//int* B = new int[60];
//int order[60];
//string temp[4] = { "S","H","C","D" };
//void fuc(int x) {
// if (x <= 52) {
// cout << temp[(x-1) / 13];
// if (x % 13 != 0)
// cout << x % 13;
// else
// cout << 13;
// }
// else if (x ==... | [
"825140645@qq.com"
] | 825140645@qq.com |
3369a85fb336b3edba59b6177ef7fc0368d5d98d | 6373e3249d0bb1c03cef21c8e7be4636907c63f5 | /Compiler/Compiler/main.cpp | 987a9aba84308e03b103a172bc8186db04bc555f | [] | no_license | MaxKang1995/Compiler | 395cc63c2238a1c867612fae215bcbe601bdcf50 | f422da225efbe9b783a88a3a1a371548bc0cf506 | refs/heads/master | 2021-08-19T16:37:29.791482 | 2017-11-27T00:00:45 | 2017-11-27T00:00:45 | 112,126,738 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 270 | cpp | #include "Parser.h"
#include <string>
#include <iostream>
using namespace std;
int main() {
string s;
cout << "Input test file path:";
getline(cin, s);
parser(s);
//parser("sample.txt");
//parser("source.txt");
system("pause");
} | [
"noreply@github.com"
] | MaxKang1995.noreply@github.com |
7b77e84836789959a79283a992ec24e3cf387af8 | 51a0ef26647df5c27226ecd4eb45a35a8a023968 | /lecture4/vector1.cpp | 00a5d908fa57499da94b6453fce4fb36f5b52912 | [] | no_license | jha-prachi/dsa | c1855e203f76f9788c17499fe2524b90b9f83488 | 14781792a41020d07ac7a32511addd4813e8e3d6 | refs/heads/master | 2022-12-29T02:18:22.573415 | 2020-10-16T18:20:17 | 2020-10-16T18:20:17 | 213,044,139 | 0 | 1 | null | 2020-10-16T18:20:19 | 2019-10-05T17:43:28 | C++ | UTF-8 | C++ | false | false | 676 | cpp | #include<iostream>
//#include<vector>
using namespace std;
// void display(vector<int>&arr){
// for(int i=0;i<arr.size();i++)
// cout<<arr[i];
// }
// int main(int args,char**argv){
// cout<<"enter your array size : ";
// int n;
// cin>>n;
// vector<int>arr(n,0);
// cout<<"enter your... | [
"prachi.princy97@gmail.com"
] | prachi.princy97@gmail.com |
e0f8c265c91b0505425f102ffe489366f3f92309 | f1bd4d38d8a279163f472784c1ead12920b70be2 | /xr_3da/IGame_Persistent.h | f6f6d4cd382c3074e557661417043a8d873ed067 | [] | no_license | YURSHAT/stk_2005 | 49613f4e4a9488ae5e3fd99d2b60fd9c6aca2c83 | b68bbf136688d57740fd9779423459ef5cbfbdbb | refs/heads/master | 2023-04-05T16:08:44.658227 | 2021-04-18T09:08:18 | 2021-04-18T18:35:59 | 361,129,668 | 1 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 2,432 | h | #ifndef IGame_PersistentH
#define IGame_PersistentH
#pragma once
#include "Environment.h"
#ifndef _EDITOR
#include "IGame_ObjectPool.h"
#endif
class IMainUI;
class ENGINE_API CPS_Instance;
//-----------------------------------------------------------------------------------------------------------
class ENGINE_API I... | [
"loxotron@bk.ru"
] | loxotron@bk.ru |
20324331722ac6909a7a5da0863b1627dad6f701 | aa55316c3d406418445d749215afcdd8f61b4c72 | /demo/FaceDetect.cpp | 6e62bf33e5e14aa160a53c051bf159dffb7d676a | [] | no_license | cyummy/Assessment-of-facal-skin-health | 678dccdee35add147b6e39f5d9fa1122e80529a9 | f193c6ae20a0e88c9aa14892e278dfce0fa74a37 | refs/heads/master | 2020-04-24T07:44:45.126710 | 2019-02-21T05:53:14 | 2019-02-21T05:53:14 | 171,807,923 | 8 | 0 | null | null | null | null | GB18030 | C++ | false | false | 32,835 | cpp | // FaceDetect.cpp: implementation of the FaceDetect class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "demo1.h"
#include "FaceDetect.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////... | [
"cyummy@buaa.edu.cn"
] | cyummy@buaa.edu.cn |
8346b97500403a2b263693879e32a4652ea72dd1 | dae4878b1febbdc8350a53402a9db051b272c1e2 | /src/modules/vtol_att_control/standard.cpp | 70a934298d63137e70a67a457ff0fa7c8391d964 | [] | no_license | ANCL/UAV_DOBIBS | 5c86a38e65a58654957ae8344205ef2581ff00a8 | 65f39f5ff8baeed71338b7476963d7f4662bc6a6 | refs/heads/master | 2020-09-05T04:07:33.932986 | 2020-08-05T15:44:45 | 2020-08-05T15:44:45 | 219,977,726 | 6 | 5 | null | 2020-03-18T03:10:25 | 2019-11-06T11:08:15 | C | UTF-8 | C++ | false | false | 18,097 | cpp | /****************************************************************************
*
* Copyright (c) 2015 PX4 Development Team. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistri... | [
"moeini@ualberta.ca"
] | moeini@ualberta.ca |
f30408506c2e11bd1cc4e5f47db767652077c3be | e9a00c41cc6a3219ddb61b893accf9ffc91c7dff | /C_Diamond_Miner.cpp | 6b3944b561fb31bf8ef21957f93d9f5ccada5777 | [] | no_license | powxconsensus/CP-Practice | 10e585db0eef62a08777674da42a1ca8c9b6c30f | ad24fbde677933225e4e099727c74857fbe8f50b | refs/heads/master | 2023-03-22T18:26:05.301238 | 2021-03-17T12:41:16 | 2021-03-17T12:41:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,360 | cpp | #include <iostream>
#include <algorithm>
#include <vector>
#include <cmath>
#include <map>
#include <set>
#include <iomanip>
#include <unordered_set>
#include <set>
#include <climits>
#include <stack>
#include <unordered_map>
#include <queue>
#include <bitset>
#include <ctime>
using namespace std;
#... | [
"mpriyanshu263@gmail.com"
] | mpriyanshu263@gmail.com |
405f7bec581dbeaf09d64874a07f7ea84b661c96 | 747ba24e58c9c432f9063a7b19690fa29000b18b | /chapter14/14.30a.h | e6b964db499d3e54ba5af607dda948a9772d92c8 | [] | no_license | edwinpadron/Cpp-Primer | 294288bd64aa5bdad318c4405e7e0de96862ce4c | efd642c8f4f3cbd98cc7eb3fe00620405216f0bf | refs/heads/master | 2023-08-20T07:27:41.837282 | 2021-03-08T17:37:52 | 2021-03-08T17:37:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,424 | h | /*
* Exercise 14.30: Add dereference and arrow operators to your StrBlobPtr class
* and to the ConstStrBlobPtr class that you defined in exercise 12.22 from §
* 12.1.6 (p. 476). Note that the operators in constStrBlobPtr must return
* const references because
the data member in constStrBlobPtr points to a
* const... | [
"cdude996@gmail.com"
] | cdude996@gmail.com |
bf7e32c8be35027e1662a3c14fb6c9c519bc155e | c787b20135024cd749e485bf679cd16e8cf6e302 | /include/unstickymem/mode/DisabledMode.hpp | a9b7641d5183a6bbda56861903d6254873728869 | [] | no_license | epeec/BWAP | d477a14209b40ceec51b41e01863a887c3c5fb7b | bd1b638f6845aff70bd7d92bcbe0cf3f5433b59f | refs/heads/master | 2022-10-12T19:48:41.433031 | 2020-03-12T20:27:07 | 2020-03-12T20:27:07 | 270,960,300 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 606 | hpp | #ifndef UNSTICKYMEM_DISABLEDMODE_HPP_
#define UNSTICKYMEM_DISABLEDMODE_HPP_
#include <string>
#include "unstickymem/mode/Mode.hpp"
namespace unstickymem {
class DisabledMode : public Mode {
public:
static std::string name() {
return "disabled";
}
static std::string description() {
return "Do Nothing";... | [
"david.gureya@ist.utl.pt"
] | david.gureya@ist.utl.pt |
6b373293bcc3eafbca7a77ecdb23d380f770c7e4 | 9f284dfa8a4adbca71b34ce781b2aca3959e5332 | /source/include/handDriver.cpp | c7bd9ac7e54a232c61d6006aa96379e574c2dfef | [] | no_license | sapertuz/RoboticHand_OS | 2cca920f9f33b70ea1b9a23b63c6c1795b974b2e | 5b4988af93e3179c6666a7d53b83a60aeb509fff | refs/heads/master | 2022-12-22T04:49:08.021243 | 2020-09-15T18:25:22 | 2020-09-15T18:25:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,096 | cpp | /***************************** Include Files *******************************/
#include "handDriver.hpp"
/************************** Function Definitions ***************************/
handDriver::handDriver()
{
set_control(0); // set control off
initialize();
}
int handDriver::initialize()
{
/*
* Initialize the ... | [
"sapertuz@gmail.com"
] | sapertuz@gmail.com |
9cb592f5457c2a6e86daeedd40485aa3db772a62 | a04796e9ac552cb0417255c636a8f9c5d53b89d4 | /src/Bomb.h | e6d389be044cd1d5889c01500cfd9ec7e7390f89 | [] | no_license | daniilpastukhov/bomberman | 388e39aacdf3baa44eebf697419c213384620ea0 | b120cf66f4c65a2078465bdd7ca9083024c50c7f | refs/heads/master | 2020-05-22T17:56:22.685422 | 2019-07-23T09:18:00 | 2019-07-23T09:18:00 | 186,461,240 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,407 | h | //
// Created by Daniil Pastukhov on 2019-04-25.
//
#ifndef BOMBERMAN_BOMB_H
#define BOMBERMAN_BOMB_H
//#include "Types.h"
#include "Object.h"
#include "Player.h"
#include <unistd.h>
#include <ncurses.h>
#include <algorithm>
/**
* @brief A class to represent a bomb.
*/
class Bomb : public Object {
public:
/**
... | [
"pastudan@fit.cvut.cz"
] | pastudan@fit.cvut.cz |
632fc67b8e2abb63726d57de7225156435eeae99 | 1942a0d16bd48962e72aa21fad8d034fa9521a6c | /aws-cpp-sdk-ec2/source/model/DeleteCustomerGatewayRequest.cpp | 5649d6f4a123a695400ed4d17cc6041aec9a2ada | [
"Apache-2.0",
"JSON",
"MIT"
] | permissive | yecol/aws-sdk-cpp | 1aff09a21cfe618e272c2c06d358cfa0fb07cecf | 0b1ea31e593d23b5db49ee39d0a11e5b98ab991e | refs/heads/master | 2021-01-20T02:53:53.557861 | 2018-02-11T11:14:58 | 2018-02-11T11:14:58 | 83,822,910 | 0 | 1 | null | 2017-03-03T17:17:00 | 2017-03-03T17:17:00 | null | UTF-8 | C++ | false | false | 1,368 | cpp | /*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"henso@amazon.com"
] | henso@amazon.com |
5039a15a57f8ed82ab6743b7742a8110fb239f13 | 621aaff052be79515ea25cb6c5559ec98402fbde | /ED/Monitoria01 - Introdução/day8++/Q18.cpp | e7596cf273a277878e0e0d7a9207467ff6252e66 | [] | no_license | HenrickyL/monitoria-2021.1 | bf2ba3688d30ea36fbcceb97c4af7af0373a283a | a4211eecf22908e5da976fc26f76947738e2901a | refs/heads/main | 2023-07-07T11:24:48.756459 | 2021-08-13T23:16:05 | 2021-08-13T23:16:05 | 365,626,249 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,317 | cpp | #include<iostream>
using namespace std;
int** criaMatriz(int n){
//crio a matriz
int **M = new int*[n];
for(int i=0; i<n; i++){
//criando os vetores
M[i]= new int[n];
}
return M;
}
void setMatriz(int** M, int n){
for(int i=0;i<n;i++){
for(int j=0;j<n;j++){
... | [
"henrickyl1@gmail.com"
] | henrickyl1@gmail.com |
c5849c6201c5137ed8a4713b4578c6f4fbaa777b | 418da2b13b3a937402c0cc4ee1719bfae9bae03d | /codechef/july challenge 2020/ADAKING.cpp | 9c0d635be322933ae8ec2b8483a71a525dedec2f | [] | no_license | git-shashwat/Competitive-Programming | d66890a07a56cdd7150524f38d768b3dc714e6d5 | bd29038221275ee5f8f59c7bdfc70a26aeef0b89 | refs/heads/master | 2021-06-09T22:24:22.830384 | 2021-05-12T10:54:18 | 2021-05-12T10:54:18 | 178,396,122 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 740 | cpp | //https://www.codechef.com/JULY20B/problems/ADAKING
#include<bits/stdc++.h>
#define FastIO ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
#define test int t; cin>>t; while(t--)
#define loop(a,b) for(int i=a;i<b;++i)
#define loop0(b) for(int i=0;i<b;++i)
#define MOD 1000000007
#define ull unsigned long long... | [
"noreply@github.com"
] | git-shashwat.noreply@github.com |
0713126296e623dd6e106461c5cd3eb4f813c402 | 4bd63b62ab5ebd08f978813db26d8f6700533470 | /App/statespace.cpp | 0c2f86399982ba0b8189f5039feed9918ac61cdc | [] | no_license | lacriment/HesitantWarrior | f43cc4f0e62f447b88405bb16dacc5d7e783dc4c | 25e2b599bb6270c0e59d0756ad4d9672c95f84e2 | refs/heads/master | 2021-01-21T06:39:32.018120 | 2017-05-28T00:36:14 | 2017-05-28T00:36:14 | 91,580,472 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,756 | cpp | #include "statespace.h"
Player StateSpace::getPlayer() const
{
return player;
}
void StateSpace::setPlayerSpeed(int s)
{
this->player.speed = s;
}
// Has the player arrived to the finishing point?
bool StateSpace::isItGoal()
{
return finishPoint.first == player.position.first &&
finishPoint.s... | [
"lacriment@gmail.com"
] | lacriment@gmail.com |
609849063f9e7234617c4b0d1592966f1ba71a8a | d9a642ed3b0047b56045a05e243a018069dc8133 | /source code/2096_내려가기.cpp | 744bfefe0be34ba79399d22efc80f5fad6b200e0 | [] | no_license | kingkk31/BOJ | 7562c7b92a1761120ad159653107e0ec23be2b29 | 03335203cd880607803d28a1fb5cd862e7013e4b | refs/heads/master | 2021-05-04T11:39:05.781066 | 2018-01-09T16:52:15 | 2018-01-09T16:52:15 | 49,325,443 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,059 | cpp | #include <iostream>
#include <stdio.h>
#include <queue>
#include <vector>
#include <set>
#include <list>
#include <string>
#include <string.h>
#include <math.h>
#include <algorithm>
#pragma warning(disable:4996)
using namespace std;
int main(void)
{
int n;
cin >> n;
vector<int> vt1(3); //min
vector<int> vt2(3); /... | [
"kingkk31@naver.com"
] | kingkk31@naver.com |
8f9a387676b99cf7ee2f525fc59f4d5e476484d5 | 07ba30c8beca93faf618e08cc2669c2e242e9b76 | /Head.h | ee0724faf6bc2c5d27c97ae0ce6650afcdfed519 | [] | no_license | caldi5/Snake | ec3b1b3efedd4426e70a63a813b06d55e6aaaa2c | ea77cc899513ee7b6be716add4a1d7a778ada1ce | refs/heads/master | 2021-01-10T12:59:42.598829 | 2016-02-10T20:24:36 | 2016-02-10T20:24:36 | 51,469,249 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 205 | h | #pragma once
#include "SnakeSquare.h"
class Head : public SnakeSquare
{
public:
Head(int x = 0, int y = 0, int sizeX = 30, int sizeY = 30, sf::Color = sf::Color::Red);
~Head();
protected:
private:
};
| [
"andweij@gmail.com"
] | andweij@gmail.com |
d456313b2c4836b20560969867d24772b26d1191 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/httpd/gumtree/httpd_repos_function_362_httpd-2.0.43.cpp | 5404fcd36158bff737cd64d50b3e8aa222a8d165 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 943 | cpp | dav_error *dav_open_propdb(request_rec *r, dav_lockdb *lockdb,
const dav_resource *resource,
int ro,
apr_array_header_t * ns_xlate,
dav_propdb **p_propdb)
{
dav_propdb *propdb = apr_pcalloc(r->pool, sizeof(*propdb));
*p_propdb = NULL;
#if DAV_DEBUG
if (resource->uri == NULL) {
ret... | [
"993273596@qq.com"
] | 993273596@qq.com |
0ad25c63066f100988e1f3d1769d61191502ea6d | 7e22725944fb5024ace01a533af24d89b67c4f48 | /400-499/432.all-o-one-data-structure.cpp | a140977af082d4b601681496128ee6bd40bcbc9e | [] | no_license | egg0315/LeetCode | 8746892eea594f86cf86184b10849129c819e813 | e4361f897ea8694d2e60953a6cb3a9dca54edb65 | refs/heads/master | 2020-07-22T14:09:35.243206 | 2019-11-05T08:33:30 | 2019-11-05T08:33:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,766 | cpp | /*
* @lc app=leetcode id=432 lang=cpp
*
* [432] All O`one Data Structure
*
* https://leetcode.com/problems/all-oone-data-structure/description/
*
* algorithms
* Hard (30.49%)
* Likes: 409
* Dislikes: 59
* Total Accepted: 22K
* Total Submissions: 71.8K
* Testcase Example: '["AllOne","getMaxKey","getM... | [
"cf2200@gmail.com"
] | cf2200@gmail.com |
38fb57b0a2eed5c18b20dbf530f65f413c94172a | 02d25808b6a8f0d0ba4fa4b061384934f832f57d | /src/person.cpp | 7f6015a620808f282ac278677efe4d1872a7de66 | [] | no_license | Alexandra984/UniversityManager | 9e8fe4352242c8d359e08f8a6e86b31d8fbd2146 | 14817464491b27e85a4ad5832303aa77a6795452 | refs/heads/master | 2020-04-11T19:40:36.672928 | 2019-01-07T21:41:52 | 2019-01-07T21:41:52 | 162,043,061 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,048 | cpp | #include "person.hpp"
#include <iostream>
Person::~Person() {}
Person:: Person(const std::string& first_name, const std::string& last_name,
const std::string& email, long long cnp) :
_first_name(first_name),
_last_name(last_name),
_email(email),
_cnp(cnp) {
}
std::string Person::GetFirstName() {
retu... | [
"alexandragrecu984@yahoo.com"
] | alexandragrecu984@yahoo.com |
b56c5dfb003333cf75f18956f3cb9dca5f4bdbdd | e9de846258f623bf6b43cb24aec3d299d2db781d | /CVMFC/CVMFC/Processing.cpp | 774645884dcd4ee8c99f1e74f4e4a96c3d69a8e1 | [] | no_license | MathsionYang/OpenCV_-picture-processing- | 2a36db8c6fdfc7ba39e877e10d3cbf138176ed61 | d3aface11a4562350f9f406afff0464cb89c9f01 | refs/heads/master | 2020-06-17T05:21:58.555905 | 2019-07-08T13:04:19 | 2019-07-08T13:04:19 | 195,810,380 | 8 | 0 | null | null | null | null | GB18030 | C++ | false | false | 11,622 | cpp | #include "stdafx.h"
//---------------------------------------------------------
LPBITMAPINFO CtreateMapInfo(IplImage* workImg,int flag)
{ // 建立位图信息
BITMAPINFOHEADER BIH={40,1,1,1,8,0,0,0,0,0,0};
LPBITMAPINFO lpBmi;
int wid,hei,bits,colors,i;
wid =workImg->wid... | [
"1114809057@qq.com"
] | 1114809057@qq.com |
5457c12db7fb3ac6cf41688058ff7b9b05551926 | aadc1a8ab3f904556a68df12916ea08cc8132df0 | /Practice/galaga/Win32_API/imageManager.h | d2f83eb32f2b89b2c8f129be6dafb3dc5f14e283 | [] | no_license | kuris13/WIN_API | 4a1f68ad81409ef8ca47aa854469239ed1e08406 | a640c3d221b80acfd153ad1912696d92d95780ce | refs/heads/master | 2022-12-06T07:19:31.916410 | 2020-09-01T18:11:24 | 2020-09-01T18:11:24 | 287,018,361 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,923 | h | #pragma once
#include "singletonBase.h"
#include "image.h"
class imageManager : public singletonBase<imageManager>
{
private:
//map으로 만든 이e미지 목록
typedef map<string, image*> mapImageList;
//map으로 만든 이미지 목록의 반복자
typedef map<string, image*>::iterator mapImageIter;
private:
mapImageList _mImageList;
public:
//이미... | [
"duddn4646@gmail.com"
] | duddn4646@gmail.com |
1414ec9f09abd4f5cb44db8fa7b766c6c3d3bc6b | 92b6aaade5a3f323d7f8e7d02fb9fec09f4c2f50 | /CP-Codes/Codes/Codechef/Aug Cook Off/aa.cpp | a585bb8160b19f4aa5f68a22e555603eebed1581 | [] | no_license | suraj1611/Competitive_Programming | 846dee00396e2f2b6d13e2ea8aaed444a34062af | 82bd88081ac067ad4170553afedc6c479bb53753 | refs/heads/master | 2020-04-22T17:27:18.116585 | 2019-12-16T19:42:29 | 2019-12-16T19:42:29 | 170,541,477 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,662 | cpp | /* Code by : Suraj (@suraj1611) */
#include<bits/stdc++.h>
#include <string>
using namespace std;
#define ll long long int
#define rep(i,n) for(int i=0; i<n; i++)
#define rep1(j,m) for(int j=1;j<m;j++)
#define mx INT_MAX
#define mn INT_MIN
#define md 1000000007
#define pb push_back
#define mp make_pair
#define pf pr... | [
"surajsk1611@gmail.com"
] | surajsk1611@gmail.com |
fccb5713fe51e3519d16cace10f376e84da9f663 | f3a729d3588f6c31975d44b37f1b3a29c01db3cd | /113A.cpp | d543d29e8f0300c8dce42afa26d57bbc2990f57e | [] | no_license | yongwhan/codeforces | 887e7cca0b47aa2ba65b1133300c63a808a15590 | aa8fa27ca1a07fcb7f9dac5b1ce908b7bfcd49e2 | refs/heads/master | 2020-11-28T01:47:52.239077 | 2019-12-23T04:16:29 | 2019-12-23T04:16:29 | 229,671,486 | 0 | 0 | null | 2019-12-23T04:05:28 | 2019-12-23T03:43:38 | C++ | UTF-8 | C++ | false | false | 1,054 | cpp | #include<bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef pair<int,int> ii;
bool issuf(string s, string t) {
reverse(s.begin(), s.end());
reverse(t.begin(), t.end());
if(s.size()<t.size())
return false;
return (s.substr(0,t.size())==t);
}
int main() {
cin.tie(0); cout.tie(0); ios_base::sync_w... | [
"yongwhan@yongwhan-macbookpro.roam.corp.google.com"
] | yongwhan@yongwhan-macbookpro.roam.corp.google.com |
a72ccd6c172b30caaf07e3431f3b04b7cda8f207 | faae3c591fd6d8df7effb38544b5efb402c71bfa | /wray/wray/pathIntegrator.cpp | db49c7433e02642fc2abf8d9352a2fcb148b1242 | [] | no_license | FLOWERCLOUD/virtualCamera | c9ba51fac6c3c7d680b3b25fb17aa24a1db59270 | 0c33e5aed7d878d1460f84821923476a0ff09eaa | refs/heads/master | 2021-01-22T04:23:33.674217 | 2017-09-03T13:22:18 | 2017-09-03T13:22:18 | 102,265,513 | 1 | 1 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 2,571 | cpp | #include "StdAfx.h"
#include "pathIntegrator.h"
#include "Scene.h"
WPathIntegrator::WPathIntegrator(WScene *scene, WAccelerator *tree, unsigned int ipathDepth, WSampler::WSamplerType samplerType,float imultiplier):
WSurfaceIntegrator(scene,tree),Dlighting(scene,tree),
multiplier(imultiplier),
lightSamples(1),BSDFSampl... | [
"528450012@qq.com"
] | 528450012@qq.com |
50e5adbde423e1694e831c14c18578d801465e6c | 319335bafac47077f243ee93514591b549e872d4 | /sources/OperationsExpert.hpp | bf801133961a9a92b25e42a981455de20ab3efe9 | [] | no_license | malikfade/Pandemic_b | dc65f159327609bf8317a0c80c4a4434ba6810e4 | 886756825e6a7ff9cf915ab269c1ae74b6fc2ed5 | refs/heads/main | 2023-05-01T07:44:51.002338 | 2021-05-23T14:13:18 | 2021-05-23T14:13:18 | 370,070,269 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 312 | hpp | #ifndef UNTITLED_OPERATIONSEXPERT_H
#define UNTITLED_OPERATIONSEXPERT_H
#include "Player.hpp"
namespace pandemic {
class OperationsExpert : public Player {
public:
OperationsExpert(Board& board, City city): Player(board, city){}
void build();
std::string role();
};
}
#endif | [
"noreply@github.com"
] | malikfade.noreply@github.com |
19fc6f15b463bd5abfd5531fdb686ccf47f98885 | 430a0bc072e5bbdaf8b535e8589ee7bddedd60a1 | /chrome/common/chrome_paths.cc | 364a02d3b67a30dac2ce10f73e0150dad625e2ca | [
"BSD-3-Clause"
] | permissive | HyunwooCho/highweb-webcl-html5spec | 4527f01a5ebb95db8e045e1b4012a3eac567f307 | 1e7b96fc871797139b927516e94b75d730ee50c2 | refs/heads/highweb-20160310 | 2021-06-05T23:30:40.097589 | 2016-05-27T04:42:28 | 2016-05-27T04:42:28 | 70,441,565 | 0 | 0 | null | 2016-10-10T01:33:38 | 2016-10-10T01:33:36 | null | UTF-8 | C++ | false | false | 21,382 | 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 "chrome/common/chrome_paths.h"
#include "base/files/file_util.h"
#include "base/lazy_instance.h"
#include "base/logging.h"
#include "base/ma... | [
"kimdh@infrawareglobal.com"
] | kimdh@infrawareglobal.com |
f060f1679e6504cfe6507d9881aae3a8c4f2ef3a | 584ceb324994f2c5d053b65c15d0c5d60ce0429d | /daireselSiraliListe.cpp | f2abccc942127f0c4010d94135c803f49aa91162 | [
"Apache-2.0"
] | permissive | musttafayildirim/veriYapilariUygulamalari | ffd33d02248c95fce91b7b9f44c1bf7b5d207c7e | 87015f19e566f71c0e48c8a7e4c2fb01070d808d | refs/heads/master | 2020-04-23T21:13:22.530263 | 2019-05-31T07:38:37 | 2019-05-31T07:38:37 | 171,463,312 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,319 | cpp | #include <cstdlib>
#include <iostream>
using namespace std;
struct dairesel{
int data;
dairesel * next;
};
typedef dairesel node;
void ekranaYazdir(node * root){
node * iter = root;
cout << iter -> data << endl;
//yazdırılırken dikkat edilmesi gereken iter-> next 'nin root'u görene kadar devam etmesi...
iter... | [
"musttafayildirim@gmail.com"
] | musttafayildirim@gmail.com |
76b15a1da427d50a0a94961453d4dbd10c41d5c7 | 778fffa8b5c005c49e51af318cae4df1f4e3fe74 | /insight3d/interface_sdl.cpp | 08affa62ccc3b904580bf21f852029932b29e10c | [] | no_license | florath/insight3d | 2777669c261bcb249a483f399cc131fefbfdd15d | 60c61147275da4253cbd6b6f5a7b3e66c167c562 | refs/heads/master | 2021-01-16T23:14:54.867740 | 2016-07-08T20:20:43 | 2016-07-08T20:20:43 | 62,912,985 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,804 | cpp | /*
insight3d - image based 3d modelling software
Copyright (C) 2007-2008 Lukas Mach
email: lukas.mach@gmail.com
web: http://mach.matfyz.cz/
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public ... | [
"andreas@florath.net"
] | andreas@florath.net |
8a41f5888fed8810bbd59949175e92422319dcfb | ffeca79160090eb24d88d2b49a7b40033552c4d5 | /Time/time2.cpp | 5cb4fafbad16e7e06b125d000b61acaf80c67716 | [] | no_license | Reikenzan/Some-C | 7ab86b8f1fb0a642b7a78fc59d7b5d42dcceb859 | 347d287fe89816f7177e12e2e5ac10406feda418 | refs/heads/master | 2020-04-01T12:09:27.256993 | 2018-10-16T16:24:45 | 2018-10-16T16:24:45 | 153,193,741 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 295 | cpp | #include <iostream>
using namespace std;
#include "ccc_time.h"
int main()
{
Time now;
Time day_end(23, 59, 59);
long seconds_left = day_end.seconds_from(now);
cout << "There are "
<< seconds_left
<< " seconds left in this day.\n";
return 0;
}
| [
"noreply@github.com"
] | Reikenzan.noreply@github.com |
5a46f56d64523d33c624f3b5b1036a7b3db4ad63 | 7a36a0652fe0704b4b27f644653e7b0f7e72060f | /TianShan/Sentry/SentryImpl.h | 8936a817f5ae52991d427d92bc3135a280c1cbd3 | [] | no_license | darcyg/CXX | 1ee13c1765f1987e293c15b9cbc51ae625ac3a2e | ef288ad0e1624ed0582839f2a5a0ef66073d415e | refs/heads/master | 2020-04-06T04:27:11.940141 | 2016-12-29T03:49:56 | 2016-12-29T03:49:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,675 | h | // ===========================================================================
// Copyright (c) 2006 by
// ZQ Interactive, Inc., Shanghai, PRC.,
// All Rights Reserved. Unpublished rights reserved under the copyright
// laws of the United States.
//
// The software contained on this media is proprietary to and embo... | [
"jjz@example.com"
] | jjz@example.com |
b9d2d8a5fc66a1b283e05b587403ead3c8692559 | 19907e496cfaf4d59030ff06a90dc7b14db939fc | /POC/oracle_dapp/node_modules/wrtc/third_party/webrtc/include/chromium/src/chrome/browser/signin/cross_device_promo.h | 5990a948858df52873bc0ff7d722e09ef3579a04 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | ATMatrix/demo | c10734441f21e24b89054842871a31fec19158e4 | e71a3421c75ccdeac14eafba38f31cf92d0b2354 | refs/heads/master | 2020-12-02T20:53:29.214857 | 2017-08-28T05:49:35 | 2017-08-28T05:49:35 | 96,223,899 | 8 | 4 | null | 2017-08-28T05:49:36 | 2017-07-04T13:59:26 | JavaScript | UTF-8 | C++ | false | false | 11,921 | 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 CHROME_BROWSER_SIGNIN_CROSS_DEVICE_PROMO_H_
#define CHROME_BROWSER_SIGNIN_CROSS_DEVICE_PROMO_H_
#include "base/macros.h"
#include "base/observer_... | [
"steven.jun.liu@qq.com"
] | steven.jun.liu@qq.com |
da5dce1c8726e953091ae9c6518316ebad1a4951 | aee4a398cdb812f58b2db15930cf001cea168bf3 | /week6/problemSolving/src/Tree.cpp | c7b8246514a0e5e914aa8f7c6bd02ed17bcc169c | [] | no_license | nicoleyimessier/code2_BFADT | d79185129359e0f300deb675fe5b636a4f558130 | 6a265955a931304a5ce32e425a11741c7a4b5f90 | refs/heads/master | 2021-01-10T07:10:10.720243 | 2016-04-18T17:11:10 | 2016-04-18T17:11:10 | 50,304,535 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,749 | cpp | //
// Tree.cpp
// recursiveTreeObject
//
// Created by Nicole Messier on 2/24/16.
//
//
#include "Tree.h"
void Tree::seed1(float dotSize, float angle, float x, float y){
ofSetColor(255,0,0);
ofFill();
//nested if statement
if(dotSize > 1.0f){
float r = ofRandomuf(); // gives you a random ... | [
"nmessier88@gmail.com"
] | nmessier88@gmail.com |
55cd96fef5e87442cfefc1b355a1f88c0fbdd287 | 0bb6111151418264c55098ed3acf7c9cae94a928 | /src/Components/InputComponent.cpp | 91b528a966aadc8541b4aebf7edd8d78e56f71cc | [] | no_license | gidabite/ScalableServerSystem | 935cc2f87bcd5dbfee54d07804ef7bd4a3308d47 | 39edd5c334ace34ba281754a17d32da0de161b96 | refs/heads/master | 2021-01-12T17:32:22.455200 | 2017-05-27T22:36:23 | 2017-05-27T22:36:23 | 71,596,250 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 845 | cpp | /*
* InputComponent.cpp
*
* Created on: 17.02.2017
* Author: gidabite
*/
#include "InputComponent.h"
#include "iostream"
bool InputComponent::isRun = true;
InputComponent::InputComponent() {
}
void InputComponent::go() {
m_thr = new thread(run);
}
InputComponent::~InputComponent() {
}
InputComponent&... | [
"pavel210995@gmail.com"
] | pavel210995@gmail.com |
944c4ac87cea4130216ba9f59dcd4ef30cadcea8 | 3708d4d8c249d4dc17d24cfa602218025505010d | /9 Grading.cpp | 25a226eccd9d8c8125a2161c5f5ead7c081feb47 | [] | no_license | FarheenShakeel/DSA-Bootcamp-Assignment | 4dfbdcb490e82ca8c090111982370650372a435a | dc9a4f75b6cb9e453911a7fc4795c9542607edf6 | refs/heads/main | 2023-07-18T04:21:44.258728 | 2021-09-04T14:01:52 | 2021-09-04T14:01:52 | 403,059,093 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 455 | cpp | #include <iostream>
using namespace std;
int main()
{
int n;
int grade,x;
//cout<<"Enter number of students (n) : ";
cin>>n;
//cout<<"Grades : "<<endl;
for(int i=0; i<n; i++)
{
//cout<<"Student "<<i+1<<" : ";
cin>>grade;
if (grade>=38)
{
x = grad... | [
"noreply@github.com"
] | FarheenShakeel.noreply@github.com |
418669090a521b2d91c89503baae14ec61c426b2 | 96b671705ba09a3aedd9abc3377e5604a33ba542 | /d3d9/IDirect3DIndexBuffer9.cpp | 6a2c3ce3c0974a6a7d9e8ee6f28804fa826b213e | [
"Zlib"
] | permissive | AirwavesMan/dxwrapper | 13b1701d727bc69713c3c9781f22f72bcdb482bf | b0ad9aea3855c98fa8cf930c8cb71dfd603be3a2 | refs/heads/master | 2020-11-29T23:47:20.027870 | 2019-12-16T03:50:06 | 2019-12-16T03:50:06 | 230,242,369 | 1 | 0 | NOASSERTION | 2019-12-26T10:14:31 | 2019-12-26T10:14:30 | null | UTF-8 | C++ | false | false | 3,885 | cpp | /**
* Copyright (C) 2019 Elisha Riedlinger
*
* This software is provided 'as-is', without any express or implied warranty. In no event will the
* authors be held liable for any damages arising from the use of this software.
* Permission is granted to anyone to use this software for any purpose, including co... | [
"elisha@novicemail.com"
] | elisha@novicemail.com |
26d4d8691ff1519978ef2624ba442e9b7aaeff19 | 19907e496cfaf4d59030ff06a90dc7b14db939fc | /POC/oracle_dapp/node_modules/wrtc/third_party/webrtc/include/chromium/src/third_party/WebKit/Source/web/tests/FakeWebPlugin.h | 5b3f1c35c4feceecb430292406b654c1472528c6 | [
"BSD-2-Clause"
] | permissive | ATMatrix/demo | c10734441f21e24b89054842871a31fec19158e4 | e71a3421c75ccdeac14eafba38f31cf92d0b2354 | refs/heads/master | 2020-12-02T20:53:29.214857 | 2017-08-28T05:49:35 | 2017-08-28T05:49:35 | 96,223,899 | 8 | 4 | null | 2017-08-28T05:49:36 | 2017-07-04T13:59:26 | JavaScript | UTF-8 | C++ | false | false | 3,384 | h | /*
* Copyright (C) 2012 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | [
"steven.jun.liu@qq.com"
] | steven.jun.liu@qq.com |
b752b45b8e448ba83b5613972256f060776ab43f | 3a1f357b1df490329856ea82b3293f8854bd419e | /src/blitter/factory.hpp | 7d25823a61d851c21fce2dd23d69c32a34933cba | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | mk0x9/OpenTTD | fba2bd85b6b06d91cd7e52371e0f5d858ae14d14 | fd7fca73cf61a2960e8df8fa221b179d23ae3ef0 | refs/heads/master | 2021-01-16T23:27:05.118882 | 2011-10-29T01:35:46 | 2011-10-29T01:35:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,950 | hpp | /* $Id$ */
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
* OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without... | [
"jnicholl@rim.com"
] | jnicholl@rim.com |
2f2ec0fbcf93c3b80c044d42cbaf9046083e7ad8 | 08577251e95727c9a38dc53b9daa4525c81eb391 | /SceneEngine/LightingParser.h | 0e752ec5c7841cffe296d8241a5d21c0022ed266 | [
"MIT"
] | permissive | hck509/XLE | 0ee2354fb81defe738c4b43d9908e1c83f0181a7 | e65efd74c86fda3e38155ad386eca9aac061f7ba | refs/heads/master | 2021-01-17T10:42:36.437417 | 2015-03-02T08:28:38 | 2015-03-02T08:28:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,235 | h | // Copyright 2015 XLGAMES Inc.
//
// Distributed under the MIT License (See
// accompanying file "LICENSE" or the website
// http://www.opensource.org/licenses/mit-license.php)
#pragma once
#include "../RenderCore/Metal/Forward.h"
#include "../RenderCore/Metal/ShaderResource.h"
#include "../BufferUploads/IBufferUploa... | [
"djewsbury@xlgames.com"
] | djewsbury@xlgames.com |
e100299c8b749d42231b341f20354b75b364e1cd | 6304fa5f0a3b2716fcbb4026748f66e3a1a53945 | /dataManager/utilities/http_client.h | 90407e578091df76cfac0a2ee8f8b0c4173bdfdd | [] | no_license | astroeng/DataManager | aa6e1181b08feeda08bf6805afdeafcf9b9787b7 | b15d6a882eb8558c1fd9fde0210899da2c3bcdcb | refs/heads/master | 2020-03-10T18:10:55.446379 | 2018-04-14T13:24:41 | 2018-04-14T13:24:41 | 129,519,271 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,368 | h | /* Derek Schacht
* 2016 10 25
* License : Give me credit where it is due.
* Disclaimer : I try and cite code that I find on the internet but I am not
* perfect. If you find something that should be cited let me know
* and I will update my code.
* Warranty : Absolutely None
*
*... | [
"dschacht@BuildRoot.(none)"
] | dschacht@BuildRoot.(none) |
efbb492f257293850f597ddbf33d9cad25bef68a | 038df27dfb74a68f7b2fef2f63e5cc6bfe720962 | /examples/0002.a+b/hex.cc | 290a557603440f681fb7c0d9d088e0e04a1cb1b3 | [
"MIT"
] | permissive | klmr/fast_io | 6226db934bbda0b78ae1fac80d20c635106db2c1 | 1393ef01b82dffa87f3008ec0898431865870a1f | refs/heads/master | 2022-07-28T12:34:10.173427 | 2020-05-25T11:25:38 | 2020-05-25T11:25:38 | 266,780,867 | 2 | 0 | NOASSERTION | 2020-05-25T13:03:19 | 2020-05-25T13:03:19 | null | UTF-8 | C++ | false | false | 173 | cc | #include"../../include/fast_io.h"
#include"../../include/fast_io_in.h"
int main()
{
std::size_t a,b;
scan(fast_io::hex(a),fast_io::hex(b));
println(fast_io::hex(a+b));
} | [
"unlvsur@live.com"
] | unlvsur@live.com |
791863dab2878f480d218c22e4d155122807721f | 1d9e9d4f416607453e7c91c9dc45205bd7cb9e14 | /iqc5/instrument/SerialPortDecode/enzymeImmunoassay/zsdec_alisei_com/main.cpp | f11d7fa71adb2b8d172f7805e70ba069befdb952 | [] | no_license | allan1234569/iqc5 | 5542f2efe3e6eae0a59110ec2863d9beeef8c1cf | 8a026564db0128005f90d3f7ca56787a7bcbbad3 | refs/heads/master | 2020-03-29T09:17:13.715443 | 2018-09-21T10:56:01 | 2018-09-21T10:56:01 | 149,750,494 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 455 | cpp | #include "w_alisei_com.h"
#include <QApplication>
#include "common.h"
#include "single_application.h"
int main(int argc, char *argv[])
{
SingleApplication a(argc, argv,"EnzymeImmunoassay_ALISEI-COM");
setting->setIniCodec("UTF-8");
if (a.isRunning())
{
f_log("一个解码程序已经运行");
exit(1);
... | [
"allan1234569@163.com"
] | allan1234569@163.com |
67e0a19583f194f8a825e2edc77362deab8c04b1 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14260/function14260_schedule_8/function14260_schedule_8.cpp | 730fe0fef59dc82ad6a4538cee8c2b0b69cac9a9 | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,391 | cpp | #include <tiramisu/tiramisu.h>
using namespace tiramisu;
int main(int argc, char **argv){
tiramisu::init("function14260_schedule_8");
constant c0("c0", 8192), c1("c1", 8192);
var i0("i0", 0, c0), i1("i1", 0, c1), i01("i01"), i02("i02"), i03("i03"), i04("i04");
input input00("input00", {i1}, p_int32... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
4a38c81a360403fb88fc03e7f981fc70fa0cf0fa | 38c10c01007624cd2056884f25e0d6ab85442194 | /components/copresence/handlers/gcm_handler.h | 206db819075c6c4bb81f621f17f6e07cddc0fc20 | [
"BSD-3-Clause"
] | permissive | zenoalbisser/chromium | 6ecf37b6c030c84f1b26282bc4ef95769c62a9b2 | e71f21b9b4b9b839f5093301974a45545dad2691 | refs/heads/master | 2022-12-25T14:23:18.568575 | 2016-07-14T21:49:52 | 2016-07-23T08:02:51 | 63,980,627 | 0 | 2 | BSD-3-Clause | 2022-12-12T12:43:41 | 2016-07-22T20:14:04 | null | UTF-8 | C++ | false | false | 1,158 | h | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_COPRESENCE_HANDLERS_GCM_HANDLER_H_
#define COMPONENTS_COPRESENCE_HANDLERS_GCM_HANDLER_H_
#include <string>
#include "base/callback_fo... | [
"zeno.albisser@hemispherian.com"
] | zeno.albisser@hemispherian.com |
e1b1dfde9a53c4071e32ce36076c92c1dde994f3 | fc086c3b2a270a8c98f2e63c4f6eeaca4acda7e2 | /CSCI3081W/project/src/large_bus.cc | da06a001c839391850e46d60f882bb043d75971f | [] | no_license | samsam55345/school-projects | 93f570c0342578517e404cc1a3a7614708ec5305 | e7857c11835ee32517fe6d2e32a82619a48b7a79 | refs/heads/master | 2022-10-07T05:49:03.042571 | 2020-06-07T20:36:46 | 2020-06-07T20:36:46 | 270,423,144 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,203 | cc | /**
* @file large_bus.cc
*
*
* @copyright 2020 Sami Frank, All rights reserved.
*/
#include "src/large_bus.h"
// creates a bus with capacity 90.
LargeBus::LargeBus(std::string name, Route * out, Route * in,
int capacity, double speed) : Bus(name, out, in) {
name_ = name;
outgoing_rout... | [
"sami.frank@merrillcorp.com"
] | sami.frank@merrillcorp.com |
8241fc7444d5c77ab375bf9e4c3c8251bc6ab14a | d4112c60caf40833965547465532a59ede6adf71 | /include/vnx/Task.h | 7e5749d73b6b12bac8d4d2c53ff59c98947a1200 | [] | no_license | automyinc/vnx-base | 1ab72dba6dc21053bd492cfd495f3b658a27b47c | 095c2f30fbfe3c8882c29851faf132adc5120928 | refs/heads/master | 2022-01-27T03:45:51.372036 | 2021-12-25T17:57:27 | 2021-12-25T17:57:27 | 141,748,820 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,017 | h | /*************************************************************************
*
* [2017] - [2018] Automy Inc.
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Automy Incorporated and its suppliers,
* if any. The intellectual and technical concepts contain... | [
"wittal@neobotix.de"
] | wittal@neobotix.de |
0c72d77c2dd8baca2e8899ac1506b00c57b3ca62 | 2277375bd4a554d23da334dddd091a36138f5cae | /ThirdParty/Havok/Source/Physics/ConstraintSolver/Solve/hkpSolverResults.h | 8c718c090d5cedd413c6a394db5d24ad5c36b395 | [] | no_license | kevinmore/Project-Nebula | 9a0553ccf8bdc1b4bb5e2588fc94516d9e3532bc | f6d284d4879ae1ea1bd30c5775ef8733cfafa71d | refs/heads/master | 2022-10-22T03:55:42.596618 | 2020-06-19T09:07:07 | 2020-06-19T09:07:07 | 25,372,691 | 6 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 2,186 | h | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Product and Trade Secret source code contains trade secrets ... | [
"dingfengyu@gmail.com"
] | dingfengyu@gmail.com |
f8de22e57873f5db84f19d987d619371d858cb9d | bf023c0652450ebce19999b94258289c7f89de76 | /mysticlight4j_native/mysticlight4j_native/dllmain.cpp | bcf18527819931ec0e7529733da7cb1a9f8e0bfa | [
"MIT"
] | permissive | fischmat/mysticlight4j | 700bb7ed313651d4d6e9889d7bf0fbe8a33ee74f | d3267ca3775e0eb2e05ddc8b9b7c7b589103bddc | refs/heads/develop | 2023-06-27T16:02:17.006977 | 2021-06-15T19:24:47 | 2021-06-15T19:24:47 | 253,092,062 | 6 | 1 | MIT | 2023-06-14T22:44:10 | 2020-04-04T20:24:34 | Java | UTF-8 | C++ | false | false | 507 | cpp | // dllmain.cpp : Definiert den Einstiegspunkt für die DLL-Anwendung.
#include "pch.h"
#include <iostream>
BOOL APIENTRY DllMain( HMODULE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
{
switch (ul_reason_for_call)
{
case DLL_PROCES... | [
"matthias-fisch@hotmail.de"
] | matthias-fisch@hotmail.de |
306e9a86abb93089613c1ab1eea0ef0aaddcd9ca | bf85f0bbd6b4ec2021e0939580d0d292d571ac77 | /HW1/3.cpp | 5a904092f65207327eff3e188891a4e13cae1589 | [] | no_license | KarthikJVN/IE531_ADA | 6ed531143518be58b8365a198a5c4b3056c57bbd | fc7c68c7722b8ce49469c2c0662a29de010b2ed9 | refs/heads/master | 2020-03-26T15:34:08.600791 | 2018-08-18T01:24:37 | 2018-08-18T01:24:37 | 145,050,983 | 1 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 226 | cpp | #include <iostream >
using name space std ;
void print integer (int num)
{
put char ( num % 10 + ’A ’ ) ;
if ( num / 10 )
print integer ( num / 10 ) ;
}
int main ( )
{
print integer ( 1234 ) ; cout << endl ;
}
| [
"jvnkarthik94@gmail.com"
] | jvnkarthik94@gmail.com |
1fc64f1e588b664c846f083638aa8270a9ff2b03 | 8b070593d4017c8c828872af304e9461478345b1 | /source/SDL/Event.h | 621f48f59f4b5a29e230abef0974e97744f52744 | [
"MIT"
] | permissive | peteward44/raytracer | f2e74f7f9eed1ffd48bbd3d8d099afbc75e21a83 | 46b0ccd57bc3c38142d6876d80b98de6b8126a22 | refs/heads/master | 2023-03-31T19:45:30.129136 | 2023-03-26T23:16:16 | 2023-03-26T23:16:16 | 45,032,955 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,881 | h |
#ifndef EVENT_H
#define EVENT_H
#include "SDLpp.h"
#include <boost/shared_ptr.hpp>
namespace SDL
{
class Event
{
private:
int type;
protected:
Event(SDL_Event* event)
: type(event->type)
{}
Event(int type)
: type(type)
{}
public:
virtual ~Event()=0;
inline boost::uint8_t GetType() const... | [
"peteward44@gmail.com"
] | peteward44@gmail.com |
2ac7535a33e3daea93d3456ba6ac82fa80220634 | 1c2433f9251f6dd378156fc945a2a12a5a3ce663 | /src/core/movie/ffmpeg/AudioCodecFFmpeg.cpp | 323289cfddeb3cc3f5d5c18964fe52d23da89a08 | [
"LicenseRef-scancode-warranty-disclaimer",
"Zlib",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"Libpng",
"BSD-2-Clause-Views",
"FTL",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | lspgw/Kirikiroid2 | 789dce84e5914e177cd1f7a8c28ec0d86922fd11 | c398eba89d9df660e100f8284d7d9251eb5d5fab | refs/heads/master | 2023-07-11T18:15:43.919297 | 2023-06-22T03:44:12 | 2023-06-22T03:44:12 | 230,595,645 | 0 | 0 | NOASSERTION | 2019-12-28T10:38:20 | 2019-12-28T10:38:19 | null | UTF-8 | C++ | false | false | 10,342 | cpp | #include "AudioCodecFFmpeg.h"
#ifdef TARGET_POSIX
#include "XMemUtils.h"
#endif
#include "StreamInfo.h"
#include "Codecs.h"
extern "C" {
#include "libavutil/opt.h"
}
#if defined(TARGET_DARWIN)
#include "cores/AudioEngine/Utils/AEUtil.h"
#endif
#include "Clock.h"
#include "AEUtil.h"
#include "AEAudioFormat.h"
NS_KRMOV... | [
"zeas@qq.com"
] | zeas@qq.com |
4738157562c4b4bdb9b7076030f2c67ac872bcf9 | a5170a49114262292188b694ad6c977214ed1086 | /src/qt/recentrequeststablemodel.h | f504c6b534b6e17321671519a7fb803af7af1a29 | [
"MIT"
] | permissive | Fydcoin/FYDCoin | 618463d4cf2ab4deff890bec08d47313cef851fa | 9bac7ed9a57923438aa91ff76b83a7ba35e71813 | refs/heads/master | 2021-10-24T16:40:00.063321 | 2021-06-19T18:05:24 | 2021-06-19T18:05:24 | 194,573,552 | 10 | 5 | MIT | 2020-03-13T13:53:41 | 2019-07-01T00:14:15 | C++ | UTF-8 | C++ | false | false | 3,408 | h | // Copyright (c) 2011-2014 The Bitcoin developers
// Copyright (c) 2017 The PIVX developers
// Copyright (c) 2019 The FYD developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_QT_RECENTREQUESTSTABLEMODEL... | [
"48912706+Fydcoin@users.noreply.github.com"
] | 48912706+Fydcoin@users.noreply.github.com |
99288f162bf14e5bbc8575c3844d1429697a0a40 | d1f2fe6699a9eb9085ac5fbcce04e4d054493290 | /C++ solution code/find_largest_and_smallest_number_method_2.cpp | a33dc2fbcf119f21c024d167c073a86f0dd56f56 | [] | no_license | arifkhan1990/Basic_Top_50_programming-_problem_and_solution | 79594d828029ce93243dad31e1b0302ae6333255 | 6b03322c759cafed22373f3bd20d3c93e7b32c6e | refs/heads/master | 2020-06-26T12:22:11.803231 | 2019-08-23T04:09:47 | 2019-08-23T04:10:05 | 199,630,005 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 349 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
int n, m, largestNum = INT_MIN, smallestNum = INT_MAX;
cin >> n;
int ar[n+1];
for(int i = 0; i < n; i++) {
cin >> ar[i];
}
sort(ar,ar+n);
cout << "Largest Number : " << ar[n-1] << endl;
cout << "Smallest Number: " << ar[... | [
"arifkhanshubro@gmail.com"
] | arifkhanshubro@gmail.com |
a8bc7738363d058d8dbe5e14e63cf677235c7ed9 | 95da45e333d762f8d8229fefec58d79facf3b15a | /TJU数学-1/G - 找新朋友.cpp | 6f85b97ea8b046a9dc25eae0b00bb35ff4416896 | [] | no_license | Xiao-Jian/ACM-Training | 592552c84f031ea4bafd8b85bba063d8171f8548 | 5dec492cc86a349a0d7673fa022410a52bae1246 | refs/heads/master | 2016-09-05T19:26:24.824149 | 2015-11-29T06:24:45 | 2015-11-29T06:24:45 | 39,362,552 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 494 | cpp | #include <cstdio>
#include <iostream>
#define Max 1000001
int euler[Max];
void Init(){
euler[1] = 1;
for( int i = 2; i < Max; i ++ )
euler[i] = i;
for( int i = 2; i < Max; i ++ )
if( euler[i] == i )
for( int j = i; j < Max; j += i )
euler[j] = euler[j] / i * ( i -... | [
"1215615213@qq.com"
] | 1215615213@qq.com |
b854e80844dca0889469cde6faa5b759e9e580ab | 002e55cdf0750c5b9c6057b04ddd618bcd15af62 | /kunwardeep_singh_Q5.cpp | 3047900cd4ef7be9253603c082f0f4a94396fe14 | [] | no_license | KunwardeepSingh3/C-code | 4eb11268fecf7bc1090dd6c382fb237076fc857b | 731d753b51cd233ab3f22c65df79bfb7d01e884b | refs/heads/master | 2020-09-12T16:32:12.151356 | 2019-11-18T15:23:01 | 2019-11-18T15:23:01 | 222,479,934 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 507 | cpp |
#include <iostream>
#include <iomanip>
#include <string>
#include <cmath>
using namespace std;
double sqrt_Babylonian(double a){
double x[100];
int i;
for (int i=1; i>0; i++){
x[0] = 1;
x[i] = (x[i-1] + a/x[i-1])/2;
cout <<"value of i is: " << i << ", value of x[i] is: " << x[i] << e... | [
"noreply@github.com"
] | KunwardeepSingh3.noreply@github.com |
21db68e504dadd134d2958ab041059c917f7d04a | c76bca6811a24c4434209bcc0d5736118886e88c | /week3/lab/Game.cpp | c069734bbd49a1b8185e2212800704c1e67cef68 | [] | no_license | Ellard24/CS162 | bb2c161f844beef11d2306839144854679d2a481 | 8335e6b9c700f467763bf1b230102db3e9b57539 | refs/heads/master | 2021-01-10T17:13:29.458696 | 2016-03-17T17:20:07 | 2016-03-17T17:20:07 | 54,130,981 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,509 | cpp | #include <iostream>
#include "Game.h"
/***********************************************
*Function:Game Constructor
*Description: Sets Score, rounds to 0 and
sets fairness to False.
*Parameters: None
*Pre-Conditions: -
*Post-Conditions:-
************************************************/
Game::Game()
{
scoreP1 = 0;
sco... | [
"egvdh@comcast.net"
] | egvdh@comcast.net |
4c41e31367d69697292e0dfae50aaf64bc679770 | a577196b87544ad68f99edefd23a743c6b709868 | /HmmAna_stats/Utils.h | 4c4a23299b7f3c0983643c566598e9fba87cf91f | [] | no_license | vlimant/HmmAna | 8d40c7a55c85f0d016c621c8824d077659a83e6c | bee2ed3d96daf89cba1703dd84bb13474f57ca27 | refs/heads/master | 2020-05-31T09:07:00.212599 | 2019-06-03T20:08:25 | 2019-06-03T20:08:25 | 190,205,617 | 0 | 0 | null | 2019-06-04T13:20:14 | 2019-06-04T13:20:13 | null | UTF-8 | C++ | false | false | 381 | h | #ifndef _Utils_h_
#define _Utils_h_
#include "CommonHead.h"
#include "RooFitHead.h"
using namespace std;
using namespace RooFit;
namespace Utils{
vector<TString> SplitString(const TString& theOpt, const char separator );
void setDefaultMinimize();
float minimizeTest(RooNLLVar* nll,float neps);
float minimizeMinos... | [
"nan.lu@cern.ch"
] | nan.lu@cern.ch |
e877f8317727bbe8939de97b76a4f711b49795e0 | 29356ae61e47df6cb1c09fc971377ec2dcc25b4e | /HW01_17조/도재홍_2014104118/HW01_2014104118_도재홍.cpp | 263986b1b8da005d85290fb3126b3f4216a4ac78 | [] | no_license | seo14800/IoT-KNU-20162-Team17 | f5dea513da6b5364c766ba35315b41df1a5ef2ba | 30b2f1374dc390c4a80c874ab21fb129df96499f | refs/heads/master | 2020-07-28T20:09:57.609980 | 2016-12-01T18:51:13 | 2016-12-01T18:51:13 | 67,352,187 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 449 | cpp | #include "txtreader.h"
void main()
{
headNode *fhead = createHead();
char split[] = "~!@#$%^&*()_+`-={}[]\\|;:'\"<>,./?\n\t ";
char check=78;//N ASCII
filereader(fhead, split);//ÆÄÀÏ Àбâ
while(check==78||check==110){
search(fhead);
while(true){
printf("\nwanna finish?(Y/N)");
fflush(stdin);
c... | [
"dojae_0813@naver.com"
] | dojae_0813@naver.com |
25ec7f04e97046a356a4801e72ee6f6c83939304 | 66873135f86c300d4e362b33f5387b147d66c20f | /src/leapserial/test/AESStreamTest.cpp | a6ae39e15392579a30a8e14a30430bc56f602fb6 | [
"Apache-2.0"
] | permissive | gabrielPeart/leapserial | 2f0bf6ebb440788d1f8791700dd57a3c3c52330e | ae86dcc3057e409ff13a8e1ca3c399a8d109917c | refs/heads/master | 2021-01-16T22:44:49.072808 | 2016-02-10T21:02:58 | 2016-02-10T21:02:58 | 52,526,282 | 2 | 0 | null | 2016-02-25T13:29:26 | 2016-02-25T13:29:25 | null | UTF-8 | C++ | false | false | 3,890 | cpp | // Copyright (C) 2012-2015 Leap Motion, Inc. All rights reserved.
#include "stdafx.h"
#include "LeapSerial.h"
#include "AESStream.h"
#include "BufferedStream.h"
#include "ForwardingStream.h"
#include "MemoryStream.h"
#include <gtest/gtest.h>
#include <numeric>
#include <vector>
static const std::array<uint8_t, 32> sc_... | [
"cmercenary@gmail.com"
] | cmercenary@gmail.com |
cec9a78c1cb7b225e06a0c7505d6e49240cf4428 | 4c41a7603e383cf6ffd7f4b98ee93dfc489ff600 | /NuEvent.h | 709fbffd9ebe9441a03bbf413b612af19851384d | [] | no_license | tjcarroll3/minos-class-test | 40ffe0c66dbd97b104be3d875c388a1f8952a6f9 | 3ff38c0aa53aad5966b1d701682f3519f29b7dc7 | refs/heads/master | 2023-03-07T13:25:42.029154 | 2021-02-16T22:36:14 | 2021-02-16T22:36:14 | 339,408,619 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 66,864 | h | ////////// ///////// ///////// //////// ///////// ///////// ///////// 72
////////////////////////////////////////////////////////////////////////
// Contact: Jeff Hartnell j.j.hartnell@rl.ac.uk
////////////////////////////////////////////////////////////////////////
#ifndef NUEVENT_H
#define NUEVENT_H
#include <casse... | [
"tom.carroll@wisc.edu"
] | tom.carroll@wisc.edu |
e94b959dd94dfc7841b8c2d8a1542f3f5367ddb4 | 2517090959409e9a09f69fb82821d80a4811220f | /include/playerlogiccomponent.h | 8c0767a98bd5662e34a2167ed801b58322c573dc | [
"MIT"
] | permissive | shawnhappy/dfs | 4458ca19d5e35f4179028bdf21f93009ffe2ea3f | 520063e5681de9471bb05543de10e4ce113f3f51 | refs/heads/master | 2021-01-13T03:46:38.386439 | 2015-08-14T20:48:16 | 2015-08-14T20:48:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 472 | h | #ifndef PLAYERLOGICCOMPONENT_H
#define PLAYERLOGICCOMPONENT_H
#include "baselogiccomponent.h"
#include <ncurses.h>
class PlayerLogicComponent : public BaseLogicComponent {
private:
virtual void act();
//This will hold any input given by the setInput() function
int input;
public:
PlayerLogicComponent();
//If ... | [
"morganfshirley@gmail.com"
] | morganfshirley@gmail.com |
e8dd16c84b1fecf955fe8721e0b126a85c38fc84 | 4f0eff2337ee0234ff0719fbd3bcdfe9918f06bc | /aeron-driver/src/main/cpp/MediaDriverMain.cpp | 7b423ada81fe9baec27405329b66ad39b18fc9fc | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | alperenyesil/Aeron | 2ab6ba7d2007cab55029c1e2993b50609ac14ffb | 78657a8b0538958618590e4ce1d3a20661b738c1 | refs/heads/master | 2021-01-21T01:49:46.479458 | 2016-02-09T18:53:25 | 2016-02-09T18:53:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,267 | cpp | /*
* Copyright 2014 - 2015 Real Logic Ltd.
*
* 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 agr... | [
"tmont@nard.net"
] | tmont@nard.net |
d84fa9d6bff3505b472ffd8580f89dc0dd393879 | 44cec87b41994351d75e266767d6bf2f3f3630a8 | /src/HyperElasticityB.h | 4298ff567ce8f529bd336df6a4f384e9e10f0c89 | [] | no_license | Psywah/anisotropy-elasticity | cd4c024180ab002944711d69978e9b14f62bb430 | f07c456a61a304d0ddee1fcd33e5eabbe21ef530 | refs/heads/master | 2021-01-12T05:40:41.776051 | 2019-03-17T00:51:38 | 2019-03-17T00:51:38 | 77,164,830 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 146,551 | h | // This code conforms with the UFC specification version 2017.1.0
// and was automatically generated by FFC version 2017.1.0.
//
// This code was generated with the option '-l dolfin' and
// contains DOLFIN-specific wrappers that depend on DOLFIN.
//
// This code was generated with the following parameters:
//
// a... | [
"psywah@gmail.com"
] | psywah@gmail.com |
851c8506ce2975f0438978bd28ee3170bdfffe6c | a8c0359a158771e6193cf1b094d498fe6c895e76 | /Unidad 1/Clase Caras/Contorno.cpp | 9e3db3611a79330b30be0f74ae0cda7f7423b478 | [] | no_license | AdrianAlzamora/Programacion_II_2020-2 | d0bdbd3e94542d50a1756f61227fe14f04442751 | 4bd56297eb41d61c77e115507b529e007da467b3 | refs/heads/master | 2022-12-24T13:47:58.731363 | 2020-10-10T15:50:54 | 2020-10-10T15:50:54 | 302,401,929 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,024 | cpp | #include "Contorno.h"
Contorno::Contorno() {
forma = (char)219;
}
Contorno::~Contorno() {}
void Contorno::setX(int _x) { x = _x; }
void Contorno::setY(int _y) { y = _y; }
void Contorno::setL(int _l) { l = _l; }
void Contorno::setColor(int _color) { color = _color; }
int Contorno::getX() { return x; }
int Contorno::... | [
"alzamoraadrian757@gmail.com"
] | alzamoraadrian757@gmail.com |
390ef6b18a4b7a4c3b7c566592dabde6983bbab0 | 04ac85e0f7d8a047298900148645a45fedd13764 | /c++/cha5/Train3.cpp | 830bea62b0d49ed43b6268fcde1f3011804f0f63 | [] | no_license | CodeTraning/summer | 867b4a228137f1be8bb9dea7557039c2e6112686 | 3e2ea939db94024ecd4062d4c3b867c2983366d6 | refs/heads/master | 2020-06-19T22:42:09.303618 | 2019-10-29T08:16:47 | 2019-10-29T08:16:47 | 196,901,991 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 492 | cpp | #include <iostream>
#include <string>
using namespace std;
int main() {
do {
cout << "请输入两个字符串:" << endl;
string s1, s2;
cin >> s1 >> s2;
if (s1.size() < s2.size())
cout << "长度较小的字符串是:" << s1 << endl;
else if (s1.size() > s2.size())
cout << "长度较小的字符串是... | [
"2530515974@qq.com"
] | 2530515974@qq.com |
e627bdcaf16de0201015947fa9f8828d68eb1045 | c03e353513c48679610e70da6034e7258cc065b2 | /Lab8/Domain/Shopping.h | 5cb089f59b79cfe02af40062aaf10faa7e7a5a87 | [] | no_license | LauraDiosan-CS/lab04-Adrian-Vasiliu | a7afe25aa32536076ebfc01a8260794ac23a4d04 | 8fdc804cc020d943122d7a47298cc191e07027ce | refs/heads/master | 2021-03-25T13:50:00.204889 | 2020-04-13T06:51:15 | 2020-04-13T06:51:15 | 247,624,332 | 0 | 0 | null | 2020-03-16T06:08:45 | 2020-03-16T06:08:40 | null | UTF-8 | C++ | false | false | 445 | h | #pragma once
#include <iostream>
#include "Order.h"
using namespace std;
class Shopping : public Order{
public:
Shopping();
Shopping(const string &, const string &, const list<string> &, int);
Shopping &operator=(const Shopping &);
bool operator==(const Shopping &);
bool operator<(const Shopping &... | [
"adrian.vasiliu.s@gmail.com"
] | adrian.vasiliu.s@gmail.com |
6ab7b048cb35ab0bc0c7c7d923dcf1a51873bd9a | d9f0884408b993db4326560dda83a6482caf861e | /11382_Little_Jungmin/main.cpp | c55382502d35a53d84600424964aa34d8509293e | [] | no_license | skysaver00/C-Algorithm-2021 | 9feb0b9f73ac47f960d48e5e60db5e6a35e320e7 | 10e6f61b7c213a92ef5eecb43b1046ce3b2a277f | refs/heads/master | 2023-09-03T00:17:08.755999 | 2021-11-11T08:18:41 | 2021-11-11T08:18:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 143 | cpp | #include <iostream>
int main() {
long long a, b, c;
std::cin >> a >> b >> c;
std::cout << a + b + c << std::endl;
return 0;
} | [
"skysaver00@naver.com"
] | skysaver00@naver.com |
7923c10945c0c4f98b119bee6023a4374ab94d36 | 0b7fd0e1314d442780395068305b511cf3f6d7ca | /src/vertical3d/brep/Face.h | 2be7ec209f5e9a677705e8c286085cacfb9508ba | [] | no_license | sigsegv42/v3dlibs | b1baa4b07df46d5168ed169b5ae95a5c4c693085 | 2fad4d38b1700442f0b15a6b8db200f1925dd1e9 | refs/heads/master | 2020-06-02T10:54:47.188214 | 2014-12-24T21:40:07 | 2014-12-24T21:40:07 | 1,419,110 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 533 | h | #ifndef INCLUDED_V3D_BREP_FACE
#define INCLUDED_V3D_BREP_FACE
#include "../3dtypes/Vector3.h"
namespace v3D
{
class Face
{
public:
Face();
Face(const Vector3 & normal, unsigned int edge);
~Face();
/*
bool selected(void) const;
void selected(bool sel);
*/
Vector3 normal(void) const;
v... | [
"j.wgasa@gmail.com"
] | j.wgasa@gmail.com |
c5f33e918c3e0467cdd1f9b92e594acf89274316 | 65e18b2ee5a81d92491c60cca2052c037a5d10dd | /Proj3/Graph.h | c44a2ca17d1e7cbaa72f0f5c7ede7b1182ddb6c3 | [] | no_license | dawsboss/COSC320 | c123ef2b563f52ed2a22ffe1313466a3c2a4c3bd | f5b9a864870fd977a1cff24db5bf886bc2291327 | refs/heads/master | 2023-02-22T07:23:00.512438 | 2021-01-26T00:29:29 | 2021-01-26T00:29:29 | 240,574,649 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,650 | h | #ifndef GRAPH_H
#define GRAPH_H
#include <iostream>
#include <map>//stdmap
#include <vector>//std::vector
#include <queue>//std::queue
#include <algorithm>//std::sort
#include <fstream>//read in File
template<class T>
class Graph{
private:
bool dir=true;//T == Dirrected | F == UnDirrected
bool DFSneeded=false;//... | [
"gdawson2018@gmail.com"
] | gdawson2018@gmail.com |
f046d68284625b4d8fb87a452533c5391f098483 | 658e7b32e91c2a32c5fa0abd70d6f6c640a819aa | /d01/ex03/Zombie.class.cpp | eb7835ba1c6d2acb05c30bd10767c162f454cf2f | [] | no_license | Truphino/cpp | 27b5adbbc61d23e8de2c87b686f6450ad18f0671 | f22b72ca126d7a4e61fe958d55c2672d67780179 | refs/heads/master | 2021-01-22T19:09:40.181461 | 2018-04-25T09:33:16 | 2018-04-25T09:33:16 | 85,172,784 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,272 | cpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* zombie.class.cpp :+: :+: :+: ... | [
"trecomps@student.42.fr"
] | trecomps@student.42.fr |
795da821defc44680c0496383c4ab4f641de938f | 49c423b422f2e2feac785e7c9ac2aee31f3c9331 | /object.cpp | a3ca9a5a72ac48d013cf14d0eb9e20b64c225c20 | [] | no_license | avttrue/ogltest6 | 3399de9c4a35f0e22c7594543830326bbf984857 | b0cd81855fef269f2e6c078c5431de217af41883 | refs/heads/master | 2020-06-10T19:06:42.953168 | 2019-06-25T13:44:51 | 2019-06-25T13:44:51 | 193,715,532 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,411 | cpp | #include "object.h"
#include<QOpenGLTexture>
#include<QOpenGLShaderProgram>
#include<QOpenGLFunctions>
Object::Object()
: m_VertexBuffer(QOpenGLBuffer::VertexBuffer), // это значение по-умолчанию
m_IndexBuffer(QOpenGLBuffer::IndexBuffer),
m_Texture(nullptr)
{
m_Scale = 1.0f;
}
Object::Object(cons... | [
"truetrifonov@yandex.ru"
] | truetrifonov@yandex.ru |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.