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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7035df6f27f7df981b265fabed25dcc3dd83d342 | d87090a8385450bcd1459cc080e281202b24228b | /Assignment Templates/16.16/employee.h | a540554f0bfd52f306afd148f788726e0beeadfc | [] | no_license | ppelayo1/CIS-17A-ASSIGNMENTS-PROJECTS | 699325f4afb62a4ea2b873cf0f9f71343cb574a2 | ced78d67146eb88c94392ce3393b6eeb4c3871db | refs/heads/master | 2021-08-22T11:01:48.731585 | 2017-11-30T01:50:52 | 2017-11-30T01:50:52 | 112,551,240 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 924 | h | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/*
* File: Employee.h
* Author: rcc
*
* Created on November 16, 2017, 11:16 AM
*/
#ifndef EMPLOYEE_H
#define EMPLOYEE_H
#inc... | [
"32974267+ppelayo1@users.noreply.github.com"
] | 32974267+ppelayo1@users.noreply.github.com |
361da084dc064e6e4e9f8395e6bbf863ba3700a3 | 2835cbdb95f8e223ab8ab972df1f124687205860 | /task01/part02/main.cpp | 8ca4dd32fd124e4818f2af8ee6eb77def2994bcb | [] | no_license | beerfekt/Fortgeschrittene-Programmiertechniken | 433406981805fd738f7093f0dec2cc03089cc3bd | ead2b7b18213823375e9849586a51f56d2be8567 | refs/heads/master | 2021-04-30T15:25:29.798268 | 2018-02-12T11:37:00 | 2018-02-12T11:37:00 | 121,238,852 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 123 | cpp | #include <iostream>
using namespace std;
int main()
{
cout << "Hello part02 "<< __cplusplus << endl;
return 0;
}
| [
"christoph.beer@gmx.de"
] | christoph.beer@gmx.de |
c0843fe09844f4bd98d1589e5bb109dd7ee0823b | a909df0ba2abf695df4a7d15350312d4c6463c48 | /TIOJ/1372.cpp | fa262932cbc82d69367b75f867059de15442913a | [] | no_license | SayaUrobuchi/uvachan | 1dadd767a96bb02c7e9449c48e463847480e98ec | c213f5f3dcfc72376913a21f9abe72988a8127a1 | refs/heads/master | 2023-07-23T03:59:50.638063 | 2023-07-16T04:31:23 | 2023-07-16T04:31:23 | 94,064,326 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 778 | cpp | #include <stdio.h>
int ans, n, m;
long long next[55], bit[55], final;
void dfs(int now, int nod, long long state)
{
if(nod >= ans)
{
return;
}
if(state == final)
{
ans = nod;
return;
}
if(now == m)
{
return;
}
if((state | next[now]) != final)
{
return;
}
if((state | bit[now]) != state)
{
dfs... | [
"sa0726866@gmail.com"
] | sa0726866@gmail.com |
cc32c9194eca470492b81b7d55f7bd2d62b233bc | 1eff1c96737836b3c56314e7e96c5cbcf5ea7594 | /lib/Formula/Formula.cpp | 1919cfec6c38d6064dd0f371402de8c567878bf6 | [] | no_license | JasonXsy/textAdenture | f3db3bd4652ceca088464af3f47093822f2ffff0 | c18f6e704cbee9d47c81a1c783d96925ee02f4da | refs/heads/master | 2021-01-18T11:28:53.624191 | 2016-01-13T09:18:35 | 2016-01-13T09:18:35 | 59,387,544 | 1 | 0 | null | 2016-05-22T00:23:31 | 2016-05-22T00:23:30 | null | UTF-8 | C++ | false | false | 389 | cpp | #include "Formula/Formula.h"
Formula::Formula( int numberOfDice, int maxValueOfDice, float levelMultiplier, int constant )
: dice( numberOfDice, maxValueOfDice ), levelMultiplier(levelMultiplier), constant(constant)
{
}
Formula::~Formula() {
}
int Formula::calculateValue( User *caster ) {
return (dice.getDic... | [
"cca169@sfu.ca"
] | cca169@sfu.ca |
1ff31fd587cc09e8fdb2e3d55ecd20d164d1abcb | c0a72d02d9eb95acc229ef835cfd4959e33ff2ac | /vulkanon/generator/tmp/05-gen-callingvector/vulkanon/l0_enemy5-left.cpp | e9bec39e54c6860bd0ccf31e166645e701b69c31 | [
"Unlicense"
] | permissive | pqrs-org/Vulkanon | eb4f67d0788de2908eb2700befdf33d9c02dd7ec | 3c161b83e64f18be2ba916055e5761fbc0b61028 | refs/heads/main | 2021-08-29T02:12:29.377749 | 2020-03-22T09:02:22 | 2020-03-22T09:02:22 | 249,146,345 | 8 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,548 | cpp | extern const BulletStepFunc bullet_51b979055bfa02264c7fa879417bd735_2c0732a900d9b3e707056d6023b22ceb[] = {
stepfunc_0f0b230a4ab3d82f5ea01408b71c431f_2c0732a900d9b3e707056d6023b22ceb,
stepfunc_dc4f2021c4474822ea00d4d6b301efd6_2c0732a900d9b3e707056d6023b22ceb,
stepfunc_dc4f2021c4474822ea00d4d6b301efd6_2c0732a900d9b3e707... | [
"tekezo@pqrs.org"
] | tekezo@pqrs.org |
4cd3eeaf8723d809f4a7aaee783794c7af434bea | fc08d986306276ce7f40373dc6914bd78c9e01be | /src/Bitmap.cpp | 86311c164929327adc6e90aeeac294cc03f88408 | [] | no_license | pedruino/OpenImageFilter | b669d62c5cb87e35b214e61485ac2c460cdf46a1 | dedd70988335e88bb433c3f3aa303ca346ea49d7 | refs/heads/master | 2020-03-11T05:25:21.027244 | 2018-05-02T22:13:42 | 2018-05-02T22:13:42 | 129,802,090 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,223 | cpp | //
// Created by pedruino on 4/30/18.
//
#include <iostream>
#include <cstring>
#include <zconf.h>
#include "Bitmap.h"
#include "Color.h"
Bitmap::Bitmap(const char* filename)
{
this->_filename = filename;
// Open the file
FILE * file = fopen(filename, "rb");
if (!file)
printf("Image could not... | [
"ec.pedroescobar@gmail.com"
] | ec.pedroescobar@gmail.com |
217665fe8a0684a1ce24f7725e7cdb6bb017c856 | c9b02ab1612c8b436c1de94069b139137657899b | /server/app/data/DataCumulationLoginManager.cpp | 0b209867daa4c315fef49f61a77cdc54d63f22c9 | [] | no_license | colinblack/game_server | a7ee95ec4e1def0220ab71f5f4501c9a26ab61ab | a7724f93e0be5c43e323972da30e738e5fbef54f | refs/heads/master | 2020-03-21T19:25:02.879552 | 2020-03-01T08:57:07 | 2020-03-01T08:57:07 | 138,948,382 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,342 | cpp | #include "DataCumulationLoginManager.h"
int DataCumulationLoginManager::OnInit()
{
for(unsigned i = 0; i < DB_BASE_BUFF*DB_CUMULATIONLOGIN_FULL; ++i)
{
if(!m_data->Empty(i))
m_map[m_data->data[i].uid] = i;
}
return 0;
}
void DataCumulationLoginManager::OnExit()
{
}
void DataCumulationLoginManager::OnTimer... | [
"178370407@qq.com"
] | 178370407@qq.com |
3ba2c7a01b2bb90d93675d62aba0fda8062f9328 | d2d2913bc9513657f3ab7721d44392258c030c3a | /include/algorithm/base_algorithm.hpp | cf160f873aa7f9c6aea11a33c3a74bc124e7a039 | [
"MIT"
] | permissive | tsakiridis/deplusplus | c9f4ec0b34700e59f6648a99e39d2c8adae55e89 | 383754182c929ab51d9af045bbf138d6d74c009c | refs/heads/master | 2021-01-02T08:18:48.219828 | 2017-08-01T10:51:03 | 2017-08-01T11:05:35 | 66,169,287 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,959 | hpp | /*!
* \file
* \author Nikos Tsakiridis <tsakirin@auth.gr>
* \version 1.0
*
* \brief Implementation of an abstract DE algorithm.
*/
#ifndef DE_BASE_ALGORITHM_HPP
#define DE_BASE_ALGORITHM_HPP
#include <cstddef>
#include <algorithm>
#include <assert.h>
#include <memory>
#include "problem/base_problem.hpp"
namesp... | [
"tsakirin@auth.gr"
] | tsakirin@auth.gr |
df4c9caa9ae190a44ccd61095e97ad5daf9e9f46 | 0389a6fcc72acd72b87e48e71b8f5412bf766961 | /Uebung_3/uebung3/airports.cpp | 3e5ced0b0a1fa4bcd5581915c48764c2fbcc0181 | [] | no_license | skydivin4ng3l/PT2_Uebung_lasse_chris | 6dc08330c0fdc2ced6c459abb848bd3ecdcb2ea1 | 93d2f2d439d6fc224e222ea0b1b9fa7bb5261873 | refs/heads/master | 2021-01-20T05:36:12.719811 | 2017-07-27T00:02:39 | 2017-07-27T00:02:39 | 89,794,016 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,434 | cpp | #define _USE_MATH_DEFINES
#include <cmath>
#include <iostream>
#include <fstream>
#include <string>
#include <sstream>
#include <iomanip>
#include <map>
#include <vector>
#include <algorithm>
#include <numeric>
// Calculates the distance between two points on earth specified by longitude/latitude.
// Function taken a... | [
"christopher.schulz@student.hpi.de"
] | christopher.schulz@student.hpi.de |
e0cf39c6566f3bfe24e1150283cf0244eb20c140 | d6fc68a259dda9f7bb272613631a491ffaa34971 | /src/qt/paymentserver.cpp | 848a41f29a046417067a95ba0f7664acf4deaee2 | [
"MIT"
] | permissive | Profitbz/EdinarcoinFork | 1d52644a54620096726934bad3784ec2c975b8f6 | ca66476e01a36cc58d184a904e17a3912460c271 | refs/heads/master | 2020-03-19T02:38:45.297764 | 2018-06-01T02:49:05 | 2018-06-01T02:49:05 | 135,647,504 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28,092 | cpp | // Copyright (c) 2011-2016 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 "paymentserver.h"
#include "bitcoinunits.h"
#include "guiutil.h"
#include "optionsmodel.h"
#include "base58.h"
#in... | [
"support@prof-it.bz"
] | support@prof-it.bz |
5633eb2ff70d0eb7e922a32b1f749067fb2c21bf | 2cdc4b15aeda8d1ab86501d145289868c0a9889c | /Virus.h | 5ae98e3ca1dbdccbd911a2a7d56a6729ae3f4413 | [] | no_license | loukaspe/VaccinationCenterWithSocketsAndThreads | b02a91e691e6c8ce0ea312bf35188e6564a6334d | a339a7fa6020f440416ba1c16a5570cc263cd1a5 | refs/heads/master | 2023-05-20T01:44:34.890994 | 2021-06-14T00:24:57 | 2021-06-14T00:24:57 | 373,623,472 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,065 | h | /* Class that represents a Virus. It has a virusName, a SkipList of Vaccinated
* people, a SkipList of NOT Vaccinated people and a LinkedList of BloomFilters
* for NOT Vaccinated people, one for each country
* */
#ifndef ERGASIA1_VIRUS_H
#define ERGASIA1_VIRUS_H
#include "NotVaccinatedSkipList.h"
#include "Vaccina... | [
"loukaspe20@gmail.com"
] | loukaspe20@gmail.com |
54454977ffd7f269230b14f7787238d7266e7958 | 0326d109d9bbc1ae04aec5566cd80b0839b01d66 | /IndieBoy/InputHandler.h | 877902d921630261ce5974384f03f8ef41440dae | [
"MIT"
] | permissive | 64Mega/IndieBoy | 2f87d3a95dd4a726c577077f52702d617911f92e | 7c29f9174b1d87fc4aec0a79c2feb308cdbb8361 | refs/heads/master | 2021-01-22T05:16:27.271574 | 2014-07-28T19:37:04 | 2014-07-28T19:37:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 396 | h | #ifndef INPUTHANDLER_H
#define INPUTHANDLER_H
// Static Input handler
#include <log.h>
#include <SFML/Window.hpp>
#include <SFML/System.hpp>
typedef sf::Keyboard KB;
class InputHandler
{
private:
static bool _keystate[(int)sf::Keyboard::KeyCount];
public:
static bool isKeyDown(sf::Keyboard::Key key);
stati... | [
"daniellawrence99@yahoo.com"
] | daniellawrence99@yahoo.com |
9a570925244a23e81d201a9f2181f02a74aaaeaa | 571a0334f1d346b9751284a756179da2919284fb | /include/spdlog/populators.h | 1f039afd641541a268ee0683107452a9ff236e7a | [
"MIT"
] | permissive | CrackerCat/structlog | f1f6b5c72981ffbc146785790e82eec9ae8dd70b | 80b4cba9fae59d79358247df46e1205dc25736e0 | refs/heads/master | 2023-09-02T06:23:49.552179 | 2021-10-21T04:33:33 | 2021-10-21T04:51:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,642 | h | #pragma once
#include <spdlog/common.h>
#ifdef SPDLOG_JSON_LOGGER
#include <spdlog/details/log_msg.h>
#include <spdlog/details/os.h>
#include <spdlog/json.h>
#include <spdlog/pattern_formatter.h>
#include <unordered_set>
namespace spdlog {
namespace populators {
class SPDLOG_API populator
{
public:
virtual ~... | [
"takeshibaconsuzuki@gmail.com"
] | takeshibaconsuzuki@gmail.com |
8fa18b40e03a4b16cf3d3c049e2c03a13dbdd813 | 3478ccef99c85458a9043a1040bc91e6817cc136 | /HFrame/HModule/audio_basics/sources/IIRFilterAudioSource.h | aa59121e37f796a0aec55918b126b86c973dbe7c | [] | no_license | gybing/Hackett | a1183dada6eff28736ebab52397c282809be0e7b | f2b47d8cc3d8fa9f0d9cd9aa71b707c2a01b8a50 | refs/heads/master | 2020-07-25T22:58:59.712615 | 2019-07-09T09:40:00 | 2019-07-09T09:40:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,686 | h |
//==============================================================================
/**
An AudioSource that performs an IIR filter on another source.
@tags{Audio}
*/
class API IIRFilterAudioSource : public AudioSource
{
public:
//=============================================================================... | [
"23925493@qq.com"
] | 23925493@qq.com |
b95f33169276b96e83d899f8de633c94ada0226e | 3b3a191c87d921f79653cf8365d23857d51831f8 | /Source/ShootThemUp/Private/AI/Decorators/STUHealthPercentDecorator.cpp | c844eaf5fc357bea5013e2bbf37ee6db9fb61880 | [] | no_license | Yare-Yare-Daze/ShootThemUp | 1a3f00a94aac773c85455b95893722f3d5cf80aa | c1e9901273d64b10677d13444882127c151ae84f | refs/heads/master | 2023-08-03T21:46:04.905322 | 2021-09-17T16:29:28 | 2021-09-17T16:29:28 | 345,606,646 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 745 | cpp | // Shoot Them Up Game. All Rights Reserved
#include "AI/Decorators/STUHealthPercentDecorator.h"
#include "AIController.h"
#include "STUUtils.h"
#include "Components/STUHealthComponent.h"
USTUHealthPercentDecorator::USTUHealthPercentDecorator()
{
NodeName = "Health Percent";
}
bool USTUHealthPercentDecorator::Ca... | [
"thebestworkerinthecountry@gmail.com"
] | thebestworkerinthecountry@gmail.com |
f9ad787e8075063e73e27084cc8ad0e41c5bad1e | 338fc052941e2496b9bbd2b676e28ce78a879617 | /13_copy_control/113_swap_copy_assign.cpp | 82239eba6dedb031ff3286c5e06d34c26b743bbe | [] | no_license | Luvoy/Cpp-Primer-Reading-Notes | e84250ef5789853b54c16803079f3c3077979608 | 0411f7d88f4732c5c954aadcd76ab88e677b3fa8 | refs/heads/master | 2023-02-09T08:41:44.529930 | 2021-01-02T14:21:35 | 2021-01-02T14:21:35 | 326,199,380 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,679 | cpp | //swap对于拷贝构造和赋值运算有很大的用处
//同时对于一些需要用到swap的算法,比如排序,如果类想支持这种算法,最好重写swap
#include <iostream>
#include <string>
#include <algorithm>
class HasPtr
{
friend void swap(HasPtr &h1, HasPtr &h2);
public:
HasPtr(const std::string &s = "") : ps(new std::string(s)), i(0), use_count(new size_t(1))
{
}
HasPtr(con... | [
"qc10023@gmail.com"
] | qc10023@gmail.com |
7c843b95475fc91a6038bb9824cff32bcaacceb4 | 78e41fc6f747caafedfbf9d9126cd4f9a26219d3 | /Meander/Source/Meander/Framework/Component.cpp | 395e27aecc4c60874dc47073276428c4fed1344d | [] | no_license | Orei/Meander | f45c0ea846353332c7a8ea1f89f953897c4fc23f | f7863d64c3704454d14a97c3b2d8bedf3a0e8f2f | refs/heads/master | 2023-01-02T06:28:12.358897 | 2020-10-19T04:42:46 | 2020-10-19T04:42:46 | 223,153,604 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 396 | cpp | #include "pch.h"
#include "Component.h"
#include "Meander/Framework/Actor.h"
namespace Meander
{
Component::~Component()
{
// Ensure we remove ourselves from owner if we're destructed
// without their instigation
if (m_Owner == nullptr)
return;
if (Actor* actor = s... | [
"alexander.wedman@gmail.com"
] | alexander.wedman@gmail.com |
1bb4843d2b22e9af354a8be92ee072a4a2cfd0f0 | 8727856c58a3af6b0af667cfcb95af82b857000a | /CA/Server/ServerMain.cpp | 438fc2974851dba122af457f0df3c6ba79bf06cb | [] | no_license | KwangWoongLee/CrazyArcadeImitation | 85b1c61c838b6fa00b985aed829b207b4d5f4c1c | cffc45b9014c5b4173ae2e25c2490a0ee8762f71 | refs/heads/master | 2022-12-01T10:45:42.539964 | 2020-08-11T21:13:01 | 2020-08-11T21:13:01 | 279,724,058 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 329 | cpp | #include <ServerPch.h>
int WINAPI WinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance, _In_ LPSTR lpCmdLine, _In_ int nCmdShow)
{
UNREFERENCED_PARAMETER(hPrevInstance);
UNREFERENCED_PARAMETER(lpCmdLine);
if (Server::StaticInit())
{
return Server::sInstance->Run();
}
else
{
//error
return ... | [
"lgu4821@gmail.com"
] | lgu4821@gmail.com |
b4d77d7dd7b17eb22db87d55e70b456a3d37eaf3 | 7e8b4a9afe31d64c19fcaed2a03c7f541f32df24 | /src/AEE++/dui/dui_animation.h | 422e643cdfabf2aeaea5d5faf004e3dc9c7c4193 | [] | no_license | huangjingpei/clearid | 4e5c3756fee739ff6576e15b511562e6c9e097e8 | 6048b4567c10a6836ec2572410d1d44318f0f5ec | refs/heads/master | 2022-11-04T11:07:58.370829 | 2020-06-08T14:00:03 | 2020-06-08T14:00:03 | 270,690,015 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 556 | h | #ifndef _DUI_ANIMATION_H_
#define _DUI_ANIMATION_H_
#include "dui_control.h"
class DUIAnimation : public DUIControl
{
public:
DUIAnimation();
virtual ~DUIAnimation();
virtual void SetAttribute(const AEEStringRef& szName, const AEEStringRef& szValue);
protected:
virtual void OnPaintContent(DUIDC* pDC, int nParen... | [
"huangjingpei@gmail.com"
] | huangjingpei@gmail.com |
1536b23bfd2f75e6d6ab8fd02a5e01891e1e204d | 7293db316725af6749666a4e44b062203dc22e49 | /CutRef/VideoCut/Contour.cpp | 543e084c6c33ac8918c605a8490235badc152c03 | [] | no_license | UniLauX/VideoMatting | cc4ca435c9013a22235c38ed1e6d191a3c04b1f0 | 29be302b6496fe521cbc4caee1b3a163dc902c33 | refs/heads/master | 2023-03-01T17:43:36.645845 | 2021-01-28T10:09:43 | 2021-01-28T10:09:43 | 333,607,207 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,539 | cpp | #include "Contour.h"
#include "../CutRef/Global.h"
#include <iostream>
using namespace std;
Contour_ywz::Contour_ywz()
{
width=0;
height=0;
pixelNum=0;
localWinSize=80;
label=NULL;
image=NULL;
winCenters.clear();
}
Contour_ywz::~Contour_ywz()
{
Clear();
}
void... | [
"zhangshuoyan@jd.com"
] | zhangshuoyan@jd.com |
c2501a07021cbc55f25876c8245f9d136e69f9b5 | 8196992511217bb7f10f1a16138576c0ac69d53d | /GuitarTrack.hpp | 219fe7f114d2e8ffd697d21f520924b71593a754 | [] | no_license | lucasca73/GuitarHero-study | 2cae2561cf4ef362140f9f89a9e50954b5e076e0 | ac96d77ee742b1774b3fdf988f1d65730c12de9b | refs/heads/master | 2020-03-18T07:25:05.440342 | 2018-06-06T16:28:27 | 2018-06-06T16:28:27 | 134,451,103 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 659 | hpp | #ifndef GUITARTRACK
#define GUITARTRACK
#include "GameObject.hpp"
#include "NoteObject.hpp"
#include <string>
#include <vector>
#include "HudScore.hpp"
using std::string;
class GuitarTrack : public GameObject{
private:
vector<NoteObject*> notes;
int pos = 0;
string key;
GameObje... | [
"lucascostaa73@gmail.com"
] | lucascostaa73@gmail.com |
aaf8a33a508a14e70d82ac5f537cd491f3b925b2 | bcf712ba7a6fa91d211c6ceace11895e5749fe42 | /cocos2dx/support/json/CCJSONValue.h | 07eab8e622ec024223cad8af5d828b6c245f8a3d | [] | no_license | seem-sky/cocos2dx-classical | 6c0cd59e5fda123fd28f1a2a113a2f7ae6c8210e | aefc0f2543db288b9623cc877f950928493732e9 | refs/heads/master | 2020-12-24T17:08:22.013255 | 2015-01-30T07:07:06 | 2015-01-30T07:07:06 | 30,065,183 | 1 | 0 | null | 2015-01-30T09:25:01 | 2015-01-30T09:25:00 | null | UTF-8 | C++ | false | false | 2,228 | h | /****************************************************************************
Author: Luma (stubma@gmail.com)
https://github.com/stubma/cocos2dx-better
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 t... | [
"stubma@gmail.com"
] | stubma@gmail.com |
ee6cb1d713d5e9d2236c4d981f2051ea17714467 | 88a4299183dbf61953360decc5826345f8797482 | /PROCESSENGINE/LIB/TOKENIZER.CPP | bd149b83166e6ebce9baf77b3fb4e2d6d1c347e1 | [] | no_license | baminmru/dsdesigner | c34433324ebc597a0dc559e2f4aa831a3cad3041 | cb2befa61ded3fdc00f7c1ac9c86d1d0b9f50d7a | refs/heads/master | 2021-06-28T18:03:15.186516 | 2017-09-15T11:24:24 | 2017-09-15T11:24:24 | 103,648,593 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,117 | cpp | //---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "stackvalue.h"
#include "Tokenizer.h"
#define UCase(s) (s.UpperCase())
#define Mid( s, start, size) (s.SubString(start,size))
#define Len(s) (s.Length())
#define tvLen (TV.Count())
#define Left... | [
"bayrampasha2016"
] | bayrampasha2016 |
565f7a3c09325bcd110a10e8b3222ee21d6323dd | 1ff1b002bb8de82f984944a1b3a367f3b9f3c19c | /apps/common/include/align_alloc.hpp | 3a6088c2b3d3bd6262496dd2d4154ee71f91a40c | [
"MIT"
] | permissive | fengjixuchui/virt86-demos | 3bc0a1680034db9e603e95ebadbb5c11d55f0348 | 548892736eca62307da24672eaeb0aba6258823e | refs/heads/master | 2020-06-04T18:44:57.513536 | 2019-06-28T02:56:23 | 2019-06-28T02:56:23 | 192,149,829 | 0 | 0 | MIT | 2019-06-28T02:56:24 | 2019-06-16T04:26:19 | C++ | UTF-8 | C++ | false | false | 1,393 | hpp | /*
Declares cross-platform functions for allocating and freeing aligned memory.
-------------------------------------------------------------------------------
MIT License
Copyright (c) 2019 Ivan Roberto de Oliveira
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and asso... | [
"ivan.rober@gmail.com"
] | ivan.rober@gmail.com |
32780d590c639f063bd396e1c524413075577792 | 12ae8832364f1b7692f45ce96f2aba71568ae249 | /test/test_observation.cpp | ba4de0a68f40ba6d3d8fbe36d2d1be80ce8a6e84 | [
"BSD-3-Clause"
] | permissive | dfridovi/berkeley_sfm | 1fa70d763234db4fac7928f61dd05aab05c2b23a | 3180f2490d35ae3f73cd2f8d80d3872474d14c36 | refs/heads/master | 2021-01-18T09:22:31.005657 | 2016-01-29T23:45:07 | 2016-01-29T23:45:07 | 50,162,265 | 2 | 0 | null | 2016-01-22T06:23:59 | 2016-01-22T06:23:59 | null | UTF-8 | C++ | false | false | 7,502 | cpp | /*
* Copyright (c) 2015, The Regents of the University of California (Regents).
* 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 a... | [
"eanelson@eecs.berkeley.edu"
] | eanelson@eecs.berkeley.edu |
4852c68397af1eeac5dc18960608b0bbb91f952c | f036229fdb8068a04d1528ae5eae3ccd2b5ff131 | /Laboratorios/Semana 1/matriz.cpp | 489ef805ac6e8cee6fd7e6b5233825c800c68f35 | [] | no_license | FernandoCarcamo/PortafolioPED_00084219 | 88baedd8dfba3c1b10ec143383c5a112065a54de | ff741797d83efdf0b25414b029b302431bfd28c8 | refs/heads/master | 2020-07-17T08:44:32.563777 | 2019-11-15T23:59:35 | 2019-11-15T23:59:35 | 205,986,792 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 603 | cpp | #include <iostream>
using namespace std;
int main()
{
int matriz[5][5];
for (int i = 0; i < 5; i++)
{
for (int j = 0; j < 5; j++)
{
matriz[i][j] = 0;
}
}
cout << "Digite los datos para crear una matriz diagonal superior" << endl;
for (int i = 0; i < 5; i++)
{
for (int ... | [
"00084219@uca.edu.sv"
] | 00084219@uca.edu.sv |
ca1bd405d296fcc68d567d00b35b362b6718a57c | 3e5ae9b260b16fcc86bb0669c1bd4e56912b5433 | /VCB600ENU1/MSDN_VCB/SAMPLES/VC98/MFC/OLE/DRAWCLI/CNTRITEM.H | eb95afd0da1fe358bd945644ece034b1b2586377 | [] | no_license | briancpark/deitel-cpp | e8612c7011c9d9d748290419ae2708d2f3f11543 | 90cdae5661718e65ab945bcf45fe6adff30c1e10 | refs/heads/main | 2023-06-14T14:07:05.497253 | 2021-07-05T01:46:04 | 2021-07-05T01:46:04 | 382,984,213 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,784 | h | // cntritem.h : interface of the CDrawItem class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a supplement to the
// Microsoft Foundation Classes Reference and related
// ... | [
"briancpark@berkeley.edu"
] | briancpark@berkeley.edu |
c4806052cab83d1076a9e872fddee90e69d82a1a | eca4524a66ff70098a651b763ce7ab4e0e29ecfc | /network/tun/connectmany.cc | 5de7bac6d740f30b6c39fdc9980a2e901e8230b0 | [] | no_license | saitama233/CodeLearning | 564cb6a6ce875abad1ab815b948755208d95bddf | ac513d2d8dc7f2d200c572a95cdfc339d7c3de07 | refs/heads/master | 2021-01-19T22:26:37.668463 | 2019-11-03T10:49:43 | 2019-11-03T10:49:43 | 88,815,685 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,536 | cc | #include "faketcp.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <netinet/ip.h>
#include <netinet/tcp.h>
#include <linux/if_ether.h>
void tcp_input(int fd, const void* input, const void* payload, int tot_len, bool passive)
{
const struct iphdr* iphdr = static_cast<const ... | [
"806126488@qq.com"
] | 806126488@qq.com |
ea447fcf7ab4baa65daf4b75d31fa5f9f031b9bb | 600df3590cce1fe49b9a96e9ca5b5242884a2a70 | /extensions/browser/guest_view/web_view/web_view_permission_helper.h | c3a147d4a83ba64ee1f244837dd4cbdde2732228 | [
"BSD-3-Clause"
] | permissive | metux/chromium-suckless | efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a | 72a05af97787001756bae2511b7985e61498c965 | refs/heads/orig | 2022-12-04T23:53:58.681218 | 2017-04-30T10:59:06 | 2017-04-30T23:35:58 | 89,884,931 | 5 | 3 | BSD-3-Clause | 2022-11-23T20:52:53 | 2017-05-01T00:09:08 | null | UTF-8 | C++ | false | false | 7,399 | h | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef EXTENSIONS_BROWSER_GUEST_VIEW_WEB_VIEW_WEB_VIEW_PERMISSION_HELPER_H_
#define EXTENSIONS_BROWSER_GUEST_VIEW_WEB_VIEW_WEB_VIEW_PERMISSION_HELPER_H_
... | [
"enrico.weigelt@gr13.net"
] | enrico.weigelt@gr13.net |
4a80e227f8149b3a197fd778f06a3b3ea87e9b13 | 7ec8d48053e6366a4c1dd6baebfc59bfb634e3a0 | /AKorezin/fall/task_9/double.cpp | 7c875d219d45c494568b0265b8631065e568683f | [] | no_license | AKorezin/sarfti-fall-2013 | a3d010e4d2c2a1b46471290f10157884d1ae6b72 | c807cc28dd70b8f39825f4be631a678dc509d946 | refs/heads/master | 2020-12-24T22:28:48.131532 | 2014-05-03T11:13:26 | 2014-05-03T11:13:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 145 | cpp | #include <iostream>
using namespace std;
int main(void)
{
double a=1,b=0;
cout<<a/b<<endl;
a=0;
cout<<a/b<<endl;
a=-1;
cout<<a/b<<endl;
}
| [
"source-email@yandex.ru"
] | source-email@yandex.ru |
86209fa47e48747121ea31552e9e5b686e89224e | c5fb6d1f24bd75f5e35d267739ea8f7cdcd4e26c | /graph/cut_the_tree.cpp | bdcc75a7b9816b085d10f980d4674ad5c0f31daf | [] | no_license | ankishb/Algorithm-DS-Problems | 48c48be61d0c96365b7bbc97ec6f4f2de998eb2b | 76487e72b86d0038cc996e2ac416cc0673d1f6d6 | refs/heads/master | 2020-06-30T08:19:29.129966 | 2020-01-12T17:12:49 | 2020-01-12T17:12:49 | 200,775,653 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,113 | cpp |
void dfs(vector<int> adj[], vector<int> data, int u, vector<bool> &vis, int &sum){
sum += data[u-1];
cout<<data[u-1]<<" ";
vis[u] = true;
for(auto v : adj[u]){
if(!vis[v]) dfs(adj, data, v, vis, sum);
}
}
int cutTheTree(vector<int> data, vector<vector<int>> edges) {
int e = edges.size(... | [
"bansal.ankish1@gmail.com"
] | bansal.ankish1@gmail.com |
549f59958ff6a3f4012e21009e6cdbac5e9a72dc | b03e4ee8cdf74e9da36d1e5dbf80fcce95e14dec | /output/stmt-writer.h | 2105a63f36252804d8792e51a742a1b7167dfa6f | [] | no_license | zheplusplus/stekin | 5e60b2761ec91721c257b14f3df88874e2379f03 | 6578e45d78b0840564e9c3feeb2f2eb1722ce6b7 | refs/heads/master | 2022-10-04T18:22:10.663671 | 2012-09-27T09:18:39 | 2012-09-27T09:18:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 464 | h | #ifndef __STEKIN_OUTPUT_STATEMENT_WRITER_H__
#define __STEKIN_OUTPUT_STATEMENT_WRITER_H__
#include <string>
namespace output {
void kwReturn();
void returnNothing();
void initThisLevel(int offset, std::string const& type_exported_name);
void addResEntry(int entry_offset);
void branchIf();
v... | [
"Lene13@gmail.com"
] | Lene13@gmail.com |
d1329510178b3b5301dd0cc0f511915876c8e37f | d6f72cbda1c216b1917ea52d6211468b5211306f | /src/qt/bitcoinunits.h | 9adf8f9561243d99a352961ea02cd5fa706d474c | [
"MIT"
] | permissive | bettexproject/bettexcoin | fc3f58a7831e49c9cd9cd8088d179c2bc442629d | 5a04f32479771ffa7563a0a660076e2c95393ef0 | refs/heads/master | 2021-06-14T00:45:16.311366 | 2019-09-10T12:08:07 | 2019-09-10T12:08:07 | 140,620,123 | 11 | 8 | MIT | 2019-06-02T19:26:25 | 2018-07-11T19:33:52 | C++ | UTF-8 | C++ | false | false | 4,649 | h | // 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 Bettex team
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.... | [
"dev@bettex.bet"
] | dev@bettex.bet |
b63b27e90d00954515ed5a3157de7d155617f441 | 4be2c4edcf617d9e24b2faec332879ae38dbc238 | /Kernel/KSerial.cpp | 1e743e68ab33c7a72a931b145f648addd307ffac | [] | no_license | IcemanDev/KOS | 87a90afcc51cd8ec93676c5da9a7f2a20d6f4b80 | 0d7e6a974c317030ba81464107046a75bce22816 | refs/heads/master | 2021-01-12T04:12:32.143646 | 2015-09-06T14:41:28 | 2015-09-06T14:41:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,061 | cpp | #include "Kernel.h"
#define COM_ADDR 0x03f8
#define COM_IRQ 4
// DLAB=0 regs
#define COM_RDR (COM_ADDR+0)
#define COM_WRR (COM_ADDR+0)
#define COM_IER (COM_ADDR+1)
#define COM_IIR (COM_ADDR+2)
// DLAB=1 regs
#define COM_DLL (COM_ADDR+0)
#define COM_DLH (COM_ADDR+1)
#define COM_FCR (COM_ADDR+2)
// Other regs
#define... | [
"gigaherz@gmail.com"
] | gigaherz@gmail.com |
29017fc8bbda6590f2db73d848beb1ca02d1982a | c31f7b8973de016268ddc80da0c56504636c23fa | /example/08_sky/08_sky.cpp | 47f04d062934cb939f83cce03db89336fdfeff48 | [
"Zlib"
] | permissive | weimingtom/mud | 766f3ca90608e0fd2d1d4e69689260458cb965f6 | 1bb3a8c73e95b40815e9df643981b476c1dd82c3 | refs/heads/master | 2020-03-17T23:42:34.997290 | 2018-05-19T11:32:39 | 2018-05-19T11:32:39 | 134,056,650 | 1 | 0 | null | 2018-05-19T11:40:52 | 2018-05-19T11:40:52 | null | UTF-8 | C++ | false | false | 2,968 | cpp | #include <mud/mud.h>
#include <08_sky/08_sky.h>
#include <01_shapes/01_shapes.h>
#include <03_materials/03_materials.h>
using namespace mud;
#if 0
static void generator_script(VisualScript& script)
{
using Var = Valve;
script.lock();
Var& origin = script.getInput("origin");
Var& height = script.function(noise)... | [
"hugo.amiard@laposte.net"
] | hugo.amiard@laposte.net |
bfa341260b4543c5650baf6374807ea9ddbbe383 | 1b06361ee747e0c906ff4f71657a8e17c512f143 | /Semana3/worker.cc | 2a28aa9ab4314132c55fbeb93fbee9399987a2e9 | [] | no_license | nraigosam/Mooc2 | 4ca2b651fff20d530df5c7fe3ef7e4538acab0f0 | 2ae42531fe938d29938194d2ae3ece81330181d6 | refs/heads/master | 2022-12-27T15:37:36.108349 | 2020-09-27T23:00:32 | 2020-09-27T23:00:32 | 297,733,768 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 876 | cc | #include <vector>
#include <algorithm>
//helper function , refer instructions on the lab page
void append_vec(std::vector<long> &v1, std::vector<long> &v2) {
v1.insert(v1.end(),v2.begin(),v2.end());
}
void filter(const long n, const long m, float *data, const float threshold, std::vector<long> &result_row_ind) {
... | [
"37982751+nraigosam@users.noreply.github.com"
] | 37982751+nraigosam@users.noreply.github.com |
6cf95a64374d618b7b49f6f5fb81ba76713c140b | 05fd48d6584525bd0b42c5e9dcb69ea29689de71 | /Test.cpp | 6787eb125f8e7f798699d74ba3419833862dcc74 | [] | no_license | honzapatCZ/SteamworksFlax | ad710236ff5a4b334327503e4d07457ed6ae240d | 548cedf29bf98b6c9d92e8432840fc64e147b661 | refs/heads/master | 2023-07-08T05:27:49.169789 | 2021-08-16T07:41:13 | 2021-08-16T07:41:13 | 370,422,254 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,313 | cpp | // Copyright (C) 2021 Nejcraft Do Not Redistribute
#include "Test.h"
Test::Test(const SpawnParams& params)
: Script(params)
{
// Enable ticking OnUpdate function
_tickUpdate = true;
}
void Test::OnEnable()
{
auto ass = asset.Get();
if (ass && ass->WaitForLoaded())
ass = nullptr;
if... | [
"honzapatCZ@email.cz"
] | honzapatCZ@email.cz |
d80679e0151184a4a99496778b070ece379f9f60 | e6ce1250626e08c1051b70ca7064f031d3841ba6 | /Filters/Core/vtkSurfaceNets2D.h | e2387f090799cbbfdc8b2fd48a570ead6e5d2daa | [
"BSD-3-Clause"
] | permissive | WinBuilds/VTK | fb55e25cf2c07dc8885f4a98c48a117b6a9738f6 | 05dc21edad04288017db267d73795d578547165c | refs/heads/master | 2023-03-16T07:55:30.510300 | 2022-07-02T04:01:20 | 2022-07-02T04:01:20 | 225,458,496 | 0 | 0 | NOASSERTION | 2019-12-02T20:04:24 | 2019-12-02T20:04:23 | null | UTF-8 | C++ | false | false | 13,991 | h | /*=========================================================================
Program: Visualization Toolkit
Module: vtkSurfaceNets2D.h
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This software i... | [
"will.schroeder@kitware.com"
] | will.schroeder@kitware.com |
28bd823e14f61135c5025873acb13273b89711ac | 2d61e0ba094cafd3db3bebb0a37b5c2ef8630f03 | /src/genwit.cpp | 2faf0f736b2b7af44577fd489c2ec600e86f4f04 | [] | no_license | opencash-project/OpenCASH | 0b4fb886dc239007e69cdcf60351f1dbc846ba1c | 3192bd6296640e3c933e976c04d627d1d8746cb8 | refs/heads/master | 2022-12-04T13:05:48.296911 | 2020-08-23T23:55:59 | 2020-08-23T23:55:59 | 289,153,637 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,880 | cpp | //
// Copyright (c) 2015-2018 The OCASH developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <iostream>
#include "genwit.h"
#include "chainparams.h"
#include "util.h"
CGenWit::CGenWit() : accWitValue(0) {}
CGenW... | [
"63291111+opencash-project@users.noreply.github.com"
] | 63291111+opencash-project@users.noreply.github.com |
7a2eee76e08254001b979489a0a6928a29e665ee | 509649339062e2b3996e8be7328cdbbbee80d87c | /media_framework/directshow/dk_player_framework/dk_rtmp_source.h | 6b94a17e23934a55d03967e226d9fb6ecd3f0e7d | [] | no_license | RATime360/media-processing-system | ad4f819bbf3f77496ff48bbf7789f553ffe3e1bb | e2aa4cf0f0204a21bc5331912e2cb908f1a69f07 | refs/heads/master | 2021-06-02T17:39:19.356279 | 2016-09-12T08:40:51 | 2016-09-12T08:40:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 850 | h | #pragma once
#include <atlbase.h>
#include <atlconv.h>
#include <dshow.h>
#include <cstdint>
#include "dk_base_filter.h"
class dk_rtmp_source : public dk_base_source_filter
{
public:
dk_rtmp_source(void);
virtual ~dk_rtmp_source(void);
CComPtr<IBaseFilter> get_filter(void);
CComPtr<IPin> get_video_output_pin(voi... | [
"archientist@gmail.com"
] | archientist@gmail.com |
a279b84e7b9619f0aae041935e73564129bff831 | bd21eeffffd2d43f594f4771383b4d104e6fa860 | /runtime/src/Lexer.cpp | cf3b91ebdd33ec5c439e24c062314283c588c357 | [] | no_license | yuvalsteuer-personal/Nobilis | 334a4d27841c67a7f0e9736d6f456fa15cb34b44 | a9f025a2c2436199f062381e10f21fbf3c930858 | refs/heads/master | 2022-06-03T18:29:29.532284 | 2019-02-23T17:25:22 | 2019-02-23T17:25:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,700 | cpp | /* Copyright (c) 2012-2017 The ANTLR Project. All rights reserved.
* Use of this file is governed by the BSD 3-clause license that
* can be found in the LICENSE.txt file in the project root.
*/
#include "atn/LexerATNSimulator.h"
#include "Exceptions.h"
#include "misc/Interval.h"
#include "CommonTokenFactory.h"
#in... | [
"yuvalsteuer11@gmail.com"
] | yuvalsteuer11@gmail.com |
87002d8b25b8d8ea448be5eb3a07ce7176a49531 | 7305b56e320d4996170e316c6e0517d8f14cc821 | /ion/dependencies/renderdoc/Renderdoc.cpp | 298003d708db897e56b3e38e545655e067c8036b | [] | no_license | BigEvilCorporation/ion-engine | 13c2d9ac6e1c6dedfa79538b334d5835e8355bdd | eb1724028d8e3d650561b983084a961acaf2d752 | refs/heads/master | 2022-01-16T05:37:36.397880 | 2021-12-28T01:02:33 | 2021-12-28T01:02:33 | 61,315,281 | 7 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,378 | cpp | #include "Renderdoc.h"
#include "api/app/renderdoc_app.h"
#include <windows.h>
#include <assert.h>
#include <cstdio>
#include <string>
#define RENDERDOC_LOAD_PASSIVE 1
namespace renderdoc
{
RENDERDOC_API_1_1_2* rdoc_api = NULL;
void Init()
{
#if RENDERDOC_LOAD_PASSIVE
if (HMODULE mod = GetModul... | [
"mattphillips@mail.com"
] | mattphillips@mail.com |
3754254656df8d34c5bc1d10c7a10f5066e67a2a | cdd00d4d303e0829bb0c00530a165e1bd20cc7e6 | /gcpCbass/mediator/cbass/TransNetCmdForwarder.h | 99efc3e7bde21a1faeb0f5c47409f7b6ac48327f | [] | no_license | chopley/controlCode | fa538a20719989c7d13946d7e273bae153aa91d7 | 0b40d14797bc6db63ca9ea55115be5217d87dc88 | refs/heads/master | 2021-01-19T01:34:05.388485 | 2016-07-20T11:20:29 | 2016-07-20T11:20:29 | 11,604,863 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,890 | h | #ifndef GCP_ASSEMBLER_TRANSNETCMDFORWARDER_H
#define GCP_ASSEMBLER_TRANSNETCMDFORWARDER_H
/**
* @file TransNetCmdForwarder.h
*
* Tagged: Wed Mar 17 19:04:44 UTC 2004
*
* @author Erik Leitch
*/
#include "gcp/util/specific/ArrayNetCmdForwarder.h"
namespace gcp {
namespace mediator {
class Control;
... | [
"cbassuser@c-bass.(none)"
] | cbassuser@c-bass.(none) |
494a5758675fa9970c880fe0066f0ee2e284ac7a | 1f4033e4172a7bc29608eb4070eca7a8bdf530f1 | /utils/src/utils/FileManager.cpp | b413e3d8d2440aa8226bd1a898d8834ade65fc70 | [] | no_license | joerocklin/pdes | 4dd84b5ce4b354d35ffb21a2b254b94db25cb1f2 | b5d7596b0a0ff903a41cf1d2b932cf8b0afbacb3 | refs/heads/master | 2022-08-30T18:42:19.605727 | 2013-04-30T01:49:21 | 2013-04-30T01:49:21 | 4,184,954 | 0 | 0 | null | 2022-08-15T11:41:03 | 2012-04-30T17:11:49 | C++ | UTF-8 | C++ | false | false | 138 | cpp |
// See copyright notice in file Copyright in the root directory of this archive.
#include "FileManager.h"
FileManager::FileManager(){}
| [
"wilseypa@gmail.com"
] | wilseypa@gmail.com |
b0220c3905c28c695f58dc50e200a431b663804a | 4c23be1a0ca76f68e7146f7d098e26c2bbfb2650 | /ic8h18/0.0085/C3H6 | cb36fe318dd1e83248535033c49320e41f98e20a | [] | no_license | labsandy/OpenFOAM_workspace | a74b473903ddbd34b31dc93917e3719bc051e379 | 6e0193ad9dabd613acf40d6b3ec4c0536c90aed4 | refs/heads/master | 2022-02-25T02:36:04.164324 | 2019-08-23T02:27:16 | 2019-08-23T02:27:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 837 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"jfeatherstone123@gmail.com"
] | jfeatherstone123@gmail.com | |
15e4da3b08160bbb1015374e3d21eb22df7cccce | 57fc79c9aa8bc2cdd75681e22c809b22941d62fe | /testPopravka1.cpp | e316539c99103e8403459d4203b86023c1d23967 | [] | no_license | MarinMadjarski/VsichkoDoSega | 5968dc875eab13f24815ff4dc5923a9af668770e | 39091b64d03cd2e06b7a4f7b20ccb0d9087c644a | refs/heads/master | 2020-06-26T04:43:26.458640 | 2017-07-12T12:08:42 | 2017-07-12T12:08:42 | 97,001,228 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 774 | cpp | //============================================================================
// Name : testPopravka1.cpp
// Author :
// Version :
// Copyright : Your copyright notice
// Description : Hello World in C++, Ansi-style
//============================================================================
#incl... | [
"Marin.Madjarski@abv.bg"
] | Marin.Madjarski@abv.bg |
bf144e4c60080c9c57f77b32dd704182a7c0cb62 | 2065d4cf04b80e61b2e831440881f5c035a38adb | /media/libcubeb/src/cubeb_aaudio.cpp | c0cb8470a9ae04ff55faaac8fe0b93a61003eaed | [
"LicenseRef-scancode-unknown-license-reference",
"ISC"
] | permissive | fatman2021/gecko-dev | ad198bc081b567966df45e029921abfd2578135f | 6ec41ad6bcda612a45d0c3f6500b7387cf609c87 | refs/heads/master | 2023-07-25T22:44:40.359198 | 2023-07-21T21:50:50 | 2023-07-21T21:50:50 | 39,096,686 | 0 | 0 | NOASSERTION | 2023-07-21T21:52:17 | 2015-07-14T19:43:40 | null | UTF-8 | C++ | false | false | 53,824 | cpp | /* ex: set tabstop=2 shiftwidth=2 expandtab:
* Copyright © 2019 Jan Kelling
*
* This program is made available under an ISC-style license. See the
* accompanying file LICENSE for details.
*/
#include "cubeb-internal.h"
#include "cubeb/cubeb.h"
#include "cubeb_android.h"
#include "cubeb_log.h"
#include "cubeb_resa... | [
"paul@paul.cx"
] | paul@paul.cx |
b8965deefb0c64c440a636078563b5ccb01a2a56 | 5659228a7480d0708161fe3c3fd8e9d9cce2f586 | /allegroBootstrap/src/debug/ILogger.cpp | e3731d77fc51fdc3dd3424bbacd29c50c2bd7f3f | [] | no_license | cesarl/2dGameExperiments | 4fa74e42bd690dadffa2f15aa9cbdc793bfa33e7 | d8865e58ce162419bc161c654b519f276c1f99a5 | refs/heads/master | 2021-01-22T06:03:27.749423 | 2014-01-16T09:50:29 | 2014-01-16T09:50:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 636 | cpp | #include "ILogger.hh"
#include "Logger.hpp"
ILogger* ILogger::currentLogger_ = NULL;
ILogger::~ILogger()
{}
void ILogger::setLogger(ILogger *logger)
{
if (currentLogger_)
delete currentLogger_;
currentLogger_ = logger;
}
void ILogger::log(const char* format, ...)
{
//todo compile time expect... | [
"cesar.leblic@gmail.com"
] | cesar.leblic@gmail.com |
4c243346670a6723242fc9161402e722212b330b | 72f2992a3659ff746ba5ce65362acbe85a918df9 | /apps-src/apps/external/opencv/modules/photo/test/test_hdr.cpp | 198b83470cc1c766d85decbe8f531f2723b71768 | [
"BSD-2-Clause"
] | permissive | chongtianfeiyu/Rose | 4742f06ee9ecd55f9717ac6378084ccf8bb02a15 | 412175b57265ba2cda1e33dd2047a5a989246747 | refs/heads/main | 2023-05-23T14:03:08.095087 | 2021-06-19T13:23:58 | 2021-06-19T14:00:25 | 391,238,554 | 0 | 1 | BSD-2-Clause | 2021-07-31T02:39:25 | 2021-07-31T02:39:24 | null | UTF-8 | C++ | false | false | 8,475 | cpp | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, insta... | [
"service@leagor.com"
] | service@leagor.com |
7a57f16369e32058f7ad4f995b83cdbf1931bd4e | aa33d7e10d08a8fd9cf1347a34df8df337a67bc4 | /3B/cs488/A4/src/ray.cpp | 858b60cf9aca7f6cd273accf0db0c85a8f79a4f8 | [] | no_license | dmbursty/school | 143f2ad3068d3bd09e8b65181a38068efd42befa | 84aafa36753f9216f405ff02434d864101b30ef4 | refs/heads/master | 2021-03-22T04:36:29.017221 | 2011-01-29T07:26:09 | 2011-01-29T07:26:09 | 137,045 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 784 | cpp | #include "ray.hpp"
Ray::Ray() {}
Ray::Ray(Point3D eye, Vector3D dir) : eye(eye), dir(dir) {}
void Ray::transform(const Matrix4x4& m) {
eye = m * eye;
dir = m * dir;
}
void Ray::normalize() {
dir.normalize();
}
Intersection::Intersection() : hit(false) {}
Intersection::Intersection(double x, double y, double... | [
"shadowminion@gmail.com"
] | shadowminion@gmail.com |
255a905f9c7f0459d4a2a9c58833228506908cd7 | 5dec3da72c76f867bbb12c198e096b088a447e1b | /app/src/main/cpp/native-lib.cpp | 1a769b92f71da1664c514d74f3710ddeec764122 | [] | no_license | ank27/PulseRateDemo | e411d21a6353bf3066a5a3160a5a701bae72d132 | aec59ba0f1564e332aa1895c65b91f31aa413221 | refs/heads/master | 2020-03-13T08:29:23.795687 | 2018-04-27T16:47:11 | 2018-04-27T16:47:11 | 131,044,751 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 289 | cpp | #include <jni.h>
#include <string>
extern "C"
JNIEXPORT jstring
JNICALL
Java_ankurkhandelwal_example_com_pchambinodemo_MainActivity_stringFromJNI(
JNIEnv *env,
jobject /* this */) {
std::string hello = "Hello from C++";
return env->NewStringUTF(hello.c_str());
}
| [
"ankurkhandelwal08027@gmail.com"
] | ankurkhandelwal08027@gmail.com |
a003c03abb9f4b54081ffd5370b84894e1040b49 | 84ef88d199647be9c90551cfe063d28763f07de6 | /rabbitmq-fmu/test/rabbitmqhandler_test_it.cpp | 9834d665c4bf46ffb9c2508623494568adafe0ce | [] | no_license | fmi-tools/fmu-rabbitmq | 175fb014168797a58c315b6dbde3b2b36f3bb6c1 | de059296e062c842a7dfa65ee70f6dcbd9d179e6 | refs/heads/master | 2022-11-13T08:26:23.660386 | 2020-06-03T07:38:10 | 2020-06-03T07:38:10 | 285,509,593 | 1 | 0 | null | 2020-08-06T07:56:22 | 2020-08-06T07:56:21 | null | UTF-8 | C++ | false | false | 704 | cpp | #include "gtest/gtest.h"
#include "rabbitmq/RabbitmqHandler.h"
using namespace std;
namespace {
TEST(RabbitMq, basicSendRecieve
) {
auto key = "basicSendReceive";
RabbitmqHandler handler("localhost", 5672, "guest", "guest", "testing_exchange", key);
ASSERT_TRUE(handler.open());
... | [
"kgl@mjolner.dk"
] | kgl@mjolner.dk |
8fe127a7b539eff52fae8a5e9fdc3c2dd88c72c2 | 80ed2cf2156b7842d9c939e8d45c880149df8951 | /hitprocess/clas12/IC_hitprocess.h | 017a730577e84237cf198bca13bdacaec7293a14 | [] | no_license | gemc/source | 6035b127d8bc647fb3334560d902efa9d669d65a | f8b293fa9e179ad2cca5894df1d3313887985101 | refs/heads/main | 2023-09-01T21:45:54.079663 | 2023-08-10T15:57:05 | 2023-08-10T15:57:05 | 39,267,814 | 13 | 137 | null | 2023-08-18T19:02:39 | 2015-07-17T17:59:38 | C | UTF-8 | C++ | false | false | 1,083 | h | #ifndef IC_HITPROCESS_H
#define IC_HITPROCESS_H 1
// gemc headers
#include "HitProcess.h"
// Class definition
class IC_HitProcess : public HitProcess
{
public:
~IC_HitProcess(){;}
// - integrateDgt: returns digitized information integrated over the hit
map<string, double> integrateDgt(MHit*, int);
// - mul... | [
"maurizio.ungaro@cnu.edu"
] | maurizio.ungaro@cnu.edu |
877a2fdc3b023225b325cc5107fedcadc7073dd9 | 95a4aaa86b716a643a9ad3ebf069697a48a0f9a8 | /listas/main.cpp | 845fca93024cf8b09da98a5729cb0251460bcf6c | [] | no_license | LGuillermoUH/Estructura-de-datos | 41edad89e3bbb81ad5b4aca18e9f7142f8d269b0 | 2ec951278ed2245ba7d7e1b0094bddf0c4122022 | refs/heads/master | 2020-05-22T17:44:00.336790 | 2019-05-13T16:24:41 | 2019-05-13T16:24:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,671 | cpp | #include <cstdio>
#include <iostream>
#include <cstdlib>
using namespace std;
typedef int tipo;
struct nodo
{
tipo info;
struct nodo *sig;
};
typedef struct nodo *Lista;
void impares(Lista P){
int N;
Lista q;
q=P;
while(q!= NULL)
{
N=q->info;
q=q->sig;
if(N%2!=0){
... | [
"luisg1.luis@gmail.com"
] | luisg1.luis@gmail.com |
a331788c5e62b146fa5c40fe72d34362e06ed3a8 | 9c99ae034ada924742a0b158b41f37df70a5f6cf | /src/main.cpp | e38040ee991be6c01d1624ec93bbbd1981d94fb8 | [] | no_license | JulianoGianlupi/physicellProjectNanohub | 9cbe1456818367334ec247f2b86bdd36b7c82277 | c86427809487beae6d20b5d868932ccabc7a18db | refs/heads/master | 2020-05-14T09:26:24.320689 | 2019-04-29T16:19:39 | 2019-04-29T16:19:39 | 181,739,706 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,610 | cpp | /*
###############################################################################
# If you use PhysiCell in your project, please cite PhysiCell and the version #
# number, such as below: #
# ... | [
"35964356+JulianoGianlupi@users.noreply.github.com"
] | 35964356+JulianoGianlupi@users.noreply.github.com |
675dd1ac3cd693046a41b72de9f74158d03e98fb | 24f6b87096237a191ddbb2def6893499cf6e79ff | /DrugTraceability/InfoSearch.h | 621ef47c61d1986d072640d0be1cf18605a7ef0f | [] | no_license | maoxiangyu1/DrugTraceability | c6879a0c4d176bd33e2b421a6705aff994a6ce22 | 61c675848b2c4c5cff4d07dd9a3638331cf1e859 | refs/heads/master | 2020-04-14T22:54:42.470421 | 2019-04-11T08:31:45 | 2019-04-11T08:31:45 | 164,183,089 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,121 | h | #pragma once
#include "ado.h"
#include "afxwin.h"
#include "afxcmn.h"
#include "Producer.h"
#include "Transfer.h"
#include "Drugstore.h"
// CInfoSearch 对话框
class CInfoSearch : public CDialogEx
{
DECLARE_DYNAMIC(CInfoSearch)
public:
CString HID;
CDrugstore *m_d;
CProducer *m_p;
CTransfer *m_t;
CADODatabase * pDB... | [
"1838123571@qq.com"
] | 1838123571@qq.com |
ff9e75207130f50df99d2d94e6ef0509f986c3d9 | 9986fd5fef5c121e60808eab7da2abd435f6729a | /SiSiMEX/SiSiMEX/UCC.cpp | ddae68333e8c923130ca07c5452713bf6a0b2a95 | [
"MIT"
] | permissive | UndistinguishedFellows/P5_Networking_SiSimex | f04b01fd0e770d3f60716695bc17d8d5b8c1c498 | 1e9baa856b2eae1d77fbc7d4a4aa0792124bca87 | refs/heads/master | 2021-09-02T02:18:15.339613 | 2017-12-29T17:54:02 | 2017-12-29T17:54:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,065 | cpp | #include "UCC.h"
enum State
{
// DONE: Add some states
ST_WAIT_RESOURCE_REQUEST,
ST_NEGOTIATION_END,
ST_WAIT_NEGOTIATION
};
UCC::UCC(Node *node, uint16_t contributedItemId, uint16_t constraintItemId) :
Agent(node),
_contributedItemId(contributedItemId),
_constraintItemId(constraintItemId),
_negotiationAgree... | [
"jcasanovasv@hotmail.com"
] | jcasanovasv@hotmail.com |
b4b42c5b4dc8f11883a24f847eb92a5c3dfc3ce5 | 59ce53af7ad5a1f9b12a69aadbfc7abc4c4bfc02 | /publish/skinctrlex/CoolMenu/CoolContextMenu.h | 46e43a01889c46cbe61b39a7eed3b9df853e57f2 | [] | no_license | fingomajom/skinengine | 444a89955046a6f2c7be49012ff501dc465f019e | 6bb26a46a7edac88b613ea9a124abeb8a1694868 | refs/heads/master | 2021-01-10T11:30:51.541442 | 2008-07-30T07:13:11 | 2008-07-30T07:13:11 | 47,892,418 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,022 | h | // CoolContextMenu.h - implementation of the CCoolContextMenu class
//
/////////////////////////////////////////////////////////////////////////////
#pragma once
#include "stdafx.h"
#include "Draw.h"
#define MAX_MENU_ITEM_TEXT_LENGTH 100
#define IMGPADDING 6
#define TEXTPADDING ... | [
"wgkujgg@163.com"
] | wgkujgg@163.com |
798faaf2675134f28cb331a2c1a81452fe5d2463 | 653524191a0ecbc248edbbb7ff8539641e60eb19 | /D/D/stdafx.cpp | 2c9b8ddc2edd9d2b5134f0a80d0287deb7d2fb8e | [] | no_license | zhaoziy/ACM | 21af28008f92ad86a25e03fe74dfcdbb7d7827f8 | 82c588a8e75537d01b1571a27304852e91924614 | refs/heads/master | 2016-09-13T19:46:41.088314 | 2016-05-15T02:35:16 | 2016-05-15T02:35:16 | 58,808,880 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 252 | cpp | // stdafx.cpp : 只包括标准包含文件的源文件
// D.pch 将作为预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
// TODO: 在 STDAFX.H 中引用任何所需的附加头文件,
//而不是在此文件中引用
| [
"zhaoziy@hotmail.com"
] | zhaoziy@hotmail.com |
5307b4f459945693917a7e23c495a2df590a4fbc | f06630352a79b74d250b1f34b3ea8720571ad58e | /src/petra/dev/src/OneFile/datastructures/trevor_brown_abtree/common/recordmgr/reclaimer_debra.h | 56d10b675b8a4601688daa118e350ecf04310119 | [
"MIT"
] | permissive | CLPeterson/DurableCorrectness | b57f3d28ce4cdb932506964b40b06bdb39ba843a | 5e3ae0c09f6ac9415850ae389672c50cb743262d | refs/heads/master | 2023-01-28T10:55:23.083481 | 2020-09-22T13:30:34 | 2020-09-22T13:30:34 | 285,900,349 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,155 | h | /**
* C++ record manager implementation (PODC 2015) by Trevor Brown.
*
* Copyright (C) 2015 Trevor Brown
*
*/
#ifndef RECLAIM_EPOCH_H
#define RECLAIM_EPOCH_H
#include <cassert>
#include <iostream>
#include <sstream>
#include <limits.h>
#include "blockbag.h"
#include "plaf.h"
#include "allocator_... | [
"r.izadpanah@knights.ucf.edu"
] | r.izadpanah@knights.ucf.edu |
713ac90bebb3c938a5e1ad55f4e3668c7997c53a | 4e031603ad81bf0a49d4f55c38fd65428acbe269 | /queue.h | 5f73c2f7e2e2db8943405ae606c638b5a070150a | [] | no_license | TibbersDriveMustang/Raymond-Tree-Simulation | f5c5f7b2a780d9231dbcf7d4d2749dc3f8431e34 | bd89fbddfc8cc0d23bdaf85d7f29b8b55731cfad | refs/heads/master | 2020-12-25T17:03:11.086887 | 2009-05-14T08:08:09 | 2009-05-14T08:08:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 270 | h | class Queue {
public:
Queue();
void enqueue (void *);
void * dequeue ();
bool empty ();
private:
struct queue {
void * obj;
queue * next;
};
queue * head;
queue * tail;
};
| [
"janechii@gmail.com"
] | janechii@gmail.com |
ca97d963b1d0f62db2fc8a83416912a7d64602d3 | 43978acc07190b265aeb18af3964cbbb39f5d339 | /sandybox/item_value.cpp | 3afcca760b4216b81e09939c3b45df81ea956afe | [] | no_license | yangjianscut/-Visual-psychological-sandbox | 0714ed86d111cb3f49996486898e81bbbc7f800c | bfd5cf1ea5c2a15cee455d2f6de23c849530b15f | refs/heads/master | 2021-05-20T03:54:40.694908 | 2020-06-17T11:43:12 | 2020-06-17T11:43:12 | 252,173,701 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 452 | cpp | #include "item_value.h"
item_value::item_value(int _a, int _b, int _c, int _d)
{
a = _a;
b = _b;
c = _c;
d = _d;
}
void item_value::setitem_value(int _a, int _b, int _c, int _d)
{
a = _a;
b = _b;
c = _c;
d = _d;
}
item_value item_value::operator+(item_value e){
return item_value(a... | [
"43467348+yangjianscut@users.noreply.github.com"
] | 43467348+yangjianscut@users.noreply.github.com |
992a378b8d3c8a88381f2325120cfbd1df49fb6b | 6597c0bc49f90e014289bd6053183bcc476abfde | /src/Astral_OnRender.cpp | 63d3f89eeb7980f369cec198a56c8b6529260688 | [] | no_license | Ballaw/Astral | 4618a42bed1fe0d07a62ebc48d72da4ca396b7cd | 5f3547d7d7c7241a98af5f94c11f87c1adfd389f | refs/heads/master | 2016-09-06T06:39:25.642301 | 2012-04-03T20:07:57 | 2012-04-03T20:07:57 | 3,465,343 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 49 | cpp | #include "Astral.h"
void Astral::OnRender() {
}
| [
"nintendude15@gmail.com"
] | nintendude15@gmail.com |
a0cc6b59f398746ca4b118d653ea2fb7deeb952a | 7d6ede987d68bf2f61a38786eab64af271fffcd8 | /src/ServerManager/ArgumentParser.cpp | 5244cc2b032bfab4efd6f0c22b65ca92efca09d6 | [
"MIT"
] | permissive | Budry/ServerManager | d9157b1df20f9c13207af931b99e197d30888ca3 | 04b99ed6b9527a5bf4287472c3c3e9fcec447222 | refs/heads/master | 2021-01-21T13:48:59.159594 | 2016-05-12T17:25:30 | 2016-05-12T17:25:30 | 17,180,845 | 1 | 6 | null | 2016-05-14T13:14:15 | 2014-02-25T17:04:10 | C++ | UTF-8 | C++ | false | false | 1,270 | cpp | /*
* This file is part ServerManager of package
*
* (c) Ondřej Záruba <zarubaondra@gmail.com>
*
* For the full copyright and license information, please view the license.md
* file that was distributed with this source code.
*/
#include <cstring>
#include <fstream>
#include <string>
#include <vector>
#include ".... | [
"zarubaondra@gmail.com"
] | zarubaondra@gmail.com |
5278273df95599cf67c5c015170d2b1678174743 | 0d3268d4ac68c0078ae79d180bf7c3b92ba6b22e | /mainwindow.h | c09f8c7f075422884afe22662cfc99e004519570 | [] | no_license | shuvaev32167/ScanMemGUI | e69fe6b51318987dfba7aa3f0e39d942defd631f | eaa1ce20542934975bcb0a36de0f4b713c2896af | refs/heads/master | 2021-01-16T20:31:29.045847 | 2014-02-15T18:17:01 | 2014-02-15T18:17:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,648 | h | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include <QProcess>
#include <QMessageBox>
#include <QDebug>
#include <QTime>
#include <QKeyEvent>
#include <QCheckBox>
#include <unistd.h>
#include <thread>
#include <iostream>
#include "pidvarionts.h"
#include "mytablewidget.h"
#include "searchform.h"
... | [
"shuvaev32167@gmail.com"
] | shuvaev32167@gmail.com |
76d4dcf335dcf51a2583773d37e7e6314c7a41ff | 0e80ca05f3ab47a915e4bf827f5d9523e295a583 | /src/thidcode/ThCode.h | 45e70c90081803dae58347c262d5a360b18e5d5a | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | namec-git/namec | 9df8650e77e4546e286c1947385295f688bfa128 | bd5fe4e9ac7b61a2f1ba5dfb1af51f727cd39861 | refs/heads/master | 2020-03-28T19:06:19.361036 | 2018-09-17T02:34:59 | 2018-09-17T02:34:59 | 148,944,518 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 24,831 | h | /****************************************************************************
**
** Copyright (C) 2011-2018 C.B. Barber. All rights reserved.
** $Id: //main/2005/thid/src/thidcode/ThCode.h#72 $$Change: 2480 $
** $Date: 2018/09/15 $$Author: bbarber $
**
*******************************************************************... | [
"namec-git@qhull.org"
] | namec-git@qhull.org |
fff6a34830b322470599ce81599cef77b2473db8 | 7b3e7758dc0ad5ce7aff9c9e19762b722cc6860a | /dlls/vector.h | da206390b1c4378140569d6a9538cfd61d38e6be | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | bstiffler582/dpb_goldsource | 4a952d9b482a1c4c65792682e62f13a61446405c | 67c7bed94e27661a7ee70de779c4e97d23969e37 | refs/heads/master | 2022-04-21T18:38:22.667665 | 2020-04-24T01:24:27 | 2020-04-24T01:24:27 | 258,241,535 | 0 | 0 | NOASSERTION | 2020-04-23T15:02:36 | 2020-04-23T15:02:36 | null | UTF-8 | C++ | false | false | 4,106 | h | /***
*
* Copyright (c) 1999, Valve LLC. All rights reserved.
*
* This product contains software technology licensed from Id
* Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc.
* All Rights Reserved.
*
* Use, distribution, and modification of this source code and/or resulting
* object co... | [
"kuja@kraln.com"
] | kuja@kraln.com |
63f3408adcb7ee3ac8afccbafb0833966f730a38 | 0596b46b7358a38016ab0c7d07916620e3b4cdb0 | /Test/src/TestKVRequestRedis_v2.cpp | ad0d36c7d839b36224db9227a9a5978207d4a87c | [] | no_license | JashDave/MTP_New | b942badc77b3acb3c983592698322f90ddbe1ce8 | b47ae48b8aa33f8e5d55fbb43115b7a97aa7a54e | refs/heads/master | 2021-01-24T01:29:58.769014 | 2017-06-16T13:14:21 | 2017-06-16T13:14:21 | 68,596,251 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,690 | cpp | // g++ -std=c++11 TestKVRequest.cpp -lkvs_redis -lboost_serialization -pthread -Dthread_count=1
//NOTE: KVRequest operations are not performed in given sequence
#include "../../Implementation/Redis/client/src/KVStore.h"
#include<iostream>
#include<thread>
using namespace kvstore;
using namespace std;
void doSomethi... | [
"jashdave23@gmail.com"
] | jashdave23@gmail.com |
6fea95d225d06e931f56e74975cdea0475c846ee | ed5afdb10dd273645b1fe52ebd3a79d4485cbe36 | /action/executor.h | ab109c6fd487d95aee9514b1dbc6bd708ce793ed | [
"MIT"
] | permissive | bourdenas/troll | 87cb6ce14ecd077e911e40f62fa7ee74c4006541 | 0c00a993ecca95fa33a2a1bc39f912be1cfff960 | refs/heads/master | 2021-01-11T20:39:23.124226 | 2019-11-25T22:41:54 | 2019-11-25T22:41:54 | 79,151,325 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,826 | h | #ifndef TROLL_ACTION_EXECUTOR_H_
#define TROLL_ACTION_EXECUTOR_H_
#include "core/core.h"
#include "proto/action.pb.h"
namespace troll {
class Executor {
public:
Executor() = default;
virtual ~Executor() = default;
virtual void Execute(const Action& action) const = 0;
// Derived classes should override thi... | [
"bourdenas@gmail.com"
] | bourdenas@gmail.com |
993d889a53327a50601ada8e6e646bbf41ac5887 | 3b9b4049a8e7d38b49e07bb752780b2f1d792851 | /src/media/base/android/media_codec_player_unittest.cc | 618b19e6d7c2a6c332a5330d0255a837cc3089d0 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | webosce/chromium53 | f8e745e91363586aee9620c609aacf15b3261540 | 9171447efcf0bb393d41d1dc877c7c13c46d8e38 | refs/heads/webosce | 2020-03-26T23:08:14.416858 | 2018-08-23T08:35:17 | 2018-09-20T14:25:18 | 145,513,343 | 0 | 2 | Apache-2.0 | 2019-08-21T22:44:55 | 2018-08-21T05:52:31 | null | UTF-8 | C++ | false | false | 85,176 | cc | // Copyright 2015 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 "media/base/android/media_codec_player.h"
#include <stdint.h>
#include <memory>
#include <utility>
#include "base/bind.h"
#include "base/loggin... | [
"changhyeok.bae@lge.com"
] | changhyeok.bae@lge.com |
c2e7a4b2aa134c94f8bd56747ad8654731fff9a7 | 45c6e5e140019ea417b06fe5c082ad309eaab0ce | /Basler/pylon/include/pylon/PixelTypeMapper.h | 8a7a58683de291322bfb80e40cd7bdd6931bb6e9 | [] | no_license | isliulin/fadvs | 532220b54d17eab90717a8cd92b280417e65eeeb | 5729519bcd0651eb85b34fcbda61c50f1d70ddc4 | refs/heads/master | 2022-10-16T04:32:17.502976 | 2020-06-15T09:55:21 | 2020-06-15T09:55:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,916 | h | //-----------------------------------------------------------------------------
// Basler pylon SDK
// Copyright (C) 2010-2013 Basler
// http://www.baslerweb.com
// Author: JS
//-----------------------------------------------------------------------------
/*!
\file
\brief Pixeltypemapper for mapping GenICam pix... | [
"qdh8087@gmail.com"
] | qdh8087@gmail.com |
fe1d33859e369250ddb7fa5b6aed7bfc50d34f68 | 75dec89e66e21eeb173eda353dc2549dcbb25a0e | /Leetcode/c_941_Valid_Mountain_Array.cpp | 87e0cf5edc40f15bc67a82aed46e0894e6d5982a | [] | no_license | chenghu17/Algorithm | 459569b1cf62f96b767ea00bb04c08fe4ff60897 | d54e5b8435db8975e5938933c49807a2bfe3ca20 | refs/heads/master | 2022-03-13T02:37:18.263752 | 2019-10-14T10:16:07 | 2019-10-14T10:16:07 | 118,882,001 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,345 | cpp | //
// Created by Mr.Hu on 2019/1/6.
//
// leetcode 941 valid mountain array
//
// 题目给定一个数组,判断是否成山形,即山顶数字最大,然后左右向两边递减。
//
// 首先得到该顶点,然后再判断右边部分。
// 注意不能存在相等的值,且只存在一个山峰(题目并没有定义清楚)
//
#include <iostream>
#include <vector>
using namespace std;
class Solution {
public:
bool validMountainArray(vector<int> &A) {
... | [
"mrhu666@163.com"
] | mrhu666@163.com |
45caf52173b583a0853a377a3c5fb24adf3cd6a8 | 762f52d0e4b51509187e91e90b67b22b9a3fd1b4 | /21. Dynamic Programming/subm.cpp | 61a10ca26146f072b03bc9d82dc48b69a22271d3 | [] | no_license | apoorvKautilya21/Data-Structures-And-Algorithm-in-C- | f77319e5d56897586f89c377a53f5369a588f85d | c90a8953fc21f0d7a67cb28ec53a8ccf0157c58f | refs/heads/main | 2023-03-03T14:20:37.141531 | 2021-02-06T05:08:54 | 2021-02-06T05:08:54 | 336,460,031 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,512 | cpp | #include <bits/stdc++.h>
using namespace std;
string FindRepeatedSubString(string s) {
int i = 0, j = 1, itr = 1, k1, k2;
int n = s.length();
for(int i = n / 2 - 1; i >= 0; i--) {
if(n % (i + 1) == 0) {
int num_of_repeates = n / (i + 1);
string s1 = s.substr(0, i + 1);
... | [
"apoorvkautilya@gmail.com"
] | apoorvkautilya@gmail.com |
cb32a5e2a74e9bd8b8fb4ecfae9dd4c091b76631 | 7be8e3636bf08ebdc6662879dc5afec548705537 | /ios/Pods/Flipper-Folly/folly/lang/Align.h | f7cee3cef30140b9f7ceee4ed958726f941356e0 | [
"MIT",
"Apache-2.0"
] | permissive | rdhox/react-native-smooth-picker | 3c7384f1fed0e37f076361cce96071d01b70e209 | ae9316c49512f7ed9824c5a3ad50cdf5e80fffa9 | refs/heads/master | 2023-01-08T16:59:40.709147 | 2021-07-03T14:13:21 | 2021-07-03T14:13:21 | 160,224,312 | 230 | 31 | MIT | 2023-01-06T01:46:04 | 2018-12-03T16:54:10 | TypeScript | UTF-8 | C++ | false | false | 5,690 | h | /*
* 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... | [
"admin@rdhox.io"
] | admin@rdhox.io |
37a2bd07794e37c03c507a81cccb1c802d984e86 | d62f5208f788e59d04da547d2f397763a631fa80 | /Project/primitiveLib/verticalprimitive.h | 2b540b9ed0c2250c63e98388394d6b417d536c0b | [] | no_license | wyt0602/MyPaper | 4ee876c024a1d9ae6f75c544e4bf0a89cd829a54 | 8832b880717d70f230a23c519725a97beabfa18c | refs/heads/master | 2021-01-12T06:22:23.629013 | 2017-05-14T01:48:58 | 2017-05-14T01:48:58 | 77,350,250 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 519 | h | #ifndef VERTICALPRIMITIVE_H
#define VERTICALPRIMITIVE_H
#include "primitive.h"
class VerticalPrimitive : public Primitive
{
Q_OBJECT
public:
explicit VerticalPrimitive(QWidget *parent = 0);
QListWidgetItem* getListWidgetItem();
void adjustPosition(QPoint p);
Primitive* clone(QWidget *parent);
prot... | [
"w_y_tao@163.com"
] | w_y_tao@163.com |
5d5353a55c91c3c258552ff8d545cce492e7bf31 | c0109a464cdfab484b0605af9fe6b694c619ad3d | /Source/EdgeAlgorithms.cpp | 1134451642df1cda61ebb89d2ff3f6583ff1b8bc | [] | no_license | Jonux/EdgeDetection | 327ed36b4df37fc89c4a1cae6f8cdfcf6bcb6dc8 | 6b98df37a0cca38bcaf58fd64628022e5f3bbb3a | refs/heads/master | 2020-11-26T09:41:36.014672 | 2015-09-18T16:12:46 | 2015-09-18T16:12:46 | 42,729,862 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,387 | cpp | #include "EdgeAlgorithms.h"
bool EdgeAlgorithms::saveImage() const {
try {
output_image.save_bmp(outputFile.c_str());
}
catch (exception e) {
std::cerr << "Error writting the file:" << outputFile << std::endl;
throw e;
}
return true;
}
bool EdgeAlgorithms::loadImage() {
try {
input_image.load(inputFil... | [
"joel.huttunen@aalto.fi"
] | joel.huttunen@aalto.fi |
732bc4ea45f7c5270c79263923c472deed36a4c7 | 0ad1ae62f8c58d52436c10754551a5e6166aab8e | /src/driver/model/replace_one.hpp | 48d6cd00b0763fa9d6b843b6fac76ec4670ae9b2 | [
"Apache-2.0"
] | permissive | shrayolacrayon/mongo-cxx-driver | 2145e42d7edc4e4ae7884d065523fa16b6705603 | 16762309288814f287dc12e96a587279e79c84f3 | refs/heads/master | 2021-05-28T10:47:41.236529 | 2014-12-08T15:16:08 | 2014-12-08T15:16:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,342 | hpp | // Copyright 2014 MongoDB 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 agreed to in wri... | [
"tyler.brock@gmail.com"
] | tyler.brock@gmail.com |
fd4cfc10311b2da5bd7ef3b9feee6cc0dc312064 | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/blink/renderer/core/fragment_directive/text_fragment_anchor_test.cc | fc3da600647ae34becc100c2ef06d2b782b3ff41 | [
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"LGPL-2.0-only",
"BSD-2-Clause",
"LGPL-2.1-only",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 86,586 | cc | // Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/run_loop.h"
#include "base/test/scoped_feature_list.h"
#include "build/build_config.h"
#include "components/shared_highlighting/core/common/shared_highlighting_f... | [
"jengelh@inai.de"
] | jengelh@inai.de |
c679efad1557545ce24bb797ef504ad5927fbbab | 6b67cc371b99bd7852927149f12dd7f4e2f3c597 | /src/sapling/prf.cpp | 89172900f3b0246379b026272d4b0e23f00fb59d | [
"MIT"
] | permissive | AgenorCoin/Agenor | ed0c8b08a7c72329a3387506ee0b2a62fe6d9730 | 3457b4dfc6699bc4c14f6c386675f7344c1c9498 | refs/heads/main | 2023-03-31T23:32:02.366490 | 2021-04-05T18:44:42 | 2021-04-05T18:44:42 | 354,934,808 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,247 | cpp | // Copyright (c) 2016-2020 The ZCash developers
// Copyright (c) 2020 The PIVX developers
// Copyright (c) 2021 The AgenorCoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "prf.h"
#include "crypto/sha256.... | [
"33366277+risingstar2018@users.noreply.github.com"
] | 33366277+risingstar2018@users.noreply.github.com |
fa81990caef51122e14577d6054e1221bc9d6979 | c0dde1310bd7b03dd7b31433f44675b566789081 | /vectorPair.cpp | c06c5acce09815a76ca1626cf8992821d2a35722 | [] | no_license | is-ashish/online-coding-c- | b34ed72eae67d13bf0fd21d54e21cae3896212b0 | e202891cd8009a5b3f88a12231be90b4e72961c7 | refs/heads/master | 2020-09-03T09:57:31.736210 | 2019-11-04T07:24:31 | 2019-11-04T07:24:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 642 | cpp | #include<bits/stdc++.h>
using namespace std;
bool compare(const pair<int,int> &a,const pair<int,int> &b){
return (a.second<b.second);
}
int main()
{
vector< pair<int,int> > vect;
int arr[] = {10, 20, 5, 40 };
int arr1[] = {30, 60, 20, 50};
int n = sizeof(arr)/sizeof(arr[0]);
for (int i=0; i<n... | [
"ashishj@voiceqube.com"
] | ashishj@voiceqube.com |
3841af519cd549bdb886da8d98850324fc93b3a7 | f745b2928901e65e8a086fee0672d56cfa8f00be | /System.Drawing/System.Drawing.Image.h | 532781d618daecfea4e777f7f9cabbe657abf6fa | [] | no_license | ctguxp/CrapoLibrary | faea5ad8713ac5d34095eb0740331532dd5e6572 | 76924cd2a1a078e5af4c29ab61fd75f9b036c903 | refs/heads/master | 2021-01-15T14:36:08.141401 | 2015-07-30T08:10:02 | 2015-07-30T08:10:28 | 56,131,191 | 2 | 2 | null | 2016-04-13T07:38:31 | 2016-04-13T07:38:31 | null | UTF-8 | C++ | false | false | 451 | h | #pragma once
#include "System.Drawing.Imaging.PixelFormat.h"
namespace System
{
namespace Drawing
{
class Image
{
public:
virtual ~Image();
int Height();
int Width();
Imaging::PixelFormat PixelFormat();
void* NativeObject() { return _nativeObject; }
... | [
"mark.mohr@ats-global.com"
] | mark.mohr@ats-global.com |
9b91091d31d8db04aa50bf0f0a22d47513c5bddd | 371441e3cb44ae108aff7a55268500dc8302729d | /P0054/Spiral-Matrix.cpp | 36775b13df1bead06cf3ad3eee32d76169682b67 | [] | no_license | minghao2016/LeetCode-6 | a9d114dfcc6c9c72eef6fda7705d12720cc60b10 | da7a45499113a49849695a069aee50a978cc4570 | refs/heads/master | 2020-12-20T13:41:05.446648 | 2018-04-24T16:26:36 | 2018-04-24T16:26:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,636 | cpp | /*
* =====================================================================================
*
* Filename: Spiral-Matrix.cpp
*
* Description:
*
* Version: 1.0
* Created: 03/28/2017 17:26:16
* Revision: none
* Compiler: gcc
*
* Author: YOUR NAME (),
* Orga... | [
"jack.jiang.capu@gmail.com"
] | jack.jiang.capu@gmail.com |
2d3f8fd666eeb804f58c86f5eb5e0b8283bf96ed | ef23e388061a637f82b815d32f7af8cb60c5bb1f | /src/mame/includes/segag80v.h | 0692c128bb4fa06da1998872091c895a76223a0a | [] | no_license | marcellodash/psmame | 76fd877a210d50d34f23e50d338e65a17deff066 | 09f52313bd3b06311b910ed67a0e7c70c2dd2535 | refs/heads/master | 2021-05-29T23:57:23.333706 | 2011-06-23T20:11:22 | 2011-06-23T20:11:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,056 | h | /*************************************************************************
Sega vector hardware
*************************************************************************/
#include "machine/segag80.h"
class segag80v_state : public driver_device
{
public:
segag80v_state(running_machine &machine, const... | [
"Mike@localhost"
] | Mike@localhost |
ffa1ccb6c5548285e59d7aaca5093a5fc78ee082 | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /ui/events/blink/blink_event_util_unittest.cc | 99c87370eed8d314187763e74e32790307df2c6c | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | meniossin/src | 42a95cc6c4a9c71d43d62bc4311224ca1fd61e03 | 44f73f7e76119e5ab415d4593ac66485e65d700a | refs/heads/master | 2022-12-16T20:17:03.747113 | 2020-09-03T10:43:12 | 2020-09-03T10:43:12 | 263,710,168 | 1 | 0 | BSD-3-Clause | 2020-05-13T18:20:09 | 2020-05-13T18:20:08 | null | UTF-8 | C++ | false | false | 11,167 | 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 "ui/events/blink/blink_event_util.h"
#include "base/time/time.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/publ... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
56d803ed31b1f30c1fdb2ce25508a4f24d52da31 | 2a6dfb243bc2d8a6cbb1374605046afcfde1b545 | /configlist.h | 2e48a79b6fe24198ff7ff664ec88514cafae3da6 | [] | no_license | sakah/hs_cosmic | 8cd03e9e96dcf2a4c68305d15bfdc6d79a377c9f | 7b594379e9ade35f4ffd3a91819c6304c63a3efd | refs/heads/master | 2021-01-21T13:21:42.794860 | 2016-03-16T12:29:04 | 2016-03-16T12:29:04 | 52,138,073 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 512 | h | #ifndef CONFIG_LIST_H
#define CONFIG_LIST_H
#include "config.h"
class ConfigList
{
public:
ConfigList();
ConfigList(const char* top_dir, const char* config_list_path);
void ReadConfigList(const char* config_list_path);
void PrintConfigList();
Config* GetConfig(int icon);
private:
... | [
"h0.sakamoto@gmail.com"
] | h0.sakamoto@gmail.com |
94967bf08ca45ef0905bfc7b772b9c150a0ba6ce | 7aedc25c6fe397813be5ff5a9ab3236d14fc42b2 | /Xcode/Libraries/RegisterMonoModules.cpp | 1c99da3dae30acb859f1cfbb66a5df8618739550 | [] | no_license | keplergames/TowerDefence2D | 403fd4b30da1aa7520c54eaa3227e422ca0c5761 | 42d5a7d590834fa8e3907a3e7b522aa90f6a978e | refs/heads/master | 2016-09-06T18:27:23.602837 | 2013-11-12T17:54:09 | 2013-11-12T17:54:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 321,297 | cpp | #include "RegisterMonoModules.h"
extern bool gEnableGyroscope;
extern "C"
{
typedef void* gpointer;
typedef int gboolean;
#if !(TARGET_IPHONE_SIMULATOR)
const char* UnityIPhoneRuntimeVersion = "4.2.2f1";
void mono_dl_register_symbol (const char* name, void *addr);
extern int mono_ficall_flag;
void mo... | [
"joshua.jebadurai@gmail.com"
] | joshua.jebadurai@gmail.com |
ef32832548b926fc6f25a2726909c311f83bf7d4 | 67db5c946b11bcc3cb6cef074ab6b6b9d0a72961 | /aten/src/ATen/cpu/vec256/vec256_complex_double.h | 45cdb204587b67803fa9089f8fec884870f92d1b | [
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | dusty-nv/pytorch | 951c570c8c52ffb839275dfe5956a814ff556e5e | d0c925f1c73d6015122e71c8c59cbf1af3f06250 | refs/heads/master | 2022-05-26T15:18:39.557017 | 2020-04-16T16:01:05 | 2020-04-16T16:03:17 | 256,265,482 | 2 | 0 | NOASSERTION | 2020-04-16T16:09:26 | 2020-04-16T16:09:26 | null | UTF-8 | C++ | false | false | 18,482 | h | #pragma once
#include <ATen/cpu/vec256/intrinsics.h>
#include <ATen/cpu/vec256/vec256_base.h>
#if defined(__AVX__) && !defined(_MSC_VER)
#include <sleef.h>
#endif
namespace at {
namespace vec256 {
// See Note [Acceptable use of anonymous namespace in header]
namespace {
#if defined(__AVX__) && !defined(_MSC_VER)
te... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
e30ab0ee2dab81a30007904d70b855846e8d9baa | f2650761f65216b23ac34aed0d287b23ddec6690 | /snake.cpp | d5725ea6c75da9b18776de2f7a6b0b6ddb29e26a | [] | no_license | sl1986/snake | 18bc1732a2eb8708c66ec439b23a3396f57e8f38 | fe9ddeef9ab87da8deced0a22158030398a5f830 | refs/heads/master | 2020-03-30T01:33:44.898135 | 2018-09-27T19:13:56 | 2018-09-27T19:13:56 | 150,582,124 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 138 | cpp | #include "snake.h"
Snake::Snake()
{
}
void Snake::paintEvent(QPainter& painter)
{
}
void Snake::keyPressEvent(QKeyEvent& event)
{
}
| [
"vjacheslav_leus@mail.ru"
] | vjacheslav_leus@mail.ru |
d2c4dd07302e4c5ab74629bc6c44392a1d1597aa | 14c7287c31e393b6d0e9c1dc36578664a4072e53 | /BruteForce/9095_Add123/9095_Add123/add123.cpp | b8ce122413757036ba7c7a21fdc5a5406aa1d355 | [] | no_license | GonnerL/MyAlgorithm | 3328d17767aee80a1e8253022e67fd85c2181d1b | 9e6aa31d51b1bbd959a25ba7f3fde80d91f690a5 | refs/heads/master | 2020-06-25T17:59:12.969472 | 2019-08-26T15:38:02 | 2019-08-26T15:38:02 | 199,383,563 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,600 | cpp | #include <stdlib.h>
#include <stdio.h>
#pragma warning(disable:4996)
int main() {
int T;
int* numbers;
int* answers;
scanf("%d", &T);
numbers = (int*)malloc(sizeof(int) * T);
answers = (int*)malloc(sizeof(int) * T);
for (int i = 0; i < T; i++) {
scanf("%d", &numbers[i]);
answers[i] = 0;
}
for (int i = 0... | [
"daddy2@ajou.ac.kr"
] | daddy2@ajou.ac.kr |
d944ae9fa662474bf9029e3621d4498702e657a4 | e0a6fe38bc2164768b2272adac1984989024806e | /src/game/MaterialComponent.cpp | 4d44c482928d085d8dfce0ce243f4800c00e6e25 | [] | no_license | bfogerty/xdpixelengine | 802287559ff748eea3db6488338cfb5f39453ce2 | 240e1161b039a6a190473ef46b7e14bdea3b48bc | refs/heads/master | 2020-04-11T11:00:54.943741 | 2018-05-12T14:05:24 | 2018-05-12T14:05:24 | 10,495,378 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 685 | cpp | #include "game/MaterialComponent.h"
#include "core/GameObject.h"
#include "core/mesh/Mesh.h"
#include "core/Transform.h"
#include "core/time/Time.h"
#include "core/input/Input.h"
#include "core/resource/materialLoader/MaterialLoader.h"
#include "core/resource/image_loaders/ImageLoader.h"
#include "core/resource/model_... | [
"bfogerty@gmail.com"
] | bfogerty@gmail.com |
2fabc4345428738736297b49b065731f12f1db4b | b418f2aa565ab633af71b91ea5ef225509ae3100 | /modules/models/sfe.h | 0ade5a37f82d611ae5d9c815bae64f4e2e67200a | [
"Apache-2.0"
] | permissive | michaelczhou/SEMANTIC_VISUAL_SUPPORTED_ODEMETRY | 16a9dce0db00172a86b2dc655e47487c0a80a363 | 2249bf358f51b337eb52a347ea7d46bff0654576 | refs/heads/master | 2023-07-18T08:24:06.741543 | 2021-07-12T14:15:02 | 2021-07-12T14:15:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 36,303 | h | //
// Created by yiakwy on 4/8/20.
// Updated and Completed by yiakwy on 15/7/20
//
#ifndef SEMANTIC_VISUAL_SUPPORTED_ODEMETRY_SFE_H
#define SEMANTIC_VISUAL_SUPPORTED_ODEMETRY_SFE_H
#include <memory>
#include <string>
#include <Eigen/Core>
#include <Eigen/Dense>
#include <opencv2/core.hpp>
#include <opencv2/imgproc.... | [
"yiak.wy@gmail.com"
] | yiak.wy@gmail.com |
812609c1ce826f7bb9180ea37138ff1a11525917 | 99f164e96e13db29deef720de9fa4ce0bd114c62 | /mediatek/custom/mt6752/hal/camera/camera/flash_tuning_custom.cpp | e69692fcfdeae5263e2f922a929c4e37c8f479f9 | [] | no_license | GrapheneCt/android_kernel_zte_run4g_mod | 75bb5092273ba4cd75d10f3fa09968853a822300 | fbba1d6727878b70954cc4186a7b30504527cd20 | refs/heads/master | 2020-09-07T14:50:54.230550 | 2019-11-10T16:37:19 | 2019-11-10T16:37:19 | 220,814,914 | 0 | 0 | null | 2019-11-10T16:11:22 | 2019-11-10T16:11:22 | null | UTF-8 | C++ | false | false | 5,662 | cpp | #define LOG_TAG "flash_tuning_custom.cpp"
#include "string.h"
#include "camera_custom_nvram.h"
#include "camera_custom_types.h"
#include "camera_custom_AEPlinetable.h"
#include <cutils/xlog.h>
#include "flash_feature.h"
#include "flash_param.h"
#include "flash_tuning_custom.h"
#include <kd_camera_feature.h>
//========... | [
"danile71@gmail.com"
] | danile71@gmail.com |
1dd6aa4790962b4a13bf972535b9a2e2b8ec085d | 09e691cd33d9eab57b903d717e8e65194aedcca7 | /SDK/PUBG_Item_Legs_H_01_classes.hpp | beefd037e23485fdf81e9d04fe931f0dc2f19a00 | [] | no_license | violarulan/PUBG-SDK | 8a6ed46abe103147c772cd31cf1e07541a99e844 | 148a48829ef23355a2a6a3ecb286985677f4e274 | refs/heads/master | 2021-01-06T20:40:15.064387 | 2017-08-03T16:24:22 | 2017-08-03T16:24:22 | 99,541,605 | 1 | 0 | null | 2017-08-07T05:55:34 | 2017-08-07T05:55:34 | null | UTF-8 | C++ | false | false | 643 | hpp | #pragma once
// PLAYERUNKNOWN'S BATTLEGROUNDS (2.5.26) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace Classes
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// BlueprintGeneratedCl... | [
"pubgsdk@gmail.com"
] | pubgsdk@gmail.com |
a9718ede663c892e0b63bd063d042d6fa4390aeb | 2b0ff7f7529350a00a34de9050d3404be6d588a0 | /141_VC_UAC/MFC_UAC_Execution_Level(2008)/MFC_UAC_Execution_Level/MFC_UAC_Execution_LevelDlg.cpp | ce8ab60b221d3409eea205c2a28582870931a87a | [] | no_license | isliulin/jashliao_VC | 6b234b427469fb191884df2def0b47c4948b3187 | 5310f52b1276379b267acab4b609a9467f43d8cb | refs/heads/master | 2023-05-13T09:28:49.756293 | 2021-06-08T13:40:23 | 2021-06-08T13:40:23 | null | 0 | 0 | null | null | null | null | BIG5 | C++ | false | false | 3,313 | cpp |
// MFC_UAC_Execution_LevelDlg.cpp : 實作檔
//
#include "stdafx.h"
#include "MFC_UAC_Execution_Level.h"
#include "MFC_UAC_Execution_LevelDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 對 App About 使用 CAboutDlg 對話方塊
class CAboutDlg : public CDialog
{
public:
CAboutDlg();
// 對話方塊資料
enum { IDD = IDD_ABOUTBOX };
... | [
"jash.liao@gmail.com"
] | jash.liao@gmail.com |
d22d2f7a0ac483feda88c3e00560b660c3edfdf1 | 765d51360c3101062b272014a91a3d515e252249 | /week05/ForcesPointers/src/Particle.hpp | 5d5e0b26515d7364696dbc172f200f519bd531b5 | [] | no_license | sunnythedude/AlgoSims2016 | 0d2fe83308752301f01e56b6745d02ab30c78832 | bfe448991e2cfdfe953dd02e04659e257bd7cedf | refs/heads/master | 2021-01-19T08:53:22.539986 | 2016-12-16T03:39:03 | 2016-12-16T03:39:03 | 67,712,869 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 857 | hpp | //
// Particle.hpp
// 3_Forces
//
// Created by Regina Flores on 9/29/16.
//
//
#pragma once
#include "ofMain.h"
class particle
{
public:
particle();
void resetForce();
void addForce(float x, float y);
void addRepulsionForce(float x, float y, float radius, float scale);
void addAttraction... | [
"florr422@newschool.edu"
] | florr422@newschool.edu |
77239d76a783c6ae24653799e5ec76130c2de3b5 | 0248d6ac543102f166e5cd1ec669ed782cd1c4ea | /parsival_robot/SinusoidMovementJoint.h | ee97f239337a547d79c755750b82878e50eabb65 | [] | no_license | thar/parsival | 7139a4d269789bfc45cf9d8c3f8f209f4e6f3664 | 5a7a02902e1883250513c7f84a1b079ee77bfbbc | refs/heads/master | 2021-08-22T04:39:24.318965 | 2017-11-29T09:07:16 | 2017-11-29T09:07:16 | 111,677,004 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,497 | h | //
// Created by Miguel Angel Julian Aguilar on 26/11/17.
//
#ifndef PARSIVAL_SINUSOIDCONTROLLER_H
#define PARSIVAL_SINUSOIDCONTROLLER_H
#include "JointInterface.h"
#include <Arduino.h>
class SinusoidMovementJoint : public JointInterface {
public:
void refresh() {
eleapsedTime_ = millis() - t0_;
... | [
"miguel.a.j82@gmail.com"
] | miguel.a.j82@gmail.com |
f2ff54822ae8fb9be4377711455f8fc98c311d68 | a07d1ae886800fe3758203683d6067089322b78c | /src/backends/neon/workloads/NeonDequantizeWorkload.cpp | aa454c921bbe873b220096473eb51a39412073e7 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | oubotong/arm-secure-nn-1 | 7a896f15e20636493a485b5a8ea71081bb8af12a | a92eba03be9a4df62f21d2494869e74b44de3364 | refs/heads/master | 2023-03-17T17:22:54.972293 | 2020-04-14T14:36:58 | 2020-04-14T14:36:58 | 557,095,350 | 1 | 0 | MIT | 2022-10-25T04:11:50 | 2022-10-25T04:11:49 | null | UTF-8 | C++ | false | false | 1,533 | cpp | //
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#include "NeonDequantizeWorkload.hpp"
#include "NeonWorkloadUtils.hpp"
#include <aclCommon/ArmComputeTensorUtils.hpp>
#include <backendsCommon/CpuTensorHandle.hpp>
#include <neon/NeonTensorHandle.hpp>
namespace armnn
{
using na... | [
"i.am.renju.liu@gmail.com"
] | i.am.renju.liu@gmail.com |
13d4652952eb2a453b9ce1af9fecf0223cd74ad6 | 688427e213c1bdcebecb52092c734bf3b3e81afb | /src/CalibPoints.h | 065f9b77d33dfeb685285df99b3062583775d0f5 | [] | no_license | ryokomy/calibWorldToHmd | b03c0bd430ea0ceb633a08947d9ab785a9ebe9b5 | b5d6e80cef036aed56e1819e3230c97d2fbd9d9b | refs/heads/master | 2021-06-16T01:22:44.993719 | 2017-05-04T13:16:17 | 2017-05-04T13:16:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,451 | h | //
// CalibPoints.h
// calibWorldToHmd
//
// Created by ryoheikomiyama on 2017/05/04.
//
//
#pragma once
class CalibPoints {
ofMesh mesh;
int index;
public:
CalibPoints() {
// vertices
vector<ofVec3f> vertices = {
ofVec3f(0, 0, 0)+pos,
ofVec3f(0... | [
"komikomi.mikomiko@gmail.com"
] | komikomi.mikomiko@gmail.com |
c551dcdd5471f6bfd32da704b413a0a1d198e66f | e5e0d729f082999a9bec142611365b00f7bfc684 | /tensorflow/compiler/xla/tests/transfer_manager_test.cc | 697c24e658765c7dc40a2697d64a177d3c271227 | [
"Apache-2.0"
] | permissive | NVIDIA/tensorflow | ed6294098c7354dfc9f09631fc5ae22dbc278138 | 7cbba04a2ee16d21309eefad5be6585183a2d5a9 | refs/heads/r1.15.5+nv23.03 | 2023-08-16T22:25:18.037979 | 2023-08-03T22:09:23 | 2023-08-03T22:09:23 | 263,748,045 | 763 | 117 | Apache-2.0 | 2023-07-03T15:45:19 | 2020-05-13T21:34:32 | C++ | UTF-8 | C++ | false | false | 17,408 | cc | /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
2b10bb2b683eaf547c0ba5002aba0f8051e88ef0 | 8e57405aa788e066f60d907d4e5fa78f9386c973 | /divDy1/3.7/polyMesh/cellLevel | c6609ec7bef0a3127bfdb6061399e3f74cfbdab4 | [] | no_license | daihui-lu/dynamicMesh | 06394bdf1538d6ce95ff9d836ecf7ff2b2917820 | 7cf4fc5f0c84b19dc330083cf4899677017383fc | refs/heads/master | 2020-03-22T03:55:07.843849 | 2018-07-02T15:38:58 | 2018-07-02T15:38:58 | 139,460,206 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,604 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 5.0 |
... | [
"daihui.lu2016@gmail.com"
] | daihui.lu2016@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.