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 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
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 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ad0c281da2daae104d9a04491087b417a5f665ce | e52b78a41a3663d82eb45e99c6eebe8d3f09c93f | /Firmware/VC-edit/devices/device.h | 0a7acaee62a61f0db742b8489dba37f4782b45ed | [] | no_license | heimgeist/VController_v3 | 94aa6ddb858e5538bf903068ecd7501bb4981b5f | 6e4333a1117fce92ab2f5ea87d56009d6b335a3c | refs/heads/master | 2023-01-23T15:34:04.367113 | 2020-11-30T17:21:19 | 2020-11-30T17:21:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,593 | h | #ifndef DEVICE_H
#define DEVICE_H
#include <QApplication>
#define DEVICE_OFF 0
#define DEVICE_ON 1
#define DEVICE_DETECT 2
class Device_class
{
public:
uint8_t my_device_number;
Device_class(uint8_t _dev_no) : my_device_number(_dev_no) {}
virtual void init();
uint8_t get_setting(uint8_t variable);
... | [
"cfeddema@gmail.com"
] | cfeddema@gmail.com |
6891bc12508e8587659c32dda9109bb2152e38b0 | 7b2e867965ba18bcc3114e23228160cdea505d22 | /main.cpp | 3143f5367a05102a7bc4bd0765bc25afd1f783ca | [
"BSD-2-Clause"
] | permissive | frontcover/SdMerge | de0988294f2890e90501257c411e2b6b31bbb0c9 | 24f95bbe4e5246eb99416c10a6937b0187bc26fa | refs/heads/master | 2022-04-16T09:26:11.160648 | 2017-05-22T07:08:07 | 2017-05-22T07:08:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,559 | cpp | #include <cstdio>
#include <vector>
#include "utils.h"
using namespace std;
int main(int argc, char *argv[])
{
if ( argc != 5 ) {
fprintf( stderr, "Usage:\n" );
fprintf( stderr, "SdMerge BLOCK_SIZE srcfileA srcfileB outfile\n\n" );
return 0;
}
const char* f0name = argv[2];
co... | [
"amungo.navigation@gmail.com"
] | amungo.navigation@gmail.com |
96db9bfd1e4643a56f62808e955c07ff12ebc7cb | a151f3882c0d7227a65a7d791cb68381e20485b6 | /cpp/bob/bob.h | b975c5ff77c76fb73b57485afa04cf6daa33abf9 | [] | no_license | worace/exercism | a08322f22e4cf80960f9432bff1eff5fa1511d8c | 386771a79ccee1ad6582779baae022aaf9efd12b | refs/heads/master | 2020-04-13T22:13:05.800334 | 2019-05-15T19:50:04 | 2019-05-15T19:50:04 | 54,789,914 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 928 | h | #if !defined(BOB_H)
#define BOB_H
#include <string>
#include <boost/algorithm/string.hpp>
#include <boost/regex.hpp>
namespace bob {
const boost::regex letters{"[[:alpha:]]"};
bool ends_with(const std::string& message, const char letter) {
return message.at(message.length() - 1) == letter;
}
bool is_sho... | [
"horace.d.williams@gmail.com"
] | horace.d.williams@gmail.com |
5fc002bcc40fa279d8cbcc55c1f2eb430e1359dc | 5adc444f68cc5925969a7da089493d0115d4852f | /iMob3D/Automator/Components/iAComponent.h | 5dcbb8697cebe8e66c349b6ddfa50c98d0e65533 | [] | no_license | tovchenko/imob | f1ef2483cde865e1d48824ef23b2ff27a6cdbb71 | bcb3a9f38e19459ed3d5bdc5ac36e2e775a5e0bc | refs/heads/master | 2021-01-18T14:37:59.167379 | 2014-04-10T12:39:10 | 2014-04-10T12:39:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 353 | h | /*
** $Id: 2011/01/25, Taras Tovchenko $
** See Copyright Notice in iMob.h
*/
#ifndef _iAComponent_H
#define _iAComponent_H
BEGIN_NAMESPACE_IM
class iANode;
class iAComponent : public dObject {
CL_ABSTRACT_DECL(iAComponent, dObject)
public:
virtual void process(iANode* owner, dDict* params) = 0;
};
END_NAMES... | [
"doctorset@gmail.com"
] | doctorset@gmail.com |
18cf875affae4ba17df643dc522b57965907924d | c1bbfe7442fd50cb32f0be8f914185567e4fd379 | /414.第三大的数.cpp | 64d6f12035e4a664c9ef25ac44dab13458320b50 | [] | no_license | FJianC/LeetCode-Cpp | 84f98e7084394cb93f02bf986842efb06d110c8f | a0f1f7934de41d79fde8aa2f325a1bd2a5b90232 | refs/heads/master | 2022-12-10T03:34:05.145620 | 2022-12-07T16:30:28 | 2022-12-07T16:30:28 | 177,096,219 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,159 | cpp | /*
* @lc app=leetcode.cn id=414 lang=cpp
*
* [414] 第三大的数
*/
class Solution {
public:
int thirdMax(vector<int>& nums) {
if(nums.size() < 3) {
int m = nums[0];
for(int i = 1; i < nums.size(); ++i) if(nums[i] > m) m = nums[i];
return m;
}
int max[2];
... | [
"fjianc@gmail.com"
] | fjianc@gmail.com |
9b56cbd92f1658a9d36786feab05c5728ee9f32d | 8955d2c894523b60096e2282422f7816d70f2483 | /Arduino Sketch/Query_Light_IP_Update/Query_Light_IP_Update.ino | 26966d927ba1636bdd3eef61093f7ed0c5a32d69 | [] | no_license | charany1/You-Arduino-Smart-Lighting-Solution | c53771977184bdeb8ee0a4bbc61fee3b543cc9b3 | 841b2d15fc58153e7b8fcab95b8b910bed981b7f | refs/heads/master | 2021-01-18T04:55:29.969258 | 2015-12-24T12:24:17 | 2015-12-24T12:24:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,248 | ino | //Created by A. Amardeep Upadhyay for CS50 Final Project
//URL Sample http://192.168.1.177:8081/?q=255155100cwp9990512
#include <SPI.h>
#include <Ethernet.h>
#include <Adafruit_NeoPixel.h>
#ifdef __AVR__
#include <avr/power.h>
#endif
#define PIN 6 //connect neopixel data input to Arduino digital pin #6
Adafruit... | [
"amardeepupadhyay@gmail.com"
] | amardeepupadhyay@gmail.com |
ea26b65bf90cef734af9891a72505b5abdc14c3a | 6581ff32670e4b30dd17c781975c95eac2153ebc | /libdash/libdash/libdash/source/manager/DASHManager.cpp | 518123369ceb1e32f241264d35507ac95df53cb3 | [
"LGPL-2.1-or-later",
"LGPL-2.0-or-later",
"Apache-2.0"
] | permissive | pxscene/Spark-Externals | 6f3a16bafae1d89015f635b1ad1aa2efe342a001 | 92501a5d10c2a167bac07915eb9c078dc9aab158 | refs/heads/master | 2023-01-22T12:48:39.455338 | 2020-05-01T14:19:54 | 2020-05-01T14:19:54 | 205,173,203 | 1 | 35 | Apache-2.0 | 2023-01-07T09:41:55 | 2019-08-29T13:43:36 | C | UTF-8 | C++ | false | false | 1,047 | cpp | /*
* DASHManager.cpp
*****************************************************************************
* Copyright (C) 2012, bitmovin Softwareentwicklung OG, All Rights Reserved
*
* Email: libdash-dev@vicky.bitmovin.net
*
* This source code and its use and distribution, is subject to the terms
* and conditions of t... | [
"madanagopal_thirumalai@comcast.com"
] | madanagopal_thirumalai@comcast.com |
5e2ed8cf17d7cb6e194fecb086f0c2d97d435d3b | 4f92c1cedeafb9edcf9df9fdbb61dddf4ae4ebd8 | /Chapter6/161p.cpp | eb3b2942256ec91568370d7222e55c5f41ed8f30 | [] | no_license | Hanuu/algorithm_problem_solving | 2855396bae37ad73410dcee1a1c27056c57845a0 | 5280e0c47666700691ded3a9d290cacd972de0b6 | refs/heads/master | 2020-12-30T13:40:53.551196 | 2017-05-16T15:01:03 | 2017-05-16T15:01:03 | 91,246,726 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,592 | cpp | #include<iostream>
using namespace std;
bool block[20][20];
const int coverType[4][3][2]={
{{0,0},{1,0},{0,1}},
{{0,0},{0,1},{1,1}},
{{0,0},{1,0},{1,1}},
{{0,0},{1,0},{1,-1}}
};
bool canCover(int mh,int mw,int h,int w,int type){
if(mh+coverType[type][1][0]<0||mh+coverType[type][1][0]>=h){
... | [
"kreateark@gmail.com"
] | kreateark@gmail.com |
16ce9280e0b78b8450f98ede5a38a9bcc172fc36 | 0825fb2f43bc09a9e603d08764dbaf4d97b2c0cc | /src/plugins/lmp/player.cpp | dd0883fd80575afb5e05bfebe308035441d20a94 | [
"BSL-1.0"
] | permissive | project-renard-survey/leechcraft | 66927b2d36f42d22819fcde75734ad8cd52d5ce5 | 2c3ee319036ca905b3343935b237fc70d9753d69 | refs/heads/master | 2020-05-22T01:59:26.945935 | 2019-05-04T17:30:03 | 2019-05-04T17:30:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 47,397 | cpp | /**********************************************************************
* LeechCraft - modular cross-platform feature rich internet client.
* Copyright (C) 2006-2014 Georg Rudoy
*
* Boost Software License - Version 1.0 - August 17th, 2003
*
* Permission is hereby granted, free of charge, to any person or organiz... | [
"0xd34df00d@gmail.com"
] | 0xd34df00d@gmail.com |
fa778d7550d247e38f86facb0300edfa2e87530e | b34c00343fa0245056a34dad9b50d81179ceaad9 | /example2/FakeData.H | 5312b61a27a1c0d294474ec350ad33b6ddce3820 | [
"MIT"
] | permissive | ClarkMcGrew/root-simple-mcmc | c5536b6a55d4f51bb51ffd14ece72a5ea82cf621 | d85bf36e30ae92db2858af1cc3eb5a99576178d8 | refs/heads/master | 2023-03-16T03:25:00.309207 | 2023-03-06T16:17:16 | 2023-03-06T16:17:16 | 89,744,845 | 6 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 5,689 | h | #ifndef FakeData_H_seen
#define FakeData_H_seen
#include <TH1D.h>
#include <TRandom.h>
#include <cmath>
#include <iostream>
// Create a sample of fake data. This explicitly uses a different toy model
// for the fake data than is used in the simulated sample. That let's me play
// with fitting the wrong model.
struc... | [
"clark.mcgrew@stonybrook.edu"
] | clark.mcgrew@stonybrook.edu |
26e3476dc8c3e61ae6658d1a0a4f2eff8137919e | 2cf838b54b556987cfc49f42935f8aa7563ea1f4 | /aws-cpp-sdk-codeguru-reviewer/include/aws/codeguru-reviewer/model/RequestMetadata.h | 3f492ce6b3f0a38823a1aa767e7dea3fc2a08e1c | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | QPC-database/aws-sdk-cpp | d11e9f0ff6958c64e793c87a49f1e034813dac32 | 9f83105f7e07fe04380232981ab073c247d6fc85 | refs/heads/main | 2023-06-14T17:41:04.817304 | 2021-07-09T20:28:20 | 2021-07-09T20:28:20 | 384,714,703 | 1 | 0 | Apache-2.0 | 2021-07-10T14:16:41 | 2021-07-10T14:16:41 | null | UTF-8 | C++ | false | false | 11,310 | h | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/codeguru-reviewer/CodeGuruReviewer_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/codeguru-reviewer/model/EventInfo.h>
#include <aws/codeguru-revi... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
298cb3f5d818b3142c0542b2a381e155353e2472 | 0d0370692063877f246f9fe6029eb557818cc3ad | /PROG/C/cpp/myApp.hpp | d6e503fa1d043ce21a01be1afb3e32a6c4e21f3a | [] | no_license | salmonofdoubt/TECH | c1fe01391f4ac12879bcccba0501a940fad66495 | 51fb3611c934cead7ed89f24c43096dd25455769 | refs/heads/master | 2022-11-18T03:15:10.191493 | 2022-11-12T19:40:19 | 2022-11-12T19:40:19 | 99,909,600 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 221 | hpp | //
// myApp.hpp
// C Programmi g
//
// Created by Andre Baumann on 6/13/17.
// Copyright © 2017 Andre Baumann. All rights reserved.
//
#ifndef myApp_hpp
#define myApp_hpp
#include <stdio.h>
#endif /* myApp_hpp */
| [
"andre.c.baumann@gmail.com"
] | andre.c.baumann@gmail.com |
48049cbf223167d0bb1d0baf6914cdafc5fd78a4 | 27e03c56a35dbcb909925650023ac8e9ede58d97 | /Kill thunder/stdafx.cpp | d921f6e75a003bda564a5b36df9f63e9ebf9473d | [] | no_license | serena-yu17/Kill-process | 99ca585611b282c6b2c1c692e81fb76ff9824e0e | 3eb77f5170f7fc71644ff44b512f23cc5d4e460a | refs/heads/master | 2021-07-04T05:47:47.493464 | 2017-09-28T05:25:48 | 2017-09-28T05:25:48 | 105,105,647 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 206 | cpp |
// stdafx.cpp : source file that includes just the standard includes
// Kill thunder.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
| [
"serena.f.yu@gmail.com"
] | serena.f.yu@gmail.com |
7cb4042804df719c0fe30d31818965a26ce8cb77 | 1668dc4de9bf988648c591929f6e912d7b5c035d | /Project/Project1/Project1/Background.cpp | 98d348d41436b5a4e8f78e61a6e11118bcb728e9 | [] | no_license | syvjohan/Games | 1b34c5d475baa744ddde2b384f7b0cdfd8af587b | 1e4d1fa361c5d69e45773fc7c52a8dbbdda2c8b1 | refs/heads/master | 2021-01-10T02:47:19.210600 | 2016-01-11T21:24:28 | 2016-01-11T21:24:28 | 46,184,602 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 560 | cpp | #include "Background.h"
#include "MenuModel.h"
namespace Model {
Background::Background() {}
Background::~Background() {}
void Background::OnInit(MenuModel *m) {
Entity::OnInit(m);
mPos = Vec2(20, 20);
mVel = Vec2(70, 70);
mDir = Vec2(-1, 0);
mScale = Vec2(1, 1);
mSize = Vec2(2560, 1600);
mColor = ... | [
"johan fredriksson"
] | johan fredriksson |
7acb0cb888375a11edc8b25021570bc9357d372f | 15668052f8c3ca617be9f29c3b6cc7539ba634d6 | /801-1000/830. Positions of Large Groups.cpp | 5efe7586ded997374cd28c9e9de22fe982d95cd9 | [] | no_license | ndhuanhuan/16_coding_practice | 16372dc1944e8fef21674eefd319a1e0aa1fad43 | 0d8170e1497f506e9beec0d75c9ea4d3b97669ab | refs/heads/master | 2021-07-12T03:46:48.694962 | 2020-08-11T01:34:10 | 2020-08-11T01:34:10 | 63,298,538 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 441 | cpp | // https://leetcode.com/problems/positions-of-large-groups/discuss/128957/C%2B%2BJavaPython-Straight-Forward
class Solution {
public:
vector<vector<int>> largeGroupPositions(string S) {
vector<vector<int>> res;
for (int i = 0, j = 0; i < S.size(); i = j) {
while (j < S.size() && S[j] == ... | [
"ndhuanhuan@gmail.com"
] | ndhuanhuan@gmail.com |
6395bb903ff7d9386d4c23d4b51942ca1c1956d4 | bff9ee7f0b96ac71e609a50c4b81375768541aab | /src/fileio/buffered_writer.hpp | 8cc14dbaaafd76f4389b140e51454fb2fa39a2e5 | [
"BSD-3-Clause"
] | permissive | rohitativy/turicreate | d7850f848b7ccac80e57e8042dafefc8b949b12b | 1c31ee2d008a1e9eba029bafef6036151510f1ec | refs/heads/master | 2020-03-10T02:38:23.052555 | 2018-04-11T02:20:16 | 2018-04-11T02:20:16 | 129,141,488 | 1 | 0 | BSD-3-Clause | 2018-04-11T19:06:32 | 2018-04-11T19:06:31 | null | UTF-8 | C++ | false | false | 2,898 | hpp | /* Copyright © 2017 Apple Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can
* be found in the LICENSE.txt file or at https://opensource.org/licenses/BSD-3-Clause
*/
#include<vector>
#include<parallel/mutex.hpp>
#include<sframe/sframe_constants.hpp>
namespace turi ... | [
"znation@apple.com"
] | znation@apple.com |
de3af11dd9efabd592b4ef6c520d231a7653e7e6 | b67410d2992985b2665f1da13577eacb8dd86da4 | /src/Utils/utils.h | ac4d803d50bc0474ab11314bbdb952832b741101 | [
"MIT"
] | permissive | CastellanZhang/lambdaFM | a5a2a8354379d58e00b1af2aac791141dc25b962 | 0c9a5d134a3fe6b287e7707e88117b6f0a48ef23 | refs/heads/master | 2021-06-24T09:04:04.194569 | 2021-06-22T15:28:14 | 2021-06-22T15:28:14 | 97,733,802 | 108 | 35 | null | null | null | null | UTF-8 | C++ | false | false | 374 | h | #ifndef FTRL_UTILS_H
#define FTRL_UTILS_H
#include <string>
#include <vector>
using namespace std;
class utils
{
public:
void static splitString(string& line, char delimiter, vector<string>* r);
int static sgn(double x);
double static uniform();
double static gaussian();
double static gaussian(d... | [
"zwww2000@gmail.com"
] | zwww2000@gmail.com |
590666049320e1d6976c27ee25502ff5f4e908fb | 9ead5fcc5efaf7a73c4c585d813c1cddcb89666d | /m5/src/base/remote_gdb.hh | 92e599585f3770211485bd92537c639142819395 | [
"BSD-3-Clause"
] | permissive | x10an14/tdt4260Group | b539b6271c8f01f80a9f75249779fb277fa521a4 | 1c4dc24acac3fe6df749e0f41f4d7ab69f443514 | refs/heads/master | 2016-09-06T02:48:04.929661 | 2014-04-08T10:40:22 | 2014-04-08T10:40:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,595 | hh | /*
* Copyright (c) 2002-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met: redistributions of source code must retain the above copyright
* not... | [
"chrischa@stud.ntnu.no"
] | chrischa@stud.ntnu.no |
5dafc9b6fc8c4756ffd39eff623bede98e01ac91 | f80359854360d846fe0d003f3a9b1f97a9766749 | /Hmwr/Assignment 6/Gaddis_8thEd_Chap7_Prob13/main.cpp | 4e8563414ba87353692ee92c98b727b9d682db60 | [] | no_license | om2527603/OscarMayorga_CSC5_40717 | ad56b1b4324cca71c709bcdb272452e5bed7097f | 12cc7cdbfe4a3c54ccb0de339b86d67aea4f6a60 | refs/heads/master | 2021-01-13T01:36:28.080882 | 2015-02-13T07:32:08 | 2015-02-13T07:32:08 | 28,928,390 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,471 | cpp | /*
* File: main.cpp
* Author: Oscar Mayorga
* Created on February 6, 2015, 9:15 PM
* Purpose: Homework Gaddis_Chap7_Prob13
*/
//User Libraries
#include <iostream>
#include <cstdlib>
using namespace std;
//User Libraries
//Global Constant
//Function Prototype
//Execution begins here!
int main(int argc, char** argv)... | [
"omayorga1@student.rcc.edu"
] | omayorga1@student.rcc.edu |
777a65ec4bcd44ca0dd93782a3bbd55d48d75152 | 7f3f56f2bc2ccb6e6e614a6e139b7c60c393ff73 | /src/proj_final/verification/tests/filter_test_sanity.h | 32b66383a770e22a8830179b79c7fd1013dc9fe1 | [] | no_license | gustavosobral/systemc-exercises | a22c8eb5c2fb7dd798ced9bbaa219ea2a8c30768 | c3558ed7c32da964cb3ca1749acf951ef5353c05 | refs/heads/master | 2020-04-12T08:52:45.526759 | 2016-11-02T14:00:59 | 2016-11-02T14:00:59 | 65,681,983 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,956 | h | //+--------------------------------------------------------------------------
//| CLASS: filter_test_sanity
//+--------------------------------------------------------------------------
class filter_test_sanity : public filter_test_base {
public :
//+-------------------------------------------------------------------... | [
"ghsobral@gmail.com"
] | ghsobral@gmail.com |
9a03bf916d1ec7c1d61257a9bad752f22eca3b6d | 7b93f65c8d36750afdd5add6b6676b1523e818ec | /cpp/robel_intro/chap02/Break1.cpp | 05810fc374d0ec800270743b6f19961cd5f57f52 | [] | no_license | DaisukeYamato/book | 9cbb3620e5f297832a7c0dc4b35f38b61a6395ea | 0308106dedf8a23b491aada942f781d2ab000b69 | refs/heads/master | 2021-01-22T13:13:02.365196 | 2015-08-26T00:12:56 | 2015-08-26T00:12:56 | 40,760,927 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 415 | cpp | #include <iostream>
using namespace std;
int main() {
for ( ; ; ) {
int a, b;
cout << "Input first value > " << flush;
cin >> a;
cout << "Input second value > " << flush;
cin >> b;
if (b == 0) {
cout << "cannot divide by 0!" << endl;
break;
}
cout << a << " / " << b << ... | [
"yamato.hep.fermicern@gmail.com"
] | yamato.hep.fermicern@gmail.com |
76699214026e837790875f44147e2dff661e0b85 | fb98e790b90cc475b53780f1e5fedd5eccfe8b56 | /odroid/sw/apps/EnergyMonitor/getnode.cpp | ee2471a282a57c0b1537621bfeb40a3899320cbc | [
"MIT"
] | permissive | roadnarrows-robotics/rnr-sdk | e348dacd80907717bee4ad9c0a3c58b20fa380ae | be7b3e0806364cdb4602202aba2b4cdd9ba676f4 | refs/heads/master | 2023-08-16T06:52:31.580475 | 2023-08-03T19:45:33 | 2023-08-03T19:45:33 | 56,259,572 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,173 | cpp | #include "getnode.h"
#include <QFile>
#include <sys/ioctl.h>
#include <unistd.h>
#include <stdio.h>
#include <fcntl.h>
#include <QDebug>
GetNode::GetNode()
{
usage[8] = {0,};
for (int i = 0; i < 8; i++) {
QString temp;
temp.sprintf("/sys/devices/system/cpu/cpu%d/cpufreq/cpuinfo_cur_freq", i);
... | [
"robin.knight@roadnarrows.com"
] | robin.knight@roadnarrows.com |
80aba8b7d31dc1985b98c2b3947229d52e25e60a | 34f2081361c2cdb28649db5c311b23ae45729867 | /Codeforces/291a.cpp | b3ae7a6a81980ad2c465c05be1c6c6d7f0958e6a | [] | no_license | shashank21j/CompetitiveProgramming | bd7d1516bda0047162293f62e78a8f3134021454 | 5e905ad7f59f36541baaa669391eba667f291a45 | refs/heads/master | 2022-02-14T08:12:05.656586 | 2022-01-30T02:56:15 | 2022-01-30T02:56:15 | 14,283,517 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 596 | cpp | #include <bits/stdc++.h>
using namespace std;
int main() {
int n;
cin>>n;
vector <int> Arr(n);
for (int i=0;i<n;i++) {
cin>>Arr[i];
}
sort(Arr.begin(),Arr.end());
int flag = 0;
int count = 0;
int prev;
for (int i=0;i<n;i++) {
if (Arr[i] == 0 ) continue;
if (flag == 0) {
flag = 1;
prev = Arr[i];
... | [
"shashank@hackerrank.com"
] | shashank@hackerrank.com |
bb0198aa943efd5b50c66f33b753b4702715b8a3 | 1ae40287c5705f341886bbb5cc9e9e9cfba073f7 | /Osmium/SDK/FN_GAT_DanceGrenade_functions.cpp | 607a6e497bc3c84bcb372a4889ebec990e5496b6 | [] | no_license | NeoniteDev/Osmium | 183094adee1e8fdb0d6cbf86be8f98c3e18ce7c0 | aec854e60beca3c6804f18f21b6a0a0549e8fbf6 | refs/heads/master | 2023-07-05T16:40:30.662392 | 2023-06-28T23:17:42 | 2023-06-28T23:17:42 | 340,056,499 | 14 | 8 | null | null | null | null | UTF-8 | C++ | false | false | 1,445 | cpp | // Fortnite (4.5-CL-4159770) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "../SDK.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Functions
//---------------------------------------------------------------------------
// Function GAT_DanceGrenade.... | [
"kareemolim@gmail.com"
] | kareemolim@gmail.com |
2c10d8d279c0a66b33dd87edcc4bb5518ca74ccf | abeb736f0dc1d40ea57e333659d4eaf8036418a5 | /include/l_complex.inl | fe43643e210c5c8b1ed5ca1edbc5f7badebfb3a5 | [] | no_license | fingolfin/gap-osx-binary | 59825e1f7d2f7eb7417bc99dd65a756de3bf1d77 | b7ea78241904c5eb6d3726fb1ee627b48592e1c0 | refs/heads/master | 2021-01-10T11:30:51.316436 | 2015-10-02T09:54:53 | 2015-10-02T09:54:53 | 43,541,650 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,580 | inl | /*
** CXSC is a C++ library for eXtended Scientific Computing (V 2.5.4)
**
** Copyright (C) 1990-2000 Institut fuer Angewandte Mathematik,
** Universitaet Karlsruhe, Germany
** (C) 2000-2014 Wiss. Rechnen/Softwaretechnologie
** Universitaet Wuppertal, Germa... | [
"max@quendi.de"
] | max@quendi.de |
68d5158cb1653104da2fbbb30e4bba1257492cc5 | 8d0276e8b1a6ad4fb16ffb13cd7ada123075e7e7 | /TICPP_C22(6)_Generic_Algorithm/TICPP_C22(6)_Generic_Algorithm/FBinder.cpp | 6e3b211d6b8fe833d1618c6b58df731bf2cc34a7 | [] | no_license | baijing1st/TICPP_Note | e6d67c536e44e9304b3270355d5cc4ae964dfcc5 | 2c53627ea75b1e9a43c5f7e97ba66b5327cf16e0 | refs/heads/master | 2020-12-03T08:11:31.993134 | 2017-08-23T12:36:32 | 2017-08-23T12:36:32 | 95,665,317 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 404 | cpp | #include "stdafx.h"
#include "FBinder.h"
using namespace std;
FBinder::FBinder()
{
}
FBinder::~FBinder()
{
}
void FBinder_Test::Run()
{
ostream_iterator<int> out(cout, "");
vector<int> v(15);
srand(time(0));
generate(v.begin(), v.end(), URandGen(20));
copy(v.begin(), v.end(), out);
transform(v.begin(), v.end... | [
"whale@DESKTOP-PVJ4MMJ"
] | whale@DESKTOP-PVJ4MMJ |
23c29d595aecfa56be6bbd50ba4bc9ad27d8f836 | a6b4327c9359230aa54c29d67f618d50f5c988d7 | /C++/maxSubK.cpp | 2350ecaaebbc50af60f57f993d2b8b0200852dc7 | [] | no_license | kartik-saraswat/Codes | ab70dcce3cf7a43cf2bd9ed1f95e9b326d4f9252 | 179a90b9df2dfed3f643551b452650a3d7d13c1c | refs/heads/master | 2016-09-13T16:01:56.967518 | 2016-05-09T11:15:45 | 2016-05-09T11:15:45 | 58,336,396 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 714 | cpp | #include <iostream>
#include <queue>
using namespace std;
void printQ(string msg, queue<int> q){
cout<<"\n"<<msg<<" : ";
while(!q.empty()){
cout<<q.front()<<" ";
q.pop();
}
cout<<"\n";
}
void printMaxK(vector<int> v, int k){
queue<int> Q;
int i =0;
Q.push(v[0]);
for(i=1;i<k;i++){
if(Q.back()<v[i]){
... | [
"ksaraswatin@gmail.com"
] | ksaraswatin@gmail.com |
2b149946858d69e5b59d823718609d863fc8e35d | b747063a7eddcdc473a37262b0f293da39f9a4e9 | /code/CS info/cs240/webcrawler/lib/HTTPInputStream.cpp | 9dd895534f20d5d33eb6b560f6ba47c495945ff7 | [] | no_license | Iiridayn/sample | 2a8d6693e80d53ca5e63d79cad09aa9da2b373bc | 0dfc4eb0f17c7bf4618f07d1483878e333441500 | refs/heads/master | 2023-07-07T11:31:25.401037 | 2023-06-23T22:34:28 | 2023-06-23T22:34:28 | 24,160,656 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,782 | cpp |
#include "HTTPInputStream.h"
#include "CS240Exception.h"
#include <ctype.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/in.h>
#include <unistd.h>
#include <sstream>
#include <iostream>
using namespace std;
HTTPInputStream::HTTPInputStream(const string & url... | [
"clark.michael.c@gmail.com"
] | clark.michael.c@gmail.com |
06f72588b3e53ce5e69417d106f19baf47e30d81 | c9436c17482bda87a4c0334379e71e868d549e70 | /include/caffe/layers/eltwise_ristretto_layer.hpp | f4f470f8eb14ba287997e300902ff2ae23f72693 | [
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause",
"LicenseRef-scancode-public-domain"
] | permissive | gracelei36/Caffe_DFP | b46b68c792f14d0f4b71921c0af1ff64f7d71086 | f5d15a62ea0feba4036543baa838b37d781e3325 | refs/heads/master | 2020-03-19T06:15:52.165765 | 2018-03-27T03:01:50 | 2018-03-27T03:01:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,400 | hpp | #ifndef CAFFE_ELTWISE_RISTRETTO_LAYER_HPP_
#define CAFFE_ELTWISE_RISTRETTO_LAYER_HPP_
#include <vector>
#include "caffe/blob.hpp"
#include "caffe/layer.hpp"
#include "caffe/proto/caffe.pb.h"
#include "caffe/layers/eltwise_layer.hpp"
#include "caffe/layers/base_ristretto_layer.hpp"
namespace caffe {
/**
* @brief Com... | [
"xiaodansong@outlook.com"
] | xiaodansong@outlook.com |
14fa7396e3b009f91560ead40049ac7a472695e4 | 8d952a06e3809a06825a3be7b067201f3652f16a | /debug/atomics/continuous/delay.h | c23baf46d355c81da36c30da1c32590b902be306 | [
"GPL-3.0-only",
"MIT"
] | permissive | andyLaurito92/haikunet | b771eaf6bd91292485f0a49698ce123b9308d676 | db44623b248c56735c28a5f589c3239dc7e9855e | refs/heads/master | 2021-06-14T12:38:38.996450 | 2021-05-05T18:26:02 | 2021-05-05T18:26:02 | 75,564,849 | 2 | 1 | MIT | 2021-05-05T18:26:26 | 2016-12-04T21:12:31 | C++ | UTF-8 | C++ | false | false | 644 | h | //CPP:continuous/delay.cpp
#if !defined delay_h
#define delay_h
#include "simulator.h"
#include "event.h"
#include "stdarg.h"
class delay: public Simulator {
// Declare the state, output
// variables and parameters
//states
double Bt[100000];
double Bu[100000];
double Bmu[100000];
double Bpu[100... | [
"andy.laurito@gmail.com"
] | andy.laurito@gmail.com |
c5ea389076a1ec01a056d0ffbc07b4335915c984 | c0e20aa12f527a4f836036ea97fce6ff07116ade | /Chapter06/Chapter6Exe/Sec4Exe2TheDominantColor/main.cpp | 05232720b7ae0dacea9f6aec04d3b65c1c099212 | [] | no_license | Vuean/AlgorithmNote | 7354e2d66cfbb864b9505893f07297bb1a1e6778 | 920fb77fbf1affd9df32cf5a87a43168d191703f | refs/heads/main | 2023-08-22T08:57:13.652624 | 2021-10-09T15:29:10 | 2021-10-09T15:29:10 | 324,536,097 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 658 | cpp | /*
给出N 行M列的数字矩阵, 求其中超过半数的出现次数最多的数字。
*/
#include <cstdio>
#include <map>
using namespace std;
int main()
{
int n, m, col;
int k = 0, MAX = 0;
scanf_s("%d%d", &n, &m);
map<int, int> count;
for (int i = 0; i < n; i++) {
for (int j = 0; j < m; j++) {
scanf_s("%d", &col);
if (count.find(col) != count.end()) {... | [
"hzhlxy@outlook.com"
] | hzhlxy@outlook.com |
e0ea00a11a10772a98d219ca71f36c78c898c644 | d4314a8a5ef025ae629b94a0242e6c164a9704d5 | /Matlab/_dependencies/YaDT/include/YaDT/YaDT.h | 286e99070dc9bc289d4eb8bf3bc425ecc7a90a5f | [] | no_license | mrucker/abm-via-irl | cd8d74194aefe3743bb7ed8439457480205d9739 | 7bd6bf41035216082625344e19921b4852899688 | refs/heads/master | 2021-06-19T01:49:35.140866 | 2017-05-08T21:03:20 | 2017-05-08T21:03:20 | 84,120,872 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 33,255 | h | /*
Salvatore Ruggieri (c), 2002-
*/
/** @file YaDT.h
*
* This is the header of the YaDT project.
*/
#if !defined(_YADT_H__INCLUDED_)
#define _YADT_H__INCLUDED_
#include <string>
#include <vector>
#include <stdexcept>
#include <ostream> /* standard istd::ostream and fstream */
#include <fstream>
#include ... | [
"rucker.mark@gmail.com"
] | rucker.mark@gmail.com |
80feacc75ba458411cc338369555146f83649a98 | 54ce01d038792f708aab2d6750fc8f29047233d4 | /基本输入输出/1.cpp | 76b4e0c347edea57ced5a9e1bcc5304623815473 | [
"BSD-3-Clause"
] | permissive | handsomebsn/data-structure | bdb07e3ccb13f8518ff0a56d914180965b16bfb7 | 56efed88d3d96ee5851e3af277248e1d2e17736b | refs/heads/master | 2020-12-30T16:46:42.407631 | 2017-09-27T03:43:27 | 2017-09-27T03:43:27 | 91,030,908 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 354 | cpp | #include<stdio.h>
/*scanf 忽略前导空白 遇到空白结束 并将空白保留在输入队列中(输入缓存中)*/
int main(int argc, char const *argv[])
{
/* code */
char name[100];
char sex[100];
char c;
scanf("%s",name);
scanf("%c",&c);
scanf("%s",sex);
printf("%s\n", name);
printf("C:%chello\n",c );
printf("%s\n", sex);
return 0;
}
| [
"1903935168@qq.com"
] | 1903935168@qq.com |
03d4a0da7e42576e0042a3ff1b61f77c87ebab51 | 4d5139b98a310940198d31073d2d757f2a52476e | /src/thruster_allocator.cpp | 6deedb692f5b797cac09b639d17db123d70025d9 | [
"MIT"
] | permissive | begger123/freefloating_gazebo | f600b010b40f3b24ac133d6c245e676a3dac723f | 65856eec80648b117d1847407a62838b41e47698 | refs/heads/master | 2020-08-20T09:05:16.045998 | 2019-06-26T19:34:26 | 2019-06-26T19:34:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,717 | cpp | #include <freefloating_gazebo/thruster_allocator.h>
namespace ffg
{
// parse from robot_description param
ThrusterAllocator::ThrusterAllocator(ros::NodeHandle &nh)
{
HydroModelParser parser;
parser.parseAll(nh);
// store link
base_link = parser.getLinks().find("base_link")->second;
// keep dynamics
parse... | [
"olivier_kermorgant@yahoo.fr"
] | olivier_kermorgant@yahoo.fr |
12d67df8384d39b783563018db08095d515984cc | d6670dc97e3d178668a30550d322e0efc52f2d97 | /facerecognitionlibrary/jni-build/jni/genfiles/tensorflow/core/framework/log_memory.pb.cc | 0498cce190509c537cec0f6453d847bb408a086a | [
"Apache-2.0",
"MIT",
"BSD-2-Clause-Views",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause"
] | permissive | ikaee/bfr-attendant | e31bc938aca1e247b05c369672cef0eda0fbbafe | 15e5a00d0dcb39b2903988658e3424b19bbc5a9f | refs/heads/master | 2022-12-23T22:05:23.132514 | 2017-05-14T10:56:02 | 2017-05-14T10:56:02 | 91,233,258 | 0 | 1 | Apache-2.0 | 2022-12-13T03:38:36 | 2017-05-14T09:33:29 | C++ | UTF-8 | C++ | false | true | 131,548 | cc | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/framework/log_memory.proto
#define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION
#include "tensorflow/core/framework/log_memory.pb.h"
#include <algorithm>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/po... | [
"rohin.patel@springernature.com"
] | rohin.patel@springernature.com |
2a0584f85c810ccbf96f8feef6644b4e07a567c5 | a66060928eee8250a43d2a587e0ea6e0be951a31 | /example-1/GeosrvDispatcher.h | 8975721c3b8c8dc986156dd6502a4301c864d9ca | [] | no_license | fernancoder/dw_tutorial | 1bc09ddda1542da6ca43713312f51f5bde84b493 | 67b2a29c887e05bffaeac0d47870e7f3ebc990fd | refs/heads/master | 2016-09-05T16:37:05.938186 | 2013-12-08T11:28:23 | 2013-12-08T11:28:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 237 | h | #ifndef GEOSRVDISPATCHER_H_
#define GEOSRVDISPATCHER_H_
#include "daework-kernel.h"
class GeosrvDispatcher : public Dispatcher
{
public:
Action *getHandler(string action);
};
#endif /* GEOSRVDISPATCHER_H_ */
| [
"root@Obi-Wan.(none)"
] | root@Obi-Wan.(none) |
ee704a34accfd44e2c5588b11311418df6822315 | 38998e9b85dda043900e0cc0fa49040404699a12 | /GMM/CmCv.h | f4cec7b8ff57c10e10c993efa1f04df9463281cf | [] | no_license | cjld/ANNO-worker | 1c09cb9fc67ce79e231cb83bfd18a3fa14c3862c | c11401083225749194280165c97c2ee702f4f9e5 | refs/heads/master | 2021-01-22T05:37:54.146676 | 2017-06-08T17:52:46 | 2017-06-08T17:52:46 | 92,483,219 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,814 | h | #pragma once
#ifndef PAD_IMG_SYMMETRIC
#define PAD_IMG_SYMMETRIC 0
#define PAD_IMG_ZERO 1
#endif
#include "CmDefinition.h"
// #define CV_Assert_(expr, args) \
// {\
// if(!(expr)) {\
// string msg = cv::format args; \
// CmLog::LogError("%s in %s:%d\n", msg.c_str(), __FILE__, __LINE__); \
// ... | [
"randonlang@gmail.com"
] | randonlang@gmail.com |
eafc0259acf6f9c8c27fd9e6971435a7076cc28d | 1f2fc96f8b68d95cd31167ef93e2e0b3c115c8b1 | /ui_server/src/RequestHandlerFactory.h | 92da071eadd9814b5e91356781dedc8a16539a6d | [
"BSD-3-Clause"
] | permissive | duzhanyuan/BeeeOnIOTServer | 546f7ccc3e1906ce17e1d453a5be89721833a999 | 8cb47b7938a436b787b5ace8d65d3b79d22c088f | refs/heads/master | 2020-06-24T09:48:58.225275 | 2016-08-07T00:03:40 | 2016-08-07T00:03:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,348 | h | #ifndef MSGFACTORY_H
#define MSGFACTORY_H
#include <string>
#include "request_handlers/IRequestHandler.h"
#include "DAO/DAOUsers.h"
#include "DAO/DAODevices.h"
#include "DAO/DAOlogs.h"
#include "DAO/DAOLocations.h"
#include "DAO/DAOPushNotificationService.h"
#include "DAO/DAONotification.h"
#include "DAO/... | [
"xvampo01@stud.fit.vutbr.cz"
] | xvampo01@stud.fit.vutbr.cz |
48de168c928fc00ae36f6be395225803fa7287fa | cddf15a908244c4f588223993f1d3061b6120b29 | /olcPGEX_Sound.h | 047e37266090f3b504a65f556e3f7c304ed06cfc | [] | no_license | TheWillBa/ClayTargetLeadVisualizer | bc8bf19b359660829029a80d2ac4c76dea88fb44 | 6aac295465877e7bda0b1cbb41e4b6d41ac82d26 | refs/heads/main | 2023-02-10T07:07:45.155755 | 2021-01-11T20:27:55 | 2021-01-11T20:27:55 | 327,468,303 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,559 | h | #pragma once
/*
olcPGEX_Sound.h
+-------------------------------------------------------------+
| OneLoneCoder Pixel Game Engine Extension |
| Sound - v0.4 |
+-------------------------------------------------------------+
What is this?
~~~~~~~~... | [
"wbabincsak@gmail.com"
] | wbabincsak@gmail.com |
d76b6adb04fa7482930abf6832d23bfd351a8b9a | 492caa3747053dc92141f75d50bd97619c481173 | /ART/include/art/ListProp.h | 5b4aeb6dd41d3cec1cf69907729e2b0e1e214602 | [] | no_license | jomael/artool | 20cf9b9f5b41b1d7c35582b51ccd5db9799aaedc | 05c18a17150619ff7f56f30b8169cc379b978a13 | refs/heads/master | 2020-03-28T11:34:42.412379 | 2018-02-16T12:41:52 | 2018-02-16T12:41:52 | 148,227,834 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,807 | h | /**************************************************************************
* *
* Acoustic Research Tool (ART) *
* *
* A Simula... | [
"saranb@09a2bdc0-3751-4de4-99d9-04f024db765c"
] | saranb@09a2bdc0-3751-4de4-99d9-04f024db765c |
fae17dab9fa32a1da27f92c252eed7fada29c417 | a75bfdb61d2bfa20f71d2a1548188db18a8e5e6d | /Codeforces/280/c.cpp | f0056394fadba46b58c356b3396f46575dfc2ed9 | [] | no_license | Ra1nWarden/Online-Judges | 79bbe269fd35bfb1b4a5b3ea68b806fb39b49e15 | 6d8516bb1560f3620bdc2fc429863a1551d60e6a | refs/heads/master | 2022-05-01T17:50:00.253901 | 2022-04-18T06:55:25 | 2022-04-18T06:55:25 | 18,355,773 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 751 | cpp | #include <queue>
#include <iostream>
using namespace std;
struct Paper {
Paper() {};
Paper(long long a, long long b) : grade(a), essay(b) {};
long long grade;
long long essay;
bool operator<(const Paper& another) const {
return essay > another.essay;
};
};
int main() {
long long n, r, av;
cin >> ... | [
"wzh19921016@gmail.com"
] | wzh19921016@gmail.com |
b50cbf7c5bee8064776c5bd279f6331ff05ed1b8 | 46995d862d409431657efdd8b317d1a596c70bff | /shared/poco/include/Poco/HexBinaryEncoder.h | ae5d7493289bddf193a11033f6dad8e467f24ec8 | [] | no_license | killvxk/zerokit | 576b133232c588faef42d66e23bd156118649c7e | 29fe947fafdd590b4dc72391a8441a22f3f83123 | refs/heads/master | 2020-05-02T19:06:57.743802 | 2019-04-15T02:06:19 | 2019-04-15T02:06:19 | 178,149,584 | 1 | 0 | null | 2019-04-15T02:06:20 | 2019-03-28T07:28:31 | C | UTF-8 | C++ | false | false | 3,313 | h | //
// HexBinaryEncoder.h
//
// $Id: //poco/1.4/Foundation/include/Poco/HexBinaryEncoder.h#2 $
//
// Library: Foundation
// Package: Streams
// Module: HexBinary
//
// Definition of the HexBinaryEncoder class.
//
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.... | [
"darkabode@tuta.io"
] | darkabode@tuta.io |
7afcbe46997319a773e51a1aaf0b1c6b65a628a4 | 2b9be69f28449432e6e8268c01376d57a1f1e708 | /src/Model.cpp | f1477cfa3d664e0230fde3b3833c967948e6a297 | [] | no_license | LouisMayor/Vk-Sponza | 1d8fac95ea32317862f9d4c182955f0a91dda395 | 8012e3491a6db41f5673f19e570e1d6c18d75565 | refs/heads/master | 2020-06-16T19:28:54.413900 | 2019-07-14T21:22:17 | 2019-07-14T21:22:17 | 195,678,817 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,039 | cpp | #include "include/Model.h"
extern VkGen::VkGenerator g_VkGenerator;
extern Logger g_Logger;
Model::Model(vk::Device _device, vk::PhysicalDevice _physical_device, uint32_t _num_of_buffers)
{
m_descriptor_sets.resize(_num_of_buffers);
}
void Model::LoadMesh(vk::Device _device,
... | [
"louismayor1@gmail.com"
] | louismayor1@gmail.com |
538142dba0d19b535825fd58b2e427d9a99ba3a1 | 31ac07ecd9225639bee0d08d00f037bd511e9552 | /externals/OCCTLib/inc/Visual3d_LayerDefinitionError.hxx | 8f2e73c7d52e0bbe98c996dd33df1034367186de | [] | no_license | litao1009/SimpleRoom | 4520e0034e4f90b81b922657b27f201842e68e8e | 287de738c10b86ff8f61b15e3b8afdfedbcb2211 | refs/heads/master | 2021-01-20T19:56:39.507899 | 2016-07-29T08:01:57 | 2016-07-29T08:01:57 | 64,462,604 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,252 | hxx | // This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _Visual3d_LayerDefinitionError_HeaderFile
#... | [
"litao1009@gmail.com"
] | litao1009@gmail.com |
2d89c4ae869876b47831a99de0ec93dd332dc2e1 | b112ff7af0f4cd97cdcbbcb50126745aa5248304 | /testsuites/0005.freestanding/0001.Hello World/helloworld_linux.cc | 3cc682e445314a451ac72c38d3bdd8b66c0f84d1 | [
"MIT"
] | permissive | FrancoisSestier/fast_io | d5f42caf563e61d9ac0b9c4cb53123c9420bf7bf | 30ed67bfecdd9d05102c34bf121cff9d31773565 | refs/heads/master | 2022-12-15T11:27:58.623652 | 2020-09-08T01:54:17 | 2020-09-08T01:54:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 403 | cc | #include"../../../include/fast_io.h"
extern "C" [[noreturn]] void _start() noexcept
{
print(fast_io::out(),"Hello World\n");
fast_io::fast_exit(0);
}
//g++ -o helloworld_linux helloworld_linux.cc -Ofast -std=c++2a -s -fno-exceptions -fno-rtti -DNDEBUG -ffreestanding -nodefaultlibs -static -lgcc -nostartfiles
//bina... | [
"euloanty@live.com"
] | euloanty@live.com |
ad06de67920bec54a246147da37d3ebfc96d01c0 | 026af1cf32ca6ae9f14e638c477b6bf556468ee9 | /tms_legacy/tms_ss_ods/ods_make_model/src/ods_makemodel_table.cpp | c892e4c7891bc8059c3bb5cdd679780a73ab1a4d | [] | permissive | irvs/ros_tms | f2449fc2d51e369bd962398aded8e1829a314b16 | 3d6b6579e89aa9cb216cd3cb6157fabc553c18f1 | refs/heads/develop | 2023-01-28T03:29:27.004140 | 2020-02-22T04:53:33 | 2020-02-22T04:53:33 | 24,835,814 | 56 | 24 | BSD-3-Clause | 2023-01-11T22:23:41 | 2014-10-06T06:19:21 | TSQL | UTF-8 | C++ | false | false | 3,056 | cpp | #include <pcl/io/pcd_io.h>
#include <pcl/point_types.h>
#include <pcl/visualization/cloud_viewer.h>
#define TABLE 1
int main()
{
//宣言
pcl::PointCloud< pcl::PointXYZ >::Ptr cloud(new pcl::PointCloud< pcl::PointXYZ >);
// table1
if (TABLE == 1)
{
for (double z = 0.000; z <= 0.700; z += 0.01)
{
... | [
"sakamoto@irvs.ait.kyushu-u.ac.jp"
] | sakamoto@irvs.ait.kyushu-u.ac.jp |
aebd70ffa425a7a8fcc27df544f85fa81953db87 | 90fbd27920f5e9182284223eda007b7e1036897c | /gc_to_csv.cpp | 1ecd111808b1c0f622f1299d7a51b6baaecdec82 | [] | no_license | sin19682004/s2 | c3934c3a40e5faade25978b631199f6451529d22 | 25c209e10ccad0359b97ac7d64ef4151db3be072 | refs/heads/master | 2021-01-23T13:17:06.609564 | 2015-11-23T05:53:38 | 2015-11-23T05:53:38 | 35,410,989 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 2,923 | cpp |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <iostream>
const int el_end=5;
const int wl_end=5;
const int dn_end=5;
const int bs_end=4;
//int wl[7] = {1,2,4,8,16,32,64};
//int dn[6] = {20,40,80,160,320,640};
int el[el_end]={ 100, 150, 200, 250, 300 };
int wl[wl_end]={ 100, 150, 200, 250, 300... | [
"kalay20@gmail.com"
] | kalay20@gmail.com |
97d388f33b12d524d0cb7c45b7e2f17355d55e88 | 4164ec956eb9a25ecf8c17b289cb8bf03d0081ff | /QtDrumkit/QtGameEnabler/src/audiosourceif.cpp | 957af71053e2da86b13885266e55e60f587a2e74 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | lduboeuf/drumkit-qt | 3b2cf645c007843bc4e7aab2a00c7000cda774f4 | b41f127ca860f7dfda0de6c109c3ce4b98ff8430 | refs/heads/master | 2022-11-08T21:32:41.724425 | 2021-10-30T19:32:14 | 2021-10-30T19:32:14 | 186,623,562 | 2 | 1 | NOASSERTION | 2021-10-30T19:32:16 | 2019-05-14T13:03:28 | C++ | UTF-8 | C++ | false | false | 795 | cpp | /**
* Copyright (c) 2011 Nokia Corporation.
* All rights reserved.
*
* Part of the Qt GameEnabler.
*
* For the applicable distribution terms see the license text file included in
* the distribution.
*/
#include "audiosourceif.h"
using namespace GE;
/*!
\class AudioSource
\brief An abstr... | [
"kari-pekka.koljonen@futurice.com"
] | kari-pekka.koljonen@futurice.com |
d2d2c4360f2bb3f6d90c36548fa5fdac185371b7 | 84e08bbe67c3e3eb6ac689f43c50a410b1982fd1 | /Blynk_Distance/Blynk_Distance.ino | 204e6598e6d96d62e583cd201c8a39e939fb9155 | [] | no_license | freelabid/iot-basic-kit | d6238e19a0057ef3d1de45fd50eacaba046ce319 | 1e95028f8c9a36f040dce370ccf3ec2f0188597d | refs/heads/main | 2023-05-28T15:41:33.161399 | 2021-06-21T13:57:39 | 2021-06-21T13:57:39 | 375,735,140 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,672 | ino | /*************************************************************
Download latest Blynk library here:
https://github.com/blynkkk/blynk-library/releases/latest
Blynk is a platform with iOS and Android apps to control
Arduino, Raspberry Pi and the likes over the Internet.
You can easily build graphic inte... | [
"¨bontorhumala@github.com¨"
] | ¨bontorhumala@github.com¨ |
2f69394cbe3a7dd2c71747320fc1c9b9096750ee | 282702d1d861fdb3a292fab9c5f58950a120c9fd | /Kattis/GRAPH/BFS-DFS/Running_MoM/running.cpp | 5f566b1e4d66b28b01fd56bfc7cc57d510857ee7 | [] | no_license | nguyenla/Ziticode | 6261573d1b0ecd54590959335d5e6a026ee8a233 | 1c52dfedccbfda8f34a1d0f81ef725cf722c37f5 | refs/heads/master | 2021-01-23T03:43:35.347801 | 2020-07-20T18:01:55 | 2020-07-20T18:01:55 | 86,113,653 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,317 | cpp | #include <algorithm>
#include <iostream>
#include <math.h>
#include <sstream>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <vector>
using namespace std;
// Helper function to display vector
template <class T>
void print(const vector<T>& input) {
for (const T& elem : input) {
... | [
"phulamnjc@gmail.com"
] | phulamnjc@gmail.com |
64d6fd01296b041c550c643764e0061f025aff3a | f959adfd79fb3fd2a2bc29b15e3945ee707870aa | /IWork.cpp | 42b833acf6fbea6f4e98bf2399164a681198be51 | [] | no_license | mtriston/webserv | 7ac1eef5072facb6650e5f442901dcf1a39b11d2 | 3598cd7854f209af4f77e2d4bd35a7a0d1ba1849 | refs/heads/main | 2023-06-04T01:05:14.639281 | 2021-06-14T13:07:27 | 2021-06-14T13:07:27 | 361,383,617 | 0 | 1 | null | 2021-05-01T11:38:24 | 2021-04-25T09:21:16 | C++ | UTF-8 | C++ | false | false | 1,687 | cpp | //
// Created by mtriston on 22.05.2021.
//
#include "IWork.hpp"
#include "WorkerManager.hpp"
#include "ListenSocket.hpp"
#include "ConnectionSocket.hpp"
IWork::~IWork() {}
AcceptConnectionWork::AcceptConnectionWork(ListenSocket *socket) : socket_(socket) {}
AcceptConnectionWork::~AcceptConnectionWork() {}
void Ac... | [
"po4ta.polevaya@gmail.com"
] | po4ta.polevaya@gmail.com |
e0b06d5ff83be510bb48aa6f3c9690a7800ec9ac | 0bb69eb7ff21f829ec81f38300bce9cd89762370 | /apollo_notes/modules_4_30(修改canbus模块代码,将socket设置为非阻塞模式可以pulishchassis了)/common/apollo_app.cc | f4f412e7598844db624f7f1acc824aca3c8f2984 | [] | no_license | quuen/learning_notes | 97c6413b8292d4f9fbfa2f067a1d791a9145a5f0 | ebd3545c7230de64373cb3c55aab9c65af92999b | refs/heads/master | 2022-12-15T09:32:38.390131 | 2020-05-09T01:57:13 | 2020-05-09T01:57:13 | 227,045,614 | 0 | 0 | null | 2022-12-07T21:42:01 | 2019-12-10T06:31:28 | C++ | UTF-8 | C++ | false | false | 2,834 | cc | /******************************************************************************
* Copyright 2017 The Apollo 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
... | [
"408444897@qq.com"
] | 408444897@qq.com |
6b390f87959745cf3ad565ac1cf9691af8d9d3ba | 8811d9c85ae3de92463363c55b66afd0b194925e | /706-design-hashmap/706-design-hashmap.cpp | 00a1bf63b5d9fabf4710b4de21182b682b6510c4 | [] | no_license | Zulqarnayn/Leetcode-Solution | 105c43de58ecaef34281a51b2fb1746c7a308688 | 1e9e345c8373b8948c91ca7e2c42f76172c73566 | refs/heads/master | 2022-12-22T11:39:58.830966 | 2022-12-16T17:15:33 | 2022-12-16T17:15:33 | 228,406,035 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,203 | cpp | class Bucket {
vector<pair<int, int>> bucket;
public:
Bucket() {
bucket = {};
}
int getValueFor(int key) {
for(auto element: bucket) {
if(element.first == key) {
return element.second;
}
}
return -1;
}
... | [
"mujtabaasif04@gmail.com"
] | mujtabaasif04@gmail.com |
a9cdf724c5c2778ea0f7b9cc87df9765418e8ae1 | 22a080291e34763a93d391bf68ce638a1f4e9287 | /Bitwise AND of Numbers Range.h | 7b080c26deaf43f2a1f3576022d5c4dc2536b397 | [] | no_license | Neal854386/inter | 06e941c49f6c7d77842d1b45c2eb5e5388c756cf | 6ca016d9a43de6427ccb25aef3a766951cf0d6bb | refs/heads/master | 2016-08-12T16:15:02.075794 | 2016-05-02T06:26:31 | 2016-05-02T06:26:31 | 53,039,820 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 427 | h | //Bitwise AND of Numbers Range
/*
Given a range [m, n] where 0 <= m <= n <= 2147483647, return the bitwise AND of all numbers in this range, inclusive.
For example, given the range [5, 7], you should return 4.
*/
class Solution {
public:
int rangeBitwiseAnd(int m, int n) {
int i = 0;
while (m != ... | [
"xhan5@binghamton.edu"
] | xhan5@binghamton.edu |
d3117ac63175685cf5333e8c344fac3fb8f035de | 099acad1529c26552d0080e31ac3604611d592b9 | /Assignments 2/code/test.cpp | ccd084a4453650def992e2f9cc0abc86e9abf7b6 | [] | no_license | Monderkamp/Computational-Physics | 98467385c057334426805e905f7979024408a0ed | 0381c5068ddc1743cbf67af9caee86874adf1011 | refs/heads/master | 2020-04-01T17:57:35.362885 | 2019-06-05T10:45:21 | 2019-06-05T10:45:21 | 153,462,136 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,205 | cpp | #include <iostream>
#include <cmath>
#include <fstream>
#include "quadrature.cpp"
#include "boolsrule.cpp"
using namespace std;
using namespace std;
int main()
{
cout << "quadrature: " <<quadrature() << endl;
cout << "boolsrule: " <<boolsrule(0.0,2.0) << endl;
cout << "\ndeviation from exact value:" << endl;
c... | [
"paul.monderkamp@hhu.de"
] | paul.monderkamp@hhu.de |
656b1ebc81ac8d2539e9b7fb1e260d3f42149799 | 67414e7e5c8e2ef92d633ac4deee59b8e6ba8c4b | /SMMP4/mysql_widget.cpp | f9e2e20b15a65d9c9ea4af56d14d329c1171bb7e | [] | no_license | JasonOldWoo/QtProjects | 99da87fa4a8b4612c905e9db3c2b719571a557ed | 79b93915f1a3417fa79dc6f74debaeaaa9b43174 | refs/heads/master | 2021-01-01T15:54:33.234633 | 2014-04-04T05:42:08 | 2014-04-04T05:42:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 80,159 | cpp | #include "mysql_widget.h"
#include "ui_mysql_widget.h"
#include <QSqlDatabase>
#include <QSqlTableModel>
#include <QMessageBox>
#include <QDebug>
#include <QSqlError>
#include <QSqlQuery>
#include <QDesktopServices>
#include <QUrl>
#include <QAbstractItemView>
#include "msgEcho.h"
#include<QTime>
#include<QTimer>
#incl... | [
"brucecen2@gmail.com"
] | brucecen2@gmail.com |
8f01b329ccd505240735b2eb95471ed809e7583c | 4503b4ec29e9a30d26c433bac376f2bddaefd9e5 | /boost_1_56_0/include/boost/pending/iterator_tests.hpp | e36a19663a189aa406c953069daa284ca268d695 | [] | no_license | SwunZH/ecocommlibs | 0a872e0bbecbb843a0584fb787cf0c5e8a2a270b | 4cff09ff1e479f5f519f207262a61ee85f543b3a | refs/heads/master | 2021-01-25T12:02:39.067444 | 2018-02-23T07:04:43 | 2018-02-23T07:04:43 | 123,447,012 | 1 | 0 | null | 2018-03-01T14:37:53 | 2018-03-01T14:37:53 | null | UTF-8 | C++ | false | false | 6,716 | hpp | // Copyright David Abrahams and Jeremy Siek 2003.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_ITERATOR_TESTS_HPP
# define BOOST_ITERATOR_TESTS_HPP
// This is meant to be the beginnings o... | [
"hnk0313@3e9e098e-e079-49b3-9d2b-ee27db7392fb"
] | hnk0313@3e9e098e-e079-49b3-9d2b-ee27db7392fb |
90985d81be8ba1639ddf6b16986c682beda10880 | 7ebae5ec0378642a1d2c181184460e76c73debbd | /USACO/cow/cow/stdafx.cpp | 400eab82edc6dd3600e7724e4b4679e7136496bc | [] | no_license | tonyli00000/Competition-Code | a4352b6b6835819a0f19f7f5cc67e46d2a200906 | 7f5767e3cb997fd15ae6f72145bcb8394f50975f | refs/heads/master | 2020-06-17T23:04:10.367762 | 2019-12-28T22:08:25 | 2019-12-28T22:08:25 | 196,091,038 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 282 | cpp | // stdafx.cpp : source file that includes just the standard includes
// cow.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"tonyli2002@live.com"
] | tonyli2002@live.com |
334b8bcc761a0b1925664dd1ee8a42848a29e642 | ca2d18de788383089609cc91d37a91653f6d5bc7 | /C5_conflicto/tabla-3.7/parser.cpp | 79976b3d2c8036515874fe27e9f43dc52c02c6c8 | [] | no_license | EXUPLOOOOSION/comp | 17b396798a63f4f9b42d0d448b71bd162162fabf | e518af82d64f60c4f9b5ca530680d63286374a1f | refs/heads/master | 2023-04-23T23:39:15.092555 | 2021-05-06T13:42:59 | 2021-05-06T13:42:59 | 364,923,678 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 47,454 | cpp | /* A Bison parser, made by GNU Bison 3.5.1. */
/* Bison implementation for Yacc-like parsers in C
Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2020 Free Software Foundation,
Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License a... | [
"okemeko@gmail.com"
] | okemeko@gmail.com |
b090a665033952284644b134c639769777b13010 | 008a4c9ea9467277995787b021b8d3f41159f325 | /Week 2/Codes/LCM/main.cpp | 18fbaa9bd83560ab8135cfce7f5a0a75f8db28e9 | [] | no_license | vinayrn12/Algorithmic-Toolbox | 91c813afdeca2594a4a564e6b07fbe55c7965ae8 | a903955239dc4a524f72d6133245788e4111cdf4 | refs/heads/master | 2022-11-30T01:17:25.245293 | 2020-08-02T07:13:09 | 2020-08-02T07:13:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 646 | cpp | #include <iostream>
using namespace std;
long long GCD(int a, int b){
if(b == 0)
return a;
GCD(b, a%b);
}
int main()
{
long a, b;
cin>>a>>b;
long long gcd = GCD(a, b);
long long int lcm = (long long int)(a) * b /gcd;
cout<<lcm;
//Method-1(Successful)
/*if(b>a){
int... | [
"vinayvrn12@gmail.com"
] | vinayvrn12@gmail.com |
85286b102538e9a7e15d3eb191e97266704704dd | ccf2a87c614d7d1ecb2eda1b07ac054c0ffb3768 | /mediatek/platform/mt6592/hardware/mtkcam/v1/hal/adapter/Scenario/Shot/HDRShot/HDRUtils.cpp | 1c9ec899c8feffcf9a237e1db9a807d61973b183 | [] | no_license | bq/aquaris-E10 | e5a6c6a927f644e36ac1e9a0e60e3ef9fafb8609 | 86ca35f22a0ef104f6c7624de3bbf2e037b9e684 | HEAD | 2016-09-06T04:38:43.576246 | 2015-11-17T10:40:56 | 2015-11-17T10:40:56 | 28,911,849 | 4 | 11 | null | null | null | null | UTF-8 | C++ | false | false | 104,702 | cpp | /* Copyright Statement:
*
* This software/firmware and related documentation ("MediaTek Software") are
* protected under relevant copyright laws. The information contained herein
* is confidential and proprietary to MediaTek Inc. and/or its licensors.
* Without the prior written permission of MediaTek inc. and/or ... | [
"anddevops@bq.com"
] | anddevops@bq.com |
b62f887b798f2ddbef50280bf93963ae0d987282 | 7bb516e50632f8e7626668a74030d961e8de472f | /src/rpcdump.cpp | aa028869ca5c9aad820b2021e20d7e27666707cb | [
"MIT"
] | permissive | zebbra2014/warp | 63729079accca8bd34c1789950140be2ba84a7ca | b307296d08bf86535fa452a53752af737da82511 | refs/heads/master | 2021-01-22T12:09:07.319376 | 2016-01-18T10:01:59 | 2016-01-18T10:01:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,258 | cpp | // Copyright (c) 2009-2012 Bitcoin Developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <iostream>
#include <fstream>
#include "init.h" // for pwalletMain
#include "bitcoinrpc.h"
#include "ui_interface.h"
#in... | [
"warp@openmailbox.org"
] | warp@openmailbox.org |
3192a4a5520f5bb90c9f2820f839c18bcfaea47f | 90f84d39df7c2d58a7084fd46e4e4c39d16adfe6 | /util/imgwriter/main.cpp | bd8d1c95defc8eba4b3be16513c70a52d52b94f3 | [] | no_license | amitdo/Lipitk | 08c3c1848998fba7b5a94ef9a39775f628961328 | 23d51c3bc0505c35511e8fc8e91af455b9342461 | refs/heads/master | 2021-01-16T22:50:20.018371 | 2011-11-08T18:31:04 | 2011-11-08T18:31:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,685 | cpp | /*****************************************************************************************
* Copyright (c) 2007 Hewlett-Packard Development Company, L.P.
* 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
* th... | [
"anirudhsharma.crypto@gmail.com"
] | anirudhsharma.crypto@gmail.com |
389f457a9f955dc9e18a9c0c1110932f2568acea | 93db044eb00abbd18b75eeb0617dd1e054f2b199 | /Engine/Source/Runtime/AIModule/Classes/Perception/AISense_Blueprint.h | 7bec2697335e7772fb88b03a956ecc0f43bb43f2 | [] | no_license | cadviz/AHRUnrealEngine | 9c003bf9988d58ece42be4af030ec6ec092cd12e | e0c1a65098f4a86b4d0538535b5a85dd1544fd30 | refs/heads/release | 2021-01-01T15:59:31.497876 | 2015-04-13T22:03:55 | 2015-04-13T22:03:55 | 34,035,641 | 9 | 19 | null | 2015-04-16T05:12:05 | 2015-04-16T05:12:05 | null | UTF-8 | C++ | false | false | 2,648 | h | // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "Perception/AIPerceptionSystem.h"
#include "Perception/AISense.h"
#include "AISense_Blueprint.generated.h"
class AActor;
class UUserDefinedStruct;
class UAISenseBlueprintListener;
class UAIPerceptionComponent;
class UAISenseEvent;
UC... | [
"pachesantiago@gmail.com"
] | pachesantiago@gmail.com |
b0637c15a4f9f2cf1ac5d9f15d754120222f9b11 | 573a66e4f4753cc0f145de8d60340b4dd6206607 | /JS-CS-Detection-byExample/Dataset (ALERT 5 GB)/358137/2.0/pwsafe-2.0-src/FindDlg.h | 6d9481ad9b7c12f23873b2e1541920b7c3c4c52b | [
"Artistic-2.0",
"Artistic-1.0-Perl",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | mkaouer/Code-Smells-Detection-in-JavaScript | 3919ec0d445637a7f7c5f570c724082d42248e1b | 7130351703e19347884f95ce6d6ab1fb4f5cfbff | refs/heads/master | 2023-03-09T18:04:26.971934 | 2022-03-23T22:04:28 | 2022-03-23T22:04:28 | 73,915,037 | 8 | 3 | null | 2023-02-28T23:00:07 | 2016-11-16T11:47:44 | null | UTF-8 | C++ | false | false | 1,870 | h | #if !defined(AFX_FINDDLG_H__D63D8AE1_8908_401A_8770_CBA6AC9F3D84__INCLUDED_)
#define AFX_FINDDLG_H__D63D8AE1_8908_401A_8770_CBA6AC9F3D84__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FindDlg.h : header file
//
#include "corelib/PwsPlatform.h"
#if defined(POCKET_PC)
#include "pocketpc/Pws... | [
"mmkaouer@umich.edu"
] | mmkaouer@umich.edu |
8dac64c641cf55e5d23fc1399883a974b2ffefd0 | 759c5181ba8508856da8002be68e47f03ac47e6a | /include/reggae.h | 1ccc03481c4ff76f1f8dc4f68682c983937eb7cb | [] | no_license | CALMmodel/CALM | a7ef823a7b6201e2631283c30c589e025a1b64b1 | ec8accccbf2af63e5b02b0aabbf693912c6af529 | refs/heads/master | 2021-01-19T21:28:52.796282 | 2015-12-17T13:55:30 | 2015-12-17T13:55:30 | 39,497,785 | 0 | 1 | null | 2015-12-14T12:55:20 | 2015-07-22T09:35:20 | C++ | UTF-8 | C++ | false | false | 1,371 | h | #include <iostream>
#include <fstream>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "specrel.h"
#ifndef _REGGAE_H
#define _REGGAE_H
#define SortLength 7
#define DGPI 3.141592653589793238
// GENBOD
// P is total four-momentum
// n is the number of particles
// *mass is an array to the particle ... | [
"majanik@cern.ch"
] | majanik@cern.ch |
18de9f53f1d6ba42e9589f684717b0510eff30c5 | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/088/938/CWE197_Numeric_Truncation_Error__int_large_to_char_73a.cpp | dca9dbc372898f70a4c8b819028c5a7878017c29 | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,434 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE197_Numeric_Truncation_Error__int_large_to_char_73a.cpp
Label Definition File: CWE197_Numeric_Truncation_Error__int.label.xml
Template File: sources-sink-73a.tmpl.cpp
*/
/*
* @description
* CWE: 197 Numeric Truncation Error
* BadSource: large Set data to a number larg... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
24ad60fc4323b210f1e346388966645d71f3245b | e3badcdd3da45c8cba6ad457910a8f886ecaf1e1 | /src/line.h | ac159f66be401d3a18558ed9bff56ef6fb983c3d | [] | no_license | bogado/CopyPasteKiller | cea867476661942a5a894cdb1b7aa55b5038202c | 21476bd52ad1844a0c128942d452163d31e11a7b | refs/heads/master | 2021-01-19T00:15:52.605656 | 2011-07-13T17:54:31 | 2011-07-13T17:54:31 | 261,681 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,264 | h | #ifndef LINE_H_INCLUDED_
#define LINE_H_INCLUDED_
#include "file.h"
#include "simplifier.h"
#include <unordered_map>
namespace analisys {
class Line
{
public:
std::string key() const
{
return key_;
}
unsigned int num() const
{
return num_;
}
const File::Ptr file() const
{
return file_.... | [
"victor@bogado.net"
] | victor@bogado.net |
00f32e5584339ec260d7149f0b274e8083b163a4 | 0989432e66a3d6e26dabfcdae6a6c9c6b0ae9bbf | /extensions/browser/api/declarative_net_request/ruleset_matcher.h | 7854eb6fed6d84a18b509c9a47c3ad141101e5ba | [
"BSD-3-Clause"
] | permissive | luoyepiaohong/chromium | aba96ba4fb0e462ebef9919eade76f3719a8ed53 | 24a4ea6a39d481310824d438864568796fdcd454 | refs/heads/master | 2023-01-11T22:52:17.424910 | 2019-04-02T14:10:21 | 2019-04-02T14:10:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,457 | h | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef EXTENSIONS_BROWSER_API_DECLARATIVE_NET_REQUEST_RULESET_MATCHER_H_
#define EXTENSIONS_BROWSER_API_DECLARATIVE_NET_REQUEST_RULESET_MATCHER_H_
#incl... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
7cfdd7e83a3edc8eb515eb27e8a350eadf2115e6 | b1d538d37e4fc1117c62f0f651469430bb45c488 | /Ambient Lighting/TextureShaderClass.cpp | 3ef5886505445521b7c56bfe771eaa8321a693be | [] | no_license | labud/DirectX11 | e639787fd470b9236a172c300e2b6ced317d0a2f | b5bd8eb4dc9f411366d638b480823ae2d25f5cfb | refs/heads/master | 2020-05-29T09:33:53.344783 | 2015-08-12T06:40:12 | 2015-08-12T06:40:12 | 39,111,635 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 13,295 | cpp | ////////////////////////////////////////////////////////////////////////////////
// Filename: textureshaderclass.cpp
////////////////////////////////////////////////////////////////////////////////
#include "textureshaderclass.h"
TextureShaderClass::TextureShaderClass()
{
m_vertexShader = 0;
m_pixelShader = 0;
m_l... | [
"labudly@163.com"
] | labudly@163.com |
1c6fb02bc9abba5a241555fbfebd63488c010d54 | 527dc6d095a300ed4af75f01b8d8853136ed54b0 | /src/qt/coincontroldialog.cpp | 6232076a7f23e73ca1f4ad9a6bd0a50de75e90ea | [
"MIT"
] | permissive | sergej07021977/muayfitcoin | 3d066e799c1b7c6e34c350ba0cac794fe303fd1c | 5e87a7302836ab84775677c33b815cadf896582a | refs/heads/master | 2020-04-14T23:55:51.757846 | 2018-10-08T16:06:36 | 2018-10-08T16:06:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 37,048 | cpp | // Copyright (c) 2011-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2018 The Mfit developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-lice... | [
"muayfitcoin@gmail.com"
] | muayfitcoin@gmail.com |
c8f04df6ce8d3569d06f32f7da7b4a53483bf3fb | b21667f42ed5185bd29aedd1a60d0653f8a2a7b7 | /cmake/experimentmodel.h | 0949d3aa6ed231255bfcfddd7a3313d7fcc5580f | [] | no_license | wuzhuobin/smartfMRI | 9f17d93719e240b5aee0c439d181bcaa3282d62c | 6f592dc800228d6dddb0f9f92cb101f0a1786b86 | refs/heads/master | 2020-04-16T02:27:28.184347 | 2016-08-07T15:50:15 | 2016-08-07T15:50:15 | 56,309,082 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,138 | h | #ifndef EXPERIMENTMODEL_H
#define EXPERIMENTMODEL_H
#include <QAbstractListModel>
#include <QDebug>
#include <QDir>
#include "experiment.h"
/**
* @class ExperimentModel
* ListModel for displaying all the experiments in the dir (./paradigm) folder
* if this folder does not exist, it will make one
* @author
* @vers... | [
"317854987@qq.com"
] | 317854987@qq.com |
40d75f510fcf9f191a3de54592ebc22aa0b9eef7 | 20b031ece787c555f8ede23666cf803a77415556 | /src/qt/sendcoinsentry.cpp | bd38b061fe659185d4a9ad789fb96b10a068ba41 | [
"MIT"
] | permissive | venturecoin/venturecoin | ac16c885b27cb1993363aa683ed643a4a83586c2 | 5fd786179cf747994dba35091ba4f911838ac5d0 | refs/heads/master | 2021-01-19T09:43:58.533690 | 2014-07-21T13:30:16 | 2014-07-21T13:30:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,425 | cpp | #include "sendcoinsentry.h"
#include "ui_sendcoinsentry.h"
#include "guiutil.h"
#include "bitcoinunits.h"
#include "addressbookpage.h"
#include "walletmodel.h"
#include "optionsmodel.h"
#include "addresstablemodel.h"
#include <QApplication>
#include <QClipboard>
SendCoinsEntry::SendCoinsEntry(QWidget *parent) :
... | [
"venturecrypto@gmail.com"
] | venturecrypto@gmail.com |
d7124bab7f2f84cecfe9b3f764eb544d29b1e8bc | b1842ae9b5fc773ca3d0b8b3f31862ef48464fc0 | /src/protocol.cpp | d26b5ee9229c641047a0ef6e8f5ee33dd64e2a7b | [
"MIT"
] | permissive | ipocoin-dev/ipocoinCore | fb815a5b0a84e95631247f75158ee150debca815 | b5f6b612d4f0a67bb5150ab1f980476e2eb68550 | refs/heads/master | 2020-12-30T17:10:53.756105 | 2017-05-12T07:56:25 | 2017-05-12T07:56:25 | 91,060,777 | 0 | 1 | null | 2017-09-03T08:30:02 | 2017-05-12T06:53:05 | C++ | UTF-8 | C++ | false | false | 7,888 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "protocol.h"
#include "util.h"
#include "utilstrencodings.h"
#ifndef W... | [
"production@francoin.fr"
] | production@francoin.fr |
9e130e070b98e239a000858a90d95fa15853e9f0 | 42acb692dd19e70aa10bdaa55cbaa576903b9b35 | /workspace/build/rviz/src/rviz/moc_property_tree_delegate.cpp | eb122efde43f88d82eef2fc990686367cae4fe49 | [] | no_license | VTAstrobotics/ObstacleAvoidance | ec4a09773afcc5187db7962642d9bbbefc9d9a04 | 12184cb5ce6d7ff95ac456e778e03eafc82535d2 | refs/heads/master | 2020-03-15T14:47:56.840862 | 2018-05-05T00:13:47 | 2018-05-05T00:13:47 | 132,197,446 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,974 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'property_tree_delegate.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.5.1)
**
** WARNING! All changes made in this file will be lost!
**********************************************... | [
"rohan.dani1@gmail.com"
] | rohan.dani1@gmail.com |
4cae31f26f4d1dd858edc2199e05694064c97101 | 3ad0d91c892503f0963ba467a3a00ea29b573382 | /aboutdialog.cpp | 1eac1840b78be64cd88bf16bb686c0e615ef02c2 | [] | no_license | gaissa/QtTT | e139d0fcd49410c340e5313d4bf5b9cb6873736e | 10398600f759f581ee1bccbb30421641e4e2431d | refs/heads/master | 2020-06-30T04:04:06.287374 | 2014-07-08T13:36:39 | 2014-07-08T13:36:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 263 | cpp | #include "aboutdialog.h"
#include "ui_aboutdialog.h"
AboutDialog::AboutDialog(QWidget *parent) :
QDialog(parent),
ui(new Ui::AboutDialog)
{
ui->setupUi(this);
this->setWindowTitle("About QtTT");
}
AboutDialog::~AboutDialog()
{
delete ui;
}
| [
"jannekahkonen@gmail.com"
] | jannekahkonen@gmail.com |
f6087c311a6875c47fa6d3eb3874a6d88d945ac8 | 41c6f7a22483cbf3595f9a954a39c7e520560254 | /include/downloader.h | 252a8c147b1c2363ff07dc7e8e3f273375d7bb32 | [] | no_license | Belovedbb/YoutubeCore | 28c6a02aafd3342cadc546c8fbd012ef491169d6 | 167e2ed69919047bd49dd8ec30fb7f6d33dd1e33 | refs/heads/master | 2022-06-23T14:29:26.071384 | 2020-05-03T12:50:04 | 2020-05-03T12:50:04 | 260,917,436 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,155 | h | #ifndef YOUTUBECORE_DOWNLOADER_H
#define YOUTUBECORE_DOWNLOADER_H
#include <vector>
#include <string>
#include <cstddef>
#include <algorithm>
#include <random>
#include <iterator>
#include <fstream>
#include <tuple>
#include "common.h"
#include "parse_url.h"
#include <iostream>
using namespace std;
namespace downlo... | [
"beloved@localhost.localdomain"
] | beloved@localhost.localdomain |
f9fa358d26085518ccb341d0e4c5a3fa57399151 | 91438802ee114b2fb945aae4105a17993dd6953d | /devel/include/gazebo_plugins/CameraSynchronizerConfig.h | e9473984df8ee7a21b85edcaed39e9ce328eb094 | [] | no_license | AlexLam616/Baxter-robot | 3a4cef31fe46da0fdb23c0e3b5808d84b412d037 | d10fdcd35f29427ca14bb75f14fa9c64af3b028c | refs/heads/master | 2023-05-12T01:25:56.454549 | 2021-05-25T02:02:09 | 2021-05-25T02:02:09 | 367,070,028 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 55,098 | h | //#line 2 "/opt/ros/noetic/share/dynamic_reconfigure/cmake/../templates/ConfigType.h.template"
// *********************************************************
//
// File autogenerated for the gazebo_plugins package
// by the dynamic_reconfigure package.
// Please do not edit.
//
// ****************************************... | [
"1155135145@link.cuhk.edu.hk"
] | 1155135145@link.cuhk.edu.hk |
4e47a33459327ef37063fb3fc38380d8b774ece9 | 67ed24f7e68014e3dbe8970ca759301f670dc885 | /win10.19042/SysWOW64/MrmDeploy.dll.cpp | a673bd9085899fd41fcc22f20dd0328a21f5b6c5 | [] | no_license | nil-ref/dll-exports | d010bd77a00048e52875d2a739ea6a0576c82839 | 42ccc11589b2eb91b1aa82261455df8ee88fa40c | refs/heads/main | 2023-04-20T21:28:05.295797 | 2021-05-07T14:06:23 | 2021-05-07T14:06:23 | 401,055,938 | 1 | 0 | null | 2021-08-29T14:00:50 | 2021-08-29T14:00:49 | null | UTF-8 | C++ | false | false | 1,197 | cpp | #pragma comment(linker, "/export:DllMain=\"C:\\Windows\\SysWOW64\\MrmDeploy.DllMain\"")
#pragma comment(linker, "/export:GetCanonicalMergedPriFileName=\"C:\\Windows\\SysWOW64\\MrmDeploy.GetCanonicalMergedPriFileName\"")
#pragma comment(linker, "/export:GetCanonicalMergedPriFileNameForPackages=\"C:\\Windows\\SysWOW64\... | [
"magnus@stubman.eu"
] | magnus@stubman.eu |
7d423dbcadeeacdf4b291b27a65e48b78f0227ee | 6234682e7cc97e35684f0411c2fe33cac8323813 | /05_design_patterns/02_exercise/project/src/factory/gui/ButtonKdeWidget.cpp | 939ff59071a9367a4300e3f81e1937099b2d4348 | [] | no_license | podstawskim/class_cpp_projects | 43744abef86bcaf6eb6b41ffdf2ad1db7b714ce5 | a7a4b3cdda7bef51e21d6650dedea609028ff514 | refs/heads/main | 2023-03-04T15:51:33.246644 | 2021-02-16T14:05:39 | 2021-02-16T14:05:39 | 339,417,813 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 357 | cpp | //
// Created by Michał Podstawski on 13/12/2020.
//
#include <factory/gui/ButtonKdeWidget.h>
#include <iostream>
factory::gui::ButtonKdeWidget::ButtonKdeWidget(int kdeVersion) : kdeVersion(kdeVersion) {
}
void factory::gui::ButtonKdeWidget::draw() {
std::cout<<"factory::gui::ButtonKdeWidget{kdeVersion: " << thi... | [
"podstawskim@gmail.com"
] | podstawskim@gmail.com |
b077d32281555052b0a02722fd49fdd0a7f0b16e | a35b30a7c345a988e15d376a4ff5c389a6e8b23a | /boost/preprocessor/seq/replace.hpp | 8e4443b40999c6c67e91992aff56905665695756 | [] | no_license | huahang/thirdparty | 55d4cc1c8a34eff1805ba90fcbe6b99eb59a7f0b | 07a5d64111a55dda631b7e8d34878ca5e5de05ab | refs/heads/master | 2021-01-15T14:29:26.968553 | 2014-02-06T07:35:22 | 2014-02-06T07:35:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 70 | hpp | #include "thirdparty/boost_1_55_0/boost/preprocessor/seq/replace.hpp"
| [
"liuhuahang@xiaomi.com"
] | liuhuahang@xiaomi.com |
36233b54a32959a72b4c667760b26147ab641083 | d14853c465ede75b0f18f3ee59654310580e2551 | /renderer/OGL/IndexBufferWrapper.h | 42530b31775cbf6876bd11fab2588ce657d6fd1e | [] | no_license | k3a/Panther3D-2 | dec2f4ef742c1b57da1f17e2b55c39d471e0309a | f906796e331d70ac963d0b899c4c83c50b71cdc0 | refs/heads/master | 2021-01-10T22:23:02.226127 | 2014-11-08T21:31:46 | 2014-11-08T21:31:46 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 949 | h | /* Panther3D Engine © 2004-2008 Reversity Studios (www.reversity.org)
* This contents may be used and/or copied only with the written permission or
* terms and conditions stipulated in agreement/contract.
-----------------------------------------------------------------------------
Authors: am!go
*/
#pragma once
... | [
"kexik@molybdenum.l"
] | kexik@molybdenum.l |
4ecf706803aee5907e9c2574e9e34f39c99ec6af | ebcdfee6ee29b3c3f291f10735623552166d8276 | /d05/ex00/main.cpp | b9db93cb9fccf44d6fba59540b8b6ca77aea4fae | [] | no_license | smarwise/cpp_bootcamp | d90fd272cd10857eaedfe82d6e796bdc621c0ba8 | fa8c961eef20ec228e3479a85f812f453737e5b9 | refs/heads/master | 2022-03-05T20:30:53.277160 | 2019-11-15T07:27:49 | 2019-11-15T07:27:49 | 189,956,928 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 593 | cpp | #include "Bureaucrat.hpp"
int main(void)
{
Bureaucrat checklow = Bureaucrat("One", 150);
Bureaucrat checkhigh = Bureaucrat("Two", 1);
Bureaucrat checkmid = Bureaucrat("Three", 78);
Bureaucrat checkerr = Bureaucrat("Four", -1);
std::cout << checklow;
checklow.decrementGrade();
std::cout... | [
"smarwise@c5r4s2.wethinkcode.co.za"
] | smarwise@c5r4s2.wethinkcode.co.za |
b8374d04e76cdf3079f7bc961c6bac632b928411 | 46dfe348f51b6beec84cf971371c161ca5bca9f8 | /src/imgui/imguizmo/imguizmo.cpp | 76a593cbe1a06c3083fc0af7ded317d95e808fb4 | [] | no_license | crazysnowboy/test_imgui_glfwm | 7a2da6ddbdac912629753fa4f4fb47ed69df1ead | 1b70c36503c9f2ec3799992b2b860a76541b0351 | refs/heads/master | 2020-04-27T10:12:04.334159 | 2019-03-07T06:45:37 | 2019-03-07T06:45:37 | 174,244,211 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 74,390 | cpp | #include "imguizmo.h"
#include "../imgui/imgui.h"
#define IMGUI_DEFINE_MATH_OPERATORS
#include "../imgui/imgui_internal.h"
namespace imguizmo
{
static const float ZPI = 3.14159265358979323846f;
static const float RAD2DEG = (180.f / ZPI);
static const float DEG2RAD = (ZPI / 180.f);
const float screenRotateSize = 0.06f... | [
"kailin@ulsee.com"
] | kailin@ulsee.com |
e8c4820cd075a2babd55c4f3227dda4a9c5a5081 | cd03e6f5b96fa70670df087b1daa551d07989a4a | /RStein.AsyncCpp/Tasks/Task.h | 68b204b2a53330cb9c18a10e3e863305a74da692 | [
"MIT"
] | permissive | lineCode/Rstein.AsyncCpp | a2534733dd1ea6983351329b55ccdbfe9aea02c5 | 4ff60de5299d94b6ef031e31489a269bfb81a956 | refs/heads/master | 2022-06-24T18:31:04.010903 | 2020-05-07T20:25:59 | 2020-05-07T20:25:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,252 | h | #pragma once
#include "../AsyncPrimitives/CancellationToken.h"
#include "TaskState.h"
#include "../Detail/Tasks/TaskHelpers.h"
#include <any>
#include <exception>
#include <memory>
#include <ostream>
namespace RStein::AsyncCpp::Tasks
{
template<typename TResult>
class TaskCompletionSource;
template <typena... | [
"rene@renestein.net"
] | rene@renestein.net |
d01ee48997b3a03a67f5b59aa389208505a3b69d | 8621b712f6468fb110552f130bd085d3ea722842 | /gui/Source/View/TextConsole.h | fdde526e54c54f1315a01619ee39ba2ece90c001 | [] | no_license | imclab/SaM-Designer | f9a7b36a857c7fab8f81a8cedf20acf9874e06f9 | fa04d0192b2dcda50002bd492efb11118fc4a36b | refs/heads/master | 2021-01-18T09:21:57.778696 | 2014-06-13T22:59:34 | 2014-06-13T22:59:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,854 | h | /*
==============================================================================
TextConsole.h
Created: 4 Feb 2012 5:37:55pm
Author: Peter Vasil
==============================================================================
This program is free software; you can redistribute it and/or modify
it... | [
"mail@petervasil.net"
] | mail@petervasil.net |
6e6636646d2bcca337a101ff80e0bafb03055f28 | a75da3ed862028ce488fb8c12633a870a3ff36a3 | /include/pc/test/mock_rtp_sender_internal.h | 2cf0173bd1cf942ebcd9d07d48e2ca4e660c1023 | [
"Apache-2.0"
] | permissive | ispysoftware/spitfire | e6eb5b31b742a2a86ac95f90b1d01b6683d17f9d | fe2b395207bdea04223854163dbd2b6404ad75f5 | refs/heads/master | 2021-04-24T12:47:55.240914 | 2020-03-03T20:51:37 | 2020-03-03T20:51:37 | 250,120,278 | 1 | 0 | Apache-2.0 | 2020-03-26T00:09:46 | 2020-03-26T00:09:45 | null | UTF-8 | C++ | false | false | 2,555 | h | /*
* Copyright 2016 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing ... | [
"andrew@rainway.io"
] | andrew@rainway.io |
318a4aed68ae49304c659374f518443c4b694167 | 38c10c01007624cd2056884f25e0d6ab85442194 | /ui/views/corewm/tooltip_controller_test_helper.h | 60de9d7d04ba1480b7e028ff093701e8b0004e87 | [
"BSD-3-Clause"
] | permissive | zenoalbisser/chromium | 6ecf37b6c030c84f1b26282bc4ef95769c62a9b2 | e71f21b9b4b9b839f5093301974a45545dad2691 | refs/heads/master | 2022-12-25T14:23:18.568575 | 2016-07-14T21:49:52 | 2016-07-23T08:02:51 | 63,980,627 | 0 | 2 | BSD-3-Clause | 2022-12-12T12:43:41 | 2016-07-22T20:14:04 | null | UTF-8 | C++ | false | false | 1,855 | h | // Copyright (c) 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_VIEWS_COREWM_TOOLTIP_CONTROLLER_TEST_HELPER_H_
#define UI_VIEWS_COREWM_TOOLTIP_CONTROLLER_TEST_HELPER_H_
#include "base/logging.h"
#includ... | [
"zeno.albisser@hemispherian.com"
] | zeno.albisser@hemispherian.com |
9ba2456d53d7f2ff2879f95a08d79f72d8f8a1d2 | 84e2f12afc67f67a1458ed5ed651f99982f8cafa | /testBlynkk/testBlynkk.ino | 698897a40bfaa4dc5ef27e077a078c694580f4d4 | [] | no_license | parjanyaroy/Electronics | 2748ad47cf0f633920023c74ac5c9d2b267d128f | e299f809e94e83f6f24102763c5b47a22a08c97a | refs/heads/master | 2020-03-27T06:24:02.440269 | 2019-12-26T14:25:18 | 2019-12-26T14:25:18 | 146,102,544 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,849 | ino | #include <FS.h> //this needs to be first, or it all crashes and burns...
#include <ESP8266WiFi.h> //https://github.com/esp8266/Arduino
//needed for library
#include <DNSServer.h>
#include <ESP8266WebServer.h>
#include <WiFiManager.h> //https://github.com/tzapu/WiFiManager
#include... | [
"parjanyaroy@gmail.com"
] | parjanyaroy@gmail.com |
89b27a0d92608523f75d308283fecef8129b2d25 | b1cd471d1fae2b60459ccc044f30ab67e3ffaf51 | /Davis Staircase/codep.cpp | a999fab704cac45e3be3e66bf99841817a3d508b | [] | no_license | vivekCodes253/Coding-Endeavours | 54568a309827dd9aee623e9c753512c71eba1cc0 | 1341d40ec79eba30393cbdd2e48b585359918d0e | refs/heads/master | 2020-03-10T20:22:49.606078 | 2018-07-11T15:57:45 | 2018-07-11T15:57:45 | 129,569,145 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 788 | cpp | /*
*/
#include <bits/stdc++.h>
using namespace std;
int VAL = 10000000007;
// Complete the stepPerms function below.
int TABLE[40];
int stepPerms(int n)
{
if(TABLE[n]!=0)
return TABLE[n];
if(n==0||n==1)
return 1;
if(n==2)
return 2;
TABLE[n] =((stepPerms(n-3)%VAL)... | [
"viveknarayanan15082@cse.ssn.edu.in"
] | viveknarayanan15082@cse.ssn.edu.in |
55b26a9fcca2ecae29d0675c10d777d9f829ea51 | 2dbb6208f065a6e6bc4c3d3996f3dd4253821cfb | /tests/unittest/spirv/spirv.cpp | c3595c3c2953275adba050776e83865c25715c57 | [
"MIT"
] | permissive | ShalokShalom/echo | 2ef7475f6f3bd65fe106a1bb730de2ade0b64bab | 02e3d9d8f0066f47cbc25288666977cef3e26a2f | refs/heads/master | 2022-12-13T07:14:49.064952 | 2020-09-17T02:08:41 | 2020-09-17T02:08:41 | 296,278,603 | 0 | 0 | MIT | 2020-09-17T09:21:31 | 2020-09-17T09:21:30 | null | UTF-8 | C++ | false | false | 2,606 | cpp | #include <gtest/gtest.h>
#include <engine/core/render/base/glslcc/GLSLCrossCompiler.h>
// glsl vs for test
static const char* glslVS =R"(#version 450
layout (location = POSITION) in vec3 aPos;
layout (location = COLOR0) in vec4 aColor;
layout (location = TEXCOORD0) in vec2 aCoord;
layout (std140) uniform matrices
{
... | [
"qq79402005@gmail.com"
] | qq79402005@gmail.com |
efc10604b3be3e8150f74d877a17d09f6d9eb2ce | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/net/tcpip/services/telnet/server/common/tlntutils.cpp | 388b6f3c69636ccc6681d29745419d2b166a2d64 | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 45,047 | cpp | //Copyright (c) Microsoft Corporation. All rights reserved.
#include <CmnHdr.h>
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <ntlsa.h>
#include <windows.h>
#include <TChar.h>
#include <MsgFile.h>
#include <TelnetD.h>
#include <debug.h>
#include <Regutil.h>
#include <Ipc.h>
#include <TlntUtils.h>
... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
01b76c3e7f8bc5debe975fed156423446dbb6225 | e84a20b8dff45617e0fdb23a458cbe0fb12fa46f | /question_123 Best Time to Buy and Sell Stock III.cc | da718d75452369738d1ee7f10d9f68665d1d3be9 | [] | no_license | meizhitu/LeetCode-1 | 4b856dfc9b08479f3db98b563c2526eb8063d362 | fafa47065996268ec849ece19a6698df79d0269b | refs/heads/master | 2021-01-15T18:22:44.727862 | 2013-07-21T12:41:17 | 2013-07-21T12:41:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,376 | cc | /****
这个思路本质上是把问题转化为了前M大最大和子序列的求解
i意味着第i个price,j表示购买几次,即求前j个最大子序列
dp[i][j] = max(dp[i-1][j], max(dp[0][j-1],dp[1][j-1],....,dp[i-1][j-1]) ) + diff;
***/
int maxProfit(vector<int> &prices, int m){
int profit=0, i=1, nlen=prices.size();
vector<int> dp(m+1,0);
... | [
"228156980@qq.com"
] | 228156980@qq.com |
aa080befa16ab8d88f2b3ae58cbf0e614829befa | f62541a85cf878017a2794c29395ced4bc555b46 | /Organiser/gui/dialogs/dialogcolumnedit.h | 8b185489e5f05db8c70371809c9b77e07e9a9188 | [] | no_license | lit-uriy/KanbanOrganiser | e4f51fd1e99be916fc51b23cbc590f99bfe13f7c | 85c4000d1888f4fb6d5b14c7445f56e3b55c0cf5 | refs/heads/master | 2023-06-25T22:57:24.062185 | 2021-07-22T16:04:47 | 2021-07-22T16:04:47 | 387,904,666 | 0 | 0 | null | 2021-07-20T20:18:46 | 2021-07-20T20:18:45 | null | UTF-8 | C++ | false | false | 469 | h | #ifndef DIALOGCOLUMNEDIT_H
#define DIALOGCOLUMNEDIT_H
#include <QDialog>
namespace Ui {
class DialogColumnEdit;
}
class DialogColumnEdit : public QDialog
{
Q_OBJECT
public:
explicit DialogColumnEdit(QString title, QString text, QWidget *parent = nullptr);
~DialogColumnEdit();
QString GetTitle();
pr... | [
"pgolebiowski92@gmail.com"
] | pgolebiowski92@gmail.com |
79e56f613d3f7ffdacb018a92b2f2b726c0ffd9d | 3bbc9fd10b9234231900cd15f1d47e1993aef212 | /Server/Libraries/Entities/include/EntityPlayer.h | 09c7118984688e6de20af38a463eeb88e9db542d | [
"MIT"
] | permissive | fiahil/R-Type | 792ac42e632f776c80b3636bdf6a2d95249d6265 | c483c637d596a0831ec3e33c63a7cfd16cc6dde1 | refs/heads/master | 2016-09-11T11:51:40.087675 | 2014-03-31T02:48:32 | 2014-03-31T02:48:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,260 | h | #pragma once
#include <cstdint>
#include "AEntity.h"
#include "IDrawable.h"
#include "IArmable.h"
#include "ICollidable.h"
#include "IMoveable.h"
#include "IDestroyable.h"
#include "IPlayable.h"
class EntityPlayer
: public AEntity,
public IDrawable,
public IArmable,
public ICollidable,
public IDestroyable,
... | [
"nicow1991@gmail.com"
] | nicow1991@gmail.com |
05c991ed555d64417b1b448c8f7445da5c942f62 | 5d64af6d42a4a48544148301159ad740baefe26b | /block.h | 2eb56d8d48790dbacf8ee417bff0464c7ad5c781 | [] | no_license | liubailin2017/box | a4f9bc8be960b8e0a049ac225533792958f1802e | 9091c3d95467be2a5fe76114f547fdfb1dec1fb1 | refs/heads/master | 2021-06-28T02:23:52.732880 | 2020-03-19T12:37:53 | 2020-03-19T12:37:53 | 192,050,297 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 698 | h | #ifndef _H_BLOCK_
#define _H_BLOCK_
#include "base.h"
class content;
class block //其实这是一个双向链表
{
private:
content *_content;
protected:
int __type;
block *root;
block *rear;
block *lay;
block *cover;
public:
block();
~block();
block* & _root();
block* & _rear();
bl... | [
"liubailinprivate@163.com"
] | liubailinprivate@163.com |
2cfa6649fbb210c3a50e60f3996183f1106043b0 | 67f988dedfd8ae049d982d1a8213bb83233d90de | /external/chromium/chrome/browser/ui/webui/chrome_web_contents_handler.cc | dd857dd81121e07422a10c3dc64513c1af3fb19f | [
"BSD-3-Clause"
] | permissive | opensourceyouthprogramming/h5vcc | 94a668a9384cc3096a365396b5e4d1d3e02aacc4 | d55d074539ba4555e69e9b9a41e5deb9b9d26c5b | refs/heads/master | 2020-04-20T04:57:47.419922 | 2019-02-12T00:56:14 | 2019-02-12T00:56:14 | 168,643,719 | 1 | 1 | null | 2019-02-12T00:49:49 | 2019-02-01T04:47:32 | C++ | UTF-8 | C++ | false | false | 4,217 | 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/ui/webui/chrome_web_contents_handler.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/browser.h"
... | [
"rjogrady@google.com"
] | rjogrady@google.com |
3f36fc9c8a0ef526592b6c4e9018bf7130cc2596 | b28305dab0be0e03765c62b97bcd7f49a4f8073d | /chrome/browser/ui/ash/launcher/arc_app_launcher_browsertest.cc | c00fb76e4a1ed21bf59a84cb455d2ce544c7024f | [
"BSD-3-Clause"
] | permissive | svarvel/browser-android-tabs | 9e5e27e0a6e302a12fe784ca06123e5ce090ced5 | bd198b4c7a1aca2f3e91f33005d881f42a8d0c3f | refs/heads/base-72.0.3626.105 | 2020-04-24T12:16:31.442851 | 2019-08-02T19:15:36 | 2019-08-02T19:15:36 | 171,950,555 | 1 | 2 | NOASSERTION | 2019-08-02T19:15:37 | 2019-02-21T21:47:44 | null | UTF-8 | C++ | false | false | 21,555 | cc | // Copyright 2016 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 <memory>
#include <string>
#include <tuple>
#include "ash/public/cpp/shelf_item_delegate.h"
#include "ash/public/cpp/shelf_model.h"
#include "as... | [
"artem@brave.com"
] | artem@brave.com |
b1e8722541df9246cc17cba4bf15632f1ee745ac | 61a0588faf5117b34311d1ab2299fc6e168c39cd | /include/agribot_vs_nodehandler.h | fb8c9a88395f44e1fb91eddfd44c19a06102a65e | [
"MIT"
] | permissive | yxw027/visual-crop-row-navigation | 10f699a31d031a306c2006d9fd3415e97b1fd7f5 | 13c477846fb465642fecf5e003b9fb7ae4f06ee0 | refs/heads/master | 2021-01-03T06:49:52.002740 | 2020-02-10T15:56:36 | 2020-02-10T15:56:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,726 | h | /**************************************************************************/
/* Paper: Visual-Servoing based Navigation for Monitoring Row-Crop Fields */
/* Alireza Ahmadi, Lorenzo Nardi, Nived Chebrolu, Cyrill Stachniss */
/* All authors are with the University of Bonn, Germany */
/* maintaine... | [
"alireza.elecat@gmail.com"
] | alireza.elecat@gmail.com |
68e96bf916364f9c0bab148ce5217d1d9389c0c0 | 4b590410d4042c156cfd3d4e874f3a329390a72b | /src/uscxml/plugins/invoker/heartbeat/HeartbeatInvoker.h | f0bc32cb6586e69f91883b1c25495628164a1959 | [
"BSD-2-Clause"
] | permissive | su6838354/uscxml | 37b93aef528996d2dd66d348f9e1f31b6734ab57 | 81aa1c79dd158aa7bc76876552e4b1d05ecea656 | refs/heads/master | 2020-04-06T05:29:54.201412 | 2015-04-02T11:44:48 | 2015-04-02T11:44:48 | 38,090,859 | 1 | 0 | null | 2015-06-26T04:37:32 | 2015-06-26T04:37:32 | null | UTF-8 | C++ | false | false | 1,906 | h | /**
* @file
* @author 2012-2013 Stefan Radomski (stefan.radomski@cs.tu-darmstadt.de)
* @copyright Simplified BSD
*
* @cond
* This program is free software: you can redistribute it and/or modify
* it under the terms of the FreeBSD license as published by the FreeBSD
* project.
*
* This program is ... | [
"radomski@tk.informatik.tu-darmstadt.de"
] | radomski@tk.informatik.tu-darmstadt.de |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.