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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7914be7a61118e0244b339b7202275bbb0460599 | b16e618b507fdeb9a0f672ef1a6a32a965b1eae6 | /FPSProject/Source/FPSProject/FPSGameMode.cpp | e9d3f46b73b40c51789b082566c2309cc4701556 | [] | no_license | Blasterdude/imgd-4000-projects | c79a4b71befdca298d2ef36d1f24093d810a360e | 9d1340c48d9ed4e18ac8de60beb900427bf2a8f0 | refs/heads/master | 2020-04-01T15:28:10.876325 | 2018-10-16T19:07:34 | 2018-10-16T19:07:34 | 153,338,330 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,093 | cpp | // Thomas J. Meehan
#include "FPSProject.h"
#include "FPSGameMode.h"
#include "FPSCharacter.h"
//#include "FPSHUD.h"
#include "Engine.h" //for version 4.4+
// Note that this may no longer be necessary as this file will likely already include [ProjectName].h, which, by default, will include "Engine.h" itself
AFPSGa... | [
"tom.meehan8@gmail.com"
] | tom.meehan8@gmail.com |
24754f2ba59cfde0a83736c62b85476b0b494985 | 5645587f7880546b7f815426bf5c2253af64bd27 | /src/TaskProcess.h | 88fc07fab464d619f11a9883bb8611b039ec3634 | [] | no_license | hiplayer/HPComp_Linux | 82878093a6e122d96b9f4106d04e0f7f7854b21f | 298708d74631f8fffc5be292ddcf70e1b18dd413 | refs/heads/master | 2020-12-25T16:13:55.936966 | 2015-02-10T09:36:03 | 2015-02-10T09:36:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,771 | h | #ifndef TASKPROCESS_H_
#define TASKPROCESS_H_
#include "stdafx.h"
#include "AUDEC/AUDEC_Header.h"
#include "AUDEC/AUDEC_CodecID.h"
#include "VIDEC/VIDEC_Header.h"
#include "VIDEC/VIDEC_CodecDef.h"
#include "MSDKVideo/CompEngine.h"
#include "ChanSender.h"
#include "HPCompositeDefine.h"
#include "H264FrameParser.h"
#inc... | [
"1158359135@qq.com"
] | 1158359135@qq.com |
03f8dda37c72177c8faba38c12b960cdff436215 | 11b1c11a907e05e9079ed1ccb42a53719aa36cba | /MyFrameWork/MyFrameWork/KeyBoard.h | 9968db3f72696696a45ae02f8df9e3690db64b85 | [] | no_license | loctho1995/DirectX-Contra | e5068575ce89df101cdaa9337470f3920573cf28 | 4a9aff748458e18110de970da356f49aee100bb4 | refs/heads/master | 2021-01-10T08:13:36.681909 | 2016-01-04T14:21:59 | 2016-01-04T14:21:59 | 43,313,122 | 3 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 649 | h | #pragma once
#include <queue>
class KeyEvent
{
public:
enum EventType
{
Press,
Release,
NULLKey
};
KeyEvent(EventType type, unsigned char keycode);
unsigned char getCode();
bool isPress();
bool isRelease();
private:
EventType type;
unsigned char keyCode;
};
class KeyBoard
{
public:
static KeyBoard* ge... | [
"ttakte00@gmail.com"
] | ttakte00@gmail.com |
af42397dcf264855c9318bfed238ac9b33d8b2b3 | 1d0b642683814c1369dbb0d84d897783d6c06f00 | /06-16.cpp | 2e2d65b88df96e67f021df7ee3ad205f0f3700fb | [] | no_license | MisaghTavanpour/cppPrimer5thEdition | 78ed72382ef45a698de34e49220132884371b65a | a3516a9e126c84d2aead9205be77e51468da7a4d | refs/heads/main | 2023-01-29T20:34:21.137177 | 2020-12-08T03:29:46 | 2020-12-08T03:29:46 | 319,513,509 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 371 | cpp | #include <iostream>
#include <string>
using std::cout;
using std::endl;
using std::string;
bool is_empty(const string& s) {
return s.empty();
}
int main() {
string str = "2";
cout << str.size() << endl;
if (is_empty(str)) {
cout << "str is empty" << endl;
} else {
cout << "str ... | [
"misagh_tavanpour@yahoo.com"
] | misagh_tavanpour@yahoo.com |
5632ff20e49d80462dec6e79a4b7f3ce3317ca07 | 9a0212c703d39ade3f6efadc7aff6d8227b52cd6 | /sslserver.cpp | f6c6c6fff8b1423fb0b74fa67f0167a2c34c76a4 | [
"MIT"
] | permissive | pavolmarak/openfinger-gateway | e5afa28e3cdee2bcfa72da6c30fa6c0cc330c970 | faa688912fb5df0fa100bd1a4dbf1fd9c6e9df9c | refs/heads/main | 2023-05-27T11:27:27.724886 | 2021-06-11T17:35:09 | 2021-06-11T17:35:09 | 368,262,767 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,918 | cpp | #include "sslserver.h"
#include <QDebug>
quint16 SslServer::getPort() const
{
return port;
}
void SslServer::setPort(quint16 newPort)
{
port = newPort;
}
const QString &SslServer::getIp() const
{
return ip;
}
void SslServer::setIp(const QString &newIp)
{
ip = newIp;
}
SslServer::SslServer(QObject *... | [
"pavol.marak@gmail.com"
] | pavol.marak@gmail.com |
53e08c1fe8bc5b5e07144f829cf86a4a1a7b2339 | b4052809a4a08eb9ddc4551b6fc34ef61b90a24c | /frameworks/vtk.framework/Headers/vtkRearrangeFields.h | 0448925b58b0e31961014108f322b29b3a6dc0ae | [] | no_license | 9gel/hellopcl | 548687167b0b17bd393b55f37e99d05207971a9e | 19c39b39ad169c0a79b42cd72232d51b419f4f3d | refs/heads/master | 2020-02-26T17:05:09.470167 | 2014-02-27T07:59:52 | 2014-02-27T07:59:52 | 17,192,517 | 21 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 7,687 | h | /*=========================================================================
Program: Visualization Toolkit
Module: vtkRearrangeFields.h
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This software... | [
"nigel@vannevartech.com"
] | nigel@vannevartech.com |
deeafef63937486d05cd1f443fa03fb0203d5dd9 | 63f9cad34d5c3a34297450c401013819596d8c06 | /C++_GAME/Ranking.cpp | 00a74ee2f67b6c8c8c3a1b26a0772a7beebd23b6 | [] | no_license | LunaJang/2017_C.A.P.S_EXHIBITION | 28f0a0e2b26f5a2360b5ebae941f9162396e9539 | ea9579a42d4ea0cd595a8ed95a7e45dd296bb1c5 | refs/heads/master | 2021-05-14T03:57:03.563684 | 2018-11-06T07:40:36 | 2018-11-06T07:40:36 | 116,631,070 | 1 | 0 | null | null | null | null | UHC | C++ | false | false | 5,558 | cpp | #pragma once
#include "headers.h"
/*일반엔딩: 기본, 아싸, 과대, 과탑, 연인, 솔로, 휴학, 평화, 찍힘 (총 9개)
중도엔딩: 이별, 열반, 학고, 노벨상, 데뷔, 돌연사 (총6개)
일반엔딩 1개당 점수 10 (연애만 -10)
중도엔딩중 이별100, 노벨상80/ 열반60, 학고60, 데뷔60/ 돌연사0
스텟(학점, 스트레스, 인기도)*/
/*학점
1점대: 1점
2점대: 2점
3점대: 3점
4점대: 4점
4.5: 5점*/
/*스트레스
5 : 0점
4-5: 1점
3-4: 2점
2-3: 3점
1-2: 4점
0-1: 5점
0 : 6... | [
"jase9512@naver.com"
] | jase9512@naver.com |
76c4931e42d468f2473d1f9b9ad07c5b29d579d0 | b619d7537f6ba6800766d3ef4446483008c99816 | /TESReloaded/Core/RenderManager.cpp | c464ff62132215ffa5aea12c5a561d18d4c030aa | [] | no_license | hellozyemlya/TESReloaded | d3c70aa18a26f34af351b9c63152a008237400ea | 5ec8efcd08464988f6f3a7fa04577119855796f3 | refs/heads/master | 2023-04-08T15:49:46.163948 | 2021-02-12T17:16:36 | 2021-02-12T17:16:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,646 | cpp | #if defined(NEWVEGAS)
#define kCameraWorldTranslate 0x011F474C
#elif defined(OBLIVION)
#define kCameraWorldTranslate 0x00B3F92C
#elif defined(SKYRIM)
#define kCameraWorldTranslate 0x01B913FC
#endif
#define RESZ_CODE 0x7FA05000
void RenderManager::GetSceneCameraData() {
NiCamera* Camera = WorldSceneGraph->camera;
i... | [
"aletamburini78@gmail.com"
] | aletamburini78@gmail.com |
d51daa8909c9ee1b22728ed0a31fee708bcffc25 | 5d0ed2cdd3c1e1225979ea9908f8dbf61808bfb5 | /P2P/Sync/HeaderSyncer.h | c76b4e7f519c64cd513022aac282679036d26c40 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | emoji-king/GrinPlusPlus | 15b400a4306ab4eee42e103ca744a872f65998db | 4fe992626f9daf89528a92ed343d8af304113b4c | refs/heads/master | 2020-04-13T01:54:53.016676 | 2018-12-22T05:51:14 | 2018-12-22T05:51:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 513 | h | #pragma once
#include <chrono>
// Forward Declarations
class ConnectionManager;
class IBlockChainServer;
class HeaderSyncer
{
public:
HeaderSyncer(ConnectionManager& connectionManager, IBlockChainServer& blockChainServer);
bool SyncHeaders();
private:
bool IsHeaderSyncDue() const;
bool RequestHeaders();
Conn... | [
"davidburkett38@gmail.com"
] | davidburkett38@gmail.com |
9a235a3a60e4c203a462d8f3d045c241e8af9461 | 79cd409b4b12f8ab76a31130750753e147c5dd4e | /wiselib.testing/algorithms/block_memory/virtual_sd.h | 2f2a701abb9f467823a3b8550ff628802a211562 | [] | no_license | bjoerke/wiselib | d28eb39e9095c9bfcec6b4c635b773f5fcaf87fa | 183726cbf744be9d65f12dd01bece0f7fd842541 | refs/heads/master | 2020-12-28T20:30:40.829538 | 2014-08-18T14:10:42 | 2014-08-18T14:10:42 | 19,933,324 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,739 | h | #ifndef __VIRTSDCARD_H__
#define __VIRTSDCARD_H__
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include "pc_os_model.h"
namespace wiselib {
/*
* @brief A virtual bock memory for the PC os model. It implements the block memory interface.
* @author Dominik Krupke
* @author Maximil... | [
"henning@leetless.de"
] | henning@leetless.de |
b62f4a45d539a3168e840ba1756bbb7050106067 | 9b48ac2884fb28e188bca0644c3ef48482d43825 | /vcmap/ch09/SdiMfcDocViewTest/SdiMfcDocViewTestDoc.h | d9a5b0065d3a1d63223ecda4c57ee7f1cb2c698f | [] | no_license | skyformat99/mybooks | 3a4f6cc37cd10624d21693bc22d1d0be93c03509 | d0a04f3b1ba271225b6fc23cf8e6d06a88828c09 | refs/heads/master | 2020-03-19T03:58:35.895559 | 2018-05-31T05:49:18 | 2018-05-31T05:49:18 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 600 | h | // SdiMfcDocViewTestDoc.h : CSdiMfcDocViewTestDoc 类的接口
//
#pragma once
class CSdiMfcDocViewTestDoc : public CDocument
{
protected: // 仅从序列化创建
CSdiMfcDocViewTestDoc();
DECLARE_DYNCREATE(CSdiMfcDocViewTestDoc)
// 属性
public:
// 操作
public:
// 重写
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchi... | [
"bluejoe2008@gmail.com"
] | bluejoe2008@gmail.com |
8304d9ba395e158557c3ba57cd3ab18fc2cbdd12 | dcb108bc87ac42c9072597dca4a938bbed669a45 | /FPS.cpp | d7b4c860cd9e79768fb4e44664245a9bb12f66ec | [] | no_license | TM-020222/0426_DxLibSample | 290c6bc448d3ae43f222946e76122a4ac28d3556 | 0dec5983c6fb26cdb58d7504ecdbfa8c06a64d2b | refs/heads/master | 2023-05-30T23:35:40.315331 | 2021-06-16T06:01:29 | 2021-06-16T06:01:29 | 361,605,255 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 3,001 | cpp | //FPSのソースファイル
#include"FPS.h"
#include"game.h"
//グローバル変数
FPS fps;
//関数
/// <summary>
/// FPS値を計測し、値を更新する
/// </summary>
/// <param name=""></param>
VOID FPSUpdate(VOID)
{
//一番最初の処理
if (fps.IsInitFlg == FALSE)
{
//測定開始時刻をマイクロ秒単位で取得
fps.StartTime = GetNowHiPerformanceCount(); //windowsが起動してから経過した時間(マイクロ秒)
f... | [
"hj-g20017@sist.ac.jp"
] | hj-g20017@sist.ac.jp |
257cf6025c145365058708dc551c19cdd8b866ed | e779a9d5f88dc9dd8e2e334624cfc0182598bb4e | /parser.h | ec0070ab4e5f2641e0c1fccd766f3c3308ef5140 | [] | no_license | mwill3324/TypeCheckerP3 | df5fe73df8e5e78fbdad48b9283241f13828138d | 1f9b2723e57738b4fc5e1a8eab42889d316eb7a7 | refs/heads/master | 2021-05-14T02:54:10.623348 | 2018-01-07T23:32:37 | 2018-01-07T23:32:37 | 116,607,444 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,042 | h |
#ifndef __PARSER_H__
#define __PARSER_H__
#include <string>
#include "lexer.h"
///////////////////
//#include "lexer.cc"
//#include "inputbuf.cc"
class Parser {
private:
LexicalAnalyzer lexer;
void syntax_error();
Token expect(TokenType expected_type);
Token peek();
void parse_new();
voi... | [
"MarcusWilliams.School@yahoo.com"
] | MarcusWilliams.School@yahoo.com |
06179da9e5331e41a6ab64cbd6644b6238a28ec2 | 4bab98acf65c4625a8b3c757327a8a386f90dd32 | /ros2-windows/include/geometry_msgs/msg/detail/twist_with_covariance__traits.hpp | de89741f3d0c4ebe1054fc7241dcc7050d144f1c | [] | no_license | maojoejoe/Peach-Thinning-GTRI-Agricultural-Robotics-VIP | e2afb08b8d7b3ac075e071e063229f76b25f883a | 8ed707edb72692698f270317113eb215b57ae9f9 | refs/heads/master | 2023-01-15T06:00:22.844468 | 2020-11-25T04:16:15 | 2020-11-25T04:16:15 | 289,108,482 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,308 | hpp | // generated from rosidl_generator_cpp/resource/idl__traits.hpp.em
// with input from geometry_msgs:msg\TwistWithCovariance.idl
// generated code does not contain a copyright notice
#ifndef GEOMETRY_MSGS__MSG__DETAIL__TWIST_WITH_COVARIANCE__TRAITS_HPP_
#define GEOMETRY_MSGS__MSG__DETAIL__TWIST_WITH_COVARIANCE__TRAITS_... | [
"aidencfarrar@gmail.com"
] | aidencfarrar@gmail.com |
76a14435230dbef5bd1fab938f668ca14752551b | ef2f697fdbba6585b8bd0cd82daf38451795e3df | /samples/toolbox_sample.cpp | 292ec84ee8fd6ace5ca6b69881c9770cd1a7f0ea | [
"MIT"
] | permissive | lineCode/v8toolkit | de7174f660e04a97380138363638e289747bb7ea | 1578b8b9bf96e67a00fbc7f5b6a4e501b375e66c | refs/heads/master | 2021-01-17T21:04:16.124459 | 2017-02-19T11:47:26 | 2017-02-19T11:47:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,526 | cpp | #include <string>
#include <fstream>
#include "v8toolkit.h"
using namespace v8toolkit;
void check_maybe_value(v8::MaybeLocal<v8::Value> maybe_value)
{
assert(!maybe_value.IsEmpty());
auto local = maybe_value.ToLocalChecked();
v8::String::Utf8Value utf8(local);
assert(!strcmp(*utf8, "yay"));
}
cla... | [
"xaxxon@gmail.com"
] | xaxxon@gmail.com |
5351e7f680aad2aef5f57cc2fba3886b6c6d8803 | 2b93e4f8eac9017364a87fc71baa924d02534c5a | /Alhythm/src/Game_Object_Gauge.h | d896ccd876a2557bf021e6b95af6d908904bb4c5 | [
"MIT"
] | permissive | shota-kawatuji/Siv3D_Alhythm | 92ad3d06b13e0800136ef1fa65396723d20df44f | d602832e535831a07d0e7c3fb589caa5d356aaf2 | refs/heads/master | 2022-01-14T15:44:21.124452 | 2019-04-12T03:58:54 | 2019-04-12T03:58:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 931 | h | #pragma once
#define NO_S3D_USING
#include <Siv3D.hpp>
namespace Game{
namespace Object{
// ゲームプレイ画面のクリアゲージ(縦棒)
class Gauge{
public:
Gauge();
// パーセンテージを加減算
void Update( double persentDiff );
void Draw() const;
// ゲージがクリアライン(70%)以上か
bool IsOverClearPersent() const noexcept;
private:
... | [
"albus0sh@gmail.com"
] | albus0sh@gmail.com |
0f2e13f0ca1da033a40e8cbebbc3f1c14682b9e9 | 0a6d345da918fb8e3cbb5efed78e6a38b7e32dce | /src/AlgModule/ObjDetect/Yolov3/MTCNN.cpp | bff219725683178c2894e47caec3258923455b68 | [] | no_license | Morgan-Gan/VisionAlg_CPP | 889e6f0eaac3dd9b45c06682204b22a7f8c00ddd | 7059097427487f6dbc768560ccb88d445ee6bd60 | refs/heads/master | 2022-11-23T01:31:38.208615 | 2020-07-28T12:11:21 | 2020-07-28T12:11:21 | 277,686,122 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 15,323 | cpp | #include "MTCNN.h"
#include <numeric>
#include <utility>
#include <future>
#include "eigen/Eigen/Eigen"
#define PNET_IMAGE_SIZE 12
#define RNET_IMAGE_SIZE 24
#define ONET_IMAGE_SIZE 48
#ifndef PNET_THREAD_NUM
#define PNET_THREAD_NUM 2
#endif
using namespace YOLOV3_ALG;
using namespace Eigen;
int MTCNN::InitDetecto... | [
"2545732723@qq.com"
] | 2545732723@qq.com |
a7ed0404bf21ce615eda098057029f67bbb0dd4e | 1d085c881bb592adcfaf14ad26370bf2befc92cc | /src/basis/pkt.cpp | 6694a1c350c7e0cabb21fafa222df26a9edad6c6 | [] | no_license | Young-Geo/Ros_Car | 2b87c3d67186a26d36c0e0a837aaeaecd1c82f05 | fe03f291c78c7dc6a437cbead908051045dd4330 | refs/heads/master | 2020-03-06T22:29:40.267059 | 2018-06-20T04:04:34 | 2018-06-20T04:04:34 | 127,104,521 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,526 | cpp | #include "pkt.h"
#include "xchain.h"
int pkt_check_sum(unsigned char * buf , int size , unsigned char checksum )
{
int i ;
unsigned char sum = 0 ;
for ( i = 0 ; i < size ; i ++ )
{
sum ^= buf[i] ;
}
if ( checksum != sum )
{
return 0;
}
return 1 ;
}
unsigned char pk... | [
"anxan@Young.Geo"
] | anxan@Young.Geo |
77815d33f36c536052c010b782bb4685b2e5e623 | 8196febc813503c086f5b45a937bb8504991d01c | /DIPS/dips/pdu/data/packet/usr/pdudevusr.h | 69d7abd538910adcae3a9c2d834c4d6ef2308146 | [] | no_license | luozhiyong131/ZPDU | 03b4d7baa8f795840d5b61347b326bb27ee93a64 | 707518bc8c930a09928a32fc00e4da99fca8b43d | refs/heads/master | 2021-01-01T06:35:12.206553 | 2019-08-15T06:05:26 | 2019-08-15T06:05:26 | 97,457,855 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 387 | h | #ifndef PDUDEVUSR_H
#define PDUDEVUSR_H
#include "pdustrbase.h"
class PduDevUsr
{
public:
PduDevUsr();
~PduDevUsr();
PduStrBase *usr; // 用户
PduStrBase *pwd; // 密码
PduStrBase *emil; // 邮件
PduStrBase *emil2; // 邮件
PduStrBase *emil3; // 邮件
PduStrBase *phone; // 电话
PduStrBase *group... | [
"luozhiyong131@qq.com"
] | luozhiyong131@qq.com |
3865ecf5bafde4bfe224c022eca2dbeae2acfcce | 4e8c86fc1eb47ed8037d419487f9503df22c7083 | /Filtering/KalmanFilter/KFTest-OpenCV-VS10/KFTest/CVWnd.cpp | d5753b8764920ef10bad4b3b8126130c54df00a4 | [
"MIT"
] | permissive | dalek7/Algorithms | c993f6d922a5574e54c2d8ece70bd0f9dd281a26 | 657275472d116f3b117c67e366a7e45de8e9c0e7 | refs/heads/master | 2020-04-12T01:40:56.502302 | 2019-09-07T16:46:09 | 2019-09-07T16:46:09 | 51,481,437 | 4 | 2 | MIT | 2019-07-09T10:58:28 | 2016-02-10T23:39:20 | C | UTF-8 | C++ | false | false | 4,487 | cpp | // CVWnd.cpp : implementation file
//
#include "stdafx.h"
#include "KFTest.h"
#include "CVWnd.h"
#include "KFTestDoc.h"
#include "KFTestView.h"
extern CKFTestView *pv;
// CVWnd
// plot points
#define drawCross( center, color, d ) \
line( img, Point( center.x - d, cente... | [
"dalek@kaist.ac.kr"
] | dalek@kaist.ac.kr |
961e3ffa686e175f0ed5499df57ad7d58cf0eee7 | fe2362eda423bb3574b651c21ebacbd6a1a9ac2a | /VTK-7.1.1/Views/Infovis/vtkTanglegramItem.h | 86b2a574de0248e9adfb6f69f49825ca69fa5c8f | [
"BSD-3-Clause"
] | permissive | likewatchk/python-pcl | 1c09c6b3e9de0acbe2f88ac36a858fe4b27cfaaf | 2a66797719f1b5af7d6a0d0893f697b3786db461 | refs/heads/master | 2023-01-04T06:17:19.652585 | 2020-10-15T21:26:58 | 2020-10-15T21:26:58 | 262,235,188 | 0 | 0 | NOASSERTION | 2020-05-08T05:29:02 | 2020-05-08T05:29:01 | null | UTF-8 | C++ | false | false | 6,366 | h | /*=========================================================================
Program: Visualization Toolkit
Module: TestDiagram.cxx
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This software is d... | [
"likewatchk@gmail.com"
] | likewatchk@gmail.com |
de8943deff9e78af44edd0eb3c421faa244f5111 | 1c0486a94d6631c6184014f9a5d709ceb008d320 | /offer_interview/src/sort/excise/threeColor.cpp | 2d29b4444c84acba75c1e97b4d128c44f46f047e | [] | no_license | JonyFaker/Daily-Coding | 89b70f462aee4af84dba8a93eb673075133113ae | aa1aaa24550447900ffebafde1b842bf387e77f7 | refs/heads/master | 2020-03-11T08:06:06.405862 | 2018-06-12T07:53:29 | 2018-06-12T07:53:29 | 129,874,910 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,071 | cpp | #include<iostream>
#include<algorithm>
using namespace std;
//time:O(n) space:O(1) quicksort
class threeColor
{
public:
threeColor(){} //如果只声明了默认构造函数没有实现的话会报错
~threeColor(){}
int* threecolor(int* A, int length){
int left = 0;
int right = length-1;
for (int i = 0; i... | [
"352815247@qq.com"
] | 352815247@qq.com |
7058007cdd8a7a51c6463e128be92381743ce958 | 771a5f9d99fdd2431b8883cee39cf82d5e2c9b59 | /SDK/BP_PromptActor_EmissarySunk_RB_parameters.h | 2d47203de8d1003da488019e86325fcc0985e8f3 | [
"MIT"
] | permissive | zanzo420/Sea-Of-Thieves-SDK | 6305accd032cc95478ede67d28981e041c154dce | f56a0340eb33726c98fc53eb0678fa2d59aa8294 | refs/heads/master | 2023-03-25T22:25:21.800004 | 2021-03-20T00:51:04 | 2021-03-20T00:51:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,457 | h | #pragma once
// Name: SeaOfThieves, Version: 2.0.23
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Parameters
//-------------------------------------------------... | [
"40242723+alxalx14@users.noreply.github.com"
] | 40242723+alxalx14@users.noreply.github.com |
874234ea26991676e632d99dd4d4f92f93949f3b | 446eb80e93ea239593ad9ae823946a29f2deff99 | /win_convnet/include/tt.h | e60b08bcc180935167cfc8ddf1340581b49461a9 | [] | no_license | s271/convnet_rw | 731ccc56b5639d68d4bff37a25eea2b8525d044f | e1fb05db7fe281f1e5d428be38370281d526b522 | refs/heads/master | 2016-08-03T08:32:31.341006 | 2015-01-29T11:39:35 | 2015-01-29T11:39:35 | 15,833,755 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,138 | h | /*
* Copyright (c) 2014, Sergey Ten
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* - Redistributions of source code must retain the above copyright notice,
* this list of condition... | [
"serg271@gmail.com"
] | serg271@gmail.com |
e723a377194d9364e09b7733e92af05c31a290c6 | 0a3a009fa93539a2b45b5642341f4cb0c5c62df5 | /Axis.Mint/services/language/syntax/evaluation/NullValue.cpp | af37ec68be37026a635d4e22c2f0afc0a4be409a | [
"MIT"
] | permissive | renato-yuzup/axis-fem | 5bdb610457013d78a9f62496d4a0ba5e68a5a966 | 2e8d325eb9c8e99285f513b4c1218ef53eb0ab22 | refs/heads/master | 2020-04-28T19:54:21.273024 | 2019-03-31T22:04:22 | 2019-03-31T22:04:22 | 175,526,004 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 664 | cpp | #include "NullValue.hpp"
namespace aslse = axis::services::language::syntax::evaluation;
aslse::NullValue::NullValue( void )
{
/* nothing to do here */
}
aslse::NullValue::~NullValue( void )
{
/* nothing to do here */
}
bool aslse::NullValue::IsAssignment( void ) const
{
return false;
}
bool aslse::NullValue::I... | [
"renato@yuzu-project.com"
] | renato@yuzu-project.com |
d19520d768aa6f69ce9996bc6a1f4650dd372a15 | e45a7d395c884806d3657b6a2fa7c8411d83af35 | /olc_origin/Cartridge.h | 73deb743e42e1060fd52caf180a86dce2af89981 | [] | no_license | huhuang03/nes_emulator | a5cdc43bb704ebd7e8d06d320167aabcb6b4ea3b | 4c48a48004c4c04ff2d65c2df366543eec7b13a9 | refs/heads/master | 2023-06-16T01:49:18.034890 | 2021-07-06T13:23:39 | 2021-07-06T13:23:39 | 370,105,989 | 0 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 3,081 | h | /*
olc::NES - Cartridge
"Thanks Dad for believing computers were gonna be a big deal..." - javidx9
License (OLC-3)
~~~~~~~~~~~~~~~
Copyright 2018-2019 OneLoneCoder.com
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met... | [
"york@duomai.com"
] | york@duomai.com |
5704de108314128929d3fc7b3f36c3af347852f4 | d39a17665c5690737c0739148a86836613847d04 | /Game-Of-Live/Game-Of-Live/cell.h | 605cd9320cd60cff4c7ecf3d30af2953795ee831 | [] | no_license | przemo539/Game-Of-Live | 6ef822f57949bbd7c2026f227bf27672e1e80493 | 9a0938110059a23b8571d17b5b615f6a0d8b762d | refs/heads/master | 2020-04-30T10:35:15.760155 | 2019-06-14T13:25:39 | 2019-06-14T13:25:39 | 176,781,016 | 0 | 0 | null | 2019-04-04T09:12:29 | 2019-03-20T17:09:20 | C++ | UTF-8 | C++ | false | false | 597 | h | #include <SFML/Graphics.hpp>
#pragma once
class cell : public sf::Drawable, sf::Transformable
{
bool is_alive;
bool changed;
public:
static unsigned int marg;
static unsigned int size;
sf::RectangleShape shape;
virtual void draw(sf::RenderTarget &target, sf::RenderStates states) const;
bool get_state();
void s... | [
"przemo5391@gmail.com"
] | przemo5391@gmail.com |
4335d8c0989527eb8ed2ae828cd7864268cdf4cc | 5c0cde9516179e199beda1104a329b252c7684b7 | /Graphics/Middleware/QT/include/QtGui/5.0.2/QtGui/private/qdrawhelper_p.h | 258f130efc44c9f911071addfc8517d45e9fb508 | [] | no_license | herocrx/OpenGLMatrices | 3f8ff924e7160e76464d9480af7cf5652954622b | ca532ebba199945813a563fe2fbadc2f408e9f4b | refs/heads/master | 2021-05-07T08:28:21.614604 | 2017-12-17T19:45:40 | 2017-12-17T19:45:40 | 109,338,861 | 0 | 0 | null | 2017-12-17T19:45:41 | 2017-11-03T01:47:27 | HTML | UTF-8 | C++ | false | false | 38,638 | h | /****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees ... | [
"hubertkuc13@gmail.com"
] | hubertkuc13@gmail.com |
26a8130f145d9873255b6d750b622c4fcbd18bf2 | 4010fee785c0f7e142f877b75f8b7f56640de887 | /trunk/suicore/src/System/Windows/Environment.cpp | 5702a246cc67120a962b88d505349e619269ab32 | [
"MIT"
] | permissive | hioscar/MPFUI | 5faa42d304978f4fa1053980c1353c464cab0704 | 0657f410ac6d5df85f9b2d8af3ee2b92611509cb | refs/heads/master | 2021-01-22T22:45:48.263933 | 2017-09-05T00:27:19 | 2017-09-05T00:27:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,029 | cpp | /////////////////////////////////////////////////////////////////////////
// uienv.cpp
#include <System/Windows/Environment.h>
#include <System/Windows/SystemParameters.h>
#include <time.h>
namespace suic
{
static OSType g_s_ostype = OSType::osUnknown;
OSType Environment::GetOSType()
{
if (g_s_ostype != OSType... | [
"china0851@foxmail.com"
] | china0851@foxmail.com |
0ba4888412c85f50b3e1d6b33eb9f0801f3a3c28 | 6ffbcbe941b7223dd2da17ce1a6e344cdf7f400d | /src/misc/misc.h | 61c69f99ebb31ba11e23f2fcb45c6787864dfbe9 | [] | no_license | venkatarajasekhar/cms | c92ba2fcdc23aec066c54ce68d126e9d546094c0 | 9ce6005b2a105bd60ec8135ab9cc2b1deb2cc90d | refs/heads/master | 2021-01-11T07:16:59.559217 | 2015-06-16T04:27:25 | 2015-06-16T04:27:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 176 | h | #include <string>
#include <vector>
namespace misc {
std::vector<std::string> split_on_white(std::string s);
std::string strip_trailing_newline(std::string str);
};
| [
"jarvis01123@gmail.com"
] | jarvis01123@gmail.com |
d30a27a7ddcfa9407bef61cde090d48ef6fccaa0 | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/git/new_hunk_3044.cpp | afddb600dfa8ce0ddd3bbe7c79fb8d28113300d3 | [] | no_license | ccdxc/logSurvey | eaf28e9c2d6307140b17986d5c05106d1fd8e943 | 6b80226e1667c1e0760ab39160893ee19b0e9fb1 | refs/heads/master | 2022-01-07T21:31:55.446839 | 2018-04-21T14:12:43 | 2018-04-21T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 520 | cpp | head_ref = resolve_ref_unsafe("HEAD", RESOLVE_REF_READING,
head_sha1, &head_flag);
if (head_ref && (head_flag & REF_ISSYMREF) &&
!strcmp(head_ref, lock->ref_name)) {
struct strbuf log_err = STRBUF_INIT;
if (log_ref_write("HEAD", lock->old_oid.hash, sha1,
logmsg, &log_err)) {
error(... | [
"993273596@qq.com"
] | 993273596@qq.com |
dfa8faec1ba4e81e6ab9f672424cbde9488bf7f1 | fdb15135cf3036e63efd6d23a20e898a832e89e3 | /src/basic/_platform/TaskQueueDefault.cpp | 21b9c795d720d7095f7456621e6128d7bee31025 | [] | no_license | thelongestusernameofall/polarphp | 9ca882d26c3ad0b7b63328fdee2534946fbe410a | 31012ff7e6c0f72ee587546c296b06013c98cf9a | refs/heads/master | 2022-04-02T12:40:39.677475 | 2020-02-20T12:43:03 | 2020-02-20T12:43:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,511 | cpp | //===--- TaskQueue.inc - Default serial TaskQueue ---------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... | [
"zzu_softboy@163.com"
] | zzu_softboy@163.com |
213e179ccf3c6f8cfb33c2972ccd96a6abcd8b3d | fc20252e43465c944f30c86c00372b5ad1f972bd | /Trapezoidal Method.cpp | f9ca8ec0e4d2bbd31296e3a8ad10546af796500b | [] | no_license | FariaTabassum/Numerical-Method | 0b625771463b0518cada5e26235f3ad0d4cc04f5 | 3acaf469cfcd928aee7243e959f9c4ef18bfa57a | refs/heads/master | 2023-05-12T16:23:28.567681 | 2021-05-29T19:01:17 | 2021-05-29T19:01:17 | 340,272,796 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 593 | cpp | #include<stdio.h>
#include<math.h>
float f(float x)
{
float a;
a=x/(1+x);
return a;
}
int main()
{
int n,i;
float a,b,h,sum=0,I,y0,yn;
printf("\n Enter the upper limit: ");
scanf ("%f",&b);
printf("\n Enter the lower limit: ");
scanf ("%f",&a);
printf("\n Enter the interval: ");
... | [
"tabassumfaria70@gmail.com"
] | tabassumfaria70@gmail.com |
d823acd6c3b608697e1d82bc6d7b8e07a6f96b9d | a28af655fbfcd2939fe50e30f8f5294f07c106d2 | /Source/AudiusClient/Gui/Welcome/WelcomeComponent.cpp | 8e2a3a9224d6062581de81256fae95fa9fecd60f | [] | no_license | cnsuhao/Audius | d365dac2f0be7fcc844c913901013d3a8b47ca1e | 22c3c61af6efdeb0ac92cc8fbad571e1694d4887 | refs/heads/master | 2021-05-26T16:59:25.928600 | 2012-10-06T14:51:20 | 2012-10-06T14:51:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,333 | cpp | /*
==============================================================================
This is an automatically generated file created by the Jucer!
Creation date: 4 Jan 2010 2:58:41 pm
Be careful when adding custom code to these files, as only the code within
the "//[xyz]" and "//[/xyz]" sections will... | [
"pontus.munck@gmail.com"
] | pontus.munck@gmail.com |
1069df8af3d28fe85b7e0efd0f9251bc084375e9 | 7c1dc9907f6b009a87abb5a8a50e771a56b86bf4 | /DataStructure/codeforces/706_1.cpp | 2c1fa357a8f5d6a3fc4d1c2d186de20ba68c9700 | [] | no_license | TarunSaini063/Coding | 4b6a022a23488bbf5a4a1a746d865388095707ab | cd0abd63b469ab7f3be52eca0b5305a49c3f25b6 | refs/heads/master | 2021-08-22T17:41:58.152521 | 2021-05-22T08:58:28 | 2021-05-22T08:58:28 | 252,940,387 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 783 | cpp | #include <bits/stdc++.h>
using namespace std;
#define ld double
#define ll long long
#define pb emplace_back
#define mk make_pair
#define mod 1000000007
#define ff first
#define sz(v) (int)v.size();
#define ss second
#define FIO ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL);
#define all(x) x.begin(),x... | [
"tsaini063@outlook.com"
] | tsaini063@outlook.com |
396eee27335a6b36de1b6ff78fb6fa9eff2fd431 | 8f1290aa98cc5214dcfbe4f5706b5b7a63b8e87b | /src/store/Removing_Elements_7.cpp | 89b0dfa69c13f81f7b79f1fe73a308836e55b0b8 | [] | no_license | RamazanDemirci/cppAdvancedSTL | 2b9e5805da3c5c36829b9c0bea77086f7b6b949e | 571ff7edfe3c2d2e0225cf1c812e6b2fc5ae8036 | refs/heads/main | 2023-01-31T04:06:22.660155 | 2020-12-16T18:43:34 | 2020-12-16T18:43:34 | 315,716,164 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,699 | cpp | #include <iterator>
#include <vector>
#include <string>
#include <iostream>
#include <algorithm>
#include <list>
#include <set>
#include <unordered_set>
//Print contents or container
template <class T>
void print(T t, std::string msg)
{
std::cout << msg << " { ";
for (typename T::iterator it = t.begin(); it !=... | [
"radem18@gmail.com"
] | radem18@gmail.com |
868adbff0fe4324ba3898dfddea63421af8a9da1 | 9463bd91cea097f41c2a3b4adc34838267d17170 | /easy/conditional_statements.cpp | 43d436137605029547a9d3f63c2807aad9b6e6a5 | [] | no_license | DolotovEvgeniy/cpp-practice-hackerrank | e6cff0a06aba15da0839abf1ff0b77ff80e5ea64 | 5a958095be76e1032830201df37de12c0f2810e8 | refs/heads/master | 2022-12-28T04:34:38.233135 | 2020-09-19T23:23:11 | 2020-09-19T23:23:11 | 296,870,365 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 650 | cpp | #include <bits/stdc++.h>
using namespace std;
int main()
{
int n;
cin >> n;
cin.ignore(numeric_limits<streamsize>::max(), '\n');
if (n == 1) {
cout << "one";
} else if (n == 2) {
cout << "two";
} else if (n == 3) {
cout << "three";
} else if (n == 4) {
co... | [
"dolotov.evgeniy@gmail.com"
] | dolotov.evgeniy@gmail.com |
823e232cc47a9279d39cea13db9f1d3b89e584bd | dfd2eb796494fdd129800b066f4e624523f45a03 | /include/errc.ht | 426872f50bed2c3c4870d59deb265a4ab07c2e0d | [] | no_license | Dr-XX/pandore-bug-injected | 81d099d6a890a2c5be1617df254a96c7a2addcf9 | a3cf01cec67d04581ec20eeaa6bf8cabd016e826 | refs/heads/master | 2022-03-28T21:50:05.001637 | 2020-01-16T08:27:29 | 2020-01-16T08:27:29 | 230,410,981 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,773 | ht | /* -*- mode: c++; c-basic-offset: 3 -*-
*
* Copyright (c), GREYC.
* All rights reserved
*
* You may use this file under the terms of the BSD license as follows:
*
* "Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met... | [
"jordan0801@163.com"
] | jordan0801@163.com |
6cc5a6bcd54c27237ab972af6ed4fb5c0e60637c | 4c4b6039cb9d603f8baa0f749e408391f445de79 | /BAB 7/inisialisasi-array-2-dimensi.cpp | c79f231d01724cda08ff4fe52e0e1311cc614eef | [] | no_license | agungzero/UTS-DASAR-PEMROGRAMAN | 8f81c34a060ed218d51aac75b1135961c30d0d81 | 322cb53d9b2620e5c9b10fde5e4dcf76078d08e6 | refs/heads/master | 2020-08-27T04:55:13.636248 | 2019-10-24T08:48:56 | 2019-10-24T08:48:56 | 217,250,108 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 503 | cpp | #include <iostream>
using namespace std;
int main()
{
cout << "Nama : Agung Gummelar " << endl;
cout << "NIM : A2.1900006 " << endl;
int A [2] [4] = {1,2,3,4,5,6,7,8};
int i,j;
cout << "Aplikasi Matriks Ordo 2 x 4" << endl;
for (i=0; i<2; i++)
{
for (j=0; j<4; j++)
{... | [
"agungucup00@gmail.com"
] | agungucup00@gmail.com |
418b545d12994139be1e07bc04336a9f53071d0c | 69784e105ddc2aca3699b6b07dbcb1834d7c242c | /Classes/Native/AssemblyU2DCSharp_Vuforia_VuMarkBehaviour2060629989.h | 858948d5537154c77d2530620dbbe0c354c2ca4d | [] | no_license | ryanmcgrail95/CRHC-iOS | 7e72139100b2140143deb424d21fdc69b2959ed1 | 1b00260e6c59f552d9a8b94e42fcae5e657a6c46 | refs/heads/master | 2021-06-12T11:21:33.461817 | 2017-03-04T01:08:34 | 2017-03-04T01:08:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 575 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "Vuforia_UnityExtensions_Vuforia_VuMarkAbstractBeha1830666997.h"
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-off... | [
"rmcgrai1@nd.edu"
] | rmcgrai1@nd.edu |
22124f68b2e50895fc126992dbaf24dd476abc17 | 2736f482c60c65faeb7528c8aed73564582e383e | /Src/Modules/Sensing/GroundContactDetector.h | a0eefd44881e7c37472470e8c262074cdd4abbef | [] | no_license | LukeLu1263/WrightOcean2012 | 1de6348d980e88e90e921af64e38e97a694333cd | 7e48a2e782561653888e739eb9f7b62cdfb9d948 | refs/heads/master | 2021-01-25T05:16:22.624010 | 2013-08-08T16:58:56 | 2013-08-08T16:58:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,087 | h | /**
* @file GroundContactDetector.h
*
* Declaration of module GroundContactDetector.
*
* @author <a href="mailto:fynn@informatik.uni-bremen.de">Fynn Feldpausch</a>
*/
#pragma once
#include "Tools/Module/Module.h"
#include "Tools/RingBufferWithSum.h"
#include "Representations/Infrastructure/SensorData.h"
#include "Rep... | [
"lzf824446@163.com"
] | lzf824446@163.com |
6292e85cdf479fd99e163e781f3de068c4ca8fb2 | a7aa20b665f77bb2d78183eea9cc353011cab982 | /acm/uva/1727.cpp | aafc11db37dae75bb47537692457b36bb970c6b4 | [] | no_license | tanny411/Competitive-Programming | 96addd4d83e483d95581c7258875d7c685b074cc | 775810825ad08bdb78e214ee2a713576677a6346 | refs/heads/master | 2021-06-28T07:51:51.432442 | 2020-09-16T18:43:10 | 2020-09-16T18:43:10 | 143,970,535 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 870 | cpp | #include<stdio.h>
#include<map>
#include<string>
using namespace std;
int main()
{
map<string,int>month,day;
month["JAN"]=31;month["FEB"]=28;month["MAR"]=31;month["APR"]=30;
month["MAY"]=31;month["JUN"]=30;month["JUL"]=31;month["AUG"]=31;
month["SEP"]=30;month["OCT"]=31;month["NOV"]=30;month["DEC"]=31;... | [
"aysha.kamal7@gmail.com"
] | aysha.kamal7@gmail.com |
3426a32c1dcce1c92261cce70442b6ffb00a1f87 | 09aff9efb28ab414036a21be3b757437cd4f473b | /src/flags/values.h | f4ab576e4a036e71f80dc12b95395739cdec0039 | [
"MIT"
] | permissive | tomocy/cpp-flags | 407d386d5727ce4643eb3d977239ae727c68ba32 | e3018f41293c37dc9a3256983945db31e0d1152d | refs/heads/master | 2022-10-21T02:29:31.690528 | 2020-06-11T14:23:11 | 2020-06-11T14:23:11 | 268,300,198 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,597 | h | #ifndef TOMOCY_CPP_FLAGS_FLAGS_VALUES_H
#define TOMOCY_CPP_FLAGS_FLAGS_VALUES_H
#include <memory>
#include <string>
namespace flags {
class Value {
public:
virtual ~Value() {}
virtual Value& operator=(const std::string& value) = 0;
virtual std::string Type() const noexcept = 0;
virtual std::string ToString()... | [
"tomocy.dev@gmail.com"
] | tomocy.dev@gmail.com |
e3ddb07f79df299c0ec019f81607f4462eaaf5a8 | ef3824cf7c72c40661cb11ea339654b788b75286 | /Ex-2/Reactor/AlarmEvent.cpp | 471f2ca68b276a9a82db9959cfbd13748d1f66df | [] | no_license | itfenom/POSA2Patterns | d7150b8b98d5d3f0cb0f04d647b93920ba71bad6 | 7db7c2cfac6c8529e22a29a01a52f13ffba1d974 | refs/heads/master | 2021-06-25T11:39:23.919265 | 2017-08-31T12:05:04 | 2017-08-31T12:05:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,151 | cpp | #include "AlarmEvent.h"
ReactorPattern::AlarmEvent::AlarmEvent()
{
alarmText = "";
priority = "";
}
ReactorPattern::AlarmEvent::AlarmEvent(char * alarmtext, char * prioritytext)
{
alarmText = alarmtext;
priority = prioritytext;
}
char * ReactorPattern::AlarmEvent::timeStamp()
{
return nullptr;
}
char * Reactor... | [
"popovicidanielai@gmail.com"
] | popovicidanielai@gmail.com |
aabdfb838983000659315cb1da570daea3f08798 | ef6ef195ecff4a349d7cb2611bd67ba2ab92f34b | /hdu.cpp/杭电1716.cpp | ca1cdabb6e9edeae140474058a06c95ca92bb95c | [] | no_license | GDDXH/First-year-of-University | 2f721ca182c02c8dde3fe957dc69bd825969ac43 | 67ec100de6bc03cb538f8db5babcd32c1ab3e992 | refs/heads/master | 2020-12-10T09:09:43.968893 | 2020-01-13T09:32:47 | 2020-01-13T09:32:47 | 233,552,368 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 623 | cpp | #include<iostream>
#include<cstring>
#include<string>
#include<algorithm>
using namespace std;
int main()
{
int a[4],t,flag,amout=0;
while(scanf("%d %d %d %d",&a[0],&a[1],&a[2],&a[3]))
{
if(a[0]==0&&a[1]==0&&a[2]==0&&a[3]==0)
{
break;
}
if(amout==1)
cout<<endl;
flag=1;
amout=1;
sort(a,a+4);
t=a[... | [
"911594111@qq.com"
] | 911594111@qq.com |
91ed28eefe19aeb691aeb562e9a1fca5e4946355 | 747b6c40610d6a69dcdd2d12fa042a54bdb91a25 | /uiframe/qpurecolorbutton.h | f2a56345a54ed1941838bfac64b55d2f01f60bab | [
"Unlicense"
] | permissive | spyhooky/QtDeskTop | 0cf22f649cc019d5fdbfc92e85adeeb959909dff | e189615bc0359256ad5770ca7fbc718f20604397 | refs/heads/master | 2023-05-25T18:40:01.428282 | 2015-12-08T01:03:03 | 2015-12-08T01:03:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,579 | h | #ifndef QPURECOLORBUTTON_H
#define QPURECOLORBUTTON_H
#include <QWidget>
#include <QPushButton>
#include <QLabel>
class QPureColorButton : public QWidget
{
Q_OBJECT
public:
explicit QPureColorButton(QWidget *parent = 0);
~QPureColorButton() {}
void setColors(const QColor &pres,const QColor &release
... | [
"xd.yang@nf-3.com"
] | xd.yang@nf-3.com |
475d0aab5956b6971f0dbd12a32af1f71394ca23 | 4d50d5c8f6f8975f3b97e2de42a3b1e79ed0c171 | /socks_lib1.cpp | a465b84c74ebc502b2c5a3ff0d3ba277106eac31 | [] | no_license | AndrewK225/Sockslib | 9161b485c71e3cccd23df57f614299473c4888d7 | fe2df4bb35a179ef6b778c41aff68e897d6d9dc9 | refs/heads/master | 2020-12-25T18:52:56.986250 | 2017-07-04T15:46:11 | 2017-07-04T15:46:11 | 94,009,055 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,101 | cpp | #include <sys/epoll.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <unistd.h>
#include <iostream>
#include <errno.h>
#include <string>
#include <cstring>
#include <vector>
#include <unordered_map>
#include <stdio.h>
typedef struct _params {
int local_port, des... | [
"andrew.koe315@gmail.com"
] | andrew.koe315@gmail.com |
79786aaf8203378f94c1f3b0b90a1b123a49de37 | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /components/signin/internal/identity_manager/accounts_mutator_impl.h | 70dcb00fc290cd067c24f77bfee7af63b05573ac | [
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 64bee65c921db7e78e25d08f1e98da2668b57be5 | refs/heads/webml | 2023-03-21T03:20:15.377034 | 2020-11-16T01:40:14 | 2020-11-16T01:40:14 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | C++ | false | false | 2,516 | h | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_SIGNIN_INTERNAL_IDENTITY_MANAGER_ACCOUNTS_MUTATOR_IMPL_H_
#define COMPONENTS_SIGNIN_INTERNAL_IDENTITY_MANAGER_ACCOUNTS_MUTATOR_IMPL_H_
... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
cd3d8336fb972640ce643de19e841b89d70f6b81 | 6305066938db84cf4a04dbd1fc5d46520e51f5a1 | /networking/FIFOserver.cpp | 964b13d8f42ede232b5379595df2fb5355d80160 | [
"MIT"
] | permissive | elenno/playground | d70ef4503a721d391d419c2e526f7824a6a3e5e1 | 4870be119c443a7056da245a90f160d2c1386ac3 | refs/heads/master | 2021-01-10T12:34:26.328171 | 2016-05-07T08:59:14 | 2016-05-07T08:59:14 | 45,241,256 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 580 | cpp | //FIFOs 有名管道
#include<stdio.h>
#include<stdlib.h>
#include<sys/stat.h>
#include<unistd.h>
#include<linux/stat.h>
#define FIFO_FILE "sampleFIFO"
int main()
{
FILE *fp;
char readbuf[80];
//create FIFO if it does not exist
umask(0);
//在文件系统中创建有名管道
mknod(FIFO_FILE, S_IFIFO|0666, 0);
while(1)
{
//打开有名管道
fp ... | [
"elenno.chen@gmail.com"
] | elenno.chen@gmail.com |
3be2bf7cefbcf558657dd2b5281aa0b3052843ba | 93c9499a60687ca615bda7469f18480a1480763a | /baekjoon/greedy/11399.cpp | 8079a42b58c22d6af20aaf16116287decc2af34e | [] | no_license | chin0/everydayalgo | 93257812a758fbdf4bd02d121a9057166e6a3bca | f6d2b5e58f15b1f2c7e41d1a2b5cf4051b6d2bc8 | refs/heads/master | 2022-09-26T23:14:21.566812 | 2022-08-25T09:15:17 | 2022-08-25T09:15:17 | 96,144,716 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 510 | cpp | ///오름차순으로 정렬하고 누적합 ㄱ
// 증명 정말 쉬우니 꼭 복습해볼것.
#include <cstdio>
#include <vector>
#include <algorithm>
using namespace std;
int main(void)
{
int n,temp;
vector<int> v;
scanf("%d",&n);
for(int i = 0; i < n; i++) {
scanf("%d",&temp);
v.push_back(temp);
}
sort(v.begin(), v.end());
... | [
"jeonggyeongbin@Jeongui-MacBookPro.local"
] | jeonggyeongbin@Jeongui-MacBookPro.local |
9fec7db8652f02b540b109cb3ce8c5a406208633 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/CMake/CMake-gumtree/Kitware_CMake_old_new_block_592.cpp | 8b0b66fd5c582037392695c5c551c5de016590d1 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 820 | cpp | {
OM_uint32 maj_stat, min_stat;
OM_uint32 msg_ctx = 0;
gss_buffer_desc status_string;
char buf[1024];
size_t len;
snprintf(buf, sizeof(buf), "%s", prefix);
len = strlen(buf);
do {
maj_stat = gss_display_status(&min_stat,
error_status,
... | [
"993273596@qq.com"
] | 993273596@qq.com |
f4903f054311afc271f442da3a556fa715c25742 | 92fc5841a69d1dcd6e3fb943d3c837eca3c8abb9 | /Sources/ceuserlib/ceuserlib.cpp | 40c5239a1e7a510884b94d62d9f3e5ccb29133ab | [] | no_license | killvxk/WDD | 1112af00029b389a8a522e2e68e05b847e2d5193 | 35e32c22144916837686007e676aa741e041fd83 | refs/heads/master | 2020-03-16T15:03:04.472561 | 2017-06-22T11:23:23 | 2017-06-22T11:23:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,585 | cpp | #include "ceuserlib.h"
#include "client.h"
#include "restore.h"
CRestore* g_pRestore;
CBackupClient* g_pService = NULL;
tstring g_strLastError;
bool g_LogInitialize = false;
static void __cdecl InitializeLog()
{
if( ! g_LogInitialize )
{
CLog::instance().Init( _T("ceuserlib.log") );
g_LogIniti... | [
"maxl@takemypc.com"
] | maxl@takemypc.com |
817c9745b780e4cbbcd5985cf13460d291473d3d | 47648f2fe49e9034afb4d5d378967dd0592f9014 | /tests/ma_lockable_wrapper_test/src/lockable_wrapper_test.cpp | 92b0e6596edcb5e27276e65f34a818b77fffadb6 | [
"BSL-1.0"
] | permissive | PunkLi/asio_samples | eb87d51512dd84bfc8386de07a3e5696db018d88 | 52dd1d1691d6b1c84d0900435303f7970178ef67 | refs/heads/master | 2021-10-16T07:55:06.231038 | 2019-02-09T06:09:41 | 2019-02-09T06:09:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,897 | cpp | //
// Copyright (c) 2010-2016 Marat Abrarov (abrarov@gmail.com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#include <cstddef>
#include <boost/asio.hpp>
#include <gtest/gtest.h>
#include <ma/lockable_wrap... | [
"abrarov@gmail.com"
] | abrarov@gmail.com |
cfa950967e4d1d4715a186c62e7433a5b8a15b56 | 9f65b341f176aead0aa6f3de881db793ced46a9d | /cpp/sangnt2.cpp | 516f3d40d20c761926659b73e76aecb7ea102361 | [] | no_license | itsjustwinds/study-path | 2e66c0d85a431983e60ffde126131cb3dd8e865b | 5bfd3cc1c4d3f0b20c2bbc852f43dfbf3d726507 | refs/heads/master | 2020-05-30T07:51:30.320218 | 2020-04-05T11:29:02 | 2020-04-05T11:29:02 | 189,585,900 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 383 | cpp | #include<bits/stdc++.h>
#define maxn 10000007
using namespace std;
int a[2*maxn];
long long res;
int main()
{
ios::sync_with_stdio(0);
cout.tie(0);
for (int i=2;i<=int(sqrt(2*maxn));i++)
if (a[i]==0)
{
int j=i*i;
while (j<=2*maxn)
{
a[j]=1;
j+=i;
}
}
for (int i=maxn+1;i<2*maxn;i+... | [
"hminhhuy2000@gmail.com"
] | hminhhuy2000@gmail.com |
1cc1f3aca235b123a88ec57b61a295460a0f7951 | 4491a810f77d635620442c6ef5e70ade50eecbe8 | /exam/2017.10.17/T3.cpp | 0f2e79ac3df2a08ef6dacde5e985d45f4bedbab8 | [] | no_license | cooook/OI_Code | 15473a3b7deafa365d20ae36820f3281884209bf | 45d46b69f2d02b31dcc42d1cd5a5593a343d89af | refs/heads/master | 2023-04-03T21:35:57.365441 | 2021-04-15T14:36:02 | 2021-04-15T14:36:02 | 358,290,530 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,394 | cpp | #pragma GCC optimize("O3")
#include <bits/stdc++.h>
typedef long long ll;
const int MAXN = 300005, mod = 1e9 + 7;
int n, size[MAXN], first[MAXN], b[MAXN], e = 1, son[MAXN], len;
int du[MAXN], tree[MAXN], back[MAXN], id[MAXN];
bool flag = false;
ll fac[MAXN], f[MAXN], Ans;
std::set<int> G[MAXN];
template <typename _... | [
"zyfan020305@gmail.com"
] | zyfan020305@gmail.com |
b482bca8e3d0200d2045442ca98098ccb4a0623e | 965bc66c4472f0a417e5f56722273e7d85bdcea3 | /pi_thermocouple_client.ino | 194dc6cb73c81461780ab333dd443db1647b8f3c | [] | no_license | jigokufactory/thermocouplelogger | d54e6236c5d83b95c7d43285bdeb63a83c5caf78 | 8f01b51fa9fb74422a4d92cbfd829134f2ed7112 | refs/heads/master | 2023-04-07T14:48:29.063865 | 2021-04-12T04:39:34 | 2021-04-12T04:39:34 | 357,064,033 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,690 | ino | #include <ESP8266HTTPClient.h>
#include <ESP8266WiFi.h>
#include <Wire.h>
#include <Ethernet.h>
#include <SPI.h>
#include "Adafruit_MAX31855.h"
#define BME280_ADDRESS 0x76
unsigned long int hum_raw, temp_raw, pres_raw;
signed long int t_fine;
unsigned int timeout_count;
unsigned int timeout;
unsigned long int sleep_t... | [
"jigokumfg@gmail.com"
] | jigokumfg@gmail.com |
6e15bf2062778d33824380443c264ab912a06a34 | a6ab6749bfc143b592cdbda3c795bfbe2da65d29 | /src/Common/KeyValueJson.cpp | e90efdd7cea6ad1bcdcaf0cc04cbb29af91eb221 | [
"MIT"
] | permissive | mizbit/esp-rgb-led-matrix | 52502dac21044179f12180ffe8228ce733870ea7 | 7ee5cf7d0c3bfc4d4d236a33fda7aa0dca2ab802 | refs/heads/master | 2021-03-02T20:48:13.453460 | 2020-03-08T21:50:57 | 2020-03-08T21:50:57 | 245,904,451 | 1 | 1 | null | 2020-03-08T23:24:58 | 2020-03-08T23:24:58 | null | UTF-8 | C++ | false | false | 3,131 | cpp | /* MIT License
*
* Copyright (c) 2019 - 2020 Andreas Merkle <web@blue-andi.de>
*
* 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 ... | [
"web@blue-andi.de"
] | web@blue-andi.de |
1c954368303c737312c85859768c92460d98ee67 | 97b096647d98c1d0a840aede1ccb5a8c72e34d49 | /sender/src/Coordinate/CoordinateData3D.h | 8aa831e1a4279ce60e73e98f05d37c0ebb353db9 | [] | no_license | rdodesigns/esoma_2011 | 024ebfaee3d42a380061d391413f14b28973bc73 | 39e44ee619b8d9c87864cb4c68cfbe9ca1066b84 | refs/heads/master | 2021-03-12T19:36:13.466777 | 2011-04-18T06:24:21 | 2011-04-18T06:24:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,478 | h | /**
* @file
* @author Ryan Orendorff <ryan@rdodesigns.com>
* @version 106 [complete_skel] (Mon Mar 28 20:14:40 EDT 2011)
* @parent 5af5a331fa4bb1e7b44b87ff7dbf570e3835be5a
*
* @section DESCRIPTION
*
* Holding coordinate data and allowing it to be easily translated to other
* coordinate systems.
*
* This is l... | [
"ryan@rdodesigns.com"
] | ryan@rdodesigns.com |
8fe4f1e2046f15cba06fc74a0639b4619f1c3f16 | 1525009b676640b0f59539f56dfc7571e8a1a786 | /tests/wx-style-header-dependency/library/cib/__zz_cib_vector-iterator.h.cpp | 441069d90748193d5dc9f94d54b331b7760af8e7 | [
"MIT"
] | permissive | satya-das/cib | d402236aa59ff70d28cb61c3860e14f321cbf366 | 369333ea58b0530b8789a340e21096ba7d159d0e | refs/heads/master | 2023-06-08T05:56:47.354269 | 2021-12-05T20:18:38 | 2021-12-05T20:18:38 | 20,096,881 | 42 | 5 | null | 2019-02-15T05:18:56 | 2014-05-23T11:16:13 | C++ | UTF-8 | C++ | false | false | 502 | cpp | #include "__zz_cib_stl-helpers/__zz_cib_vector-iterator.h"
#include "__zz_cib_wxStyleHeaderDependencyTests-class-down-cast.h"
#include "__zz_cib_wxStyleHeaderDependencyTests-delegate-helper.h"
#include "__zz_cib_wxStyleHeaderDependencyTests-generic.h"
#include "__zz_cib_wxStyleHeaderDependencyTests-ids.h"
#include "__... | [
"beingsatyadas@gmail.com"
] | beingsatyadas@gmail.com |
ab4817fab774b2163f9c2fbd9ae27a9f082a34cc | e3eedfa50de78154e3f7f08aadb2619dd20bd89c | /src/simple_reader.cpp | 794c10afa4e1ef2bfd80ddc42e8880d684190ec0 | [
"Apache-2.0"
] | permissive | maspadaru/poseidon | f0835e1ff1fac994237f90f5f1980b765b6a7c0f | 692930269ed190eed3aafeae6663325fa52341dc | refs/heads/master | 2022-11-30T06:34:08.142525 | 2020-07-27T07:57:59 | 2020-07-27T07:57:59 | 274,116,065 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,889 | cpp | #include "simple_reader.h"
SimpleReader::SimpleReader(std::string const &stream_path)
: stream_path(stream_path) {}
bool SimpleReader::has_metadata() const { return has_metadata_m; }
bool SimpleReader::fetch_metadata() {
// if (!has_metadata_m) {
// std::string nothing;
// source >> start_time;
/... | [
"maspadaru@tutanota.com"
] | maspadaru@tutanota.com |
1071c500b19af5821db8fb21f1ad11aaa0eeebb5 | b3c2a5165d9eff249053844e538b561a25b96d89 | /customer_cone/client/checker.hpp | fd98ee1fd47aa1c341f98e0cbc7be6df51269bbd | [] | no_license | inetrg/reproducibility-study-ixp-spoofing | 65ed9b160e919f75ee8ce247501f7f65e854dae5 | 1bca84de1ea4299952f7e3411b4d4c29c9a551f1 | refs/heads/master | 2020-09-08T15:42:23.954133 | 2019-11-15T13:50:58 | 2019-11-15T13:50:58 | 221,174,692 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 964 | hpp | #pragma once
#include "Packet.h"
#include "caf/all.hpp"
#include "caf/io/all.hpp"
#include "customer_cone/client/client.hpp"
#include "customer_cone/sample.hpp"
#include "customer_cone/server/server.hpp"
namespace customer_cone {
namespace client {
constexpr uint_fast32_t dyn_port_lower_bound = 49152;
using check... | [
"git@jasper-eumann.de"
] | git@jasper-eumann.de |
f8d5afeaac939fcc19e78336ba549d58aeca98f5 | 2af943fbfff74744b29e4a899a6e62e19dc63256 | /JHU-CIS-ComputationalAnatomy/StatisticalPipeline/Source/vnl_index_sort.h | 02f1b263347c426236601b2ca36ee35ee54b7793 | [] | no_license | lheckemann/namic-sandbox | c308ec3ebb80021020f98cf06ee4c3e62f125ad9 | 0c7307061f58c9d915ae678b7a453876466d8bf8 | refs/heads/master | 2021-08-24T12:40:01.331229 | 2014-02-07T21:59:29 | 2014-02-07T21:59:29 | 113,701,721 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,215 | h |
#ifndef vnl_index_sort_h_
#define vnl_index_sort_h_
#ifdef VCL_NEEDS_PRAGMA_INTERFACE
#pragma interface
#endif
//:
// \file
// \author Michael R. Bowers
//
#include <vnl/vnl_vector.h>
#include <vcl_algorithm.h>
#include <vcl_utility.h>
#include <vcl_vector.h>
template<class TValue, class TIndex>
class vnl_index_so... | [
"mbowers@5e132c66-7cf4-0310-b4ca-cd4a7079c2d8"
] | mbowers@5e132c66-7cf4-0310-b4ca-cd4a7079c2d8 |
70c543aa1ab114e1a6382fe980dc86b7e3383790 | 1d16fdcbd5fbd91d8325170cb74115a045cf24bb | /CSCommon/Source/MUID.cpp | 545558b3c00be52311f095a2cfc49c4530e51905 | [] | no_license | kooksGame/life-marvelous | fc06a3c4e987dc5fbdb5275664e06f2934409b90 | 82b6dcb107346e980d5df31daf4bb14452e3450d | refs/heads/master | 2021-01-10T08:32:53.353758 | 2013-07-28T18:15:09 | 2013-07-28T18:15:09 | 35,994,219 | 1 | 1 | null | null | null | null | UHC | C++ | false | false | 2,007 | cpp | #include "stdafx.h"
#include "MUID.h"
#include <windows.h>
MUID MUID::Invalid(void)
{
return MUID(0,0);
}
MUIDRefMap::MUIDRefMap(void)
{
m_CurrentMUID.SetZero();
}
MUIDRefMap::~MUIDRefMap(void)
{
}
MUID MUIDRefMap::Generate(void* pRef)
{
m_CurrentMUID.Increase();
insert(value_type(m_Current... | [
"alexis.ddr@gmail.com@86145bcc-2932-641b-40bf-8db704073500"
] | alexis.ddr@gmail.com@86145bcc-2932-641b-40bf-8db704073500 |
74bd335b3e182fa1b421bb809e15e22ca94b80e9 | 29245f9ece2d594f3292b10601095a9962afaf09 | /lib/MicroSpeech/model.cpp | bd0e8d8550ce7feecad7b54fd1e65cc3b731a3d6 | [] | no_license | duducosmos/microspeechesp32omnidirectional | c441872432d4616dfa056515543716dd3790151c | 3fa7e062ef23494b968ab4aef6d0f0efc0d8869a | refs/heads/main | 2023-06-19T04:34:29.844237 | 2021-07-11T16:20:54 | 2021-07-11T16:20:54 | 384,690,577 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 113,254 | cpp | #include <model.h>
// We need to keep the data array aligned on some architectures.
#ifdef __has_attribute
#define HAVE_ATTRIBUTE(x) __has_attribute(x)
#else
#define HAVE_ATTRIBUTE(x) 0
#endif
#if HAVE_ATTRIBUTE(aligned) || (defined(__GNUC__) && !defined(__clang__))
#define DATA_ALIGN_ATTRIBUTE __attribute__((aligned(4... | [
"pereira.somoza@gmail.com"
] | pereira.somoza@gmail.com |
a565d380b5ab9b0b730b39fa52050117baf0342e | 73ee941896043f9b3e2ab40028d24ddd202f695f | /external/chromium_org/chrome_frame/test/util_unittests.cc | e6dbd652abd30a6faa677266fe93e7c703a8cad2 | [
"BSD-3-Clause"
] | permissive | CyFI-Lab-Public/RetroScope | d441ea28b33aceeb9888c330a54b033cd7d48b05 | 276b5b03d63f49235db74f2c501057abb9e79d89 | refs/heads/master | 2022-04-08T23:11:44.482107 | 2016-09-22T20:15:43 | 2016-09-22T20:15:43 | 58,890,600 | 5 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 19,713 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/file_version_info.h"
#include "base/file_version_info_win.h"
#include "base/files/file_path.h"
#include "base/strings/string_util.h"
#i... | [
"ProjectRetroScope@gmail.com"
] | ProjectRetroScope@gmail.com |
32906826c886244debed3cfd1d7a51a7f697a2e7 | 33035c05aad9bca0b0cefd67529bdd70399a9e04 | /src/boost_regex_v4_c_regex_traits.hpp | 6a78b058809efc265accf044144e92416743f067 | [
"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 | 45 | hpp | #include <boost/regex/v4/c_regex_traits.hpp>
| [
"k@kekyo.net"
] | k@kekyo.net |
52a363def04e92bf7b89d509b7e7a69716333d78 | 0637909f5b230f9d2907dd8a3031d648cc6cbce1 | /mex/armadillo_bits/fn_inv.hpp | bfbbc1127a589523d32c0e6efcae7cf52f3a6fee | [
"Apache-2.0"
] | permissive | davidakelley/MFSS | ebcbad0b29e22ed6cffa604fbd8a80ac261616dc | 3f7718f6403db69575adff997a05d21d452acbf9 | refs/heads/master | 2022-11-06T14:57:33.449813 | 2022-10-31T17:41:42 | 2022-10-31T17:41:42 | 165,262,685 | 12 | 10 | NOASSERTION | 2020-05-28T05:25:40 | 2019-01-11T15:08:34 | MATLAB | UTF-8 | C++ | false | false | 6,884 | hpp | // Copyright (C) 2008-2016 National ICT Australia (NICTA)
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
// -----------------------------------------------------... | [
"dkelley@frbchi.org"
] | dkelley@frbchi.org |
146a7eafd327fcdaf39f4ced26eb681f46c27873 | c1376a6f7e1df705a43b023ca86ba026ddffbc11 | /getIntFunction.cpp | 026c2d2fcb6da1034a271209fd131f652f7f768c | [] | no_license | Lunodzo/crypto-lab | e2ffcc5836212e63977b855b807ae90b133dd84e | f87dfd7390db2d3ce4a8ab61cce0cc15dfb90392 | refs/heads/master | 2022-08-28T12:59:26.080993 | 2020-05-25T10:37:21 | 2020-05-25T10:37:21 | 266,746,582 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 691 | cpp | int getch(void);
void ungetch(int);
//getint: get next integer from input to *pn
int getint(int *pn){
int c, sign;
while (isspace(c = getch()));//Skip white space
if (!isDigit(c) && c!= EOF && c != '+' && c != '-')
{
ungetch(c); //It is not a number
return 0;
}
sign = (c == '-... | [
"lunomwinuka@gmail.com"
] | lunomwinuka@gmail.com |
9cc566551c37b2499ab335d311797c21aa877a74 | 77b6007ea48e23a1ce7f74a0ac379405262894cd | /GeneratedFiles/Debug/moc_openvideo.cpp | 5daab1694ce26e4c22211c10941040576a9cf6f1 | [] | no_license | pingcuang/yolov3video | 7cd46eaf6f31192df81b4bcb0f64b2a21be9034a | 44a165323f819fbe0645ec634287fb738c6bfe93 | refs/heads/master | 2020-04-09T11:06:41.819740 | 2018-12-04T08:09:10 | 2018-12-04T08:09:10 | 160,295,764 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,195 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'openvideo.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.8.0)
**
** WARNING! All changes made in this file will be lost!
***********************************************************... | [
"763262068@qq.com"
] | 763262068@qq.com |
d863f88388408866dcc4bad14b49e097045a2804 | c279a2fcb56de70f5cac2c8e890f155e177e676e | /Source/BladeFramework/header/interface/IMediaLibrary.h | d1b1a619e795c4d566d9c9e0988ff2934b045d87 | [
"MIT"
] | permissive | crazii/blade | b4abacdf36677e41382e95f0eec27d3d3baa20b5 | 7670a6bdf48b91c5e2dd2acd09fb644587407f03 | refs/heads/master | 2021-06-06T08:41:55.603532 | 2021-05-20T11:50:11 | 2021-05-20T11:50:11 | 160,147,322 | 161 | 34 | NOASSERTION | 2019-01-18T03:36:11 | 2018-12-03T07:07:28 | C++ | UTF-8 | C++ | false | false | 6,129 | h | /********************************************************************
created: 2011/08/22
filename: IMediaLibrary.h
author: Crazii
purpose: framework built in media library interface, holding data only
*********************************************************************/
#ifndef __Blade_IMediaLibrary_h__
#define... | [
"xiaofeng.he@mihoyo.com"
] | xiaofeng.he@mihoyo.com |
413fda64c0e12e75538429c716c7c25b645c1c59 | df4ed4df19a463c32bbad9af14f5004a450fb39c | /src/structures/texture.h | 31f00a299f53d58e4d958d52d89d3dfc633b7a8a | [] | no_license | Staco78/game.node | 0705ecb7ef96b581b2375e547419d4ee5ebf3215 | af1b1c144cec66dbb683202c02c71f69e3dbc3db | refs/heads/main | 2023-07-24T17:11:54.620346 | 2021-09-08T19:05:44 | 2021-09-08T19:05:44 | 401,399,468 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 502 | h | #pragma once
#include "napi.h"
#include "SFML/Graphics.hpp"
#include "./image.h"
namespace game_node
{
class Texture : public Napi::ObjectWrap<Texture>
{
public:
static Napi::Object init(Napi::Env env, Napi::Object exports);
Texture(const Napi::CallbackInfo &infos);
static Napi:... | [
"maxime@fbsc.fr"
] | maxime@fbsc.fr |
e676d9b080e8f6360737853da060d201c8b20763 | cad22516e394162c194abe7ad4c99ca673549921 | /raytracer/raytracer.cpp | 539a8c2cec7fe403a4ca981885e597ed35888b89 | [] | no_license | freneticmonkey/raytracer | cd596d8daf6e0a6196a61faf457ff0223af12bc9 | bbccfc007006b355253622cbae56ad9b9644e144 | refs/heads/master | 2021-01-15T14:32:01.295679 | 2016-01-08T16:14:53 | 2016-01-08T16:14:53 | 32,612,205 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,478 | cpp | //
// raytracer.cpp
// SDL2Test
//
// Created by Scott Porter on 21/09/13.
//
#include <iostream>
#include "raytracer.h"
void Raytracer::setupScene(ScenePtr scene, int width, int height)
{
scene->moveTo(camPos);
scene->addLight(vec3(0.0f, -10.0f, -10.0f));
//scene->addLight(vec3(0.0f, 10.f, 10.0f));
scene->lo... | [
"scottporter@neuroticstudios.com"
] | scottporter@neuroticstudios.com |
02d0110fba53a8a09085437336e0c50877dbc1b3 | 092a77fcb058cf02cad482a4f430233975016c3c | /CSocket_TCP/CSeries.h | c513951a8283291ef0de97b3addcab2b2c10ca56 | [] | no_license | Tsin-yt/FPGA | 33e5653ee1fddf255e92d41e185076e8421edaa1 | cb207989de61682217376b6e9945121c9986354b | refs/heads/main | 2023-01-20T08:15:55.906301 | 2020-11-15T09:33:43 | 2020-11-15T09:33:43 | 312,955,519 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,558 | h | // Machine generated IDispatch wrapper class(es) created with Add Class from Typelib Wizard
#import "C:\\Program Files (x86)\\TeeChart Pro v5 ActiveX Control\\TeeChart5.ocx" no_namespace
// CSeries wrapper class
class CSeries : public COleDispatchDriver
{
public:
CSeries(){} // Calls COleDispatchDriver defau... | [
"noreply@github.com"
] | Tsin-yt.noreply@github.com |
e5106775f41aa163c7d412b5c9cf2e84e5f6db4f | 243b35c4130f8e12a130ac3fb8cb501e0e4521f2 | /10258/main.cpp | f57143b08e23d81a887fc08bab23fa2d0548f571 | [] | no_license | jsmera/UVaSolvers | 9235151f1d07673fe3e60826335daef22cace904 | 4f85bc976db5d3cb2d07e451641456be1f4a4a5d | refs/heads/master | 2020-03-28T06:34:14.034770 | 2018-10-22T00:20:29 | 2018-10-22T00:20:29 | 147,844,830 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,708 | cpp | #include <iostream>
#include <algorithm>
#include <sstream>
#include <string>
using namespace std;
struct User{
int id;
int problems_solved;
int time_penality;
User() {
id = 0;
problems_solved = 0;
time_penality = 0;
}
};
bool comp(const User& a, const User& b) {
if (a.id == 0)
return fa... | [
"merac1999@gmail.com"
] | merac1999@gmail.com |
5d8a55dd64dc30dbc5cbc2b04e9e04f27a7f4878 | 7caee8acd6cf8547e6d8ddbabd46588f476ef3e3 | /SimpleV-SLAM/src/visual_odometry.cpp | 5c608ee6c2c6f216381c6068127a17539d92647f | [] | no_license | sypark0720/Visual-SLAM | cf85ad101fdf9bf3e3979c035c4e03c9d574e256 | 21438f6774e83c817aaa99a0632fd6e198ed34a6 | refs/heads/master | 2020-03-21T19:50:01.413528 | 2017-10-19T03:27:11 | 2017-10-19T03:27:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,162 | cpp | /*************************************************************************
> File Name: src/visual_odometry.cpp
> Author: ll.pan
> Mail: ll.pan931204@gmail.com
> Created Time: Mon 17 Jul 2017 11:56:42 PM CST
************************************************************************/
#include <opencv2/h... | [
"778143187@qq.com"
] | 778143187@qq.com |
bb8e58479c9b667ffdecda52e4caaa6253895886 | 95bb00ee31d1218693485bddaef26109c96fc65c | /ABC/006/a.cpp | 00df555493aebb6289be1c86a05b0dff60e588d6 | [] | no_license | ojjiy/contests | 2f0b9ef4d52e45d5432b899e1fa83b006b6e2c66 | 2bf337f8768e57f7afdbe47be95160dd2d448e9d | refs/heads/master | 2021-07-13T04:43:10.726614 | 2020-07-10T07:28:34 | 2020-07-10T07:28:34 | 181,046,329 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 472 | cpp | #include <bits/stdc++.h>
#define REP(i,n) for(int i=0;i<(int)(n);i++)
#define ALL(x) (x).begin(), (x).end()
using namespace std;
template <typename T> T &chmin(T &a, const T &b) {return a = min(a, b);}
template <typename T> T &chmax(T &a, const T &b) {return a = max(a, b);}
using ll = long long;
using ld = long dou... | [
"yuta@Yuta-mbp.local"
] | yuta@Yuta-mbp.local |
f0e34fbe636dca9faad43aeb69ac8081b10e39ca | c06392fe44e252fc393adc994d6fda8b5882f1de | /Assignment7B/SortedLinkedListTests.cpp | 6aa59c8fc9b46d481886b64c08f8f0fe3f7bac33 | [] | no_license | kkaran27/Data-Structures-and-Algorithms-CMPE-180-92 | 040b7e2d713e9c3837757d7b81c75da70e57e9e1 | 9cc8bde292dcc8649cb31860a69850df6a350c83 | refs/heads/master | 2020-07-03T07:52:42.677501 | 2016-11-19T06:00:28 | 2016-11-19T06:00:28 | 74,190,074 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,319 | cpp | /*
* SortedLinkedListTests.cpp
*
* Created on: Oct 12, 2016
* Author: Karan
*/
#include <iostream>
#include <iomanip>
#include <string>
/***** Modify this file to test both integers
***** and strings in the linked list. */
#include "SortedLinkedList.h"
using namespace std;
template<typename T>
vo... | [
"kkaran.thakkar@gmail.com"
] | kkaran.thakkar@gmail.com |
443142504ddd24bef2b398da8da9b8fbf181eb7f | 656243ae84ca3a2280cc9cc3aad95afca8e10565 | /Code/Sandbox/Plugins/EditorAudioControlsEditor/EditorSDLMixer/AudioSystemControl_sdlmixer.h | 510251e181ed6f2686b2add0af721858247d1fc3 | [] | no_license | NightOwlsEntertainment/PetBox_A_Journey_to_Conquer_Elementary_Algebra | 914ff61bb210862401acb4d3a2eb19d323b00548 | 8383c5c1162d02310f460a1359f04891e5e85bff | refs/heads/master | 2021-01-22T09:48:55.961703 | 2015-11-11T11:26:27 | 2015-11-11T11:26:27 | 45,846,131 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 538 | h | // CryEngine Header File.
// Copyright (C), Crytek, 1999-2014.
#pragma once
#include <IAudioConnection.h>
#include <IAudioSystemControl.h>
namespace AudioControls
{
enum ESDLMixerTypes
{
eSDLMT_INVALID = 0,
eSDLMT_EVENT = 1,
eSDLMT_SAMPLE_FILE = 2,
};
class IAudioSystemControl_sdlmixer :... | [
"jonathan.v.mendoza@gmail.com"
] | jonathan.v.mendoza@gmail.com |
d53ade7e07ac8b3a891724d0d67740163b1c4ce0 | aadbdd69feb5b7fdbf6f57d5ebfc56477b452b04 | /1341_f.cpp | c5bf8fcfa1d39eb3748675cc99803bcdf2933593 | [] | no_license | aryandosaj/CompetetiveProgramming | 16c5dd0d7800288078d250973a9b1d5cb884ebf1 | e1be46316f4d14eaaffa54b3f36728e8be1f2b1a | refs/heads/master | 2021-06-05T12:37:13.868842 | 2020-07-20T10:24:26 | 2020-07-20T10:24:26 | 145,744,715 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,771 | cpp | #include <bits/stdc++.h>
// #include <ext/pb_ds/assoc_container.hpp>
// #include <ext/pb_ds/tree_policy.hpp>
// using namespace __gnu_pbds;
using namespace std;
#define ll long long
#define ull unsigned long long
#define MOD 1000000007
#define pb push_back
#define pl pair<ll, ll>
#define vll vector<ll>
#define pll vect... | [
"aaryandosaj@gmail.com"
] | aaryandosaj@gmail.com |
7e655494ff27c99b5cc0c3376f5b146654a9d49a | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/squid/new_hunk_1656.cpp | 07fd98513eea0775dff9b79ee8bce92e8d3cf14e | [] | no_license | ccdxc/logSurvey | eaf28e9c2d6307140b17986d5c05106d1fd8e943 | 6b80226e1667c1e0760ab39160893ee19b0e9fb1 | refs/heads/master | 2022-01-07T21:31:55.446839 | 2018-04-21T14:12:43 | 2018-04-21T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 325 | cpp | debugs(29, 2, HERE << "user '" << username() << "' has been seen at a new IP address (" << ipaddr << ")");
}
SBuf
Auth::User::BuildUserKey(const char *username, const char *realm)
{
SBuf key;
key.Printf("%s:%s", username, realm);
return key;
}
/**
* Add the Auth::User structure to the username cache.... | [
"993273596@qq.com"
] | 993273596@qq.com |
530571f104923baa480091e3854bc1ae6419cd12 | 2f814827ffab9d8d9cc23cb4c3622feb45fa5770 | /PWGCF/FEMTOSCOPY/FemtoDream/AliAnalysisTaskThreeBodyFemtoAOD.h | e39b4a71f9850a4833f2af81ede87519949f5d8b | [] | permissive | urasantonio/AliPhysics | dd3a851f84674846e45f4b1fdea65700dee80223 | 8ca4a9abc72a6b94e75048d08748a1debf41873e | refs/heads/master | 2022-12-17T21:54:22.246566 | 2020-09-11T14:04:20 | 2020-09-11T14:04:20 | 268,796,481 | 1 | 0 | BSD-3-Clause | 2020-09-11T13:50:03 | 2020-06-02T12:35:23 | C++ | UTF-8 | C++ | false | false | 8,075 | h | /*
* AliAnalysisTaskThreeBodyFemtoAOD.h
*
* Created on: May 13, 2019
* Author: Laura Serksnyte
*/
#ifndef PWGCF_FEMTOSCOPY_FEMTODREAM_ALIANALYSISTASKTHREEBODYFEMTOAOD_H_
#define PWGCF_FEMTOSCOPY_FEMTODREAM_ALIANALYSISTASKTHREEBODYFEMTOAOD_H_
#include "AliAnalysisTaskSE.h"
#include "AliFemtoDreamEventCuts.h... | [
"lauraserksnyte@gmail.com"
] | lauraserksnyte@gmail.com |
1ba3a6f2f8406887fbc135c3b679c0996b2c295c | 6b0b6f4b75f5495f4901ee247b455665c98c295f | /Tests/IncludeTest/src/DiligentCore/GraphicsEngine/ShaderResourceBindingH_test.cpp | 4aba9cd90da45dd63c011a9cc7646e692ec598fe | [
"Apache-2.0"
] | permissive | Romanovich1311/DEngine-pcsx4 | 8308865f2f422051b7c4a4cab98b328afad3b341 | 65d28b15e9428d77963de95412aaceeb5930d29d | refs/heads/master | 2022-04-21T08:53:12.107307 | 2020-04-14T10:58:41 | 2020-04-14T10:58:41 | 255,579,312 | 0 | 0 | Apache-2.0 | 2020-04-14T10:31:49 | 2020-04-14T10:31:48 | null | UTF-8 | C++ | false | false | 1,334 | cpp | /* Copyright 2015-2019 Egor Yusov
*
* 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
*
* THE SOFTWARE IS PROVIDED "AS IS", ... | [
"pcsx4emu2@gmail.com"
] | pcsx4emu2@gmail.com |
17f1524fb16019566960c2f2a8b4452d2ce36970 | 73c8a3179b944b63b2a798542896e4cdf0937b6e | /Aizu/TrafficAnalysis.cpp | f40f8fb27dcbc8480638dcaf85a4d4becc3d002f | [
"Apache-2.0"
] | permissive | aajjbb/contest-files | c151f1ab9b562ca91d2f8f4070cb0aac126a188d | 71de602a798b598b0365c570dd5db539fecf5b8c | refs/heads/master | 2023-07-23T19:34:12.565296 | 2023-07-16T00:57:55 | 2023-07-16T00:57:59 | 52,963,297 | 2 | 4 | null | 2017-08-03T20:12:19 | 2016-03-02T13:05:25 | C++ | UTF-8 | C++ | false | false | 752 | cpp | #include <iostream>
#include <algorithm>
#include <vector>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
using namespace std;
int n, m, t;
int main(void) {
while(cin >> n >> m) {
if(n == 0 && m == 0) break;
vector<int> a;
a.push_back(0);
for(int i = 0; i... | [
"jefersonlsiq@gmail.com"
] | jefersonlsiq@gmail.com |
2726820d6615d09ec9787018bdc8cd4602c1b456 | b0119c3e2abfe63b57588268c218175ae35569f3 | /src/qt/qvaluecombobox.h | 8ee67e252d9e72b86a978ac1f87201fd202dc86b | [
"MIT"
] | permissive | kvargha/memecoin | 6bab56b789d90c2eaada6d643a808e3d60710ce1 | 07fba0f43bf7a5e3534b36eb0dcb15495bb48879 | refs/heads/master | 2020-03-27T05:35:42.952023 | 2018-08-29T06:35:41 | 2018-08-29T06:35:41 | 144,773,758 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 913 | h | // Copyright (c) 2018-2013 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef QVALUECOMBOBOX_H
#define QVALUECOMBOBOX_H
#include <QComboBox>
#include <QVariant>
/* QComboBox that can be used wit... | [
"bob174d@gmail.com"
] | bob174d@gmail.com |
cd4f07f9897627f74e2cd42f1478575b14e6706e | 1286c5b3d37b0785e99073c8234b44df47561f5a | /201510_201609/1024_KUPC2015/H2.cpp | 8beaea34c619515a9e66242ce91eecb9de15b176 | [
"MIT"
] | permissive | kazunetakahashi/atcoder | 930cb5a0f4378914cc643de2f0596a5de7e4a417 | 16ce65829ccc180260b19316e276c2fcf6606c53 | refs/heads/master | 2022-02-15T19:12:10.224368 | 2022-01-29T06:38:42 | 2022-01-29T06:38:42 | 26,685,318 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,940 | cpp | #include <iostream>
using namespace std;
typedef long long ll;
ll N;
ll solve() {
int a[64];
int b[64];
int c[64];
int renzoku = 0;
for (auto i=0; i<64; i++) {
a[i] = ((N >> i) & 1);
b[i] = a[i];
if (renzoku > 0) {
if (b[i] == 1) {
b[i] = 0;
renzoku++;
} else {
... | [
"kazunetakahashi@gmail.com"
] | kazunetakahashi@gmail.com |
2b0be703af76b726d6580f40717cb7ab3aebcdee | 3187dd3c1186cf97781987e455f5d11244f90aec | /examples/tlm/lt_extension_mandatory/src/lt_target_extension_mandatory.cpp | b3e65215150f1b916c4f4d6ee7bd8e8f7119da75 | [
"Apache-2.0"
] | permissive | Muriukidavid/systemc-2.3.2 | fe5d9d57636025cfdc0dee7eb9c8114ca19628ad | c5d203ac014277b9d2c2af895edc43537a15674e | refs/heads/master | 2020-03-13T13:17:48.813825 | 2018-04-26T09:48:42 | 2018-04-26T09:48:42 | 131,135,420 | 0 | 1 | Apache-2.0 | 2018-06-28T15:17:19 | 2018-04-26T09:51:26 | C++ | UTF-8 | C++ | false | false | 7,485 | cpp | /*****************************************************************************
Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
more contributor license agreements. See the NOTICE file distributed
with this work for additional information regarding copyright ownership.
Accellera licenses... | [
"karfes@gmail.com"
] | karfes@gmail.com |
bc7f47a33092f47300af5887ac099095670c2cec | e80157219506304ee15dc4d0c9b3cc7790eec837 | /visual-control/visual-control/cognition/detector/detailedfacedetector.h | 378a348b73721a57c975850bed4c7a7ba87fe392 | [] | no_license | Victor-Morvy/visual-control | 7325593264a79f8354cfdc34bab778516fbce8db | 6f32aa97e0af51ec62b8722b035f3a364586b560 | refs/heads/master | 2023-03-15T23:10:20.071853 | 2015-03-17T12:56:04 | 2015-03-17T12:56:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,462 | h | #ifndef COGNITION_DETAILEDFACEDETECTOR_H
#define COGNITION_DETAILEDFACEDETECTOR_H
#include "facedetector.h"
#include <map>
#include <boost/thread/mutex.hpp>
namespace cognition
{
/*!
* \brief
* Detects faces and the corresponding eyes nose and mouth that are part of that face.
*
* Always tries ... | [
"toefel18@gmail.com@c51247d8-a6b2-c331-4319-f979498f3e55"
] | toefel18@gmail.com@c51247d8-a6b2-c331-4319-f979498f3e55 |
bb5c5a0dbd94dea3506721a8a89041b007dd8b24 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/httpd/gumtree/httpd_new_hunk_804.cpp | eaf9ac1e87dd792568f3cd0c21281124ae1ee70b | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,703 | cpp | }
else {
if (type == REMOTE_HOST || type == REMOTE_DOUBLE_REV) {
return NULL;
}
else {
*str_is_ip = 1;
return conn->remote_ip;
}
}
}
/*
* Optional function coming from mod_ident, used for looking up ident user
*/
static APR_OPTIONAL_FN_T... | [
"993273596@qq.com"
] | 993273596@qq.com |
175da65ede41abad7c36e0f4b127a015a4ac7d67 | 862c8bbe368e303e558b94d6e387c8c2c8f08e0d | /src/app/convo_screen.h | 581ed4bd7c237056e83f4b1fb6c8e000b1b3ea05 | [] | no_license | ShaheedLegion/chatthing | 54a5ed42c3c1637b575c7614749caedeb388ce35 | 196f10708827156b11753357b2d789ae5390dbaa | refs/heads/master | 2016-09-14T03:10:52.635302 | 2016-06-08T17:50:51 | 2016-06-08T17:50:51 | 59,675,660 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 375 | h | #ifndef _APP_GAME_SCREEN_
#define _APP_GAME_SCREEN_
#include "core/screen.h"
namespace app {
class ConvoScreen : public core::Screen {
public:
ConvoScreen(core::ISignalHelper *helper, tgui::Gui &g);
~ConvoScreen();
virtual void addWidgets() override;
virtual void hideWidgets() override;
virtual void handl... | [
"shaheed.abdol@playsafesa.com"
] | shaheed.abdol@playsafesa.com |
891f8c03fdfedb9c7562afc4e8182a4fded700d9 | c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64 | /Engine/Source/Editor/UnrealEd/Private/DragTool_BoxSelect.cpp | ff4d19b9d94036daf661b4a0741a501bc42bb615 | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | windystrife/UnrealEngine_NVIDIAGameWorks | c3c7863083653caf1bc67d3ef104fb4b9f302e2a | b50e6338a7c5b26374d66306ebc7807541ff815e | refs/heads/4.18-GameWorks | 2023-03-11T02:50:08.471040 | 2022-01-13T20:50:29 | 2022-01-13T20:50:29 | 124,100,479 | 262 | 179 | MIT | 2022-12-16T05:36:38 | 2018-03-06T15:44:09 | C++ | UTF-8 | C++ | false | false | 13,198 | cpp | // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#include "DragTool_BoxSelect.h"
#include "Components/PrimitiveComponent.h"
#include "CanvasItem.h"
#include "Settings/LevelEditorViewportSettings.h"
#include "GameFramework/Volume.h"
#include "EngineUtils.h"
#include "EditorModeManager.h"
#include "EditorMo... | [
"tungnt.rec@gmail.com"
] | tungnt.rec@gmail.com |
9e08960b53caa0cc0cbb7f542437071f86ada705 | 3252706aa35a21822ddcaa7f1579a7bc8b67627b | /src/APICredential.cpp | 9c2743ca9ffd8d9e2833b295e009d4b7d3cd465e | [] | no_license | Livetubeio/server | b8016f08083ed6f1b6a1a061d741b9376727ff20 | 1a1b0e208cbb24d548a297c1d4d8e805d7b9cf26 | refs/heads/master | 2021-01-12T17:21:46.861006 | 2016-12-11T00:40:36 | 2016-12-11T00:40:36 | 69,486,092 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,157 | cpp | #include <string>
#include <iostream>
#include <googleapis/util/status.h>
#include <googleapis/client/data/data_reader.h>
#include <googleapis/client/transport/http_request.h>
#include <APICredential.h>
#include <cstdlib>
using namespace googleapis;
using client::DataReader;
using client::HttpRequest;
APICredential::... | [
"stevijo.mayer@googlemail.com"
] | stevijo.mayer@googlemail.com |
c951af5e21d044b63ffc7a1bac94608903474aa7 | fc7ae4316b134b6a356d391f4376b629a1b0c005 | /Project 1 - Linked List/project1_program.cpp | 1d39bdd5d89896d2a55e17ec3a793f5e37b239ab | [] | no_license | Stirk91/Data-Structures-Exercises | fe73b821eec7164141f10588672714101a5dc3ba | 7ea849ac0579d5cf99d4d2cc5cae3c7c9c0af59d | refs/heads/master | 2021-08-23T21:46:23.298317 | 2017-12-06T17:54:24 | 2017-12-06T17:54:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,397 | cpp | #include "project1_program.hpp"
#include <fstream>
using namespace std;
void Program::Start()
{
LoadCustomers();
SaveCustomers();
}
void Program::LoadCustomers()
{
// load customers, sorting by card type
string filename = "../MOCK_DATA.txt";
ifstream input( filename );
if ( input.is_open() )
... | [
"linden.the.lionheart@gmail.com"
] | linden.the.lionheart@gmail.com |
29353997dda7e583cd69efc848cd3434521c3ff0 | a011c4b22f74697633f7f0a37dcf6516619ff02d | /src/Tiny_Websockets_Generic/internals/ws_common.hpp | f2d9d9135052130ff48f11f43f2e5d9ba8b3126b | [
"MIT"
] | permissive | robysanf/WebSockets2_Generic | 080f2d0b24f958145b4dfba8ecfaedd88d7a3530 | fe1765b62a93dfd63ddd06b2b8fa8928fbf07f57 | refs/heads/master | 2022-12-01T10:06:23.310553 | 2020-08-08T05:11:37 | 2020-08-08T05:11:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,475 | hpp | /****************************************************************************************************************************
ws_common.hpp
For WebSockets2_Generic Library
Based on and modified from Gil Maimon's ArduinoWebsockets library https://github.com/gilmaimon/ArduinoWebsockets
to support STM32F/L/H/G/... | [
"noreply@github.com"
] | robysanf.noreply@github.com |
c824f8b895cb1d1f29c57d3b912b4690abc0328c | bd2139703c556050403c10857bde66f688cd9ee6 | /valhalla/119/webrev.00/src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp | 2523f5ae21d1781b1aebba24d3702f9ca5396428 | [] | no_license | isabella232/cr-archive | d03427e6fbc708403dd5882d36371e1b660ec1ac | 8a3c9ddcfacb32d1a65d7ca084921478362ec2d1 | refs/heads/master | 2023-02-01T17:33:44.383410 | 2020-12-17T13:47:48 | 2020-12-17T13:47:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 115,169 | cpp | /*
* Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, Red Hat Inc. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Pu... | [
"robin.westberg@oracle.com"
] | robin.westberg@oracle.com |
f07ecddf62085d45bef421ee501fabaf61368b11 | 0ba447ad10da4415235a4aef88f8a33fa3ac85d6 | /OLD/code/byteland2.cpp | e8582143d6d4158e158411128641c313c890fbcb | [] | no_license | jojoclt/C | 9aeef9364c17284446cacf7ca2222af5fe5062ad | 30fd09812c6436b28adf742347cb54947ba6a9d7 | refs/heads/master | 2023-01-08T01:50:29.555281 | 2023-01-05T15:19:34 | 2023-01-05T15:19:34 | 174,821,787 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 427 | cpp | #include <bits/stdc++.h>
using namespace std;
long long n,tmp;
map<long long, long long> mem;
long long f(long long n){
if (n == 0) mem[n] = 0;
else if (mem[n]) return mem[n];
else{
tmp = f(n/2) + f(n/3) + f(n/4);
if (tmp > n) mem[n] = tmp;
else mem[n] = n;
}
return mem[... | [
"Chalanthorn_jojo@Hotmail.com"
] | Chalanthorn_jojo@Hotmail.com |
f703e31f060b58a0f669bdf501bea53f79681a08 | 1dbf00b81014946aa8f8caaa6757a6b27339ca51 | /src/stegolib/Algorithm.h | 8bedac41f3ebf862ff3bcc96b3995b942e128a2f | [
"MIT"
] | permissive | gaara4896/stego-264-mv | d85ffa4bc78640f9580fe8583d55ae68b6b27e5a | 25ddb26f966ed1fb8f846eb91607a4cf978781af | refs/heads/master | 2020-04-04T13:08:02.507422 | 2018-11-14T18:27:27 | 2018-11-14T18:27:27 | 155,950,108 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,116 | h | #ifndef STEGO_ALGORITHM_H
#define STEGO_ALGORITHM_H
#include <memory>
#include <vector>
#include "stego_connector.h"
#include "crypto/CryptoFile.h"
class Algorithm {
public:
virtual void encode(int16_t (*mvs)[2], uint16_t *mb_type, int mb_width, int mb_height, int mv_stride);
virtual void decode(int16_t (*mvs... | [
"15033996@imail.sunway.edu.my"
] | 15033996@imail.sunway.edu.my |
d46d73c520d697935ba36b913085709e9682bb41 | 9aa178a742415968b4924b366224e7ba3bf8fdb8 | /stl1/stl1/stl1.cpp | 8e16ce86b8771f860ab5a1580046cd531936a996 | [] | no_license | SigridHo/CodingEx | 3a66af7b9b2f5f1bd992206559d8cc13542fce8f | 719e1554cd99315909fe514eb5d3ef94ec27e81c | refs/heads/master | 2016-09-15T20:35:34.448480 | 2015-08-10T03:28:13 | 2015-08-10T03:28:13 | 39,752,652 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 272 | cpp |
#include <iostream>
#include <iterator>
#include <set>
using namespace std;
int main(){
int a[] = {8,7,8,9,6,2,1};
set<int> v;
for( int i = 0;i < 7;++i)
v.insert(a[i]);
ostream_iterator<int> o(cout," ");
copy( v.begin(),v.end(),o);
system("pause");
return 0;
}
| [
"hsinruiho@gmail.com"
] | hsinruiho@gmail.com |
8375da5715271c02a5ea8c4c29abc1077395ee6f | acf70bec6eb846e85ffdc74ccbe69d1ec00d0a81 | /examples/src/jsonpointer_examples.cpp | 585aec9599f2b44a9fc6e914ba7a38d72528d475 | [
"BSL-1.0",
"MIT"
] | permissive | bergmansj/jsoncons | 2ebd56894c00020b3d06cf889b7485f37ae674f4 | 11db194bd3f0e3e89f29b3447e28d131db242501 | refs/heads/master | 2020-05-23T23:42:35.235279 | 2019-05-15T03:38:41 | 2019-05-15T03:38:41 | 186,999,801 | 0 | 0 | NOASSERTION | 2019-05-16T09:48:41 | 2019-05-16T09:48:41 | null | UTF-8 | C++ | false | false | 10,982 | cpp | // Copyright 2017 Daniel Parker
// Distributed under Boost license
#include <jsoncons/json.hpp>
#include <jsoncons_ext/jsonpointer/jsonpointer.hpp>
namespace jp = jsoncons::jsonpointer;
void jsonpointer_select_RFC6901()
{
// Example from RFC 6901
auto j = jsoncons::json::parse(R"(
{
"foo": [... | [
"danielaparker@yahoo.com"
] | danielaparker@yahoo.com |
3bd8626ec3850938f428c8a1ff8df5e19ad247ff | 965765b1285f3a333d96c741419b0d53bc1f8611 | /CG_Game/Header/GLError.h | 99b0462349ef5b9b3655df5959168a00846c0bfa | [] | no_license | Cluster7ck/CG-Game | ade0b9fd3d9dcc02ad847bcd614886cd6faf4ba1 | 0298e144d5d242b4a9aea0b466fa659a833119ae | refs/heads/master | 2020-04-06T07:06:15.664447 | 2016-09-05T01:15:14 | 2016-09-05T01:15:14 | 65,743,850 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 373 | h | #ifndef GLERROR_H
#define GLERROR_H
#include <string>
#include <iostream>
//https://blog.nobel-joergensen.com/2013/01/29/debugging-opengl-using-glgeterror/
void _check_gl_error(const char *file, int line);
///
/// Usage
/// [... some opengl calls]
/// glCheckError();
///
#define check_gl_error() _check_gl_error(__FILE... | [
"l.erpmobil@googlemail.com"
] | l.erpmobil@googlemail.com |
1b8d0306fd27e84211c5840722ea81e674d81855 | e10ed5091d48be9fb628f0d3056c0760ba3d5a85 | /mediatek/custom/hawk35/hal/camera/camera/isp_tuning_custom.cpp | 2dfbc26e4a27fababaa8763c89e925aacdd7ae86 | [] | no_license | jawad6233/motorola-hawk-kernel-3.4.67 | a1feb3a4406ae782d0186b8081f6bd129d083cb5 | add095e96c3affd573bffa4f6d3f04774b91f184 | refs/heads/master | 2021-01-22T15:35:25.213212 | 2014-11-11T14:10:02 | 2014-11-11T14:10:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 35,054 | cpp | //
#define LOG_TAG "IspTuningCustom"
#ifndef ENABLE_MY_LOG
#define ENABLE_MY_LOG (0)
#endif
//
#include <utils/Errors.h>
#include <cutils/log.h>
//
#define USE_CUSTOM_ISP_TUNING
#include "isp_tuning.h"
//
using namespace NSIspTuning;
//
/**********************************************************************... | [
"iicux@Fucking-laptop.(none)"
] | iicux@Fucking-laptop.(none) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.