blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 6 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 26 | license_type stringclasses 2
values | repo_name stringlengths 7 95 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 57
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 197k 639M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 11
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 34
values | src_encoding stringclasses 18
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 11 9.86M | extension stringclasses 27
values | content stringlengths 11 9.86M | authors listlengths 1 1 | author stringlengths 0 70 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e86c7181b12fb9c4309776318dbca661480d4c7a | a00f687b64637c80e88166ee4b0f957ef705b9c1 | /src/qt/askpassphrasedialog.cpp | 9621f60e783699dc9c4153c137851f1ec43828c7 | [
"MIT"
] | permissive | xenixcoin/xenixcoin | 9e7b95f48968c16ea9f135fdf865557a8e4ceb71 | 99d9eda1489d6e43a3c00225165506c61e480b20 | refs/heads/master | 2020-07-01T21:45:09.865765 | 2017-02-01T04:07:39 | 2017-02-01T04:07:39 | 74,255,598 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 10,001 | cpp | #include "askpassphrasedialog.h"
#include "ui_askpassphrasedialog.h"
#include "guiconstants.h"
#include "walletmodel.h"
#include <QMessageBox>
#include <QPushButton>
#include <QKeyEvent>
extern bool fWalletUnlockStakingOnly;
AskPassphraseDialog::AskPassphraseDialog(Mode mode, QWidget *parent) :
QDialog(parent),... | [
"xenixcoin@mail.com"
] | xenixcoin@mail.com |
4a8ad9b326306f7477c12837cb090c8055309bfd | 0dca3325c194509a48d0c4056909175d6c29f7bc | /dms-enterprise/src/model/ListSQLReviewOriginSQLResult.cc | df4196fbc7079bd810b6d06ab9ed6c4ff24accba | [
"Apache-2.0"
] | permissive | dingshiyu/aliyun-openapi-cpp-sdk | 3eebd9149c2e6a2b835aba9d746ef9e6bef9ad62 | 4edd799a79f9b94330d5705bb0789105b6d0bb44 | refs/heads/master | 2023-07-31T10:11:20.446221 | 2021-09-26T10:08:42 | 2021-09-26T10:08:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,025 | cc | /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
f93e64068ce9c22c43d16a66b2343e873fc4eb34 | 0288d2fff958e5b7dbc0c4e3d765bfb842a885af | /PA1/pa1-b/09.cpp | 10e05f568e4542d2de5d592cd0a55884d5132f1e | [] | no_license | georgao35/DSA | e0daf1e0eec57abb750a896b3a9b1faa206d514b | c6e13917bf7c1122db83423473c220359a633fef | refs/heads/master | 2023-02-05T20:10:30.680401 | 2021-01-01T04:02:53 | 2021-01-01T04:02:53 | 295,629,802 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,520 | cpp | #include <cstdio>
#include <cstdlib>
#include <cstring>
using namespace std;
char a[1 << 22]; // 不分块的珠子
int realn; // 珠子总长度
const int cut = 1 << 11; // 分块时每一块的长度
const int sec = 1 << 12; // 每块最大长度
char p[1 << 12][sec]; // 分的块
int plen[1 << 12]; // 每一块的长度
int pn; // 块数
struct Rank {
int f... | [
"gaojy19@mails.tsinghua.edu.cn"
] | gaojy19@mails.tsinghua.edu.cn |
ab51ab12768e29f769574a96eecbe733c83ca2aa | 40fbcd5e1160a77e3e694476c68439638b7fc139 | /objectDetection/objectDetection.cpp | d5f2265612d7d6583831731f6919d5c2b74a1919 | [
"Apache-2.0"
] | permissive | yaodix/stereoTracking | 6bfdc7e72f86b669f3346f77cc2a798794c16964 | d7f72fd743666b640f0577d1cca2dc5877623430 | refs/heads/main | 2023-03-18T10:16:50.066856 | 2021-03-14T10:03:24 | 2021-03-14T10:03:24 | 347,580,692 | 3 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,404 | cpp | // objectDetection.cpp : 建立双目相机坐标系与舵机坐标系映射关系,并标定舵机工作频率和运动角度。
#include <opencv.hpp>
#include <iostream>
#include <vector>
using namespace cv;
using namespace std;
Point2f center(Mat &img, double threshValueOfCircle);
int stereoImgCap()
{
VideoCapture cam1;
VideoCapture cam2;
Mat frame1,frame2;
cam1.open(1);
cam... | [
"liuyao199111@163.com"
] | liuyao199111@163.com |
a42897852f2cda134f5a7ad8403c9e081a62ceda | e000dfb2e1ddfe62598da937d2e0d40d6efff61b | /venusmmi/app/Cosmos/MusicPlayer/vapp_music_player_ncentercell.cpp | 931ce515ee90dfd3eac62b88be2f7053fcd9b72e | [] | no_license | npnet/KJX_K7 | 9bc11e6cd1d0fa5996bb20cc6f669aa087bbf592 | 35dcd3de982792ae4d021e0e94ca6502d1ff876e | refs/heads/master | 2023-02-06T09:17:46.582670 | 2020-12-24T02:55:29 | 2020-12-24T02:55:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,607 | cpp | /*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used or dis... | [
"3447782@qq.com"
] | 3447782@qq.com |
26d72e3fa1d2af1d6fea074bcd90fba1e4de3d13 | 93472455504e51c40e9807e32187a633d0964b86 | /executor.cpp | 0397228d39f311bce1661d69ec8b3b308b1a0b83 | [] | no_license | guohengkai/yaush | bffa4f0f07cbe325df3732306d7b554cd5dfed56 | 6b8381e2d85fa9b156d89b80ff78c84910f526c8 | refs/heads/master | 2016-09-06T00:37:29.026805 | 2015-06-13T06:11:23 | 2015-06-13T06:11:23 | 35,334,324 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,764 | cpp | /*************************************************************************
> File Name: executor.cpp
> Author: Guo Hengkai
> Description: Command executor class implementation for YAUSH
> Created Time: Sun 17 May 2015 03:27:19 PM CST
*********************************************************************... | [
"guohengkaighk@gmail.com"
] | guohengkaighk@gmail.com |
085ebc07e08990451e76a6a1d35d5ba2e7919144 | bf9efdf9c30b8730d7e0aa2cbdcf2045fa14bcec | /arduino/ros_lib/asv_msgs/Heading.h | 9cf6f03dd256b878aaec12b9340ed7a033584810 | [
"MIT"
] | permissive | championway/asv_ros | d91ae81853904302300df0ef442436774a519a00 | 4ded50c48077e1e63586cd32be2354633c163975 | refs/heads/master | 2023-07-08T18:47:15.759512 | 2021-08-10T17:48:23 | 2021-08-10T17:48:23 | 215,058,858 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,485 | h | #ifndef _ROS_asv_msgs_Heading_h
#define _ROS_asv_msgs_Heading_h
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include "ros/msg.h"
namespace asv_msgs
{
class Heading : public ros::Msg
{
public:
typedef float _phi_type;
_phi_type phi;
typedef float _speed_type;
_speed_typ... | [
"cpwearth.eed03@g2.nctu.edu.tw"
] | cpwearth.eed03@g2.nctu.edu.tw |
5fb2ad92c4ff78f9216ae1be52d462842950fe6d | 374e168d54493661154912e180ca05f133ec83a3 | /include/yandex/contest/invoker/lxc/OutputConfigArchive.hpp | 3450282ac69c0c8243c5668cd89e5ae59691b9a8 | [] | no_license | bunsanorg/yandex_contest_invoker | 59a0f7428b5e675d0e43d4d177768959360fa752 | b1e8c116962944da7ce71c4c0fe186aead8f8778 | refs/heads/master | 2016-09-15T11:35:51.608160 | 2016-05-22T21:39:15 | 2016-05-22T23:21:21 | 5,658,101 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,571 | hpp | #pragma once
#include <boost/noncopyable.hpp>
#include <boost/serialization/access.hpp>
#include <boost/serialization/nvp.hpp>
#include <iostream>
#include <string>
#include <type_traits>
namespace yandex {
namespace contest {
namespace invoker {
namespace lxc {
namespace config {
class OutputArchive {
public:
u... | [
"sarum9in@gmail.com"
] | sarum9in@gmail.com |
c75f928de8c74e5c06aa5e4ebe794fc6b5c3996e | 53a4b38250794b8745bf0a478e340c94df2e4802 | /projects/compiler-rt/test/asan/TestCases/Posix/stack-use-after-return.cc | 237c880f8e613a9c2e8348521b704d9a7c2c7e90 | [
"NCSA",
"MIT"
] | permissive | steleman/flang7 | 8ac9b0f4c9aa3f3660463c0fa5b191e27806ccc7 | b1835583939b41ba3ef91080498fba12e582340f | refs/heads/master | 2020-05-20T01:09:00.314856 | 2020-01-10T23:45:50 | 2020-01-10T23:45:50 | 185,304,403 | 0 | 0 | NOASSERTION | 2019-05-07T02:17:53 | 2019-05-07T02:17:53 | null | UTF-8 | C++ | false | false | 3,970 | cc | // RUN: %clangxx_asan -O0 %s -pthread -o %t && %env_asan_opts=detect_stack_use_after_return=1 not %run %t 2>&1 | FileCheck %s
// RUN: %clangxx_asan -O1 %s -pthread -o %t && %env_asan_opts=detect_stack_use_after_return=1 not %run %t 2>&1 | FileCheck %s
// RUN: %clangxx_asan -O2 %s -pthread -o %t && %env_asan_opts=det... | [
"stefan.teleman@cavium.com"
] | stefan.teleman@cavium.com |
2cd2f2b722213bed4e5653a03fafbf262ff20c9d | a585193dcc42e10a9462de37bcb42bb5e2f75125 | /Chapter05/Section0x/Quiz01/constants.cpp | 8614f18e91eba0817b2a7b5507a739e1ce40f508 | [] | no_license | NiltonGMJunior/learn-cpp | 9765968f84c86352849013670fc5353c49f9a6a7 | 613797a6362ae658a2df676f53fdf0c032fc8184 | refs/heads/master | 2020-04-18T04:59:01.926327 | 2019-04-19T21:36:04 | 2019-04-19T21:36:04 | 167,259,576 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 61 | cpp | namespace Constants
{
extern const double gravity(9.8);
} | [
"nilton.junior51@hotmail.com"
] | nilton.junior51@hotmail.com |
c751b8d4e8132afadbfe268cb947e1d59adf0ba8 | 439ac415df5b8e6b7d167591180930138703280e | /Assignment/2학년 1학기/C++/0517/캐릭터,아이템 관리_팩토리 패턴/LoginManager.h | eb5486ea757b8cf328c47f1beb85f0933c47e39a | [] | no_license | nier0525/SchoolAssignment | f13f34eb7766ad69977a848844427c9d9277554f | 4b3ffc7828dd18a8cb30514b94b97d0090b87ce7 | refs/heads/main | 2023-03-18T02:57:21.745285 | 2021-03-04T14:51:43 | 2021-03-04T14:51:43 | 344,366,510 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 366 | h | #pragma once
#include "User.h"
class LoginManager {
private:
ListNode<User*>* UserList;
Node<User*>* SearchUser;
User* NowUser;
static LoginManager* pthis;
LoginManager();
~LoginManager();
public:
static LoginManager* GetInstance();
static void Destory();
User* GetNowUser();
void Init();
void New();
bo... | [
"goja8303@gmail.com"
] | goja8303@gmail.com |
f6400b46c51ee873966fea8514a37c888773b2c1 | f76bc8ad904513df8a812ec8f9b81894a5850518 | /proj.win32/Classes/Pawn.cpp | b97d1e9408806c3829b6fb252b2d9f1038320d38 | [] | no_license | bartlomiejwolk/MetroidPacMan | c30735d63a7fa73de33a2ddee155a1419507826c | 27fc3bc1f11a824db349883d445a3a0c32434040 | refs/heads/master | 2021-07-09T02:58:18.988039 | 2019-05-30T16:10:54 | 2019-05-30T16:10:54 | 183,427,106 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 533 | cpp | #include "Pawn.h"
#include "cocos2d.h"
#include "Utils.h"
USING_NS_CC;
Pawn::Pawn(SpriteFrameCache* frameCache)
{
m_SpriteFrameCache = frameCache;
}
Pawn::~Pawn()
{
}
void Pawn::CreateSprite()
{
// intentionally left empty
}
void Pawn::MoveToPoint(Vec2 point)
{
// TODO magic number
MoveTo* moveToAction = Move... | [
"bartlomiejwolk@gmail.com"
] | bartlomiejwolk@gmail.com |
226017edc0e5b4ff31b7768be38abdba9d537036 | 3cf9e141cc8fee9d490224741297d3eca3f5feff | /C++ Benchmark Programs/Benchmark Files 1/classtester/autogen-sources/source-17222.cpp | 92849642b5b422ab961b14e59f26c544761781b1 | [] | no_license | TeamVault/tauCFI | e0ac60b8106fc1bb9874adc515fc01672b775123 | e677d8cc7acd0b1dd0ac0212ff8362fcd4178c10 | refs/heads/master | 2023-05-30T20:57:13.450360 | 2021-06-14T09:10:24 | 2021-06-14T09:10:24 | 154,563,655 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,402 | cpp | struct c0;
void __attribute__ ((noinline)) tester0(c0* p);
struct c0
{
bool active0;
c0() : active0(true) {}
virtual ~c0()
{
tester0(this);
active0 = false;
}
virtual void f0(){}
};
void __attribute__ ((noinline)) tester0(c0* p)
{
p->f0();
}
struct c1;
void __attribute__ ((noinline)) tester1(c1* p);
struct c1 : virtual... | [
"ga72foq@mytum.de"
] | ga72foq@mytum.de |
e2c839299ef7a2aea2ff63aca8944c5c588f6882 | a6e16f8b4e3e9dfb7a8b6f323b7e35fb82537222 | /Various/Modula 2/Holger Kleinschmidt/M2POSX14/SRC/SIG.IPP | 21ddba9ac93759ca306fee37b5735f019efb3b3c | [] | no_license | pjones1063/Atari_ST_Sources | 59cd4af5968d20eb3bf16836fc460f018aa05e7c | fe7d2d16d3919274547efbd007f5e0ec1557396d | refs/heads/master | 2020-09-04T20:21:44.756895 | 2019-10-30T12:54:05 | 2019-10-30T12:54:05 | 219,878,695 | 2 | 0 | null | 2019-11-06T00:40:39 | 2019-11-06T00:40:39 | null | UTF-8 | C++ | false | false | 22,244 | ipp | IMPLEMENTATION MODULE sig;
__IMP_SWITCHES__
__DEBUG__
#ifdef HM2
#ifdef __LONG_WHOLE__
(*$!i+: Modul muss mit $i- uebersetzt werden! *)
(*$!w+: Modul muss mit $w- uebersetzt werden! *)
#else
(*$!i-: Modul muss mit $i+ uebersetzt werden! *)
(*$!w-: Modul muss mit $w+ uebersetzt werden! *)
#endif
#endif
(****... | [
"ggn.dbug@gmail.com"
] | ggn.dbug@gmail.com |
607d8d4585904eff3be6dbdb3d366c167df07f94 | 0cddab604dc4ff7cb383d6c9ad9bf9280273f9ef | /M1ProgramDesign-PYQ/2015/MaritimeRadio/main.cpp | b701e716cc09fb6fe5ac09ab1967b422c08d5369 | [
"MIT"
] | permissive | chowder/imperial-pyqs | bf7e2d176b3a3d6d076e469469c6e781bb8423d0 | 76edf454c5cd96a70a78698d61f3f3cf742d83ea | refs/heads/master | 2021-07-24T13:10:33.955943 | 2020-06-13T09:59:59 | 2020-06-13T09:59:59 | 183,113,197 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 294 | cpp | #include "Ship.h"
#include "Ocean.h"
int main() {
Ship* endeavor = new Ship("Endeavor", "2FBA7", 20, 36.158, -5.357);
Ship* seaswan = new Ship("Sea Swan", "2CEU8", 10, 36.180, -5.390);
seaswan->setEmergency(true);
seaswan->broadcast();
endeavor->moveTo(36.179, -5.391);
}
| [
"andrewcxw@gmail.com"
] | andrewcxw@gmail.com |
3435cfe9da81eaf4014ac449aa463952c4bdd38e | 3d670225da9794b27fc3a2df701a3edd7fccb8d1 | /graph/kruskals.cpp | cbaee0b8f2fec45f9dfb1a83fc8ab49dd44c5a69 | [] | no_license | atishayjain20/Graph | 774ba0b20d56f6bf4c48b45f592a247dfa8f4656 | 158f1a802cd752f3ec00d39e7138c19a7b8137a4 | refs/heads/main | 2023-07-24T19:07:12.913654 | 2021-08-27T11:09:48 | 2021-08-27T11:09:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,352 | cpp | #include<iostream>
using namespace std;
struct node{
int u;
int v;
int wt;
node(int first,int second,int weight)
{
u=first;
v=second;
wt=weight;
}
};
bool comp(node a,node b){
return a.wt<b.wt;
}
int findpar(int u,vector<int>&parent){
if(u==parent... | [
"noreply@github.com"
] | noreply@github.com |
db8d8158186846e466d08cae3b6d24ed88674eab | fafce52a38479e8391173f58d76896afcba07847 | /uppsrc/ide/Update.cpp | 9bb7ef9c6a001c46cd569f55036d97064b6772e7 | [
"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 | 962 | cpp | #include "ide.h"
#define LLOG(x) //RLOG(x)
#define LDUMP(x) //RDUMP(x)
#ifdef PLATFORM_POSIX
GLOBAL_VAR(UpdaterConfig,UpdaterCfg);
void Ide::CheckUpdates(bool verbose){
LLOG("CheckUpdates, verbose="<<verbose);
if(verbose){
su.NeedsUpdate(true);
SetBar();
}else{
su.WhenUpdateAvailable=THISBACK(SetBar);
s... | [
"dolik@05275033-79c2-2956-22f4-0a99e774df92"
] | dolik@05275033-79c2-2956-22f4-0a99e774df92 |
8f0bf8a21d7b5c2d991a80f63c12609a0e9353f0 | 18a3f93e4b94f4f24ff17280c2820497e019b3db | /geant4/G4PenelopeBremsstrahlungAngular.hh | 6989a61f4ca88b30460863eb682f7a2c850f53c1 | [] | no_license | jjzhang166/BOSS_ExternalLibs | 0e381d8420cea17e549d5cae5b04a216fc8a01d7 | 9b3b30f7874ed00a582aa9526c23ca89678bf796 | refs/heads/master | 2023-03-15T22:24:21.249109 | 2020-11-22T15:11:45 | 2020-11-22T15:11:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,160 | hh | //
// ********************************************************************
// * License and Disclaimer *
// * *
// * The Geant4 software is copyright of the Copyright Holders of *
// * the Geant4 Collaboration... | [
"r.e.deboer@students.uu.nl"
] | r.e.deboer@students.uu.nl |
d0b1e17638e74e21d6280ef192a072f3b9baeb92 | 8d74ac4708e6c58662ca2daa18f4af86d138c719 | /CSGO_Multihack/CSGO_Multihack/Hooks.h | 9e9d2635bc0d98b00701215cf78f0f3b05dd9ecb | [] | no_license | mr-nv/phantomhack | 760bcc6bd54ba37d77414e674c2a7a46e179fb73 | bf9a8b221fc5c62171517cb71744ce391bc53e3a | refs/heads/master | 2023-02-26T10:34:28.705391 | 2021-02-02T18:31:36 | 2021-02-02T18:31:36 | 335,384,137 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,676 | h | #pragma once
/*
Type: Namespace
Name: Hooks
Intended for: Hooked Source Engine functions
*/
#include "sdk/include/valve_sdk/csgostructs.hpp"
#include "sdk/include/helpers/vfunc_hook.hpp"
#include "globals.h"
#include <d3d9.h>
namespace index
{
constexpr auto PaintTraverse = 41;
constexpr auto CreateMove = 21;
c... | [
"31269663+mr-nv@users.noreply.github.com"
] | 31269663+mr-nv@users.noreply.github.com |
67da957bc6b3ee2a27b9666c51168a014489c837 | 5dbe920ec7584281c75843d64c7b22ae608ba4ef | /analysis/higgs_analysis/isLoosePP.cc | 9754f4056e098039e1974ee73e1de0d31e083d0d | [] | no_license | jodier/atlas_HiggsAnalysis2 | f4f60f8052137846038c91070b206a139d8ffd8b | 28dcbca9126112c21073a4bb554a47afa22aff2c | refs/heads/master | 2021-01-01T18:33:47.933912 | 2012-04-25T13:37:57 | 2012-04-25T13:37:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,146 | cc | /*-------------------------------------------------------------------------*/
#include "utils.h"
#include <HiggsZZ4lUtils/IsEMPlusPlusH4lDefs.h>
/*-------------------------------------------------------------------------*/
bool isLoosePlusPlusH4l_cr(
double eta,
double eT,
double rHad,
double rHad1,
double Ret... | [
"odier.jerome@gmail.com"
] | odier.jerome@gmail.com |
62b17dd7639bc184b96f4bbb0b81060739717e34 | d305e9667f18127e4a1d4d65e5370cf60df30102 | /tests/ut/cpp/stub/parallel_strategy_checkpoint/parallel_strategy_checkpoint_stub.cc | 6ae883cfbddc3b9954dc7e4e55694621d4a97d7e | [
"Apache-2.0",
"MIT",
"Libpng",
"LicenseRef-scancode-proprietary-license",
"LGPL-2.1-only",
"AGPL-3.0-only",
"MPL-2.0-no-copyleft-exception",
"IJG",
"Zlib",
"MPL-1.1",
"BSD-3-Clause",
"BSD-3-Clause-Open-MPI",
"MPL-1.0",
"GPL-2.0-only",
"MPL-2.0",
"BSL-1.0",
"LicenseRef-scancode-unknow... | permissive | imyzx2017/mindspore_pcl | d8e5bd1f80458538d07ef0a8fc447b552bd87420 | f548c9dae106879d1a83377dd06b10d96427fd2d | refs/heads/master | 2023-01-13T22:28:42.064535 | 2020-11-18T11:15:41 | 2020-11-18T11:15:41 | 313,906,414 | 6 | 1 | Apache-2.0 | 2020-11-18T11:25:08 | 2020-11-18T10:57:26 | null | UTF-8 | C++ | false | false | 1,349 | cc | /**
* Copyright 2020 Huawei Technologies Co., Ltd
*
* 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... | [
"513344092@qq.com"
] | 513344092@qq.com |
2b22c846208d56e24e05728e82b06dd40a9b5392 | 7a803367bb908ddc41da1acab0d5386ef9efac47 | /uva 10469.cpp | 0d9882cdd34be41cadcbffe23c9744dfcfc20bf6 | [] | no_license | Sanysaif/UVA-solved-problems | 6ab005851081d22f05175198ac22c3cfc560a650 | b6cc3704245f4f22aeea62f2daa8ab2062cac9cc | refs/heads/master | 2021-01-11T01:28:31.379028 | 2016-10-12T13:20:18 | 2016-10-12T13:20:18 | 70,701,707 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 188 | cpp | #include <stdio.h>
#include <math.h>
#include <stdlib.h>
int main()
{
int a,b;
while(scanf("%d %d",&a,&b)==2)
{
printf("%d\n",a^b);
}
return 0;
}
| [
"noreply@github.com"
] | noreply@github.com |
1eb3c2f599011802c36062a257d83aae9b13c820 | 485ff07efdbb3e56b9633e3134b1c81271c2d8a3 | /cpp/SampleCommands/SampleAttributeUserData.h | eee410006afa6b35282eb8330e7fe645ba1b0d86 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | mcneel/rhino-developer-samples | 8f8a332d4d6a9a5fa064be6c1532e665d37c8f13 | 4fb376adcf94f9d583878d1c1208038f86bde312 | refs/heads/7 | 2023-08-18T22:04:34.036498 | 2023-06-08T16:28:43 | 2023-06-08T16:28:43 | 72,225,588 | 526 | 362 | NOASSERTION | 2023-09-06T20:29:31 | 2016-10-28T16:52:21 | C++ | UTF-8 | C++ | false | false | 1,626 | h | #pragma once
class CSampleAttributeUserData : public ON_UserData
{
// Opennurbs classes that are saved in .3dm files require
// an ON_OBJECT_DECLARE call in their declaration.
ON_OBJECT_DECLARE(CSampleAttributeUserData);
public:
/*
Returns:
Uuid used to identify this type of user data.
This is the ... | [
"dale@mcneel.com"
] | dale@mcneel.com |
795db6ac3e23834a31eab5edf15ab3d0d1c59f3c | 5f4fd92950d1111d6bd17a8b78366fd09e5584b0 | /AssimpTest/Saved/animation.cpp | abcae7936c6787291a3b68959a7afe306e274986 | [] | no_license | DuckMonster/AssimpTesting | 08de71cc4fe07c8e4dbb6d587d40336877a29991 | ea0f3623401d8d37dd40d46882338c098b03bbd2 | refs/heads/master | 2020-05-23T11:15:33.786783 | 2017-02-20T21:22:49 | 2017-02-20T21:22:49 | 80,369,762 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,030 | cpp | #include "stdafx.h"
#include "animation.h"
CAnimation::CAnimation( ) : CAnimation( 0.f, 0.f ) {
}
CAnimation::CAnimation( float length, float framerate ) :
m_Time( 0.f ), m_Length( length ), m_Framerate( framerate ),
m_PositionAttribute( vec3( 0.f ) ),
m_ScaleAttribute( vec3( 1.f ) ),
m_RotationAttribute( quat( )... | [
"emil.strm@gmail.com"
] | emil.strm@gmail.com |
04203c7d8f105fc5acf8446c72088e3594efb46f | 625c21aaaf8641dfb467106cde73c7cb12db7528 | /external/randSpg/include/randSpg.h | 9c8ba2ff9a714900815c66d2a8d75c507cd5b5e2 | [
"BSD-3-Clause"
] | permissive | lilithean/XtalOpt | 35f2152dc15cb47d1b649b55d54aae5507afedec | 9ebc125e6014b27e72a04fb62c8820c7b9670c61 | refs/heads/master | 2020-03-07T01:34:19.459881 | 2019-04-26T20:57:18 | 2019-04-26T20:57:18 | 127,186,804 | 0 | 0 | NOASSERTION | 2019-04-26T21:00:31 | 2018-03-28T19:14:50 | C++ | UTF-8 | C++ | false | false | 12,141 | h | /**********************************************************************
randSpg.h - Header file for spacegroup initialization functions
Copyright (C) 2015 - 2016 by Patrick S. Avery
This source code is released under the New BSD License, (the "License").
Unless required by applicable law or agreed to in writ... | [
"zfalls@me.com"
] | zfalls@me.com |
a13254d80552f0711d65f41bcf5d56ec7ccfdca5 | 4c304cd281a19bd4a903b0a1b1eb54692649d477 | /CodeBahasaPemrograman/Latihan/belajar1.cpp | 65dadc5cf43bb9b130274b99e1ad72c09d1d7ad3 | [] | no_license | alinnural/TugasKuliah | fc017e339485421e357a8db14abc8f88013baff8 | d1fe03fdc694203561547e154f19d0689dfec5af | refs/heads/master | 2021-01-21T02:27:15.530183 | 2016-05-30T09:22:17 | 2016-05-30T09:22:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 170 | cpp | #include<iostream>
#include<iomanip>
using namespace std;
int main(){
long a,b;
float c;
cin >> a >> b;
c=(a*1.00) + b;
cout << c << endl;
return 0;
}
| [
"ihsan_arif@apps.ipb.ac.id"
] | ihsan_arif@apps.ipb.ac.id |
74ae17fefabf4038c9a5d0d8fe5c5947504d95d2 | 3f58fff76162db4026e22f3587a2f2425dd43f27 | /c++ code/week1/examples/basic functions/basic functions/cropandresize.cpp | fa7f5278341e408971b13bdf15ef2621f53c7b8a | [] | no_license | AndroidMediaCodec/cv4faces | 30e61a59a5aae6ccd6598b8163717493405b06c6 | 17424715206454754dfdc343b54d4682d01abe9f | refs/heads/master | 2021-06-21T13:41:38.891315 | 2017-07-10T15:36:01 | 2017-07-10T15:36:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,001 | cpp | #include <opencv2/opencv.hpp>
int main2()
{
cv::Mat source, scaleDown, scaleUp;
// read souce image
source = cv::imread("../../../../../images/lena.jpg");
// scaling factors
double scaleX = 0.6;
double scaleY = 0.6;
// scaling down the image 0.6 times
cv::resize(source, scaleDown, cv::Size(), scaleX, scaleY... | [
"ntthienphuc6195@gmail.com"
] | ntthienphuc6195@gmail.com |
dcb7d9767f77c097d263895720a7c72205d345d3 | 61b6e703410776462686efab82b4eb97add44567 | /LTIRobotics_v00/src/ardrone/tcp.cpp | ccb7682a8f9667e1673a0415a93bbf7c6a1563a9 | [] | no_license | mottamx/LTI_Robotics | 62012bdcf4b70110ed611ff38929ef6dfe88a256 | ded4d1ead9898bd0fd9f9f840009efcb42490b91 | refs/heads/master | 2016-09-05T15:25:02.423455 | 2013-08-13T05:36:32 | 2013-08-13T05:36:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,372 | cpp | #include "ardrone.h"
// --------------------------------------------------------------------------
// TCPSocket::TCPSocket()
// Constructor of TCPSocket class. This will be called when you create it.
// --------------------------------------------------------------------------
TCPSocket::TCPSocket()
{
sock = INVAL... | [
"cmottaa@gmail.com"
] | cmottaa@gmail.com |
183396ea430d46d8b062373a33c54b820aaa9064 | 40f66039299eaadb3556087470199c056d09e366 | /2019_11_week5/niklasjang_12929.cpp | b4c32a7b99e6db427a37112b3d351692b24498ef | [] | no_license | kau-algorithm-study/algorithm | e76d34142f40bee2dab40ed5cf478de3b90f0add | 86ab97c67d75b71fbd0e82b4170ad34ee4ebbb0b | refs/heads/master | 2020-09-03T00:58:57.941964 | 2019-12-30T12:28:20 | 2019-12-30T12:28:20 | 219,346,077 | 2 | 12 | null | 2019-12-02T10:42:40 | 2019-11-03T18:26:43 | C++ | UTF-8 | C++ | false | false | 1,959 | cpp | /*
괄호문제는 일단 stack이 먼저 생각난다. 하지만 ((()))의 경우 (((까지 넣었을 때 왼쪽 괄호를 몇개 넣었느지 알고있어야 한다는 문제가 있다. 재귀의 매개변수가 많아지기도 하고 복잡해진다. 더 간단한 방법을 생각해보자.
1. n을 입력받아서 최대 2*n개의 괄호를 넣을 수 있다. 왼쪽 괄호를 +1, 오른쪽 괄호를 -1로 생각하자.
2. ((()))의 예제에서 볼 수 있듯이 왼쪽괄호가 먼저 많이 들어가는 것은 문제가 되지 않는다. 오른쪽 괄호를 맞춰서 넣으면 되니까.
3. 하지만 오른쪽 괄호를 왼쪽괄호보다 많이 넣으면 고칠 수가 없다. 이는 +1/-1의... | [
"niklasjang@gmail.com"
] | niklasjang@gmail.com |
4a6aa025057f6c806831fd3fc1d0d8ec7d9ef581 | e3b809a8d1dc3432066d345b9d9deed8ed9bb5ef | /include/tim/vx/ops/layernormalization.h | e2803a226438579e5129e5be57339eae0f3f0890 | [
"MIT"
] | permissive | janoslim/TIM-VX | c389c8760c3f443a55cfe33ff7beb0e0dae338d2 | 2173730d8172504f10529523c128a73e4bdaf52c | refs/heads/main | 2023-05-10T14:52:10.890197 | 2021-06-16T04:25:49 | 2021-06-16T04:25:49 | 377,174,202 | 0 | 0 | MIT | 2021-06-15T13:33:54 | 2021-06-15T13:33:53 | null | UTF-8 | C++ | false | false | 1,729 | h | /****************************************************************************
*
* Copyright (c) 2021 Vivante Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without ... | [
"kainan.cha@verisilicon.com"
] | kainan.cha@verisilicon.com |
594f138f33ba1d867da01320af1485eb152c7c07 | 02a249c0c48ad11f8b5476626e42a7a2af889637 | /solutions/UVALive/6442/18929791_AC_196ms_0kB.cpp | f8e502c83559a771a4747246ab02bf6556080b2d | [] | no_license | Kanaricc/MyICPC | 3a3351fc02d7f36e7438eb1c92a87c9263028c8f | 73e80b2263ae8e2fe87009743defb59ff36e38ca | refs/heads/master | 2023-07-06T14:38:39.495821 | 2023-07-06T09:18:58 | 2023-07-06T09:18:58 | 186,849,167 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 890 | cpp | #include <iostream>
#include <cstring>
#include <algorithm>
#include <vector>
#include <queue>
using namespace std;
const int MAXN=20010;
int coins[MAXN];
int len,clen;
bool check(int x){
int seq=len/clen;
int lastl=coins[1]-x,lasth=coins[1]+x;
for(int i=2;i<=clen;i++){
int curl=max(lastl+seq,coins... | [
"iovo7c@gmail.com"
] | iovo7c@gmail.com |
c0d7bbd94e8e5f2fabed421af1a3f7abb99b6149 | 62d23b5249c771f599f882a1508fef1d3403f64d | /sf_perm.cc | b35b28ea1b341f75a049f802e60bd187b8ed7c27 | [] | no_license | dgleich/sparfun | d5b63fbf7b7e7ad7b0a6ee2141ef8c62edcdec8a | ca8454f51530c17efb4d677e23829a09f0d29290 | refs/heads/master | 2016-08-03T09:48:14.555192 | 2013-08-08T14:50:03 | 2013-08-08T14:50:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,216 | cc | /**
* @file sf_perm.hpp
* Simple codes to work with permutations
*/
/**
* History
* -------
* :2011-03-05: Initial version based on overlapping/hypercluster.cc
*/
// TODO add tests for this code
// TODO add documentation for inverse_permutation
// TODO add sparfun.h headers for these functions
#include <vect... | [
"dfgleic@sandia.gov"
] | dfgleic@sandia.gov |
1f226181a8b3afd8698db85412b5bbd13056aaf8 | 8a096b1a813326deac53d55cc3b9d5ddaca875e9 | /aws-cpp-sdk-appmesh/include/aws/appmesh/model/DescribeMeshResult.h | ba41a4a0df3ed343c9d4c746bf3bb38de67d29fc | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | pixvana/aws-sdk-cpp | 993d976b880fdf2a48d60c73d6748796f69546ec | 7ba3f49c8a2636b48342c71e038aa09b6e47077c | refs/heads/master | 2020-03-30T02:52:38.628422 | 2019-02-27T00:57:08 | 2019-02-27T00:57:08 | 150,655,889 | 0 | 0 | Apache-2.0 | 2018-11-15T16:22:02 | 2018-09-27T22:40:14 | C++ | UTF-8 | C++ | false | false | 2,224 | 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 |
dd4fc152e034689f653e90fe1376b61d5c021ac9 | 3f0f439d57f2185cb484f8faad78d49bab648627 | /src/CryptoNoteCore/CryptoNoteFormatUtils.h | 15bef559d29e05ae5170791dff17ae335283ac6d | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | b2n-project/bitcoin2network | f0f0d8c67e901004c9def6b39906c9edbc241554 | 0861d44ca8efd2c34c63acabe5468a094593d25d | refs/heads/master | 2020-03-18T04:40:53.034521 | 2019-02-16T07:32:31 | 2019-02-16T07:32:31 | 134,300,206 | 0 | 7 | MIT | 2019-02-16T07:32:32 | 2018-05-21T17:09:54 | C++ | UTF-8 | C++ | false | false | 4,701 | h | /*
* Copyright (c) 2018, The bitcoin2network developers.
* Portions Copyright (c) 2012-2017, The CryptoNote Developers, The Bytecoin Developers.
*
* This file is part of bitcoin2network.
*
* This file is subject to the terms and conditions defined in the
* file 'LICENSE', which is part of this source code... | [
"devs@bitcoin2.network"
] | devs@bitcoin2.network |
b5fa222c0cc281d88392c681e66b341826fb1789 | aa1ef21bf7aa0fab6d5b9f429b086eced97c7b8e | /codeforces/667div3/5.cpp | 874877fa77cb1d7d960784211cd23b222bd76fe3 | [] | no_license | vd-07/CP | ad8f7a0b71e53e2f83b0a69d344f3cf9b9c77580 | 15b0c69574111ebca4b9f428f84d10884bc65bcd | refs/heads/main | 2021-09-08T07:35:16.804319 | 2021-08-04T16:58:47 | 2021-08-04T16:58:47 | 207,377,244 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,898 | cpp | //Author : Vivek Dubey
#include <bits/stdc++.h>
using namespace std;
// debug start
template <typename A, typename B>
string to_string(pair<A, B> p);
template <typename A, typename B, typename C>
string to_string(tuple<A, B, C> p);
template <typename A, typename B, typename C, typename D>
string to_string(... | [
"dubey.vivek.2805@gmail.com"
] | dubey.vivek.2805@gmail.com |
b3d932a24a5873f8760d814a481e555ea9c5381e | 2f838df8024c08087f87adfd2e751d2f96035cac | /cppPrimer/ch8progex.cpp | caaeeb86a386fb0784af0311e58f141d637adc58 | [] | no_license | danielsbonnin/samsCppPrimer5thEd | 5bf7bcb4f642b0a0c05f414da05bdeb5e9ad4428 | d88aef40db99e541f678d000f596d0d065cc219f | refs/heads/master | 2021-04-24T21:16:08.737418 | 2018-02-10T18:22:37 | 2018-02-10T18:22:37 | 116,745,769 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,623 | cpp | #include "stdafx.h"
#include <iostream>
#include <cctype>
#include <string>
#include <cstring>
using namespace std;
/*
Chapter 8 review questions
1. What kinds of functions are good candidates for inline status?
Short/nonrecursive/one line.
2. Suppose the song() function has this prototype:
void song(char * name... | [
"danielsbonnin@gmail.com"
] | danielsbonnin@gmail.com |
f1de16480397badec9afb7eacd7accd2f62fd11d | 50ae4239fe59bb384aa0ffa9d0010eacd36c6d83 | /Ferry/Bus.cpp | bc92579fc1ffe983ab2c62524d3daf7c528914f7 | [] | no_license | Walkmilton/Software-Design | 8e817a91f585e04643a210d7239c6f6652bd9aae | f794b9733dca6d3f31ef57eb5f3ce9d48ff13b6a | refs/heads/master | 2020-04-23T16:03:41.847358 | 2019-02-18T13:08:36 | 2019-02-18T13:08:36 | 171,285,188 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 347 | cpp |
#include "Bus.h"
//constructor and destructor
Bus::Bus(int p, int c, string r, float l) : Vehicle(r, l)
{
PSV = p;
capacity = c;
}
Bus::~Bus()
{
}
//getters and setters
int Bus::getPSV()
{
return PSV;
}
void Bus::setPSV(int p)
{
PSV = p;
}
int Bus::getCapacity()
{
return capacity;
}
void Bus::setCapacity(... | [
"dex.doyle@me.com"
] | dex.doyle@me.com |
222b323df65173c6ef27668e46c681f01c63fbbe | f835c659cc4990ac8b83891148119f9380dc11f3 | /docs/algorithm/leetcode/dynamic programming/DP_M_seconde_N_meter_goHOME.cpp | 536b189ed7e768a54de3e172198b4b914dce8aed | [] | no_license | qwfand/Blogs | 843880d6717a0612974f78fdb25c8bb3a9d28ea8 | b99430046a7f78fd2f721b4047b3b3eae21ee898 | refs/heads/master | 2021-11-24T02:52:44.326679 | 2021-10-25T07:42:14 | 2021-10-25T07:42:14 | 253,464,817 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,037 | cpp | #include<bits/stdc++.h>
#define inf 100
using namespace std;
typedef long long ll;
int main()
{
int m, n;
//vector<vector<int> >dp(1000,)
//int dp[100001][10001];
vector< vector<int> > dp(1001, vector<int>(1001, 0));
cin >> n >> m;
int cost[10001];
for (int i = 1; i <= m; i++)
cin >> cost[i];
dp[1][1] = cos... | [
"qwfand@qq.com"
] | qwfand@qq.com |
c0837d20b5446a9b27046d54265bcea7a6084ae4 | ce9c27588fc2bb76d7f813f6b02082c07b03d6b8 | /GoogleCodeJam/2015/qualification/d.cpp | 13142941fb6e29e329dda86a3ceddbc1248f4bd1 | [] | no_license | mrain/acm | e1c163a7a360b5296b5f2026ba0115e12aac1453 | 1db45a01ca37a1483d291eb5142708347e886684 | refs/heads/master | 2021-01-17T09:25:55.963574 | 2016-05-26T08:23:37 | 2016-05-26T08:23:37 | 2,046,928 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 301 | cpp | #include <cstdio>
#include <cstdlib>
#include <iostream>
#include <algorithm>
#include <cstring>
#include <set>
#include <map>
#include <vector>
#include <sstream>
using namespace std;
int T, x, n, m;
int main() {
cin >> T;
for (int t = 0; t < T; ++ t) {
cin >> x >> n >> m;
}
return 0;
}
| [
"linmrain@gmail.com"
] | linmrain@gmail.com |
88a656c5f742e80cd72a327ee8e528749c562db6 | 079704a778fe46edb2ac5e9488599e731e8cd5cf | /Arduino/Stair_First_Floor.ino | c2b82f5a42bd2fb05ddbbdfdd3b764e1cc6a5566 | [] | no_license | jpservices01/Stair-Shield | 0097ac99e637ae585f141f1fdbf623fb6307e87f | 84625766187a0e8a0563c3f635d60bb77774331a | refs/heads/master | 2021-01-17T18:57:03.608520 | 2016-06-08T18:44:45 | 2016-06-08T18:44:45 | 60,711,120 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,108 | ino |
#include <TimerOne.h>
#include <TimerThree.h>
int DAI = 6; // Serial input DM13A pin 2
int DCK = 7; // Clock DM13A pin 3
int LAT = 8; // Output latch DM13A pin 4
int EN = 9; // Output enable (active low) DM13A pin 21
int feedSpeed = 100; // speed at wich the leds will be rolled on
int dropSpeed = 200; /... | [
"besuchetjp@compuserve.com"
] | besuchetjp@compuserve.com |
b2abaebe9222c2844662644e78bdad9c25445354 | 7e0b03d81a57407f199238559daa3335ed7353ab | /answers/pr39_ans.cpp | 560b60edd36165df306f6c2a6fd95a99bb6c6196 | [] | no_license | U-Ar/ModernCppChallengePractice | 460e925579e0f1eac097cb421e5f5c333d529e5a | 6d3f31d654eb52faa437d94745942aa60bd373f4 | refs/heads/main | 2023-01-01T11:53:30.984636 | 2020-10-22T00:45:48 | 2020-10-22T00:45:48 | 306,176,511 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,288 | cpp | #include<iostream>
#include<sstream>
#include<string>
#include<algorithm>
#include<iterator>
#include<cmath>
#include<cassert>
#include<array>
#include<vector>
#include<iomanip>
#include<locale>
#include<regex> //regexヘッダで正規表現
#include<optional> //optional(C++17)
#include<ios>
#include<iomanip>
#include<... | [
"yuma.arakawa82128awakara.amuy@gmail.com"
] | yuma.arakawa82128awakara.amuy@gmail.com |
591665389d881c01f41d31e7b19b3804c27abda0 | 608919a5b53cf3950cd8849ff30dca3eb94b4ad8 | /templet/ACM_SCL-master-8e1daef41d93438743425115141b3d259f08f673/code/Trie.cpp | d93cb25e94a58f87feb121cb0335dabac1911326 | [] | no_license | demerzel1/ACM-code | 302c693fbd9f4d40071e13e674ec3c9b8dc15a24 | 42e3f59a585832b0fc4556d130be4c158b3bd2ec | refs/heads/master | 2021-04-26T22:21:09.891295 | 2018-03-31T08:16:54 | 2018-03-31T08:16:54 | 124,077,438 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 942 | cpp | template<char L=' ',char R='~'> struct Trie{
int size;
struct node{
node *son[R-L+1];
int size;
bool is;
}pool[MAXN];
node *root;
node* add(){
memset(&pool[size],NULL,sizeof(node));
return &pool[size++];
}
Trie(){size=0;root=add();}
pair<node*,int>... | [
"mengzhaoxin@hotmail.com"
] | mengzhaoxin@hotmail.com |
8e9d4f1a6d43db17026abda0216c6550bd118bff | bc032f174cce2fcbae767d8ca17a59f37e0eb2f6 | /src/gens/cpp/TcpStream.cpp | 340e975f93078278abdabab328360e89be96f070 | [
"MIT"
] | permissive | kuviman/trans-gen | 1d55442d4b71e8296edc6cee27c0baee22a671b8 | c52672830c60e1cedc9affe8c210dcf05eae345f | refs/heads/main | 2021-07-11T18:33:34.646242 | 2021-02-25T01:40:05 | 2021-02-25T01:58:08 | 234,373,222 | 0 | 2 | MIT | 2021-02-12T12:22:11 | 2020-01-16T17:23:45 | Rust | UTF-8 | C++ | false | false | 3,309 | cpp | #include "TcpStream.hpp"
#include <cstring>
#include <stdexcept>
TcpStream::TcpStream(const std::string& host, int port)
: readBufferPos(0)
, readBufferSize(0)
, writeBufferPos(0)
, writeBufferSize(0)
{
#ifdef _WIN32
WSADATA wsa_data;
if (WSAStartup(MAKEWORD(1, 1), &wsa_data) != 0) {
th... | [
"kuviman@gmail.com"
] | kuviman@gmail.com |
d3bd8ed0973307cf75fdc3f811d7b4e4ec59d534 | ad65bc6556c6ceda1ece13f46ffe236617981b1c | /sequential-operations-4/bruteforce.cpp | 4f19abc30fb8b690cd28005116169592efae4f76 | [] | no_license | MamnoonSiam/polygon | 381df073553e0a73e4a97e5cb20b9c632aed93b6 | eaf7d680ecaa1554a7fa0678b0d8d387b6158805 | refs/heads/main | 2023-07-14T01:33:43.615049 | 2021-08-20T23:40:45 | 2021-08-20T23:40:45 | 398,422,898 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,762 | cpp | #include <bits/stdc++.h>
using namespace std;
using ll = long long;
using ii = pair<int, int>;
using vi = vector<int>;
#define all(v) begin(v), end(v)
#define sz(v) (int)(v).size()
#define fi first
#define se second
const int md = 1e9 + 7;
int add(int x, int y) {
if((x += y) >= md) x -= md;
return x;
}
int sub(i... | [
"siammamnoon@gmail.com"
] | siammamnoon@gmail.com |
cc26698fa441f643bc6804c03b54fae0e90acc5d | b4bde3b08dcf74a5e47200c203a180bac7964134 | /Depends/include/live555/groupsock_version.hh | 7e3f087874373d80b8c7715b877ea6fbfa362c70 | [] | no_license | hellocao/DXGICapture | c747818142af3fd276e24140256680fb0eebac3f | f8518c00c1388d8fa015213a73e858bd71d50cb4 | refs/heads/master | 2020-06-21T05:35:20.072895 | 2019-07-22T02:05:24 | 2019-07-22T02:05:24 | 197,357,354 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 294 | hh | // Version information for the "groupsock" library
// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
#ifndef _GROUPSOCK_VERSION_HH
#define _GROUPSOCK_VERSION_HH
#define GROUPSOCK_LIBRARY_VERSION_STRING "2018.10.10"
#define GROUPSOCK_LIBRARY_VERSION_INT 1539129600
#endif
| [
"729239462@qq.com"
] | 729239462@qq.com |
f47acc540a4d73846f04293ba0dd2c8ab7f60106 | 308f5596f1c7d382520cfce13ceaa5dff6f4f783 | /hphp/runtime/ext/facts/logging.cpp | 752aa6a556a7faebe41bd5f38ab88c228514f283 | [
"PHP-3.01",
"Zend-2.0",
"MIT"
] | permissive | facebook/hhvm | 7e200a309a1cad5304621b0516f781c689d07a13 | d8203129dc7e7bf8639a2b99db596baad3d56b46 | refs/heads/master | 2023-09-04T04:44:12.892628 | 2023-09-04T00:43:05 | 2023-09-04T00:43:05 | 455,600 | 10,335 | 2,326 | NOASSERTION | 2023-09-14T21:24:04 | 2010-01-02T01:17:06 | C++ | UTF-8 | C++ | false | false | 14,496 | cpp | /*
+----------------------------------------------------------------------+
| HipHop for PHP |
+----------------------------------------------------------------------+
| Copyright (c) 2010-present Facebook, Inc. (http://www.facebook.com) |
+---------... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
95258a15a4562f39a8a1242ba527f5b5dadf6f75 | 054d51d90fc6abb0a6153f5fcf18ecbdacd18407 | /interview_Code/Code/Huisu-6-LeetCode60-getPermutation.cc | b94c58329e7e4a7a221bd56c967dda50b177ee22 | [] | no_license | Stephenhua/CPP | c40c4c69bffc37546ed00f16289e0b24293c59f9 | bbaa84aabf17cf8e9c1eccaa73ba150c8ca20ec4 | refs/heads/master | 2020-12-30T03:42:44.502470 | 2020-09-18T14:56:38 | 2020-09-18T14:56:38 | 238,844,457 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,117 | cc | #include <iostream>
#include <vector>
#include <cmath>
#include <map>
#include <algorithm>
#include <string.h>
using namespace std;
/*
60. 第k个排列
给出集合 [1,2,3,…,n],其所有元素共有 n! 种排列。
按大小顺序列出所有排列情况,并一一标记,当 n = 3 时, 所有排列如下:
"123"
"132"
"213"
"231"
"312"
"321"
给定 n 和 k,返回第 k 个排列。
说明:
给定 n 的范围是 [1, 9]。
给定 k 的范围是[1, n!]。
示... | [
"04121390@cumt.edu.cn"
] | 04121390@cumt.edu.cn |
456ec901a8cde4482c69f7fa315e0c5604ef64cb | a0d82f9d59eb1e21562972213295b13438934108 | /picbutton.cpp | 27aad795e56190a8d61c698fa442e3ce0401b1e1 | [] | no_license | whitecambur/CursedBook | 9a4c7b278925c43005df93b21c43a9f5901c8734 | 1ccd45bfcbe3fe8ee7b1f80eefe0a491faf12354 | refs/heads/master | 2021-05-08T22:24:44.080866 | 2018-03-16T00:41:39 | 2018-03-16T00:41:39 | 119,673,384 | 0 | 0 | null | 2018-01-31T10:38:02 | 2018-01-31T10:38:02 | null | UTF-8 | C++ | false | false | 687 | cpp | #include "common.h"
GameController * PicButton::Root=NULL;
enum ButtonStatus{
Normal=1,
MouseOn,
MousePress,
};
PicButton::PicButton(int num,int value)
{
ButtonType=num;
MyValue=value;
Status=Normal;
w=200,h=50;
}
void PicButton::setPos(int x, int y){
DrawX=x,DrawY=y;
... | [
"noreply@github.com"
] | noreply@github.com |
031d752b74c8101eada98cdf7f6f2d4d6640bab8 | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /components/exo/wayland/wl_output.h | 9721629c231a96c59f59e11576f3aa64b452f7ca | [
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 64bee65c921db7e78e25d08f1e98da2668b57be5 | refs/heads/webml | 2023-03-21T03:20:15.377034 | 2020-11-16T01:40:14 | 2020-11-16T01:40:14 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | C++ | false | false | 547 | h | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_EXO_WAYLAND_WL_OUTPUT_H_
#define COMPONENTS_EXO_WAYLAND_WL_OUTPUT_H_
#include <stdint.h>
struct wl_client;
namespace exo {
namespace... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
502e3cfb5ae92b7c72d763b602f2021d34342f21 | ebb12cac1c29373be6d2bc2c3571970f83132ccc | /Microsoft/Maker/Serial/Serial/USBSerial.h | 6950bfb554cb928cbff34b7f83bb2533ea6ee417 | [] | no_license | yvanvds/interact | a39d85eee9fbb8a94e74ef1f4db6db31a4ca62b8 | f2ccb4731d4a1a2af2116e457fce5e3ddc8989dc | refs/heads/master | 2022-12-09T20:11:20.667610 | 2019-10-30T18:57:51 | 2019-10-30T18:57:51 | 94,017,951 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,918 | h | /*
Copyright(c) Microsoft Open Technologies, Inc. All rights reserved.
The MIT License(MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files(the "Software"), to deal
in the Software without restriction, including without limitation the ri... | [
"yvan@attr-x.net"
] | yvan@attr-x.net |
bbae5cb0ab7efe467af66fba6d4da36b09ca75e2 | 71cfbaf028c260719e18c02525dead095d7d8d0b | /src/juman_morph.cc | 1cabe7eb104defb6b9f815a9c0978bdcc5c58506 | [] | no_license | tiwanari/coling_order_concept | 9c72dbdb7f1cecb3fb90f085feb6689b4ffb5dd2 | 3664d1210fac967ee8191df3b7ba3e8a563995f3 | refs/heads/master | 2020-06-17T21:35:08.214432 | 2016-12-07T15:01:01 | 2016-12-07T16:07:25 | 74,967,551 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,037 | cc | #include <iostream>
#include <stdexcept>
#include "juman_morph.h"
namespace order_concepts {
void JumanMorph::init(
const std::string& morph,
const std::vector<std::string>& infos)
throw (std::runtime_error)
{
if (infos.size() < 5) {
std::stringstream ss;
for (const auto& info : infos)
... | [
"tatsuyaw0c@gmail.com"
] | tatsuyaw0c@gmail.com |
b2b20ff815f81273c2d4769b73b499cf81a0497b | e82a55c68733e1883d38ba7eb13d64619a5966f6 | /Source/ARPG/Public/Character/CharacterUtil/ARPG_DamageFunctionLibrary.h | dd4ab53bc8beb472ee8b35ce80f7568e911fdeca | [] | no_license | YaXing-yx/ARPG | 850464507fdec69f67c42c981b07288e05cbeca3 | b9c1b7b6887fd7d8fc52807a73574dc336be78aa | refs/heads/master | 2022-03-06T08:51:09.041737 | 2019-11-09T11:10:51 | 2019-11-09T11:10:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 352 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Kismet/BlueprintFunctionLibrary.h"
#include "ARPG_DamageFunctionLibrary.generated.h"
/**
*
*/
UCLASS()
class ARPG_API UARPG_DamageFunctionLibrary : public UBlueprintFunctionLibrary
{
GEN... | [
"450614754@qq.com"
] | 450614754@qq.com |
28cc5ba9052c4531cca55f45b75a9c279fe2a7ea | 4a50dedb00faee7f03d5d5615eb2104f1a32968e | /final_jjennin/checkvalid.cpp | edc75f9aec7942802ba03b8bdb94eb57528f8b59 | [] | no_license | jjennin/odu-cs250 | 75b03cfe19edb3cd879497e68924d618dfb5d948 | 0697ec01527263e22b03c1a44a28d9b6440c34e6 | refs/heads/master | 2021-09-10T07:00:02.610538 | 2018-03-22T01:33:51 | 2018-03-22T01:33:51 | 124,950,536 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,262 | cpp | #include "checkvalid.h"
#include <string>
#include <fstream>
#include <iostream>
using namespace std;
// checks validity of email
void checkEmail(string& x)
{
bool valid = false;
while(!valid)
{
for(unsigned i = 0; i < x.length(); i++)
{
if(x[i] == '@')
... | [
"jjenn001@odu.edu"
] | jjenn001@odu.edu |
548ba3e0a0e5e232afd10cfb24e1785d8981fb83 | e87489fd9c604c6193c4b0170865ef8b37007242 | /Demo2_AI/main.cpp | a72d19a970818408f983b499d9b5cdab8fc4c5df | [] | no_license | cneal111/Tower-of-Hanoi | 746639ea7cdb0f3fedfb32089cec13d6bfd87910 | 14ec6be2e77057ff2d7b7794abbfd2c045058852 | refs/heads/master | 2020-10-02T03:56:19.732275 | 2019-12-12T21:01:00 | 2019-12-12T21:01:00 | 227,695,150 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,644 | cpp | //CS4346
//AI Project 2
//Professor Dr. Ali
//Authors: Alhaeth Alomari, Mesut April, Cody Neal
//
#include <iostream>
#include <chrono>
#include <algorithm>
#include <queue>
#include <limits>
#include <time.h>
#include "AStar/AStar.h"
#include "RBFS/RBFS.h"
#include "Hanoi/Hanoi.h"
int main()
{
std::cout << "Hel... | [
"codyrneal1@gmail.com"
] | codyrneal1@gmail.com |
3b841c14ec50b5f85b45f975b5509618c18466d8 | 2892b4743956aa72bb15ecfed38c6b6cd74ce384 | /WeatherDave.ino | 13d8f997187ad26d6d57b3fe1fc28056bff875f5 | [] | no_license | Goldeneye211/Weather-Dave | d2a00d956a545214ab701934f825b7a0e284dbfe | 7b16cda519c6e718068ccaa91ffaba3b01f2dce3 | refs/heads/main | 2023-01-24T23:43:27.148883 | 2020-12-07T14:40:19 | 2020-12-07T14:40:19 | 318,622,329 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,239 | ino | #include <WiFiNINA.h>
#include "ThingSpeak.h"
#include "secrets.h"
#include "DHT.h"
#define DHTPIN 2
#define DHTTYPE DHT11
DHT dht(DHTPIN, DHTTYPE);
char ssid[] = SECRET_SSID; // your network SSID (name)
char pass[] = SECRET_PASS; // your network password
int keyIndex = 0; // your netwo... | [
"noreply@github.com"
] | noreply@github.com |
3f1ada2f8db76c7f6e7dbd3c2b6c45d16eaa22f5 | 0f89594f912d00639e3498e7c318e16577770d72 | /sdk/cpp/samples/licHtmlView/HHCTRL.H | 69bf8d1eede57e588c45f090d895905641e00857 | [] | no_license | renkun-cook/E_DevelopKits | 00feb743d165a505c8faa3ab7141783f14c6c27d | c4cd5c531a2f5ba59d39d3c2d98669996aec23ba | refs/heads/master | 2022-03-25T22:30:29.202119 | 2020-01-02T11:47:35 | 2020-01-02T11:47:35 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 5,698 | h |
/*
版权声明:
本文件版权为易语言作者吴涛所有,仅授权给第三方用作开发易语言支持库,禁止用于其他任何场合。
*/
#ifndef __HHCTRL_H__
#define __HHCTRL_H__
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "lib2.h"
#include "untshare.h"
#define CUR_UNIT_VER 1
class CPIHtmlViewer : public CPropertyInfo
{
public:
INT m_nFontSize;
BOOL m_b... | [
"1002062607@qq.com"
] | 1002062607@qq.com |
b4efe2f5447d61dccf8bed6d72a62e84f55e0c8b | 193cacbe89f5b2ef2208ef075dedc1871464f5f4 | /src/api/exchanges/include/cryptowatchapi.hpp | 8c4d3654aa2726661167a9d715b63f6a0f355951 | [
"MIT"
] | permissive | sssong81/coincenter | 6c867fc39d9b096bafb71a9cb41295ed76dd29f5 | 5f46b89af3a10c4a85a1fe6d3cbda950b7b3c949 | refs/heads/master | 2023-04-22T21:43:08.753950 | 2021-05-05T06:53:20 | 2021-05-06T13:40:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,184 | hpp | #pragma once
#include <chrono>
#include <optional>
#include <unordered_map>
#include "cachedresult.hpp"
#include "cct_flatset.hpp"
#include "cct_run_modes.hpp"
#include "curlhandle.hpp"
#include "exchangebase.hpp"
#include "market.hpp"
namespace cct {
namespace api {
/// Public API connected to different exchanges, ... | [
"stephane.janel@amadeus.com"
] | stephane.janel@amadeus.com |
9ee69256955c489090bf68f3a74eb4def3266963 | 379ac4db4a9b5e958bfa462a9bb609ded9b0f6c9 | /PROBLEM_SOLVING/CODE_FORCES/CF_266B.cpp | 392f0698e7a3169135bf40975d7da19d8687bfe5 | [] | no_license | GolamRabbani20/CPP | ad395e7afbde89839596944ec1dbfe2323505458 | 24c205131ac2e507fd8195a794b43247abaf9d58 | refs/heads/master | 2023-03-25T12:15:15.325028 | 2021-03-15T18:43:36 | 2021-03-15T18:43:36 | 348,081,077 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 351 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
int n,i,j,t;
string s;
cin>>n>>t>>s;
while(t>0)
{
for(i=0; i<n; i++)
if(s[i]=='B'&&s[i+1]=='G')//swap(s[i],s[i+1]),i++;
{
s[i]='G';
s[i+1]='B';
i++;
}
t--;
}
... | [
"mdgolamrabbani96@gmail.com"
] | mdgolamrabbani96@gmail.com |
761a6b87ebc1725e01b23c039354bfad62babb5a | 4f27ee76eeca2422e84d29d483f1f9570d26b6b4 | /Finance/Design Patterns/PolyOption/Instrument.h | 0e537a9970acff7a2af84a4e3431f4ff84aee41d | [] | no_license | dsocaciu/Projects | 5a52b98600400d66f4a4f00bb59676bed70ad602 | aa722562534408f6c84f6ca2c0b928d038c74cb3 | refs/heads/master | 2021-01-19T13:01:22.288458 | 2017-06-14T19:25:59 | 2017-06-14T19:25:59 | 82,357,210 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,286 | h | //File: Instrument.h
//Info: Provides base information for security
//Author: Dan Socaciu
using namespace std;
#ifndef INSTRUMENT_H_
#define INSTRUMENT_H_
//Instrument
//contains the shared components of the stock and option
class Instrument{
protected:
float bidPrice;
int bidSize;
float askPrice;... | [
"dan.socaciu@gmail.com"
] | dan.socaciu@gmail.com |
f2bb3dd08c337087884ae54e6821139d4020745f | 37cde63fc9c330346e9ac3e3069a2209d010396d | /modules/perception/cpp/farm_ng/perception/tensor.cpp | 5110ddf8700b22429b6ec4af8d2726f18b079a83 | [
"Apache-2.0"
] | permissive | isherman/tractor | 16bcdaa1dc79307c420c74826e2db5590aa1fc39 | 35abb73ddd752a5a507845b624d99a0e2ab52099 | refs/heads/master | 2023-06-04T12:32:53.290335 | 2021-06-16T02:05:29 | 2021-06-16T02:05:29 | 264,744,909 | 1 | 0 | Apache-2.0 | 2020-12-09T18:52:07 | 2020-05-17T19:51:10 | C++ | UTF-8 | C++ | false | false | 1,340 | cpp | #include <farm_ng/perception/tensor.h>
#include <glog/logging.h>
namespace farm_ng::perception {
void EigenToTensor(const Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic,
Eigen::ColMajor>& x,
std::string rows_name, std::string cols_name, Tensor* out) {
o... | [
"noreply@github.com"
] | noreply@github.com |
b5110995f3894231989e2c9057f8eb7274c728ea | 46433eef4cb129b7bf803842f57be71e72cc946f | /codeforce/A/A. Dragons.cpp | fabac453fd034d2e2daef04ca57af41e3a8a2775 | [] | no_license | asifjoardar/solving-oj-problems | 7300f2bb6ce651c79b9a90649b38b8baf5fc517d | 992c6472ffefea024a6879e1007d8118b7d221ca | refs/heads/master | 2022-05-15T15:55:53.822581 | 2022-05-07T18:26:18 | 2022-05-07T18:26:18 | 136,577,556 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 595 | cpp | #include<iostream>
using namespace std;
int main()
{
int c,n,i,j,tem;
cin>>c>>n;
int a[n],b[n];
for(i=0;i<n;i++)
cin>>a[i]>>b[i];
for(i=0;i<n;i++)
{
for(j=i+1;j<n;j++)
{
if(a[i]>a[j])
{
tem=a[i];a[i]=a[j];a[j]=tem;
... | [
"noreply@github.com"
] | noreply@github.com |
1278f59f46142b319e853372808606ffb133e245 | 39921d049a882220193fb45f4023a6831fb79908 | /Pods/FirebaseFirestore/Firestore/core/src/model/precondition.cc | d3e99032f198e5b38fc65c978e05e5802ba803cd | [] | no_license | furydeveloper/SearchCoinKaraoke | a48bb7f0a4032735a2fc8895bd6bb02626b392b3 | 98043d3e280814f75c4f6c7957e6c0eee320a9b9 | refs/heads/master | 2023-08-10T23:24:28.780365 | 2021-10-03T02:51:57 | 2021-10-03T02:51:57 | 409,012,702 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 129 | cc | version https://git-lfs.github.com/spec/v1
oid sha256:faf2ffc7ab9b4d4e23abaa38432d1c723694daece7c59b6a4b9d363921cc9aba
size 2489
| [
"furysecu@gmail.com"
] | furysecu@gmail.com |
9f951489741f62fb51100539b53a7e84592b021b | 7f515e54ff817bc8da374f2d1eca4c6ec88528f2 | /GraphicsApps/src/15_5-TextureMappedMesh.cpp | ce2a1a7f6d15113cad5ebfc6db49ef1077c273a7 | [] | no_license | rosshoyt/Computer-Graphics-FA19 | 21c02f1484f602d0ab5421e86b4d65fb7c13c80b | bacf3db38958465d51bf4e227fa57d24b252dca2 | refs/heads/master | 2020-08-05T19:35:09.870617 | 2019-12-03T23:20:49 | 2019-12-03T23:20:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,010 | cpp | // Ross Hoyt and Chris Downing - Assignment 5 - Phong face with Texture
#include <glad.h>
#include <glfw/glfw3.h>
#include <float.h>
#include <stdio.h>
#include <string.h>
#include "GLXtras.h"
#include "Camera.h"
#include "Draw.h"
#include <Misc.h>
#include <Numbers.h>
#include "VecMat.h"
#include <algorithm>
#include... | [
"43669429+rosshoyt@users.noreply.github.com"
] | 43669429+rosshoyt@users.noreply.github.com |
80fa78a2da511abb099584fdf0c79096db2ba1ce | dc513f576e2f5c153d5c60fd2c343a0b5bc0b004 | /Budget/stdafx.cpp | c8097049f119ec1e78c6ed81340ed6fc90551dea | [] | no_license | WhatNick69/cplusplus-budget | a68f0877c332d9eaf176a64e06e218d2fafdbafd | 82fd3847f96648a770311621e216885f5ea040d1 | refs/heads/master | 2021-01-23T05:56:40.762110 | 2017-06-01T04:22:19 | 2017-06-01T04:22:19 | 93,003,712 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 285 | cpp | // stdafx.cpp : source file that includes just the standard includes
// Budget.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"rgbstudio69@gmail.com"
] | rgbstudio69@gmail.com |
215cb3ed5698a8bf806ec54febcadbf8ddcf095f | 9be246df43e02fba30ee2595c8cec14ac2b355d1 | /dlls/tf2_dll/order_repair.cpp | 2c249f23134a96b2b6556df17db783dfd7f968a5 | [] | no_license | Clepoy3/LeakNet | 6bf4c5d5535b3824a350f32352f457d8be87d609 | 8866efcb9b0bf9290b80f7263e2ce2074302640a | refs/heads/master | 2020-05-30T04:53:22.193725 | 2019-04-12T16:06:26 | 2019-04-12T16:06:26 | 189,544,338 | 18 | 5 | null | 2019-05-31T06:59:39 | 2019-05-31T06:59:39 | null | WINDOWS-1252 | C++ | false | false | 3,587 | cpp | //========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#include "cbase.h"
#include "order_repair.h"
#include "tf_team.h"
#include "tf_class_defender.h"
#include "orde... | [
"uavxp29@gmail.com"
] | uavxp29@gmail.com |
fab069da66072e5fe5234200e196b4ecb9b5461c | d3b2d0432a4f488128c2798829d017a1a2377318 | /caffe/include/caffe/layers/softmax_layer.hpp | 6b0ea7d4e2057c985318a8415452d6c820f83d9e | [
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | openvinotoolkit/training_toolbox_caffe | 94b65290724e839cdb50e4accf6a79776190402d | 5e543a49c73190a091fe6ff364444a9714962ec0 | refs/heads/develop | 2023-01-05T17:07:42.279772 | 2022-12-21T06:50:52 | 2022-12-21T06:50:52 | 165,683,591 | 4 | 3 | Apache-2.0 | 2022-12-21T06:50:53 | 2019-01-14T15:19:52 | Jupyter Notebook | UTF-8 | C++ | false | false | 3,451 | hpp | /*
All modification made by Intel Corporation: © 2016 Intel Corporation
All contributions by the University of California:
Copyright (c) 2014, 2015, The Regents of the University of California (Regents)
All rights reserved.
All other contributions:
Copyright (c) 2014, 2015, the respective contributors
All rights rese... | [
"evgeny.izutov@intel.com"
] | evgeny.izutov@intel.com |
4368fcdaf21fcb24166c0506c433f1f3bf79ef20 | 2d3e99f8329f49bfb07d6a2da1f0c4bef028131b | /TimBall TomBall/TimBall TomBall/Vector2.cpp | 65e02556f15e051926a3bea778b6bd8bd92e1f1a | [] | no_license | twbentley/PinballFinal | 23f1498a448a76f5b5b7226029d9d2dc2109d14c | 40f300f0c5c84199a044fdeec2023a9cea6ab064 | refs/heads/master | 2021-01-10T20:58:54.254314 | 2013-05-19T03:12:11 | 2013-05-19T03:12:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,628 | cpp | // Based off of Angel's vec2 functionality
#include "Vector2.h"
// Default Constructor
Vector2::Vector2()
{
x = 0;
y = 0;
}
// Parameterized Constructor
Vector2::Vector2(GLfloat px, GLfloat py)
{
x = px;
y = py;
}
// Copy Constructor
Vector2::Vector2(const Vector2& v)
{
x = v.x;
y = v.y;
}
// Destructor
Vect... | [
"twb1193@OH1370-23.main.ad.rit.edu"
] | twb1193@OH1370-23.main.ad.rit.edu |
960bdd38a66a050f109256f3e55e8432908763bd | 721869917e1d1be22b780e6aa609dfb65cd7b682 | /RichPresencePlugin/RichPresenceComponent.h | 550a62e62630f9c77656c61dce5cc5d43c2b07d9 | [] | no_license | artumino/RichPresencePlugin | 3549edd3aa700383d5ee5a4327f1425afa3f3afe | 7bc132b69cf74c3ca8863f9f5c840798b7e99968 | refs/heads/master | 2022-11-30T20:07:44.844132 | 2020-08-14T12:08:33 | 2020-08-14T12:08:33 | 287,417,383 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 980 | h | #pragma once
#include <string>
#include <windows.h>
#define STEAMWORKS_CLIENT_INTERFACES
#include "Steamworks.h"
class RichPresenceComponent
{
public:
RichPresenceComponent(UINT parentId, const wchar_t* gameName);
virtual ~RichPresenceComponent();
void InitializeMain();
void InitializeGameParent();
void Initiali... | [
"jacopo.libe@gmail.com"
] | jacopo.libe@gmail.com |
58e847b09abb48cc43d7e5a36428e7b2147fef15 | 19079c088fc306ac773d4a6f7e85715a3fc8cc9d | /challenge/flutter/all_samples/material_restorationmixin_1/linux/my_application.cc | 9104527c8279a4f10dab5d32fb3ee1e2193022e4 | [
"Apache-2.0"
] | permissive | davidzou/WonderingWall | 75929193af4852675209b21dd544cb8b60da5fa5 | 1060f6501c432510e164578d4af60a49cd5ed681 | refs/heads/master | 2022-11-03T22:33:12.340125 | 2022-10-14T08:12:14 | 2022-10-14T08:12:14 | 5,868,257 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,752 | cc | #include "my_application.h"
#include <flutter_linux/flutter_linux.h>
#ifdef GDK_WINDOWING_X11
#include <gdk/gdkx.h>
#endif
#include "flutter/generated_plugin_registrant.h"
struct _MyApplication {
GtkApplication parent_instance;
char** dart_entrypoint_arguments;
};
G_DEFINE_TYPE(MyApplication, my_application, GT... | [
"wearecisco@gmail.com"
] | wearecisco@gmail.com |
02b72a89f9f74cf05107590a8f2ebe7007beaf03 | 25e99a0af5751865bce1702ee85cc5c080b0715c | /ds_algo/src/leetcode_v2/algorithms/HouseRobberIII/tree.cpp | 0eb549f6abc84b76b59055d9959421c2eae46147 | [
"MIT"
] | permissive | jasonblog/note | 215837f6a08d07abe3e3d2be2e1f183e14aa4a30 | 4471f95736c60969a718d854cab929f06726280a | refs/heads/master | 2023-05-31T13:02:27.451743 | 2022-04-04T11:28:06 | 2022-04-04T11:28:06 | 35,311,001 | 130 | 67 | null | 2023-02-10T21:26:36 | 2015-05-09T02:04:40 | C | UTF-8 | C++ | false | false | 1,418 | cpp | #include <iostream>
#include <vector>
#include <string>
#include <algorithm>
#include <cstdio>
using namespace std;
struct TreeNode {
int val;
TreeNode* left;
TreeNode* right;
TreeNode(int x) : val(x), left(nullptr), right(nullptr) {}
};
class Solution
{
public:
int rob(TreeNode* root)
{
... | [
"jason_yao@htc.com"
] | jason_yao@htc.com |
e1938506ea142d8915fdc32339e0af17691bcec8 | dffe88d6ef7951ff1e5dabe75d6b2bfcdeeed3f0 | /3rdParty/OpenImageIO/src/softimage.imageio/softimageinput.cpp | ec7023c60c49cf393a07a14f324e10878dfa4d44 | [
"BSD-3-Clause"
] | permissive | mmmovania/PVR_Windows | 86889f4d89c3acf4480444a5da975c24fff32ebe | 9d3d44dc315188f41202b20ba852a3616ab70d71 | refs/heads/master | 2023-01-27T23:43:06.481706 | 2023-01-16T10:15:39 | 2023-01-16T10:15:39 | 40,956,427 | 6 | 2 | null | 2021-07-31T10:11:47 | 2015-08-18T07:06:05 | C++ | UTF-8 | C++ | false | false | 18,205 | cpp | /*
OpenImageIO and all code, documentation, and other materials contained
therein are:
Copyright 2010 Larry Gritz and the other authors and contributors.
All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
... | [
"mova0002@e.ntu.edu.sg"
] | mova0002@e.ntu.edu.sg |
89d9993f76b98ba595dbcdb5ec614341a1a96deb | 17af777718e66d1735632c171e5286ff04c42665 | /00BOJ4195.cpp | eb1eecffe19353d0bee8c4242302ca49a891ed3c | [] | no_license | girinssh/BOJ | 4ddff350e309d85a153232062426f660e1144498 | 0964033e66081ecc81da6db421812ffb7f2eeacd | refs/heads/master | 2023-07-14T19:08:52.364347 | 2021-08-17T09:11:24 | 2021-08-17T09:11:24 | 284,575,573 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 237 | cpp | #include <iostream>
#include <map>
#include <unordered_map>
using namespace std;
int main(void) {
cin.tie(NULL);
cin.sync_with_stdio(false);
int t;
cin >> t;
while (t--) {
map<string, string> net;
int n;
cin >> n;
}
} | [
"tngus5851@naver.com"
] | tngus5851@naver.com |
1cb843a1f143d863f94f99f54ea23d70b06f7873 | 8fc37bc4e6dac53575c80619fe9ab893c8af7567 | /image_processing/include/image_processing/DetectPlates.h | 55cb19b3c6cd61e1f5b5c7b97f3c7ac7d31441bf | [] | no_license | tlnminh/p3at | 8acd22f1469b4f407b121794342c867489d05839 | d5ead96ebb79659bc73e0e25afa5df7b0fc11b44 | refs/heads/master | 2021-04-26T22:12:45.270856 | 2018-03-06T07:54:02 | 2018-03-06T07:54:02 | 124,040,396 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 876 | h |
// DetectPlates.h
#ifndef DETECT_PLATES_H
#define DETECT_PLATES_H
/*
#include<opencv2/core/core.hpp>
#include<opencv2/highgui/highgui.hpp>
#include<opencv2/imgproc/imgproc.hpp>
#include "Main.h"
#include "PossiblePlate.h"
#include "PossibleChar.h"
#include "Preprocess.h"
#include "DetectChars.h"
*/
// global constant... | [
"josephtraminh1996@gmail.com"
] | josephtraminh1996@gmail.com |
e47f95b927c024f57024bed7553f3716913ba1e4 | e41c53b2afe8fd325db8ca458a62927f863d5492 | /shape d.cpp | 349b3c1058cc6333107f10c08896c107b6e004c3 | [] | no_license | TanveerMH/C-Codes | cca1cc4ad2df52904f3dc781ec353884bafc583a | bd56d7d1d05db1c2d8e8269250bba4078798a1bf | refs/heads/master | 2022-06-08T16:32:40.057256 | 2020-05-04T08:17:49 | 2020-05-04T08:17:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 645 | cpp | #include <iostream>
using namespace std;
int main()
{
int n,k,c,space=1;
cout<<"Enter the number of Rows..."<<endl;
cin>>n;
space=n-1;
for(k=1;k<=n;k++)
{
for(c=1;c<=space;c++)
{
cout<<" ";
}
space--;
for(c=1;c<=2*k-1;c++)
{
... | [
"noreply@github.com"
] | noreply@github.com |
ce92b263587f3d5fe7ea6d787e950e7bffa59663 | e217eaf05d0dab8dd339032b6c58636841aa8815 | /IfcRoad/src/OpenInfraPlatform/IfcRoad/entity/IfcCivilElementType.cpp | a4e79d1dd50629819d51a5b18c9a66751453ecd9 | [] | no_license | bigdoods/OpenInfraPlatform | f7785ebe4cb46e24d7f636e1b4110679d78a4303 | 0266e86a9f25f2ea9ec837d8d340d31a58a83c8e | refs/heads/master | 2021-01-21T03:41:20.124443 | 2016-01-26T23:20:21 | 2016-01-26T23:20:21 | 57,377,206 | 0 | 1 | null | 2016-04-29T10:38:19 | 2016-04-29T10:38:19 | null | UTF-8 | C++ | false | false | 4,689 | cpp | /*! \verbatim
* \copyright Copyright (c) 2015 Julian Amann. All rights reserved.
* \author Julian Amann <julian.amann@tum.de> (https://www.cms.bgu.tum.de/en/team/amann)
* \brief This file is part of the OpenInfraPlatform.
* \endverbatim
*/
#include <sstream>
#include <limits>
#include "OpenInfraPlatform/IfcRoad... | [
"planung.cms.bv@tum.de"
] | planung.cms.bv@tum.de |
c91798099dad2d01c40e42f09425d945d08f8cde | 7fc9ca1aa8c9281160105c7f2b3a96007630add7 | /1208A.cpp | 77af0e87fbe9397294ffdb9edbe657e34a910502 | [] | no_license | PatelManav/Codeforces_Backup | 9b2318d02c42d8402c9874ae0c570d4176348857 | 9671a37b9de20f0f9d9849cd74e00c18de780498 | refs/heads/master | 2023-01-04T03:18:14.823128 | 2020-10-27T12:07:22 | 2020-10-27T12:07:22 | 300,317,389 | 2 | 1 | null | 2020-10-27T12:07:23 | 2020-10-01T14:54:31 | C++ | UTF-8 | C++ | false | false | 966 | cpp | /*May The Force Be With Me*/
#include <bits/stdc++.h>
#include <stdio.h>
#include <ctype.h>
#pragma GCC optimize ("Ofast")
#define ll long long
#define MOD 1000000007
#define endl "\n"
#define vll vector<long long>
#define pll pair<long long, long long>
#define all(c) c.begin(),c.end()
#define pb push_back
#define f fi... | [
"helewrer3@gmail.com"
] | helewrer3@gmail.com |
e8607fbe9dfb7728e5e329a09bd55003e0ce3216 | 5086891f126912a535d62f9d1c4375de3ca05d1b | /CodeFiles/Maths and Number Theory/Count_Substrings_CodeChef.cpp | 29fdfb73aa49a77e5f425d4192a1d61f914f568d | [] | no_license | ConnectNitish/CompetitiveProgramming | 8ddc0bb95471f861e0deb25ed487242bb4e6c4eb | 9f1a40bb6ab03b2432660614617415169c098c76 | refs/heads/master | 2021-07-09T17:33:32.327610 | 2020-10-12T05:07:13 | 2020-10-12T05:07:13 | 206,482,557 | 0 | 6 | null | 2020-10-12T05:07:15 | 2019-09-05T05:34:34 | C++ | UTF-8 | C++ | false | false | 325 | cpp | #include<iostream>
using namespace std;
// https://www.codechef.com/problems/CSUB
int main()
{
int t;
cin >> t;
while(t--)
{
int l;
string s;
cin >> l;
cin >> s;
int count=0;
for(int k=0;k<l;k++)
if(s[k]=='1')
count++;
cout << ((((long long)count) * ((long long)count + 1)) >> 1) << endl;... | [
"nitish068@gmail.com"
] | nitish068@gmail.com |
30223caf5ddbca7f76bd6ea234d4c792b2990f34 | dce3cd14bce63b4d2f8a5fb71be2b1bfeae45c86 | /OsisSwitcher/osis/element/criteria.h | 527d984fe6801fd68bd54722f7c1cc46246afad2 | [] | no_license | omishukov/dsu_osis | 7016239031c54246c21e847befd58e91087415be | fea6315699ce8d276f2edcae337b453a60e82707 | refs/heads/master | 2020-04-06T05:53:18.162417 | 2017-01-31T20:38:55 | 2017-01-31T20:38:55 | 43,024,186 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,012 | h | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* Contributor(s):
* Oleksander Mishukov <dsu@mishukov.dk> */
#ifndef OSISCRITERIA_H
#define OSISCRITERIA_H
#inc... | [
"github@mishukov.dk"
] | github@mishukov.dk |
3b26c2d3643805e57954d2f14e0c07f82a4bd229 | f99c0194278639456604ebf76443b65bf1c6ed04 | /core/src/extension/Message/JoiningContract.cpp | 02b6f7863e036c1791093c0287851651230b26ad | [] | no_license | RdeWilde/JoyStream | e4ed42ff61af1f348cb49469caa8e30ccf3f8a52 | 95c2b6fc50251fbe4730b19d47c18bec86e18bf4 | refs/heads/master | 2021-06-11T20:26:46.682624 | 2016-05-10T08:27:05 | 2016-05-10T08:27:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,367 | cpp | /**
* Copyright (C) JoyStream - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Bedeho Mender <bedeho.mender@gmail.com>, June 26 2015
*/
#include <core/extension/Message/JoiningContract.hpp>
#include <core/extension/Message... | [
"bedeho.mender@gmail.com"
] | bedeho.mender@gmail.com |
8427b6527b80dff635623421fb32923091e11190 | 898aba0ba23c7bfb1af1c0857ad56c814a6d32ba | /CppDesignPatterns/SimpleDemos/bridge/bridge.cpp | e0a027927d057644ddda30a5a1bdd982bc862a29 | [] | no_license | andrewbolster/cppqubmarch2013 | 735d4bdefc4e2413969a5bb7a3480969549281fe | cb033fc22f5262daba9f542062d2d0ac40b38f4a | refs/heads/master | 2016-09-05T19:03:32.343921 | 2013-03-22T13:41:27 | 2013-03-22T13:41:27 | 8,875,864 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,795 | cpp | #include "bridge.h"
/*
All the private members of Stack are encapsulated by StackImpl
*/
class Node{
private:
string item;
Node *next;
public:
Node(string in):item(in),next(0){}
void setNext(Node* n=0){ next=n; }
Node* getNext(){ return next; }
string getItem(){ return item; }
};
class St... | [
"bolster@localhost.(none)"
] | bolster@localhost.(none) |
108708c3477363657a454a2ce4b7da6dd17d39ab | de5abf369d4f1c2475bc4e22ad9d689b0c40ac04 | /1040/1040.cpp | 368ce51fe59160303ad5cfb9412f6abadf088c5d | [] | no_license | ccuwxy/PAT_Basic_Level_Practice | e4bec21efd47e9686c4759e891b1b3cd2b3a1cbb | 915e29ff50b7648015535390c26dcf9805b74a78 | refs/heads/master | 2023-08-20T12:30:17.791714 | 2021-10-30T08:39:58 | 2021-10-30T08:39:58 | 184,578,401 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 433 | cpp | #include<iostream>
#include<string>
using namespace std;
int main()
{
string s;
cin >> s;
int len = s.length(), countP = 0, countT = 0, ans = 0;
for (int i = 0; i < len; i++)
if (s.at(i) == 'T')
countT++;
for (int i = 0; i < len; i++)
{
if (s.at(i) == 'P')
countP++;
if (s.at(i) == 'T')
countT--;
... | [
"wxy990212@126.com"
] | wxy990212@126.com |
5e9a69b48687d6493ac8bc43f20dd7a5187b13cc | 8fd935d0bcf03a176dc1c042602e731aab016f43 | /libvis/src/libvis/cuda/cuda_unprojection_lookup.h | 77b9f0d78cbfb85f8fba7713185c19e67ab58d6d | [
"BSD-3-Clause"
] | permissive | ETH3D/badslam | 9ce088d96672ee5385f721928d3e6536778e1574 | c66bdc841658cc04f9feae229c746b32f4284102 | refs/heads/master | 2022-07-08T05:39:08.983448 | 2022-05-11T19:12:04 | 2022-05-11T19:12:04 | 192,239,549 | 691 | 124 | BSD-3-Clause | 2022-04-27T23:52:53 | 2019-06-16T21:43:54 | C++ | UTF-8 | C++ | false | false | 3,233 | h | // Copyright 2017, 2019 ETH Zürich, Thomas Schöps
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright notice,
// this list of conditions and the ... | [
"tom.schoeps@gmail.com"
] | tom.schoeps@gmail.com |
d6c2278a1fa3696e598d085a4c4d8b8080ff3d52 | 244d361c0c7bf84d24eb2cfb64cd65221bc59861 | /SCI/src/include/casaChecks.h | c8fa811eb84ef29ed5395b0b482e1a1399873332 | [] | no_license | sanbee/capps | bc35582671208a18ca59a565d190a03195b2aab8 | 495a05115f96d272f87751c814e4c10ae45cf70f | refs/heads/master | 2021-07-10T04:21:20.762101 | 2019-03-01T22:44:00 | 2019-03-01T22:44:00 | 38,459,579 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 209 | h | #include <casa/aips.h>
#include <casa/BasicSL/String.h>
#include <casa/Exceptions/Error.h>
#include <casa/sstream.h>
#include <strstream>
namespace casa
{
Bool checkCASAEnv(String pathVar="CASAPATH");
};
| [
"bhatnagar.sanjay@6c983b56-0e34-0410-bb18-b3d48ac8bcd4"
] | bhatnagar.sanjay@6c983b56-0e34-0410-bb18-b3d48ac8bcd4 |
27855faad162c287c25ed837877da3d5bda90a6f | d2249116413e870d8bf6cd133ae135bc52021208 | /hp-socket/Common/Src/socket/TcpServer.cpp | 3545586a8f2ad93134d9664db0a450dace238545 | [
"Apache-2.0"
] | permissive | Unknow-man/mfc-4 | ecbdd79cc1836767ab4b4ca72734bc4fe9f5a0b5 | b58abf9eb4c6d90ef01b9f1203b174471293dfba | refs/heads/master | 2023-02-17T18:22:09.276673 | 2021-01-20T07:46:14 | 2021-01-20T07:46:14 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 24,752 | cpp | /*
* Copyright Bruce Liang (ldcsaa@gmail.com)
*
* Version : 3.1.1
* Author : Bruce Liang
* Website : http://www.jessma.org
* Porject : https://code.google.com/p/ldcsaa
* Bolg : http://www.cnblogs.com/ldcsaa
* WeiBo : http://weibo.com/u/1402935851
* QQ Group : 75375912
*
* Licensed under the Apach... | [
"chenchao0632@163.com"
] | chenchao0632@163.com |
440293c40846684f091702df56a320d2b824d7b4 | 44227276cdce0d15ee0cdd19a9f38a37b9da33d7 | /alien/standalone/src/refsemantic/alien/ref/data/scalar/RedistributedVector.h | 0b2e3c72f5e7306eb96507535f319d1a7a73c2be | [
"Apache-2.0"
] | permissive | arcaneframework/framework | 7d0050f0bbceb8cc43c60168ba74fff0d605e9a3 | 813cfb5eda537ce2073f32b1a9de6b08529c5ab6 | refs/heads/main | 2023-08-19T05:44:47.722046 | 2023-08-11T16:22:12 | 2023-08-11T16:22:12 | 357,932,008 | 31 | 21 | Apache-2.0 | 2023-09-14T16:42:12 | 2021-04-14T14:21:07 | C++ | UTF-8 | C++ | false | false | 2,381 | h | /*
* Copyright 2020 IFPEN-CEA
*
* 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 agreed to in wri... | [
"cedric.chevalier@cea.fr"
] | cedric.chevalier@cea.fr |
7e6464069009c83a8ac0ae60ef521d4e0942b090 | 8f02939917edda1e714ffc26f305ac6778986e2d | /competitions/SCPC/2021/round-1/B.cc | 4796adc0dd216e75b4a5c460af22d5e166915a7c | [] | no_license | queuedq/ps | fd6ee880d67484d666970e7ef85459683fa5b106 | d45bd3037a389495d9937afa47cf0f74cd3f09cf | refs/heads/master | 2023-08-18T16:45:18.970261 | 2023-08-17T17:04:19 | 2023-08-17T17:04:19 | 134,966,734 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,248 | cc | #include <bits/stdc++.h>
#define endl "\n"
using namespace std;
using lld = long long;
using pii = pair<int, int>;
using pll = pair<lld, lld>;
////////////////////////////////////////////////////////////////
const int MN = 50005;
int N, t, B[MN], D[MN][2], A[MN]; // D[i][j]: j is possible for A[i]
void solve(int test... | [
"queuedq@gmail.com"
] | queuedq@gmail.com |
372efa7230d9ba1473ca9293631afed809c6858a | 182adfdfa907d3efc0395e293dcdbc46898d88eb | /Temp/il2cppOutput/il2cppOutput/mscorlib_System_Action_1_gen2899269018.h | b8591fa799b9a8d29dc63f6c62a22e23a6aa79af | [] | no_license | Launchable/1.1.3New | d1962418cd7fa184300c62ebfd377630a39bd785 | 625374fae90e8339cec0007d4d7202328bfa03d9 | refs/heads/master | 2021-01-19T07:40:29.930695 | 2017-09-15T17:20:45 | 2017-09-15T17:20:45 | 100,642,705 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 797 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_MulticastDelegate3201952435.h"
#include "mscorlib_System_Void1841601450.h"
// GooglePlayResult
struct GooglePlayResult_t3097469636;
// System.IAsyncResult
s... | [
"zk.launchable@gmail.com"
] | zk.launchable@gmail.com |
760d968cc881b1af8e0096d4e9d05af7d940922c | 8396b4823098814e1fc0ea75afba7ce0e8383bc2 | /lab9-q16.cpp | aac8dcc423ca33333d7fa134aa2c667d75d2af56 | [] | no_license | nithanahan-p/cs141-lab9 | f473273a036ae79f4cf1072c790447d8a8974e4d | d99af7be25b75a1260e4a764ddb16c73f30e4a57 | refs/heads/master | 2020-04-02T21:09:16.217266 | 2018-11-04T15:26:16 | 2018-11-04T15:26:16 | 154,789,214 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 428 | cpp | //including library
#include<iostream>
using namespace std;
int main(){
char str[10],*p,*j,i=0;
cout<<"input a String of 10 characters "<<endl;
cin>>str;
//show string by shifting top character of string to right
while(str[i]!='\0'){
i++;
j=&str[i-1];}
while(*j!=str[0]){
p=j;
while(*p!='\0'){
cout<<"... | [
"noreply@github.com"
] | noreply@github.com |
5040e7a66532b4da84a281d527c5a1ab3204aad0 | 1e2858489cedb933bc532ddc63466bbfc3b3e865 | /watchdog.ino | 5a5bf74daf832a83aa46f2aed65f41fda0b6399c | [] | no_license | chinaza/watchdog-hardware | 475aec52c0912382147220944e3b2130e2f6b12b | dcbb757489496ab6a0bac79e337ec78a1d995f7d | refs/heads/master | 2021-05-16T03:51:18.686750 | 2017-10-03T12:15:35 | 2017-10-03T12:15:35 | 105,647,001 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,051 | ino | //Current Sensor power analog input
#define powerPin A0
//GSM Modem definition
#define TINY_GSM_MODEM_SIM800
//GSM LIBRARY
#include <TinyGsmClient.h>
//Software Serial Library
#include <SoftwareSerial.h>
bool thereIsPower();
void alertServer(bool);
bool serverAlertedForPower = false;
bool serverAlertedForNoPower = fa... | [
"chinaza@zhaptek.com"
] | chinaza@zhaptek.com |
84108294915bb5ccf26d814ee0d40f4c39592509 | 4bcc9806152542ab43fc2cf47c499424f200896c | /tensorflow/lite/kernels/pooling3d.cc | 3ab8701f247ec5ae20be0e0322f5ed1978154e29 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause"
] | permissive | tensorflow/tensorflow | 906276dbafcc70a941026aa5dc50425ef71ee282 | a7f3934a67900720af3d3b15389551483bee50b8 | refs/heads/master | 2023-08-25T04:24:41.611870 | 2023-08-25T04:06:24 | 2023-08-25T04:14:08 | 45,717,250 | 208,740 | 109,943 | Apache-2.0 | 2023-09-14T20:55:50 | 2015-11-07T01:19:20 | C++ | UTF-8 | C++ | false | false | 18,279 | cc | /* Copyright 2021 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 |
98d554944b8c2215d96a4c42d556a75fa1ff5ab4 | ae78d3776d12aff43b65d94e51f584d9a35bfc3f | /Notes/compilerGNUMake.cpp | 4e0d1bdbdf828411cf0bc4b0d34ca98fba02e96b | [] | no_license | DowerChest/cb_misc | 9d40264463bbbefd506127a936df1ad43424eb72 | af99e7068ede7463ea0420a6618130fc74117a3e | refs/heads/master | 2020-12-29T00:55:10.631202 | 2016-01-16T18:08:41 | 2016-01-16T18:08:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,158 | cpp | /*
* This file is part of the Code::Blocks IDE and licensed under the GNU General Public License, version 3
* http://www.gnu.org/licenses/gpl-3.0.html
*
* $Revision$
* $Id$
* $HeadURL$
*/
#include <sdk.h>
#ifndef CB_PRECOMP
// wxWidgets non GUI headers in sdk_common.h
#include <wx/dir.h>
#include <w... | [
"stahta01@users.sourceforge.net"
] | stahta01@users.sourceforge.net |
b7e3dae465f3a6fae2aca018f5870e950dd75568 | bd893ed31f5a50d5be969625f8c6c233734b60ac | /sprout/functional/member.hpp | 1a5312d6c56538d73a53408abf58daa17d817143 | [
"BSL-1.0"
] | permissive | kennethho/Sprout | 021fb3b7583fcf05e59c6c2916292073cd210981 | dad087cd69627897da31a531c9da989c661866cc | refs/heads/master | 2021-01-22T00:50:54.516815 | 2013-12-12T14:38:33 | 2013-12-12T14:38:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,118 | hpp | /*=============================================================================
Copyright (c) 2011-2013 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
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.tx... | [
"bolero.murakami@gmail.com"
] | bolero.murakami@gmail.com |
237a5264b8891b524f7eed82bf988298bb603833 | 18aee5d93a63eab684fe69e3aa0abd1372dd5d08 | /paddle/fluid/framework/section_worker.cc | 58e879a5011c2cb0914231d063adf85408c42aae | [
"Apache-2.0"
] | permissive | Shixiaowei02/Paddle | 8d049f4f29e281de2fb1ffcd143997c88078eadb | 3d4d995f26c48f7792b325806ec3d110fc59f6fc | refs/heads/develop | 2023-06-26T06:25:48.074273 | 2023-06-14T06:40:21 | 2023-06-14T06:40:21 | 174,320,213 | 2 | 1 | Apache-2.0 | 2022-12-28T05:14:30 | 2019-03-07T10:09:34 | C++ | UTF-8 | C++ | false | false | 8,519 | cc | /* Copyright (c) 2019 PaddlePaddle 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 ag... | [
"noreply@github.com"
] | noreply@github.com |
5dd761cf76d300e2e1f7d1323b268ac1ce370664 | 45dd31b0f5784bbda278c6bfdc56517e61e793fd | /MyGraphics/MyGraphics/Source/Mesh.cpp | 014014a43118d792a0a450a941193359cd2db21a | [] | no_license | lyx97/SP2-Team-11 | f59def02f0a72f31a1588cea5e989fc1d82df2b8 | d4b1acdd13437082ced64c1acf6819f6528bd25f | refs/heads/master | 2021-01-10T07:47:30.899411 | 2016-03-03T15:28:27 | 2016-03-03T15:28:27 | 51,690,529 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,579 | cpp | #include "Mesh.h"
#include "GL\glew.h"
#include "Vertex.h"
#include "Material.h"
/******************************************************************************/
/*!
\brief
Default constructor - generate VBO/IBO here
\param meshName - name of mesh
*/
/*****************************************************************... | [
"lyx10797@gmail.com"
] | lyx10797@gmail.com |
66921d3d3390442fc417f14ab3db319c5c48b105 | 595f0f602f45665dff6500881a3d15c4f771946c | /src/bip38.h | 6b6892cd7cac577a71135141265d1002af8014e1 | [
"MIT"
] | permissive | refshare/refshare | 1ac4a85746f34bc01153545cb4fda7461815c45f | 891fc008b1568586ab83c336f46b8a4ec4ca0d2a | refs/heads/master | 2022-07-15T13:29:09.110824 | 2020-05-11T15:05:53 | 2020-05-11T15:05:53 | 263,065,972 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,499 | h | // Copyright (c) 2017 The REFSHARE developers
// Copyright (c) 2017 The PIVX developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_BIP38_H
#define BITCOIN_BIP38_H
#include "pubkey.h"
#include "uint256.h"
#... | [
"you@example.com"
] | you@example.com |
0c33c43a3cf18ab7956f3724649705d6ce1fc28c | 70fd51580a32c4d7dbc376d4ff8ae1a4fd156fa1 | /Subject.cpp | 8459210a02278356482d0804bb6ed646ea727f29 | [] | no_license | kirillkuks/EngineWrapper | 4d7d821c27fdced2f376690d4e3f81fdd553586f | c74b0d0b9701221ff5acce63ef37c189935fc575 | refs/heads/main | 2023-02-01T17:00:31.222049 | 2020-12-16T13:13:21 | 2020-12-16T13:13:21 | 321,986,949 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 206 | cpp | #include "Subject.h"
Subject::Subject() {}
int Subject::f3(int first, int second) {
return first - second;
}
int Subject::f1(int a1, int a2, int a3, int a4, int a5) {
return (a1 + a2 - a3 + a4) * a5;
} | [
"60854701+kirillkuks@users.noreply.github.com"
] | 60854701+kirillkuks@users.noreply.github.com |
51866e4b90ffe3e683a12c605029f80c60fdd399 | 10b63bd3cc42daa1c73beee6402d0935a47a8890 | /Plugins/MyEditorUtils/Source/MyEditorUtils/Public/MyPropertyType/MyPropertyTypeCustomization.h | 2db7ee8dd81087cd1d8824df32a907c7e57a0a9b | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | JanSeliv/Bomber | ca91395b4382f81471b9df04ddb6259f3fa3219e | 3124fcca6075654f0f269dd4c5cd8b90579b0b52 | refs/heads/master | 2023-08-17T03:31:23.591004 | 2023-06-12T06:03:04 | 2023-06-12T06:03:04 | 188,085,654 | 78 | 20 | MIT | 2023-06-12T06:00:54 | 2019-05-22T17:37:20 | C++ | UTF-8 | C++ | false | false | 5,374 | h | // Copyright (c) Yevhenii Selivanov.
#pragma once
#include "IPropertyTypeCustomization.h"
//---
#include "MyPropertyType/PropertyData.h"
typedef class FMyPropertyTypeCustomization Super;
/**
* Overrides some property to make better experience avoiding any errors in properties by manual typing etc.
* The FName Pro... | [
"janseliw@gmail.com"
] | janseliw@gmail.com |
3c90b4e3cea5035ae24e38971e322fb8e0fdbd5d | 78de9ab02ba562058ba564e9f0e6b28bad02936b | /src/cpp/mem/private/mem/engine/MemoryEngine.cpp | 32109dd5f4ec6620495bb147e39034adf6e6ea7d | [
"MIT"
] | permissive | c0de4un/memory_manager | b5b6d7fa43074563de375046718023161cd0cf06 | ec63bc7d828d0f8675b53c5045674c22bd8902ef | refs/heads/master | 2022-12-11T14:20:28.520098 | 2020-09-03T04:05:01 | 2020-09-03T04:05:01 | 289,554,153 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,300 | cpp | /**
* All rights reserved.
* License: see LICENSE.txt
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the ... | [
"code4un@yandex.ru"
] | code4un@yandex.ru |
cb69d7c86b6fe50c8da8f171e5c05e4aabfeb615 | ccdcabdb0685f36d248a6e4f4a90ceaf00bc44f9 | /main.cpp | c68277d1d82e1b3fc3a84ab622c051ebe11728c2 | [] | no_license | JoedHernandez1995/Proyecto_Orga_2015 | d551ba6abbaebd14661771f353a20032ac67cbd2 | cb03dbd4fcfe11cb3ab80004ca92fbe69b04b3d6 | refs/heads/master | 2016-09-06T15:24:14.608092 | 2015-03-26T17:47:54 | 2015-03-26T17:47:54 | 30,837,668 | 0 | 0 | null | 2015-03-26T05:00:17 | 2015-02-15T18:49:20 | C++ | UTF-8 | C++ | false | false | 30,765 | cpp | #include <iostream>
#include <stack>
#include <cstdio>
#include <vector>
#include <iomanip>
#include <fstream>
#include <string>
#include <sstream>
#include <map>
#include "primaryKey.h"
#include "nodo.h"
#include "arbolb.h"
using namespace std;
struct Campo{
string nombre;
int tipo;
int longitud;
bool isKey;
};
... | [
"joedhernandez95@unitec.edu"
] | joedhernandez95@unitec.edu |
f8ecdd9311ab01203c91887400bcd9b5ddf15d4a | 9925d358982c91315717651ae537665e162ad147 | /projects/Project_Dragon/src/CPP/VertexTypes.cpp | a5616ba8eda4af6c07d9d57deb541e003cac37af | [] | no_license | christiannazar/PROJECT_DRAGON | 44df86b5294c687dacc12305fbb26ad4da552bb5 | 4bef1dd453e7d54322e76e0585a9d84d229fa3f4 | refs/heads/master | 2023-01-06T01:27:30.914149 | 2020-10-28T02:05:03 | 2020-10-28T02:05:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,822 | cpp | #include "Header/VertexTypes.h"
#pragma warning( push )
VertexPosCol* VPC = nullptr;
VertexPosNormCol* VPNC = nullptr;
VertexPosNormTex* VPNT = nullptr;
VertexPosNormTexCol* VPNTC = nullptr;
const std::vector<BufferAttribute> VertexPosCol::V_DECL = {
BufferAttribute(0, 3, GL_FLOAT, false, sizeof(VertexPosCol), (size... | [
"noahglassford@gmail.com"
] | noahglassford@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.