blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a18900ff60b49e9dc118fceaec8b133b3593b69b | d5b7ae5e5f6d7e379040514c10f1f2aa715348bd | /ProcessLib/ThermoMechanics/ThermoMechanicsProcess-impl.h | 25fc9223234b694adda3952887e932355f1f6486 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | mahg/ogs | fa27c04633d095fa551654779bfced6df925257a | 6409f0f4682c037ba8313cfc9af5925d4bc849e8 | refs/heads/master | 2021-08-15T15:29:43.977208 | 2017-11-17T21:47:43 | 2017-11-17T21:47:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,554 | h | /**
* \file
*
* \copyright
* Copyright (c) 2012-2017, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#pragma once
#include <cassert>
#inc... | [
"dmitri.naumov@ufz.de"
] | dmitri.naumov@ufz.de |
7387368f142152a7eb86cf2e026adda251929d8e | 11372f47584ed7154697ac3b139bf298cdc10675 | /CF练习/CF1238/A.cpp | c373d311b2a7cfb84572878c468adeb80b6cf25e | [] | no_license | strategist614/ACM-Code | b5d893103e4d2ea0134fbaeb0cbd18c0fec06d12 | d1e0f36dab47f649e2fade5e7ff23cfd0e8c8e56 | refs/heads/master | 2020-12-20T04:21:50.750182 | 2020-01-24T07:43:50 | 2020-01-24T07:45:08 | 235,958,679 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 260 | cpp | #include <bits/stdc++.h>
using namespace std;
int main()
{
int t;
cin >> t;
while (t--)
{
long long x, y;
cin >> x >> y;
if (x - y > 1)
puts("YES");
else
puts("NO");
}
return 0;
} | [
"syf981002@gmail.com"
] | syf981002@gmail.com |
eba666c5e540ea9a66766b5743cbf574b5bd8cb1 | 8b7ccd22aa258b016e4317d222dce9eac0709f36 | /example-advanced-servo/src/Servo.h | d4f2d0a0c0d40b5f3d497ab449f1867f9026b5b4 | [
"BSD-2-Clause"
] | permissive | WatershedArts/ofxAdafruitPWMBonnet | c0145a77959f90d1ef9c7950c28734eb4e618341 | 5e6b827e34d207273b108c3e428e5e76b80fde27 | refs/heads/master | 2020-03-29T19:26:53.235730 | 2018-09-27T16:27:45 | 2018-09-27T16:27:45 | 150,263,686 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,744 | h | //
// Servo.h
//
// Created by David Haylock on 26/09/2018.
//
#include "ofMain.h"
#ifndef Servo_h
#define Servo_h
class Servo
{
public:
/**
Default Constructor
*/
//--------------------------------------------------------------
Servo()
{
}
/**
Deconstructo... | [
"david.haylock@watershed.co.uk"
] | david.haylock@watershed.co.uk |
f1ae548e75bfdc9b7540b0924912a22c253c837b | 1c95ed635171fc5d65984da1b7792c7b18a5a0af | /Graph.h | 37c5e2ca2924dfa8dd3567fba42f9b4b08529554 | [] | no_license | DallinKooyman/DatalogProgram | 5f120b5a728d360c4becd7d59f9e61a062778a89 | 5ef03022518c252926ab6c314106d8979679d20d | refs/heads/master | 2022-11-05T16:37:57.093994 | 2020-06-13T03:35:35 | 2020-06-13T03:35:35 | 271,926,660 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 800 | h | #pragma once
#include "DatalogProgram.h"
#include "Relation.h"
class Graph
{
public:
Graph(vector<Rule> RuleList);
Graph(map<unsigned int, set<int>> EdgesToReverse);
string EdgesToString();
vector<int> dfsPostOrder(); //Return normal Post order, need to reverse before using dfsSCC
void dfsSCC(vecto... | [
"noreply@github.com"
] | DallinKooyman.noreply@github.com |
dcec21da638b1dd7b38921c5d38e9b3f5daf6d1b | f5d3a2db357c4ce5f34bfdb0866c058182e30b72 | /src/imagemanip.cpp | 270aa3555d7990b3b2ab3c45ab02764bc6eacae4 | [] | no_license | JoaquimGuerra/fingerPrint | 40f56fd0d033aa745a33d21ad6fe1c7e02a2167c | 73264a2c2c3506dd13afdfd39e31b5f25013b9fa | refs/heads/master | 2021-01-18T16:21:45.383654 | 2016-02-08T22:37:14 | 2016-02-08T22:37:14 | 51,331,792 | 0 | 0 | null | 2016-02-08T22:25:55 | 2016-02-08T22:25:55 | null | GB18030 | C++ | false | false | 41,045 | cpp |
/*#############################################################################
* 文件名:imagemanip.cpp
* 功能: 实现了主要的图像处理操作
#############################################################################*/
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#include "imagemani... | [
"chenke625@gmail.com"
] | chenke625@gmail.com |
b2eb5e3914c4af86dc26dfd5de0cc55e9162472f | fae45a23a885b72cd27c0ad1b918ad754b5de9fd | /benchmarks/shenango/shenango/apps/bench/netbench.cc | cfc41f6514646da5d5f97e02c776a891ebcaf9f0 | [
"MIT",
"Apache-2.0"
] | permissive | bitslab/CompilerInterrupts | 6678700651c7c83fd06451c94188716e37e258f0 | 053a105eaf176b85b4c0d5e796ac1d6ee02ad41b | refs/heads/main | 2023-06-24T18:09:43.148845 | 2021-07-26T17:32:28 | 2021-07-26T17:32:28 | 342,868,949 | 3 | 3 | MIT | 2021-07-19T15:38:30 | 2021-02-27T13:57:16 | C | UTF-8 | C++ | false | false | 9,073 | cc | extern "C" {
#include <base/log.h>
#include <net/ip.h>
}
#undef min
#undef max
#include "thread.h"
#include "sync.h"
#include "timer.h"
#include "net.h"
#include "fake_worker.h"
#include "proto.h"
#include <iostream>
#include <iomanip>
#include <utility>
#include <memory>
#include <chrono>
#include <vector>
#include ... | [
"nilanjana.basu87@gmail.com"
] | nilanjana.basu87@gmail.com |
178c93cd235149f23668e02cfba704a73e3cad94 | 71c8e39d9d849a2e4ec94ff8c3f0120d9da47686 | /arduino/blink_isr/sketch_jan23d/sketch_jan23d.ino | e36018e7fcb5ef398fd1ed975439798136d492e9 | [
"MIT"
] | permissive | joshcol9232/AL-FanControl | d588ba3e619037d02a53b5d82a0b8cd2dec51a5b | ea01a3318bf07deeb78df5eab99e7cef3bf8fcc2 | refs/heads/master | 2023-05-31T22:04:14.712753 | 2021-06-09T18:09:16 | 2021-06-09T18:09:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 816 | ino | /* Arduino 101: timer and interrupts
1: Timer1 compare match interrupt example
more infos: http://www.letmakerobots.com/node/28278
created by RobotFreak
*/
#define ledPin 17
void setup()
{
pinMode(ledPin, OUTPUT);
// initialize timer1
noInterrupts(); // disable all interrupts
TCCR1A =... | [
"bengt.lueers@gmail.com"
] | bengt.lueers@gmail.com |
e4b98049621db95dde767a8ad87a44c4aa4effde | b22588340d7925b614a735bbbde1b351ad657ffc | /athena/MuonSpectrometer/MuonCnv/MuonByteStreamCnvTest/MuonByteStreamCnvTest/MuonRdoToMuonDigit.h | 2695a1de11a7e17f20a29b9f816b3b34146ea86d | [] | 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 | 600 | h | /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
#ifndef MUONBYTESTREAMCNVTEST_MUONRDOTOMUONDIGIT_H
#define MUONBYTESTREAMCNVTEST_MUONRDOTOMUONDIGIT_H
#include "GaudiKernel/ToolHandle.h"
#include "AthenaBaseComps/AthAlgorithm.h"
class IMuonDigitizationTool;
class MuonRdoToMuonDigit : ... | [
"rushioda@lxplus754.cern.ch"
] | rushioda@lxplus754.cern.ch |
5beb47d9607f60a40ee6533b9d77aabcb30be7d9 | f8925857535c223bdff7e087767a51f1f9f16657 | /Assignment 3/Assignment 3/StringSplitter.h | 65c6aa71adb281f91eaae6baf8abde114a9b958d | [
"MIT"
] | permissive | justin-harper/cs122 | 388c6ac4162b2bf503d1ca68d3c0ca29f0d7fb48 | 83949bc097cf052ffe6b8bd82002377af4d9cede | refs/heads/master | 2021-01-13T05:00:02.683181 | 2017-02-07T04:21:38 | 2017-02-07T04:21:38 | 81,165,793 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,320 | h | /*
Assignment: 3
Description: Paycheck Calculator
Author: Justin Harper
WSU ID: 10696738 Completion Time: 8hrs
In completing this program, I received help from the following people:
myself
version 1.0 I am happy with this version!
*/
#ifndef STRINGSPLITTER_H
#define STRINGSPLITTER_H
#include <string>
#include ... | [
"justin.harper@outlook.com"
] | justin.harper@outlook.com |
3b57e499468d066328ed6bdee28d49e6f46a233f | 47a0a6676349129af4873dc1951531bd76b28228 | /base/memory/read_only_shared_memory_region.cc | 8c0d27609c3fe60031329c32ad77fdf6d48af3f8 | [
"BSD-3-Clause"
] | permissive | Kaleb8812/chromium | f61c4a42e211ba4df707a45388a62e70dcae9cd7 | 4c098731f333f0d38b403af55133182d626be182 | refs/heads/master | 2022-12-23T01:13:33.470865 | 2018-04-06T11:44:50 | 2018-04-06T11:44:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,847 | cc | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/memory/read_only_shared_memory_region.h"
#include <utility>
#include "base/memory/shared_memory.h"
#include "build/build_config.h"
names... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
a4bf03ea5d0791900184feebcd17092a5d9ed601 | 49fea82ce3cb1b9eef5de574c640333c28aba12d | /1091OOPIMW07/TS0703/main.cpp | 5953a5d608d962b33bf23d1f6d802cca213bc3e1 | [] | no_license | FelixH-XCIX/Object-Oriented-Programming | fb369f0dde1bad0516f004249466a78929ca8858 | 4df804521cedb7ea840eeeeedb169e988be8e4cc | refs/heads/main | 2023-02-07T11:31:27.030364 | 2021-01-02T16:13:21 | 2021-01-02T16:13:21 | 319,557,384 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,364 | cpp | //#define _CRT_SECURE_NO_WARNINGS
#include <iostream>
#include <string>
#define MAX 100
using namespace std;
int main()
{
int i, j, numbers[MAX];
string input;
while (getline(cin,input))
{
int size = input.length();
for (i = 0; i < size; i++)
{
numbers[i] = input[i] - '0';
}
for... | [
"noreply@github.com"
] | FelixH-XCIX.noreply@github.com |
523a09011711fadf0454ecd2afb51ae72505c8b8 | 0f7f3bdd19f9c460bbf5f66ba79cb0c3cd80fa63 | /Results/Force0000005x52/main.cpp | d2f5b84d2b35ddf1638e2ff61caecdf9d2644cd5 | [] | no_license | shurikkuzmin/BinaryMicrochannel3D | 9c95d8c75cbbb3e83bc0dd81cec0385dbe199b7d | 152de567b25aa1b881dcb793db9fef57ec84392c | refs/heads/master | 2021-09-02T03:46:39.502135 | 2011-09-25T14:13:11 | 2011-09-25T14:13:11 | 115,768,117 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,934 | cpp | #include <mpi.h>
#include <iostream>
#include <math.h>
#include <fstream>
#include <string>
#include <sstream>
#include "mpi_singleton.h"
//Inclusion of lattice implementation
#include "lattice.hpp"
#include "solver.hpp"
#include "params_list.h"
#include "descriptor.h"
//Lattice Boltzmann initialization and parame... | [
"shurik@alex-desktop.(none)"
] | shurik@alex-desktop.(none) |
1740096e05c7c09548ab31cc80c9d998b92cd5db | db1700bb59fa3f0e5f1e080c3ed69829850eea1f | /lab4/stackonarray.cpp | 02a68645160aa491c35e67cf880455fc7e539092 | [] | no_license | iperius93/209180 | 4d904f3699d06c2749966765f1a87f39a1de5080 | c87676bb8085d9724b5cea910ec090317d850728 | refs/heads/master | 2021-01-20T05:29:23.728190 | 2015-04-18T14:37:53 | 2015-04-18T14:37:53 | 31,706,670 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,108 | cpp |
/*
* stackonarray.cpp
*
* Created on: Mar 19, 2015
* Author: serek8
*/
#include "stackonarray.h"
StackOnArray::StackOnArray()
{
sizeOfTable =1;
index=0;
tableOfData = new int[1];
}
void StackOnArray::pushByOneAlloc(int arg)
{
if(index==0){
tableOfData[0] = arg;
++index; // teraz index = 1
ret... | [
"rafal@Asus.(none)"
] | rafal@Asus.(none) |
97e41b3ed9bbfd98f709713fe94efb131bc54639 | 1be5334d362a3bb1fdf3ec4d87b316f65c866558 | /src/BLE_Connect_mac.cpp | 71ca3279c88e4059fb52c3c683cccd1f7dadf567 | [] | no_license | perrycharlton/BLE_CLIENT_MAC | 30ce76e7349f24dbacc54e5517a4f36f7f15b3d1 | e732bb892529e11e62fbbe25fc4adb2574304730 | refs/heads/master | 2020-12-02T18:46:43.985657 | 2019-12-31T12:39:31 | 2019-12-31T12:39:31 | 231,085,858 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,405 | cpp |
#include "BLEDevice.h"
#include <Arduino.h>
// The remote service we wish to connect to.
static BLEUUID serviceUUID("226c0000-6476-4566-7562-66734470666d");
// The characteristic of the remote service we are interested in.
static BLEUUID charUUID("226caa55-6476-4566-7562-66734470666d");
// static BLEAddress MJ... | [
"perry@perrycharlton.com"
] | perry@perrycharlton.com |
018fa554ea0524382e817ff809fd467be1679454 | 939315e591a462843ea48a1690d76d6bcc95ea72 | /src/fine_grained_rw_bst.h | 46817adb375f070671cdeed95964c6e821bb7e2a | [] | no_license | VasuAgrawal/418FinalProject | f0014a3509407946c212780a8a57365e1691f127 | 99673dd1dfdc9410c8d5b7d4ac9c049f6724f2cb | refs/heads/master | 2021-01-19T22:21:01.273355 | 2017-05-13T02:22:20 | 2017-05-13T02:22:20 | 88,797,639 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 692 | h | #ifndef FINE_GRAINED_RW_BST_H_
#define FINE_GRAINED_RW_BST_H_
#include "bst.h"
#include <memory>
#include "utils.h"
class BST : public BinarySearchTree {
public:
bool insert(int x);
bool remove(int x);
bool contains(int x);
BST();
~BST();
BST(const BST&) = delete;
BST& operator=(const B... | [
"vasu_agrawal@yahoo.com"
] | vasu_agrawal@yahoo.com |
9fb38c2550c943739f31f58fd5da74a0dea8ee07 | d988f3302c7c4f49583fec21c07658ddb09b81e0 | /src/Cpl/Itc/ServiceMessage.h | f99607b5691113b98db0d4d4374daec3f693d186 | [] | no_license | johnttaylor/colony.apps | 2b10141d8cb30067a5e387e6c53af9955549b17b | 839f3d62b660111ab122a96f550c8ae9de63faa0 | refs/heads/develop | 2023-05-10T17:24:58.286447 | 2021-12-05T20:54:43 | 2021-12-05T20:54:43 | 41,272,799 | 0 | 0 | null | 2021-12-05T20:54:45 | 2015-08-24T00:10:30 | C | UTF-8 | C++ | false | false | 1,637 | h | #ifndef Cpl_Itc_ServiceMessage_h_
#define Cpl_Itc_ServiceMessage_h_
/*-----------------------------------------------------------------------------
* This file is part of the Colony.Core Project. The Colony.Core Project is an
* open source project with a BSD type of licensing agreement. See the license
* agreement (l... | [
"john.t.taylor@gmail.com"
] | john.t.taylor@gmail.com |
70d39bc8388a2e6fd5be569514b07f748b59f080 | 961dd3e240d615415f2a2fb0108aa23959475755 | /Blinker/examples/Blinker_ESPTOUCH/ESPTOUCH_MQTT/ESPTOUCH_MQTT.ino | 1f74eff8f4c37ba895e5145ac4f008938620edb7 | [
"MIT"
] | permissive | ilkerya/ArduinoLibraries | d2a2d8d7b88f3563d1b326369f6a3e4169c46fde | e7338a82d7aa987dff0a0fdb9ac0cea547104fe4 | refs/heads/master | 2020-04-08T16:23:20.419305 | 2018-11-28T14:37:11 | 2018-11-28T14:37:11 | 159,516,277 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,724 | ino | /* *****************************************************************
*
* Download latest Blinker library here:
* https://github.com/blinker-iot/blinker-library/archive/master.zip
*
*
* Blinker is a platform with iOS and Android apps to
* control embedded hardware like Arduino, Raspberrt Pi.
* You can easily ... | [
"ilkerya@gmail.com"
] | ilkerya@gmail.com |
406582ce5925b9c2bf071800c7a0b268f44f9f55 | 887f3a72757ff8f691c1481618944b727d4d9ff5 | /third_party/gecko_1.9.1/win32/gecko_sdk/include/nsIHttpHeaderVisitor.h | 4a3acc9703e1efee2e966dfd9c990662ea71f821 | [] | no_license | zied-ellouze/gears | 329f754f7f9e9baa3afbbd652e7893a82b5013d1 | d3da1ed772ed5ae9b82f46f9ecafeb67070d6899 | refs/heads/master | 2020-04-05T08:27:05.806590 | 2015-09-03T13:07:39 | 2015-09-03T13:07:39 | 41,813,794 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,238 | h | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/mozilla-1.9.1-win32-xulrunner/build/netwerk/protocol/http/public/nsIHttpHeaderVisitor.idl
*/
#ifndef __gen_nsIHttpHeaderVisitor_h__
#define __gen_nsIHttpHeaderVisitor_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL fi... | [
"gears.daemon@fe895e04-df30-0410-9975-d76d301b4276"
] | gears.daemon@fe895e04-df30-0410-9975-d76d301b4276 |
6030686aff6853b93d476ac2cfbfc848293353f1 | 13d96ca0d2d2dcb4434e2c676b12866d402685ae | /polymorphism/Shapes/main.cpp | e031015c4ed8a00291ec70b99ca7241e79b2f126 | [] | no_license | merilinpisina/fmi-oop-2019-2020 | e7fb4576ce45ab387a721692c7d53c782500c22d | ba3af46b7759b44b9cbd3a1cfb60facefad784b7 | refs/heads/master | 2021-07-11T19:04:40.191672 | 2021-03-26T08:18:08 | 2021-03-26T08:18:08 | 241,052,236 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,529 | cpp | #include <fstream>
#include <iostream>
#include "FigureContainer.h"
void createVectorFromFile(FigureContainer& vec) {
std::ifstream ifs("Input.txt");
if (!ifs.is_open())
return;
while (!ifs.eof()) { //last reading will return nullptr...ok
Figure* curFig = Figure::createFigure(ifs);
if (curFig != nullpt... | [
"merilinpisina@gmail.com"
] | merilinpisina@gmail.com |
9198b56631737c3fd4a4d16e88178a847dd81d4a | 801d0701d19b392a4ff7c268d470959815462398 | /include/hl2sdk-css/game/client/c_baseplayer.h | 0e03b988805be78e74106ae3850370100e8a19d7 | [] | no_license | rdbo/CS-Source-Base | c6e21cc46bca5fb57f3e7f9ee44c3522fd072885 | 4605df4b11a2c779d56d16dd7e817536cdc541f7 | refs/heads/main | 2023-03-03T13:19:04.657557 | 2021-02-06T13:46:53 | 2021-02-06T13:46:53 | 335,521,112 | 6 | 1 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 21,246 | h | //========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose: Client-side CBasePlayer.
//
// - Manages the player's flashlight effect.
//
//=============================================================================//
#ifndef C_BASEPLAYER_H
#define C_BASEPLAYER_H... | [
"rdbodev@gmail.com"
] | rdbodev@gmail.com |
de86afaeacd89c61157f3ba79837b0b30a3d2d6f | 88ae8695987ada722184307301e221e1ba3cc2fa | /components/security_interstitials/core/https_only_mode_metrics.h | 50efe38ed5554839101f8444a10227ff7e4ade8d | [
"BSD-3-Clause"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 7,404 | h | // Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_SECURITY_INTERSTITIALS_CORE_HTTPS_ONLY_MODE_METRICS_H_
#define COMPONENTS_SECURITY_INTERSTITIALS_CORE_HTTPS_ONLY_MODE_METRICS_H_
#include <cstddef>
#include... | [
"jengelh@inai.de"
] | jengelh@inai.de |
4c892992495110e209dab6f1875dd8caffacf817 | 920c4ef30727f0c51b5c9f00bdd9b923b541853e | /Code_Cpp/cppserver备份资料/code/library/source/operators/include/cookie/cookie.h | 2e32f7948bf9266e4aeb65dd898f7801db5f0c66 | [] | no_license | fishney/TDServer | 10e50cd156b9109816ddebde241614a28546842a | 19305fc7bf649a9add86146bd1bfd253efa6e9cb | refs/heads/master | 2023-03-16T22:24:45.802339 | 2017-10-19T07:02:56 | 2017-10-19T07:02:56 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 596 | h | /*----------------- cookie.h
*
* Copyright (C): 2011 Mokylin·Mokyqi
* Author : 赵文源
* Version : V1.0
* Date : 2012/6/27 19:32:53
*--------------------------------------------------------------
*
*------------------------------------------------------------*/
#pragma once
#include "basic/stringFunctio... | [
"haibo tang"
] | haibo tang |
8df331dce45e7438630fdc1b125b0af0f608adf7 | 1edf35c781432e70c9083f306c08d7a55bdf5297 | /CIT125_Ch.13_Fig_13-13/CIT125_Ch.13_Fig_13-13.cpp | 1e6accaf88daf50bfe0814ce3ade026c9040eb94 | [] | no_license | LuigiRobles/CIT125_Ch.13_Fig_13-13 | eea0aa31d4e2f5c0e49e7248c558f003cf4d218e | dfa244e9c077e097e734e18eaeba53ee3cfc701f | refs/heads/master | 2022-11-30T15:38:07.593246 | 2020-08-02T22:55:49 | 2020-08-02T22:55:49 | 284,556,301 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,678 | cpp | // CIT125 Intro To C++ Luigi Robles
// 08-01-2020 Summer Term
// Ch.13 pg.475 Fig.13-13 Zip Code Program
// Checks whether a ZIP code contains valid number of characters
// and whether each character is a number
#include <iostream>
#include <string>
using namespace std;
//function prototype
char verifyNumeric(string ... | [
"Luigi.robles0846@my.riohondo.edu"
] | Luigi.robles0846@my.riohondo.edu |
c69c2043865e13927ba8892068074461863cdc79 | 0e4d04d7fbedcd245d084d7296ca1b06d06de89e | /project/CardFour.h | 23e0a30f33c825482f7b8f968690f625f977e2be | [] | no_license | mennatallah-nawar/Snakes-and-ladders-game | fe314477c9953cb81abbb5530330be84f325bc06 | 8386b6e0c4564052b11eb0f4ffe1d7cc11cd4362 | refs/heads/master | 2023-05-15T18:23:15.584650 | 2021-06-13T23:02:06 | 2021-06-13T23:02:06 | 376,606,691 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 584 | h | #pragma once
#include "Card.h"
class CardFour :public Card
{
Cell* pCell;
public:
CardFour(const CellPosition& pos); // A Constructor takes card position
virtual void Apply(Grid* pGrid, Player* pPlayer); // Applies the effect of CardOne on the passed Player
// by decrementing the player's wallet b... | [
"55787939+mennatallah-nawar@users.noreply.github.com"
] | 55787939+mennatallah-nawar@users.noreply.github.com |
4a0c6a3732cf0316f43b1a0b09332273bb89b381 | b9a83ad74c8864660cb2c13fd712f709f522848d | /include/Old_Junk/Matrix.h | 7461a817631510106338f29fde360efa06e339ec | [] | no_license | 95ellismle/Spin_Accumulation | 3e50c6522c7da9a445575aca2e43e6cbf384aaf1 | 4e259c694a515fa105d794703d7335682e9d17d5 | refs/heads/master | 2021-01-20T13:11:58.527151 | 2017-08-30T14:06:29 | 2017-08-30T14:06:29 | 101,739,809 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,148 | h | #ifndef MATRIX_H
#define MATRIX_H
#include <iostream>
#include <fstream>
#include <vector>
#include <cmath>
#include "correctors.h"
////////////////////////////////////////////////// SYSTEM SETUP PARAMETERS /////////////////////////////////////////////////////////////////////////
// Parameters affecting accuracy... | [
"95ellismle@gmail.com"
] | 95ellismle@gmail.com |
75327733cd670cec55bafd616332a7285b667b78 | 9aca1f5d7bc86908a1d3e4b3795264bfe9df5a9d | /interval_map.cpp | 618104f85ecce94e60ca746aad603afd051da399 | [] | no_license | conin/Version | 26c1e7003b8ed0fe7c2cced218832667b2f0a500 | 5ba0bf1aacf6ee96edad85e47cdf5ac617f76e15 | refs/heads/master | 2021-01-01T04:18:33.176738 | 2017-10-22T17:39:35 | 2017-10-22T17:39:35 | 58,603,382 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,488 | cpp | #include <assert.h>
#include <map>
#include <limits>
#include<iostream>
template<class K, class V>
class interval_map
{
friend void IntervalMapTest();
private:
std::map<K,V> m_map;
public:
interval_map( V const& val)
{
m_map.insert(m_map.begin(),std::make_pair(std::numeric_limits<K>::lowest(),val))... | [
"noreply@github.com"
] | conin.noreply@github.com |
5a5870d5bb0790aad3211bc30014287392e1f14f | 97876f53d0f943095aad81ff1861daf98e2bd46c | /practice/AOJ/ALDS1/ALDS1_5_D.cc | b29758295cc413c81cf87b84cd81d85897e11a56 | [] | no_license | aita/cpp-junks | 7f7c4dad596605f25a83ee36e1898a8c839ad237 | 2a3efe9b63d7dcb926aa4f51a09417c2d031f42b | refs/heads/main | 2023-03-09T03:33:18.901666 | 2021-02-21T05:50:00 | 2021-02-21T05:50:00 | 328,188,400 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,163 | cc | #include <vector>
#include <iostream>
using namespace std;
using long64 = long long int;
using int_vec = vector<long64>;
long64 inversion = 0;
void merge(int_vec& v, int_vec& left, int_vec& right) {
auto it = v.begin();
auto l = left.begin();
auto r = right.begin();
auto n = left.size();
while (l... | [
"792803+aita@users.noreply.github.com"
] | 792803+aita@users.noreply.github.com |
77969f4c70ca56aa199d5957ab3d793bdabf46fc | a1cc22bafb4429b53898962b1131333420eddf05 | /cmdstan/stan/lib/stan_math/test/unit/math/rev/meta/VectorBuilderHelper_test.cpp | ac845bbfe35ce5555226d59d779a212b8c5f71f3 | [
"LicenseRef-scancode-unknown-license-reference",
"GPL-2.0-only",
"Apache-2.0",
"BSD-3-Clause",
"GPL-3.0-only"
] | permissive | metrumresearchgroup/Torsten | d9510b00242b9f77cdc989657a4956b3018a5f3a | 0168482d400e4b819acadbc28cc817dd1a037c1b | refs/heads/master | 2023-09-01T17:44:46.020886 | 2022-05-18T22:46:35 | 2022-05-18T22:46:35 | 124,574,336 | 50 | 18 | BSD-3-Clause | 2023-09-09T06:32:36 | 2018-03-09T17:48:27 | C++ | UTF-8 | C++ | false | false | 3,134 | cpp | #include <stan/math/rev/meta.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/prim/fun/size.hpp>
#include <gtest/gtest.h>
#include <vector>
TEST(MetaTraitsRevScal, VectorBuilderHelper_false_true) {
using stan::VectorBuilderHelper;
using stan::math::size;
using stan::math::var;
var a_var(1);
Vecto... | [
"yzhang@c-path.org"
] | yzhang@c-path.org |
1bdb1c450e69ee01ca9d19295b1a1deb7d8973a4 | 5c6a0e9ae96f04b0f269d24bfc838d075b1190d1 | /TouchDemo/object/buttons/mechButtons/SwitchButtonHandler.h | a2a2691e35665ba70fc5d204f6cd3ae8b5523662 | [] | no_license | EvdochukArtem/TouchDemo | 192cc0aae85c82a12930811e03bfe89564faba27 | 5f5fa616cf7b2b994d2e878d580c1eae14113cca | refs/heads/master | 2021-05-21T06:41:02.271198 | 2021-03-31T12:58:47 | 2021-03-31T12:58:47 | 252,588,512 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 219 | h | #pragma once
#include "SwitchButton.h"
class CSwitchButtonHandler
{
public:
CSwitchButtonHandler() {};
~CSwitchButtonHandler() {};
static void CALLBACK OnSwitchButtonPress(MOUSE_EVNT bEvent, CSwitchButton* btn);
}; | [
"evdochukartem@gmail.com"
] | evdochukartem@gmail.com |
30cd76f92ec36bd75dd9255b6e3e0e45dad7d6b7 | 524dd1a8e629da15699a0b80a2d700579f141713 | /20-Constructer_Overloading.cpp | 98bc59bb6b64a86fe5104c51d5f5543aa5fb386a | [] | no_license | Shakti-chaudhary/Cpp-Learn-Code-with-harry- | 9dc1766c699f196b655516684b7e1f12324a8f61 | 03d2e3144e72268862f10132807a8114441ad109 | refs/heads/master | 2023-06-03T09:43:22.628283 | 2021-06-29T04:16:51 | 2021-06-29T04:16:51 | 375,919,058 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 629 | cpp | #include <iostream>
using namespace std;
class complex
{
int a;
int b;
public:
void printdata() { cout << "The no is : " << a << " and +i : " << b << endl; }
complex(); /* ***************** Constructer Overloading ********************** */
complex(int x);
complex(int x, int y);
};
com... | [
"shaktichaudhary4321@gmail.com"
] | shaktichaudhary4321@gmail.com |
d0af6888d29b2e61e16cc19a51e7585b39ea1648 | c03b1c7da6b5b44681fda3bc3d06dc194eff0fdd | /example/Classes/HelloWorldScene.cpp | bab99ebfb1e5d603d886b0ad88a27191ac1609c3 | [
"MIT"
] | permissive | adjust/cocos2dx_sdk | 190b57a04ed46459ca9bac4e2ebcbb5f17656faf | 8189ea0515fb33c40eef5f69cf9147f726605d1c | refs/heads/master | 2023-08-01T00:13:58.449498 | 2022-10-20T10:46:49 | 2022-10-20T10:46:49 | 37,716,849 | 11 | 12 | MIT | 2022-10-20T10:46:51 | 2015-06-19T10:48:57 | C++ | UTF-8 | C++ | false | false | 8,274 | cpp | #include <platform/CCApplication.h>
#include "HelloWorldScene.h"
#include "AppDelegate.h"
#include "Adjust/Adjust2dx.h"
#include "Adjust/AdjustEvent2dx.h"
USING_NS_CC;
Scene *HelloWorld::createScene() {
return HelloWorld::create();
}
// on "init" you need to initialize your instance
bool HelloWorld::init() {
... | [
"ugi@adjust.com"
] | ugi@adjust.com |
eb7b65657cf2c71cfca6d79f1a7ac8fb7ab332e9 | 8adec48dfaee1cdfd6c7f4d2fb3038aa1c17bda6 | /WProf/src/chrome/browser/protector/protector_service.cc | aa16f7f9329aa4111b249638fab579629f07932e | [
"BSD-3-Clause"
] | permissive | kusoof/wprof | ef507cfa92b3fd0f664d0eefef7fc7d6cd69481e | 8511e9d4339d3d6fad5e14ad7fff73dfbd96beb8 | refs/heads/master | 2021-01-11T00:52:51.152225 | 2016-12-10T23:51:14 | 2016-12-10T23:51:14 | 70,486,057 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,657 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/protector/protector_service.h"
#include "base/logging.h"
#include "chrome/browser/google/google_util.h"
#include "chrome/bro... | [
"kusoof@kookaburra.(none)"
] | kusoof@kookaburra.(none) |
1055e773373fb34198642a8095e6aa6b01e60eac | fed36be2b78410eb5191417b61ba8142d5576ac2 | /mixtureModelCPU/readData.cpp | 244cef4ca5e3f1577ca8469a35558361588d32f0 | [] | no_license | cyberaide/biostatistics | 68bd25a1edaf458b9795f4059c93f7fa56018f11 | 86b8dd1a469b222eee09a13bbdc3de4a5f795633 | refs/heads/master | 2016-09-15T22:13:40.528403 | 2013-02-08T11:27:25 | 2013-02-08T11:27:25 | 4,278,883 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,571 | cpp | /*
* readData.cpp
*
* Created on: Nov 4, 2008
* Author: Doug Roberts
* Modified by: Andrew Pangborn
*/
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <string>
#include <vector>
#include <iostream>
#include <fstream>
using namespace std;
extern "C"
float* readDa... | [
"apangborn@6884be23-2c2a-0410-b59a-f50d4d03ee1a"
] | apangborn@6884be23-2c2a-0410-b59a-f50d4d03ee1a |
ad79e11b5f0cc9ad7258b4deacf8e4eeb1b610c4 | f0a26ec6b779e86a62deaf3f405b7a83868bc743 | /Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Base.cpp | 589afd53c93423f2d237060fb92b99ea6c6078d6 | [] | no_license | Tigrouzen/UnrealEngine-4 | 0f15a56176439aef787b29d7c80e13bfe5c89237 | f81fe535e53ac69602bb62c5857bcdd6e9a245ed | refs/heads/master | 2021-01-15T13:29:57.883294 | 2014-03-20T15:12:46 | 2014-03-20T15:12:46 | 18,375,899 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,675 | cpp | // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
#include "GraphEditorCommon.h"
#include "SGraphNodeK2Base.h"
#include "Editor/UnrealEd/Public/Kismet2/KismetDebugUtilities.h"
#include "Editor/UnrealEd/Public/Kismet2/BlueprintEditorUtils.h"
#include "KismetNodeInfoContext.h"
#include "IDocumentation.h"
#d... | [
"michaellam430@gmail.com"
] | michaellam430@gmail.com |
7e39bd2f099b1e8e160a6fe4e8435ffdd7a155f6 | 6e27c245fe0b0f2f7d6c9293b3cf182f9b0fe19c | /khf0.cpp | db002227f46349b505be4611638234bef6788749 | [] | no_license | csaba215/dekla-homework | 868999a4a6f1120992b149fc4ae797146d3dc4b0 | e1b600dba021d8ddaae91ecfdef27fdedc390962 | refs/heads/master | 2023-06-06T19:54:06.659223 | 2021-06-30T17:39:12 | 2021-06-30T17:39:12 | 381,783,232 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,943 | cpp | #include "cekla.h"// így szabályos C++ program is
int pow2(const int A, const int N, const int P) {
if (N > 0)
return pow2(A, N-1, P*A);
else
return P;
}
const list reverse2(const list L, const list L0) {
if (L == nil) return L0;
return reverse2(tl(L), cons(hd(L), L0));
}
const list felbont2(const int szam,c... | [
"csaba215@gmail.com"
] | csaba215@gmail.com |
36dab40cc09adcd59be7a6774546c545d1cf5094 | dd1dda0434b7a487854eddf89914f74d15324a10 | /DX11Tutorial-GlassAndIce/modelclass.cpp | ec60d2618c5cd37d077d692c8c70a7de82c44cec | [] | no_license | KsGin-Fork/DX11Tutorial | 02e8014d4bd84f559a5584cf98b4642e2743ee93 | 66bd8d13a161b909702f9ad753f15a5107400cbb | refs/heads/master | 2020-03-21T06:57:46.154782 | 2018-04-27T15:06:47 | 2018-04-27T15:06:47 | 138,252,211 | 0 | 1 | null | 2018-06-22T03:52:36 | 2018-06-22T03:52:36 | null | UTF-8 | C++ | false | false | 7,128 | cpp | ////////////////////////////////////////////////////////////////////////////////
// Filename: modelclass.cpp
////////////////////////////////////////////////////////////////////////////////
#include "modelclass.h"
ModelClass::ModelClass()
{
m_vertexBuffer = 0;
m_indexBuffer = 0;
m_Texture = 0;
m_model = 0;
m_Nor... | [
"imqqyangfan@gmail.com"
] | imqqyangfan@gmail.com |
2d9fbe9e00327093325992303c09dea4b6b38279 | 1b8e1ddcb86f0a5cd018bc6b3400c8c6fb1c1984 | /server/server/activity/.svn/text-base/EntityActivityComponent.h.svn-base | 2a478d33d3168192f761c587c50e1a285db4d5df | [] | no_license | yzfrs/ddianle_d1 | 5e9a3ab0ad646ca707368850c01f8117a09f5bfd | abffb574419cc2a8a361702e012cdd14f1102a6d | refs/heads/master | 2021-01-01T03:32:51.973703 | 2016-05-12T09:27:00 | 2016-05-12T09:27:00 | 58,615,329 | 0 | 2 | null | null | null | null | GB18030 | C++ | false | false | 16,447 | #ifndef __ENTITYACTIVITYCOMPONENT_H__
#define __ENTITYACTIVITYCOMPONENT_H__
// 累计在线时长奖励的数据库只存储最新的数据,不会删除或者清零。
// 数据是否有效只在DB存储出来后做由程序做处理。
#include <list>
#include "../logic/RoleComponentImpl.h"
#include "../logic/EntityComponent.h"
#include "ActivityDataStruct.h"
#define INVITATION_DB_QUERY_MIN_INTERVAL 5
... | [
"root@localhost.localdomain"
] | root@localhost.localdomain | |
dd3aec142915f1a66b4c79be0d2df1eff48fcbc9 | ac1c9fbc1f1019efb19d0a8f3a088e8889f1e83c | /out/release/gen/third_party/blink/renderer/bindings/modules/v8/v8_webgl_shader_precision_format.h | 4236e9987855a97e4005eafff22afffcbdab703f | [
"BSD-3-Clause"
] | permissive | xueqiya/chromium_src | 5d20b4d3a2a0251c063a7fb9952195cda6d29e34 | d4aa7a8f0e07cfaa448fcad8c12b29242a615103 | refs/heads/main | 2022-07-30T03:15:14.818330 | 2021-01-16T16:47:22 | 2021-01-16T16:47:22 | 330,115,551 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,017 | h | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This file has been auto-generated from the Jinja2 template
// third_party/blink/renderer/bindings/templates/interface.h.tmpl
// by the script code_gene... | [
"xueqi@zjmedia.net"
] | xueqi@zjmedia.net |
b81d40829bfb0323fc11f8b54d86e03521be63f4 | d0fb46aecc3b69983e7f6244331a81dff42d9595 | /teambition-aliyun/src/model/GetProjectTaskInfoResult.cc | 34a468e28411b106654de0b897449462c2b22e00 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-cpp-sdk | 3d8d051d44ad00753a429817dd03957614c0c66a | e862bd03c844bcb7ccaa90571bceaa2802c7f135 | refs/heads/master | 2023-08-29T11:54:00.525102 | 2023-08-29T03:32:48 | 2023-08-29T03:32:48 | 115,379,460 | 104 | 82 | NOASSERTION | 2023-09-14T06:13:33 | 2017-12-26T02:53:27 | C++ | UTF-8 | C++ | false | false | 4,114 | 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 |
cb84acc9090f131e319281811b8001b4d31ae013 | 1cb1b83de025d1ad1e756e0b8028d5164965925d | /ABC/A-MaximizeTheFormula.cpp | 27c995902dc1244e73e7de7e26dff11245ea1256 | [] | no_license | FukeKazki/CompetitionProgramming | 7c39aceec00a9ce393a7054a921b4f08a35aba0e | 4fff369180b35d230f19d8935344468a7da4bff4 | refs/heads/master | 2022-10-09T15:34:02.391840 | 2022-10-02T07:52:44 | 2022-10-02T07:52:44 | 181,264,546 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 221 | cpp | #include <iostream>
using namespace std;
int main() {
int A, B, C;
cin >> A >> B >> C;
if(A < B) swap(A, B);
if(B < C) swap(B, C);
if(A < B) swap(A, B);
cout << A*10+B+C << endl;
return 0;
} | [
"kazkichi0906@gmail.com"
] | kazkichi0906@gmail.com |
06c1bf6098a778d66f61705d2a0bd8d1b494c724 | c2f3f4eb99725ac6398e73eef47d8a289ee54de0 | /Lesson14-LCD Touch Screen/Lessons/Example08-ShowBMP/ShowBMP/ShowBMP.ino | c71c6b4089bfcc327a93493c2728171c01dfee23 | [] | no_license | keywish/keywish-tft-lcd-touch-kit | c1e207b99053e483e77ce38164b8966081bc1208 | 158f17ce5d482ed54fec52f1c3dc615b46cb3d44 | refs/heads/master | 2021-09-03T03:54:31.531591 | 2018-01-05T09:23:36 | 2018-01-05T09:23:36 | 115,197,279 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,484 | ino | /***********************************************************************
* When using the BREAKOUT BOARD only, use these 8 data lines to the LCD:
* For the Arduino Uno, Duemilanove, Diecimila, etc.:
* D0 connects to digital pin 8 (Notice these are
* D1 connects to digital pin 9 NOT in order!)
* D2 connects to d... | [
"baron@keywish-robot.com"
] | baron@keywish-robot.com |
62e76a6831c97c2982a15bd515998fd4b5313933 | 68ca8045e4c4b90a2560444fd964335f5bd2c4fc | /Source/Uprising/Public/Weapon/RangedWeapon.h | 693a80e4829ccb29a7e105238fd43ace48881c0e | [
"BSD-3-Clause"
] | permissive | jwoo1601/Unknown-Planet-Zeropist | 959fbf81e9e639c893fe1877d8e7a5d6ffe176a1 | 745ed270c9450c81d90a833c22c7845c6536173f | refs/heads/master | 2020-12-27T10:02:23.353950 | 2020-02-03T01:52:48 | 2020-02-03T01:52:48 | 237,861,391 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,165 | h | // Copyright 2017 Ground Breaking Games. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "Components/ArrowComponent.h"
#include "Components/SphereComponent.h"
#include "Weapon/Weapon.h"
#include "RangedWeapon.generated.h"
/**
*
*/
UCLASS(abstract, BlueprintType, Blueprintable)
class CLIENT_A... | [
"jkim504@myseneca.ca"
] | jkim504@myseneca.ca |
4d817a33c943b96839af4329d731b84164bda5e9 | 7c9e037f9d3b8ba210c6b7b35432b9b88c0a0664 | /4th sem programs/DAA/num_den.cpp | dee78b96d61172a544002ecd0bf92c4205d6be9e | [] | no_license | msatul1305/2nd-year-study-materials-computerScience | 876e3b2cf616953715cf92201a0098a3d67e8781 | 6eec20de52eaba720c596a9a9e9f96e9ff164ed9 | refs/heads/master | 2021-04-29T14:50:24.549898 | 2019-10-21T19:07:56 | 2019-10-21T19:07:56 | 121,784,242 | 1 | 8 | null | 2019-10-21T19:07:57 | 2018-02-16T18:15:00 | C++ | UTF-8 | C++ | false | false | 673 | cpp | #include<iostream>
using namespace std;
int fact(int *a,int d)
{
int j=0;
for(int i=1;i<=d;i++)
{
if(d%i==0)
{
a[j]=i;
j++;
}
}
cout<<"factors of "<<d<<": ";
for(int i=0;i<j;i++)
cout<<a[i]<<" ";
cout<<"\n";
return j;
}
main()
{
int a[100],b[100],n,d,sum=0,k=0;
cout<... | [
"noreply@github.com"
] | msatul1305.noreply@github.com |
550fc13e2058cd58b015a86e30ff4a2d91bbfea8 | 1269dc9b0f101302fa50416d6e4bcf287c2b58cb | /Leetcode(209-1239)/1046_last_stone_weight1.cpp | b798fa997b8f9325815654b6b9bd47e848e75c58 | [] | no_license | rishabkr/Competitive-Programming | 22cb75d972f1a56d855a24eb9513b073aee143b8 | cc2c146b228e24b3eefd3ab9b70706e2f4ba3eae | refs/heads/main | 2023-02-07T23:54:13.346228 | 2020-12-28T07:36:06 | 2020-12-28T07:36:06 | 324,932,430 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 787 | cpp | class Solution {
public:
int lastStoneWeight(vector<int>& stones) {
priority_queue<int>pq;
for(int stone : stones)
{
pq.push(stone);
}
while(pq.size()>1)
{
int stone1=pq.top();pq.pop();
int s... | [
"noreply@github.com"
] | rishabkr.noreply@github.com |
ae7cc803b76d681fb667f3915bb13ce082a9e673 | fd4103e6f5116c776249b00171d8639313f05bc1 | /Src/Assembler/AssemView.h | a9fd065f01c7ab7e42b9ea69f15f069161b3e83c | [] | no_license | Wanghuaichen/TransCAD | 481f3b4e54cc066dde8679617a5b32ac2041911b | 35ca89af456065925984492eb23a0543e3125bb8 | refs/heads/master | 2020-03-25T03:54:51.488397 | 2018-06-25T17:38:39 | 2018-06-25T17:38:39 | 143,367,529 | 2 | 1 | null | 2018-08-03T02:30:03 | 2018-08-03T02:30:03 | null | UHC | C++ | false | false | 4,132 | h | // AssemView.h : iAssemView 클래스의 인터페이스
#pragma once
#include "AssemMacro.h"
#include ".\CHoopsView.h"
#include ".\AssemApplyConstraintDialog.h"
enum AssemModelHandedness
{
AssemHandednessSetLeft,
AssemHandednessSetRight,
AssemHandednessSetNone,
AssemHandednessNotSet
};
enum AssemModelView
{
AssemPartView,
A... | [
"kyk5415@gmail.com"
] | kyk5415@gmail.com |
a41c7441ce384d9cf940d130dcef460ac7f18ba0 | 05fcca80c3fa1f4d78bf8f4aed7e8100cacb15a0 | /Young Tableau/young.cpp | c0aa885ab66bce509f7a4cc00b2a0bd757f1d2d1 | [] | no_license | diogommartins/Young-Tableau | 46be239e22f6b0deff70d12f6834d3174dc5c959 | 6ee2d65e2014792815752636c43f0c281f13b862 | refs/heads/master | 2016-09-06T07:37:30.364190 | 2015-06-15T04:59:49 | 2015-06-15T04:59:49 | 35,956,049 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,153 | cpp | //
// young.cpp
// Young Tableau
//
// Created by Diogo Martins on 5/20/15.
// Copyright (c) 2015 Diogo Martins. All rights reserved.
//
#include "young.h"
#define INFINITO INT_MAX
/**
1. O construtor cria um quadro vazio. Para tal, aloca espaço
para a matriz de inteiros Y, m × n e inicializa os valores com
a... | [
"diogo.martins@unirio.br"
] | diogo.martins@unirio.br |
53dea4ae952976b59350d802059074f05e3db401 | ed3b7df04010a4256ffff4b77c9887ecd78eb3e0 | /PacmanGameInstance.cpp | 795e8999dfe5c66667d341d4f2b93f558e3b7fd0 | [] | no_license | Xperience8/Pacman | fffd9b7eaaa56e1273c9c90f8da8d4a0b9b5bcb5 | bfa09f8fced1cf2cd42a0cbeb813240b6a59187c | refs/heads/master | 2021-05-04T10:45:26.188715 | 2016-09-05T15:59:50 | 2016-09-05T15:59:50 | 53,679,603 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 354 | cpp | // Copyright 2015 Patrick Jurasek. All Rights Reserved.
#include "Pacman.h"
#include "PacmanGameInstance.h"
#include "NavigationSystem/PacmanNavigationSystem.h"
void UPacmanGameInstance::Init()
{
NavigationSystem = NewObject<UPacmanNavigationSystem>(UPacmanNavigationSystem::StaticClass());
GNavigationSystem = Navi... | [
"jurasek.patrik@hotmail.com"
] | jurasek.patrik@hotmail.com |
126f05a106dae8ebeae774c1d94c83d862ffc7f3 | e8578293355f46775bc45bac5f605e1a1c04228a | /packages/pigeon/platform_tests/test_plugin/windows/test_plugin.cpp | ea71a076344e70482a6789f11ab480440c43bef4 | [
"BSD-3-Clause"
] | permissive | flutter/packages | 894505f1c52551034bbdf91a6d112188acdd35a0 | cd94db1f084adf0fe5665441eb8ad0dfc39a5893 | refs/heads/main | 2023-09-01T11:28:38.827379 | 2023-08-31T21:03:20 | 2023-08-31T21:03:20 | 99,045,602 | 3,581 | 2,225 | BSD-3-Clause | 2023-09-14T20:34:44 | 2017-08-01T21:43:32 | Dart | UTF-8 | C++ | false | false | 18,241 | cpp | // Copyright 2013 The Flutter 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 "test_plugin.h"
// This must be included before many other Windows headers.
#include <flutter/plugin_registrar_windows.h>
#include <windows.h>
#... | [
"noreply@github.com"
] | flutter.noreply@github.com |
3bfb432a52e3e206b9366d9aaeea0a05162bd888 | 4e57cfc1809d50e979a6e46302065b4a99a26747 | /RenderEngine/FPCExtension.h | 11e170152bbc036eeb846e2368234f65554b40db | [] | no_license | GScience-Studio/MagicCube | ca2966d63d203d62df00ba40ff3e7c147758a98f | 9d51f8f87bcc461fa2a57ea5ac4606347d48711f | refs/heads/master | 2020-09-24T00:23:30.611638 | 2017-04-19T09:58:16 | 2017-04-19T09:58:16 | 67,795,557 | 9 | 4 | null | null | null | null | GB18030 | C++ | false | false | 234 | h | #pragma once
#include "ExtensionManager.h"
#include "FPCManager.h"
#include "Application.h"
//第一人称控制器扩展
class fpc_extension :public extension
{
public:
fpc_extension() :extension(std::string("FPCExtension")) {}
}; | [
"GM2000@outlook.com"
] | GM2000@outlook.com |
092d696783ca260cfb912c92194e6a56bbbf32c2 | b3814242f60ebb4393e4a105b91ac464078c88a7 | /shared/packets/ClientPacketWrapper.hpp | 3e3c0b018c2825f371c776a7875e8bf110e7b406 | [] | no_license | Techno-coder/SpaceShift | f858402c60637bfa68ff700c29557620cfee0966 | ed3a6a041d9d7ea2078242e38998f4f299e59040 | refs/heads/master | 2021-03-27T13:59:35.785446 | 2017-09-27T06:56:57 | 2017-09-27T06:56:57 | 103,614,271 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 464 | hpp | #pragma once
#include "PacketWrapper.hpp"
class ClientPacketWrapper : public PacketWrapper {
public:
enum class Type : sf::Uint16 {
DISCONNECT = 0,
AUTHENTICATION_REQUEST = 1,
CHECK_ALIVE_RESPONSE = 2,
QUICK_JOIN_REQUEST = 3,
MOVE_REQUEST = 5
} type = Type::DISCONNECT;
private:
sf::Uint16 getType() cons... | [
"zhiyuanqi@hotmail.co.nz"
] | zhiyuanqi@hotmail.co.nz |
05df86d3d1041bb549f6e6cb27c4fc07f24327b4 | e9f3369247da3435cd63f2d67aa95c890912255c | /problem399.cpp | 444faf9c2f9463834e309df423265a82a1680eec | [] | no_license | panthitesh6410/problem-solving-C- | 27b31a141669b91eb36709f0126be05f241dfb13 | 24b72fc795b7b5a44e22e5f6ca9faad462a097fb | refs/heads/master | 2021-11-15T21:52:33.523503 | 2021-10-17T16:20:58 | 2021-10-17T16:20:58 | 248,523,681 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 725 | cpp | // Codechef March Cook-Off 2021 Div-3 Problem
#include<climits>
#include<iostream>
using namespace std;
bool has_odd_factors(unsigned long long int num){
unsigned long long int count = 0;
for(unsigned long long int i=1;i<=num/2;i++){
if(num%i == 0)
count++;
}
if(count % 2 != 0)
... | [
"panthitesh6410@gmail.com"
] | panthitesh6410@gmail.com |
285f48689df4cf2ae19bc3ad9a252b7a44db517d | 8b3e6319a91aaea381ff6dac26ddbe6018b75dd2 | /src/consensus/tx_verify.h | 7292fc30dd62e2214659fb9f628b3fd0f44c972d | [
"MIT"
] | permissive | JihanSilbert/Titan | 9ddd7d57a6fa59501ac748c853ef5ff3a12ba51e | 4dfd180ca8518c3ba7160c6cf113eb4e1237c42d | refs/heads/master | 2020-08-15T16:07:37.998031 | 2019-10-19T10:45:49 | 2019-10-19T10:45:49 | 215,368,860 | 0 | 0 | MIT | 2019-10-15T18:27:27 | 2019-10-15T18:27:27 | null | UTF-8 | C++ | false | false | 3,900 | h | // Copyright (c) 2017-2019 The Bitcoin Core developers
// Copyright (c) 2017 The Raven Core developers
// Copyright (c) 2018 The Rito Core developers
// Copyright (c) 2019 The Titancoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licen... | [
"info@jccoin.co"
] | info@jccoin.co |
2a089951cc662db9871094177018cda9a2997f2e | 0fb13dbb9903873f2a6b9833a6a1fac3e8d23909 | /AlphaCipher/Exceptions.h | 5764570070a97a317b793c58d1c9bba2d74f9f7d | [] | no_license | Kirusel/4laba-timp | fe8e93366b2024607d36b6d39cbd4bfdcd47617a | c2adc3f57f5d6d1a027cbf2f98e046878a4ceb5f | refs/heads/master | 2023-05-14T21:27:54.746485 | 2021-06-01T11:03:46 | 2021-06-01T11:03:46 | 372,798,451 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,367 | h | /**
* @class MyExceptions
* @author Kirill Koltunov 20PT1
* @date 06/01/21
* @file Exceptions.h
* @brief Header file for MyExpections
*/
#pragma once
#include <stdexcept>
#include <string>
#include <iostream>
using namespace std;
/// @brief Класс для обработки ошибок
class MyExceptions : public invalid_argument
... | [
"kirill_koltunov@mail.ru"
] | kirill_koltunov@mail.ru |
2538a3a9b373b02173300a8cfb1b88e1081ffbb9 | 9b920b5572dd7196de8adea6ed9b4e3859bd90d7 | /code/Classes/Bullet.cpp | e2acc6951ce4f16dea4d2f3b88be395454eeb48e | [] | no_license | SYSUcarey/Survivor_Island | 712ac4d2758d383d20013dffe60834e06e43d50a | be062a0d445165b3341f2b5f2de4420258ecf7fc | refs/heads/master | 2020-03-24T14:11:02.152507 | 2018-07-29T13:04:35 | 2018-07-29T13:04:35 | 142,761,481 | 0 | 1 | null | null | null | null | GB18030 | C++ | false | false | 5,994 | cpp | #include"Bullet.h"
#include"GlobalVar.h"
USING_NS_CC;
bulletFactory* bulletFactory::bulletfactory = NULL;
bulletFactory::bulletFactory() {
initSpriteFrame();
}
bulletFactory* bulletFactory::getInstance() {
if (bulletfactory == NULL) {
bulletfactory = new bulletFactory();
}
return bulletfactory;
}
// 产生子弹,进入Vec... | [
"944131226@qq.com"
] | 944131226@qq.com |
0a505a8e0020e100e1a0d83f1d5470ebe0dfaf00 | 4ab592fb354f75b42181d5375d485031960aaa7d | /DES_GOBSTG/DES_GOBSTG/Class/Player.cpp | 2a59e185a0d1e2d558f110407142b35f07c87400 | [] | no_license | CBE7F1F65/cca610e2e115c51cef211fafb0f66662 | 806ced886ed61762220b43300cb993ead00949dc | b3cdff63d689e2b1748e9cd93cedd7e8389a7057 | refs/heads/master | 2020-12-24T14:55:56.999923 | 2010-07-23T04:24:59 | 2010-07-23T04:24:59 | 32,192,699 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 36,505 | cpp | #include "../header/Player.h"
#include "../header/Process.h"
#include "../header/BGLayer.h"
#include "../header/SE.h"
#include "../header/PlayerBullet.h"
#include "../header/Item.h"
#include "../header/Enemy.h"
#include "../header/Bullet.h"
#include "../header/Chat.h"
#include "../header/BossInfo.h"
#incl... | [
"CBE7F1F65@4a173d03-4959-223b-e14c-e2eaa5fc8a8b"
] | CBE7F1F65@4a173d03-4959-223b-e14c-e2eaa5fc8a8b |
3745f8e268d8371423614905e3e3b0b3cce30b84 | 05b3c7d89a652eda02c76c86795496019bf49a4d | /Source/Section47/Map/S47TriggerDoor.cpp | 23750e7bd3561a92a35cdb3657e2fd6453d62044 | [] | no_license | pasqueta/Section47 | 38ba462884d269bb4a852f63df2ec838a99dfa30 | 97cdb13908a34931b3f6d0f41da014465f67ecd7 | refs/heads/master | 2020-11-28T08:19:59.740638 | 2019-07-23T15:50:18 | 2019-07-23T15:50:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,284 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "S47TriggerDoor.h"
#include "Components/BoxComponent.h"
#include "S47Character.h"
#include "S47Types.h"
#include "S47Room.h"
#include "S47RoomLevel.h"
#include "GameFramework/CharacterMovementComponent.h"
#include "Enemy/S47Enemy.h... | [
"vince.col.colin@gmail.com"
] | vince.col.colin@gmail.com |
882edd9353385949fd53187f189035ed6805f8d0 | d2bd315e9f5ad3c4bf5894c1bfe3c8357042ad7f | /비전프로그래밍/14주차/CV_20193148_14_1.cpp | a7bc7d2894c50d8ce7f94264d9af3ae0e156a152 | [] | no_license | bluebluerabbit/School_3.1 | 6007939717aa67ad58eadff88cf9532dc6867cb8 | a36f9b6d21eff95a226f58344c11884e3863ca23 | refs/heads/main | 2023-08-04T05:16:30.811280 | 2021-09-23T06:37:58 | 2021-09-23T06:37:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,275 | cpp | #include <opencv2/opencv.hpp>
using namespace cv;
using namespace std;
void read_trainData(string fn, Mat& trainingData, Mat& lables) {
FileStorage fs(fn, FileStorage::READ);
CV_Assert(fs.isOpened());
fs["TrainingData"] >> trainingData;
fs["classes"] >> lables;
fs.release();
trainingData.conve... | [
"jinjoo021@naver.com"
] | jinjoo021@naver.com |
24141b14318920d7d7574e5adc57d49dc773caf7 | e7af25e1e1f1bc5e222ac3487869023cc06f2986 | /inference/inference/examples/AudioToWords.h | 38d028dc1faa625baee2644b7c294e27312920ee | [
"BSD-3-Clause"
] | permissive | samin9796/wav2letter | 688d92297eccb6b1cd37b0a950018c73bc62c3bf | 6fdb54bbc37938c1663d9d263a3d33a5cc3168d9 | refs/heads/master | 2022-09-12T00:13:20.135436 | 2020-06-03T02:20:51 | 2020-06-03T02:22:20 | 269,457,835 | 1 | 0 | NOASSERTION | 2020-06-04T20:23:26 | 2020-06-04T20:23:26 | null | UTF-8 | C++ | false | false | 1,542 | h | /**
* Copyright (c) Facebook, Inc. and its affiliates.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#pragma once
#include <istream>
#include <memory>
#include <ostream>
#include <string>
#include "i... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
b215f78f414fba84a03b2d58c81ebaee0ac79a7e | 0f23651b08fd5a8ce21b9e78e39e61618996073b | /lib/CodeGen/MachineOutliner.cpp | b52d3ebfeff41d56f9a645a3ea801c472dac57e0 | [
"NCSA"
] | permissive | arcosuc3m/clang-contracts | 3983773f15872514f7b6ae72d7fea232864d7e3d | 99446829e2cd96116e4dce9496f88cc7df1dbe80 | refs/heads/master | 2021-07-04T03:24:03.156444 | 2018-12-12T11:41:18 | 2018-12-12T12:56:08 | 118,155,058 | 31 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 49,248 | cpp | //===---- MachineOutliner.cpp - Outline instructions -----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===--------------------------------------------------------... | [
"courbet@91177308-0d34-0410-b5e6-96231b3b80d8"
] | courbet@91177308-0d34-0410-b5e6-96231b3b80d8 |
8ec1e634de9ae260111539f2229dfbbcebc4d92c | 4adc21ab6d15a336fe6d4ae9a2eb375573dc1885 | /CvGameCoreDLL_Expansion2/CvArmyAI.cpp | 88e1e7129005255a64aac314fbac54bf6f403cf1 | [] | no_license | Surfal/Community-Patch-DLL | ec9e3c99c7e276fc7d4cbc1506ff75acabe005fb | 6acdb55620175a0cca6197141a3ffaa22aab0203 | refs/heads/master | 2021-01-21T05:37:06.412814 | 2015-06-13T20:01:44 | 2015-06-13T20:01:44 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 19,447 | cpp | /* -------------------------------------------------------------------------------------------------------
© 1991-2012 Take-Two Interactive Software and its subsidiaries. Developed by Firaxis Games.
Sid Meier's Civilization V, Civ, Civilization, 2K Games, Firaxis Games, Take-Two Interactive Software
and their re... | [
"thewizardofwas@gmail.com"
] | thewizardofwas@gmail.com |
0ba508cdcde0de23809c24cf732bd04e2d3864d2 | 342b769878fef1b452487c022b067a40aea1f9fa | /src/undistortImage.cpp | c83da4a15b0eb492cf6ca99efd29157d9fd03792 | [] | no_license | yupengfei8421/SLAM | 1b2551beb4e474d95bf7f644b74e2fd691f4326d | 2f39badc9c3db095d3be7d7ce9ea93b53563a67f | refs/heads/main | 2023-03-31T10:48:55.703211 | 2021-04-05T02:42:14 | 2021-04-05T02:42:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,854 | cpp | #include <opencv2/opencv.hpp>
#include <string>
using namespace std;
string image_file = "../cmake-build-debug/distorted.png"; // 请确保路径正确
int main(int argc, char **argv)
{
// 本程序实现去畸变部分的代码。尽管我们可以调用OpenCV的去畸变,但自己实现一遍有助于理解。
// 畸变参数
double k1 = -0.28340811, k2 = 0.07395907, p1 = 0.00019359, p2 = 1.76187114e-05;... | [
"120153710@qq.com"
] | 120153710@qq.com |
478c12b07cb9d6d4c37e5f804168e9f976eba9fc | 9856ad398afbe61f021f46fe1573819ce51fb9dc | /gov2.cc | a711a14884b5390c0432acc9e1146e5603c08bba | [
"MIT"
] | permissive | vteromero/integer-compression-benchmarks | 2c62e278e54fa16eea5d9510ba348253411dacd8 | 03b5a113993b78503ce065e413d9f6a9ce6501da | refs/heads/master | 2022-05-24T07:05:01.205250 | 2022-03-18T11:44:27 | 2022-03-18T11:44:27 | 220,762,839 | 5 | 0 | MIT | 2022-03-18T10:50:32 | 2019-11-10T08:36:40 | C++ | UTF-8 | C++ | false | false | 10,829 | cc | // Copyright (c) 2019 Vicente Romero Calero. All rights reserved.
// Licensed under the MIT License.
// See LICENSE file in the project root for full license information.
#include <algorithm>
#include <fstream>
#include <string>
#include <vector>
#include "common.h"
#include "benchmark/include/benchmark/benchmark.h"... | [
"vteromero@gmail.com"
] | vteromero@gmail.com |
090f2a7d24edaa30bfdae194162cba83ed387385 | cc99f8aac33b56f040a7be3dbc4c90812df1d40d | /Directx9sdk/Samples/C++/DirectPlay/Maze/MazeConsoleClient/Main.cpp | c9d5c7c72cbb92c3a8eb8eb34e14e4d63ffee934 | [] | no_license | Kiddinglife/t3d | a71231f298646fc57b145783f0935914ae29fdf1 | bec8ed964588611ebf4d11bb4518a7ab92958a38 | refs/heads/main | 2023-03-02T06:07:18.513787 | 2021-02-14T10:12:16 | 2021-02-14T10:12:16 | 338,776,439 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,942 | cpp | //----------------------------------------------------------------------------
// File: main.cpp
//
// Desc: This is a DirectPlay 8 client/server sample. The client comes in two flavors.
// A console based version, and a D3D client. The D3D client can optionally
// be run as screen saver by simply copyi... | [
"jake.zhang.work@gmail.com"
] | jake.zhang.work@gmail.com |
bc620a075208aa4d771d47fd11ccb973ebe8118c | b503a9cb9537047c618660684433935ffec54e0e | /Codeforces/1040D.cpp | 6b24fc69acd48ab6a530b9228f49d57475351230 | [] | no_license | mayank98/OnlinePractice | 0aa4499b769ebe4e0cb83ad7c9b4742e097af592 | dd169e03e0abe5c2b8d415a54b570dc1d0689e77 | refs/heads/master | 2021-01-21T14:28:11.264413 | 2018-10-17T08:01:42 | 2018-10-17T08:01:42 | 95,284,004 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,083 | cpp | #include <bits/stdc++.h>
using namespace std;
#define ll long long
#define MOD 1000000007
int main()
{
ios_base::sync_with_stdio(false); cout.tie(0); cin.tie(0);
// memset(dp,-1,sizeof(dp));
// cout << fixed << setprecision(16);
ll n,k;
cin >> n >> k;
ll l=1,r=n,mid;
string response;
... | [
"mayankgupta18198@gmail.com"
] | mayankgupta18198@gmail.com |
2169f06ebd5435ba02aab661bc5de2998ed9f931 | 8de2b74ec67494a917e25f7fd93ce707b2cebca9 | /Library/include/Disposition.h | 61bd7e46d16ddc539802d38586ee083f4d7747cf | [
"BSD-2-Clause"
] | permissive | dwhobrey/MindCausalModellingLibrary | fffa5db6420bc66446f8989e172997f2f641bc32 | 797d716e785d2dcd5c373ab385c20d3a74bbfcb0 | refs/heads/master | 2021-01-10T12:25:04.194940 | 2020-02-10T07:01:03 | 2020-02-10T07:01:03 | 49,404,942 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,093 | h | #pragma once
namespace Plato {
class ClassTypeInfo;
class Identifier;
class Container;
class Path;
class Bundle;
/// <summary>
/// Base class for modelling dispositions.
/// </summary>
/// <remarks>
/// <para>
/// Dispositions (DIDs) are modelled as classes that take dynam... | [
"dwhobrey@outlook.com"
] | dwhobrey@outlook.com |
1ee7173fb1dbf0a0beb1f4c35cbd25a639c5bf73 | 258eabbb32dea482e339d9486f09ac87a950f2dd | /ROV2021/Motor.cpp | 82ad1cf106ad3a45d4c3b8a7de5e5708a28d1564 | [] | no_license | AndrewGrishchenko/MATE2021 | fc938c236bc6b6f3d91b29efc5d8f4d44cade95d | 444c697e720b0054fe500e7a98e11cd2a209e4bf | refs/heads/main | 2023-04-18T18:50:52.484336 | 2021-05-08T02:25:53 | 2021-05-08T02:25:53 | 310,301,159 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 191 | cpp | #include "Motor.h"
bool Motor::get_inverse()
{
return m_is_inverse;
}
void Motor::set_inverse(bool inverse)
{
m_is_inverse = inverse;
}
int8_t Motor::get_power()
{
return m_power;
}
| [
"andrew26080537@gmail.com"
] | andrew26080537@gmail.com |
26ac65ac6359f8ae81b7c0efa9625f955223c911 | dddbd2d53246c1fbe956598a40530f502d2663e8 | /src/engine/Mesh.hpp | 6528341d351ef455096c7447c9d5e9ca3f73779a | [
"Apache-2.0"
] | permissive | planteater8/shadowfox-engine | 0f89c83802d2c9d2224a7d02615794ecc21ab369 | dee6791038613ccebc7113bc9d2939159174df1f | refs/heads/master | 2021-01-21T01:05:39.050520 | 2013-02-06T22:51:51 | 2013-02-06T22:51:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,388 | hpp | /******************************************************************************
*
* ShadowFox Engine Source
* Copyright (C) 2012-2013 by ShadowFox Studios
* Created: 2012-07-19 by Taylor Snead
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance wit... | [
"taylorsnead@gmail.com"
] | taylorsnead@gmail.com |
4f9a5bcd04735c024c6a0c531be9d953a66d4ee5 | 9239ce416eb9dd4eb0a80fa1e7edc9cd4dcc8821 | /Graphics/Group.cpp | edfff75a2cad075694510fcac782abe56afd183a | [] | no_license | GKaszewski/Brick-Engine | c7b49ee171d432dff28439dcc0d885af71763201 | 4055c71cd06e54877a3755d680bc13fc567cd26d | refs/heads/master | 2022-06-13T14:28:38.119529 | 2021-08-14T14:11:25 | 2021-08-14T14:11:25 | 228,939,536 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 597 | cpp | #include "Group.hpp"
Group::Group() : m_drawables{} {
}
void Group::draw(sf::RenderTarget& target, sf::RenderStates states) const {
for (const auto& drawable : m_drawables) {
target.draw(drawable, states);
}
}
const sf::Drawable& Group::operator[](std::size_t index) {
return m_drawables[index];
... | [
"gabrielkaszewski@gmail.com"
] | gabrielkaszewski@gmail.com |
d42057cec2a4ceaba79e03d4a74626bcee4145e8 | e1bcc690199ce42049923747b55cd6d3bc061dcc | /kernel/include/memory/heap.hpp | 5e833f65b510bb5f9c05342c750713246474ba9a | [] | no_license | jasoncouture/CustomOS | 7cb9dbd311b676c63fa4b4378042b918ee34a816 | 77edd7702453ceabeaf6165db80609a2f3fab057 | refs/heads/main | 2023-04-02T12:52:33.015130 | 2021-03-28T04:39:30 | 2021-03-28T04:39:30 | 343,938,650 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 887 | hpp | #pragma once
#include <stddef.h>
#include <stdint.h>
#include <memory/pageallocator.hpp>
#include <memory/paging/virtualaddressmanager.hpp>
enum HeapSegmentFlag
{
IsFree = 0,
Valid = 1
};
struct HeapSegment {
size_t Length;
HeapSegment* Next;
HeapSegment* Previous;
uint8_t Flags;
void Comb... | [
"jasonc@alertr.info"
] | jasonc@alertr.info |
59630de2cdcae909379ce75c388b80fda055942d | 32a6ac6cbec63296ba68838ad4699b995810c6cd | /compiled/cpp_stl_11/ts_packet_header.h | ec29bd3a886a275b0b37bd07a5bfbd385079e461 | [
"MIT"
] | permissive | smarek/ci_targets | a33696ddaa97daa77c0aecbdfb20c67546c729bc | c5edee7b0901fd8e7f75f85245ea4209b38e0cb3 | refs/heads/master | 2022-12-01T22:54:38.478115 | 2020-08-10T13:36:36 | 2020-08-19T07:12:14 | 286,483,420 | 0 | 0 | MIT | 2020-08-10T13:30:22 | 2020-08-10T13:30:21 | null | UTF-8 | C++ | false | false | 2,171 | h | #pragma once
// This is a generated file! Please edit source .ksy file and use kaitai-struct-compiler to rebuild
#include "kaitai/kaitaistruct.h"
#include <stdint.h>
#include <memory>
#if KAITAI_STRUCT_VERSION < 9000L
#error "Incompatible Kaitai Struct C++/STL API: version 0.9 or later is required"
#endif
/**
* de... | [
"kaitai-bot@kaitai.io"
] | kaitai-bot@kaitai.io |
04fdc302fca4e95894f708f9a89c247af15a47d4 | d53f888b7720dc6fcb31016ba151931afb42a925 | /shilibaohu_1.0/ESP8266.h | c194dc04304d6e9ca8402f60b49f92e041796966 | [] | no_license | 000562/- | 9e019f2578cfd52c6aaabaeb7b92b7716b6365ac | d648a3a896b3e177eda3532574768e24b5e041d7 | refs/heads/master | 2020-04-12T15:48:26.993375 | 2018-12-20T15:37:55 | 2018-12-20T15:37:55 | 162,593,055 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,347 | h | /**
@author Wu Pengfei<pengfei.wu@itead.cc>
* @par Copyright:
* Copyright (c) 2015 ITEAD Intelligent Systems Co., Ltd. \n\n
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version ... | [
"970943222@qq.com"
] | 970943222@qq.com |
54683f1a8fe3559b9faeb3e34937ce9e89507163 | 7392076e8104a58ff40e14c2b301fbcb74da9bcb | /.svn/pristine/0c/0c10641f428f606ce4c687c6816a45f10df462c2.svn-base | 403b390c0dd6ee221a6b8c64ed3b369f4924259e | [] | no_license | mengxuxin/lotter | 58414d4707dcf517f479f26e5ed6a0c2b925e3e6 | 785102eb077ef398aea9edae2ab54856db49422d | refs/heads/master | 2021-01-20T14:34:53.105135 | 2017-02-22T04:13:22 | 2017-02-22T04:13:22 | 82,759,501 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,392 | #ifndef CLOADLOTTERYDATA_H
#define CLOADLOTTERYDATA_H
#include <QByteArray>
#include <QVector>
#include <QMutex>
#include <QImage>
/*!
人员信息类 主要是人名和照片
*/
struct SPeopleInfo
{
public:
QString m_strName; //人员名字
QByteArray m_pictureba; //人员照片二进制流
int m_lotteryGrade = -1; //几等奖 持久化考虑,存储... | [
"mengxuxin@163.com"
] | mengxuxin@163.com | |
7e165a784e494154d2c77f6e0eee68b286d65045 | 4ab8222ddf686742de4ea5fc18a8ea0a37072661 | /Engine/Engine/Player.cpp | 9efb07c9dbdb127a2843a9a8280a716f00f29eb5 | [] | no_license | ParkSunW00/DroppingCat | e1be609fbe3df4cdb862efcbe6c4c7873ccf26bd | 6ad3a29de1288c4188fd38489d18011b4ba8392d | refs/heads/master | 2023-01-14T13:13:11.101546 | 2020-11-09T04:45:43 | 2020-11-09T04:45:43 | 288,142,691 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 710 | cpp | #include "stdafx.h"
#include "Player.h"
Player::Player() {
isClick = false;
playerAnimation = new Animation(2);
playerAnimation->AddFrame("Resource/cat1.png");
playerAnimation->AddFrame("Resource/cat2.png");
AddChild(playerAnimation);
rect = playerAnimation->getRect();
}
Player::~Player() {
}
void Player... | [
"jinwon11022@naver.com"
] | jinwon11022@naver.com |
1adb38ebf42597c19e081587a4cd2c5c4e00e207 | b7d8ed5e3c607d2530f6a7752d9c916587c0374a | /扎实基础训练/啤酒与饮料.cpp | 282f831b5da25cd98373ac31ecb9e3a1e417196b | [] | no_license | small-Qing/lanqiaobei | 8c38b16e861116ae05fcc20c4927d2c81908b0fd | 09e60eba65a95a8cce802074b3574c07e888c784 | refs/heads/master | 2020-04-27T23:55:18.690593 | 2019-03-10T08:39:07 | 2019-03-10T08:39:07 | 174,796,510 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 349 | cpp | #include<bits/stdc++.h>
using namespace std;
#define mem(a,b) memset(a,b,sizeof(a))
const double eps=3e-8;
const int mod=10;
const int maxn=2e5;
bool vis[11];
const double mon=82.3;
int main(){
for(int i=0;i<=35;i++){
double y=(mon-2.3*i)/1.9;
if(i>=y)continue;
if(fabs(y-(int)y)<eps)cout<<i<... | [
"13055200916@163.com"
] | 13055200916@163.com |
1b8a248cb1679c0a0fd945016a1aa3f90b7e8233 | b0d4af85e212e852d8307ffde7dde41878d16d49 | /forloop.cpp | b5930c1e537071b159e6123c74e678bed2e532e9 | [] | no_license | Ankur-Kumar-Gupta/Programming_Practice | 0e608cbd006a579777981b9bd98731790fdf14bd | 9fe95bc4096fee4726d88a5c9e6a5afac4fc973b | refs/heads/main | 2023-02-01T07:42:44.805858 | 2020-12-20T20:51:44 | 2020-12-20T20:51:44 | 323,158,711 | 5 | 2 | null | 2020-12-20T20:51:46 | 2020-12-20T20:27:30 | C++ | UTF-8 | C++ | false | false | 224 | cpp | #include<iostream>
using namespace std;
int main()
{
int n,i;
cout<<"Enter the number till you want to print: ";
cin>>n;
for(i=0;i<=n;i++)
{
cout<<i<<endl;
}
return 0;
}
| [
"noreply@github.com"
] | Ankur-Kumar-Gupta.noreply@github.com |
2ecb6e0b420a06fb6da555507e63907253744ed6 | 40e1027a911cfbdea24d933d90d7038d3242b8f7 | /CPP Projects/RAND.CPP | d8c9701720994d0f00bcb549a65b6cfdffd83c38 | [] | no_license | vinodkotiya/Basics-of-C-for-Beginners | 3f8154fa59f34e480480e9d4d0d391339ef41faa | d4be50ab9796c789e76bbffaa79475838b1316e0 | refs/heads/main | 2023-06-03T06:44:32.426242 | 2021-06-19T05:39:27 | 2021-06-19T05:39:27 | 378,332,591 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 263 | cpp | #include<iostream.h>
#include<conio.h>
#include<stdlib.h>
#include<dos.h>
void main()
{
clrscr();
char s;
while(!kbhit()){s = 65+ random(8);
if(s == 'B') s = 'S';
else if(s == 'C') s= 'J';
else if(s == 'E') s ='K';
cout<<s; delay(500);}
getch();
} | [
"vinodkotiya@gmail.com"
] | vinodkotiya@gmail.com |
409082d4d51087b2c1dff1f9e63d99e0c95f8d08 | 204c3945a0a38786ea1717fd360bce63ff451b48 | /src/main.cpp | f1fb447f7ab9676bc097132a2f53792392c752cd | [] | no_license | valentinpi/named-chess | 4eb493c172952a29531fee22815e815b214790c3 | 45b545636797ee7075f04b2d9918380830df2eb4 | refs/heads/master | 2021-07-06T16:08:48.141963 | 2020-10-03T16:12:07 | 2020-10-03T16:12:07 | 189,845,405 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 239 | cpp | #include "Game.hpp"
int main(int argc, char *argv[])
{
(void) argc;
(void) argv;
Game game(720, 720);
if (!game.is_initialized())
return EXIT_FAILURE;
game.run();
return EXIT_SUCCESS;
}
| [
"valentinpickel@gmx.de"
] | valentinpickel@gmx.de |
e83ed7323d709c1d2ab9c95e1eb10bb351f8c51d | 1f63dde39fcc5f8be29f2acb947c41f1b6f1683e | /Boss2D/addon/tensorflow-1.2.1_for_boss/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc | 332f4216dc7b970cb985719ef82d5aa82bb86d3d | [
"Apache-2.0",
"MIT"
] | permissive | koobonil/Boss2D | 09ca948823e0df5a5a53b64a10033c4f3665483a | e5eb355b57228a701495f2660f137bd05628c202 | refs/heads/master | 2022-10-20T09:02:51.341143 | 2019-07-18T02:13:44 | 2019-07-18T02:13:44 | 105,999,368 | 7 | 2 | MIT | 2022-10-04T23:31:12 | 2017-10-06T11:57:07 | C++ | UTF-8 | C++ | false | false | 3,082 | cc | /* Copyright 2017 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... | [
"slacealic@gmail.com"
] | slacealic@gmail.com |
87096f38a6f60b27370e8e18dcef55c0a922d79e | 435b7d2980bbc80718e562ec78d835975dd21b20 | /include/viewpoint_interface/layouts/twinned_pip.hpp | b696913b2282413beb744ac2e82f697b003c4328 | [] | no_license | Lualmoba/camera_viewpoint_interface | e35163c44811d975623896539b32502f5d7b762d | e165270c40f52695dd3704218272a0c44b92f3d7 | refs/heads/main | 2023-07-04T21:04:16.932301 | 2021-08-19T19:33:19 | 2021-08-19T19:33:19 | 318,031,392 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,650 | hpp | #ifndef __LAYOUT_TWINNED_PIP_HPP__
#define __LAYOUT_TWINNED_PIP_HPP__
#include "viewpoint_interface/layout.hpp"
namespace viewpoint_interface
{
struct TwinnedPipParams
{
uint start_primary_display = 0;
uint start_pip_display = 1;
uint max_num_displays = 2;
int pip_window_dims[2] = { 400, 225 };
... | [
"lamolina@wisc.edu"
] | lamolina@wisc.edu |
12140f64c2e06e61f74e2216a41a59a796466660 | 1bbb19e305a39a046c50e046dbb574f6b321b8dd | /altimetro/altimetro.ino | 9c7cc19378d590ebbbeb1ee66b49ac0a1a579e49 | [] | no_license | car13romani/arduino | 22b36ab9be7eb8a854488727396e2b2d137dae14 | 96924dc511d0a5867b87fbdab51318a06127606f | refs/heads/master | 2019-07-11T19:22:37.895698 | 2017-11-16T17:26:01 | 2017-11-16T17:26:01 | 110,992,920 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,324 | ino | #include <LiquidCrystal.h> //Biblioteca do LCD
#include <BME280.h> // Biblioteca do Sensor
#include <Wire.h> // Biblioteca I2C
#define SERIAL_BAUD 115200
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
BME280 bme;
void printBME280Data(Stream * client);
void printBME280CalculatedData(Stream* client);
void setup(){
lcd.b... | [
"car13romani@gmail.com"
] | car13romani@gmail.com |
ed66f6e732c6046f0f5936255e53bb0ab483ec85 | 5ec06dab1409d790496ce082dacb321392b32fe9 | /clients/cpp-qt5-qhttpengine-server/generated/server/src/models/OAIComAdobeCqSecurityHcBundlesImplHtmlLibraryManagerConfigHealthChProperties.h | 9d4d24bdaf5e2767a4af8ecf4ae12af946ba2599 | [
"Apache-2.0",
"MIT"
] | permissive | shinesolutions/swagger-aem-osgi | e9d2385f44bee70e5bbdc0d577e99a9f2525266f | c2f6e076971d2592c1cbd3f70695c679e807396b | refs/heads/master | 2022-10-29T13:07:40.422092 | 2021-04-09T07:46:03 | 2021-04-09T07:46:03 | 190,217,155 | 3 | 3 | Apache-2.0 | 2022-10-05T03:26:20 | 2019-06-04T14:23:28 | null | UTF-8 | C++ | false | false | 1,713 | h | /**
* Adobe Experience Manager OSGI config (AEM) API
* Swagger AEM OSGI is an OpenAPI specification for Adobe Experience Manager (AEM) OSGI Configurations API
*
* OpenAPI spec version: 1.0.0-pre.0
* Contact: opensource@shinesolutions.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openap... | [
"cliffano@gmail.com"
] | cliffano@gmail.com |
23ee143f84075bd59f1b8710f36e6386b8f2c351 | 2569f88217c7087ac4266ed57bb4c85bfb20816f | /Codes/Object Oriented/Public-Protected-Private/Private_Sinifi.h | a7aa0baea16be024b604be2764673d7e88fbfebe | [] | no_license | mertsigirci11/Cpp-Calismalari | c493f7f2b4324883a1db820b7d62df5e7f10a34f | 4ba5fe68c24336225d1e050a4f4cc237e635d4ed | refs/heads/main | 2023-04-09T20:14:17.314644 | 2021-04-19T13:41:52 | 2021-04-19T13:41:52 | 343,431,661 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 192 | h | #pragma once
#include <iostream>
using namespace std;
class Private_Sinifi
{
private:
string mesaj_private;
void setMesaj_Private(string mesaj);
string getMesaj_Private();
};
| [
"noreply@github.com"
] | mertsigirci11.noreply@github.com |
262087a1e275b84be37f34f36905a138c2bf1500 | cff6f556d9da38e465d65145eb3f4a08115ad4bf | /main.cpp | 9ae13d8d9ab52faae9adbf96204bb4910baa1bd0 | [
"MIT"
] | permissive | bibi-the-brave/QONTAINER | 3888d1882fa6d981207939645db0d860f6ebe7c3 | 81ca5920febcff88ac1dffd75b82c89bf0e56842 | refs/heads/master | 2020-05-22T20:08:10.852813 | 2019-07-25T16:13:53 | 2019-07-25T16:13:53 | 186,504,647 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 579 | cpp | /*
* Andrea Favero
* 1125545
* andrea.favero.8@studenti.unipd.it
*/
#include <QApplication>
#include <QIcon>
#include <QStyle>
#include <QDesktopWidget>
#include <memory>
#include "finestraprincipale.h"
#include "contenitore.h"
#include "persona.h"
#include "allenamento.h"
#include "deepptr.h"
int main(int argc, ... | [
"andrea.favero96@gmail.com"
] | andrea.favero96@gmail.com |
191657239974ecb19d11e21ccec214f536404e33 | c53d20695965a467a68fd8c9383ef5e1d36659a1 | /base/message_pump_uv.h | 572c8cd3e667880e8636c81e4db67beb44ae8431 | [
"BSD-3-Clause"
] | permissive | abhijeetk/chromium.src | ce9313444e905875ebfa045bb5777700157914a6 | 99faa1383d1fb0d745678484fd512b5d406da191 | refs/heads/nw12 | 2021-09-30T21:57:06.633271 | 2016-03-15T15:01:49 | 2016-03-15T15:02:04 | 48,524,771 | 1 | 1 | null | 2015-12-24T04:29:46 | 2015-12-24T04:29:46 | null | UTF-8 | C++ | false | false | 1,163 | h | // Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_MESSAGE_PUMP_UV_H_
#define BASE_MESSAGE_PUMP_UV_H_
#pragma once
#include "base/message_loop/message_pump.h"
#include "base/time/time.h"
... | [
"wenrui@gmail.com"
] | wenrui@gmail.com |
99fe7313624ab0d404df9bce78f8e0be211b03ad | 7146e34d91b9df8dce7ece9c06d9622c8ad95d02 | /question_112 Path Sum.cc | 77af5596b854179a2ac801197b96f2eeb3990f57 | [] | no_license | snakeDling/LeetCode | 5dcc45b26a6532e83f98a8c900018c128feab7a1 | ecfdfe45e6987930d65150c6c7a4b1d1bf898f71 | refs/heads/master | 2021-01-15T16:29:13.372453 | 2018-06-19T07:16:00 | 2018-06-19T07:16:00 | 10,665,814 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 765 | cc | /**
* Definition for binary tree
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
class Solution {
public:
bool hasPathSum(TreeNode *root, int sum) {
// Start typing your C/C++ solution below
//... | [
"228156980@qq.com"
] | 228156980@qq.com |
70821965864aed27b356328c67710d8dc9f23a96 | 27ea8c9a3f62e4a9daeb4b68fe911a991a0a3de0 | /espnow-slave-conf-espresso-lite1/espnow-slave-conf-espresso-lite1/espnow-slave-conf-espresso-lite1.ino | 7da7248014cb41ce89007b6b7e72d0f1ac6ba471 | [
"MIT"
] | permissive | cmmakerclub/esp-now-config-manager | 184d906f13aeae0ac3a315e45d52346fbe0dcae5 | fe2f21ab471119051c0261eb18d64a29b6a77df0 | refs/heads/master | 2021-08-31T23:44:01.954007 | 2017-12-23T15:05:23 | 2017-12-23T15:05:23 | 106,809,170 | 1 | 3 | null | 2017-10-19T07:02:58 | 2017-10-13T10:09:21 | Arduino | UTF-8 | C++ | false | false | 4,645 | ino | #define CMMC_USE_ALIAS
#include <Arduino.h>
#include <ArduinoJson.h>
#include <ESP8266WiFi.h>
#include <CMMC_Utils.h>
#include <CMMC_SimplePair.h>
#include <CMMC_Config_Manager.h>
#include <CMMC_ESPNow.h>
#include <CMMC_BootMode.h>
#include <CMMC_LED.h>
#include <CMMC_TimeOut.h>
#include <DHT.h>
#include "FS.h"
#incl... | [
"nat@cmmc.io"
] | nat@cmmc.io |
e80e76e1d786272e8b603e2687fece8a0f409912 | 0bc95dbc9650afb1d8f6b194c447679553342e12 | /model/DnaMetaData.h | cf9d1787eefbb3d81eaa186ad4102cd59468f9a2 | [] | no_license | chanismile/Dna-project | f40e52aa8dd2546a257329550a2cd21a05833e4f | d02f1de75f9eeef746e151cfb8b2496e7ecb6f65 | refs/heads/master | 2020-04-15T14:08:17.495543 | 2019-02-07T09:39:45 | 2019-02-07T09:39:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 571 | h | //
// Created by cglick on 12/29/18.
//
#ifndef UNTITLED1_DNAMETADATA_H
#define UNTITLED1_DNAMETADATA_H
#include "DnaSequence.h"
#include <glob.h>
#include <string>
enum Status{ Up_TO_DATE, MODIFIED, NEW };
class DnaMetaData
{
public:
DnaMetaData(const std::string & seq, size_t id, const std::string & name);
... | [
"37192892+chanismile@users.noreply.github.com"
] | 37192892+chanismile@users.noreply.github.com |
b23202a42e8ef90d059fb78b56b775fb6d8dc129 | acd27324a6c44314cadbdeccdf04bda4ac13eef9 | /src/main.cpp | 8ef67afd9afcfe9a3aa41c0794dc69869bf7f8ab | [] | no_license | sumanthratna/vegetable-rush | 8d4536bd27b0bb582159f2a1d128aceab400ea83 | a760d95642c10ff6b558781ac2ce2aa1c0860e51 | refs/heads/master | 2020-04-29T09:44:28.941712 | 2019-03-31T01:39:19 | 2019-03-31T01:39:19 | 176,036,476 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 652 | cpp | #include <QApplication>
#include <QMainWindow>
#include <QSurfaceFormat>
#include <QFontDatabase>
#include "mainwindow.hpp"
#include "file_settings.hpp"
int main(int argc, char ** argv)
{
QApplication a(argc, argv);
Settings::programPath = a.applicationDirPath().toStdString();
QSurfaceFormat format;... | [
"sumanthratna@gmail.com"
] | sumanthratna@gmail.com |
9b0ecbcb547d8306ec6de464d9e846a568031e27 | f421bcf931dc3073e4c9b3e3e747f18f6fe617a2 | /test/cts/reporter_test_cts.cc | f9294f4e5b534266302557dee05e7fe0528063c1 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | Evervolv/android_external_perfetto | 9063868f2e8dd8446f079615b4427a4591603124 | b4ea495f96c2aa70e49431dea2770403d27f23ca | refs/heads/t-13.1 | 2023-04-10T08:35:04.318754 | 2020-09-26T14:57:04 | 2022-12-08T01:39:15 | 145,198,818 | 0 | 1 | Apache-2.0 | 2022-12-11T18:29:48 | 2018-08-18T07:13:50 | C++ | UTF-8 | C++ | false | false | 4,074 | cc | /*
* Copyright (C) 2022 The Android Open Source Project
*
* 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 app... | [
"lalitm@google.com"
] | lalitm@google.com |
4edabc48c38c7b88cdd2e24670a8837e16ed3a84 | 382eb97bb79478130f83d50877148188ec7ff51a | /interface/src/ui/ChatMessageArea.h | 57199538fdd8dd566a8341f607c5c0011ce2ea28 | [
"Apache-2.0"
] | permissive | rabedik/hifi | d6cb72e9426d69714b06a3f842b2a4919f52ed18 | 08986dcb17ece932f567ab27cf1f0b1fdecf41e1 | refs/heads/master | 2021-01-16T20:55:40.135499 | 2015-08-28T23:36:00 | 2015-08-28T23:36:00 | 41,653,396 | 1 | 0 | null | 2015-08-31T03:17:57 | 2015-08-31T03:17:56 | null | UTF-8 | C++ | false | false | 821 | h | //
// ChatMessageArea.h
// interface/src/ui
//
// Created by Ryan Huffman on 4/11/14.
// Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#ifndef hifi_ChatMessageArea_h
#define hi... | [
"ryanhuffman@gmail.com"
] | ryanhuffman@gmail.com |
b15cb2412b7e95050c331f008feadcee292db42a | 98db7c4cd61029506aa7add98f1082d53844d7bb | /main.cpp | d3cf1bc6a9602ceafc6c7a6d98fc13753a42f509 | [] | no_license | wolf088/git_Calculation | acd91c39c51ecdf436bca8655c334a9281c98fd3 | c0038de0a818c358b636b60779c4e15fb9c519d8 | refs/heads/master | 2020-07-26T07:16:58.723366 | 2019-09-23T09:58:42 | 2019-09-23T09:58:42 | 208,575,814 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 929 | cpp | #include <iostream>
#include "calc.hpp"
using namespace std;
int main(){
Calculation ins;
int num;
char mark; //演算子
//1つ目の数の入力
cout << "1つ目の数を入力してください:";
cin >> num;
ins.setNum1(num);
//演算子の入力
cout << "演算子を入力してください(+:加算、-:減算、*:乗算、/:除算):";
cin ... | [
"takayoshi-jean@akane.waseda.jp"
] | takayoshi-jean@akane.waseda.jp |
bba45e20d658a086c03d2709df0a7d8d4711a9e4 | a081002197d091f1c387576894a160ececb69497 | /activemq-cpp/src/main/decaf/security/cert/CertificateParsingException.cpp | 08e1cde3bf079e4636c7f20c62d125538eef8ea5 | [
"Apache-2.0"
] | permissive | greatyang/activemq-cpp | 357fe087c839ed0d535ad7e3d987db2dc0badf1e | 4f5d0847552d6a5e206cc54c4354ebd8b0bb8fe3 | refs/heads/master | 2021-03-03T09:53:20.887464 | 2020-03-09T05:34:59 | 2020-03-09T05:34:59 | 245,951,764 | 0 | 0 | Apache-2.0 | 2020-03-09T05:31:25 | 2020-03-09T05:31:25 | null | UTF-8 | C++ | false | false | 2,723 | cpp | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"tabish@apache.org"
] | tabish@apache.org |
609e00ffb0cc18d37e002fac3f940e5685e2e563 | a585dc37a6db31f54fc9d9861406827cc40007b7 | /gravity/gravity.cpp | 56a5cacc8baaaa908a006806b08f37318b87102f | [] | no_license | kybr/mat201b-1 | 4a3eeac858af0377680b84aa0015ce98285b4cf6 | 08a1f33feff18cedd183af27c0cbca5c1d62052b | refs/heads/master | 2021-04-06T11:46:57.465490 | 2018-03-20T00:16:57 | 2018-03-20T00:16:57 | 125,356,187 | 0 | 0 | null | 2018-03-15T11:18:10 | 2018-03-15T11:18:10 | null | UTF-8 | C++ | false | false | 4,421 | cpp | //ariella gilmore
//MAT 201B
//sublime
//ariellalgilmore@gmail.com
//2/7/18
#include "allocore/io/al_App.hpp"
using namespace al;
using namespace std;
// some of these must be carefully balanced; i spent some time turning them.
// change them however you like, but make a note of these settings.
unsigned particleCount... | [
"noreply@github.com"
] | kybr.noreply@github.com |
f16a1b1a11f7a96b5c35c70ce9d50d4f1e777945 | e03c4081a9bcf19815f6931cc9417a640a99046f | /opencv7/main.cpp | e2b569d51dbbcfaf15013c627ba550e86e2c2a73 | [] | no_license | Longxiaoze/Machine_vision_with_opencv | df4f4699bcfc35200ffe24733903d3d36c10c987 | 6a2b625997c26dc2a9488cbd8a5754bbed6746bf | refs/heads/main | 2023-01-09T03:40:16.159502 | 2020-11-05T05:58:33 | 2020-11-05T05:58:33 | 301,421,879 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,647 | cpp | /*creat by 龙笑泽 date:2020.10.02
* 文件说明:使用opencv库读取三通道彩色图
* 输入平移量,对图像进行平移操作
* 显示原图片和平移后的图片
* trick: 1.图片输入和输出应为完整路径(可能是我建项目在桌面的原因),仅输入输出文件名无法打开和保存
* 2.命名显示窗口不能有汉字,否则无法显示标题
* 软件及环境:clion opencv3 gcc-9 g++-9
* */
#include <iostream>
#include <opencv2/core/core.hpp>
#include <opencv2/highgu... | [
"noreply@github.com"
] | Longxiaoze.noreply@github.com |
8d733824e3474161deee788ba670a4d4f621f445 | c209d7cf2f49e21ddf5071c4b9a2dfc7b268c44d | /Tugas 2/Tugas 2/Tugas 2.cpp | 6fa5e78bdd91a7755630cbf1fb3ccfc1edef4161 | [] | no_license | Zaidannzzz/GrafikaKomputer | 697d3d4435ae81fbdd75fefd00ff5ba5cab775b5 | 4bc505908d304be00d20d3eaeb2a0c0c26adb468 | refs/heads/main | 2023-03-19T14:31:23.215352 | 2021-03-16T04:20:38 | 2021-03-16T04:20:38 | 341,642,752 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,100 | cpp | #include <GL/glut.h> //pemanggilan pustaka glut.h sekaligus gl.h milik OpenGL
#include <windows.h>
#include <math.h>
const double PI = 3.142857143;
int i, jari, jumlah_titik, x_tengah, y_tengah, r;
void display() //fungsi display() salah satu fungsi terpenting ... | [
"noreply@github.com"
] | Zaidannzzz.noreply@github.com |
5f6cfa93e3e8854f48c09d7e833360430a9e8530 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14443/function14443_schedule_36/function14443_schedule_36.cpp | 89f65e4824854b3475f3002883257543c8271e41 | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 765 | cpp | #include <tiramisu/tiramisu.h>
using namespace tiramisu;
int main(int argc, char **argv){
tiramisu::init("function14443_schedule_36");
constant c0("c0", 64), c1("c1", 128), c2("c2", 128), c3("c3", 64);
var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i3("i3", 0, c3), i01("i01"), i02("i02"), i03("i... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
2932e7c98d7dc83d5d62d889b33fe6a8292003e6 | 12b8d53b486019224d3cafbdf8d69e8dd4251a52 | /gcpp/classes/oCSSProperty.cpp | 29b7087dd866df7f41f1115d4739d09aae5f8868 | [
"ISC"
] | permissive | wol22/MotleyTools | 468bea011a6621480420952094fe23fb31b5475a | 221640737061d91e01d8bf769ce79e131bd79a60 | refs/heads/master | 2021-01-16T17:42:19.822564 | 2013-08-02T14:51:53 | 2013-08-02T14:51:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,771 | cpp | /*====================================================================*
*
* oCSSProperty.cpp - definition of the oCSSProperty class.
*
* symbol table containing CSS property names;
*
*. Motley Tools by Charles Maier
*: Published 1982-2005 by Charles Maier for personal use
*; Licensed under the Internet S... | [
"charlesmaier@localhost"
] | charlesmaier@localhost |
b1456f6643b119c8326967ee3067a4ab2015f2e7 | d4b733f2e00b5d0ab103ea0df6341648d95c993b | /src/c-cpp/lib/sst/private/guts/generic_socket_poll_set/consolidate-windows.cpp | 367a21b1df5b02bef84b9003cad75c3c9cd4ab1e | [
"MIT"
] | permissive | stealthsoftwareinc/sst | ad6117a3d5daf97d947862674336e6938c0bc699 | f828f77db0ab27048b3204e10153ee8cfc1b2081 | refs/heads/master | 2023-04-06T15:21:14.371804 | 2023-03-24T08:30:48 | 2023-03-24T08:30:48 | 302,539,309 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,949 | cpp | //
// Copyright (C) 2012-2023 Stealth Software Technologies, Inc.
//
// 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,... | [
"sst@stealthsoftwareinc.com"
] | sst@stealthsoftwareinc.com |
21497800dba0b90df14830c6f591c708a27de31f | ed71c7bc5e116282084713b0ec36b1370780f99e | /icu/source/test/intltest/tfsmalls.h | f62e590a36f731d36c74407a098c6cd8af31bb43 | [
"ICU",
"LicenseRef-scancode-unicode"
] | permissive | alexswider/dropup.brigade | 12e6a12f82a44e568f39b98bb0dbafee78c0c3f7 | 13fa5308c30786b5bba98564a0959b3c05343502 | refs/heads/master | 2021-01-18T22:20:51.901107 | 2016-04-25T18:46:27 | 2016-04-25T18:46:27 | 47,217,645 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 869 | h | /********************************************************************
* COPYRIGHT:
* Copyright (c) 1997-2001, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
#ifndef TESTFORMATSMALLCLASSES_H
#define TESTF... | [
"marcinkozakk@gmail.com"
] | marcinkozakk@gmail.com |
18c0acb9ec18da96e976d07dbb7a3b61f89be262 | 8a84ba0834c149a739be1fffbf157d75d1a70083 | /CPP71.cpp | 616405d2880fb58383f99b7d88bb84b435d4730c | [] | no_license | nileshsethi1998/lab3 | 0fc6c09102ed92a19ec3190c274ec6f41d68d1a4 | fc9274aea918dba15ff48cd3fa4a397284ee6c97 | refs/heads/master | 2021-06-28T10:09:05.587473 | 2017-09-15T14:07:04 | 2017-09-15T14:07:04 | 103,663,818 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 47 | cpp | # CPPAssignment3
C++ PROGRAMS FOR ASSIGNMENT 3
| [
"noreply@github.com"
] | nileshsethi1998.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.