blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
af00950cc8890ff35a7a3e2d573efe6bde1a42f3 | e2bc8d420b8fcc0d5f81e4b42b7a2916dd33778e | /steam_api/guiwrap/Marshaling.h | 5056b3d60aa2d93565e168f66c441af5c18f71bf | [] | no_license | charlie123/MeGusta2 | d8aea2c3c9df3bd2e14c0a266e5c2eadc0fa1c55 | ca6c6a101b50e0c2268ce5c59042456f379ae81f | refs/heads/master | 2020-05-18T11:21:44.652201 | 2012-03-31T11:59:50 | 2012-03-31T11:59:50 | 3,884,896 | 1 | 5 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 2,973 | h | /*!
@file
@author Albert Semenov
@date 01/2009
@module
*/
#pragma once
#include <MyGUI.h>
#include "Utility.h"
namespace MyGUI
{
namespace Managed
{
class ObjectHolder
{
public:
ObjectHolder() : object() { }
ObjectHolder(System::Object ^ _obj) : object(_obj) { }
~ObjectHolder() { }
System::... | [
"cristi126@yahoo.com"
] | cristi126@yahoo.com |
ebc98acb963ddabd3d7c449b65623581097cbe4e | da3bd272b6d5a61ddabc88967976591ec4fd6e50 | /src/table.h | 9e3113cb43ac5a9800db5fdc49648ecbbcbd54e5 | [
"MIT"
] | permissive | jaredloomis/sighlo | 9c76e50ba68e57bea177595a4a3b67ae90a81755 | 5be797d14149a3d00b9d3093a827c281fe9125ea | refs/heads/master | 2020-03-28T20:21:11.115719 | 2018-09-21T20:14:36 | 2018-09-21T20:14:36 | 149,062,148 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,615 | h | #ifndef _TABLE_H
#define _TABLE_H
#include <iostream>
#include <fstream>
#include <map>
#include <vector>
#include <random>
#include <string>
#include <optional>
#include <cstdlib>
#include <memory>
#include "entity.h"
class Table {
public:
std::map<Identifier, Entity*> entries;
std::vector<std::string> log... | [
"jaredloomis@users.noreply.github.com"
] | jaredloomis@users.noreply.github.com |
ff8b94b719a49409f47e2f0df6eb63bd8b33dc60 | 6a705ffc83cddec356d616ffb72879811040dfec | /tensor.h | 66ea60a9e59ed5016ed7f96b27274875014ede59 | [] | no_license | alademm/neural-network-experiment | c65e93e4c11699984b42fe7947220852dc6313ad | 6478f2e05c277f799f2c6f0332d017afac5539dc | refs/heads/master | 2020-03-25T18:34:21.466950 | 2019-09-21T23:43:30 | 2019-09-21T23:43:30 | 144,037,648 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,671 | h | #pragma once
#include <assert.h>
#include <utility>
//#define USE_GPU
//class Tensor;
//class TElement
//{
//public:
// operator float()const { return m_t->m_data[m_idx]; }
// void operator=(float val)
// {
// m_t->m_data[m_idx] = val;
// m_t->m_valid[m_idx] = true;
// }
//
//private:
// ... | [
"alademm@gmail.com"
] | alademm@gmail.com |
211d49bf87884285cf5fd9cae1afcb07e860316b | 0de763286c3d2ce8c48d8d6a0a82122a4ac0394f | /OpenGL/ShapeIO/Quads/Cube.h | 6be72ce8da4a8842c42095942c0c6cfc695a2032 | [
"MIT"
] | permissive | thejoebaldwin/fvtc-fall2013-cplusplus | d8280ea493375fad0113b7b7f8e4330b6d0415a6 | fedb588813025a32d9ebc3ecaecb44340e4cf765 | refs/heads/master | 2020-04-05T23:21:55.026722 | 2014-03-18T17:02:54 | 2014-03-18T17:02:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,322 | h | #include "Quad.h"
class Cube : public Quad
{
private:
public:
void Draw();
Cube();
Cube(GLfloat, GLfloat, GLfloat, Colors);
};
Cube::Cube()
{
Cube(0,0,10,RED);
}
Cube::Cube(GLfloat x, GLfloat y, GLfloat height, Colors color)
{
x_pos_ = x;
y_pos_ = y;
height_ = height;
x_speed_ = 0;
y_speed_ = 0;
angle... | [
"contact@humboldttechgroup.com"
] | contact@humboldttechgroup.com |
3a7402050700d25b0c1022f4c222205e95801098 | 438180ac509e4f743e4d27236a686ee9eb545fdd | /RenderSystems/Direct3D9/src/OgreD3D9HLSLProgram.cpp | 99ef8e18044a6c5f6644bf3dcd4529b441bdd45c | [
"MIT"
] | permissive | milram/ogre-1.7.4-osx | 15e3d14e827e3c198f7cda68872a0be26ba95e55 | adec12bc0694b9b56a8f31e91cc72f0f75dd83c7 | refs/heads/master | 2021-01-01T19:21:11.880357 | 2012-04-30T18:34:49 | 2012-04-30T18:34:49 | 7,885,095 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,944 | cpp | /*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org/
Copyright (c) 2000-2011 Torus Knot Software Ltd
Permission is hereby granted, free of charge, to any person obta... | [
"1991md@gmail.com"
] | 1991md@gmail.com |
fdbdd5a1f75a7d420c888017e5cb1017d6bf1d6e | 432ec5e2056256cb0ce136bacad1022c3ba77fc6 | /nvdsinfer_custom_impl_Yolo/layers/route_layer.cpp | a3925a0357eaa448ff27630cb211adea60fb2937 | [
"MIT"
] | permissive | marcoslucianops/DeepStream-Yolo | 842d5f3545922591357e197014f0d0b2ac4ce1de | f630b10a8088398251bca7f2f50064b57fab06bb | refs/heads/master | 2023-06-21T01:16:38.367179 | 2023-06-16T17:56:18 | 2023-06-16T17:56:18 | 251,735,890 | 1,102 | 316 | MIT | 2023-07-02T14:41:15 | 2020-03-31T21:27:38 | C++ | UTF-8 | C++ | false | false | 2,820 | cpp | /*
* Created by Marcos Luciano
* https://www.github.com/marcoslucianops
*/
#include "route_layer.h"
nvinfer1::ITensor*
routeLayer(int layerIdx, std::string& layers, std::map<std::string, std::string>& block,
std::vector<nvinfer1::ITensor*> tensorOutputs, nvinfer1::INetworkDefinition* network)
{
nvinfer1::ITe... | [
"marcoslucianops@gmail.com"
] | marcoslucianops@gmail.com |
ad2d920410e4ede31c91b6f7c25563c0fe2bc85b | 5229c748a3dee5f160bf0f02484dc2979dd996c2 | /vmvis codes/consoleclient.h | 8f396dfe65a0b1f79f08591640ebdc31658ca463 | [] | no_license | vishnumuthu/vmvis | 82acecbcd8aeccd7954619202ee7fee0d6ca1f87 | 20f13dc691d4a539819760b5f5144a756a07fb3a | refs/heads/master | 2021-01-10T21:56:53.328634 | 2015-05-12T09:39:09 | 2015-05-12T09:39:09 | 35,479,688 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 589 | h | #ifndef CONSOLECLIENT_H
#define CONSOLECLIENT_H
#include <QPlainTextEdit>
#include <QScrollBar>
#include <QtCore/QDebug>
#include "qprinter.h"
class consoleclient : public QPlainTextEdit
{
Q_OBJECT
public:
explicit consoleclient(QWidget *parent = 0);
void putData(const QByteArray &data);
public slots:
... | [
"v.vishnumuthu@gmail.com"
] | v.vishnumuthu@gmail.com |
b579baccd55611b8026f327db1233be26998d006 | 47933728cd916c6d9de1e2f8afa64c82b197afcb | /gemm_tune/src/templates/zgemm_nt.cpp | a5121c4526f3ec9a8af0603c72cc3c011f574527 | [
"LicenseRef-scancode-blas-2017",
"Apache-2.0"
] | permissive | TechnikEmpire/ampblas | 6742bb054ff4bb213101e266aa2e5d0514882c95 | ac461cf8474951034e9d92c82ff98ca245991c07 | refs/heads/master | 2023-09-03T04:34:46.614195 | 2012-10-01T21:13:55 | 2012-10-01T21:13:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 476 | cpp | #include "tune.h"
#include "template.h"
TUNE_NAMESPACE_BEGIN
template <>
void do_test<dcomplex, transpose::no_trans, transpose::trans>(concurrency::accelerator_view& av, dcomplex alpha, const concurrency::array_view<const dcomplex,2>& a, const concurrency::array_view<const dcomplex,2>& b, dcomplex beta, const c... | [
"SND\\kyle_spagnoli_cp@4a90e977-6436-4932-9605-20e10c2b6fb3"
] | SND\kyle_spagnoli_cp@4a90e977-6436-4932-9605-20e10c2b6fb3 |
7141bf55f062bcbd4cf763bc7996b3ff84ef7eaa | cfc4ae42e253687b999a337419b6ef1b29f5347b | /mohawk_dasm.cc | 01abdfa2df30b74f56aa1015dced9be1c0ff0d70 | [
"MIT"
] | permissive | DrItanium/resource_dasm | 4a352ff052931d1c8af7dc855d96f12667dd7509 | c4643bf4505a20a5f651a7b66b7a95ba7637e0e1 | refs/heads/master | 2022-11-29T11:02:37.384534 | 2020-08-12T02:22:34 | 2020-08-12T02:22:34 | 286,889,646 | 0 | 0 | MIT | 2020-08-12T01:49:41 | 2020-08-12T01:49:41 | null | UTF-8 | C++ | false | false | 7,727 | cc | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <exception>
#include <phosg/Encoding.hh>
#include <phosg/Filesystem.hh>
#include <phosg/Strings.hh>
#include <stdexcept>
#include <string>
#include <vector>
#include "resource_fork.hh"
usi... | [
"mjem@wildblue.net"
] | mjem@wildblue.net |
a9531a2ed9773f47634ab3a9a64716fd3a4b1162 | d62244cdf3f9edaac1efc0e6e39a3f749140bf68 | /src/Widget/RecentWidget.h | f4768543eeb42458eb557a0394cb1d1800f37842 | [] | no_license | wurui1994/BiliPlayer | 640f6ad312e0be8a329c9aa47a124848636916cc | c4ddbf2550031d9da92e648a06f5a3293abec023 | refs/heads/master | 2020-03-29T08:39:50.003971 | 2019-04-03T13:38:33 | 2019-04-03T13:38:33 | 146,700,986 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,210 | h | #pragma once
#include <QtWidgets/QWidget>
#include <QtCore/QPointer>
#include <QtWidgets/QMenu>
#include "ui_RecentWidget.h"
#include "Utils.h"
#include "RecentWidgetItem.h"
class RecentWidget : public QWidget
{
Q_OBJECT
public:
RecentWidget(QWidget *parent = Q_NULLPTR);
~RecentWidget();
Recent... | [
"1341531859@qq.com"
] | 1341531859@qq.com |
73afc5c5514e5da15703635145a66c6fc01c2593 | c67fc9559bae611b8caabdb6f69ad36b8381e742 | /task5.cpp | 0bb6d78fdb56ca2684204983590524d26889a92f | [] | no_license | Iqra-Shahid/C-projects | 8c83116914817d82196a59a586ae0550661a13f3 | 31c67299db80e223fe39b3b67ccdbd6e79d43184 | refs/heads/master | 2022-04-26T04:55:46.751927 | 2020-04-25T08:33:49 | 2020-04-25T08:33:49 | 258,717,457 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,670 | cpp | # include <iostream>
#include <cmath>
using namespace std;
int main()
{
char op;
int num1, num2;
cout << "Enter two operands -----> ";
cin >> num1 >> num2;
cout << "Enter operator OR first Letter of Function + - * / % > < Sin Cos Tan -----> ";
... | [
"noreply@github.com"
] | noreply@github.com |
c1be4123e23d8da7f0332716e0f2d789fbbd6bd8 | 517b8f53ecc24928a787ab92cb729b7ebe6b3de4 | /10905 - Children's Game.cpp | cdd05f5a5bbf8023bac12f13d9303993fdf3676f | [] | no_license | sajalkhan/UVA-ONLINE-JUDGE | 4c738fe946d536a5b058da56d8a025be54514856 | 801ebd2a6366d11226e275210171c66cc4baecfe | refs/heads/master | 2021-05-12T08:15:41.628850 | 2018-01-12T19:32:30 | 2018-01-12T19:32:30 | 117,277,417 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 528 | cpp | /**-----------------------------------------*/
/// Author : sajal Khan
/// Daffodil International University
/**-----------------------------------------*/
#include<bits/stdc++.h>
using namespace std;
bool cmp(string i,string j)
{
return (i+j)>(j+i);
}
int main()
{
int n;
while(scanf("%d",&n) && n)
... | [
"sajalhossen@yahoo.com"
] | sajalhossen@yahoo.com |
190f0add17f3ac67c5094a6bb5c8507b6939666b | 1cee3bf790b314103da3492b5a88a2bba2185e51 | /apunte/src/opt/random-gen.cpp | 8168dada550d4446b012d4762414092bc8b655d3 | [] | no_license | Taller-de-Programacion/threads | 238130754810fa214055c7827b58745729d2dec4 | 6f6e5891a7e5fb05ff754183e146832db159a882 | refs/heads/master | 2021-07-14T02:47:50.633353 | 2020-05-05T22:57:42 | 2020-05-05T22:57:42 | 102,299,927 | 3 | 2 | null | 2018-04-12T13:43:45 | 2017-09-03T23:12:54 | C++ | UTF-8 | C++ | false | false | 1,122 | cpp | #include <fstream>
#include <iostream>
#include <random>
#include <string>
#define OUTPUT_FILE_BUFFER_SIZE 1024
static const std::string validChars = "abcdefghijklmnopqrstuvwxyz0123456789ABCDEF \n";
char getRandChar();
int main (int argc, char** argv) {
if (argc < 2) {
std::cout << "Uso: ./random-gen <o... | [
"matias@shishi"
] | matias@shishi |
0f846308cc88233721f368002eed3a2107cef0ca | 60bb67415a192d0c421719de7822c1819d5ba7ac | /blazetest/src/mathtest/smatdmatschur/DCbMDa.cpp | c3ec97d657960183b1c1a8816844e9dd2dc9b6fb | [
"BSD-3-Clause"
] | permissive | rtohid/blaze | 48decd51395d912730add9bc0d19e617ecae8624 | 7852d9e22aeb89b907cb878c28d6ca75e5528431 | refs/heads/master | 2020-04-16T16:48:03.915504 | 2018-12-19T20:29:42 | 2018-12-19T20:29:42 | 165,750,036 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,123 | cpp | //=================================================================================================
/*!
// \file src/mathtest/smatdmatschur/DCbMDa.cpp
// \brief Source file for the DCbMDa sparse matrix/dense matrix Schur product math test
//
// Copyright (C) 2012-2018 Klaus Iglberger - All Rights Reserved
//
// Thi... | [
"klaus.iglberger@gmail.com"
] | klaus.iglberger@gmail.com |
3aadd5db1f6ac63af5f6ce25d37de54ca4127e01 | 0a7f0197c47527a6462e244114cf17e96eb0930d | /ESLConsole/darwin/module.hpp | 59617e1b2bf11833989d1873d97f907cfebb5e48 | [] | no_license | BenzzzX/NESL | b67ed6fa099d0418d99e2bc31404c841bcd076b3 | fcb6c80b774852820d0768f3c5370f2da4f0e9c6 | refs/heads/master | 2021-04-27T19:48:44.607260 | 2018-08-13T10:46:24 | 2018-08-13T10:46:24 | 122,364,692 | 3 | 1 | null | 2018-03-12T11:58:12 | 2018-02-21T16:52:56 | C++ | UTF-8 | C++ | false | false | 1,039 | hpp | #pragma once
/*
* Covariant Darwin Universal Character Graphics Library
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later ... | [
"BenzzZX@outlook.com"
] | BenzzZX@outlook.com |
0196eb0e25a67e124d424bd2749e5fdc33844a03 | 4ac9a9659d0bed177fee3344f81c0c6fcd5423ff | /final-project/src/Data/Filters/ActorFilterName.cpp | 4ee23313e096d9adef75c788ec2b0081c9a24c55 | [] | no_license | kamaroyl/data-structures-2421 | 791d4acac54ae5f6ffda5f08f89aafac20a2c4ff | 1181c2c193ad11e70a7e54a8d278ce59b803116d | refs/heads/master | 2021-06-06T21:54:17.955445 | 2020-07-14T02:57:26 | 2020-07-14T02:57:26 | 146,110,888 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 410 | cpp | #include "ActorFilterName.hpp"
#include "ActorFilter.hpp"
#include <iostream>
ActorFilterName::ActorFilterName() {
this->value = "";
}
bool ActorFilterName::filter(Actor* actor) {
if(this->value == "") return false;
std::size_t found = (actor->getName()).find(this->value);
return (found != std::string:... | [
"kamaroyl@gmail.com"
] | kamaroyl@gmail.com |
87edd5dc1dbee72f41f676626bca5ae27cafa3d7 | 26bed7abface5f72686bee4269fc6dcb0046cbd4 | /devel/MindSpace/MindLink.cpp | feea7680be574bbfef6e71550de000f111ddd7ed | [] | no_license | josiahbryan/mindcore | 03747edb3fed6a624f6f574f4888d9671e8cdbea | 9b1d1d96e8a2a7a046b4310a4672302777ec0619 | refs/heads/master | 2021-03-13T00:03:42.919529 | 2012-07-02T14:04:09 | 2012-07-02T14:04:09 | 32,113,540 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,606 | cpp | #include "MindLink.h"
#include <QUuid>
namespace MindSpace
{
/* Our static hash containers for UUID->Link types */
QHash<QString,MLinkType> MindSpace::MLinkType::s_linkTypes;
QDebug operator<<(QDebug dbg, const MLinkType& type)
{
dbg.nospace() << "MLinkType(name:" << type.name() <<", uuid:" << type.uuid() << ")";
... | [
"josiahbryan@4aa2e13c-404a-5557-5e89-89554693dec9"
] | josiahbryan@4aa2e13c-404a-5557-5e89-89554693dec9 |
3d5c60fc13640d57302bdea31bf49ca220e30a64 | 1cb2dd2285c60d28ffcb01ce496bd75ffaa54110 | /Voxel/Configuration.h | cebd5e3b94702fe1a9709083ffd7abc603ac1748 | [
"BSD-3-Clause"
] | permissive | nickluo/voxelsdk | 84553abeda7e777c866a2142f5a2070f24ac19ae | ff9efc71bbaff0fef5726ee00d1f40edcb9d94fc | refs/heads/master | 2021-01-21T16:15:10.540915 | 2015-12-23T09:54:34 | 2015-12-23T09:56:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,571 | h | /*
* TI Voxel Lib component.
*
* Copyright (c) 2014 Texas Instruments Inc.
*/
#ifndef VOXEL_CONFIGURATION_H
#define VOXEL_CONFIGURATION_H
#include "Common.h"
#include "Serializable.h"
#include "DataPacket.h"
#define FILE_PREFIX "file:"
#define CALIB_DISABLE "calib_disable"
namespace Voxel
{
/**
* \ingroup Ut... | [
"gadiyar@ti.com"
] | gadiyar@ti.com |
ce32763c459aa3b29f00d0fef5d9f6a5d7726fe6 | dd4a1d4ab74076c19e20a7620995b2b5baa00d48 | /silbot3_src/silbot3_core/src/device/server/handler/LEDHandler.cpp | 0f08f3eefd3452a0ac798f839d2c7720e5b29202 | [] | no_license | AnastasiyaRybakova/simulation_sb3_navi | 27289b0ee675de4223eb7d78b0d4f2e10eab94b5 | 19e1e6eaa97698b7103d68d2418663f03159a64b | refs/heads/master | 2020-03-21T07:22:39.107573 | 2018-06-22T08:31:01 | 2018-06-22T08:31:01 | 138,276,737 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 770 | cpp | #include "LEDHandler.h"
using namespace cir::devicenode;
LEDHandler::LEDHandler() {
initHandler();
_ledServerProxy = new CLightEmittingDiodeERobot();
}
LEDHandler::~LEDHandler() {
}
void LEDHandler::initHandler() {
this->_ledSubscriber = this->_nodeHandle.subscribe<silbot3_msgs::Device_LED_Msg>(... | [
"minhhud@ust.ac.kr"
] | minhhud@ust.ac.kr |
4ef02cfda6e915a7d9b8ce05248e5d0f1e0b18c8 | bbb88a637a46b610e51afa2fb57525412c758b19 | /Villkorssatser/ein.cpp | d9136f24e56ac5869d745491b0a8b21fa0889790 | [] | no_license | Bovince/Programmering | e94d6273545ac0796acf30454fc8c41b256711c4 | 0049585ae94d0fbdc6da0df026530e77e31305d5 | refs/heads/master | 2020-03-27T15:44:33.902947 | 2019-04-11T13:07:43 | 2019-04-11T13:07:43 | 146,736,151 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 867 | cpp | #include <iostream>
using namespace std;
int main()
{
int tal1, tal2;
cout << "Skriv två tal" << endl;
cin >> tal1; cout << endl;
cin >> tal2; cout << endl;
if(tal1<tal2)
{
cout << "De störe talet är: " << tal2;
}
else if(tal1>tal2)
{
cout << "De störe talet är: " << tal1;
}
else if(tal1==tal2*2)
... | [
"vibo1001@live.mark.se"
] | vibo1001@live.mark.se |
db09a24d11bf9d633107614577029b5e634efa67 | d4b17a1dde0309ea8a1b2f6d6ae640e44a811052 | /include/algorithms/neural_networks/layers/relu/relu_layer_forward.h | f51422eddd548bd67ced17f451fe3fd128653f70 | [
"Apache-2.0",
"Intel"
] | permissive | h2oai/daal | c50f2b14dc4a9ffc0b7f7bcb40b599cadac6d333 | d49815df3040f3872a1fdb9dc99ee86148e4494e | refs/heads/daal_2018_beta_update1 | 2023-05-25T17:48:44.312245 | 2017-09-29T13:30:10 | 2017-09-29T13:30:10 | 96,125,165 | 2 | 3 | null | 2017-09-29T13:30:11 | 2017-07-03T15:26:26 | C++ | UTF-8 | C++ | false | false | 8,045 | h | /* file: relu_layer_forward.h */
/*******************************************************************************
* Copyright 2014-2017 Intel Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the ... | [
"vasily.rubtsov@intel.com"
] | vasily.rubtsov@intel.com |
9a2d9c6ed335b2fbb1efac80a5cd56dafffdd4f9 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/enduser/zone_internetgames/src/client/shell/include/zgdi.h | 94a65f91599aab9eaff95c27c018e4dfd4eb6f27 | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C++ | false | false | 11,014 | h |
#pragma once
#include <atlgdi.h>
#include <DataStore.h>
#ifndef _INC_VFW
//!! hmm. #pragma message ("NOTE: You can speed compilation by including <vfw.h> in stdafx.h")
#include <vfw.h>
#endif
#pragma comment(lib, "vfw32.lib")
////////////////////////////////////////////////////////////////////////////... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
1eee1a686f30ad26be148ab6920e0e8ee34ca4a5 | b9fd9ed02312be96e05ef23243c4dfac1392be08 | /tensorflow/core/grappler/optimizers/layout_optimizer.cc | e4af71c40ace855f3c58846b47903bedc81c35d0 | [
"Apache-2.0"
] | permissive | RLeili/tensorflow | 9e5650b5d02771da94a345ceb97b4f3293638e1e | 42ee949d022d8665cf2e908e800f1ef1594c6abf | refs/heads/master | 2021-04-09T11:51:32.393739 | 2019-10-16T16:44:23 | 2019-10-16T16:44:23 | 125,318,700 | 0 | 0 | Apache-2.0 | 2018-03-15T05:50:05 | 2018-03-15T05:50:04 | null | UTF-8 | C++ | false | false | 76,518 | 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 |
cefc48d96163810fc5630abf03814b4d99ae7c3e | 3db023edb0af1dcf8a1da83434d219c3a96362ba | /windows_nt_3_5_source_code/NT-782/PRIVATE/CRT32PSX/IOSTREAM/OSTRUINT.CXX | adb05100d4e1fe6f9715a8ddd6d1fc956eb270f1 | [] | no_license | xiaoqgao/windows_nt_3_5_source_code | de30e9b95856bc09469d4008d76191f94379c884 | d2894c9125ff1c14028435ed1b21164f6b2b871a | refs/heads/master | 2022-12-23T17:58:33.768209 | 2020-09-28T20:20:18 | 2020-09-28T20:20:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,209 | cxx | /***
* ostruint.cxx - definitions for ostream class operator<<(unsigned int) funct
*
* Copyright (c) 1991-1992, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Contains the member function definitions for ostream
* operator<<(unsigned int).
*
*Revision History:
* 09-23-91 KRS Created. Split out ... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
1c56a72a4dfd74d0732453a70a3e9add5ee752b7 | 7e8fcdde2a47b889cba2dd39b1bca46d0f6fbb1c | /SliderValuesTutorial Lambda/JuceLibraryCode/JuceHeader.h | a702e4beb4ee82cb415ef5c8958161e024215d7b | [] | no_license | dropcontrol/juce-tutorial | 2f4b4ee7e63839c6d514140ebb6837d32ca9888b | d8f95f8213d9036ce2d221049668210304fc0397 | refs/heads/main | 2023-05-13T09:45:37.039810 | 2021-06-12T11:56:25 | 2021-06-12T11:56:25 | 357,336,797 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,869 | h | /*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This is the header file that your files should include in order to get all the
JUCE library headers. You should avoid including the JUCE headers directly in
... | [
"yamato@gmail.com"
] | yamato@gmail.com |
b46c0c15a65a0123b56a2796b48492287f9f471a | f13f67fb1a7c2699bf8a7c74aa7a10057d8d13d5 | /Classes/Coms/ProgressCom.cpp | 4f248f9d62687dd503a10bc62be58b8156bf07cf | [] | no_license | JCGit/genius-x | 7a1d31dc81c83f038df912efc8b78c1017b82bbd | 9fc9f194e6d1fb92dd0e33d43db19ddb67cda7b0 | refs/heads/develop | 2021-01-15T23:36:14.668365 | 2014-12-26T10:44:23 | 2014-12-26T10:44:23 | 35,144,165 | 1 | 1 | null | 2015-05-06T06:59:21 | 2015-05-06T06:59:21 | null | UTF-8 | C++ | false | false | 337 | cpp | //
// ProgressCom.cpp
// sg
//
// Created by Elvis on 3/25/14.
//
//
#include "ProgressCom.h"
std::string ProgressCom::_TYPE="ProgressCom";
ProgressCom::ProgressCom():GX::Com(_TYPE)
{
}
void ProgressCom::initWithMap(rapidjson::Value& value)
{
}
GX::Com* ProgressCom::cloneEmpty() const
{
return new ... | [
"hielvis@live.com"
] | hielvis@live.com |
d62c2de567b1a3441583815796cc50d2e512e6fa | 70ad3badf3fa6e2edf1889d8640f25a7ec0d9db1 | /catkin_ws/devel/include/ublox_msgs/RxmRAWX_Meas.h | 9d13dc79b51edb3cfb6cbed609b8a475d8dcdb1c | [] | no_license | MathieuHwei/OldGaitMaven | 758a937dfda2cf4f1aee266dbbf682ef34989199 | 873f7d9089c5d1c0772bd3447e2b0a31dac68b70 | refs/heads/main | 2023-06-17T18:40:06.230823 | 2021-07-19T23:08:20 | 2021-07-19T23:08:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,178 | h | // Generated by gencpp from file ublox_msgs/RxmRAWX_Meas.msg
// DO NOT EDIT!
#ifndef UBLOX_MSGS_MESSAGE_RXMRAWX_MEAS_H
#define UBLOX_MSGS_MESSAGE_RXMRAWX_MEAS_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_message_traits.h>
#include ... | [
"giahuy050201@gmail.com"
] | giahuy050201@gmail.com |
7006fbba3e5e52c0c5d8c2d59e023230a1b2ac64 | 32c640ce93ece6c87d1ad842c1dcd4bc12cb4c26 | /src/solvers/gecode/presolver/digraph.hpp | c16a7c3fae60a8771cb7a1ff8d68626c26460614 | [
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | matsc-at-sics-se/unison | 54b225539724040b7c8089178fb1ecab0d87dbba | 8d23b73aaf8f3af5c4d86f26e0e4432d70bab564 | refs/heads/master | 2021-04-27T14:27:50.918235 | 2018-12-27T09:21:47 | 2018-12-27T09:21:47 | 122,455,374 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,779 | hpp | /*
* Main authors:
* Erik Ekstrom <eeks@sics.se>
* Mats Carlsson <mats.carlsson@ri.se>
* Roberto Castaneda Lozano <roberto.castaneda@ri.se>
*
* Contributing authors:
* Noric Couderc <noric@sics.se>
*
* This file is part of Unison, see http://unison-code.github.io
*
* Copyright (c) 2015-2016, ... | [
"rcas@sics.se"
] | rcas@sics.se |
3a1abc5a9c2a7c4d265fd37fd32715b4408f4955 | 5639e1458966a3414f96930ea7f0afe45236e8c9 | /src/coursework/views/skybox.cpp | 9f925bd474c44aa850ed9d957b0b7779cbc63a5a | [] | no_license | kosmaks/drill | bcf9b6ed22083a29930f9d6a30632f9388dd8b66 | e3c5840b4a501a820fa949f47d288c0f911c5c4e | refs/heads/master | 2020-05-19T23:45:37.148377 | 2014-09-02T14:16:01 | 2014-09-02T14:16:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,370 | cpp | #include "skybox.h"
skybox_view::skybox_view() : drill::view() {
model_path = "dist/models/skybox.obj";
texture_path = "dist/textures/workshop.png";
position = { 0, 0, 0 };
rotation = { 0, 0, 0, 0 };
c_program = nullptr;
}
skybox_view::~skybox_view() {
if (c_program != nullptr) delete c_program;
}
void ... | [
"kstmaks@gmail.com"
] | kstmaks@gmail.com |
620e207a173feb45627170efa01e7ee65f5e9333 | 714d497030100394383853d93ba27ab792aec451 | /Planner/planner.cpp | 09c9d47564caff69838b579217f2578c231d3aaa | [] | no_license | Arganon/Test | 789d721cdfda7ee9e537974e2ad87be60b0eecd1 | a0cad9a58785333aba8ff4f1e633f4e5d0f6c8ce | refs/heads/master | 2021-01-21T10:29:07.032167 | 2017-05-19T09:33:25 | 2017-05-19T09:33:25 | 65,823,869 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,797 | cpp | #include "planner.h"
Planner::Planner() {
this->db->openDbFile();
}
Planner::~Planner() {
this->db->closeDbFile();
}
void Planner::setDate(int day, int month, int year) {
if (!this->calendar.isCorrectDate(day, month, year)) {
std::cout << "Incorrect date!\n";
exit(1);
}
this->day = day;
this->month = mont... | [
"arganon@yandex.ru"
] | arganon@yandex.ru |
6bdadbad1f787670a5783117f57e577d8aa13752 | 208032477a14d8b8b43550196eb3ca148912c0fc | /Study/UITest/SObjectDX.h | 090ed161c18e2702263dde04d4495a3e0cb8540f | [] | no_license | garammaru68/00_Project | 8602d16fe58a7b334bbf51367f49325fc62987ba | 4f0b35913d151641d23b4666ec982db4a1df94a0 | refs/heads/master | 2023-04-21T01:18:50.104623 | 2021-05-16T18:35:02 | 2021-05-16T18:35:02 | 307,921,052 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,166 | h | #pragma once
#include "SCore.h"
#include "TObjStd.h"
class TObjectDX
{
public:
ID3D11Buffer* m_pVertexBuffer;
ID3D11Buffer* m_pConstantBuffer;
ID3D11VertexShader* m_pVertexShader;
ID3D11PixelShader* m_pPixelShader;
ID3DBlob* m_pVSBlob;
ID3DBlob* m_pPSBlob;
ID3DBlob* m_pErrorBlob;
ID3D11InputLayout* m... | [
"63288078+garammaru68@users.noreply.github.com"
] | 63288078+garammaru68@users.noreply.github.com |
78937af428c7b5afb6cc58cf91abbbde0180c922 | 7cadc74198e3c0edd5cf046fe5ed053e70d21c1d | /third_party/yaml/src/scantag.cpp | 2815aec960b0ecb3a1c5e6b3e9ca4b022641f2d3 | [
"MIT"
] | permissive | junhyeokahn/PnC | d982d75ab27faf0ee21f8d7cab42375cfb086ebd | 679f12ef18bc971078ac353ea7461d69e470d29d | refs/heads/master | 2023-02-05T04:02:34.142001 | 2023-01-12T20:36:41 | 2023-01-12T20:36:41 | 137,776,919 | 45 | 13 | MIT | 2022-11-28T23:05:05 | 2018-06-18T16:20:17 | C++ | UTF-8 | C++ | false | false | 1,573 | cpp | #include "exp.h"
#include "regex_yaml.h"
#include "regeximpl.h"
#include "stream.h"
#include "third_party/yaml/include/yaml/exceptions.h" // IWYU pragma: keep
#include "third_party/yaml/include/yaml/mark.h"
namespace YAML {
const std::string ScanVerbatimTag(Stream& INPUT) {
std::string tag;
// eat the start char... | [
"junhyeokahn91@gmail.com"
] | junhyeokahn91@gmail.com |
2f5c8358c3b3b1e9d0b401dd0f68538b236e4c76 | 42528682bf4727cb4e7380cfad40b0fe09033220 | /system/dev/usb/usb-virtual-bus/usb-virtual-host.h | 16ffec95c7b4cbb386c9d108af67b9bee1364c6d | [
"BSD-3-Clause",
"MIT"
] | permissive | vsrinivas/zircon | ab791322f7139fd7a2b0e89352f39b39ad97e49c | f7ea3ac681cf719bd79dfd8344a33e1128a11f5b | refs/heads/master | 2023-08-16T21:22:51.103045 | 2023-08-09T01:23:39 | 2023-08-09T01:23:39 | 167,029,710 | 3 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 2,132 | h | // Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#pragma once
#include <ddk/device.h>
#include <ddktl/device.h>
#include <ddktl/protocol/usb/hci.h>
namespace usb_virtual_bus {
class UsbVirtualBus;
clas... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
4cb6e42afbe6ce436f9bf6b1a42f78954919999f | b42c29a7fdc1d8957da449a21d505047c295e603 | /CPP code/cppreview1.cpp | b2c8db5ef4c9d03f4846db3cf34486f80281e634 | [] | no_license | rumikalita19/Magnitude_Interview | 5d34be5a10cc74b08e88aeeabe035f1656599a37 | 64e78f0b25c17d4e2f2cb5a8cc76b468e45f429a | refs/heads/master | 2023-05-03T19:20:53.780664 | 2021-05-24T09:12:54 | 2021-05-24T09:12:54 | 370,291,176 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,742 | cpp | #include <iostream>
#include <cstring>
using namespace std;
/*
class A
{
public:
void printA()
{
cout << endl << "Printing A";
}
void printX()
{
cout << endl << "Printing X" << x;
}
private:
int x;
};
class B
{
public:
void printB()
{
cout << endl << "... | [
"80746307+rumikalita19@users.noreply.github.com"
] | 80746307+rumikalita19@users.noreply.github.com |
1f93f012f9119aaa5ba0ed7364e65f8e8dc314a0 | 077bae5fedcb7b6f5a8c4f1284482c3ad215e088 | /client/SienaWindow.cpp | 7df67a3499f5d14b0cd414a6e19e7ab4e7b959f8 | [] | no_license | runngezhang/archived-chime3 | 7d59aef8c7fda432342cfdb7e68fba2a45b028da | a3b8592117436144b092922130cb2248b6a515d6 | refs/heads/master | 2021-01-23T23:46:37.708039 | 2002-05-11T21:32:02 | 2002-05-11T21:32:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,806 | cpp | #define SYSDEF_PATH
#include "cssysdef.h"
#include "cssys/sysdriv.h"
#include "csws/csws.h"
#include "version.h"
#include "ifontsrv.h"
#include "icfgnew.h"
#include "ChimeWindow.h"
SienaWindow::~SienaWindow() {}
SienaWindow::SienaWindow(csComponent *iParent)
: ChimeWindow(iParent, "Siena Settings", CSWS_TITLEBAR ... | [
"daa82"
] | daa82 |
677aad956d86a63c4d9fc15e9843a8fdf103f8af | 4b6e4ac158750bc070268e0f634e31cbdf76b2f4 | /algorithm/sequence/pseq_panlindrome.hpp | d7a6827d3a7094d8b42299a07d2aa40263135ddb | [
"MIT"
] | permissive | yancz1989/phantom | 848f660804a82a7323156517bc4b5167dec6db52 | d0e1f251433ee32683125940700b74c884ab94ba | refs/heads/master | 2021-01-19T02:34:16.575742 | 2016-08-04T01:41:28 | 2016-08-04T01:41:28 | 49,866,198 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,107 | hpp | /*
* @Author: yancz1989
* @Date: 2016-07-18 23:47:41
* @Last Modified by: yancz1989
* @Last Modified time: 2016-07-21 08:01:40
*/
#ifndef PHANTOM_SEQUENCE_PANLINDROME_H
#define PHANTOM_SEQUENCE_PANLINDROME_H
#include "../phantom_algorithm.h"
namespace phantom{
namespace algorithm
namespace sequence{
template <t... | [
"yancz1989@gmail.com"
] | yancz1989@gmail.com |
2d7817aaeb4bb01946aea73e432082e576175d7b | fe7cdba8848ad5ca4a221275665e142367e3c3de | /SWORD/剑指offer/数学题/66.构建乘积数组.cpp | c6fc4ce452e78a364c89bedda9f3c55257ab8095 | [] | no_license | ccpang96/SWORD | dda9497689c5f4ab883ea43d9e15755c41fb1af5 | 414e3343b1cc0aed79ef0e663b6b7ff7648ad8a1 | refs/heads/master | 2022-11-14T09:41:08.569283 | 2020-07-08T07:27:30 | 2020-07-08T07:27:30 | 266,532,932 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 936 | cpp | /************************************************************************/
/*@File Name : 66.构建乘积数组.cpp
/*@Created Date : 2020/6/11 19:32
/*@Author : ccpang(ccpang96@163.com)
/*@blog : www.cnblogs.com/ccpang
/*@Description :
/**********************************************... | [
"ccpang96@163.com"
] | ccpang96@163.com |
a6c7bef6df4d52b5c7177f6a6fb0f6bc57cb1b23 | 5d6b3b668358dd35db4936235e0b180fa23f121a | /Ejercicios/lectura_ir/lectura_ir.ino | 1090068ce4a4e576da7b9d3afa5b8ac6843659c5 | [] | no_license | WilliamCancino/Arduino-basico | b96ddc96831284b0b5a7b47a095a8a313ff1d5a1 | 056253ab20b0e831c6eceee4d36036cd9d5638d4 | refs/heads/master | 2020-05-30T12:24:08.084011 | 2019-06-01T15:40:38 | 2019-06-01T15:40:38 | 189,733,384 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 838 | ino | /*
----- LECTURA DEL CÓDIGO DE UNA TECLA -----
*/
#include <IRremote.h> // Se utiliza esta librería para el control remoto
// Pines utilizados en el proyecto
int receptor = 11;
IRrecv irrecv(receptor); // Se indica a la librería cual pin recibe los códigos
decode_results codigo; // Objeto de cla... | [
"noreply@github.com"
] | noreply@github.com |
4398e057116b3c1c80d43ad5f470d0f069f16281 | 2580233c06f8e29de7133e8c32dab8b901a9ee2c | /src/univalue/include/univalue.h | 567a4174eaec942f5a2ad1b9a3a7bc32d724b406 | [
"MIT"
] | permissive | patrykwnosuch/machinecoin-core | f72c99b31b0c3ed4ceffe8143e42f216a441eb3f | b6783c857f43f7f077de594d1e03d156f5295b9c | refs/heads/master | 2020-08-05T15:05:01.248034 | 2019-05-25T10:52:30 | 2019-05-25T10:52:30 | 212,590,089 | 0 | 0 | NOASSERTION | 2019-10-03T13:41:45 | 2019-10-03T13:41:45 | null | UTF-8 | C++ | false | false | 8,682 | h | // Copyright 2014 BitPay Inc.
// Copyright 2015 Machinecoin Core Developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef __UNIVALUE_H__
#define __UNIVALUE_H__
#include <stdint.h>
#include <string.h>
#include <string... | [
"nico.lucciola@gmail.com"
] | nico.lucciola@gmail.com |
b5ccccac4f6c862d8699f7d62bae47d32ec09a8d | ea8152e9e4532c2a84f46680764e23e67d5313a6 | /a12/a12_p9/Circle.cpp | 25b5bc805d7963191ee18dbf33e3fa90f70eb607 | [
"MIT"
] | permissive | j-mathe/Programming-in-C-and-Cpp | 6f227a2c6476775b5cabc80b930310de6d7034fa | ff09d8b698bf4ed8084a7d24808a642defc4b729 | refs/heads/master | 2023-03-15T14:00:38.801214 | 2020-07-04T14:17:31 | 2020-07-04T14:17:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 370 | cpp | #include <iostream>
#include <cmath>
#include "Circle.h"
Circle::Circle(const char *n, double a) : Area(n) {
radius = a;
}
Circle::~Circle() {
}
double Circle::calcArea() const {
std::cout << "calcArea of Circle...";
return radius * radius * M_PI;
}
double Circle::calcPerimeter() const {
std::cout << "calcPerim... | [
"henrisota@users.noreply.github.com"
] | henrisota@users.noreply.github.com |
a1e751d528f937ac65b47a86b9e0051974fb8790 | d3b5aaa10450a0382e14dd0af04682f9d34f9b79 | /lab02_a1.cpp | 1c01a6f996fbe54c235f74fafbfb88d3d56c15d3 | [] | no_license | OwaisAN/csci1060 | 416b16be1b43205bb9548ebd3675b92fea670d30 | 1bcf903e2a06b5f5d7788cf68936632c868bfbdd | refs/heads/main | 2023-03-03T12:23:15.165573 | 2021-02-15T02:22:26 | 2021-02-15T02:22:26 | 300,767,103 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,102 | cpp | #include <iostream>
#include <ctime>
#include <cstdlib>
using namespace std;
//declare function
int genRandom(int max);
int main () {
int rounds = 100;
for (int i = 9; i < rounds; i += 10) {
int max = i;
int guess;
int rand = genRandom(max);
... | [
"owais.a.n7@gmail.com"
] | owais.a.n7@gmail.com |
a17a0c55ed476d8ad7c2694ff224bc556e099170 | 48e9625fcc35e6bf790aa5d881151906280a3554 | /Sources/Elastos/LibCore/inc/org/apache/http/message/AbstractHttpMessage.h | 521e4375f739d0a58dea05d9a2fe1274207a1fb3 | [
"Apache-2.0"
] | permissive | suchto/ElastosRT | f3d7e163d61fe25517846add777690891aa5da2f | 8a542a1d70aebee3dbc31341b7e36d8526258849 | refs/heads/master | 2021-01-22T20:07:56.627811 | 2017-03-17T02:37:51 | 2017-03-17T02:37:51 | 85,281,630 | 4 | 2 | null | 2017-03-17T07:08:49 | 2017-03-17T07:08:49 | null | UTF-8 | C++ | false | false | 7,223 | h | //=========================================================================
// Copyright (C) 2012 The Elastos Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// ... | [
"cao.jing@kortide.com"
] | cao.jing@kortide.com |
9aa3ab5a9c481b2d359d22689ace390a17cd993f | b91dd5132c5cc2a6df2124bb678467a478d61a9f | /ast/Declaration.cpp | bae5313a58cec7d5331eabe56ec83d9d48925485 | [] | no_license | GuillaumeGas/Nyx | f7ed0eb43450f325c3385065bffad2b80911efd2 | 2ff3b5db7969951b06919ac8cd8f4efc4e8a9f56 | refs/heads/master | 2023-08-18T09:32:10.434428 | 2023-08-17T11:53:17 | 2023-08-17T11:53:17 | 60,631,759 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 195 | cpp | #include "Declaration.hpp"
using namespace nyx;
using namespace ast;
Declaration::Declaration(Position* pos) : Ast(pos) {}
void Declaration::declare() {}
void Declaration::staticAnalysis() {}
| [
"guillaume@gas-ntic.fr"
] | guillaume@gas-ntic.fr |
42c1602f8fdc85edf65a8ea509bb4282f77d48c1 | 5de8899a3ab6fcb4f8b0bfa14987e4783aa9cc23 | /solutions/02/max.cpp | 02a858968d987e7fc091c2e8bd036911d98ac3ab | [] | no_license | Knackie/codesignal | 9e06ff8f4e8665cc3825fbc336a344e3ddc140b4 | 611fe628151647184919d584c42e96fc5a760f78 | refs/heads/master | 2022-07-23T21:18:20.974434 | 2022-06-28T08:01:17 | 2022-06-28T08:01:17 | 149,557,440 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 274 | cpp | int adjacentElementsProduct(std::vector<int> inputArray) {
int max=-1000000000;
for(int i=0;i<inputArray.size()-1;++i)
{
if (inputArray[i]*inputArray[i+1]>max && i<inputArray.size()-1)
max = inputArray[i]*inputArray[i+1];
}
return max;
}
| [
"noreply@github.com"
] | noreply@github.com |
2473423a3dee6db03cc1e813214673c804cbecd2 | 178c7fa06ccc0c306dc2b63d6113406e55297648 | /drishti/splineeditor.h | da94b9fb9a9f7d92a714f124e8d34bd3f184e82d | [
"MIT"
] | permissive | nci/drishti | 3314726701c77e4f5f0b2dfdb1e7782489ebce34 | da80a8e1f5e39c3010e9752d2053ed4aac5407aa | refs/heads/master | 2023-08-03T08:58:29.843136 | 2023-08-01T03:53:58 | 2023-08-01T03:53:58 | 14,131,626 | 145 | 29 | MIT | 2021-02-04T09:33:22 | 2013-11-05T04:00:01 | C++ | UTF-8 | C++ | false | false | 2,920 | h | #ifndef SPLINE_EDITOR_H
#define SPLINE_EDITOR_H
#include <QWidget>
#include <QAction>
#include "splinetransferfunction.h"
class SplineEditor : public QWidget
{
Q_OBJECT
public :
enum PointShape {
CircleShape,
RectangleShape
};
enum LockType {
LockToLeft = 0x01,
Lock... | [
"limaye.ajay@gmail.com"
] | limaye.ajay@gmail.com |
792ef161abf749d5f642178549c573879146f272 | 14ed283201f4800c6dfe864ebab00bbc22e1977e | /patterns.h | fd20ccc994058abdb3279e8955437d8cd299534e | [] | no_license | Bawerlacher/Landlord-related-AI | 8290fda0df53eb0f1ec32b658878e086339e104c | 5623bd52ed0fc81c72cd7e30db24bd83e73ef403 | refs/heads/master | 2020-04-14T17:31:34.044668 | 2019-01-25T07:53:25 | 2019-01-25T07:53:25 | 163,983,350 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,780 | h | #ifndef PATTERNS
#define PATTERNS
#include<iostream>
#include<cstdlib>
#include<map>
#include<string>
#include<cstdio>
#include<vector>
#include<queue>
#include<time.h>
#include<cmath>
#include<stack>
#include<typeinfo>
#define NUM_CARD 15
#define NUM_NUM 4
#define PAIR_LENGTH 2
#define TRI_LENGTH 3
#d... | [
"noreply@github.com"
] | noreply@github.com |
418eb9cf2f6215be9ed2d122bfc65766aa0875fe | 96796bf99ecb822d5f105d2de7085a087980a036 | /Lib/MSPDebugStack/DLL430_v3/src/TI/DLL430/FileWriterIntel.h | 92f1d1e31008b95839057ed8dffc6c29c5e0a640 | [
"LicenseRef-scancode-public-domain"
] | permissive | imammashur/MSPFETSim | bf04152e20c7be3a71b25a18eda2946de5251b3a | 1313eedd83d93687b1ea8d2233cea8470cf86769 | refs/heads/master | 2023-09-02T03:15:27.132271 | 2021-11-14T03:07:00 | 2021-11-14T03:07:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,206 | h | /*
* FileWriterIntel.h
*
* File writer for Intel hex files
*
* Copyright (C) 2008 - 2014 Texas Instruments Incorporated - http://www.ti.com/
*
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*... | [
"dave@heytoaster.com"
] | dave@heytoaster.com |
a1f055e662efd917d64e4f47c81e30e992b43ddb | a07d1ae886800fe3758203683d6067089322b78c | /src/armnn/test/TestNameAndDescriptorLayerVisitor.hpp | f1936d6847d0228b72ac6b9a3a365b4382148d7d | [
"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 | 26,015 | hpp | //
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
#include <armnn/ArmNN.hpp>
#include "TestLayerVisitor.hpp"
#include <boost/test/unit_test.hpp>
namespace armnn
{
// Concrete TestLayerVisitor subclasses for layers taking Descriptor argument with overridden VisitLaye... | [
"i.am.renju.liu@gmail.com"
] | i.am.renju.liu@gmail.com |
b4eeb458ce1f994b5b9490bbe0cc06d5aca2ce61 | bfa93c468632492f8dc21965fd595018f3ed6e4a | /src/simulator/simulator.cc | 1a255ca3499a485621c2be2e062f300efebc059e | [] | no_license | JacobSzwejbka/f1tenth_course | ef30f5d76e7bd8032127bfcfb8707b0b738b004a | f1720a0caf46df30d0dc3be89590d84d52c9fc6f | refs/heads/master | 2020-12-20T09:04:22.104115 | 2020-01-24T00:38:35 | 2020-01-24T00:38:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,556 | cc | //========================================================================
// This software is free: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License Version 3,
// as published by the Free Software Foundation.
//
// This software is distributed in the hope that it... | [
"joydeepb@cs.utexas.edu"
] | joydeepb@cs.utexas.edu |
4c95c4210b9e0586ac92a979a9bd05dda44694be | 0440fcb4ff56e43c4faf855e441e70a99a30186a | /busmaster/Sources/FLEXRAY_ETAS_BOA/ClientBuffer.h | 47446dfe34f94f1102797557ca3ed9b4d36d8ac5 | [] | no_license | MarcSerraLear/UDS_Busmaster | 0383d1d1349dc3d0e29762c1457821807f530b5d | 9f624aa11ebc4041d6048088ac02960f38a80293 | refs/heads/master | 2020-05-17T12:35:02.189914 | 2014-04-14T13:44:27 | 2014-04-14T13:44:27 | 12,892,058 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,296 | h | /*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will... | [
"mserrasunol@lear.com"
] | mserrasunol@lear.com |
7e976e51d0ea358bd199810ecc0370951cec17ce | f6f15809ac70089ef4cfb1ade40e2dc58d239f81 | /depends/i686-w64-mingw32/include/QtTest/5.9.8/QtTest/private/qtestresult_p.h | 061ca5f311db00d2a4243a06f93659c4f957496c | [
"MIT"
] | permissive | lamyaim/bitgesell | fcc96f6765d3907ce923f411a1b2c6c4de9d55d6 | 64c24348f1ba8788fbffaf663b3df38d9b49a5d1 | refs/heads/master | 2023-04-30T08:16:40.735496 | 2020-12-10T05:23:08 | 2020-12-10T05:23:08 | 369,859,996 | 1 | 0 | MIT | 2021-05-22T16:50:56 | 2021-05-22T16:48:32 | null | UTF-8 | C++ | false | false | 4,033 | h | /****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtTest module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid commerc... | [
"quentin.neveu@hotmail.ca"
] | quentin.neveu@hotmail.ca |
52eb3a20ef08e8a0f0868941dedbf03fddaead0c | 2bf7bdc88670901a995879c36fa1f65b1f56e56a | /plugins/statusBar/statusBar.cpp | 9204b09f6a6489466ac54f5bfaa7725bfaf24b02 | [] | no_license | stumathews/qtplugindocksys | 67babba0a7694f545920dd836025289b2335fd52 | 750973cbc3a333780908c4ed8cb4156e9784d745 | refs/heads/master | 2021-07-05T06:57:30.000683 | 2017-09-29T15:27:06 | 2017-09-29T15:27:06 | 105,288,108 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 825 | cpp | #include "statusBar.h"
#include <QtPlugin>
#include <QObject>
#include <QStatusBar>
#include <QLabel>
#include "mainWindowDockableInterface.h"
#include <iostream>
using namespace std;
void StatusBar::constructObjects(){
statusBar = new QStatusBar();
}
void StatusBar::loadMe(){
constructObjects();
setPluginName( "S... | [
"stumathews@gmail.com"
] | stumathews@gmail.com |
bc168ccd77b22459dabfabf6836b06f1c6de87ff | 4cd2487ce7ffe589d4f2aee87a4ceb09e511b93b | /opencv/sensors/OpenCVCamera.h | 294d53044ac9bdb99502679a0145e983e3aaeb7b | [] | no_license | watson-intu/self-plugins | fbe903c44fb960355e215c6ed3b652c9d1d66f5d | 69d3bd66004b7c809c83e553738474022e7cdcf9 | refs/heads/develop | 2021-01-20T12:50:10.275202 | 2017-09-16T06:16:32 | 2017-09-16T06:16:32 | 90,413,803 | 2 | 7 | null | 2017-09-16T06:16:33 | 2017-05-05T20:28:20 | C++ | UTF-8 | C++ | false | false | 1,657 | h | /**
* Copyright 2017 IBM Corp. 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 o... | [
"rolyle@us.ibm.com"
] | rolyle@us.ibm.com |
0c3f1b182f9b29599541bc6d0f6e7221b335237b | feba108a3e5d71098ed2cb3b1083b3215e87b6d9 | /Airplane System/Airplane Client/Airplane Client/Airplane Client/Fuel.h | 333fb3c3ccbe328f5598aa5d01aefd027a93e113 | [] | no_license | hamza-saeed/cpp-airplane-system | d5414ef990902824eafa34e84cdb969dc2b1da5f | cfa90477683d3a926602840aff417297ae6e389f | refs/heads/master | 2020-08-29T19:57:03.460787 | 2019-10-28T22:23:05 | 2019-10-28T22:23:05 | 218,156,145 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 177 | h | #pragma once
#include "Sensors.h"
class Fuel : public Sensors
{
public:
//fuel capacity for Boeing
double fuel = 177000;
//methods
void generate();
double returnFuel();
}; | [
"hamzasaeed@protonmail.com"
] | hamzasaeed@protonmail.com |
009c170b189f8e529ef79091dbf162c952db368e | c120f72a42d2f202fc50e3569ae217220359a49c | /.history/main_20210723144615.cpp | deacaccc0aa23041cf0f3837d3323a325189a651 | [] | no_license | zlatkovnik/Crius | c5888fca8c2c572ce5b151adf6073f965b3914d6 | 414fb380823c5a38e33dd47818487290405ecde7 | refs/heads/main | 2023-07-07T04:35:12.126132 | 2021-08-09T14:51:03 | 2021-08-09T14:51:03 | 388,804,001 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,984 | cpp | #include <glad/glad.h>
#include <GLFW/glfw3.h>
#include <iostream>
#include <string>
#include <fstream>
#include <streambuf>
#include <sstream>
void framebuffer_size_callback(GLFWwindow* window, int width, int height);
void processInput(GLFWwindow *window);
// settings
const unsigned int SCR_WIDTH = 800;
const unsi... | [
"zlatkovnik@dualsoft.net"
] | zlatkovnik@dualsoft.net |
c3c8fe4638bc0d00a4328053a4d37ef7957bbc1a | 724c0ee36c0e6262f143d965f2e5f894a31cbb16 | /c,c++/hacker_rank/hacker_country.cpp | 68b4d35f81dee33f90063ad1fe0b0d6d252b3f3f | [] | no_license | amit-mittal/Programming-Questions-Practice | bf5fe47ba1b074960ad33eb2e525baaf99a85336 | 899995ff49cdf1ef77cc9327feb2fbed7b5c94fe | refs/heads/master | 2021-09-04T15:27:52.569111 | 2018-01-19T21:03:31 | 2018-01-19T21:03:31 | 117,618,138 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,843 | cpp | #include <cstdlib>
#include <cstdio>
#include <cstring>
#include <iostream>
#include <vector>
#include <string>
#include <set>
#include <map>
#include <cmath>
#include <stack>
#include <queue>
#include <deque>
#include <algorithm>
#include <utility>
using namespace std;
#define mod 1000000007
#define inf 2147483647... | [
"Administrator@Amit-Laptop.fareast.corp.microsoft.com"
] | Administrator@Amit-Laptop.fareast.corp.microsoft.com |
6ac7d7b5721917e5c0e939e3394e8062903c16ac | 993a4b71475061978574f361a703204fc37f5138 | /phoneme_feature-mr1-rel-b04/cldc/src/vm/cpu/arm/CodeGenerator_arm.cpp | 1bb098a6a514820bee9e452b7f4a6f6302ad98c0 | [] | no_license | PhoneJ2ME/releases | 1d93e51e0081a1d331ea0cf1c1f1e5d55f0914cc | 6585f23149f090e0ff3a94ee61cae6bf2394e78b | refs/heads/master | 2021-01-19T10:39:17.955758 | 2008-12-17T20:32:36 | 2008-12-17T20:32:36 | 82,216,780 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 132,783 | cpp | /*
*
* Portions Copyright 2003-2006 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version
* 2 only, as published by the Fr... | [
"rajaa@6dfe35fe-931f-0410-af5f-a91b034811cd"
] | rajaa@6dfe35fe-931f-0410-af5f-a91b034811cd |
51b1196cad912d044ab2962c61f383a3212946b8 | 7a130f1d62d2f8adc2981dec1a6f08612e22fd0e | /include/Initializer.h | fdbb7242f9158f7bb224958483c4ff29587a0f44 | [] | no_license | JHzss/myproject | df9afd8f3eafeabb69df2ddb7cb965ea387b533f | 9a05c01d3f2785d58dd92abeb126a017a4222735 | refs/heads/master | 2020-04-07T12:08:36.411596 | 2018-05-10T06:40:44 | 2018-05-10T06:40:44 | 124,209,818 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 368 | h | //
// Created by jh on 18-3-12.
//
#ifndef MYPROJECT_INITIALIZER_H
#define MYPROJECT_INITIALIZER_H
#include "myheader.h"
#include "Frame.h"
#include "KeyFrame.h"
class Initializer {
public:
typedef shared_ptr<Initializer> Ptr;
Initializer();
Initializer::Ptr creat(){ return Initializer::Ptr(new Initiali... | [
"978176585@qq.com"
] | 978176585@qq.com |
76f0f6c583ef3ecf67e312b5970cd7e61ae334e5 | bf93758b90f349cc0b4d034a06c60595b299841c | /Level2/Just that song/Just that song/Source.cpp | 55f3742878b4fbbf24a99b68dfb36a1b8398f604 | [] | no_license | ZeroFive0505/Programmers | f2a9244385e90e1ccc9eb67da9fa8127b8a2219e | 672898325cc71a59e6c098d9cd760b301616900d | refs/heads/master | 2023-07-18T13:23:22.383262 | 2021-09-06T01:35:12 | 2021-09-06T01:35:12 | 366,214,131 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,381 | cpp | #include <iostream>
#include <string>
#include <vector>
#include <algorithm>
#include <map>
using namespace std;
string Converter(string melody, map<string, string>& conv)
{
string m;
for (int i = 0; i < melody.size(); i++)
{
if (melody[i + 1] == '#')
{
string temp;
... | [
"kimyoung1218@gmail.com"
] | kimyoung1218@gmail.com |
6b7b53bed53cbfece6e2cce5fa5169e3a00aa0d4 | fd7b3ac3e54faa05cc2ef402b561a1d564dba5c0 | /RaiderCraft/src/RaiderCraft/world/World.h | bca5595d3ca9d4a537841dd256e2e3ef8c880ab8 | [] | no_license | GooseJS/Raider | 125415249900e38bbdbca8c851cbc7e0e21339aa | f8128531ac14a9ea5aa54fe0051a4881514c8b1e | refs/heads/master | 2020-04-17T20:54:11.665561 | 2019-02-01T18:00:53 | 2019-02-01T18:00:53 | 166,925,722 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,950 | h | #pragma once
#include <map>
#include "Chunk.h"
namespace RaiderCraft
{
class ChunkProvider
{
private:
std::unordered_map<uint64_t, Chunk*> _chunks;
uint64_t chunkPosToChunkIndex(int chunkX, int chunkY, int chunkZ)
{
ChunkPos chunkPos(chunkX, chunkY, chunkZ);
return chunkPos.totalValue;
}
public:
... | [
"goosejshf@gmail.com"
] | goosejshf@gmail.com |
4a6292705b96ecab3f774e98ca8ac6ef6bdb4465 | 20d96ad788f3c6872c5a2c3964dbc1d47f032e9c | /Lists/DoublyCircularList/tests_doubly_circular_list.cpp | 4f6f2de1ee4892ce50518d0ff76a7353486fdc14 | [] | no_license | joaofel-u/Data_Structures | 214df26fc926d98ab3e5ae76ff99debb3697f23c | 0d33cb833a53990f5d9f66ff28e3642f618df4fe | refs/heads/master | 2020-03-14T17:38:51.860440 | 2018-05-22T00:27:58 | 2018-05-22T00:27:58 | 131,725,191 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,915 | cpp | // Copyright 2016 João Paulo Taylor Ienczak Zanette
#include "gtest/gtest.h"
#include "doubly_circular_list.hpp"
int main(int argc, char* argv[]) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}
/**
* Teste para lista circular
*/
class DoublyCircularListTest: public ::testing::Test {
prot... | [
"felippe.uller@gmail.com"
] | felippe.uller@gmail.com |
ca3438dd2a39978f5a89e52b3e143a0638bcaeed | 595a0393f248360517402a7c5e35495eb4d3f32e | /Exercises/Blinking_to_Music_Blinks/Blinking_to_Music_Blinks_Kid_Code.ino | 141e9fc58d4d7af09dea13ca3713576bc734fb82 | [] | no_license | JNazare/cssi | 9795c58eeba681f8ed57dc9e1df3702b767692bb | 2cb29e748bb6dba453934f267f769fe43ef00b00 | refs/heads/master | 2021-01-18T09:30:30.889990 | 2013-07-24T01:00:16 | 2013-07-24T01:00:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,278 | ino | /*
blinks: 1, 2, 1&2
*/
boolean on = false;
int blink_count = 0;
int count = 0;
int ceiling = 50;
void setup() {
Serial.begin(9600);
pinMode(13, OUTPUT); //blue
pinMode(12, OUTPUT); //yellow
pinMode(11, OUTPUT); //red?
}
void loop() {
//int ceiling = round(analogRead(A1)/10.24);
int ceiling = 25;
dela... | [
"pverrecchia@gmail.com"
] | pverrecchia@gmail.com |
1814d3fb3976f7946bc218ff7458a72b2c3b0d96 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /third_party/blink/renderer/core/dom/document_or_shadow_root.h | 57f569395aaea163d80a8a2c6ca41902d4cba5bf | [
"LGPL-2.0-only",
"BSD-2-Clause",
"LGPL-2.1-only",
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft",
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 3,544 | h | // 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.
#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_DOM_DOCUMENT_OR_SHADOW_ROOT_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_DOM_DOCUMENT_OR_SHADOW_ROOT_H_
#include "t... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
9c66f18bf39fcfcb4b62ccaa3fd58de83fd39f03 | 7669a4f87d7322dd0fac42197d4684cb4a78891d | /STL_GraphicsEngine2/src/private/QuadUV.cpp | cea8206ded4bae6f9083cd0b58ed55a9f97e5766 | [] | no_license | mingyu243/STL_GraphicsEngine2 | 0a96e0b7418809b59c8ba39e2883f3eae99c938c | 695e6176954318efed857e85ab72f2339409080e | refs/heads/main | 2023-03-18T16:40:21.144184 | 2021-03-08T08:10:48 | 2021-03-08T08:10:48 | 339,295,316 | 1 | 1 | null | null | null | null | UHC | C++ | false | false | 1,585 | cpp | #include "QuadUV.h"
#include <VertexUV.h>
QuadUV::QuadUV()
{
}
QuadUV::~QuadUV()
{
}
bool QuadUV::InitializeBuffers(ID3D11Device* device, ID3DBlob* vertexShaderBuffer)
{
// 정점 데이터 만들기.
// 정점(Vertex) 배열.
// 왼손 좌표계.
VertexUV vertices[] =
{
VertexUV(Vector3f(-0.5f, -0.5f, 0.5f), Vector2f(0.0... | [
"jmg6017@naver.com"
] | jmg6017@naver.com |
508fa01578fdecb67237affef5332ef606c79fae | 00c5584c2f7df4653fcf80fad31642e226d5be81 | /src/base/net/http/HttpResponse.h | 9725e8e601def31b4c8824fb8afcf67f53abf692 | [] | no_license | konechnnyigellian/tensorflow | 67fe7c0ab35a3f99426c3457dcbd2985967cb62a | 050947d4d638a00e917f5d3b8463748735df0977 | refs/heads/master | 2022-12-29T22:56:43.092690 | 2020-10-18T18:24:55 | 2020-10-18T18:24:55 | 305,166,835 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 996 | h | /* TENSERflow
Copyright 2020
Copyright 2020
Copyright 2020
Copyright 2020
Copyright 2020
Copyright 2020
Copyright 2020
Copyright 2020
Copyright 2020
*
Copyright 2020
*/
#ifndef TENSERFLOW_HTTPRESPONSE_H
#define TENSERFLOW_HTTPRESPONSE_H
#include <map>
#include <string>
namespace tenserflow {
... | [
"adminer@gmail.com"
] | adminer@gmail.com |
52d9bf854dced8f82700656825753cdcf41cd74a | 66ea31cadaec228b9abf9a2ca83b469af9dc1d0a | /src/Modules/Math/Tests/PortCachingUnitTest.cc | 85a89b15162a6ea382fa4954c04caa5428724b5a | [
"MIT"
] | permissive | lsptb/SCIRun | 2e2857411346f0b3a02a429089a5f693bae32dc9 | fafd58173c20b7b14ed700dc978da649c328c014 | refs/heads/master | 2021-01-17T11:17:47.765711 | 2015-03-12T18:07:35 | 2015-03-12T18:07:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 35,083 | cc | /*
For more information, please see: http://software.sci.utah.edu
The MIT License
Copyright (c) 2012 Scientific Computing and Imaging Institute,
University of Utah.
License for the specific language governing rights and limitations under
Permission is hereby granted, free of charge, to any person o... | [
"dwhite@sci.utah.edu"
] | dwhite@sci.utah.edu |
705fc283c6839a68613a8bcde5de473a7acf1eda | e1abbd2f8072f8f8bf8f4582b10ca1d025b13ad9 | /Assets/StreamingAssets/Audio/GeneratedSoundBanks/Wwise_IDs.h | 323186e748c4b79335bdd4e9c8357c6073e2809c | [] | no_license | aoleynikov678/ao-wwise-pooler | f1985a7b20c5b52de885c21cea733fbeb70dcdb7 | 2565385f083a3327ad87a7e4f2b00d00a2173c7b | refs/heads/master | 2022-09-13T22:30:36.145276 | 2020-05-31T18:10:52 | 2020-05-31T18:10:52 | 268,312,817 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,036 | h | /////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Audiokinetic Wwise generated include file. Do not edit.
//
/////////////////////////////////////////////////////////////////////////////////////////////////////
#ifndef __WWISE_IDS_H__
#define __WWISE_IDS_H__
#... | [
"a.o.oleynikov@gmail.com"
] | a.o.oleynikov@gmail.com |
c488d361e3057bdf91cad9d17468a5723407e907 | 1e63895a52b4825ebde5ceecc69fe5ea28481cca | /01-introduction-to-c++/modules/004-arrays/code-part-4/004-Remove-Character.cpp | 05ebdd78ce9715e3c387ca7af2c18dbbf6655214 | [] | no_license | NikitaLandge51/codig-ninja-dsa-learning | f970bf12209b433aa329712031579fbb0f02a319 | 48f18a5fb8afd9a8b448a7e3e30f417440c01487 | refs/heads/main | 2023-07-01T10:50:52.744951 | 2021-07-23T06:01:19 | 2021-07-23T06:01:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,543 | cpp | #include<iostream>
using namespace std;
/**
* Remove character
* - For a given a string(str) and a character X, write a function to remove
* all the occurrences of X from the given string.
* - The input string will remain unchanged if the given character(X) doesn't
* exist in the input string.
... | [
"tarun.verma151@gmail.com"
] | tarun.verma151@gmail.com |
634dfff0447c906bd947cd23967994ca3dd1d5f8 | 71f32ae68e26c4c0a7b4e52ea8220af608db8f08 | /wowClassicXPCalculator/professionsModule.h | 24ce24fbf9b821ed789a8a9d203531c94e22b1cd | [] | no_license | kapa123123/wowClassic-LevelingCalculator | 0b2ae291ca59c7af6ccc7ba2c1192994be391cf4 | 50a6f148e27f085a0307b54e1f181b5d07335c85 | refs/heads/master | 2023-03-29T10:52:45.661874 | 2021-03-31T14:40:49 | 2021-03-31T14:40:49 | 352,649,111 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 267 | h | #pragma once
class professions
{
public:
int profXP; //Current XP
int highestXP; //Needed XP
int xpDatabase; //storing values to lvl
char chosenProf; //Name the profession
void pInput();
void pCalculation();
};
class p_Herb
{
public:
void library();
}; | [
"s5118418@bournemouth.ac.uk"
] | s5118418@bournemouth.ac.uk |
130b59867246d681914fef07188ce04ab238d769 | f6c49e0b0d481a43164c44818b1bce9f87f1bbca | /base/VuoComposition.hh | 4993ed7fa7d9a582c43f4d907feff880d446aff5 | [] | no_license | pooyaniazi/vuo | 1425a968f63544347dc1661597a7957aac19ff38 | cccc6057463c978f0bc355c00ca9752659198b70 | refs/heads/master | 2021-06-18T06:32:26.047326 | 2017-07-02T00:45:33 | 2017-07-02T00:45:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,197 | hh | /**
* @file
* VuoComposition interface.
*
* @copyright Copyright © 2012–2016 Kosada Incorporated.
* This interface description may be modified and distributed under the terms of the GNU Lesser General Public License (LGPL) version 2 or later.
* For more information, see http://vuo.org/license.
*/
#ifndef VUOCOM... | [
"info@vuo.org"
] | info@vuo.org |
41ffd90d5e9f8200676918c343ef6532f93d000d | f88d8da07e0b3f15d53deb673c552ac0588b67fc | /workspace/sdl_game/src/sandbox/assets/resources/raw/wood/RawWood.h | a246480371290181f035fdf40ce10302965efa93 | [] | no_license | StevenJHulshof/sdl_sdk | cf285608c74471d2aa484b4116465816fee7e43c | 5eb8c2c24ad314f9b62bc1e5f99058f015481f20 | refs/heads/master | 2021-08-30T11:05:09.973950 | 2017-12-13T22:14:29 | 2017-12-13T22:14:29 | 107,877,339 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 215 | h | #pragma once
#include "RawResource.h"
class RawWood: public RawResource
{
public:
RawWood(int xPos, int yPos);
virtual ~RawWood();
virtual void renderGraphics();
};
extern std::vector<RawWood*> gRawWoodPool;
| [
"steven.j.hulshof@gmail.com"
] | steven.j.hulshof@gmail.com |
d78e70b057fd7591dd85fb637243c02c43d67d9d | 43a9f64427158c5bec8e9ce60233ba91b8c55f3e | /samples/RoundWindow/src/RoundApp.h | 51a833cf6408ccb0ee025f8ab7d146ebbd9e5cdc | [] | no_license | CCCCCCCCZ/Win32xx | 7e8647b74eaca47ef80cadd76d68dc036dabe709 | 2ef27b55e05931ebabf931f133387bc046f888dc | refs/heads/master | 2020-06-07T13:29:41.006512 | 2019-06-22T07:33:53 | 2019-06-22T07:33:53 | 193,032,614 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 481 | h | /////////////////////////////////////////
// RoundApp.h
#ifndef ROUNDAPP_H
#define ROUNDAPP_H
#include "View.h"
// Declaration of the CRoundApp class
class CRoundApp : public CWinApp
{
public:
CRoundApp();
virtual ~CRoundApp() {}
virtual BOOL InitInstance();
CView& GetView() { return m_view; }
priv... | [
"czx_1991@qq.com"
] | czx_1991@qq.com |
041acf0ed78b8727f043605fb0ac91cd08ea4755 | ef66e297a49d04098d98a711ca3fda7b8a9a657c | /LeetCode/27-Remove Elements/solution.cpp | 37c7c9f1e2240a1b82915ceaeb2a1216f86f867d | [] | no_license | breezy1812/MyCodes | 34940357954dad35ddcf39aa6c9bc9e5cd1748eb | 9e3d117d17025b3b587c5a80638cb8b3de754195 | refs/heads/master | 2020-07-19T13:36:05.270908 | 2018-12-15T08:54:30 | 2018-12-15T08:54:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 506 | cpp | // Author: David
// Email: youchen.du@gmail.com
// Created: 2017-04-02 09:39
// Last modified: 2017-04-02 09:39
// Filename: solution.cpp
// Description:
class Solution {
public:
int removeElement(vector<int>& nums, int val) {
int size = nums.size();
int removed = 0;
for(int i = 0; i < size;... | [
"youchen.du@gmail.com"
] | youchen.du@gmail.com |
5fa164c8d1dfcee1e321a53fee18c2fe127bd632 | 0851cf9dee9699a3296276705b45993e55c51592 | /test/asan/TestCases/use-after-scope-goto.cc | 351cbe995efb2070846203b6d1ee34882ae1f00c | [
"NCSA",
"MIT",
"LLVM-exception",
"Apache-2.0"
] | permissive | apple/swift-compiler-rt | 5e67c4ad59784faaa7a34b7e4824b8779e55ca48 | f074ee37e8be92799cbc32bf7a8e12a3d1d4719f | refs/heads/stable | 2023-03-16T10:46:27.831959 | 2019-10-25T22:47:20 | 2019-10-25T22:47:20 | 50,524,437 | 122 | 76 | Apache-2.0 | 2019-10-25T22:47:21 | 2016-01-27T17:23:47 | C | UTF-8 | C++ | false | false | 874 | cc | // RUN: %clangxx_asan -O0 -fsanitize-address-use-after-scope %s -o %t && %run %t
// Function jumps over variable initialization making lifetime analysis
// ambiguous. Asan should ignore such variable and program must not fail.
#include <stdlib.h>
int *ptr;
void f1(int cond) {
if (cond)
goto label;
int tmp;
... | [
"vitalybuka@google.com"
] | vitalybuka@google.com |
16fddb286f1dad6a395b6bb0a2eae6427f71c5c9 | 182adfdfa907d3efc0395e293dcdbc46898d88eb | /Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_Generic_Dictionary_2_V2695984647.h | f8099fab14cdcfc3bbeb02e8604ed878733f3986 | [] | no_license | Launchable/1.1.3New | d1962418cd7fa184300c62ebfd377630a39bd785 | 625374fae90e8339cec0007d4d7202328bfa03d9 | refs/heads/master | 2021-01-19T07:40:29.930695 | 2017-09-15T17:20:45 | 2017-09-15T17:20:45 | 100,642,705 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,393 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Object2689449295.h"
// System.Collections.Generic.Dictionary`2<System.String,UnityEditor.XCodeEditor.PBXFrameworksBuildPhase>
struct Dictionary_2_t399292480... | [
"zk.launchable@gmail.com"
] | zk.launchable@gmail.com |
38f08296f69201c836e37c65a9e5f33d09d68cbd | a083190746faad0ef619d3513649419aa973f218 | /test/irradiance/gx/gx_view_port.h | 6c085d2899e8f058e8e6ab5e16ccea540727db0d | [] | no_license | kingofthebongo2008/vitosha | 1a29a7c832701d1b081c9c2daf51ef027ca9df99 | f681c26d1c5d416a6a427fed56bfec1240868da2 | refs/heads/master | 2021-01-19T07:56:39.642285 | 2018-06-12T14:43:25 | 2018-06-12T14:43:25 | 2,626,725 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,918 | h | #ifndef __RENDER_VIEW_PORT_H__
#define __RENDER_VIEW_PORT_H__
#include <cstdint>
#include "math/math_graphics.h"
namespace gx
{
class view_port
{
public:
view_port() : m_left(0), m_top(0), m_width(320), m_height(240), m_min_z(0.0f), m_max_z(1.0f)
{
}
view_port( uint3... | [
"stefan.dyulgerov@gmail.com"
] | stefan.dyulgerov@gmail.com |
795119ddb27aa67042bc2fff2a18fce9f0eff961 | e1a6af52111a1dfa0ae053183e2b3d0180d1e9ec | /src/interfaces/node.h | d8ff0907a110c3d94a194b58ab4e6e17ee1fec99 | [
"MIT"
] | permissive | UFO-ETL/ufo | df392b66b3f528a3442c2a26304e061fb6e1a631 | e85dde0c8b12c1bf3357003afb77ea85b1476d6b | refs/heads/main | 2023-03-12T04:27:35.910420 | 2021-03-05T06:54:21 | 2021-03-05T06:54:21 | 344,399,934 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,642 | h | // Copyright (c) 2018-2020 The UFO Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef UFO_INTERFACES_NODE_H
#define UFO_INTERFACES_NODE_H
#include <amount.h> // For CAmount
#include <net.h> // Fo... | [
"xiaka53@vip.qq.com"
] | xiaka53@vip.qq.com |
a299d8802f9b71ff9da158f5f3f03bc328448ec4 | 252cc6e1a46360c4d83d81552c4f21c3aa22681e | /module5/Project 3/SilverClient.h | 13bff43936f07515801cb184d432019bb8d2d831 | [] | no_license | cjglo/cs052 | 20c516426accd3a5e43829067f8793e62f57ce28 | 3f26cace59d498385e098b16397e86ac8cd45980 | refs/heads/master | 2022-12-11T14:53:32.045720 | 2020-08-26T22:56:50 | 2020-08-26T22:56:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,744 | h | /*
* SilverClient.h
*
* COSC 052 2020
* Project 3
*
* Due on: August 2nd
* Author: Christopher Gallo
*
*
* In accordance with the class policies and Georgetown's
* Honor Code, I certify that, with the exception of the
* class resources and those items noted below, I have neither
* given nor received any assistance on t... | [
"cjg100@georgetown.edu"
] | cjg100@georgetown.edu |
474481958e31ebba887f44759be85f2645ce7891 | 84cb52133080521be2f524fbd2e51865fc9dd207 | /src/headers/sprite.h | 43761dde42c58d8859627458faf25b09aea7a544 | [] | no_license | jcfausto/cavestory-remaking | ed383f22d68290f19f85b396ba9cf33851d1002c | f9cc5f4f6021458723b3e31ec0c641f55dceaa3b | refs/heads/master | 2021-06-18T20:25:22.045121 | 2017-06-24T10:12:18 | 2017-06-24T10:12:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,092 | h | /*
* sprite.h
*
* Created on: 8 de jun de 2017
* Author: jcfausto
*
* Base class for sprites
*/
#ifndef HEADERS_SPRITE_H_
#define HEADERS_SPRITE_H_
#include <SDL2/SDL.h>
#include <string>
#include "rectangles.h"
#include "globals.h"
class Graphics;
class Sprite {
public:
Sprite();
Sprite(Graphics &g... | [
"jcfausto@gmail.com"
] | jcfausto@gmail.com |
10981450e6c086415cb960dcde04acb196211e5c | 921c689451ff3b6e472cc6ae6a34774c4f57e68b | /llvm-2.8/tools/clang/test/SemaTemplate/instantiate-init.cpp | e292aa3c5f768d397dc5062304bfacc486853459 | [
"NCSA"
] | permissive | xpic-toolchain/xpic_toolchain | 36cae905bbf675d26481bee19b420283eff90a79 | 9e6d4276cc8145a934c31b0d3292a382fc2e5e92 | refs/heads/master | 2021-01-21T04:37:18.963215 | 2016-05-19T12:34:11 | 2016-05-19T12:34:11 | 29,474,690 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,139 | cpp | // RUN: %clang_cc1 -fsyntax-only -verify %s
struct X0 { // expected-note 4{{candidate}}
X0(int*, float*); // expected-note 4{{candidate}}
};
template<typename T, typename U>
X0 f0(T t, U u) {
X0 x0(t, u); // expected-error{{no matching}}
return X0(t, u); // expected-error{{no matching}}
}
void test_f0(int *ip,... | [
"helmutmanck@5227c84a-046b-4545-895e-fca5577db8e1"
] | helmutmanck@5227c84a-046b-4545-895e-fca5577db8e1 |
9bf01449f795599b7b11cc44f7c91b2afefbde74 | dbfafcd7f4bce21529d8ddfc1c6e7c565fd594b3 | /inference_tf.h | 5aab58c61826452079b475db817cbf231c7ed0ce | [
"MIT"
] | permissive | fierval/fast_od | c877670f34276ff709a36602aa0be6e90c85e13d | 5ae196951058b698ef66ba5bf9a04b8fbbed8698 | refs/heads/master | 2020-04-24T00:13:43.505747 | 2019-05-21T16:34:49 | 2019-05-21T16:34:49 | 171,560,009 | 8 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,152 | h | #pragma once
#include "inference_base.h"
using namespace std;
using tensorflow::CallableOptions;
using tensorflow::Tensor;
using tensorflow::Session;
class InferenceTensorflow : public InferenceBase
{
private:
const string inputLayer = "image_tensor:0";
const vector<string> outputLayer = {"detection_boxes:... | [
"fierval@gmail.com"
] | fierval@gmail.com |
f60be588729054dd3cc78c4868a316f214bcb4f9 | fa4ec990009e981b14ceec914fef08285f3ac4fd | /PREFXGD.cpp | 951ddc5e6fdb1eee374167f2630af655406207d2 | [] | no_license | writing-codes/Cpp-14 | a77b59eeb99ef424dde6080ca1470671d8ebb9c5 | 07db7f62d2e477353c2434e16211ac54d0609eb9 | refs/heads/master | 2021-08-06T08:05:53.517249 | 2020-06-08T09:38:31 | 2020-06-08T09:38:31 | 186,038,503 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 585 | cpp | #include<bits/stdc++.h>
using namespace std;
typedef long long ll;
int main(){
ll t;
cin>>t;
while(t--){
string s;
cin>>s;
ll k,x;
cin>>k>>x;
map<char,ll> m;
m['g']=1;
m['o']=2;
m['d']=1;
for(int i=0;i<s.size();i++)
{
m[s[i]]++;
}
int count = 0;
vector <int> v;
map<char,ll>::iterator i... | [
"noreply@github.com"
] | noreply@github.com |
a36cdc7d0bd775830d31a7ce28b73f3bb2a3b0e2 | 5ef21290f945f6a41cfc56c7a709cd5b0b1e1bd2 | /src/mdp/ssp_lao_star_cpu.cpp | 720aa26ad2e46302c3dfb8d79714f11a38d6d5c8 | [
"MIT"
] | permissive | peaceful-lukas/nova | 61227e8cfc13c36b875aa48f5f8e27557b3bdd38 | bfac486c83e4653610b7c1e309f20f0b89193676 | refs/heads/master | 2021-01-21T09:11:21.014105 | 2015-11-03T01:32:38 | 2015-11-03T01:32:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,692 | cpp | /**
* The MIT License (MIT)
*
* Copyright (c) 2015 Kyle Hollins Wray, University of Massachusetts
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including ... | [
"kyle.hollins.wray@gmail.com"
] | kyle.hollins.wray@gmail.com |
9c55d8c8533193ac2e99d699dab7adeef7448700 | 66f3dede3797ba1be1366def708befb161639cb0 | /q1try2/q1try2.cpp | 94574dff13462cedcb7f2586e4995759e3313cc2 | [] | no_license | aditi-sharma-limelab/fordintern2021problems | 9e49733515f5ea0da542c5a5e3cd168b3d7df7bf | f09614e55c9ff6f42af9c001530ab2dae8e0bfeb | refs/heads/master | 2023-03-19T15:14:51.238393 | 2021-03-15T16:54:04 | 2021-03-15T16:54:04 | 347,267,382 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,794 | cpp | // q1try2.cpp : This file contains the 'main' function. Program execution begins and ends there.
//
#include <iostream>
#include <vector>
#include <cstring>
using namespace std;
int distCalc(int x1, int y1, int x2, int y2) {
int dist = abs(x1 - x2) + abs(y1 - y2);
return dist;
}
void testSuite() {
string... | [
"aditis@umich.edu"
] | aditis@umich.edu |
bc2939744861e0cb5731adf833775fc486166ca0 | f258062f932c15fa21bd49d554824dd59caf784a | /deps/3.1.3/darwin/include/wx/qt/filedlg.h | 4c907aea833d726bdf385a247d441f3a5649b65c | [
"MIT"
] | permissive | kusti8/node-wx-napi | 8e83a6bb28a9112a16d738eb13ba65e9d4f62b2d | 00cf7560bfcb1dcf5680f8030e775f8e7dc1cf08 | refs/heads/master | 2022-02-09T16:07:01.372990 | 2020-01-12T21:33:08 | 2020-01-12T21:33:08 | 232,460,161 | 3 | 1 | MIT | 2022-01-22T10:11:27 | 2020-01-08T02:28:40 | C++ | UTF-8 | C++ | false | false | 2,391 | h | /////////////////////////////////////////////////////////////////////////////
// Name: wx/qt/filedlg.h
// Author: Sean D'Epagnier
// Copyright: (c) 2014 Sean D'Epagnier
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_QT_FILEDLG_H... | [
"hello@kusti8.com"
] | hello@kusti8.com |
c242d85354d3c802548c5d5d213a6a03309f6383 | 70aede47d17414fe0b0e2c7fa5d77a8b58f6c2cf | /cpp05/ex00/Bureaucrat.cpp | 78d36587081ab6d3c6e83157124d2348ca09e3f5 | [] | no_license | MichelleJiam/cpp | 8d857035cf8cf47547f52ddddf19b773aeb9975f | 0a2c74ca01c05f0d05d89a9c56aab40420bdd4bc | refs/heads/master | 2023-01-21T08:40:22.319406 | 2020-11-18T17:45:28 | 2020-11-18T17:45:28 | 283,498,437 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,674 | cpp | /* ************************************************************************** */
/* */
/* :::::::: */
/* Bureaucrat.cpp :+: :+: ... | [
"mjiam@student.codam.nl"
] | mjiam@student.codam.nl |
464a569ed44ba0b9e244575c49d7a76ef392da2d | cf111b440f33ba9741ff45c60ac33dfade24e2ac | /Projects/Grafeo/attic/grafeo_cc_new/abstracttool.h | 0ca998b6a87d86ba9388fc1fa1098daa847cfb0f | [
"Unlicense"
] | permissive | fredmorcos/attic | cd08e951f56c3b256899ef5ca4ccd030d3185bc1 | 36d5891a959cfc83f9eeef003b4e0b574dd7d7e1 | refs/heads/master | 2023-07-05T10:03:58.115062 | 2023-06-21T22:55:38 | 2023-06-22T07:07:58 | 154,962,425 | 4 | 1 | Unlicense | 2023-06-22T07:08:00 | 2018-10-27T12:30:38 | JavaScript | UTF-8 | C++ | false | false | 775 | h | #ifndef ABSTRACTTOOL_H
#define ABSTRACTTOOL_H
#include <QObject>
#include <QIcon>
class QGraphicsScene;
class QGraphicsSceneMouseEvent;
class QKeyEvent;
class AbstractTool : public QObject
{
private:
QString m_toolName;
QIcon m_toolIcon;
public:
AbstractTool(QObject *parent = 0);
QString toolName();
QIcon too... | [
"fred.morcos@gmail.com"
] | fred.morcos@gmail.com |
d4e62fba9f630c7bf20cc11fc66294008151b420 | 56b32941415e9abe063d6e52754b665bf95c8d6a | /R-Portable/App/R-Portable/library/dplyr/include/dplyr/Gatherer.h | aaf1459af336ad017d4e211de32193f423d19649 | [
"LicenseRef-scancode-unknown-license-reference",
"GPL-2.0-only",
"MIT"
] | permissive | voltek62/seo-viz-install | 37ed82a014fc36e192d9a5e5aed7bd45327c8ff3 | e7c63f4e2e4acebc1556912887ecd6a12b4458a0 | refs/heads/master | 2020-05-23T08:59:32.933837 | 2017-03-12T22:00:01 | 2017-03-12T22:00:01 | 84,758,190 | 1 | 0 | MIT | 2019-10-13T20:51:49 | 2017-03-12T21:20:14 | C++ | UTF-8 | C++ | false | false | 10,955 | h | #ifndef dplyr_Gatherer_H
#define dplyr_Gatherer_H
namespace dplyr {
class Gatherer {
public:
virtual ~Gatherer(){}
virtual SEXP collect() = 0 ;
} ;
template <int RTYPE, typename Data, typename Subsets>
class GathererImpl : public Gatherer {
public:
typedef typename tra... | [
"vincent.terrasi@corp.ovh.com"
] | vincent.terrasi@corp.ovh.com |
1cf6bea5c5e97231704631c1b346844aa72f9d02 | 5495b49642d3cb76b682e09cc4c7febc3938fcda | /MyCpro/MyCpro/myc++/include/back/vl_aud_manager.hpp | 600c07cec19e26fb702ae114283d033db61af969 | [] | no_license | DeXianLin/MyCPro | d04dd8bbad74080aa2a4640149e3df4b84f03a35 | 0c28f009d81c5fcc3e350397d076b3cf33cca87b | refs/heads/master | 2023-05-29T04:48:27.965539 | 2021-06-16T06:11:54 | 2021-06-16T06:11:54 | 377,346,542 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,237 | hpp |
#ifndef __VL_AUD_MANAGER_HPP__
#define __VL_AUD_MANAGER_HPP__
#include "vl_types.h"
#include <pthread.h>
#include <SLES/OpenSLES.h>
#include <SLES/OpenSLES_Android.h>
/**
* 负责管理声音设备,单例模式
* 不同群之间共享一个媒体管理实例,但每个群可以有部分不同的语音配置。需要统一的参数如下:
* 同一时间,只能有一个声音播放,也只能有一个录音。
*
* 关于声音设备,不同群主要靠不同的语音Filter做处理
*/
#define NUM_B... | [
"285492845@qq.com"
] | 285492845@qq.com |
ecc79c4abdcf284b3f515e37485a7ec8f0e081d5 | 9d9c5684788b17ab14375b29f64bcfc29fb02ec9 | /Week02Homework/Homework02(attempt):src/ofApp.cpp | 180ee3e3cea331ae7797ae80835d429790cd67d1 | [] | no_license | mylin04202/coding02 | 224ae2d9dd62aa82e90842032f8ecec83ce607c0 | 448c2dd5b0cff0c216f5123f8499885016063aa8 | refs/heads/main | 2023-04-02T22:19:20.026808 | 2021-04-11T22:20:33 | 2021-04-11T22:20:33 | 336,103,895 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,038 | cpp | #include "ofApp.h"
//--------------------------------------------------------------
void ofApp::setup(){
}
//--------------------------------------------------------------
void ofApp::update(){
}
//--------------------------------------------------------------
void ofApp::draw(){
ofBackground(0, 0, 0);
... | [
"noreply@github.com"
] | noreply@github.com |
670bdc9369430b06a0450398075c7ce29fe206b0 | faf000392639ed022045be6944b555a8402fb7c4 | /Teach Yourself C++/Chapter 2/object pointers.cpp | b1f90712c7b0c1a7c815d3f2174ca007f5611b5c | [] | no_license | AliAkberAakash/Cpp | 6a57f79b902737e113f247f1ea1ceabc512a4114 | 9d4da508e97dfc52eb45ada9606d68d37dbea179 | refs/heads/master | 2021-01-22T22:53:37.662718 | 2017-06-15T19:17:54 | 2017-06-15T19:17:54 | 85,589,175 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 422 | cpp | #include<iostream>
#include<cstdio>
class myClass
{
int a;
public:
void get_a(int x);
void print();
};
void myClass::get_a(int x)
{
a=x;
}
void myClass::print()
{
printf("%d\n", a);
}
int main()
{
myClass ob1;
myClass* p=NULL;
p=&ob1;
p->get_a(0);
p->print();
p->get_a(1... | [
"cedward318@gmail.com"
] | cedward318@gmail.com |
23923b5f3b5635620ceedc0b84f23515e34227e6 | 9f29a51abaef36255aae164864d5cac59de07291 | /Source/Urho3D/Core/Condition.h | 87e0b82887c3b58907ac22b761cac3ef36bfcba0 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | taohuadao/Urho3D | 50213e52ba3f7490435de5fe9379695539d75630 | b094fe3d1273b1136b918d5c81b225182de74d8f | refs/heads/master | 2023-08-18T05:08:19.121954 | 2023-08-10T03:49:54 | 2023-08-10T03:49:54 | 324,118,542 | 0 | 0 | MIT | 2020-12-24T09:30:45 | 2020-12-24T09:30:45 | null | UTF-8 | C++ | false | false | 679 | h | // Copyright (c) 2008-2022 the Urho3D project
// License: MIT
#pragma once
#ifdef URHO3D_IS_BUILDING
#include "Urho3D.h"
#else
#include <Urho3D/Urho3D.h>
#endif
namespace Urho3D
{
/// %Condition on which a thread can wait.
class URHO3D_API Condition
{
public:
/// Construct.
Condition();
/// Destruct.
... | [
"dao.taohua@gmail.com"
] | dao.taohua@gmail.com |
ea7cb5cadff68101414ba1d0cf3c688dc8bed2e7 | 857e4b75e4f6e42b649de1b3c77cdc538208e789 | /codechef/check.cpp | 6f83e5420cc51986c1eb5886805b9704fea42918 | [] | no_license | devikakrishnadas/OJ-problems | ce82d7f4961ae53d86f58a606fa4c4c13594df74 | 4367da34b2899a8ec8e1fe4b0d382a9d68c60c1e | refs/heads/master | 2021-09-10T09:25:08.568751 | 2018-03-23T13:26:31 | 2018-03-23T13:26:31 | 103,985,719 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,615 | cpp | #include<bits/stdc++.h>
#define ll long long
#define vi vector<int>
#define vc vector<char>
#define vll vector<ll>
#define pb push_back
#define sf scanf
#define ff first
#define M 1000000007
#define ss second
#define pf printf
#define mp make_pair
#define all(V) V.begin(),V.end()
#define FOR(i,a,b) for(int i=a;i<b;i++)... | [
"devikakrishnadas97@gmail.com"
] | devikakrishnadas97@gmail.com |
22e6024730f798303576d1499f47a848be6ed441 | 7a06c3640a7bbd05a2d9792d5cc7f858f19f890e | /Inc/Count_url.INC | 60c2cc274ed2e3d4c063af66ae20e9c666ac8090 | [] | no_license | Nyksu/72rus | 7b7ce2b7a8763a81d48337b3c5ebd28581048219 | 13a272b5cc9d5c01013863c8ab6a8da9be3db222 | refs/heads/master | 2020-07-21T17:48:26.680302 | 2019-09-07T08:00:43 | 2019-09-07T08:00:43 | 206,935,286 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 287 | inc | <%
function Count_url(tp,hiid){
var recs=CreateRecordSet()
if (tp==5) {recs.Source="Select * from get_count_url("+hiid+")"}
else {recs.Source="Select * from get_count_url_st("+hiid+","+tp+")"}
recs.Open()
retval=recs("COUNT_URL").Value
recs.Close()
delete recs
return retval
}
%> | [
"nyksu@yandex.ru"
] | nyksu@yandex.ru |
f08ee6b63c7d4db404fd46578001de03a9a8463d | 2f6f4953d35e53d3d86ad4e959d9f032d4bb3c4c | /startalk_ui/gloableeventobject.h | df4c76bf2372a4afb0ed0dd39b33a219958f808d | [
"MIT"
] | permissive | xuepingiw/open_source_startalk | c9b6866b736d51798394486de2b6181a49f38466 | 44d962b04039f5660ec47a10313876a0754d3e72 | refs/heads/master | 2020-04-29T03:00:00.190179 | 2019-03-27T07:01:40 | 2019-03-27T07:01:40 | 175,791,902 | 0 | 0 | MIT | 2019-03-15T09:43:22 | 2019-03-15T09:43:18 | null | UTF-8 | C++ | false | false | 1,035 | h | #ifndef GLOABLEEVENTOBJECT_H
#define GLOABLEEVENTOBJECT_H
#include <QObject>
#include <QMoveEvent>
class QuickReplyMsgItem;
#include <QPushButton>
#include <QLabel>
class GloableEventObject : public QObject
{
Q_OBJECT
public:
static GloableEventObject* getInstance();
private:
static GloableEventObject* ... | [
"20832776@qunar.com"
] | 20832776@qunar.com |
cf5836e6ba4339be0124121932fc33d8280c84e7 | d0323c74c26b3748f35b925bc2e6440806a30212 | /SWEA/swea 1966.cpp | a36b0c28036723bbe23ebadbc006f12d5b173adc | [] | no_license | seung-jae-choi/chang-rok | 56afc6ab19e3ea89335c0b86ce8b18db75e51e7e | cb335ef2b7eee113230852a4cb0ab373e705cf31 | refs/heads/master | 2022-04-24T13:08:39.850027 | 2020-04-22T08:38:48 | 2020-04-22T08:38:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 424 | cpp | #include<iostream>
#include<vector>
#include<algorithm>
using namespace std;
int t;
int n;
vector<int> vi;
int main()
{
cin >> t;
for (int i = 1; i <= t; i++) {
cin >> n;
int num;
for (int j = 0; j < n; j++) {
cin >> num;
vi.push_back(num);
}
sort(vi.begin(), vi.end());
cout << "#" << i << " ";
f... | [
"noreply@github.com"
] | noreply@github.com |
649de68588eb4716a05ca2475acdfd6575f20413 | b49616f91836142e8c6197357b58886f40d91a03 | /thrust/detail/backend/generic/scalar/binary_search.h | 16e9a61cb2cebe21840b8c57faab324e3dc85853 | [] | no_license | gregorburger/solver-playground | 1b7a5f40892920bf779f4aadfd8842bef7857e15 | 618767338f9ab1698d094290a361792a2f3e4797 | refs/heads/master | 2021-01-01T18:38:03.611575 | 2011-11-24T13:26:30 | 2011-11-24T13:26:30 | 2,835,689 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,013 | h | /*
* Copyright 2008-2009 NVIDIA Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | [
"gregor@iut-monster.(none)"
] | gregor@iut-monster.(none) |
d98746d1e7de6fb9c849b956010dd9f3131d08f8 | fbffead2071ba17d1bd9b24fcf55e67f2d34b0a1 | /Outsbook - National Flag.cpp | 4517b36928042da06042d52f564878748f704c0e | [] | no_license | Parthib13/Outsbook | 620a152b672d0ed362a1b7d95327eb187f717e35 | 8fc58b330a36a7c9a914719960749d577864fd5c | refs/heads/master | 2021-01-21T11:08:45.223844 | 2017-05-18T19:08:46 | 2017-05-18T19:08:46 | 91,728,332 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 140 | cpp | #include <bits/stdc++.h>
using namespace std;
int main()
{
int n;
cin>>n;
int ans = (6*n)/10;
cout<<ans<<endl;
}
| [
"noreply@github.com"
] | noreply@github.com |
7c6138b18ba34347a6ed0f6f84cf7b33df8e6db8 | 54f352a242a8ad6ff5516703e91da61e08d9a9e6 | /Source Codes/CodeJamData/15/04/15.cpp | d39ae3f0aba0d88589fac22d713847bf18eed626 | [] | no_license | Kawser-nerd/CLCDSA | 5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb | aee32551795763b54acb26856ab239370cac4e75 | refs/heads/master | 2022-02-09T11:08:56.588303 | 2022-01-26T18:53:40 | 2022-01-26T18:53:40 | 211,783,197 | 23 | 9 | null | null | null | null | UTF-8 | C++ | false | false | 1,307 | cpp | #include <cstdio>
#include <algorithm>
#include <cstring>
#define f(x, y, z) for(int x = (y); x <= (z); ++x)
#define g(x, y, z) for(int x = (y); x < (z); ++x)
#define h(x, y, z) for(int x = (y); x >= (z); --x)
typedef long long LL;
int ans[22][22][22];
// 1 - first win
// 0 - first lose
// -1 - not calcul... | [
"kwnafi@yahoo.com"
] | kwnafi@yahoo.com |
b848584a7077e8b3214f1ff34c997aaa66334238 | bae8345d8835227ae177fef069c0797f78112c05 | /main.cpp | af190d50554e7c546f70f97b4419644fa2721933 | [] | no_license | wutongjie23hao/personal-document-manage-system | 8bf4f5bf199cc948bb9f42198cc15c1dccc65794 | 97833eb3e73b2c518784e6be4336d92ef5f016cc | refs/heads/master | 2016-09-06T14:10:36.507705 | 2015-05-24T13:04:47 | 2015-05-24T13:04:47 | 35,885,023 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 735 | cpp | #include <QApplication>
#include "mainwindow.h"
#include "login.h"
//#include "employeeform.h"
//#include "mainform.h"
#include <QSqlDatabase>
#include <QMessageBox>
#include <QSqlError>
int main(int argc, char *argv[])
{
QSqlDatabase dbconn = QSqlDatabase::addDatabase("QSQLITE");
dbconn.setDatabaseName("myt... | [
"840585194@qq.com"
] | 840585194@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.