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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
52461ad31b269bdceb34a9e4a4cf2630c861f66a | 286c7126518a531affc0fda945c34d4553774495 | /multisort/solutions/multisort_mergesort_multiwaybranch_betterconst.cpp | aedcce93c945c40519980427b76b9f328d5df84c | [
"MIT"
] | permissive | indjev99/Competitive-Programming-Problems | fb5fe81089e80d737d3c24e6799d1aac583d22e1 | f5b3203fc2191ba946249af3505259f636f267ef | refs/heads/master | 2023-09-04T07:26:51.528481 | 2023-08-19T00:39:33 | 2023-08-19T00:39:33 | 171,058,102 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,467 | cpp | #include "multisort.h"
#include <algorithm>
#include <numeric>
#include <random>
std::mt19937 generator;
std::vector<int> compTemp;
std::vector<int> storeTemp;
std::vector<int> splits;
std::vector<int> idxs;
std::vector<int> toTake;
std::vector<int> taken;
std::vector<int> srcs;
void mergeSort(int* data, int n, int ... | [
"emil.indjev@gmail.com"
] | emil.indjev@gmail.com |
5a412747ab236d325e050d967989f923715373fc | a904f9c3b0e46bed017bf787ee3ea4d449adb9ab | /7 Wonders Duel/7 Wonders Duel/ActiveProgressTokens.h | 41904eb6d8763c00f8ac8b516cc3310d328ed660 | [] | no_license | rares221/7-wonders-duel | 44e210eb53dd3d7cad5c62e88a1249b70b668fc0 | 21fb6d92defc1c2e6aff30b8e09c4d417789e07c | refs/heads/main | 2023-02-15T03:55:41.897647 | 2021-01-07T18:44:51 | 2021-01-07T18:44:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 691 | h | #pragma once
#include <iostream>
#include <array>
#include <string>
#include"ProgressToken.h"
#include<vector>
#include <algorithm>
#include <random>
#include <chrono>
#include <ctime>
class ActiveProgressTokens
{
public:
ActiveProgressTokens() {}
void PopulateProgressTokens();
void ShuffleActiveTokens... | [
"rtaraburca@yahoo.com"
] | rtaraburca@yahoo.com |
2b87850cfce5f4cc32159098d9254cb18c870c51 | a638f8d01ba44be8a92541b6e52e8df7d9bd1b1a | /thread_yield/thread_yield.cpp | 790a9c1c67168d1edfc154bd30e5835a4905cacf | [] | no_license | SammyEnigma/C-11-Concurrency | 03a391f41dea9f76757108f8ebbd5dceff782c47 | fa2c0062a59697b7fc6eb4a0b3286acaab30906a | refs/heads/master | 2020-08-02T05:17:16.790417 | 2017-09-20T07:07:06 | 2017-09-20T07:07:06 | 211,246,200 | 0 | 0 | null | 2019-12-14T16:09:11 | 2019-09-27T05:56:36 | null | UTF-8 | C++ | false | false | 544 | cpp | // thread_yield.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <iostream>
#include <thread>
#include <atomic>
std::atomic<bool> ready(false);
void count1m(int id)
{
while (!ready)
{
std::this_thread::yield();
}
for (volatile int i = 0; i < 1000000; ++i)
{
}
s... | [
"dengsheng.wang@deepinfar.com"
] | dengsheng.wang@deepinfar.com |
e695226da3631a207d70b6fab5d21538dc1d4ce1 | a489e3c28cbdbdc68405c161d50db66744ed343c | /src/wallet/coinselection.h | 9bd3b769b2d12d830fcc85399843285711d33a49 | [
"MIT"
] | permissive | satcoin-dev/satcoin | 5284f9f13f3a8797b38f97aa5f3a7c074e648a7e | a68f5965a8c28cfcaf8855a661ea3f15de9ae7d5 | refs/heads/master | 2023-05-08T06:13:54.490717 | 2021-05-31T11:17:18 | 2021-05-31T11:17:18 | 329,268,860 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,685 | h | // Copyright (c) 2017-2018 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 SATCOIN_WALLET_COINSELECTION_H
#define SATCOIN_WALLET_COINSELECTION_H
#include <amount.h>
#include <primitives/trans... | [
"satcoindev@gmail.com"
] | satcoindev@gmail.com |
a449fa59332f80658d1eabec781a6652415e27d7 | 2203f9e82de6157d337aae1fdffcbb11def70a62 | /testdata/samplecdp/config/catering/submissions/accepted/cater.cpp | 500c9b9b673e69568fad747bc1ca46420ce41dce | [] | no_license | Kamo98/DIPLOM_NEW | c55b59ccd0610d4d2867619ca40c9fed0957a786 | 4434a43acedc44fc7b041214f66204a4936ffe6b | refs/heads/master | 2023-04-27T18:22:32.869058 | 2020-05-21T13:21:30 | 2020-05-21T13:21:30 | 265,855,486 | 0 | 0 | null | 2021-05-12T00:29:54 | 2020-05-21T13:27:35 | Java | UTF-8 | C++ | false | false | 3,262 | cpp | #include<iostream>
using namespace std;
const int MAXN = 100;
const int MAXK = 100;
const int MAXV = 10000000;
const long INF = MAXN*MAXV+1;
class Edge
{
public:
int dest;
long weight;
Edge *next;
Edge() :dest(-1), weight(0), next(0)
{}
Edge(int d, long w, Edge* n=0) : dest(d), weight(w), next(n)
{}
};
clas... | [
"avanesjan.k@gmail.com"
] | avanesjan.k@gmail.com |
302db66fe2615cac4b28587fff5c3af7a4e60be5 | 71653887a9d519e4dd65d86fb5c50fae1dcf0fce | /Source/Context.cpp | 639b21dc8ab1d7a26c7858c61d69e40cd26b8714 | [
"MIT"
] | permissive | Hopson97/Slonda-Man | 8b26662e56d7e7c9b2cdaf0a0953e5eb52138911 | 169f95b8db9f1cb694ab459973f98287e5979ab6 | refs/heads/master | 2022-07-01T07:02:16.141668 | 2018-12-18T07:37:57 | 2018-12-18T07:37:57 | 107,316,067 | 8 | 2 | MIT | 2022-06-18T17:52:31 | 2017-10-17T19:43:18 | C | UTF-8 | C++ | false | false | 684 | cpp | #include "Context.h"
#include "Glad/glad.h"
#include "GLLib/GLFunctions.h"
Context::Context()
{
sf::ContextSettings settings;
settings.antialiasingLevel = 0;
settings.majorVersion = 3;
settings.minorVersion = 3;
settings.depthBits = 24;
settings.stencilBits = 8;
//window.create(sf::VideoM... | [
"mhopson@hotmail.co.uk"
] | mhopson@hotmail.co.uk |
9d7b4a45e42a102094a849b5c19e0b85374b0a65 | 5cedacaa6142728a698dfaf3ac3210f183a17dbe | /CF200A.cpp | bce08ecd2fe1dc2e5b9df81056aa5de79f7ca229 | [] | no_license | ismail306/Codeforces-Solution | 96adfc1f6fe30db924366d694a255e013c61a6f0 | 36885ff80d4a9a564685893ed3c37e6b00823691 | refs/heads/main | 2023-03-28T01:39:53.657168 | 2021-03-28T10:14:33 | 2021-03-28T10:14:33 | 352,290,579 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 223 | cpp | #include<iostream>
using namespace std;
int main(){
int n,m,k;
cin>>n>>m>>k;
while(k--){
int x1,y1;
cin >>x1>>y1;
for(int i=x1;i<=n;i++)
for(int j=y1;j<=m;j++)
cout<<i<<" "<<j;
}
}
| [
"noreply@github.com"
] | ismail306.noreply@github.com |
136d12c68551aeb93d32e76fb299692e9d86eb0e | fb3c13324e6a6dd31cf20171e008c7f77fad913d | /2016/QtTest/BasicAlgebra/main.cpp | 4a0da7eb8144d00fa4a9e4473986cfa1796d0912 | [] | no_license | zhaofeng-shu33/tech-chores-archive | 4eb0aae27966d9c6e543a99ce8eef3cbc9ebc331 | 07ed63e552d535b03efdf17293f0194ff725ea2c | refs/heads/master | 2023-01-08T10:54:17.883093 | 2023-01-08T08:36:26 | 2023-01-08T08:36:26 | 253,170,849 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 201 | cpp | //use stack structure to realize basic algebraic computation.
#include <QString>
#include "stdio.h"
int main()
{
QString a("Hello world");
printf("%s",a.toStdString().c_str());
return 0;
}
| [
"616545598@qq.com"
] | 616545598@qq.com |
496f521a2ce3a58731b204970f84fb15768c27a3 | 55d8ae43f175c381e6846208f904916d4d365908 | /SDKPackage_OGLES2/TrainingCourse/13_FastTnL/OGLES2/Content/Mask.cpp | 6f6cea171771e0eb4ac92f7a2598121c62502252 | [] | no_license | anonymousjustice/pvr-pi | 404b1c73b6f83e4e6bf25432ed913e8a198beb8c | fbc9b6daaa44fe07c0bd6f897d7f7a87fe08f669 | refs/heads/master | 2016-08-06T20:43:44.778663 | 2013-02-14T10:31:26 | 2013-02-14T10:31:26 | 5,461,385 | 7 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 295,106 | cpp | // This file was created by Filewrap 1.1
// Little endian mode
// DO NOT EDIT
#include "../PVRTMemoryFileSystem.h"
// using 32 bit to guarantee alignment.
#ifndef A32BIT
#define A32BIT static const unsigned int
#endif
// ******** Start: Mask.pod ********
// File data
A32BIT _Mask_pod[] = {
0x3e8,0xb,0x502e4241,0x3... | [
"anon@justice"
] | anon@justice |
e8aa959d9e2778592c2aeef690bc37c373b1f4c6 | 6fb58cc2e11bd652c2839074cff5450901b06a7d | /src/main.cpp | 3331b2439d94ea71deefb2108fc2dba81b4ed9f8 | [] | no_license | dawnho/spaceboard | 58b103c5be5ec3964eb18f86a17756a1784e2b26 | 5f2eb699504cb34f0f42bf0c0d6c53afb8cf3a55 | refs/heads/master | 2020-03-21T04:36:38.819566 | 2018-06-07T07:58:56 | 2018-06-07T07:58:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,413 | cpp | /**
* Blink
*
* Turns on an LED on for one second,
* then off for one second, repeatedly.
*/
#include "Arduino.h"
#include "limits.h"
#include "Adafruit_NeoPixel.h"
#include "PacketSerial.h"
/*************** Data Types *********************/
static struct State {
State() : badCommandsReceived(0),
commands... | [
"igor47@moomers.org"
] | igor47@moomers.org |
499bf1c75b7b70b031f6548a60ecb1b8e8a5b23e | 9c615752e6e0cb71a93e74c138a55f56f638c43f | /main/GeneratedFiles/Debug/moc_huetagreaderwindow.cpp | af8252a841cfd581bd47cd3fd47eaabfdd25c085 | [
"MIT"
] | permissive | DrNeuroSurg/Huetag-Generator-And-Image-Based-Reader | 4df75949b3980e570999834e2da9faf2c6809076 | df38a7af0faf76a352a4ee004ebf9a726b89e6f6 | refs/heads/master | 2020-04-19T17:07:45.955425 | 2017-10-24T13:27:13 | 2017-10-24T13:27:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,306 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'huetagreaderwindow.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.8.0)
**
** WARNING! All changes made in this file will be lost!
**************************************************... | [
"dominicorga@gmail.com"
] | dominicorga@gmail.com |
d10b3c21bfacc94ac93661e43315e4d750d3cff8 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5658282861527040_0/C++/nhirokinet/bsmall.cpp | a38a253f06dff70a92c339f7f8f0e93417cd1f4d | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 847 | cpp | // {{{ Boilerplate Code <--------------------------------------------------
// vim:filetype=cpp:foldmethod=marker:foldmarker={{{,}}}
#include <algorithm>
#include <bitset>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <ctime>
#include <deque>
#include <functional>
#include <iomanip>
#include <iostream... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
328a65239d54b29d126e4d7a8923fb493dd3f8c1 | 4a36e8a7f598bb910a1cef0732702828106d98ca | /Dragon/include/operators/vision/lrn_op.h | c7ac603203c818f03cc4745b261602880f759263 | [
"BSD-2-Clause"
] | permissive | awesome-archive/Dragon | d5a5e737d63f71ba8b73306051aa9960d48e7447 | b35f9320909d07d138c2f6b345a4c24911f7c521 | refs/heads/master | 2023-08-21T09:07:58.238769 | 2019-03-20T09:01:37 | 2019-03-20T09:01:37 | 177,972,970 | 0 | 0 | BSD-2-Clause | 2020-01-13T03:40:54 | 2019-03-27T10:41:13 | C++ | UTF-8 | C++ | false | false | 4,905 | h | /*!
* Copyright (c) 2017-present, SeetaTech, Co.,Ltd.
*
* Licensed under the BSD 2-Clause License.
* You should have received a copy of the BSD 2-Clause License
* along with the software. If not, See,
*
* <https://opensource.org/licenses/BSD-2-Clause>
*
* --------------------------------------------------... | [
"ting.pan@seetatech.com"
] | ting.pan@seetatech.com |
c99fb2082c8bc094ef7f6ed2f156ad03f78037ee | 4389e93f891bee5dc277e5038308426630e682bf | /peldak/binarysearch.cpp | d979a0a19bc99eb75ba00db8816f12fb8861283f | [] | no_license | cr-lupin/cppgyakorlat | 8f28b35dd3f1e1a84643b224cfafeb6e6c44bbf6 | fcdc7ace055b3659fc986db5ac35d9b25cdabebc | refs/heads/master | 2021-01-24T11:22:02.252819 | 2018-03-01T09:07:03 | 2018-03-01T09:10:34 | 70,221,715 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 300 | cpp | #include <vector>
bool bs(const std::vector<int>& v, int l, int h, int elem)
{
if (l > h) return false;
int mid = (l + h) / 2;
if (v[mid] == elem) return true;
if (v[mid] < elem)
return bs(v, mid + 1, h, elem);
else
return bs(v, l, mid - 1, elem);
}
| [
"lupin@ludens.elte.hu"
] | lupin@ludens.elte.hu |
60e18f5a43e139fd1b0e2bf63666633a4d9a908e | a24b3f9b33f511c9535da507d9a8cfcccf1e22ab | /third_party/aten/src/ATen/native/Convolution.cpp | b65759249a2945fd23d1a142523b662f56e35103 | [
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause"
] | permissive | goswamig/caffe2 | 2ba9cc0a0bc7f4630edf3c9656f33be647103287 | cde7f21d1e34ec714bc08dbfab945a1ad30e92ff | refs/heads/master | 2022-12-23T02:57:02.567179 | 2018-04-22T23:32:47 | 2018-04-22T23:32:47 | 130,613,179 | 0 | 1 | NOASSERTION | 2022-12-09T11:20:08 | 2018-04-22T22:31:24 | Jupyter Notebook | UTF-8 | C++ | false | false | 25,723 | cpp | #include "ATen/ATen.h"
#include "ATen/NativeFunctions.h"
#include "ATen/Config.h"
#if AT_CUDNN_ENABLED()
#include "THC/THC.h"
#include "ATen/cudnn/cudnn-wrapper.h"
#endif
#if AT_NNPACK_ENABLED()
#include "nnpack.h"
#endif
namespace at { namespace native {
struct ConvParams {
std::vector<int64_t> stride;
std::ve... | [
"gautamnitc@gmail.com"
] | gautamnitc@gmail.com |
ec99f3e95043e9cec47243ea02ffd8b9327e6b20 | 2297110bfad913d670b040943afc8b8f32c6bba5 | /Inroductory Problems/Two Sets/main.cpp | 1904db551de8ac105f274cec8ba851edd572da1e | [] | no_license | thanhtoan1742/CSES | eb2a2223f5ee1c18411439868877eaa09eed8650 | 2d30deb140b15f0691bade8118fc546da5c47817 | refs/heads/master | 2023-09-05T16:05:46.447411 | 2021-11-21T02:41:40 | 2021-11-21T02:41:40 | 299,819,379 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,333 | cpp | #include <bits/stdc++.h>
#define sqr(a) ((a) * (a))
#define minimize(a, b) a = min((a), (b))
#define maximize(a, b) a = max((a), (b))
using namespace std;
template<typename T>
void print(T arg) { cout << arg; }
template<typename T, typename ...Ts>
void print(T arg, Ts ...args) {
cout << arg << ' ';
print(ar... | [
"thanhtoan1742@gmail.com"
] | thanhtoan1742@gmail.com |
0b2eef0556cb54775d43a7c0a368a8fe812761e4 | f1dc15c8b9907212f0e6cc07ab1d6b80d334a028 | /A5/tutorials/SDL/SDL_OGL.cpp | d9b85fed31be22c8f0fc8fdeef7334e98bbef2ab | [] | no_license | gcbsumid/Graphics-Assignments | 3d2114b1a2981dca9028df309fd51b8f83fe68bc | 30904780326c5a4b4b69001daaab25ff36091750 | refs/heads/master | 2020-05-18T17:58:18.581481 | 2013-12-02T22:54:48 | 2013-12-02T22:54:48 | 13,566,255 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,412 | cpp | /* ***************************************************************
*
* File : SDL_OGL.cpp
*
* Author : Tiberiu Popa
* J. Alexander Clarke
* Date : June 18th, 2002
*
* Modified:
*
* Purpose: Implementation file for SDl with OpenGL framework
*
* Notes: Based on an SDL tutorial from SDL's web site
*
*... | [
"gcbsumid@gmail.com"
] | gcbsumid@gmail.com |
f4d8b0fd170d1532e64f77ddbc7c3a46186b46af | 701e220bb13e5efdc0de945a8d179d53f81d94bb | /42/Nibbler/hdezier-erobert/game/incs/IGUINibbler.hpp | 82c6647156e1bda026c4615894473cce0cbd1894 | [] | no_license | Elojah/Meuh2.0 | 486273ac9d5192c6f945f5ed9a56b3582f2aafb0 | 1706b6cd96deb56af8ab5b2164c05584435c7e35 | refs/heads/master | 2021-01-11T18:20:18.614432 | 2017-05-19T14:35:10 | 2017-05-19T14:35:10 | 28,937,663 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,343 | hpp | // ************************************************************************** //
// //
// ::: :::::::: //
// IGUINibbler.hpp :+: :+: :+: ... | [
"erobert@student.42.fr"
] | erobert@student.42.fr |
0af8fe30a0ed050264b563e44bab2ee039e48623 | 140d78334109e02590f04769ec154180b2eaf78d | /aws-cpp-sdk-dynamodbstreams/include/aws/dynamodbstreams/DynamoDBStreamsClient.h | 543c442f8047b9f537c273132a10e5d4a75356d4 | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | coderTong/aws-sdk-cpp | da140feb7e5495366a8d2a6a02cf8b28ba820ff6 | 5cd0c0a03b667c5a0bd17394924abe73d4b3754a | refs/heads/master | 2021-07-08T07:04:40.181622 | 2017-08-22T21:50:00 | 2017-08-22T21:50:00 | 101,145,374 | 0 | 1 | Apache-2.0 | 2021-05-04T21:06:36 | 2017-08-23T06:24:37 | C++ | UTF-8 | C++ | false | false | 17,799 | h | /*
* Copyright 2010-2017 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 |
a46bcdb7825e822daf5a494d380b4379a5182285 | aaf86162b5f90e5d3358d9629a84a5af8feaf14b | /HduTraining/2(快速幂)/1001/main.cpp | e792752d1ee1b1f450df831a5f7296b48dfaf60a | [] | no_license | Linsenx/AcmCodes | ffbd5b5b634a693d9d5e8af680dfc8657085f2e1 | 08f6c708c9b47a3e8234dc2f9d2534344c0597c5 | refs/heads/master | 2021-09-14T11:57:43.707852 | 2018-05-13T06:04:00 | 2018-05-13T06:04:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,776 | cpp | #include <iostream>
#include <vector>
#include <stdio.h>
using namespace std;
const int MOD = 10000;
struct matrix
{
int row; //行
int col; //列
int m[10][10];
};
matrix mul(matrix a, matrix b)
{
matrix ret;
ret.row = a.row;
ret.col = b.col;
for(int i = 0; i < a.row; ++i) {
for(int j = 0; j < b.col;... | [
"1279707779@qq.com"
] | 1279707779@qq.com |
7f12806cdd670b15aadb12622b42e7fdc742ad85 | 5e1dee44b9f5708793b1da7c84b66bf363312daf | /include/cxxhttp/http-error.h | 534cdaa244e78e8641c17130cfd9c79a62eb157c | [
"MIT"
] | permissive | dbc60/cxxhttp | 0c4841f0797433ba7812a37f2acfabd89049c016 | d874b17e6c2bbf7d66983d43944c53b105aec51b | refs/heads/master | 2021-04-15T18:51:44.918670 | 2017-06-25T17:13:40 | 2017-06-25T17:13:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,400 | h | /* HTTP error handling.
*
* Provides some abstractions to send back errors to clients.
*
* See also:
* * Project Documentation: https://ef.gy/documentation/cxxhttp
* * Project Source Code: https://github.com/ef-gy/cxxhttp
* * Licence Terms: https://github.com/ef-gy/cxxhttp/blob/master/COPYING
*
* @copyright
*... | [
"magnus@ef.gy"
] | magnus@ef.gy |
e19529e10373433464b4201e322eb3a495b11821 | 693bd39eb66eade67997bc608fe84e76e66eeec2 | /mpp/base/mpp_task.cpp | 4a2b597388763d51ba89fa13f2d16c5e2c5377c3 | [] | permissive | HermanChen/mpp | 6a1751777b120b764f86e0f34975231054a3c262 | 0af9b5becc76c4685831214808e124e65543297b | refs/heads/develop | 2023-08-17T07:17:49.489974 | 2023-07-31T08:26:14 | 2023-08-11T07:38:17 | 71,088,248 | 139 | 79 | Apache-2.0 | 2023-03-08T09:44:01 | 2016-10-17T01:13:37 | C | UTF-8 | C++ | false | false | 4,028 | cpp | /*
* Copyright 2015 Rockchip Electronics Co. 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... | [
"herman.chen@rock-chips.com"
] | herman.chen@rock-chips.com |
12cea8ec584bdbf993582c7d8963d07ef0c3df08 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/libstdc++-v3/testsuite/20_util/is_pod/deprecated-2a.cc | 0176d24f478954df5fe3c8c27b5088d0c245fe61 | [
"LGPL-2.1-only",
"GPL-3.0-only",
"GCC-exception-3.1",
"GPL-2.0-only",
"LGPL-3.0-only",
"LGPL-2.0-or-later",
"Zlib",
"LicenseRef-scancode-public-domain"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C++ | false | false | 1,047 | cc | // Copyright (C) 2020-2022 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU General Public License as published by the
// Free Software Foundation; either version 3, or (at your op... | [
"rink@rink.nu"
] | rink@rink.nu |
47b483a24d00733eddaec599d6c1eadae0e8e7a1 | 0e202eb9c800607c175efdafd713ec6427fadaa4 | /image_test/src/hello.cpp | dd8f2952724338d7294fcb4e34995ccb489b8f6d | [] | no_license | alvin113/4gNetComu | 9104fe67cc6a1ece084ae0ad379c777a7386d142 | 44b0644cd76d50864cd6c17dd1f2e4553a925316 | refs/heads/master | 2021-01-11T22:57:48.957703 | 2017-01-10T12:09:30 | 2017-01-10T12:09:30 | 78,529,015 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 659 | cpp | #include <ros/ros.h>
#include <image_transport/image_transport.h>
#include <cv_bridge/cv_bridge.h>
#include <sensor_msgs/image_encodings.h>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/core/core.hpp>
#include <vector>
#include <stdio.h>
#include <stdlib.h>
int main(in... | [
"dragonriver113@163.com"
] | dragonriver113@163.com |
898bdcf864b0c2c4488a4af556f62ec01505b0a6 | 13771efbe4bd2803f21b75c0edb621a0d68d0f6c | /그래프/교환_그래프_1039.cpp | 41a67a62aa9a1b6d96d46d198f2944f370e91779 | [] | no_license | Flare-k/Algorithm | f6e597bcb376d8c0f50e91556cadf2cceadd786c | 64ab13c5304712292c41a26a4347f010d70daf98 | refs/heads/master | 2023-04-08T21:05:08.130284 | 2023-04-03T13:57:01 | 2023-04-03T13:57:01 | 236,532,243 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,190 | cpp | #include <iostream>
#include <vector>
#include <queue>
#include <algorithm>
using namespace std;
int maxx = 0;
const int MAX = 1000001;
bool check[MAX][11];
int K, M;
string target;
struct Node {
string num;
int level;
};
void bfs() {
queue<Node> q;
q.push({target, 0});
while (!q.empty()) {
... | [
"rokkyw@naver.com"
] | rokkyw@naver.com |
297ad97a3cd5b0d7a02e001893560f8022c09209 | cf4feadb28100d7885a51968596151ffb500a30d | /Week08/steering/src/Vehicle.h | 1788e7d91bad653ef02d4feec1abbcf603229350 | [] | no_license | hsab/dt_openframeworks_2017 | 023047443c60a38016689dbda73ecb8cdd41e115 | fecce684610c8112f479fd63b7c32ffa4d057b29 | refs/heads/master | 2020-03-22T18:57:22.317179 | 2017-12-14T21:00:35 | 2017-12-14T21:00:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 435 | h | #pragma once
#include "ofMain.h"
class Vehicle {
public:
Vehicle() {}
~Vehicle() {}
void setup();
void update();
void draw();
void applyForce (ofVec3f force);
// steering - vehicle applies force to itself:
void seek (ofVec3f target); // seek a target
void avoid (ofVec3f obstacle);... | [
"henrytyler@gmail.com"
] | henrytyler@gmail.com |
da8d09bdfbe440b32660136cb1c2d074dbf7bbb3 | 9423c691f8730956cf3bd3f5c5c29db0d59262fd | /code/graphics/cylinder/Application.h | 2fbbccf2a13ba9b47439e11a616cc149180bd978 | [] | no_license | asandler/mipt | bf31d8271f04e41e5887161a43f677bfd381e684 | 761e43b85c0afe03ffead9927a20573e5b19c4c6 | refs/heads/master | 2021-09-16T18:39:07.278068 | 2018-01-03T14:29:32 | 2018-01-03T14:29:32 | 109,857,417 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,642 | h | #pragma once
#define GLM_FORCE_RADIANS
#include <GL/glew.h> // include GLEW and new version of GL on Windows
#include <GLFW/glfw3.h> // GLFW helper library
#include <iostream>
#include <fstream>
#include <string>
#include <sstream>
#include <vector>
#include <stdio.h>
#include <stdlib.h>
#include <string... | [
"asandler@yandex-team.ru"
] | asandler@yandex-team.ru |
5c75ff96f55de1ba5acdf168b0c3951a1b66737f | 5c93333a71b27cfd5e5a017f29f74b25e3dd17fd | /SPOJ/QUEST4.cpp | 3b7fc5180c12f91d7cbe92ab6ed5d9bf6790f43e | [] | 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 | 1,845 | 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 |
a5bfbff0508ac11b9513aaf45561af913bf7918b | dcc4901380e87e1e06e4255362faa5ed329fa732 | /MFSimStatic/Headers/Router/lee_router.h | c2c6f0b275a662a22f27cfbd67b37dcd54fbc474 | [] | no_license | jrswain85/MFSimStatic | 521fbba792870be98021cd83288eda478dc1102c | 9f6ad005ac1820679c9213aebad5557448089ed7 | refs/heads/master | 2020-03-29T04:52:26.899477 | 2018-09-20T04:59:49 | 2018-09-20T04:59:49 | 149,553,231 | 0 | 0 | null | 2018-09-20T04:53:49 | 2018-09-20T04:53:49 | null | UTF-8 | C++ | false | false | 928 | h | /*
* lee_router.h
*
*
*/
#ifndef LEE_ROUTER_H_
#define LEE_ROUTER_H_
#include "../Testing/elapsed_timer.h"
#include "post_subprob_compact_router.h"
#include <stack>
#include "router.h"
//Struct similar to SoukupCell but instead it holds an int called val which marks how far away the source cell is
//from the L... | [
"microfludics@cs.ucr.edu"
] | microfludics@cs.ucr.edu |
367091c6957dd9fcc61424bd6fdffd6528a92360 | f11ed31357628473e0bfb89902bc9c94157c6c59 | /Poker_Card/Poker_Card_1.1/Poker_Card/PlayingCard.cpp | 45130e9d50f771df0d52c4a02493e7c7c59763ef | [] | no_license | ChouJustice/WinForm-Project | 06da737d6e31578b257955c3c8917691c1777e6f | e923d7c1a70e3420664574a9bd3bcee074aa7135 | refs/heads/master | 2020-03-15T19:56:18.445743 | 2018-08-20T06:41:49 | 2018-08-20T06:41:49 | 132,320,836 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 672 | cpp | #include "StdAfx.h"
#include "PlayingCard.h"
#include "Deck.h"
PlayingCard::PlayingCard(void)
{
playingCard = gcnew array<Card^> (10);
dealCard();
}
void PlayingCard::dealCard(void)
{
Deck^ myDeck;
myDeck = gcnew Deck();
int i;
for(i=0;i<10;i++)
{
playingCard[i] = gcnew Card();
playingCard[i] = myDec... | [
"z42442412@gmail.com"
] | z42442412@gmail.com |
69a4b3ba98d19cbfd8dbab667ecac7d48e5e6ab3 | 21dfd5124c2f05ef5f98355996dc2313f1a29f5a | /Src/Representations/Infrastructure/TeamMateData.h | dafd9a5e4f55de9be47278818d75c003db9224eb | [
"BSD-2-Clause"
] | permissive | fabba/BH2013-with-coach | 50244c3f69135cc18004a1af9e01604617b6859f | 88d7ddc43456edc5daf0e259c058f6eca2ff8ef6 | refs/heads/master | 2020-05-16T03:21:29.005314 | 2015-03-04T10:41:08 | 2015-03-04T10:41:08 | 31,651,432 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,788 | h | /**
* @file TeamMateData.h
* Declaration of a class representing information about the teammates.
* @author Colin Graf
*/
#pragma once
#include "Representations/Modeling/RobotsModel.h"
#include "Representations/Modeling/RobotPose.h"
#include "Representations/Modeling/ObstacleModel.h"
#include "Representations/Mod... | [
"fab_v_cool@hotmail.com"
] | fab_v_cool@hotmail.com |
7c2be571369f3cc3ae47ca30975d73fe4913d021 | 52ca17dca8c628bbabb0f04504332c8fdac8e7ea | /boost/phoenix/scope/preprocessed/lambda_40.hpp | 7961055459f25ef360b2bbefa99ae3b518f99c10 | [] | no_license | qinzuoyan/thirdparty | f610d43fe57133c832579e65ca46e71f1454f5c4 | bba9e68347ad0dbffb6fa350948672babc0fcb50 | refs/heads/master | 2021-01-16T17:47:57.121882 | 2015-04-21T06:59:19 | 2015-04-21T06:59:19 | 33,612,579 | 0 | 0 | null | 2015-04-08T14:39:51 | 2015-04-08T14:39:51 | null | UTF-8 | C++ | false | false | 82 | hpp | #include "thirdparty/boost_1_58_0/boost/phoenix/scope/preprocessed/lambda_40.hpp"
| [
"qinzuoyan@xiaomi.com"
] | qinzuoyan@xiaomi.com |
65868448de6332c204f1290276d8324d758693f5 | d374c5b0caf4c375069f77c0efc6fc08867a3635 | /Converters/DisneyResearchLightFieldToMVE/Main.cpp | 671d4fce5c9f22eedaf23f481af2f8c6bb695230 | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | namibj/TSR | 7466750b09caaf1d470d0f042c7e60877fcf8fc4 | df14f4a9fc175b2a6b0c14b3ace924f2364afe7b | refs/heads/master | 2021-07-20T03:02:56.959890 | 2020-07-01T17:37:42 | 2020-07-01T17:37:42 | 195,549,270 | 0 | 0 | NOASSERTION | 2019-07-06T14:36:14 | 2019-07-06T14:36:14 | null | WINDOWS-1252 | C++ | false | false | 5,283 | cpp | /*
* Copyright (C) 2017 by Author: Aroudj, Samir
* TU Darmstadt - Graphics, Capture and Massively Parallel Computing
* All rights reserved.
*
* This software may be modified and distributed under the terms
* of the BSD 3-Clause license. See the License.txt file for details.
*/
#include "Math/Vector3.h"
#include ... | [
"samir.aroudj@gris.informatik.tu-darmstadt.de"
] | samir.aroudj@gris.informatik.tu-darmstadt.de |
4f8b45d69df90447a70f34981eb02398335b2e4e | 8b0aa0a3143f7f57da837dff6a7bb31f65005b9c | /export/linux/obj/include/hx/strings/AnsiState.h | d0fef990efa3377b605e45584dfdab2657437620 | [] | no_license | HedgehogFog/HaxePolygon | 124f58641ecf09f7cd5b13b612d01e843c4b7d45 | 0812c7d663985148e142611da197016b59492ad9 | refs/heads/master | 2020-04-26T02:26:59.219400 | 2019-03-01T07:38:25 | 2019-03-01T07:38:25 | 173,235,066 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 2,407 | h | // Generated by Haxe 3.4.7
#ifndef INCLUDED_hx_strings_AnsiState
#define INCLUDED_hx_strings_AnsiState
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS2(hx,strings,AnsiState)
HX_DECLARE_CLASS2(hx,strings,AnsiToHtmlRenderMethod)
namespace hx{
namespace strings{
class HXCPP_CLASS_ATTRIBUTES AnsiState_obj :... | [
"hedgehog_fogs@mail.ru"
] | hedgehog_fogs@mail.ru |
a96c2b5db7092baddba4c6d62e1f2110a5341e34 | e9d3bd92027e63033929ab9dc97f38473f8ef0ef | /GTE/Samples/Physics/FreeTopFixedTip/FreeTopFixedTipWindow3.h | a2dee9a04ac9f399a328fb9712d7786028c12030 | [
"BSL-1.0"
] | permissive | cbullo/GeometricTools | 77107de654a012649d05ea248caefe581cc7fde4 | 53d82425c3d27a4301f7390754c7fc440734d53f | refs/heads/master | 2023-08-27T22:05:04.268917 | 2021-10-19T20:48:34 | 2021-10-19T20:48:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,246 | h | // David Eberly, Geometric Tools, Redmond WA 98052
// Copyright (c) 1998-2021
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
// https://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
// Version: 4.0.2019.08.13
#pragma once
#include <Applications/Window3.h>... | [
"deberly@geometrictools.com"
] | deberly@geometrictools.com |
265296eb5cfbe615a5e7dec0e1678d1a8bc0a2b9 | 102eae403665433dc48f48196a7e9210ca344678 | /MultiThreads/Generated Files/winrt/impl/Windows.Security.ExchangeActiveSyncProvisioning.0.h | 2d73a28329bde5c9fcd9d457d45b161b44bfca25 | [] | no_license | AIchemists/multiThreads | 5fd583c46314296cc745d3afa23dbe1994dff9f6 | df57a18dff84cd51eda31184a9ba1c811d30e2c0 | refs/heads/master | 2022-12-18T16:09:57.390044 | 2020-09-22T01:57:58 | 2020-09-22T01:57:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,541 | h | // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.200917.4
#ifndef WINRT_Windows_Security_ExchangeActiveSyncProvisioning_0_H
#define WINRT_Windows_Security_ExchangeActiveSyncProvisioning_0_H
WINRT_EXPORT namespace winrt::Windows::Foundation
{
template <typename TResult> struct __declspec(... | [
"jicheng@yahoo.com"
] | jicheng@yahoo.com |
d51b96693aa864ab2b54d659621cf7a708833a4c | 7df30808431f94b8e45ee381f2c47269c42797a7 | /bitonicSort64/solution1/sim/autowrap/testbench/bitonic32Dec.cpp_pre.cpp | 76033f69b3a317e390323dbb79ac14aa83167afe | [] | no_license | piyushkumarhcu/BItonic-Sort-64IO | 5e2196d91832a01ffd375e5b5245b6357bfb0b21 | 28e16f87889dfe0cf9ef618d9f0e898bf909c103 | refs/heads/master | 2023-03-08T08:14:26.016896 | 2021-02-23T08:18:57 | 2021-02-23T08:18:57 | 286,395,627 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,693,672 | cpp | # 1 "/afs/cern.ch/user/p/piyush/work/bitonic64/src/bitonic32Dec.cpp"
# 1 "<built-in>"
# 1 "<command-line>"
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 1 "<command-line>" 2
# 1 "/afs/cern.ch/user/p/piyush/work/bitonic64/src/bitonic32Dec.cpp"
# 1 "/afs/cern.ch/user/p/piyush/work/bitonic64/src/bitonicSort.h" 1
# 1 "/data/... | [
"piyush_kumar@uohyd.ac.in"
] | piyush_kumar@uohyd.ac.in |
f1ba445f0854bc3d604fd115accf6d01d0006f89 | 29c0a5a7c52f7dfb5bb33c94022627bccedbd459 | /CPPStaticLibrary/Student.h | bdd976322103ad77207aa5e859d465cc28b548e5 | [] | no_license | pavlexander/cpp_clr_tests | 30ac72c57fe5cf0da019115ca148253e4d77455a | 16ff0b8d0f6302a6d35702e0ec8264346e16e6e7 | refs/heads/master | 2021-01-09T18:38:47.083201 | 2020-02-22T21:07:11 | 2020-02-22T21:07:11 | 242,410,896 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 540 | h | #pragma once
#include <cstring>
#include <iostream>
class Student
{
private:
char *_fullname;
double _gpa;
public:
Student(char *name, double gpa)
{
_fullname = new char[strlen(name) + 1];
//strcpy(_fullname, name);
strcpy_s(_fullname, strlen(name) + 1, name);
_gpa = gpa;
std::cout << "Name is... | [
"a.pavlenko@intrum.com"
] | a.pavlenko@intrum.com |
19a6e83e1becee3fee6765dc8ccdebdda7f71303 | 8f4cc085e96342a1ca9f82822f9cc26d0fe1ac77 | /LAB3/CODE/Sequence1.cpp | a73428b5a01006bca9306edf382bd9832336072a | [] | no_license | josueRodriguez18/CS264 | 21599cd489d4e15bd5d07642016603833ab11af4 | ac7ac1d24da75c2fd7e53f671e2d3558b98c27e2 | refs/heads/master | 2020-03-22T03:37:23.904079 | 2019-12-18T18:48:04 | 2019-12-18T18:48:04 | 139,442,349 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 367 | cpp | #include<iostream>
using namespace std;
int main(){
int size;
cout << "Please input the size of the sequence: ";
cin >> size;
double *p = new double[size];
cout << "\n Please input your sequence elements now: ";
for(int i = 0; i < size; i++){
cin >> p[i];
}
for(int i = size - 1; 0 <= i; i++){
... | [
"josue.a.rodriguez@ttu.edu"
] | josue.a.rodriguez@ttu.edu |
66a2a0cd7136091b5b0f778bf9bc2a6e33a6fbab | e9ce970d4690c49acd5141e5608925924c41eca6 | /CPP/HelloCpp2/chapter_38/namespace_divid.cpp | f9052bbcfd40c6fb43f2ac51751f0ab373eeef7f | [
"MIT"
] | permissive | hrntsm/study-language | 8422f2fa5ad45521031dd32334463736107a012f | 922578a5321d70c26b935e6052f400125e15649c | refs/heads/main | 2023-08-30T02:10:26.585375 | 2021-11-18T12:47:58 | 2021-11-18T12:47:58 | 341,214,562 | 1 | 0 | MIT | 2021-02-23T01:41:40 | 2021-02-22T13:45:32 | Python | UTF-8 | C++ | false | false | 341 | cpp | #include <iostream>
using namespace std;
namespace Kitten
{
class Kitty
{
};
const char *str = "Kitty on your lap\n";
}
namespace Kitten
{
void sakura()
{
cout << "CC Sakura\n";
};
} // namespace Kitten
int main()
{
Kitten::Kitty obj;
cout << Kitten::str;
Kitten::sakur... | [
"contact@hrntsm.com"
] | contact@hrntsm.com |
3722f5d33d8e70174a2a53ce3b58cacd2830f112 | 99d054f93c3dd45a80e99be05f3f64c2c568ea5d | /Online Judges/URI/2631/main.cpp | a6b7ae520f9811177a46ddb2480efa6eb6f0e4e3 | [
"MIT"
] | permissive | AnneLivia/Competitive-Programming | 65972d72fc4a0b37589da408e52ada19889f7ba8 | f4057e4bce37a636c85875cc80e5a53eb715f4be | refs/heads/master | 2022-12-23T11:52:04.299919 | 2022-12-12T16:20:05 | 2022-12-12T16:20:05 | 117,617,504 | 74 | 21 | MIT | 2019-11-14T03:11:58 | 2018-01-16T01:58:28 | C++ | UTF-8 | C++ | false | false | 532 | cpp | #include <iostream>
#include <set>
using namespace std;
int main()
{
int qtd, va;
set<pair<int,string>>co;
string name;
while(cin >> qtd) {
co.clear();
while(qtd--) {
cin >> name >> va;
co.insert(make_pair(va,name));
}
set<pair<int,string>>::it... | [
"annelivia16@gmail.com"
] | annelivia16@gmail.com |
d6c1b5d1afd2bff52883a3ff4685a1942c15169c | 0a61b0d042340404440c9616427e8521a32e2ade | /Generator.h | 5c73af4f5fe8f43a254531fa7d5495529b35a1ba | [] | no_license | wisnia01/World-simulation | a030c1d97e0ba2b793b3e5fb859c231f14e36aab | 5805fa8694b362786d341dc08d39acc57b914e47 | refs/heads/main | 2023-05-24T00:37:20.838086 | 2021-06-17T20:26:45 | 2021-06-17T20:26:45 | 377,952,603 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 192 | h | #pragma once
#include <iostream>
#include "World.h"
using namespace std;
class Generator
{
private:
World* world;
public:
Generator(World* world);
void Generate();
void GenerateSet();
}; | [
"83726628+wisnia01@users.noreply.github.com"
] | 83726628+wisnia01@users.noreply.github.com |
8d83c8c3feda3f8e2d1d79c5678e9693da178d4a | 141566e481987a01285e695e050939a6faac5c2f | /LAB_5/LAB_5/main.cpp | e284c3a253a5367a2a3db3a183826a0ecfaf9056 | [] | no_license | AnjeyNov/APK | ad3fbe4da934f2dfb5d2d791d5ad70878c4306c9 | 6e618ebc75f5820dd61b53375b3c319866a12fe5 | refs/heads/master | 2020-04-25T10:57:33.070549 | 2019-04-03T06:57:44 | 2019-04-03T06:57:44 | 172,728,104 | 1 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 5,555 | cpp | #include <dos.h>
#include <ctype.h>
#include <stdio.h>
#include <conio.h>
#include <string.h>
#include <stdlib.h>
int milsec = 0;
void interrupt(*oldI70h)(...);
void interrupt newI70h(...) {
milsec++;
outp(0x70, 0x0C); // Если регистр C не будет прочитан после IRQ 8,
inp(0x71); // тогда прерывание не случ... | [
"AnjeyNov@gmail.com"
] | AnjeyNov@gmail.com |
f26b77874c4cddb0809f599e7b99f974361cd718 | 49ff67e45878b59ae0cd181e4934f4f885894649 | /Source/GCC4/LUAScripting/ScriptEvent.h | c3bb8c4acb3214410a9ba8bceaa7763e923e6e8f | [] | no_license | Flyling96/GameCode4_Study | ceb151320f0488d98600606f0793b21b478f3de2 | 67ea1de112b2aebcaf55969f4d62f127a8ddca47 | refs/heads/master | 2020-04-03T09:40:51.881485 | 2018-10-29T08:21:34 | 2018-10-29T08:21:34 | 155,172,955 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,178 | h | #pragma once
//========================================================================
// ScriptEvent.h
//
// Part of the GameCode4 Application
//
// GameCode4 is the sample application that encapsulates much of the source code
// discussed in "Game Coding Complete - 4th Edition" by Mike McShaffry and David
// "Rez" G... | [
"963452757@qq.com"
] | 963452757@qq.com |
3cb5cf41d2c9807566bcca3a3cf367e96ce1edb8 | ac140a854c180f0c6c0ff0f35518c18e32a43758 | /CppConcurrencyInAction/paragraph_3_3_1.cpp | cec310f678b3670a57e3e166af04b6b634931160 | [] | no_license | klasing/MnistExample | 53bd4e6316b513889acd77a5549082863c643435 | 720479f6768c15fa6e63fafd415b5a2bcff3dfa9 | refs/heads/master | 2020-04-22T00:29:18.102857 | 2019-06-30T18:41:17 | 2019-06-30T18:41:17 | 169,981,063 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 343 | cpp | #include <iostream>
#include "listing_3_11.cpp"
#include "listing_3_12.cpp"
using namespace std;
inline void paragraph_3_3_1() {
cout << "3.3.1 Protecting shared data during initialization" << endl;
cout << "--------------------------------------------------" << endl;
ns_listing_3_11::listing_3_11();
ns_listing_... | [
"klasing1959@gmail.com"
] | klasing1959@gmail.com |
a5e805ea2c8ed93a98db30390ac3256116ceafdf | c9cf0586ace11aa32fa67606d237a130a06364ee | /circular-cylinder-2-40/0.9/p | 7938db638b16ba1db17cf144e3afb61ed495cb5b | [] | no_license | jezvonek/CFD-Final-Project | c74cfa21f22545c27d97d85cf30eb6dc8c824dc1 | 7c9a7fb032d74f20888effa0a0b75b212bf899f4 | refs/heads/master | 2022-07-05T14:43:52.967657 | 2020-05-14T03:40:56 | 2020-05-14T03:40:56 | 262,370,756 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 95,930 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6.0
\\/ M anipulation |
\*-----... | [
"danieler@login3.stampede2.tacc.utexas.edu"
] | danieler@login3.stampede2.tacc.utexas.edu | |
5f795223f3f012a6446a199dc40c5b57c40fbffb | 94000d447528bd85d2c2abe4a787c370b00f7229 | /projects/lineintro/src/arx/Image.h | 77a2097800fe57dc1ab0177a600358a27e48349c | [] | no_license | elrinor/chaos-devices | 72ea8c55a2a8a77300d3dba402b316e0801d8338 | 40d30e059c8b9a2d80f28048e39634934c1d1f0b | refs/heads/master | 2023-08-05T01:39:38.908343 | 2021-09-17T18:33:16 | 2021-09-17T18:33:16 | 33,127,293 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 70,865 | h | /** @file ArX Image Processing Library.
*
* Currently supported data types for images:
* <ul>
* <li> unsigned char
* <li> float
* </ul>
*
* Currently supported numbers of channels:
* <ul>
* <li> C1
* <li> C3 (through Color3 template)
* <li> AC4 (through Color4 template)
* </ul>
*/
#ifndef ... | [
"ru.elric@gmail.com"
] | ru.elric@gmail.com |
bf92ecc745e9c15a03a06c23af1c2705a0866ea2 | f30c7994709ea8bb407af6249d3b19faecea56c3 | /src/ui/TraceUI.cpp | 2655ea73753a0b926746af6aa9e1323c1afb257e | [] | no_license | YanggWendy/trace | d81ece1b6e3526b93e36872f90bdd5bb92915f39 | 46ab91d47a6855093f5c5b10155cbf63ec0bf199 | refs/heads/master | 2023-02-07T05:56:22.756423 | 2023-01-29T11:35:15 | 2023-01-29T11:35:15 | 256,892,537 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,316 | cpp | //
// TraceUI.h
//
// Handles FLTK integration and other user interface tasks
//
#include <stdio.h>
#include <time.h>
#include <string.h>
#include <FL/fl_ask.h>
#include "TraceUI.h"
#include "../RayTracer.h"
static bool done;
//------------------------------------- Help Functions -----------------------------------... | [
"wyangaz@connect.ust.hk"
] | wyangaz@connect.ust.hk |
6efc61c539c1ce657b273480dd4ddbacbc04dadf | 2593fe77ac639d7504993c5aa5572df80451ec9e | /Array ADT/tempCodeRunnerFile.cpp | dfc399461cbc08044ed33ab2474361200ac1da65 | [] | no_license | jaimit25/Cpp_dsa | 873d02b2f4519fbe76bf8101ad557e1b8f472917 | b05a284a028c931b9814ac727aaee1b9d59962e1 | refs/heads/master | 2023-08-19T00:34:30.781252 | 2021-10-04T10:31:38 | 2021-10-04T10:31:38 | 373,571,184 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 92 | cpp |
// for (int i = val.length-1; i < val.length ; i-- ){
// val.A[i] = val.A[i-1];
// } | [
"jaimitpanchal@JAIMITs-MacBook-Air.local"
] | jaimitpanchal@JAIMITs-MacBook-Air.local |
10f518d5a4a8bb88b49473e72b38f23bf8981305 | 21553f6afd6b81ae8403549467230cdc378f32c9 | /arm/cortex/Freescale/MKE14D7/include/arch/reg/i2c0.hpp | 4cba5ab8c2a9ebfee48b61350d9272bb26cbf699 | [] | no_license | digint/openmptl-reg-arm-cortex | 3246b68dcb60d4f7c95a46423563cab68cb02b5e | 88e105766edc9299348ccc8d2ff7a9c34cddacd3 | refs/heads/master | 2021-07-18T19:56:42.569685 | 2017-10-26T11:11:35 | 2017-10-26T11:11:35 | 108,407,162 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,225 | hpp | /*
* OpenMPTL - C++ Microprocessor Template Library
*
* This program is a derivative representation of a CMSIS System View
* Description (SVD) file, and is subject to the corresponding license
* (see "Freescale CMSIS-SVD License Agreement.pdf" in the parent directory).
*
* This program is distributed in the hope... | [
"axel@tty0.ch"
] | axel@tty0.ch |
1f03d1d369e86761b2728fed13733364044ce5fa | 96a393d01fd3e2543a7e2e99dffa0ec4d80c73fb | /Project2/main.cpp | 5d8422ea8bab6217b73a605a615820f86853d8ab | [] | no_license | KareshiKraise/CartoonRendering | 3a54a4bfb3e220218833a9a53e471d2a89062b95 | 9bca3ed0aa752e4d6937e333f8e8faa3370a0a2b | refs/heads/main | 2023-03-30T12:06:03.213228 | 2021-04-01T19:38:55 | 2021-04-01T19:38:55 | 353,805,615 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,767 | cpp | #include <iostream>
#include <GL/glew.h>
#include <GL/freeglut.h>
#include <GLM/glm.hpp>
#include "compileShaders.h"
#include <GLM/vec3.hpp>
#include <GLM/vec4.hpp>
#include <GLM/mat4x4.hpp>
#include <GLM/gtc/matrix_transform.hpp>
#include <GLM/gtc/type_ptr.hpp>
#include <GLM/gtx/rotate_vector.hpp>
#include <algorithm>... | [
"vitormoraesaranha@gmail.com"
] | vitormoraesaranha@gmail.com |
4ac4d85e8814c73a72574767c4368766064e448f | 8709b4be66d510f7abb4c086ecd3725e7687ce73 | /main.cu | c8969b8a3aa2ed2f0b0884ab41b1a59f88e0b6ce | [] | no_license | bijojoseph16/CSC512FreeLaunch | 450fdf6684c83b9781c5a116017c145ec15a9151 | 3573300fe2c345e98b922d434d8605e49577cff2 | refs/heads/master | 2021-09-06T02:29:18.410024 | 2018-02-01T18:13:30 | 2018-02-01T18:13:30 | 115,538,475 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,046 | cu | /** Minimum spanning tree -*- C++ -*-
* @file
* @section License
*
* Galois, a framework to exploit amorphous data-parallelism in irregular
* programs.
*
* Copyright (C) 2013, The University of Texas at Austin. All rights reserved.
* UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS
* SOFTW... | [
"bjoseph4@ncsu.edu"
] | bjoseph4@ncsu.edu |
caa624a90bc2b2402357d681955193d8745195f3 | 2e74ce0d51a24c0c664a601d7fdd8b16cb4db4d0 | /main.cpp | 409ec013cef278d2a05405c30e1f07f49e7553fe | [] | no_license | tayndunl/Binary-Search-Tree | a1b4e7f291eb737e05820abe050ede4eb5f68126 | 1069928e6db5e3ea68e82e3b69ffa3b1ea92f262 | refs/heads/master | 2021-01-19T00:25:30.167816 | 2016-11-17T23:12:55 | 2016-11-17T23:12:55 | 73,031,351 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 257 | cpp | #include <iostream>
#include <string>
#include <fstream>
#include "binary_search_tree.h"
using namespace std;
int main(){
BST tree;
tree.set("the",5);
tree.set("best",2);
tree.set("of",4);
tree.set("times",7);
tree.print();
return 0;
}
| [
"noreply@github.com"
] | tayndunl.noreply@github.com |
cc34e5625f6b91051501bab006ee0e6447662eca | 5df1a677af9379c9a82f1b29359a65ad8cbc385e | /Atcoder/AGC/AGC019/mogai.cpp | 4743ff4f27b70dd837d0d895502a1413d664e3d1 | [] | no_license | heyshb/Competitive-Programming | 92741a4e7234e1ebce685c1b870f1287bee18f1a | 363ef78d950afb53f0e5f1d2329f27dd7b9a44c2 | refs/heads/master | 2021-12-15T03:12:37.676111 | 2021-12-01T14:32:25 | 2021-12-01T14:32:25 | 122,315,094 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,214 | cpp | #include<bits/stdc++.h>
#define y1 olweradfas
#define y2 qweoisasdk
#define x1 poeriuweor
#define x2 poriewioru
using namespace std;
typedef long long ll;
typedef pair<int, int> PII;
const int MM = 1e9 + 7;
const double eps = 1e-8;
const int MAXN = 2e6 + 10;
int n, m;
void prework(){
}
void read(){
}
int bet(in... | [
"heyshb@vip.qq.com"
] | heyshb@vip.qq.com |
50860ea3565a87a0723d9212074db8a76eb61c6c | 48383a2959bb131fc5c104153786347ef77f8bb8 | /SuperReads_RNA/global-1/jellyfish/include/jellyfish/atomic_gcc.hpp | f888dd585bbcf5635454e71d5d58143d14f08114 | [
"GPL-3.0-only",
"LicenseRef-scancode-free-unknown",
"MIT",
"GPL-1.0-or-later",
"GPL-3.0-or-later"
] | permissive | gpertea/stringtie | 1d0402ca2b5a004df1012c153d495a485e9e2ffd | 545ec76fed1de4c826dc3c96256076ea372ad427 | refs/heads/master | 2023-03-03T02:33:27.977486 | 2023-03-02T21:25:02 | 2023-03-02T21:25:02 | 25,170,618 | 319 | 82 | MIT | 2022-12-05T14:44:24 | 2014-10-13T17:59:11 | C++ | UTF-8 | C++ | false | false | 1,851 | hpp | /* This file is part of Jellyfish.
Jellyfish is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Jellyfish is distributed ... | [
"geo.pertea@gmail.com"
] | geo.pertea@gmail.com |
7c8638e3ca37bc602e3c31260439b9c6a006f54e | 5703f5cff7ca6173bd572cb0ac5b2c349b9e28aa | /project-a/1/rawsocket.cpp | 7940dff5ef88ce6ee7c83813cfc630d8f0f54562 | [] | no_license | yuratwc/NetworkProgramming-2020 | f14276b7a938ec11d50570701b9c43a5c2dc2be6 | 45569ad3ee07e811c6c1b7a2e98e28be39602be2 | refs/heads/master | 2022-12-25T14:20:29.488285 | 2020-09-25T01:36:48 | 2020-09-25T01:36:48 | 290,655,735 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,597 | cpp | #include "rawsocket.hpp"
mac_addr::mac_addr() {}
mac_addr::mac_addr(u_int8_t ptr[6]) {
for(int i = 0; i < 6; i++) {
addr[i] = (char)ptr[i];
}
}
mac_addr::mac_addr(const mac_addr& mac) {
for(int i = 0; i < 6; i++)
addr[i] = mac.addr[i];
}
void mac_addr::set(char mac[6]) {
for(int i = ... | [
"sstawashi@gmail.com"
] | sstawashi@gmail.com |
8cb3d3a521c382c7340aa0ed1c15075a7c72dba2 | 00306216906858239223b8bbe999c8fa36e10739 | /aws-cpp-sdk-waf-regional/include/aws/waf-regional/model/ListResourcesForWebACLRequest.h | 54ae536ffa6060b629c955578fa7560529b1f29a | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | pcacjr/aws-sdk-cpp | ceea79f54b5656b1e6a7257aa8d37fb6d2609951 | 90eb0ee4be28ac23efc10c8eedf21235f9a37402 | refs/heads/master | 2021-01-19T05:48:16.578394 | 2017-09-25T00:36:13 | 2017-09-25T00:36:13 | 87,451,109 | 0 | 0 | null | 2017-04-06T16:26:57 | 2017-04-06T16:26:57 | null | UTF-8 | C++ | false | false | 3,317 | h | /*
* Copyright 2010-2017 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 |
f3ac2f2411693d51eff22ffc7ce26a7a2a5518e2 | a35b30a7c345a988e15d376a4ff5c389a6e8b23a | /boost/proto/transform/lazy.hpp | db5f3be7f4bc128d3b2103864eb5ee7a25f35371 | [] | no_license | huahang/thirdparty | 55d4cc1c8a34eff1805ba90fcbe6b99eb59a7f0b | 07a5d64111a55dda631b7e8d34878ca5e5de05ab | refs/heads/master | 2021-01-15T14:29:26.968553 | 2014-02-06T07:35:22 | 2014-02-06T07:35:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 66 | hpp | #include "thirdparty/boost_1_55_0/boost/proto/transform/lazy.hpp"
| [
"liuhuahang@xiaomi.com"
] | liuhuahang@xiaomi.com |
15c771cd8cc149bbcbf97c75de999b3513498be6 | bb10aaccf7daafacb7124795ed2c63e95b90f8e7 | /chapter3/strings/3.10modified.cpp | ec007e5993e55bc4dadddcca530d4ec48dbd8302 | [] | no_license | shubharthaksangharsha/cpp_primer | bcce6cb1b3363911fe24e74f119633177033ced2 | 34d6ad5387167b4e5e6e84cff72edc36d766d981 | refs/heads/main | 2023-06-06T20:15:42.744316 | 2021-07-13T10:57:05 | 2021-07-13T10:57:05 | 374,952,762 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 390 | cpp | #include<iostream>
using std :: cout ;
using std :: cin ;
using std :: string;
using std :: endl;
int main(){
string name ;
getline(cin , name ) ;
decltype(name.size()) index = 0;
for(index = 0 ; index < name.size(); index++ ) {
if(ispunct(name[index])){
name[index]=' ';
cout<<name[index];
... | [
"shubharthaksangharsha@gmai.com"
] | shubharthaksangharsha@gmai.com |
b4d66219ea6539b4dd93566217de3366808e56f8 | d09aff8aa64ca3481f5956c4cb03553bbc0b99cd | /livepush/src/main/cpp/include/queue/readerwriterqueue.h | 053e680f528d59613d92a4f881c9e01546c6d309 | [] | no_license | yuyisummer/Live_Rtmp2 | 68440fe7293aa968c2c81546b6d175d2a3cf581f | c60c4bd766f97cd7f727cdd2a8091bf7055b186f | refs/heads/master | 2020-03-27T04:55:53.215650 | 2017-11-07T11:36:48 | 2017-11-07T11:36:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,532 | h | #pragma once
#include "atomicops.h"
#include <type_traits>
#include <utility>
#include <cassert>
#include <stdexcept>
#include <new>
#include <cstdint>
#include <cstdlib> // For malloc/free/abort & size_t
#if __cplusplus > 199711L || _MSC_VER >= 1700 // C++11 or VS2012
#include <chrono>
#endif
// A lock-free queue ... | [
"836426852@qq.com"
] | 836426852@qq.com |
6da44169230138abfcde2bda5396bbced1c15d63 | 206038e91a1f33a4cf6fa4b653802f5934382b14 | /Classes/portRemodeLayer.cpp | 2d61b8e994eea588ff2eb3b265a56681e892082d | [] | no_license | zhyl19920810/JLU_collection | 6d3d3a606c111c2b76a5a8e7451c770f5e54adb0 | 157e47b7416cc9967f98179c288e01c63cb3fa0e | refs/heads/master | 2021-01-19T01:51:40.619585 | 2016-08-09T09:37:03 | 2016-08-09T09:37:03 | 45,473,160 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 815 | cpp | //
// portRemodeLayer.cpp
// kancolle_alpha
//
// Created by 岩林张 on 10/21/15.
//
//
#include "portRemodeLayer.h"
bool PortRemodeLayer::init()
{
bool bRet=false;
do
{
if (!Layer::init())
{
break;
}
initLayer();
bRet=true... | [
"zhyl19920810@gmail.com"
] | zhyl19920810@gmail.com |
a56a17add61e385aadcfd03bf3d8e01d5f76369f | 33035c05aad9bca0b0cefd67529bdd70399a9e04 | /src/boost_algorithm_string_constants.hpp | ad134d9081a6914294962c548798c72a9e5bd768 | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | elvisbugs/BoostForArduino | 7e2427ded5fd030231918524f6a91554085a8e64 | b8c912bf671868e2182aa703ed34076c59acf474 | refs/heads/master | 2023-03-25T13:11:58.527671 | 2021-03-27T02:37:29 | 2021-03-27T02:37:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 48 | hpp | #include <boost/algorithm/string/constants.hpp>
| [
"k@kekyo.net"
] | k@kekyo.net |
5375a856f25f482b2ec50b644ac2a3c96a673798 | 59aaa53325799de87719810dfd2738caa016a96b | /AllProgs/c5/sat.cpp | 8c3bccca595090ec30d0aaafc0a17d1fc9e11823 | [] | no_license | vaibhavait04/Sahni2ECodes | 6bc70b6642e89ceba14432427072a81202dc0c94 | 5b492a7a99f79a819c08925ec82a0d9e3d8fdae4 | refs/heads/master | 2021-01-01T19:31:03.330282 | 2015-05-02T12:49:10 | 2015-05-02T12:49:10 | 33,411,348 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,705 | cpp | #ifndef _IOSTREAM_H
#include <iostream>
#define _IOSTREAM_H
#endif
using namespace std;
//enum Boolean { FALSE, TRUE};
enum TypesOfData {LogicalNot, LogicalAnd, LogicalOr,
LogicalTrue, LogicalFalse};
class SatTree;
class SatNode {
friend class SatTree;
private:
SatNode *LeftChild;
TypesOfData data;
bo... | [
"vaibhavait04@gmail.com"
] | vaibhavait04@gmail.com |
541d1b25bf149bfefcbeb1fa967b86d7d443ed70 | 297497957c531d81ba286bc91253fbbb78b4d8be | /third_party/libwebrtc/rtc_base/numerics/moving_percentile_filter.h | 3d7aa27dd7223b0e536ddd58b84097b968867e94 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | marco-c/gecko-dev-comments-removed | 7a9dd34045b07e6b22f0c636c0a836b9e639f9d3 | 61942784fb157763e65608e5a29b3729b0aa66fa | refs/heads/master | 2023-08-09T18:55:25.895853 | 2023-08-01T00:40:39 | 2023-08-01T00:40:39 | 211,297,481 | 0 | 0 | NOASSERTION | 2019-09-29T01:27:49 | 2019-09-27T10:44:24 | C++ | UTF-8 | C++ | false | false | 2,044 | h |
#ifndef RTC_BASE_NUMERICS_MOVING_PERCENTILE_FILTER_H_
#define RTC_BASE_NUMERICS_MOVING_PERCENTILE_FILTER_H_
#include <stddef.h>
#include <cstddef>
#include <list>
#include "rtc_base/checks.h"
#include "rtc_base/numerics/percentile_filter.h"
namespace webrtc {
template <typename T>
class MovingPercentile... | [
"mcastelluccio@mozilla.com"
] | mcastelluccio@mozilla.com |
8e8f33564d0307df0cb70bf91bb130162e07fa0d | 47924ba23873d82a0af084b6956929b45f163f0f | /game/scrollhandler.h | 796b30e30c05df4d5c254dab5a723364f3be8276 | [] | no_license | pedlop01/camelot | 78d3fc5e20f322ba1f7596c70dd10e0302ebb9b7 | abb83e9e6b02a0946dc5ad3c0330cad4d09aa1bf | refs/heads/master | 2020-12-14T12:58:28.028948 | 2020-01-18T16:09:52 | 2020-01-18T16:09:52 | 234,752,403 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,536 | h | // Class automatically generated by Dev-C++ New Class wizard
#ifndef SCROLLHANDLER_H
#define SCROLLHANDLER_H
#include <assert.h>
#include "defines.h"
#include "entradasortida.h"
#define NORMAL 0
#define FAST_ADVANCE 1
#define NORMAL_ADVANCE 2
#define RECOMPUTE_SCROLL_X 0
#define FAST_ADVANCE_LEFT 1
... | [
"pit_ter@hotmail.com"
] | pit_ter@hotmail.com |
80355033c5e1657b48515dbdc6d2152942a9037c | cc072b6de199867f99e9288338d6f0c3580eed8e | /eqnsearch/alter/genAssoc.cpp | 375bf4712f854a7428f4a4bd4680e713815f131d | [] | no_license | ndnygren/unfitsym | 530a9c0d96e77edb6ff119be8b1f612852b19cd6 | ec7ee538bddaedeb22309b75785ef5ce4966ed20 | refs/heads/master | 2021-01-15T11:48:23.502644 | 2011-10-07T00:58:59 | 2011-10-07T00:58:59 | 1,979,663 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,557 | cpp | /* unfitsym - framework for symbolic computation
* Copyright (C) 2011 Nick Nygren
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any lat... | [
"ndnygren@ucalgary.ca"
] | ndnygren@ucalgary.ca |
88ee85641e76185f5990ebb2966f88252cc43560 | 99a466aba71f86a69fe38b47e87d9333d6251454 | /contest/439/b.cpp | 334747812726900730b5464ed833cd260ec0f078 | [] | no_license | m-nny/Codeforces | ca84be67110c5c5ba0f986652b3b195f964a5026 | fbd5918f567a907005bb65b283595a2f0974e412 | refs/heads/master | 2021-09-04T20:37:02.533540 | 2018-01-22T07:47:39 | 2018-01-22T07:47:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 349 | cpp |
#include <bits/stdc++.h>
using namespace std;
#define maxn (int)(1e5 + 12)
int n, x, a[maxn];
long long ans;
int main()
{
scanf("%d%d", &n, &x);
for (int i = 0; i < n; i++)
scanf("%d", &a[i]);
sort (a, a + n);
for (int i = 0; i < n; i++)
{
ans += (x + 0ll) * a[i];
x = max(1, x - 1);
... | [
"Alibek.manabayev@gmail.com"
] | Alibek.manabayev@gmail.com |
831dc81d3dd34a7fe9ef4b071fdf4f0293a95d91 | 242e3bb85ffd18368e2c5db091ad6e18bab65343 | /test.cpp | eb705caf04f157f63e3a5c08a9e2934043fd0c40 | [] | no_license | TheMostKnown/Discrete-Density-Evolution | 29dec1200f2463753cd9757f9411f40cba652e11 | a264e581b481c2a0ed18760406d5fe38bbc930f5 | refs/heads/main | 2023-05-03T03:19:12.267376 | 2021-05-15T23:12:59 | 2021-05-15T23:12:59 | 338,883,046 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 569 | cpp | #include "discrete_val.h"
#include <iostream>
// use this to test the abilities of the library
int main() {
std::vector<double> a = {0.3, 0.7};
std::vector<double> b = {0.2, 0, 0.8};
discrete_value test_a(a, 1, 2);
discrete_value test_b(b, 1, 3);
//discrete_value test(-1, 3);
//test.print();
//... | [
"allakos01@mail.ru"
] | allakos01@mail.ru |
407931e15d413d373aa6ac097b6d212d06215c25 | 0577a46d8d28e1fd8636893bbdd2b18270bb8eb8 | /chromium/gpu/command_buffer/service/shared_image/external_vk_image_overlay_representation.cc | 93c037710cca0e4cd32f7b1ffe3cd1764aa0b708 | [
"BSD-3-Clause"
] | permissive | ric2b/Vivaldi-browser | 388a328b4cb838a4c3822357a5529642f86316a5 | 87244f4ee50062e59667bf8b9ca4d5291b6818d7 | refs/heads/master | 2022-12-21T04:44:13.804535 | 2022-12-17T16:30:35 | 2022-12-17T16:30:35 | 86,637,416 | 166 | 41 | BSD-3-Clause | 2021-03-31T18:49:30 | 2017-03-29T23:09:05 | null | UTF-8 | C++ | false | false | 3,086 | cc | // Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "gpu/command_buffer/service/shared_image/external_vk_image_overlay_representation.h"
#include "build/build_config.h"
#if BUILDFLAG(IS_FUCHSIA)
#include "gpu/vulkan/f... | [
"mathieu.caroff@free.fr"
] | mathieu.caroff@free.fr |
2cc0df724a5690b5e884c860cf827c63c6e6893b | 450f507ebf25d5bb450447cadb18685908e20fbf | /Engine/src/Platform/OpenGL/OpenGLContext.cpp | 6467250c17d7d204ffb6adc30028122e52b81c9b | [] | no_license | crasheds22/GameEngine | 02038abf4ce6c73bfe341b8a85af54017e7073ba | c8e698e4e772be9ac5bb9b0f4fe80bcf5c18249c | refs/heads/main | 2023-07-16T10:56:12.017780 | 2021-08-21T12:00:32 | 2021-08-21T12:00:32 | 391,243,392 | 0 | 0 | null | 2021-08-21T11:59:21 | 2021-07-31T03:14:14 | C++ | UTF-8 | C++ | false | false | 748 | cpp | #include "ngpch.h"
#include "OpenGLContext.h"
#include "GLFW/glfw3.h"
#include "glad/glad.h"
namespace Engine {
OpenGLContext::OpenGLContext(GLFWwindow* windowHandle)
: mWindowHandle(windowHandle)
{
NG_CORE_ASSERT(mWindowHandle, "Window handle is null");
}
void OpenGLContext::Init()
{
glfwMakeContextCur... | [
"a.thomson22@outlook.com"
] | a.thomson22@outlook.com |
bac72f7901bd2a79df3a897506d9008d75e0646b | 0d0e78c6262417fb1dff53901c6087b29fe260a0 | /as/include/tencentcloud/as/v20180419/model/ExecuteScalingPolicyResponse.h | ba0337a384910d7affd8bf404bd32266e9c9f0e2 | [
"Apache-2.0"
] | permissive | li5ch/tencentcloud-sdk-cpp | ae35ffb0c36773fd28e1b1a58d11755682ade2ee | 12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4 | refs/heads/master | 2022-12-04T15:33:08.729850 | 2020-07-20T00:52:24 | 2020-07-20T00:52:24 | 281,135,686 | 1 | 0 | Apache-2.0 | 2020-07-20T14:14:47 | 2020-07-20T14:14:46 | null | UTF-8 | C++ | false | false | 2,198 | h | /*
* 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
... | [
"jimmyzhuang@tencent.com"
] | jimmyzhuang@tencent.com |
efb2dd04e826aa6e0ba637917ed2be1977558c81 | cfd9878263624bfff0e0348b3372ed0b5b652ed7 | /zachariah3D/run/system/fvSolution | b6afbfacfd16e74ffb0d1f3bf83ec0232493c6d6 | [
"MIT"
] | permissive | CathyZZZ/OpenFOAM | cf6acb610fbe381512ae8ceb7e4d2646d1533080 | 2e7e869d8fcd0b67cfc0a3be3a4aacf0708dd504 | refs/heads/master | 2020-04-02T04:17:07.190247 | 2019-02-27T08:54:16 | 2019-02-27T08:54:16 | 154,009,515 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,060 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.1 |
... | [
"ziyizhu00@gmail.com"
] | ziyizhu00@gmail.com | |
61208f8741db64f4fe42dc901692daad7c926fa3 | 2c468a95f18331aa30eda764e913f15f5e8587f4 | /MyBattleTank/Source/MyBattleTank/Private/MyTankMovementComponent.cpp | 6013fc483976eaf468f54b480379b5fedd000afb | [] | no_license | FixeoUnreal/04_MyBattleTank | ba93be5b0211ad44c5ed1e63cbcfdbc12769a2c2 | 38ca7a10d0b99760c24cd8c8429b3f793bdb26fd | refs/heads/master | 2020-03-12T04:49:36.495808 | 2018-06-13T10:49:51 | 2018-06-13T10:49:51 | 130,452,436 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,177 | cpp | // Copyright FIXEO
#include "MyBattleTank/Public/MyTankMovementComponent.h"
#include "MyBattleTank/Public/MyTankTrack.h"
void UMyTankMovementComponent::IntendMoveForward(float Throw)
{
if (!ensure(LeftTrack && RightTrack)) { return; }
LeftTrack->SetThrottle(Throw);
RightTrack->SetThrottle(Throw);
}
void UMyTan... | [
"giang151093@yahoo.com.vn"
] | giang151093@yahoo.com.vn |
9ce17a9cea3dab5e42469a95b7e51a2d359555f0 | b8179c8164d459e2796e50124014fec9c4ddaf41 | /a.cpp | 77cb305d841c99292089faed4057673ebf5ac2d0 | [] | no_license | BiralTuya/URI | 91310d3e28b2626a9f4cb57ff53415b22a34524b | e6b5a3bc4a3bb85c5e8b6af062d723fbfeef817b | refs/heads/master | 2021-01-19T12:26:14.745322 | 2016-10-10T14:57:15 | 2016-10-10T14:57:15 | 82,310,740 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 463 | cpp | #include<iostream>
using namespace std;
int main(){
int n=0,v=0;
cin>>n;
for(int i=0;i<n;i++){
cin>>v;
if(v%2==0 && v>0)
cout<<"EVEN POSITIVE"<<endl;
if(v%2==0 && v<0)
cout<<"EVEN NEGETIVE"<<endl;
if(v%2!=0 && v>0)
cout<<"ODD POSITIVE"<<... | [
"Sanzila Hossain Tuya"
] | Sanzila Hossain Tuya |
cb5a3e887830a2d2cac7bbc514e31a66f4b32299 | 127c53f4e7e220f44dc82d910a5eed9ae8974997 | /Client/Game/Network/PacketHandler/GCNewPlayerHandler.cpp | 8d3458319e8a64cb247033ea1f1326b549440843 | [] | no_license | zhangf911/wxsj2 | 253e16265224b85cc6800176a435deaa219ffc48 | c8e5f538c7beeaa945ed2a9b5a9b04edeb12c3bd | refs/heads/master | 2020-06-11T16:44:14.179685 | 2013-03-03T08:47:18 | 2013-03-03T08:47:18 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,398 | cpp | #include "StdAfx.h"
#include "GITimeSystem.h"
#include "..\..\Procedure\GameProcedure.h"
#include "Object\Manager\ObjectManager.h"
#include "Object\Logic\Character\Obj_PlayerOther.h"
#include "Object\ObjectCommandDef.h"
#include "..\..\NetWork\NetManager.h"
#include "CGCharAskBaseAttrib.h"
#include "GCNewPlayer... | [
"amwfhv@163.com"
] | amwfhv@163.com |
5cb5462e462c86fa538b9e0ba0e6084a5d03d80c | 72f8f4fdf1dfdc94b5c76e95ee7af40675ee3986 | /C-Books/CLion-Primer/coder/maths/linear-algebra/src/main.cpp | 6ce0932bca71f1eccc43d356a94b1eafaf26b71e | [
"MIT"
] | permissive | lauer3912/LoveYourBooks | 8e4de283a68a9e23a4b5cc0f5c614768e133bbe8 | 23c894b8b2d3e513626045441a873c03486e14ba | refs/heads/master | 2022-12-24T16:51:28.422214 | 2021-08-25T05:20:10 | 2021-08-25T05:20:10 | 160,127,907 | 2 | 0 | MIT | 2022-12-09T17:36:16 | 2018-12-03T03:33:51 | HTML | UTF-8 | C++ | false | false | 216 | cpp | #include <iostream>
#include "ArmadilloHelper.h"
#include "EigenHelper.h"
int main()
{
std::cout << "Hello, World!" << std::endl;
// ArmadilloHelper::RunTest();
EigenHelper::RunTest();
return 0;
} | [
"lauer3912@gmail.com"
] | lauer3912@gmail.com |
138116d96a8d71b370dbb060f301d0b36008dc5a | 258de6555b74152433c5e446910f360f7840447c | /ass4/testserver.cpp | 62014435db32dba4adbc6d8e575a2eefcdc29c35 | [] | no_license | nuitnuit/CSCI-361-Assignment-4-Socket-Programming | 767fcddf35049890696909084df1b390c306d436 | 21a7e9fc391f6b3c234f5455f2a442e1bf2b1e2a | refs/heads/main | 2023-06-24T09:00:47.526490 | 2021-07-06T09:25:23 | 2021-07-06T09:25:23 | 383,411,576 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,737 | cpp | // Server side C/C++ program to demonstrate Socket programming
#include <unistd.h>
#include <stdio.h>
#include <sys/socket.h>
#include <stdlib.h>
#include <netinet/in.h>
#include <sys/types.h>
#include <iostream>
#include <arpa/inet.h>
#include <string.h>
#define PORT 9999
using namespace std;
int main(int argc, char c... | [
"noreply@github.com"
] | nuitnuit.noreply@github.com |
cda49f98253bd19d7d2f3123a214cbd6475ea280 | 786de89be635eb21295070a6a3452f3a7fe6712c | /ImgPixSpectra/tags/V00-00-01/include/MiniCSPadPixSpectra.h | 57f93e5e9437b52202d12135061e0c55792c5822 | [] | no_license | connectthefuture/psdmrepo | 85267cfe8d54564f99e17035efe931077c8f7a37 | f32870a987a7493e7bf0f0a5c1712a5a030ef199 | refs/heads/master | 2021-01-13T03:26:35.494026 | 2015-09-03T22:22:11 | 2015-09-03T22:22:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,306 | h | #ifndef IMGPIXSPECTRA_MINICSPADPIXSPECTRA_H
#define IMGPIXSPECTRA_MINICSPADPIXSPECTRA_H
//--------------------------------------------------------------------------
// File and Version Information:
// $Id$
//
// Description:
// Class MiniCSPadPixSpectra.
//
//----------------------------------------------------------... | [
"dubrovin@SLAC.STANFORD.EDU@b967ad99-d558-0410-b138-e0f6c56caec7"
] | dubrovin@SLAC.STANFORD.EDU@b967ad99-d558-0410-b138-e0f6c56caec7 |
79ece81058b69827bc10cf2f215c5c1626d07f69 | dc02e94a6b7f09714a85198af3ce5fb2cbc0def4 | /src/engine/client/graphics.h | 817c7dc014b7a7b631b10552c2965c140410bc09 | [
"Zlib",
"LicenseRef-scancode-other-permissive"
] | permissive | SailorEx/Taschenrechner | 1c87791464f9cbeb094edaac7021703e3464ec93 | f4ac996469c5d02f51c92b2d0b60ba436bcaeeba | refs/heads/master | 2020-12-13T07:37:47.162881 | 2015-01-11T21:18:52 | 2015-01-11T21:18:52 | 234,348,839 | 0 | 1 | NOASSERTION | 2020-01-16T15:20:57 | 2020-01-16T15:20:56 | null | UTF-8 | C++ | false | false | 5,011 | h | /* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
/* If you are missing that file, acquire a complete release at teeworlds.com. */
#ifndef ENGINE_CLIENT_GRAPHICS_H
#define ENGINE_CLIENT_GRAPHICS_H
class CGraphics_OpenGL : public IEngineGraphics
{
protected:
... | [
"xshaddi@hotmail.com"
] | xshaddi@hotmail.com |
4010fdcdaadd03e851cbe7b239715bcd0fa8cbf4 | 6a51f1b3398766841aa038b1efd5ecd6864daf61 | /packet.cpp | 678062fb687d4bdcae056bda114be8342f68bc3c | [] | no_license | Smiley32/stratego | 8539190714c7e621c013072d9dacf431e925937e | d60495a3830543f35a3fac15830dc0c44c89f57d | refs/heads/master | 2021-09-08T02:52:58.699286 | 2018-02-27T14:53:16 | 2018-02-27T14:53:16 | 104,477,547 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 614 | cpp | #include "packet.h"
#include <cstring>
Packet::Packet() {}
void Packet::append(char data) {
std::size_t start = m_data.size();
m_data.resize(start + 1);
m_data[start] = data;
}
/*void Packet::append(const void* data, std::size_t dataSize) {
if(data && (dataSize > 0)) {
std::size_t start = m_data.size();
... | [
"jeannin.emile@laposte.net"
] | jeannin.emile@laposte.net |
42a2dda01b5fa069a69b96bd84db6fbf84ddcbe1 | cb728b5019bf0c5c466fecbd59bac07b24778d2a | /Practice/201907180805/AlgoritmAndDataStructus/AlgoritmAndDataStructus/quickSort.h | 3444c707cffa4c7b3217598636ca316dcc223ac5 | [] | no_license | githubgjb/c-20171012067-3 | 2064a805ef42d59838b39b7e780b84ee8f87d442 | adb5feed68c053c399829ce022a38f2b9071b737 | refs/heads/master | 2021-05-04T19:14:36.622555 | 2020-04-04T07:46:26 | 2020-04-04T07:46:26 | 106,658,208 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 681 | h | #include <iostream>
#include <algorithm>
using namespace std;
//对arr[l...r]部分进行partition操作
//p arr[l...p-1] < arr[p] arr[p+1...r] > arr[p]
template<typename T>
int __partition(T arr[], int l, int r){
T v = arr[l];
//arr[l+1...j] < v ; arr[j+1..i] > v
int j = l;
for (int i = l+1; i <= r; i++)
{
if (arr[i] < ... | [
"31399236+githubgjb@users.noreply.github.com"
] | 31399236+githubgjb@users.noreply.github.com |
52c7a0f18b1ab75ebe7e9eea144fdd3222358f05 | 5367342507ac9bb8a2032bfb15a023aadc02c522 | /src/renderer/win/winglextensionsloader.cpp | 329290c0ee94826bebb1479cc1a665f15de8ca1c | [] | no_license | allexzander/rendering_framework | 1567811418db334cb8ae34487a1e1c637f792c02 | 6ef1e7c54ed896951ba15db284840ecd11ce19e4 | refs/heads/master | 2016-09-06T15:23:15.839390 | 2015-08-04T19:58:14 | 2015-08-04T19:58:14 | 35,037,464 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,901 | cpp | #include "renderer/win/winglextensionsloader.h"
#include <GL/wglext.h>
namespace ALZ_RENDERER
{
WinGlExtensionsLoader::WinGlExtensionsLoader()
{
glGenVertexArrays = nullptr;
glBindVertexArray = nullptr;
glGenBuffers = nullptr;
glBindBuffer = nullptr;
glBufferData = nullptr;
glVertexAttribPointer = nullp... | [
"blackslayer4@gmail.com"
] | blackslayer4@gmail.com |
108def4a0d45d8803d289b9a15fc2bb3e451f170 | 5ada15984f0c484e9ecc0ec27d87d5b2902a0890 | /trace_src/jiao.cpp | 82ea23e147f4b9944add8a4db2ae3f5b8a2f81e2 | [] | no_license | dongchen-coder/locapo | a1199d6d5821b9446cdcb0cb39361cdc3f535ffd | bb5ef5a6a8077523b0b95deba8baaded6bad6d70 | refs/heads/master | 2021-06-26T11:25:27.554337 | 2020-11-20T04:35:57 | 2020-11-20T04:35:57 | 176,756,501 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,324 | cpp | #include "../utility/rt.h"
#include "../utility/data_size.h"
#ifdef ORG
#define NI 256
#define NJ 256
#define NK 256
#define NL 256
#elif defined (TX)
#elif defined (FX)
#elif defined (EX)
#endif
#define TMP_OFFSET 0
#define A_OFFSET NI * NJ
#define B_OFFSET NI * NJ + NI * NK
#define D_OFFSET NI * NJ + NI * NK + ... | [
"jiao@dhcp-10-4-0-69.wireless.rochester.edu"
] | jiao@dhcp-10-4-0-69.wireless.rochester.edu |
6144714c640a32caf49188341d91a4b85e2ecb3d | c3ffda360b1c77218ee4b09ef941ef2e58a82ec3 | /Playground/GStreamerTutorialWithC++/GstSupport/src/Support.cpp | 8a49298682e6f306f327fb32c77f150d55dea343 | [] | no_license | StackedCrooked/stacked-crooked | 187ab1f9465223949732336444aa104277223072 | 08cd3e7ea1d7d326792c536f0346f220c347f5e4 | refs/heads/master | 2023-08-15T15:37:43.635922 | 2023-07-19T22:47:46 | 2023-07-19T22:47:46 | 32,498,571 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 16,785 | cpp | #include "Gst/Support.h"
#include "Gst/MakeString.h"
#include <gst/interfaces/propertyprobe.h>
#include <stdexcept>
namespace Gst {
namespace Pipeline {
GstElement * Create(const std::string & inName)
{
GstElement * pipeline = gst_pipeline_new(inName.c_str());
if (!pipeline)
{
th... | [
"StackedCrooked@users.noreply.github.com"
] | StackedCrooked@users.noreply.github.com |
b9671cdebc23d4957661db48121c7443874fbaf2 | 1f63dde39fcc5f8be29f2acb947c41f1b6f1683e | /Boss2D/addon/webrtc-jumpingyang001_for_boss/rtc_base/ifaddrs_converter.cc | 448a1c6dcf98f5d92ed1c57d4f3e44b8a1534bcc | [
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-google-patent-license-webm",
"LicenseRef-scancode-google-patent-license-webrtc",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | koobonil/Boss2D | 09ca948823e0df5a5a53b64a10033c4f3665483a | e5eb355b57228a701495f2660f137bd05628c202 | refs/heads/master | 2022-10-20T09:02:51.341143 | 2019-07-18T02:13:44 | 2019-07-18T02:13:44 | 105,999,368 | 7 | 2 | MIT | 2022-10-04T23:31:12 | 2017-10-06T11:57:07 | C++ | UTF-8 | C++ | false | false | 1,909 | cc | /*
* Copyright 2015 The WebRTC Project Authors. All rights reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing ... | [
"slacealic@nate.com"
] | slacealic@nate.com |
7289e79b25fa8d89ca06f834b0348064454473b6 | c445821d3d24ec09d233a156e5c2bba7d778ede4 | /EscapeRoomZ/creature.h | 496476df136a4c683632890d9d2aba7e894861a2 | [
"MIT"
] | permissive | ermario/EScapeRoomZ | 9613daf59dcc71710d85d68e3271cb8c2dc888c3 | 2ec78b353248347cc5ad70e47daa06bc72c033b0 | refs/heads/main | 2023-06-04T11:53:18.524829 | 2021-06-24T15:48:40 | 2021-06-24T15:48:40 | 379,427,612 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 326 | h | #ifndef _CREATURE_
#define _CREATURE_
#include <string>
#include "entity.h"
class Room;
class Item;
using namespace std;
class Creature : public Entity
{
public:
Creature(const char* name, const char* description, Room* room);
~Creature();
Room* getRoomN() const;
virtual void Die();
public:
bool alive;
};
#... | [
"marius.dambean@gmail.com"
] | marius.dambean@gmail.com |
1fca9879770c2c541ddacc46f2f226fde6ce7890 | bcbdd0fe58815e9a55a19d0c8211bd5209eb3949 | /Online-Judge-Solutions/HDU/1358-Period.cpp | 8bdbebf111d151047e6c5e349138b6f82fbb8bf0 | [] | no_license | simantaturja/Competitive-Programming | e43d84237b706453aac842fab8893547832093ac | f43bf518d9c75e24ae2231440b434fe57c2d72a5 | refs/heads/master | 2021-01-19T18:06:17.122842 | 2020-08-26T18:15:24 | 2020-08-26T18:15:24 | 267,894,783 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 842 | cpp | #include <bits/stdc++.h>
using namespace std;
const int N = (int)1e6 + 2;
int pi[N + 7];
void prefixTable(const string &s) {
int len = (int)s.length();
int i = 1, j = 0;
pi[0] = 0;
while ( i < len ) {
while ( j > 0 && s[i] != s[j] ) {
j = pi[j - 1];
}
if ( s[i] == s[j... | [
"simantaturja@gmail.com"
] | simantaturja@gmail.com |
3326e478fe38a202c88edc0164fe3dc0b2617a1e | 78cad3292cb0b287adf6062c3d8d3cfbb4bc742c | /factorial.CPP | 64e1517c60181ad23d790e13214c6c02ae6b5c13 | [] | no_license | RoNi1999/CPP-Programs-Task | 0897c051728e710279c4328812ef0edc7e0a3062 | 948ab6b6ab669f61f5d23e87878d4e097518c994 | refs/heads/master | 2020-08-01T20:55:15.366021 | 2019-09-26T14:56:55 | 2019-09-26T14:56:55 | 211,114,712 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 270 | cpp | #include<iostream>
using namespace std;
int main()
{
unsigned int n;
unsigned long long factorial =1;
cout<<"Enter a Number : ";
cin>>n;
for(int i = 1;i <= n;++i)
{
factorial *=i;
}
cout<<"Factorial of "<<n<<"="<<factorial;
return 0;
}
| [
"noreply@github.com"
] | RoNi1999.noreply@github.com |
74ceffa6f8292a7cc9c04b3bc86807a3fb803baf | 3f3f6941b6f8301f4019ca5146f18fec872d211d | /module.cpp | 826c64d3745c706d2356131210403f8a4848c4ec | [] | no_license | shackspace/shack_kiosk_v5 | db7fd381bd8856fc523db79eb3604c2a213238de | 92041f28a95826755d83a23056f71bf6caf8bb17 | refs/heads/master | 2021-07-17T00:27:24.819813 | 2020-09-19T01:00:14 | 2020-09-19T01:00:14 | 212,873,292 | 0 | 2 | null | 2020-01-19T17:59:58 | 2019-10-04T17:55:34 | C++ | UTF-8 | C++ | false | false | 225 | cpp | #include "module.hpp"
module::~module()
{
}
void module::init()
{
}
void module::enter()
{
}
notify_result module::notify(SDL_Event const &)
{
return failure;
}
void module::render()
{
}
void module::leave()
{
}
| [
"git@mq32.de"
] | git@mq32.de |
1750286abbbb70dd7cd88258afac9697931338d1 | 56bcffceb734a9de899362391b2e44916d6ff7c0 | /DesignPattern/DecoratorLib/DecoratorLib/MemoryStream.cpp | cf974cf572d4894dd5a51eb9e998be59b47bab61 | [] | no_license | deeplin/CppProjects | f136a8111dc74b49621369b843d6ec2d1f02c9c4 | 935b31c7b3dd83c85a3b59432bd70a69de0a3635 | refs/heads/master | 2023-03-19T05:21:14.240646 | 2021-03-11T07:51:22 | 2021-03-11T07:51:22 | 341,447,276 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 85 | cpp | #include "MemoryStream.h"
string MemoryStream::operation()
{
return "memory";
}
| [
"10525677@qq.com"
] | 10525677@qq.com |
e77786c2aebc97dec2afd355b07408d1b6fae328 | 49c6cf776addc6fbac50c887edfa168d81aa7729 | /Ujjwal/Halim/Ch4/SSSP/10653.cpp | 27ad1bd701fc4ae032112859c069556c1035f30b | [] | no_license | Ryednap/Coding-Competition | b43e38b4e8d3bfc7eee21750cd1014fb4ce49c54 | a4fd7b97f3898e60800689fe27b8c00ac8a456fa | refs/heads/main | 2023-08-19T06:55:04.344956 | 2021-10-08T05:59:24 | 2021-10-08T05:59:24 | 398,359,907 | 0 | 0 | null | 2021-08-28T12:33:09 | 2021-08-20T17:55:14 | C++ | UTF-8 | C++ | false | false | 2,083 | cpp | #include <bits/stdc++.h>
using namespace std;
#define sim template < class c
#define ris return * this
#define dor > debug & operator <<
#define eni(x) sim > typename \
enable_if<sizeof dud<c>(0) x 1, debug&>::type operator<<(c i) {
sim > struct rge { c b, e; };
sim > rge<c> range(c i, c j) { return rge<c>{i, j}; }
s... | [
"ujjwalpandey408@gmail.com"
] | ujjwalpandey408@gmail.com |
c3a9a59bb2e4ecd5131135c790788bd6033ea590 | fb98e790b90cc475b53780f1e5fedd5eccfe8b56 | /Laelaps/sw/liblaelaps/ut/utRobot.cxx | 7bbcc2667f91b570979f5bdb4df11e3344e0c953 | [
"MIT"
] | permissive | roadnarrows-robotics/rnr-sdk | e348dacd80907717bee4ad9c0a3c58b20fa380ae | be7b3e0806364cdb4602202aba2b4cdd9ba676f4 | refs/heads/master | 2023-08-16T06:52:31.580475 | 2023-08-03T19:45:33 | 2023-08-03T19:45:33 | 56,259,572 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,795 | cxx | ////////////////////////////////////////////////////////////////////////////////
//
// Package: Laelaps
//
// Program: utRobot
//
// File: utRobot.cxx
//
/*! \file
*
* $LastChangedDate: 2016-02-01 15:14:45 -0700 (Mon, 01 Feb 2016) $
* $Rev: 4289 $
*
* \brief Unit test liblaelaps robot class.
*
* \aut... | [
"robin.knight@roadnarrows.com"
] | robin.knight@roadnarrows.com |
5754e0caf5f2aa9ca2821a78e5fe0718cb7137ac | bc077ae16563297c741428f2f48ac1c5bac4ef21 | /SFMLSetup/main.cpp | 10fc2adc1cddd61c031dc388b4d803816ac877f2 | [] | no_license | RobertNieuwkoop/FallingSandSimulation | c0b5a2c1e86bdd22477d18dd04fd3591ae4f8b3a | 0af7fcc1c9e9f3be2f5cef4d13ebc92e9fe47915 | refs/heads/master | 2023-06-14T08:42:27.786664 | 2021-04-21T18:39:00 | 2021-04-21T18:39:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 323 | cpp | #include <iostream>
#include <string>
#include <SFML/Graphics.hpp>
#include <SFML/System.hpp>
#include <SFML/Window.hpp>
#include <SFML/Audio.hpp>
#include <SFML/Network.hpp>
#include "Game.h"
int main()
{
//Init Game engine
Game game;
while (game.running()) {
game.update();
game.render();
}
return 0... | [
"davidmclaugh@gmail.com"
] | davidmclaugh@gmail.com |
1c98ac9a2f67d2eacf6222eb5e01312a8e74bf21 | 3373becb8d434b2ebae20e9b2e446520115a968f | /os/android/grallocbufferhandler.cpp | 57ff8476046fdc9d5418cdbcd1d29fdcbf09c470 | [] | no_license | yogesh-marathe/IA-Hardware-Composer | e98670ced0016d28ac836e10fffec00a27404536 | ef70c6132f1dfc1ee842bc231e1aebcbe9247965 | refs/heads/master | 2021-01-19T22:54:13.357196 | 2017-04-24T09:37:56 | 2017-04-24T09:40:48 | 88,889,599 | 0 | 0 | null | 2017-04-20T16:54:11 | 2017-04-20T16:54:10 | null | UTF-8 | C++ | false | false | 4,779 | cpp | /*
* Copyright (C) 2016 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... | [
"kalyan.kondapally@intel.com"
] | kalyan.kondapally@intel.com |
ee3beafb9fe15990fbf5134df01edcc9bb84006d | 9a3b9d80afd88e1fa9a24303877d6e130ce22702 | /src/Providers/UNIXProviders/PolicyRuleValidityPeriod/tests/PolicyRuleValidityPeriod.Tests/main.cpp | d5ddfb78054312b9d553750cf4508e50f3c76147 | [
"MIT"
] | permissive | brunolauze/openpegasus-providers | 3244b76d075bc66a77e4ed135893437a66dd769f | f24c56acab2c4c210a8d165bb499cd1b3a12f222 | refs/heads/master | 2020-04-17T04:27:14.970917 | 2015-01-04T22:08:09 | 2015-01-04T22:08:09 | 19,707,296 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,083 | cpp | //%LICENSE////////////////////////////////////////////////////////////////
//
// Licensed to The Open Group (TOG) under one or more contributor license
// agreements. Refer to the OpenPegasusNOTICE.txt file distributed with
// this work for additional information regarding copyright ownership.
// Each contributor lice... | [
"brunolauze@msn.com"
] | brunolauze@msn.com |
3183d4237af154f28f498ae087dc8c8d1120f740 | 5bf03d99f9849f283229baa747a383f1b0e682a1 | /src/rpcblockchain.cpp | cabbe16eed1e6b71fbe735714cf55189fe4535dc | [
"MIT"
] | permissive | vividplatform/vividcoin | f98b94c60b7a5cd371799019af16bf1a11ce8508 | 7a23aba5932470ac10a843302d86f9b694201d68 | refs/heads/master | 2020-03-20T10:15:41.813739 | 2019-10-10T13:19:42 | 2019-10-10T13:19:42 | 137,364,401 | 3 | 4 | MIT | 2018-12-01T16:15:13 | 2018-06-14T13:50:16 | C++ | UTF-8 | C++ | false | false | 33,415 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php... | [
"vividtoken@gmail.com"
] | vividtoken@gmail.com |
6b160e90da9424a466e7f786861ffe39638151f2 | d0db9eaf6333da4bd1336c24c71cca2ae61a6514 | /bin/targetCtrlDir/FollowerProperty.h | cd4b70ca671db167e8666d1572d940076d949b7f | [] | no_license | quinsmpang/CcbToCode | 2c33fad6f4ee5bf8df0c5817e0593277a7373558 | 970b1e4063494c9aa115e50f56de216f730d2168 | refs/heads/master | 2019-04-21T08:26:56.366457 | 2015-03-02T02:47:46 | 2015-03-02T02:47:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,096 | h | //
// FollowerProperty.h
//
//
// this code is auto generate by the tool created by neo. Email andsonliang@gmail.com
// and improved by TerrenceRao. Email rcttobattle@gmail.com
// feel free to modify this class
//
#ifndef __autogen_ccbuilder__FollowerProperty__
#define __autogen_ccbuilder__FollowerProperty__
#i... | [
"rct1985@163.com"
] | rct1985@163.com |
8423fdc9bd2bcaddbd7451a75507864ce59b6f3c | a33aac97878b2cb15677be26e308cbc46e2862d2 | /program_data/PKU_raw/7/913.c | ab3306b5aa32456a253dc18da08b51eda0e66a6d | [] | no_license | GabeOchieng/ggnn.tensorflow | f5d7d0bca52258336fc12c9de6ae38223f28f786 | 7c62c0e8427bea6c8bec2cebf157b6f1ea70a213 | refs/heads/master | 2022-05-30T11:17:42.278048 | 2020-05-02T11:33:31 | 2020-05-02T11:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 356 | c |
int main()
{
char s3[100];
char s1[100];
char s2[100];
int L1,L2,i,j;
gets(s1);
gets(s2);
gets(s3);
L1=strlen(s1);
L2=strlen(s2);
for(i=0;i<L1;i++)
{
if(s1[i]==s2[0]&&s1[i+L2-1]==s2[L2-1])
{
for(j=i;j<i+L2;j++)
{
s1[j]=s3[j-i];
}
break;
}
... | [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
3f5ca3e20cab5a3f770630a8ee91e2cc06f97fa2 | ac0d3dc1867eaebe756642b9e29ac8a89e59309b | /Agora/Public/Modes/AgoraGameState.h | c2847b7e37681edb32ac393a55db61f910142911 | [] | no_license | lineCode/MobaGame | e58a9caf289f067d6708598ead35ddcfe9d2a806 | 1c26b527a19e5ec3bfaaa6fbe6869510cfecfa50 | refs/heads/main | 2023-03-25T22:17:11.179350 | 2021-03-29T22:43:06 | 2021-03-29T22:43:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,926 | h | // Copyright (C) 2019 Kevin Ossia, Joe Finley, and Nicholas Arthur. Unauthorized copying of this file via any medium is strictly prohibited.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/GameState.h"
#include "AgoraTypes.h" // FDamageContext
#include "AgoraGameState.generated.h"
class AAgoraPlayerSta... | [
"joefinleybusiness@gmail.com"
] | joefinleybusiness@gmail.com |
f3002abb7b9551b6c6f25c19fa9078eb0aa97e18 | 5d83739af703fb400857cecc69aadaf02e07f8d1 | /Archive2/0b/79f84878b28746/main.cpp | be3aa617cb01f99f15b6d544b3ac57fb278d3117 | [] | no_license | WhiZTiM/coliru | 3a6c4c0bdac566d1aa1c21818118ba70479b0f40 | 2c72c048846c082f943e6c7f9fa8d94aee76979f | refs/heads/master | 2021-01-01T05:10:33.812560 | 2015-08-24T19:09:22 | 2015-08-24T19:09:22 | 56,789,706 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 681 | cpp | #include <type_traits>
class BASE_Y {};
class BASE_X {};
struct A {
template<class T, class = void>
class S;
template<class T>
class S < T, typename std::enable_if< std::is_base_of< BASE_Y, T >::value >::type > {};
template<class T>
class S < T, ty... | [
"francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df"
] | francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.