blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
62a02b532a70ef5de3e58e2e3f8c8f0226b19241 | 87f82a52aa160db6e7a762a27b2fad87e07eb49a | /lazysegtree.hpp | 8d239894ef6a3101644a751f38d12d211bec4375 | [
"CC0-1.0"
] | permissive | Vidit24/cp-black_box | cfe4d0ab1b7144dba8ec78032d13fd6c26285515 | 50c22d3d6cbb9674c106152c8392ba087ae51937 | refs/heads/main | 2023-08-15T12:57:57.867969 | 2021-10-16T11:56:47 | 2021-10-16T11:56:47 | 398,625,380 | 0 | 1 | CC0-1.0 | 2021-10-16T11:06:16 | 2021-08-21T18:02:25 | HTML | UTF-8 | C++ | false | false | 4,934 | hpp | #ifndef ATCODER_LAZYSEGTREE_HPP
#define ATCODER_LAZYSEGTREE_HPP 1
#include <algorithm>
#include <atcoder/internal_bit>
#include <cassert>
#include <iostream>
#include <vector>
namespace atcoder {
template <class S,
S (*op)(S, S),
S (*e)(),
class F,
S (*mapping)(F, S),
... | [
"noreply@github.com"
] | noreply@github.com |
573c20d6f6fd9fc01c7dbd9d83a00e1698901e99 | 6e20207f8aff0f0ad94f05bd025810c6b10a1d5f | /SDK/EnhancedJollyBrolly_Recipe_classes.h | cebd4bd9c098c3ffb4f2822798b2368d03cb6bea | [] | no_license | zH4x-SDK/zWeHappyFew-SDK | 2a4e246d8ee4b58e45feaa4335f1feb8ea618a4a | 5906adc3edfe1b5de86b7ef0a0eff38073e12214 | refs/heads/main | 2023-08-17T06:05:18.561339 | 2021-08-27T13:36:09 | 2021-08-27T13:36:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 691 | h | #pragma once
// Name: WeHappyFew, Version: 1.8.8
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
// Classes
//---------------------------------------------------------------------------
// BlueprintGeneratedClass EnhancedJ... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
6ebd386bf0f998b282a685350817c3bb7801ecfd | 66e457f024afcd0f9e9002f1021b09bc44368973 | /BFS&DFS/미로탐색.cpp | 308be0b9b49c54fae6e057c80609c491de03ebf9 | [] | no_license | EunSeong-Seo/coding_test | 75aa6e08daa819f97cec3280abe11ec619d6661d | 3afe9af737260cf3d53acb56fa8d14ce0ca81904 | refs/heads/master | 2023-05-13T23:38:52.099302 | 2021-05-29T14:08:38 | 2021-05-29T14:08:38 | 341,887,536 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 825 | cpp | #include <iostream>
#include <queue>
#include <stdio.h>
using namespace std;
int map[110][110];
bool vis[110][110];
int n,m;
int dx[4]={-1,0,1,0};
int dy[4]={0,1,0,-1};
void bfs(int fx,int fy){
queue<pair<int,int>>q;
vis[fx][fy]= 1;
q.push({fx,fy});
while(!q.empty()){
int x = q.front().first;
int y = q.f... | [
"seoun4612@gmail.com"
] | seoun4612@gmail.com |
8e576a26f61749b62fc060a087915718dbb2bfb8 | 9f81d77e028503dcbb6d7d4c0c302391b8fdd50c | /google/cloud/compute/routes/v1/mocks/mock_routes_connection.h | b2b39fc0ac462e037ef8b82f0fbc4816630bf112 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | googleapis/google-cloud-cpp | b96a6ee50c972371daa8b8067ddd803de95f54ba | 178d6581b499242c52f9150817d91e6c95b773a5 | refs/heads/main | 2023-08-31T09:30:11.624568 | 2023-08-31T03:29:11 | 2023-08-31T03:29:11 | 111,860,063 | 450 | 351 | Apache-2.0 | 2023-09-14T21:52:02 | 2017-11-24T00:19:31 | C++ | UTF-8 | C++ | false | false | 2,961 | h | // Copyright 2023 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | [
"noreply@github.com"
] | noreply@github.com |
99882e3c602e6490a905ae257ef437144fffa67d | 0ed94159731f436244e922ad6312fb2a83a98c17 | /src/graphics/font_file.h | b943a53307560602b84143337cc9bdfb96074faf | [
"Zlib"
] | permissive | 4Che/LD49-brimstone | b22dd8db1d7e4a47cd3729ebd189381dafc48548 | 6fd67d0709600fdab1c7d4c6013047df58a26d67 | refs/heads/master | 2023-08-27T23:53:54.436301 | 2021-10-04T14:17:57 | 2021-10-04T14:17:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,215 | h | #pragma once
#include <algorithm>
#include <functional>
#include <exception>
#include <utility>
#include <ft2build.h>
#include FT_FREETYPE_H // Ugh.
#include "graphics/font.h"
#include "graphics/image.h"
#include "macros/finally.h"
#include "program/errors.h"
#include "stream/readonly_data.h"
#include "strings/forma... | [
"blckcat@inbox.ru"
] | blckcat@inbox.ru |
e7a3d81b5f17b9303bcbc3f83eb2a24819951e67 | 9973a6f1627e435c947b9c4ecb75ed56e1ece045 | /src/main.cpp | 27fadecba88d028fd4800a85499b76f19822c71b | [
"MIT"
] | permissive | corigan01/Pable-Programming-Language | 9bd1488b8e5316a13bfb9bd5aab2628f496078b0 | 433d27c85961ca9093d084de19f454d43882eb4e | refs/heads/master | 2023-02-03T09:45:34.116944 | 2020-09-30T22:43:26 | 2020-09-30T22:43:26 | 284,293,528 | 2 | 1 | MIT | 2020-09-30T22:43:27 | 2020-08-01T16:07:14 | C++ | UTF-8 | C++ | false | false | 38,572 | cpp |
#include "TokenHandler.h"
int main(int argc, char** argv) {
auto start = std::chrono::high_resolution_clock::now();
std::ios_base::sync_with_stdio(false);
// arg input
std::string WorkingFileName = "";
for (int i = 0; i < argc; i ++) {
std::string InputArgs = std::string(argv[i]);... | [
"corigan01@gmail.com"
] | corigan01@gmail.com |
8596fa1ab0692ed4f08cad4b8ae7af0bf5439451 | fc987ace8516d4d5dfcb5444ed7cb905008c6147 | /media/base/mime_util_internal.h | 0ef772c72ed2c16e3c01226401f48beb45a69ba1 | [
"BSD-3-Clause"
] | permissive | nfschina/nfs-browser | 3c366cedbdbe995739717d9f61e451bcf7b565ce | b6670ba13beb8ab57003f3ba2c755dc368de3967 | refs/heads/master | 2022-10-28T01:18:08.229807 | 2020-09-07T11:45:28 | 2020-09-07T11:45:28 | 145,939,440 | 2 | 4 | BSD-3-Clause | 2022-10-13T14:59:54 | 2018-08-24T03:47:46 | null | UTF-8 | C++ | false | false | 7,021 | h | // Copyright 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.
#ifndef MEDIA_BASE_MIME_UTIL_INTERNAL_H_
#define MEDIA_BASE_MIME_UTIL_INTERNAL_H_
#include <map>
#include <string>
#include <vector>
#include "base/cont... | [
"hukun@nfschina.com"
] | hukun@nfschina.com |
bdc57fea99f986e419bbb983a388218b29a0dbeb | 6d8ddc2d137f22b1b08fb15fcfde7a88826fbb7c | /Protocol/Packets/GetAccountMoneyResponsePacket.h | 9ab0f7aecfc19334c05f9f68c2f739cef4d052ce | [] | no_license | renair/BankServer | 757425f9d373b56c558f4149398770457598c1da | 069726f254d02bf280398f4e3b04287af14b9d69 | refs/heads/master | 2021-08-29T17:01:38.573449 | 2017-12-14T11:03:04 | 2017-12-14T11:03:04 | 104,252,818 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 870 | h | #ifndef GETACCOUNTMONEYRESPONSEPACKET_H
#define GETACCOUNTMONEYRESPONSEPACKET_H
#include "../Packet.h"
class GetAccountMoneyResponsePacket : public Packet
{
private:
// Fields.
quint64 _accountId;
quint64 _amount;
// MC.
virtual char specificGetID() const;
virtual PacketHolder specificClone() ... | [
"platinium9889@gmail.com"
] | platinium9889@gmail.com |
c8d306f55b37e7c32fc99277163de3809dc2eba4 | 536656cd89e4fa3a92b5dcab28657d60d1d244bd | /chrome/browser/win/conflicts/module_blacklist_cache_updater_unittest.cc | 619a477d9daffb7ce5356077c7e006761c34b6fb | [
"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 | 15,593 | cc | // 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.
#include "chrome/browser/win/conflicts/module_blacklist_cache_updater.h"
#include <windows.h>
#include <map>
#include <memory>
#include <string>
#includ... | [
"pcding@ucdavis.edu"
] | pcding@ucdavis.edu |
6f8fadec39fd50a97a23c35819f5d580c1d15d23 | 1f692873720d3bc7dee3a49dfc667d93610f1956 | /Qt/txbmp/mainwindow.cpp | 7b089192f2b2b9434776a74f1a13113ba362dd81 | [] | no_license | JanusErasmus/LEDtable | 8b5db8cb0cfec707f6835cb99254413b8c99396a | 7f2aa6dbfca32c5b8b3ec3a21f4e793716044336 | refs/heads/master | 2021-01-21T06:18:26.069880 | 2018-02-26T07:15:20 | 2018-02-26T07:15:20 | 83,204,563 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 618 | cpp | #include "mainwindow.h"
#include "ui_mainwindow.h"
#include "bmp_reader.h"
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
mSender = new HDLCsender("/dev/ttyACM0");
mListener = new SerialListener(mSender);
mListener->start();
co... | [
"janus@kses.net"
] | janus@kses.net |
ea667db384be473c396c841a01643d833764c402 | 662d1ed777689777e21eaa408da20e77209c6517 | /Paladin.cpp | 3f2fb22350bdf623447c36d274d5218cfbec81c8 | [] | no_license | PWrW4/PO_Gladiators | e92ac822f390bdf2e1ea99d9988dc361a85f500a | aee42a8e23127787f7eff716c12365cab98ddf34 | refs/heads/master | 2020-11-30T20:28:31.602321 | 2017-10-25T08:34:57 | 2017-10-25T08:34:57 | 230,472,326 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 922 | cpp | #include "Paladin.h"
void Paladin::magicianAttack(Hero& _enemy)
{
int damageToDo = 0;
switch (getHeroType())
{
case HeroType::Magical:
damageToDo = _enemy.getHp() + _enemy.getMagicalResistance() - (getDamage()*0.5) - getMagicalItem()->getItemMagic();
if (damageToDo>0)
{
_enemy.setHp(_enemy.getHp()-damageT... | [
"wojtek.wroclaw@hotmail.com"
] | wojtek.wroclaw@hotmail.com |
d2fb2478c1ab0875ac467325a9d3b0bd91c74355 | 747ff671a07efeae5946a5bb7ec965bda80b7090 | /SDLGameSandbox/Texture.h | fa637f77fd7bef3167b81fb0db98fd8f1e001c1c | [] | no_license | simson0606/SDLGameSandbox | 19665d2b857673424e9b5733500a92d50931e4a6 | e719796993eb89e17062be108102bfd16b8afd35 | refs/heads/master | 2020-03-29T21:54:37.584670 | 2018-09-26T08:27:16 | 2018-09-26T08:27:16 | 150,393,714 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 529 | h | #ifndef _TEXTURE_H
#define _TEXTURE_H
#include "GameEntity.h"
#include <SDL.h>
#include "AssetManager.h"
class Texture : public GameEntity
{
protected:
SDL_Texture* mTex;
Graphics* mGraphics;
int mWidth;
int mHeight;
bool mClipped;
SDL_Rect mRenderRect;
SDL_Rect mClippedRect;
public:
Texture(std::string ... | [
"simon.heij@gmail.com"
] | simon.heij@gmail.com |
796f3c9ab0877434131bfdfe959fdcac2e154fad | 3bbf8a6c3d629c6a612d6d33ca220eecdb935e12 | /aws-cpp-sdk-kinesisanalyticsv2/include/aws/kinesisanalyticsv2/model/DeleteApplicationCloudWatchLoggingOptionRequest.h | a3693d7c820f9be787b2cb7fa220264454e4946d | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | julio-gorge/aws-sdk-cpp | a8c067adf072ff43c686a15092e54ad2393cc1d4 | 06b0d54110172b3cf9b3f5602060304e36afd225 | refs/heads/master | 2021-10-22T15:00:07.328784 | 2019-03-11T12:08:52 | 2019-03-11T12:08:52 | 161,850,005 | 0 | 0 | Apache-2.0 | 2018-12-14T23:11:43 | 2018-12-14T23:11:43 | null | UTF-8 | C++ | false | false | 7,003 | h | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
92975d0a5d110b99fc1c339a3ec3c97b1bc22a49 | f72df1a2f07b741994bcd3e213519edb2e747579 | /SDL_Vulkan_Test/app_files.cpp | 34299ea6352d48019983e7a5754032d19deffd25 | [] | no_license | Elbagast/SDL_Vulkan_Test | 77a85eecbe8db4e0cbe4754ef8ecffacb2e2021b | 895d5884b1a383e316ca02b3f4fb97b5e0dd1c68 | refs/heads/master | 2020-03-20T01:21:48.801195 | 2018-08-08T18:23:46 | 2018-08-08T18:23:46 | 137,073,670 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,588 | cpp | #include "app_files.hpp"
#include <iostream>
#include <filesystem>
#include <fstream>
#include <cassert>
#include <memory>
#define STB_IMAGE_IMPLEMENTATION
#include <stb_image.h>
namespace
{
decltype(auto) imp_get_dirpath(std::string const& a_arg0)
{
using namespace std::experimental::filesystem;
return ... | [
"elbagast@gmail.com"
] | elbagast@gmail.com |
8a5ad01af0cf5664212840faa04d10103c3dbc7a | 98b6c7cedf3ab2b09f16b854b70741475e07ab64 | /www.cplusplus.com-20180131/reference/cstdlib/atexit/atexit.cpp | 8ad6b216378f7bb89d59786cf7d639cd2b9c0c4c | [] | no_license | yull2310/book-code | 71ef42766acb81dde89ce4ae4eb13d1d61b20c65 | 86a3e5bddbc845f33c5f163c44e74966b8bfdde6 | refs/heads/master | 2023-03-17T16:35:40.741611 | 2019-03-05T08:38:51 | 2019-03-05T08:38:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 298 | cpp | /* atexit example */
#include <stdio.h> /* puts */
#include <stdlib.h> /* atexit */
void fnExit1 (void)
{
puts ("Exit function 1.");
}
void fnExit2 (void)
{
puts ("Exit function 2.");
}
int main ()
{
atexit (fnExit1);
atexit (fnExit2);
puts ("Main function.");
return 0;
}
| [
"zhongtao.chen@yourun.com"
] | zhongtao.chen@yourun.com |
8adff482178f5bd45f3bb53f0628acb41240a07e | 6c77cf237697f252d48b287ae60ccf61b3220044 | /aws-cpp-sdk-dlm/include/aws/dlm/DLMErrors.h | 29833fce47dc64df6feae25b6b3506d698433b12 | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | Gohan/aws-sdk-cpp | 9a9672de05a96b89d82180a217ccb280537b9e8e | 51aa785289d9a76ac27f026d169ddf71ec2d0686 | refs/heads/master | 2020-03-26T18:48:43.043121 | 2018-11-09T08:44:41 | 2018-11-09T08:44:41 | 145,232,234 | 1 | 0 | Apache-2.0 | 2018-08-30T13:42:27 | 2018-08-18T15:42:39 | C++ | UTF-8 | C++ | false | false | 2,001 | h | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"magmarco@amazon.com"
] | magmarco@amazon.com |
85c1b303f4abb50675602c1c4a6ac9613815335b | 2f66097093e8d828cad6cca1ea27c055613464d2 | /bettermaze.h | 3272c558f5ed3f3f2beb96a34202256aa6ebc864 | [] | no_license | liuzhiwu123/Maze | d60325d02773ec019efc456925dee8fb8523d08a | 91c738a94eb2913109abfe985d07c4c88ec39d2c | refs/heads/master | 2021-03-06T18:16:17.837498 | 2020-03-12T10:28:38 | 2020-03-12T10:28:38 | 246,215,462 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 6,556 | h | #include<iostream>
#include<queue>
using namespace std;
//广度遍历,寻找迷宫的最短路径
//需要定义一个额外的记录路径的数组,以便回朔路径,因为一直在队头出队,所以所走过的路径信息会不断丢失
class Node
{
public:
Node(int u = 1, int d = 1, int l = 1, int r = 1, int a = 0, int b = 0, int da = 0)
:x(a), y(b), left(l), right(r), up(u), down(d), data(da)
{}
void setleft(in... | [
"347939046@qq.com"
] | 347939046@qq.com |
492d81d17ed154df1ab9b41ccbc103c2f7e0c212 | 4ee74f25e910b8f53893d1ae16b1728ade8747d3 | /lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp | ebe88dfa5876e9d1308e332911122220220066d8 | [
"NCSA"
] | permissive | ErikCorryGoogle/llvm | 16f0e4ff1c322ba817643f1480e7bdcbc19bdb1d | 93627d9415b3a5d7319bf35890fd7ce3044c7b6f | refs/heads/master | 2021-01-04T22:26:04.503453 | 2016-09-13T13:17:42 | 2016-09-13T13:17:42 | 68,111,429 | 2 | 0 | null | 2016-09-13T13:35:35 | 2016-09-13T13:35:35 | null | UTF-8 | C++ | false | false | 5,011 | cpp | //===- PDBFileBuilder.cpp - PDB File Creation -------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"zturner@google.com"
] | zturner@google.com |
a7ac9d0ab63a1bc370772a09aa5747e63aa60add | c3afc3b5f4aa09b9c237b78af50917f26ef163d0 | /lexeme.cpp | 4057305ebeb2a3a7216ce79a080befdce1d61777 | [] | no_license | OFITSEROVLAD/My_Interpreter | 451738a04f93b2a77374e164683cf65c01f04b06 | cc9b1f047471253c37cceb2dc4b6d6a944480045 | refs/heads/master | 2022-11-11T12:17:18.723200 | 2020-06-17T15:42:16 | 2020-06-17T15:42:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,274 | cpp | #include "lexeme.h"
using namespace std;
///////////////////////// Класс Lex //////////////////////////
Lex::Lex ( type_of_lex t, int v, string v_str, int str, int chr): t_lex (t), v_lex (v), str_v_lex(v_str), str_lex (str), chr_lex (chr) { }
type_of_lex Lex::get_type ()
{
return t_lex;
}
int
Lex::... | [
"ofitserovlad@gmail.com"
] | ofitserovlad@gmail.com |
b19ec400ad31ba3cee392c5c762d35d50e8bcd99 | 90047daeb462598a924d76ddf4288e832e86417c | /third_party/WebKit/Source/platform/scheduler/child/scheduler_helper_unittest.cc | edef6131ae19d7e53759824b69540eb8b35bde95 | [
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"BSD-3-Clause",
"MIT",
"Apache-2.0"
] | permissive | massbrowser/android | 99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080 | a9c4371682c9443d6e1d66005d4db61a24a9617c | refs/heads/master | 2022-11-04T21:15:50.656802 | 2017-06-08T12:31:39 | 2017-06-08T12:31:39 | 93,747,579 | 2 | 2 | BSD-3-Clause | 2022-10-31T10:34:25 | 2017-06-08T12:36:07 | null | UTF-8 | C++ | false | false | 7,965 | 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 "platform/scheduler/child/scheduler_helper.h"
#include "base/callback.h"
#include "base/macros.h"
#include "base/memory/ptr_util.h"
#include "ba... | [
"xElvis89x@gmail.com"
] | xElvis89x@gmail.com |
9be82b58e83ca8e7db7ad03761dc95a6204c2c70 | 5dbbcd5e1df606adefcb11b798219665ef3c8aab | /SWIG_CGAL/HalfedgeDS/HalfedgeDS_handles.h | dce451c11cc89cf6cb0cf63fcdcb3e06614d3686 | [
"BSL-1.0"
] | permissive | sciencectn/cgal-bindings | f769d75153eac46bf1a4b3773860da031097eb74 | e7a38a7852a50bb107b9be997a10a7e4a3f3c74b | refs/heads/master | 2020-12-24T12:05:14.022263 | 2018-05-20T02:09:04 | 2018-05-20T02:09:04 | 32,248,691 | 37 | 6 | BSL-1.0 | 2018-04-17T18:43:40 | 2015-03-15T06:50:57 | C++ | UTF-8 | C++ | false | false | 4,271 | h | // ------------------------------------------------------------------------------
// Copyright (c) 2013 GeometryFactory (FRANCE)
// Distributed under the Boost Software License, Version 1.0. (See accompany-
// ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// ---------------------------------... | [
"sloriot.ml@gmail.com"
] | sloriot.ml@gmail.com |
16e367b6af732d3a55d6d34be81b307ecdef65c7 | 13f1ff12873c242e56e53feed402bd1fb6b7405c | /hw4-XiaoLeS-master/src/include/AST/VariableReference.hpp | 8c28d889054460b561947fe9843d1337d08d4ce8 | [
"MIT"
] | permissive | battlebrian/CompilerDesign | 4460acfc29f25345077f4b717143c3f2df3bdb46 | 7bd9883d94d60655e26f403cb24af2ef67f9343a | refs/heads/main | 2023-08-31T09:42:37.297351 | 2021-10-12T15:00:45 | 2021-10-12T15:00:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 888 | hpp | #ifndef __AST_VARIABLE_REFERENCE_NODE_H
#define __AST_VARIABLE_REFERENCE_NODE_H
#include "AST/expression.hpp"
#include <memory>
#include <vector>
class VariableReferenceNode : public ExpressionNode {
public:
typedef std::vector<std::unique_ptr<ExpressionNode>> Exprs;
VariableReferenceNode(const uint32_t l... | [
"wlsun.ee06@nycu.edu.tw"
] | wlsun.ee06@nycu.edu.tw |
71d40dd93c01bee3d761e99607d85e99bb0ae296 | c85ca01b5e9edaf815c8fde506a44e6bab9b7c72 | /windows/runner/main.cpp | 1b5a3e9a47fbe44ce24697edd66b825348f9f61c | [] | no_license | ramanan-ramesh/bluestacks_assignment | 62f41f05517d7640423fb8dbf809ea46c7d447c5 | 5d17d0061e8472ee6a8b6d82fc23187fe5fc3612 | refs/heads/master | 2023-07-11T17:02:13.929610 | 2021-08-24T05:16:29 | 2021-08-24T05:16:29 | 399,343,339 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,231 | cpp | #include <flutter/dart_project.h>
#include <flutter/flutter_view_controller.h>
#include <windows.h>
#include "flutter_window.h"
#include "run_loop.h"
#include "utils.h"
int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
_In_ wchar_t *command_line, _In_ int show_command) {
... | [
"ramanan.ramesh@siemens-healthineers.com"
] | ramanan.ramesh@siemens-healthineers.com |
cebddbcef0f359044e3bfcbbdc868c6f2e67e9b0 | 3b6e34ada25b36dcee465c2295c079d85c253eaa | /Stack.cpp | c5944d4ddb84b5fbc44f7276dd2c0e2b9c43c402 | [] | no_license | Jiinja/PA7 | 14eade179ef0e1dc4c731c83cb39f6f2d1bb8226 | 72509055c292ff9b579026f33e4b3a58ed043a27 | refs/heads/master | 2023-08-30T09:08:42.458858 | 2021-11-15T05:47:58 | 2021-11-15T05:47:58 | 427,181,385 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,131 | cpp | /*****************************************************************************************
* Programmer: Josh Maloy *
* Class: CptS 122, Fall 2021; Lab Section 1 *
* Programming Assignment: PA7 ... | [
"pianoboy@live.com"
] | pianoboy@live.com |
aae62224d8cf7509cf9b0171afa2c00a1440f859 | 5793887005d7507a0a08dc82f389d8b8849bc4ed | /vendor/mediatek/proprietary/hardware/mtkcam/legacy/platform/mt6735m/core/camshot/MultiShot/MultiShotNcc.cpp | 56db8ed6b7d5a2fc85c6b7d3ffc9a85c57034bb2 | [] | no_license | wangbichao/dual_camera_x | 34b0e70bf2dc294c7fa077c637309498654430fa | fa4bf7e6d874adb7cf4c658235a8d24399f29f30 | refs/heads/master | 2020-04-05T13:40:56.119933 | 2017-07-10T13:57:33 | 2017-07-10T13:57:33 | 94,966,927 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,846 | cpp | /* Copyright Statement:
*
* This software/firmware and related documentation ("MediaTek Software") are
* protected under relevant copyright laws. The information contained herein
* is confidential and proprietary to MediaTek Inc. and/or its licensors.
* Without the prior written permission of MediaTek inc. and/or ... | [
"wangbichao@live.com"
] | wangbichao@live.com |
45f792c844bf10ea19bfa2c9fd5a34d1840bf957 | 90c9dc885340e28c421f129396a593b9b60e0ce1 | /src/GAME/zNPCTurret.cpp | dc8232d20b4192f6fa708237d25bb4bbf08a779d | [] | no_license | Gota7/incredibles | 3b493718fb1a1145371811966a2024b5c8fec39f | 14dd4a94edbe84c30482a8e873b5c8e9f48d1535 | refs/heads/main | 2023-06-16T12:38:46.252815 | 2021-07-10T07:59:53 | 2021-07-10T07:59:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,921 | cpp | #include "zNPCTurret.h"
#include <types.h>
// func_8013C438
#pragma GLOBAL_ASM("asm/GAME/zNPCTurret.s", \
"in_range__Q24zNPC7up_downFP15xAnimTransitionP11xAnimSingle")
// func_8013C440
#pragma GLOBAL_ASM("asm/GAME/zNPCTurret.s", ... | [
"32021834+seilweiss@users.noreply.github.com"
] | 32021834+seilweiss@users.noreply.github.com |
47f79f7979e94a58ab16b3f44946d7e9ce843a48 | 609318d9ec96e9926bde067c83b04fd00c3ca4d8 | /Audio/DemoApp.h | a1f3b2ba0b71fe8bf6040fd3cbcd78e28f2acfc0 | [] | no_license | RyanAdamsGD/Audio | 9f625747ced7beaee7b5ed6665b94a1ea0a49a20 | ad3521941282aee207d8f3e235b2abab12b3be93 | refs/heads/master | 2021-01-10T15:29:11.049068 | 2015-12-31T21:44:43 | 2015-12-31T21:44:43 | 47,565,703 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,547 | h | #pragma once
#include "stdAfx.h"
#include "WinAudioCapture.h"
#include "WinAudioRenderer.h"
#include <thread>
#include <dwrite.h>
#include <vector>
#pragma comment(lib,"d2d1")
#pragma comment(lib, "Dwrite")
class DemoApp
{
public:
DemoApp();
~DemoApp();
// Register the window class and call methods for instantiati... | [
"ryan.adams.gd@gmail.com"
] | ryan.adams.gd@gmail.com |
4ede0c0983a097cf7bf2543bbae190f63285d6d9 | aae1d55e0b47b38db0c84c2b87888499a59e1bcb | /eco314/lab3/3/test.cpp | 15d1a713f761c7e284b071fc2c6ba67ef3fb218f | [] | no_license | sauloantuness/unifei | a530f6536243d23a2f391e46880fd24d83e88f58 | 84fa6530a2130e6ee7c9283c792cd0ef77ddde35 | refs/heads/master | 2020-04-10T06:44:28.910809 | 2014-07-19T15:56:45 | 2014-07-19T15:56:45 | 10,576,290 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 668 | cpp | #include <iostream>
#include "TrianguloRetangulo.h"
using namespace std;
int main(){
TrianguloRetangulo NT(1,1,2); // Triangulo invalido
TrianguloRetangulo TR(8,6,10);
cout << "Modo (a):" << endl;
TR.imprime('a');
cout << endl;
cout << "Modo (b):" << endl;
TR.imprime('b');
cout << endl;
cout << "Modo... | [
"saulo@saulo-note.(none)"
] | saulo@saulo-note.(none) |
0ca144f9f06797418f6f176e3177796bae313703 | 5c9ab4c32e80ee9e556970c5bfe4eb7408f08c5e | /libs/glow-extras/viewer/glow-extras/viewer/layout.cc | 60687dd5fb9bfe3a4b91ec5694cd37fae79d0d5b | [
"MIT"
] | permissive | petrarce/real_time_graphics | f1db9f88d4786c30ae6fb0d0ca5af11b80ba630c | 2cb5698d0697f6bad2ebf44a02f4ddf62050d17b | refs/heads/master | 2020-08-24T12:04:47.494194 | 2020-02-07T19:10:29 | 2020-02-07T19:10:29 | 216,822,057 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,472 | cc | #include "layout.hh"
namespace
{
template <int D>
constexpr tg::comp<D, int> tg_ifloor(tg::comp<D, float> const& v)
{
tg::comp<D, int> res;
for (auto i = 0; i < D; ++i)
res[i] = tg::ifloor(v[i]);
return res;
}
}
void glow::viewer::layout::build_linear_nodes(
glow::viewer::layout::tree_node& r... | [
"yinglun.liu.it.happens@gmail.com"
] | yinglun.liu.it.happens@gmail.com |
ca464f293b1a48132096cd821313de7f903dcd33 | 8a0a4d70c8626bdbf08f2c6a1856a159e885e0b5 | /NSIS/tags/alpha2/Source/script.cpp | 9fe9ad2394fe916feb49a2c70b1159d8d6fde0fc | [] | no_license | joelnb/nsis | c77ad193314fd3f23fd104d924dfbee7e3e959e7 | cb26737974acb558c61a143458a79984e724f381 | refs/heads/master | 2022-09-13T03:33:20.860809 | 2022-09-02T20:03:18 | 2022-09-02T20:03:18 | 142,794,118 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 117,734 | cpp | #include <windows.h>
#include <stdio.h>
#include <shlobj.h>
#include "tokens.h"
#include "build.h"
#include "util.h"
#include "exedata.h"
#include "ResourceEditor.h"
#include "DialogTemplate.h"
#include "exehead/resource.h"
#ifndef FOF_NOERRORUI
#define FOF_NOERRORUI 0x0400
#endif
#define MAX_INCLUDEDEPTH 10
#define... | [
"(no author)@212acab6-be3b-0410-9dea-997c60f758d6"
] | (no author)@212acab6-be3b-0410-9dea-997c60f758d6 |
7fd2e055104adfe7d4cac9560ce8d48adeb45017 | 6e665dcd74541d40647ebb64e30aa60bc71e610c | /800/VPBX/pbx/op/call/CallOpConnectAckInConnect.cxx | 906a3b3516b802d0ba2f2c0d791aef45630f42c6 | [] | no_license | jacklee032016/pbx | b27871251a6d49285eaade2d0a9ec02032c3ec62 | 554149c134e50db8ea27de6a092934a51e156eb6 | refs/heads/master | 2020-03-24T21:52:18.653518 | 2018-08-04T20:01:15 | 2018-08-04T20:01:15 | 143,054,776 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,446 | cxx | /*
* $Id: CallOpConnectAckInConnect.cxx,v 1.1.1.1 2006/11/30 16:26:29 lizhijie Exp $
*/
#include "PbxAgent.hxx"
#include "CallContainer.hxx"
#include "CallOpBuilder.hxx"
using namespace Assist;
/* process ConnectAck in state of CONNECT. only used in the second call of console's master EndPoint */
const... | [
"jacklee032016@gmail.com"
] | jacklee032016@gmail.com |
3cd604694ded329e5f5dc37bd96113245da71a42 | 050ebbbc7d5f89d340fd9f2aa534eac42d9babb7 | /grupa1/koredmat/witamy.cpp | bb172bf8d500fd5c7cebe4b4029b6be0824b57e4 | [] | no_license | anagorko/zpk2015 | 83461a25831fa4358366ec15ab915a0d9b6acdf5 | 0553ec55d2617f7bea588d650b94828b5f434915 | refs/heads/master | 2020-04-05T23:47:55.299547 | 2016-09-14T11:01:46 | 2016-09-14T11:01:46 | 52,429,626 | 0 | 13 | null | 2016-03-22T09:35:25 | 2016-02-24T09:19:07 | C++ | UTF-8 | C++ | false | false | 88 | cpp | #include<iostream>
int main() { std::cout << "Witamy na pokladzie!" << std::endl; }
| [
"e.lasek@student.uw.edu.pl"
] | e.lasek@student.uw.edu.pl |
7ce23d55b5bc32bf1384a1a71c8773333272af08 | 0e5b8cd772df330e32124f524fe3778e36899f9d | /Sneks/src/Systems/Menus/EndRoundScreenSystem.cpp | 47d0f5008860ed5ea419a0c55bdfab5cfd74c865 | [] | no_license | findcylim/Sneks | a8a9644a34370d12fdee91fe545d39d04a6eed00 | 5f5a9cb1c4b4f393bb1b9da86ec99d7a294a74e1 | refs/heads/master | 2020-04-13T09:59:49.819473 | 2019-04-08T10:18:53 | 2019-04-08T10:18:53 | 163,126,719 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,584 | cpp | /* Start Header****************************************************************/
/*!
\file EndRoundScreenSystem.cpp
\author Primary Author : Lim Chu Yan, chuyan.lim
\par email: chuyan.lim\@digipen.edu
\par Course : GAM150
\par SNEKS ATTACK
\par High Tea Studios
\brief This file contains
\par Contribution : CY - 100.00... | [
"findcylim@gmail.com"
] | findcylim@gmail.com |
643da91f227832594aca8002cc9976abc0ec691c | d92e2b22d70ceb26ba95209fc026dbd74bca4185 | /main.7216842138045866565.cpp | a243c24a111fb60530e5bd1c6f5dc170d1d01d02 | [] | no_license | huynguy97/IP-Week6 | eb3caee579f0555d8e1b10d15284964210f3aff6 | 44815c19137a35b5b1bd2d0860d097e1f176a676 | refs/heads/master | 2020-05-22T08:39:28.753865 | 2019-05-12T17:23:37 | 2019-05-12T17:23:37 | 186,283,097 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,626 | cpp | #include <iostream>
#include <fstream>
#include <cassert>
using namespace std;
enum Cell {Dead=0, Live}; //
const char DEAD = '.' ; //
... | [
"h.nguyen@student.science.ru.nl"
] | h.nguyen@student.science.ru.nl |
d9f3bf282d50677c3f474ec5574d80ced58f680f | efb34a43811bae9182d19a5174467c977db18cea | /ARX/LineManageAssitant/investigation/ARXDemo/MenuLMAMain.h | 33361cf1444ff9e9073e2f855fe13727b2879941 | [] | no_license | omusico/Cut | 6dbdbca3240da0d81121fc7ba98fa4967c59dd14 | e812436ff69602f4a62cd7d5f9159672b0827e0d | refs/heads/master | 2020-05-30T12:54:57.869375 | 2013-01-25T21:17:56 | 2013-01-25T21:17:56 | 53,396,042 | 1 | 1 | null | 2016-03-08T08:35:57 | 2016-03-08T08:35:57 | null | UTF-8 | C++ | false | false | 381 | h | #pragma once
#include <afxwin.h>
#include "aced.h"
class MenuLMAMain :
public AcEdUIContext
{
public:
MenuLMAMain(void);
~MenuLMAMain(void);
virtual void* getMenuContext(const AcRxClass *pClass, const AcDbObjectIdArray& ids) ;
virtual void onCommand(Adesk::UInt32 cmdIndex);
virtual void OnUpdateMenu... | [
"chgu@chgu-macpro-w7.adobenet.global.adobe.com"
] | chgu@chgu-macpro-w7.adobenet.global.adobe.com |
128b9de6b9f6934888e836c8d805a193364f8933 | 867b972af7145dd654f42b5e1f7fb90088c6c82a | /util/main/json/QStringJson.h | cc5ce2d2789db6c894c55aa3e43467df090d39b9 | [
"BSD-3-Clause"
] | permissive | haruneko/vfont | 538e610c251a150c196a88cb26b4059620753b73 | 997e73199023eab83453d2bf1e04bfcfc16d0d10 | refs/heads/master | 2021-01-13T03:34:55.814697 | 2016-12-29T07:45:08 | 2016-12-29T07:45:08 | 77,511,198 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 897 | h | /**
* Created by Hal@shurabaP on 2015/05/31.
* This code is under The BSD 3-Clause License.
* See more Licence.txt.
* Copyright (c) 2015 Hal@shurabaP. All rights reserved.
*/
#ifndef HARUNEKO_QSTRINGJSON_H
#define HARUNEKO_QSTRINGJSON_H
#include <QJsonValue>
#include "JsonValidator.h"
namespace haruneko {
namesp... | [
"harunyann@hotmail.com"
] | harunyann@hotmail.com |
a2c54c46074cad68a7dde89573e59ec6e1d15b31 | cde4f917f4f73358ae5fc2dbc8531acf3ee89157 | /src/include/Grid.h | 7fdc1e3d8a35f9db1782439809a584944035c3a6 | [] | no_license | hazimehh/L0Local | 49fdb4ab06293a9afffe8f72f1149eef97ffe1c7 | 3f7341e2a4238e642c9f2f5452710e49c6308495 | refs/heads/master | 2020-05-22T01:03:48.854259 | 2019-05-11T22:31:18 | 2019-05-11T22:31:18 | 186,185,775 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 718 | h | #ifndef GRID_H
#define GRID_H
#include <set>
#include "GridParams.h"
#include "FitResult.h"
class Grid
{
private:
arma::mat Xscaled;
arma::vec yscaled;
arma::vec BetaMultiplier;
arma::vec meanX;
double meany;
public:
GridParams PG;
std::vector< std::v... | [
"hazimeh@mit.edu"
] | hazimeh@mit.edu |
01eaefbd526e5453eea03068173ae2f3f07b967c | 198d7cfe684592e85482c1c41e0682bdf04db594 | /Wrapped_CppPython/FEM_Mesh_Interface/Pass_1DArrayTest/Mesh_Interface.cpp | 3ae09057ee21d049d8583b32caadf163ae44b067 | [] | no_license | albeanth/Fctn_Src | 095efd543f7d3cb37ca1e316d606171483c75bc4 | 590083c62cfffefadd245d5d22ec479bdd66ef25 | refs/heads/master | 2021-07-03T17:10:44.933143 | 2020-02-07T19:17:16 | 2020-02-07T19:17:16 | 76,055,698 | 1 | 0 | null | 2020-01-29T23:35:53 | 2016-12-09T17:22:41 | C++ | UTF-8 | C++ | false | false | 732 | cpp | #include "Mesh_Interface.h"
#include <stdlib.h>
using namespace std;
// void GaussianIntegration::TestFun(std::vector<double> v,std::vector<double> w,int z){
// cout << "print v" << endl;
// for (int i=0; i<v.size(); i++){
// cout << v[i] << endl;
// }
// cout << "print w" << endl;
// for (int i=0; i<w.... | [
"albertia@oregonstate.edu"
] | albertia@oregonstate.edu |
dbfa72128faf450128990e01a49eb1f47f1ba576 | 973996e18022fc176ec68876bbceb5ae54aa9cac | /Topcoder/SRM_771/a.cpp | 5425064a0358aae2acbfbb6beb0f61c72335e9ad | [
"MIT"
] | permissive | Shahraaz/CP_P_S5 | 80bda6a39f197428bbe6952c6735fe9a17c01cb8 | b068ad02d34338337e549d92a14e3b3d9e8df712 | refs/heads/master | 2021-08-16T11:09:59.341001 | 2021-06-22T05:14:10 | 2021-06-22T05:14:10 | 197,088,137 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,966 | cpp | //Optimise
#include <bits/stdc++.h>
using namespace std;
#define Debug
#ifdef Debug
#define db(...) ZZ(#__VA_ARGS__, __VA_ARGS__);
#define pc(...) PC(#__VA_ARGS__, __VA_ARGS__);
template <typename T, typename U>
ostream &operator<<(ostream &out, const pair<T, U> &p)
{
out << '[' << p.first << ", " << p.second << '... | [
"ShahraazHussain@gmail.com"
] | ShahraazHussain@gmail.com |
7381abcd5a8302a056e39cbc0a8a4720fd273423 | 16c8f91614e7603ecff1cbbdd5e9ac92dab270dd | /lib/epd1in54_V2/epdif.cpp | 4444d910f366ef747e1898a038a6ff6e10d3b777 | [
"MIT"
] | permissive | Marc56K/SpotiPi3_ESP32 | f37d71cb7c56fec5dd5b29702f06af9b24f7d2dc | 88f7d2582edcee243e21dadd95771b5bb1fb26df | refs/heads/master | 2023-04-24T15:59:31.004563 | 2021-05-15T20:27:34 | 2021-05-15T20:27:34 | 281,618,601 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,135 | cpp | /**
* @filename : epdif.cpp
* @brief : Implements EPD interface functions
* Users have to implement all the functions in epdif.cpp
* @author : Yehui from Waveshare
*
* Copyright (C) Waveshare August 10 2017
*
* Permission is hereby granted, free of charge, to an... | [
""
] | |
b9a5d22710da9d244b4d309d4d4395953284f497 | c37be0d1ddf85325c6bd02a0c57cb1dfe2df8c36 | /content/browser/renderer_host/media/service_video_capture_device_launcher_unittest.cc | 36a3366ce65cc6c1f1112512abca89138a22fbd7 | [
"BSD-3-Clause"
] | permissive | idofilus/chromium | 0f78b085b1b4f59a5fc89d6fc0efef16beb63dcd | 47d58b9c7cb40c09a7bdcdaa0feead96ace95284 | refs/heads/master | 2023-03-04T18:08:14.105865 | 2017-11-14T18:26:28 | 2017-11-14T18:26:28 | 111,206,269 | 0 | 0 | null | 2017-11-18T13:06:33 | 2017-11-18T13:06:32 | null | UTF-8 | C++ | false | false | 16,375 | cc | // Copyright 2017 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 "content/browser/renderer_host/media/service_video_capture_device_launcher.h"
#include "base/run_loop.h"
#include "base/test/mock_callback.h"
#i... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
068474616a2739a4e4c293e797346823443a23bf | b3d53587aa11c6dbe661f1c496fc98802f8d501c | /PAT/PAT (Advanced Level)/1151/main.cpp | 46d4a9d72e3f8e372332fa567db892d1d4a2fb29 | [] | no_license | ZhangYu-zjut/PAT_Code | 1d0bd2010b2b474855b26aedf3b45241216876f6 | 5c376f5fcd8a69ef3d91f749dfc249c193a05d00 | refs/heads/master | 2022-06-06T00:22:00.697527 | 2020-04-28T00:36:15 | 2020-04-28T00:36:15 | 259,306,645 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,028 | cpp | #include <iostream>
#include <bits/stdc++.h>
using namespace std;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
//AC!!
int n,m;
int in[10005],pre[10005];
struct node
{
int data;
node* left;
node* right;
int layer;
node* father;
}N[10004];
vector<node*>ans;
n... | [
"597660653@qq.com"
] | 597660653@qq.com |
34922b0798ba3349da8bd528a4f208a31032a92a | 38ac824e86e2b8d7083166968c2566a383d375ed | /src/util.cpp | f77b390cb7c709b55410eb1dcd481653c4f1b226 | [] | no_license | moratorium08/lambda-type-verify | 9ce80e6dfc2dfa40d3790c9213b81ea50ccee552 | 2cd4d8300616acc3199992aa574a3effad1ecd48 | refs/heads/master | 2020-06-27T14:51:41.449335 | 2017-07-25T10:02:42 | 2017-07-25T10:02:42 | 97,063,507 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,026 | cpp | #include <cstring>
#include <stdarg.h>
#include <cstdlib>
#include <cstdio>
void panic(char *s) {
printf("%s", s);
exit(-1);
}
void _print_spaces(int space) {
for (int i = 0 ; i < space; i++) {
printf(" ");
}
}
void strscpy(char *buf, int count, ...) {
va_list ap;
va_start(ap, count);... | [
"moratorium0hiro8sanctuary@gmail.com"
] | moratorium0hiro8sanctuary@gmail.com |
806aeaf77a39349dfd81575b9242999097c16fa6 | 963b19fc212b1cb25a754ef1c26148f711c7ad6d | /include/dive_message_factory.h | 52d53dbe46fb1570bf32d1f7a4a964b866c9b2a2 | [] | no_license | alexyer/dive | 7b4e7ab5c66a879f9c29bc36156839e44188249c | c226cf78036f917121294f279fcdb9c02eac7d0d | refs/heads/master | 2021-01-23T04:40:53.343525 | 2017-02-24T09:32:17 | 2017-02-24T13:13:56 | 80,371,283 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 424 | h | #ifndef DIVE_DIVE_MESSAGE_FACTORY_H
#define DIVE_DIVE_MESSAGE_FACTORY_H
#include <lib/proto/message.pb.h>
using namespace dive;
namespace dive {
class DiveMessageFactory {
public:
static DiveMessage& get_ping_message(Member*);
static DiveMessage& get_ack_message(Member*);
private:
... | [
"mannavard1611@gmail.com"
] | mannavard1611@gmail.com |
2044f10319ff7bd74494a6073fe6b6fc40424357 | 8ec26c65336cde659b2c0fff06e7694685148458 | /codeforces/439/A.cpp | 4a5b09a928b5a4b31dfcf7d41b798e23b5977f7a | [] | no_license | YESIMGOD/competitive-programming | d88cc7130173fb418742a2efb5891681771f0c8e | 4e84360f24a9d0ad28451f6424b146907d0ef5f9 | refs/heads/main | 2023-06-25T08:49:45.971805 | 2021-01-17T09:43:16 | 2021-01-17T09:43:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 964 | cpp | /*
Author: saiyan_01
Problem Statement : https://codeforces.com/problemset/problem/439/A
*/
#include <bits/stdc++.h>
using namespace std;
#define ll long long
#define mp make_pair
#define pb push_back
#define mod 1000000007
#define e "\n"
#define len(x) x.size()
#define gcd(a, b) __gcd(a, b)
#define ste(v) v.... | [
"aditya001tomar@gmail.com"
] | aditya001tomar@gmail.com |
4efa7148ed85d74522569db3a0f97d474c837abe | 6b2985d7ea8b289badbeade95efe45f02409cf1b | /showdontupdatedialog.h | faf5ed74e442d026f80df3c80efe8db851a6458f | [] | no_license | feengg/SanTang | e92a3f7cca8766fe047739501d558bab3c326087 | 83577a464b251c96f26f75e13e7a557aa477a0ed | refs/heads/master | 2021-05-18T00:18:29.374704 | 2020-05-03T15:02:10 | 2020-05-03T15:02:10 | 251,019,653 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 429 | h | #ifndef SHOWDONTUPDATEDIALOG_H
#define SHOWDONTUPDATEDIALOG_H
#include <QWidget>
namespace Ui {
class showDontUpdateDialog;
}
class showDontUpdateDialog : public QWidget
{
Q_OBJECT
public:
explicit showDontUpdateDialog(QString showMsg,QWidget *parent = 0);
~showDontUpdateDialog();
private slots:
vo... | [
"feengg@163.com"
] | feengg@163.com |
87569b23cedce688de33229716663abd696e76b8 | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/068/319/CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805_char_loop_53a.cpp | 559d43f6ddf025c87cbfcce75cfaac1a036be4ce | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,451 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805_char_loop_53a.cpp
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805.string.label.xml
Template File: sources-sink-53a.tmpl.cpp
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSource: Allocat... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
264af9f64a6f5edeed63d954aec188b7761b2557 | b4e9ff1b80ff022aaacdf2f863bc3a668898ce7f | /lime/GrotateMove/Export/macos/obj/src/lime/graphics/opengl/ext/EXT_unpack_subimage.cpp | bb2b15d0d02641d72fc366f52ee0777fe9f46957 | [
"MIT"
] | permissive | TrilateralX/TrilateralSamples | c1aa206495cf6e1f4f249c87e49fa46d62544c24 | 9c9168c5c2fabed9222b47e738c67ec724b52aa6 | refs/heads/master | 2023-04-02T05:10:13.579952 | 2021-04-01T17:41:23 | 2021-04-01T17:41:23 | 272,706,707 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 4,577 | cpp | // Generated by Haxe 4.2.0-rc.1+7dc565e63
#include <hxcpp.h>
#ifndef INCLUDED_lime_graphics_opengl_ext_EXT_unpack_subimage
#include <lime/graphics/opengl/ext/EXT_unpack_subimage.h>
#endif
HX_DEFINE_STACK_FRAME(_hx_pos_379d20639afe89d4_4_new,"lime.graphics.opengl.ext.EXT_unpack_subimage","new",0xdcb8a1da,"lime.graphic... | [
"none"
] | none |
52a0c64fc2bf1dab5ecd63f3bbc03287215a5fb0 | acd25d57f73285851713f91f0b1f87e73832dfd8 | /ETriangles/app/main.cpp | 1d6975cc25f1a0d3d73026394a320615f9da7751 | [] | no_license | eaikao/EOpengl | 0b595d8a654004bfe9c074e4796e12d14ed41116 | 8f581088bb68cd87d421291c374d4d96335682c4 | refs/heads/master | 2021-02-04T13:17:27.132941 | 2020-02-28T05:26:01 | 2020-02-28T05:26:01 | 243,669,538 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,091 | cpp | #include "ETriangleWidget.h"
#include <QtWidgets/QApplication>
#include <gl/GL.h>
#include <gl/GLU.h>
#include <QString>
#pragma comment(lib, "opencv_core330d.lib")
#pragma comment(lib, "opencv_objdetect330d.lib")
#pragma comment(lib, "opencv_video330d.lib")
#pragma comment(lib, "opencv_photo330d.lib")
#pragma comm... | [
"279712302@qq.com"
] | 279712302@qq.com |
c0aa9d6c7106f93e22e204f43223e19333684a23 | 5851526e8bf1223d1258fe7561abfd59790023e5 | /Quick Sort.cpp | 9b34918b15585b8be99ab369e72fac086d7276d4 | [] | no_license | sumit1311singh/DS-Algo | 2da99c1a3bf2fbc5cade72cce3463f63fb707aee | 22515b32d543c6b2eca49726188477307327b4c9 | refs/heads/main | 2023-02-25T13:06:00.957428 | 2021-02-07T07:44:28 | 2021-02-07T07:44:28 | 336,730,416 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 890 | cpp | #include<bits/stdc++.h>
#include<math.h>
#include<string>
#include <cstdio>
#include <vector>
#include <queue>
#include <algorithm>
using namespace std;
typedef long long int ll;
int partition(int arr[], int start, int end)
{
int pivot=arr[end], pIndex=start;
for(int i=start; i<end; i++){
if(arr[i]<=pivot){
swa... | [
"sumit1311singh@gamil.com"
] | sumit1311singh@gamil.com |
ca0ee1ff84a9d0502ad5377b665f9724b56885a7 | 5fc334796d72f7975f115d815b0e0daa4d550a62 | /Source/Sinister/FreeCameraPawn.h | c15667839bb9decc1f8661e2d7445475f28e9faf | [] | no_license | ninilac/Sinister | 5a0496d57ae3befc32a0925462c4088c52a39e7c | e741a3b9c2b6fae798d119266d7114b2fb7ce882 | refs/heads/master | 2021-01-07T13:14:26.315676 | 2020-02-19T19:23:18 | 2020-02-19T19:23:18 | 241,705,358 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 677 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/DefaultPawn.h"
#include "FreeCameraPawn.generated.h"
UCLASS()
class SINISTER_API AFreeCameraPawn : public APawn
{
GENERATED_BODY()
public:
// Sets default values for this pa... | [
"alach987@yahoo.ca"
] | alach987@yahoo.ca |
ac8a6930d41cc52fb330386ae0bb20d3718bdf62 | 2abad84325f6c41efbef29afd1d006223d6350d8 | /NuWriter/NuWriter/NuWriterDlg.cpp | c19803240a5fb8012995b68a7e69bdd3cece8df1 | [] | no_license | OpenNuvoton/NUC980_NuWriter | 1252e9f29698086765a1346323505b4eb44a90c3 | 2fe2dcb84ef4376836163dbb1bfd4dcd9fbf4d5f | refs/heads/master | 2023-07-20T04:55:42.002604 | 2023-07-14T10:52:09 | 2023-07-14T10:52:09 | 156,328,671 | 9 | 16 | null | null | null | null | BIG5 | C++ | false | false | 63,441 | cpp | // NuWriterDlg.cpp : implementation file
//
#include "stdafx.h"
#include <stdio.h>
#include <stdlib.h>
#include "NuWriter.h"
#include "NuWriterDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
#define LOAD 1
#define SAVE 0
#define AUTO_DOWNLOAD
#define RETRYCNT 5
// CAboutDlg dialog used for... | [
"cfli0@nuvoton.com"
] | cfli0@nuvoton.com |
081b2cc83c46752aae022d8c1cbb4f80c067759e | 01ebe8a41148a7dd6f34ae4794dc05910edadcb4 | /flecsale/geom/shapes/test/shapes.cc | 85c7ab229f1663b6a0be44e1610900a537f82dbe | [
"BSD-2-Clause"
] | permissive | tylerjereddy/flecsale | 6a6a5ede1e01e25fcd9269f2a458027cf9195535 | 1fc0852e6315a83083d765bb857d588f4567c4fe | refs/heads/master | 2021-10-11T08:25:26.180937 | 2017-11-15T22:57:53 | 2017-11-15T22:57:53 | 117,174,906 | 0 | 0 | null | 2018-01-12T01:22:38 | 2018-01-12T01:22:37 | null | UTF-8 | C++ | false | false | 16,231 | cc | /*~-------------------------------------------------------------------------~~*
* Copyright (c) 2016 Los Alamos National Laboratory, LLC
* All rights reserved
*~-------------------------------------------------------------------------~~*/
//////////////////////////////////////////////////////////////////////////////... | [
"charest@lanl.gov"
] | charest@lanl.gov |
ae1586782791f9e9d01f9299f9ec825d27ccbf55 | 8f372f74457944193b9426caccfcddaac81d79e5 | /Ass-5/ass5_16CS10053_translator.h | d6a82915eab2c36955c474daec5c1c8b30145ca3 | [] | no_license | vedic-partap/Compilers-lab | 89f2876e9269829d1d177bb97263abad92fc673c | bee1d964d1da04a7a48cbddad5aaf954a5f83961 | refs/heads/master | 2020-03-23T21:59:23.056785 | 2019-01-10T06:25:43 | 2019-01-10T06:25:43 | 142,145,653 | 8 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 3,705 | h | #ifndef ASS5_16CS10053_TRANSLATOR_INCLUDED
#define ASS5_16CS10053_TRANSLATOR_INCLUDED
# define SIZE_OF_CHAR 1
# define SIZE_OF_INT 4
# define SIZE_OF_DOUBLE 8
# define SIZE_OF_PTR 4
// Maxsize for symbol table
# define MAX_SIZE 10000
extern int c, w, flag1, flag2, line_count, temp_count, next_instr, flag_array;
exte... | [
"vedicpartap1999@gmail.com"
] | vedicpartap1999@gmail.com |
1a55a91b6470b9297c33aeb6096b8550ce06b52a | 8f4d355d133f27830fa9eaa039fd73ac527e848b | /Projecto_v1/Proj_v1/tangentcalculator.h | 9f17f29421d1c34eaba54173d0567560bff55ca1 | [] | no_license | rmcristovao/AVT_2016_1 | 2dd4ef932a3630bbcc3c21342c6a70a4eefab5c3 | a51e735269e2a01adafc100a892f5e187a207985 | refs/heads/master | 2020-04-01T18:59:35.564043 | 2017-07-27T12:58:14 | 2017-07-27T12:58:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 268 | h | #include <vector>
#include "glm/glm.hpp"
void computeTangentBasis(
// inputs
std::vector<glm::vec4> & vertices,
std::vector<glm::vec4> & uvs,
std::vector<glm::vec4> & normals,
// outputs
std::vector<glm::vec4> & tangents,
std::vector<glm::vec4> & bitangents
); | [
"slf450x@hotmail.com"
] | slf450x@hotmail.com |
7f1546595e28a838c72ebace9e8890ca27034d29 | 1ea17fb9415957a1bedd02f121627a094620ed52 | /Session 1/gaonK/3/9095.cpp | f2b7102dac94a3388c79b07e2694216847e52ced | [] | no_license | gaonK/AlgorithmStudy | e5dd261537c8ec2bb3058d4c7fd05cda599aafc5 | 025f09bc7b18f2c84c5db24a66548c06f86f3d0b | refs/heads/master | 2021-07-09T12:38:13.777563 | 2019-03-07T22:29:49 | 2019-03-07T22:29:49 | 147,552,885 | 2 | 2 | null | 2019-03-07T22:29:50 | 2018-09-05T17:09:58 | C++ | UTF-8 | C++ | false | false | 346 | cpp | #include <iostream>
using namespace std;
int arr[12];
int main() {
int T;
cin >> T;
arr[1] = 1;
arr[2] = 2;
arr[3] = 4;
for (int i = 4; i <= 11; i++) {
arr[i] = arr[i - 1] + arr[i - 2] + arr[i - 3];
}
while (T--) {
int N;
cin >> N;
cout << arr[N] << '\... | [
"gaon.kim.dev@gmail.com"
] | gaon.kim.dev@gmail.com |
ea3d92fbee3bd9b725e7eed6ea25a0b6381fc5f0 | 60ccc97366c43b0f83275c2c7aabd569939f8a43 | /lcpfw/app/cc/app_task_graph_runner.h | 7082882cf20549c40f45795e55b31769506fc30d | [] | no_license | VestasWey/mysite | d89c886c333e5aae31a04584e592bd108ead8dd3 | 41ea707007b688a3ef27eec55332500e369a191f | refs/heads/master | 2022-12-09T10:02:19.268154 | 2022-10-03T03:14:16 | 2022-10-03T03:14:16 | 118,091,757 | 1 | 1 | null | 2022-11-26T14:29:04 | 2018-01-19T07:22:23 | C++ | UTF-8 | C++ | false | false | 576 | h | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#pragma once
#include "base/threading/simple_thread.h"
#include "cc/raster/single_thread_task_graph_runner.h"
namespace cc {
class AppTaskGraphRunner :... | [
"Vestas.Wey@qq.com"
] | Vestas.Wey@qq.com |
28ab3dcd73d5cf658f522f04979114130c6a9263 | 4f8bb0eaafafaf5b857824397604538e36f86915 | /课件/Code/toj3488.cpp | b8c04ad57ebc625913ebfbc7c4074d5a1a9ee2b0 | [] | no_license | programmingduo/ACMsteps | c61b622131132e49c0e82ad0007227d125eb5023 | 9c7036a272a5fc0ff6660a263daed8f16c5bfe84 | refs/heads/master | 2020-04-12T05:40:56.194077 | 2018-05-10T03:06:08 | 2018-05-10T03:06:08 | 63,032,134 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 669 | cpp | #include <iostream>
#include <algorithm>
using namespace std;
#define maxn 100004
int a[maxn];
int n,caseT;
int tp;
bool cmp(const int &a,const int &b)
{
return a > b;
}
int main()
{
int i,tmp,tmp1,tmp2,ans;
while(scanf("%d",&caseT)!=EOF)
{
while(caseT--)
{
tp = 0;
ans = 0;
scanf("%d",&n);
for(i=0;i... | [
"wuduotju@163.com"
] | wuduotju@163.com |
196b043079f849f08e31cd69c78d0d3187980583 | 04d2ed59b185d4728e493e6186e81f538481b7d8 | /Classes/MenuScenes/MainMenuScene.h | 943a5a33f7c9236492d0722a77c0f9f0a7c1ba5d | [] | no_license | kolesnykovVladyslav/NinjaWars | 182b9f9dd14386ba869dc395de718626e69a2c46 | d173fa5eed61bf864b4a21204d0d64f2046b62cc | refs/heads/master | 2020-03-24T19:19:03.433867 | 2019-06-21T17:04:41 | 2019-06-21T17:04:41 | 142,918,901 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,685 | h | /****************************************************************************
Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal... | [
"vlad.kolesnykov@gmail.com"
] | vlad.kolesnykov@gmail.com |
354afc701c8697f5585e8b27e6446a5417f33ba1 | 06bd96cc95eed2b4230e477dba259dc9d32a0fa8 | /source/HIS/app/communication/SoftSwitch/SwitchPortInner.cpp | d676c4c3155e49a9aa7377722f1ae4bb70c49dac | [] | no_license | venkatarajasekhar/ISAP300 | 2e7ed8e92b7e9c0446212bcafb2998f354521bc7 | c6ba1a7fd4bb636ef088a632539e0094f8ba3130 | refs/heads/master | 2020-06-26T18:19:08.032681 | 2016-09-21T04:34:44 | 2016-09-21T04:34:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,868 | cpp | /*
* SwitchPortInner.cpp
*
* Created on: 2013-6-25
* Author: Administrator
*/
#include "SwitchPortInner.h"
#include "PriPacket.h"
//#include "DCCChannelSnd.h"
//#include "DCCChannelRcv.h"
#include <string.h>
#include <iostream>
#include "DeviceComponent.h"
#include "DeviceAttribute.h"
#incl... | [
"momo_nono@163.com"
] | momo_nono@163.com |
95f5864612ed7dd4d3e51615d8721478c6badaa8 | e54731e92f3964e5f00116d6b58d0c5733c76e92 | /newview/trackball.cpp | dd5a64a20c84e86fe84736c37089b6fbef0a686a | [] | no_license | lidan233/render | daa2da01d273d790178e216cd641aa16aac911ff | ea596c366af2509a8be92551911c366d0c0e2176 | refs/heads/master | 2023-01-03T11:06:45.388323 | 2020-11-03T07:32:30 | 2020-11-03T07:32:30 | 309,422,900 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 618 | cpp | //
// Created by MQ on 2020/8/24.
//
#include "trackball.h"
void trackball::drag_update(int x, int y) {
if(_dragged)
{
_drag_start_position.x = x;
_drag_start_position.y = y ;
}
}
void trackball::drag_end() {
if(_dragged)
{
drag_update(0.0f,0.0f) ;
_dragged = fal... | [
"2016735055@qq.com"
] | 2016735055@qq.com |
f98edaf45e64a69c8a9ee9fbba61e87a966c9de7 | ba68c2eaefa2e30dbd145f898eaf98e314f492af | /src/Subrecords/ScriptCollection.hpp | 114419caf8a8288680d4e77d912d7db8d1a4c32f | [
"Apache-2.0"
] | permissive | AWildErin/ESx-Reader | 2aae30386c66441e2124657d40adaf663ebd535e | fa7887c934141f7b0a956417392f2b618165cc34 | refs/heads/master | 2023-03-16T22:53:44.060605 | 2015-07-16T11:16:57 | 2015-07-16T11:16:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,681 | hpp | /*
* File: ScriptCollection.hpp
* Author: Koncord <koncord at rwa.su>
*
* Created on 10 Апрель 2015 г., 21:24
*/
#ifndef SCRIPTCOLLECTION_HPP
#define SCRIPTCOLLECTION_HPP
#include "../Types.hpp"
#include "../debug_macros.hpp"
#pragma pack(push, 1)
struct Script
{
todo(rename structures)
std::vector<ui... | [
"koncord@rwa.su"
] | koncord@rwa.su |
194f677c545c67a5333e7c7461ac36c02bd16cb3 | 8cbf974f7eb4ce96ec4b3f1bad8d4358ccd24d63 | /arduino-1.6.4/libraries/ros_lib/mongodb_store_msgs/StringPair.h | cf0f79dcd9264c871d7796f35d87afe06feca575 | [] | no_license | Amahmoud1994/Arduino | 9d846c0907bf57bacfbe05cf1b9e460197fe59c5 | d4f40f0657fa24df476f27591f6c105488f30221 | refs/heads/master | 2021-01-13T00:50:25.960068 | 2015-09-16T19:08:17 | 2015-09-16T19:08:17 | 36,795,778 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,873 | h | #ifndef _ROS_mongodb_store_msgs_StringPair_h
#define _ROS_mongodb_store_msgs_StringPair_h
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include "ros/msg.h"
namespace mongodb_store_msgs
{
class StringPair : public ros::Msg
{
public:
char * first;
char * second;
virtual int seri... | [
"ros@ubuntu.(none)"
] | ros@ubuntu.(none) |
35c02837fdcb6089b100f99d7185418d342dd9c8 | 8f00d8868b5fbb786a96c2679ec78ebb6d2856cb | /Hackerrank/HR-Huns.cpp | a78d923e3dc8cee0b3e2c7000f88ed28aaaeb111 | [] | no_license | LearnerMN/Algorithm-Problems | 59af7a5b133c7ffb8bd97ef327216c30cd65801b | 9d61f2135b0a7a339c1b78330e49ae1468e405a8 | refs/heads/master | 2023-05-11T03:36:56.720269 | 2023-04-30T02:01:46 | 2023-04-30T02:01:46 | 44,692,956 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,631 | cpp | //https://www.hackerrank.com/contests/open-cup-mongolia-2014/challenges/khuns/submissions/code/1211376
#include <iostream>
//#include <cstdio>
#include <climits>
#include <stack>
#include <vector>
#include <algorithm>
#define ull unsigned long long
using namespace std;
vector<string> v;
bool used[151][151];
int R,C;
i... | [
"LearnerMN@gmail.com"
] | LearnerMN@gmail.com |
d9d9129e7152343f37061954716c3a0e1bb6c923 | 3f5adb4c6b734468b2dd682aba0237ef6c63facf | /demo/testBasic.h | 7f43cd5bd6ffcd9d27e4524128a24e70738e16cb | [] | no_license | renzhe20092584/cocoCpp | 50b7337544cec17ec265d83649e1926d88e050be | 7c2b501a4264be4eabab80f79f28e08b4319246c | refs/heads/master | 2016-09-10T22:45:21.044254 | 2014-08-11T08:28:52 | 2014-08-11T08:28:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 461 | h | #ifndef _TEST_BASIC_H_
#define _TEST_BASIC_H_
#include "cocos2d.h"
#include "VisibleRect.h"
USING_NS_CC;
class TestScene : public Scene
{
public:
TestScene(bool bPortrait = false, bool physics = false);
virtual void onEnter() override;
virtual void runThisTest() = 0;
};
#define CL(__className__) [](){... | [
"252327412@qq.com"
] | 252327412@qq.com |
deaaa78cc291d3e19ca0ce00d225252e3a8a3ecf | b83d9b18fb92174e18c0f43784f080bc7c3bfd27 | /Source/PathFind/Private/GridGraph.cpp | b8d088b6ff29bacb45b6ac9ff774b4f0230ad6e3 | [
"MIT"
] | permissive | arttu94/UE-PathFind | f4d6b71d4c5c25b3952cb6432e5d7f30840c2036 | 9e0c20114fdb31c1fce5007bb5d4f634f808de45 | refs/heads/master | 2020-12-21T00:57:54.013197 | 2020-12-15T22:32:04 | 2020-12-15T22:32:04 | 236,259,749 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,791 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "GridGraph.h"
#include "Engine/World.h"
#include "PathNode.h"
#include "Containers/Queue.h"
#include "GraphSearch.h"
#include "Engine.h"
// Sets default values
AGridGraph::AGridGraph()
{
// Set this actor to call Tick() every f... | [
"arttu.gz94@hotmail.com"
] | arttu.gz94@hotmail.com |
4a695c79e759221c91e29ada7638b6b7bbf20027 | 72f9348e3ced8105ecaaab3c23e0a7b19316bc70 | /SDK/PUBG_ABP_Weapon_SCAR_functions.cpp | 3f59263763d8847529e4852bf88f6ed2982263c2 | [] | no_license | Kepa2012/cuckg_sdk | 0737f29c7cea0c0bd08a65a46d008bdf5b6d4d4a | 17aa2d8fdedc8e5665f420f85f8c6733bd1b1ae3 | refs/heads/master | 2021-09-09T06:16:06.258818 | 2018-03-14T05:04:26 | 2018-03-14T05:04:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,770 | cpp | // PlayerUnknown's Battlegrounds (3.5.7.7) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "PUBG_ABP_Weapon_SCAR_parameters.hpp"
namespace PUBG
{
//---------------------------------------------------------------------------
//Functions
//------------------------------------------------------------------... | [
"roger@bitcoin.com"
] | roger@bitcoin.com |
6af577314781a5d914d1bb18b1b4cd540810ffeb | 23e28faf06342112da759de1355acd706d735800 | /summit_xl_pad/src/summit_xl_pad_csl.cpp | ea071781455bde765318f05f1590ae16c8bf0526 | [] | no_license | dtbinh/summit_csl | 9923dda0e09c662a4ea3aff843b6c1f120694e2d | f24c89f1dad9ef7527bdcf7c3de19bae4f7082cb | refs/heads/master | 2022-03-21T23:02:37.265857 | 2019-12-02T08:34:34 | 2019-12-02T08:34:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,729 | cpp | /*
* summit_xl_pad
* Copyright (c) 2012, Robotnik Automation, SLL
* 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
... | [
"logotm@gmail.com"
] | logotm@gmail.com |
ac36ee18a770f1760065d23ba2422e550cc994d7 | 1222fafc421e1a9fc2956aa2fb5532c1535bdef7 | /src/gradmanager.h | 92906e3263f1b35b4e0868771762c119be4885b5 | [] | no_license | MhYao2014/AssVec-ADMM-MPI | 9b4a8c93ea963ba3a681f9551c3d2cb796c8fcd1 | e6d53b3b5b15f0cd2bee0eb69b8651366dd5f2db | refs/heads/master | 2020-12-08T14:49:15.551184 | 2020-04-19T12:43:41 | 2020-04-19T12:43:41 | 233,009,193 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 644 | h | //
// Created by mhyao on 2020/3/25.
//
#ifndef ASSVEC_ADMM_MPI_GRADMANAGER_H
#define ASSVEC_ADMM_MPI_GRADMANAGER_H
#include "vector.h"
#include <random>
class GradManager {
public:
std::minstd_rand rng;
long long inId;
long long inDictId;
long long TotalToken;
int parallelNum;
... | [
"yaopeizhang1@yeah.net"
] | yaopeizhang1@yeah.net |
56fd6ca8dc98a22b184224ed3ae74bf768b75d55 | 7bad194abb98dac6a3d27176b712da4c5e7f0757 | /PriorityQueue/CallCenter.h | 69826d3ae926d4be48710ebdc442f8286c9686d6 | [] | no_license | uck16m1997/CppDataStructures | 0e9f8362ec9e722a2da62aef0b59733bd946fc5f | d152581b4fd22f529fe0ca435489b6e153f49f0d | refs/heads/master | 2020-06-15T04:34:15.461178 | 2019-07-04T09:01:43 | 2019-07-04T09:01:43 | 195,204,532 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,086 | h | #ifndef CALLCENTER_H
#define CALLCENTER_H
#include "PriorityQueue.h"
class CallCenter
{
public:
CallCenter();//constructor assigns variables to their initial values
void AcceptCall(Call c);//ads the call to the waiting list
void UpdateCenter();/*increments the time variable if there are no calls ongoin b... | [
"noreply@github.com"
] | noreply@github.com |
24f21a7d2b516e1e35a40114719c656e04fd75cd | be87ba1d9433f0bdceaa92d8441054693949e449 | /pest++/yamr/network_package.cpp | ccd8116ecca69e5c5ce92a2490d4c132d38cb097 | [] | no_license | odellus/pestpp | 278fa6e58e7a8ac18e8d46ab1a90595ba14c30bf | 8194c0677f1fa26806897d855573f60656a33a1f | refs/heads/master | 2021-01-24T17:28:50.279053 | 2014-04-05T00:59:51 | 2014-04-05T00:59:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,568 | cpp | #include <memory>
#include <sstream>
#include <cstring>
#include "network_package.h"
#include "network_wrapper.h"
#include <cassert>
using namespace std;
//Static Memeber Initialization
int NetPackage::last_group_id = 0;
//Static Methods
int NetPackage::get_new_group_id()
{
return ++last_group_id;
}
//Non static m... | [
"dwelter1@bellsouth.net"
] | dwelter1@bellsouth.net |
91634b2f88b1181e85938862bb895ef421eb5ca7 | 17deea08baa3ab70fcfb14d9821eac9143a78181 | /MonoTest/Label.cpp | 880197a3b7e61d17ed0fe8f6efe811a094dee347 | [] | no_license | OSM-Made/Mono-Test | 09ea9e7b47648b2a61f7b7bd1edbf683317a79db | 2cfcbd7e8ea11d389bee29a2973a782e4c563f29 | refs/heads/master | 2023-04-26T01:09:01.838086 | 2021-05-11T00:22:01 | 2021-05-11T00:22:01 | 364,706,842 | 10 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 2,451 | cpp | #include "Common.h"
#include "UI.h"
#include "Widget.h"
#include "Label.h"
void Label::Set_Location(float X, float Y)
{
Mono::Set_Property(Label_Class, Instance, "X", X);
Mono::Set_Property(Label_Class, Instance, "Y", Y);
}
void Label::Set_Text(const char* Text)
{
Mono::Set_Property(Label_Class, Instance, "Text", ... | [
"oldskoolmodz@gmail.com"
] | oldskoolmodz@gmail.com |
778f3fd444849277e75d91451811948512775887 | ba4db75b9d1f08c6334bf7b621783759cd3209c7 | /src_main/hammer/ToolSphere.h | 43c1198d93ee290e6328b4301c2a5c1ff7802f2a | [] | no_license | equalent/source-2007 | a27326c6eb1e63899e3b77da57f23b79637060c0 | d07be8d02519ff5c902e1eb6430e028e1b302c8b | refs/heads/master | 2020-03-28T22:46:44.606988 | 2017-03-27T18:05:57 | 2017-03-27T18:05:57 | 149,257,460 | 2 | 0 | null | 2018-09-18T08:52:10 | 2018-09-18T08:52:09 | null | WINDOWS-1252 | C++ | false | false | 956 | h | //========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef TOOLSPHERE_H
#define TOOLSPHERE_H
#ifdef _WIN32
#pragma once
#endif
#include "ToolInte... | [
"sean@csnxs.uk"
] | sean@csnxs.uk |
19076b9fa7215402a1a8f933159f01f595376836 | ae956d4076e4fc03b632a8c0e987e9ea5ca89f56 | /SDK/TBP_OC_NOS_M_OU_09_classes.h | 3bbfb474ca1ccdd765d6911880a5eb8fc2a59f3c | [] | no_license | BrownBison/Bloodhunt-BASE | 5c79c00917fcd43c4e1932bee3b94e85c89b6bc7 | 8ae1104b748dd4b294609717142404066b6bc1e6 | refs/heads/main | 2023-08-07T12:04:49.234272 | 2021-10-02T15:13:42 | 2021-10-02T15:13:42 | 638,649,990 | 1 | 0 | null | 2023-05-09T20:02:24 | 2023-05-09T20:02:23 | null | UTF-8 | C++ | false | false | 772 | h | #pragma once
// Name: bbbbbbbbbbbbbbbbbbbbbbblod, Version: 1
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Classes
//-------------------------------------------... | [
"69031575+leoireo@users.noreply.github.com"
] | 69031575+leoireo@users.noreply.github.com |
51f4bb413fc777690019bfd1eabeb8f96e6b8f84 | aa7eca0eeccc7c71678a90fc04c02dce9f47ec46 | /Codes_13TeV/LimitTool_HiggsCombine/HiggsAnalysis_modified/CombinedLimit/interface/MultiDimFit.h | e856bef25735b536876d8a46d51811a4991353b8 | [] | no_license | rockybala/Analyses_codes | 86c055ebe45b8ec96ed7bcddc5dd9c559d643523 | cc727a3414bef37d2e2110b66a4cbab8ba2bacf2 | refs/heads/master | 2021-09-15T10:25:33.040778 | 2018-05-30T11:50:42 | 2018-05-30T11:50:42 | 133,632,693 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,203 | h | #ifndef HiggsAnalysis_CombinedLimit_MultiDimFit_h
#define HiggsAnalysis_CombinedLimit_MultiDimFit_h
/** \class MultiDimFit
*
* Do a ML fit with multiple POI
*
* \author Giovanni Petrucciani (UCSD)
*
*
*/
#include "HiggsAnalysis/CombinedLimit/interface/FitterAlgoBase.h"
#include <RooRealVar.h>
#include <vector>
... | [
"rgarg@cern.ch"
] | rgarg@cern.ch |
ca499d346f0f73547113b4538bc41bff589ebc3b | 303cb679fdcd8a436dbd373f98da679eefefae01 | /3rdParty/Breakpad/src/tools/windows/symupload/symupload.cc | 7e3029326d5cd684c1727ec51d4ef9f2f572faf9 | [
"BSD-3-Clause",
"LicenseRef-scancode-unicode-mappings",
"MIT"
] | permissive | rohmer/LVGL_UI_Creator | d812a66ca8e3f8a736b02f074d6fbb324560b881 | 8ff044064819be0ab52eee89642956a3cc81564b | refs/heads/Dev | 2023-02-16T01:25:33.247640 | 2023-02-09T16:58:50 | 2023-02-09T16:58:50 | 209,129,978 | 37 | 17 | MIT | 2023-02-09T16:58:51 | 2019-09-17T18:35:36 | C | UTF-8 | C++ | false | false | 13,113 | cc | // Copyright (c) 2006, Google Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditi... | [
"rohmerpi@bitbucket.org"
] | rohmerpi@bitbucket.org |
07990e36dc77844e59887394dfb1566dbf31678f | c7d98beb689410cbba2c712a01c25863f267b5dc | /src/util.h | 2db4513289eb19f9cf5d124333c2f503872bd886 | [] | no_license | ml4ai/hamlet_experiment_py2 | 2b8d5b21e9c3c62bc17409da4971869aaf13f705 | 2d49f797d0ee0baa0447e0965468e7c15e796bb7 | refs/heads/master | 2021-03-27T11:41:43.494446 | 2017-11-06T14:31:18 | 2017-11-06T14:31:18 | 61,496,702 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 10,255 | h | /* $Id: util.h 21509 2017-07-21 17:39:13Z cdawson $ */
#ifndef UTIL_H_
#define UTIL_H_
/*!
* @file util.h
*
* @author Colin Dawson
*/
#include <l_cpp/l_stdio_wrap.h>
#include <l_cpp/l_util.h>
#include <l_cpp/l_int_matrix.h>
#include <l_cpp/l_index.h>
#include <m_cpp/m_matrix.h>
#include <gsl_cpp/gsl_rng.h>
#incl... | [
"cdawson@oberlin.edu"
] | cdawson@oberlin.edu |
f512eb03f0045d54b6ed858c6a61dfece2ef260c | 751fe73c7a0188dfe27c9fe78c0410b137db91fb | /media_components/src/NvCodec10/Utils/NvCodecUtils.h | 661c23d9536b52c00a362b668111a0d4a076b214 | [] | no_license | longshadian/estl | 0b1380e9dacfc4e193e1bb19401de28dd135fedf | 3dba7a84abc8dbf999ababa977279e929a0a6623 | refs/heads/master | 2021-07-09T19:29:06.402311 | 2021-04-05T14:16:21 | 2021-04-05T14:16:21 | 12,356,617 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 14,665 | h | /*
* Copyright 2017-2020 NVIDIA Corporation. All rights reserved.
*
* Please refer to the NVIDIA end user license agreement (EULA) associated
* with this source code for terms and conditions that govern your use of
* this software. Any use, reproduction, disclosure, or distribution of
* this software and related docum... | [
"guangyuanchen001@163.com"
] | guangyuanchen001@163.com |
a9bcb30a04cb2eaa6ede69d1126f5b9be4c3a924 | f5c383c6dcb154930eda6c254a19386dd8d980d8 | /CURDPROD.cpp | 21912e3a37d588f7427404dac368bb0d51c2b147 | [] | no_license | riyadhrazzaq/spoj-solutions | e5e2768297d342a968da5acbb9e88ab112fdddfb | 484f2cdb17f46c7f05644dcaf9a19a386e8cd6ee | refs/heads/master | 2020-03-29T06:15:41.276084 | 2016-11-21T05:54:08 | 2016-11-21T05:54:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 990 | cpp | #include<cstdio>
#include<iostream>
#include<string>
#include<cstdlib>
#include<queue>
#include<stack>
#include<utility>
#include<string>
#include<cstring>
#include<set>
#include<cmath>
#include<vector>
#include<fstream>
#include<map>
#include<list>
#include<algorithm>
#define SIZE 10000
typedef long long int LLD;
typ... | [
"jiteshjs99@gmail.com"
] | jiteshjs99@gmail.com |
17f68b5972af1e79973a89cb07a15a9f6975fa08 | 4ab90879599e2d3f30fe63707b7ec0eac2cb8fa9 | /tensorflow/compiler/xla/mlir_hlo/deallocation/utils/util.cc | 1831bd44b69fca5c6a4c372cf73b93cca9b4e6cd | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause"
] | permissive | Romyull-Islam/tensorflow | 030fbe090174c368639b945274f5965072bf17df | 3e2405541f8be5db4bb1594fd3520a369bcfb211 | refs/heads/master | 2023-02-17T02:03:28.580789 | 2023-02-10T17:19:58 | 2023-02-10T17:26:52 | 150,025,165 | 0 | 0 | Apache-2.0 | 2018-09-23T20:59:59 | 2018-09-23T20:59:59 | null | UTF-8 | C++ | false | false | 3,617 | cc | /* Copyright 2023 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
c9307df28fd0066c1142ce014089306619b41af1 | 8a5ae995f94de81eec9658bffa4102f216df4481 | /cpp/oke/figura.h | ad4431b601b7c00bea8d9728a928496160b2be44 | [] | no_license | maciej-brochocki/recruitment | 2d3d7701f1563c288a4d3939108fcadd6909c222 | 891aa24d496f6bb88cebe7915c56bd2614d738cc | refs/heads/master | 2021-01-17T07:23:05.507116 | 2017-12-20T20:47:13 | 2017-12-20T20:47:13 | 83,703,682 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 637 | h | // figura.h: interface for the figura class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FIGURA_H__C5E3A844_E3E2_4B76_B7D4_0AEB97C600B3__INCLUDED_)
#define AFX_FIGURA_H__C5E3A844_E3E2_4B76_B7D4_0AEB97C600B3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER >... | [
"maciej.brochocki@bestideas.pl"
] | maciej.brochocki@bestideas.pl |
de5e54afe66151cfa3fe4bd2dd1a0d5ace9b987f | c43b0d1e041d004d1fa8e1469f57b62d4d4bea88 | /sdk/lib/fuzzing/cpp/fuzz_input.cc | f737303b12aa0b104f364826ee3899da0616f711 | [
"BSD-3-Clause"
] | permissive | ZVNexus/fuchsia | 75122894e09c79f26af828d6132202796febf3f3 | c5610ad15208208c98693618a79c705af935270c | refs/heads/master | 2023-01-12T10:48:06.597690 | 2019-07-04T05:09:11 | 2019-07-04T05:09:11 | 195,169,207 | 0 | 0 | BSD-3-Clause | 2023-01-05T20:35:36 | 2019-07-04T04:34:33 | C++ | UTF-8 | C++ | false | false | 680 | cc | // Copyright 2019 The Fuchsia 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 "fuzz_input.h"
#include <cstddef>
#include <cstdint>
#include <string.h>
namespace fuzzing {
const uint8_t* FuzzInput::TakeBytes(size_t size) ... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
01f6d169715189ecdc34cddfc67e7815f0b7cbff | dccd1058e723b6617148824dc0243dbec4c9bd48 | /codeforces/922B.cpp | d4d21371277cf5e56b48acfac48f61d092fe2343 | [] | no_license | imulan/procon | 488e49de3bcbab36c624290cf9e370abfc8735bf | 2a86f47614fe0c34e403ffb35108705522785092 | refs/heads/master | 2021-05-22T09:24:19.691191 | 2021-01-02T14:27:13 | 2021-01-02T14:27:13 | 46,834,567 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 773 | cpp | #include <bits/stdc++.h>
using namespace std;
using ll = long long;
#define rep(i,n) for(int (i)=0;(i)<(int)(n);++(i))
#define all(x) (x).begin(),(x).end()
#define pb push_back
#define fi first
#define se second
#define dbg(x) cout<<#x" = "<<((x))<<endl
template<class T,class U> ostream& operator<<(ostream& o, const pa... | [
"k0223.teru@gmail.com"
] | k0223.teru@gmail.com |
70b6b7feaa068688eb76f66464f83e4bc62ffdd6 | e934b8587ecfab8ed0bdba34533c8c115977803d | /test/integration/worker/job/tool/SendInitRenderDataWorkerTool.re | 8bdaa4dc4f91431144408e395a84791bb83515c5 | [
"MIT"
] | permissive | III-three/Wonder.js | 2d9d37e9db31e95a0b82c822597bfad21e354379 | 460d39cbfa1da7633300cc18c4a05787c0279c7d | refs/heads/master | 2022-05-30T21:55:38.505054 | 2020-04-29T13:57:33 | 2020-04-29T13:57:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,094 | re | let buildInitRenderData =
(
~isDebug=true,
~viewportData=Sinon.matchAny,
~workerDetectData=Sinon.matchAny,
~browserDetectData=Sinon.matchAny,
~textureData=Sinon.matchAny,
~imguiData=Sinon.matchAny,
~meshRendererData=Sinon.matchAny,
~geometryData=Sinon.matchAny,
... | [
"395976266@qq.com"
] | 395976266@qq.com |
23c63960c8d6a361396c3557144d8d28b44dcf40 | 409ded07b81a09fe0edbcad475d63a4ab584659f | /TCC/Problem.cpp | 10549ba93e112189e1a5aed4b0c43f8a475dfd44 | [] | no_license | junior003/TCC | afaa63470f5484f75fe9926d2af3f9a413922c91 | 1e6124ea90490929dbf1cebdd9f1aa8e813735b3 | refs/heads/master | 2022-05-25T23:34:02.299367 | 2019-11-11T03:27:23 | 2019-11-11T03:27:23 | 209,185,835 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,286 | cpp | #include "Problem.h"
#include "ISolution.h"
#include "Methods.h"
#include <math.h>
float Problem::obj2(ISolution* s,float d)//trocar distancia para distancia por veiculo e descobrir o valor correto
{
float SUM_freshness = 0;
float distance =0;
float arrive_time=0;
float Total_demand = 0;
int i, j,k;
for (i = ... | [
"jojuvi3@gmail.com"
] | jojuvi3@gmail.com |
7cdb7bc9b07190f6a5225158371de3d6b671a6bb | c3e13411632c328741306bd5ede06320a5a4a9ae | /MainWindow/MainWindow.h | 1df6bb342a8afeafd26949ed6046f290deaa9088 | [] | no_license | Lezh1k/SoundManager | 8a08d17b905cb552284419b8fca89c4f1839d8ec | 4363e436503152d65404db92bd0eaeef0e4c51dd | refs/heads/master | 2020-04-28T07:29:09.258544 | 2015-04-26T06:48:53 | 2015-04-26T06:48:53 | 28,269,429 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 599 | h | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include "WaveFile/WaveFileErrors.h"
#include "WaveFile/WaveFile.h"
#include "WaveFile/WavFileChannelVisualizer.h"
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow {
Q_OBJECT
public:
explicit MainWindo... | [
"lezh1k.vohrer@gmail.com"
] | lezh1k.vohrer@gmail.com |
bbbc034148923e1cf026b516b0875f7cab6f3198 | b20353e26e471ed53a391ee02ea616305a63bbb0 | /trunk/engine/tools/MapEditor/MapEditorEngine/CMapEditApp.h | 5758e7bb557900967b98a2be4f4ae213c9eca04c | [] | no_license | trancx/ybtx | 61de88ef4b2f577e486aba09c9b5b014a8399732 | 608db61c1b5e110785639d560351269c1444e4c4 | refs/heads/master | 2022-12-17T05:53:50.650153 | 2020-09-19T12:10:09 | 2020-09-19T12:10:09 | 291,492,104 | 0 | 0 | null | 2020-08-30T15:00:16 | 2020-08-30T15:00:15 | null | GB18030 | C++ | false | false | 1,679 | h | #pragma once
#include "TSingleton.h"
#include "ExsertStructDB.h"
namespace sqr_tools
{
class CEditDataScene;
class CEditContext;
class CMapContext;
}
namespace MapEditor
{
class CMapMgr;
}
using namespace MapEditor;
namespace sqr
{
class CTerrainMesh;
class COperator;
class CWaterOperat... | [
"CoolManBob@a2c23ad7-41ce-4a1d-83b7-33535e6483ee"
] | CoolManBob@a2c23ad7-41ce-4a1d-83b7-33535e6483ee |
6d077c832b05aa43510ab8b736d12fa9791d435a | 6c0a11f53eff7b31ee0c493524e69b003b5938d7 | /src.gfx/Compositor/OgreCompositorNode.h | 0328e27d6abf9ae1b6e9dc8f818dbe9baa29b690 | [] | no_license | yangfengzzz/Sisy | d2a8a6c34cd24f2eb9ab11bf99c76c68032ccc25 | 1f9637bcdc31905a4fb28fe2b9446c1ed279a923 | refs/heads/master | 2023-02-02T20:16:19.307627 | 2020-03-26T02:03:15 | 2020-03-26T02:03:15 | 322,533,099 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,488 | h | /*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org/
Copyright (c) 2000-2014 Torus Knot Software Ltd
Permission is hereby granted, free of charge, to any per... | [
"yangfengzzz@hotmail.com"
] | yangfengzzz@hotmail.com |
4a5d7906b3864d8732bcb1a9b19cc0d058c0ec6b | 62fcc682afbc9197b3c4b9a8e2cafd70ff8ec4b1 | /Lab07/Derived.h | 79762caad5b9da0b9532f8cbedb9a45d85a29def | [] | no_license | miguellane/165-Object-Oriented-Programming | 7f5d851874c2698b36c88a2d1ce3f19320aa93e4 | 8a1e31e649c5d35ae91deec78ff8bb27b3b9ac79 | refs/heads/master | 2021-01-20T00:45:55.126644 | 2017-10-14T00:03:09 | 2017-10-14T00:03:09 | 89,170,525 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 332 | h | #ifndef LA6_ADTD_h
#define LA6_ADTD_h
#include <iostream>
#include "ADT.h"
class Derived : public ADT {
public:
void doSomething(){
std::cout << "I did something"<< std::endl;
}
void doSomethingElse(){
std::cout << "I did something else"<< std::endl;
}
void dontDoThis(){
}... | [
"noreply@github.com"
] | noreply@github.com |
268d1004875910615e7b75e357bca3698ba77c89 | 8ae0c3dbb6c2e9991e9f56b58fbdec5b09ef3d20 | /Gameboard.cpp | 0a832fb8c5d8f371814360f2424140af4bac6850 | [] | no_license | dlevi326/Checkers-AI | 91201639b537337b8551c08c0952e42f11a854d9 | 74048a3d182fb84bb5a94ba757f209d972c7a48e | refs/heads/master | 2020-03-29T22:49:20.545854 | 2018-11-08T19:56:32 | 2018-11-08T19:56:32 | 150,442,103 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,204 | cpp |
#include <iostream>
#include <vector>
#include <string>
#include <fstream>
#include "Gameboard.h"
using namespace std;
int defArray[8][8] = {{-1,-1,-1,-1,-1,-1,-1,-1},{-1,-1,-1,-1,-1,-1,-1,-1},{-1,-1,-1,-1,-1,-1,-1,-1},
{-1,-1,-1,-1,-1,-1,-1,-1},{-1,-1,-1,-1,-1,-1,-1,-1},{-1,-1,-1,-1,-1,-1,-1,-1},
{-1,-1... | [
"dlevi623@gmail.com"
] | dlevi623@gmail.com |
61e04e663ecb9c48fa7c6bf844ff983bbc01c195 | e40cadbf02bf7d75bdf1a2c7dda6242c1b883e49 | /examples/sunspot/adaptivitySS.cpp | 1beb2421232cae0f0a4fd5377994ecfb423a5140 | [] | no_license | jan-kotek/mhdeal | abd151a2dea9dae81fba64fbd3ab6a3323ee4bea | 4ec5ce745e40006abe38ec8e72948d9d4ef3eefc | refs/heads/master | 2023-04-19T05:32:08.663992 | 2022-12-20T10:20:57 | 2022-12-20T10:20:57 | 336,401,602 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,728 | cpp | #include "adaptivitySS.h"
template <int dim>
AdaptivitySS<dim>::AdaptivitySS(Parameters<dim>& parameters, MPI_Comm& mpi_communicator) :
Adaptivity<dim>(parameters, mpi_communicator),
last_time_step(0),
adaptivity_step(0),
mag(dim + 2)
{
}
template <int dim>
void AdaptivitySS<dim>::calculate_jumps(TrilinosWrap... | [
"jankotek@email.cz"
] | jankotek@email.cz |
fa5ac04265106a0df144d966e6c42dd1a4bd876c | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14776/function14776_schedule_24/function14776_schedule_24.cpp | 30e46a7b3b46271948ab151c9a6e6affdb7826f3 | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,048 | cpp | #include <tiramisu/tiramisu.h>
using namespace tiramisu;
int main(int argc, char **argv){
tiramisu::init("function14776_schedule_24");
constant c0("c0", 128), c1("c1", 1024), c2("c2", 512);
var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i100("i100", 1, c0 - 1), i101("i101", 1, c1 - 1), i102("i10... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
d7fe704b9a32274b9e9d42e13f23d4d50c636b8d | 70c296a4f5c4387ad9a6bfe6e5c59bc23430485c | /cosfile.cpp | 83cf466602d326556da8538b9bfa3ca1b3d6290e | [
"MIT"
] | permissive | rda-dattore/util | 3e7ff63ac74ceae356e938b62d4ff8d71e00b517 | 5a28b748f64db991e62be58c25513041017c21ee | refs/heads/master | 2021-11-21T13:23:05.070229 | 2021-07-30T20:33:10 | 2021-07-30T20:33:10 | 101,075,360 | 0 | 0 | null | 2020-03-05T00:18:08 | 2017-08-22T15:01:30 | C++ | UTF-8 | C++ | false | false | 4,445 | cpp | #include <iostream>
#include <iomanip>
#include <string>
#include <list>
#include <regex>
#include <bfstream.hpp>
#include <strutils.hpp>
#include <utils.hpp>
#include <myerror.hpp>
struct Args {
Args() : files(),verbose(false) {}
std::list<std::string> files;
bool verbose;
} args;
std::string myerror="";
std::... | [
"dattore@ucar.edu"
] | dattore@ucar.edu |
92b37755ebb66294455d900a926240b374ef97e6 | b97c1b35c0e6350c49bac6b3b489652584977d01 | /src/NmarBdSbm.cpp | 595bee9446d39749ce7e16cbb50cbd0c7ba745ee | [] | no_license | minghao2016/greed | 42f8e104381744ce719b2cb614652608182419f9 | 0cc68aac7fed229db1d8e4dbdeb0b16e0b466e2c | refs/heads/master | 2023-04-20T07:28:53.538857 | 2021-05-11T10:22:58 | 2021-05-11T10:22:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,468 | cpp | // [[Rcpp::depends(RcppArmadillo)]]
#include "gicl_tools.h"
#include "MergeMat.h"
#include "IclModel.h"
#include "MissSbm.h"
#include "NmarBdSbm.h"
using namespace Rcpp;
double NmarBdSbm::icl_emiss(const List & obs_stats){
arma::vec counts =as<arma::vec>(obs_stats["counts"]);
arma::mat edges_counts =as<arma::mat>... | [
"etienne.come@gmail.com"
] | etienne.come@gmail.com |
3914a4a608c8fb3781a1d304fe432a46f05fe6f4 | 7ff6b06a07b17d0d580db60943296124ec35f144 | /src/fftTool.h | b99c1ad331d278eeff1486d0a55ee0d4188c9e93 | [] | no_license | Hislocked/ECO_HC | 6addaef3a1a18228860889279c67688cb1fc8d6b | 73786eb218f9c1f4f73f24ef9aabb793c0ef5921 | refs/heads/master | 2020-07-12T12:55:10.519135 | 2019-08-29T01:15:25 | 2019-08-29T01:15:25 | 204,824,186 | 0 | 0 | null | 2019-08-28T09:45:07 | 2019-08-28T01:45:07 | null | UTF-8 | C++ | false | false | 2,045 | h | #ifndef FFTTOOL_H
#define FFTTOOL_H
#include <opencv2/features2d/features2d.hpp>
#include "opencv2/core/core.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/highgui/highgui.hpp"
namespace FFTTools
{
// Previous declarations, to avoid warnings
cv::Mat fftd(const cv::Mat& img_org, bool backwards = false... | [
"492585385@qq.com"
] | 492585385@qq.com |
cb01b4719ab8caca0c915202b378cd651a3ad67f | d0bb25d43b9f299a3ace313d4f8805750c4f0751 | /GameProject/main.cpp | 8cde4969b9c04a43fe962ae06bbc32831b4961a6 | [] | no_license | KillianMcCabe/OpenGL-Game | 1eb272aee14a86482b2129f22d7d9097aef90f89 | c2ce196a3c4c76090c97d14e9755df9679ef1b76 | refs/heads/master | 2021-01-01T05:31:32.982178 | 2014-12-08T00:27:45 | 2014-12-08T00:27:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,944 | cpp |
#include <GL/glew.h>
#include <GLFW/glfw3.h>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <SFML/Window.hpp>
#include <SFML/Audio.hpp>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <stdlib.h>
#include <iostream>
#include <vector>
#define STB_IMAGE_IMPLEMENTATION
#incl... | [
"killianparker93@gmail.com"
] | killianparker93@gmail.com |
9042f5690d149c07e7123f869c470c4a392e5401 | 478fc63a73a7816070e64c701575a785f6ec76a9 | /include/caffe/layers/pairwise_avg_layer.hpp | 56a37d8c25e9afc12371f09c9012ba61f258df25 | [
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause",
"LicenseRef-scancode-public-domain",
"BSD-3-Clause"
] | permissive | sarojraizan/caffe | cf6ad0690018c3116c67d262f76dc47aa5f38848 | cec841637c2a585f3667612a073c005e5e922040 | refs/heads/master | 2021-01-18T03:22:43.708132 | 2016-11-02T09:13:03 | 2016-11-02T09:13:03 | 35,623,677 | 0 | 0 | null | 2016-07-28T12:49:32 | 2015-05-14T16:52:46 | C++ | UTF-8 | C++ | false | false | 1,950 | hpp | #ifndef CAFFE_PAIRWISEAVG_LAYER_HPP_
#define CAFFE_PAIRWISEAVG_LAYER_HPP_
#include <vector>
#include "caffe/blob.hpp"
#include "caffe/layer.hpp"
#include "caffe/proto/caffe.pb.h"
#include "caffe/layers/eltwise_layer.hpp"
#include "caffe/layers/pooling_layer.hpp"
#include "caffe/layers/power_layer.hpp"
#include "caff... | [
"sarojraizan@gmail.com"
] | sarojraizan@gmail.com |
29d62fe55f5b0e414eb78ab14ae7d4ddce00d448 | 00dc96bd9cb12b018897929ffd7c7b1484c0b8f9 | /samples/10/10-destructor4.cpp | 54157637c68e8cfb41b3a90f4a37ba1b0de4235e | [] | no_license | taroyabuki/cppbook2 | b6521002933ef49f0bc29f8c26395894ce4ecc04 | 571fdddb320c7b0547aac592ffc30766b26d8193 | refs/heads/master | 2022-12-22T02:48:34.801844 | 2022-12-15T14:32:40 | 2022-12-15T14:32:40 | 81,698,520 | 12 | 3 | null | 2019-06-04T03:26:39 | 2017-02-12T02:46:16 | Shell | UTF-8 | C++ | false | false | 606 | cpp | #include <iostream>
#include <string>
#include <memory>
using namespace std;
struct A {
~A() {
cout << "Aオブジェクトは解体された\n";
}
};
struct Person {
string name;
shared_ptr<A> pA;
//Aオブジェクトをフリーストアに構築するコンストラクタ
Person(const string& newName) : name(newName), pA(new A) {}
//Aオブジェクトを解体するデストラクタ
~Person() {
... | [
"taro.yabuki@it-chiba.ac.jp"
] | taro.yabuki@it-chiba.ac.jp |
625e669eb8cdd441c682630ecc24444ce9ffcf8f | 8ba20f5826a76d274ee44cfc42017c264f943d05 | /McSim/PTS.h | 8684247ad2c59125a17adba46466b4276a54cb6c | [] | no_license | lidonggit/McSimA-_NVM | a1ddbb85ce0e556f9c843ffc6e88b748af02ce3f | 5d8d7976819a983a03410fbb6feeb8106128f1d9 | refs/heads/master | 2021-01-01T16:19:11.372070 | 2013-09-24T15:44:16 | 2013-09-24T15:44:16 | 12,116,819 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,793 | h | /*
* Copyright (c) 2010 The Hewlett-Packard Development Company
* 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, th... | [
"dol@dmz02.ftpn.ornl.gov"
] | dol@dmz02.ftpn.ornl.gov |
d560b56656985318457bfb369fbf816762d601da | 4fd9f29b20e26b7cc80d748abd8f1dcd94fbbfdd | /Software rasterizer/Lukas Hermanns/SoftPixelEngine/sources/RenderSystem/Direct3D9/spDirect3D9Shader.hpp | c53d0eece7220b8dc48913f513385505b2fe32cd | [
"Zlib"
] | permissive | Kochise/3dglrtvr | 53208109ca50e53d8380bed0ebdcb7682a2e9438 | dcc2bf847ca26cd6bbd5644190096c27432b542a | refs/heads/master | 2021-12-28T03:24:51.116120 | 2021-08-02T18:55:21 | 2021-08-02T18:55:21 | 77,951,439 | 8 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 3,750 | hpp | /*
* Direct3D9 shader header
*
* This file is part of the "SoftPixel Engine" (Copyright (c) 2008 by Lukas Hermanns)
* See "SoftPixelEngine.hpp" for license information.
*/
#ifndef __SP_DIRECT3D9_SHADER_H__
#define __SP_DIRECT3D9_SHADER_H__
#include "Base/spStandard.hpp"
#if defined(SP_COMPILE_WIT... | [
"noreply@github.com"
] | noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.