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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a3d13c443719b1738e13083dfcbd40751aade215 | 5d91784aa3a9a543de413e275c7c73bc0804caf9 | /Source/AllProjects/LangUtils/CIDMacroEng/CIDMacroEng_OpCode.cpp | babf6be70828d901936598cdfbd085a66d24a73c | [
"MIT"
] | permissive | eudora-jia/CIDLib | c957dd2f4b9fbe5c7c12be9fb67589faca10758c | 02795d283d95f8a5a4fafa401b6189851901b81b | refs/heads/master | 2020-05-28T10:19:10.410157 | 2019-05-28T04:29:56 | 2019-05-28T04:29:56 | 188,968,337 | 1 | 0 | MIT | 2019-05-28T06:32:49 | 2019-05-28T06:32:48 | null | UTF-8 | C++ | false | false | 29,207 | cpp | //
// FILE NAME: CIDMacroEng_OpCode.cpp
//
// AUTHOR: Dean Roddey
//
// CREATED: 01/15/2003
//
// COPYRIGHT: Charmed Quark Systems, Ltd @ 2019
//
// This software is copyrighted by 'Charmed Quark Systems, Ltd' and
// the author (Dean Roddey.) It is licensed under the MIT Open Source
// license:
//
// https://openso... | [
"droddey@charmedquark.com"
] | droddey@charmedquark.com |
e5ea3dbf476c874ba660d3670b7071380fdad42c | b86af7b533294f141d90053a611e4957db046961 | /examples/cpp/Draw.cpp | 101b0ab81b9c868609535ec52dafdd10b18b328f | [
"MIT"
] | permissive | khanhgithead/Open3D | 8bdc3501a81f097a20fadc14744058e1024e8c7e | caa3ae0a533594ce5055f07b32cf96c595f6dbd5 | refs/heads/master | 2022-01-30T06:06:58.452831 | 2022-01-16T01:09:24 | 2022-01-16T01:09:24 | 188,728,657 | 0 | 0 | NOASSERTION | 2019-05-26T20:29:15 | 2019-05-26T20:29:15 | null | UTF-8 | C++ | false | false | 12,903 | cpp | // ----------------------------------------------------------------------------
// - Open3D: www.open3d.org -
// ----------------------------------------------------------------------------
// The MIT License (MIT)
//
// Copyright (c) 2018-2021 www.open3d.org
//
// Perm... | [
"noreply@github.com"
] | noreply@github.com |
33a239b9940addb47b1efbee0b2e03d46648a5fc | 299648a8c633728662d0b7651cd98afdc28db902 | /src/thirdparty/sentry-native/external/crashpad/snapshot/win/thread_snapshot_win.h | 64ec43de0f268c5eadfbbbc8e0a57bba642c6fbd | [
"BSD-3-Clause",
"MIT",
"Apache-2.0"
] | permissive | aardvarkxr/aardvark | 2978277b34c2c3894d6aafc4c590f3bda50f4d43 | 300d0d5e9b872ed839fae932c56eff566967d24b | refs/heads/master | 2023-01-12T18:42:10.705028 | 2021-08-18T04:09:02 | 2021-08-18T04:09:02 | 182,431,653 | 183 | 25 | BSD-3-Clause | 2023-01-07T12:42:14 | 2019-04-20T16:55:30 | TypeScript | UTF-8 | C++ | false | false | 3,249 | h | // Copyright 2015 The Crashpad 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 ... | [
"joe@valvesoftware.com"
] | joe@valvesoftware.com |
f82bab34875c26f17c9f1f558678d342899e9c83 | c358397368d34a4f3b6d0bab4a03179f1c155a73 | /assignment3/assignment3/Main.cpp | e498a356dfb9636a853ff71ec62e4544254e02f4 | [] | no_license | nguyengiahy/COS30008 | b0e7d5e4ae6fe2dddca319e86123cef7e5061ea8 | e70b1aa0c6e4460163dc8761088ad4853cb1f910 | refs/heads/master | 2021-09-26T16:41:40.884106 | 2021-09-11T17:52:19 | 2021-09-11T17:52:19 | 249,945,885 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,832 | cpp | #include <iostream>
#include <cstdlib>
#include <iomanip>
#include "FibonacciSequence.h"
#include "FibonacciSequenceIterator.h"
using namespace std;
int main(int argc, char* argv[])
{
if (argc < 2)
{
cerr << "Missing argument!" << endl;
cerr << "Usage: FibonacciIterator number" << endl;
... | [
"nguyengiahy2911@gmail.com"
] | nguyengiahy2911@gmail.com |
162560a043c539e71fb143c33c70eccc7a144ec1 | 8784b6f42399b39afcefb4c1cb1991c152f76ae3 | /Barbarian.cpp | 128d87a82f05d74470cf1c0764ffcc3c5bb699a8 | [] | no_license | lee-vincent/CPP-User-Input-Controlled-Creature-Battle | 56fc828fb20741dae08cc4b44b27e361e3229ea5 | 9bcd750b22a3a6c39d058a80db3c2f50e9a3aaa2 | refs/heads/master | 2021-01-21T15:57:46.105443 | 2017-02-10T23:54:43 | 2017-02-10T23:54:43 | 81,617,605 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,441 | cpp | //
// Barbarian.cpp
// assignment3
//
// Created by Vincent Lee on 11/8/15.
// Copyright © 2015 10k Bulbs. All rights reserved.
//
#include "Barbarian.h"
#include <sstream>
#include <iostream>
#include <stdlib.h>
Barbarian::Barbarian() {
Construct();
std::string _name;
std::ostringstream convert;
... | [
"vincent.lee@10kbulbs.com"
] | vincent.lee@10kbulbs.com |
1428a99266755488c38751ebba14881c6a628c89 | d12f7bf84bba8f19ffe31b630a77c55e8432a4b7 | /dynamic_programming/Longest_Common_Subsequence_3/main.cpp | c67c7d1e2082dbffa83a1444466baeb60f7f3158 | [] | no_license | shreyasmishragithub/AlgorithmsAndDataStructures | 279a6d74bbdbab211d64c7c0188f0e864b461f80 | 129a8bbaec632b52ca0463940cd8bd186cf5d285 | refs/heads/master | 2021-06-03T05:24:14.574141 | 2016-07-23T06:15:36 | 2016-07-23T06:15:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,657 | cpp | //
// main.cpp
// Longest_Common_Subsequence
//
// Created by Nitesh Thali on 6/29/16.
// Copyright © 2016 Nitesh Thali. All rights reserved.
/*
Question Ref: https://www.coursera.org/learn/algorithmic-toolbox/home/welcome
Program to calculate LCS of 3 sequences.
Algorithm: To length of LCS of two sequences and ... | [
"niteshthali08@gmail.com"
] | niteshthali08@gmail.com |
4074b4906e7f7d3d06573699b965862331ebacc8 | 02d3c6502bf08842599f07410aed99c2ca6a5ceb | /src/coxph_data.cpp | 8518c98a4f8967812bacc4c8ef834ad425b991cd | [] | no_license | saemundo/probabel | 8d37b055aea3c6584e258785ad2bad4d2ab2cf32 | ba8caaab128a4bccd8efca6489dbf11db12c77a1 | refs/heads/master | 2021-01-20T18:10:03.214896 | 2016-06-03T06:30:06 | 2016-06-03T06:30:06 | 60,323,752 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,271 | cpp | /*
* coxph_data.cpp
*
* Created on: Mar 31, 2012
* Author: mkooyman
*
*
* Copyright (C) 2009--2015 Various members of the GenABEL team. See
* the SVN commit logs for more details.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Lic... | [
"soh@cs.stir.ac.uk"
] | soh@cs.stir.ac.uk |
d77d1657797e5295710803fa9ce0eef627d7fbc0 | fd7f812ab0b20fb24f6c6a6eda93ec1622744abc | /extern/lodepng.h | d02b1a55aa06060a22ee6b2aac70ebb45719d775 | [] | no_license | wenyi9890/Dendrite | 335edf22d98dd423093b95f56c1fb4090e82c9cd | dbffc120fec0f8df68f7916012d1ab965bd99810 | refs/heads/master | 2021-06-10T07:01:08.340066 | 2017-02-01T21:00:32 | 2017-02-01T21:00:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 82,030 | h | /*
LodePNG version 20160501
Copyright (c) 2005-2016 Lode Vandevenne
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 granted to anyone to use this software for any purpose,
incl... | [
"etcwilde@uvic.ca"
] | etcwilde@uvic.ca |
ff5c6cb2f08573088a06c7e2f4f144253a695edc | c0d04464479440bac6c100e3970cf159c5278f04 | /imap.hpp | 58a37db267447b36687bc1a2dcfec17aab17ca68 | [] | no_license | Ares0324/OOP_MailPunk | 68cb902e6cb9114a16e7c2513d277837db4cb273 | d950c76ec0131fd1778fa6edb74f955b6f0c1b8c | refs/heads/master | 2020-04-10T18:08:18.399666 | 2018-12-14T15:05:04 | 2018-12-14T15:05:04 | 161,194,915 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,292 | hpp | #ifndef IMAP_H
#define IMAP_H
#include "imaputils.hpp"
#include <libetpan/libetpan.h>
#include <string>
#include <functional>
namespace IMAP {
class Message {
unsigned int uid;
std::string subject;
std::string from;
std::string body;
public:
Message(){}
/**
* Get the body of the message. You may chose to e... | [
"wuce666123@163.com"
] | wuce666123@163.com |
bc0afcd9d4e406adc20d71000beec2c738605b56 | 0fda425126b4f6683cf575150d9db16a4eeb69ea | /cxx/graphidx/utils/viostream.hpp | 12e691068352617109257dd9275841acbdd88f8b | [
"MIT"
] | permissive | EQt/graphidx | a62d22f5cda4f7f288d78852e97d231e1df1e804 | cf29ef577083d1c5a22fb3fb23519e29f89674a5 | refs/heads/main | 2022-09-09T01:35:06.519563 | 2022-01-12T17:16:12 | 2022-01-12T17:16:12 | 207,818,825 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,194 | hpp | /**
Input/output in the style of `iostream` / `cstdio` on containers.
As long as a container `C` has support of `std::begin(&C)` and `std::end(&C)`
the functions `std::cout << printer(c)` and `std::to_string(printer(c))`
should produce a sensible list format.
*/
#pragma once
#include <cstdio>
#include <iost... | [
"elias.kuthe@tu-dortmund.de"
] | elias.kuthe@tu-dortmund.de |
cdef16a2c9dbab0aa54c3510c986b54cb968d44b | e43a512027ec7d98b9d78aec54a21f17b1e0ee87 | /model/tree.h | 3654d2590a3dd04f1930b70fd94deaf4d7a70f3a | [] | no_license | aksenoff/fastcomp | 6670efde68ad4110b41c7b905a234247f82d1f13 | 67c65daac506d69c1a18570ad6c82ba0d15a4f08 | refs/heads/master | 2020-07-01T04:57:21.495614 | 2019-03-25T22:23:47 | 2019-03-25T22:23:47 | 32,548,595 | 0 | 0 | null | 2019-03-25T22:24:16 | 2015-03-19T22:03:21 | C++ | UTF-8 | C++ | false | false | 652 | h | #ifndef TREE_H
#define TREE_H
/*
A tree holding probabilities for bytes encountered in input stream
*/
#include "..\common_arith\common_arith.h"
#include "node.h"
#include "model.h"
class Node;
class Model;
extern FILE *log_file;
extern Model model;
class Tree {
public:
Tree();
void encode(sho... | [
"aksenoff@users.noreply.github.com"
] | aksenoff@users.noreply.github.com |
25ca68fd908a78596792aa2922dfd411ec75a865 | d06a1a65bdf2b9d8be005f2c4ac58c68567d32b9 | /41Write_File.cpp | b7aee6438dad7137c6c30059fcc31f6d226cedaa | [] | no_license | sinjin314/C-Plus-Plus-OOP-Programming | 8af217cdc33af34757c548d94b9a932cff52d19a | c48aa5c3bc1d312237feb64033931a89ef12755f | refs/heads/master | 2022-04-07T11:00:07.622362 | 2020-03-09T11:14:15 | 2020-03-09T11:14:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 601 | cpp | #include <iostream>
#include <fstream>
#include<conio.h>
using namespace std;
/*******************
ofstream Creates and writes to files
ifstream Reads from files
fstream A combination of ofstream and ifstream: creates, reads, and writes to files
***************************/
//To write to the file, use the insertion... | [
"terminaterboyz@gmail.com"
] | terminaterboyz@gmail.com |
7b9aa59010c6734b49b847230efc6b750a17e134 | 7d64e03e403eca85248677d8dc72751c93940e48 | /test/db/MojDbWatchTest.cpp | e8ff1c7e3c32410b09acaf5ed4589b34a6d8d1e2 | [
"Apache-2.0"
] | permissive | webosce/db8 | a6f6ec64d3cb8653dc522ee7a3e8fad78fcc0203 | 994da8732319c6cafc59778eec5f82186f73b6ab | refs/heads/webosce | 2023-05-13T15:18:39.562208 | 2018-08-23T08:51:14 | 2018-09-14T13:30:43 | 145,513,369 | 0 | 1 | Apache-2.0 | 2023-04-26T02:43:57 | 2018-08-21T05:52:45 | C++ | UTF-8 | C++ | false | false | 14,711 | cpp | // Copyright (c) 2009-2018 LG Electronics, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or... | [
"changhyeok.bae@lge.com"
] | changhyeok.bae@lge.com |
82384da602c33f3b767558efa816c3fc7013608b | cc5af2031b84e22243cf3f8c3bd4463fe3897bd3 | /touch_display/F4_GFX/Middlewares/ST/touchgfx/framework/include/touchgfx/widgets/PixelDataWidget.hpp | 1f38d5dcea6a35bc24cbe01171f620f490cf889c | [] | no_license | nikaw525/SWAW_UltrasonicWaterMeasurement | 2b0a1e87699e56153bfd5ebd8f19fa472c9ff52a | 71c5c31f6a63b1a6caabe96648fdec507f049c33 | refs/heads/main | 2023-06-01T09:57:39.437031 | 2021-06-08T16:49:07 | 2021-06-08T16:49:07 | 348,816,725 | 1 | 2 | null | 2021-06-03T11:59:37 | 2021-03-17T18:44:45 | C | UTF-8 | C++ | false | false | 2,649 | hpp | /**
******************************************************************************
* This file is part of the TouchGFX 4.14.0 distribution.
*
* <h2><center>© Copyright (c) 2020 STMicroelectronics.
* All rights reserved.</center></h2>
*
* This software component is licensed by ST under Ultimate Libert... | [
"dwozniczka@student.agh.edu.pl"
] | dwozniczka@student.agh.edu.pl |
856c3f5dfd34ce23828c2c8b4de4993a6a727b74 | a72d9357c5b43c5ae6b5b82ca16d548ac1fdd853 | /examples/chapter04_04/src/util/utility/util_swdm.h | bce7da4c1dfcb1bac1164e49de58db86dea88060 | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0",
"LGPL-3.0-only"
] | permissive | ckormanyos/real-time-cpp | d61e90e79b47d41349ba4f34633a14ea35f36d70 | 1741e058cac3b0e865602be5f747d1fe828b7f6f | refs/heads/master | 2023-08-29T02:58:32.175068 | 2023-08-28T11:48:04 | 2023-08-28T11:48:04 | 5,922,310 | 484 | 160 | BSL-1.0 | 2023-08-28T11:48:05 | 2012-09-23T13:31:08 | C++ | UTF-8 | C++ | false | false | 22,502 | h | ///////////////////////////////////////////////////////////////////////////////
// \author (c) Marco Paland (info@paland.com)
// 2014-2016, PALANDesign Hannover, Germany
//
// \license The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this softwar... | [
"ckormanyos@yahoo.com"
] | ckormanyos@yahoo.com |
d548a9dcf86f3fc6bbb82ff54c891399d5ac1bc7 | cc1da8fed3fec51f6da3b1ae3314ff63a3da2443 | /WeeklyContest-177/ValidateBT.cpp | d93da5cddbe9ddf8c1d633b543a0404d65480490 | [] | no_license | Ashenn1/LeetCode-Contests | 16d8d9c618417be010588a5dbcdb8d27ba93defe | b17b991e436062e08f18ac74af60e084a3dba4cd | refs/heads/master | 2022-04-09T22:28:42.885017 | 2020-03-24T12:45:32 | 2020-03-24T12:45:32 | 242,691,671 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,256 | cpp | class Solution {
public:
int countNodes(vector<int> &l , vector<int> &r , int root){
if(root == -1) return 0;
return 1+countNodes(l , r, l[root]) + countNodes(l , r, r[root]);
}
bool validateBinaryTreeNodes(int n, vector<int>& leftChild, vector<int>& rightChild) {... | [
"sohasanad@gmail.com"
] | sohasanad@gmail.com |
8bb32fa76a8dee17d745f8e2fab9b54233654ac6 | 4bd5b7e2cc6fb511a0621c7d83a9f18a3b37432f | /bin/src/src/compiler/signals/ExitCodeSignal.cpp | 062caf67816562532c5e735640f2b294d12b26ac | [] | no_license | billy-yoyo/Watermelon | 9db4c2ab60e37b5a28f88d7e9a5604cdbc72abb6 | 600cd3230f1eac391861fe4d74d13716c6083676 | refs/heads/master | 2020-04-03T10:04:59.846657 | 2017-06-30T21:23:51 | 2017-06-30T21:23:51 | 95,490,804 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 3,803 | cpp | // Generated by Haxe 3.4.2 (git build master @ 890f8c7)
#include <hxcpp.h>
#ifndef INCLUDED_src_compiler_signals_ExitCodeSignal
#include <src/compiler/signals/ExitCodeSignal.h>
#endif
#ifndef INCLUDED_src_compiler_signals_ExitSignal
#include <src/compiler/signals/ExitSignal.h>
#endif
HX_DEFINE_STACK_FRAME(_hx_pos_fdb... | [
"billyoyo@hotmail.co.uk"
] | billyoyo@hotmail.co.uk |
4148a1a99d306cb582b375fcb73c61021e41f1fc | d55755141c0e12552562cca50837020e73737ac7 | /source/autumn-recruitment/53. Maximum Subarray.cpp | 43d680e044f8ce49bac5b600b6fc7ff269944e33 | [] | no_license | xulzee/LeetCodeProjectCPP | 5452e218b57b5bf28117cab98b163f07bcce7329 | 129bea6296560676eca4fa9b20fe83dc935a3b92 | refs/heads/master | 2020-06-26T00:09:27.612312 | 2020-03-22T09:06:54 | 2020-03-22T09:06:54 | 199,463,509 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,248 | cpp | //
// Created by liuze.xlz on 2019-08-06.
//
#include "utils.h"
#include <tuple>
class Solution {
public:
int maxSubArray(vector<int> &nums) {
if (nums.empty()) {
return 0;
}
int res = nums.front();
int sum = 0;
for (auto &num : nums) {
if (sum > 0) ... | [
"liuze.xlz@alibaba-inc.com"
] | liuze.xlz@alibaba-inc.com |
e1195891ce83c64fc672588e926740b65f683573 | 610420c2ea69961aafe4852e8b4ce925673ff17a | /arduino/opencr_fw/opencr_fw_arduino/src/arduino/libraries/turtlebot3_ros_lib/std_msgs/Int8MultiArray.h | f84169a3294877392389376d62c726a913ab574a | [
"Apache-2.0"
] | permissive | ipa320/OpenCR | 6d81cdf2a6cb683940c4c24ccb7af7ae26306419 | 09bf34f5f9ebc1253e03ac789cf820dcc46eb99d | refs/heads/master | 2021-04-28T11:02:04.035274 | 2018-01-29T00:30:04 | 2018-01-29T00:30:04 | 122,081,159 | 0 | 2 | Apache-2.0 | 2020-01-22T16:06:43 | 2018-02-19T15:23:27 | C | UTF-8 | C++ | false | false | 2,452 | h | #ifndef _ROS_std_msgs_Int8MultiArray_h
#define _ROS_std_msgs_Int8MultiArray_h
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include "ros/msg.h"
#include "std_msgs/MultiArrayLayout.h"
namespace std_msgs
{
class Int8MultiArray : public ros::Msg
{
public:
std_msgs::MultiArrayLayout layout;
... | [
"chcbaram@gmail.com"
] | chcbaram@gmail.com |
5179a5b1ead55af17eb2cc2cebd91ec6c0e42765 | aade1e73011f72554e3bd7f13b6934386daf5313 | /Contest/Opencup/XVIII/Urals/K.cpp | a8b19b55e04e75fa243c603b5176bf2e9ac6415b | [] | no_license | edisonhello/waynedisonitau123 | 3a57bc595cb6a17fc37154ed0ec246b145ab8b32 | 48658467ae94e60ef36cab51a36d784c4144b565 | refs/heads/master | 2022-09-21T04:24:11.154204 | 2022-09-18T15:23:47 | 2022-09-18T15:23:47 | 101,478,520 | 34 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 4,184 | cpp | #include <bits/stdc++.h>
using namespace std;
int main() {
int n, m;
cin >> n >> m;
vector<string> s(n);
for (int i = 0; i < n; ++i) {
cin >> s[i];
}
vector<vector<int>> dist(n * m, vector<int>(n * m, 200));
vector<vector<tuple<int, int, int>>> from(n * m, vector<tuple<int, int, int... | [
"tu.da.wei@gmail.com"
] | tu.da.wei@gmail.com |
0fc8271d5db5c6e9dba9e795ca64a24aa2b4fa9a | 87117ee5b9410737995285d1485c2dffa2ea6dd0 | /cheetahwutiOSController/boost.framework/Headers/mpl/set/aux_/iterator.hpp | 48a070eaba044fe0d2a6891034de3521625aa658 | [] | no_license | mxndev/cheetahwutiOSController | 8b060ee5783f93815853ce22804d086a69dd7a93 | 78688a0add4df67de1015aad2960288d04577551 | refs/heads/master | 2021-01-18T22:43:31.522856 | 2016-07-03T18:56:48 | 2016-07-03T18:56:48 | 62,509,293 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,390 | hpp |
#ifndef BOOST_MPL_SET_AUX_ITERATOR_HPP_INCLUDED
#define BOOST_MPL_SET_AUX_ITERATOR_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2003-2007
// Copyright David Abrahams 2003-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/... | [
"mixxenxd@wp.pl"
] | mixxenxd@wp.pl |
9fae230d47bc113792cf669554311a39bbe44ee6 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /third_party/blink/renderer/core/script/script_scheduling_type.h | 928143ec8955e014a8fa5ef29b132b6a9b571c71 | [
"LGPL-2.0-only",
"BSD-2-Clause",
"LGPL-2.1-only",
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft",
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 2,078 | 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 THIRD_PARTY_BLINK_RENDERER_CORE_SCRIPT_SCRIPT_SCHEDULING_TYPE_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_SCRIPT_SCRIPT_SCHEDULING_TYPE_H_
namespa... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
e1bf6f9ed7e71a9fd0bfa24b8589c9281bc84aac | a5f1744553dac380ba3556263235937bce21c075 | /Engine/src/Core/Timestep.h | 7844c3107df404054844a2e27514a2523f7d973b | [] | no_license | bloodhero/Swordman-Remake | 4c49a06d6451b3e24cce97d7ec226742aea33c0f | d2fb656754be6cbf7493969fa6cc9910efe4a140 | refs/heads/master | 2023-03-10T23:33:05.330952 | 2021-02-28T11:03:31 | 2021-02-28T11:03:31 | 278,327,158 | 8 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 322 | h | #pragma once
#include <cstdint>
namespace meow {
class Timestep
{
public:
// CREARTORS
Timestep();
~Timestep() = default;
// ACCESSORS
void onUpdate();
double getSeconds() const;
double getMilliseconds() const;
private:
double m_Timestep;
double m_CurrentTime;
double m_LastFrameTime;
};
... | [
"linuxcpp.org@gmail.com"
] | linuxcpp.org@gmail.com |
88066e88526efa78a6d275b52be7aeef71ff3489 | b5b5e825a618a37587f5cd41e03a52ad1c6e58f1 | /src/doppelganger-routing/helper/ipv4-doppelganger-routing-helper.h | 7dd620b9727d216859efc806aa2fbe33c9b23170 | [] | no_license | wantonsolutions/replica-selection | e6cb2243284021b0f1d0d95c66bc8a15582451b3 | 7ac34eaacc6477f0801c4b744c6592152a40d8b0 | refs/heads/master | 2021-04-21T22:01:26.876399 | 2021-02-02T19:07:14 | 2021-02-02T19:07:14 | 249,820,031 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 691 | h | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
#ifndef IPV4_DOPPELGANGER_ROUTING_HELPER_H
#define IPV4_DOPPELGANGER_ROUTING_HELPER_H
#include "ns3/ipv4-doppelganger-routing.h"
#include "ns3/ipv4-routing-helper.h"
namespace ns3 {
class Ipv4DoppelgangerRoutingHelper : public Ipv4RoutingHelper
{
publ... | [
"stewbertgrant@gmail.com"
] | stewbertgrant@gmail.com |
e0e587b52bc8a3eb3df014bbf16da0ae387d8c2b | 0ec49633816a3d71b432e7afe79ac7621abaeedc | /GnecFilter/BufferPointD.cpp | fcf055d7f6e58643e07c4174175fef39b7033b22 | [] | no_license | aclemotte/gazeFilters | af811c123287de1be6a809b851207c09c900d7d9 | 215f527d1821a8ed24015afb63e71a8707244171 | refs/heads/master | 2021-07-11T08:25:09.730701 | 2017-10-12T08:29:07 | 2017-10-12T08:29:07 | 106,666,111 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,277 | cpp |
#include "BufferPointD.h"
BufferPointD::BufferPointD()
{
clearBuffer();
}
BufferPointD::~BufferPointD()
{
clearBuffer();
}
//no hace lo que dice, falta hacer el sort
PointD BufferPointD::getMeanMedianBuffer(PointD GazePoint)
{
//addPointD2Buffer(GazePoint);
////deben existir al menos tres puntos en el buffer... | [
"alejandroclemotte@gmail.com"
] | alejandroclemotte@gmail.com |
3ff6f6c9422e1a7d7cb379a5249dc37057f127d7 | 6459ac2fc083d52fd1e4d58f52cad2d52c5db44a | /MyOpenGL/SceneObject.cpp | 99313af43e10eca2e6598dfe98ee84e0939b0764 | [] | no_license | giovani-luigi/OpenGL-Demo | 34a1f8e79bfccda6eae800c28094df7713e34246 | d53f36cac4e78c22ae61d77dfa278a44dc5ad75c | refs/heads/master | 2023-02-12T08:52:23.611368 | 2020-12-26T21:19:25 | 2020-12-26T21:19:25 | 322,492,187 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,667 | cpp | #include "SceneObject.h"
#include <utility>
SceneObject::SceneObject(
const std::vector<float>& vertices,
const std::vector<float>& normals,
SceneObjectType type,
Shader shader,
Material material
) :
FollowsCamera(false), m_vao(0), m_tvbo(0),
m_material(material), m_shader(shader),
... | [
"giovaniluigi@hotmail.com"
] | giovaniluigi@hotmail.com |
29d0cdedfec41724277b55a3351684021ef9aed2 | 8b4c4546f92e1f185fc666e645a5f32926a81666 | /thirdparty/physx/APEXSDK/framework/public/NxApexAssetPreviewScene.h | f7349016a35b6a7ba7ac57cb094055840a184bbb | [
"MIT"
] | permissive | johndpope/echo | a5db22b07421f9c330c219cd5b0e841629c7543c | e9ce2f4037e8a5d49b74cc7a9d9ee09f296e7fa7 | refs/heads/master | 2020-04-03T03:52:59.454520 | 2018-11-22T20:55:32 | 2018-11-22T20:55:32 | 154,997,449 | 0 | 0 | MIT | 2018-11-22T20:55:33 | 2018-10-27T18:39:23 | C++ | UTF-8 | C++ | false | false | 1,978 | h | /*
* Copyright (c) 2008-2015, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
* and any modifications thereto. Any use, reproduction, disclosure or
* distribution of this so... | [
"qq79402005@gmail.com"
] | qq79402005@gmail.com |
2ec71e8b31175d666e7ee1442d0f70b70d73010e | 398116ee19092a9833693c01845ee56309d8d172 | /src/Audio/SoundWrapper.cpp | a02bb291e7c22a21af2b0318a20f55f478a30c3d | [] | no_license | RaphOb/worms_war- | 9ed9eaa8b285a08fa534f97d77bc1167323e04ac | afe9a7cf47500034c35d5dcba61bcabd7373b422 | refs/heads/master | 2021-05-23T08:01:44.898337 | 2020-04-05T08:29:33 | 2020-04-05T08:29:33 | 253,188,537 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 339 | cpp | //
// Created by geoff on 05/03/2020.
//
#include "SoundWrapper.hh"
bool SoundWrapper::isStopped() {
return m_sound.getStatus() == sf::SoundSource::Stopped;
}
void SoundWrapper::play() {
m_sound.setVolume(m_volume);
m_sound.play();
m_beenPlayed = true;
}
bool SoundWrapper::hasBeenPlayed() {
retu... | [
"geoffrey.bukin@hotmail.fr"
] | geoffrey.bukin@hotmail.fr |
6f399e15e9a82030ae40503d61da5014fcdc5846 | 50d4a30b6494ee797a7e63ab39788855e47e504c | /ESP12E/include/hx711scale.h | fb8bda87845b2be4f3a80ce1b0d1b51ee1c263fc | [] | no_license | miniship/ESP12_Drink_Water_Reminder_And_Tracker | 202d860206ba948a91da013fd8c7fcb10541723f | 6a54e8bb083fff101d87bba112c19dc3e2c217eb | refs/heads/master | 2020-07-23T22:52:55.521664 | 2019-10-06T14:28:08 | 2019-10-06T14:28:08 | 207,730,491 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 109 | h | #ifndef hx711scale_h
#define hx711scale_h
namespace scale {
void init();
float readData();
}
#endif | [
"Tuan.Nguyen@sandata.com"
] | Tuan.Nguyen@sandata.com |
5d9997330f816ff2535bf6a72ec89fc0ff44be25 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/CMake/CMake-gumtree/Kitware_CMake_repos_basic_block_block_11054.cpp | 5efc933de9685f956544b4fa209277fd5ca5cfd3 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 118 | cpp | (l > limit || (l == limit && digit > last_digit_limit)) {
l = UINT64_MAX; /* Truncate on overflow. */
break;
} | [
"993273596@qq.com"
] | 993273596@qq.com |
22c26751156768282b28aad1ac8304b41abe4c77 | ace28e29eaa4ff031fdf7aa4d29bb5d85b46eaa3 | /Visual Mercutio/zReportWeb/PSS_PublishRuleBook.cpp | de502b2791b21fabdeed349c06eabdfd7c6d79fa | [
"MIT"
] | permissive | emtee40/Visual-Mercutio | 675ff3d130783247b97d4b0c8760f931fbba68b3 | f079730005b6ce93d5e184bb7c0893ccced3e3ab | refs/heads/master | 2023-07-16T20:30:29.954088 | 2021-08-16T19:19:57 | 2021-08-16T19:19:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,453 | cpp | /****************************************************************************
* ==> PSS_PublishRuleBook -------------------------------------------------*
****************************************************************************
* Description : Provides a navigator which will publish the rule book to *
* ... | [
"jean_milost@hotmail.com"
] | jean_milost@hotmail.com |
90dfac13689c7f00aa10da7fd3e46ca8004fca48 | 83da30dc786e34cfd63d2c03d3e47df4d20155ef | /src/metatraits/gmetaserializer_trapall.cpp | 722123c9e356780c183a288fb34fb0e1e1c7aa32 | [
"Apache-2.0"
] | permissive | mvidelgauz/cpgf | bd6aa06454fb1ebfc7a45398b7ed6f2a13e02ce1 | 7e7a424b3e61c6a6957ec6d262feb31471345315 | refs/heads/develop | 2022-05-28T19:02:58.258675 | 2017-05-11T05:38:06 | 2017-05-11T05:38:06 | 116,567,011 | 0 | 0 | NOASSERTION | 2022-05-22T15:27:25 | 2018-01-07T13:19:23 | C++ | UTF-8 | C++ | false | false | 3,376 | cpp | #include "cpgf/metatraits/gmetaserializer_trapall.h"
#include "cpgf/serialization/gmetaarchivecommon.h"
#include "cpgf/serialization/gmetaarchivereader.h"
#include "cpgf/serialization/gmetaarchivewriter.h"
#include "cpgf/gsharedinterface.h"
namespace cpgf {
class GMetaSerializerTrapAll : public IMetaSeriali... | [
"wqking@outlook.com"
] | wqking@outlook.com |
e7ad0b561fa19d35140450bd316adbf452706c3d | 117e7c3b88925a338e4400ad5adddab893c1a31a | /src/support/events.h | 5d9b4eb50d51850ee56e70b3cbd1cf7102a54b54 | [
"MIT"
] | permissive | phanngocchien1986/machinecoin-core | 4c4df2f63eedc6e3ab49a527237ffb549e0532fb | 4fb709ff6df894bdc515b92c5623666f4424b51e | refs/heads/master | 2020-03-07T19:47:42.743853 | 2018-02-28T11:48:28 | 2018-02-28T11:48:28 | 127,680,258 | 1 | 0 | null | 2018-04-01T23:40:59 | 2018-04-01T23:40:59 | null | UTF-8 | C++ | false | false | 1,708 | h | // Copyright (c) 2016 The Machinecoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef MACHINECOIN_SUPPORT_EVENTS_H
#define MACHINECOIN_SUPPORT_EVENTS_H
#include <ios>
#include <memory>
#include <event2/... | [
"admin@nigho.me"
] | admin@nigho.me |
9be69cffe904678315b35bc4f2ff8a5530f302d0 | 430061343e7b5f279f72b5c874e7b4385424a881 | /Arduino/libraries/Nexus_FRAM_SPI/Nexus_FRAM_SPI.hpp | 4a5dac61da4175a1bab7b46686a321e2b5598d80 | [
"BSD-2-Clause"
] | permissive | mikeaustin/arduino-nexus-archived | e652c45903c2875ea2a7906254ec72943c71364e | 74dde12b4f45a3a3e614e0058629d70f68f3825e | refs/heads/master | 2021-05-30T17:55:26.658577 | 2015-12-13T21:18:15 | 2015-12-13T21:18:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,867 | hpp | //
// Nexus_FRAM_SPI.cpp
//
namespace Nexus {
//
// class FRAM_SPI
//
// Initialize pins and SPI
template<uint8_t CS_Pin, uint8_t CLK_Pin, uint8_t MISO_Pin, uint8_t MOSI_Pin>
void FRAM_SPI<CS_Pin, CLK_Pin, MISO_Pin, MOSI_Pin>::begin()
{
pinMode(CS_Pin, OUTPUT);
digitalWrite(CS_Pin, H... | [
"mike_ekim@yahoo.com"
] | mike_ekim@yahoo.com |
e0b2d5de7cb6aa73a487222fb54cfb968c46f42b | 9095705da4f7d28ab522f4c983cb73a74599a95b | /thread_edu_vs/utils.cpp | 03f4cd67e4589e16ca81ad9051d5e61d51a5d292 | [] | no_license | fanxiaohui/cpp | ca576e14d81279b7325bb44ac7293f6678e61c1f | 1079895ff963dfd9933df40eee2f8077c684cf2b | refs/heads/master | 2021-04-02T04:35:02.848512 | 2020-02-21T11:34:24 | 2020-02-21T11:34:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 867 | cpp | #include "utils.h"
void PrintIntroduction()
{
int i;
int nFrame = 59;
printf ("\t%c", 201);
for (i=0; i<nFrame; i++)
{
printf ("%c", 205);
}
printf ("%c\n", 187);
printf ("\t%c The wait command is used within a computer batch file %c\n", 186, 186);
printf ("\t%c and al... | [
"senishch@gmail.com"
] | senishch@gmail.com |
e9f36e35b7bb67398a4081cd3dbea9c1d47c0542 | b2d00d17c53c54e4c5ac9a919aaa001381204826 | /webapp/op2/OpDownloader.cpp | 8ec830e7f903bcdd72a078a675083c5d48dafe85 | [
"NCSA"
] | permissive | wenqingchu/revised-browser | 2f8c326cdec1759d4241db4efdfec7164aafb0d0 | 22aff9d5f7aa2e6628a65802e06228c759f15c8d | refs/heads/master | 2021-01-17T06:34:31.021189 | 2013-08-15T03:29:53 | 2013-08-15T03:29:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,551 | cpp | /*========================================================
**University of Illinois/NCSA
**Open Source License
**
**Copyright (C) 2007-2008,The Board of Trustees of the University of
**Illinois. All rights reserved.
**
**Developed by:
**
** Research Group of Professor Sam King in the Department of Computer
**... | [
"571869993@qq.com"
] | 571869993@qq.com |
8baa22a4e06e529c5403afbe495730430bc7def9 | 9b30032b0c5becd6fb4094203f29f2e54e33680a | /binaryTree/Morris.cpp | 3ac2c4f493be93413ab2063b58a587fb1fef8103 | [] | no_license | RainyDay7/Algorithm | 10b887e0ea765d418220bfc2665e65c13f4b9cca | a234aeed342aeb240db59ef4a0f8f280d597ca89 | refs/heads/master | 2020-09-04T06:55:52.691492 | 2020-04-12T10:25:56 | 2020-04-12T10:25:56 | 219,680,269 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,115 | cpp |
public class MorrisTraval {
private TreeNode root = null;
public MorrisTraval(TreeNode r) {
this.root = r;
}
public void travel() {
TreeNode n = this.root;
while (n != null) {
if (n.left == null) {
System.out.print(n.vaule + ... | [
"1764682836@qq.com"
] | 1764682836@qq.com |
442d113471a2222e50f2fadcbe9814c7a36319e3 | 52200577bb7a56d108765e4fcb70c9bde27a4ece | /Merge Two Sorted Lists/main.cpp | 76b4927a4dd4886f44a6e626fd2ec1176bad86cb | [] | no_license | zjsxzy/Leetcode | 59e7da0319b567b5349a97de401a9990ea7a4df8 | d540f0e921cae3b17da7c9f4932d4a3e3419c245 | refs/heads/master | 2023-08-19T08:50:48.874076 | 2023-08-06T05:22:37 | 2023-08-06T05:22:37 | 13,141,035 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,109 | cpp | #include <map>
#include <set>
#include <list>
#include <cmath>
#include <queue>
#include <stack>
#include <bitset>
#include <vector>
#include <cstdio>
#include <string>
#include <cassert>
#include <climits>
#include <sstream>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <algorithm>
using namespace... | [
"zjsxzy@gmail.com"
] | zjsxzy@gmail.com |
ec8875a2c4151de256d723b830b5b9d2d676f4a2 | 8a8888bde6f563bfe1a3fc877bc0537875c7c675 | /deps_leveldb_table_block_builder.cc | d78d91a141b051833a7df9a86077b1a424535c58 | [
"MIT"
] | permissive | DataDog/leveldb | 66c826e477fc16bc56bb0bfda6e060c5fe9a9e80 | 0631e62f1233ef6b823a5ab19a28dc8cd6d229d2 | refs/heads/master | 2023-08-25T11:31:10.125661 | 2021-01-22T15:40:18 | 2021-01-22T15:40:18 | 66,093,652 | 4 | 1 | MIT | 2023-04-08T10:35:21 | 2016-08-19T15:46:24 | Go | UTF-8 | C++ | false | false | 35 | cc | deps/leveldb/table/block_builder.cc | [
"matthieu.hauglustaine@datadoghq.com"
] | matthieu.hauglustaine@datadoghq.com |
ac17b67262aa25b4a85740feb18b51f1b37b4e1c | 7123f4f31f71d31acb5917240e887142e7ea86e1 | /Search/test.cpp | 3833d046f4dbdb19494ac417ec1ca5cbcadfdb45 | [] | no_license | fpk2014/algorithm | 27e35262703e270dc8989c8650f1e01ad5f4ab7b | cf5ca1a61db7d1fbe3b9069e308ea20498d7eeab | refs/heads/master | 2021-07-10T19:45:04.151555 | 2017-10-09T16:36:30 | 2017-10-09T16:36:30 | 103,735,953 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 411 | cpp | #include <iostream>
using namespace std;
typedef struct btnode{
int value;
struct btnode *left;
struct btnode *right;
}node, *btree;
void insert(btree t, int value){
node *tmp = NULL;
cout << value << endl;
tmp = (node *) malloc(sizeof(node));
tmp->left = tmp->right = NULL;
tmp->value = value;
t = tmp;
}
... | [
"994347033@qq.com"
] | 994347033@qq.com |
f0066c2d40b85573f78dcfdebc8fc85d2f18c60c | 86bb0710c10e0f26c8a7106d62b7ee7a53bd4b4d | /Source.cpp | d93b2cb0a7446f6720b36a3b80fac9252cb0f549 | [] | no_license | Hoaxx9/Triangle | 1f536d904af7ad501f08b45cc955ae011719512a | 45a12c80e59259d987c471b2c9fb33ba1a96ff15 | refs/heads/master | 2020-04-23T15:18:30.239420 | 2019-02-18T10:23:29 | 2019-02-18T10:23:29 | 171,260,787 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,861 | cpp | #include <stdlib.h>
#include <glut.h>
float red = 1.0f, blue = 1.0f, green = 1.0f;
float angle = 0.0f;
void changeSize(int w, int h) { //обработка изменения размеров окна программы
if (h == 0)
h = 1;
float ratio = w * 1.0 / h;
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
glViewport(0, 0, w... | [
"noreply@github.com"
] | noreply@github.com |
917cba36755bf08913064654a0d846c353ce1a93 | b4d2b42f94c72842ef8334ea3b763e56a1fb317f | /tests/lox_tests.cpp | 035ee2a986dcee65b610127bd56a90fa5500b688 | [
"MIT"
] | permissive | codingpotato/Lox-modern-cpp | 8194654b054c021e8103b0adfd22bb5606270600 | 7ddc0edb95ea171a3dc0baf33ddaab1aeb3a34c5 | refs/heads/master | 2020-12-04T21:51:26.334972 | 2020-05-17T09:46:30 | 2020-05-17T09:46:30 | 231,911,761 | 13 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 6,457 | cpp | #include <doctest/doctest.h>
#include <string>
#include "config.h"
#include "helper.h"
#define LOX_TEST_CASE(filename) \
TEST_CASE("lox: " filename) { \
auto [source, expected] = load(EXAMPLES_DIR "/" filename ".lox"); \
REQUIRE_EQ... | [
"codingpotato@gmail.com"
] | codingpotato@gmail.com |
c274d2781f15a05c807986945d40109423c6d58b | 01259e89587631df1f3fbebeced0389284e129a5 | /Lab6/MazeReader.cpp | 71e7fc21cd4a376df282536c27ee6fab2ec67fe1 | [] | no_license | DGSuper/EECS_268 | a13773434ab01250acc61fa2a627c2857762bf66 | 2a328129db60bfa411b3f7f92570c54c7280a195 | refs/heads/master | 2021-01-19T16:25:17.303694 | 2017-02-08T17:33:04 | 2017-02-08T17:33:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,278 | cpp | /**
* @file MazeReader.cpp
* @author Zachary Bruennig
* @date 10/22/16
* @brief Attempts to read in a properly formatted file and create a character array from
* the parameters and character matrix in the file. The matrix should only contain W, P, and Es.
* The file should start with four numbers. The first... | [
"noreply@github.com"
] | noreply@github.com |
1af44ec73b049a8239c097134a5d5a66cac757b7 | 89c7c76bd8ecdd7b9ac521d85e9552d7a351c5e5 | /src/rpcserver.h | da3eca1f745c7efd48c5e2681a8d91aba7d17870 | [
"MIT"
] | permissive | TheAltcoinBoard/XAB-withoutSecp256k1 | 74e6f8544e28c1b381a0b554b53c8e65fba64caa | f4a52551a87bf7b52f4db767381ded57c767d913 | refs/heads/master | 2020-04-02T03:45:48.066874 | 2016-08-08T09:26:49 | 2016-08-08T09:26:49 | 63,477,250 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,744 | h | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef _BITCOINRPC_SERVER_H_
#define _BITCOINRPC_SERVER_H_ 1
#include "uint25... | [
"thealtcoinboard@gmail.com"
] | thealtcoinboard@gmail.com |
a4510aaab4eae72a02ec0a5f80c088be33074040 | d1841f83cacc5dd71971a8ebfa4c1e08421b3d07 | /MissionaryAndCarnivals/MissionaryAndCarnivals/Harbor.cpp | 8f459cea0acaa8828738c84353f947a34fcc4fa7 | [] | no_license | dennischa/Articial_Intelligence2016 | c91c54edddf17cc8af619fe09e13b57128758a31 | f5db5df96d6442c7ab5312c5b36d2860ab0216b8 | refs/heads/master | 2021-01-11T03:38:36.009190 | 2016-10-04T20:25:34 | 2016-10-04T20:25:34 | 69,971,413 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,292 | cpp | #include <iostream>
#include <cmath>
using namespace std;
enum Direction {
Left,
Right
};
struct Move {
int changeOfm, changeOfc;
};
class Harbor{
public:
int left_m, right_m;
int left_c, right_c;
Direction dir;
int g = 0;
int h = 0;
Move p[5] = { { 1,1 },{ 1,0 },{ 0,1 },{ 2,0 }, (0,2) };
Harbor(int lm... | [
"dennischa50@gmail.com"
] | dennischa50@gmail.com |
fc2607868b405b14d495adee78323f9ba9048fd2 | e8282e3ae8aafa07b7f7261c639f206c4e97e0fc | /03 - Online Judges/codeforces/amusingjoke.cpp | b4e96e05ed99b6d8c8210e8d0473f6f55aa42fa1 | [] | no_license | irfansofyana/cp-codes | 7cad844da49b901ccf678b75c31ed41e2fa9d645 | 9fa723129088f0e4832ecb7e012fe586b6d59e41 | refs/heads/master | 2023-04-04T00:48:36.334817 | 2021-04-12T03:07:06 | 2021-04-12T03:07:06 | 218,084,148 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 592 | cpp | #include <bits/stdc++.h>
using namespace std;
int main(){
string s1,s2,s3,s4;
int n,i,j,min;
char temp;
cin>>s1;
cin>>s2;
cin>>s3;
s4=s1+s2;
for (i=0;i<=s4.length()-1;i++)
{
min=i;
for (j=i+1;j<=s4.length();j++)
if (s4[j]<s4[min])
min=j;
temp=s4[i];
s4[i]=s4[min];
... | [
"irfansofyana0305@gmail.com"
] | irfansofyana0305@gmail.com |
f18b67e764d6c812161533ee4a13926ed6a23152 | a97425689712304c84a70ae1ceac1ed32ce9230f | /src/LRUCache.cc | c35e73eab82783f1c1465f9eccb3bce90a2bbd0a | [
"MIT"
] | permissive | joaquimserafim/node-lru-native | 77dbd1354296595402166d9a87b9ca1bc1e25c46 | fab17e20bfc686fcb3c831e1ae20d9aab30a0772 | refs/heads/master | 2020-12-28T21:50:47.962330 | 2013-08-27T17:48:28 | 2013-08-27T17:48:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,295 | cc | #include "LRUCache.h"
#include <sys/time.h>
#include <math.h>
#ifndef __APPLE__
#include <unordered_map>
#endif
using namespace v8;
unsigned long getCurrentTime()
{
timeval tv;
gettimeofday(&tv, NULL);
return tv.tv_sec * 1000 + tv.tv_usec / 1000;
}
std::string getStringValue(Handle<Value> value)
{
String::U... | [
"nkohari@gmail.com"
] | nkohari@gmail.com |
a07efdec6573ce7e8f0b765e6a9865b3f4a3698f | 6d2b51b9b35bd954ee4c19181d05b74f60238c28 | /ArduinoSer2FastLED/ArduinoSer2FastLED.ino | 3ef1d04be570e105f0d0fe569162add4de7f0ae5 | [
"MIT"
] | permissive | JoshuaBThompson/lamatrix | 77ccdfcd0c11d5a4b6db9d994137bf5ae788ef1f | 8d28473d5242afe6ea4e66579fae02543d2e9851 | refs/heads/master | 2023-04-19T05:03:43.285393 | 2021-04-25T07:52:07 | 2021-04-25T07:52:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,962 | ino | /**
* Firmware to control a LED matrix display
* https://github.com/noahwilliamsson/lamatrix
*
* -- noah@hack.se, 2018
*
*/
#ifdef TEENSYDUINO
#include <TimeLib.h>
#endif
#include "FastLED.h"
#define HOST_SHUTDOWN_PIN 8
#define LEFT_BUTTON_PIN 9
#define RIGHT_BUTTON_PIN 10
#define NUM_LEDS 256
#ifdef TEENSY... | [
"noah@hack.se"
] | noah@hack.se |
ba857dbe1a24c550d0216fb634cc73bbb9388d0a | a913bf77fd3f1a93766b2b0b4c9e9bf3858b15fb | /src/CameraManager.h | a830c162d2bacabfa8d66ff8a7d33e498065740e | [] | no_license | movezig5/GAM-475-Engine | bb36fb29e3fcea6899f8e97132862c9e994d357c | f2a7d305bdc4e996a90980bff842266892fb0966 | refs/heads/master | 2020-04-11T01:59:58.399267 | 2018-12-12T04:33:08 | 2018-12-12T04:33:08 | 161,432,526 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 509 | h | #ifndef CAMERA_MANAGER_H
#define CAMERA_MANAGER_H
#include "Camera.h"
// Singleton
class CameraManager
{
public:
static void Add(Camera *pCam);
static void Remove(Camera *pCam);
static void RemoveAll();
static void Update();
static Camera *getActiveCam();
static Camera *getFirst();
static void setActiveCam(Cam... | [
"movezig5@gmail.com"
] | movezig5@gmail.com |
fb1bb7073259074c8bb57e7d3b75579efedcc9fa | cc2f94ed6006343f743fc6d33aeb4169b24b7368 | /src/mangosd/Main.cpp | 60acc6ae6094c9ecc662fde7dbabe4b30bc02312 | [] | no_license | MichaelFurth/RCore | 054711f1298e2f9ea5480e245a4cb1a8b2d0bae6 | 2699829b9df90df8116ebb1506cba0596bc21be5 | refs/heads/master | 2021-01-25T12:02:38.746951 | 2010-12-28T04:53:10 | 2010-12-28T04:53:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,331 | cpp | /*
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
*
* 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 2 of the License, or
* (at your option) any later version.
*
... | [
"mefurth@miners.utep.edu"
] | mefurth@miners.utep.edu |
461efbda075a4f9d773a8d99d88cd5e473a9f6ef | 72f359a49c96d7cb72218780877af6d3cca319c5 | /cfd_test/solverSOR.h | 9a6278129db28adbccf3cd834c4b65e5d61b4006 | [] | no_license | janvonrickenbach/Cfd_fundamentals | cb85bc55512772bc8ca6bdd50318ed2db5bf62ab | 078c85887d2107d3cb7de8273d0c04d0de9e5e58 | refs/heads/master | 2020-12-24T15:22:45.559501 | 2014-05-14T23:02:11 | 2014-05-14T23:02:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 352 | h | /*
* solverSOR.h
*
* Created on: Apr 5, 2014
* Author: jan
*/
#ifndef SOLVERSOR_H_
#define SOLVERSOR_H_
#include "solver.h"
class equation;
class solverSOR: public solver {
public:
solverSOR(double tolerance,grid* grid, double omega);
virtual int solve();
virtual ~solverSOR();
protected:
double _omega... | [
"jan"
] | jan |
96298460415b1deb62fd3b9395137ac251b251b5 | f46514f494f27d071f812bc0f36dd37a2c2073d1 | /src/ga1-core/graphics/ga_animation_component.cpp | d814f08f01dc273886b9621e88737c3fed22e5b9 | [
"MIT"
] | permissive | Game-Architecture/final-repository-AnthonyVeschi | 3bec2dce9e6b902de1a2f2df5dc369803abc414f | e2aaf6cba6d798df5de87b6432be1fc0762d9c98 | refs/heads/main | 2023-04-18T15:03:10.672014 | 2021-05-03T15:48:39 | 2021-05-03T15:48:39 | 361,569,047 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,084 | cpp | /*
** RPI Game Architecture Engine
**
** Portions adapted from:
** Viper Engine - Copyright (C) 2016 Velan Studios - All Rights Reserved
**
** This file is distributed under the MIT License. See LICENSE.txt.
*/
#include "ga_animation_component.h"
#include "ga_animation.h"
#include "ga_debug_geometry.h"
#include "ga_g... | [
"66690702+github-classroom[bot]@users.noreply.github.com"
] | 66690702+github-classroom[bot]@users.noreply.github.com |
deaee4bfd4d2300f2d1470992e4a9c0eeab409b6 | c633b5e7517f24d56159bf1a3b827bb02f76301b | /src/app/jni/src/Decoder.h | a702d51ae895d92c383a56683ec88f14da2fe546 | [
"BSD-2-Clause"
] | permissive | Helios-vmg/CopperRat | cd6b98c55febc1135096da1e4e99476a4a7768a4 | 86722197cb4c8732848c132e855c2b206c2e86de | refs/heads/master | 2021-07-24T12:57:32.041297 | 2021-04-04T05:15:18 | 2021-04-04T05:15:18 | 19,263,286 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,723 | h | /*
Copyright (c), Helios
All rights reserved.
Distributed under a permissive license. See COPYING.txt for details.
*/
#pragma once
#include "AudioTypes.h"
#include "Metadata.h"
#include "AudioBuffer.h"
#include "Exception.h"
#include "CommonFunctions.h"
#ifndef HAVE_PRECOMPILED_HEADERS
#include <limits>
#endif
clas... | [
"helios.vmg@gmail.com"
] | helios.vmg@gmail.com |
bd579c0cba92e9b266ab80829108fe4c212431a6 | 41db71010ff664ecd163710019dde3db9d8e2e09 | /thrift/lib/cpp2/async/RocketClientChannel.cpp | 7af09610e292d618b295aca4602d8c6fcb0a370e | [
"Apache-2.0"
] | permissive | jahau/fbthrift | 069c4203ccbe55f84b439b700f94cdd1f0d1311e | 2c73323d9e31fc99ea7a3b73ce8a201b3b8715d0 | refs/heads/master | 2022-04-21T04:31:43.313556 | 2020-02-15T05:53:32 | 2020-02-15T05:55:05 | 240,657,490 | 1 | 0 | null | 2020-02-15T06:37:02 | 2020-02-15T06:37:01 | null | UTF-8 | C++ | false | false | 17,146 | cpp | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
5601724cb625298df6ad2bb26a822a5bcaa838c0 | ac5bc5e28bccad07fa84b7b6d80cda85ffdb09f0 | /final/pc2/pc2_leung.cpp | c1d40d7283a981953be2490cc98b41dfc06f6dbe | [] | no_license | chadwickleung/CS-10A | 9c748ab5d3eeb99c36dca7a4e98af258a7bdcfac | a6b4a87b33ed8c39117eecfee4d7cb5dcb624674 | refs/heads/master | 2020-09-21T21:24:56.963005 | 2019-11-29T23:59:15 | 2019-11-29T23:59:15 | 224,936,962 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,058 | cpp | //
// pc2_leung.cpp
// final question 43, 2D array Operation program, SID: 0475
//
// This program would operate the initialize 2D array
//
// Created by Chadwick Leung on 12/19/18.
// Copyright © 2018 Chadwick Leung. All rights reserved.
//****************** this line is 70 characters long **********
#inc... | [
"57919421+chadwickleung@users.noreply.github.com"
] | 57919421+chadwickleung@users.noreply.github.com |
a217cf83f77842c7a52547be7117ad2e0a01478f | 01837a379a09f74f7ef43807533093fa716e71ac | /src/utils/xulrunner-sdk/nsIUpdateTimerManager.h | 1bf18833d3292c638140ccae591d72788c30da36 | [] | no_license | lasuax/jorhy-prj | ba2061d3faf4768cf2e12ee2484f8db51003bd3e | d22ded7ece50fb36aa032dad2cc01deac457b37f | refs/heads/master | 2021-05-05T08:06:01.954941 | 2014-01-13T14:03:30 | 2014-01-13T14:03:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,992 | h | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/rel-m-rel-xr_w32_bld-000000000/build/toolkit/mozapps/update/nsIUpdateTimerManager.idl
*/
#ifndef __gen_nsIUpdateTimerManager_h__
#define __gen_nsIUpdateTimerManager_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL file... | [
"joorhy@gmail.com"
] | joorhy@gmail.com |
342cb24c7a0f3f0c4cef0f8b72e417344bd4a9a4 | 56bfccc8424b3756187076b59323b4dfde42ce23 | /Tests/Cam/v5/cam.cc | 3c1669ac05c1747ef923892fb930e0570351ab39 | [] | no_license | Vernacular1988/Switch_SoC | 2d553498d9ebd45a4e2255c1a56a158688847c3b | 365c00f7ed40643cf8a7c4a20f6e46cfa4d70fcc | refs/heads/master | 2018-01-08T10:39:50.279858 | 2016-02-24T03:58:36 | 2016-02-24T03:58:36 | 52,413,009 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,806 | cc | // cam.cc
#include "cam.h"
// 0 1 or 2
#define DEBUG 2
void amem::exe_command() {
// We need to make copies of all the inputs to allow us to do math/logic
// Note: One can do math on sc_ types but not sc_signals of those same types
am_word comp;
am_word mask;
am_word wdata;
am_word rdata;
sc_uint<AMSZ... | [
"Yan@Yans-Mac-mini.local"
] | Yan@Yans-Mac-mini.local |
cbc55cc8a59233a4a90ffdb34fda220967687d96 | f353a1d545d77e22d31219c36a7a6b2e03c6a863 | /NativeLibrary/MethodHeader.h | 2e14bc99a0ad273bb07f0be277128e9169c78be9 | [
"MIT"
] | permissive | zaimpauzi/CSharpCpp_InteropTemplate | 98714df7567cc28da3ef79e64fa5f49d9a7a2ddb | 42e49f8bafac111298d8b1d6e8262a6d925fe989 | refs/heads/master | 2020-04-20T21:13:41.241168 | 2019-02-07T08:01:52 | 2019-02-07T08:01:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 331 | h | //#pragma once
#ifndef METHODHEADER_H
#define METHODHEADER_H
#include <iostream>
#include <string>
//using namespace std;
namespace methodNamespace {
class methodClass
{
public:
methodClass();
~methodClass();
void stringMethod(char *inputString);
double doubleMethod(double *inputDouble);
};
}
#endif //MET... | [
"zaimpauzi@outlook.com"
] | zaimpauzi@outlook.com |
c1c95ee9f75e44d7b3d963f953f163553198ce25 | 302e50891d70be0035df04fe7e0fb9545f9c0ea2 | /arduinoIntro/ardDigOut/ardDigOut.ino | d7a666aa6f3c9626521c487198fc6816cabaa87f | [] | no_license | SoyUnCitrico/expandiendoCanvas | 3d2983bdebd2800d09b6624b29806a8b1d31b1a8 | d9bd29cb23abba2db286f637f9652a0f02ec13f8 | refs/heads/master | 2021-02-13T10:24:26.421082 | 2020-03-22T12:41:10 | 2020-03-22T12:41:10 | 244,687,893 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,600 | ino | // Variabes de salida para el control de LEDs
// Cada uno de los LED's se encuentra conectado directamente a esos pines
// en el NODEMCU mediante la placa de circuito electrico "PCB"
#define ROJO D5
#define VERDE D6
#define AZUL D7
// Codigo de configuracion de incio, solo se ejecuta la primera vez al encen... | [
"1darenastolteca@gmail.com"
] | 1darenastolteca@gmail.com |
0cb52197fcb39f5eb8fe3b31265392233e7fbd1c | 5d116461831e99db951e7f6e478c2eb26072d5ab | /src/game/Ball.cpp | e795cb729a683c06fa832c3bbd7f8a3116d060fa | [] | no_license | Smeky/Brick-Breaker | d6dd4014f5a4943eecca9116657bc6209da49889 | c21a9102765159c0f8e2f9a90c62bbcffb0b66fe | refs/heads/master | 2021-01-10T15:42:12.311756 | 2016-01-14T22:21:13 | 2016-01-14T22:21:13 | 48,491,962 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 514 | cpp | #include "Ball.hpp"
namespace bb {
Ball::Ball()
: m_velocity( 0.0 )
, m_isFired( false )
{}
void Ball::setVelocity( float velocity ) {
m_velocity = velocity;
}
float Ball::getVelocity() const {
return m_velocity;
}
void Ball::setDirVelocity( const Vec2f& velocity ) {
m_dirVelocity = velocity;
}
Vec2f ... | [
"smeky.sobota@gmail.com"
] | smeky.sobota@gmail.com |
f02b24918cbebe4e5f7720bc826ac6dc76fe9793 | 6a55fc908497a0d4ada6eae74d64a057b609c261 | /ngraph/src/ngraph/runtime/tensor.cpp | 03c553056351140884ff7cf7a95cdc2e1c6b6b8f | [
"Apache-2.0"
] | permissive | anton-potapov/openvino | 9f24be70026a27ea55dafa6e7e2b6b18c6c18e88 | 84119afe9a8c965e0a0cd920fff53aee67b05108 | refs/heads/master | 2023-04-27T16:34:50.724901 | 2020-06-10T11:13:08 | 2020-06-10T11:13:08 | 271,256,329 | 1 | 0 | Apache-2.0 | 2021-04-23T08:22:48 | 2020-06-10T11:16:29 | null | UTF-8 | C++ | false | false | 2,824 | cpp | //*****************************************************************************
// Copyright 2017-2020 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://w... | [
"alexey.suhov@intel.com"
] | alexey.suhov@intel.com |
fb11aa72929a7ce77ff4fcfde3f2ce884ee1f925 | 421081432705e9e6d1c0dcc7b6c7c0bf295d0dcc | /RPI-Security Server/src/ServoMoteur.cpp | 7330212c917d23d349c62fb16a86f37ea2cce1c1 | [] | no_license | Mistgun-Dev/RPI-Security | f2f4e53aae624420716d2f6b24063c280112cc0c | d64678bf6c4892cfb3f55538bb2b3782a99cc410 | refs/heads/master | 2020-06-01T01:13:20.001947 | 2019-06-06T13:11:30 | 2019-06-06T13:11:30 | 190,572,935 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,034 | cpp | /*
* Fichier ServoMoteur.cpp
* Date : 04/06/2019
* Auteurs : Nehari Mohamed et Yassine Tabet
* Classe permettant la gestion des servoMoteurs.
*/
#include "ServoMoteur.h"
#include <iostream>
#include <wiringPi.h>
// Constructeur initialisant les entrées des servomoteurs
ServoMoteur::ServoMoteur(unsigned char u... | [
"mohamed.nehari@gmail.com"
] | mohamed.nehari@gmail.com |
691bbdb0997ec8e88d47ac8204ea5a9ac2ee7688 | 1b06a6aeb4680dd1f458ed4eef079abb7df6638d | /choosescene.cpp | 7c2f927f77e535a342bc3b45023b14993501a572 | [] | no_license | gnef-718/test | dd157fdd2ad68f3ebb21670372b84d80ed226628 | 8412ac96e0d3f0d2cec0cef58975f52a2752029a | refs/heads/master | 2022-11-14T11:34:51.694616 | 2020-07-15T13:18:46 | 2020-07-15T13:18:46 | 279,855,396 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,375 | cpp | #include "choosescene.h"
#include"mypushbutton.h"
#include<QTimer>
#include"playscene.h"
#include<QPainter>
#include <QtMultimedia/QSound>
#include <QMediaPlaylist>
#include <QMediaPlayer>
ChooseScene::ChooseScene(QWidget *parent) : QMainWindow(parent)
{
this->setFixedSize(1200,1000);
this->setWindowIcon(QIco... | [
"1913170@mail.nankai.edu.cn"
] | 1913170@mail.nankai.edu.cn |
828807ef65a16bc226f3f703cf37050f176e9bd5 | 89d9ab09f1dc43e660a63947fbe4c20a81ddff49 | /Pl_CheckBox.cpp | f68ec0085a5d6596189254d39b3467ed8ff50b0e | [] | no_license | aurusov/rdo_explorer | a8a80cb79bea31faf2a27d9893266e2770c4ea7f | 9ff5856e74aabdc488394496ece95aea326079d6 | refs/heads/master | 2021-01-23T02:58:49.464355 | 2004-01-26T08:11:19 | 2004-01-26T08:11:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,427 | cpp | //---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "Pl_CheckBox.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------... | [
"drobus@gmail.com"
] | drobus@gmail.com |
2158a2518e4d41324eb63ee63581c8d1c4389af2 | 4c1d515719425db127ba5285b5be4f03af10d5a1 | /UVa-Judge/UVa_00278.cpp | c2c68df590d03c6662868456555e7c67a7545c6b | [] | no_license | matheusmtta/Competitive-Programming | 26e51741332aed223b9231da33749940f5a1b977 | e254b80090cc75bc213aad0a7957875842e90f1a | refs/heads/master | 2023-04-28T18:08:51.417470 | 2023-04-24T21:09:00 | 2023-04-24T21:09:00 | 223,605,672 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 385 | cpp | #include <bits/stdc++.h>
using namespace std;
int main(){
int n;
cin >> n;
while (n--){
char type;
int n, m;
cin >> type >> n >> m;
if (type == 'r') cout << min(n, m) << endl;
else if (type == 'k') cout << ceil(((float)n*(float)m)/2) << endl;
else if (type == 'Q') cout << min(n, m) << endl;
else if (... | [
"matheusaquino199@gmail.com"
] | matheusaquino199@gmail.com |
f5e01099593748904e289aa79903dc3b4c056cbb | 8797457e4f6dadb0ed31e3a2116a8df2d924f72c | /RC4Algorithm.ino | ecfb8437e85c98d4318b8cd7ab63c38173b9e461 | [
"BSD-3-Clause"
] | permissive | tinoest/ATMegaCode | 2f6ab650e67920d082cd2b04b8df6123ef2b29b0 | 838375a76db0ddd06d6ed07c23e34930bc01101d | refs/heads/master | 2021-01-19T01:59:20.893616 | 2017-01-15T23:24:27 | 2017-01-15T23:24:27 | 18,113,145 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,198 | ino | /*
Copyright (c) 2016, tino, http://tinoest.co.uk
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and th... | [
"tinoest@gmail.com"
] | tinoest@gmail.com |
f902fd70d36e78ca4a575b3ef413886931b01f23 | 3c518dc9576291dbc4f44c0ebc9b1e27cf38df6b | /libs/ofxSvgLoader/src/ofxSvgBase.cpp | cca71ad612e55df548f828770e883f3bfa813513 | [
"MIT"
] | permissive | moebiussurfing/ofxSCENE-SVG | 031a60d31f60c80552e4da6c550ef31cc0df98d2 | 347c74ffcb7fc9f74942ba634be78e3defb9e36a | refs/heads/master | 2023-08-18T10:44:29.637858 | 2023-08-06T06:26:26 | 2023-08-06T06:26:26 | 341,477,968 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,987 | cpp | //
// ofxSvgBase.cpp
//
// Created by Nick Hardeman on 7/31/15.
//
#include "ofxSvgBase.h"
map< string, ofxSvgText::Font > ofxSvgText::fonts;
ofTrueTypeFont ofxSvgText::defaultFont;
#pragma mark - ofxSvgBase
//--------------------------------------------------------------
string ofxSvgBase::getTypeAsString() {
... | [
"moebiussurfing@gmail.com"
] | moebiussurfing@gmail.com |
b875fd52ff706b70876571e608e5f40811d77a41 | 375d22f69216ed0bd039efabad258246a5e3210b | /src/FFTWave.hpp | d621b0b55ac24aca9fec0afad758f235f461553f | [] | no_license | nasymt/exGois_visual | b93c62d435cc5ca74194f9dc1f22693fc62ae021 | 5e5d37983c4d4dcc1d9c4e6be8fa107dbed00247 | refs/heads/master | 2016-09-13T05:39:10.909716 | 2016-04-16T11:34:13 | 2016-04-16T11:34:13 | 56,380,386 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 841 | hpp | //
// FFTWave.hpp
// vjTest_OSC01
//
// Created by 松岡正 on 2015/12/05.
//
//
#ifndef FFTWave_hpp
#define FFTWave_hpp
#include "ofMain.h"
#define WAVE_NUM 1000
#define LIGHT_NUM 20
#endif /* FFTWave_hpp */
class FFTWave{
public:
void setup();
void update(float * buf,int i);
void draw(int i);
void li... | [
"TadashiMatsuoka@MacBook-Pro.local"
] | TadashiMatsuoka@MacBook-Pro.local |
8ecac3ffd0a2cef89a6480238971621fbf615396 | 42c9b0ffa6c1a8225be32e2caf6cd238fe9a245b | /Client/ShopWnd.h | 64e2442a23fc6ef66d310b90c3caa0c9487fff48 | [] | no_license | hjyu94/talesweaver | fd9f5fc5ff6a9a33cf445a0bb03dac63406c285d | 71ee67ca9dfc663ccc8a79f1da039009530a8be7 | refs/heads/master | 2022-11-22T20:34:01.133203 | 2020-07-28T06:34:58 | 2020-07-28T06:34:58 | 283,120,242 | 0 | 2 | null | null | null | null | UHC | C++ | false | false | 917 | h | #pragma once
#include "WndUI.h"
#include "Item.h"
class CNpc;
class CShopWnd :
public CWndUI
{
public:
CShopWnd();
virtual ~CShopWnd();
public:
// CWndUI을(를) 통해 상속됨
virtual void Update_World_Matrix(void);
virtual void Update_State(void);
virtual HRESULT Initialize(void) override;
virtual int Progress(void) ove... | [
"hjeong.you@gmail.com"
] | hjeong.you@gmail.com |
91f2e34d340293df9c99435ec86fdc82de319a56 | bac7267590c6267b489178c8717e42a1865bb46b | /WildMagic5/SampleGraphics/ShadowMaps/SMShadowEffect.cpp | 3a66a67302b6fc49b733da9a5b053d13784d0e33 | [] | no_license | VB6Hobbyst7/GeometricTools-Apple | 1e53f260e84f8942e12adf7591b83ba2dd46a7f1 | 07b9764871a9dbe1240b6181039dd703e118a628 | refs/heads/master | 2021-02-11T11:17:56.813941 | 2013-11-26T15:25:10 | 2013-11-26T15:25:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,499 | cpp | // Geometric Tools, LLC
// Copyright (c) 1998-2013
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
//
// File Version: 5.0.0 (2010/01/01)
#include "SMShadowEffect.h"
#include "Wm5WMatrixConstan... | [
"tprepscius"
] | tprepscius |
1d4abe13437937775b31aad74ceb3751c532be99 | 25a94f26f9af2b8f7a83f7d5aa20416b5482f32b | /Hard/Spiral Matrix.cpp | 13a7f23d71fd03a0be796e030ab9ae49b89aa871 | [] | no_license | deeparac/Algorithms | 83f6c1b8d1f2719c5026ec5f52c861c226df5922 | b61ba4c928f7c36178e1e31a06e91f98ada7cbf1 | refs/heads/master | 2021-05-12T10:43:02.078868 | 2018-02-13T04:11:49 | 2018-02-13T04:11:49 | 117,357,730 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,069 | cpp | class Solution {
public:
vector<int> spiralOrder(vector<vector<int>>& matrix) {
int m = matrix.size();
if (m == 0) {
return vector<int>();
}
int n = matrix[0].size();
vector<int> rst;
int i = 0;
int j = 0;
int dir = 0;
int dx[] = {... | [
"deeparaclearning@gmail.com"
] | deeparaclearning@gmail.com |
c8f535e3c8dc40d85cfc1b98c5fb1456deaabede | 338bbf8f09fd21a8a163a10163f96f77308400ba | /Ssm/SsmConditionBase.h | c61bc277eda7453aee19888a6bc08735b94c3911 | [] | no_license | ToddHoff/fgen | c7a2d52f26f94d1e1154aad9e051404c002d539c | 8a28574e0289c05c97447cc009e56b06af87ed16 | refs/heads/master | 2021-01-24T13:19:31.069130 | 2018-02-27T19:01:10 | 2018-02-27T19:01:10 | 123,171,415 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,415 | h | #ifndef _SsmConditionBase_h_
#define _SsmConditionBase_h_
#include "Util/Typeable.h" // USES typeable
#include "Util/LnStream.h" // USES streams
#include "Util/Dumpable.h" // ISA dumpable
class SsmDependencyBase;
/**
* SsmConditionBase is a base class for conditions in Ssm. ... | [
"noreply@github.com"
] | noreply@github.com |
1434b26196a2dd17ccd8b1edd92078715375db96 | 5ab7336dbeccc84cb6a12418b06bd8a8f1310633 | /cutted-segments.cpp | f7e0455a77a3cd1097ae3835fd8c8594a5edce89 | [] | no_license | MrStrange124/gfg-coding-questions | 6895ef70bf987cc699ca72f7568b4d62af345d74 | 39187624da05827d0802978d9853ac2fa2327cf1 | refs/heads/main | 2023-08-28T02:24:40.327971 | 2021-10-08T17:19:26 | 2021-10-08T17:19:26 | 385,684,805 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,081 | cpp | // { Driver Code Starts
#include <bits/stdc++.h>
using namespace std;
// } Driver Code Ends
class Solution
{
public:
//Function to find the maximum number of cuts.
int maximizeTheCuts(int n, int x, int y, int z)
{
int dp[n + 1];
memset(dp, 0, sizeof(dp));
for (int i = x; i <= n; i ... | [
"ars124c@gmail.com"
] | ars124c@gmail.com |
dd6041f1fbb73afc5cbf952a8f9537e518410400 | 6bac2ab062408e5fa75acb909161cea2d04e3194 | /Model.cpp | e3a2e017d4b6363a6c387565eb1d9a1f9bdf3ac2 | [] | no_license | atomsfat/arduino-timer | 02856d19f52ae8da4485c20a65b69257bba90afb | 7e0f05630bbead2b58c2cf2b73429aada7691cff | refs/heads/master | 2020-05-18T16:33:32.173434 | 2013-08-27T03:01:47 | 2013-08-27T03:01:47 | 2,339,407 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 896 | cpp | /*
* File: Model.cpp
* Author: atoms
*
* Created on March 8, 2010, 11:28 PM
*/
#include "Model.h"
Model::Model() {
// this->hora = hora;
this->boilerOn = false;
this->howTimeOn = 0;
this->whenItStarted = 0;
this->whenToturnOff = 0;
for(int i=0;i<2;i++){
this->programs[i].hourPG1 = 0;
this->... | [
"atomsmail@gmail.com"
] | atomsmail@gmail.com |
f9ac8a993ff2bf7d2140672d54e6033dad3eb2e8 | bd5a2ede51bbcdcfbee9654b234464f63244abfb | /src/luanode_constants.cpp | 66fe5464578e6006626302a0b8d98a2425550715 | [
"MIT"
] | permissive | sysnajar/LuaNode | eceed1ab72fe4578f11e8bc9be6de4e3b4fda184 | 35339c278023de9c12dcf8c7c32ea60f2686123a | refs/heads/master | 2021-01-15T10:25:47.043514 | 2014-11-17T15:01:44 | 2014-11-17T15:01:44 | 29,317,745 | 1 | 0 | null | 2015-01-15T20:54:20 | 2015-01-15T20:54:19 | null | UTF-8 | C++ | false | false | 3,165 | cpp | #include "stdafx.h"
#include "luanode.h"
#include "luanode_constants.h"
#include <errno.h>
#define SET_BOOST_ERR_FIELD(e, v) lua_pushinteger(L, boost::asio::error::e); lua_setfield(L, t, #v);
#if defined (_WIN32)
# define SET_ERR_FIELD(e) lua_pushinteger(L, WSA ## e); lua_setfield(L, t, #e);
#else
# define... | [
"ignaciob@inconcertcc.com"
] | ignaciob@inconcertcc.com |
abb3159a96fb9e478f518caeb61880b02df87665 | 56f2125486b51061833ba71d20529c5dfb7cd6a3 | /mitsuba/include/mitsuba/render/imageproc.h | 33b77706a5c63b0db5ac087c5fb32fc451a4f961 | [] | no_license | xycruise/3D_Hair_Rendering | 666f67174330476330b3af425a6dc40fc2c9a2e5 | 54b40453a450f06e31087d654caf5148513aba40 | refs/heads/master | 2020-05-29T21:19:20.122583 | 2012-11-08T12:59:38 | 2012-11-08T12:59:38 | 6,596,455 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,327 | h | /*
This file is part of Mitsuba, a physically based rendering system.
Copyright (c) 2007-2011 by Wenzel Jakob and others.
Mitsuba is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License Version 3
as published by the Free Software Foundation.
... | [
"xycruise@outlook.com"
] | xycruise@outlook.com |
c34348a31ec66b2f205a52bd518ead69e0bb93b9 | f60dab30f8a7b97c1136cec336b60613a9bf32e1 | /AbstractHardware/Registers/GD32VF103/FieldValues/i2c0fieldvalues.hpp | 01f32c0b38f0283f9fa91a281f6b082c10e40004 | [
"MIT"
] | permissive | lamer0k/GD32VF103 | 49bf4c9df9a1f600ee2d7c9f94797b3ee96e45ae | fd90f459037a502b2e8e9dcb79ae0107a35c0977 | refs/heads/master | 2022-12-12T04:36:45.110796 | 2020-09-01T17:37:53 | 2020-09-01T17:37:53 | 290,263,836 | 3 | 0 | null | 2020-08-25T16:30:21 | 2020-08-25T16:17:12 | C++ | UTF-8 | C++ | false | false | 16,789 | hpp | /*******************************************************************************
* Filename : i2c0fieldvalues.hpp
*
* Details : Enumerations related with I2C0 peripheral. This header file is
* auto-generated for GD32VF103 device.
*
*
***********************************************************... | [
"sergey.kolody@gmail.com"
] | sergey.kolody@gmail.com |
b8ffb4c34fbcd6e7ee329f81cf83e6ec559d2c36 | d71fad53d1149313e44c99e0be9d0c4f6a62a6f6 | /ChaosEngine/Source/ChaosCore/include/ChaosCore/Multithreading/Functions/FunctionWrapper.h | 9de9f3cd914e6a7b71d094897319fb3a93edb685 | [] | no_license | W1lliam/ChaosEngine | 217e3d5f77447b5c3b1323be52f0cfc2e52fc9ae | 2ed45d79c4546894b1276d8f09823d51540383ad | refs/heads/master | 2020-06-04T19:00:52.880249 | 2019-06-16T06:30:08 | 2019-06-16T06:30:08 | 192,155,302 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 997 | h | #pragma once
#include "ChaosCore/chaos_core_pch.h"
namespace Chaos::Functions
{
class FunctionWrapper
{
struct FuncBase {
virtual void Call() = 0;
virtual ~FuncBase() = default;
};
template<typename F>
struct FuncType : FuncBase
{
F f;
FuncType(F&& f_) : f(std::move(f_)) {}
void Call() ove... | [
"williamzeus91@hotmail.com"
] | williamzeus91@hotmail.com |
1d31f6d11a200c03476b32a7c8fd8aef31ce5abc | 7e167301a49a7b7ac6ff8b23dc696b10ec06bd4b | /prev_work/opensource/fMRI/FSL/fsl/extras/include/boost/boost/mpl/bool.hpp | ba1b35200f5d4ded9e99abe1113fd0be7a44fb05 | [
"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 | 1,038 | hpp |
#ifndef BOOST_MPL_BOOL_HPP_INCLUDED
#define BOOST_MPL_BOOL_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/mpl for d... | [
"sejik6307@gmail.com"
] | sejik6307@gmail.com |
5ef827120a5ecd04c7e3e49a4873682079050c98 | c91df180908d48155f259f1a94c7b1a0389d3d73 | /arkanoid/include/Level.h | 3cfac57177f9cc5a7f247459f6c6a9dd3a0663f5 | [] | no_license | signmotion/arkanoid | f3d3803162685696ded7b0f445f8740e95f90419 | 95aebe93a9aaa98c9f3828406236f56d9bc39c73 | refs/heads/master | 2021-01-21T02:36:40.297125 | 2014-03-31T08:36:42 | 2014-03-31T08:36:42 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 942 | h | #pragma once
#include "configure.h"
#include "structure.h"
namespace arkanoid {
class World;
class Level {
public:
// # Воспользуемся тем, что каждый ряд карты представлен в виде строки.
typedef std::string row_t;
typedef std::vector< row_t > map_t;
public:
/**
* Номер уровня.
... | [
"signmotion@gmail.com"
] | signmotion@gmail.com |
6749683a52e59496ba46726d4cbbd8abf47716b5 | d0fb46aecc3b69983e7f6244331a81dff42d9595 | /devops-rdc/include/alibabacloud/devops-rdc/model/GetPipelineInstanceGroupStatusResult.h | c7f02f5fe8565a6749d35a7a6a3a5718f1d4241b | [
"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 | 2,169 | h | /*
* 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 |
cc9aa18c8ffe417d5fe94916771df2c9300c876c | fa2c619d4e6d5d6f08b23c6cbb012a2cdf82b706 | /cocos3d/Engine/libcocos3d/Controls/Joystick.cpp | eb12defac64e5249ffc55112125da951addea03f | [] | no_license | playbar/cocos3d-x | 12fc3c85eb02b6db59e2be0cb4b26ec98a5f32f8 | 7891a59aad45314ccdad10736903dc0d0bc49450 | refs/heads/master | 2021-05-31T13:57:55.832920 | 2016-05-31T12:00:35 | 2016-05-31T12:00:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,555 | cpp | /*
* Cocos3D-X 1.0.0
* Author: Bill Hollings
* Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved.
* http://www.brenwill.com
*
* Copyright (c) 2014-2015 Jason Wong
* http://www.cocos3dx.org/
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software... | [
"michaelgamedev@sina.cn"
] | michaelgamedev@sina.cn |
abee45bd8444a4ac5479a0b016c6d8f796c2976c | ee84554c6a42ba095939bb69749dffbe568af5b4 | /task81.cpp | 0ffa23f213e513fe5103383c9db31d42f0c9dcd0 | [] | no_license | Rustem222/practice1 | 6d3b77d70b8accedb87b1169c1313bef36521f85 | d26c2202cf22fb4f290044f0ddbc2902e8b48c8d | refs/heads/master | 2020-09-13T02:18:45.395494 | 2020-05-24T17:21:21 | 2020-05-24T17:21:21 | 222,631,522 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 162 | cpp | #include <iostream>
using namespace std;
int main(){
for(int i = 0; i<25; i++){
if(i<24) cout<<100-4*i<<", ";
else cout<<100-4*i<<".";
}
return 0;
} | [
"noreply@github.com"
] | noreply@github.com |
04984bb628a7a7d08ea996dee91b4ffa0a21b1e3 | 243be2632686abd5cf08e15cac11adf518099602 | /openXsensor/oXs_out_multiplex.h | 5c1eaa1dca81a718f24ad6d2eaccb96c55b017e1 | [] | no_license | kcaldwel/openXsensor | 3b9a8f838da17e8b8181fa84601d40ae98f7f390 | 05db29655c344acd3d21c1438260c97759b028ee | refs/heads/master | 2021-01-16T22:30:17.304912 | 2016-02-09T18:35:36 | 2016-02-09T18:35:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,475 | h | #ifndef OXS_OUT_MULTIPLEX_h
#define OXS_OUT_MULTIPLEX_h
#include "oXs_config.h"
#include "oXs_ms5611.h" // we need the variodata struct
#include "oXs_4525.h" // we need the airspeeddata struct
#include "oXs_curr.h" // we need the currentdata struct
#include "oXs_voltage.h" // we need the arduinodata struct
//#include ... | [
"mstrens@yahoo.fr"
] | mstrens@yahoo.fr |
cc0c992571b00157fa1bb965a0ed8700e411db97 | 890ce00c83b3b8d3649752244727686acb5cd85a | /my C++ Programs/IO programs/Week 8 Topic 9 part 1/Week 8 Topic 9 part 1/Week 8 Topic 9 part 1.cpp | 5c706c67bc09faaca29014b174be1e03067bb42e | [] | no_license | balee323/OldSchoolWork | 8d6e3366e0d91d45cb58b252acd2c95f0d184049 | cc6a976e3ef34a6dfa3c955feb29aef1a2ebfce6 | refs/heads/master | 2022-06-13T20:04:37.025016 | 2020-05-08T17:09:26 | 2020-05-08T17:09:26 | 83,093,307 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,706 | cpp |
// Brian Lee
// C++ Programming, Jim Shain
// Homework #8, Topic 9 Part1
#include <cstdlib>
#include <iostream>
#include <fstream>
using namespace std;
void sortem(int num_[]); //my declared function for sorting from smallest to largest
int main()
{
ifstream instream; // input file stream (i... | [
"brienzhere@yahoo.com"
] | brienzhere@yahoo.com |
14d359d4039d893d1d45eea2158fcaab540957c8 | 7253663621e4a517c9fafec957ceba7bd428091f | /EmbeddedSystems/Smartain_ProjectFinal/code/qt/main.cpp | 133d1205dc539b4ae8335e47c30d027456bd2ecb | [] | no_license | juliannehong/bu-courseworks | 1c7861160a39d8bb6abad0f01c483f854eca8dee | 74b424cc0612197cf00ab3a8adc28761ad72718b | refs/heads/master | 2021-01-24T10:38:31.624863 | 2016-05-10T13:59:14 | 2016-05-10T13:59:14 | 123,058,357 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 196 | cpp | #include "qt.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
MainWindow mainWindow;
mainWindow.showMaximized();
return app.exec();
}
| [
"hongjooy@bu.edu"
] | hongjooy@bu.edu |
88fdb835644ddb1dab5afc27e97aeef010758c62 | ff8fc5fcf678a91150954ff7c3d593456a26a4cc | /Source/KeyLime/PlayerMovementComponent.h | 564a63f32d7ac1cc21af96613e845de870908065 | [] | no_license | alyssalern/keylime | 211cc8132e3431ee973840fccd8d8f8c44196c12 | 59338692575d00e53ac5eb61a6ac6577e6354ac3 | refs/heads/master | 2020-08-23T19:49:18.174878 | 2019-10-22T01:20:59 | 2019-10-22T01:21:11 | 216,695,889 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,736 | h | #pragma once
#include "CoreMinimal.h"
#include "Components/ActorComponent.h"
#include "PlayerMovementComponent.generated.h"
class UProjectileMovementComponent;
UCLASS( ClassGroup=(Custom), meta=(BlueprintSpawnableComponent) )
class KEYLIME_API UPlayerMovementComponent : public UActorComponent
{
GENERATED... | [
"alyssalern@gmail.com"
] | alyssalern@gmail.com |
2f8eb3635cbf75037aaac0aa30e5d80979528763 | e80a8bc8e3d8e4f29c59b77f52b0e64409c3abf0 | /scripts/plotUtilities.h | eaf0f6877f30543c8db1cc3e9622801ebb8cb1b6 | [] | no_license | tastest/SingleLepton2012_olivito | 1035d29e519e2c060da719d1b5584331246f796c | 6aabb85d9321af8675a3ee23b5c7405ee53efb20 | refs/heads/master | 2016-09-05T15:46:56.234468 | 2013-08-07T15:35:59 | 2013-08-07T15:35:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,415 | h | #ifndef PLOTUTILITIES
#define PLOTUTILITIES
#include "TFile.h"
#include "TChain.h"
#include "TLegend.h"
#include "TCut.h"
#include "TCanvas.h"
#include "TH1.h"
#include "TPad.h"
#include "TGraphErrors.h"
#include "TGraphAsymmErrors.h"
#include <vector>
#include <string>
struct dataMCHists{
TPad* comppad;
TH1F* da... | [
"olivito"
] | olivito |
ac9c026a566a4c005396acbb8b35c422b1f6a8bd | fa78188170925215d2c31790b01f0225e9e99193 | /src/interface/TBBHandler.h | b20ea5f284819012d98c5b7131adddc77af5271d | [] | no_license | chaoslawful/bht | 4e2661b396bb9b6d1b2f2e89a4065ffe39240e11 | f3309a8efb1887e6752ba923c227c0cbc04d1a1b | refs/heads/master | 2021-01-22T05:27:54.530797 | 2009-12-12T16:48:05 | 2009-12-12T16:48:05 | 426,686 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,129 | h | #ifndef BHT_TBBHANDLER_H__
#define BHT_TBBHANDLER_H__
#include "Common.h"
#include "InternalKey.h"
#include "Node.h"
#include "gen-cpp/BHT.h"
BHT_CODE_BEGIN
class TBBHandler:virtual public BHTIf {
public:
TBBHandler();
~TBBHandler();
// 单键操作
void Del(const ::std::string &domain, const Key &k, const bool overwri... | [
"chaoslawful@gmail.com"
] | chaoslawful@gmail.com |
f1a6aa5378550ef679ca8ffb632f0238b295f2e0 | 95a6640659fdfd02709d3fc4a9e9f6ef516c79c4 | /AndroidApps/NomadsCCx/Classes/AppDelegate.cpp | 8700b42fd756d2ca933101587d3f4070f22ac47e | [] | no_license | nomadsystem/NOMADS | 1c2fffc0f55cd5a8f1b65cc5e393515453b93789 | 2ab738a023915f7e66f443bfaa3112266bc39cfe | refs/heads/master | 2021-05-01T00:12:48.664523 | 2013-11-16T19:47:26 | 2013-11-16T19:47:26 | 4,654,612 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,433 | cpp | #include "AppDelegate.h"
#include "Swarm.h"
USING_NS_CC;
AppDelegate::AppDelegate() {
}
AppDelegate::~AppDelegate()
{
}
bool AppDelegate::applicationDidFinishLaunching() {
// initialize director
CCDirector *pDirector = CCDirector::sharedDirector();
pDirector->setOpenGLView(&CCEGLView::sharedOpenGLVie... | [
"turowskipaul@gmail.com"
] | turowskipaul@gmail.com |
b35e937e4105f8c51efe0534a2e9ff88174bcbef | d3d1d7d99054b8684ed5fc784421024050a95c79 | /atcoder/abc174/c.cpp | 1004d391c27c2da3f66991b652867dccaf1fb45a | [] | no_license | rishabhSharmaOfficial/CompetitiveProgramming | 76e7ac3f8fe8c53599e600fc2df2520451b39710 | 85678a6dc1ee437d917adde8ec323a55a340375e | refs/heads/master | 2023-04-28T05:51:18.606350 | 2021-05-15T07:04:33 | 2021-05-15T07:04:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,014 | cpp | #include<bits/stdc++.h>
#define ll long long int
#define ld long double
#define pi pair<int,int>
#define all(x) x.begin(), x.end()
#define allr(x) x.rbegin(), x.rend()
#define sz(x) ((int)x.size())
#define ln(x) ((int)x.length())
#define mp make_pair
#define pb push_back
#define ff first
#define ss second
#define endl ... | [
"pranav.sindura@gmail.com"
] | pranav.sindura@gmail.com |
29850a0c9d0833be7b7fe87f703d15e2e6ccb023 | 0c414280cce89f5f4a7c1a13def5cda266186f1c | /src/qt/bitcoin.cpp | a8a9650ecef5868dea1e4b83c0ab9970fdf69f6c | [
"MIT"
] | permissive | ZNCoinCommunity/ZNCoin | d4780e2a04f8d86a1916960d3f9c373c503d7e7c | b56a6ed9643e39219d5f99a311d6c57af9a8a9b0 | refs/heads/master | 2020-03-21T01:25:35.030599 | 2018-06-20T08:32:33 | 2018-06-20T08:32:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,064 | cpp | /*
* W.J. van der Laan 2011-2012
*/
#include "bitcoingui.h"
#include "clientmodel.h"
#include "walletmodel.h"
#include "optionsmodel.h"
#include "guiutil.h"
#include "guiconstants.h"
#include "init.h"
#include "ui_interface.h"
#include "qtipcserver.h"
#include <QApplication>
#include <QMessageBox>
#include <QTextCo... | [
"xenrinkashime100203000@gmail.com"
] | xenrinkashime100203000@gmail.com |
d24512f84dd006fa1948389e7551b3eb00baa70e | 158b631998f70d64a4bdc9017ebeb136e91b6e10 | /src/midi/io/endianness.h | 52da5305cc42fa02835f27c0c5d5c032fad4ac77 | [] | no_license | JonasDeBoeck/MIDI-visualizer | 536d7f1ca7b82726e5e43ce09dc3aca5096dcd84 | 0dd0b4962f66c05fb270bc2d164b07efbe5dddab | refs/heads/master | 2022-11-17T23:33:35.388286 | 2020-07-14T14:02:14 | 2020-07-14T14:02:14 | 279,589,933 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 199 | h | #ifndef ENDIANNESS_H
#define ENDIANNESS_H
#include "stdint.h"
namespace io {
void switch_endianness(uint16_t* n);
void switch_endianness(uint32_t* n);
void switch_endianness(uint64_t* n);
}
#endif | [
"Jonas.deboeck@student.ucll.be"
] | Jonas.deboeck@student.ucll.be |
1723bd3e5936fb58680e5a535235da0135e2e421 | 38ddaa9d07b2c1e943906f6d8f6466e300f0a6ac | /Schoolwork/LAB04.1.cpp | beb86ba55b1a30c7326bbfd5d17b12a7f08ce3d1 | [] | no_license | tiananguyen/Practice | 932be678aa664a1694589d2c761788f7427ae58a | 2d01c8c0f76bd754241a6ea27b06e04c8530ee67 | refs/heads/master | 2018-11-25T12:08:17.689564 | 2018-09-04T21:17:54 | 2018-09-04T21:17:54 | 104,943,835 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 321 | cpp | #include <iostream>
#include <cstdlib>
#include <ctime>
using namespace std;
int die (int n);
int main() {
srand(time(0));
int n;
cout << "How many sides does your die have?\n";
cin >> n;
cout << "You rolled a " << die(n) << "!\n";
return 0;
}
int die (int n) {
return (rand() % n) + 1;
}... | [
"31391421+tiananguyen@users.noreply.github.com"
] | 31391421+tiananguyen@users.noreply.github.com |
d7cd78bf1dfc9ebcf630e9604b479d3b284c3a8d | 808f2767cbca7bbd73cb85ccbe15fa72d77fd847 | /TransportModules/Source/KScatteringCalculatorInelastic.cxx | 7b84d0173a79b7a672c316b766b29af7f3481fd1 | [] | no_license | dlfurse/KassiopeiaDev | 6849fb089c32fc524daf46d0c2cf916ee630f332 | fdb73cbdedea2568c17fb558aeb7772844ec5e5f | refs/heads/master | 2021-01-20T10:05:44.960431 | 2011-10-19T13:27:45 | 2011-10-19T13:27:45 | 2,048,161 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,218 | cxx | #include "KScatteringCalculatorInelastic.h"
#include "KSIOToolbox.h"
#include "KSTextFile.h"
#include <fstream>
using std::fstream;
#include "TMath.h"
#include "KMath.h"
#include "KSRandom.h"
#include "KSConst.h"
using namespace std;
namespace Kassiopeia{
KScatteringCalculatorInelastic::KScatteringCalculatorInelasti... | [
"stefan.groh@kit.edu"
] | stefan.groh@kit.edu |
e0dc6f5f797421f5c867bfadf8d85c6e9cd767a9 | 475850f09ea39d11814f3c9f6e301df2fd62c76e | /leetcode/227_Basic Calculator II.cpp | 4cae61532f90606b1f398c187fc76ff525b2b809 | [] | no_license | njuHan/OJcodes | fed59759b4b954a123cdc423d8c36addd7252d41 | 1adc57f0850f3f0031ba8d62e974ab3842da5c2d | refs/heads/master | 2021-01-25T14:22:21.728203 | 2019-06-16T05:11:55 | 2019-06-16T05:11:55 | 123,686,571 | 16 | 1 | null | null | null | null | GB18030 | C++ | false | false | 936 | cpp | #include<iostream>
#include<cstdio>
#include<vector>
#include<string>
#include<map>
#include<set>
#include<unordered_map>
#include<stack>
#include<algorithm>
#include<queue>
#include<sstream>
using namespace std;
class Solution {
public:
//利用sstream 自动划分char int
//遇到+或-,将当前计算值cur加入总值total,更新cur
//
int calculate(str... | [
"463808243@qq.com"
] | 463808243@qq.com |
c6aab0e7a36c7007e014e78e15c984630cbf4117 | a4d2330e1ccdd74f7b6d4bafcea2699bd1a5b354 | /Li-fi Programming/Receiver.ino | b1c198835f1b055f82f115a2dca320ce00007254 | [] | no_license | adharshmurali/Vehicle-to-vehicle-communication-using-Li-Fi | 4db70fdf5dcb0ac03956d607e9491fdbe305d107 | d49032155b3cab7cdb6c315a3d8d764a4bbdd5a7 | refs/heads/master | 2020-06-01T21:22:33.721560 | 2019-06-08T20:31:41 | 2019-06-08T20:31:41 | 190,931,816 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,960 | ino | #include <LiquidCrystal.h>
String inputString = "";
boolean stringComplete = false;
int sensorValue = 0;
const int LED = 13;
LiquidCrystal lcd(12, 11, 10, 9, 8, 7);
void setup()
{
pinMode(LED,OUTPUT);
digitalWrite(LED,LOW);
lcd.begin(16, 2);
lcd.print("VtoV communication");
Serial.begin(1200)... | [
"noreply@github.com"
] | noreply@github.com |
089a8607588172cdb5672cec40c63161871ea573 | b183dcf75351bc18196482b01e513e2f28cb27d3 | /devel/include/gazebo_msgs/ModelState.h | b65724fc9884633f08e3b598f4768d75edda7b0b | [] | no_license | pranaysen/ECE470Project | 16f9d739dcd8b1fea9524cf32331752dfd6df0dc | 5e6d9ebbf9eab74924d9ec0d5f14380c4e17c66a | refs/heads/master | 2023-08-28T17:29:17.809377 | 2021-10-17T04:52:59 | 2021-10-17T04:52:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,318 | h | // Generated by gencpp from file gazebo_msgs/ModelState.msg
// DO NOT EDIT!
#ifndef GAZEBO_MSGS_MESSAGE_MODELSTATE_H
#define GAZEBO_MSGS_MESSAGE_MODELSTATE_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_message_traits.h>
#include <ro... | [
"jay.mahajan33@gmail.com"
] | jay.mahajan33@gmail.com |
124642381cae7bd71ca5404b235dee8d457ba43b | 280b3a71a76defbc2a4df66db7f38b48eff9ba32 | /apps/texture.cpp | 1e3fdc37908fcb3ae98dc12cc1399fc079ab8d25 | [
"MIT"
] | permissive | yangfengzzz/DigitalRender | 46cc8956767bcc8db28eb3b3513e05af2c1b235a | c8220fe2e59b40d24fe3b33589b4b1c5de5cd3f2 | refs/heads/main | 2023-02-01T18:01:16.587795 | 2020-12-17T13:36:05 | 2020-12-17T13:36:05 | 309,258,567 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 94 | cpp | //
// texture.cpp
// apps
//
// Created by 杨丰 on 2020/12/1.
//
#include "texture.hpp"
| [
"yangfengzzz@hotmail.com"
] | yangfengzzz@hotmail.com |
5ed406cf024b962dbe0900d8f477d511453b60c0 | a57c55bbdd2ec560cdaa6d40a608b18676041411 | /Cpp And Inspiration/19.Cpp And QSketchBasedInterface/12.Cpp And QSketchModel/Project/QOpenGL/QOpenGLPolygon.cpp | c8e3f037f10c890a405818a79a8849102f13178e | [] | no_license | cristian357r4/Code-And-Inspiration | 77b8a058b39ec59d0e062378c8db2039141d6141 | e8df8e82ff04bb1d7bccd8ca3542868ab45adc88 | refs/heads/master | 2022-06-04T14:34:20.740679 | 2018-05-29T15:01:23 | 2018-05-29T15:01:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,720 | cpp | #include "QOpenGLPolygon.h"
#define dot QVector3D::dotProduct
#define cross QVector3D::crossProduct
QOpenGLPolygon::QOpenGLPolygon(QVector<QVector3D*> quads, QVector<QVector<qreal>> coords)
{
for(int i=0; i<quads.size(); i++)
{
QVector3D normal=getNormal(quads[i]);
this->translateQuad(quads[i], normal);
this->... | [
"liwanwan@Knights.ucf.edu"
] | liwanwan@Knights.ucf.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.