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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
91ab5412cd4404f5356206ef429fc122e5501366 | 0ecf2d067e8fe6cdec12b79bfd68fe79ec222ffd | /ash/public/cpp/app_menu_constants.h | 21d4356287609e6a5021feeebdac3ed7cfe25cf1 | [
"BSD-3-Clause"
] | permissive | yachtcaptain23/browser-android-tabs | e5144cee9141890590d6d6faeb1bdc5d58a6cbf1 | a016aade8f8333c822d00d62738a922671a52b85 | refs/heads/master | 2021-04-28T17:07:06.955483 | 2018-09-26T06:22:11 | 2018-09-26T06:22:11 | 122,005,560 | 0 | 0 | NOASSERTION | 2019-05-17T19:37:59 | 2018-02-19T01:00:10 | null | UTF-8 | C++ | false | false | 2,211 | 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 ASH_PUBLIC_CPP_APP_MENU_CONSTANTS_H_
#define ASH_PUBLIC_CPP_APP_MENU_CONSTANTS_H_
namespace ash {
// Defines command ids used in Shelf and AppLi... | [
"artem@brave.com"
] | artem@brave.com |
81a4e2af4729bd4de7a04de2bf20a5555f0ae0cf | e34b28b281a189888f1481c58b37c8faf2757988 | /LeetCode/LeetCode_096.cpp | 35850e0e9233f1ac9714e750fc20bbb68cc0b263 | [] | no_license | reversed/C | aebafda0615c594a844dee1bb12fc683b9cd0c65 | f6edb643723457276d8542eb7b583addfb6f1a7f | refs/heads/master | 2020-04-10T22:05:26.689390 | 2019-06-22T02:56:26 | 2019-06-22T02:57:23 | 68,095,558 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 383 | cpp | class Solution {
public:
int numTrees(int n) {
if (n == 0) return 0;
if (n == 1) return 1;
vector<int> dp(n+1, 0);
dp[0] = 1; dp[1] = 1;
for (int i = 2; i <= n; ++i)
{
for (int j = 0; j < i; ++j)
{
dp[i] += dp[j] * dp[i... | [
"leichen.usst@gmail.com"
] | leichen.usst@gmail.com |
8637f2a2448f6f4d0d458a48d03663f7c0574024 | 28b4979073dfa53705c3993d1fb2ace26461cb19 | /programs/lrw/RwtMgr.h | 3c9a4c07719f5c1c592bdf4bc68a95a7e071b0bc | [] | no_license | yusuke-matsunaga/ym-apps | 51c826e510a91d7c4f6e5c4252a2afb91a5f30ce | 185c9aa876a95fcad4772db2ba270ba8fd53e1ac | refs/heads/master | 2016-09-16T15:38:13.272565 | 2015-11-01T04:33:49 | 2015-11-01T04:33:49 | 38,557,898 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,920 | h | #ifndef RWTMGR_H
#define RWTMGR_H
/// @file RwtMgr.h
/// @brief RwtMgr のヘッダファイル
/// @author Yusuke Matsunaga (松永 裕介)
///
/// Copyright (C) 2005-2012 Yusuke Matsunaga
/// All rights reserved.
#include "YmTools.h"
BEGIN_NAMESPACE_YM
class RwtNode;
//////////////////////////////////////////////////////////////////... | [
"yusuke_matsunaga@ieee.org"
] | yusuke_matsunaga@ieee.org |
26df9b17d9a7583d233a0c72be9c70d13a777a72 | 6bb851f5d8c743ab3e7037bcea033b0e3430eddb | /data/Submission/75 Sort Colors/Sort Colors_2.cpp | 4a222db8d84b62a67cf9100823731ec6d4c3ca06 | [] | no_license | CJHMPower/Fetch_Leetcode | 96f67ca8609955524f01124f17cb570361ea835f | 5dbd1d0ff56f8ab38fe3587519a973a3d712e758 | refs/heads/master | 2020-03-24T04:26:02.829710 | 2018-07-26T14:31:36 | 2018-07-26T14:31:36 | 142,452,783 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 968 | cpp | //-*- coding:utf-8 -*-
// Generated by the Fetch-Leetcode project on the Github
// https://github.com/CJHMPower/Fetch-Leetcode/
// 75 Sort Colors
// https://leetcode.com//problems/sort-colors/description/
// Fetched at 2018-07-24
// Submitted 2 years ago
// Runtime: 4 ms
// This solution defeats 4.71% cpp solutions
c... | [
"1120798947@qq.com"
] | 1120798947@qq.com |
6da68b4ae40decb59badd720895f06854ab427a7 | 462663467e57fb2517cfc972417d74fd53209410 | /FK2DEngine2/Include/UI/Controls/FKCanvas.h | 1522094476e2dea7f1a39035a5669a4858e5bfc6 | [] | no_license | duzhi5368/FKTheLostLand | 43f741fdef53aaca18b73f3353423545215c4479 | 5c5ab1f31d955c383e73297dc09095509782f681 | refs/heads/master | 2021-12-13T17:09:03.124167 | 2017-03-16T07:54:04 | 2017-03-16T07:54:04 | 85,167,409 | 1 | 2 | null | null | null | null | GB18030 | C++ | false | false | 2,637 | h | /**
* created: 2013-4-11 19:44
* filename: FKCanvas
* author: FreeKnight
* Copyright (C):
* purpose:
*/
//------------------------------------------------------------------------
#pragma once
//------------------------------------------------------------------------
#include <set>
#include "FKBase.h"
#includ... | [
"duzhi5368@163.com"
] | duzhi5368@163.com |
8e0bde58fba57887c810b4f448670b3396788383 | d0779fdf8203cbf9f1d18c5e43e8045f7c3d9c2e | /ROS/catkin_ws/src/cartographer/cartographer/mapping/internal/2d/local_trajectory_builder_2d.cc | 54eb61480d7d94e7cb5ce6eb74a2c3ca09a6b794 | [
"Apache-2.0"
] | permissive | raikaDial/vslidar | 24f3a2ca88a938d61568487c1ef4aac13fea3743 | 12cb55f7706a2f066b25d6cc6a0201473f482fae | refs/heads/master | 2021-09-20T09:39:50.459318 | 2018-08-07T23:09:25 | 2018-08-07T23:09:25 | 127,962,193 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,914 | cc | /*
* Copyright 2016 The Cartographer Authors
*
* 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... | [
"ryker.dial@gmail.com"
] | ryker.dial@gmail.com |
bf95934874cf5c1900f477930b8d0482e692e00a | 064c812442ce0cedfc400827d1fa2f8f4c4bb438 | /AutoDownloaded Codes/sshstamref/1003/1003.cpp11.cpp | 6a8bec4f9f80e4398ed00e3ab73d3eb4a890da77 | [] | no_license | TAMREF/problem-solving-storage | c1845571179771d33263cf03f3a26bff0cd75d53 | cab7bbe00343bd1bc4fe32a984a574f86aac545e | refs/heads/master | 2022-03-21T04:30:18.318602 | 2019-11-13T03:21:35 | 2019-11-13T03:21:35 | 78,931,251 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 342 | cpp | #include <cstdio>
long long numz[50], numo[50];
int main()
{
numz[0]=1;
numo[1]=1;
int C, N;
scanf("%d\n",&C);
for(int i=2;i<=50;i++)
{
numz[i]=numz[i-1]+numz[i-2];
numo[i]=numo[i-1]+numo[i-2];
}
for(int i=0;i<C;i++)
{
scanf("%d",&N);
printf("%lld %lld\n",numz... | [
"sluggeryck@naver.com"
] | sluggeryck@naver.com |
0a18d225d593f82086bb4a3518e657e1b9e82358 | 65a99d0c9a0d4feeff49ceb5c2cffdef370f6185 | /prominiextender/prominiextender.ino | c98fd08e0f5f702c37f3cd891d98478fe45feade | [] | no_license | sker65/tiltaudio-extensions | ff3cc918ff48ba596eb8f07def8cdb8e674e504f | a1d96f31b3e9c3596fada3e540348540ddfb713c | refs/heads/master | 2022-01-26T15:18:12.743567 | 2022-01-14T22:02:42 | 2022-01-14T22:02:42 | 210,176,615 | 2 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 3,108 | ino | /*
* ***************************************************************************************************************************\
* Arduino project "ESP Easy" � Copyright www.esp8266.nu
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License
* a... | [
"sker65@gmail.com"
] | sker65@gmail.com |
14f6a76a441cddbcb5bec8671018cf3123518593 | fb7817c071c37fed603e1b46df1327175ee031b1 | /App/Lib/Bal/Tool/Build/ShaderConverter/ShaderArchiver/Archiver.cpp | 7cd4d281837259f3700c13849a9a223c2b49d38f | [
"MIT"
] | permissive | belmayze/bal | af22ecf42ae1491843c4e84f74af75be92b64ed3 | 710a96d011855fdab4e4b6962a2ba5b6b6b35aae | refs/heads/master | 2021-08-18T04:04:42.151990 | 2021-07-03T22:29:42 | 2021-07-03T22:29:42 | 240,271,882 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,761 | cpp | /*!
* @file balApiEntry.cpp
* @brief
* @author belmayze
*
* Copyright (c) 2020 belmayze. All rights reserved.
*/
// app
#include "Archiver.h"
namespace app
{
// ----------------------------------------------------------------------------
void Archiver::initialize(const InitializeArg& arg)
{
mHeader.mN... | [
"belmayze@hotmail.co.jp"
] | belmayze@hotmail.co.jp |
440e48a5482efc59f5107c038b151538bb2af5c9 | 8e1334bd97b8fe92ada1c9ca00beb342c52ba122 | /code blocks/BinaryIndexedTree.cpp | 0a02368d9fca403ca33d7243029e1ae39e10829e | [] | no_license | chetan-anand/codechef | 39922197ec2d61da44106fa38f2414b3fcec72e1 | 03c4da7684aa8e129e05dc9509e1e3b5e9cc213a | refs/heads/master | 2020-04-16T07:59:08.735276 | 2014-03-04T20:48:45 | 2014-03-04T20:48:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 325 | cpp | /* This contain the basic implimentation of binary indexed tree. As we already know
Binary Indexed Trees are used for problem involving frequent queries which include update and extraction.
Moreover, it is much easier to code binary indexed trees than segment trees*/
#include<stdio.h>
#include<string.h>
#include<stdli... | [
"chetan98351@gmail.com"
] | chetan98351@gmail.com |
9807b91dc76eb598291e335f78ee9ab9b0ce64bd | 2c60ab1041d60f2c4d0a92cb35f074a1f0a18cc9 | /term2/Unscented-Kalman-Filter/CarND-Unscented-Kalman-Filter-Project-master/src/ukf.cpp | 257a6b05dc78cf92e5f7ab34d198b9df72b46d42 | [
"MIT"
] | permissive | haopo2005/SelfDrivingCar_Udacity | 12f964fa28d68326da6e851fe54ac40b9a6c2eaa | 70f8b7f3aba5128e40774773977af019476cbcb9 | refs/heads/master | 2020-03-28T08:54:17.842482 | 2018-12-29T05:49:30 | 2018-12-29T05:49:30 | 147,997,999 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,149 | cpp | #include "ukf.h"
#include "Eigen/Dense"
#include <iostream>
using namespace std;
using Eigen::MatrixXd;
using Eigen::VectorXd;
using std::vector;
/**
* Initializes Unscented Kalman filter
* This is scaffolding, do not modify
*/
UKF::UKF() {
// if this is false, laser measurements will be ignored (except during i... | [
"haopo_2005@sina.com"
] | haopo_2005@sina.com |
3157a448eca04cfd8683165663638b156e76fbb1 | a3634de7800ae5fe8e68532d7c3a7570b9c61c5b | /codechef/lepermut.cpp | 4af2de8795df434237d57d7c34ed9ec485d92ece | [] | no_license | MayankChaturvedi/competitive-coding | a737a2a36b8aa7aea1193f2db4b32b081f78e2ba | 9e9bd21de669c7b7bd29a262b29965ecc80ad621 | refs/heads/master | 2020-03-18T01:39:29.447631 | 2018-02-19T15:04:32 | 2018-02-19T15:04:32 | 134,152,930 | 0 | 1 | null | 2018-05-20T13:27:35 | 2018-05-20T13:27:34 | null | UTF-8 | C++ | false | false | 384 | cpp | #include<iostream>
using namespace std;
int main()
{ int t;
cin>>t;
while(t--)
{ int n;
cin>>n;
int inp[n];
for(int i=0; i<n; i++)
cin>>inp[i];
bool ans=true;
for(int i=0; i<n; i++)
{ for(int j=i+2; j<n; j++)
{ if(inp[i]>inp[j])
ans=false;
}
}
if(ans)
... | [
"f20160006@goa.bits-pilani.ac.in"
] | f20160006@goa.bits-pilani.ac.in |
e6e3cadd0b83955d75cd069c44c18f1783a212fb | 44032e513ddb1f8cb6cff80a7b25a14121a1923c | /llvm/lib/Target/GenX/GenXIntrinsics.h | 90ec5ca802ada8a7da4f2594a26596978ffc749a | [
"MIT",
"NCSA"
] | permissive | nineties/cm-compiler | 85e6e1a191a813d7daf7e9ccb0d7046156b075c2 | 9c185da27df6b655c9e1268a6e374c4cbc141255 | refs/heads/master | 2020-04-18T05:14:04.925839 | 2019-01-16T21:13:12 | 2019-01-16T21:19:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,003 | h | /*
* Copyright (c) 2018, Intel 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 restriction, including without limitation
* the rights to use, copy, modify, merge, ... | [
"gang.y.chen@intel.com"
] | gang.y.chen@intel.com |
e249c90f3d6575b3eca0059609f90c73312571e4 | 05c1039487d53711217e58eec3a3baa7d98e970c | /HW/3/C_Mindist_2/main.cpp | da76fa055d1f8c6ca924ab0edb038ddc10718240 | [] | no_license | makci97/algo_tinkoff | a388cd9294a36020313f1ee1ca48908f87d4dda1 | 211ec75ace46c5be3cab85f7efafae364461d42a | refs/heads/master | 2020-03-28T19:36:04.547933 | 2018-12-09T14:32:55 | 2018-12-09T14:32:55 | 148,983,628 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,674 | cpp | #include <algorithm>
#include <iostream>
#include <fstream>
#include <sstream>
#include <list>
#include <vector>
#include <stack>
#include <queue>
#include <bitset>
const int MAX_VER = 50000;
std::vector<std::list<int> > read_pairs_graph(
int n, int m, std::ifstream& in_stream
)
{
int u, v;
std::vecto... | [
"makci.97@mail.ru"
] | makci.97@mail.ru |
637e8511de9d96ac6c05b72e6eb49eb82f996234 | b22588340d7925b614a735bbbde1b351ad657ffc | /athena/Trigger/TrigFTK/TrigFTKSim/src/FTKRawHit.cxx | 8a6253405b741e44b5100669c30fa7e0faded278 | [] | no_license | rushioda/PIXELVALID_athena | 90befe12042c1249cbb3655dde1428bb9b9a42ce | 22df23187ef85e9c3120122c8375ea0e7d8ea440 | refs/heads/master | 2020-12-14T22:01:15.365949 | 2020-01-19T03:59:35 | 2020-01-19T03:59:35 | 234,836,993 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,159 | cxx | /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
#include "TrigFTKSim/FTKRawHit.h"
#include "TrigFTKSim/FTKHit.h"
#include "TrigFTKSim/FTKSplitEncoder.h"
#include "TrigFTKSim/FTKSetup.h"
// needed to read SCTtrk tracks (Constantinos case)
#include "TrigFTKSim/FTKTrackInput.h"
#include "T... | [
"rushioda@lxplus754.cern.ch"
] | rushioda@lxplus754.cern.ch |
0e232882e4e54b8d7a1bdb097d469475dbecf1e5 | 85221a64ad699e9f4d4d3bc508fa776c6b2e1d16 | /DummyClients/DummyClients/include/aws/core/client/AWSError.h | 9155c0f1156803bc838b0324ad16fb24620ece00 | [
"MIT"
] | permissive | joonhochoi/GameLift | bf6dbabcba868540bd9cf834623b189c65628b39 | 81bbad1e922d977bd885cdaa37f2e05d4fe2b966 | refs/heads/master | 2020-12-24T12:06:37.600884 | 2016-10-27T06:47:53 | 2016-10-27T06:47:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,397 | h | /*
* Copyright 2010-2016 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... | [
"spacesun@naver.com"
] | spacesun@naver.com |
0a3939775c310c2d9d9bd51db54bea24bd5cf4be | be18dc7b41b872575eade0697bea8ad84c212776 | /cocos2d/external/bullet/include/bullet/BulletCollision/CollisionShapes/btConvexShape.h | 243c0b89564ddf02484593c6c0dd57eae30fa0c5 | [] | no_license | YaumenauPavel/Cocos2d-x-Snake | 4cbe10b365abf34cc7e938258ceffaff834d0e5f | 3c048b63ee6846ac23c14c89f06fc4fb22fba05e | refs/heads/master | 2023-07-09T20:30:51.867670 | 2021-03-18T08:52:34 | 2021-03-18T08:52:34 | 255,822,723 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,437 | h | /*
Bullet Continuous Collision Detection and Physics Library
Copyright (c) 2003-2009 Erwin Coumans http://bulletphysics.org
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 is grant... | [
"evmenov.pavel@gmail.com"
] | evmenov.pavel@gmail.com |
66e1f6a8fa048589cf9d0f1979641f7c04447475 | 29054be5fd8893c79e5f899f8bcf85f0ce767a2e | /p4/jugador.h | 7529b38baee7fa7ed8a6c2fdc23d4d7584adc84c | [] | no_license | hromero99/CPP-OOP-Practices | 5cf4f6f8f83bf9bd13935cfcf7ab2ecb38e15bd7 | 0bcff6769e2c7575fbdcee2466677d746de615a0 | refs/heads/master | 2020-09-26T19:56:47.480091 | 2019-12-12T23:58:35 | 2019-12-12T23:58:35 | 226,332,014 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 933 | h | #ifndef _JUGADOR_H_
#define _JUGADOR_H_
#include "persona.h"
#include <list>
#include <fstream>
typedef struct apuesta{
int tipo;
std::string valor;
int cantidad;
} Apuesta;
class Jugador : public Persona{
private:
int dinero_;
std::string codigo_;
std::list<Apuesta> apuestas_;
public:... | [
"hromerolopez@protonmail.com"
] | hromerolopez@protonmail.com |
dd0f4bace41155d25b697d55887e622e15c7b2ee | 8018f269727b5d698afe0b9dc5eb1680b2eaf1e4 | /Codeforces/273/D.cpp | 9f53fd84b315205f10586b5097ac086730e7e11c | [
"MIT"
] | permissive | Mindjolt2406/Competitive-Programming | 1c68a911669f4abb7ca124f84b2b75355795651a | 54e8efafe426585ef0937637da18b7aaf0fef5e5 | refs/heads/master | 2022-03-20T14:43:37.791926 | 2022-01-29T11:34:45 | 2022-01-29T11:34:45 | 157,658,857 | 2 | 0 | null | 2019-02-10T08:48:25 | 2018-11-15T05:50:05 | C++ | UTF-8 | C++ | false | false | 2,171 | cpp | #include<bits/stdc++.h>
#define mt make_tuple
#define mp make_pair
#define pu push_back
#define INF 1000000001
#define MOD 1000000007
#define ll long long int
#define ld long double
#define vi vector<int>
#define vll vector<long long int>
#define fi first
#define se second
#define sc(n) scanf("%d",&n);
#define scll(n) ... | [
"rathin7@gmail.com"
] | rathin7@gmail.com |
c52e63848c1889b23c6e8c6eb053f5823a5d27d8 | f177993b13e97f9fecfc0e751602153824dfef7e | /ImPro/ImProFilters/AR2WarpController/BoardCastOutputPin.cpp | cef0fce7e8083cb42f8c0cbcee40a676734ecad8 | [] | no_license | svn2github/imtophooksln | 7bd7412947d6368ce394810f479ebab1557ef356 | bacd7f29002135806d0f5047ae47cbad4c03f90e | refs/heads/master | 2020-05-20T04:00:56.564124 | 2010-09-24T09:10:51 | 2010-09-24T09:10:51 | 11,787,598 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,668 | cpp | #include "StdAfx.h"
#include "BoardCastOutputPin.h"
CBoardCastOutputPin::CBoardCastOutputPin(
__in_opt LPCTSTR pObjectName,
__inout CMuxTransformFilter *pTransformFilter,
__inout HRESULT * phr,
__in_opt LPCWSTR pPinName)
: CMuxTransformOutputPin(pObjectName, pTransformFilter, phr, pPinName)
{
}
#if... | [
"ndhumuscle@fa729b96-8d43-11de-b54f-137c5e29c83a"
] | ndhumuscle@fa729b96-8d43-11de-b54f-137c5e29c83a |
20e4d2e082a146daf5f1d216399b8051c02b3468 | c231ff2970daaf1283c4b4336bbc42e4cd4eda42 | /ExperimentalITK/Algorithms/itkMultiLabelSTAPLEImageFilter.h | 225029bea51c466e6baa3857e1d2ba06a18d2b26 | [] | no_license | ntustison/Utilities | e1b39c01545f73e7f233d67f52507f9558c06d60 | bd50b9856e8d78db5f9b1881e92171a493ed3fe2 | refs/heads/master | 2021-10-23T16:25:15.197722 | 2021-10-21T00:32:28 | 2021-10-21T00:32:28 | 1,518,882 | 11 | 11 | null | null | null | null | UTF-8 | C++ | false | false | 10,926 | h | /*=========================================================================
Program: Insight Segmentation & Registration Toolkit
Module: $RCSfile: itkMultiLabelSTAPLEImageFilter.h,v $
Language: C++
Date: $Date: 2004/03/01 19:44:21 $
Version: $Revision: 1.1 $
Copyright (c) 2002 Insight Consort... | [
"ntustison@gmail.com"
] | ntustison@gmail.com |
2ca4dc8f07ee0116bdadb93fad9c6ccd6a9424e0 | d33e4a1e243432ab8e3531b6f1c63e8baf05fec0 | /embroidermodder2/undo-editor.cpp | 6bc23ab5af10356e2b08fac76656c22ccc364e66 | [
"Zlib"
] | permissive | petersonca/Embroidermodder | 78b8a9a13868b8ee9a12242252643247c8f4bc38 | 4a6468aa843f58600696e185fd38b370a99278bc | refs/heads/master | 2020-04-06T06:25:22.126467 | 2013-11-21T11:35:54 | 2013-11-21T11:35:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,475 | cpp | #include <QUndoGroup>
#include <QUndoStack>
#include <QUndoView>
#include <QKeyEvent>
#include "undo-editor.h"
#include "undo-commands.h"
UndoEditor::UndoEditor(const QString& iconDirectory, QWidget* widgetToFocus, QWidget* parent, Qt::WindowFlags flags) : QDockWidget(parent, flags)
{
iconDir = iconDirectory;
... | [
"Embroidermodder@gmail.com"
] | Embroidermodder@gmail.com |
94fb7a72fe3bd4d4d7f1646aa68590c3911c8678 | 0e1cc5feca087788a3d8dfcc00da1deff9e1ede3 | /compiler/parser/token.h | df5588eb003a61a181aa1e26a09a0960082eef4a | [
"MIT"
] | permissive | cosocaf/Pick | 9b989e558ddc7bc2b011b8f0299eb3806044eac0 | e21a3ff204e8cf60a40985ebda73d90f087205a9 | refs/heads/master | 2023-08-02T13:35:58.018478 | 2021-08-05T09:13:57 | 2021-08-05T09:13:57 | 294,849,764 | 9 | 0 | MIT | 2020-11-11T12:48:03 | 2020-09-12T01:55:57 | C++ | UTF-8 | C++ | false | false | 4,004 | h | #ifndef PICKC_PARSER_TOKEN_H_
#define PICKC_PARSER_TOKEN_H_
#include <vector>
#include <string>
#include <fstream>
#include "utils/result.h"
#include "utils/option.h"
namespace pickc::parser
{
enum struct TokenKind
{
DefKeyword, // def
MutKeyword, // mut
FnKeyword, // fn
ClassK... | [
"cosocaf@gmail.com"
] | cosocaf@gmail.com |
75a6e06decdcfb8fc27f73310976d2a4dbcb919e | 5ebd5cee801215bc3302fca26dbe534e6992c086 | /blaze/util/constraints/SameType.h | 95dc8d335b61b8d77c6ebd3ca82ae076187cd512 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | mhochsteger/blaze | c66d8cf179deeab4f5bd692001cc917fe23e1811 | fd397e60717c4870d942055496d5b484beac9f1a | refs/heads/master | 2020-09-17T01:56:48.483627 | 2019-11-20T05:40:29 | 2019-11-20T05:41:35 | 223,951,030 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,995 | h | //=================================================================================================
/*!
// \file blaze/util/constraints/SameType.h
// \brief Data type constraint
//
// Copyright (C) 2012-2019 Klaus Iglberger - All Rights Reserved
//
// This file is part of the Blaze library. You can redistribute it ... | [
"klaus.iglberger@gmail.com"
] | klaus.iglberger@gmail.com |
f4be898949f951a6af2283425b147ea8e7be3452 | 1889fd0dbae7969d67e98288c61be34902586555 | /appsrc/FinderUI.h | 3444acd39ede601414d88649724d353e3bd8ca0f | [] | no_license | Gabriele91/Merging-Meshs | 6b98689720c1926f838e2674f9afe0a434fca6a4 | ca84b3ebf3fb4d7bf3eb8c70b35edf918fe96513 | refs/heads/master | 2016-09-01T22:06:11.315691 | 2014-09-23T17:16:04 | 2014-09-23T17:16:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,929 | h | //
// FinderUI.h
// Merging Meshs
//
// Created by Gabriele Di Bari on 18/09/14.
// Copyright (c) 2014 Gabriele Di Bari. All rights reserved.
//
#ifndef FINDERUI_H
#define FINDERUI_H
#include <Config.h>
#include <Application.h>
#include <Utility.h>
#include "gui.h"
namespace Easy3D
{
class FinderOpenOff
{
... | [
"dbgabri@gmail.com"
] | dbgabri@gmail.com |
55232ab7e20c47f214c053f7b7ea8bf21f7d0fd6 | aaafa161d2f507249dfb984a1d322f803c927177 | /src/processor/chains.h | 07d5cf95cd9280ece607a565b38b94f7338330b4 | [
"MIT"
] | permissive | shramov/tll | 4daf76af334c877b99a3f964a66536a1072aa3e7 | 72338ff3dcc351666ed86a814ebf093491820dc1 | refs/heads/master | 2023-08-17T13:06:39.833241 | 2023-08-16T08:12:10 | 2023-08-17T06:40:47 | 204,337,361 | 7 | 2 | MIT | 2021-11-04T19:54:37 | 2019-08-25T18:59:54 | C++ | UTF-8 | C++ | false | false | 1,113 | h | /*
* Copyright (c)2020-2021 Pavel Shramov <shramov@mexmat.net>
*
* tll is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See LICENSE for details.
*/
#ifndef _PROCESSOR_CHAINS_H
#define _PROCESSOR_CHAINS_H
#include <set>
#include "tll/channel/prefix.h"
namespace tl... | [
"psha@nguni.psha.org.ru"
] | psha@nguni.psha.org.ru |
de3319366ca9a5c0202f453b29bdb7647faa2158 | 7eb0edf56c64386b3bd3b6b083865301cb58e47e | /src/backend/cpu/kernel/convolve.hpp | 79d684dd6423f1c49606f394f59b8bac2044d883 | [
"MIT",
"BSD-3-Clause",
"Zlib",
"BSL-1.0",
"Apache-2.0"
] | permissive | mchandra/arrayfire | bebb4bfb453ca9f9b276dd4d688dc8f0fe2e044e | 2ecff9818f23c2b0fd35ab992d4e00f17fa039b9 | refs/heads/devel | 2021-01-15T15:53:00.157270 | 2016-03-17T20:42:43 | 2016-03-17T20:42:43 | 43,915,613 | 1 | 0 | null | 2015-10-08T20:51:12 | 2015-10-08T20:51:11 | null | UTF-8 | C++ | false | false | 10,120 | hpp | /*******************************************************
* Copyright (c) 2015, ArrayFire
* All rights reserved.
*
* This file is distributed under 3-clause BSD license.
* The complete license agreement can be obtained at:
* http://arrayfire.com/licenses/BSD-3-Clause
**********************************************... | [
"pradeep@arrayfire.com"
] | pradeep@arrayfire.com |
500423d537769c569b96fa5adbffddd74641c102 | 62234928086510d6e7ac4fa317a4cf75898915f0 | /client/include/cryptopp/speck-simd.cpp | 58d680dd11c6adf81855558e91efc37983a4eaff | [
"BSL-1.0",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | zbl2018/RobotServer | 22699474d33b3c6586627aae320c61991645be6e | b8a1482e55dbc270a7b3c1a282a009822ed805d3 | refs/heads/master | 2020-03-11T18:10:22.528946 | 2018-07-13T07:24:41 | 2018-07-13T07:24:41 | 130,169,554 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 35,860 | cpp | // speck-simd.cpp - written and placed in the public domain by Jeffrey Walton
//
// This source file uses intrinsics and built-ins to gain access to
// SSSE3, ARM NEON and ARMv8a, and Power7 Altivec instructions. A separate
// source file is needed because additional CXXFLAGS are required to enable
// ... | [
"191904554@qq.com"
] | 191904554@qq.com |
4103af0829cfe05cbdf639211c0a2de4f5d18e36 | 833177e49475ed3e4cb56db328d613f8d79827ae | /week_02/10-25/10.cpp | 302b7c03e7df5f0706b6461aa367b5d82f2e8e14 | [] | no_license | greenfox-zerda-sparta/nmate91 | 7b5e62b341541cea50eb163ffe415bc7516d1d17 | 079a699c86524c6f34c606cefd1d281afded8c45 | refs/heads/master | 2021-01-17T18:20:55.082949 | 2017-02-21T13:57:35 | 2017-02-21T13:57:35 | 71,350,439 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 251 | cpp | #include <iostream>
#include <string>
// create a function that doubles it's input
// double j with it
using namespace std;
int sayNumber(int number) {
cout << 2*number;
return 2*number;
}
int main() {
int j = 123;
sayNumber(j);
return 0;
}
| [
"nmate91@gmail.com"
] | nmate91@gmail.com |
197886825bbfc79929ea026580970b9343100f97 | f9f932fceeb14fa08843d5fca8e2153570a90990 | /WLTriangleMeshBuffer.cpp | a441dbc232494c04dae7237af3b9a6141d3e6d34 | [] | no_license | znr1976/WorldLib | b0d7394e40adf32788fdb0bd4136844282e8225d | d27a30195abd771392777eb97abc69df0b04e9e2 | refs/heads/master | 2021-01-01T18:29:21.694442 | 2010-06-01T15:36:11 | 2010-06-01T15:36:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,851 | cpp | /*
* WLTriangleMeshBuffer.cpp
* GLSandbox
*
* Created by zen1976
*/
#include "WLTriangleMeshBuffer.h"
#include <stdlib.h>
void WLTriangleMeshBuffer::readOneLineFromFile( FILE* fp, char* string )
{
do
{
fgets( string, 255, fp );
} while( ( string[ 0 ] == '/' ) || ( string[ 0 ] == '\n' ) );
... | [
"zen@zen1976.com"
] | zen@zen1976.com |
1c2001cca1d47cf931fccb9042b59083952a2a64 | ec98c3ff6cf5638db5c590ea9390a04b674f8f99 | /genfile/include/genfile/FileUtils.hpp | 172d5dc276901a6bcafd55bcd16e7e311f9ead30 | [
"GPL-1.0-or-later",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | gavinband/qctool | 37e1122d61555a39e1ae6504e4ca1c4d75f371e9 | 8d8adb45151c91f953fe4a9af00498073b1132ba | refs/heads/master | 2023-06-22T07:16:36.897058 | 2021-11-13T00:12:26 | 2021-11-13T00:12:26 | 351,933,501 | 6 | 2 | BSL-1.0 | 2023-06-12T14:13:57 | 2021-03-26T23:04:52 | C++ | UTF-8 | C++ | false | false | 2,290 | hpp |
// Copyright Gavin Band 2008 - 2012.
// 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 GENFILE_FILE_UTILS_HPP
#define GENFILE_FILE_UTILS_HPP
#include <string>
#include <memory>
#incl... | [
"gavin.band@well.ox.ac.uk@noemail.net"
] | gavin.band@well.ox.ac.uk@noemail.net |
510fdcf7890ef7169c4c3a170c2b71dd7c09650d | fa52e63e1e6a76be636ff6745599c0941c3d59da | /wurov_messages/install/auv/include/auv/msg/detail/joystick_chaos__builder.hpp | d46316cf5d6f5b4410694bd6691f884c1d881b11 | [] | no_license | WIT-IEEE-MATE-ROV/wurov_ros2 | 687d7dc20df0a4a9e1766d0435d2196ae8cb2247 | 49acd2c64f03be7f1e83bfb6294899ab66e1c50a | refs/heads/master | 2023-01-02T12:19:29.402804 | 2020-10-25T22:29:11 | 2020-10-25T22:29:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,533 | hpp | // generated from rosidl_generator_cpp/resource/idl__builder.hpp.em
// with input from auv:msg/JoystickChaos.idl
// generated code does not contain a copyright notice
#ifndef AUV__MSG__DETAIL__JOYSTICK_CHAOS__BUILDER_HPP_
#define AUV__MSG__DETAIL__JOYSTICK_CHAOS__BUILDER_HPP_
#include "auv/msg/detail/joystick_chaos__... | [
"mrivnak86@gmail.com"
] | mrivnak86@gmail.com |
c1bdb816dbdd1f4171b266b07c6309d9dc69e382 | 9b7197187ff4beb4efdab509502ee0a2b99672db | /C++_Solutions/Problems/USACO/2014-2016 USACO Training/USACO Contests/Gold/2016-2017/December/checklist.cpp | b6296d985291c521b0e5a56e1b043389a02cdfa7 | [] | no_license | j316chuck/Competitive-Programming | 0c0dfede3e9cbd435301b2b3de7b19cdfff6888f | eabf4d32590fcc423b5a0dab9cdc23ba85fae79f | refs/heads/master | 2020-05-23T07:54:23.806710 | 2018-06-01T03:04:14 | 2018-06-01T03:04:14 | 80,460,910 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,486 | cpp | /*ID: j316chuck
PROG: checklist
LANG: C++
*/
#include <iostream>
#include <cstdio>
#include <algorithm>
#include <cstring>
#include <string>
#include <cctype>
#include <stack>
#include <queue>
#include <list>
#include <vector>
#include <map>
#include <sstream>
#include <cmath>
#include <bitset>
#include <utility>
#inc... | [
"chuck.tang98@gmail.com"
] | chuck.tang98@gmail.com |
9a55dad6d3b240ea44a558eef2f45f0e21355c9e | 2b6cbe01dca6f4f97ae8b560e69c7cc44086cecc | /src/Trafalgar/Trafalgar_4_2.cpp | f3a9a35551c5d39232dad4a4b90a01c0e08850de | [
"MIT"
] | permissive | HulinCedric/trafalgar-simulator | cf0cc6a67b3a12b7d203fe6be22a874fc896e71e | c383887cfaf4dfbb4a3afb268c7a8b5a9f8e13b6 | refs/heads/master | 2022-05-28T12:08:42.866518 | 2020-05-03T09:45:48 | 2020-05-03T09:50:07 | 260,871,586 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,159 | cpp | //
// IUT de Nice / Departement informatique / Module APO-C++
// Annee 2008_2009 - Package _Trafalgar
//
// Classe Trafalgar - Service deplacer
//
// Auteur : C. Hulin, C. Fouco, L. Souquet
//
#include "Trafalgar.h"
// --- Deplacement de tous les navires en jeu
//
void Trafalgar::deplacer ()
{
// Controler que la... | [
"hulin.cedric@gmail.com"
] | hulin.cedric@gmail.com |
fd2eb983365d9f4388591832a133150b6c3a4cd9 | 02ce8a5d3386aa639ef1c2c2fdd6da8d0de158f9 | /ACE-5.6.1/ACE_wrappers/apps/JAWS3/jaws3/Reactive_IO.h | 58a15213b3a113031f0020a3785065bf6da9668d | [] | no_license | azraelly/knetwork | 932e27a22b1ee621742acf57618083ecab23bca1 | 69e30ee08d0c8e66c1cfb00d7ae3ba6983ff935c | refs/heads/master | 2021-01-20T13:48:24.909756 | 2010-07-03T13:59:39 | 2010-07-03T13:59:39 | 39,634,314 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,882 | h | /* -*- c++ -*- */
// $Id: Reactive_IO.h 63968 2005-02-14 23:33:37Z shuston $
#ifndef JAWS_REACTIVE_IO_H
#define JAWS_REACTIVE_IO_H
#include "ace/Message_Block.h"
#include "ace/Singleton.h"
#include "ace/Synch_Traits.h"
#include "ace/Time_Value.h"
#include "jaws3/Export.h"
#include "jaws3/IO.h"
#include "jaws3/Event_... | [
"yuwuxiong2010@gmail.com"
] | yuwuxiong2010@gmail.com |
75cb4fa0683408802e82794d497c897180a3ea92 | 5ebd5cee801215bc3302fca26dbe534e6992c086 | /blaze/math/traits/ReduceTrait.h | 454c2e1a45929499669b120c1b49179dc0db95ca | [
"BSD-3-Clause"
] | permissive | mhochsteger/blaze | c66d8cf179deeab4f5bd692001cc917fe23e1811 | fd397e60717c4870d942055496d5b484beac9f1a | refs/heads/master | 2020-09-17T01:56:48.483627 | 2019-11-20T05:40:29 | 2019-11-20T05:41:35 | 223,951,030 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,912 | h | //=================================================================================================
/*!
// \file blaze/math/traits/ReduceTrait.h
// \brief Header file for the reduce trait
//
// Copyright (C) 2012-2019 Klaus Iglberger - All Rights Reserved
//
// This file is part of the Blaze library. You can redist... | [
"klaus.iglberger@gmail.com"
] | klaus.iglberger@gmail.com |
8197df0446099ea1fd3b5b9eb854ec3588d5784f | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /chrome/browser/payments/ssl_validity_checker.h | 7cd70d5a34cfd343484b7e02599841c45b7504ea | [
"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 | 1,329 | h | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_PAYMENTS_SSL_VALIDITY_CHECKER_H_
#define CHROME_BROWSER_PAYMENTS_SSL_VALIDITY_CHECKER_H_
#include <string>
#include "base/macros.... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
b9d89a0434d54dc79e9d4dbe10fdbe28fcac0a09 | 8c235bb46348737ded744a9afc73b6786bd03872 | /ch01/ex1_2/ex1_2/main.cpp | 00e8ede1326ff07c1fbce43a304d7f6c7d0a2843 | [] | no_license | yanmengk/CppPrimer | 5b45ae79838b0d6a515c71f2b0749e6285c72b79 | 7107ec33b3ca2f1214456639138cc0f001aab209 | refs/heads/master | 2020-04-02T02:20:35.006339 | 2018-10-23T13:45:29 | 2018-10-23T13:45:29 | 153,904,243 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 182 | cpp | //
// main.cpp
// ex1_2
//
// Created by 闫梦奎 on 2018/10/22.
// Copyright © 2018年 com.yanmk. All rights reserved.
//
#include <iostream>
int main() {
return -1;
}
| [
"yanmengk@foxmail.com"
] | yanmengk@foxmail.com |
596e12b89f9ff8a013e5038bc7853844407d0d48 | 027836e14779ecc9ac036c39b622bf5d6a31c71b | /addons/misc/CfgVehicles.hpp | 0e165d4376db47e263ab943a415e181046829b87 | [
"MIT"
] | permissive | kellerkompanie/kellerkompanie-medical | 33d5cf8b5c1532e309ff2c8f4cee0ca16fa37781 | b66076217c1c08b6464ec19c15eef72c91bb5cfb | refs/heads/master | 2022-02-16T18:13:01.188420 | 2022-01-28T20:00:41 | 2022-01-28T20:00:41 | 177,442,305 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,751 | hpp | class CfgVehicles {
#include "vehicle_stretcher.hpp"
class Land_IntravenStand_01_base_F;
class Land_IntravenStand_01_empty_F: Land_IntravenStand_01_base_F {
ace_cargo_size = 2;
ace_cargo_canLoad = 1;
// Dragging
ace_dragging_canDrag = 1;
ace_dragging_dragPosition[] ... | [
"tom.ryan@posteo.de"
] | tom.ryan@posteo.de |
4b2c688fa2eabbadf91beb4a38d1c3941b5b55f1 | 0827212dfe463561f4f47f10babe2dcb3cc7a97e | /src/delaunay/gDel2D/GPU/MemoryManager.h | 7027eb06a793dc58375bdd8fa16407037f1224c7 | [] | no_license | kiyeong/CUDA-Stereo-Matching | 13dc77f205fd2d462761637db1a4842ffd85f272 | 0b341890182a47d9de1817a87efaa41417735328 | refs/heads/master | 2022-04-09T04:28:40.556454 | 2020-03-06T09:42:13 | 2020-03-06T09:42:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,324 | h | #pragma once
#include <thrust/host_vector.h>
#include <thrust/device_vector.h>
#include <thrust/device_malloc.h>
#include "CudaWrapper.h"
#include "../../../Utils.h"
////////////////////////////////////////////////////////////////// DevVector //
template< typename T >
class DevVector
{
public:
// T... | [
"felix.rodau@gmail.com"
] | felix.rodau@gmail.com |
fac18e363f78bee79a180d23881ea94e38642243 | f4ee50b024286ad54d96b3757a97df44eeb8e9bf | /C++/Qt/RackProject/systemrack.h | d315d9d836672dcf1100e4c72a38deb31b916daf | [
"MIT"
] | permissive | aadshalshihry/sandbox | db89548ad0338c6efd66e62f28fb9f403e30c6c7 | 87650335d8a9cfe7d4612592180d3d22de8f3dcb | refs/heads/master | 2021-08-30T07:36:26.281667 | 2017-12-16T19:18:09 | 2017-12-16T19:18:09 | 112,149,976 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 437 | h | #ifndef SYSTEMRACK_H
#define SYSTEMRACK_H
#include <QMainWindow>
#include <QVBoxLayout>
#include <QGroupBox>
#include <QScrollArea>
#include <QPalette>
#include "rackwidget.h"
namespace Ui {
class SystemRack;
}
class SystemRack : public QMainWindow
{
Q_OBJECT
public:
explicit SystemRack(QWidget *parent =... | [
"aalshehri08@hotmail.com"
] | aalshehri08@hotmail.com |
b16ffc1511e7aa042751b93460248b7da7e5ebb3 | ba20f31f54af0bce4a3bbf507e5d5e782bb862fa | /src/chainparams.cpp | ce04844cacc4876910db329b27f1c01fc373ac8e | [
"MIT"
] | permissive | ruevers/Tecax | fdd4b231a518d313a1e200f636cff8ef58ded050 | f1b738a12b9d0c8e3159407533cd335d2cc2ae04 | refs/heads/master | 2020-03-19T18:25:20.194283 | 2018-03-25T08:08:09 | 2018-03-25T08:08:09 | 136,808,532 | 0 | 0 | null | 2018-06-10T12:51:04 | 2018-06-10T12:51:04 | null | UTF-8 | C++ | false | false | 22,182 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2014-2017 The Tecax Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "chainparams.h"
#include... | [
"tecaxproject@gmail.com"
] | tecaxproject@gmail.com |
a20348d36693c0c852433359f6d464fd8e99d49c | aeac025c3c39744d5e35df4b05e017c6846cedb0 | /C++ Primer/第3章练习/3.5.cpp | 884246e2114109424c4b1464068cdb644d61b598 | [] | no_license | Rookie35/C-plus-plus-practice | 8d774a5b551f6adefb8ca8a89503575e56d9622d | bd30c9861090479b9b62aa1905ee7d531d675220 | refs/heads/master | 2020-05-01T09:26:09.636329 | 2019-04-14T12:12:55 | 2019-04-14T12:12:55 | 177,400,130 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 388 | cpp | /*
*
*/
/*
#include<iostream>
#include<string>
using namespace std;
int main()
{
string str;
string sumstr;
while(getline(cin,str))
{
sumstr+=str;
cout<<sumstr<<endl;
}
return 0;
}
*/
#include<iostream>
#include<string>
using namespace std;
int main()
{
string str;
string sumstr;
while(getline(cin,str)... | [
"754119201@qq.com"
] | 754119201@qq.com |
e7030c83364c76991ad2a9683ff6e17979c0f0d2 | 81f6c6eac9ee2c5165ac4123a6b1ec5e8157e4fa | /dz na 11/dz na 11/dz11.cpp | 683eae790e803b91304c113d879640642844bcd9 | [] | no_license | ArtemiyMaslov1/DZ_NA_11 | 6adfeb4dd02d9507814650796f45fcc7324722ab | 6db6e337f930fd7797c8e4a9fe6c1c0e1fc247d7 | refs/heads/main | 2023-08-01T12:51:35.552444 | 2021-09-10T12:05:06 | 2021-09-10T12:05:06 | 405,065,301 | 0 | 0 | null | null | null | null | MacCyrillic | C++ | false | false | 1,599 | cpp | #include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "Rus");
int tovar;
cout << "¬ведите число товаров ";
cin >> tovar;
//проверка
if (tovar > 1000)
{
cout << "ќшибка!!! ¬ведите число меньше 1000\n";
while (tovar > 1000)
{
cout << "¬ведите число товаров ";
cin ... | [
"noreply@github.com"
] | noreply@github.com |
75c1ac9d575f9cb2e1712b9922c27a7afb26ded6 | f710700465ee92a0f091e7a4f4a8ac31d8961963 | /WS01/in_lab/seneGraph.cpp | 384ca0357714730a624a623055454df1225b3d4a | [] | no_license | LiChingCheng/OOP244 | 8dd30823dc3c0aa02498cd99c31b202ddcd439f2 | e49b2fe0ebd40e8fa0c6cf628d9186d894669695 | refs/heads/master | 2023-01-08T07:10:04.578882 | 2020-11-06T21:55:58 | 2020-11-06T21:55:58 | 310,713,220 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,120 | cpp | /*
Name: Cheng, Li-Ching
Student number: 143292175
Email: lcheng49@myseneca.ca
Section: SAB
*/
#include <iostream>
#include "graph.h"
#include "tools.h"
using namespace std;
using namespace sict;
// SeneGraph program
int main() {
int noOfSamples = 0;
int samples[MAX_NO_OF_SAMPLES] = { 0 };
bool done = false;
cout... | [
"hyalinelove1991@gmail.com"
] | hyalinelove1991@gmail.com |
2a4616aa6ee6e7513e0afb76d34a6fe07bf4966a | 4ef69f0044f45be4fbce54f7b7c0319e4c5ec53d | /include/cv/core/cmd/out/zlaqr4.inl | 670cbb31bf367015f5e09193cf08d08d0a200806 | [] | no_license | 15831944/cstd | c6c3996103953ceda7c06625ee1045127bf79ee8 | 53b7e5ba73cbdc9b5bbc61094a09bf3d5957f373 | refs/heads/master | 2021-09-15T13:44:37.937208 | 2018-06-02T10:14:16 | 2018-06-02T10:14:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 436 | inl | #ifndef __zlaqr4__
#define __zlaqr4__
#define c__13 c__13_zlaqr4
#define c__15 c__15_zlaqr4
#define c_n1 c_n1_zlaqr4
#define c__12 c__12_zlaqr4
#define c__14 c__14_zlaqr4
#define c__16 c__16_zlaqr4
#define c_false c_false_zlaqr4
#define c__1 c__1_zlaqr4
#define c__3 c__3_zlaqr4
#include "zlaqr4.c"
#undef c__13
#undef c... | [
"31720406@qq.com"
] | 31720406@qq.com |
4c236245604bd4aeae6a7986a7ea15c38d3fb016 | 8380b5eb12e24692e97480bfa8939a199d067bce | /Carberp Botnet/source - absource/pro/all source/BJWJ/source/Misc/FakeDllInstaller.cpp | b10c139201b79f784bb843f1079bc97da49e350c | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | RamadhanAmizudin/malware | 788ee745b5bb23b980005c2af08f6cb8763981c2 | 62d0035db6bc9aa279b7c60250d439825ae65e41 | refs/heads/master | 2023-02-05T13:37:18.909646 | 2023-01-26T08:43:18 | 2023-01-26T08:43:18 | 53,407,812 | 873 | 291 | null | 2023-01-26T08:43:19 | 2016-03-08T11:44:21 | C++ | WINDOWS-1251 | C++ | false | false | 24,460 | cpp | //---------------------------------------------------------------------------
#include "Modules.h"
#ifdef FakeDllInstallerH
//=============================================================================
#include <windows.h>
#include <shlobj.h>
#include "BotCore.h"
#include "Loader.h"
#include "Ut... | [
"fdiskyou@users.noreply.github.com"
] | fdiskyou@users.noreply.github.com |
8e398b23512f75cec3e9b1c27a112c05c6dce1e1 | 9362ac2be59f1ee986be2f30ac980b565ce87d4b | /libs/pcl/include/pcl-1.6/pcl/segmentation/impl/sac_segmentation.hpp | 27ba77cdd4c7d6e1a48a0e2cdca89e13a01a440c | [] | no_license | ganterd/dissertation | 30028d112625968f807695685ab8a671ef7aad04 | 406e9351f99b48e4b5ba56e572d79f4c0257ea69 | refs/heads/master | 2016-09-11T10:16:03.262257 | 2014-11-14T12:26:51 | 2014-11-14T12:26:51 | 8,930,889 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 23,000 | hpp | /*
* Software License Agreement (BSD License)
*
* Copyright (c) 2009, Willow Garage, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code mu... | [
"ganterd@tcd.ie"
] | ganterd@tcd.ie |
eef017423ed8e8c3157b9d5e238773670a5222f4 | b095158e129dfab484b17314fbae9d7aa81af4e5 | /source/EliteQuant/Brokers/IB/Official/EClientSocket.h | a370ece7e820b79bd21fa0bd584729abda82fa02 | [
"Apache-2.0"
] | permissive | njuxdj/EliteQuant_Cpp | aca5098baf6f0b7f802c91532d7650fd848b0cc9 | b792e8b72ec49fdca99d389f4cfe9671dff0bb6d | refs/heads/master | 2021-05-09T02:51:23.968524 | 2018-03-17T14:39:06 | 2018-03-17T14:39:06 | 119,224,763 | 1 | 0 | null | 2018-01-28T03:37:59 | 2018-01-28T03:37:58 | null | UTF-8 | C++ | false | false | 1,695 | h | /* Copyright (C) 2013 Interactive Brokers LLC. All rights reserved. This code is subject to the terms
* and conditions of the IB API Non-Commercial License or the IB API Commercial License, as applicable. */
#pragma once
#ifndef eposixclientsocket_def
#define eposixclientsocket_def
#include "EClient.h"
#include "ECl... | [
"contact@elitequant.com"
] | contact@elitequant.com |
257d7b7d6195c078ea04c8e79182a03c105bd9ad | 9e15ecabaaedbf21090ce8542558df9ea1c8d868 | /Plugin_MultiTrack/src/ofxRulr/Nodes/MultiTrack/Publisher.h | cb0836f80a939b7308a268f049ee7e60fc7fb514 | [] | no_license | elliotwoods/ofxRulr | a6948cfffa4419ee9c3367c6a3f1bb9ae0af17ae | 5f9033cd42841dcab5063878bcab788d05921e19 | refs/heads/master | 2023-09-04T11:00:31.464347 | 2023-08-30T05:46:03 | 2023-08-30T05:46:03 | 19,885,267 | 106 | 19 | null | 2016-03-19T06:45:43 | 2014-05-17T11:41:48 | C++ | UTF-8 | C++ | false | false | 1,550 | h | #pragma once
#include "ofxRulr/Nodes/Item/IDepthCamera.h"
#include "ofxMultiTrack.h"
#include "ofxRulr/Utils/ControlSocket.h"
namespace ofxRulr {
namespace Nodes {
namespace MultiTrack {
class Publisher : public Nodes::Base {
public:
Publisher();
string getTypeName() const override;
... | [
"prisonerjohn@gmail.com"
] | prisonerjohn@gmail.com |
42a8637821b058f6807e85171405b416d006191a | 0f7a4119185aff6f48907e8a5b2666d91a47c56b | /sstd_utility/windows_boost/boost/metaparse/transform_error.hpp | d8f38cd991a364133174411285efb0fd7958257d | [] | no_license | jixhua/QQmlQuickBook | 6636c77e9553a86f09cd59a2e89a83eaa9f153b6 | 782799ec3426291be0b0a2e37dc3e209006f0415 | refs/heads/master | 2021-09-28T13:02:48.880908 | 2018-11-17T10:43:47 | 2018-11-17T10:43:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 458 | hpp | #ifndef BOOST_METAPARSE_TRANSFORM_ERROR_HPP
#define BOOST_METAPARSE_TRANSFORM_ERROR_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2015.
// 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)
#inclu... | [
"nanguazhude@vip.qq.com"
] | nanguazhude@vip.qq.com |
d8ea14204b0f820a0dcb4afbe061c5ff847ca679 | 7e167301a49a7b7ac6ff8b23dc696b10ec06bd4b | /prev_work/opensource/fMRI/FSL/fsl/extras/include/boost/boost/mpl/front_fwd.hpp | 40456af7bfb4c60b79de9977b8a6dd62b05f5304 | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Sejik/SignalAnalysis | 6c6245880b0017e9f73b5a343641065eb49e5989 | c04118369dbba807d99738accb8021d77ff77cb6 | refs/heads/master | 2020-06-09T12:47:30.314791 | 2019-09-06T01:31:16 | 2019-09-06T01:31:16 | 193,439,385 | 5 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 644 | hpp |
#ifndef BOOST_MPL_FRONT_FWD_HPP_INCLUDED
#define BOOST_MPL_FRONT_FWD_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// 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)
//
// See http://www.boost.org/libs... | [
"sejik6307@gmail.com"
] | sejik6307@gmail.com |
55ad2323015c89c831da9888a7f998b4a99a0580 | b9dba82a5496b5c49c27fa4094ec12391271f0ad | /mainwindow.h | c801ba03c957704e917de97dbb608a42265b46a1 | [] | no_license | Anusis/Gobang | 60937a731e7be27b73790a9ab1f051bac63ed5b8 | 759de3281131c3848dadc0914787817e75ef70f5 | refs/heads/master | 2020-03-22T21:23:18.307819 | 2018-07-12T08:23:45 | 2018-07-12T08:23:45 | 140,371,075 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 658 | h | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include <QPainter>
#include <QPaintEvent>
#include <QMouseEvent>
#include "board.h"
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
... | [
"18811610809@ruc.edu.cn"
] | 18811610809@ruc.edu.cn |
a3a7e2e859c39cd005b196dd524e39de55f740dc | ea1f4b774578f2a9c340a5388e2505b8d7fdbe4e | /csg/TesselatorRat.cpp | 1c75bed5ae0175f97cab60ecc7f5450a3416d837 | [
"Apache-2.0"
] | permissive | ehtick/Apex-VSIX | e9ad7e4c88f8bbbf3bec86e8b2291b6f2f6ade74 | 966c7a281c208343a08fd39f5f4840fb113823c9 | refs/heads/master | 2023-06-14T19:11:12.468476 | 2021-07-07T05:59:45 | 2021-07-07T05:59:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,517 | cpp | #include "pch.h"
#include "TesselatorRat.h"
HRESULT CTesselatorRat::get_Mode(CSG_TESS* p)
{
*p = mode; return 0;
}
HRESULT CTesselatorRat::put_Mode(CSG_TESS newVal)
{
mode = newVal; return 0;
}
HRESULT CTesselatorRat::SetNormal(CSGVAR n)
{
double v[3]; conv(v, 3, n);
int i = abs(v[0]) >= abs(v[1]) && abs(v[0])... | [
"c.ohle@superkabel.de"
] | c.ohle@superkabel.de |
94397131c211cbe9cf6ee13c96220d6cfa610121 | 94dbfcf94dd0a61d7cd197cf996602d5a2acdda7 | /tree/lc_543_diameter-of-binary-tree.cpp | 33424b92b3b882d730193548fdde6f882c8a5cba | [] | no_license | PengJi/Algorithms | 46ac90691cc20b0f769374ac3d848a26766965b1 | 6aa26240679bc209a6fd69580b9c7994cef51b54 | refs/heads/master | 2023-07-21T05:57:50.637703 | 2023-07-07T10:16:48 | 2023-07-09T10:17:10 | 243,935,787 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,014 | cpp | /**
* 543. 二叉树的直径
* https://leetcode-cn.com/problems/diameter-of-binary-tree/
*/
/**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
class Solution {
public:
int ans;
... | [
"jipengpro@gmail.com"
] | jipengpro@gmail.com |
45db55b431e8cf6a50ff69f95a060542769ab9f4 | e41e78cc4b8d010ebdc38bc50328e7bba2d5a3fd | /SDK/Mordhau_BP_RoyalFlatTop_classes.hpp | be85afefeb81df6409c70cd1435e733192793194 | [] | no_license | Mentos-/Mordhau_SDK | a5e4119d60988dca9063e75e2563d1169a2924b8 | aacf020e6d4823a76787177eac2f8f633f558ec2 | refs/heads/master | 2020-12-13T10:36:47.589320 | 2020-01-03T18:06:38 | 2020-01-03T18:06:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 710 | hpp | #pragma once
// Mordhau (Dumped by Hinnie) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// BlueprintGeneratedClas... | [
"hsibma02@gmail.com"
] | hsibma02@gmail.com |
f61272f3fafd6914dac60770c5b2704912194f89 | 00add89b1c9712db1a29a73f34864854a7738686 | /packages/data/core/test/tstThermalNuclearDataProperties.cpp | b75939bfe577facf856c5d69abf427507e1498f6 | [
"BSD-3-Clause"
] | permissive | FRENSIE/FRENSIE | a4f533faa02e456ec641815886bc530a53f525f9 | 1735b1c8841f23d415a4998743515c56f980f654 | refs/heads/master | 2021-11-19T02:37:26.311426 | 2021-09-08T11:51:24 | 2021-09-08T11:51:24 | 7,826,404 | 11 | 6 | NOASSERTION | 2021-09-08T11:51:25 | 2013-01-25T19:03:09 | C++ | UTF-8 | C++ | false | false | 2,892 | cpp | //---------------------------------------------------------------------------//
//!
//! \file Data_ThermalNuclearDataProperties.cpp
//! \author Alex Robinson
//! \brief Thermal nuclear data properties class unit tests
//!
//---------------------------------------------------------------------------//
// Std Lib In... | [
"aprobinson@wisc.edu"
] | aprobinson@wisc.edu |
c3c3bafb7ccba287c563779a6808b7e899c92208 | 27c1cb57c1608b65639c6194dc945a440df25473 | /cg_exercise_01/cglib/lib/glm/glm/gtx/associated_min_max.inl | cff9fdf4f8306f9d51eb3bb9113f3632690c59e1 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause",
"LicenseRef-scancode-happy-bunny"
] | permissive | brankyy/CG | 41c7de721ffdba2aefda48db823521fb0d409710 | 217960504e0c723b73dab664e6ca0ccf3aeeeec8 | refs/heads/master | 2020-04-05T00:36:27.888286 | 2019-01-06T22:02:49 | 2019-01-06T22:02:49 | 156,395,913 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,993 | inl | /// @ref gtx_associated_min_max
/// @file glm/gtx/associated_min_max.inl
namespace glm{
// Min comparison between 2 variables
template<typename T, typename U, qualifier Q>
GLM_FUNC_QUALIFIER U associatedMin(T x, U a, T y, U b)
{
return x < y ? a : b;
}
template<length_t L, typename T, typename U, qualif... | [
"brankyy@gmail.com"
] | brankyy@gmail.com |
87d41b45beb678f9e40674ad1ac9a3b21a29725c | 3e568740df6c5db6c2d3574c081b39765f52f0a1 | /DummyChoosers.hpp | 99097156edba3c58eb9d30d770ecc3880a52d602 | [] | no_license | peleg122/BullPgia | 41e07918e4ee8eae60528580d16c11c31c961fb9 | 2b2315f902ac1217fb7871fc0590b05ca8898425 | refs/heads/master | 2020-05-18T11:58:34.431475 | 2019-05-01T19:43:46 | 2019-05-01T19:43:46 | 182,073,772 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 721 | hpp | //
// Created by peleg on 17-Apr-19.
//
#ifndef EX4_DUMMYCHOOSERS_HPP
#define EX4_DUMMYCHOOSERS_HPP
#endif //EX4_DUMMYCHOOSERS_HPP
#pragma once
#include "Chooser.hpp"
using std::string;
/**
* ConstantChooser is a chooser that always chooses the same string.
*/
class ConstantChooser: public bullpgia:... | [
"noreply@github.com"
] | noreply@github.com |
f2730e23897bf8420cdca8dc23e1b7679199c31a | 25acc085ba82f786c3f05e43ddc7ceda146d5486 | /interface/src/renderer/VoxelShader.h | 33e8ea0073015b7a19224bd23e1aa69a04680ea8 | [] | no_license | ddobrev/hifi | e4ba44a9b50a1098c0f8d71b82f902e18aa524f6 | 716858e6f69c1487cf6dae3be793a9e8bb4d3412 | refs/heads/master | 2020-04-06T06:43:45.969951 | 2014-04-03T16:45:46 | 2014-04-03T17:09:54 | 17,596,734 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 914 | h | //
// VoxelShader.h
// interface
//
// Created by Brad Hefta-Gaub on 9/23/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
//
#ifndef __interface__VoxelShader__
#define __interface__VoxelShader__
#include <QObject>
class ProgramObject;
/// A generic full screen glow effect.
class VoxelShader :... | [
"bradh@konamoxt.com"
] | bradh@konamoxt.com |
6d946242e1bd9497001ffcd232268cbf76434a83 | 694ee82fd32e76c5941c7e64b1406e0ca34e4778 | /isFibo.cpp | 7694fa0b2198a3d24c31338c753121de5abe4255 | [] | no_license | Sri-Vishnu-Kumar-K/CppCode | be788a0748f52ac7428f2aaca5c3b713cb35f3b5 | d49903eb9db38ecbd61d029ce78e526e39b243de | refs/heads/master | 2021-01-21T04:28:17.480447 | 2016-07-05T02:30:31 | 2016-07-05T02:30:31 | 46,414,400 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 402 | cpp | #include<iostream>
using namespace std;
int main(){
int t;
cin>>t;
while(t>0){
int n;
cin>>n;
int a=-1,b=1;
int c=a+b;
while(c<n){
c = a+b;
a = b;
b = c;
}
if(c==n){
cout<<"IsFibo"<<endl;
}else{
... | [
"srivishnukumar.k@gmail.com"
] | srivishnukumar.k@gmail.com |
2615216ce24cffeebcd4ad293fd16b1b5e4b75ec | 0b3f5eea6c5cf7ee1e87c5d59f1d8cf97caa6853 | /src/query/ops/xgrid/XgridArray.cpp | 796cb79110164a025b6d150f0ab0c833bda01549 | [] | no_license | jonghunDB/SciDB | fc04533c9eddd00bcf10ea83b2d0838637daa518 | 20ec3b7785e8e7b149c9b9876c240ab135eed068 | refs/heads/master | 2020-05-07T06:12:21.093476 | 2019-04-17T10:28:07 | 2019-04-17T10:28:07 | 180,303,383 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,713 | cpp | /*
**
* BEGIN_COPYRIGHT
*
* Copyright (C) 2008-2018 SciDB, Inc.
* All Rights Reserved.
*
* SciDB is free software: you can redistribute it and/or modify
* it under the terms of the AFFERO GNU General Public License as published by
* the Free Software Foundation.
*
* SciDB is distributed "AS-IS" AND WITHOUT ANY WARRANTY... | [
"jonghun2931@gmail.com"
] | jonghun2931@gmail.com |
246182de4b0c5ccc6e86e8995b7a813216af591a | d651cc5259ca8918d7260a367c1ba1abe04b4329 | /Offwind.App/Offwind.Sowfa/Constant/TurbineArrayPropertiesFAST/TemplateGeneral | fa772b1b4b6c26a79fd86ceea72814084e6e09b8 | [] | no_license | OffWind/offwind | 856e5e8224d8be1d76a84e3a8f08fc4ee8b1deb3 | 5078db4518ff10b3a3a17eaa0e5856ed0a5797dd | refs/heads/master | 2020-03-29T11:51:27.803974 | 2015-04-02T03:35:49 | 2015-04-02T03:35:49 | 6,810,740 | 4 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 1,180 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 |... | [
"vlad.ogay@nrg-soft.com"
] | vlad.ogay@nrg-soft.com | |
987240b4f2217921d49bb73173968adfa8fa02b3 | 277cd50676b8f06f048387c615ffaa5ca6657e64 | /paddle/gserver/tests/test_MKLDNN.cpp | 1bfbbde4246a10eaf86693a6a2f237f390966db3 | [
"Apache-2.0"
] | permissive | AI-books/Paddle | b0793a3fdd6443181f94e9de01616bd51a593146 | 5b5f4f514047975ac09ec42b31e46dabf235e7dd | refs/heads/develop | 2021-07-03T19:39:20.265770 | 2017-09-24T17:42:18 | 2017-09-24T17:42:18 | 104,689,849 | 0 | 1 | null | 2017-09-25T01:29:11 | 2017-09-25T01:29:10 | null | UTF-8 | C++ | false | false | 8,434 | cpp | /* Copyright (c) 2017 PaddlePaddle Authors. All Rights Reserve.
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 ... | [
"jian.j.tang@intel.com"
] | jian.j.tang@intel.com |
37a660977e7a18c81322e6a2ea8e20974c852d54 | fafdffb04c55fffdcb874ee24224daac0ed4f435 | /src/qt/forms/ui_overviewpage.h | 5e948862e0c81cd932a734bd8257b903a351950b | [
"MIT"
] | permissive | yarsanich/divi-coin | 1c251ccb3506734b387bf60520f16f12a0098d92 | d3371db472c6b37c0b76c4d9aac172b2e636e625 | refs/heads/master | 2021-01-01T17:35:51.022921 | 2017-07-23T16:13:56 | 2017-07-23T16:13:56 | 98,109,658 | 0 | 0 | null | 2017-07-23T16:08:53 | 2017-07-23T16:08:53 | null | UTF-8 | C++ | false | false | 32,194 | h | /********************************************************************************
** Form generated from reading UI file 'overviewpage.ui'
**
** Created by: Qt User Interface Compiler version 5.9.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
**************************************... | [
"divicoingit@gmail.com"
] | divicoingit@gmail.com |
0d905cfba165bfe2a52bcf6d448bdfa73003378c | 0aca9ec0a5e9e450bf54195aeec03428762c27d2 | /src/qt/transactiontablemodel.cpp | fe345dc1e79af4196820e5f71e4f79a19034b849 | [
"MIT"
] | permissive | unitedworldmoney/unitedworldmoney-source | 1bc593a348376555979f00bdb8dfe13c3d2661a3 | 4229d64f48ac7c7e622595cf9ffe9a08878c9252 | refs/heads/main | 2023-07-18T06:31:02.082512 | 2021-09-06T14:26:43 | 2021-09-06T14:26:43 | 403,652,373 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28,480 | cpp | // Copyright (c) 2011-2014 The Bitcoin developers
// Copyright (c) 2014-2016 The Dash developers
// Copyright (c) 2016-2019 The PIVX developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "transactiontablemodel.... | [
"34356906+unitedworldmoney@users.noreply.github.com"
] | 34356906+unitedworldmoney@users.noreply.github.com |
2e1253792556d23e9f3290a7eb11c3063b171b4a | afa8675e536666df43653ca8fe3850998d1935a9 | /B - Serval and Toy Bricks.cpp | dc6edf52b1efd0c108a391e4d62b184878f91587 | [] | no_license | Saurav-Paul/Codeforces-Problem-Solution-By-Saurav-Paul | 0b7fdabaf87c30ac9e9e6f6e8ee4f36435a9f77e | e9cba8190d562061f1b4c26e76005b79e335d4d9 | refs/heads/master | 2022-10-21T18:40:31.822162 | 2022-09-14T15:44:26 | 2022-09-14T15:44:26 | 122,532,942 | 93 | 37 | null | 2020-10-03T09:45:07 | 2018-02-22T20:42:53 | C++ | UTF-8 | C++ | false | false | 2,187 | cpp | #include<bits/stdc++.h>
#define endl '\n'
#define ll long long int
#define loop(i,a,b) for(ll i=a;i<=b;++i)
#define pb push_back
#define F first
#define S second
#define mp make_pair
#define clr(x) x.clear()
#define M... | [
"noreply@github.com"
] | noreply@github.com |
acf334e98fe43892ecdf916542233093b67476b2 | 3af68b32aaa9b7522a1718b0fc50ef0cf4a704a9 | /cpp/E/C/D/A/D/AECDAD.h | a7b7ae207acf4ec889c9c4d66ac01af78d4fc5a9 | [] | no_license | devsisters/2021-NDC-ICECREAM | 7cd09fa2794cbab1ab4702362a37f6ab62638d9b | ac6548f443a75b86d9e9151ff9c1b17c792b2afd | refs/heads/master | 2023-03-19T06:29:03.216461 | 2021-03-10T02:53:14 | 2021-03-10T02:53:14 | 341,872,233 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 67 | h | #ifndef AECDAD_H
namespace AECDAD {
std::string run();
}
#endif | [
"nakhyun@devsisters.com"
] | nakhyun@devsisters.com |
ddaec8d2310a960a1844e613f05c2818395c9ae6 | 0a5058bff1961f6564c662224362995ee8fa3944 | /chrome/browser/prerender/isolated/isolated_prerender_origin_prober.cc | f326f063cda9d7a124acef311c4c9506e847aa7b | [
"BSD-3-Clause"
] | permissive | DongKai/chromium | d0208df711d2bad1e4324ca3b10a261c336758a0 | b7bb401aedab4fbe5af173a5baeaf91c8dbe726a | refs/heads/master | 2022-12-05T17:16:47.586163 | 2020-09-02T23:37:00 | 2020-09-02T23:37:00 | 292,435,006 | 0 | 0 | BSD-3-Clause | 2020-09-03T01:31:29 | 2020-09-03T01:31:28 | null | UTF-8 | C++ | false | false | 17,298 | cc | // Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/prerender/isolated/isolated_prerender_origin_prober.h"
#include "base/bind.h"
#include "base/feature_list.h"
#include "base/no_d... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
91a9299245071f2ead621973b622a981e424578d | c8ebfe6d26ff01c3350a3a1e6321cba05babf3cb | /september/bubbleSort.cpp | 9b1f8e6327bc744abf72b140a949e1cfbbbe9938 | [] | no_license | kanishkcoe/cppLectures12 | a91a572b01de1ed217b3004b527e11d209b6c5d3 | befccaecc2f5612c439660e96df147cb51879c03 | refs/heads/master | 2021-04-06T00:56:23.165153 | 2019-02-03T17:27:33 | 2019-02-03T17:27:33 | 125,235,578 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,032 | cpp | #include <iostream>
#include <bits/stdc++.h>
using namespace std;
void printArray(int a[], int start, int end)
{
cout << "-----------------------------------------------" << endl;
for(int i = start; i < end; i++)
cout << a[i] << " ";
cout << endl;
cout << "-----------------------------------------------" ... | [
"32832273+kanishkcoe@users.noreply.github.com"
] | 32832273+kanishkcoe@users.noreply.github.com |
889776450ddc934f5ef4d3c39d6198acdca3eb1c | c9f9c4e008cea597488f0dba82bd4bc688284a84 | /cpptraining/ch1/Algorithm/Bit Shift/BitShift_NumToBit.cpp | f0cdb0df44798b346bf4b2015f454b79f5e6c414 | [] | no_license | gkagm2/cpppractise | fa9cba7d04d6e7cafd2e516bfb9fa94dad0e2aa4 | b2cb2b448919cbe0703894e7652ed5cd0479137c | refs/heads/master | 2023-06-27T13:04:55.392088 | 2023-06-20T14:20:20 | 2023-06-20T14:20:20 | 174,601,490 | 0 | 3 | null | null | null | null | UHC | C++ | false | false | 3,945 | cpp | #include <iostream>
using namespace std;
void PrintBit(const int &num, const int &bitSize) {
cout << "number : " << num << " -> \tbit : ";
for (int i = bitSize - 1; i >= 0; --i) {
if (num & (1 << i)) cout << "1";
else cout << "0";
}
cout << "\n";
}
// The formula x & ~(1 << k) sets the kth bit of x to zero,
... | [
"gkagm2@gmail.com"
] | gkagm2@gmail.com |
883ca54531699024b5c935af0a50c060bd469118 | 00484c76b7737829b753130986fcccb921baf5ec | /Broker/include/logger.hpp | da65f3c43985c4786b0cfe1905b281cb37bca9e3 | [] | no_license | ylztf/LWI | 94072b14ec211b32cc3fe8a7b28cfb153eedd18e | 553d2ff4521056e9fd31fb79774f0b96b232faaf | refs/heads/master | 2021-01-20T23:32:26.739808 | 2012-01-27T16:11:00 | 2012-01-27T16:11:00 | 2,710,309 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,097 | hpp | #ifndef __LOGGER_HPP__
#define __LOGGER_HPP__
#include <boost/iostreams/concepts.hpp>
#include <boost/iostreams/stream.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <iostream>
#include <string>
using namespace boost::posix_time;
namespace Logger {
class Log : public boost::iostreams::sink
{
pu... | [
"scj7t4@mst.edu"
] | scj7t4@mst.edu |
38e320708a0fcaca9e28a0356473ee571d352428 | cb5b061a07eaaaef65aaf674a82d82fbb4eea0c0 | /depends/sdk/include/nsIConsoleListener.h | ef1dd5bb5b2bbf22e0f765253860d2dd8789151d | [] | no_license | shwneo/MonacoIDE | 5a5831a1553b2af10844aa5649e302c701fd4fb4 | 6d5d08733c2f144d60abc4aeb7b6a1a3d5e349d5 | refs/heads/master | 2016-09-06T07:34:03.315445 | 2014-06-01T15:06:34 | 2014-06-01T15:06:34 | 17,567,104 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,545 | h | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM d:/xulrunner-24.0.source/mozilla-release/xpcom/base/nsIConsoleListener.idl
*/
#ifndef __gen_nsIConsoleListener_h__
#define __gen_nsIConsoleListener_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
#ifndef __gen_nsIConsoleMessage_h__
#include "nsICons... | [
"shwneo@gmail.com"
] | shwneo@gmail.com |
34d22130ce93e10d25a4fb7a3329c030526a3af0 | cbb13682934e5694137b430d915ff42d14f5f9eb | /qt_pc_tool/dialogportconfig.cpp | 8d3cc8723ea4e56ed621ea0f40550600cc7416fb | [] | no_license | pandarong/epaper_price_tag_mod | 62f60af07177b7bf241a977f85ebc0b4fad582be | beea4f5493816d6e0d99a918edb4bfe7fd3d5d34 | refs/heads/master | 2023-01-13T11:33:47.352350 | 2020-11-20T04:06:22 | 2020-11-20T04:06:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,410 | cpp | #include "dialogportconfig.h"
#include "ui_dialogportconfig.h"
#include <QDebug>
DialogPortConfig::DialogPortConfig(QWidget *parent) :
QDialog(parent),
ui(new Ui::DialogPortConfig)
{
ui->setupUi(this);
refreshPortList();
}
DialogPortConfig::~DialogPortConfig()
{
delete ui;
}
//void DialogPortCo... | [
"muyuchl@gmail.com"
] | muyuchl@gmail.com |
32e6dfb8c515b6626a8af5951dc8edbb2f8b6dc1 | d5ea515c05675f85c8cde30692f413508afe3955 | /models/dcmtk/ofstd/include/dcmtk/ofstd/offile.h | 05748ba842ca745244b5596c1b911ed738299c0f | [
"MIT"
] | permissive | VB6Hobbyst7/raccoon | 6b2ac98e535f8c6e82c2ca9a4f0a4f15e17816b0 | a7a65051be14dddb2544aa34cc411133ac0272e6 | refs/heads/main | 2023-06-19T11:17:07.927356 | 2021-07-10T09:24:13 | 2021-07-10T09:24:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 41,143 | h | /*
*
* Copyright (C) 2006-2021, OFFIS e.V.
* All rights reserved. See COPYRIGHT file for details.
*
* This software and supporting documentation were developed by
*
* OFFIS e.V.
* R&D Division Health
* Escherweg 2
* D-26121 Oldenburg, Germany
*
*
* Module: ofstd
*
* Author: Marco Eich... | [
"a5566qq2581@gmail.com"
] | a5566qq2581@gmail.com |
6a94640d9687f8bf207624df50ae79912f919127 | 2e4d3e7e4c6952229d22ca5f492348bb3ecb8b5d | /DEM/Low/src/Util/PerlinNoise.cpp | df4e7e0f6696eef6748296c341ed065a5b96ceff | [
"MIT"
] | permissive | niello/deusexmachina | 7b3debcb927b63ad3609317796949f306dcf35c3 | a0a78df3181cab1b27c55f51e379a52f80796099 | refs/heads/master | 2023-08-31T03:49:12.424320 | 2023-03-20T10:23:52 | 2023-03-20T10:23:52 | 42,160,038 | 22 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 4,773 | cpp | #include <Util/UtilFwd.h>
#include <Math/Math.h>
// Perlin CPerlinNoise class.
// See http://mrl.nyu.edu/~perlin/CPerlinNoise/ for details.
// (C) 2004 RadonLabs GmbH
// Permutation table
static const int PNPerm[512] =
{
151, 160, 137, 91, 90, 15, 131, 13, 201, 95, 96, 53, 194, 233, 7, 225,
140, 36, ... | [
"vladimir.orlov@playrix.com"
] | vladimir.orlov@playrix.com |
4fe600e74dc6cf683ce98da1c0e32b16b313466a | 78d3b0621ad1b5122f550e914aa61fec20683610 | /csapex_core_plugins/src/display/output_display_adapter.h | 2f2b6ddd64663e4c6ffc286606230aeee2d7ac85 | [] | no_license | wpfhtl/csapex_core_plugins | 6049cb5e8f52123ac02df79e160e021e35c7ec1c | 7fcb9e01197c32f09743051af238a32bab652949 | refs/heads/master | 2021-05-04T07:35:30.757633 | 2016-10-08T23:12:36 | 2016-10-08T23:16:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,193 | h | #ifndef OUTPUD_DISPLAY_ADAPTER_H
#define OUTPUD_DISPLAY_ADAPTER_H
/// PROJECT
#include <csapex/view/node/default_node_adapter.h>
/// COMPONENT
#include "output_display.h"
/// SYSTEM
#include <QGraphicsView>
#include <QLabel>
#include <yaml-cpp/yaml.h>
namespace csapex {
class ImageWidget;
class OutputDisplayAdapt... | [
"sebastian.buck@uni-tuebingen.de"
] | sebastian.buck@uni-tuebingen.de |
edf7bafa0691369f0b8dce4e132a3ac511584221 | 740ca5e602d1050942ae8c908cfced17aee76cc9 | /rumus E=mc.cpp | 239af35e9146a3c9a819f371ce84c14b65535fff | [] | no_license | dickychandra21/tugas-ke12 | 71be6f86d814150031ad87bbda327241e7f98868 | 9a2688df98b90f03bef202c292ee8ee464a73bc7 | refs/heads/master | 2020-04-12T14:31:33.048704 | 2018-12-20T09:15:00 | 2018-12-20T09:15:00 | 162,554,987 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 334 | cpp | #include <stdio.h>
#include <conio.h>
int main()
{
float c=89.88,m,E;
printf("PROGRAM PERHITUNGAN MENGGUNAKAN RUMUS E=mc2 \n");
printf("INSTITUT PELITA BANGSA. TEKNIK INFORMATIKA\n\n");
printf("Masukkan massa (Kg) : ");scanf("%f", &m);
E=m*c*c;
printf("E = %.2f * %.2f * %.2f = %.2f J",m,c,c,E);
ge... | [
"noreply@github.com"
] | noreply@github.com |
98315ee6ea9aa3da66e0236a11a04b95bf48a13a | d8446827771cd79eb13242d21b0ca103035c467d | /day08/ex00/main.cpp | bdb813be740031b18319ca7ac2a6c400d09bd112 | [] | no_license | vuslysty/piscineCPP | e3ef3aabbef053eca29e1fad0695eeda85bc00c2 | 91a583ed4a0352c904fa485202752f8105230520 | refs/heads/master | 2020-06-20T19:16:15.561261 | 2019-07-16T15:51:59 | 2019-07-16T15:51:59 | 197,219,556 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,482 | cpp | //
// Created by Vladyslav USLYSTYI on 2019-07-05.
//
#include <vector>
#include <iostream>
#include <array>
#include <list>
#include "easyfind.hpp"
int main()
{
std::vector<int > vec;
std::array<int, 42> arr;
std::list<int> list;
for (int i = -10; i < 10; i++)
vec.push_back(i);
for (unsigned int i = 0;... | [
"vuslysty@e2r11p11.unit.ua"
] | vuslysty@e2r11p11.unit.ua |
6bceb795633f2d34ec40dbe6815419535149d912 | 58f46a28fc1b58f9cd4904c591b415c29ab2842f | /chromium-courgette-redacted-29.0.1547.57/chrome/browser/extensions/api/sync_file_system/sync_file_system_api_helpers.h | 16bb54750b423aaede2a3b2f603255f9b56f009f | [
"BSD-3-Clause"
] | permissive | bbmjja8123/chromium-1 | e739ef69d176c636d461e44d54ec66d11ed48f96 | 2a46d8855c48acd51dafc475be7a56420a716477 | refs/heads/master | 2021-01-16T17:50:45.184775 | 2015-03-20T18:38:11 | 2015-03-20T18:42:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,399 | h | // Copyright (c) 2013 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 CHROME_BROWSER_EXTENSIONS_API_SYNC_FILE_SYSTEM_SYNC_FILE_SYSTEM_API_HELPERS_H_
#define CHROME_BROWSER_EXTENSIONS_API_SYNC_FILE_SYSTEM_SYNC_FIL... | [
"Khilan.Gudka@cl.cam.ac.uk"
] | Khilan.Gudka@cl.cam.ac.uk |
31486d4540a6d372f1d5b3c86966a6d2e0ce80c9 | 708b8b9f4b6435adf8a12d6048223d6ecd2ffb9c | /assignment 3/Postfix.h | b9df01ba7d77ea4fe68e0ae1f0b00595f183732d | [] | no_license | baderhosny/CSC363_Calculator | a00ebbb319daa3e8b059c69069279a99a7a87ce1 | 8426a94fc193101bed66fddd9a599d2a379f3e44 | refs/heads/main | 2023-04-26T06:30:49.680976 | 2021-05-21T20:50:14 | 2021-05-21T20:50:14 | 369,648,803 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 526 | h | #ifndef _POSTFIX_H_
#define _POSTFIX_H_
#include <iostream>
#include <sstream>
#include "Concrete_Factory.h"
#include "Expr_Command.h"
#include "Stack.h"
class Postfix
{
public:
Postfix(void);
~Postfix();
int importance(std::string infix)
void e... | [
"noreply@github.com"
] | noreply@github.com |
76e39cf4bed12b9f5f6ef884010f4d156ee26d5a | 23e393f8c385a4e0f8f3d4b9e2d80f98657f4e1f | /Win32 Programming/Win32API/ControlExplorer/Loggable.cpp | 1b57e3af4ea28ce7c98bd658fab7186ef71e4ba3 | [] | no_license | IgorYunusov/Mega-collection-cpp-1 | c7c09e3c76395bcbf95a304db6462a315db921ba | 42d07f16a379a8093b6ddc15675bf777eb10d480 | refs/heads/master | 2020-03-24T10:20:15.783034 | 2018-06-12T13:19:05 | 2018-06-12T13:19:05 | 142,653,486 | 3 | 1 | null | 2018-07-28T06:36:35 | 2018-07-28T06:36:35 | null | WINDOWS-1252 | C++ | false | false | 40,096 | cpp | // loggable.cpp : implementation file
//
#include "stdafx.h"
#include "ControlExplorer.h"
#include "ixable.h"
#include "msglog.h"
#include "loggable.h"
#include "xform.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
#ifdef UNICODE
#define HEXCHAR _T... | [
"wyrover@gmail.com"
] | wyrover@gmail.com |
43614fb20a09044aae8198a1653a649721aa5e90 | 9a58f6b2de14443b02dfa086355be8478e887f51 | /GOSX Lite/source/Engine/FeatureManager/Features/FlashReducer.cpp | 8a26dedb814bd7f0a587045d8115de7c3e3dc237 | [
"Apache-2.0"
] | permissive | mxwll1/GO-SX-Internal-Lite | 4564869859fc47e1d5eecc03a397f9cbb5f84249 | 63a1f5735c99ef6a24142c659158e1406e1a7328 | refs/heads/master | 2021-01-18T18:14:38.151199 | 2017-03-30T10:51:13 | 2017-03-30T10:51:13 | 86,851,954 | 13 | 7 | null | 2017-03-31T19:08:47 | 2017-03-31T19:08:47 | null | UTF-8 | C++ | false | false | 577 | cpp | //
// FlashReducer.cpp
// GOSX Pro
//
// Created by Andre Kalisch on 22.02.17.
// Copyright © 2017 Andre Kalisch. All rights reserved.
//
#include "FlashReducer.h"
CFlashReducer::CFlashReducer() {}
void CFlashReducer::apply() {
C_CSPlayer* LocalPlayer = C_CSPlayer::GetLocalPlayer();
if(!LocalPlayer || !L... | [
"aka@rissc.com"
] | aka@rissc.com |
e0b95abada032d612474a420c335a2f77971f9cf | 9515e3321c33709258e4686a7cd71e98a8c3a03e | /3p/VTK/ThirdParty/vtkm/vtk-m/vtkm/Swap.h | 233266ad2ad2a2692451330aeaabf3f13e1f77a3 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | Mason-Wmx/ViewFramework | f9bc534df86f5cf640a9dbf963b9ea17a8e93562 | d8117adc646c369ad29d64477788514c7a75a797 | refs/heads/main | 2023-06-29T04:12:37.042638 | 2021-07-28T09:26:55 | 2021-07-28T09:26:55 | 374,267,631 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,445 | h | //============================================================================
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
// This software is distributed WITHOUT ANY WARRANTY; without even
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// PURPOSE... | [
"mingxin.wang@peraglobal.com"
] | mingxin.wang@peraglobal.com |
22f48aa7f16857cffbc98902ba639e89364eae7d | 38795814e06242bcb3f4836cda1c9b3282115460 | /README.md | 1da4cf48351c88d166d0f8f9180ea43aede90f2d | [] | no_license | puneetkpopli/c-for-loop-program | 33b79c4bd773a609a81e09dde8d096f1db001e0e | b2be3ce10b222b2973f61a644bc44b0655e9e657 | refs/heads/master | 2020-12-11T14:51:03.830724 | 2020-01-14T15:49:41 | 2020-01-14T15:49:41 | 233,876,905 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 189 | md | #include <iostream>
using namespace std;
int main () {
// for loop execution
for( int a = 10; a < 20; a = a + 1 ) {
cout << "value of a: " << a << endl;
}
return 0;
}
| [
"noreply@github.com"
] | noreply@github.com |
b32bbffb1b1768c804f46c066749c712c322cdc6 | 119e8cd1ebf73adfe66dc8dc38ef9f359c25bdf3 | /src/CanWalk.h | b38ab9be6ae1c247ab025831d1e25b2ded1db54b | [] | no_license | csguth/DecoratorState | 3cdb8d6b1b2474228ba35e9f3b9afdb3a21eb365 | 37de1a6d08662af0e8866b4a6871f20bb0551484 | refs/heads/master | 2016-09-05T22:30:15.852909 | 2015-08-24T12:47:46 | 2015-08-24T12:47:46 | 41,277,725 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 359 | h | /*
* CanWalk.h
*
* Created on: 24 de ago de 2015
* Author: csguth
*/
#ifndef CANWALK_H_
#define CANWALK_H_
#include "BomberManStateDecorator.h"
class CanWalk: public BomberManStateDecorator {
public:
CanWalk(BomberManState * state);
virtual BomberManState * handleInput(Bomberman & bomberman, const Input... | [
"csguth@gmail.com"
] | csguth@gmail.com |
fef3cda462662ed0849802fefd08b964d20aabab | 8bdf93e236c931ba546a3664947651724979fc63 | /CSensors.cpp | 0a09da12f03917e066d8dcde054f1efdc8b0a946 | [] | no_license | Jeanrenet/WarpMQTTSensor1 | 08eaad13281e71b2163b20b0b7e004f447c37b08 | fd2bee7246ff89ffbefaad17bef641f0773d0ef5 | refs/heads/master | 2020-04-02T14:11:37.262989 | 2018-10-30T12:32:00 | 2018-10-30T12:32:00 | 154,514,645 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,860 | cpp | #include "CSensors.h"
#include <QFile>
#include <QString>
#include <QDebug>
double stringToValue(QString path)
{
double value = 0;
QFile file(path);
if (file.exists())
{
if (file.open(QIODevice::ReadOnly))
{
QByteArray array = file.readAll().trimmed();
value =... | [
"jchabrerie@gmail.com"
] | jchabrerie@gmail.com |
5122305b799c27c150e2c4b1ba046f20f57a67ef | bb94e2a568ee508e386a660392e853cd54dd1012 | /source/CopyingProcessor_Ganged_OpenCL.h | aba2a7e38653b52c15cc2d82bdde0c111e2e68a6 | [] | no_license | felidadae/dsp_opencl_gpu | 45a4ef4b39c2c78e79dfb81e952ee465dc35fef9 | 2d3ca22b9cf182b0c3fcbca4fb01356339b994ea | refs/heads/master | 2021-01-10T11:28:21.834496 | 2015-05-23T11:41:39 | 2015-05-23T11:41:39 | 36,120,776 | 12 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 916 | h | //
// CopyingProcessor_Ganged_OpenCL.h
// GPUProcessingTesting
//
// Created by kadlubek47 on 17.06.2013.
// Copyright (c) 2013 kadlubek47. All rights reserved.
//
#ifndef __GPUProcessingTesting__CopyingProcessor_Ganged_OpenCL__
#define __GPUProcessingTesting__CopyingProcessor_Ganged_OpenCL__
#include "OpenCLProc... | [
"felidadae@gmail.com"
] | felidadae@gmail.com |
6a863ffaa47cf68f207246182dab0a1c6e5c9e0c | bed303d9bbe09c3418dea2925604c9f85017f854 | /Algorithm/sort/HeapSort/HeapSort.cpp | 0a53e43f7879244b2dcf67ce0b7427019661ea94 | [
"MIT"
] | permissive | NicoleRobin/algorithm | ba4f9425f160904d7a86c91fee42bd2492a8f0da | 7d275b44889676da3e8a4a00fef990b844058510 | refs/heads/master | 2023-01-06T09:59:18.465931 | 2023-01-05T12:29:19 | 2023-01-05T12:29:19 | 40,276,880 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,171 | cpp | #include <stdio.h>
#include <stdlib.h>
void Print(int a[], int len)
{
for (int i = 0; i < len; i++)
{
printf("%d ", a[i]);
}
printf("\n");
}
// 调整某一个元素
void AdjustHeap(int a[], int i, int len)
{
int nChild = 2 * i + 1;
int nTemp = a[i];
while (nChild < len)
{
// 找到子节点中较大的一个
if (nChil... | [
"lit050528@gmail.com"
] | lit050528@gmail.com |
75ba84384951441342314ea5a1008fced063f0f0 | 2f4cee019d13607191758faedddc8b88130be52d | /Paradis_Hydrogen/ParadisJHU06012020/ParadisJHU06012020/ezmath/BSPTreeNode.h | ecdebcf6d461b8bbb6ef3cb1ef16a622ce0f2db8 | [] | no_license | JinnyJingLuo/Expanse | ee0ed9f448fb230a09af049ac673c26d3397a76a | 207059c02868a6e1881a6748396e248e16d2e995 | refs/heads/master | 2023-05-06T13:17:38.859013 | 2021-05-26T07:11:04 | 2021-05-26T07:11:04 | 370,536,257 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,878 | h | //Ahmed Hussein
//ahussei4@jhu.edu
#ifndef BSPTREENODE_H_
#define BSPTREENODE_H_
#include "list"
#include "Plane.h"
#include "Tools.h"
using namespace std;
using namespace SupportSystem;
template <typename Type> class BSPTreeNode
{
public:
BSPTreeNode()
{
Initialize();
}
BSPTreeNode(const BSPTreeNode& o... | [
"jluo32@login02.expanse.sdsc.edu"
] | jluo32@login02.expanse.sdsc.edu |
29cd9aea9de55015f9ab5b1df7d5bf8649e8534a | f1ae851f93202a4d34c1b8aa0a7db719ddf873c2 | /Best Time to Buy and Sell Stock with Cooldown.cpp | dd709577f478f09078da067dde618dab9f157fe6 | [] | no_license | sarahHe/LeetCode-solution | 331e5984eb238d54c76f3d5ad24443792087f5ff | f9b17c41f094c7188030dec70fce243456ff65ad | refs/heads/master | 2020-12-24T16:23:55.252447 | 2016-03-08T20:22:00 | 2016-03-08T20:22:00 | 28,280,816 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,237 | cpp | //Say you have an array for which the ith element is the price of a given stock on day i.
//Design an algorithm to find the maximum profit. You may complete as many transactions as you like (ie, buy one and sell one share of the stock multiple times) with the following restrictions:
//You may not engage in multiple t... | [
"hesha@umich.edu"
] | hesha@umich.edu |
6062d572c857a737d25fd33ba0421a21fd2b2040 | 26d3688d1839717de6edec3aa6fa60fb1fe3483d | /external/boost_1_60_0/qsboost/mpl/aux_/preprocessed/msvc70/or.hpp | 9d8a870d73b698ef9903a5baaa42e1b2eb031d98 | [
"MIT"
] | permissive | wouterboomsma/quickstep | 7d91c8070dca9f0d1d5ac30a38a9e159224a5e13 | a33447562eca1350c626883f21c68125bd9f776c | refs/heads/master | 2021-01-22T19:25:45.689105 | 2017-04-19T09:25:23 | 2017-04-19T09:25:23 | 88,726,115 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,389 | hpp |
// Copyright Aleksey Gurtovoy 2000-2004
//
// 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)
//
// Preprocessed version of "boost/mpl/or.hpp" header
// -- DO NOT modify by hand!
namespace qsboost { namespace m... | [
"wb@di.ku.dk"
] | wb@di.ku.dk |
2c667a4dfe16383e4ae53024dabb750c2870d0ad | 0c3326033bc8552f184955f6e635c1eb731def89 | /GameClientMobile/StoryOfEren/Classes/CaptionLayer.cpp | 3c205f0c62417c534894ea4d138e2005246b9a88 | [] | no_license | EdCornejo/GameClient | ab0cf62c90a6c2d43755fa9f9c324a82d32b4f36 | 2cbcd60e5da92e69c2725cfa99130e7d45a092e9 | refs/heads/master | 2021-05-28T13:38:36.741256 | 2013-11-18T06:11:01 | 2013-11-18T06:11:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,203 | cpp | //
// CaptionLayer.cpp
// GameClientMobile
//
// Created by SungJinYoo on 3/24/13.
//
//
#include "Headers.pch"
CaptionLayer::CaptionLayer() : m_StageType(StageType_NONE), m_CaptionLabel(nullptr), m_NameLabel(nullptr), m_CharacterImage(nullptr), m_CaptionInfoList(), m_Tier(0), m_CaptionInfoListIndex(0), m_CaptionI... | [
"dosm123@gmail.com"
] | dosm123@gmail.com |
483e98d13a7efd3431eaf31f929abe06c7866bdc | 80ce0a9e84fc3148791e010ef84dd65bf5842ffb | /Brute-force/BOJ_1018.cpp | a5a35d63aa6e7068cadc1d06ff9ff91d52e889b3 | [] | no_license | HoYoungChun/Algorithm_PS | ba45ef61a58e4023b1573119a26209b94ec857ea | 475d1a7c9c66d0a6ed17d32fbfaecda5076a40fd | refs/heads/master | 2023-06-30T14:41:41.263701 | 2021-08-09T07:13:01 | 2021-08-09T07:13:01 | 279,521,952 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 864 | cpp | #include<iostream>
using namespace std;
int main(void)
{
char arr[51][51];
int cnt = 0;
int res = 3000;
int N,M;
cin >> N >> M;
for (int i = 0; i < N; i++) {
for (int j = 0; j < M; j++) {
cin >> arr[i][j];
}
}
//입력받기 완료
for (int i = 0; i <= N - 8; i++) {
for (int j = 0; j <= M - 8; j++) {
//8... | [
"noreply@github.com"
] | noreply@github.com |
bc2b22b87755157d14d66991b99ea2df214b53fa | 4baf7c83cc4eca8717728c1fece4582814999365 | /test/horizontal_median_test.cpp | c5e49680cba0e5db118d6675d438eb9852e6aeeb | [
"Apache-2.0"
] | permissive | ogsdave/segmentation-sgm | 769a42c1b32fe6451abde046b5faf969f7317685 | ca1b09a0b70a8bab24937a5b624bc48f1f494748 | refs/heads/master | 2022-03-31T18:43:00.736958 | 2020-01-30T10:10:11 | 2020-01-30T10:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,844 | cpp | #include <gtest/gtest.h>
#include <opencv2/highgui.hpp>
#include "test_utility.h"
#include "reference.h"
#include "internal.h"
TEST(HorizontalMedianTest, RandomU8)
{
using disp_type = uchar;
using Mat = cv::Mat_<disp_type>;
const int segmentWidth = 10;
const int width = 1024;
const int height = 333;
Mat src ... | [
"akihiro.takagi@fixstars.com"
] | akihiro.takagi@fixstars.com |
3dad61a185029b1616ec591e2a46e653687f79ef | 85fb94fb7659f860d3299f887845c9979063afee | /interpretador.h | aba78dfe927e730809611b53ba21987254e213a7 | [] | no_license | eduardogarciazaccharias/Projeto_Unidade2_Parte_02 | 15bd45d5c35903ec6ae790cf6def3a9e7e715cd7 | e296d0cf015504c36983406f6de9d117811e6f46 | refs/heads/main | 2023-01-31T02:45:45.613633 | 2020-12-15T00:29:19 | 2020-12-15T00:29:19 | 321,506,394 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 404 | h | #ifndef INTERPRETADOR_H
#define INTERPRETADOR_H
#include <vector>
#include "figurageometrica.h"
#include "sculptor.h"
#include <string>
class interpretador{
int dimx, dimy, dimz;
float r, g, b, a;
public:
interpretador();
std::vector<Figurageometrica *> parse(std::string filename);
int... | [
"noreply@github.com"
] | noreply@github.com |
fcc0d320d40ee9dc52fb9d237c2e79ea3738bd83 | 35e79b51f691b7737db254ba1d907b2fd2d731ef | /AtCoder/Marathon/intro-heuristics/B.cpp | f43a34760c06d3869949cd8faebf7d367aa80414 | [] | no_license | rodea0952/competitive-programming | 00260062d00f56a011f146cbdb9ef8356e6b69e4 | 9d7089307c8f61ea1274a9f51d6ea00d67b80482 | refs/heads/master | 2022-07-01T02:25:46.897613 | 2022-06-04T08:44:42 | 2022-06-04T08:44:42 | 202,485,546 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,609 | cpp | #pragma GCC optimize("O3")
#include <iostream>
#include <iomanip>
#include <cstdio>
#include <string>
#include <cstring>
#include <deque>
#include <list>
#include <queue>
#include <stack>
#include <vector>
#include <utility>
#include <algorithm>
#include <map>
#include <set>
#include <complex>
#include ... | [
"dragondoor0912@yahoo.co.jp"
] | dragondoor0912@yahoo.co.jp |
25ed4fec0d017db8e6e5107ce537518bd9bf18f5 | b5a9d42f7ea5e26cd82b3be2b26c324d5da79ba1 | /tensorflow/core/kernels/cudnn_pooling_gpu.cc | 8027c4915d23f7055e179f5591448f6e58e2775c | [
"Apache-2.0"
] | permissive | uve/tensorflow | e48cb29f39ed24ee27e81afd1687960682e1fbef | e08079463bf43e5963acc41da1f57e95603f8080 | refs/heads/master | 2020-11-29T11:30:40.391232 | 2020-01-11T13:43:10 | 2020-01-11T13:43:10 | 230,088,347 | 0 | 0 | Apache-2.0 | 2019-12-25T10:49:15 | 2019-12-25T10:49:14 | null | UTF-8 | C++ | false | false | 11,018 | cc | /* Copyright 2016 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 ... | [
"v-grniki@microsoft.com"
] | v-grniki@microsoft.com |
6af732c9cae4070c84e348d27259a3d66053c4d6 | 7cdf190d7ea9d8f7307dc358bb70eb382c977f41 | /utilities.cpp | 1189b97febe1d422e2a19f431d37949fdced2abc | [] | no_license | mauricerizat/64-Bit-RSA-Encryption-and-Signing | 424e5162555bf9530810b20ecd1d58f421f3d60e | 2af84a7dfb7dd024bf58b27f9359a319e69ddfa0 | refs/heads/master | 2022-12-18T13:42:28.132738 | 2020-09-22T22:45:10 | 2020-09-22T22:45:10 | 297,789,307 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,008 | cpp | /*
RSA ENCRYPTION PROGRAM
*/
#include "header.h"
//Wites given content to given file
void writeFile(string content, string fileName)
{
ofstream fileWriter;
fileWriter.open ("data/" + fileName);
fileWriter << content << endl;
fileWriter.close();
}
//Reads from given file and returns corresponding content
string r... | [
"noreply@github.com"
] | noreply@github.com |
6d90304985e1c48ce9c134e5d31f2fffdc1751f2 | 4cb0f2cfb9ec3ec8c851f83ff3ea73ca5a62aa70 | /democodebase/pt/boost/optional.h | 7e0c36bf4537f3def4088e34e530f834cb543ce2 | [] | no_license | Codarki/Pyrotech_2016 | 99733bb543621d755dc0451cee86e3988021a1e2 | 5e7a71b9ec751061285f3f784e861ac8f2726ee1 | refs/heads/main | 2023-05-30T08:11:30.626406 | 2021-06-24T23:13:53 | 2021-06-24T23:13:53 | 380,065,207 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 168 | h | #ifndef PT_BOOST_OPTIONAL_H
#define PT_BOOST_OPTIONAL_H
#include "auto_link.h"
#include <boost/optional.hpp>
namespace pt {
//using ::boost::optional;
}
#endif
| [
"pietila.kimmo@gmail.com"
] | pietila.kimmo@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.