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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9382e63d573a91866cf1586b47641464a040980b | ae17935a125a7bc02ff9f3f3b48842f27a633063 | /apps/server/main2.cpp | 7358f590e5155722f49326db29e4cb8c28e37a10 | [
"MIT"
] | permissive | JensKlimke/cmake | 3d9b82ec1e363c6919cd51b75137bd150292ed52 | 929314b194c60816e19a3b2911ee9f238f0d168a | refs/heads/master | 2021-07-13T15:41:13.623734 | 2020-07-15T06:02:34 | 2020-07-15T06:02:34 | 183,462,298 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,092 | cpp | #include <iostream>
#include <cxxopts.hpp>
int main(int argc, char* argv[]) {
cxxopts::Options options("MyProgram", "One line description of MyProgram");
options.add_options()
("d,debug", "Enable debugging") // a bool parameter
("i,integer", "Int param", cxxopts::value<int>())
... | [
"jens.klimke@rwth-aachen.de"
] | jens.klimke@rwth-aachen.de |
bcd367f3c02a4ab7d6f1a504dda71aca10da0d71 | 2bd8497a36b527157834ed1de87ee76a7cb8b6bb | /MCPManager.cpp | b9d7cd29585ec5821f02de5cbaf0dd6fae6884a1 | [] | no_license | beaumontmike/737-Max-8-Cockpit-Plugin | 7d48d18c60035b7c76c6593711e100b8ab4e4c1b | a8e73ccc853a08e9892300463a774919f40e8a94 | refs/heads/master | 2020-04-16T23:09:44.095035 | 2019-01-16T09:29:48 | 2019-01-16T09:29:48 | 166,000,752 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,635 | cpp | //
// MCP Manager.cpp
// 737_Cockpit_Plugin
//
// Created by Michael Beaumont on 2019-01-10.
//
#include "MCPManager.hpp"
namespace Cockpit {
MCPManager::MCPManager() {
return;
}
MCPManager::MCPManager(SerialPort *t_port) {
this->m_serial_port = t_port;
}
void MCPManager:... | [
"beaumontmike@outlook.com"
] | beaumontmike@outlook.com |
3a121fca7ee97613922d9ccc6da582ec364c8429 | 48b23a49c093e8303b90ed6335e61d64362e40af | /pavlov-viacheslav/src/pavlov03/src/GraphScreen.cpp | 38c5e9620cc6a9a6d8d67828898c0a08e70e0194 | [
"MIT"
] | permissive | zeienko-vitalii/se-cpp | e5b7d1d8800e2a5c777e76cc9cfd30d898400282 | 54a5dfb2e98af099fbfaef129a7fe03a7b815d6f | refs/heads/master | 2021-08-15T15:22:30.559011 | 2017-11-17T22:37:45 | 2017-11-17T22:37:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,154 | cpp | /**
* @file GraphScreen.cpp
* GraphScreen functions realization.
* @author pavlov-vs
* @version 0.1.1
* @date 2017.09.09
*/
#include<iostream>
#include "GraphScreen.h"
GraphScreen::GraphScreen() {
cout << "GraphScreen default constructor\n";
}
GraphScreen::~GraphScreen() {
cout << "GraphScr... | [
"slavutichp@gmail.com"
] | slavutichp@gmail.com |
accd1cf6cb946433f7de54c1a0d8eba9167e26d8 | 2f45b99b684f62b2e9413a302a22a7677c22580c | /external/chromium/base/lazy_instance.h | 7b1bdc41f241f4a558557005f4a10ed1a1087df7 | [
"BSD-3-Clause"
] | permissive | b2gdev/Android-JB-4.1.2 | 05e15a4668781cd9c9f63a1fa96bf08d9bdf91de | e66aea986bbf29ff70e5ec4440504ca24f8104e1 | refs/heads/user | 2020-04-06T05:44:17.217452 | 2018-04-13T15:43:57 | 2018-04-13T15:43:57 | 35,256,753 | 3 | 12 | null | 2020-03-09T00:08:24 | 2015-05-08T03:32:21 | null | UTF-8 | C++ | false | false | 6,730 | h | // Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// The LazyInstance<Type, Traits> class manages a single instance of Type,
// which will be lazily created on the first time it's accessed. This clas... | [
"ruvindad@zone24x7.com"
] | ruvindad@zone24x7.com |
74497d5e1dc25c15110a148d01a07e3abf39f614 | 287072b999b3221210071237b1d67d02855cdae5 | /Lab_2/src_A/pipeline_checkpoint.cpp | de9c5137d1767c90a4a3ffc4c8dc14a124c932d1 | [] | no_license | bbruen3/ECE6100 | c66689bfb6f639079b45dca0b4848960150b7207 | 1dbd5308bf56615de238b303d87ccf1cf4f0a79a | refs/heads/master | 2023-08-13T18:17:37.505101 | 2021-10-07T03:59:00 | 2021-10-07T03:59:00 | 414,451,885 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 32,755 | cpp | // --------------------------------------------------------------------- //
// You will need to modify this file. //
// You may add any code you need, as long as you correctly implement the //
// required pipe_cycle_*() functions already listed in this file. //
// In part B, yo... | [
"bbruen@us.ibm.com"
] | bbruen@us.ibm.com |
b5145af3b103f8535cbfef5c864ed5c9a50bce69 | 932575acb68a8308f62e651d8eb04378f3085b5d | /C++_Test1027/C++_Test1027/重写.cpp | fde0fc000c1fa2a111a0c7911b291542920df65b | [] | no_license | adong001/C-DS-CPP | 308b54ab4e3061461074dc0b592591e743558942 | 2df3b1a61adb4bfc28cc421b2fd475af1ffd40d3 | refs/heads/master | 2023-01-21T05:09:07.463759 | 2020-11-15T01:38:47 | 2020-11-15T01:38:47 | 191,345,672 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 682 | cpp | //#define _CRT_SECURE_NO_WARNINGS 1
//#include<iostream>
//using namespace std;
//
//class Base
//{
//public:
// int m_a ;
// virtual void func()
// {
// cout << "Base" << endl;
// }
//
// virtual~Base()
// {
// cout << "~Base" << endl;
// }
//};
//
//class Test : public Base
//{
//public:
// int m_b;
// virtual voi... | [
"1792095378@qq.com"
] | 1792095378@qq.com |
73eefa3deb5457f90572b61abf3a9f877c20fd3d | 85dd65c6be7c217dc8ce03a615aabb8b2b08f6be | /Projects/cube_demo/ColorCone.h | cb9fae35085a6c9f8cc37cd1b73486701d31277a | [
"MIT"
] | permissive | AlexLamson/ledcube | 996a70a6f22cf9279e8b4cb4de323bbf4db1be49 | 66ae1e468bcfe0f9930e22773504ca474c987b52 | refs/heads/master | 2022-03-27T22:12:45.142924 | 2022-02-28T20:40:46 | 2022-02-28T20:40:46 | 130,425,742 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 304 | h | /*
* ColorCone.h
*
* Created on: Nov 2, 2018
* Author: raffc
*/
#ifndef COLORCONE_H_
#define COLORCONE_H_
#include "Demo.h"
#include "Arduino.h"
class ColorCone: public Demo {
private:
byte hue = 0;
public:
ColorCone();
void initialize();
void tick();
};
#endif /* COLORCONE_H_ */
| [
"crharfifs@gmail.com"
] | crharfifs@gmail.com |
ecfbbcdc959ec74c3dccca638df3c6d0fbcc99b1 | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/git/hunk_7672.cpp | 3a8ee1b88277096956f720dd418cd6641cacb241 | [] | no_license | ccdxc/logSurvey | eaf28e9c2d6307140b17986d5c05106d1fd8e943 | 6b80226e1667c1e0760ab39160893ee19b0e9fb1 | refs/heads/master | 2022-01-07T21:31:55.446839 | 2018-04-21T14:12:43 | 2018-04-21T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 225 | cpp | putchar(',');
}
if (white_space_at_end)
- printf("white space at end");
+ printf("whitespace at end");
printf(":%s ", reset);
emit_line_with_ws(1, set, reset, ws, line, len,
data->ws_rule); | [
"993273596@qq.com"
] | 993273596@qq.com |
59fb860372c238823f54a575d45472c45c183388 | a173bce5da38c6cb202631780e715087394fddbb | /ch6/4-4/hello.cc | 8f5d1fa224d1b24c6af3e690ba8b80a58b89ced3 | [] | no_license | chai2010/wasm-book-code | 1d9293f0ae26db4da7722527f44ee4f7279c5100 | 7d3e4a23d5e958870d0c15177aabad67fde52f8d | refs/heads/master | 2023-08-17T08:38:52.017164 | 2023-06-26T17:47:20 | 2023-06-26T17:47:20 | 172,828,644 | 56 | 8 | null | null | null | null | UTF-8 | C++ | false | false | 157 | cc | #include <emscripten.h>
int main() {
emscripten_run_script(R"(
function print(s) {
console.log("print:", s);
}
print("hello");
)");
return 0;
}
| [
"chaishushan@gmail.com"
] | chaishushan@gmail.com |
740a765b9181106e1108e990ccaa821b5e4c07e9 | 901d1e324696f083618e9e24c541d31cf5faa630 | /Source/MGS/Item.cpp | 3bee878a4b42bd826110703f02323fc1c48a2baa | [] | no_license | LochNessy64/MGS | 4c2cbdaf786aca8f4af89208853b5550038032a4 | 961e0c4f085bd49bb777a332d34689de0cc61c9d | refs/heads/master | 2020-02-26T15:08:59.636227 | 2017-01-18T08:07:05 | 2017-01-18T08:07:05 | 68,567,579 | 0 | 0 | null | 2016-11-24T08:14:55 | 2016-09-19T03:55:30 | C++ | UTF-8 | C++ | false | false | 8,177 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "MGS.h"
#include "Blueprint/UserWidget.h"
#include "Blueprint/WidgetLayoutLibrary.h"
#include "Item.h"
#define LOCTEXT_NAMESPACE "Mgs Namespace"
AItem::AItem()
{
PrimaryActorTick.bCanEverTick = true;
NoCollisionTimer = new ... | [
"v.valencia5903@gmail.com"
] | v.valencia5903@gmail.com |
b6bd3528f7761d1eb6c906b2d1318af7ab12eae1 | 7ccccd69629354409566ba01d93572a4da0ba364 | /Desarrollo/BulletTest/BulletTest/IA/StatesIA/BuscarVida.h | 19563efc4cbddd6340b3da8fe6a351c8fbe87e97 | [] | no_license | Juliyo/LastBullet | eac779d78f0e8d62eb71ac4ecaa838e828825736 | 4f93b5260eaba275aa47c3ed13a93e7d7e60c0e9 | refs/heads/master | 2021-09-11T12:27:29.583652 | 2018-01-18T14:14:52 | 2018-01-18T14:14:52 | 104,806,970 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 375 | h | #pragma once
#include "StateIA.h"
class BuscarVida :
public StateIA
{
public:
static BuscarVida& i() {
static BuscarVida singleton;
return singleton;
}
virtual void Enter(Enemy_Bot* pEnemy);
virtual void Execute(Enemy_Bot* pEnemy);
virtual void Exit(Enemy_Bot* pEnemy);
virtual std::string getStateName() { ... | [
"julio17795@hotmail.com"
] | julio17795@hotmail.com |
90ef873cca949a9b670bdace363d82498271ba73 | d17b8c418f619acf257da9bc873ee32c92a05735 | /ContraRemake/Client/Sound/Sound.cpp | 94bdb3ee6cf409e93f51c16cdefc6a4f21727448 | [] | no_license | Giova262/Taller-de-Programacion-I | 1195c0bc5e050aa96d66eb875b0582ac6a7c27fb | 174d00f1e173de7a684ad25b86bc8f525d3ef2fb | refs/heads/master | 2020-03-27T20:57:43.185540 | 2018-11-23T14:01:02 | 2018-11-23T14:01:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,029 | cpp | /*
* Sound.cpp
*
* Created on: Nov 2, 2018
* Author: giova
*/
#include "Sound.hh"
Sound::Sound() {
if(Mix_OpenAudio(44100, MIX_DEFAULT_FORMAT, 1, 8192) < 0){
LOGGER_ERROR("Falló al iniciar SDL_Mixer");
}
musicLogin = Mix_LoadMUS("../Sonidos/musica/login.mp3");
musicLevel1= Mix_LoadMUS("../Sonidos/... | [
"masterpat45@gmail.com"
] | masterpat45@gmail.com |
d99e44ebe01fa78ce5257e1fbd7ac9a93eb7a004 | 5aa8a54280f446fa38b841922e1cd9c99e8e862f | /Upsolving/BAPC-18/i.cpp | c209bc6c0aa179467cd47ef029645ca892d247f9 | [] | no_license | lucasturci/Competitive_Programming | 72a458f8ed11a434d067f9cdf749b934da369339 | 8323aa16bcded05d2de83d057c51ace5fd63cfca | refs/heads/master | 2021-06-15T02:17:14.141431 | 2021-02-02T00:50:53 | 2021-02-02T00:50:53 | 130,897,029 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,881 | cpp | #include <bits/stdc++.h>
#define pb push_back
#define fi first
#define se second
#define eb emplace_back
using namespace std;
typedef long long ll;
typedef pair<int, int> ii;
const int N = 100007, inf = 0x3f3f3f3f;
vector<int> e[N], w[N];
int p[N];
int much[N];
ll dist[12][N];
int n, m;
struct ed {
int v;
int ... | [
"lucas.turci@gmail.com"
] | lucas.turci@gmail.com |
a9d2300924007464b9caa1db824357a6e9ee05c9 | f6aa816de1d2e8e4ac69d0bb93e9d9604cb80e88 | /tests/tableDetectionTest.cpp | db6b13de40eeee4394cd4cb5b0642df501f0b2ea | [] | no_license | lxj0276/track | d2f334a5d417fddd3bf55cd3a891672c4aad0d3c | d4c40b5dba68b8d54afbd7ab1a3d6e069e0d2729 | refs/heads/master | 2021-04-06T04:08:23.186865 | 2018-02-19T14:20:16 | 2018-02-19T14:20:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 677 | cpp | #include <iostream>
#include <vector>
#include <sstream>
#include <opencv2/opencv.hpp>
#include "test_engine.hpp"
#include "detect_table.hpp"
using namespace std;
using namespace cv;
using vvr = vector<vector<Rect> >;
int main(int argc, char** argv){
vector<string> files = files_in_folder(string(argv[1]));
for (... | [
"josefssonhenrik@hotmail.com"
] | josefssonhenrik@hotmail.com |
05a6f8142b68471cc6c217eb2289994cf995e6ee | 5ee0eb940cfad30f7a3b41762eb4abd9cd052f38 | /Case_save/case2/100/phi | cf4ecad400daae737744b144c982085e5208c778 | [] | no_license | mamitsu2/aircond5_play4 | 052d2ff593661912b53379e74af1f7cee20bf24d | c5800df67e4eba5415c0e877bdeff06154d51ba6 | refs/heads/master | 2020-05-25T02:11:13.406899 | 2019-05-20T04:56:10 | 2019-05-20T04:56:10 | 187,570,146 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,486 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"mitsuaki.makino@tryeting.jp"
] | mitsuaki.makino@tryeting.jp | |
783a3b88f2b56975dd2f086dd02ced6cf3c8cc4d | 5bd4fa05d80dec401a1c8da361a8cde30c6c1876 | /Top Level/ESP32/Main_Code_2_Robot_1/convTwosComp.ino | ef1938b3f2cd9e29481cd96751db00760c184e60 | [] | no_license | infrareadyrobotics/Robocup2019 | 37dd70dcb72dbafd5f1860539d42fa1bcaa00c7b | f4e65dbcacf2639c65821e3ad16078841aace49c | refs/heads/master | 2020-06-10T11:30:48.544582 | 2019-07-07T08:14:20 | 2019-07-07T08:14:20 | 193,640,624 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 163 | ino | //Convert to int from two's complement
int convTwosComp(int b) { //Convert from 2's complement
if (b & 0x80) {
b = -1 * ((b ^ 0xff) + 1);
}
return b;
}
| [
"31533893+QuickStick123@users.noreply.github.com"
] | 31533893+QuickStick123@users.noreply.github.com |
e70d09b1d7d1ff4ff43de62a15869daaab78cc2e | 8630006b8a455e964a32d136cab3301f24040b93 | /Engine/PIL/Threads/Mutex.h | 3994422da2c4ff698110dc2db3f153b987c97584 | [] | no_license | NickCullen/vici | f66f8a88f0d8220abc5f39de1282f5354d20417f | 8a1378edca4259af60930a8ce565a9418630a8d6 | refs/heads/master | 2021-01-15T15:33:21.614800 | 2016-07-14T19:32:59 | 2016-07-14T19:32:59 | 28,966,385 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 57 | h | #pragma once
#include <mutex>
#define VMutex std::mutex | [
"nmcullen91@gmail.com"
] | nmcullen91@gmail.com |
2b2744ffcf6f055e0d411604e6add8a14dd1f848 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/git/gumtree/git_old_log_2957.cpp | 4f0ff6a5cbed237f4aebf87ab232f91b8e3c1219 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 62 | cpp | error("Writing %s failed: %s", path,
strerror(errno)); | [
"993273596@qq.com"
] | 993273596@qq.com |
966c005324bc5680e62e93e81176792a1bccc7a2 | 911979f76cec93f1e819f0617dbee74b7074dfcf | /OpenCV/DrawLine.cpp | 60a31f75caa626356c45d063fa20fdec04c67ad0 | [] | no_license | bigbiggo999/CodeClub | f52faa43c184295d6f0c0d4a632850c4a34968d6 | 3b62ecede182b7697f11f5d2dc2cb63f5c3ccc01 | refs/heads/master | 2022-02-23T21:05:19.626018 | 2019-09-18T15:52:17 | 2019-09-18T15:52:17 | 110,957,705 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,339 | cpp | #include <iostream>
#include "opencv2/opencv.hpp"
#include <opencv2/core/core.hpp>
#include<opencv2/highgui/highgui.hpp>
using namespace std;
using namespace cv;
int main(int argc, char* argv[]) {
//Mat im(600,800, CV_8UC1);
Mat im(600,800,CV_8UC3);
namedWindow("image");
int k,j;
/**
*用at方法给每... | [
"bigbiggo999@gmail.com"
] | bigbiggo999@gmail.com |
a035dc90adc1a4d1e1ee8ca4117fa1f664e83b05 | 0e3e023ff2f4c9c804d7522f4ca68acb70d63c5b | /shadow.cpp | 23f81bd28eac40aaf7bbb1ad3766a86fad369fcc | [] | no_license | gonatama/syuusyoku | 736262ecfb887f4255a45564c9c3f3a8053e1bb9 | 4e92b3abfe40c3e270a24f777740d27f9cc6f7e1 | refs/heads/master | 2020-04-16T22:09:21.295643 | 2019-02-28T06:16:53 | 2019-02-28T06:16:53 | 165,955,441 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 11,485 | cpp | //=============================================================================
//
// 影処理 [shadow.cpp]
// Author :
//
//=============================================================================
#include "shadow.h"
//*****************************************************************************
// マクロ定義
//*********... | [
"try.to.avoid@gmail.com"
] | try.to.avoid@gmail.com |
b0239923cede84959815c8103ad4f7dd7acd8ec8 | 2922f5512a4741f1cc084a0857704fa2c88fcce9 | /engqtest/plotter_code/coll2d.cpp | 29f7a801ba5f3e67bfd5efa0937204d1ebc16799 | [] | no_license | RickKoenig/engq | 3544a7c01ff6b05c732a19607ee5424e0086e7f3 | 87ea08727bc0aea508221f0210e1f8f52ef066b9 | refs/heads/master | 2023-07-26T06:35:31.377976 | 2022-04-05T05:52:53 | 2022-04-05T05:52:53 | 242,048,482 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,196 | cpp | //#define BOX2BOX
//#define CIRCLE2BOX
//#define CIRCLE2CIRCLE
#define COLLUTILS
//#define BOXPOINT
#ifdef COLLUTILS
//#define OLDPLANK2PLANK
//#define NEWCP
void calcbox2box()
{
calcpr(box0);
calcpr(box1);
//acollide = util_plank2plank(box0,box1,abestcp,abestpendir,penm);
#ifdef BOXPOINT
pcollide = util_point2pla... | [
"mkoeni@sbcglobal.net"
] | mkoeni@sbcglobal.net |
d8536d793e054f21c98814d88a7e20e4b5b37e89 | aca6e30c88a30f84724c042da02cd77b95c7ba26 | /UltraFastMathematics.cpp | 69b7e1aa953ec8ffdff9c38be0920f55297b8232 | [] | no_license | AmreshSharma01/Competitive-Programming | ba67c6b03f11b91d84f6d564b8d0e1caf9240aa1 | e3a0b4523aa4e43a8b28f760f1f0f83e8b37ef26 | refs/heads/master | 2023-07-08T05:49:28.375753 | 2021-08-02T16:13:02 | 2021-08-02T16:13:02 | 274,864,344 | 1 | 0 | null | 2020-08-14T03:33:34 | 2020-06-25T08:20:54 | C++ | UTF-8 | C++ | false | false | 800 | cpp | #include<bits/stdc++.h>
using namespace std;
int main(){
int T;
cin>>T;
while(T--){
string s1,s2;
cin>>s1>>s2;
char final_key[s1.size()];
for(int i = 0; i<s1.size(); i++)
{
final_key[i] = (s1[i] ^ s2[i])+'0';
cout<<final_key[i];
}
cout<<endl;
}
return ... | [
"noreply@github.com"
] | noreply@github.com |
e21593a287b706808316402140fdba2b7c9ba31a | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/git/new_hunk_3043.cpp | b4210086f053e056e22e1b6017b211bb44157a4d | [] | no_license | ccdxc/logSurvey | eaf28e9c2d6307140b17986d5c05106d1fd8e943 | 6b80226e1667c1e0760ab39160893ee19b0e9fb1 | refs/heads/master | 2022-01-07T21:31:55.446839 | 2018-04-21T14:12:43 | 2018-04-21T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 969 | cpp |
/*
* Write sha1 into the open lockfile, then close the lockfile. On
* errors, rollback the lockfile, fill in *err and
* return -1.
*/
static int write_ref_to_lockfile(struct ref_lock *lock,
const unsigned char *sha1, struct strbuf *err)
{
static char term = '\n';
struct object *o;
o = parse_object(sha1);
... | [
"993273596@qq.com"
] | 993273596@qq.com |
49ed265b572af8c6990854e2f3c3637880af8461 | 98756cbdb5798ae019a8bd8b6db5a395097dbf9b | /Source/FirstCPPUnrealGame/DamageableActor.h | 678cb446d103b4898403e55e5ee36d015e7eda03 | [] | no_license | ABitulescu/FirstCPPUnrealGame | eafabc63b33b6ea445633822327d6cda7bdbe3ab | 35b27bfa3b3fce02cc99ae254fe64e997f71dd1f | refs/heads/master | 2022-09-15T03:28:33.671526 | 2020-05-28T10:02:44 | 2020-05-28T10:02:44 | 267,556,388 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 729 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/Actor.h"
#include "DamageableActor.generated.h"
UCLASS()
class FIRSTCPPUNREALGAME_API ADamageableActor : public AActor
{
GENERATED_BODY()
public:
// Sets default values f... | [
"40036459+ABitulescu@users.noreply.github.com"
] | 40036459+ABitulescu@users.noreply.github.com |
09e61f4a95bac743ba1077da6a1309d3372867d4 | 14ed0e02ccc01ccbb7e1044f635259f39686da5b | /aa2-11-rpt04/sketch07_map/sketch07_map.ino | d0d4572b0621e9a1399ee9acd112e52a10a6f68a | [] | no_license | leejs8041/aa2-11-new | 951a22fc8b0b72af280b2d9773e7ed6d055f1e77 | f01227a78852b1da046be5ebf125881a6122bc5d | refs/heads/master | 2023-01-20T01:06:56.755940 | 2020-12-02T07:40:01 | 2020-12-02T07:40:01 | 294,039,073 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 407 | ino | void setup()
{
Serial.begin(9600);
}
void loop()
{
int sensorValue = analogRead(A0);
float voltage = f_map(sensorValue, 0,1023,0.0,5.0);
Serial.print("AA14AA11,Present value(0~5.0):");
Serial.println(voltage);
delay(500);
}
float f_map(long x, long in_min, long in_max, float out_min, flo... | [
"noreply@github.com"
] | noreply@github.com |
983f8c3d6ac6676d4ed7d4b30e17cf62a55ac56d | 3f4e21cc5b22512b199c2e183b7329986296f885 | /15331220_刘沅昊_HW7_v0/src/model.h | 8cb78d91428ffa7a5ad6c400e6d17eed0b0825df | [] | no_license | HisBeard/CG_2019 | 13fb4b39738bd7c60b6fa197dfaf38a885b951b1 | de3e239a5c1292e0d9e5f787f671017537034351 | refs/heads/master | 2020-05-19T17:06:30.908820 | 2019-05-29T07:04:47 | 2019-05-29T07:04:47 | 185,126,875 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,748 | h | #ifndef MODEL_H
#define MODEL_H
#include <glad/glad.h>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include "stb_image.h"
#include <assimp/Importer.hpp>
#include <assimp/scene.h>
#include <assimp/postprocess.h>
#include "mesh.h"
#include "shader.h"
#include <string>
#include <fst... | [
"noreply@github.com"
] | noreply@github.com |
8960ba9400b9f4b41e45ffaa1eede67308ea5981 | dccd1058e723b6617148824dc0243dbec4c9bd48 | /aoj/vol26/2609.cpp | 5ab3e57a972cee3d2af33e3d5c4f9d3df73bc17d | [] | 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 | 1,308 | 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 |
c95b8d59a57008e1ee7bbe08c0229b50d0089d16 | 1621a7afe0fb50fa048f920aceb379febb55ed86 | /G4RicochetMC/RMCsources/CosmogenicSourceMessenger.hh | d5cb66c95073354aa6656e97c7784102ac4887f3 | [] | no_license | spitzj/RicochetMC | 15d4a94e1b7d265258362acbe06453d17c962eba | f3a124047808f5c674e94d6f190a119335e019c1 | refs/heads/master | 2021-01-21T11:46:28.559199 | 2012-02-13T18:57:20 | 2012-02-13T18:57:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,461 | hh | #ifndef CosmogenicSourceMessenger_hh
#define CosmogenicSourceMessenger_hh
////////////////////////////////////////////////////////////////////////
// //
// File: CosmogenicSourceMessenger.hh //
// Description: User inter... | [
"adama@mit.edu"
] | adama@mit.edu |
0cd6061636ab52ff006aaae89900267f5e720783 | 4a1b388fc7254e7f8fa2b72df9d61999bf7df341 | /Source/rclUE/Private/Srvs/ROS2SetMap.cpp | 4fb172a3725eff32f610d2abc3b525e9dbe0bb15 | [
"Apache-2.0"
] | permissive | rapyuta-robotics/rclUE | a2055cf772d7ca4d7c36e991ee9c8920e0475fd2 | 7613773cd4c1226957603d705d68a2d2b4a69166 | refs/heads/devel | 2023-08-19T04:06:31.306109 | 2023-07-24T15:23:29 | 2023-07-24T15:23:29 | 334,819,367 | 75 | 17 | Apache-2.0 | 2023-09-06T02:34:56 | 2021-02-01T03:29:17 | C++ | UTF-8 | C++ | false | false | 1,376 | cpp | // Copyright 2023 Rapyuta Robotics Co., Ltd.
// This code has been autogenerated from nav_msgs/srv/SetMap.srv - do not modify
#include "Srvs/ROS2SetMap.h"
const rosidl_service_type_support_t* UROS2SetMapSrv::GetTypeSupport() const
{
return ROSIDL_GET_SRV_TYPE_SUPPORT(nav_msgs, srv, SetMap);
}
void UROS2SetMapSrv... | [
"noreply@github.com"
] | noreply@github.com |
6d1c974379cf1fc1bb30f6308ebc07d8faf4eae7 | f3c95ff74e43f4ad0a9e152c1c741825529afd25 | /eaeae/script_build.cpp | 189e1fdc18405cc9e0a9243d7a0e797966dbc07d | [] | no_license | nakul-jindal/Modern-Cryptology | bd361821489851bb6e6467b70de4f23ef113e9c7 | 6c418ddc40f1c0501e947e802e3984870c0704e2 | refs/heads/main | 2023-06-10T07:47:02.913601 | 2021-07-03T21:41:07 | 2021-07-03T21:41:07 | 382,711,835 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,972 | cpp | #include <bits/stdc++.h>
using namespace std;
int main()
{
//auto-generate a script which will send 1 lakh inputs to the ssh server
std::ofstream script;
script.open("script_game.sh");
script << "#!/usr/bin/expect\n";
//log file stores output of the game screen
script << "log_file -a game_output... | [
"nakul199529@gmail.com"
] | nakul199529@gmail.com |
e97b36a4ed20ac6051a49385079ce5555f255b1f | 4dee9e335470591de3e904ac92728c83862d389e | /backup/LifeTime_Muon_Polarized.cpp | a0297573bce059955a092fffa7c7caf44819e077 | [] | no_license | denglert/HelicityCalcFW | 8fd366e0e390913eadbba56b1e1d41fc3e54cf77 | d3af6a3e16b11c08cf9e7d1ef7d1988bf5c2cc91 | refs/heads/master | 2021-01-21T04:41:32.966073 | 2016-07-17T18:34:01 | 2016-07-17T18:34:01 | 44,928,151 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,736 | cpp | #include <iostream>
#include <cmath>
#include <TH3D.h>
#include <TVector3.h>
#include <TLorentzVector.h>
#include "HelicityFW.h"
#include "FortranInterface.h"
#include "PhysConst.h"
#include "UtilFunctions.h"
#include "PhaseSpaceTools.h"
#include "cuba.h"
//////////////////////////////
// -- Cuba configuration -- //
/... | [
"englert.david@gmail.com"
] | englert.david@gmail.com |
17bacc2d3086022042a1ff3efd5d00d986d8c664 | 5612363ec266865bf4ad40634d6a58b46a61322a | /RoseCommon/stb.h | 17f1476898b2d3005f468fd8921d5eee8380edf2 | [] | no_license | DrakiaXYZ/RoseTools | 14063e01bdd0e21040729622fbed406435ce387c | cfd37f9b57eb863f9496b99b0b26abf441c92a46 | refs/heads/master | 2023-03-16T12:41:41.332821 | 2012-05-19T05:42:35 | 2012-05-19T05:42:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 385 | h | #include "binaryFile.hpp"
#include <iostream>
#include <vector>
using namespace std;
class STB {
public:
STB(string file);
string getCell(int row, int col);
int getRowCount() {return rowCount;};
int getColCount() {return colCount;};
private:
vector< vector<string> > table;
int rowCount;
... | [
"Contact@TheDgtl.net"
] | Contact@TheDgtl.net |
454b86608390a0d77ca1028ff32720c01e6f4c99 | 7039b78e3a71f1652b9969690552aa7897883be5 | /3rdparty/tesseract/src/wordrec/params_model.cpp | 90975af86c2cbcb1aa3ee4fd97060c9a3ab0f9fe | [
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | permissive | thigiacmaytinh/opencv342 | 4c2fbf28d2586e81c45c9369d448fe234c3c3f51 | 9256fe601088a60d1c91cb0d040d2d929966c2e7 | refs/heads/master | 2020-03-28T18:48:29.843617 | 2019-05-17T09:45:01 | 2019-05-17T09:45:01 | 148,914,179 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,400 | cpp | ///////////////////////////////////////////////////////////////////////
// File: params_model.cpp
// Description: Trained language model parameters.
// Author: David Eger
// Created: Mon Jun 11 11:26:42 PDT 2012
//
// (C) Copyright 2012, Google Inc.
// Licensed under the Apache License, Version 2.0 (the... | [
"vohungvi@vohungvi.com"
] | vohungvi@vohungvi.com |
207e233600ec2f0be9deeeeae279f5babf91a3f8 | 76b4a57de3801096e401ceac6cd0f939c0703d9d | /Software/Arduino/libraries/M5Stack-master/examples/Advanced/WIFI/OTAUpload/OTAUpload.ino | 52cd422e2cfcfeefc2f8de30a57659e1416b2d3a | [
"MIT"
] | permissive | flyonspeed/OnSpeed-Gen2 | e6edd87cda783db30484d32e2b51713f0484386c | ac7e4c5c4c36c88b9005b848a5dc6489577884f1 | refs/heads/master | 2023-08-17T02:37:30.756859 | 2023-04-17T01:02:08 | 2023-04-17T01:02:08 | 216,622,791 | 20 | 9 | MIT | 2023-04-03T14:22:36 | 2019-10-21T17:11:04 | C | UTF-8 | C++ | false | false | 2,404 | ino | /*
*******************************************************************************
* Copyright (c) 2021 by M5Stack
* Equipped with M5Core sample source code
* 配套 M5Core 示例源代码
* Visit the website for more information:https://docs.m5stack.com/en/core/gray
* 获取更多资料请访问:https://doc... | [
"53226948+flyonspeed@users.noreply.github.com"
] | 53226948+flyonspeed@users.noreply.github.com |
326d9e29259fa5da38278e95e63fea57f6b0dd16 | 818c117039e1f7be9c50d13dbcd0100433016f02 | /qzfem/mindlinshelllaminated.cpp | 43ef5ee63b89ac5e97018c3477ae82f717318abe | [] | no_license | qzcad/qzcad-tree | d4484f6200b56956c13f5190dd0ef8c37de30306 | fb6a59ddf561cb1fc393ba5342107db0e0ffaad7 | refs/heads/master | 2022-07-03T21:47:11.725300 | 2022-06-09T12:05:27 | 2022-06-09T12:05:27 | 21,324,656 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,513 | cpp | #include "mindlinshelllaminated.h"
#include <iostream>
#include <math.h>
#include "consoleprogress.h"
MindlinShellLaminated::MindlinShellLaminated(Mesh3D *mesh,
const std::vector<double> &thickness,
const std::vector<DoubleMatrix... | [
"choporov@list.ru"
] | choporov@list.ru |
3b3e77e61f1e239deebdd32c10c3eee50817ced2 | b36f34b6a24d019d624d1cc74f5b29062eef2ba4 | /frameworks/3rd/dragonbones/src/dragonBones/model/SkinData.cpp | e3b18835951d84808beae775fa7a4524e0507af1 | [
"MIT"
] | permissive | zhongfq/cocos-lua | f49c1639f2c9a2a7678f9ed67e58114986ac882f | c2cf0f36ac0f0c91fb3456b555cacd8e8587be46 | refs/heads/main | 2023-08-17T17:13:05.705639 | 2023-08-17T06:06:36 | 2023-08-17T06:06:36 | 192,316,318 | 165 | 63 | MIT | 2023-08-14T23:59:30 | 2019-06-17T09:27:37 | C | UTF-8 | C++ | false | false | 1,041 | cpp | #include "SkinData.h"
#include "DisplayData.h"
DRAGONBONES_NAMESPACE_BEGIN
void SkinData::_onClear()
{
for (const auto& pair : displays)
{
for (const auto display : pair.second)
{
if (display != nullptr)
{
display->returnToPool();
}
}... | [
"anzehao@ixianlai.com"
] | anzehao@ixianlai.com |
83c20258a1f15ff95100c7b4e55ad0a4683eafe4 | 969ed26bb44f94ca4226aa66af0cd5cb0c2c3537 | /launcher/Launcher.h | 5e5ab7b492655d6992a8620b0282ae0fe3ac6916 | [
"BSD-2-Clause"
] | permissive | kidaa/SeventhUmbral | 2e87295278d8b0067d118799ac0e32bded07a476 | 5c7651ac2cd9d9f5c1f7969932c15ccdf6d8848c | refs/heads/master | 2020-04-30T11:07:27.364028 | 2015-05-16T00:56:11 | 2015-05-16T00:56:11 | 35,638,361 | 0 | 0 | null | 2015-05-14T21:38:28 | 2015-05-14T21:38:28 | null | UTF-8 | C++ | false | false | 115 | h | #pragma once
class CLauncher
{
public:
static void Launch(const char*, const char*, const char*);
private:
};
| [
"kidakadeshia@gmail.com"
] | kidakadeshia@gmail.com |
858edb2edab4ed7e86e017f2db63e0effa13ae43 | 0917d321501a8213fafa58618f35c2409959e877 | /NatsuLib/natRefObj.h | cfab05266db38e0b4a7a321cc8c92967b03cff76 | [] | no_license | huwenshayu/NatsuLib | 880e5b687fae9e770b6b6c287fcca185518162e3 | b542c7af34d6f81026105f1a023a35e97a66aec3 | refs/heads/master | 2020-12-10T04:30:19.922819 | 2017-03-01T09:30:24 | 2017-03-01T09:31:09 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 17,450 | h | ////////////////////////////////////////////////////////////////////////////////
/// @file natRefObj.h
/// @brief 引用计数对象相关
////////////////////////////////////////////////////////////////////////////////
#pragma once
#include "natType.h"
#include <cassert>
#include <mutex>
#include <atomic>
#include <memory>
#ifdef T... | [
"jxhzq1996@126.com"
] | jxhzq1996@126.com |
30977cb869710bf854322d442327ad7574497069 | d1414cc6d1993cfef3d3e217de874c9e614ccce8 | /Calculator/symbol_table.h | 0e36d1f0043f0f426848fa4cef9c95730f19bf6a | [] | no_license | hanchaoqi/Calculator | e726516e48410a61b0888be97fa2c7525b797dd8 | 04ead9ede934e735b2bd260134ede0fa614cb6aa | refs/heads/master | 2021-01-09T21:43:39.192994 | 2015-11-22T09:12:58 | 2015-11-22T09:12:58 | 46,160,374 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 393 | h | #include "token.h"
class Variable{
public:
string name;
char flag;
double value;
Variable(string n, double v, char f) :name(n), value(v), flag(f){}
};
class Symbol_table{
public:
Symbol_table();
double get(string name);
void set(string name, double value);
bool is_declared(string name);
double declare(string... | [
"hanchao_qi@qq.com"
] | hanchao_qi@qq.com |
8560953a78118a5e0ade66057c3afd4c814184a9 | bfb1c7ff905065f0e3914b66c9a932bc811640a5 | /.svn/pristine/85/8560953a78118a5e0ade66057c3afd4c814184a9.svn-base | 13165ea899a6dccecc3ac25e18f7d76742847978 | [] | no_license | djskual/savegame-manager-gx | 1ddcdcfcdaf7a4043b7fd756136ec8cca0fbf5f3 | ae3cb59cb5bbae91bf65d48cb61961ed49d896d3 | refs/heads/master | 2020-06-03T05:11:20.735987 | 2015-04-14T13:16:49 | 2015-04-14T13:16:49 | 33,944,551 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 18,072 | /****************************************************************************
* Copyright (C) 2011
* by Dj_Skual
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any
* damages arising from the use of this software.
*
* Permission i... | [
"dj_skual@hotmail.com"
] | dj_skual@hotmail.com | |
6bfa37fb1f60569518ee21356db2a528d5a212ed | b63d8ddd336447845615e11afeb0172a6269a4fa | /plugins/api/src/data_object_finalize.cpp | fa2d839925f506b10af8ef27398011be158875f1 | [
"BSD-3-Clause"
] | permissive | louislau86/irods | ea7e21ce49e2f4bc9882ea8ae6eb35e32c15a67f | ee116cbc7cf90f6b0960e596b0b7ebf97877393b | refs/heads/master | 2023-02-12T07:44:27.311654 | 2021-01-14T20:49:32 | 2021-01-15T01:43:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,330 | cpp | #include "api_plugin_number.h"
#include "irods_configuration_keywords.hpp"
#include "rodsDef.h"
#include "rcConnect.h"
#include "rodsErrorTable.h"
#include "rodsPackInstruct.h"
#include "client_api_whitelist.hpp"
#include "apiHandler.hpp"
#include <functional>
#include <stdexcept>
#ifdef RODS_SERVER
//
// Server-si... | [
"terrellrussell@gmail.com"
] | terrellrussell@gmail.com |
78ed3a6bf9888b0209156bba2673aebbb60b3fc6 | 2588952b4a4430368da692052a0bb1599824c2c3 | /QPrint/statusbar.h | 7b5b4c45dcd36c2d6b40a884a41a2fa9a5bce2ce | [] | no_license | yasriady/Queue | 310202923d51781694aa17c0af7f7e0fd355b482 | ffed40b87ea013837a7b0131a42d492e17852395 | refs/heads/master | 2020-09-20T17:06:43.206454 | 2017-11-18T01:40:49 | 2017-11-18T01:40:49 | 66,907,338 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 747 | h | //--------------------------------------------------------
// file name :
// author : Dedy Yasriady
// version : v1.00
// copyright : Btm, 2016
// description : c/c++, Qt application
//--------------------------------------------------------
#ifndef STATUSBAR_H
#define STATUSBAR_H
#include <QObject>
#inc... | [
"yasriady@yahoo.com"
] | yasriady@yahoo.com |
d42ad90d942cb196b5a0c6fbaf12687d5aac2c43 | d6fc5e23b73d997800727a65e366210d5c4f12ac | /MayaPlugins/HiMaya/plugin_main.cpp | a1d229e516563a15fca7a20560ca0d7c0d42ae6b | [] | no_license | kingmax/mayaProgrammingA | b5ce126798fdc618213f0584b36912b4cf8305e9 | f89d49c6a2607b571b5fa979c9987f645fbe8da9 | refs/heads/master | 2020-03-23T19:26:15.386091 | 2019-01-07T16:51:59 | 2019-01-07T16:51:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 540 | cpp | #include <maya/MGlobal.h>
#include <maya/MFnPlugin.h>
#include "hi_maya.h"
MStatus initializePlugin(MObject obj)
{
MFnPlugin plugin(obj, "kingmax_res@163.com | 184327932@qq.com | iJasonLee@WeChat", "2018.07.23.01");
MStatus status;
status = plugin.registerCommand("HiMaya", HiMaya::creator);
CHECK_MSTATUS_AND_RET... | [
"kingmax_res@163.com"
] | kingmax_res@163.com |
1d1ba252794cf3be179302508286719b87061405 | 27ecdeb729b64e378033f6b920fbe3ec443a626b | /1111/1111E.cpp | 7ed83449b46fd14cc6501458fcafc50a22fe0a46 | [] | no_license | MtTsai/Codeforces | 1095bb3055166f469cc1d8e843cfc7f32ce183af | bc1d487bba780146a9f94a3ba7b7818ce34f7250 | refs/heads/master | 2020-04-21T21:30:01.159515 | 2019-04-21T16:23:41 | 2019-04-21T16:24:11 | 169,880,798 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,191 | cpp | #include <iostream>
#include <vector>
#include <unordered_map>
#include <unordered_set>
using namespace std;
int n, q;
int k, m, r;
unordered_map<int, vector<int>> m;
unordered_map<int, bool> vis;
vector<int> dfs(int cur, unordered_set<int> &a) {
vector<int> p(m, 0);
vis[cur] = true;
for (auto dst: m[c... | [
"a17653aw96801@gmail.com"
] | a17653aw96801@gmail.com |
8149285f5560b9e312e3140f3800233d62f03bb6 | 945690d92480889fb40e84dc2b32a23569ef21b9 | /ATK/IO/OutWavFilter.cpp | 9c0bc8b81323cfbcc793f308f4b050d36741dba2 | [
"BSD-3-Clause"
] | permissive | joaorossi/AudioTK | 93fe2602587bfefa5deaaf6031d6d03e9cdfc627 | d0ce1c1d50149e4205707d26be2be382dd1dca18 | refs/heads/master | 2021-01-01T04:47:06.220677 | 2017-07-06T20:05:40 | 2017-07-06T20:05:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,270 | cpp | /**
* \file OutWavFilter.cpp
*/
#include "OutWavFilter.h"
#include <cstring>
#include <stdexcept>
#include <ATK/Core/Utilities.h>
namespace
{
template<typename DataType1, typename DataType2>
void convert(std::vector<std::vector<DataType1> >& outputs, const std::vector<char>& inputs)
{
int nbChannels = o... | [
"matthieu.brucher@gmail.com"
] | matthieu.brucher@gmail.com |
799347c5569246b46049108a128d0ec60e1c2776 | 6a16bbbc11bbd2385ab9e8605de69e215c5e8181 | /src/config/knossos-config.cpp | 766309a2e8f066128dcae4e9bd0db7e15e3d4c41 | [] | no_license | foo/mouse-retina | 389b87fa0106f436a7ff3ba88a4eb6a8d2b785a9 | e307d3784b6142c3dabea71bfaae1b6118645f86 | refs/heads/master | 2021-01-23T18:21:56.254712 | 2013-06-13T12:45:04 | 2013-06-13T12:45:04 | 9,939,670 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,861 | cpp | #include "knossos-config.hpp"
knossos_config::knossos_config(const std::string& directory)
{
std::ifstream conf(directory + "/knossos.conf");
parse_file(conf);
}
void knossos_config::parse_file(std::ifstream& in)
{
std::string line;
while(std::getline(in, line))
{
std::istringstream iss(line);
std::... | [
"maciek.pacut@gmail.com"
] | maciek.pacut@gmail.com |
77ef1c9f3fdbfda11883d22a37427a74bb8a2b9a | 31ba4644568aed5f1865474f666ae7d87664312f | /new_fitter/src/junoB12_simplified.cc | 0f9288aa6dd9af72992019be950a96897e2290d2 | [] | no_license | YMTheory/energyModel_Fit | 11bf4a3350fb770f075585b16bc4adc9ec64802c | db6b236827d934ddf713e54d7f744d23fba102c5 | refs/heads/master | 2022-08-13T08:07:30.594576 | 2022-07-21T10:08:16 | 2022-07-21T10:08:16 | 253,709,247 | 0 | 0 | null | 2021-03-16T01:29:52 | 2020-04-07T06:42:00 | C++ | UTF-8 | C++ | false | false | 8,862 | cc | #include "junoB12_simplified.hh"
#include "electronQuench.hh"
#include "electronCerenkov.hh"
#include "electronResponse.hh"
#include "junoParameters.hh"
#include <TFile.h>
#include <TTree.h>
#include <TH1D.h>
#include <iostream>
using namespace std;
junoB12_simplified::junoB12_simplified(int nBinsData, double fitMin... | [
"932899789@qq.com"
] | 932899789@qq.com |
d69c8bfba8d55b41d864b7e909f74eb8a2167bef | 749e36171eb184f5a3941b129040edca63679f6e | /src/GlobalStash.cpp | c6ea303cab1c0f65b690e105da4ea572058cd380 | [
"MIT"
] | permissive | droidream/dukv8 | 822d9d3ea65d6cb9603cdd5c495de02ae3262bf4 | 2eb03526b680ad50055e5499141fe45f70a6bbfe | refs/heads/master | 2021-01-10T12:19:05.401428 | 2015-06-03T04:56:49 | 2015-06-03T04:56:49 | 36,780,487 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,889 | cpp | //
// Created by Jiang Lu on 6/2/15.
//
#include <dukv8/GlobalStash.h>
#include <dukv8/Isolate.h>
namespace v8 {
namespace internal {
GlobalStash::GlobalStash(const char *name) : name_(name) {
Isolate *isolate = Isolate::GetCurrent();
duk_context *ctx = isolate->GetDukContext();
// 每个 global 对象对应一个 stas... | [
"droidream@gmail.com"
] | droidream@gmail.com |
45332f2a34f214c46cb645ee73238ec0077b7b9a | 7fa5cd65b7e8da4946be2d975625b2613c1c9477 | /test/TestOramDeterministicSetup.cpp | fd4bf2754a82f2618c99553ff01cbe9c868edafd | [
"MIT"
] | permissive | young-du/PathORAM | 93b0bf23b70cc888d78b25bb8cb72e4a461c52dd | 23d18b23153adf2e4a689e26d4bd05dc7db2497e | refs/heads/master | 2022-11-12T22:39:42.853314 | 2020-06-24T23:19:08 | 2020-06-24T23:19:08 | 274,751,717 | 0 | 0 | MIT | 2020-06-24T19:23:57 | 2020-06-24T19:23:57 | null | UTF-8 | C++ | false | false | 3,766 | cpp | #include "catch.h"
#include "Bucket.h"
#include "ServerStorage.h"
#include "OramInterface.h"
#include "RandForOramInterface.h"
#include "RandomForOram.h"
#include "UntrustedStorageInterface.h"
#include "OramReadPathEviction.h"
#include "OramDeterministic.h"
TEST_CASE("Test deterministic ORAM setup very small numBlock... | [
"harjasleen_malvai@brown.edu"
] | harjasleen_malvai@brown.edu |
6aaf148d24fec78280aa907bb2ba561541bc9873 | 8ade3d20f78abfa461af79cd346882beaca07edc | /closures/erp_closures/production/schedulermw.h | 7e1451a577d49d842a8500b2bf8222a3b433b1d5 | [] | no_license | eboladev/smarterp | 337867fa215eb6042cdfdb894b8cbd2e766b98c3 | 94e7af29485885fb3f1e9a900dea54903a817b0a | refs/heads/master | 2020-12-29T00:55:51.144001 | 2014-05-30T05:07:22 | 2014-05-30T05:07:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 528 | h | #ifndef SCHEDULERMW_H
#define SCHEDULERMW_H
#include <QMainWindow>
#include <QDate>
namespace Ui {
class SchedulerMW;
}
class SchedulerMW : public QMainWindow
{
Q_OBJECT
public:
explicit SchedulerMW(QWidget *parent = 0);
~SchedulerMW();
private slots:
void on_calDate_clicked(const QDate &date);
... | [
"joejoshw@gmail.com"
] | joejoshw@gmail.com |
aaada3b63c22a6bb0bfbf02c7b06b169f1f79292 | 0de49375998eae6d969fc307a7f6e9d05dd08df4 | /trunk/bridgenet/src/secudpneter.cpp | 4feaccab19d023d3e3e8b092bd5c67c3a52e89f2 | [] | no_license | BGCX261/zombie3-svn-to-git | de2c2bcc98ba0fcbab6b89eb0473e58a66389958 | 9d4f17931083ad785fc9c9bdf7d768a7f40496c0 | refs/heads/master | 2021-01-13T14:04:36.426528 | 2015-08-25T15:51:49 | 2015-08-25T15:51:49 | 41,497,983 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,330 | cpp | // C++ implementation file "SecUdpNeter.cpp" for class SecUdpNeter generated by Poseidon for UML.
// Poseidon for UML is developed by Gentleware (http://www.gentleware.com).
// Generated with velocity template engine (http://jakarta.apache.org/velocity).
#include "myfilelog.hxx"
#include "loghelper.hxx"
#include... | [
"you@example.com"
] | you@example.com |
b6eb00921d93f2ad2dc6f4c4209619d1e4330d83 | 8d2ce459b5f03e2982ba764c5cc383b63f6b19c0 | /1302缩进格式/1302.cpp | 17d465637a613e04156a0dc53fe6aa8c7bf8d50f | [] | no_license | elicassion/SJTU_OnlineJudge | 37a2eebdd4f1d41c23090be79e1771fb8a96bad4 | 532289168c782aca8444ff45764432c9863be2b3 | refs/heads/master | 2021-01-10T12:33:39.186794 | 2016-04-12T12:44:52 | 2016-04-12T12:44:52 | 36,080,058 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,304 | cpp | #include<iostream>
#include<fstream>
#include<iomanip>
#include<cstdlib>
#include<ctime>
#include<cstring>
#include<string>
#include<cmath>
#include<algorithm>
#include<cstdio>
#define FOR(i,bg,ed) for(int i=bg;i<=ed;++i)
#define RFOR(i,bg,ed) for(int i=bg;i>=ed;--i)
#define MSET(a,i) memset(a,i,sizeof(a))
#define CIa1... | [
"elicassion@sjtu.edu.cn"
] | elicassion@sjtu.edu.cn |
553b2204614b7020c7ba12b5df3203877fdc69a9 | 2c9bc9ac4d2707a04129373bdac239a4612322e3 | /AnotherTree.cpp | 14bd95d66d3c54008dab422a12a908dfeefb2020 | [] | no_license | Akashnishad17/javap | ce0e88112ac13f718c0a0d5377c25d6f39270add | ec8e615f9a5a6ded26ba25f421c69784d5b5528e | refs/heads/master | 2023-02-22T12:02:15.928222 | 2023-02-11T09:07:37 | 2023-02-11T09:07:37 | 214,708,604 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,535 | cpp | #include<bits/stdc++.h>
using namespace std;
#define ll long long
#define endl "\n"
#define f first
#define s second
#define ar array
#define pb push_back
#define forn(i, n) for(int i = 0; i < int(n); i++)
#define fore(i, l, r) for(int i = l; i <r; i++)
using vi = vector<int>;
template<typename T>
istream &operator>>(i... | [
"akashnishad2017@gmail.com"
] | akashnishad2017@gmail.com |
ef5c7364440730121d73f6cfb1c08fe6e2f871ba | 9424cfe19b1db4e60ab9ff483fd67d3ad4ec81bd | /include/Shared/NetProtocol.h | 0b007cfff9f1e7fb4fd67374ea2ae8b9b760a180 | [] | no_license | kiwon0905/PT | 64c51d4a93c50cb1bf810750fc1696a1a951b87e | facab17f518e22bd36fd91f0cf83a73c2fc491b6 | refs/heads/master | 2021-01-18T14:09:54.148016 | 2016-10-15T22:13:26 | 2016-10-15T22:13:26 | 16,738,395 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 780 | h | #pragma once
#include <SFML/Network.hpp>
enum class Cl : sf::Int32
{
RequestJoin,
Ready,
Chat, //name, msg
GameEvent
};
enum class Sv : sf::Int32
{
Yes,
No,
ReplyJoin,
PlayerJoined,
PlayerDisconnected,
Chat,
LoadGame,
StartGame,
GameMapData,
PlayersData,
GameEvent
};
//packet operators for enum
... | [
"kiwon0905@gmail.com"
] | kiwon0905@gmail.com |
18a43397918787c82036a706f084ecadcb4ffb12 | 67f988dedfd8ae049d982d1a8213bb83233d90de | /external/chromium/chrome/browser/policy/logging_work_scheduler_unittest.cc | 6e792b64a131ea12622fbc7048b79d4f183e8a1f | [
"BSD-3-Clause"
] | permissive | opensourceyouthprogramming/h5vcc | 94a668a9384cc3096a365396b5e4d1d3e02aacc4 | d55d074539ba4555e69e9b9a41e5deb9b9d26c5b | refs/heads/master | 2020-04-20T04:57:47.419922 | 2019-02-12T00:56:14 | 2019-02-12T00:56:14 | 168,643,719 | 1 | 1 | null | 2019-02-12T00:49:49 | 2019-02-01T04:47:32 | C++ | UTF-8 | C++ | false | false | 2,942 | cc | // Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/policy/logging_work_scheduler.h"
#include "base/bind.h"
#include "base/callback.h"
#include "base/memory/scoped_ptr.h"
#incl... | [
"rjogrady@google.com"
] | rjogrady@google.com |
694f4a2aebf6a0fc81daf6e019ffb48376f6e151 | 1585c7e187eec165138edbc5f1b5f01d3343232f | /СПиОС/PiChat/PiChat/PiChat/PiChat.cpp | ef696d2da4243a9a3e223085a2bcefa504148ae7 | [] | no_license | a-27m/vssdb | c8885f479a709dd59adbb888267a03fb3b0c3afb | d86944d4d93fd722e9c27cb134256da16842f279 | refs/heads/master | 2022-08-05T06:50:12.743300 | 2011-06-23T08:35:44 | 2011-06-23T08:35:44 | 82,612,001 | 1 | 0 | null | 2021-03-29T08:05:33 | 2017-02-20T23:07:03 | C# | UTF-8 | C++ | false | false | 3,085 | cpp | // PiChat.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "PiChat.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CPiChatApp
BEGIN_MESSAGE_MAP(CPiChatApp, CWinApp)
ON_COMMAND(ID_APP_ABOUT, &CPiChatApp::OnAppAbout)
END_MESSAGE_MAP()
... | [
"Axell@bf672a44-3a04-1d4a-850b-c2a239875c8c"
] | Axell@bf672a44-3a04-1d4a-850b-c2a239875c8c |
1a2733c20bc2f53f0eeed9318ff7f04ca66e17c9 | 0e9394230899fd0df0c891a83131883f4451bcb9 | /test/function/simd/is_lessgreater.cpp | b097ed25f4b35451eae6563cf82d78a16edb1ae1 | [
"BSL-1.0"
] | permissive | WillowOfTheBorder/boost.simd | f75764485424490302291fbe9856d10eb55cdbf6 | 561316cc54bdc6353ca78f3b6d7e9120acd11144 | refs/heads/master | 2022-05-02T07:07:29.560118 | 2016-04-21T12:53:10 | 2016-04-21T12:53:10 | 59,155,554 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,476 | cpp | //==================================================================================================
/*!
@file
Copyright 2016 NumScale SAS
Copyright 2016 J.T. Lapreste
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/... | [
"charly.chevalier@numscale.com"
] | charly.chevalier@numscale.com |
918dfe61c293bdc24fce65ec83579895cf08d399 | dcb75b10a352d9cfc0ae31f28679a2d56b10b875 | /Source/Mordhau/VelocityBoxComponent.cpp | ec14977c8649064717baa9d70933dd08d8a3fd15 | [] | no_license | Net-Slayer/Mordhau_uSDK | df5a096c21eb43e910c9b90c69ece495384608e0 | c4ff76b5d7462fc6ccad176bd8f1db2efdd2c910 | refs/heads/master | 2023-04-28T02:48:14.072100 | 2021-12-15T16:35:08 | 2021-12-15T16:35:08 | 301,417,546 | 3 | 1 | null | 2021-08-23T13:23:29 | 2020-10-05T13:26:39 | C++ | UTF-8 | C++ | false | false | 118 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "VelocityBoxComponent.h"
| [
"talon_hq@outlook.com"
] | talon_hq@outlook.com |
07a28532043be227ce5f02e069f74a8ceaf8640f | 006789571d7df823ab4730ed1ab9e71e23acfadb | /LiveShader/LiveShader.cpp | 3a882e51071dc58a4fff37dbe880b43ca4350166 | [] | no_license | PetrosGiannopoulos/LiveShaderCodeEditor | 819fdb30a2897166f9cf236f0ecf301a929134e0 | 16779692eff8978622350cb60d4e55028693e724 | refs/heads/master | 2020-08-05T00:08:04.540377 | 2020-02-08T21:10:11 | 2020-02-08T21:10:11 | 212,324,668 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,685 | cpp | // LiveShader.cpp : Defines the entry point for the console application.
//
#include <iostream>
#include "Graphics.h"
using namespace std;
void resizeWrapper(GLFWwindow* window, int width, int height);
void mouseWrapper(GLFWwindow* window, double xpos, double ypos);
void scrollWrapper(GLFWwindow* window,... | [
"noreply@github.com"
] | noreply@github.com |
4c73ba8de658dbcb301e1ec67ed2ff16171b89f8 | f3fc5b2f6cd2b4c199696bc6ce02c7850a8b1363 | /src/hdt_adroit_driver/include/hdt_adroit_driver/hdt_adroit_coms.h | 8780a3069425b1ec9023236d1d3e8ed39b42d4d9 | [] | no_license | sagivald/hdt_rlb_vr | 67ddeed46337381b3dd831ccd1661fc7529b8c34 | 897a0bb4e7626ad20cfec65a0e2e0047c230b09c | refs/heads/master | 2021-09-14T04:19:40.191201 | 2018-05-08T12:18:48 | 2018-05-08T12:18:48 | 105,557,898 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,464 | h | #ifndef hdt_adroit_coms_h
#define hdt_adroit_coms_h
#include "AdroitComs.h"
#define ROS_NAME "hdt_adroit_coms"
#define SAMPLE_RATE 50.0
#define SAMPLE_PERIOD 1.0/SAMPLE_RATE
#define DEBUG_MSG_RATE 2*500/SAMPLE_RATE
#define HDT_TELEM_TOPIC "/hdt_adroit_coms/hdt_telem"
#define JOINT_TELEM_... | [
"yossicohen2000@gmail.com"
] | yossicohen2000@gmail.com |
17f5d0929a7beecf3251b151f710b83e00934113 | 772ba9a64bde2ef4fb1eea1d330a378bfcd5bcab | /ReverseWordsInString/ReverseWordsInString/main.cpp | 2d4a5454d1080edded3d49d5bc61f39595ea14fa | [] | no_license | chrisbangun/Cplusplus | 821b83f226d31f2b6345c6670a7d7a58d5d071e6 | ec5d6dd789e53076d76b652a0e007e1671899abf | refs/heads/master | 2021-06-16T22:34:40.530477 | 2017-07-11T16:25:33 | 2017-07-11T16:25:33 | 39,341,540 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 536 | cpp | //
// main.cpp
// ReverseWordsInString
//
// Created by Adi Bangun on 17/06/2015.
// Copyright (c) 2015 Adi Bangun. All rights reserved.
//
#include <iostream>
using namespace std;
void printLexio(int n,int k){
for(int i=0;i<9;i++){
if(k<=n){
cout << k << endl;
k*=10;
... | [
"adibangun@Adis-MacBook-Pro.local"
] | adibangun@Adis-MacBook-Pro.local |
7a2e183b14eafdd1389b575ccd46d655185d2c69 | 694c83dbfbfa1350c62f4ba654e07d5b1409aff4 | /main.cpp | abf432b37a502b766e10b849067d3c6727f5fd7c | [] | no_license | manojsatya/GitTest | 9b986c7bcfbbea72ebf3589939ec3459b9015106 | 4fdcf1e359455867194c747035de8c939ea0ee03 | refs/heads/master | 2016-09-05T15:02:41.965144 | 2015-05-06T22:02:34 | 2015-05-06T22:02:34 | 35,184,347 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 153 | cpp | #include <iostream>
using namespace std;
int main (){
std::cout << "Hello World" << std::endl;
std::cout << "Good one" << std::endl;
return 0;
}
| [
"manoj@ubuntu.(none)"
] | manoj@ubuntu.(none) |
5d109a204426037d799c9912b8d10431385529ca | ac45d8b97e0cc3647990445d4be1184b38f6bea3 | /leetcode/trapping-rain-water.cpp | 21fc80a2d39ecb9e10798ee9f31bd0aca7b7a3c3 | [] | no_license | ytong3/coding_practice | 20d7071ace8121555fd97edfa82af4108551acf4 | 9d7fd7677bb2c84875bffa9b8f2620b43a4bad13 | refs/heads/master | 2021-01-10T01:09:17.308678 | 2014-03-25T17:34:49 | 2014-03-25T17:34:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 776 | cpp | //A similar approach to Stock III.
//The key observation is to divide the problem to subproblems of finding the water held in each bar! Divide and Conquer is really the way to go in many cases!
class Solution {
public:
int trap(int A[], int n) {
if (n<2) return 0;
//get the highest bar on ... | [
"ytong3@utk.edu"
] | ytong3@utk.edu |
8ab6856887b24ba1b352e1e5d438b2a003581dbe | fafce52a38479e8391173f58d76896afcba07847 | /uppsrc/ide/Annotations.cpp | d61398952666f25abdce7ab4954c6ba9d16beb54 | [
"BSD-2-Clause"
] | permissive | Sly14/upp-mirror | 253acac2ec86ad3a3f825679a871391810631e61 | ed9bc6028a6eed422b7daa21139a5e7cbb5f1fb7 | refs/heads/master | 2020-05-17T08:25:56.142366 | 2015-08-24T18:08:09 | 2015-08-24T18:08:09 | 41,750,819 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,288 | cpp | #include "ide.h"
void AssistEditor::Annotate(const String& filename)
{
int fi = GetSourceFileIndex(filename);
CppBase& base = CodeBase();
ClearAnnotations();
for(int j = 0; j < base.GetCount(); j++) {
String nest = base.GetKey(j);
if(*nest != '@') { // Annotations of anonymous structures not suported
... | [
"cxl@05275033-79c2-2956-22f4-0a99e774df92"
] | cxl@05275033-79c2-2956-22f4-0a99e774df92 |
e7c1b5b236fa4eb38d105e294043d4283667ab73 | d349229fd67b4fe60b5365821de446672f4cbf60 | /red/4_web_server_stats/stats.h | d7db059433b9159dcf7883920120ae75bbc75c8c | [] | no_license | Rokenrosh/c_plus_plus_specialization | 938978d3871ed5f29dedc6103bad2ee940c94d7d | 34889ce7307094219ecabe00a228f8cfa1713df1 | refs/heads/master | 2023-01-27T20:18:40.528493 | 2020-12-07T20:00:22 | 2020-12-07T20:00:22 | 292,908,233 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 459 | h | #pragma once
#include "http_request.h"
#include <string_view>
#include <map>
#include <algorithm>
using namespace std;
class Stats {
public:
Stats();
void AddMethod(string_view method);
void AddUri(string_view uri);
const map<string_view, int>& GetMethodStats() const;
const map<string_view, ... | [
"noreply@github.com"
] | noreply@github.com |
bbfba248d7aeb4e9150d5d49dc5ab6314c9aa584 | e3ab710ada6ac68f169b4e1ee68bf8b94f959cc6 | /thrift/lib/cpp2/protocol/NimbleProtocol.h | 5f3e8a7b7740fcbf5e9a755d68db43942a4ecc6a | [
"Apache-2.0"
] | permissive | blockspacer/fbthrift | 073d55d97de499de6f2e52cb871670f156d10794 | d83845a575f5e2ac9d7cfdff44dc0c57a00c9d0a | refs/heads/master | 2020-08-06T12:15:44.687620 | 2019-10-05T06:25:52 | 2019-10-05T06:27:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,604 | h | /*
* Copyright 2019-present Facebook, Inc.
*
* 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... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
a7a8dd8cc2fd5bfeb0a72419263b2fa6bcf43f97 | ba9485e8ea33acee24dc7bd61049ecfe9f8b8930 | /ac/abc188/C/main.cpp | 9716b23f27afc58a0d66e6aeb29563414062fd6e | [] | no_license | diohabara/competitive_programming | a0b90a74b0b923a636b9c82c75b690fef11fe8a4 | 1fb493eb44ce03e289d1245bf7d3dc450f513135 | refs/heads/master | 2021-12-11T22:43:40.925262 | 2021-11-06T12:56:49 | 2021-11-06T12:56:49 | 166,757,685 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 752 | cpp | #include <bits/stdc++.h>
using namespace std;
using ll = long long;
#define rep(i, n) for (int i = 0; i < (int)(n); i++)
const ll MOD = 1e9 + 7;
const ll INF = 1e18;
ll gcd(ll a, ll b) { return b ? gcd(b, a % b) : a; }
ll lcm(ll a, ll b) { return a / gcd(a, b) * b; }
int main() {
// input
int N;
cin >> N;
ve... | [
"diohabara@gmail.com"
] | diohabara@gmail.com |
3954c7397861d49372970b4a3c3efe82c3040507 | 7fda176ef12ccf4299159f41bf4dbe1d98f0daab | /src/cd++/model/model.h | 9b026796b672c6cfc253c16245b321bb5b079863 | [
"MIT"
] | permissive | SimulationEverywhere/CDPP_ExtendedStates-codename-Santi | d18bb4c04e2b51d9952567db878db824cc010b49 | 140085e43ce3a60ead8f806d2f7d19f7df431709 | refs/heads/master | 2022-08-24T14:23:10.098163 | 2022-08-15T18:14:23 | 2022-08-15T18:14:23 | 150,471,965 | 5 | 6 | MIT | 2022-08-15T18:08:16 | 2018-09-26T18:29:24 | C++ | UTF-8 | C++ | false | false | 4,965 | h | /*******************************************************************
*
* DESCRIPTION: class Model(base class for Amtomic and Coupled)
*
* AUTHOR: Amir Barylko & Jorge Boyoglonian
* Version 2: Daniel Rodriguez
* Version 3: Alejandro Troccoli
*
* EMAIL: mailto://amir@dc.uba.ar
* mailto://jbeyoglo@dc.uba.... | [
"lukius@gmail.com"
] | lukius@gmail.com |
dfde70a7b8d02423cb00e662e8afa2691b28b6ae | a74c66c6aa47ba3be46fcb369961cd9783c5bcc4 | /test2.cpp | 525ee0a5cd17191f92df88955852c99b15d73433 | [] | no_license | windcry1/scpc.me | 54636fc0bdcc1d16f50d05eed19ffda5a4d7afbb | e194dfdd390a4df405cf7e383276ef8edadc73ea | refs/heads/master | 2020-12-04T10:21:59.916140 | 2020-01-07T13:25:49 | 2020-01-07T13:25:49 | 231,725,427 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 585 | cpp | #include<stdio.h>
#include<string.h>
#include<stdlib.h>
int main()
{
char a[100000];
char b[100000];
int arr[100000];
int brr[100000];
scanf("%s%s",a,b);
int len1=strlen(a);
int len2=strlen(b);
for(int i=0;i<=len1-1;i++)
{
arr[len1-i-1]=a[i]-'0';
}
for(int i=0;i<=len2-1;i++)
{
brr[len2-i-1]=b[i]-'0';
}... | [
"lanceyu120@gmail.com"
] | lanceyu120@gmail.com |
1ccd3e1ff057e2e836f2568b62a978646eeef08d | 367be98d4ed7dde14d05f988c1606aaa60a60eb3 | /tests/api/mpi/comm/comm_idup.cc | 0a840eb17e7e5530b728857cf22fd63de97b1535 | [
"BSD-3-Clause"
] | permissive | nlslatt/sst-macro | acd3f043468cd13ab0843dff85493737ea5a843f | c0feb7e8d12bde3f0b1a505452276473f9b07ca3 | refs/heads/master | 2021-01-15T12:15:40.773962 | 2016-04-07T21:30:26 | 2016-04-07T21:39:55 | 59,328,703 | 0 | 0 | null | 2016-05-20T21:54:18 | 2016-05-20T21:54:17 | null | UTF-8 | C++ | false | false | 4,467 | cc | /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
/*
* (C) 2012 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sstmac/replacements/mpi.h>
#include "mpitest.h"
namespace comm_idup {
/* This is a te... | [
"jjwilke@s940740ca.ca.sandia.gov"
] | jjwilke@s940740ca.ca.sandia.gov |
2576fed39a88d3ee2c9767e64b018e0989cfb2d0 | 3b89e0c8a240688ad76d0d222fe67619e924c773 | /detection/laser_detectors/srl_laser_detectors/src/srl_laser_detectors/segments/segment_utils.cpp | b6212f828a4cee25c2cac7e62b297f56c4fdbbfc | [
"BSD-3-Clause"
] | permissive | LCAS/spencer_people_tracking | 14d07aee5752d33726fa781616a0b5d52a66bdb4 | 2d227a703ab3e306815e6dc19d76ec69858c8235 | refs/heads/master | 2021-01-20T15:09:55.562447 | 2018-09-22T12:14:32 | 2018-09-22T12:14:32 | 90,725,575 | 3 | 3 | null | 2018-09-22T12:09:53 | 2017-05-09T09:08:28 | C++ | UTF-8 | C++ | false | false | 6,069 | cpp | /*
* Software License Agreement (BSD License)
*
* Copyright (c) 2014-2015, Timm Linder, Social Robotics Lab, University of Freiburg
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redis... | [
"linder@cs.uni-freiburg.de"
] | linder@cs.uni-freiburg.de |
1417948c47e15010df29f22224e2c7ef0a585521 | 38693c6738138ef2a760612bbc8903f00aebd989 | /wxCustomButtons/src/custom_button.cpp | ab0cc554b22470b9d3bfb1f2ecb089cc247a96c6 | [] | no_license | deyan-hadzhiev/wxCustomButton | 330d272000a1612eaa245b9be79fe7c94f62a6fb | 72c33e8ac750ca0cd84637c63dff3dce772e2576 | refs/heads/master | 2021-01-16T19:14:23.907650 | 2014-01-10T22:01:57 | 2014-01-10T22:01:57 | 13,284,118 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,535 | cpp | #include "custom_button.h"
#include "mainframe.h"
bool wxCustomButton::altDown = false;
wxCustomButton::wxCustomButton( MainFrame* mf, wxWindow* parent, wxWindowID winid, wxString lbl, wxPoint pos, wxSize sz)
: wxPanel( parent, winid, pos, sz, wxTAB_TRAVERSAL | wxWANTS_CHARS),
mainFrame( mf),
parent( parent),
foc... | [
"deyan.z.hadzhiev@gmail.com"
] | deyan.z.hadzhiev@gmail.com |
db5b8f85667061951209b9e4da643ea34ba13996 | d6bdb561d4844b87a0e4a487c37f7519c8714c4e | /Source/BattleOfDistantHoriz/GameActors/TunnelUnit.cpp | 12ab50f77dde63aad5ad50cb558dd20740b716e7 | [] | no_license | mpulcinelli/BattleOfDistantHorizon | 374c1caf7c72ae9e892ef08ba79cb410c99bb9b3 | d0c39b75cb1c3d34c971dc4c057d475f9a9693bd | refs/heads/main | 2023-05-22T18:22:24.389135 | 2021-06-13T02:35:40 | 2021-06-13T02:35:40 | 367,941,059 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,669 | cpp | #include "TunnelUnit.h"
#include "Components/SceneComponent.h"
#include "Components/StaticMeshComponent.h"
#include "Engine/StaticMesh.h"
#include "UObject/ConstructorHelpers.h"
#include "Components/SceneComponent.h"
#include "Components/BoxComponent.h"
#include "BattleOfDistantHoriz/Characters/SpaceShipPawn.h... | [
"mpulcinelli@gmail.com"
] | mpulcinelli@gmail.com |
2a9a688da2aefb6722da5e83977a881a23f05699 | 2d669fa7a179b394c967306b1465b413f909d6aa | /ChessPossibleMoves/BoardFunctions.h | 06a83a933ae463533f3c098ffabb4f1683a1bd37 | [] | no_license | Kornelcius/Chess | 6f3111c3ad91974a70c8564697c5d814edec9a96 | 4fa8fd44d9c94cf0f12c43fe203d075cfb07b5c0 | refs/heads/main | 2023-03-17T17:05:59.289711 | 2021-02-24T10:16:51 | 2021-02-24T10:16:51 | 341,013,185 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 646 | h | #pragma once
#include "Piece.h"
#include <vector>
extern Piece ChessBoard[8][8];
void initializeBoard();
void printBoard();
Position chooseFigure();
std::vector<Position> getMoves(int x, int y);
std::vector<Position> getMovesForType(int x, int y, std::string type);
std::vector<Position> getMovesForKing(int x, int y);
... | [
"bartosz.kordala@gmail.com"
] | bartosz.kordala@gmail.com |
049fd4f837b0fd8324d879a67e69b5dec6923ac4 | 76ce6d3927bc8e70ccff648f84a40a2769d1a4ff | /c++/c++primer_2/03/03_32a/main.cpp | 1034dd553f4ef1b6b83b85830b4238ca41feaff7 | [] | no_license | coderfamer/linuxstudy | a4fb7463df868d170dc4815ea35d371996a7c8f4 | 87b57ab4847a5229025cff70a595d1abfbade4a3 | refs/heads/master | 2021-07-18T06:00:33.153485 | 2020-04-03T09:59:57 | 2020-04-03T09:59:57 | 101,067,959 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 612 | cpp | #include <iostream>
#include <vector>
using namespace std;
int main(int argc, char *argv[])
{
int a[10] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
vector<int> v1(a, a+10);
for (auto s : v1)
{
cout << s << " ";
}
cout << endl;
vector<int> v2 = v1;
int b[10];
for (int i=0; i<10; i++)... | [
"13625611069@163.com"
] | 13625611069@163.com |
f88e620fef110a25bc1d50cb0e66c7555f6e0631 | 54bf7148574a620a1cf6045aca0217ce1dad3090 | /CompillerAgain/boolean.cpp | 91c3fb22b9f3a3a221b2c7d855e5668b3a74b7c8 | [] | no_license | frezzerovshik/Compiler | ea4aa05251b974e602f1fe5fd97606b5c50b4b9b | f345aaa94f80c0e70c3c442c50fe2a34c04cb315 | refs/heads/master | 2020-12-12T11:15:20.960835 | 2020-01-22T21:20:56 | 2020-01-22T21:20:56 | 216,276,586 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,465 | cpp | #include "boolean.h"
#include "terminal.h"
#include "factor.h"
#include "logic.h"
#include "compare.h"
boolean::boolean()
{
setFlag(false);
}
boolean::~boolean()
{
}
// <boolean>::=<factor><logic><factor> | <factor> <compare> <factor> | true |false
void boolean::deriving(int pos) {
bool flag = false;
if (lexStrea... | [
"frezzy12349@gmail.com"
] | frezzy12349@gmail.com |
993d21564ffd8389589b77e8adb5630236603132 | bdfc337fc95b034af4116e084bf6cdb9b7b085ea | /Recursion/recursion03.cpp | eff2938cc998c7ab417b34566798fd20f2f6b5e3 | [] | no_license | JUDONGHYEOK/JinwolAlgorithm | 9957bdb44fc5f7ba590aac6d12e0bbac74660931 | 08682f5305929d89da7a4e18192dec59a01955cd | refs/heads/master | 2023-03-17T20:09:13.493862 | 2021-03-14T08:16:20 | 2021-03-14T08:16:20 | 338,572,799 | 2 | 1 | null | 2021-03-14T08:16:20 | 2021-02-13T12:44:41 | Java | UTF-8 | C++ | false | false | 221 | cpp | #include<iostream>
#include<string>
using namespace std;
bool three(int a,int b){
if(a<10){
cout<<b;
return (a==3||a==6||a==9);
}
three(a,b++);
}
int main(){
int number=1234567;
} | [
"65863017+JUDONGHYEOK@users.noreply.github.com"
] | 65863017+JUDONGHYEOK@users.noreply.github.com |
6868fb03fc433842c811ab400709c03d75162bbf | e3d89f0fbfed8281e682cff6fb047fb14be50061 | /arduino/imu_rosserial/imu_rosserial.ino | 0266260ee94f54a7a7d3b2ba11d0a8ad69fb8cdf | [
"MIT"
] | permissive | tranqkhue/bugcar | 4fc850e7efd4490d2f42284e9e56f2cb0df5f16d | ee934cb51a191167756e519a2c2a313cc783f0a7 | refs/heads/main | 2023-03-11T12:38:06.993727 | 2021-02-21T09:39:04 | 2021-02-21T09:39:04 | 322,543,832 | 0 | 0 | MIT | 2021-02-21T09:39:05 | 2020-12-18T09:07:24 | null | UTF-8 | C++ | false | false | 17,044 | ino | //#define USE_USBCON //For Leonardo/Pro Micro with MEGA32U4 microcontroller
//https://answers.ros.org/question/61863/rosserial_python-cant-connect-to-arduino-leonardo/
#include "I2Cdev.h"
#include "Wire.h"
#include "MPU6050_6Axis_MotionApps20.h"
#include <ros.h>
#include <sensor_msgs/Imu.h>
//=======================... | [
"14338@student.vgu.edu.vn"
] | 14338@student.vgu.edu.vn |
90b2c6f167fedead37d44982534136505ea0be23 | ba4c8a718594f43fb2c5a2ec11c066274ec70445 | /openCV/sources/modules/gpu/src/error.cpp | fc8573750a7a40179d4e820822cdd1aae668b918 | [
"BSD-3-Clause"
] | permissive | jayparekhjp/openCV-Facial-Recognition | d7d83e1cd93a878d91e129dd5f754a50fde973a2 | c351d55863bbc40c3225f55152dcd044f778119f | refs/heads/master | 2020-04-02T03:18:43.346991 | 2018-10-20T23:45:42 | 2018-10-20T23:45:42 | 153,957,654 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 11,863 | cpp | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, i... | [
"thatindiangeek@gmail.com"
] | thatindiangeek@gmail.com |
7f4691976309053bb78deb646a28b9173b35bd81 | 0c420e8b97af7a1dacb668b1b8ef1180a8d47588 | /Backup2306/+EvApplication/EvApplication/StationMapping.h | 5d83a872a506f682aaf4cbc29e56319795c4970f | [] | no_license | Spritutu/Halcon_develop | 9da18019b3fefac60f81ed94d9ce0f6b04ce7bbe | f2ea3292e7a13d65cab5cb5a4d507978ca593b66 | refs/heads/master | 2022-11-04T22:17:35.137845 | 2020-06-22T17:30:19 | 2020-06-22T17:30:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,636 | h | #pragma once
#include "resource.h"
#include "afxwin.h"
#include "Application.h"
#include "LightHandler.h"
#include "LightControl.h"
#include "PictureCtrl.h"
#define MAX_DIE_FOVS 40//40
#define MAX_DIE_MAP_FOVS 40
// CStationMapping dialog
class CStationMapping : public CDialogEx
{
DECLARE_DYNAMIC(CStationMapping)
... | [
"huynhbuutu@gmail.com"
] | huynhbuutu@gmail.com |
dbefd1fada1a9347c7994afcbd8db74ac14cec79 | 3b35be12f239c6d22b59942052a87a442c6fcbe4 | /src/memory_manager.cpp | 6db06476486ec4b7400efaf5ad9ffb7fa02252db | [
"Apache-2.0"
] | permissive | yutiansut/rmm | 0f8848d9cec8bd700815cb5668a7a257b00a159c | bf26308344d112106ef631f9d528c6fa6d588dc2 | refs/heads/branch-0.9 | 2020-06-19T14:49:49.850018 | 2019-07-03T03:08:59 | 2019-07-03T03:08:59 | 196,750,717 | 0 | 0 | Apache-2.0 | 2019-07-13T17:54:04 | 2019-07-13T17:52:31 | C++ | UTF-8 | C++ | false | false | 4,226 | cpp | /*
* Copyright (c) 2018, NVIDIA CORPORATION.
*
* 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 ... | [
"mharris@nvidia.com"
] | mharris@nvidia.com |
cdc88d47a583b222c42c5365506e71cf6acc6f24 | e7e497b20442a4220296dea1550091a457df5a38 | /main_project/feed/FeedDispatcherN/src/ExpressionParser.cpp | b69a24e602104df32bbafbaa457c6011a19d1cbc | [] | no_license | gunner14/old_rr_code | cf17a2dedf8dfcdcf441d49139adaadc770c0eea | bb047dc88fa7243ded61d840af0f8bad22d68dee | refs/heads/master | 2021-01-17T18:23:28.154228 | 2013-12-02T23:45:33 | 2013-12-02T23:45:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 51,942 | cpp | /*
* test.cpp
*
* Created on: Apr 8, 2010
* Author: yejingwei
*/
#include "ExpressionParser.h"
#include <iostream>
#include <sstream>
#include <boost/tuple/tuple.hpp>
#include <exception>
#include <set>
#include <stdexcept>
#include <ostream>
#include <algorithm>
#include <boost/lexical_cast.hpp>
#include <... | [
"liyong19861014@gmail.com"
] | liyong19861014@gmail.com |
ecafb1fd4e643c37c6ca496c7cb95699141a8c57 | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/icu/source/common/ubidi.cpp | eb40a212e17e9e4296cfc8d8ecf8672b3a44cc75 | [
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"BSD-3-Clause",
"LicenseRef-scancode-unicode",
"ICU",
"LicenseRef-scancode-unknown-license-reference",
"GPL-3.0-or-later",
"NTP",
"GPL-2.0-or-later",
"LicenseRef-scancode-autoconf-simple-exception",
"Autoconf-exception-generic",
... | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 122,221 | cpp | // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/*
******************************************************************************
*
* Copyright (C) 1999-2015, International Business Machines
* Corporation and others. All Rights Reserved.
*
***********... | [
"jengelh@inai.de"
] | jengelh@inai.de |
a6bec2512113c8fb1389d50f81b91f9f45565b0d | 40a00025fdb79a9c4c0f608cdf385dcef7ed1445 | /arduino-prototype/libraries/ArduCAM/ArduCAM.h | 5d697cf4a2a0c8c13f5c15430491c27c490ed946 | [] | no_license | ideapod/nanosat-revolution | a85267d4829202dca86fc349ef6db935c032bffd | d94c0b994a573e65b4d4d1ad665973f88a1245be | refs/heads/master | 2021-01-10T09:42:01.690560 | 2017-05-13T22:09:06 | 2017-05-13T22:09:21 | 45,902,103 | 4 | 1 | null | 2017-02-16T12:26:26 | 2015-11-10T09:38:54 | C++ | UTF-8 | C++ | false | false | 12,960 | h | /*
ArduCAM.h - Arduino library support for CMOS Image Sensor
Copyright (C)2011-2015 ArduCAM.com. All right reserved
Basic functionality of this library are based on the demo-code provided by
ArduCAM.com. You can find the latest version of the library at
http://www.ArduCAM.com
Now supported controllers:
... | [
"ligalog@icloud.com"
] | ligalog@icloud.com |
576982cb97353117710fc063ae29b1afce8fdc5f | ce279d5aba441318246d13e66f26075541f5bf73 | /serial/include/interface/IfceSerialController.h | 6cf3369e89362f857de89babd589083db1063a8b | [] | no_license | krkruk/Qt-OrionPi | 25b2758cb2989d8450861c31ed110e004944d77f | 276b145c32ddbdaf1b847486cfec3bfdce393de2 | refs/heads/master | 2021-09-10T19:22:49.329929 | 2018-03-31T17:08:12 | 2018-03-31T17:08:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,318 | h | #ifndef IFCESERIALCONTROLLER_H
#define IFCESERIALCONTROLLER_H
#include <QSharedPointer>
class IfceSerialModel;
class QByteArray;
/**
* @brief The IfceSerialController interface allows communication between view and models.
*
* Any class derived from the interface should implement single way data exchange between
... | [
"krzysztof.pawel.kruk@gmail.com"
] | krzysztof.pawel.kruk@gmail.com |
b1e5c03d4474abcd04ac8ba9c3eaa0ba30839cf3 | 9edbec38bbf4f6788764d77835b915de00e05c34 | /P2/include/Hannah.h | 83cca146930916c58a29d91c131f1cf575cb9709 | [] | no_license | saketb-2703/trial1 | 900dd48912360526c3b7b53310bfc5b8bc083cee | 7bedc82d51e7c48c4d4f83a78f70f16722557143 | refs/heads/master | 2023-05-09T15:55:22.886579 | 2021-05-08T19:12:12 | 2021-05-08T19:12:12 | 365,592,500 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 167 | h | #ifndef HANNAH_H
#define HANNAH_H
class Hannah
{
public:
Hannah(int num);
void printCrap();
private:
int h;
};
#endif // HANNAH_H
| [
"f20200983@goa.bits-pilani.ac.in"
] | f20200983@goa.bits-pilani.ac.in |
48ed70cfa4d0e61ad34dfb552e3c1712221dfb70 | cf9c3aa192d9ae2e8535f9f78d1a305c9d992d77 | /caffe/src/caffe/layers/myeuclidean_loss_layer.cpp | 05b9fee413076e31fc888a9671f169e9ea4b6239 | [
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause",
"LicenseRef-scancode-public-domain"
] | permissive | rumsyx/RPCF | 520dffdc90e1b5848f698bacb8c5ba29737685f7 | 0b6fab52f3d85eaab5d89139469a618ed07a9728 | refs/heads/master | 2020-03-27T08:45:33.621225 | 2019-11-14T04:20:10 | 2019-11-14T04:20:10 | 146,284,948 | 12 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,776 | cpp | #include <vector>
#include "caffe/layer.hpp"
#include "caffe/util/io.hpp"
#include "caffe/util/math_functions.hpp"
#include "caffe/vision_layers.hpp"
namespace caffe {
template <typename Dtype>
void myEuclideanLossLayer<Dtype>::Reshape(
const vector<Blob<Dtype>*>& bottom, const vector<Blob<Dtype>*>& top) {
LossL... | [
"aprilsun@hotmail.com"
] | aprilsun@hotmail.com |
88f24f7977fdc2f843f1dc6980872531b5ff1627 | d34960c2d9a84ad0639005b86d79b3a0553292ab | /boost/boost/numeric/ublas/detail/raw.hpp | 63e69a1e8c6b2292670b0ed95170080e910e8bfc | [
"BSL-1.0",
"Apache-2.0"
] | permissive | tonystone/geofeatures | 413c13ebd47ee6676196399d47f5e23ba5345287 | 25aca530a9140b3f259e9ee0833c93522e83a697 | refs/heads/master | 2020-04-09T12:44:36.472701 | 2019-03-17T01:37:55 | 2019-03-17T01:37:55 | 41,232,751 | 28 | 9 | NOASSERTION | 2019-03-17T01:37:56 | 2015-08-23T02:35:40 | C++ | UTF-8 | C++ | false | false | 30,379 | hpp | //
// Copyright (c) 2002-2003
// Toon Knapen, Kresimir Fresl, Joerg Walter
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
//
#ifndef _BOOST_UBLAS_RAW_
#define _BOOST_UBLAS_RAW_
namespace geofeatures... | [
"tony@mobilegridinc.com"
] | tony@mobilegridinc.com |
452a84f18d66c3ac1bd8f919ae28b012abe0a24a | e727cc3c1e9a3542b9114b77b15b6f77450ca4a5 | /src/app/necat2sv/sv_reads.cpp | 6ffc9bbec2535e5e4de3ca15b971f9c74847eaec | [] | no_license | xiaochuanle/lesv | 3624b4a5ae35e6ccf3e826b0a6791d469f366d87 | b3c41997c5c2da2f355cff5bdcae25ce061eed99 | refs/heads/master | 2022-12-12T02:22:54.304662 | 2020-09-07T02:40:29 | 2020-09-07T02:40:29 | 293,403,776 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,768 | cpp | #include "sv_reads.h"
#include "../../ncbi_blast/str_util/ncbistr.hpp"
#include <fstream>
using namespace std;
extern "C"
void
sread_sv_read(const char* in, SvRead* rp)
{
ncbi::CTempString ins(in);
ncbi::CTempString delim("\t");
vector<ncbi::CTempString> components;
NStr::Split(ins, delim, component... | [
"sysu@sysudeMacBook-Pro.local"
] | sysu@sysudeMacBook-Pro.local |
8a808f13c92e9a84fa6185235b34d9274478fbdb | 805109c841a3431bc6f543ee9b3ab3da07b5460d | /rotateList/rotateList/main.cpp | 50e4120aacb581adc7820c47c661ba3aada7c735 | [] | no_license | jingninc/algorithm | bc4f8e3ecd845596e418c297bf11da917e868241 | 481406c8d5763585ff645a85db26f9deb5376cab | refs/heads/master | 2016-09-05T16:12:32.324491 | 2015-02-02T19:00:23 | 2015-02-02T19:00:23 | 30,202,500 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 992 | cpp | //
// main.cpp
// rotateList
//
// Created by JINGNING CAO on 1/25/15.
// Copyright (c) 2015 JINGNING CAO. All rights reserved.
//
#include <iostream>
using namespace std;
struct ListNode {
int val;
ListNode *next;
ListNode(int x) : val(x), next(NULL) {}
};
int getLen(ListNode* head){
int len = ... | [
"caojn909224@gmail.com"
] | caojn909224@gmail.com |
da7dfdc64834631d73b9ac94d5ff5e6acfb1b1fd | 885dfd7cbf285f88808b957475092217c5b09c68 | /2020-hpc-ii/hw4/p1_p2/main_ssa_test.cpp | 24010d41420b03b5c71194551f067bf74296c06a | [] | no_license | florian-world/high-performance-computing | d89c0c70ff7fb034611a7f42683aa2b0770770fb | 86c22cd31eb327d5281fb65ca24227dfd0d6cbd0 | refs/heads/master | 2022-11-18T13:51:49.443508 | 2020-07-04T09:41:38 | 2020-07-04T09:41:38 | 277,081,315 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,014 | cpp | #include <cstdio>
#include <cstdlib>
#include <vector>
#include <string>
#include <chrono>
#include "ArgumentParser.hpp"
#include "SSA_CPU.hpp"
typedef std::chrono::system_clock Clock;
using namespace std;
int main(int argc, const char ** argv)
{
if (argc != 6) {
fprintf(stderr, "Usage: %s k1 k2 k3 k4 n\n", ... | [
"m@florian.world"
] | m@florian.world |
bdc203aa30b520f4923417a88964901db325be45 | 2aa898dbe14af58220cd90d58ee42a60373d4983 | /Card Game.cpp | 52aae1e90e0addfa7d38ab543ef9972f909c4d31 | [] | no_license | saidul-islam98/Codeforces-Codes | f87a93d10a29aceea1cda4b4ff6b7470ddadc604 | 69db958e0b1918524336139dfeec39696a00d847 | refs/heads/main | 2023-07-12T03:27:31.196702 | 2021-08-09T11:09:30 | 2021-08-09T11:09:30 | 320,839,008 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 501 | cpp | #include<bits/stdc++.h>
using namespace std;
int main(){
int t;
cin>>t;
while(t--){
int n,f,s;
cin>>n>>f>>s;
int a[f],b[s];
for(int i=0;i<f;i++){
cin>>a[i];
}
for(int i=0;i<s;i++){
cin>>b[i];
}
int max1=*max_elemen... | [
"noreply@github.com"
] | noreply@github.com |
2af8f14ec8f19c88a0c5842441437c8b045bb1aa | fb5b25b4fbe66c532672c14dacc520b96ff90a04 | /export/release/windows/obj/src/__resources__.cpp | 0d6df011e3aba6aeada7d0d4fe01d647099e9c9b | [
"Apache-2.0"
] | permissive | Tyrcnex/tai-mod | c3849f817fe871004ed171245d63c5e447c4a9c3 | b83152693bb3139ee2ae73002623934f07d35baf | refs/heads/main | 2023-08-15T07:15:43.884068 | 2021-09-29T23:39:23 | 2021-09-29T23:39:23 | 383,313,424 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,631 | cpp | #include <hxcpp.h>
namespace hx {
extern unsigned char __res_0[];
extern unsigned char __res_1[];
extern unsigned char __res_2[];
extern unsigned char __res_3[];
extern unsigned char __res_4[];
extern unsigned char __res_5[];
extern unsigned char __res_6[];
extern unsigned char __res_7[];
extern unsigned char __res_8[... | [
"72734817+khiodev@users.noreply.github.com"
] | 72734817+khiodev@users.noreply.github.com |
47494578e2e10d4041715616642590fef9abfee9 | cba69333cf60daaa172987fa023948adfba60679 | /RingBuffer/main.cpp | 48c363194b97146ce4af8996baf3b045ecf5cc5b | [] | no_license | thomasalvatran/Oct2015 | ba08b8fd4e5cecae98356ec772f04f2dd3097321 | 4bfe7e66532cc02fd64e4ff5ecf33f94a74e8f50 | refs/heads/master | 2021-01-10T02:33:23.593018 | 2015-10-27T13:31:56 | 2015-10-27T13:31:56 | 44,273,249 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,501 | cpp |
#include "ds/ringbuffer.h"
#include "fxttypes.h"
#include "fxtio.h"
#include "jjassert.h"
#include "nextarg.h"
//% Demo of the ring buffer data structure.
typedef signed char RBt;
static void print_ringbuffer(ringbuffer<RBt> &R) {
cout << " ";
for (ulong j = 0; j < R.n_; ++j)
cout << setw(3) << R.x_[j... | [
"thomasalvatran@gmail.com"
] | thomasalvatran@gmail.com |
e62651abe0fee7d15bc813d3c67944f58772a45a | 565c581fd92809e1e44b4a04d5b7fbbfbcaf30b9 | /module05/ex02/Form.hpp | f3910bc1a2d8cad1c763dbac15588e5a84297af4 | [] | no_license | brojoon/cpp_module | 1e1a44d59fccdb6145529cf0e6eb81578ee12e30 | c627e5623ea9fca547a905c40da9a3ecc9506653 | refs/heads/main | 2023-06-07T05:58:35.642321 | 2021-07-02T22:16:14 | 2021-07-02T22:16:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,176 | hpp | #ifndef Form_hpp
#define Form_hpp
#include <iostream>
#include <exception>
#include "Bureaucrat.hpp"
class Form
{
private:
const std::string name;
std::string target;
bool isSigned;
const int gradeToSign;
const int gradeToExecute;
public:
Form();
Form(std::string name, std::string target, int gradeToSign, int ... | [
"ydngjink1234@gmail.com"
] | ydngjink1234@gmail.com |
7190987d6962462271471d2bf34173b30ab05653 | f56f7dfe684e448f72c32dd4d56dc81dd494dd35 | /thrift/lib/cpp2/transport/http2/client/H2ClientConnection.cpp | f23f7f25a428050fc2ad4d4a141b93ff1f54480f | [
"Apache-2.0"
] | permissive | CHJoanna/fbthrift | 088145e079078ab09d321d101c6cc50c128838b7 | bb1dd6ba08f2fadacb801f968eee50493ab4e801 | refs/heads/master | 2023-03-23T13:20:38.916692 | 2021-03-26T18:45:03 | 2021-03-26T18:46:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,514 | cpp | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* 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 applic... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
12ca42b2973b3f47f070e1aab04f8911a8593fcc | 1f15c52f532cbbe7b759979640c2361bed3ccfb2 | /library/ProvizWiFi/ProvizData.cpp | a1de4dcc547f5bf8142de9d0b150de2494e1537a | [
"MIT"
] | permissive | cslfiu/SOTA-Skeleton-Code-for-Client | 4888ba0c2506e52617248d31035c3d5e8020d52a | 7eaf7003dfecbbe9f65ca18e2c72c7a083671b12 | refs/heads/master | 2021-09-09T00:37:51.119631 | 2018-03-13T01:10:49 | 2018-03-13T01:10:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 85 | cpp | #include "ProvizData.h"
ProvizData::ProvizData()
{
}
ProvizData::~ProvizData()
{
}
| [
"h.burakyesilyurt@gmail.com"
] | h.burakyesilyurt@gmail.com |
822eebb57ea74e2292be747ffbc060bddc1238a4 | d6c69bd9c770fe1916f6d91f542e6217224102c0 | /nodemcu/Pruebas/s_infrarojo_v01/s_infrarojo_v01.ino | 650b029044c882fafe02eef1046ea9cdee9e46f3 | [] | no_license | novagenio/arduinos | 4cb4521aa68a7a9b57dc7dfbd426081147fc4f7f | bd425ff076d7771871909d25964d26b2f46597b2 | refs/heads/master | 2020-04-13T01:44:28.685163 | 2019-09-29T17:12:32 | 2019-09-29T17:12:32 | 162,882,114 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,527 | ino | // Cantidad de pulsos
#define TRAIN_LENGTH 32
// En microsegundos
#define LOW_LIMIT 600
#define HIGH_LIMIT 1800
#define INIT_LIMIT 4000
#define IN 2
#define LED 13
long start, delta = 0;
uint32_t value;
int pos = 0;
boolean has_value = false;
unsigned int key[10];
void inputPin() {
noInterrupts();
if (has_value) re... | [
"noreply@github.com"
] | noreply@github.com |
374267ef6be99a029b01d9661f12ed44f24cd752 | 9d48ec858357416d2910a5924c7add1f962bad44 | /chatClient/chatWorks.cpp | db1a60d6ca3a77ef192e92ccfca540ba4106c37e | [] | no_license | andrewly/3574_HW7 | 90a7ed118384988c2ddf8898724acc78b8838e79 | cf8a58d0ca8f48769aaf200b47489a1a93d21a2e | refs/heads/master | 2020-05-05T04:11:22.004404 | 2015-05-04T21:23:43 | 2015-05-04T21:23:43 | 34,747,081 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 709 | cpp | #include "chatWorks.h"
ChatWork::ChatWork(QString name)
{
userName = name;
//connect(Server,SIGNAL(messages(QString, QString)),this,SLOT(receving(QString, QString)));
//connect(Server,SIGNAL(messages(QString, QString)),this,SLOT(newMembers(QString)));
}
WorkObject::~WorkObject()
{
}
void WorkObject::sendMes... | [
"akbor492@vt.edu"
] | akbor492@vt.edu |
459c62c1e9a0a48868e8c5d3dd3db11574730d01 | b39b17291b7976722ccb325ad569ba5d8e6be76e | /Grafy/include/graphs/adjacency_matrix_graph.hpp | 14bb52f14b06f7df72d5b8d0aaf1d160a37ca897 | [] | no_license | Adrian-Graczyk/PAMSI | fe86d702612daa036dd5b1c458f0628735608163 | 466f8895026778d520bbb8962fbf9007ecda24d3 | refs/heads/main | 2023-05-20T22:25:34.995557 | 2021-06-06T21:03:40 | 2021-06-06T21:03:40 | 344,514,717 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 656 | hpp | #ifndef ADJACENCY_MATRIX_GRAPH_HPP_
#define ADJACENCY_MATRIX_GRAPH_HPP_
#include <memory>
#include <vector>
#include "graphs/graph.hpp"
class AdjacencyMatrixGraph : public Graph
{
public:
std::vector<std::vector<int>> Matrix;
static std::unique_ptr<Graph> createGraph(std::istream& is);
//metody przesła... | [
"adrian@DESKTOP-BS4R2K2.localdomain"
] | adrian@DESKTOP-BS4R2K2.localdomain |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.