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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b7d92aa0139afd589edd6efbbded0a187cf79bab | dc9664e74cabbab6e524cfaa4a7780814b586f39 | /source/src/B3D_cudaCompress/CPU/RBUCCPU.cpp | dcdf6c1b9afb45a18717befbf86ebd6b35ac2d7c | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | adamkglaser/B3D | b57aeaa0ea3f464ccbf233ebd2038e19969dfb80 | 4bca9ac8010bb8181453c2b34839c09152897218 | refs/heads/main | 2023-01-31T00:22:54.080986 | 2020-12-16T07:42:03 | 2020-12-16T07:42:03 | 321,905,149 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,761 | cpp | #include "RBUCCPU.h"
#include <algorithm>
#include <cassert>
#include <cudaCompress/util.h>
namespace cudaCompress {
void rbucEncodeCPUBuildLengthsOneLevel(std::vector<Symbol16>& lengths, const std::vector<Symbol16>& symbols, uint branchFactor)
{
uint symbolCount = (uint)symbols.size();
uint lengthCount =... | [
"adamkglaser@gmail.com"
] | adamkglaser@gmail.com |
cad011224b637ad0563b8d5ef1015e0e4d269206 | 855779cbfd505fe0288d124cf0ee0b4a4103204c | /src/net.h | 66bbf36c82bbcb5fa4b985cd20387422cd3b3f05 | [
"MIT"
] | permissive | viteseco/Vites | 22a631335862d62e2344c4d436d12f5892d669c7 | d82ea767f39fa7dbbc21f5648a6fa5df2a67bba7 | refs/heads/master | 2020-05-02T18:50:25.834286 | 2018-12-28T13:26:46 | 2018-12-28T13:26:46 | 178,141,425 | 0 | 2 | MIT | 2019-11-01T23:46:25 | 2019-03-28T06:35:26 | C++ | UTF-8 | C++ | false | false | 18,449 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef VITESCOIN_NET_H
#define VITESCOIN_NET_H
#include <deque>
#include <boost/a... | [
"viteseco@gmail.com"
] | viteseco@gmail.com |
304d33807e8088525d25c16bd4769a44094f1670 | f98beedadd280842e62ce3099b72b900396ad2cb | /hh/hh/hh.cpp | 9dd1ff39825746777c7e88fcafee863e2627044c | [] | no_license | RbnAlexs/Programacion_VisualBasic | 93d68f2f149947ec747cee9aff1ec39af4f71f70 | 0547a1f11ba28e03d3f2c0d4c27e004e88b6bf47 | refs/heads/master | 2021-01-11T10:05:19.624528 | 2017-01-05T16:26:46 | 2017-01-05T16:26:46 | 77,478,256 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 187 | cpp | #include "hh.h"
#include "hhFrame.h"
IMPLEMENT_APP( MyApp );
bool MyApp::OnInit()
{
hhFrame* frame = new hhFrame();
frame->SetIcon( wxICON( amain ) );
frame->Show();
return true;
}
| [
"rsanchezcolin@icloud.com"
] | rsanchezcolin@icloud.com |
bb6091230dfed1c9438b786078d933363d587109 | d15d4c2932159033e7563fe0889a2874b4822ce2 | /Other OJs/Libre OJ/119.cpp | c881d2e6a89a11b6554e0ae25bf803b6c896baf8 | [
"MIT"
] | permissive | lxdlam/CP-Answers | fd0ee514d87856423cb31d28298c75647f163067 | cde519ef9732ff9e4e9e3f53c00fb30d07bdb306 | refs/heads/master | 2021-03-17T04:50:44.772167 | 2020-05-04T09:24:32 | 2020-05-04T09:24:32 | 86,518,969 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,210 | cpp | #include <bits/stdc++.h>
#include <ext/pb_ds/priority_queue.hpp>
using namespace std;
#define TemplateVersion "3.2.0"
// Useful Marcos
//====================START=====================
// Compile use C++11 and above
#ifdef LOCAL
#define debug(args...) \
{ ... | [
"lxdlam@gmail.com"
] | lxdlam@gmail.com |
d7ef528d3da14cc4305332bd43b31c26baa4ff28 | a4ea98d4a5cd870adb7a6caede8b1f8a27ad9ea2 | /src/Client/networkcar.cpp | 6b35a7a731fbb65347e0dc0c81b582bb0627d202 | [] | no_license | AlexLevick/WinSock-Cars | f878168e5b9f8a02f3b572a76dba7b5ba42256ae | a552d067c52823bd1d1504987e155068eae6b7a9 | refs/heads/master | 2020-03-23T16:38:43.048805 | 2018-07-23T18:26:28 | 2018-07-23T18:26:28 | 141,821,436 | 0 | 0 | null | 2018-07-21T16:41:43 | 2018-07-21T14:44:42 | C++ | UTF-8 | C++ | false | false | 2,381 | cpp | #include "networkcar.h"
NetworkCar::NetworkCar()
{}
NetworkCar::NetworkCar(GameCar player_, sf::Color colour_)
{
// Since gfx is created from box2d car, copy the player gfx and change the colour
car_gfx_ = player_.car_gfx_;
car_gfx_.setOutlineColor(colour_);
tire_gfx_ = player_.tire_gfx_;
for (int i = 0; i < ti... | [
"alex.levick@live.co.uk"
] | alex.levick@live.co.uk |
848648d2622e22e16ac15e6c03c2177407959e0b | 7df8e0ff70cc85b09d02cb6d68bbfff4ee5a2997 | /yeasu_v0/rotateAzimuth.ino | 2a8786787c33a9bb85341ae5d7c13c1e7f3070b9 | [] | no_license | rebeccaljl/YeasuRotatorController | dfd01556fe93b8b01ce28293760dd8426ac0e23a | b9ccb5fe7100b3474a42790ef53303f11fcdd13b | refs/heads/master | 2021-06-22T02:19:42.527239 | 2020-03-09T08:41:44 | 2020-03-09T08:41:44 | 223,192,224 | 0 | 1 | null | 2021-06-05T19:06:00 | 2019-11-21T14:25:48 | C++ | UTF-8 | C++ | false | false | 405 | ino | /* Rotate Azimuth*/
void rotateAzimuth()
{
long rotorMoveAz = newAZ - rotorAzimuth;
if (rotorMoveAz < 0)
{
digitalWrite(G5500RG, LOW);
digitalWrite(G5500LF, HIGH);
azMovement = " L ";
azMovement = azMovement + String(newAZ );
}
else
{
digitalWrite(G5500LF, LOW);
digitalWrite(G5500RG... | [
"jinyee97@gmail.com"
] | jinyee97@gmail.com |
1f5a32eabe65e6168932c02b52df1956e3eb1dff | d077e40e376f16c9420f32001decf946a34a6e71 | /FEBioMech/FEVonMisesPlasticity.cpp | fc0617820fa2f91f045ae0680325e14adb2e3030 | [
"MIT"
] | permissive | jnbrunet/febio2 | 43196e79f8c54a5c92f3f592aa7437fd3b3fe842 | fdbedae97c7d2ecad3dc89d25c8343cfbdeb195a | refs/heads/master | 2021-07-21T01:04:58.828864 | 2020-05-19T06:47:31 | 2020-05-19T06:47:31 | 203,228,954 | 0 | 0 | null | 2019-08-19T18:38:29 | 2019-08-19T18:38:28 | null | UTF-8 | C++ | false | false | 4,510 | cpp | /*This file is part of the FEBio source code and is licensed under the MIT license
listed below.
See Copyright-FEBio.txt for details.
Copyright (c) 2019 University of Utah, The Trustees of Columbia University in
the City of New York, and others.
Permission is hereby granted, free of charge, to any person obtaining ... | [
"mherron@omen.sci.utah.edu"
] | mherron@omen.sci.utah.edu |
0350e32d0c8b355618c880431e8845fb6d47f9c3 | 11b9965933d407ed3708a252aebcdafc21c98664 | /MassGrav/src/chi_rhs.cpp | 4ddd8499dd06bc355e6f39a750af548177403304 | [
"BSD-3-Clause"
] | permissive | lanl/Dendro-GRCA | a265131e2a5d8327eba49e2133257d553826a41e | 8a475b1abd8832c3dfc19d00cc0ec4b9e2789c8a | refs/heads/master | 2023-05-31T06:25:06.113867 | 2020-09-23T18:00:13 | 2020-09-23T18:00:13 | 297,793,620 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,111 | cpp | massgrav::timer::t_rhs.start();
for (unsigned int k = 3; k < nz-3; k++) {
z = pmin[2] + k*hz;
for (unsigned int j = 3; j < ny-3; j++) {
y = pmin[1] + j*hy;
for (unsigned int i = 3; i < nx-3; i++) {
x = pmin[0] + i*hx;
pp = i + nx*(j + ny*k);
r_coord = sqrt(x*x + y*y + z*z);
eta=ETA_CONST;... | [
"hylim1988@gmail.com"
] | hylim1988@gmail.com |
b87d912fe0ea12a02863abda2a91a301996a0351 | 052d96969a0c5ab0525d2a3f245f1756da5478b3 | /src/llmq/quorums.h | a5ad3b96629cc662c76db442fb9737bf1c2240f0 | [
"MIT"
] | permissive | altexclub/altex | 90a0f790c272825d2297c78b36fd2c338e04ba34 | 905ae6c6c7a6a09bcd547505f796b5ff9e5fe8be | refs/heads/master | 2022-12-16T15:18:19.518969 | 2020-09-11T12:57:21 | 2020-09-11T12:57:21 | 293,193,769 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,679 | h | // Copyright (c) 2018-2019 The Dash Core developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef ALTEX_QUORUMS_H
#define ALTEX_QUORUMS_H
#include "evo/evodb.h"
#include "evo/deterministicmns.h"
#include "llmq/quo... | [
"70829127+altexclub@users.noreply.github.com"
] | 70829127+altexclub@users.noreply.github.com |
883b2ad63ee1d369626f9bb6544f29cfc46d58c8 | d7f66d6d84a8e92dd9a90b4d55080199dba4fda5 | /Knapsack/Knapsack.cpp | b4c08997f25caa7207a3be481d9e6ce89f6a9178 | [] | no_license | Nitish-K15/ADA | 577e2358b28400f904eacf91ae2c24db554ed2ec | 74fa452240beb4424430d16286fd0eedb1c4291a | refs/heads/master | 2023-04-29T18:29:22.019757 | 2021-05-18T06:09:55 | 2021-05-18T06:09:55 | 364,144,675 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,325 | cpp | #include<iostream>
using namespace std;
struct Item
{
int w;
int v;
float d;
};
void swap(int& a, int& b)
{
int temp;
temp = a;
a = b;
b = temp;
}
void SelectionSort(Item a[3])
{
int min;
for (int i = 0;i < 3;i++)
{
min = i;
for (int j = i + 1;j < 10;j++)
... | [
"79478893+Nitish-K15@users.noreply.github.com"
] | 79478893+Nitish-K15@users.noreply.github.com |
28887b73bb9737eb555237a3058681b20e253686 | 1e3ef0f5ddef358f25deb134939841d77c71ed58 | /Hw1_1/UVA/UVA-579.cpp | 98d399a5cb185463db29ada72e38cf42ed39debe | [] | no_license | LonEdit120/ACM | 6ddffd2c3b31e36ab0f94ae38ca9b57706e00e71 | 48faaf6c1896dc94314894fad5eb87f4470e66bd | refs/heads/master | 2021-06-02T12:51:20.666531 | 2016-07-04T12:13:34 | 2016-07-04T12:13:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 665 | cpp | #include <iostream>
#include <iomanip>
using namespace std;
int main()
{
float hour = 12;
float min = 59;
char column;
float angle, angle1, angle2;
float ha, ma;
cout << fixed << setprecision(3);
while(1)
{
cin >> hour >> column >> min;
if(hour == 0 && min == 0)
{
break;
}
ma = min*6;
if(min !=... | [
"bladeath860620@gmail.com"
] | bladeath860620@gmail.com |
51f25888b1ec2b9b29c1405f189785dbc8aaa6ba | a6590941fea4880593d5b1cd23eedfe696f4e446 | /Other/mitsuiBank2020/a.cpp | dfd703c879a08c99f8ed408a954f0f6bddc96d26 | [] | no_license | cod4i3/MyAtcoder | 9fb92f2dd06c5b6217e925a82d8db4f91355a70f | 53bdac3fa7eb4ac48ca6d5c70461639beb6aa81d | refs/heads/master | 2023-02-17T09:15:16.282873 | 2021-01-15T13:34:03 | 2021-01-15T13:34:03 | 232,006,424 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 190 | cpp | #include <iostream>
using namespace std;
int main() {
int M1, M2, D1, D2;
cin >> M1 >> D1 >> M2 >> D2;
if (M1 != M2)
cout << 1 << endl;
else
cout << 0 << endl;
return 0;
} | [
"imasdaisukiproducermasu@gmail.com"
] | imasdaisukiproducermasu@gmail.com |
0e3f7fd7adfc2a83d3442ebc17ae4b8be500e0d8 | 6a6dfd729b338b9ac440d4b7aead98edc668a017 | /HkOgre/hkOgrePrerequisites.h | ace86b5433446c39069b3fdc7209b55c7625bd0f | [] | no_license | kevinmore/MyPhysicsLab | af4ad6e86bfaf2f9e518171a10deca45e833bce6 | d060acb6d6f1ebdbfda088656f866f9ba60f8535 | refs/heads/master | 2020-05-09T21:28:45.198433 | 2014-03-11T10:18:02 | 2014-03-11T10:18:02 | 17,085,687 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,612 | h | #ifndef HKOGRE_PREREQUISITES
#define HKOGRE_PREREQUISITES
#include <OgreVector3.h>
#include <OgreVector4.h>
#include <OgreLogManager.h>
#include <OgreEntity.h>
#include <OgreSceneNode.h>
#include <iostream>
#include <fstream>
#include <vector>
#include <string>
#include <Physics/Internal/hkpInternal.h>
#include <Physic... | [
"dingfengyu@gmail.com"
] | dingfengyu@gmail.com |
75d65eb41aa083965beddeb08a960a38be928501 | 3a140a0367e5553326e95de60d8e8d9ac3666958 | /ast/src/expression.cpp | f38ceeeb52affd876a56155d36ec49b68669c97b | [] | no_license | darkangel-ua/hammer | 57524e6c1300a0ca94e5dd533df22f347d1995be | 3a81dd07e4ff21f506d767c9f51313f9ffd1f5ae | refs/heads/master | 2020-04-16T00:51:32.287195 | 2019-12-01T08:43:59 | 2019-12-01T08:43:59 | 37,814,748 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,842 | cpp | #include <hammer/ast/visitor.h>
#include <hammer/ast/casts.h>
#include <hammer/ast/expression.h>
namespace hammer { namespace ast {
bool error_expression::accept(visitor& v) const
{
return v.visit(*this);
}
bool empty_expr::accept(visitor& v) const
{
return v.visit(*this);
}
bool id_expr::accept(visitor& v) c... | [
"to.darkangel@gmail.com"
] | to.darkangel@gmail.com |
69b79518945ba2039e5abd69fe692105de7b2c3a | 373dc1f2b4ba0181a11ca9cd546dcc3ab0c25b61 | /f1replaceresults.cpp | 611e1dda253b216ef3c8473f090ce380af15e552 | [] | no_license | 15831944/TMS | 0b5337e9a6b8d87c59cddd139334e5a91a3050e7 | 07ddc125b73093d91729d49382ba90457bc5633b | refs/heads/master | 2020-09-11T10:50:58.207283 | 2010-06-10T01:10:30 | 2010-06-10T01:10:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 791 | cpp | // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
#include "stdafx.h"
#include "f1replaceresults.h"
///////////////////////////////////... | [
"e.sitarski@themasterschedulder.com"
] | e.sitarski@themasterschedulder.com |
0e5cd692f066ed9766431e13b987886e78a2e4c6 | 739ce0da74d50f6ea042b2bbf1df8aaf5cbf64c3 | /src/Vulkan/PipelineLayout.hpp | 9be56f9d26a03fa66f0f88cdbf323e683ca077c8 | [] | no_license | dsmtE/learnVulkan | 06c10b1988efde30d31d4c013c5cf8e5e285242f | ef9c45551ed1822cb581e5834cfbbaf15ca0977d | refs/heads/master | 2022-12-03T05:13:47.775362 | 2020-08-26T23:23:56 | 2020-08-26T23:24:08 | 269,472,196 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 309 | hpp | #pragma once
#include "Vulkan.hpp"
namespace Vulkan {
class Device;
class PipelineLayout final {
public:
VULKAN_NON_COPIABLE(PipelineLayout)
PipelineLayout(const Device& device);
~PipelineLayout();
private:
const Device& device_;
VULKAN_HANDLE(VkPipelineLayout, pipelineLayout_)
};
}
| [
"desmet.enguerrand@gmail.com"
] | desmet.enguerrand@gmail.com |
1aad68900a032dbbcba0e4d3a0bfd4c235f0cf07 | 565e85570d42a599351e513040e1bda8d05d3948 | /lib/dtv-canvas/src/impl/x11/render.cpp | d530a210d3808d8767941e00ef9d40a7c5498d3c | [] | no_license | Hanun11/tvd | 95a74b8ee8a939ba06b4d15dce99bdc548e1be7b | 0d113c46014d738d87cb4db93b566d07fcbc031f | refs/heads/master | 2021-12-14T19:41:15.800531 | 2017-05-20T19:54:40 | 2017-05-20T19:54:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,138 | cpp | /*******************************************************************************
Copyright (C) 2010, 2013 LIFIA - Facultad de Informatica - Univ. Nacional de La Plata
********************************************************************************
This file is part of DTV-canvas implementation.
DTV-canvas i... | [
"jbucar@gmail.com"
] | jbucar@gmail.com |
d1101be90919a415d9e01803ec6933c7d6af7d2c | c4e4b570b1a91495a89c939e876dcd38c7b6247f | /src/core/rendering/texture.cpp | a4214f38f29bddcbaedbf8280b83c39602d0831b | [
"Apache-2.0"
] | permissive | texel-sensei/eversim | 5392bc1f4bd5443a2bd8c25e44725acb84af5705 | 187262756186add9ee8583cbaa1d3ef9e6d0aa53 | refs/heads/master | 2021-06-01T10:21:27.586634 | 2020-09-08T15:10:38 | 2020-09-08T15:16:12 | 96,086,158 | 0 | 0 | Apache-2.0 | 2020-09-08T15:16:13 | 2017-07-03T08:07:25 | C++ | UTF-8 | C++ | false | false | 2,647 | cpp | #include "core/rendering/texture.h"
#include "core/rendering/texture_loader.h"
#include <easylogging++.h>
#include <vector>
using std::string;
using std::vector;
using std::swap;
using glm::ivec2;
namespace eversim {
namespace core {
namespace rendering {
texture_loader Texture::loader;
Texture::Texture(... | [
"lukasac@gmx.de"
] | lukasac@gmx.de |
faa58a875c9e854b279b3a206e327d3fc2eab4a7 | a787651a8ab86df82268ce0cfeeb9bb239180bda | /设计模式/Head_First/builder/main.cpp | 5bfb983e4b4dfd687e03487d664db4141d8240d6 | [] | no_license | ljdongysu/git_pro | 89a499f40c5e6e874fe41723c0eb519be13cdc88 | 891e7a2765df7099ae5971c87145aa7fb6f209d7 | refs/heads/master | 2022-06-25T21:11:53.708492 | 2022-06-07T06:53:21 | 2022-06-07T06:53:21 | 246,498,903 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,566 | cpp | #include <iostream>
#include <vector>
/**
* It makes sense to use the Builder pattern only when your products are quite
* complex and require extensive configuration.
*
* Unlike in other creational patterns, different concrete builders can produce
* unrelated products. In other words, results of various builders m... | [
"841476652@qq.com"
] | 841476652@qq.com |
6da12d169adfb1fa9a9b24c1f4633d4c22fffe15 | 0b46515c55a3767f9743d537a61a50666d253245 | /ftrace_reader/src/format_parser.cc | d986b8edc6afd8ab86b56963a714a07df6088c89 | [
"Apache-2.0"
] | permissive | chromy/perfetto | ff1409533c0fe34f7534cc2a434411a596e92ceb | a635f039448528f3385763256387e728e5601528 | refs/heads/demo | 2023-08-31T05:52:17.510889 | 2017-12-01T12:29:14 | 2017-12-01T12:29:14 | 112,371,395 | 0 | 0 | null | 2017-11-28T18:13:01 | 2017-11-28T18:13:00 | null | UTF-8 | C++ | false | false | 3,677 | cc | /*
* Copyright (C) 2017 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"hjd@google.com"
] | hjd@google.com |
2be5b51db106550f62f881b991f96f065abe3b33 | 7d521f182a8b0b4425e6885056c7d3fc95690ae1 | /include/hpp/fcl/shape/convex.h | cafbddd040b474fbab5204eb4c7d156869530db7 | [
"BSD-3-Clause"
] | permissive | rstrudel/hpp-fcl | 08a4a72f3056a23467c44a15f6132bd85c1c0c92 | be06a13ca9a8c25129904d135a58e157c12d5a9c | refs/heads/master | 2020-11-24T00:12:22.466851 | 2019-12-09T12:10:06 | 2019-12-09T17:34:07 | 227,877,538 | 0 | 0 | NOASSERTION | 2019-12-13T16:17:06 | 2019-12-13T16:17:05 | null | UTF-8 | C++ | false | false | 3,378 | h | /*
* Software License Agreement (BSD License)
*
* Copyright (c) 2011-2014, Willow Garage, Inc.
* Copyright (c) 2014-2015, Open Source Robotics Foundation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following c... | [
"jmirabel@laas.fr"
] | jmirabel@laas.fr |
f215ba2201330b83161147e8c10de2e475afaf68 | 40924f56177c1a6a576dfc29767b28fc58bc0b4a | /Solaris/Component.cpp | eefc75a8492926e47e73cf5f0df388b68bfd7657 | [] | no_license | suliaron/solaris | 4aecd81e56880f4df418cadeb20a1d2937b62d62 | 1c3ecd0f583fca243d99d49c2bdcf8761b2e3040 | refs/heads/master | 2021-01-23T15:56:53.675986 | 2014-03-21T14:18:07 | 2014-03-21T14:18:07 | 13,243,212 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 152 | cpp | #include "Component.h"
Component::Component()
{
ratio = 0.0;
}
Component::Component(std::string n, double r)
{
name = n;
ratio = r;
}
| [
"a.suli@astro.elte.hu"
] | a.suli@astro.elte.hu |
b87a636171eca49ad133cbb65854dbc00ec6a8f9 | dc298e43ec1521dbb4fe68288127ef32ef57ca6b | /core/src/overture/.deps/android-toolchain-21-arm64/include/c++/4.9.x/__hash_table | 44ba268a0ec819db8d076aa14dd356f8e09a8c20 | [
"LicenseRef-scancode-generic-cla",
"MIT",
"NCSA",
"LicenseRef-scancode-arm-llvm-sga"
] | permissive | 1170762202/ShadowsocksDemo | ce1a599945a89b4aeb5a9f2afe8a6d035dc2e281 | d2f00c31724c71c4d5ca958a37fec00ef55512b9 | refs/heads/master | 2020-04-26T16:01:12.761746 | 2019-03-04T08:08:34 | 2019-03-04T08:08:34 | 173,664,896 | 7 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 95,438 | // -*- C++ -*-
//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===-------------------------... | [
"1170762202@qq.ccom"
] | 1170762202@qq.ccom | |
c82a8668d39bbdfdb1d8174fd56f94d832600825 | d6c099b0a64b5e456099a13ae34023ef65253caf | /gact.h | 491a3f7f4526c847f582fe4f5a7c219dc50c0f06 | [] | no_license | ramcn/darwin-xl-arm-x86 | 209e4aa1a699e18f0c23a96cb057937c43cd7dcb | 38d7e9461ef5c2e6c23c747babd1a6a6502bba36 | refs/heads/master | 2022-11-26T07:51:49.107617 | 2020-07-27T18:31:15 | 2020-07-27T18:31:15 | 282,984,078 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,907 | h | /*
MIT License
Copyright (c) 2018 Yatish Turakhia, Gill Bejerano and William Dally
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to ... | [
"cn.ramachandra@gmail.com"
] | cn.ramachandra@gmail.com |
043f4ea1017e3ea13e302c16631bd035a571c8e0 | 4e9b41d29e6fb0fad6c652e72ee093c3514933d1 | /tests/libarduino/Arduino.h | f2e99946df74d7515b8d6399b4574e1bd5d3ea03 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | ADTL/EtherSia | fbdeb3c7a0e995036cde91e741336c22ea3068ea | fef3a22b6fe526594cb615a7d89cd45a17ecb9d0 | refs/heads/master | 2021-01-20T11:41:18.081416 | 2016-10-16T11:56:29 | 2016-10-16T11:56:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,145 | h | #ifndef Arduino_h
#define Arduino_h
#include <stdint.h>
#include <string.h>
#include <ctype.h>
#define HIGH 0x1
#define LOW 0x0
#define INPUT 0x0
#define OUTPUT 0x1
#define INPUT_PULLUP 0x2
extern "C" {
typedef uint16_t word;
typedef uint8_t byte ;
typedef bool boolean ;
void* malloc(size_t size);... | [
"njh@aelius.com"
] | njh@aelius.com |
43337e1049dc8698b2bd96247b6c4c0764ddd480 | 07b47d9179644e40d409062c5e46d1f7f32c9611 | /getAPI.cpp | 78af2e4f88e7cda160123ac553f37df170550aa2 | [] | no_license | ruknez/MailTest | e232138123d98108fb2434631d9ea0686831a0ac | 1b3bbe30d019441edb10c6ea131dc1fceb7d9026 | refs/heads/master | 2020-12-27T20:28:02.088513 | 2020-02-10T12:51:35 | 2020-02-10T12:51:35 | 238,041,476 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,549 | cpp | #include <stdio.h>
#include <memory.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <unistd.h>
#include <string>
#include <iostream>
#include <vector>
#include <sstream>
#include <fstream>
#include <filesystem>
#include <ex... | [
"ruknez94@mail.ru"
] | ruknez94@mail.ru |
0e4398d6d3fb03b39905b480d7181b3fe23029ac | 86414be525262d012cb6f48cbd3a6b3b022eb646 | /lib/giac/graphicsProvider.hpp | 1f134b9eb5f07049d96bd92fa638f8f7d4cd0049 | [] | no_license | mov-rax/TeensyTest | 4c84cf32a034bf002170fc93163960cdfbb041a1 | 4055c42a02a30d8a820d81b2ad5f271eea036b07 | refs/heads/master | 2023-08-22T21:03:55.222105 | 2021-09-25T18:40:58 | 2021-09-25T18:40:58 | 410,351,218 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,808 | hpp | #ifndef __GRAPHICSPROVIDER_H
#define __GRAPHICSPROVIDER_H
#include <fxcg/display.h>
#include <fxcg/file.h>
#include <fxcg/keyboard.h>
#include <fxcg/system.h>
#include <fxcg/misc.h>
#include <fxcg/app.h>
#include <fxcg/serial.h>
#include <fxcg/rtc.h>
#include <fxcg/heap.h>
#include <string.h>
#include <stdio.h>
#includ... | [
"csharper.work@gmail.com"
] | csharper.work@gmail.com |
2f294dbf17110cafe9040ca61b0c4fb7b207e89e | 483d5992960b195c255d2a3bed41bae11744e0ec | /洛谷/P1901.cpp | 7fc301b18ee91b71036db4b75819b88eff4f0ed9 | [] | no_license | zcy05331/code-backup | bd2627f461b69778f56b7ef74441802df2f84a58 | 9ef0dd11108a3fe11364266755a84467c64ba099 | refs/heads/master | 2022-04-30T16:30:28.877120 | 2022-04-15T12:27:25 | 2022-04-15T12:27:25 | 241,646,316 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 920 | cpp | #include <bits/stdc++.h>
const int MaxN = 1e6 + 10;
int l[MaxN], r[MaxN];
long long h[MaxN], v[MaxN];
std::stack<int> st;
long long x[MaxN];
long long ans;
int main()
{
int n;
scanf("%d", &n);
h[0] = 0x7fffffff;
h[n + 1] = h[0];
for (int i = 1; i <= n; i++)
{
scanf("%lld%lld", &h[i], &... | [
"little_sun0331@qq.com"
] | little_sun0331@qq.com |
062e902abc1d665b584d5abb7af74407f62b942e | b67044ae73272f81819304a9736d49c9727e868f | /OriginalPlan/.svn/pristine/b1/b1f1688da37656b05c0932df425a310895ccfc74.svn-base | 0fd46b434f1a5bd8c8cce43509ae1814b1e38079 | [] | no_license | bagua0301/red_slg | 5b16ab66354c552ab2066fc95effaca2a9a56535 | 50c48cbdfeb4ba373d2f9040c9b4c9e609e3b9cb | refs/heads/master | 2023-06-17T21:39:15.730529 | 2020-05-23T10:29:07 | 2020-05-23T10:29:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,310 | #include "char_msg_handle.h"
#include "obj_character.h"
#include "role_base.h"
#include "map_scene_base.h"
#include "game_config.h"
#include "packet_cm_base.h"
void CCharMsgHandle::onResetPos(TObjUID_t objUID, TAxisPos_t x, TAxisPos_t y, EResetPosType type, bool broadFlag)
{
MCResetPos setPos;
setPos.objUID = objUID... | [
"zhangzhen0523@126.com"
] | zhangzhen0523@126.com | |
efbbdbef28d58b1b3839a993434a529713223d8c | 597fb3047835a8c9f53289fa71ecc74b067f24cd | /common/bfm/axi4_monitor/axi4_monitor_transaction.cpp | 775993208e719a47ea53643190a0d21121d84491 | [] | no_license | yeloer/socblox | 5ad7fb6e82ac29f2d57f7d758501f87f568b5562 | d2e83c343dfdac477e23b9b31b8d3a32a1238073 | refs/heads/master | 2020-05-31T23:30:36.277012 | 2016-03-01T00:49:40 | 2016-03-01T00:49:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 325 | cpp | /*
* axi4_monitor_transaction.cpp
*
* Created on: Oct 23, 2014
* Author: ballance
*/
#include "axi4_monitor_transaction.h"
axi4_monitor_transaction::axi4_monitor_transaction() {
data_idx = 0;
}
axi4_monitor_transaction::~axi4_monitor_transaction() {
// TODO Auto-generated destructor stub
... | [
"ballance@ballance-VirtualBox"
] | ballance@ballance-VirtualBox |
bf26333f4adc359a9b9af1fc0a00c3c06cf43ee9 | a88f0ca4bc31b40ab414476f0a0df733418ff038 | /Include/3ds_Max/2018/iTargetedIO.h | 32e9260295d408c0702362052fdf9aff46cc3722 | [] | no_license | Goshido/GXEngine-Windows-OS-x64 | 8c9011442a5ef47a3c2864bdc7e6471e622763d5 | 10a1428d0284552856528d519283295388eea35b | refs/heads/master | 2020-06-28T16:59:26.904805 | 2019-11-24T06:07:03 | 2019-11-24T06:09:40 | 74,490,143 | 11 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,282 | h | /////////////////////////////////////////////////////////////////////////
//
//
// Targeted IO Utility
//
// Created 3-13-03: Tom Burke
//
#pragma once
// includes
#include "maxheap.h"
#include "sfx.h"
//==============================================================================
// ITargetedIO
/*!... | [
"GoshidoMatazuki@mail.ru"
] | GoshidoMatazuki@mail.ru |
91d89ba81627a2118f6e526861d0e62b8b9bfb92 | adaf2349ba68d95e47cf198af9d39f84df38cf38 | /include/mredit/Editor.h | cb5e16ce932926cdb5868cf38cc65583888caac2 | [] | no_license | yang123vc/mredit | d72715288d32c35aaf1872c0b67922974b346e83 | f295ae79b4f316b89c3ae07eb88f763d812422bd | refs/heads/master | 2020-05-06T12:19:07.935463 | 2018-08-03T14:13:37 | 2018-08-03T14:13:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,614 | h | #pragma once
#include <QPlainTextEdit>
#include <mredit/Global.h>
#include <mredit/BookmarkGroup.h>
namespace mredit {
class CodeEditorPrivate;
class TextDocument;
namespace margin {
class MarginStacker;
class MarginStackerPrivate;
}
class Editor : public QPlainTextEdit
{
Q_OBJECT
Q_ENUMS(IndentationPolicy... | [
"rangelspam@gmail.com"
] | rangelspam@gmail.com |
ff7649eb2b83818151076234a969f92da91ea8d1 | 5ec06dab1409d790496ce082dacb321392b32fe9 | /clients/cpp-qt5-qhttpengine-server/generated/server/src/models/OAIComAdobeGraniteBundlesHcImplCrxdeSupportBundleHealthCheckInfo.h | a2a3617718c5d4704e27d09ddc5a52210b36e921 | [
"Apache-2.0",
"MIT"
] | permissive | shinesolutions/swagger-aem-osgi | e9d2385f44bee70e5bbdc0d577e99a9f2525266f | c2f6e076971d2592c1cbd3f70695c679e807396b | refs/heads/master | 2022-10-29T13:07:40.422092 | 2021-04-09T07:46:03 | 2021-04-09T07:46:03 | 190,217,155 | 3 | 3 | Apache-2.0 | 2022-10-05T03:26:20 | 2019-06-04T14:23:28 | null | UTF-8 | C++ | false | false | 2,197 | h | /**
* Adobe Experience Manager OSGI config (AEM) API
* Swagger AEM OSGI is an OpenAPI specification for Adobe Experience Manager (AEM) OSGI Configurations API
*
* OpenAPI spec version: 1.0.0-pre.0
* Contact: opensource@shinesolutions.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openap... | [
"cliffano@gmail.com"
] | cliffano@gmail.com |
4cbb336f136ded632b873264356cc76626ddf0c5 | f4e1ae14a896c564cc4215c912e4db5d3e487232 | /src/main.cpp | 29305d0e7f56633e7061c8531f79869edace411d | [] | no_license | IgorKaan/new_ROS_msg | 3a0000601b4bbaec9b0b797ca72e7516ad0727c2 | b7959e81d4a83b4e429442beb6162144fc6a3f95 | refs/heads/master | 2020-06-26T00:07:15.788988 | 2019-07-30T11:03:02 | 2019-07-30T11:03:02 | 199,463,190 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,879 | cpp | #include <WiFi.h>
#include <ros.h>
#include "RobotMovement.h"
#include <Arduino.h>
#include <Wire.h>
#include "math.h"
#include <I2Cdev.h>
#include <MotorControl.h>
#include <stdio.h>
#include <HardwareSerial.h>
std::string receivedData;
std::string sign;
std::string angle;
std::string move;
std::string rotate;
std::s... | [
"igorkaan@yandex.ru"
] | igorkaan@yandex.ru |
c180bc7ffc964c23050141988555c3f5ca4379f1 | 56d91cae8ce2b1dfdc0ef00feab3fb61171182ff | /c++/createlib_a/Myfirstliba.cpp | 4d0281734c6b84489beb6a6353c3c40d6995701f | [] | no_license | wangjicong/C-CPP_DEMO | 91d22873773df5b1c4e9c6e94c05cc12419ce990 | 5cd043ac5625335adfc54bf4b32400a90000f3d8 | refs/heads/master | 2021-01-01T04:41:21.104161 | 2017-07-15T11:27:41 | 2017-07-15T11:27:41 | 97,223,416 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 132 | cpp | #include <iostream>
#include "Myfirstliba.h"
using namespace std;
void myfunction()
{
cout <<"this is from myfirstso "<<endl;
} | [
"wangjicong@sunvov.com"
] | wangjicong@sunvov.com |
8ddf634e835dee39f4be089aec71eba19a4abe12 | b8376621d63394958a7e9535fc7741ac8b5c3bdc | /lib/lib_XT12/Source/ReportControl/XTPReportNavigator.cpp | 521a1a459a0522c9dc6ffa69c61fd81a2de58367 | [] | no_license | 15831944/job_mobile | 4f1b9dad21cb7866a35a86d2d86e79b080fb8102 | ebdf33d006025a682e9f2dbb670b23d5e3acb285 | refs/heads/master | 2021-12-02T10:58:20.932641 | 2013-01-09T05:20:33 | 2013-01-09T05:20:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,402 | cpp | // XTPReportNavigator.cpp : implementation of the CXTPReportNavigator class.
//
// This file is a part of the XTREME REPORTCONTROL MFC class library.
// (c)1998-2008 Codejock Software, All Rights Reserved.
//
// THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE
// RE-DISTRIBUTED BY ANY MEANS WHATSO... | [
"whdnrfo@gmail.com"
] | whdnrfo@gmail.com |
4394fc6065fcc55e3ad6b8c8d2837703fc3670f1 | 032c2e67d5a3d4c706a57846f00c995a3f8a6e04 | /mediatek/platform/mt6571/hardware/mtkcam/v1/hal/adapter/MtkZsd/MtkZsdNcc/MtkZsdNccCamAdapter.CaptureCallback.cpp | 11a0e85b8437f4d51117538ea807f015ab7772f8 | [] | no_license | chen3135/OrangePi3G-iot_external | 825a082b09a93a8a7f085f8e4938c8a51ac7fae4 | 6bf3d18220a0a382a79e71525a4c184163a496b2 | refs/heads/master | 2021-10-26T11:01:50.168049 | 2019-04-12T08:31:45 | 2019-04-12T08:31:45 | 180,967,406 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,921 | cpp | /* Copyright Statement:
*
* This software/firmware and related documentation ("MediaTek Software") are
* protected under relevant copyright laws. The information contained herein is
* confidential and proprietary to MediaTek Inc. and/or its licensors. Without
* the prior written permission of MediaTek inc. and/or ... | [
"vcsy1994@sina.com"
] | vcsy1994@sina.com |
0154eec8d2378ad274ae8a7b288abe6b132f65c9 | ecf58d3880af1ae484644748579cc77ea54428bd | /network/server.cc | 103164ef42b8a8d93b568edbbf17d84b00aeb534 | [] | no_license | vuamitom/Code-Exercises | 0601d186f4f505024d3f46b5c95a1c165d195830 | 3cc56d2d25c7b0832bd6e01154112bfd88d0ec52 | refs/heads/master | 2022-12-11T01:49:20.400506 | 2020-04-15T08:25:40 | 2020-04-15T08:25:40 | 8,831,614 | 13 | 14 | null | 2022-12-08T18:17:26 | 2013-03-17T07:59:58 | Jupyter Notebook | UTF-8 | C++ | false | false | 888 | cc | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <signal.h>
#define PORT "5555"
int main(){
// 1. get addrinfo
int sockfd;
struct addrinfo hint, *res, *p... | [
"tamvm@vng.com.vn"
] | tamvm@vng.com.vn |
298b6ca686e5763ab44dfd4024f2dc15dcc57a01 | 7ab1446dd4fd9b2063e0dfe114431d0ddffbd19b | /src/Player.cpp | 439b2437bd867d618b7eff650b3efbe2eb21cdf6 | [] | no_license | Diogo-Queiroz/COMP397-Assignment2 | d39dae57086e92048dd15a8807377c09a3271bea | 09e690fe253271d626c8f9be035b8efe12857c6a | refs/heads/master | 2021-05-24T17:27:38.037591 | 2020-04-07T03:43:01 | 2020-04-07T03:43:01 | 253,674,570 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,943 | cpp | #include "Player.h"
#include "Game.h"
#include "TextureManager.h"
Player::Player(): m_currentFrame(0), m_currentAnimationState(PLAYER_RIGHT), m_speed(5), m_brakeSpeed(0.2f), m_shootRate(0.5f)
{
TheTextureManager::Instance()->loadSpriteSheet(
"../Assets/sprites/atlas.txt",
"../Assets/sprites/atlas.png",
"sprite... | [
"diogoqueirtooz1212@gmail.com"
] | diogoqueirtooz1212@gmail.com |
3dbd7370e3a5f582652a7b9fcd11f14c9888b981 | f84da9a7da712409ebb0e8caf89b41b68a1ffb7c | /Codeforces/contest_id_626/Group Projects.cpp | 2129047533a3aa1aa11853d0dc83b0831b3327b7 | [] | no_license | mahbubcseju/Programming-Problem-Solutions | 7fe674d68ab340b54be64adfa2e2fb33cc64705c | e9de8553f7d0c2c439f62b67e1bf9d6e07d47400 | refs/heads/master | 2021-08-03T14:37:54.041903 | 2021-07-18T16:01:12 | 2021-07-18T16:01:12 | 199,957,649 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,430 | cpp | /********************************
*MAHBUBCSEJU *
*CSE 22 *
*JAHANGIRNAGAR UNIVERSITY *
*TIMUS:164273FU *
*UVA>>LIGHTOJ>>HUST:mahbubcseju *
********************************/
#include<cfloat>
#include<climits>
#include<fstream>
#include<cstdio>
#include<cst... | [
"mahbubur.rahman@bjitgroup.com"
] | mahbubur.rahman@bjitgroup.com |
1b4237db1352eba08c1e8bd0f03d704f657fa1c1 | 4875387ec6e8cbc46010606c28da313641efa6b8 | /test/shared_libs/lib.cpp | a415bc76ab38ca2c1f9719ea3d6f5edb108925cb | [] | no_license | ochameau/jscpptypes | e8137f26721e6b11363de34e4003c68e80cdd277 | 6a2f6bff64f081380428cf9af4e6892b769a688c | refs/heads/master | 2020-04-12T22:38:59.353945 | 2013-03-07T17:27:20 | 2013-03-07T17:27:20 | 8,061,330 | 8 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 1,047 | cpp | #if defined(WINNT)
#define MYLIB_API __declspec(dllexport)
#else
#define MYLIB_API
#endif
long MYLIB_API MyFunction(int *foo, int bar)
{
return *foo + bar;
}
class MYLIB_API MyClass {
public:
long attr;
};
MyClass MYLIB_API *GetObject(int attr)
{
MyClass *obj = new MyClass();
obj->attr = attr;
return o... | [
"poirot.alex@gmail.com"
] | poirot.alex@gmail.com |
f7fe012fe6b7b5b5bf6ebed993f3f0cab5fcd7f9 | ef060ebef214f7cd5774f37236b407e92cfd5790 | /SRC/CJulianDate.cpp | 4f0ba1bd630128ea07d0829b7f71a5fb5ab36203 | [
"BSD-2-Clause"
] | permissive | SammyB428/WFC | 4a8af293fc5012db73855e34598a8df163d92a4f | 1709964506b085bde5aa7751d1914d7a68cbea53 | refs/heads/master | 2022-07-26T13:55:46.988837 | 2022-07-08T15:47:28 | 2022-07-08T15:47:28 | 169,485,007 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,429 | cpp | /*
** Author: Samuel R. Blackburn
** Internet: wfc@pobox.com
**
** Copyright, 1995-2022, Samuel R. Blackburn
**
** "You can get credit for something or get it done, but not both."
** Dr. Richard Garwin
**
** BSD License follows.
**
** Redistribution and use in source and binary forms, with or without
** modification, a... | [
"sam_blackburn@pobox.com"
] | sam_blackburn@pobox.com |
7dbc382e3397d9acc1d61605b9216b62ba7e67a4 | ab80d88b354db83585acc72e36fe9f3f4a1c7e54 | /support/inc/MonteCarloPredictor.h | 9ca2e767e7d0491eb865bf785fa127d0a2204df3 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | zhengbenchang/GSAP | a1ecedaf502e184827148cee4bd27b44315c6a2f | 68a33f4df375d8144ffe10f6c90ad2d57204a6c9 | refs/heads/master | 2020-04-13T08:35:24.905767 | 2018-11-30T22:21:20 | 2018-12-04T22:37:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,814 | h | /** MonteCarloPredictor - Header
* @file MonteCarloPredictor Class
* @ingroup GPIC++
* @ingroup Predictors
*
* @brief MonteCarloPredictor Class - Class defining the MonteCarloPredictor
*
* @author Matthew Daigle
* @version 1.1.0
*
* @pre N/A
*
* Contact: Matthew ... | [
"christopher.a.teubert@nasa.gov"
] | christopher.a.teubert@nasa.gov |
e03adb5873858de7d76a5f98f8e73d9b7883f861 | 69457169b51d6cd52462ceb14b3953fa98c9434d | /Exams/Finals/Solutions/Exam-2016/Q4/main.cpp | dffa7f08066e0ba4aec0bbc21db3838102d57401 | [] | no_license | KhaledAbdelgalil/Data-Structure-CSE | b8eaac4ee5028d4c3318bd2bf80c1f5a7fd12972 | 95629ac25a09a77718fedb49fcbb0993612e60ec | refs/heads/master | 2022-01-20T13:36:00.066926 | 2019-05-27T11:00:54 | 2019-05-27T11:00:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,443 | cpp | #include <iostream>
#include<list>
#include<queue>
using namespace std;
class node
{
public:
string id;
list<node*>children;
node(){}
};
void give_id_helper(node* root)
{
if(root==NULL) return;
int i=1;
for(list<node*>::iterator it=root->children.begin();it!=root->children.end();it++)
{
... | [
"khaled.abdelgalil96@gmail.com"
] | khaled.abdelgalil96@gmail.com |
7ac0b9d7a0339cceb54815929a4270aa843ec738 | 7d5f853706ad7dbf9c9e9d3753793bb9aef1f966 | /7/7.28 7.29/notepad.h | c80d0035f2adb7965c58387f37d2544442665360 | [] | no_license | Clins28/CPlusPlusPrimer | 2e98d598f7a7baaee293aececf625514f5c3cae2 | db05a74af54d1f4662124678fa97ac3d9b0c45ce | refs/heads/master | 2020-04-14T07:47:20.083530 | 2018-07-17T12:16:05 | 2018-07-17T12:16:05 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,553 | h | #pragma once
#ifndef NOTEPAD_H
#define NOTEPAD_H
#include <string>
#include <vector>
class Screen
{
public:
typedef std::string::size_type pos;
//也可以使用类型别名等价地声明一个类型名字
//using pos=std::string::size_type;
Screen() = default;
Screen(pos ht, pos wd) :height(ht), width(wd), contents(ht * wd, ' ') {}
Screen(pos ht, po... | [
"cbg0202@qq.com"
] | cbg0202@qq.com |
eedda69d7320a80669e331edcfdce31315a4e997 | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /content/test/test_blink_web_unit_test_support.h | 3e9fdf28d72f73c3c40659d9d3d355a080602624 | [
"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 | 3,543 | h | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_TEST_TEST_BLINK_WEB_UNIT_TEST_SUPPORT_H_
#define CONTENT_TEST_TEST_BLINK_WEB_UNIT_TEST_SUPPORT_H_
#include <memory>
#include "base/compi... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
500317b29f56bc289545d9a45aa1d94f922b0daf | 4bba9753541cd92b7aef5b577b1216fddc59ccb8 | /app/src/main/cpp/RendererES2.cpp | 6fd5dff4b5f523146d6411ecb4e42a7ec572bfac | [
"Apache-2.0"
] | permissive | wantows/ImGUIAndroid | 87c67648af3162ca91075901672f6fa936fe7534 | 8caf714fd1712f69f8c0aec6031461501b1f0081 | refs/heads/master | 2023-07-24T17:07:45.108240 | 2018-05-02T02:16:16 | 2018-05-02T02:16:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,922 | cpp | /*
* Copyright 2013 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"nghiahoang@Phongs-MacBook-Pro.local"
] | nghiahoang@Phongs-MacBook-Pro.local |
ceaaf9348ff9558856b678b6aea89cfcb86c70c5 | 2ca77eb5754b9b841e9f5d1cf9834952b46f372c | /Source/Misted_Hope/BridgePiece.cpp | a61fb46b3dca35aae2bd29f27c5e70f4829c9047 | [] | no_license | MistyHope/Hope | aafb84469456c7900a8993c1faecd98d3c59c4da | 7905036538012d9da63d9c43e4903d8ce87f97e4 | refs/heads/coding | 2021-09-07T02:41:42.685207 | 2018-01-25T16:41:32 | 2018-01-25T16:41:32 | 110,720,107 | 0 | 0 | null | 2017-12-15T16:39:50 | 2017-11-14T17:06:29 | C++ | UTF-8 | C++ | false | false | 374 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "BridgePiece.h"
#include "Components/BoxComponent.h"
UBridgePiece::UBridgePiece()
{
m_RootBox = CreateDefaultSubobject<UBoxComponent>(TEXT("RootBox"));
m_BridgePiece = CreateDefaultSubobject<UStaticMeshComponent>(TEXT("Mesh"... | [
"K.schaefer92@gmx.de"
] | K.schaefer92@gmx.de |
a04e8e13b0e2cad316c9a5f63987f491f6225e73 | 6cbdcfcab39c0ab38f462a45331c4dd600d3c031 | /tile/codegen/emitc.cc | 0c3ccd2aa4c09b6c98a6ec87991ae2060e8a01f6 | [
"Apache-2.0"
] | permissive | donaldlee2010/plaidml | 01ae79cc6f91d682efd1562eae660fa5e4eb88f0 | ec748d1cb488e5863b8134ec843cf85442df644d | refs/heads/master | 2020-04-28T08:04:14.935971 | 2019-02-05T01:11:16 | 2019-02-05T01:11:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,305 | cc | // Copyright 2018, Intel Corporation
#include "tile/codegen/emitc.h"
namespace vertexai {
namespace tile {
namespace codegen {
using boost::format;
using namespace std::placeholders; // NOLINT
using namespace stripe; // NOLINT
namespace {
class CodeGenerator {
public:
CodeGenerator() {}
std::str... | [
"frank.laub@intel.com"
] | frank.laub@intel.com |
49e74af0126f1f06288954a82cdf3d3348aef8ed | 96742c5e67717a4645eeede23b9bf699687e5074 | /proj/SRFSimpleFoam/660/p | ef6d5cb9ad444f67e3e0c15305e3ff1278f7b2b7 | [] | no_license | harrisbk/openFoam | 339c3391fe502af351b4eda328457719799badba | 08041d2e2ebbd2dd1f0e5bfd44bd4181504846cd | refs/heads/master | 2021-01-10T11:38:02.272499 | 2015-12-15T17:45:43 | 2015-12-15T17:45:43 | 47,746,599 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,853,308 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.4.0 |
... | [
"brennankharris@gmail.com"
] | brennankharris@gmail.com | |
1cb67701654204375fa55e8cec3ace72c00b7b2d | ebb1e564c8a11e5af453f3749dcba1b66e2f3931 | /torch/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp | fe24497276490b5929fe7ea91781e256c8b508d6 | [
"BSD-2-Clause",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"BSL-1.0",
"Apache-2.0"
] | permissive | jjsjann123/pytorch | 06c3aee8dd3565664ac2e2fda0306432cf62dd7c | de9b3fb3e5eb54660190cbd20b6592fc5cbda547 | refs/heads/master | 2023-08-25T00:22:02.568347 | 2022-07-27T18:50:20 | 2022-07-27T22:38:28 | 152,169,545 | 0 | 1 | NOASSERTION | 2022-08-11T07:55:44 | 2018-10-09T01:33:17 | C++ | UTF-8 | C++ | false | false | 64,774 | cpp | #include <torch/csrc/jit/codegen/cuda/python_frontend/python_bindings.h>
#ifdef USE_CUDA
#include <c10/util/ArrayRef.h>
#include <c10/util/irange.h>
#include <torch/csrc/jit/codegen/cuda/arith.h>
#include <torch/csrc/jit/codegen/cuda/ir_all_nodes.h>
#include <torch/csrc/jit/codegen/cuda/ir_builder.h>
#include <torch/c... | [
"pytorchmergebot@users.noreply.github.com"
] | pytorchmergebot@users.noreply.github.com |
c7198470a3e8a03b6d5ac568b889f3ab60d1f670 | 76415d6b016ad102c3252d77817be7153b7cc941 | /src/opcode.h | c6ff9cb46d05f8bc97cdb5387c1754d733917a33 | [] | no_license | bossiernesto/yukon | ede80ccacabe0e4a0956bad33b0eb6bdda4c61ef | 3a326e88b3f0ed3210ab0d054f91462c12ef2874 | refs/heads/master | 2020-04-05T22:43:00.978655 | 2015-04-11T04:41:10 | 2015-04-11T04:41:10 | 33,412,958 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,027 | h | //
// Created by ernesto on 4/1/15.
//
#ifndef YUKON_OPCODE_H
#define YUKON_OPCODE_H
#include <string>
using namespace std;
#pragma once
extern string OpcodeDesc[];
#define nop 0
#define aconst_null 1 /*(0x1)*/
#define iconst_m1 2 /*(0x2)*/
#define iconst_0 3 /*(0x3)*/
#define iconst_1 4 /*(0x4)*/
#define iconst_2... | [
"bossi.ernestog@gmail.com"
] | bossi.ernestog@gmail.com |
f8ce936a0504a5ff3615c87e094cf0ad493f3361 | dcbaf5fd71f1ddecb8cf70ee7cf54bed0d9acc3d | /DisplayInfo/Amlogic/PlatformImplementation.cpp | 610910d5c344f46c78c8e30a27185594255d7e11 | [
"Apache-2.0",
"BSD-2-Clause"
] | permissive | venkataprasadk/rdkservices | 07b95ced3735b3e4946751df5bb0c40f2347549b | 388ea5ab2f5d4ba034d0fd5da98c7d5d44697b77 | refs/heads/sprint/2009 | 2023-01-19T14:13:47.829283 | 2020-11-10T14:29:18 | 2020-11-10T14:29:18 | 295,765,377 | 0 | 0 | Apache-2.0 | 2020-09-15T17:34:27 | 2020-09-15T15:08:52 | null | UTF-8 | C++ | false | false | 13,426 | cpp | /*
* If not stated otherwise in this file or this component's LICENSE file the
* following copyright and licenses apply:
*
* Copyright 2020 RDK Management
*
* 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 cop... | [
"akhil.babu@sky.uk"
] | akhil.babu@sky.uk |
f2a7721596ce2314958ffc090cf50939a65f3ada | ff683d648b34e836830c3e25f86e07b17093ac3b | /libraries/src/ssd.cpp | 81d2e359b90859adde3e9244397526cf4df496f1 | [] | no_license | comesanha/embsis | ec6b2f6c0d0e9214347b4d064293bb3c269fe8cd | fb82fd81a035956ea6a7bfa96705b2c17ef5e80c | refs/heads/master | 2020-12-15T01:28:53.410950 | 2020-11-26T20:10:38 | 2020-11-26T20:10:38 | 234,945,644 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,496 | cpp | #include "ssd.h"
#include "io.h"
#include "so.h"
//vetor para armazenar a conversao do display
//0gfedcba
//static const char valor[] = {0x3F, 0x06, 0x5B, 0x4F, 0x66, 0x6D, 0x7D, 0x07, 0x7F, 0x6F, 0x77, 0x7C, 0x39, 0x5E, 0x79, 0x71};
//ed0cgafb
static const char valor[] = {
0xD7, 0x11, 0xCD, 0x5D, 0x1B, 0x5E, 0xDE, 0... | [
"raphael.comesanha@gmail.com"
] | raphael.comesanha@gmail.com |
ce9247f84c01b5c024a5ec2b48785fa4d82acfa5 | 35217b604e87f78a09954236bf74c37ae01bdce1 | /src/NN/pca.hpp | 302664ed1f135f0ec762d903ac7b333d89604c19 | [] | no_license | fengbingchun/NN_Test | f3e771a70a72414823854fd8717024da82054f2e | dcb1b600eb1c6637d41a9ef5bfe68b9cd81d95dd | refs/heads/master | 2023-05-27T22:59:04.502548 | 2023-05-21T04:36:54 | 2023-05-21T04:36:54 | 53,240,908 | 358 | 302 | null | null | null | null | UTF-8 | C++ | false | false | 2,464 | hpp | #ifndef FBC_NN_PCA_HPP_
#define FBC_NN_PCA_HPP_
// Blog: http://blog.csdn.net/fengbingchun/article/details/79235028
#include <vector>
#include <string>
namespace ANN {
template<typename T = float>
class PCA {
public:
PCA() = default;
int load_data(const std::vector<std::vector<T>>& data, const std::vector<T>& lab... | [
"fengbingchun@163.com"
] | fengbingchun@163.com |
28bd771699a1f14fc127e0cb5984f14e278b2e39 | aee5753c5e49eb6e6778a539ddea204515fc3828 | /main.cpp | 2f4f5c6da3d5ae238f0e01c2fd561f90ad2f2483 | [] | no_license | Andrey8/GeometryBuilder | 21d85eb3353be92055c7183b79be350ec5dfd118 | 611d38fa31d57ededa49bb2a9aa5771acf8e1c16 | refs/heads/master | 2022-11-09T05:13:22.231901 | 2020-06-12T10:23:03 | 2020-06-12T10:23:03 | 268,571,203 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 332 | cpp | #include "Widgets/mainwindow.h"
#include "polygonalgorithms.h"
#include <QApplication>
//#include <QDesktopWidget>
//#include <QRect>
#include <QDebug>
int main( int argc, char * argv[] )
{
//PolygonAlgorithms::Tests();
//Math::Tests();
QApplication app( argc, argv );
MainWindow mw;
mw.show();
return ap... | [
"andrey.drobah.and@mail.ru"
] | andrey.drobah.and@mail.ru |
9757efad4b5cdcd28ec789d242ef037e5526f0d9 | 0b0d4fb48fcc60d574e9b0ab599f0826a6cee25e | /src/kaguya/material/PatinaMaterial.cpp | 6a003d638443e185f9db7c37a9b283869a11c1f1 | [] | no_license | StormPhoenix/kaguya | fa8337cf5648a211a867d22aaad0d8385bed0386 | bab3d634a24527524c87722e2e41885c52d091d4 | refs/heads/master | 2023-05-03T07:10:29.852816 | 2021-05-19T07:04:23 | 2021-05-19T07:04:23 | 302,261,135 | 11 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,661 | cpp | //
// Created by Storm Phoenix on 2021/5/10.
//
#include <kaguya/material/PatinaMaterial.h>
#include <kaguya/core/bsdf/microfacet/BeckmannDistribution.h>
#include <kaguya/core/bsdf/microfacet/GGXDistribution.h>
#include <kaguya/core/bsdf/BXDFGlossyDiffuseReflection.h>
namespace kaguya {
namespace material {
... | [
"stormphoenix.hzau@hotmail.com"
] | stormphoenix.hzau@hotmail.com |
795643d29c3ac4ed7b5f19e353ed6ab8cd9c986c | 443de09f7b9722041baea0822b1c29b182d052c9 | /analyzers/ZeeTiming.h | 7599a528cc079b4586fdbcd691d4b816bddba685 | [] | no_license | dgawerc/RazorAnalyzer | 3fdff4b0c46f2a1660c2440af72e9022b56048e5 | 80d58f00371286defbf0ef28d760d62cb45df5d3 | refs/heads/master | 2021-06-30T06:45:56.434771 | 2017-09-11T15:45:22 | 2017-09-11T15:45:22 | 103,127,832 | 0 | 0 | null | 2017-09-11T12:44:32 | 2017-09-11T11:31:34 | C++ | UTF-8 | C++ | false | false | 914 | h | #ifndef DEF_ZeeTiming
#define DEF_ZeeTiming
#include "RazorAnalyzer.h"
class ZeeTiming: public RazorAnalyzer {
public:
uint start_run_tmp;
uint end_run_tmp;
uint start_time_tmp;
uint end_time_tmp;
vector <float> *IC_time_all;
vector <float> *rms_G12_all;
... | [
"Si.Xie@cern.ch"
] | Si.Xie@cern.ch |
bb1031b15c60091398dbd843f409320445ff3a10 | e221df659c887604b9afe99fe2a17aa015364edb | /labs/lab9v2/lab.cpp | c1e1ce257501bbd24407ad835885b0b05eaa52c0 | [] | no_license | pvonleh/Programming-Languages | 057cc98c7673940e50a74a4ff37ed0701589e3ce | 77c46e2cdc514f81162d2243544cffe6b4c93303 | refs/heads/master | 2020-03-10T03:46:36.386581 | 2018-04-12T01:26:40 | 2018-04-12T01:26:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,581 | cpp |
#include <iostream>
#include <sstream>
#include <stdlib.h>
using namespace std;
int main()
{
int *Iarr = (int*)malloc(100*sizeof(int));
double *Darr = (double*)malloc(100*sizeof(double));
char *Carr = (char*)malloc(100*sizeof(char));
string Sarr[100];
string aString;
int Icount = 0, Dcount = 0, Ccount = 0,Scou... | [
"pvonleh@gmail.com"
] | pvonleh@gmail.com |
8743fbef39bd207a2d606719082cf145e5cbe6f5 | 59215e2eb694b0a0ce629a2fe19cc7af84047b47 | /WebSocketCPP_Beast/common/ssl_stream.hpp | ffbe495ce9e5f605dcdbdf1c79dd15955729dfe1 | [
"MIT"
] | permissive | EdFuentetaja/WebSockets | 3d83d06722c2dafcd11e83fcbab1c1c7fd0ae12d | c6241a291b74754356560e1ccad3a536980e0847 | refs/heads/master | 2021-01-24T02:17:24.395701 | 2018-07-21T08:08:28 | 2018-07-21T08:08:28 | 122,841,865 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,947 | hpp | //
// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// Official repository: https://github.com/boostorg/beast
//
#ifndef BOOST_BEAST_... | [
"ed.fuentetaja@gmail.com"
] | ed.fuentetaja@gmail.com |
a5db59e1790ed665d940eb4c09938ab5d4fe3f9c | 1866d4046ced94b01e953bea65b1c361557fc9ea | /zkj_stl_alloc.h | 58ebbd3f3c4da5f369cb8480891b7d1311490448 | [] | no_license | zhuokaijia/zkj_stl | 0693d1df8773ba58de2a4aba646820acc44bfafe | c6eb4116db07b216c0198c7591b1c9c04882b309 | refs/heads/master | 2021-01-17T13:01:02.367095 | 2016-06-14T16:19:33 | 2016-06-14T16:19:33 | 57,869,957 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,715 | h | /* NOTE:This is an internal header file,included by other header file.
* you should not attempt to use it directly
*/
#ifndef _ZKJ_STL_ALLOC_H_
#define _ZKJ_STL_ALLOC_H_
#include <cassert>
#include <cstdlib>
#include <cstdio>
#include <cstring> //for memcpy
namespace zkj_... | [
"946114150@qq.com"
] | 946114150@qq.com |
54ccbfc2d94718b6861a40f7bf64507e1bebfc1b | d472b26153e913bcf74e5a7582bb14c66c9f9299 | /src/server.cpp | 9fe21f414a13e6a9b988580dc76e63dd209fd27b | [] | no_license | mrnsapple/Zia | 73c7b4bffc28157fa6424f02945f279de8312e0b | d08c35e7853bfdd75aeab5c2148d37df2912e5bb | refs/heads/master | 2022-12-16T04:16:14.522200 | 2020-09-21T17:19:42 | 2020-09-21T17:19:42 | 297,409,775 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 419 | cpp | /*
** EPITECH PROJECT, 2020
** CPP_zia_2019
** File description:
** server
*/
#include "../include/server.hpp"
void create_session(t_socket client, int server_port)
{
session s(client, server_port);
s.do_read();
}
void server::continous_listen()
{
t_socket client;
while (1) {
client = socket... | [
"oriol.manzano@epitech.eu"
] | oriol.manzano@epitech.eu |
c339d25e92e864d43b4814779274c34f50c3c2e6 | cd8abfb87e558f05b13fce74dbc27ea6375e45af | /fboss/agent/platforms/common/sandia/SandiaPlatformMapping.h | 507d5460a9aa9e30beca2a44034258d52f5e69a3 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | nanWave/fboss | 4e355915e6ae80452c579104b534397812e1b42b | b920e54c6919800f915222b6ba7a63757ecdc8bf | refs/heads/master | 2022-08-13T22:44:10.869514 | 2022-07-25T05:30:57 | 2022-07-25T05:30:57 | 105,797,491 | 0 | 0 | null | 2017-10-04T17:31:02 | 2017-10-04T17:31:02 | null | UTF-8 | C++ | false | false | 774 | h | /*
* Copyright (c) 2004-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
#pra... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
f81495b093c57736c3ddd4c61328e1f7cc719014 | ebc00ddf4c8c5f5076471e8b8d56c2b634c51230 | /src/hash.h | 7fce72ed7b01ff458a9d98e09e95327113a045f8 | [
"MIT"
] | permissive | BlockMechanic/rain | 584a9e245cfb7ab5fb1add97b699b86833bfbc5b | e8818b75240ff9277b0d14d38769378f05d0b525 | refs/heads/master | 2021-07-03T03:48:53.977665 | 2021-03-04T01:28:20 | 2021-03-04T01:28:20 | 228,412,343 | 0 | 0 | MIT | 2019-12-16T15:03:28 | 2019-12-16T15:03:27 | null | UTF-8 | C++ | false | false | 10,074 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2020 The Rain Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef RAIN_HASH_H
#define RAIN_HASH_H
#include <crypto/common.h>
#include <crypto... | [
"blockmecha@gmail.com"
] | blockmecha@gmail.com |
684c2f159b5de11c4f22f88cf97ad7c2b2ba1449 | e23cf10c9dee3c854c58e06dae5d9d024aff6ac5 | /2019/s2/oop/workshop-12/hunter.cpp | bc162af9d341042a19c3df37b66f0361f302fa95 | [] | no_license | bkoh1782291/bkoh1782291 | fbdb2ac23eb30359e1cd29bd7b8582766ce3b079 | ae328c1270c88f4adf5b0cc9ac1a9bcefc4cb783 | refs/heads/main | 2023-06-23T09:43:22.109038 | 2023-06-09T13:43:19 | 2023-06-09T13:43:19 | 350,210,138 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 355 | cpp | #include <iostream>
#include <string>
#include "hunter.h"
using namespace std;
int hunter::nextID = 1000;
hunter::hunter(string n, int v) : animal(n, v){
name = n;
volume = v;
id = nextID++;
}
string hunter::get_name(){
return "Hunter: " + name;
}
int hunter::get_kills(){
return kills;
}
void hunter::set_ki... | [
"kohbrian88@gmail.com"
] | kohbrian88@gmail.com |
0f68d9ac99d01c47e3ecd5aae0f135b59d465c12 | 8c72abc8fba1aceb32264315e86718cb347e52b2 | /Sortera/Sortera/IStack.h | ac40f733ece8288d94b32943f5a1152231d2ad6b | [] | no_license | AweZen/Skola | d6616a5963e7b2f8e69ab9686227e0490f8b8516 | 694f829d6b2119dd58e9f6fbdc8cbd3871c64f30 | refs/heads/master | 2021-04-27T09:34:29.274726 | 2018-03-02T07:22:24 | 2018-03-02T07:22:24 | 122,517,786 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 238 | h | #pragma once
template<typename T>
class IStack
{
public:
virtual ~IStack() = 0 {};
virtual void push(const T& element) = 0;
virtual T pop() noexcept(false) = 0;
virtual T peek()const throw(...)= 0;
virtual bool isEmpty()const = 0;
}; | [
"erik.eli@live.se"
] | erik.eli@live.se |
69c8342a4be7d723d78a89c40ddba4ba7bbeffc2 | 0c4bd1b977cc714a8a6b2839f51c4247ecfd32b1 | /C++/lbann/src/layers/regularizers/batch_normalization.cpp | c93130f8442f9cfde708413758b9a8f01253c30e | [
"Apache-2.0"
] | permissive | ishine/neuralLOGIC | 281d498b40159308815cee6327e6cf79c9426b16 | 3eb3b9980e7f7a7d87a77ef40b1794fb5137c459 | refs/heads/master | 2020-08-14T14:11:54.487922 | 2019-10-14T05:32:53 | 2019-10-14T05:32:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,016 | cpp | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
// Produced at the Lawrence Livermore National Laboratory.
// Written by the LBANN Research Team (B. Van Essen, et al.) listed in
// the CONTRIBUTORS file. <lbann-dev@l... | [
"the.new.horizon@outlook.com"
] | the.new.horizon@outlook.com |
212886a605f0e72bdfc309caf259fc658cfac109 | 679b6414bc832e81edb7ebf16bb0d7b779c40005 | /test.cpp | b7a77a077c0d4711306bef971f10900946096ed2 | [] | no_license | tfiedor/memory-repo | fd368281e7de3d34115f1bdbfefc0e52d2e812fd | 74288675e4074f1ad5bbb0d3b3253911ab42267a | refs/heads/master | 2021-01-22T23:48:33.453444 | 2017-03-24T07:13:36 | 2017-03-24T07:13:36 | 85,670,389 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 770 | cpp | /*
* File: test.cpp
* Project: Library for Profiling and Visualization of Memory Consumption
* of C/C++ Programs, Bachelor's thesis
* Date: 29.2.2017
* Author: Podola Radim, xpodol06@stud.fit.vutbr.cz
* Description: Testing file for injected malloc.so library.
TODO: Test for a... | [
"ifiedortom@fit.vutbr.cz"
] | ifiedortom@fit.vutbr.cz |
30a0a66d7d9be820994fd3edf989e0cca28856d8 | 58ef72f1d3bd0ce696506e49e620fd554e0faf63 | /libzxplayer/src/main/cpp/common/WlQueue.h | 507f04aae76fc71a80a0fd5e7b5c21dd727959e6 | [] | no_license | KimHyoungChul/ffmpeg_Player_new | bcf6e8e61bd03183c0bea32cf920a22b26e91a26 | 0cb343d6d1fb5ec9a273902111054e0adec5c34b | refs/heads/master | 2020-06-12T07:47:53.975997 | 2018-08-16T02:08:05 | 2018-08-16T02:08:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 902 | h | //
// Created by ywl on 2017-12-3.
//
#ifndef WLPLAYER_QUEUE_H
#define WLPLAYER_QUEUE_H
#include "queue"
#include "../WlPlayStatus.h"
extern "C"
{
#include <libavcodec/avcodec.h>
#include "pthread.h"
};
class WlQueue {
public:
std::queue<AVPacket*> queuePacket;
std::queue<AVFrame*> queueFrame;
pthread_... | [
"xiao244164200@qq.com"
] | xiao244164200@qq.com |
1c13f5f3ff912e6322510a9b9a156a36059e7803 | 44611973ae357ec3cb078f0c0d95b8efd84c9eff | /Arduino/PragProg/ultrasonic/simple/simple.ino | 65bcf0720e9995aa9561c6126b07dcf97a4b3689 | [] | no_license | LeipeLeon/interactive | 29e9fe5afb7dd81e9c1b3970310422ac76f007eb | 642273fe10f51dfd40e14295792873bd047a1849 | refs/heads/master | 2021-01-01T18:34:37.042065 | 2012-01-06T18:38:36 | 2012-01-06T18:38:36 | 1,372,775 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,027 | ino | const unsigned int PING_SENSOR_IO_PIN = 7;
const unsigned int BAUD_RATE = 9600;
void setup() {
Serial.begin(BAUD_RATE);
}
void loop() {
pinMode(PING_SENSOR_IO_PIN, OUTPUT); // <label id="code.input.start_init_pin"/>
digitalWrite(PING_SENSOR_IO_PIN, LOW);
delayMicroseconds(2); // <label id="code.input.end_init... | [
"leipeleon@gmail.com"
] | leipeleon@gmail.com |
32ef379068837799fd30896cbe336ff782ca9834 | ddf9fe457bc20001b562de86b94ab373826e7649 | /Programming Assignment 6 by Joseph Cunningham/Joseph Cunningham-03-24-2017-00-53-44/122 PA 6/BSTNode.cpp | 0fe7f06dbf81b1a96bef0ad021fe757233dc8a57 | [] | no_license | Jham109/CS-122 | 02547985b6789c86af26e48691f790568d7a11c8 | 0a86ef92767976bd22c3d0167feb384f7948f112 | refs/heads/master | 2021-01-16T14:14:18.863392 | 2020-02-26T02:30:59 | 2020-02-26T02:30:59 | 243,149,812 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 624 | cpp | #include "BSTNode.h"
Node::Node(string newCode, char newChar)
{
mCode = newCode;
mChar = newChar;
mLeft = nullptr;
mRight = nullptr;
}
Node::~Node()
{
//the destructor of Node
}
string Node::getCode() const
{
return mCode;
}
char Node::getChar() const
{
return mChar;
}
Node *& Node::getLeft()
{
return mLeft;... | [
"joseph.cunningham@wsu.edu"
] | joseph.cunningham@wsu.edu |
7617dbd123c1e8b8d26f318a6d4083cc39693096 | b71b8bd385c207dffda39d96c7bee5f2ccce946c | /testcases/CWE127_Buffer_Underread/s03/CWE127_Buffer_Underread__new_wchar_t_loop_15.cpp | 11025ea1cf2a212d1b277ccbd0d7ae41d4b34ede | [] | no_license | Sporknugget/Juliet_prep | e9bda84a30bdc7938bafe338b4ab2e361449eda5 | 97d8922244d3d79b62496ede4636199837e8b971 | refs/heads/master | 2023-05-05T14:41:30.243718 | 2021-05-25T16:18:13 | 2021-05-25T16:18:13 | 369,334,230 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,382 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE127_Buffer_Underread__new_wchar_t_loop_15.cpp
Label Definition File: CWE127_Buffer_Underread__new.label.xml
Template File: sources-sink-15.tmpl.cpp
*/
/*
* @description
* CWE: 127 Buffer Under-read
* BadSource: Set data pointer to before the allocated memory buffer
... | [
"jaredzap@rams.colostate.edu"
] | jaredzap@rams.colostate.edu |
8e83e7c1e24e3fc8db907f42f5defc9a57b9c501 | 24d9a441a4eedfa92e6d10964b5efe390694845f | /CANIMAL.cpp | 31eb3fb02453fcc8b656f8062459b32f06341c5c | [] | no_license | NguyenTrongDat1753038/KTLT_Project_CrossingRoad | 13280d4d213177c8ce78130a0c3b6478da5924ca | 56ccb1cf318ce7ce7b3da95fe0494dbfc8aefd75 | refs/heads/master | 2022-12-10T08:30:12.729874 | 2020-09-02T14:52:32 | 2020-09-02T14:52:32 | 292,188,148 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 623 | cpp | #include "Header.h"
CANIMAL::CANIMAL(int x, int y) {
mX = x;
mY = y;
if (x >= ENDLANE) Way = -1;
else Way = 1;
}
void CANIMAL::Move(int x, int y) {
if (mX <= ENDLANE + STARTLANE - 1 && mX >= STARTLANE + 1) {
GotoXY(mX - 2, mY - 1); cout << " ";
GotoXY(mX - 2, mY); cout << " ";
GotoXY(mX - 1, mY + 1);... | [
"48618432+NguyenTrongDat1753038@users.noreply.github.com"
] | 48618432+NguyenTrongDat1753038@users.noreply.github.com |
949ff76e485b27aa003cd533af98c42939737efe | 98490ba4a6b318e9f1cc7f3c305f48ecc94342e8 | /11_nibbler/nibbler/core/src/game/Party.class.hpp | 7aa88a539172885df397c9326c682072532cc1d8 | [] | no_license | tristandeborde/My42Projects | 144266f3e561a75cffd166b5a85bf847d3052c1f | 2bbfa1e060cbafeff0bf0cb334f6a27b879acc48 | refs/heads/master | 2021-07-09T01:13:36.432205 | 2020-09-28T15:25:09 | 2020-09-28T15:25:09 | 195,383,584 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,828 | hpp | #ifndef PARTY_CLASS_HPP
#define PARTY_CLASS_HPP
#include <unordered_set>
#include <list>
#include "Entity.class.hpp"
#include "rules/RuleSet.class.hpp"
class Party final
{
/* Typedefs *******************************************************************/
public:
using t_dims = std::pair<size_t, size_t>;
usin... | [
"tr.deborde@gmail.com"
] | tr.deborde@gmail.com |
d168abc2f83135c91375d0351b6eab5039f006d7 | bb7645bab64acc5bc93429a6cdf43e1638237980 | /Official Windows Platform Sample/Windows 8 app samples/[C++]-Windows 8 app samples/C++/Windows 8 app samples/ControlChannelTrigger StreamWebSocket sample (Windows 8)/C++/StreamWebSocketTransportHelper/CommModule.cpp | 1121cda7736ab1383c6b067f8b8eba3fce6f1131 | [
"MIT"
] | permissive | Violet26/msdn-code-gallery-microsoft | 3b1d9cfb494dc06b0bd3d509b6b4762eae2e2312 | df0f5129fa839a6de8f0f7f7397a8b290c60ffbb | refs/heads/master | 2020-12-02T02:00:48.716941 | 2020-01-05T22:39:02 | 2020-01-05T22:39:02 | 230,851,047 | 1 | 0 | MIT | 2019-12-30T05:06:00 | 2019-12-30T05:05:59 | null | UTF-8 | C++ | false | false | 14,682 | cpp | // WinCCTomponent.cpp
#include "pch.h"
#include "CommModule.h"
#include <ppltasks.h>
#include "DiagnosticsHelper.h"
using namespace concurrency;
using namespace Platform;
using namespace Platform::Collections::Details::WFC;
using namespace StreamWebSocketTransportHelper;
using namespace StreamWebSocketTransportHelper:... | [
"v-tiafe@microsoft.com"
] | v-tiafe@microsoft.com |
2e97bd740ac111cad1791b3f459cfdeb17bf6636 | fb381224be13ed84e8e63bd7bf013dd10d58d924 | /Code/Editor/EditorFramework/Panels/CVarPanel/CVarPanel.moc.h | 80d1f221ac2e9872bd1018407cf28b8ef3a847c8 | [
"MIT"
] | permissive | bethau/ezEngine | 1b768f95801dd2367dc30675f8febb5cbb625819 | 059684c8d9ed7e33f8e68f218ff42a7decf668ee | refs/heads/master | 2022-08-22T06:48:55.549276 | 2020-02-11T23:36:43 | 2020-02-11T23:36:43 | 247,667,175 | 0 | 0 | MIT | 2020-03-16T09:57:54 | 2020-03-16T09:57:53 | null | UTF-8 | C++ | false | false | 1,156 | h | #pragma once
#include <Foundation/Basics.h>
#include <EditorFramework/EditorFrameworkDLL.h>
#include <EditorFramework/IPC/EngineProcessConnection.h>
#include <GuiFoundation/DockPanels/ApplicationPanel.moc.h>
#include <ToolsFoundation/Project/ToolsProject.h>
#include <GuiFoundation/Widgets/CVarWidget.moc.h>
#include <F... | [
"jan@krassnigg.de"
] | jan@krassnigg.de |
d5c7b89cd0d11741b1f5e2fed4913f6936266536 | 0458840fe3ad2b17e461e21444a2fdec5ef62172 | /cocosjs/frameworks/runtime-src/Classes/GameCore/CResourcesManager.cpp | 5ba1f324a5b5a2402ccbba7054024fc5bb29702c | [] | no_license | linyouhappy/kongkongxiyou | b204949b607def0b8918f69b7a5f5c3335b5a6c5 | 01d6f10105d74d3ed679e8eb40910d84419570d7 | refs/heads/master | 2023-04-27T18:31:40.933570 | 2023-04-26T00:36:28 | 2023-04-26T00:36:28 | 63,694,726 | 318 | 245 | null | null | null | null | UTF-8 | C++ | false | false | 34,044 | cpp | #include "CResourcesManager.h"
#include "CResourcesHelper.h"
#include "CUpdateManager.h"
#include "tinyxml2/tinyxml2.h"
#include "unzip/unzip.h"
#include "MyMD5.h"
using namespace tinyxml2;
#if(CC_TARGET_PLATFORM == CC_PLATFORM_IOS || CC_TARGET_PLATFORM == CC_PLATFORM_MAC)
#include "curl/include/ios/curl/curl.h"
#i... | [
"linyouhappy@foxmail.com"
] | linyouhappy@foxmail.com |
c176e44338ccfe04c4a31c89e8d5196a09fd7370 | f83ef53177180ebfeb5a3e230aa29794f52ce1fc | /ACE/ACE_wrappers/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.inl | 05f856207cb8e2cc5e63a338291567402374789c | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-sun-iiop"
] | permissive | msrLi/portingSources | fe7528b3fd08eed4a1b41383c88ee5c09c2294ef | 57d561730ab27804a3172b33807f2bffbc9e52ae | refs/heads/master | 2021-07-08T01:22:29.604203 | 2019-07-10T13:07:06 | 2019-07-10T13:07:06 | 196,183,165 | 2 | 1 | Apache-2.0 | 2020-10-13T14:30:53 | 2019-07-10T10:16:46 | null | UTF-8 | C++ | false | false | 1,362 | inl | // -*- C++ -*-
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE TAO_IIOP_Endpoint *
TAO_SSLIOP_Endpoint::iiop_endpoint (void) const
{
return this->iiop_endpoint_;
}
ACE_INLINE void
TAO_SSLIOP_Endpoint::iiop_endpoint (TAO_IIOP_Endpoint *iiop_endpoint,
bool destroy)
{
if (iiop_en... | [
"lihuibin705@163.com"
] | lihuibin705@163.com |
bbc8feeb62ad445a0aee17e332d273fce65fb763 | 72b564d98e01af9a54c5735bdd894e7a18712cac | /C++/8.4.cpp | 3267b9a6bcb86355d746a817edd9cff9f71e416b | [] | no_license | linyasha/BSU | 0a16bfd87705034caa749b0bc5a3d48129c250f9 | 731e3d66e87a7fecb49abfc94187a06ec0dafff9 | refs/heads/main | 2023-04-16T03:46:25.949583 | 2021-04-22T23:17:05 | 2021-04-22T23:17:05 | 328,188,020 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,430 | cpp | #include <iostream>
#include <initializer_list>
#include <assert.h>
using std::istream;
using std::ostream;
using std::cout;
using std::cin;
using std::initializer_list;
template <typename T>
struct Node {
public:
T symbol;
Node<T>* next;
};
template <typename T>
class LinkedList {
private:
... | [
"alynko17@gmail.com"
] | alynko17@gmail.com |
34e090df29ee291abaa6c69f41c8acc195548b83 | 71f7533a5bd98dc4c5010360a7946361e620053f | /k_sortedarray.cpp | 784d8965a52222e737058359002060efbc63aa94 | [] | no_license | Divyalok123/CN_Data_Structures_And_Algorithms | d573ef6e567ee6564c0daf1e186a02055a2f3f38 | 23e951a031708dab37e6699919767eadb4850b7f | refs/heads/master | 2022-11-18T18:20:42.309700 | 2020-07-13T08:04:48 | 2020-07-13T08:04:48 | 256,801,998 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 627 | cpp | #include <iostream>
using namespace std;
#include <queue>
void kSortedArray(int input[], int n, int k)
{
priority_queue<int> pq;
for (int i = 0; i < k; i++)
{
pq.push(input[i]);
}
int j = 0;
for (int i = k; i < n; i++)
{
input[j] = pq.top();
pq.pop();
pq.pus... | [
"divyjais2001@gmail.com"
] | divyjais2001@gmail.com |
aa1fb9293d60dff748d24501b0f0abcd9646fefe | 52a3c93c38bef127eaee4420f36a89d929a321c5 | /SDK/SoT_BP_SmallShipAnchor_classes.hpp | 210cd0a294cc66b6cb3687da7d22e26b5146f3e4 | [] | no_license | RDTCREW/SoT-SDK_2_0_7_reserv | 8e921275508d09e5f81b10f9a43e47597223cb35 | db6a5fc4cdb9348ddfda88121ebe809047aa404a | refs/heads/master | 2020-07-24T17:18:40.537329 | 2019-09-11T18:53:58 | 2019-09-11T18:53:58 | 207,991,316 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 910 | hpp | #pragma once
// Sea of Thieves (2.0) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "SoT_BP_SmallShipAnchor_structs.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------... | [
"igromanru@yahoo.de"
] | igromanru@yahoo.de |
d582c4e12a57a63c7016b4511703ce213fb56cf5 | 70730e2e8c7709abb3079acc8d01c23414866cec | /training/3 Basic Paradigms/3.4 Greedy/CF1106B.cpp | 661db9e21794ddb3c90361b58035584d66d6fe0c | [] | no_license | pratishkatiyar/competitive-programming | 00113e2d5106660c087953f7e4caac0d7a08f15f | 52c0436a94348169aadf51eb5d5ab8fa85429706 | refs/heads/master | 2022-01-08T01:25:51.988641 | 2019-05-04T16:59:29 | 2019-05-04T16:59:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,403 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef long double ld;
typedef complex<ld> cd;
typedef pair<int, int> ii;
typedef tuple<int, int, int> iii;
typedef vector<int> vi;
typedef vector<ii> vii;
typedef vector<ld> vd;
typedef vector<ll> vl;
typedef set<int> si;
typedef set<ii> sii;
ty... | [
"aryaman.arora2020@gmail.com"
] | aryaman.arora2020@gmail.com |
bd004f47e0448d3542c25db477808467fa3e4e3c | bc45f9358eda08ed4a4800c4742341d0c2f3f984 | /src/dmath/util.h | bda6ba0fddcbebb70cb7eb834eee010ac849f02c | [] | no_license | DamonDeng/katen | e89081aeaee81b4c510f0c4154a96dda03cc1efe | 813462b61f8ad835fafb705f51ef2bd0d02670ec | refs/heads/master | 2020-06-01T02:13:45.334160 | 2017-08-03T07:16:19 | 2017-08-03T07:16:19 | 94,058,673 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 995 | h | #ifndef DAMONDENG_KATEN_MATHUTIL
#define DAMONDENG_KATEN_MATHUTIL
#include <iostream>
#include <time.h>
#include <random>
using namespace std;
namespace katen{
namespace math{
class Util{
public:
Util();
static vector<double> softmax(vector<double> inputValue);
static double crossEntropy(con... | [
"dengmingxuan@hotmail.com"
] | dengmingxuan@hotmail.com |
3e6c7872c5478a899ff20bfaf0e3553d8b7f885a | 29a8a6f51b2a94f6b1c1fcfa60e0058d5cd478fc | /sim/ReflectingBorder.hh | 9f8da3d63fb72021fb139f0276410911fcfa46cf | [] | no_license | szczk/reflecting_absorbing | 2b3670f0afee525a063fd0ceac287d192f57cebb | d5a5ba5d269d7af3a18c4551b1dbb721184e911a | refs/heads/master | 2020-09-22T11:45:48.704471 | 2015-10-07T10:40:10 | 2015-10-07T10:40:10 | 225,180,400 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 313 | hh | #ifndef __REFLECTING_BORDER__
#define __REFLECTING_BORDER__
#include "Border.hh"
class ReflectingBorder : public Border {
public:
ReflectingBorder ( double position );
virtual ~ReflectingBorder();
virtual const char * toString();
virtual bool operator() ( Particle * );
};
#endif
| [
"krzysztof.sc@gmail.com"
] | krzysztof.sc@gmail.com |
8e24ebe86f3a8d8b946ba2ea80095c2ffd8cd11e | 604835ee6216507bdebfdc6e13bf068f6710ff3e | /IOSTEST/Classes/Native/AssemblyU2DCSharpU2Dfirstpass_Valve_VR_IVRSettings3538756002.h | 15e2cdb573bfe9663fb070b1c07c13ad5f2cbf25 | [
"MIT"
] | permissive | pickettd/OpenBrushVR | d174c86a2364c2cd5b79e927c2f2686825211531 | 7f3aa4bc1f12bd5b4f6d5f7cc15a1a6af5d48dbe | refs/heads/master | 2020-03-30T02:55:09.435323 | 2019-01-30T22:48:39 | 2019-01-30T22:48:39 | 150,658,280 | 2 | 0 | null | 2018-09-27T23:14:34 | 2018-09-27T23:14:34 | null | UTF-8 | C++ | false | false | 847 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_MulticastDelegate3201952435.h"
#include "mscorlib_System_Int322071877448.h"
#include "AssemblyU2DCSharpU2Dfirstpass_Valve_VR_EVRSettings4124928198.h"
// Sys... | [
"andrew.nakas@gmail.com"
] | andrew.nakas@gmail.com |
9b42875c893db2ca76c90e85c4a8d0bf4591208e | 53459785cde3f53732dcdb42ad96b65f7aa1fccc | /source/Network/NetworkAPI/Translator.h | 7913c16a5355ea98e3c9ccf56ad6feed7052f8c1 | [] | no_license | dean11/NoEdge | 7f33f775c8083b9ba2861d45b68082059da3f870 | 2cc8a59b8155acd3a3f939716da339e5a90cc5db | refs/heads/master | 2021-01-18T03:01:10.586525 | 2015-01-15T21:38:13 | 2015-01-15T21:38:13 | 29,315,116 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,426 | h | #ifndef NETWORK_DEPENDENCIES_TRANSLATOR_H
#define NETWORK_DEPENDENCIES_TRANSLATOR_H
//////////////////////////////////
// Created by Sam Svensson 2013 //
// ----------------------------//
// Packs our dynamic protocols //
//////////////////////////////////
/*
It packs a header in front of the actual message.
Heade... | [
"carl.dennis.andersen@gmail.com"
] | carl.dennis.andersen@gmail.com |
66d374d3710f81bd9d763bcc52ce69fb87a71414 | 51ffd7b19109630911956fbf36cfd2ee5acc074c | /test/cpp/end2end/xds_end2end_test.cc | b876e062426acb78d2c126f6821d97acbd1e890e | [
"Apache-2.0"
] | permissive | zpdeng28/grpc | 4022508cd0f4ee46de1d39347401ddc79eaaa58b | e39e7bc7c1df9f630c812ff1891e04cbd7c0829f | refs/heads/master | 2022-12-01T20:05:39.798552 | 2019-05-20T07:01:07 | 2019-05-20T07:01:07 | 187,572,968 | 1 | 1 | Apache-2.0 | 2022-11-16T14:50:06 | 2019-05-20T05:26:19 | C++ | UTF-8 | C++ | false | false | 55,736 | cc | /*
*
* Copyright 2017 gRPC authors.
*
* 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 agree... | [
"dzp_whu@163.com"
] | dzp_whu@163.com |
15cc173e38d70f18b2c0bf5ad3610b259b628133 | 045a72f9f0bbb81488f433c6e6d4b9973b8fe38a | /src/converter/lattice.cpp | 00265939697237a0d76e72c46c5d543a7c1db125 | [] | no_license | yoriyuki/tkd53 | 2597e7f3ecb54e024de2c29c98db3007f60091d9 | a56d0da48c7a51ec59d3d3e52c2f2edac8a9a78d | refs/heads/master | 2021-01-13T06:50:59.711273 | 2016-04-11T18:19:05 | 2016-04-11T18:19:05 | 55,995,936 | 0 | 0 | null | 2016-04-11T18:14:24 | 2016-04-11T18:14:24 | null | UTF-8 | C++ | false | false | 759 | cpp | #include <iostream>
#include "lattice.hpp"
namespace lime {
namespace converter {
Lattice::Lattice(size_t column_count,
unique_ptr<vector<shared_ptr<Node> > > nodes,
unique_ptr<vector<vector<shared_ptr<Node> > > > begin_nodes,
unique_ptr<vector<vector<shared_ptr<Nod... | [
"hirokuni.maeta+github@gmail.com"
] | hirokuni.maeta+github@gmail.com |
84cb8b059cfa00ad10664674ce7427e862a62732 | c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64 | /Engine/Source/ThirdParty/CEF3/cef_binary_3.2623.1395.g3034273_linux64/include/base/cef_scoped_ptr.h | ed6c706f785d9491ed84f2b9dfbc9e2a3e7277aa | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | windystrife/UnrealEngine_NVIDIAGameWorks | c3c7863083653caf1bc67d3ef104fb4b9f302e2a | b50e6338a7c5b26374d66306ebc7807541ff815e | refs/heads/4.18-GameWorks | 2023-03-11T02:50:08.471040 | 2022-01-13T20:50:29 | 2022-01-13T20:50:29 | 124,100,479 | 262 | 179 | MIT | 2022-12-16T05:36:38 | 2018-03-06T15:44:09 | C++ | UTF-8 | C++ | false | false | 24,795 | h | // Copyright (c) 2014 Marshall A. Greenblatt. Portions copyright (c) 2012
// Google Inc. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain t... | [
"tungnt.rec@gmail.com"
] | tungnt.rec@gmail.com |
228d7628a84fda5e9f4bb32ee0a9238028dc8521 | 39719ced2451b97c266568e2d9364bfe90ab3498 | /Source/zzExamples/CRagdoll.cpp | 06a1727bb8d83b4a9700a7e5e1e0f7b0ece38a0e | [
"MIT"
] | permissive | shanefarris/CoreGameEngine | 74ae026cdc443242fa80fe9802f5739c1064fb66 | 5bef275d1cd4e84aa059f2f4f9e97bfa2414d000 | refs/heads/master | 2020-05-07T12:19:23.055995 | 2019-04-11T14:10:16 | 2019-04-11T14:10:16 | 180,496,793 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 15,311 | cpp | #include "CRagdoll.h"
#include "Nxp.h"
#include "NxActor.h"
using namespace Core;
using namespace Core::Physics;
CRagdoll::CRagdoll(String fileName, SceneNode *characterSN, String id, NxOgre::Scene *PHXScene, f32 bodyDensity)
{
m_CharacterNode = characterSN;
m_PHYSScene=PHXScene;
m_CharacterID=id;
m_Posit... | [
"farris.shane@gmail.com"
] | farris.shane@gmail.com |
808abb58068a806a711dd57f02ade77b104d9b62 | 8df64af68085e3bd3eeb99ab6679eb074e80842b | /opensimAD-install/sdk/include/OpenSim/Common/Object.h | 712724f3d7ae8011267cdd50043b6b541bc17d18 | [
"Apache-2.0"
] | permissive | VDB-Bram/opensimAD | ace0a9db6a844ffde7f03f18f9c0a31d3b39bf40 | 7afad33dc669f3540fdffb54e8e93374dceb3624 | refs/heads/main | 2023-08-13T09:10:35.158779 | 2021-10-02T01:59:30 | 2021-10-02T01:59:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 68,566 | h | #ifndef OPENSIM_OBJECT_H_
#define OPENSIM_OBJECT_H_
/* -------------------------------------------------------------------------- *
* OpenSim: Object.h *
* -------------------------------------------------------------------------- *
* The OpenSim API is a tool... | [
"antoinefalisse@gmail.com"
] | antoinefalisse@gmail.com |
5b17ab633a5e3e1eb14bbd63afd63a1ac278dd5f | a66f43ebb6bebfe509f8aaeff3989c6153668de8 | /LIGHTOJ/1202 - Bishops.cpp | 23eda54eff9d9306654c005cff0e331bb7839485 | [] | no_license | ShikariSohan/Problems-Solving | e6cbeaaa9a8a091364aee12cc28cce06165cf84d | 26809bddfcb357ca232be5e8016ef1e705a94f9a | refs/heads/master | 2023-02-24T08:05:27.161840 | 2021-01-26T12:44:55 | 2021-01-26T12:44:55 | 283,302,951 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,588 | cpp | /*
"""Bismillahir Rahmanur Rahim"""
*/
#include<bits/stdc++.h>
using namespace std;
#define pi 2*acos(0.0)
#define ll long long int
#define pb push_back
#define pf push_front
const ll sz = 1000001;
#define mp make_pair
#define ses '\n'
#define stm ... | [
"moksedur.rahman.sohan@gmail.com"
] | moksedur.rahman.sohan@gmail.com |
fa24ce45b4cade70f92c8c0ee5d569570be0f414 | 1f530350dd396f64b20f0b47ebe1c447945d3502 | /src/Shader.hpp | 520e4985f538db5877257160f28d5887cf9abf5e | [] | no_license | MrTraan/minecrouft | b2831336e721bd02a7d64293158ee535d40f9685 | 08808ac5578bbf53fdd36f2060cd486012ca5c82 | refs/heads/master | 2022-02-05T01:33:47.749410 | 2020-06-11T12:09:11 | 2020-06-11T12:09:11 | 123,191,914 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,368 | hpp | #pragma once
#include <GL/gl3w.h>
#include <glm/glm.hpp>
#include <glm/gtc/type_ptr.hpp>
#include "ngLib/nglib.h"
#include "packer.h"
#include <fstream>
#include <iostream>
#include <sstream>
#include <string>
class Shader {
public:
u32 ID = 0;
bool CompileFromPath( const char * vertexPath, const char * fragme... | [
"nathan.grasset@gmail.com"
] | nathan.grasset@gmail.com |
42e71c700761ec1b5bdc961c65e7d5f7aadc5a62 | f3a2948ff49b11723f37123a11eedbdae171f7a4 | /src/consumer/DefaultMQPushConsumer.cpp | e14da6866537ce3b90ddb9df9a1384928d39103b | [
"Apache-2.0"
] | permissive | hooligan520/rocketmq-client4cpp-linux | 1656aed9f3de0e0c1b2a54d945ff560ab272cd5d | 2f891c979229dfd78707150fa626ca3822f2d006 | refs/heads/master | 2021-01-11T05:12:45.678389 | 2017-05-08T03:58:49 | 2017-05-08T03:58:49 | 81,163,610 | 22 | 10 | null | null | null | null | UTF-8 | C++ | false | false | 10,090 | cpp | /**
* Copyright (C) 2013 kangliqiang ,kangliq@163.com
*
* 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 ... | [
"79015166@qq.com"
] | 79015166@qq.com |
26e4cef6795d48838cbac069a34f5ef946574f34 | 4fee29b4de44c68559e1e084151dc9b12f161287 | /windows/resources.hpp | 96bd5cf8bdd917fe15375c6ac5213ba4c31b9fd7 | [
"MIT"
] | permissive | kristjanbb/libui | 6e68b6f4f3a7115c9c5f735c7317d2a5bc675acb | d88233a0fb81524bff507b04fd710eb297b668ba | refs/heads/master | 2021-01-18T13:00:18.504385 | 2016-05-29T08:53:49 | 2016-05-29T08:53:49 | 59,950,378 | 3 | 0 | null | 2016-05-29T15:33:30 | 2016-05-29T15:33:29 | null | UTF-8 | C++ | false | false | 761 | hpp | // 30 may 2015
#define rcTabPageDialog 100
#define rcFontDialog 101
#define rcColorDialog 102
#define rcFontFamilyCombobox 1000
#define rcFontStyleCombobox 1001
#define rcFontSizeCombobox 1002
#define rcFontSamplePlacement 1003
#define rcColorSVChooser 1100
#define rcColorHSlider 1101
#define rcPreview 1102
#define ... | [
"pietro10@mac.com"
] | pietro10@mac.com |
461d5bb9867eff4b40fa6d755ed7a6a3dcfac310 | da5fcf2b56a3b8e6417e1560650ce13fbae12f73 | /Main.cpp | 318d804d2963f1924869ada7d6716bae92b5419d | [] | no_license | gjbr5/airodump | 8446de9dc5898c1a22883a41326fb8adb771e3eb | e980c27ccce22aae70cb0f8f175363055226de0a | refs/heads/master | 2021-01-02T06:00:43.868707 | 2020-02-10T13:49:41 | 2020-02-10T13:49:41 | 239,520,281 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 526 | cpp | #include "Parser.h"
#include <pcap.h>
int main(int argc, char* argv[])
{
const char* file = "C:\\Users\\gjbr5\\Desktop\\80211.pcapng";
char errbuf[PCAP_ERRBUF_SIZE];
pcap_t* handle = pcap_open_offline(file, errbuf);
if (!handle) {
std::cout << "File Open Failed.\n";
return 0;
}
Parser parser;
while (true)... | [
"wlwogud02@naver.com"
] | wlwogud02@naver.com |
5b236fa686bb6dd64ba04aba7d3fcd477f229d43 | 73ee941896043f9b3e2ab40028d24ddd202f695f | /external/chromium_org/media/filters/decrypting_audio_decoder.cc | f516674a50ebcbaa8a61263b181c263e2f65faa4 | [
"BSD-3-Clause"
] | permissive | CyFI-Lab-Public/RetroScope | d441ea28b33aceeb9888c330a54b033cd7d48b05 | 276b5b03d63f49235db74f2c501057abb9e79d89 | refs/heads/master | 2022-04-08T23:11:44.482107 | 2016-09-22T20:15:43 | 2016-09-22T20:15:43 | 58,890,600 | 5 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 14,877 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "media/filters/decrypting_audio_decoder.h"
#include <cstdlib>
#include "base/bind.h"
#include "base/callback_helpers.h"
#include "base/loca... | [
"ProjectRetroScope@gmail.com"
] | ProjectRetroScope@gmail.com |
de601ae75765ebbfd2b2c58b2bfd149b880de721 | ee93f5b1f47a9e4407099469fe573d3487931f17 | /release/moc_contextview.cpp | aac39488b7a831d3e0412732ab979b64ea447413 | [] | no_license | blaquee/QtSlothEmu | d149f417247fbc4c72087a78d6b6c15583432c89 | 3d24ff1e85d2d598441c52bc0af7b7db9db9fd80 | refs/heads/master | 2021-03-16T05:12:41.814041 | 2017-09-21T14:52:42 | 2017-09-21T14:52:42 | 103,222,749 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,589 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'contextview.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.0)
**
** WARNING! All changes made in this file will be lost!
*********************************************************... | [
"1324227+blaquee@users.noreply.github.com"
] | 1324227+blaquee@users.noreply.github.com |
a273bf3e4195be4391760b8e66b9dfc77410b92c | c8358d07a468647ab80685e539cda1f195341d3b | /src/opencl_exclusive_scan.hpp | 8ffe102809082239f351a3df5fdc27a7de00002f | [] | no_license | foduguay/exclusive_scan | ddcd73151607b6b91b8a29aa5238412b57534b37 | f586c91786e3bac1c07e1cac8923617cc6a031fe | refs/heads/main | 2023-02-13T20:22:52.783204 | 2021-01-16T12:00:45 | 2021-01-16T12:00:45 | 329,964,472 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,765 | hpp | #ifndef OPENCL_EXCLUSIVE_SCAN
#define OPENCL_EXCLUSIVE_SCAN
#define CL_TARGET_OPENCL_VERSION 120
#include <CL/cl.h>
#define MAX_SOURCE_SIZE 100000
static char* value;
static size_t valueSize;
static cl_uint maxComputeUnits;
static cl_platform_id platform_id[1];
static cl_device_id device_id[1];
static cl_uint ret... | [
"foduguay@gmail.com"
] | foduguay@gmail.com |
e94163abd6c66a86135e241fc3190fcc7781b0d4 | 5753afcc204f5bc091768e70616dc641313062df | /tests/pxScene2d/test_utf8.cpp | e9d3650c57c47c8a66f088f1b62534aff5732ef8 | [
"Apache-2.0"
] | permissive | spackianathan/pxCore | 17cbf51cf834a316fd68689c858f435d30f2a854 | 1f3864a5fb7f3dbe108563afe75db87090c88bb2 | refs/heads/master | 2020-03-15T08:53:43.589044 | 2018-04-19T02:15:35 | 2018-04-19T02:15:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,923 | cpp | #include <sstream>
#include <string.h>
#include <unistd.h>
extern "C"
{
#include <utf8.h>
}
#include "test_includes.h" // Needs to be included last
using namespace std;
class UTF8Test : public testing::Test
{
public:
virtual void SetUp()
{
}
virtual void TearDown()
{
}
void lengthTest... | [
"madanagopal123@gmail.com"
] | madanagopal123@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.