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 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
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 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
57c3b8c61f70ccb603daa247c808b8e9e6a0e736 | 0d17836238ba49e33734e9fa57ecb003ad63c225 | /WwiseSharp/WwiseWrapper/SDK/samples/IntegrationDemo/MenuSystem/Page.h | e56b2aca3519ee02280635249a7360048d88a7f9 | [] | no_license | gap9269/Wwise-Sharp | d51429207f233f20e6506930746d09715a450ef9 | 7dfdda9a097d65afeba7bb3b1952b6de82ba50c7 | refs/heads/master | 2021-01-15T21:43:58.781320 | 2016-03-28T22:36:34 | 2016-03-28T22:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,121 | h | // Page.h
// Copyright (C) 2010 Audiokinetic Inc
/// \file
/// Contains the declaration of the Page abstract base class.
#pragma once
#include <string>
#include <vector>
#include <AK/SoundEngine/Common/AkTypes.h>
#include "Control.h"
#include "Drawing.h"
#include "UniversalInput.h"
#include "MenuControls.h"
using st... | [
"flanny21@gmail.com"
] | flanny21@gmail.com |
e29c6cd523bfb87e8d8dedebf45f3cac5366502e | 979ec51bdb9ce6564bc0db7d7acc46663527d177 | /lib.ffmpeg/frame.hpp | 2e83ed912fb73bbb9ab3d7d6ae1a1dd35a9217e6 | [] | no_license | matkovst/FFmpegWrapper | a30097bd01a5f7d0f5b3c53b73ecb4d255cc8b35 | 6a6f619e85b6afec07d0a8953d2fb73a97ef9e41 | refs/heads/master | 2023-08-12T12:30:06.745241 | 2021-09-23T09:50:27 | 2021-09-23T09:50:27 | 352,046,617 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,065 | hpp | #pragma once
#include <memory>
extern "C"
{
#include <libavutil/avutil.h>
}
/**
* Class wrapper for AVFrame.
*/
class Frame
{
public:
Frame()
{
allocFrame();
}
Frame(int width, int height, AVPixelFormat pixelFormat)
{
allocFrame();
av_image_alloc(m_AVFrame->data, m_AVF... | [
"st.matkov@yandex.ru"
] | st.matkov@yandex.ru |
ed6f818a531668474541396454024dec5b367049 | 54c9a08deccb6ca465205b6d99554795b2c8ea19 | /Aulas/P1/5/Const Date/fig10_14.cpp | ecb2dd5a7571287ff5c46559fa7f502ea4d1506e | [] | no_license | PabloFreitas-lib/Prog3-UFSC-2018.2 | 2ff284bb4ec43702090b95f0745b6cef5f35f907 | 6950628e0819d4f472f4bc11b54873c0ebe76c00 | refs/heads/master | 2022-06-27T04:00:43.487131 | 2019-09-08T03:44:54 | 2019-09-08T03:44:54 | 195,102,246 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 463 | cpp | #include <iostream>
using std::cout;
using std::endl;
#include "Employee.h" // Definição da classe Employee
int main()
{
Date birth( 7, 24, 1949 );
Date hire( 3, 12, 1988 );
Employee manager( "Bob", "Blue", birth, hire );
cout << endl;
manager.print();
cout << "\nTest Date construct... | [
"pablo.santos1999@gmail.com"
] | pablo.santos1999@gmail.com |
a6182c32cf963d0555144dac54da7bd0b494dcef | 6744b98425b413b3a54ddda507dfc45dc117175e | /Задача 1/Чернущенко Денис/Allocators/AllocatorsLib/Allocator.h | f1e5c97d69b747b0d5e62705fd2ee0fcc1473895 | [] | no_license | Soboler/cpp-ft202 | 549c1e10882cfe1ebcef272671860c1a5a0bad2c | 03cc8ef941df57ffca770453f7a6b974cb2fb497 | refs/heads/master | 2020-05-20T15:11:11.297743 | 2019-05-08T16:15:21 | 2019-05-08T16:15:21 | 185,637,921 | 1 | 0 | null | 2019-05-08T15:55:47 | 2019-05-08T15:55:47 | null | UTF-8 | C++ | false | false | 217 | h | #ifndef ALLOCATORS_ALLOCATOR_H
#define ALLOCATORS_ALLOCATOR_H
#include "Array.h"
#include "MemoryBlocksContainer.h"
class Allocator : public Array, public MemoryBlocksContainer { };
#endif //ALLOCATORS_ALLOCATOR_H
| [
"Denis1.618@yandex.ru"
] | Denis1.618@yandex.ru |
da8914964978037446431534a7c09cd93e79dbe0 | 670f828aea8b44507fd64ba84cf2b765baadf95d | /AR_cylReactor/processor41/constant/polyMesh/pointProcAddressing | 7437547af8b29bcfac5ef8442be0338235dfe824 | [] | no_license | rashwin1989/sharedOFCases | c6d224ac11669ca7b8e69e292e6aa8aa82961803 | df459380195835b2967393bfe05f89910b7ae3a5 | refs/heads/master | 2020-03-16T19:57:37.472882 | 2018-08-13T21:41:43 | 2018-08-13T21:41:43 | 132,940,021 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,300 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.0 |
... | [
"aniket119955@gmail.com"
] | aniket119955@gmail.com | |
7fdfe65b760deb80c09b881e4efc6ba43707bb88 | 6d294bc6989cec5f7c071072dce1a3c28cc7bb44 | /TextEditorServer/MainServer.h | 3c479162e75b79906524eb717659751e070c3edf | [] | no_license | assceron/collaborative-real-time-editor | 92c2e3471ddc228197e9d9522673fc3a8efaf921 | 13cc19e497fb3481d07df025fea3ab1a9260bb75 | refs/heads/master | 2022-07-02T19:22:18.119470 | 2020-05-15T06:48:11 | 2020-05-15T06:48:11 | 264,117,564 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,265 | h | //
// 8/22/19.
//
#ifndef TEXTEDITORSERVER_MAINSERVER_H
#define TEXTEDITORSERVER_MAINSERVER_H
#include <QObject>
#include <QList>
#include <QWebSocketServer>
#include <QWebSocket>
#include <QByteArray>
#include "DBManager.h"
#include <QJsonObject>
#include "NetworkClasses/MessageTypes.h"
#include "ClientsManager.h"
... | [
"assuntacerone@gmail.com"
] | assuntacerone@gmail.com |
bb0441f840c309dd0243b5f76dfca67fb50cadad | 82815230eeaf24d53f38f2a3f144dd8e8d4bc6b5 | /Airfoil/wingMotion/wingMotion2D_pimpleFoam/0.7/phi | e253d40895ef74360a1d25a05e5f7907b1ba4a95 | [
"MIT"
] | permissive | ishantja/KUHPC | 6355c61bf348974a7b81b4c6bf8ce56ac49ce111 | 74967d1b7e6c84fdadffafd1f7333bf533e7f387 | refs/heads/main | 2023-01-21T21:57:02.402186 | 2020-11-19T13:10:42 | 2020-11-19T13:10:42 | 312,429,902 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 373,849 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1912 |
... | [
"ishantamrakat24@gmail.com"
] | ishantamrakat24@gmail.com | |
565e06193826d115ce9449b5644aa7583019aad9 | 2156717dcc0ffb9a8478f93ac5be6180d7282b45 | /dlna/Neptune.framework/Versions/A/Headers/NptHttp.h | 370f02bae18570af0c8901fb3f399ba56a083d20 | [] | no_license | jackyshan/macOSDLNA | cc235f0c573717a824d9f7368b392630d32e26dc | d3672d2b7147893a950cd00562e743b2216100d4 | refs/heads/master | 2021-01-21T17:28:55.106812 | 2018-10-12T02:25:14 | 2018-10-12T02:25:14 | 85,582,664 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 34,321 | h | /*****************************************************************
|
| Neptune - HTTP Protocol
|
| Copyright (c) 2002-2008, Axiomatic Systems, LLC.
| All rights reserved.
|
| Redistribution and use in source and binary forms, with or without
| modification, are permitted provided that the following conditions are met... | [
"jackyshan@email.com"
] | jackyshan@email.com |
a1f6e15187069dfa459efb4224a21c69aff3212c | d0fb46aecc3b69983e7f6244331a81dff42d9595 | /oos/src/model/GetApplicationGroupResult.cc | 2bfd3794990e7339d8b0fd3568abb17bb9b2475c | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-cpp-sdk | 3d8d051d44ad00753a429817dd03957614c0c66a | e862bd03c844bcb7ccaa90571bceaa2802c7f135 | refs/heads/master | 2023-08-29T11:54:00.525102 | 2023-08-29T03:32:48 | 2023-08-29T03:32:48 | 115,379,460 | 104 | 82 | NOASSERTION | 2023-09-14T06:13:33 | 2017-12-26T02:53:27 | C++ | UTF-8 | C++ | false | false | 3,294 | cc | /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
c0314fe03c569e49ee8e2eee6561d35638813aea | c57b06cb055d6db6f4416a11d0b54845ee348bce | /text/03_measurement_results/scripts/src/grab_longtermc2.cxx | 2ec98e175e71d9c7f84eea2d4a079ea334b96576 | [] | no_license | mcerv/thesis | 5b44e662b8c830ef2a7c28e374a11361238f2457 | 2626abaeec34aff3ad80b72e399854dbd134899e | refs/heads/master | 2021-06-16T01:52:58.460339 | 2016-11-25T23:46:15 | 2016-11-25T23:46:15 | 38,369,365 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,506 | cxx | #include <string.h>
#include <sstream>
#include <iostream>
#include <stdint.h>
#include "drawfuns.h"
#include <vector>
#include "TFile.h"
#include "TF1.h"
#include "TApplication.h"
#include "TProfile.h"
#include "TGraph.h"
#include "TDirectory.h"
#include "TCanvas.h"
#include "TFitResult.h"
#include "TFitResultPtr.h"
#... | [
"matevz.cerv@gmail.com"
] | matevz.cerv@gmail.com |
478e9177a5db8190d2488b08346cf9138abcac2b | caf93a6534419c1ecbb00897d58f21d46eaec81e | /Sources code/oscilloscope/miniscope/display/ValueStringFormatter.cpp | efb3a6e0874f0788565e0d3768c2c7656b57a270 | [] | no_license | opus506/2_dolar_oscilloscope | 4916279f9d5be349ed5b096886a918ebed8563b6 | ff6f2fc56f72beb2d0c6728fabc4f471a26e7d34 | refs/heads/master | 2020-03-27T17:14:58.734999 | 2018-08-30T16:52:16 | 2018-08-30T16:52:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,962 | cpp | /** \file
* \brief Routines for physical values string formatting
*/
/* Copyright (C) 2008-2009 Tomasz Ostrowski <tomasz.o.ostrowski at gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2
* as published by the Fre... | [
"karolprzybylak1@gmail.com"
] | karolprzybylak1@gmail.com |
7bdc596bd8eb3d9bda50546cb203b3e0321701f1 | 3c53d57793ed7f416cbe57d3be02e4670ee1742a | /Graph/OpenGL/glut/glut-project/save20180616/框架保存/5单文档欢迎界面MFCApplication3/MFCApplication3/MFCApplication3.cpp | bf11ee695b4c4bd01093159825b571c36bbe1fa8 | [
"WTFPL"
] | permissive | znvmk/Study | a6f0edd61e7c7befc2b63ed7fa31e0ad9cd747cf | 9af11d2addad51c1b806411b876920ea95482b1b | refs/heads/master | 2022-09-14T01:34:54.792597 | 2022-08-26T20:12:53 | 2022-08-26T20:12:53 | 248,516,565 | 3 | 1 | null | null | null | null | GB18030 | C++ | false | false | 4,730 | cpp |
// MFCApplication3.cpp : 定义应用程序的类行为。
//
#include "stdafx.h"
#include "afxwinappex.h"
#include "afxdialogex.h"
#include "MFCApplication3.h"
#include "MainFrm.h"
#include "MFCApplication3Doc.h"
#include "MFCApplication3View.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CMFCApplication3App
BEGIN_MESSAGE_MAP(CMFC... | [
"33738804+znvmk@users.noreply.github.com"
] | 33738804+znvmk@users.noreply.github.com |
1d2a3867a32ab611e997140362dd4c299ea57f34 | 7cca0ee31227914bc79c42ea7a4f5b3847bbf994 | /HcalTreeMaker/plugins/HcalTupleMaker_Event.cc | 6890de89863cbfbb4a8ef5a5b9f639ce954da017 | [] | no_license | BaylorCMS/HcalPromptAnalysis | d799b708c00e09fd9ebd86047f3ecbe53ea0a959 | 809b9611c0c00e7b4b035e3f9c864cd7840d5f55 | refs/heads/master | 2020-04-02T14:04:40.511802 | 2019-01-28T08:59:10 | 2019-01-28T08:59:10 | 64,790,451 | 0 | 6 | null | 2018-10-28T23:29:02 | 2016-08-02T20:30:06 | C | UTF-8 | C++ | false | false | 1,232 | cc | #include "HcalPromptAnalysis/HcalTreeMaker/interface/HcalTupleMaker_Event.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Common/interface/EventBase.h"
HcalTupleMaker_Event::HcalTupleMaker_Event(const edm::ParameterSet& iConfig) {
produces <unsigned int> ( "run" );
produces <unsigned int> ( "e... | [
"kenichi.hatakeyama@cern.ch"
] | kenichi.hatakeyama@cern.ch |
709a9ccc425271c5dd0b93efc1329970c4aea60d | 8029be1e351925b3a3bee1566640edab3b5fc381 | /AirClient/AirEngine/Inc/AirInterfaceUISystem.h | 77e53ee4da9983f8827543efb905676a07982a38 | [] | no_license | 15831944/airengine | d4d42b1671b7b7e16603c057f812062503ba3d6d | fd590557c87b43029189874e3c50e925b833737c | refs/heads/master | 2023-03-17T21:36:35.549033 | 2014-11-26T11:51:46 | 2014-11-26T11:51:46 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 5,863 | h | #ifndef INTERFACEUISYSTEM_HEAD_FILE
#define INTERFACEUISYSTEM_HEAD_FILE
#include "AirInterfaceUIWindowControl.h"
#include "AirInterfaceUIRenderer.h"
#include "AirInterfaceUIKeyProcess.h"
#include "AirInterfaceUIStaticText.h"
namespace Air{
namespace Engine{
namespace UI{
typedef Window::ICo... | [
"bladeicefire@163.com"
] | bladeicefire@163.com |
f659d31e23b37f92486d125aba3b7b7d501d936e | 73d2098d19e29eed4ffd7dfd3a2063e5548fbaad | /firmware/schalterwand-firmware/schalterwand.cpp | 6d1c4b9e7aa2aaf9d7492c12c7d0314b64a12101 | [] | no_license | c-base/mobile-schalterwand | c161253fe6dfc475903447071d480ed5ec0a0e2a | db69b0433affc7be04dd730ba3db65a02b2c1441 | refs/heads/master | 2020-04-10T13:30:21.062061 | 2018-12-23T16:24:14 | 2018-12-23T16:24:14 | 161,052,391 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,806 | cpp | #include <SPI.h>
#include "schalterwand.h"
#define BL1 2
#define BL2 5
#define BL3 3
#define BL4 4
#define LATCH A2
#define readWire(Y, Br, Bl, enY, enBr) ({ \
bool __wireState; \
{ \
Y = enY; ... | [
"coon@mailbox.org"
] | coon@mailbox.org |
9296035886cfd2297bed16d034db2c464d2226a1 | 536656cd89e4fa3a92b5dcab28657d60d1d244bd | /media/formats/mp2t/es_adapter_video_unittest.cc | 00cacb21568dc34717e3e36bab7d847e85939f0b | [
"BSD-3-Clause"
] | permissive | ECS-251-W2020/chromium | 79caebf50443f297557d9510620bf8d44a68399a | ac814e85cb870a6b569e184c7a60a70ff3cb19f9 | refs/heads/master | 2022-08-19T17:42:46.887573 | 2020-03-18T06:08:44 | 2020-03-18T06:08:44 | 248,141,336 | 7 | 8 | BSD-3-Clause | 2022-07-06T20:32:48 | 2020-03-18T04:52:18 | null | UTF-8 | C++ | false | false | 5,636 | cc | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <stddef.h>
#include <stdint.h>
#include <sstream>
#include <string>
#include <vector>
#include "base/bind.h"
#include "base/logging.h"
#include... | [
"pcding@ucdavis.edu"
] | pcding@ucdavis.edu |
c419c29f05b775c59668b8650bd6419e69beec38 | 4f3b088c09fe30c2209bbb64a28eeacb96adc4d0 | /src/chapter1/t.1.1.19.cpp | aaf750151eb42ae8a9a7c6df63382126ebb09586 | [] | no_license | k5a/snippets | 8961af8316f1de17eeaf70300bfffb6b82ccfe23 | d9c5b11b545ebc6fe0381167e064406bcf4b64dc | refs/heads/master | 2020-03-18T14:37:23.760314 | 2020-02-03T10:44:55 | 2020-02-05T14:42:43 | 134,857,550 | 0 | 0 | null | 2018-05-25T13:44:52 | 2018-05-25T13:08:54 | null | UTF-8 | C++ | false | false | 673 | cpp | #include <timer.hpp>
#include <iostream>
using IntType = unsigned int;
IntType RecursiveFibonacci(IntType n) {
if (n == 0) {
return 0;
}
if (n == 1) {
return 1;
}
return RecursiveFibonacci(n - 2) + RecursiveFibonacci(n - 1);
}
IntType Fibonacci(IntType n) {
if (n == 0 || n == 1) {
return n;... | [
"39594273+k5a@users.noreply.github.com"
] | 39594273+k5a@users.noreply.github.com |
9c173481bfc8e23c069af91b2955c3fd1d5f3116 | 8caa53e979b8d5bf3b35ba8b3e492ef761cda7cc | /KlurifaxRay/OpenKlurifax/Graphics/UniformBuffer.cpp | a25cc41e656fde018b88860f3eb9f44ee021c120 | [
"MIT"
] | permissive | exnotime/KlurifaxRay | 4f9a680337323030d8205f23abe5d48cc2fdb9c5 | 1fd52ef9c7fdf067942df7559b93722632ea8ed2 | refs/heads/master | 2016-08-11T06:33:25.029411 | 2015-10-12T11:32:00 | 2015-10-12T11:32:00 | 44,103,092 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 825 | cpp | #include "UniformBuffer.h"
UniformBuffer::UniformBuffer()
{
}
UniformBuffer::~UniformBuffer()
{
}
void UniformBuffer::Init(void* data, int size, GLuint shaderProgram, const char* blockname)
{
glGenBuffers(1, &m_Handle);
if (!glIsBuffer(m_Handle)){
printf("problem creating uniform buffer\n");
return;
}
glBindB... | [
"texturehandle@gmail.com"
] | texturehandle@gmail.com |
dd813f4b384be1438cd992394cfac87753dbf097 | 684c4b02e5b3b5c20702ee334e73465b93eed15d | /VisualStudio2015/CPPCLI2015/AssemblyInfo.cpp | 3dbce183ba488665a91def3253c7a9416ace3289 | [
"MIT"
] | permissive | StevenDavisTechNotes/NativeCompileExperiments | a2cbd94da19156ecd6488e9d49a338a4897ac88a | c8d775f5a7ccf42e9073ba4d1a06e6bcab53232c | refs/heads/master | 2020-04-24T05:55:06.821268 | 2016-10-22T16:11:48 | 2016-10-22T16:11:48 | 67,531,298 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,231 | cpp | #include "stdafx.h"
using namespace System;
using namespace System::Reflection;
using namespace System::Runtime::CompilerServices;
using namespace System::Runtime::InteropServices;
using namespace System::Security::Permissions;
//
// General Information about an assembly is controlled through the following
// set of ... | [
"davis049@att.net"
] | davis049@att.net |
9470b998f6b8b7b947f073f9fa0c1d1d938fd754 | 2a016f97e5bb82ce83a0d77bf625361fe9b2968c | /pr11/7.cpp | cadeda720744671c72ac1ba9ecb538251c7e47c9 | [] | no_license | JuliManhupli/Fundamental-of-Programming-II | 1ba169590c7b112ad4578b3b34b05aea025ac59e | a1b6cebacdc5e30c3bd3eb222232c00458f8cc1f | refs/heads/main | 2023-08-22T07:21:18.784383 | 2021-10-25T10:53:38 | 2021-10-25T10:53:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 556 | cpp | #include<iostream>
using namespace std;
#define SIZE 5
template <class X> X sum(X* data, int size) {
int i;
X s = 0;
for (i = 0; i < size; i++)
s = s + data[i];
return s;
}
template <class X>void print(X* list, int size) {
for (int i = 0; i < size; i++) {
cout << list[i] << ' ';
}
cout << "\n";
}
int main(... | [
"juliamangup@gmail.com"
] | juliamangup@gmail.com |
dea137617ab02e2c3777984bd9eaed0499f30ca1 | e858c5a623c772c7adf1d38f04ca6e1b0097da81 | /projects/Project1_Mikeal_Milad/toRandomize.cpp | 90dc8ba5a80e1a80ee59bf2f9854bfb8e20724d1 | [] | no_license | miladmikeal/c-plus-plus | 8449ad09d0583f1b5281e3296ca822b4b6c01d91 | 1990ac5e05892c09c4e949392e186facd47ea55e | refs/heads/master | 2020-11-25T15:09:17.821268 | 2019-12-21T08:06:48 | 2019-12-21T08:06:48 | 228,732,880 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,285 | cpp | /****************************************************************
** Program name: Langton's Ant
** Author: Milad Mikeal
** Date: 9/21/18
** Description: The function asks the user if they want to
* randomize the starting point. It takes the 'random' variable
* by reference and has the user input a value for it... | [
"miladmikeal@gmail.com"
] | miladmikeal@gmail.com |
fe3b3b3949cd69a6fa23e709b4d1b99cfea961b8 | ed84a2e59955d9133d460ac131af56fd6e481c9e | /Source/Unit Tests/Unit Tests.cpp | bbea81d2b5fff4502cefa30d03033b1d5e2a5d45 | [] | no_license | Valknut/duplicates | 4ffc6b6412cf5552ab7c0204c2e2628b877bea76 | b398fc492130ba0e3d571f7ad4dd2de01d2a4417 | refs/heads/master | 2016-09-06T19:31:39.236385 | 2014-02-17T06:03:18 | 2014-02-17T06:03:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,105 | cpp | #include "stdafx.h"
#include "CppUnitTest.h"
#include "..\SD2013DScanner\TreeScanner.cpp"
#include "..\SD2013DScanner\SHA1.cpp"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
namespace Unit_Tests
{
TEST_CLASS(TreeScanner_Test)
{
public:
TreeScanner scan;
TEST_METHOD(IsFile_Test)
{
Asse... | [
"sp_metodiev@abv.bg"
] | sp_metodiev@abv.bg |
0878f6e3d833d779dbf6d87141dbcda3d468f9b5 | 3cf9e141cc8fee9d490224741297d3eca3f5feff | /C++ Benchmark Programs/Benchmark Files 1/classtester/autogen-sources/source-3699.cpp | bb7d4e36ef128ea10a6de8e1dd571a7d12d1f73c | [] | no_license | TeamVault/tauCFI | e0ac60b8106fc1bb9874adc515fc01672b775123 | e677d8cc7acd0b1dd0ac0212ff8362fcd4178c10 | refs/heads/master | 2023-05-30T20:57:13.450360 | 2021-06-14T09:10:24 | 2021-06-14T09:10:24 | 154,563,655 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,283 | cpp | struct c0;
void __attribute__ ((noinline)) tester0(c0* p);
struct c0
{
bool active0;
c0() : active0(true) {}
virtual ~c0()
{
tester0(this);
active0 = false;
}
virtual void f0(){}
};
void __attribute__ ((noinline)) tester0(c0* p)
{
p->f0();
}
struct c1;
void __attribute__ ((noinline)) tester1(c1* p);
struct c1
{
bool ac... | [
"ga72foq@mytum.de"
] | ga72foq@mytum.de |
7b8f0fd68f7ee7a2ec3328394be9efc806d2913b | 8e345d96fa36b4bea73d626c0f0219173e250928 | /Win32_Code/059/059/059.cpp | 89a5acc58d9afd22bf15f3c4873733404b0cdf23 | [] | no_license | dearfuture/Win32Tutorial | 73834a2c1311f9bee49c5eb6deac34acfbb09caa | 18624bcd6c251d287f276fd78282db2b0e7d32e2 | refs/heads/master | 2020-04-26T03:24:19.401090 | 2019-03-01T08:39:53 | 2019-03-01T08:39:53 | 173,265,968 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,707 | cpp | #include<windows.h>
#include<CommCtrl.h>
//自定义的窗口过程
LRESULT CALLBACK MyWindowProc(HWND hWnd, UINT Msg,
WPARAM wParam, LPARAM lParam)
{
switch (Msg)
{
case WM_DESTROY:
PostQuitMessage(0);//可以使GetMessage返回0
return 0;
case WM_CREATE:
{
//创建顶层菜单
HMENU hTop = CreateMenu();//空菜单
AppendMenu(hTo... | [
"dearfuture2012@gmail.com"
] | dearfuture2012@gmail.com |
793fec37f443bd9f6ada6041fa320a5eee8ce8f9 | fb0370b675eb6cce3432de4e35a8577cc3692dc9 | /UVA/11478/20281736_AC_60ms_0kB.cpp | 019c69098a28902f0379f1c301bd1f19a110e345 | [] | no_license | qq734628996/ac-code | 752b84911b5814d233ca1a3a9f65895acff8e678 | 9306d4c2db8d845dc5c5a1f6be723dbf6e0aae53 | refs/heads/master | 2021-08-18T11:05:00.311669 | 2020-05-29T14:08:38 | 2020-05-29T14:08:38 | 188,193,391 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,348 | cpp | #include <bits/stdc++.h>
using namespace std;
#define REP(i,n) for(int i = 0; i < n; i++)
#define PER(i,n) for(int i = n-1; i >= 0; i--)
#define FOR(i,l,r) for(int i = l; i <= r; i++)
#define ROF(i,l,r) for(int i = r; i >= l; i--)
#define DEBUG(x) cout << #x << "=" << x << endl;
#define SHOW1(A,n) { REP(i,n-1) printf(... | [
"734628996@qq.com"
] | 734628996@qq.com |
197765f35b48430c83011d8c4674bc60a4daa187 | db9d6b3794941bc151a3557c258a5328d426fcdd | /Bag.h | 8c10a2414625d25462661830ad1445a620366e87 | [] | no_license | haopengsong/Scrabble-Game | 1f34c9278e9664c65c34b5dcad3de258b98e80bd | 27979824d1e0f4e28642c0df386f8228f745ac96 | refs/heads/master | 2021-06-25T08:03:34.052493 | 2020-09-22T10:19:11 | 2020-09-22T10:19:11 | 100,786,371 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,460 | h | /*
* Bag.h
*
* Created on: Sep 18, 2016
* Author: kempe
*/
/* The class Bag encodes a bag of tiles for the players to draw tiles from. */
#ifndef BAG_H_
#define BAG_H_
#include <vector>
#include <string>
#include <set>
#include <map>
#include "Tile.h"
class Bag {
public:
Bag (const std::string bag_file... | [
"haopengs@usc.edu"
] | haopengs@usc.edu |
13815d63244b73864f31e2da805c81e150ed8915 | bf4e88770beb734b660680375365172796150301 | /Compiler_Project/Parser/Expressions/expressionnode.h | f2e621995ebbd88d24a6a0e65d1db8c73ad215b1 | [] | no_license | Siwady/LppWeb-Compiler | 01ddece1e527cae723098bba604e5b34bd571d9a | 32c7921696baa3eb5c470cae42840da3431a575f | refs/heads/master | 2021-01-21T03:56:10.739218 | 2015-09-27T04:51:23 | 2015-09-27T04:51:23 | 39,653,794 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 327 | h | #ifndef EXPRESSIONNODE_H
#define EXPRESSIONNODE_H
#include <string>
#include "Semantic/Type/type.h"
using namespace std;
class ExpressionNode
{
public:
ExpressionNode();
int Column;
int Row;
string NameType;
virtual string ToXML(int i);
virtual Type* ValidateSemantic();
};
#endif // EXPRESSION... | [
"siwady0908@unitec.edu"
] | siwady0908@unitec.edu |
72266626767473ed225017d5f41389066a0d45d5 | 6eb4d7717cc6638e7e949245297c46c15091907e | /project-alt/main.cpp | 0afcc0f916463a84f7f25425c5986ba35afa4fa3 | [] | no_license | Seremath/bachelor-project | a38625999f2b20417710df8837fc6f4354a0f36e | 041d3f1f700ab15a6a9ccafaf138fe9e9535ba94 | refs/heads/master | 2021-03-12T19:34:42.317895 | 2014-09-15T22:18:23 | 2014-09-15T22:18:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,694 | cpp |
#include "main.ih"
int main(int argc, char **argv)
{
gettimeofday(&tim2, NULL);
MPI::Init(argc, argv);
MPI::COMM_WORLD.Set_errhandler(MPI::ERRORS_THROW_EXCEPTIONS);
size_t rank = 0;
size_t size = 1;
try
{
rank = MPI::COMM_WORLD.Get_rank();
size = MPI::COMM_WORLD.Get_size();
}
catch (MPI::Exception cons... | [
"rogchertzijlstra@hotmail.com"
] | rogchertzijlstra@hotmail.com |
61f0c3f641b90bdbdef0a2f0227133338bc4a256 | edd8e5c132bd588f3774e0523a0a2b200db12bde | /codeforces/1367/D.cpp | a4b45ed0022154d6af1d2e2686456ae580a4eb36 | [] | no_license | Mehedi-Hassan/Competitive-Programming | 397efed4962a8943b694fabfe1318a0c62bc4867 | da75dfc133f33b7592a33a47faa60805c7acacb3 | refs/heads/master | 2023-04-08T08:58:13.693616 | 2021-01-16T12:10:00 | 2021-04-19T09:43:55 | 324,949,279 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,568 | cpp | #pragma GCC optimize("O3,unroll-loops")
#pragma GCC target("avx,avx2,fma")
#include <algorithm>
#include <bits/stdc++.h>
#include <unordered_map>
#include <unordered_set>
using namespace std;
#define no cout<<"NO\n";
#define yes cout<<"YES\n";
#define MOD (int)998244353
#define in... | [
"mehedirony22@gmail.com"
] | mehedirony22@gmail.com |
6808fab7fd2cd733522f09b8425c9eb5f38fe332 | 823e94a3a53c971d7dd0be7619b97038625d7447 | /App/121901/Il2CppOutputProject/Source/il2cppOutput/Bulk_System.Runtime.WindowsRuntime_0.cpp | 86d47a1f45f5cd73064d61563c78c35ec501c046 | [] | no_license | Bing873/IndoorNavi | 640e675108bf5c63348ec7edcdb37b4dfedca463 | 12f3f361bcfa4afd90b6cc0ae591001c32b9afe2 | refs/heads/master | 2022-10-09T02:46:12.700747 | 2020-06-12T09:13:27 | 2020-06-12T09:13:27 | 264,172,971 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,010,008 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "i... | [
"32807092+Bing873@users.noreply.github.com"
] | 32807092+Bing873@users.noreply.github.com |
3fdf961b166510c18689f1c952addd00bb952cc9 | ac527ac18ad6ff8d481f9fc5c3db13a19cd46cb1 | /c++study.cpp | f121781244e4e790bf25180344af18133d46ffc1 | [] | no_license | SHINJUNGWOO/c_practice | 80389b7ea0629c9078068004fa44b176bc457122 | d9f2af00eaf802aad91d842bf5e39d8963356d33 | refs/heads/master | 2021-04-29T11:41:17.490868 | 2018-02-17T04:01:56 | 2018-02-17T04:01:56 | 121,825,746 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 95 | cpp | #include <iostream>
int main(void)
{
std::cout <<"Hellow world "<< std::endl;
return 0;
}
| [
"33747895+SHINJUNGWOO@users.noreply.github.com"
] | 33747895+SHINJUNGWOO@users.noreply.github.com |
376dff8b7626a37de0fcc17459a02643f4e8dbc5 | d327e106285776f28ef1d6c8a7f561b7f05763a6 | /SDL/RPGGame2/MenuButton.h | f5fce506224d82140a5364ef06516aa3337f74cd | [] | no_license | sky94520/old-code | a4bb7b6826906ffa02f57151af2dc21471cf2106 | 6b37cc7a9338d283a330b4afae2c7fbd8aa63683 | refs/heads/master | 2020-05-03T12:37:48.443045 | 2019-07-23T00:38:16 | 2019-07-23T00:38:16 | 178,631,201 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 688 | h | #pragma once
#include "SDLGameObject.h"
#include "InputHandle.h"
#include "GameObjectFactory.h"
enum button_state
{
MOUSE_OUT = 0,
MOUSE_OVER = 1,
CLICKED = 2
};
class MenuButton : public SDLGameObject
{
private:
void (*m_callback)();
bool m_bReleased;
int m_callbackID;
public:
MenuButton();
virtu... | [
"541052067@qq.com"
] | 541052067@qq.com |
bf668f45f783b5c32136aaaeb9cadd2162bc52ca | 083100943aa21e05d2eb0ad745349331dd35239a | /aws-cpp-sdk-glacier/source/model/VaultNotificationConfig.cpp | 5d0071158a59e10a147b779132364db750a22c4f | [
"JSON",
"MIT",
"Apache-2.0"
] | permissive | bmildner/aws-sdk-cpp | d853faf39ab001b2878de57aa7ba132579d1dcd2 | 983be395fdff4ec944b3bcfcd6ead6b4510b2991 | refs/heads/master | 2021-01-15T16:52:31.496867 | 2015-09-10T06:57:18 | 2015-09-10T06:57:18 | 41,954,994 | 1 | 0 | null | 2015-09-05T08:57:22 | 2015-09-05T08:57:22 | null | UTF-8 | C++ | false | false | 2,147 | cpp | /*
* Copyright 2010-2015 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" file... | [
"henso@amazon.com"
] | henso@amazon.com |
d5eb61fea93cae06a93b5ef02be1917e98a881e4 | af0ecafb5428bd556d49575da2a72f6f80d3d14b | /CodeJamCrawler/dataset/13_3003_8.cpp | 82f251a0c20caaf5b08c46828166f4d331d1112a | [] | no_license | gbrlas/AVSP | 0a2a08be5661c1b4a2238e875b6cdc88b4ee0997 | e259090bf282694676b2568023745f9ffb6d73fd | refs/heads/master | 2021-06-16T22:25:41.585830 | 2017-06-09T06:32:01 | 2017-06-09T06:32:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,213 | cpp | #include <cstdio>
#include <cstdlib>
#include <iostream>
using namespace std;
int d = 0;
const int MAXN = 101010101, MAXM = 1010;
const long long mod = 1000002013;
int T, N, M, begin[MAXM], end[MAXM];
int main() {
scanf("%d", &T);
for (int t = 1; t <= T; t++) {
scanf("%d %d", &N, &M);
for (... | [
"nikola.mrzljak@fer.hr"
] | nikola.mrzljak@fer.hr |
e8d7ca247013ad2bd1873c6d0366a71a93768f28 | ec4f0dab71bb5acc14cb2aca38c16e7fd94ae751 | /sketch_may11a.ino | 696274012425d10faf9113ea7a943e910fd492d7 | [] | no_license | Daffyfrog/TwitterFeverArduino | b5960cd54e22deb1592520f67bf62430bb47cdcf | 0c2bbe578a18155dd3f0fa8702589a6f4435f5ad | refs/heads/master | 2020-12-30T16:14:30.584482 | 2017-05-11T10:09:50 | 2017-05-11T10:09:50 | 90,965,174 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,886 | ino | #include <LiquidCrystal.h>
#include <SPI.h>
#include <Adafruit_ATParser.h>
#include <Adafruit_BLE.h>
#include <Adafruit_BLEBattery.h>
#include <Adafruit_BLEEddystone.h>
#include <Adafruit_BLEGatt.h>
#include <Adafruit_BLEMIDI.h>
#include <Adafruit_BluefruitLE_SPI.h>
#include <Adafruit_BluefruitLE_UART.h>
#if not define... | [
"daffyfrog@gmail.com"
] | daffyfrog@gmail.com |
376d64329f161ed75217b51d7675a30e59ab4636 | e3203d2e445c21c39be9c1822a915dc46f7b72c1 | /src/balloon.h | 68353f3e0d78bf41c299a02a8dd285e12a1a9a52 | [] | no_license | kimon-satan/spaceSerenaders | 8317e4602f29e0730fb4a28ec91664635aa12acc | a3e353054e114e11dbfca7ab5e2288e6df0b19ab | refs/heads/master | 2020-04-05T22:58:43.785051 | 2012-06-11T17:40:37 | 2012-06-11T17:40:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,135 | h | /*
* balloon.h
* ampGame
*
* Created by Simon Katan on 28/05/2012.
* Copyright 2012 __MyCompanyName__. All rights reserved.
*
*/
#pragma once
#include "baseWeapon.h"
#include "chain.h"
#include "userData.h"
#include "utils.h"
#define MAX_BALLOON 2
class balloon : public baseWeapon {
public:
ball... | [
"simon@simonkatan.co.uk"
] | simon@simonkatan.co.uk |
a1c5b5257f1a453df3a0a707f5f56fe6c5216592 | 73b5d880fa06943c20ff0a9aee9d0c1d1eeebe10 | /broken/experimental/ion/tossim/src/tossim/PageEeprom.hh | b2f7c5368115dc0dd217cbb475120fa786340609 | [] | no_license | x3ro/tinyos-legacy | 101d19f9e639f5a9d59d3edd4ed04b1f53221e63 | cdc0e7ba1cac505fcace33b974b2e0aca1ccc56a | refs/heads/master | 2021-01-16T19:20:21.744228 | 2015-06-30T20:23:05 | 2015-06-30T20:23:05 | 38,358,728 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 862 | hh | #ifndef TOS_SIM_PAGEEEPROM_HH
#define TOS_SIM_PAGEEEPROM_HH
#include <tossim/public.hh>
#include <tossim/Eeprom.hh>
#include <stdint.h>
namespace tos {
namespace sim {
namespace impl {
/**
*/
class PageEeprom : public Eeprom
{
public: // Constants
static const unsigned MAX_PAGES = ... | [
"lucas@x3ro.de"
] | lucas@x3ro.de |
53858fa545597506ebcbbe7e04dd872d9456569f | 937f04a7a04e3b26a87ea36be8d9d8d8f90cbc69 | /doodle-38-typedef/ex3.cpp | fa2e5a2852727fec981c8f1b237f7874bb7dc515 | [] | no_license | forteleaf/c | 9d86d4794d5ad868cdd222dc52868e6206d44152 | a923298ca2761d2ea82e478277c008b12d3b0b75 | refs/heads/master | 2020-03-31T07:04:00.982995 | 2018-11-30T03:02:39 | 2018-11-30T03:02:39 | 152,006,681 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 148 | cpp | #include<stdio.h>
int main() {
typedef char const *String;
String name = "Doodle"; // char *name = "Doodle"
printf("À̸§: %s\n", name);
} | [
"forteleaf@hotmail.com"
] | forteleaf@hotmail.com |
3c7bc3f399f1ad0f55e821fde3dcb75a5da7d578 | 77cbad461bf820d1c4a4691babd54ef4e458a223 | /src/inventory/weapons/Rifle.h | f2415b8d5cb1be869ce6d294a55155a33aa260c7 | [] | no_license | jacobmcphail/4981_Linux_Game | fab118997014b42a9e33516ebf8570b9bf7655f0 | 48ea7a55db3ad2d330ce065355b79d47f354ab6b | refs/heads/master | 2021-01-20T06:28:38.073569 | 2017-04-30T23:24:15 | 2017-04-30T23:24:15 | 87,240,267 | 0 | 0 | null | 2017-04-05T20:56:25 | 2017-04-04T22:14:59 | C++ | UTF-8 | C++ | false | false | 1,342 | h | /*------------------------------------------------------------------------------
* Source: Rifle.h
*
* Functions:
*
* Date:
*
* Revisions:
* Edited By : Tim Makimov on 2017/APR/10
*
* Designer:
*
* Author:
*
* Notes:
------------------------------------------------------------------------------*/
/*
Created by Mai... | [
"jacobmcphail@gmail.com"
] | jacobmcphail@gmail.com |
7c2d9a3ec5b7eb8681e67c3c1d4f67a2d7d021b2 | 25fa0e6825f56a140aaaaf9ebe43dccbc7d31a0b | /AcceleratedCPP/rootBisectionAlgorithm.cpp | 9e8dd53d5252f77244b174a354d297317a609875 | [] | no_license | JoshuaTPierce/Learning_Repo1 | 0342e42d6db846dd1be74ead4116d4fc247c590a | 9a5a34bf04bfe6699420976dedcd295ca79335b4 | refs/heads/master | 2020-03-25T02:48:29.923672 | 2018-08-31T13:11:54 | 2018-08-31T13:11:54 | 143,308,470 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,079 | cpp | /*
Suppose that f is a continuous, real-valued function, A < B,
f(A) <= 0, and f(B) > 0. A fundamental theorem of analysis states
that there must be a value of x such that f(x) = 0 and A <= x < B.
That is, x is a root (or zero) of f.
Using the bisection method, find a sequence of approximations to x
by having the in... | [
"joshua.pierce@licor.com"
] | joshua.pierce@licor.com |
3f7025a6ac94179b1197c9f0f63d889a39e1cf2a | e3d78e32ea632b9e70c174192f6a44583b10e27e | /java/io/UnsupportedEncodingException/UnsupportedEncodingExceptionTest.cpp | c8680d579ff458b361ea0a8cb617c217677b0df6 | [
"Zlib"
] | permissive | hokien07/native | 6aaad628c73ea9c9416cd707d1a1803b574b6859 | 3d60fb5575ffddabbd87f5a831dda82f6274def0 | refs/heads/master | 2021-05-16T13:46:25.662886 | 2017-10-01T14:24:15 | 2017-10-01T14:24:15 | 105,447,219 | 0 | 0 | null | 2017-10-01T14:16:05 | 2017-10-01T14:16:05 | null | UTF-8 | C++ | false | false | 2,477 | cpp | /**
* Copyright 2017 Food Tiny Project. 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 conditions an... | [
"truongchauhien@gmail.com"
] | truongchauhien@gmail.com |
d5fc147adcaa3c32a71e3a7dea42fe5b02a0396a | afbb7333426cd97e39458e655972f63a940a9ace | /include/Campaign.h | 34198e360fac2600f6e9f6c62f6807eaca9a976f | [] | no_license | alex43dm/workerd | bf49e6d00ccda7ef211e2da14d91ab600e02c211 | 51d2a9d6c4ea091a94888e2a70369486d6592fbf | refs/heads/master | 2021-01-19T05:34:47.039523 | 2014-07-28T10:06:40 | 2014-07-28T10:06:40 | 22,947,941 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 826 | h | #ifndef CAMPAIGN_H
#define CAMPAIGN_H
#include <string>
#include "KompexSQLiteDatabase.h"
//typedef long long sphinx_int64_t;
//typedef unsigned long long sphinx_uint64_t;
enum class showCoverage : std::int8_t { all, allowed, thematic };
/**
\brief Класс, описывающий рекламную кампанию
*/
class Campaign
{
pub... | [
"wvdial@gmail.com"
] | wvdial@gmail.com |
d329448e45bd9f26017cfb72fca4ee91f090ccd2 | 4ceeac3c05c690ebcb53f265782aac6a3f911985 | /pdf/pdf_view_web_plugin.cc | 0f81d879941ecbccc3bf7520a66e2b8c7aaab073 | [
"BSD-3-Clause"
] | permissive | userkrm/chromium | 15934f10f9e43ec4f436e506077a2657f5cd0a36 | 5adff4fb994f187a64d18617584167d87525e838 | refs/heads/master | 2022-12-11T23:08:44.771979 | 2020-09-23T07:50:35 | 2020-09-23T07:50:35 | 297,855,415 | 0 | 0 | null | 2020-09-23T04:47:51 | 2020-09-23T04:47:51 | null | UTF-8 | C++ | false | false | 10,290 | cc | // Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "pdf/pdf_view_web_plugin.h"
#include <stddef.h>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "base/check_... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
0722dbcdaca432c667cc4899b6f4ee022af56d32 | 0d3396fd3c7df59eedc57c91ecf2661b98521668 | /submissions/problem10/Ale Naser Pastoriza.cpp | 32226009ba7a1e7e1e0c2682e4cfadfdd53313c8 | [] | no_license | coding19-imdea/coding19-imdea.github.io | cf2efaba1c70be73ec0c2d8276cf6a68ad95e10f | f797fb59f0b6fafd4f275251ab44fe7a18641214 | refs/heads/master | 2022-02-13T14:13:06.231760 | 2022-02-07T18:51:27 | 2022-02-07T18:51:27 | 248,769,198 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 589 | cpp | #include<bits/stdc++.h>
using namespace std;
int main() {
int a1, b1, c1;
int a2, b2, c2;
int a3, b3, c3;
scanf("%d %d %d", &a1, &b1, &c1);
scanf("%d %d %d", &a2, &b2, &c2);
scanf("%d %d %d", &a3, &b3, &c3);
int ans = min({
a2 + a3 + b1 + b3 + c1 + c2, // 1 2 3
a2 + a3 + ... | [
"coding19.imdea@gmail.com"
] | coding19.imdea@gmail.com |
aa82a9714a65e8d54839f934131caf0fbf55bf90 | 9268592cedb8727d0edab86fd084def1cab70a87 | /tests/vdf_parser_test.cpp | 936e2b5f28b69629288b96d6c7e1e5a8ec9189c2 | [
"MIT"
] | permissive | nmlgc/ValveFileVDF | c12b74d3d43c39eb0498da89f1f859934343e494 | 6ce5c641f8ed4fedb17e3f18bd2c747e7f17ef37 | refs/heads/master | 2021-05-14T05:42:57.779787 | 2018-01-04T07:57:14 | 2018-01-04T12:07:05 | 116,227,832 | 0 | 0 | null | 2018-01-04T07:15:07 | 2018-01-04T07:15:06 | null | UTF-8 | C++ | false | false | 2,883 | cpp | #include <iostream>
#include <string>
#include <algorithm>
#define TYTI_NO_L_UNDEF
#include <vdf_parser.hpp>
#define T_L(x) TYTI_L(charT,x)
using namespace tyti;
#include <catch.hpp>
const std::string testdata_dir = std::string(SOURCE_DIR) + "/testdata/";
#ifdef _WIN32
#include <direct.h>
#define cwd... | [
"m_moeller@live.de"
] | m_moeller@live.de |
fb269f059885ea6509232b830851d650d3d0897f | ff73a487c887896be47070b6a88d7dc93c202e7c | /BattleTank/Source/BattleTank/Private/TankMovementComponent.cpp | 788de58a63d1d4acdb529904dab25fb71232f9bb | [] | no_license | docfail/UEUdemy_Battletanks | 5f3e86dd6d43030f435b68c0d49d36cb00c9ddfe | 1aa6202358196ff0c130bd7feabc1d9c3d8b0460 | refs/heads/master | 2020-04-12T12:21:45.615740 | 2019-02-13T06:49:03 | 2019-02-13T06:49:03 | 162,489,187 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,452 | cpp | // Doctor Fail 2018
#include "TankMovementComponent.h"
#include "TankTrack.h"
void UTankMovementComponent::Initialize(UTankTrack * LeftTrackToSet, UTankTrack * RightTrackToSet ) {
LeftTrack = LeftTrackToSet;
RightTrack = RightTrackToSet;
}
void UTankMovementComponent::IntendMoveForward(float Throw) {
if (!ensure... | [
"4965997+docfail@users.noreply.github.com"
] | 4965997+docfail@users.noreply.github.com |
3fe0fca4adf60723282ea3bddc5783f87a7c60bc | a65eed4ca8551091d50f7f5c364e50a2c05c451b | /restart/tester/main.cpp | 6a642239894d2023f5e0e664730bc142743d31bd | [] | no_license | drupalhunter-team/interactive_dll_injector | 7b00be2ada7f7d7d496e5d4fdeb9e7ebaa985f38 | d0215ec41e4f3ecccfa6cbe44762775ad6434a82 | refs/heads/master | 2021-01-15T08:13:38.174693 | 2013-12-24T08:29:56 | 2013-12-24T08:29:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 538 | cpp | #include <cstdio>
#include <ctime>
#include <windows.h>
extern "C"
void call_me()
{
puts("you win");
fflush(stdout);
}
int main()
{
time_t a_time, b_time;
puts("Just try to debug me");
fflush(stdout);
for(;;){
time(&a_time);
if(IsDebuggerPresent())
MessageBoxA(NU... | [
"caboodlennm@gmail.com"
] | caboodlennm@gmail.com |
d7ba6b3ac77f4c791d9fa62d1cdc067df004bd83 | de38fe29535a1d3f355e940e58bcec0b479caba3 | /build-StudentSystem-Desktop_Qt_5_9_6_MinGW_32bit-Release/release/moc_mainwindow.cpp | 13b5c077be126602b50bf67a7ce507b5f838690d | [] | no_license | xuhaoyao/QtStudentSystem | cf38f395ac76ad0d3d092a0b97aa1233534c4ac1 | 6b1b601577e85e92629513160b90918916df5784 | refs/heads/main | 2023-01-03T11:12:21.168552 | 2020-10-29T15:53:18 | 2020-10-29T15:53:18 | 308,376,416 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,684 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'mainwindow.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.9.6)
**
** WARNING! All changes made in this file will be lost!
**********************************************************... | [
"623834276@qq.com"
] | 623834276@qq.com |
b93a4c76e40539ea84249e33318180b32a5b7ea8 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /c++/Chaste/2015/8/NodeLocationWriter.cpp | 90c187dc34c7b85f9d8a0fdc88d08e488c2c80ab | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | C++ | false | false | 4,817 | cpp | /*
Copyright (c) 2005-2015, University of Oxford.
All rights reserved.
University of Oxford means the Chancellor, Masters and Scholars of the
University of Oxford, having an administrative office at Wellington
Square, Oxford OX1 2JD, UK.
This file is part of Chaste.
Redistribution and use in source and binary forms... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
5edcdceb5c95413ee757e2d16fed218a9c91e46c | b179ee1c603139301b86fa44ccbbd315a148c47b | /engine/generators/worship_sites/source/SimpleChurchGenerator.cpp | 34576dbeebf75490c2da533472030bfed2b65e59 | [
"MIT",
"Zlib"
] | permissive | prolog/shadow-of-the-wyrm | 06de691e94c2cb979756cee13d424a994257b544 | cd419efe4394803ff3d0553acf890f33ae1e4278 | refs/heads/master | 2023-08-31T06:08:23.046409 | 2023-07-08T14:45:27 | 2023-07-08T14:45:27 | 203,472,742 | 71 | 9 | MIT | 2023-07-08T14:45:29 | 2019-08-21T00:01:37 | C++ | UTF-8 | C++ | false | false | 2,961 | cpp | #include "FeatureGenerator.hpp"
#include "GeneratorUtils.hpp"
#include "RNG.hpp"
#include "SimpleChurchGenerator.hpp"
#include "TileGenerator.hpp"
using std::string;
SimpleChurchGenerator::SimpleChurchGenerator(const string& new_deity_id, MapPtr new_base_map)
: ChurchGenerator(new_deity_id, new_base_map, TileType::TI... | [
"jcd748@mail.usask.ca"
] | jcd748@mail.usask.ca |
f3078ef32b863a5f318be5a753e9a918dfd4171b | 9f7cc53218223830737e977034842118c559334f | /src/thewall/sn_view.cpp | c34da22e816c25665261e852c275b21033f97d92 | [] | no_license | sungwonnam/SAGENext | 29f467e5c18ede2c442f7edb8d42f4b23176fbc9 | 71152f0131fd750143074a818f039edf7667046a | refs/heads/master | 2016-09-05T12:48:02.435504 | 2013-04-26T21:32:13 | 2013-04-26T21:32:13 | 9,355,322 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,654 | cpp | #include "sn_view.h"
#include "sn_sagenextlauncher.h"
#include "sn_scene.h"
#include "applications/base/sn_basewidget.h"
#include <QtGui>
SN_Viewport::SN_Viewport(SN_TheScene *s, int viewportId, SN_Launcher *l, QWidget *parent) :
QGraphicsView(s, parent),
_viewportID(viewportId),
_fdialog(0),
_openMed... | [
"schiktol@gmail.com"
] | schiktol@gmail.com |
f9ebe72b9fbea2ef96d6c062c350a109141de85e | 3c60175632d7a9f42c431ee7d3126aaac5eb6444 | /catkin_ws/src/becker/src/conpidnode.cpp | bfedb02dcde17fecb13153103c8e5fc9997de2be | [] | no_license | josekun13/Becker-test-version | 50667e0dbd705928ea5e0724ec95b9347b867986 | 02d6749427a9496439aa33676f24b09510a116b3 | refs/heads/master | 2021-01-19T03:45:12.031429 | 2018-02-27T22:12:03 | 2018-02-27T22:12:03 | 70,290,434 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 928 | cpp |
#include "ros/ros.h"
#include "std_msgs/String.h"
/*#include <sstream.h>*/
#include <string>
#include <stdlib.h>
string salida;
float p=20.78;
float i=0;
float d=2.368;
float ang,sal,acu,ant;
char dir;
ant=acu=0.0;
void pidconback(const std_msgs::String::constPtr& msg)
{
ang=strtof(msg);
if (ang<0.1 && ang>-0.1)... | [
"josekun13@gmail.com"
] | josekun13@gmail.com |
35c1cca243082f8771a29752136ba4a03dcaa41a | dfcb384119934faff24ecffb3ed88dfa9d82c735 | /ZBase/header/ZMeshElement.h | 2575093a84e2fed85195b9c3f86cfc9d3a97f948 | [] | no_license | Jaegwang/ZFX | 65a99bd93f0f5e057126b6915f1a8ae83d24e51b | 1bc0ab64d892d992d72eab8cc1bd4bdd977942f9 | refs/heads/master | 2020-11-27T15:12:31.973573 | 2019-12-22T02:56:59 | 2019-12-22T02:56:59 | 229,505,672 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,299 | h | //----------------//
// ZMeshElement.h //
//-------------------------------------------------------//
// author: Taeyong Kim @ nVidia //
// Wanho Choi @ Dexter Studios //
// last update: 2015.10.07 //
//------------------------------------... | [
"jaegwang@outlook.com"
] | jaegwang@outlook.com |
da9653a83624abb733dbdfb1707d7d28a49f8c3b | 87b7ca8c59faf32b439d9050919cb80e9d867758 | /Android1/libs/tina/Classes/widget/RepeatImage.cpp | 4a5ef3f5d5911e4e48af36898623ec3fb33f186b | [] | no_license | wjezxujian/Android_VS | 7e6e23d165032e21a141a63563eba05e3827bbed | 38f5f178a3b966f24f1c137e414448b5b51a6d2f | refs/heads/master | 2021-01-10T02:21:27.082548 | 2016-01-16T10:57:50 | 2016-01-16T10:57:50 | 49,628,674 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,833 | cpp | #include "RepeatImage.h"
#include "util/ParamUtil.h"
#include "util/LayoutUtil.h"
#include "util/TinaMgr.h"
USING_NS_CC;
TINA_NS_BEGIN
RepeatImage* RepeatImage::create()
{
return create("");
}
RepeatImage* RepeatImage::create(const std::string& file)
{
auto _ref = new RepeatImage();
if (_ref && _r... | [
"jian.xu@dena.com"
] | jian.xu@dena.com |
b7dc21c2dac5346f2f960edf47987dd7bb142052 | 0867b37bb359076348c4f867f0c60a5a2a1ba18b | /main.cpp | b8664eb4001f3aa60b1d56975547ac484044032f | [] | no_license | matkovst/HandGestureRecognizer-simple | 84713a5a1a9f39882b9fd83cb1414f440b412946 | ffc398de1e60ae215e492fa1dfe61d540e820022 | refs/heads/master | 2023-01-06T07:12:52.243886 | 2020-11-04T09:14:48 | 2020-11-04T09:14:48 | 309,055,865 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,410 | cpp | #include <iostream>
#include <cmath>
#include "omp.h"
#include <opencv2/core.hpp>
#include <opencv2/videoio.hpp>
#include <opencv2/highgui.hpp>
#include <opencv2/imgproc.hpp>
#include "src/skin_segm.h"
#include "src/bg_subtr.h"
#include "src/gesture_recognizer.h"
#define OPENCV_THREADS 4
#define WINDOW_NAME "Gesture... | [
"st.matkov@yandex.ru"
] | st.matkov@yandex.ru |
9312f6950ac6c8fd887353c12c49c9e38c5b3bdd | 5d946af524eb9288f94efb1dbac66c5b00b8b69a | /wirtualny_swiat/lis.h | a722dbae15c4eed7ab56af3d9192f9d36cd2841a | [] | no_license | darekAsz/wirtualny_swiat | db0c71429fb82ed8a184d2ba4662a39a8772df86 | 5bb70f1e3c44be78f41fcfc84a26d1e7c0601635 | refs/heads/master | 2020-12-30T11:59:12.849344 | 2017-05-16T14:05:03 | 2017-05-16T14:05:03 | 91,465,179 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 167 | h | #pragma once
#include "Zwierze.h"
class Lis : public Zwierze {
public:
Lis(int x, int y, Swiat &swiat) : Zwierze(wiek, 3, 7, x, y, 'l', swiat) {};
void Rysuj();
}; | [
"darek95asz.gmail.com"
] | darek95asz.gmail.com |
96ba2b638de89cf40815225468006d25713ead97 | f462b4556ce61812698010047c15116559a6fb29 | /Member.cpp | 7b298ae1f6ce1ed55c2e7ebb76a08f686f016373 | [] | no_license | mohamadnikan2013/Library | fb0a782c6280ab580d9d422a6f3caa57f13c8eac | 3d2541eedc40ec45a4723dfc586d9174f6925353 | refs/heads/master | 2021-01-11T09:25:48.943144 | 2017-01-19T23:17:13 | 2017-01-19T23:17:13 | 77,101,003 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,426 | cpp | //
// Created by nikang on 12/22/16.
//
#include "Member.h"
#include "Library.h"
long Member::getMember_id() const {
return member_id;
}
int Member::getNumber_of_book_issued() const {
return number_of_book_issued;
}
int Member::getMax_book_limit() const {
return max_book_limit;
}
const string &Member::... | [
"mohamadnikan2013@gmail.com"
] | mohamadnikan2013@gmail.com |
40454b0fac6db1cf74e6711d9340ce1068a917d0 | 4ccc93c43061a18de9064569020eb50509e75541 | /chrome/browser/chromeos/drive/resource_metadata_unittest.cc | e1c497c033fd2e6b3250ea4e6c0a192f4030315f | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | SaschaMester/delicium | f2bdab35d51434ac6626db6d0e60ee01911797d7 | b7bc83c3b107b30453998daadaeee618e417db5a | refs/heads/master | 2021-01-13T02:06:38.740273 | 2015-07-06T00:22:53 | 2015-07-06T00:22:53 | 38,457,128 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 27,931 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/chromeos/drive/resource_metadata.h"
#include <algorithm>
#include <string>
#include <vector>
#include "base/files/scoped_te... | [
"g4jc@github.com"
] | g4jc@github.com |
ef94f8d6888839c912913e85edd0f988c678739b | 53e6909e1c533f14070ff17ea59e5dc67b434a0c | /distr_mem/poisson/amgcl_sdd.cpp | 734c20c2d6909bde921f0e779408a547b7c4be0e | [] | no_license | pingyuan162/amgcl_benchmarks | 219ae203ebcbaa10b68734a24ded91d11db59364 | 1e7c7b544953acfc774a3c450b837f435b661c4b | refs/heads/master | 2020-06-17T03:07:42.739761 | 2018-10-25T08:21:46 | 2018-10-25T08:21:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,841 | cpp | #include <iostream>
#include <iomanip>
#include <fstream>
#include <vector>
#include <array>
#include <numeric>
#include <cmath>
#ifdef _OPENMP
#include <omp.h>
#endif
#include <boost/scope_exit.hpp>
#include <boost/program_options.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/json_parser... | [
"dennis.demidov@gmail.com"
] | dennis.demidov@gmail.com |
1d5314267280af407694e6168db08dd0fe7ca792 | 4c7ee4e2dd17de899bc4605d39284fff51f2d539 | /quic/core/qpack/qpack_send_stream.cc | 34bba650a830ae7baa8c6098ca4d96718833ce8e | [
"BSD-3-Clause"
] | permissive | DaanDeMeyer/google-quiche-iquic | 6a09e4898ab312df3e23c9b37174e4521fc19b48 | f0041edb76af3e237daeaebe33063edc1ed74dec | refs/heads/master | 2020-06-27T17:23:15.682843 | 2019-07-31T09:39:45 | 2019-07-31T09:41:05 | 200,007,639 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,580 | cc | // Copyright 2019 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 "net/third_party/quiche/src/quic/core/qpack/qpack_send_stream.h"
#include "net/third_party/quiche/src/quic/core/quic_session.h"
#include "net/th... | [
"copybara-worker@google.com"
] | copybara-worker@google.com |
d944e9d75f9ee7b063e2bf69726e8f38a07bda3d | c07d21bb9a63b818958a0a8be05de30dfda356b5 | /Projeto_Final_LP/include/AnfibioExotico.hpp | f9dcd0ed88409e567f6e0d598eaf30c3d175555b | [] | no_license | julioofilho/LP1-2 | 3c467979f36fa8c861198a9fc456487e2a54ea65 | c654dfc190b7dffd88e498860dc29f90b7982d34 | refs/heads/master | 2020-07-19T14:36:31.482698 | 2018-12-15T12:57:01 | 2018-12-15T12:57:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,700 | hpp | /**
* @file AnfibioExotico.hpp
* @brief Declaração da classe AnfibioExotico do
* namespace PetFera, seus atributos e métodos.
* @details
*
* @author Gleydvan Macedo
* @author João Vítor Venceslau Coelho
* @since 30/11/2017
* @date 09/12/2017
*/
#ifndef ANFIBIO_EXOTICO_... | [
"jv.venceslau.c@gmail.com"
] | jv.venceslau.c@gmail.com |
e3aa2f75f9c3cbdb725b9683df01cfe87cf1373b | 1385c32207e378f47bf2153956825e89228b8de1 | /references/WebRTC/pc/localaudiosource.h | c5f65304d0b3ceb5b770406554424d34cc3c7f49 | [
"Apache-2.0",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-free-unknown",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-google-patent-license-webrtc",
"LicenseRef-scancode-google-patent-license-webm"
] | permissive | marlonnardi/alcinoe | 4d5dc32328fff661792f5805a799e16b001688d1 | 5e14b2fca7adcc38e483771055b5623501433334 | refs/heads/master | 2020-08-12T09:38:29.484894 | 2020-05-17T23:17:32 | 2020-05-17T23:17:32 | 163,667,647 | 1 | 0 | Apache-2.0 | 2019-10-12T22:52:31 | 2018-12-31T12:34:34 | Pascal | UTF-8 | C++ | false | false | 1,487 | h | /*
* Copyright 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing ... | [
"loki5100-nospam@yahoo.fr"
] | loki5100-nospam@yahoo.fr |
e789622837651d6e962f849e7b21e45e3968b399 | f2ae59825fbd3c1f0b6cdd86138a57301c99bc27 | /VizServer/VizCMegabolsaMsgParser.h | 88e5a833b035e9013d527b0dc893d9394e2e5127 | [] | no_license | leoschmitz/vizserver | a36ffc1c7bce9bf7e88144137c73ad8a2a753b15 | a26b1a3f30e52f48f9c7733b79564ef5780b643f | refs/heads/master | 2023-01-07T07:09:29.691550 | 2020-10-24T14:05:33 | 2020-10-24T14:05:33 | 306,896,176 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,289 | h | //-----------------------------------------------------------------------------
//
// Copyright (C) 2008-2010 VizTrader.com All rights reserved.
//
//-----------------------------------------------------------------------------
#ifndef __VIZCMEGABOLSAMSGPARSERH__
#define __VIZCMEGABOLSAMSGPARSERH__
//------------------... | [
"laschmitz@gmail.com"
] | laschmitz@gmail.com |
4cd1c8481a3865de9cf887fe515d8ebe6eb4da65 | 50e159872abc17171330a1832302d0c9fdcff469 | /App/Views/CityView/CityView.cpp | a4f0e64abdecc8fa37da21252dffebd2922dd622 | [] | no_license | ayakushyna/CurlProject | 9557c45eedfaf7b2f184507264170bc161b16501 | cf82641c22c7a8bc6097cf70f794b78a9354e977 | refs/heads/master | 2020-06-27T22:38:23.441148 | 2019-08-01T15:02:17 | 2019-08-01T15:02:17 | 200,071,463 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 899 | cpp | #include "CityView.hpp"
CityView::CityView() {}
void CityView::onCityChanged(City* city
, Action action
, CityProperty property
, std::string oldValue
, std::string newValue)
{
switch (action)
{
case Create:
{
std::cout << "Created city:\n";
break;
}
case Update:
{
std:... | [
"ayakushina07@gmail.com"
] | ayakushina07@gmail.com |
f7a09b2f015c364865d946efab9b022ca62e9f0e | 491e8e6206af2f1aff586add23f3076280c684c6 | /caffe2/operators/lengths_reducer_rowwise_8bit_ops.h | fb9ff2cc180c0af3f998ae0846a32b8b14eeec6a | [
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | cesare-montresor/pytorch | 7f2d0789b8990869a49e97504921fe2fbb3fef5d | 514898c5f07ba90630b701ee1c37e618d06e760e | refs/heads/master | 2020-04-04T16:34:51.088757 | 2018-11-04T13:18:58 | 2018-11-04T13:18:58 | 156,083,591 | 2 | 0 | NOASSERTION | 2018-11-04T13:18:59 | 2018-11-04T13:13:02 | C++ | UTF-8 | C++ | false | false | 6,148 | h |
#ifndef CAFFE2_OPERATORS_LENGTHS_REDUCER_ROWWISE_8bits_OP_H_
#define CAFFE2_OPERATORS_LENGTHS_REDUCER_ROWWISE_8bits_OP_H_
// SparseLengthsSum8bits
#include "caffe2/core/context.h"
#include "caffe2/core/logging.h"
#include "caffe2/core/operator.h"
#include "caffe2/operators/reducer_functors.h"
#include "caffe2/perfker... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
c2b9aa702dedbae364e4ce80e9632c7748a86deb | 387549ab27d89668e656771a19c09637612d57ed | /DRGLib UE project/Source/FSD/Private/TutorialContentWidget.cpp | 5eef7b100e06df1c27b3334907536eb468ade76a | [
"MIT"
] | permissive | SamsDRGMods/DRGLib | 3b7285488ef98b7b22ab4e00fec64a4c3fb6a30a | 76f17bc76dd376f0d0aa09400ac8cb4daad34ade | refs/heads/main | 2023-07-03T10:37:47.196444 | 2023-04-07T23:18:54 | 2023-04-07T23:18:54 | 383,509,787 | 16 | 5 | MIT | 2023-04-07T23:18:55 | 2021-07-06T15:08:14 | C++ | UTF-8 | C++ | false | false | 92 | cpp | #include "TutorialContentWidget.h"
UTutorialContentWidget::UTutorialContentWidget() {
}
| [
"samamstar@gmail.com"
] | samamstar@gmail.com |
0592d25f7531be62b9f1c07883be4f8a9f6eeff4 | 12aa64cfac942f84b8e0d389b873b21fc9cebd2e | /Task3CodeAnalyzer/CodeAnalyzer/src/CodeAnalyzer.cpp | 9f5881a601caccd89149fccea4ced34ccd3b9cac | [] | no_license | Globalika/ITA_Task3 | d86821ba441b53bc921c2565b9e1e33884953f05 | 645cf379d4a83322d46b5bbecdb1e6b14413dd93 | refs/heads/main | 2023-05-31T03:00:00.281976 | 2021-07-08T15:24:39 | 2021-07-08T15:24:39 | 370,696,786 | 0 | 0 | null | 2021-07-08T15:25:24 | 2021-05-25T13:09:35 | null | UTF-8 | C++ | false | false | 3,471 | cpp | #include "CodeAnalyzer.h"
bool CodeAnalyzer::Analize(std::string& rootPath, std::string& resultPath)
{
ClearUp();
m_rootPath = rootPath;
m_resultPath = resultPath;
if (!fs::exists(rootPath) || !fs::exists(resultPath)) {
return false;
}
else
{
const auto start = time.now();
if (!AddFilePathsToQueue(m_root... | [
"volodymyr.seredovych@gmail.com"
] | volodymyr.seredovych@gmail.com |
7ee2a441c1b20a5c6e1bbe148de2faad3bdb77ec | 8d1aa597eae7ff732ee475feb91999e78386e47d | /coast/foundation/base/cuteTest/StrSpecialTest.h | 7e44b2792f8329f783de4b81bdc1a3b7eff97495 | [] | no_license | chenbk85/CuteTestForCoastTest | 63111ba3b54ab2b027684dd6f1b9c5859fcdde9b | 37d933c5fe2e0ce9a801f51b2aa27c7a18098511 | refs/heads/master | 2021-01-12T20:17:22.462721 | 2015-06-08T18:42:09 | 2015-06-10T13:13:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 679 | h | /*
* Copyright (c) 2005, Peter Sommerlad and IFS Institute for Software at HSR Rapperswil, Switzerland
* Copyright (c) 2015, David Tran, Faculty of Computer Science,
* University of Applied Sciences Rapperswil (HSR),
* 8640 Rapperswil, Switzerland
* All rights reserved.
*
* This library/application is free softw... | [
"david.tran@hsr.ch"
] | david.tran@hsr.ch |
c3d4f4615541a94d732fd8cd9666114534bc564b | a45067a48af5e720dc6144b39685d3b1fba0432f | /c++Primer/7单元/9.cpp | 7194ab8b8bcf63fba85ad3e0e62092b0af9dcca2 | [] | no_license | lihao779/linuxsys | b8cb1d5a42a2a32fb648a094c4332e68ca501f71 | c445ff7d11ae546f3ca71aa430c7f788cf7e2e39 | refs/heads/master | 2023-05-29T17:28:54.924952 | 2021-06-15T14:26:03 | 2021-06-15T14:26:03 | 305,936,508 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,140 | cpp | #include <string>
#include <vector>
#include <iostream>
using namespace std;
class Sale_date
{
friend istream& read(istream& is,Sale_date& s);
public:
Sale_date() = default;
Sale_date(string book,int count,double price)
:book_(book)
,count_(count)
,totalpri... | [
"3024978915@qq.com"
] | 3024978915@qq.com |
536482105366e26aafe3fea0f333f7a3698c13a5 | d57beb277987b70f794b618cd66c195629be8892 | /code/495_实现栈.cpp | 8eae41cddcf6ab800bc7362dfc8f7e64802f43d2 | [] | no_license | 2369931/LintCode | 32f1fe6d84294f113cb6bb11c0d62537a95b9262 | 06a6c4ebd0b928283604189cfcb38dd8ba033d64 | refs/heads/master | 2020-08-14T22:20:39.792172 | 2019-10-15T08:09:43 | 2019-10-15T08:09:43 | 215,240,254 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 319 | cpp | #include <iostream>
#include <vector>
using namespace std;
class Stack {
public:
vector<int> sta;
void push(int x) {
sta.push_back(x);
}
void pop() {
sta.pop_back();
}
int top() {
return sta.back();
}
bool isEmpty() {
return (sta.size() == 0);
}
};
| [
"719274031@qq.com"
] | 719274031@qq.com |
b28f9a53fd680e44c2e37f763985f00df3ab3d18 | 205d86f3d7312929a1e5c5bfd1608ceda97eb2e5 | /Dispositivos/ESP8266_01_TEMP/libraries/IRremoteESP8266/src/ir_Midea.h | 407b79831c27c11523c53eafa60112af61265d44 | [
"LGPL-2.1-only",
"MIT"
] | permissive | harleybarreto/iot-b26 | bee10bcd0e0df172d964d3b0f026f3631665bb42 | b4aa02d3b370fb5486b1d58f6f09510fdc84ff19 | refs/heads/master | 2020-06-01T04:33:34.827409 | 2019-10-15T23:32:21 | 2019-10-15T23:32:21 | 190,636,568 | 0 | 1 | MIT | 2019-10-08T19:12:55 | 2019-06-06T19:16:33 | C++ | UTF-8 | C++ | false | false | 3,300 | h | // Copyright 2017 David Conran
#ifndef IR_MIDEA_H_
#define IR_MIDEA_H_
#define __STDC_LIMIT_MACROS
#include <stdint.h>
#ifdef ARDUINO
#include <Arduino.h>
#else
#include <string>
#endif
#include "IRremoteESP8266.h"
#include "IRsend.h"
// MM MM IIIII DDDDD EEEEEEE AAA
// MMM M... | [
"harley.barreto@gmail.com"
] | harley.barreto@gmail.com |
7904ff00b1cc54372af62fd39f2e92c870d5d1d3 | 4f0fc889b8f53a446d13bfc291858d3b882ffb66 | /libraries/chain/include/enudex/chain/is_authorized_asset.hpp | 26344b391d57294ce1eace0f53f47200f6ca007b | [
"MIT"
] | permissive | hwlsniper/enudex-core | 8492c90a895c3c4459fac2e465e230efe2d306b9 | 6a01603557e1ab83446a492b4eec4cc3c446f1e0 | refs/heads/master | 2021-04-05T23:54:58.221979 | 2018-03-11T02:07:57 | 2018-03-11T02:07:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,899 | hpp | /*
* Copyright (c) 2015 Cryptonomex, Inc., and contributors.
*
* The MIT License
*
* 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... | [
"admin@enumivo.org"
] | admin@enumivo.org |
fcfb55359d936a65442544fd48ed16ecd6843f1e | 920dbd2bb3e5bea0d3f42fb8dfa39cf68e04706d | /Win32 HGE/Win32 HGE/ILevel.h | 911db62e636112b7b77b4b5dcc9cb1afa8ed4df8 | [] | no_license | Aditya5991/GravityGuy-HGE- | 46f085d5d64afcd1fb14c4d6414bd234239ef202 | 17fa87a4ec9ce7d4569fde1991ee108cb8507e9b | refs/heads/master | 2021-01-20T04:28:40.576859 | 2017-04-28T13:34:36 | 2017-04-28T13:34:36 | 89,695,806 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 372 | h | #pragma once
#include "ITile.h"
#include <string>
class ILevel
{
protected:
int _width;
int _height;
std::vector<std::vector<ITile*>> _tiles;
public:
virtual void Update() = 0;
virtual void Render() = 0;
virtual void Load()= 0;
virtual void SetOffset(double, double) = 0;
virtual ITile* GetTile(int x, int y){... | [
"bhendeaditya@gmail.com"
] | bhendeaditya@gmail.com |
77ac6ddc389649e2fbf7506592d8af6e0b7bf112 | 4e7a6186817b2e328e18423cb4f14f05b51b49cc | /code/cellab/src/territorial_state_of_synapse.cpp | 45bdfe0b8fbc16c4ed54c2f1acfbc508705717c4 | [] | no_license | BlenderCN-Org/E2 | 584fdbda6803616fbe9071d756d2d7d0a4693230 | fa24459aa3c2b1e9b8e72b9efd314bcfbc571a23 | refs/heads/master | 2020-07-19T16:44:28.389666 | 2019-07-20T20:37:25 | 2019-07-20T20:37:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 262 | cpp | #include <cellab/territorial_state_of_synapse.hpp>
namespace cellab {
natural_32_bit convert_territorial_state_of_synapse_to_territorial_list_index(
territorial_state_of_synapse const territorial_state
)
{
return territorial_state;
}
}
| [
"mtrtik@gmail.com"
] | mtrtik@gmail.com |
c239c2ec675143fd5d12b2d5c2e5110b136cb789 | 979abc6b2dceffd420a7d498e1d57b2e324b31af | /email/src/emailaccountlistmodel.cpp | b5c9ab3dc26b853e1291764a069bf5f93e612853 | [] | no_license | blammit/nemo-qml-plugins | 441a63159dbe9b1bc12a300df48b6571a1e6ef83 | 23168822edb4f92b3e60ee941e634008844135e4 | refs/heads/master | 2020-12-25T11:20:58.187717 | 2012-11-22T11:28:41 | 2012-11-22T11:28:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,096 | cpp | /*
* Copyright 2011 Intel Corporation.
*
* This program is licensed under the terms and conditions of the
* Apache License, version 2.0. The full text of the Apache License is at
* http://www.apache.org/licenses/LICENSE-2.0
*/
#include <qmailstore.h>
#include <qmailnamespace.h>
#include "emailaccountlistmod... | [
"valerio.valerio@jollamobile.com"
] | valerio.valerio@jollamobile.com |
f44afb4a17db4b206712caa900d13faed9ba4d00 | 5557f9647d1c20e8bacc77d9c104b2dcf8077411 | /interface.cpp | 9ed22570458eff1befcec89d1bbefd1e127c4e5d | [] | no_license | idaohang/RoadInfoRetrievalSystem | 5b3f72cfea7d4f0708043c6b33a867e57cc7bae7 | be972d905dc83fbafbe4f5b31b19d2b9f8c1a56a | refs/heads/master | 2021-01-17T20:14:15.640492 | 2013-05-06T05:26:31 | 2013-05-06T05:26:31 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 21,288 | cpp | /*******************************************************************************
* Copyright (c) 2002-? Neusoft Co., Ltd. All Rights Reserved.
* FileName : interface.cpp
* Date : 2012.01.13
* Author : GaoXin
* Module : Interface display
* Function : Interface display
*-------------------------------------------... | [
"ivy16264355@gmail.com"
] | ivy16264355@gmail.com |
7ef4248efe91b9bb12e83f72513222cfd1fc5d3e | 1330ef4540402fcef3f6f0735eef864bf52d55f1 | /d09_struct_SV_array_top3.cpp | b1450c6ebe1150332b091b86cd5d938f736a59fd | [] | no_license | thuyle2000/2106-E1-LBEP | b12ccde0be5c542813a9f632ce907de1dd9604ff | adb9db373ed4e76937384cf7ccb595086dddb654 | refs/heads/main | 2023-06-15T17:50:37.926209 | 2021-07-16T14:48:15 | 2021-07-16T14:48:15 | 380,475,341 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,379 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
//1. dinh nghia kieu cau truc SINHVIEN
struct SINHVIEN {
int maso;
char tenSV[30];
float diemKQ;
};
int main() {
int n;
while(1) {
printf(" vui long nhap so luong sinh vien muon quan ly [3-10]: ");
scanf("%d" , &n);
if(n>2 && n <11 ) {
break; /... | [
"thuyle2000@gmail.com"
] | thuyle2000@gmail.com |
9c1530409df69b7fef1d5d8d102bdf429358ef41 | 117729b1504a128cf6a8a2622d1433937ce8d87d | /팀 프레임워크/cImageTest.cpp | 6b1d4ea794e05278c8a086b8d771c763cc6e7531 | [] | no_license | 161227TEAM-DirectX/D3D | 0fda089c9e3e59a2fb97cd32a3cb0831831fc5c9 | fce147c1fbbf4c9a5abe5e7323bf5d789ad89b36 | refs/heads/master | 2021-01-21T20:38:20.589289 | 2017-07-18T03:49:32 | 2017-07-18T03:49:32 | 92,261,883 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 4,996 | cpp | #include "stdafx.h"
#include "cImageTest.h"
cImageTest::cImageTest()
{
}
cImageTest::~cImageTest()
{
}
HRESULT cImageTest::init()
{
aniInit();
tt = new cDxImg(FILEPATH_MANAGER->GetFilepath("cat"), 8, 1);
tt->SetPosition(D3DXVECTOR3(WINSIZEX / 2, WINSIZEY / 2, 0));
tt->SetDrawBoundingBox(true);
m_vecImg.push_b... | [
"dndaks1304@naver.com"
] | dndaks1304@naver.com |
03d502b5e3c23ffe7aa8cfdb5dca0e79911f7e73 | 35ef8a56830d31a68f474094df039ffa061e561c | /src/scopeprotocols/scopeprotocols.cpp | b2dacd511d170175ccd4e5d6c496cdf0fb2c5e7f | [] | no_license | wanming2008/antikernel | aa9fffe1c6a7a7c8d916fdc0edcb774ed1793b52 | d4ec751630ca0b11246bebfff3465e797dcbd99f | refs/heads/master | 2021-08-22T04:22:30.146743 | 2017-11-29T07:38:24 | 2017-11-29T07:38:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,247 | cpp | /***********************************************************************************************************************
* *
* ANTIKERNEL v0.1 ... | [
"azonenberg@drawersteak.com"
] | azonenberg@drawersteak.com |
0ab495e2dd5a41edca00248d4ffa04130ad62f3a | 79949bcaa7bae46a3a1c578331d00c9f972f3d0b | /Source/SelGame/SelGameCharacter.cpp | f6ff9d72f01d46a7519af47ee1092ac420ba37f2 | [] | no_license | shudal/UE4DeathElection | fbf6aa26e1187b5fb556efa5d3fa71c770c06102 | e33d7e66c7589e53bf344c64df268f74ce7533d8 | refs/heads/main | 2023-05-28T21:38:39.142673 | 2021-06-14T11:22:30 | 2021-06-14T11:22:30 | 376,794,606 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,476 | cpp | // Copyright Epic Games, Inc. All Rights Reserved.
#include "SelGameCharacter.h"
#include "HeadMountedDisplayFunctionLibrary.h"
#include "Camera/CameraComponent.h"
#include "Components/CapsuleComponent.h"
#include "Components/InputComponent.h"
#include "GameFramework/CharacterMovementComponent.h"
#include "GameFramewo... | [
"shudal@qq.com"
] | shudal@qq.com |
f64683de4af5429d3b76a31a58a0ccc6b3e822dd | d48c89e274bc17b74df2e99f5c15de3827662218 | /src/cmdline.cc | 7039a2d05ba2d45c10521c4b9efb7ae55819faca | [] | no_license | brettviren/ptmp | 26dad7687a8931fe83f3806a8e963fe6d35b0526 | 5386fdbadf031e8d31d38d345fe324ca532c10b6 | refs/heads/master | 2020-04-23T00:10:14.889540 | 2019-11-20T20:18:32 | 2019-11-20T20:18:32 | 170,769,277 | 1 | 4 | null | 2019-07-26T13:33:13 | 2019-02-14T22:53:22 | C++ | UTF-8 | C++ | false | false | 1,061 | cc | #include "ptmp/cmdline.h"
void ptmp::cmdline::add_socket_options(CLI::App* app, ptmp::cmdline::sock_options_t& opt)
{
app->add_option("-m,--socket-hwm", opt.hwm,
"The ZeroMQ socket highwater mark");
app->add_option("-p,--socket-pattern", opt.socktype,
"The ZeroMQ soc... | [
"brett.viren@gmail.com"
] | brett.viren@gmail.com |
2d801d781ff9e9581bfe1c8d8d388c44a88b44fd | f9b82549bc83a4987ca1cccfd63b44b517cac9b1 | /tags/2.6.5/src/subtransaction.cxx | 36893cf49dad28dec087c995355a34e04d311748 | [
"BSD-3-Clause"
] | permissive | svn2github/pqxx | fb98b0ed304c8df924811537f1348667d6a17f1f | 8d6e296372618d6ffcc750cbd5ee417ab282f456 | refs/heads/master | 2020-12-25T17:25:32.765973 | 2016-08-19T16:16:30 | 2016-08-19T16:16:30 | 40,840,938 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,073 | cxx | /*-------------------------------------------------------------------------
*
* FILE
* subtransaction.cxx
*
* DESCRIPTION
* implementation of the pqxx::subtransaction class.
* pqxx::transaction is a nested transaction, i.e. one within a transaction
*
* Copyright (c) 2005-2006, Jeroen T. Vermeulen <j... | [
"jtv@c3353b84-d008-0410-9ed9-b55c4f7fa7e8"
] | jtv@c3353b84-d008-0410-9ed9-b55c4f7fa7e8 |
3b9badb3d3dcbd87b81a7968c1c2437529d3d916 | a1f9f07816178c5dc6be1bd135c1b7b810042846 | /lib/VM/JSLib/RegExp.cpp | 6dbe74df662403944727103d963d08ce1c1b6c9a | [
"MIT"
] | permissive | codyi96/hermes | b034576628025a700f27c7e0e0fd3be9a8e3419b | 0b02a101f5d824becb73dcff2750e9384dcbc2ae | refs/heads/master | 2021-07-20T06:59:58.136812 | 2021-07-19T22:49:41 | 2021-07-19T22:50:26 | 215,925,014 | 0 | 0 | MIT | 2021-07-20T00:27:25 | 2019-10-18T02:26:41 | C++ | UTF-8 | C++ | false | false | 76,300 | cpp | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
//===----------------------------------------------------------------------===//
/// \file
/// ES5.1 15.10.3 RegExp (Regular Expres... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
a967b772584391c56d5665137682fd292e16c07b | 13dadf9ce0519d4739d14cec8b16ef462724f71e | /NeutronMobile/Server/Geometry3D/Cone.cpp | efb2e5a65b2672d0523d072948210956ce79d8f6 | [] | no_license | kfengbest/NeutronMobile | 862e267c19e2d797657a221a2068d7756a262c57 | a870937cd834b24cf5e5933c99b0748554a1dd74 | refs/heads/master | 2020-03-27T17:12:26.679740 | 2018-08-31T03:15:06 | 2018-08-31T03:15:06 | 146,835,612 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 651 | cpp |
#define __COMPILING_NS_CONE_CPP__
#include "Cone.h"
#undef __COMPILING_NS_CONE_CPP__
#include "../Scene/Scene.h"
using namespace Ns::Geometry;
Cone::Cone(Ns::Scene::Scene* scene, float height, float radius)
: Geometry3D(scene), m_height(height), m_radius(radius)
{
Ns::Scene::ParametricInterval inter... | [
"kaven.feng@autodesk.com"
] | kaven.feng@autodesk.com |
70bf9383d3ed4a6148d31db50f49466a6c9b1a15 | 16933cb65de72e2c7da7e51eb0d9f9222d5cf004 | /src/MPC.cpp | 8f9200358737e4bc10202afc559bdfb536667897 | [
"MIT"
] | permissive | jfoshea/Model-Predictive-Control | 73150c19d8a38b8654078703774f0c37d5917e03 | d8b915a35a5dd3f70fabb06c7fe95e295b1a6fd5 | refs/heads/master | 2020-03-20T20:48:57.353515 | 2018-07-02T09:16:18 | 2018-07-02T09:16:18 | 137,707,938 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 13,388 | cpp | #include "MPC.h"
#include <cppad/cppad.hpp>
#include <cppad/ipopt/solve.hpp>
#include "Eigen-3.3/Eigen/Core"
#include "Eigen-3.3/Eigen/QR"
using CppAD::AD;
// Set the timestep length and duration
size_t N = 10;
double dt = 0.1;
// This value assumes the model presented in the classroom is used.
//
// It was obtained... | [
"jfoshea@gmail.com"
] | jfoshea@gmail.com |
098bf351f682661e3131bfe3979635e3595f765a | 50be5310bfae62090c82c7784877c56695338392 | /GolfDash/Library/Il2cppBuildCache/iOS/il2cppOutput/Il2CppInteropDataTable.cpp | 8ca52bb2e6ff69acb0c995045e1703e7bb3824b7 | [] | no_license | ramiwil/GolfDash | 9a5fd3787f19a06dbbd055e892ea415aa447a661 | 72089c315ae7c37d3b15e1bc8450cb98b88c5180 | refs/heads/main | 2023-07-27T03:52:14.926365 | 2021-09-03T07:38:33 | 2021-09-03T07:38:33 | 377,104,935 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 147,377 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6();
IL2CPP_EXTERN_C_CONST RuntimeType Action_tAF41423D285AE0862865348CF6CE51C... | [
"ramewils@ucsc.edu"
] | ramewils@ucsc.edu |
b391b89a5ecfa9da4062ad0671600f7535e4768f | a2206795a05877f83ac561e482e7b41772b22da8 | /Source/PV/build/Wrapping/ClientServer/vtkVolumeClientServer.cxx | 89df511ba44918e37d1653f4d98fac6e1feede67 | [] | no_license | supreethms1809/mpas-insitu | 5578d465602feb4d6b239a22912c33918c7bb1c3 | 701644bcdae771e6878736cb6f49ccd2eb38b36e | refs/heads/master | 2020-03-25T16:47:29.316814 | 2018-08-08T02:00:13 | 2018-08-08T02:00:13 | 143,947,446 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,578 | cxx | // ClientServer wrapper for vtkVolume object
//
#define VTK_WRAPPING_CXX
#define VTK_STREAMS_FWD_ONLY
#include "vtkVolume.h"
#include "vtkSystemIncludes.h"
#include "vtkClientServerInterpreter.h"
#include "vtkClientServerStream.h"
vtkObjectBase *vtkVolumeClientServerNewCommand(void* /*ctx*/)
{
return vtkVolume::New... | [
"mpasVM@localhost.org"
] | mpasVM@localhost.org |
4edb3b760b2e857f4094792937f016215b73cd15 | 3a0c6853c494347443209b7ff6bb8e2346569391 | /DSozdateLi.cpp | 50ec4131f741a9fa0cefcc138f3f9c2c9696b132 | [] | no_license | agul/contest-tasks | 9b6e5656f66394d3aba4442087d3fd27746c201f | 739ded97b34f9767433bb85744877de787ace636 | refs/heads/master | 2023-03-27T19:32:06.490883 | 2021-03-30T17:06:25 | 2021-03-30T17:06:25 | 259,159,370 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 946 | cpp | #include "base/header.hpp"
#include "maths/mod_int.hpp"
class DSozdateLi {
public:
static constexpr bool kWriteCaseNumber = false;
static constexpr bool kMultiTest = true;
using Int = ModInt<int>;
void solve(std::istream& in, std::ostream& out) {
int n;
in >> n;
out << dp[n] * 4 << std::endl;
}
const in... | [
"agul@yandex-team.ru"
] | agul@yandex-team.ru |
0d9ee42a3912d949112f6c088ff2def4063a8b1c | 373a3118c19f05410e5b809d25de15eb94bb7a2c | /ThisIsIt/Problem.cpp | ffa76d0fed6973f9e9b342072a4284c916d27d92 | [] | no_license | kchhhk/ApnaKaam | f0783272301123bba6ce2730bd1d6330460d4f26 | a9afa6ddf78c28c4aa38810d5be6c7913c1ddba8 | refs/heads/master | 2021-01-10T19:51:30.562665 | 2015-02-10T10:22:49 | 2015-02-10T10:22:49 | 30,011,530 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,918 | cpp | #include <iostream>
#include <cstdlib>
#include <bitset>
#include <string>
#include <vector>
#include <stack>
#include <stdio.h>
#include <algorithm>
#include <cmath>
#include <ctime>
#include <set>
#include <limits>
#include <iomanip>
#ifndef PROBLEM_CPP
#define PROBLEM_CPP
#include "Problem.h"
using namespace st... | [
"ee1130504@ee.iitd.ac.in"
] | ee1130504@ee.iitd.ac.in |
fa5396e6647a66703421c0768dd98a511e6c6420 | ccd7b1ff51459c6a713cd92892dd72d1bba33cf3 | /itprepostin.cpp | 61a35617ea4f8e0a0fdd2308cd7d78b8dbb6e422 | [] | no_license | tusharkushwaha/DSA-Competitive | ebd2e77f4d2e33ba5a962026995d575d97d7b160 | 8955df752696383635df41a34ef867c11127e4d0 | refs/heads/main | 2023-06-19T04:03:25.196318 | 2021-07-23T10:51:26 | 2021-07-23T10:51:26 | 378,831,405 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,592 | cpp | // Levelorder Traversal Of Binary Tree
#include <bits/stdc++.h>
using namespace std;
#define debug(a) cout<<#a<<' ';_print(a); cout<<endl;
template <class T> void _print(T a) {cout<<a;}
template <class T> void _print(vector<T>a) {cout<<'['; for(auto &i: a) cout<<i<<' '; cout<<']'; }
template<class T> void _print(vector... | [
"kushwahatushar4@gmail.com"
] | kushwahatushar4@gmail.com |
8d381ffe5f3a37d3d10efff68315e1ec22875c55 | 6d39a8c1982e00cfed27989471e072b7ef29d43a | /2/8/main.cpp | 5f66eb914b6dd80dec1b918c65a73a64d4e227d5 | [] | no_license | shuimuyangsha/CppPrimerProficient | 19773ee74c41afc8debdb5ee713176be42651275 | c2c6e7c8bd6e33ae76ec350d774adda798a782d8 | refs/heads/master | 2023-02-04T09:49:44.548813 | 2020-12-19T02:32:22 | 2020-12-19T02:32:22 | 321,401,343 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 408 | cpp | #include <iostream>
using namespace std;
void main()
{
float x=20,y=-400.00;
cout << x <<' '<< y << endl;
cout.setf(ios::showpoint);//强制显示小数点和无效0
cout << x <<' '<< y << endl;
cout.unsetf(ios::showpoint);
cout.setf(ios::scientific);//设置按科学表示法输出
cout << x <<' '<< y << endl;
cout.setf(ios::fixed);//设置按定点表示法输出
cou... | [
"1023178387@QQ.com"
] | 1023178387@QQ.com |
fa0c845067b8e07e9fad0a215e5ad7626c019672 | f80795913b6fbbfbc1501ca1e04140d1dac1d70e | /10.0.14393.0/winrt/internal/Windows.Media.DialProtocol.0.h | 024af5ee16df7fdae0d5ec84e62e1e83e894af0f | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | jjhegedus/cppwinrt | 13fffb02f2e302b57e0f2cac74e02a9e2d94b9cf | fb3238a29cf70edd154de8d2e36b2379e25cc2c4 | refs/heads/master | 2021-01-09T06:21:16.273638 | 2017-02-05T05:34:37 | 2017-02-05T05:34:37 | 80,971,093 | 1 | 0 | null | 2017-02-05T05:27:18 | 2017-02-05T05:27:17 | null | UTF-8 | C++ | false | false | 1,720 | h | // C++ for the Windows Runtime v1.0.161012.5
// Copyright (c) 2016 Microsoft Corporation. All rights reserved.
#pragma once
WINRT_EXPORT namespace winrt {
namespace ABI::Windows::Media::DialProtocol {
struct IDialApp;
struct IDialAppStateDetails;
struct IDialDevice;
struct IDialDevice2;
struct IDialDevicePicker;
s... | [
"josuen@microsoft.com"
] | josuen@microsoft.com |
9091b7def82b43498ddcd90588feae0542d8931d | 2f6a9ff787b9eb2ababc9bb39e15f1349fefa3d2 | /inet/src/inet/routing/common/ManetProtocolDissector.h | f7d927bb5e1833d61d2f77526a3b521226839cf6 | [
"BSD-3-Clause",
"MPL-2.0",
"LicenseRef-scancode-free-unknown"
] | permissive | ntanetani/quisp | 97f9c2d0a8d3affbc709452e98c02c568f5fe8fd | 47501a9e9adbd6adfb05a1c98624870b004799ea | refs/heads/master | 2023-03-10T08:05:30.044698 | 2022-06-14T17:29:28 | 2022-06-14T17:29:28 | 247,196,429 | 0 | 1 | BSD-3-Clause | 2023-02-27T03:27:22 | 2020-03-14T02:16:19 | C++ | UTF-8 | C++ | false | false | 1,154 | h | //
// Copyright (C) 2018 OpenSim Ltd.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program i... | [
"n.tanetani@gmail.com"
] | n.tanetani@gmail.com |
9c25eddc731f302cfed50a7cc8aa72ed37d00a01 | b42365c7502900abe47669cfce630e360cc9156b | /src/engine/ShadowManager.h | 2cbe08c8cf26b77267b6fddca53c8c32f277c294 | [
"BSD-3-Clause"
] | permissive | ycaihua/arbarlith2 | 0686bacfad3414f04a4ce655ea0cad0bd754d53c | 820ffc8c3efcb636eb2c639487815fb9aabdc82e | refs/heads/master | 2020-12-07T02:34:25.117495 | 2010-08-25T03:38:21 | 2010-08-25T03:38:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,967 | h | /*
Original Author: Andrew Fox
E-Mail: mailto:foxostro@gmail.com
Copyright (c) 2007,2009 Game Creation Society
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 r... | [
"foxostro@gmail.com"
] | foxostro@gmail.com |
380bdafd5bf9f3d559e01e7cf766f9d1318f43fd | 1ef3e1262e2b1c82183f02d7f667b01cb5f8092e | /src/Dependencies/EASTL/include/EASTL/bonus/intrusive_slist.h | cc5fc34a3ddae0f4be265e4d6cace62b8b7a3fc7 | [
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Connway/Shibboleth | 1f407e72b3d7afb68f7e36c13ac3abe305ced6fc | 0451a847e91302bf512f96282f7e0b5b3be0bf60 | refs/heads/master | 2023-05-12T18:05:04.584050 | 2023-03-04T19:45:27 | 2023-03-04T19:45:27 | 253,410,032 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,329 | h | /////////////////////////////////////////////////////////////////////////////
// Copyright (c) Electronic Arts Inc. All rights reserved.
/////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
// *** Note ***
... | [
"2028855+Connway@users.noreply.github.com"
] | 2028855+Connway@users.noreply.github.com |
b6322f09d47430ee73b28183455356bacd957469 | edbdbcc27347f28878210c8b409f884c06aefb35 | /src/CPathfinding.hpp | 6827533ae33b7ba101c6b5d03dc54ce574e499c1 | [] | no_license | afdsilva/trabalho_fia_-_a_pathfinding | 61412393e7edd73c6ccdec6a50c9b4aac34db82f | 806de22ddaa95f183ee127248e425b3738c2d125 | refs/heads/master | 2021-01-13T14:21:05.199145 | 2014-08-22T14:47:23 | 2014-08-22T14:47:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,329 | hpp | /*
* CPathfinding.hpp
*
* Created on: 09/08/2013
* Author: andref
*/
#ifndef CPATHFINDING_HPP_
#define CPATHFINDING_HPP_
#include <vector>
#include <list>
#include <string>
#include <iostream>
#include <cmath>
#include <climits>
#include <SFML/Graphics.hpp>
#include "CTileMap.hpp"
#include "CFPS.hpp"
cla... | [
"afdsilva@inf.ufpel.edu.br"
] | afdsilva@inf.ufpel.edu.br |
cd57f6bcbdcada428f938336b131b2967604c6aa | b8765e762b1087505189506a35cffce43638fba7 | /question/Codeforces/contest/Educational Codeforces Round 38 (Rated for Div. 2)/a.cpp | 00d2c0615fe7cd07c326520df3800a17dba9c22f | [] | no_license | yaoling1997/desktop | 0d0782f44cca18ac97e806e919fc7c6446872a00 | 1053d1a30b1e45e82ceec90cfd3b31eec361c1e2 | refs/heads/master | 2022-02-17T12:50:54.349782 | 2019-05-18T06:13:03 | 2019-05-18T06:13:03 | 120,167,243 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 613 | cpp | #include<cstdio>
#include<cstdlib>
#include<algorithm>
#include<cstring>
#include<vector>
#include<cmath>
#define ll long long
#define ld long double
#define pb push_back
#define mp make_pair
using namespace std;
const int maxn= 5e5;
char s[maxn];
char ans[maxn];
int n,tot;
bool isVowel(char c){
return c=='a'||c=='e'|... | [
"379145124@qq.com"
] | 379145124@qq.com |
5e269054bf782adac00f5b6b02287b3beaa2f1bf | c850e2cf00de27268933768e5ba221e4f299342d | /18,19 kakao summer, winter/스킬트리.cpp | 166f760a0c6c18f40f555c8f2b78c12525f1b0a7 | [] | no_license | taxijjang/algorithm | b3b83b01fd3241318c849896d4c0614821300c88 | feef8fded5dee2e2cf2c37ca5aaa8dc7695b9df5 | refs/heads/master | 2023-08-08T02:06:08.396478 | 2023-07-18T09:38:23 | 2023-07-18T09:38:23 | 133,914,555 | 11 | 0 | null | 2023-09-01T02:38:35 | 2018-05-18T06:47:10 | C++ | UTF-8 | C++ | false | false | 894 | cpp | #include <string>
#include <vector>
#include <algorithm>
#include<iostream>
#include<map>
using namespace std;
map<char, int> _map;
int solution(string skill, vector<string> skill_trees) {
int answer = 0;
int s_size = skill.size();
for (int i = 0; i < s_size; i++) {
_map[skill[i]] = i;
}
for (auto sk = skil... | [
"gw9122@Naver.com"
] | gw9122@Naver.com |
24e4d7d0ac740e7ea3cdb0a391d68f73e21b7662 | bc1d68d7a7c837b8a99e516050364a7254030727 | /src/ZOJ/ZOJ3123 POJ3061 Subsequence.cpp | f2a73d1a98f476c05a82627c214406ce908c9de5 | [] | no_license | kester-lin/acm_backup | 1e86b0b4699f8fa50a526ce091f242ee75282f59 | a4850379c6c67a42da6b5aea499306e67edfc9fd | refs/heads/master | 2021-05-28T20:01:31.044690 | 2013-05-16T03:27:21 | 2013-05-16T03:27:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 891 | cpp | #ifdef _MSC_VER
#define DEBUG
#define _CRT_SECURE_NO_DEPRECATE
#endif
#include <fstream>
#include <stdio.h>
#include <iostream>
#include <string.h>
#include <string>
#include <limits.h>
#include <algorithm>
#include <math.h>
#include <numeric>
#include <functional>
#include <ctype.h>
#define MAX 100010
using namespace... | [
"neosfung@gmail.com"
] | neosfung@gmail.com |
33794a0206d6952eca47fca11f24857122858ceb | 78918391a7809832dc486f68b90455c72e95cdda | /boost_lib/boost/geometry/srs/sphere.hpp | dfa6eb3678b47cfdf1e01617a2d0ca9916d967bb | [
"MIT"
] | permissive | kyx0r/FA_Patcher | 50681e3e8bb04745bba44a71b5fd04e1004c3845 | 3f539686955249004b4483001a9e49e63c4856ff | refs/heads/master | 2022-03-28T10:03:28.419352 | 2020-01-02T09:16:30 | 2020-01-02T09:16:30 | 141,066,396 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,551 | hpp | // Boost.Geometry (aka GGL, Generic Geometry Library)
// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
// Copyright (c) 2008-2012 Bruno Lalande, Paris, France.
// Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
// This file was modified by Oracle on 2014, 2016, 2018.
// Modifications copyrig... | [
"k.melekhin@gmail.com"
] | k.melekhin@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.