blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b2642107d316d2eb84cd0622ad83d7a3c2d2cbce | da3209e8b6698f7190801e2fef80e0e7762e5e83 | /deps/v8/src/regexp/x64/regexp-macro-assembler-x64.cc | 1e21182c35c21c8c71d0347f3bb9d9653360667a | [
"NAIST-2003",
"Artistic-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-openssl",
"NTP",
"ICU",
"Zlib",
"LicenseRef-scancode-unicode",
"MIT",
"ISC",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"SunPro",
"bzip2-1.0.6"
] | permissive | theanarkh/read-nodejs-code | 69ed88ba4186eecc8a4c9c07ca7bfe663a321f0b | 0a9ef6117fedb96a331fa1b4894e7ed249a52c89 | refs/heads/master | 2023-04-07T07:00:30.427988 | 2023-03-23T15:51:33 | 2023-03-23T15:51:33 | 174,857,307 | 122 | 24 | NOASSERTION | 2022-01-15T01:24:13 | 2019-03-10T17:31:26 | JavaScript | UTF-8 | C++ | false | false | 46,354 | cc | // Copyright 2012 the V8 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.
#if V8_TARGET_ARCH_X64
#include "src/regexp/x64/regexp-macro-assembler-x64.h"
#include "src/factory.h"
#include "src/log.h"
#include "src/macro-assemb... | [
"2923878201@qq.com"
] | 2923878201@qq.com |
7832c25611eaf7f2afe07897823884101f7ed32f | 8b8cfce27f883053d0c869777b6f5db3d6fcc159 | /Ideas/DuelParticles_initialTest/src/Particle.cpp | b84081efdb3098af469ed71fd2db0d090fe3bde3 | [] | no_license | xcode2010/NWS_violins | 2088ad09d4401b9e04bb888327a8caba1b5d9a29 | 0c62bd3ab7612473772ea614265345bde3df403b | refs/heads/master | 2021-05-26T16:40:36.311329 | 2013-11-10T03:40:39 | 2013-11-10T03:40:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,192 | cpp | //
// Particle.cpp
// violinParticleTest
//
// Created by Owen Herterich on 10/6/13.
//
//
#include "Particle.h"
Particle::Particle( ofVec2f _pos, ofVec2f _vel, ofColor _c ) {
pos = _pos;
vel = _vel;
c = _c;
age = 0;
life = ofRandom(100,200);
size = 4;
trans = 150;
da... | [
"oherterich@gmail.com"
] | oherterich@gmail.com |
d4ab20735b2441d5d88a768cf48d9df3d9cc0a51 | b9f17af8066d6a37b407cdf4d374869b00fd5aaf | /UdpServer/main.cpp | 9ab6ec3d0ddc5bfcdd2d36ce7d3a843980c417fc | [] | no_license | ulkiorra1992/UdpChat | 5cbb7a00c8e2d54b8ea04a220182b0f7badfaab7 | 9386d41a3c16e91b9921dbacc9a878fbb619e6f8 | refs/heads/master | 2021-04-30T04:18:03.788411 | 2018-02-23T07:01:39 | 2018-02-23T07:01:39 | 121,533,069 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 742 | cpp | #include "server.h"
#include <QApplication>
#include <QTextCodec>
void initCodec();
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
initCodec();
Server server;
server.show();
return app.exec();
}
// ==================== Oтображение русских букв =============================//
vo... | [
"stepanov12@bk.ru"
] | stepanov12@bk.ru |
35cdec16e94474f9e9c7a0c89ab0913b221aa5e5 | e969e081ecb312b1c778cd6f8d04face96fad5cd | /Combination/BinUtils.h | 9f14c9518ba561113df2328329d9dae86eb7746f | [] | no_license | roshan-chandekar/Combination | 1d87fd15fdc726b4406456106781e01d37360172 | 60ee95510620ae9dbbbbdafba9ba1e91a8f01785 | refs/heads/master | 2023-03-16T04:41:36.780272 | 2017-12-23T12:32:54 | 2017-12-23T12:32:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,842 | h | ///
/// BinUtils.h
///
/// Some utilities to deal with bins
///
#ifndef __BTagCombination__BinUtils__
#define __BTagCombination__BinUtils__
#include "Combination/Parser.h"
#include <set>
#include <vector>
namespace BTagCombination {
// Get the list of bins from a single analysis
std::set<std::set<CalibrationBi... | [
"gwatts@47dd0619-b7a8-462c-89d8-56395fd97e59"
] | gwatts@47dd0619-b7a8-462c-89d8-56395fd97e59 |
5fd46bf7b18a601b2135f44653c9d9cc3b30348a | 03a033adeb5bff3166cc6069f0032570c53d21d1 | /archive/tmpl_test.hpp | 63dab0d614fc59841269c28a206e0f25c1c8ed16 | [] | no_license | mdeilman/cpptut | 2c6217ef8eeb82bc6779feebfeff7a5f2dfb1e11 | f78f64e6702f450393ac1cccaf78016e6cfd7398 | refs/heads/master | 2021-01-17T12:51:35.360761 | 2017-09-06T07:37:09 | 2017-09-06T07:37:09 | 59,654,864 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 140 | hpp | #ifndef TMPL_TEST_HPP_
#define TMPL_TEST_HPP_
#include "gtest/gtest.h"
#include "tmpl.hpp"
TEST(Name, name){
}
#endif // TMPL_TEST_HPP_
| [
"mario.deilmann@googlemail.com"
] | mario.deilmann@googlemail.com |
589faebc6ca852fdcc2824c8408e4a100353286c | b5a6bcac54314b8f0e0140fb1b962bafd7757fbf | /bitmap.h | bf7141989f95ec7580fa6f2e1d17f83f5beeb9ef | [] | no_license | DantasVD/GraphPatternMatching | 9c5d65d53d9e08d751d63e29b76dcaaa54f40afb | d41ae87338a7bfd5663dab5700c35a1c4ddfa9e9 | refs/heads/master | 2020-04-18T09:39:10.796184 | 2019-02-07T03:07:38 | 2019-02-07T03:07:38 | 167,441,737 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 494 | h | #include <bits/stdc++.h>
using namespace std;
class Bitmap {
private:
Vertex* vertice;
bool bit;
public:
//Construtor
Bitmap(Vertex* ver, bool value);
//gets e sets
void setBool(bool value);
bool getBool();
Vertex* getVertex();
};
Bitmap::Bitmap(Vertex* ver, bool value){
vertice =... | [
"dantas.victor94@gmail.com"
] | dantas.victor94@gmail.com |
dadc2bd336e148fdbfa6a76cd9796db83cd437a6 | 65025edce8120ec0c601bd5e6485553697c5c132 | /Engine/rendersystem/gles/GLESTypes.cc | 2387678d431536206ab573e5e6e4363da48cea15 | [
"MIT"
] | permissive | stonejiang/genesis-3d | babfc99cfc9085527dff35c7c8662d931fbb1780 | df5741e7003ba8e21d21557d42f637cfe0f6133c | refs/heads/master | 2020-12-25T18:22:32.752912 | 2013-12-13T07:45:17 | 2013-12-13T07:45:17 | 15,157,071 | 4 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 10,515 | cc | /****************************************************************************
Copyright (c) 2011-2013,WebJet Business Division,CYOU
http://www.genesis-3d.com.cn
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
i... | [
"jiangtao@tao-studio.net"
] | jiangtao@tao-studio.net |
80f62e275b1d9d84084b54e89fd45e91917a1311 | 009a28ea1222e2655bd66c58f1a26606561ddd64 | /testing faster cin in loop/main.cpp | 10de9e4ca7be9b4637cab7423f1c4186334bbec7 | [] | no_license | naveenyadav15/Hackerrank | 3aaa812febd769ca99dd803c07c37c458f9d425e | f47eaad3b33db2169f71e5c77253c3724d712174 | refs/heads/master | 2020-05-29T14:36:28.910189 | 2016-09-13T11:56:04 | 2016-09-13T11:56:04 | 65,710,807 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 554 | cpp | #include <iostream>
using namespace std;
int main()
{int n,i=0;
cin>>n;
int a[n];
while(i!=n) /*it makes it faster then normal linear search *as it checks only one operation*
as compared to the * for * loop*/
{ cin>>a[i];
i++;
}i... | [
"naveenyadav4116@gmail.com"
] | naveenyadav4116@gmail.com |
21485e3197abbdb2a38ccee68d344f65b2bf7c0d | 9cd5292363ba856ec75b71e90b4129dea515889a | /tests/tst_test.cpp | 39f39dad0a668c04b0df1600bf25e4146b04e17e | [] | no_license | operasfantom/dirdemo | baa98a68a5804d0c4d574931a27f9930cc41ab9c | b1bedd12fcd07b2d7e54b90219edcd6be0223ac1 | refs/heads/master | 2020-04-14T09:42:10.431362 | 2019-01-26T13:21:40 | 2019-01-26T13:21:40 | 163,766,607 | 1 | 0 | null | 2019-01-01T21:07:44 | 2019-01-01T21:07:44 | null | UTF-8 | C++ | false | false | 2,574 | cpp | #include "tst_test.h"
test::test()
{
}
test::~test()
{
}
void test::create_file(QString data, int quantity)
{
static int id;
for (int i = 0; i < quantity; ++i) {
QFile file(GENERATE_PATH.filePath(QString::number(++id)));
// qDebug(QFileInfo(file).absoluteFilePath().toUtf8());
if (fil... | [
"operasfantom@gmail.com"
] | operasfantom@gmail.com |
dd39e86989864b9167fafbdedd0e35026fc3f1c0 | 11c7699d4d37958fb78d08be2049b508e271869a | /Player+img.cpp | 5f5fbe67026f067fdd48c2f240b3ab0923699496 | [] | no_license | young0915/Kg-StartdewValley | 3d0ebe9171263c21b9176f6979824b422e325979 | 7a6c2befd8daa424b0d2e62e25679be24705a83c | refs/heads/master | 2021-01-26T03:59:36.052030 | 2020-04-04T13:51:20 | 2020-04-04T13:51:20 | 243,297,266 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,431 | cpp | #include "stdafx.h"
#include "Player.h"
/*
이곳은 플레이어 이미지만 있는 곳
*/
void Player::playerimg()
{
//플레이어 정보
IMAGEMANAGER->addFrameImage("플레이어몸통", "images/player/player_body.bmp", 96 * 3, 512 * 3, 6, 16, true, RGB(255, 0, 255));
IMAGEMANAGER->addFrameImage("팔", "images/player/player_arm.bmp", 96 * 3, 640 * 3, 6, 20, true... | [
"38437784+young0915@users.noreply.github.com"
] | 38437784+young0915@users.noreply.github.com |
27d682d5aaaf5c9387632cfa416c7030da88ca6f | daeec99966405da47825e7b2d124be43129049b4 | /src/resources/Chewy.hpp | 17a2c8aa344cb79ac42e093774f428e5a99e9861 | [
"MIT"
] | permissive | aapeliv/blox | f1a21cfcf24448d0b53d381d63421e95303c89e7 | d4d7cc85270368a02823ba2703ced054a0357778 | refs/heads/master | 2021-09-05T01:36:23.684387 | 2018-01-23T13:28:16 | 2018-01-23T13:28:16 | 114,073,256 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 254,086 | hpp | unsigned char Chewy_ttf[] = {
0x00, 0x01, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x80, 0x00, 0x03, 0x00, 0x70,
0x4f, 0x53, 0x2f, 0x32, 0x62, 0x9f, 0x27, 0xfa, 0x00, 0x00, 0x00, 0xfc,
0x00, 0x00, 0x00, 0x60, 0x63, 0x6d, 0x61, 0x70, 0x14, 0x83, 0x9b, 0x26,
0x00, 0x00, 0x01, 0x5c, 0x00, 0x00, 0x02, 0xc6, 0x63, 0x76, 0x74, ... | [
"hello@aapelivuorinen.com"
] | hello@aapelivuorinen.com |
bcd841f76f86d1edc9c07b92d50dd026ea7a59cd | 4fe79a078c1aec9e224305d8d934fedeac9d6dfd | /src/main.cpp | d44861ae3213e1689f0507e4e8dc62c135ef8615 | [
"LicenseRef-scancode-public-domain"
] | permissive | manyoso/qcode | d6dcb374bb165fa13efa5e1403789e5094e6b84b | 903b5f5fd0d3fbdf54bf2fed9d8ceb407d462d4c | refs/heads/master | 2021-01-10T07:54:01.315301 | 2015-09-30T15:22:04 | 2015-09-30T15:22:04 | 43,440,781 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 151 | cpp | #include "qcode.h"
#include <QWidget>
#include "mainwindow.h"
int main(int argc, char *argv[])
{
QCode app(argc, argv);
return app.exec();
}
| [
"manyoso@yahoo.com"
] | manyoso@yahoo.com |
5653930f76133612942599673da31fde9e1b1bda | 4503b4ec29e9a30d26c433bac376f2bddaefd9e5 | /RealDWG/2012/x64/Inc/mgdinterop.h | 4cf9d4369c6ed5932e9033d9465f3a4ef7cac8d8 | [] | no_license | SwunZH/ecocommlibs | 0a872e0bbecbb843a0584fb787cf0c5e8a2a270b | 4cff09ff1e479f5f519f207262a61ee85f543b3a | refs/heads/master | 2021-01-25T12:02:39.067444 | 2018-02-23T07:04:43 | 2018-02-23T07:04:43 | 123,447,012 | 1 | 0 | null | 2018-03-01T14:37:53 | 2018-03-01T14:37:53 | null | UTF-8 | C++ | false | false | 8,451 | h | // $Header: //depot/release/ironman2012/develop/global/inc/dbxsdk/mgdinterop.h#1 $ $Change: 237375 $ $DateTime: 2011/01/30 18:32:54 $ $Author: integrat $
// $NoKeywords: $
//
//////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright 2003-2011 by Autodesk, Inc.
//
// Perm... | [
"jwMoon@3e9e098e-e079-49b3-9d2b-ee27db7392fb"
] | jwMoon@3e9e098e-e079-49b3-9d2b-ee27db7392fb |
f7bf84d8ebccce03fe512371d276b31e42eb2183 | d94e6ed8fa1896eb5960117b21c5ad62d9b8b34c | /Atcoder/ARC104/B.cpp | ffc22527dd91d22b883548cb7237355f49ab8387 | [
"MIT"
] | permissive | djayy035/Code_of_gunwookim | e33bff4840900f4a7916f6b1376fd6daa813bb98 | e72e6724fb9ee6ccf2e1064583956fa954ba0282 | refs/heads/main | 2023-03-03T17:46:51.808322 | 2021-02-10T13:58:52 | 2021-02-10T13:58:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,006 | cpp | #include <bits/stdc++.h>
#define x first
#define y second
#define pb push_back
#define all(v) v.begin(),v.end()
#pragma gcc optimize("O3")
#pragma gcc optimize("Ofast")
#pragma gcc optimize("unroll-loops")
using namespace std;
const int INF = 1e9;
const long long llINF = 1e18;
const int mod = 998244353;
typedef long l... | [
"mario05092929@gmail.com"
] | mario05092929@gmail.com |
1fe8c6baf4b2eed6a747eb36207626b4b7f648cd | 77012e709bc909b40d9211ad323b162a68ff65d7 | /main.cpp | 54fddb0b7d1fb4fb2cc4a36177fefb7e579bb3a3 | [] | no_license | travoul/messingaroungGL | 5e7346d868f17e485e24ccfef9c57ef2fd9647f2 | 5659a92da0cd9e9310268c1fe1fd3b1c6fb3ef39 | refs/heads/master | 2021-01-15T23:11:37.987298 | 2015-05-07T15:40:22 | 2015-05-07T15:40:22 | 35,228,551 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,197 | cpp | #define GLEW_S
#include <iostream>
#include <SFML/Graphics.hpp>
#include <GL/glew.h>
int main(int argc, char *argv[])
{
sf::ContextSettings settings;
settings.depthBits = 24;
settings.stencilBits = 8;
settings.antialiasingLevel = 2;
sf::RenderWindow window(sf::VideoMode(1280, 760), "Messing Around!",sf::Style::C... | [
"marcellopfcosta@gmail.com"
] | marcellopfcosta@gmail.com |
64c3044ec6466d446ec24d196a5e6249526a8985 | b291abc4e7a65357c4263e4ebeb13a833f614e40 | /src/MIT_alice/MAUICompasses.h | 4db962333a6bc24b0dcd18055b39b26fade76655 | [
"MIT"
] | permissive | wnsgml972/aliceui | 7088114b1f9c5f74b55de85fc32730058ac9c2d9 | f06571363c3e93b73bc665e21b0f1f024702a773 | refs/heads/master | 2020-06-15T14:22:05.988018 | 2019-03-08T02:49:14 | 2019-03-08T02:49:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,275 | h | #pragma once
#include "MITAliceDef.h"
namespace mit::alice
{
class MITALICE_API MAUISphereCompass : public AUICompass
{
public:
MAUISphereCompass() = default;
~MAUISphereCompass() override = default;
void CalcControlPosition(const glm::vec3& vRayOrg, const glm::vec3& vRayDir) ove... | [
"skwoo@midasit.com"
] | skwoo@midasit.com |
27f783eb6b4b53e8fed47489c8f7f96cd2327460 | 2cf838b54b556987cfc49f42935f8aa7563ea1f4 | /aws-cpp-sdk-glue/source/model/DeleteSchemaVersionsResult.cpp | b361695d0636ab30d107d7d3acdb28b0572d0454 | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | QPC-database/aws-sdk-cpp | d11e9f0ff6958c64e793c87a49f1e034813dac32 | 9f83105f7e07fe04380232981ab073c247d6fc85 | refs/heads/main | 2023-06-14T17:41:04.817304 | 2021-07-09T20:28:20 | 2021-07-09T20:28:20 | 384,714,703 | 1 | 0 | Apache-2.0 | 2021-07-10T14:16:41 | 2021-07-10T14:16:41 | null | UTF-8 | C++ | false | false | 1,296 | cpp | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/glue/model/DeleteSchemaVersionsResult.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <aws/core/AmazonWebServiceResult.h>
#include <aws/core/utils/StringUtils.h>
#include <aw... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
61a80113898f7a00607ddcd0c1fccc9ae84bbf5a | 487f88955f150fc034baae5a727994c29636398b | /opensplice/install/HDE/x86_64.linux/include/streams/SACPP/streams_dcps.h | 91746fda33e6288e0ade1da5e1b352a237abb537 | [
"Apache-2.0"
] | permissive | itfanr/opensplice-cpp-cmake | 6ddb8767509904c8b2a3cd3d3fafc3b460202ea0 | d9a3eac9d7e91d3a5f114c914a449a9911d1d1ea | refs/heads/master | 2020-04-01T22:32:35.124459 | 2018-10-19T05:34:14 | 2018-10-19T05:34:14 | 153,714,000 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,907 | h | //******************************************************************
//
// Generated by IDL to C++ Translator
//
// File name: streams_dcps.h
// Source: /home/itfanr/repo_git/github.com/ADLINK-IST/opensplice/src/api/streams/idl/streams_dcps.idl
// Generated: Fri Oct 12 16:41:49 2018
// OpenSplice 6.7.180404OSS
... | [
"bjq1016@126.com"
] | bjq1016@126.com |
c248efb7cab6732efc2e7f5967ed101536fecdbf | b68d0b044b1c933862d12649606c9b03b8f86198 | /test/test/Player.cpp | 61f7e6a5cd4ca0da94bdb273844ef378ee134874 | [] | no_license | andrewoneill/Box2D-SDL | 2df7e144fc0a25fe4bdf7f9affa0d8147c302225 | 20a2a05d77735c4c21227919c3b7253b606385b6 | refs/heads/master | 2016-09-10T11:44:21.478073 | 2015-03-02T09:40:44 | 2015-03-02T09:40:44 | 31,512,702 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 66 | cpp | #include <Player.h>
Player::Player(){
}
Player::~Player(){
}
| [
"andrew.oneill@outlook.com"
] | andrew.oneill@outlook.com |
4e99879b86d3045e37369c50ff26bdf8cd63a5cc | 6a90b7b15c41d1a6d8214e55bb8511ccae902919 | /src/drivers/nrf/nrf.cpp | 2b2015d57b7c0ed92afb45f98e8f27d303fadd8b | [
"BSD-3-Clause"
] | permissive | phuonglab/argon-rtos | 378dc203b96f37f5a9643debc90ed1c0a067f17f | da43d5a5485cda0ee6dd2e00fa7668eb4f053d7f | refs/heads/master | 2020-04-07T15:42:26.499159 | 2015-01-10T22:01:47 | 2015-01-10T22:01:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,677 | cpp | /*
* Copyright (c) 2014 Immo Software
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain the above copyright notice, this list
* of conditio... | [
"flit@me.com"
] | flit@me.com |
901b1740851922bd722d8fef09cd6f76d410f0af | 8ac2b2eedb374c69c843b489128ee3579f60fa4d | /data_pool/datapool.h | f251070ec3b937e5edbdf744e4cbd757dddf761e | [] | no_license | tongtongbaike/udp_comm | 07cda6c768b8f561ddb17a505c8a421b0bb7ffb0 | b98bf57d6f9f5a927a80afb043e9a64323374ec3 | refs/heads/master | 2020-04-02T03:56:06.218620 | 2016-07-21T04:12:18 | 2016-07-21T04:12:18 | 63,835,461 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 499 | h | #include<iostream>
#include<vector>
#include<semaphore.h>
#include<pthread.h>
#include<stdlib.h>
#include<stdio.h>
#include<string>
#define _DATA_SIZE_ 256
using namespace std;
class data_pool
{
public:
data_pool();
~data_pool();
void pool_push(string &msg);
void pool_pop(string &msg);
private:
vector<st... | [
"tongtongbaike@foxmail.com"
] | tongtongbaike@foxmail.com |
6f98f43dc93fb08aaa0e1f89c9c5321c7d251978 | 89c3e7831e90bbfa527b926ae4293051ee602827 | /PARAEngineTest/unittest1.cpp | 2f8d6d48547659d1f68594024d9b55500c091d9e | [] | no_license | Razjelll/PARAEngine | d3c4c2b9db01215f09557f973b0169d6ee33f047 | 9ab33a1988c5d01fb87c2c7e307dbd2adc1b249d | refs/heads/master | 2021-01-02T22:30:10.070628 | 2017-08-16T09:27:56 | 2017-08-16T09:27:56 | 99,332,533 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 264 | cpp | #include "stdafx.h"
#include "CppUnitTest.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
namespace PARAEngineTest
{
TEST_CLASS(UnitTest1)
{
public:
TEST_METHOD(TestMethod1)
{
// TODO: W tym miejscu dodaj kod testowy
}
};
} | [
"followthekicaj@gmail.com"
] | followthekicaj@gmail.com |
dcf51fe452ef9f0fe6a66dde4d3d4d608275f77e | dcc43f45f945011a74303ac9cbc5f800b0a8ee83 | /src/Main.cpp | d807685270a721cc1cc26f392147859687ea1ed3 | [] | no_license | Anastasija3793/DustyParticles | 69a2add0ff56d43f0290f524633de094f0f97b07 | 01c7d393e0b0db5eed0e8ad6faf16a2d4fa2ec66 | refs/heads/master | 2021-01-19T11:20:31.067732 | 2017-05-16T06:10:01 | 2017-05-16T06:10:01 | 87,954,047 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,147 | cpp | /// @file Main.cpp
/// @brief Title of Brief: Programming project 2
/// This is the program which represents a particle system named 'DustyParticles'.
/// The particle system itself represents a 'cloud' of dust particles.
/// The 'cloud' floats diagonally when it is in its normal/default behaviour ... | [
"s4923023@bournemouth.ac.uk"
] | s4923023@bournemouth.ac.uk |
ae200c4a16260821d9f1ea156a9ff2c65aba5dd3 | 5cae0bb7b1e35690f7f61a2b19455ea13a9311f1 | /editor/editor_runtime/editing/editing_system.cpp | 46d7727f0f29f2817a89aacb1c5e9aa3fbbecd45 | [
"BSD-2-Clause"
] | permissive | qipa/EtherealEngine | aa05c19c53fc8042fdd23640f99691f54f33a2ac | 0bce890d2783261023a4bcb743896f4930fe2872 | refs/heads/master | 2020-04-05T19:48:30.464283 | 2018-08-24T05:37:30 | 2018-08-24T05:37:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,505 | cpp | #include "editing_system.h"
#include "core/graphics/texture.h"
#include "core/system/subsystem.h"
#include "runtime/assets/asset_manager.h"
#include "runtime/ecs/components/audio_listener_component.h"
#include "runtime/ecs/components/camera_component.h"
#include "runtime/ecs/components/transform_component.h"
#include "... | [
"nikolai.p.ivanov@gmail.com"
] | nikolai.p.ivanov@gmail.com |
1d752c7182bb990949beb237ce5860934a188723 | 388fbd2245e2dd65601c46d201a1afa9ee2f6d2c | /src/p2p/addrdb.cc | fd97331f9ad6be0566a95e62d387eba7ccc31e22 | [
"MIT"
] | permissive | Ambr-org/Ambr | c927299c4b5ee33fefce7845e8a42e8a4e8c4cc0 | 2f36bac6e675006d83eb45b54a9907a0ebb7e3d5 | refs/heads/master | 2020-03-22T15:24:53.391685 | 2018-11-20T02:16:49 | 2018-11-20T02:16:49 | 140,250,863 | 12 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 4,047 | cc | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2017 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <addrdb.h>
#include <addrman.h>
#include <chainparams.h>
#include <vers... | [
"243522440@qq.com"
] | 243522440@qq.com |
d6748dfe3c7318dabc6d55cde6b88e70a4283867 | 1804bd640436344df4c6038a32acc3f08aa4dfd6 | /include/vibeam/composition/Material.hpp | a0ba20963fa31cb3a0e6723158db6a5cea020355 | [] | no_license | jeanpantoja/vibeam | 63cdb974125a74b9fcf0366586d74b1c3d204c26 | ba6b73051cb46c824476ebd15b506c78177619c2 | refs/heads/master | 2021-08-23T06:09:02.961582 | 2017-12-03T20:07:03 | 2017-12-03T20:07:03 | 112,401,972 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,096 | hpp | #pragma once
#include <string>
namespace vibeam
{
namespace composition
{
class Material
{
public:
/**
* @param name std::string Name of material
* @param density double Density in Kg/m^3 units
* @param elasticity double Elasticity in Pa units
* @param poisson double Poisson ratio... | [
"je.cspantoja@gmail.com"
] | je.cspantoja@gmail.com |
0fda42651686877e47423436d9e4f93ddd2f1d03 | 6a5e7c071f6f62c92f1dcedb8489edda371023fd | /23tree/23tree6.cpp | 7d52e2d3bafa1c3588fb790b7b53410e5992dd92 | [] | no_license | hzhua/oiprogram | 3ba80cf984682a7213f54e6d61cd3e5cbf6492f9 | ca3e2c0e34446db28cb7200a40802647c09a42b3 | refs/heads/master | 2021-03-12T23:00:10.811539 | 2009-05-09T09:43:41 | 2009-05-09T09:43:41 | 125,700 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,473 | cpp | #include<stdio.h>
#include<stdlib.h>
struct tttree
{
tttree *left,*right,*mid,*extra;
tttree *par;
int v1,v2;
int type;
void needswap(){if(v1>v2&&type==3){int t=v1;v1=v2;v2=t;}}
tttree(int a){left=right=mid=extra=par=NULL;v1=a;type=2;}
tttree(){left=right=mid=extra=par=NULL;type=v1=v2=0;}
};
tttree *root;
int ... | [
"hzhua201@gmail.com"
] | hzhua201@gmail.com |
58a7a80649d7a663f9e3bf7ab649432ced9b6587 | 297497957c531d81ba286bc91253fbbb78b4d8be | /toolkit/crashreporter/google-breakpad/src/common/linux/elf_core_dump.cc | f6d5ebe0c39b2759a2462960a4407f09399f1b52 | [
"BSD-3-Clause",
"LicenseRef-scancode-unicode-mappings",
"LicenseRef-scancode-unknown-license-reference"
] | 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 | 3,895 | cc |
#include "common/linux/elf_core_dump.h"
#include <stddef.h>
#include <string.h>
namespace google_breakpad {
ElfCoreDump::Note::Note() {}
ElfCoreDump::Note::Note(const MemoryRange& content) : content_(content) {}
bool ElfCoreDump::Note::IsValid() const {
return GetHeader() != NUL... | [
"mcastelluccio@mozilla.com"
] | mcastelluccio@mozilla.com |
ffa2f4e8e3607cad19a6598507a061683087dbaf | 36fd6a38645f8d24657c8d29bb3c46069c6a2c2d | /project1/panntilt/Sid/Brake/src/PCL_Publisher.cpp | de5a5d7abf5cb298461317c21bd4a05d7a1de435 | [] | no_license | silent07/workspace | 4a597e6e18800ab4ad8048ad0b0095c04e55dea6 | 58891e4135619320b6c3ac736bcab8733d420ce5 | refs/heads/master | 2016-09-05T18:02:46.386953 | 2013-07-12T19:08:35 | 2013-07-12T19:08:35 | 10,446,372 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,498 | cpp | //Charanpreet Singh Parmar
//csp6@sfu.ca
//2011-8-19
#include <ros/ros.h>
#include <sensor_msgs/PointCloud.h>
#include <sensor_msgs/PointCloud2.h>
#include "sensor_msgs/point_cloud_conversion.h"
void PCL_callback(const sensor_msgs::PointCloud msg);
void RefreshData(const ros::TimerEvent& event);
ros::Publisher PCL_P... | [
"siddharth_oli@yahoo.com"
] | siddharth_oli@yahoo.com |
0b4925bd62564bc7b685f7387e0f0835912ff109 | a41a0e68886cdff81f56ce71ab7a4fc24470b373 | /tree/654-Maximum Binary Tree.cpp | bd58b251efe48090f31bfbee6711bd3c8f16a37e | [] | no_license | BlackApple-LMZ/leetcode-practice | 45590ab059efca6f2bf363fe80c56572ebaaa879 | 6dcbb4e3baee7d90f34c5d60bc32f692295ca287 | refs/heads/master | 2021-07-01T14:33:14.826433 | 2020-10-11T01:46:17 | 2020-10-11T01:46:17 | 180,742,461 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 445 | cpp | TreeNode* constructMaximumBinaryTree(vector<int>& nums) {
vector<TreeNode*> stk;
for (int i = 0; i < nums.size(); ++i)
{
TreeNode* cur = new TreeNode(nums[i]);
while (!stk.empty() && stk.back()->val < nums[i])
{
cur->left = stk.back();
stk.pop_back();
... | [
"noreply@github.com"
] | noreply@github.com |
f21500202aeecc0bcd28169c06bbf1c99929cc6c | cfe35c413b9e33ecc1e556caa36507e6827502cc | /Libraries/plist/Sources/Format/JSONWriter.cpp | 6667c3c0ca92eddc8fbfd0690ffdbfefd8b4ecd3 | [
"BSD-3-Clause",
"LicenseRef-scancode-philippe-de-muyter",
"NCSA",
"Zlib",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | stlwtr/xcbuild | 9c1cc4447dc92c1200df21e7f0c34cc5fc3c360a | 5244ba67519e7f4c2cfa40189c0e889108bfdeb2 | refs/heads/master | 2021-01-21T03:54:16.035901 | 2016-07-31T18:51:39 | 2016-07-31T18:51:39 | 65,064,894 | 1 | 0 | null | 2016-08-06T04:28:24 | 2016-08-06T04:28:23 | null | UTF-8 | C++ | false | false | 7,604 | cpp | /**
Copyright (c) 2015-present, Facebook, Inc.
All rights reserved.
This source code is licensed under the BSD-style license found in the
LICENSE file in the root directory of this source tree. An additional grant
of patent rights can be found in the PATENTS file in the same directory.
*/
#include <plist/Format... | [
"git@grantpaul.com"
] | git@grantpaul.com |
bf768f076c11b02c421712cba363a37a0d4fe735 | 7396a56d1f6c61b81355fc6cb034491b97feb785 | /externals/service_lapack_mkl.h | 411ea6ae55528506713edd4d9244f8710238f3aa | [
"Apache-2.0",
"Intel"
] | permissive | francktcheng/daal | 0ad1703be1e628a5e761ae41d2d9f8c0dde7c0bc | 875ddcc8e055d1dd7e5ea51e7c1b39886f9c7b79 | refs/heads/master | 2018-10-01T06:08:39.904147 | 2017-09-20T22:37:02 | 2017-09-20T22:37:02 | 119,408,979 | 0 | 0 | null | 2018-01-29T16:29:51 | 2018-01-29T16:29:51 | null | UTF-8 | C++ | false | false | 24,658 | h | /* file: service_lapack_mkl.h */
/*******************************************************************************
* Copyright 2014-2017 Intel Corporation
* All Rights Reserved.
*
* If this software was obtained under the Intel Simplified Software License,
* the following terms apply:
*
* The source code, informati... | [
"vasily.rubtsov@intel.com"
] | vasily.rubtsov@intel.com |
07d4fdcd1f4d3bad8ba739690e599a77370496b8 | b2b18fa2a1ed7cc3a1089235eea35684112662cb | /qmlpro/build-Teacher-Desktop_Qt_5_7_0_MinGW_32bit-Debug/debug/moc_sysset.cpp | 780790b81ef03033544826cfd9bd7950af19953c | [] | no_license | kevin201353/Terminal_multiresol | dbd99eb5d294eef0f06e7f1ce8410c5b954523da | ee2a93088dfbb1370752ea8234af1f5267ed192c | refs/heads/master | 2021-01-21T16:09:51.315060 | 2017-12-06T02:24:17 | 2017-12-06T02:24:17 | 68,807,731 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,496 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'sysset.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.7.0)
**
** WARNING! All changes made in this file will be lost!
**************************************************************... | [
"zhaosenhua@shencloudtech.com"
] | zhaosenhua@shencloudtech.com |
eb18c42211e58dd2d5b4a4175a7b0ecf4a150201 | 12ea67a9bd20cbeed3ed839e036187e3d5437504 | /winxgui/Swc/samples/PwcStudio/CExplorer.h | 909d84c072e5905655b21aa6f6a26544e63c143c | [] | no_license | cnsuhao/winxgui | e0025edec44b9c93e13a6c2884692da3773f9103 | 348bb48994f56bf55e96e040d561ec25642d0e46 | refs/heads/master | 2021-05-28T21:33:54.407837 | 2008-09-13T19:43:38 | 2008-09-13T19:43:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,476 | h | #pragma once
#include "StdAfx.h"
#include "resource.h"
class CExplorer : public CDockPanelBase
{
protected:
CToolBarCtrlEx m_ToolBarBuild;
CTreeViewCtrl m_TreeExplorer;
CComboBox m_comboboxExt;
CImageCtrl Image;
public:
CExplorer()
{
}
~CExplorer()
{
SaveConfig();
}
protecte... | [
"xushiweizh@86f14454-5125-0410-a45d-e989635d7e98"
] | xushiweizh@86f14454-5125-0410-a45d-e989635d7e98 |
428854c4eae1e681e0e2a65024827e6117a4133b | 634ed8963490fefa000bcbb48cd348cd46c79aab | /Backup/Super2048/Joueur.h | 5b054e37026282722b5bd5045381211779bb1ae4 | [] | no_license | Nicor20/Projet-S2-P11 | 67027417e8d4b9a32788490bd264927f3827fe21 | 93da60452e93e283a97e98348a48c6b302811e8b | refs/heads/master | 2023-04-06T03:36:30.152684 | 2021-04-20T16:50:05 | 2021-04-20T16:50:05 | 340,114,613 | 2 | 1 | null | 2021-04-05T17:46:20 | 2021-02-18T16:46:47 | C++ | ISO-8859-1 | C++ | false | false | 227 | h | #define JOUEUR_H
#ifdef JOUEUR_H
#include <QGraphicsRectItem>
#include <QKeyEvent>
class joueur : public QGraphicsRectItem
{
public:
void keyPressEvent(QKeyEvent* event); //gère les contrôles du joueur
};
#endif JOUEUR_H | [
"brow2801@usherbrooke.ca"
] | brow2801@usherbrooke.ca |
de339de7bc4b92124b86c2806de7aad99bf2c759 | 5c20e2238bf727a91c3430cd4ecbc56c98b0e50e | /Qt/Visualizador/linked_list.h | 50f7024f501d00f60a19baca2e40764c8f5c7dfb | [] | no_license | Jordy753/Lp-2-Jord | 10b2e73d0e2c1193cee1eb4b820ca71bcb9149a1 | ac29a7acf5caa67891a4a9b138f2896d1d18ab5c | refs/heads/master | 2020-05-09T14:53:02.775459 | 2019-07-10T09:05:04 | 2019-07-10T09:05:04 | 181,212,153 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,814 | h | #ifndef LINKED_LIST_H
#define LINKED_LIST_H
#include<iostream>
#include"image.h"
#include<direct.h>
#include <QDebug>
using namespace std;
template<class T>
class linked_list{
public:
struct node{
T date;
node* p_next;
node* p_prev;
node(const T &d,node* n=NULL,... | [
"yjor753@hotmail.com"
] | yjor753@hotmail.com |
f8708487910a58f46a65130d32f3a52143752317 | 7f7ebd4118d60a08e4988f95a846d6f1c5fd8eda | /wxWidgets-2.9.1/include/wx/dfb/cursor.h | 948e1cf74c33ae1d9a942b26db9421192c41a158 | [] | no_license | esrrhs/fuck-music-player | 58656fc49d5d3ea6c34459630c42072bceac9570 | 97f5c541a8295644837ad864f4f47419fce91e5d | refs/heads/master | 2021-05-16T02:34:59.827709 | 2021-05-10T09:48:22 | 2021-05-10T09:48:22 | 39,882,495 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,440 | h | /////////////////////////////////////////////////////////////////////////////
// Name: wx/dfb/cursor.h
// Purpose: wxCursor declaration
// Author: Vaclav Slavik
// Created: 2006-08-08
// RCS-ID: $Id$
// Copyright: (c) 2006 REA Elektronik GmbH
// Licence: wxWindows licence
////////... | [
"esrrhs@esrrhs-PC"
] | esrrhs@esrrhs-PC |
a49d3e2d771834d98bb2f4353b588eb544947d2e | e5fd9a9762d1e92251c4f0b9d7c0bcf8e2762469 | /lovely/inc/Spectrogram.h | e43a1503f516ab3c1b0461d0fd7b4bc87951a25a | [
"MIT"
] | permissive | gui-works/LovelyGUI-SDL-Educational | 87c2e064246d81884e18d191dc91aa48debffd1a | effa96664a7396b2ab90f0e6893f95865cf967a3 | refs/heads/master | 2020-09-20T16:03:06.008469 | 2019-08-13T05:03:41 | 2019-08-13T05:03:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 615 | h | #ifndef LOVELY_GUI_SPECTROGRAM
#define LOVELY_GUI_SPECTROGRAM
#include "Application.h"
#include "Widget.h"
#include "Texture.h"
namespace LovelyGUI
{
/* Waterfall Image */
class Spectrogram : public Widget
{
public:
Spectrogram(Object* parent=nullptr);
virtual ~Spectrogram();
virtual void setWidth(int ... | [
"hubenchang0515@outlook.com"
] | hubenchang0515@outlook.com |
a58df09fc89c6245f604d8e8c92f90336daa1a12 | 541a91ed5ab896d0053c88bc78c0dc2bc318a8fc | /Laberinto.cpp | 1d1f5ac2f539693d0e8fac439db2e1499f71ea27 | [] | no_license | fabr0d/ipoo | 0535e7cf0729d6ab68bbb8b63375d6cdd4f4ec80 | 48411662205594b2e77ec2063bf539c641a171f6 | refs/heads/master | 2021-05-29T17:17:51.487994 | 2015-10-29T03:07:46 | 2015-10-29T03:07:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,689 | cpp | #include <iostream>
#include <cstdlib>
#include <time.h>
#include <conio.h>
#define FIL 20
#define COL 50
using namespace std;
int destinox, puntox, puntoy;
char lab[FIL][COL];
void Menu();
void Inicializar();
void Imprimir();
void GenerarCamino(int i, int j);
void GenerarParedes();
void FinGenerar();
void Jugar(int ... | [
"fabrizio.flores@ucsp.edu.pe"
] | fabrizio.flores@ucsp.edu.pe |
09cc53ec905021a8b67c134527c313618e89e55b | 1a5a3b9f8675000cf94b1a6797a909e1a0fcc40e | /src/client/src/Util/SystemInfo.h | b9bcb56baa0c21596ceaecd92412b8465daf9d19 | [] | no_license | Davidixx/client | f57e0d82b4aeec75394b453aa4300e3dd022d5d7 | 4c0c1c0106c081ba9e0306c14607765372d6779c | refs/heads/main | 2023-07-29T19:10:20.011837 | 2021-08-11T20:40:39 | 2021-08-11T20:40:39 | 403,916,993 | 0 | 0 | null | 2021-09-07T09:21:40 | 2021-09-07T09:21:39 | null | UHC | C++ | false | false | 954 | h | #ifndef _SYSTEM_INFO_
#define _SYSTEM_INFO_
enum enumWINDOWS_VERSION {
WINDOWS_98 = 0,
WINDOWS_NT,
WINDOWS_ME,
WINDOWS_2000,
};
//----------------------------------------------------------------------------------------------------
/// class CSystemInfo
/// 유즈 시스템의 정보 관리
//------------------------... | [
"ralphminderhoud@gmail.com"
] | ralphminderhoud@gmail.com |
a3dc65f7774533b674e6c441faed181ea14746eb | 6e85deabed81af4024a5b0764fc5071232824271 | /game2d-dev-library/Collision/collisionHelper.cpp | c4f74b081f5adeb2d3536ebc9f6e3f5ed84fdf46 | [] | no_license | datnt908/game2d-directx-framework | 84ca8910809a5965d2861f0187055849e9763e6f | a97e27a12b42a4b2456b69dcd0a47071f18b056e | refs/heads/master | 2020-12-07T00:58:19.704374 | 2020-01-08T15:37:44 | 2020-01-08T15:37:44 | 232,596,078 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,840 | cpp | #include "collisionHelper.h"
MovementBox::MovementBox()
{
dtPosition = Vector2(0.f, 0.f);
position = Vector2(0.f, 0.f);
size = Vector2(0.f, 0.f);
}
BNDBOX MovementBox::getBndBox()
{
BNDBOX result;
if (dtPosition.x >= 0)
{
result.position.x = position.x;
result.size.x = dtPosition.x + size.x;
}
else
{
... | [
"34731364+NguyenTienDat150699@users.noreply.github.com"
] | 34731364+NguyenTienDat150699@users.noreply.github.com |
e4c159fc99f72a645a8a788d90055872bd097d8d | afa7a9d880345ac7d55ba1c1111a1fa01a9e5e9d | /ACcode/Codeforces/contest1213F.cpp | 109cf268cbac8d4089151fbe7b83fe168d612ec0 | [] | no_license | Sanzo00/ACM | a67bd40a75f14f58eed2b0af520a6a67487c609b | cdc05e9d5daa26c76bbb7448c8c61d2ab2a059d5 | refs/heads/master | 2022-01-11T10:01:31.787847 | 2019-12-20T05:08:20 | 2019-12-20T05:08:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,076 | cpp | #include <bits/stdc++.h>
#define endl '\n'
const int maxn = 2e5 + 5;
const int inf = 0x3f3f3f3f;
const int mod = 1e9 + 7;
using namespace std;
int a[maxn], b[maxn];
vector<int> g[maxn], g2[maxn];
int dfn[maxn], low[maxn], Stack[maxn], inStack[maxn], belong[maxn], in[maxn], ts, cnt, len;
int mp[maxn];
void init(int n) {... | [
"2102370669@qq.com"
] | 2102370669@qq.com |
9100b5c05cd8e15185152ccb0f2a70d345e0dfca | b1300a08e9450172a85de8aa492d198711397325 | /D2DTutorial5/D2DTutorial5.h | 3ede6a4ced160ba9831e097e4a13ff53b747c997 | [] | no_license | tomnoiprasit/D2DTutorial5 | 0bf1627f13ff9b205313ed265b4de8cf2eedce5d | 0d21694647c9721a925118ef1fc8cf84c0d4683f | refs/heads/master | 2021-01-19T00:14:38.261282 | 2014-08-10T06:56:26 | 2014-08-10T06:56:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 941 | h | #pragma once
#include "resource.h"
ID2D1Factory * pD2DFactory = NULL;
ID2D1HwndRenderTarget* pD2DHRT = NULL;
IWICImagingFactory* pWICImagingFactory = NULL;
IWICBitmapDecoder* pWICBitmapDecoder = NULL;
IWICFormatConverter* pWICFormatConverter = NULL;
IWICBitmapFrameDecode* pWICBitmapFrameDecode = NULL;
ID2D1Bitmap* p... | [
"tom.noiprasit@gmail.com"
] | tom.noiprasit@gmail.com |
65e8cd18b029ff65e3e41abb463a99d137529f44 | 823ccb5ef6a81f5a40a7ed6d7147073400d7ff4e | /test/CXX/drs/dr13xx.cpp | 3bfbfd6ecf2d6f48be21b78e0d961394705ad3cb | [
"NCSA"
] | permissive | asutton/old-clang-reflect | bea7293d1210a4f922ccc41aa1ba34197c565378 | 809700d7536ce7ade46cc900fbf096e53bb36de4 | refs/heads/master | 2021-06-11T01:27:28.542983 | 2017-02-20T13:34:09 | 2017-02-20T13:34:09 | 76,270,232 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,928 | cpp | // RUN: %clang_cc1 -std=c++98 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
// RUN: %clang_cc1 -std=c++11 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
// RUN: %clang_cc1 -std=c++14 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
// RUN: %clang_cc1 -std=c++1z %s -verify -fexceptions -f... | [
"richard-llvm@metafoo.co.uk"
] | richard-llvm@metafoo.co.uk |
90fd2837becb43f17c3911a60578a030af96d3e7 | 2372a753ad611c22053b6bbf2c277cefb3322168 | /src/baseline/mips64/baseline-assembler-mips64-inl.h | 69c70d961e8bf3fa29ff03d57671eaad944794d7 | [
"BSD-3-Clause",
"SunPro",
"Apache-2.0"
] | permissive | MilesMa-Dev/v8 | 52d6f22afe2950925cec432f94c25f3523a8c045 | d42ae8021a0c6263af038809584924f9fa67b044 | refs/heads/master | 2023-06-07T18:37:58.594182 | 2021-07-06T03:17:20 | 2021-07-06T03:58:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,382 | h | // Copyright 2021 the V8 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.
#ifndef V8_BASELINE_MIPS64_BASELINE_ASSEMBLER_MIPS64_INL_H_
#define V8_BASELINE_MIPS64_BASELINE_ASSEMBLER_MIPS64_INL_H_
#include "src/baseline/baseline... | [
"v8-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | v8-scoped@luci-project-accounts.iam.gserviceaccount.com |
612626a96c6e54ca06fe0238ddda8c87f0c1cd14 | 44b30d88789cd0351bbc258c9b979c43e501d6b1 | /src/rpc/client.cpp | ab069133dd3860f3e9960094c904a8cc7125bfe8 | [
"MIT"
] | permissive | misternode/mogwai | d7b72f4a8754edb2e35a72670d6c08596705e502 | b67457c5f1112c31463555d9c8427969827ff279 | refs/heads/master | 2020-03-26T09:02:11.700769 | 2018-08-29T18:19:03 | 2018-08-29T18:19:03 | 144,732,346 | 0 | 0 | MIT | 2018-08-14T14:35:03 | 2018-08-14T14:35:02 | null | UTF-8 | C++ | false | false | 5,774 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2017-2018 The Mogwai Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/license... | [
"randall.peltzer@protonmail.com"
] | randall.peltzer@protonmail.com |
e3c88b64428e29eceb09c8190967cca48b64901c | 30e6060a3d927aa302a196e44c036b7c0f6cfe64 | /Bomberman/Menu.h | 40caa61e32b225e39bc5dba747770009f31b03c6 | [] | no_license | Piecha93/Bomberman | 85f2959a1282d0d1e8e279f5a4d1842cc512e6ac | 2344a35b74e1588fe478e074559b387612a7c59f | refs/heads/master | 2021-01-14T05:08:27.474317 | 2017-01-24T09:03:42 | 2017-01-24T09:03:42 | 31,956,447 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 373 | h | #pragma once
enum MENU_STATUS { START_GAME, MAIN, INSTRUCTIONS, SETTINGS, EXIT};
class Menu
{
private:
//pozycja w menu
int m_position;
//tablice z tekstem odpowiednich menu
string menuStart[4];
string menuInstructions[7];
MENU_STATUS drawMain();
MENU_STATUS drawInstructions();
MENU_STATUS drawSettings();
pub... | [
"piecha93@gmail.com"
] | piecha93@gmail.com |
8f4f617550aaf7f41da548617b7bc1c2a48effff | 1c489614bdfd88cffbbf9367e474a2dbdb12ff2f | /main.cpp | 375e2de959e0f0676e7bec0817e3a30b286b3e77 | [] | no_license | fanjiafei/DemoCSV | 1d46c561f6fb8bb65b9546b104b4919b5b86da55 | d8e39250b78b87297273c11c42b7c802c964deb2 | refs/heads/master | 2021-05-12T18:52:42.950515 | 2018-01-11T09:30:34 | 2018-01-11T09:30:34 | 117,078,277 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 669 | cpp | #include <fstream>
using namespace std;
int main(){
ofstream ofile;
ofile.open("/home/fan/Desktop/result.csv",ios::out | ios::trunc); //判断.csv文件是否存在,不存在则建立
ofile<<"序号,第一列,第二列,第三列,第四列,第五列"<<endl; //如果每列中间隔一空列,就是"序号,,第一列,,第二列,,第三列,,第四列,,第五列"<<endl;
int a[10][5];
for(int i=0;i<10;i++)
{
for(int j=0;j<5;j++)
... | [
"fanjiafei@hangsheng.com.cn"
] | fanjiafei@hangsheng.com.cn |
e4c4ef5800128c82d143df10c71ac6bbd7de2e0f | fa99b0f9741c7877d168e047145d4cf63a05749b | /ESP8266_Signal_Strength.ino | 32537390095971f47407f66db0fbfbb5dae3fee2 | [] | no_license | Wuanitawanjiku/ESP8266_Signal_Strength | 57b2295bbef3e8f827138abe8323db84f4caf2eb | cf46e85b362dcc5bf4488fb29adb7dbbe2c9d4de | refs/heads/main | 2023-09-05T03:29:58.110827 | 2021-11-11T10:48:17 | 2021-11-11T10:48:17 | 416,240,872 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,289 | ino | #include "ThingSpeak.h"
//#include "secrets.h"
unsigned long myChannelNumber = 1518556;
const char * myWriteAPIKey = "J39LACWL3HSU2CPZ";
#include <ESP8266WiFi.h>
char ssid[] = "codehive";
char pass[] = "codehive!";
//int keyIndex = 0; // your network key index number (needed only for WEP)
... | [
"noreply@github.com"
] | noreply@github.com |
f0b9d7473393020e47a0034b436f7e04443c789e | 84643d000f9dd1e39c5c008b490b09a8956c0f02 | /PSS_ClientManager/PSS_ClientManager/DlgForbidenIP.cpp | e28725dc46cc5c52546a99632766388637c56854 | [] | no_license | rover13/purenessscopeserver | 9b7d3329a5f81c0c335e6942ff4877c0bb2f4fd8 | b7255639dd94ea6b796e6537d3260c426bea1236 | refs/heads/master | 2020-05-19T17:03:45.461934 | 2015-02-19T03:08:28 | 2015-02-19T03:08:28 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 14,114 | cpp | // DlgForbidenIP.cpp : implementation file
//
#include "stdafx.h"
#include "PSS_ClientManager.h"
#include "DlgForbidenIP.h"
// CDlgForbidenIP dialog
IMPLEMENT_DYNAMIC(CDlgForbidenIP, CDialog)
CDlgForbidenIP::CDlgForbidenIP(CWnd* pParent /*=NULL*/)
: CDialog(CDlgForbidenIP::IDD, pParent)
{
m_pTcpCli... | [
"freeeyes1226@gmail.com@f49f508c-0c2f-bbd7-3b2f-f17ad4634cb1"
] | freeeyes1226@gmail.com@f49f508c-0c2f-bbd7-3b2f-f17ad4634cb1 |
e56756a8626113c641083a38728b5500c020d059 | eaaf2c0c7296814234ed800bb2edcb4c021e02e0 | /TotalTabView.cpp | c9d6123a9a970a6ae9ad1b49a818e67a4f0b6eca | [] | no_license | TungHadwin/FileManager | 81fcb1b67305b90c9991778aa59d4203fda55daf | 2307279cb30d1efeb6b419e92c885eae7c2b3ae5 | refs/heads/master | 2021-01-19T09:38:00.054839 | 2016-03-18T07:38:26 | 2016-03-18T07:38:26 | 87,776,623 | 0 | 1 | null | null | null | null | GB18030 | C++ | false | false | 3,400 | cpp | // TotalTabView.cpp : implementation file
//
#include "stdafx.h"
#include "FileManager.h"
#include "TotalTabView.h"
#include "EmptyFileView.h"
#include "EmptyFolderView.h"
#include "TempCleanerView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
#define EMPTY_FILE_INDEX 1
//#define HSF_INDEX 2
// CTotalTabView
IMPLE... | [
"donghongyong@live.cn"
] | donghongyong@live.cn |
667d0d99437a19322311b3a88ce8af0f97a9041d | cf81585d4bca2a7e92d9786de50f73eb79826014 | /Classes/Common/Player/Player.h | 8c672eda6e630dbe5072db2792fa9b5b4014ef5e | [] | no_license | Davarg/Dark-Crusader-Escape-from-Hell | f320ba2ba3aa25b9d41fd84fc4f0f686034549b7 | 41b93ef4ea749f485df6cf7b72397dab9316b69e | refs/heads/master | 2021-01-10T18:01:31.457254 | 2015-11-26T07:03:52 | 2015-11-26T07:03:52 | 46,909,399 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 579 | h | #ifndef __PLAYER_H__
#define __PLAYER_H__
#include <string>
#include <cocos2d.h>
#include <Box2D\Box2D.h>
USING_NS_CC;
class Player {
private:
static const std::string playerTexture;
static const std::string playerC3B;
Sprite3D *_sprite;
b2Body *_physBody;
bool _isJumped;
public:
enum PlayerCategoryBits {
P... | [
"maka-dava@yandex.ru"
] | maka-dava@yandex.ru |
03a839ca76580ed700c49dc911c0d6176df47e0b | 882e80207604d9baba2ad84994c6ff9ef924c549 | /source/main.cpp | c2ad46fb0ea3680fa2edb1cd62837b2bd1436390 | [] | no_license | jakubWrobel94/SondowanieElektroOporowe | d0c631ae8e8aa928b6e8a12e786afec5ecee697d | af2094a52c974fa5d274b3b7229d90fc09588b91 | refs/heads/master | 2021-01-22T22:40:21.263544 | 2017-05-30T00:06:46 | 2017-05-30T00:06:46 | 92,784,897 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,833 | cpp | #include <iostream>
#include<vector>
#include<math.h>
#include"RozkladOpornosci.h"
#include <cstdlib>
using namespace std;
void interface(); //funkcja obslugujaca interfejs
int main()
{
cout<< "Program wyliczajacy teoretyczna wartosc \nopornosci pozornej w profilowaniu elektro-oporowym "<<endl;
interface();
... | [
"jakub.wrobel94@gmail.com"
] | jakub.wrobel94@gmail.com |
bb065c2653d33ff7a5a586cb98ca42be2493321b | fe9cda2a84d716795452e50ef469e1a86a1c1bbe | /src/algorithms/SortingAlgorithm.cpp | e323ac6456eaecb3c5406faabdaae820f4c35b1f | [
"Unlicense"
] | permissive | Bogdaner/SortingVisualizer | ce68c2970dc1478a7b99c9b0decdadc438e43f52 | 7fac2117f187f96793d4434c25babd2cfc71c5b9 | refs/heads/master | 2023-06-05T20:11:20.426102 | 2021-06-22T16:58:25 | 2021-06-22T17:00:30 | 379,201,793 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,030 | cpp | #include "SortingAlgorithm.hpp"
using namespace std::chrono;
void SortingAlgorithm::doSort(std::vector<unsigned int> &inputVec, std::mutex &dataMutex)
{
if (isSorting()) { return; }
startSorting(inputVec.size());
algorithm(inputVec, dataMutex);
stopSorting();
}
// Static stuff below
void SortingAlgor... | [
"papierowski.adam@gmail.com"
] | papierowski.adam@gmail.com |
66bc9b571936b0f81d3df780092194e560d62935 | 51d5b7ef841883d81826d4def8ebea1f00eee32d | /ExiledGame/Source/ExiledGame/ExiledGameHUD.cpp | d5c2a4e9d884f178db21c702595984baeae3c921 | [] | no_license | Maxproz/Exiled | 46b3a1e24e6fab43761e7ecb238a38183afcf0ff | bf9a6097f50eede1e10d6889873875de76cf7e21 | refs/heads/master | 2021-06-10T14:35:15.943853 | 2017-01-17T04:05:54 | 2017-01-17T04:05:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,015 | cpp | // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.
#include "ExiledGame.h"
#include "ExiledGameHUD.h"
#include "Engine/Canvas.h"
#include "TextureResource.h"
#include "CanvasItem.h"
AExiledGameHUD::AExiledGameHUD()
{
// Set the crosshair texture
static ConstructorHelpers::FObjectFinder<UTexture2D> Crosshi... | [
"maxdietz@hotmail.com"
] | maxdietz@hotmail.com |
bdbec0b584561388ef2fb0b773fc2f937c503ca7 | 7ee32ddb0cdfdf1993aa4967e1045790690d7089 | /Topcoder/SpecialCells.cpp | 9af6960640af05b543ad0eeff10cfb5c723a546a | [] | no_license | ajimenezh/Programing-Contests | b9b91c31814875fd5544d63d7365b3fc20abd354 | ad47d1f38b780de46997f16fbaa3338c9aca0e1a | refs/heads/master | 2020-12-24T14:56:14.154367 | 2017-10-16T21:05:01 | 2017-10-16T21:05:01 | 11,746,917 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,608 | cpp | #include <iostream>
#include <sstream>
#include <vector>
#include <string.h>
#include <algorithm>
#include <utility>
#include <set>
#include <map>
#include <deque>
#include <queue>
#include <cmath>
#include <cstdlib>
#include <ctime>
#include <cstdio>
#include <stdio.h>
using namespace std;
#define rep(it,s) for(__ty... | [
"alejandrojh90@gmail.com"
] | alejandrojh90@gmail.com |
cef0fd37ebe4bb19de661063dcbfcd129679f066 | e03ac6195b5817929e3f53740bdd0718d382467c | /src/Atributos.cpp | fab780e8c1312e9d84e792bd8c036e120ea43bf6 | [] | no_license | KaueAlves/Grimorie-Tabuleiro | 7cf1dc1ea487996c226fd78c3041afb728c1c01e | 2b5903ae860545b120fef3b828ed7cd058b7cee1 | refs/heads/master | 2020-04-24T16:50:16.886828 | 2019-06-12T20:01:21 | 2019-06-12T20:01:21 | 172,123,681 | 0 | 0 | null | 2019-06-12T20:01:22 | 2019-02-22T19:31:25 | C++ | UTF-8 | C++ | false | false | 1,125 | cpp | #include "../headers/Atributos.h"
Atributos::Atributos(){
this->hp = 100;
this->iniciativa = 50;
this->dano = 5;
this->tempoRecarga = 5;
this->alcance = 5;
}
Atributos::Atributos(vector<int> atributos_valores){
this->hp = atributos_valores[0];
this->iniciativa = atributos_valores[1];
t... | [
"dkauealves2@gmail.com"
] | dkauealves2@gmail.com |
22f929aefec447cd575ab65b4420933b4ce903c9 | 95dc70a29e3ccdfb5cecce1cd8099691d5b6bb5d | /leetcode/longest_common_prefix.cpp | ec0d57c3a00d1fc3fc609bf14dcd884c4acad06b | [] | no_license | hotbig/letmetry | b19ba07e551aabb58c405695f5ed2a7fc0f57fd7 | 1418022a0d63c2cad41435d30d54b5a01773b0e5 | refs/heads/master | 2020-05-22T06:54:50.252554 | 2016-11-01T14:26:25 | 2016-11-01T14:26:25 | 36,932,799 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,703 | cpp | #include<iostream>
#include<vector>
#include<string>
using namespace std;
class Solution{
public:
string longestCommonPrefix(vector<string>& strs){
if(strs.size() == 0)
return string("");
string common(strs[0]);
vector<string>::iterator it;
... | [
"randyn.yang@gmail.com"
] | randyn.yang@gmail.com |
d6d97466711ef41c71b09f6b4671d1b3d6d53f5f | 0558e5e24d718fe78964ebe82eadc270f7013a7b | /Common/StopWatch.hpp | 318802c7ae1c4607248b3e097f0f39f05c6c91f9 | [] | no_license | spendola/CNeuralNetwork | 0c57c206ec8fef9ea779f0be9facab9cf7f995f6 | 1ef4bace5777597c10760fb7be50af60add0666d | refs/heads/master | 2020-04-12T10:09:37.478097 | 2016-11-04T02:06:11 | 2016-11-04T02:06:11 | 65,749,045 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 417 | hpp | //
// StopWatch.hpp
// NeuralNetworkManager
//
// Created by Sebastian Pendola on 8/15/16.
// Copyright © 2016 Sebastian Pendola. All rights reserved.
//
#ifndef StopWatch_hpp
#define StopWatch_hpp
#include <stdio.h>
#include <iostream>
#include <ctime>
class StopWatch
{
public:
StopWatch();
~StopWatch()... | [
"sebastianpendola@Sebastians-MacBook-Pro.local"
] | sebastianpendola@Sebastians-MacBook-Pro.local |
4ba4b7b26e5edfa888b8100fa602eea7f4448c42 | b96749359fe413046bb31678881b5ff5493bbb07 | /c++/lab1/queue.cpp | e9ff3e28f7931a5c5971cce29e461326e2c63163 | [
"MIT"
] | permissive | CodingHelpers/ValerySolomatin | 6ceec041d6505386d2bf993c00ce5c7c9b8bf4cd | 2b38e78073b52f370ea1c132b5f3fc93b407bfa6 | refs/heads/master | 2021-01-18T23:15:23.186959 | 2016-05-29T01:52:31 | 2016-05-29T01:52:31 | 55,101,105 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,972 | cpp | #include "queue.hpp"
#include <stdexcept>
Queue::Queue() : first(nullptr), last(nullptr), len(0) {}
Queue::~Queue() {
clear();
}
void
Queue::clear() {
QueueNode* target;
// Проходим в цикле пока first != nullptr
while(first) {
target = first; //< Сохраняем указатель на текущий элемент
... | [
"lubinetsm@yandex.ru"
] | lubinetsm@yandex.ru |
2e7d130e8b920afd45c8f8c40e31536b9d8a6034 | f81f593553ad7295bd498e08ab3af44b83ed0be8 | /src/main.cpp | ca3dadb6790679d96c7d8ec215e64ad9c4b4060d | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | LumoCash2018/LumoCash | 7038bbfa2fb4c0ab0a6c479cbfbf556656eb32cc | 5fbaa077d63a643ce484ddf4fdada1fbc65651c6 | refs/heads/master | 2020-03-31T16:38:06.457344 | 2018-10-21T15:10:11 | 2018-10-21T15:10:11 | 152,383,389 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 298,410 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 The LumoCash developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/m... | [
"lumocash2018main@gmail.com"
] | lumocash2018main@gmail.com |
17a7ceca25245b292f016194030cd63e991bb3d7 | bb6ebff7a7f6140903d37905c350954ff6599091 | /third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp | 4f1caacdc97b88c04e02ebe660e6e832e34571de | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | permissive | PDi-Communication-Systems-Inc/lollipop_external_chromium_org | faa6602bd6bfd9b9b6277ce3cd16df0bd26e7f2f | ccadf4e63dd34be157281f53fe213d09a8c66d2c | refs/heads/master | 2022-12-23T18:07:04.568931 | 2016-04-11T16:03:36 | 2016-04-11T16:03:36 | 53,677,925 | 0 | 1 | BSD-3-Clause | 2022-12-09T23:46:46 | 2016-03-11T15:49:07 | C++ | UTF-8 | C++ | false | false | 13,216 | cpp | /*
* Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
* Copyright (C) 2007 Justin Haygood (jhaygood@reaktix.com)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code... | [
"mrobbeloth@pdiarm.com"
] | mrobbeloth@pdiarm.com |
acd678e09df7a4c6fe5f9d55175b699e042280f6 | 82770c7bc5e2f27a48b8c370b0bab2ee41f24d86 | /graph-tool/src/graph/clustering/graph_motifs.hh | 33b9ae6445fc1f843db77ac0a08ce1e30c98c1a5 | [
"Apache-2.0",
"GPL-3.0-or-later",
"GPL-3.0-only",
"LicenseRef-scancode-philippe-de-muyter"
] | permissive | johankaito/fufuka | 77ddb841f27f6ce8036d7b38cb51dc62e85b2679 | 32a96ecf98ce305c2206c38443e58fdec88c788d | refs/heads/master | 2022-07-20T00:51:55.922063 | 2015-08-21T20:56:48 | 2015-08-21T20:56:48 | 39,845,849 | 2 | 0 | Apache-2.0 | 2022-06-29T23:30:11 | 2015-07-28T16:39:54 | Python | UTF-8 | C++ | false | false | 14,660 | hh | // graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-2015 Tiago de Paula Peixoto <tiago@skewed.de>
//
// 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;... | [
"john.g.keto@gmail.com"
] | john.g.keto@gmail.com |
659f9d2812952b2a2cb6c203c9c8094a3d96c096 | 820c61849a45ed69f3e4636e2d3f0486304b5d46 | /Contest Participations/New folder/a.cpp | 0e07bff149eb12f66cb557ce51836c7d2d3534f2 | [] | no_license | Tanmoytkd/programming-projects | 1d842c994b6e2c546ab37a5378a823f9c9443c39 | 42c6f741d6da1e4cf787b1b4971a72ab2c2919e1 | refs/heads/master | 2021-08-07T18:00:43.530215 | 2021-06-04T11:18:27 | 2021-06-04T11:18:27 | 42,516,841 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,327 | cpp | #include<bits/stdc++.h>
#define pii pair<int,int>
#define mkp make_pair
#define fs first
#define sc second
#define pb push_back
#define ppb pop_back()
#define pf printf
#define pf1(a) printf("%d\n",a)
#define hi printf("hi!\n");
#define sf scanf
#define sf1(a) scanf("%d",&a)
#define sf2(a,b) scanf("%d %d",&a,&b)
#defin... | [
"tanmoykrishnadas@gmail.com"
] | tanmoykrishnadas@gmail.com |
eec9064a7d2565082e4e55400834b3b620c9c14d | 5e0d9c2d420261043e0dc92cde24017e1e3a6438 | /WheelChair/slide_pot-chair.ino | 5ed1363e11f38b5b1ddbb16ff56f163f6f66787c | [] | no_license | TNUA-NMA-Graduate2018/EmilySaysGoodbye1208 | 090246edf70cdea67d3f2ad29e4c7d7ebbf88c33 | 8b0d5bfe2cd7bf82e72356db4976096dbd96d268 | refs/heads/master | 2021-09-02T16:02:47.915917 | 2018-01-03T14:27:49 | 2018-01-03T14:27:49 | 112,211,692 | 0 | 0 | null | 2017-11-29T15:39:42 | 2017-11-27T15:13:03 | Arduino | UTF-8 | C++ | false | false | 279 | ino | const int slider1 = A0;
int sli1 = 0;
int value1;
void setup() {
pinMode(slider1, INPUT);
Serial.begin(9600);
}
void loop() {
int s;
s = slider();
}
int slider() {
sli1 = analogRead(slider1);
value1 = int(map(sli1, 0, 1024, -100, 100));
return value1 ;
}
| [
"noreply@github.com"
] | noreply@github.com |
03529b54dfb6f22ac082acd3e942b8e968b702fe | b4da69db6113bb901bcb362e79f30a7f3cc0e096 | /FENCE1 - Build a Fence.cpp | eeca5ced40097202ab1036928ded0549a62fe48f | [] | no_license | raviRB/SPOJ-backup | 9748b966e1c43de8eb348fb70bce49e524d302dd | 0188eb63f964ad257972dcf5356f35a9cf46ed87 | refs/heads/master | 2020-03-30T05:13:37.762527 | 2018-10-01T16:22:45 | 2018-10-01T16:22:45 | 150,787,015 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 364 | cpp | #include<iostream>
#include<algorithm>
#include<vector>
#include<queue>
#include<map>
#include<set>
#include<math.h>
#define MAX 10
#define ll long long int
#define rep(i,j) for(int i=0;i<j;i++)
using namespace std;
int main(){
float l;
cin>>l;
while(l!=0){
float num ,r = l/2;
num = 3.14159*r*r;
num=num/2;
... | [
"ravi.bhatt.754918@gmail.com"
] | ravi.bhatt.754918@gmail.com |
659bb7bced9d5892d43f07ac5e7f92df9b760e93 | 179ffb8f2137307583a23cb6826d720974fc9784 | /Unit05/ConstexprAndAssert/ConstexprAndAssert.cpp | 07c5f6799bd009fe6db66d490f2c5afdbc1c4e7b | [] | no_license | Sheepypy/MOOC | e59f85732e225cc0f6059e46b0620dd34869faa8 | 258b178481419dcea1dc32f07aab4536f606205c | refs/heads/master | 2023-08-13T23:14:52.245101 | 2021-09-14T09:57:46 | 2021-09-14T09:57:46 | 392,976,556 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 742 | cpp | //任务1:用递归计算factorial,用assert检查3的阶乘
//任务2:将factorial变成常量表达式,用static_assert检查3的阶乘;
//任务3:创建factorial(4)大小的数组
#include <iostream>
#include<array>
#include<cassert>
using std::cout;
using std::cin;
using std::endl;
constexpr int factoral(int n) {//阶乘
if (n == 0) {
return 1;//error:2; right:1
}
else {
return n *... | [
"778453146@qq.com"
] | 778453146@qq.com |
414d5409f6cb0aa516e13a5bb83f2cb12f8d9781 | ad273708d98b1f73b3855cc4317bca2e56456d15 | /aws-cpp-sdk-ec2/source/model/ClientVpnConnectionStatusCode.cpp | 03408e76d46109b32c0a51aee5820158d037a7cf | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | novaquark/aws-sdk-cpp | b390f2e29f86f629f9efcf41c4990169b91f4f47 | a0969508545bec9ae2864c9e1e2bb9aff109f90c | refs/heads/master | 2022-08-28T18:28:12.742810 | 2020-05-27T15:46:18 | 2020-05-27T15:46:18 | 267,351,721 | 1 | 0 | Apache-2.0 | 2020-05-27T15:08:16 | 2020-05-27T15:08:15 | null | UTF-8 | C++ | false | false | 3,288 | cpp | /*
* 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... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
1fb44735596e9798ec608932084926669cc0d1eb | 9b8591c5f2a54cc74c73a30472f97909e35f2ecf | /source/QtNetwork/QLocalSocketSlots.h | 42cbf895874be6de4efe214e6d101adef13c7001 | [
"MIT"
] | permissive | tnsr1/Qt5xHb | d3a9396a6ad5047010acd5d8459688e6e07e49c2 | 04b6bd5d8fb08903621003fa5e9b61b831c36fb3 | refs/heads/master | 2021-05-17T11:15:52.567808 | 2020-03-26T06:52:17 | 2020-03-26T06:52:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 900 | h | /*
Qt5xHb - Bindings libraries for Harbour/xHarbour and Qt Framework 5
Copyright (C) 2020 Marcos Antonio Gambeta <marcosgambeta AT outlook DOT com>
*/
/*
DO NOT EDIT THIS FILE - the content was created using a source code generator
*/
#ifndef QLOCALSOCKETSLOTS_H
#define QLOCALSOCKETSLOTS_H
#i... | [
"5998677+marcosgambeta@users.noreply.github.com"
] | 5998677+marcosgambeta@users.noreply.github.com |
a78e378974bc695ffda88619668307e98afa8d03 | 34e0a89e7c9ab88d80d6ee1435990bf873c26d58 | /src/model/Blender.h | feb713b233ed7c86d01cee3b400f5b194c6a5a89 | [] | no_license | dxinteractive/blend2-pedal | 63becf70bd36d41f2f3d0671bdd92bd90d8581f4 | b59b01cea65a6bce38878625ef1ba353a89fe09b | refs/heads/master | 2022-06-19T08:44:04.940866 | 2019-06-10T10:32:07 | 2019-06-10T10:32:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,079 | h | #ifndef BLENDER_H
#define BLENDER_H
#include <Arduino.h>
#include "BlendPreset.h"
#include "../output/AmpController.h"
#include "../config.h"
class Blender
{
public:
Blender(const BlendPreset* presets, int presetsTotal);
void setup();
int getPreset() const { return presetId; }
int g... | [
"dxinteractive@gmail.com"
] | dxinteractive@gmail.com |
2436567eba721aa7c29da6b4cb3d92eaf580134f | c2984ee5cb78173ca44958367c14d5b3575eccdc | /Source/FlirListener/FlirListener.cpp | 34b62aa2e578e2cb888cce11401239d2bee6cfcc | [] | no_license | McBusinessTime/FLIR-Listener | 8c387f6f38a56e55b20be68d9418b9e2af249b6a | 65c67433e9b7f636453d2e0d3c99f9a7a56062a3 | refs/heads/master | 2020-12-24T11:25:52.757221 | 2016-11-07T03:30:08 | 2016-11-07T03:30:08 | 73,031,981 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 247 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "FlirListener.h"
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, FlirListener, "FlirListener" );
//General Log
DEFINE_LOG_CATEGORY(FlirListenerLog);
| [
"paulmmcbride123@gmail.com"
] | paulmmcbride123@gmail.com |
7d583b2c88ce713cf4f26a6a69980a8566a8d3f8 | 1e28aa10362a7b0d83211cf2962d0f96223e8c3d | /cfuncs/mexVFI.cpp | 5ef1dbfb737a89519c81c3e349909d5e55f51552 | [
"MIT"
] | permissive | rickecon/G2EGM | f5a8aea9f46bd34a85376403f274dd44090baf86 | 30aa550d8319582f9a17e08192dc8f1361726c9b | refs/heads/master | 2022-04-01T18:05:42.908681 | 2020-01-23T06:53:36 | 2020-01-23T06:53:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,004 | cpp | // version: 1.0.
// @author: Jeppe Druedahl og Thomas Høgholm Jørgensen, 2016.
#include<cmath>
#include"mex.h"
#include"matrix.h"
#include<omp.h>
#include"base_funcs.c"
#include"mesh_interp.cpp"
#define MAX(X,Y) ((X)>(Y)?(X):(Y))
#define MIN(X,Y) ((X)<(Y)?(X):(Y))
#define MAXTHREADS MIN(16, omp_get_max_threads()-1)
... | [
"gmf123@ku.dk"
] | gmf123@ku.dk |
ac38e6bbb67626747a50be4548a7cfd9851d4af2 | bc15af91d4c997d50a1e4b618b0afa460ba58297 | /src/verilog/ast/visitors/editor.cc | bc7a51579fe3157c4c51b7a0c9226a187d032ec9 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | permissive | sagniknitr/cascade | fa3f0ced7a420170156e68695da69a3260c01fa9 | 2fc36ec208b87013c58f86e2c152a3fe2f21d5fe | refs/heads/master | 2020-04-19T11:24:40.854017 | 2019-01-26T03:48:21 | 2019-01-26T03:48:21 | 160,314,791 | 0 | 0 | NOASSERTION | 2019-01-20T06:52:27 | 2018-12-04T07:12:32 | C++ | UTF-8 | C++ | false | false | 6,752 | cc | // Copyright 2017-2019 VMware, Inc.
// SPDX-License-Identifier: BSD-2-Clause
//
// The BSD-2 license (the License) set forth below applies to all parts of the
// Cascade project. You may not use this file except in compliance with the
// License.
//
// BSD-2 License
//
// Redistribution and use in source and binary fo... | [
"eric.schkufza@gmail.com"
] | eric.schkufza@gmail.com |
91abf1861bd7be61bcff9995c55033f3b7b7a22c | 15dd58ba2d46be7766c3304ecec98b0bde47bfe3 | /SteckMe/SteckMe/Main.cpp | 9c226c16150d9b0c8650acbb081fa946e0fedef3 | [] | no_license | AliakseyBely/stackMe | 271ee71c6c427c1b42c3475c35af670cbacd8715 | 65cbaa5b49412a3d2a9e1552b7cbc3fc161e5003 | refs/heads/master | 2021-01-22T11:12:08.902384 | 2017-05-28T17:31:23 | 2017-05-28T17:31:23 | 92,674,674 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 204 | cpp | #define _CRT_SECURE_NO_WARNINGS
#include "Interface.h"
#include "VvodExc.h"
using namespace std;
int main()
{
setlocale(0, "Rus");
set_terminate(ITerminate);
Interface obj;
obj.Page1();
return 0;
} | [
"Ellectro@tut.by"
] | Ellectro@tut.by |
07623a7a10ae47a8cefbb582fecc3d5fa129fe06 | 421fc6cf071f1f02e51781808fe53f3897a890e4 | /src/version.cpp | a476570410bbd4b369d37261b3bfc512253aafeb | [
"MIT"
] | permissive | SnideCoin/snidecoin | 646fddaf6871658458c06b921e5cd18c41ae1a6d | 73c2fac0d14489dd79f2f23d354830919a59d402 | refs/heads/master | 2020-03-11T08:04:39.393655 | 2018-04-17T08:57:51 | 2018-04-17T08:57:51 | 129,874,366 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,589 | cpp | // Copyright (c) 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 <string>
#include "version.h"
// Name of client reported in the 'version' message. Report the same name
// for both bitco... | [
"snidecoin@gmail.com"
] | snidecoin@gmail.com |
87d2d5bf6d5c3448fdee0c887afbd86c6b39daac | 4144a415afd9a72f2ff048f32bb28d68cef76e9a | /c++/class/template/main.cpp | 4493e13b04c4c817045c2fdd06b513f2835b6407 | [] | no_license | Mshrimp/up_code_note | c36fa516f511da26a88eaa6b9e9cd5a766239b88 | 112d4521ea449fd7d27864b1f6c15bf2feb33c4b | refs/heads/master | 2021-06-13T09:29:44.239997 | 2017-04-10T11:51:28 | 2017-04-10T11:51:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,027 | cpp | #include "stack.h"
int main(void)
{
#if 0
Stack<int> st;
Stack<int> se;
int num;
int po;
#else
Stack<string> st;
Stack<string> se;
string num;
string po;
#endif
//Stack<char *> sp;
int i;
char ch;
for (i = 0; i < 10 + 2; i++)
{
num = rand() % 100;
st.push(num);
}
st.show();
st.pop(po);
co... | [
"chiyuan.ma@outlook.com"
] | chiyuan.ma@outlook.com |
dca007cc5dd0cdda60714a28168851b45d1e1f84 | c4f7c49b06f29b9da7c90f11f070c1d755950f51 | /src/mason/imx/ImGuiTexture.cpp | eabc5a21e96b750ac4bfab1b20aa1012239e91cb | [
"BSD-2-Clause"
] | permissive | richardeakin/mason | bce780e3bbd78107dab4d06a08156b61cec9c1c7 | ae7a90869cc4767d6e4d2b6c33450c18cea30803 | refs/heads/master | 2023-08-21T12:33:09.248036 | 2023-06-11T21:30:30 | 2023-06-11T21:30:30 | 72,960,107 | 12 | 3 | BSD-2-Clause | 2023-06-11T21:30:31 | 2016-11-05T23:55:06 | C | UTF-8 | C++ | false | false | 15,491 | cpp | #include "mason/imx/ImGuiTexture.h"
#include "mason/Assets.h"
#include "mason/glutils.h"
#include "cinder/gl/gl.h"
#include "cinder/Log.h"
using namespace std;
using namespace ci;
using namespace ImGui;
namespace imx {
// ----------------------------------------------------------------------------------------------... | [
"rich.eakin@gmail.com"
] | rich.eakin@gmail.com |
ffdf328ef59ca500ea4d02700144dea21860dffb | 9a3bcd7843dec75f7f75e2762bb3460b8256a78c | /checkers_engine/tests/GamePlayTests.cpp | c73036e1a93154c9f0b64f4f7a9fd1396b3420b8 | [] | no_license | gdomeradzki/genetic-checkers | d07654f0be21d9c1714866aacc8ec4b90cd575e9 | 259d4379ecd96323f119c1ff5856472a32a0c113 | refs/heads/master | 2021-01-01T08:25:08.719225 | 2020-03-01T12:07:19 | 2020-03-01T12:07:19 | 239,194,701 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,216 | cpp | #include <gtest/gtest.h>
#include "GamePlay.hpp"
namespace
{
const auto chooseFirstMoveStrategy = [](const InitialGameState&,
const std::vector<GameStateWithMove>& gameStatesWithMove) {
return gameStatesWithMove.front();
};
}
TEST(GamePlay, ShouldThrowWhenWhiteMoveNotAllow... | [
"grzegorz@domeradzki.com"
] | grzegorz@domeradzki.com |
b6973e40e37de0ff78aee9a23cddda4e7780c3ab | b3ed6d9a0d88a6c1ab795f89280276dbd252fc10 | /c/tensorNet.h | 105c001c31d37b5b058125f9d49dff176b53ef7e | [
"MIT"
] | permissive | corenel/jetson-inference | d6619d8a41992d090eb8271a319c78b11055c71d | d9c2fe77cdccdfcdcc238bbd622b1222906804b1 | refs/heads/master | 2020-09-26T03:35:32.817777 | 2019-12-05T18:09:57 | 2019-12-05T18:09:57 | 226,155,474 | 1 | 0 | NOASSERTION | 2019-12-05T17:33:14 | 2019-12-05T17:33:13 | null | UTF-8 | C++ | false | false | 16,700 | h | /*
* Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights ... | [
"dustinf@nvidia.com"
] | dustinf@nvidia.com |
5831e92e22aaad4a46fa1ec73cb730e22d2b5dba | f0a739dda86d11b615d4225662dcd89b65b3d01a | /MapEditor/Direct3D/TestModel/ModelBoneWeights.h | b5065ba311be81a03d4c3a7fd69efe3ca4841326 | [] | no_license | kbm0818/Portfolio | 173d3de48902083cf575c3231448fb6dc0ab4bc3 | dc4df24bb629379d55bfa15a84cd0fc6e8dc757f | refs/heads/master | 2020-03-28T22:49:21.942143 | 2018-10-02T07:33:35 | 2018-10-02T07:33:35 | 149,260,142 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 2,117 | h | #pragma once
#include "BinaryInputOutputHandler.h"
/********************************************************************************
@brief
각 Vertex에 영향을 미치는 Bone Index와
영향을 미치는 정도인 Wieght를 저장하는 Class
각 Vertex는 최대 4개의 BoneWeight를 가질수 있으며,
Bone Index와 Bone Weight는 vector4의 형태로 Vertex Data에 저장된다.
최종적인 Vertex 정보에 ... | [
"kbm0818@naver.com"
] | kbm0818@naver.com |
b7ed9089feed0cb42b94e3f90ea8f5cfffcbbdc5 | 5e8d200078e64b97e3bbd1e61f83cb5bae99ab6e | /main/source/src/protocols/canonical_sampling/MultiTemperatureTrialCounter.hh | bf4feeeca8b0ce8eefd65fd52042523ef6048ba6 | [] | no_license | MedicaicloudLink/Rosetta | 3ee2d79d48b31bd8ca898036ad32fe910c9a7a28 | 01affdf77abb773ed375b83cdbbf58439edd8719 | refs/heads/master | 2020-12-07T17:52:01.350906 | 2020-01-10T08:24:09 | 2020-01-10T08:24:09 | 232,757,729 | 2 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 3,391 | hh | // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
// vi: set ts=2 noet:
//
// (c) Copyright Rosetta Commons Member Institutions.
// (c) This file is part of the Rosetta software suite and is made available under license.
// (c) The Rosetta software is developed by the co... | [
"36790013+MedicaicloudLink@users.noreply.github.com"
] | 36790013+MedicaicloudLink@users.noreply.github.com |
4dd38240dac37122141cb3b5c1514d1070c87b8d | 297952a5412cf123a642c3fc6814039800129f0b | /main.cpp | 7230983c5106bd2e974ea54ab594ed1790808d9f | [] | no_license | NotAMorningSpartan/BunnySimulation | 89891c2c5498af044339219ea318364a88ec2106 | 54df6bd7212b9b86fbd817797bb5c80b11a1a356 | refs/heads/main | 2023-03-27T00:38:28.651953 | 2021-03-18T09:18:49 | 2021-03-18T09:18:49 | 346,923,836 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 203 | cpp | //Tyler Kness-Miller
//CS4499 - Scientific Computing
//18 March 2021
#include "BunnySimulation.h"
int main(){
Simulation s = Simulation();
srand(time(0));
s.runSimulation();
return 0;
} | [
"tylerkm75@gmail.com"
] | tylerkm75@gmail.com |
0836ad240fd843ce4d446fea4bb276f34d353f9e | 3e9df7ab57d6365f46d877cbb0ddd53b0a273cd2 | /Ex3_4_1_菜单栏/Form1.h | 47576ce9a14325cfe4ebd6f972d6c268ab3175eb | [] | no_license | colesmith/ElementaryEditor | 657f3027699ad3d9c75189a8808e41a6c617875d | be1a7a7984f87477aa7b15d2d70f8f03a394c5af | refs/heads/master | 2021-01-23T12:16:57.835167 | 2015-03-10T08:21:18 | 2015-03-10T08:21:18 | 31,939,587 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 17,972 | h | #pragma once
namespace Ex3_4_1_菜单栏 {
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::Drawing;
/// <summary>
/// Form1 摘要
/// </summary>
public ref class Form1 :... | [
"uniquecolesmith@gmail.com"
] | uniquecolesmith@gmail.com |
4ae98b7b5aad20b303df9375e88cc1f5d402ebe0 | 0aaa8f7c18d6d03a58f29e873c30eb8e7690efe1 | /Megaman/CCutManBullet.h | 53806773bd60e5841a5d8ba82eee010501b76dd4 | [] | no_license | hyubyn/RockMan-Summer | 19a096910ab156855ce6813b38acff287a4013c9 | 7de2fda1d056779bb568974774a05def44826e27 | refs/heads/master | 2021-01-01T17:32:04.285598 | 2015-08-21T16:52:46 | 2015-08-21T16:52:46 | 39,303,101 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,470 | h | #ifndef _CCUTMAN_BULLET_
#define _CCUTMAN_BULLET_
#include "CBullet.h"
#include "CSprite.h"
class CCutManBullet : public CBullet
{
public:
CCutManBullet(int id, int typeID, CSprite sprite, int dame, D3DXVECTOR2 v, D3DXVECTOR2 beginPosition);
~CCutManBullet();
int Initlize() override;
void Render(CTimer* gameTi... | [
"tai.cnpmk06@gmail.com"
] | tai.cnpmk06@gmail.com |
d346149aafc98d355b68baaa6924c34084307baf | 48d4cc56a3494276df563013e46cc29c22931bcf | /vs2017/sdk/pc_win/include/interface/IGroupService.h | ec900670fe9e67072fbe1706ed5804aaf93be6fb | [
"MIT"
] | permissive | cheechang/cppcc | 8e8fde9eedc84641b3bc64efac116a32471ffa1d | 0292e9a9b27e0579970c83b4f6a75dcdae1558bf | refs/heads/main | 2023-03-16T23:09:56.725184 | 2021-03-05T09:46:28 | 2021-03-05T09:46:28 | 344,737,972 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 10,553 | h | #pragma once
#include "../model/Group.h"
#include"../model/Packet.h"
#include "../model/Member.h"
#include "IService.h"
#include <string>
#include <vector>
#define VER_GROUP INTERFACE_VERSION(1,0)
static const VRVIID IID_IGroupService = { 0x6df7882f, 0x5ab3, 0x4326, 0x4d, 0xd2, 0xaf, 0x3f, 0xb2, 0xd1, 0xa2, 0x16 };
... | [
"zhangq1001@chinaunicom.cn"
] | zhangq1001@chinaunicom.cn |
789f76e3fc26510f92bc4d8179292950fab76a73 | d0263ac37e913ca4ad5d85b48ad4ab0425300952 | /Applications/ProcessManager/ProcessModel.h | 883da5d5cb0d3c11663f8b5cd0a0b850d8602998 | [
"BSD-2-Clause"
] | permissive | golegen/serenity | 84d64f3dc5901295c43bc9a8c612cdff21af9ee3 | 8a703d7fc76c92ac562e6b6478fb1c991706d98b | refs/heads/master | 2020-06-16T16:37:24.658153 | 2019-08-03T06:42:53 | 2019-08-03T06:42:53 | 195,638,047 | 0 | 0 | BSD-2-Clause | 2019-08-03T06:42:55 | 2019-07-07T10:27:49 | C++ | UTF-8 | C++ | false | false | 1,755 | h | #pragma once
#include <AK/AKString.h>
#include <AK/HashMap.h>
#include <AK/Vector.h>
#include <LibGUI/GModel.h>
#include <unistd.h>
class GraphWidget;
class ProcessModel final : public GModel {
public:
enum Column {
Icon = 0,
Name,
CPU,
State,
Priority,
User,
... | [
"awesomekling@gmail.com"
] | awesomekling@gmail.com |
cf7ddce4bf022067602f22a305533d535df253e5 | f6892a295e358d6ed7b401cdd193b40e3f04036b | /EarClipTriangulation/src/algo/main.cpp | 07e2312b9b36a4ae78d9ceb1b79d29fb48c16097 | [] | no_license | yakupov/CompGeo_lab | bfb397c39e13bc7855cc3c38db6cd78b1e1c6aad | c7d7569795ab297461124cc7e0b5c71ddc55ef52 | refs/heads/master | 2021-01-10T19:48:36.732124 | 2012-03-25T05:20:45 | 2012-03-25T05:20:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 311 | cpp | #include <QApplication>
#include <QtGui>
#include "src/gui/MainWidget.h"
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
MainWidget mainWindow;
mainWindow.show();
QObject::connect (&mainWindow, SIGNAL(performExitButtonAction()), &app, SLOT(quit()));
return app.exec();
}
| [
"iyakupov93@gmail.com"
] | iyakupov93@gmail.com |
a23ddc2ffb698d82b51e2f2584f77f7516dd7a85 | b25f4ba4febaa36c1c837f088c9d4a1ea80c5194 | /HIS/3주차/안전구역.cpp | b0edd4ba582ffb15ae125df5e4e22a7f26280611 | [] | no_license | KimJinYounga/TAVE4_Algorithm | 70daa6e664dd301bdc4bbf2bf68e6eac04540d56 | 75929c87f9d866e6be03df840ff23607932b07e1 | refs/heads/master | 2020-07-04T03:28:48.849494 | 2019-12-30T16:11:51 | 2019-12-30T16:11:51 | 202,140,218 | 1 | 0 | null | 2019-12-30T16:11:53 | 2019-08-13T12:32:00 | C++ | UTF-8 | C++ | false | false | 2,066 | cpp | #include<iostream>
using namespace std;
/*
error : 비가 아예 오지 않은 경우가 존재하므로, 비가 온 높이의 범위를 0부터 잡아야하는데, 1부터 잡아서 실행함.
*/
int N, H = 0, ans = 0, cnt;
int map[100][100];
int visited[100][100];
int dy[4] = { 0, 0, 1, -1 };
int dx[4] = { 1, -1, 0, 0 };
// visited 초기화
void refresh() {
for (int y = 0; y < N; ... | [
"noreply@github.com"
] | noreply@github.com |
7b329b61ccdaaa32c74be7ed6b7e8fecfd9228a6 | 251b69d2ab1f4696573796cfae76274f5cb8cbd9 | /Tutorial7/tutorial7code/Engine/Engine/inputclass.h | 9c12c982bdbf16c4e0736186e844d3be3325f3bd | [] | no_license | benjyblack/COMP2501Winter2014Tutorials | 3b7805b520eb2945c2407758b6b6d2624e806a23 | bd9832d8ef9d42081b2b95e8327c8e66464c7bf5 | refs/heads/master | 2016-09-05T20:32:35.259921 | 2013-12-16T23:13:37 | 2013-12-16T23:13:37 | 14,733,639 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 662 | h | ////////////////////////////////////////////////////////////////////////////////
// Filename: inputclass.h
////////////////////////////////////////////////////////////////////////////////
#ifndef _INPUTCLASS_H_
#define _INPUTCLASS_H_
////////////////////////////////////////////////////////////////////////////////
// C... | [
"benjyblack@gmail.com"
] | benjyblack@gmail.com |
81190a1d1a3a853c18deda84617bbffc95d8cab7 | 2ab1875c941ce0c5201d77c4a6fbe0d508b308b3 | /Ludo_Game/Ludo_Game.cpp | c6340f033632bb095bbcc534e2e738c95e24c629 | [] | no_license | PiperGuy/LudoGame | 36fa2673f0edb227b149b90ad35a639501628b7d | 6a24ac3ed9eb130591ad9e1e7b3d5dee149976be | refs/heads/master | 2022-04-23T00:02:32.797871 | 2020-04-20T07:48:18 | 2020-04-20T07:48:18 | 257,208,439 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 40,879 | cpp | // Ludo_Game.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include<glut.h>
#include<stdio.h>
#include<stdlib1.h>
#include<math.h>
int isIdle=0,ww,wh,s;
int in_about=1;
int in_guide=1;
int fontType;
void *font;
int f1,f2,g1,g2,k1,k2,l1,l2,ply1,ply2,h1,h2,h3,h4,s1,s2,u... | [
"naveenpandurangi@yahoo.com"
] | naveenpandurangi@yahoo.com |
cfbf6a8959a5f524aed3da3637eed67ad2d87442 | 3b56a677b4955a64ddecc59f80a5f2207263dda6 | /Lista04/Ecosystem/src/Plant.cpp | 75fe18c8b3c271c055f5ab4d4bafa9583469a4f1 | [] | no_license | marcinu456/Modelowanie-Komputerowe | 9ec9462130200f8b5bf485b8f820be0c2d2fab31 | 4a469e02c13cbdfdaf377ed6f09dfd6891dbee6b | refs/heads/master | 2023-06-01T17:31:00.917418 | 2021-06-14T21:06:23 | 2021-06-14T21:06:23 | 345,437,865 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 425 | cpp | #include "Plant.h"
Plant::Plant(ofVec2f _position, size_t _hp) :
Agent(_position, _hp)
{
}
void Plant::draw(ofColor color)
{
ofSetColor(color);
/*yourModel.setPosition(position.x, position.y, 0);
yourModel.setRotation(0, 90, 90, 0, 00);
double f = 0.1;
yourModel.setScale(f, f, f);
yourModel.drawFaces();*/
of... | [
"marcinu456@gmail.com"
] | marcinu456@gmail.com |
82bbed8d0f94264f20b734321888cf03ac5b61f0 | d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9 | /testcases/CWE78_OS_Command_Injection/s06/CWE78_OS_Command_Injection__wchar_t_console_w32_execvp_83a.cpp | 1581343ca7b8c7c6782497f5e83bd5dd9ced249d | [] | no_license | arichardson/juliet-test-suite-c | cb71a729716c6aa8f4b987752272b66b1916fdaa | e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9 | refs/heads/master | 2022-12-10T12:05:51.179384 | 2022-11-17T15:41:30 | 2022-12-01T15:25:16 | 179,281,349 | 34 | 34 | null | 2022-12-01T15:25:18 | 2019-04-03T12:03:21 | null | UTF-8 | C++ | false | false | 2,166 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE78_OS_Command_Injection__wchar_t_console_w32_execvp_83a.cpp
Label Definition File: CWE78_OS_Command_Injection.strings.label.xml
Template File: sources-sink-83a.tmpl.cpp
*/
/*
* @description
* CWE: 78 OS Command Injection
* BadSource: console Read input from th... | [
"Alexander.Richardson@cl.cam.ac.uk"
] | Alexander.Richardson@cl.cam.ac.uk |
d242d504e7b39b9e14666ee229fe0d8385ad4df3 | db7ea35dd4d450e869da06b372823d27404b630d | /pthreads/project.cpp | 813d1326a21e4f338a36d3529d89ac34070608a8 | [] | no_license | VisveshS/Mining-Simulation-Pthreads | 6a5ee2fdbbdcd659e4759b469d0fa793e18c020c | d379df818f958fd7f186c881fa898cb2d12dd273 | refs/heads/main | 2023-03-24T04:44:12.599040 | 2021-03-24T17:09:37 | 2021-03-24T17:09:37 | 351,161,398 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,625 | cpp | #include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "helper/hash.h"
#include <cmath>
#include <fstream>
#define MAX 1048576.0
bool mineAttempt;// if someone claims to have solved it
int nonce;// solution to puzzle
int n_verify,n_reject;// number of verifivations, rejections
int mine... | [
"noreply@github.com"
] | noreply@github.com |
ebc213de7a29885aab27ac38acef9802a7360c61 | 15b141a7648a05b7ad6c724c43fb703c7ba25857 | /textures/main.cpp | cbff28f98a7cf102ff61a41ab8b555af350eb4f4 | [] | no_license | puffikru/Brown_belt | d1a1ec0797535eae04852461a395ba3e33cb431d | e309ce08e21f48454195849b573bb119d051ac56 | refs/heads/master | 2021-06-20T12:19:16.014648 | 2021-05-08T21:44:04 | 2021-05-08T21:44:04 | 215,209,647 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 6,310 | cpp | #include "Common.h"
#include "Textures.h"
#include "test_runner.h"
#include <iostream>
#include <map>
using namespace std;
class Canvas {
public:
using ShapeId = size_t;
void SetSize(Size size) {
size_ = size;
}
ShapeId AddShape(ShapeType shape_type, Point position, Size size,
... | [
"igorbulakh1987@yandex.ru"
] | igorbulakh1987@yandex.ru |
32f0db8013c0a1f58dd7ef03c3cc0b7e71d50c67 | e1d064c3924448e5d58d2c38b4f72a473524d327 | /exp/StagHunt-Leadership/StagHunt_control3_preys2_bstag0_sstag125_trials5_pos_close.cpp | e651ff8f9bc16e3bf4e37d1478acba14570e1dc4 | [] | no_license | CAThanatos/sferes-leaderfollower | 9e747b5d6a4420d0d0625deb4e6063ec67f7e7d9 | e40000adeacb1fecb8a96fb4046424e83d1195e6 | refs/heads/master | 2020-03-31T14:56:43.092960 | 2018-10-09T20:40:10 | 2018-10-09T20:40:10 | 152,316,693 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 37,013 | cpp | // THIS IS A GENERATED FILE - DO NOT EDIT
#define CONTROL3
#define PREYS2
#define BSTAG0
#define SSTAG125
#define TRIALS5
#define POS_CLOSE
#line 1 "/home/krocutan/sferes2-0.99/exp/StagHunt-Leadership/StagHunt.cpp"
#include "includes.hpp"
#include "defparams.hpp"
namespace sferes
{
using namespace nn;
// ******... | [
"arthur.bernard1204@gmail.com"
] | arthur.bernard1204@gmail.com |
e813b4f8eaf1594992aeee08c5f2c0abd8da4c61 | 5e54e3f2b98ee4b71cc9e63cb8a78771472f5add | /src/chromium/strings/string_util_win.hh | 35f580139d41a9806b737e34142a2f2cfb6b2403 | [] | no_license | steve-o/Kigoron | 4c5d6d4681563b3f687bdca41124c823225f649b | 42123c89b9810015dc91392a96a3c96ce3cdbb1a | refs/heads/master | 2021-01-17T15:14:44.723630 | 2016-05-25T22:21:17 | 2016-05-25T22:21:17 | 39,047,724 | 5 | 0 | null | 2015-11-10T00:07:22 | 2015-07-14T01:57:35 | C++ | UTF-8 | C++ | false | false | 882 | hh | // Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROMIUM_STRINGS_STRING_UTIL_WIN_HH__
#define CHROMIUM_STRINGS_STRING_UTIL_WIN_HH__
#include <stdarg.h>
#include <stdio.h>
#include <string.h... | [
"fnjordy@gmail.com"
] | fnjordy@gmail.com |
a4c54f7d01ce4a2adc9ae5f5f0c9da9b7628097c | 9c5a9cdad7a0975824d7a291d53c3801fa7c3f80 | /PAT/code/nineth/9.4/9.4 3 A1099(30)/9.4 3 A1099(30)/stdafx.cpp | e215a9ce652b503dcc2ee00ad35132e887e3a62e | [] | no_license | luckyxuanyeah/Algorithm_Practice | 893c6aaae108ab652a0355352366a393553940fe | 4f6206a8bfd94d64961f2a8fb07b8afbeb82c1b1 | refs/heads/master | 2020-04-06T13:48:11.653204 | 2019-07-17T15:35:47 | 2019-07-17T15:35:47 | 157,508,492 | 0 | 0 | null | 2018-11-14T08:19:44 | 2018-11-14T07:27:47 | null | GB18030 | C++ | false | false | 268 | cpp | // stdafx.cpp : 只包括标准包含文件的源文件
// 9.4 3 A1099(30).pch 将作为预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
// TODO: 在 STDAFX.H 中
// 引用任何所需的附加头文件,而不是在此文件中引用
| [
"382435443@qq.com"
] | 382435443@qq.com |
e5ddd5fe19f45bd599ac81affe2f56d8cecd1824 | cf36ff708344bd4d1260191f567a1facad116342 | /widgets/Common/CommonAction.cpp | 971e973ac0c16e2bb7e00073ce8961be12d1770e | [] | no_license | SeptemberHX/TodoManager | b192ba3c19fe86bf717bfddee3a22eefdf16a1a3 | 16778c4fd2b636be0ab703ef5f25a0656afd0f54 | refs/heads/master | 2020-03-25T06:25:59.845908 | 2018-10-17T14:13:18 | 2018-10-17T14:13:18 | 143,501,046 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,569 | cpp | //
// Created by septemberhx on 8/7/18.
//
#include "CommonAction.h"
CommonAction *CommonAction::instancePtr = nullptr;
CommonAction *CommonAction::getInstance() {
if (CommonAction::instancePtr == nullptr) {
CommonAction::instancePtr = new CommonAction();
}
return CommonAction::instancePtr;
}
Co... | [
"tianjianshan@outlook.com"
] | tianjianshan@outlook.com |
81fdbde7a8d97a2b1e327f21b22998e2ba709d35 | c14e92092077be792b4a453a984e5a4b2c4f9e1e | /src/draw.h | b50e6f41946e0598bd92df9835da756bf7c08f24 | [] | no_license | AaHigh/FontDemo | d05463f851d43ef993d68f453d40a14b2f01eada | 8905c0f468d2e486c36a088692f65d59ce4dedda | refs/heads/master | 2021-01-19T20:49:15.951547 | 2018-03-10T01:21:04 | 2018-03-10T01:21:04 | 88,561,660 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,626 | h | #ifndef __DRAW_H__
#define __DRAW_H__
U32 ncolortime(F32 n); // normalized colortime -- lowest level func
U32 colortime(F32 period_in_secs, F32 normalized_offset=0.0f);
U32 colortime(U32 msec, F32 period_in_secs, F32 normalized_offset=0.0f);
U32 blendcolors( U32 color1, U32 color2, F32 blend ); // return color1 + ( co... | [
"Aaron_Hightower@comcast.com"
] | Aaron_Hightower@comcast.com |
a7d8254c299a316c4bf58b28e4fe4841a1c5a861 | af9b093999a73245372003fb8c1ad6017be012a5 | /UHunt/dynamicPrograming/others/10003-cuttingSticks.cpp | 562d3b9a440e095b8dec58c44ce81f6e1f5beca4 | [] | no_license | Dariiio/competitiveProgramming | 5463657cb5df2d96771d622622a9b26ec7e9bfec | ffb7f429bdea6ff08d3fdded68ce5f0e1301f540 | refs/heads/master | 2021-06-12T15:22:54.441439 | 2020-05-26T04:56:48 | 2020-05-26T04:56:48 | 128,706,958 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 709 | cpp | #include<bits/stdc++.h>
using namespace std;
#define min(a,b) ((a)<(b)?(a):(b))
int v[51],dp[51][51];
int cut(int left,int right,int l_idx,int r_idx){
int len=right-left;
if(l_idx==r_idx)
return len;
else if(l_idx>r_idx)
return 0;
else if(dp[l_idx][r_idx]!=1e9)
return dp[l_idx][r_idx];
for(int i=l_idx;i<=r... | [
"dariiodallara@gmail.com"
] | dariiodallara@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.