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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4f62cc752fac0882573d2aa2328c5a8c019a2b08 | b90d58c1403bd087ed551b0897dbf7849dea7eaf | /Sources/FlounderEngine/Post/Filters/FilterGrain.cpp | 0031692cd863c8acd5fde236185a97313a5bda31 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | CarlosFromNewYork/Flounder | 583c1be30ab4fc4744734ec623ae7fa9fcab9db8 | 1eca655bd41cf7457d17986aa6132c5c5b71dafc | refs/heads/master | 2020-03-07T07:55:45.685526 | 2018-03-30T00:07:12 | 2018-03-30T00:07:12 | 127,362,386 | 0 | 0 | null | 2018-03-30T00:47:40 | 2018-03-30T00:47:40 | null | UTF-8 | C++ | false | false | 991 | cpp | #include "FilterGrain.hpp"
#include "../../Textures/Texture.hpp"
#include "../../Renderer/Renderer.hpp"
namespace Flounder
{
FilterGrain::FilterGrain(const GraphicsStage &graphicsStage) :
IPostFilter("Resources/Shaders/Filters/Grain.frag", graphicsStage, { }),
m_uniformScene(new UniformBuffer(sizeof(UboScene))),... | [
"mattparks5855@gmail.com"
] | mattparks5855@gmail.com |
955a317ff336a4eb793136a8378d9b21dfedc472 | 5d83739af703fb400857cecc69aadaf02e07f8d1 | /Archive2/97/c5b3e1fb8e6c21/main.cpp | d5c8d639820cd449dc811e23f97e199dc06323ca | [] | no_license | WhiZTiM/coliru | 3a6c4c0bdac566d1aa1c21818118ba70479b0f40 | 2c72c048846c082f943e6c7f9fa8d94aee76979f | refs/heads/master | 2021-01-01T05:10:33.812560 | 2015-08-24T19:09:22 | 2015-08-24T19:09:22 | 56,789,706 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 150 | cpp | #include <iostream>
#include <string>
using namespace std;
int main() {
for( int x = 3; x > 0; x=x-1 ) {
cout << "dicks" << endl;
}
} | [
"francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df"
] | francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df |
c72eb3b48670023b801cc61905fb6cea10709924 | 47cf175ce0000db567d2d5c6bf247a1d9a76bf41 | /FirmataR1D1.ino | 22a1577bc1bc4d0ecbc574116e293c64baa4543d | [] | no_license | davidadkins1/R1D1 | b56cef1de993b3516d39602dd91b2e48cd3ea48c | ea76a617251a8348df5b2a5f42f265bcae0fe4d4 | refs/heads/master | 2016-08-11T13:04:42.355196 | 2016-03-10T20:10:42 | 2016-03-10T20:10:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,127 | ino | #include "R1D1.h"
#include "Firmata.h"
//static bool parsingSysex = false;
static byte firmwareVersionCount;
static byte *firmwareVersionVector;
/* input message handling */
static byte waitForData; // this flag says the next serial input will be data
static byte executeMultiByteCommand; // execute this after getti... | [
"davidadkins1@msn.com"
] | davidadkins1@msn.com |
ca2459e5eb590feccbf614629aa1308f9dd6421b | ad1e95a85183fd38f8421f53135820135a3e7df5 | /Jogo Tecnicas/Teste Jogo/Jogo.cpp | ab3b1ec5e95634bdf13691fd6890169c980498e6 | [] | no_license | wemontagnini/JogoSFML | 3503c07f795240eabfa89b9f5ccd5d01ddd84996 | 65a8f97ac536afaa7489faf03473a16681dd4ce7 | refs/heads/master | 2020-03-19T23:18:51.837408 | 2018-06-17T04:38:21 | 2018-06-17T04:38:21 | 137,001,683 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,247 | cpp | #include "Jogo.h"
Jogo::Jogo()
{
Executar();
}
Jogo::~Jogo()
{
}
void Jogo::Executar()
{
RenderWindow window(VideoMode(512, 512), "Indio", Style::Close);
View view(Vector2f(0.0f, 0.0f), Vector2f(512, 408.0f));
Texture* player1 = new Texture;
Texture* player2 = new Texture;
player1->loadFromFile("imagens\\chefa... | [
"montagnini@alunos.utfpr.edu.br"
] | montagnini@alunos.utfpr.edu.br |
bdcc8d1b27d21175098d789cf4d590127befbdf6 | 1dba2e55ada2c02f80bc7f0096ad81ccd7dbdb09 | /src/arguments.cpp | 25d20b765016b872ffc8b654a39357fcc3668559 | [] | no_license | Zabqer/AurumEmulator | 708624cf45c4b672319903f0bae832e84e3b2881 | 7933f828f7942febfa489a1b74ac2af471f9b474 | refs/heads/master | 2021-05-25T09:40:25.224090 | 2020-04-19T19:47:53 | 2020-04-19T19:47:53 | 127,004,113 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,818 | cpp | #include "arguments.h"
#include "machine.h"
#include "log.h"
Context::Context(Machine* machine_): machine(machine_) {}
bool Context::pause(double seconds) {
return machine->pause(seconds);
}
bool Context::tryChangeBuffer(double value) {
return machine->tryChangeBuffer(value);
}
void Context::consumeCallBudget(... | [
"zabqer@gmail.com"
] | zabqer@gmail.com |
c7d331edc05317f156da506883fa401ba9603a86 | a9370699aafb70e241827c850b7d3849a21c6b64 | /ThongBao.cpp | 27f513311fa8f2cb49a3bd02c201e7bc20710904 | [
"MIT"
] | permissive | minhtzy/FinalProject_N6_C02 | ac7d1f3deff8513af3adf97beb89b08c21a66564 | 9843f4ee30bc35a700f8c7a95908c799ea516ad1 | refs/heads/master | 2020-07-03T21:31:45.126308 | 2020-02-19T16:29:53 | 2020-02-19T16:29:53 | 202,056,683 | 0 | 1 | MIT | 2019-08-13T16:51:16 | 2019-08-13T03:27:23 | C++ | UTF-8 | C++ | false | false | 1,224 | cpp | #include "ThongBao.h"
#include <ctime>
#include <fstream>
#include "Definations.h"
using namespace std;
ThongBao::ThongBao()
{
}
void ThongBao::pushThongBao(NguoiDung * nguoiDung, std::string noiDung)
{
time_t now = time(NULL);
std::tm * ptm = localtime(&now);
char time_buffer[32];
//Format: Mo, 15.06.2009 20:20:... | [
"minhtzy@gmail.com"
] | minhtzy@gmail.com |
52fe11076f5c19dbe583ad0c35a57cfbe6dab1c7 | 625ef45569fc3c1843fcfb2e25cc5f6229c73cc9 | /src/eos.toolkit/moc_FormMsgLogInspector.cpp | 348e966c382af69c2bce4bf6374a4458e523c0d2 | [
"MIT"
] | permissive | zester/eos-multimedia-scripting | 25db29be5f7d9492fcecc44231fb85dfba022778 | 8cbc98fd6a2d53cbb322156ea8e83883b4fda6bc | refs/heads/master | 2020-02-26T13:36:20.876932 | 2014-02-21T12:50:49 | 2014-02-21T12:50:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,634 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'FormMsgLogInspector.h'
**
** Created: Fri Oct 30 00:37:19 2009
** by: The Qt Meta Object Compiler version 61 (Qt 4.5.0)
**
** WARNING! All changes made in this file will be lost!
***************... | [
"ultimoistante@gmail.com"
] | ultimoistante@gmail.com |
394ea7a19eba6a156eccae639f72048a0efe5afa | 6dd257bfd6d870eff3b297fdd587b2afeae54713 | /src/ground.h | c973479266694f49221e17a981f5c2c1d065f9bc | [
"MIT"
] | permissive | ksubbu199/PacMan-Killer | f59dee5d5b54b6923fed76b9ae486f4101215122 | bd7b6eba494f56fc12a6aeb7d4717d2953b6edb1 | refs/heads/master | 2021-05-01T23:09:53.352320 | 2018-02-09T16:40:44 | 2018-02-09T16:40:44 | 120,929,777 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 342 | h | #include "main.h"
#ifndef GROUND_H
#define GROUND_H
class Ground{
public:
Ground() {}
Ground(float x, float y,float base_height, float grass_height, color_t color_base, color_t color_grass);
void draw(glm::mat4 VP);
glm::vec3 top_left;
glm::vec3 position;
private:
VAO *objectBase;
VAO *objectGrass;
};
... | [
"ksubbu199@gmail.com"
] | ksubbu199@gmail.com |
957741e04cfe861747c4a86ec23129932cb6569a | 751accbc04427d89b0a28c2f493b2a2c69566295 | /Reactor.h | 3a5d275034ee4da3c7017fb32eeb686d30eec2b0 | [] | no_license | torquescrew/Sc2BuildBuilder-CPP- | 79a2668e8d234946a547781a7336e397689e792b | af356d3e98af2f1dde60c69e39429728c5310661 | refs/heads/master | 2021-01-22T02:48:02.367900 | 2013-08-17T11:08:46 | 2013-08-17T11:08:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 472 | h | /*
* File: Reactor.h
* Author: Toby
*
* Created on May 9, 2012, 11:18 AM
*/
#ifndef REACTOR_H
#define REACTOR_H
#include "BuildSlot.h"
#include "Producer.h"
class Reactor : public Producer {
public:
Reactor();
virtual ~Reactor();
bool checkForBuilt(int time);
bool tryBuildEntity(Entity *e, int time);
... | [
"sugto555@gmail.com"
] | sugto555@gmail.com |
e1aa34cd4dcf859c93f0541d7392b1b6bfa3135b | 0a6d85a010dfb9b3f419946ab1b6f457e71059ad | /HttpServer.cc | 1ad1ee3f77d4a3fb24ccd5b572568c2ae31d6cd1 | [] | no_license | cui88/Test_cloudCompute | 0776b6cfaa0e71e3da70eeb0538ba0a3c16c4c2e | 0c77bcbc7660877a986073970b248d310100ac05 | refs/heads/master | 2022-07-04T00:57:08.132990 | 2020-05-11T01:32:22 | 2020-05-11T01:32:22 | 262,909,574 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 317 | cc | #include<iostream>
#include"HttpServer.hpp"
void Usage(std::string proc)
{
std::cout << "Usage: "<< proc << " port" << std::endl;
}
int main(int argc,char* argv[])
{
if(argc != 2)
{
Usage(argv[0]);
exit(1);
}
HttpServer* ser = new HttpServer(atoi(argv[1]));
ser->InitServer();
ser->Start();
return 0;
}
| [
"13572252156@163.com"
] | 13572252156@163.com |
876662a931310879b7fc759ca2db449a59cbd170 | 6096498694ff0e8f1cf9ed09af29b6f0934407e4 | /tmx/TmxTile.cpp | 304ced6e0f0d75797f2308aa2239b4c60a7fdf93 | [] | no_license | randrews/thog | 299ade557dfe3c8376d14787336a051bc7307e51 | 43e68feda1f4e1bd614356abcdb518b02d72f473 | refs/heads/master | 2016-09-02T05:54:07.918246 | 2013-01-08T02:50:31 | 2013-01-08T02:50:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,068 | cpp | //-----------------------------------------------------------------------------
// TmxTile.cpp
//
// Copyright (c) 2010-2012, Tamir Atias
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:... | [
"randrews@geekfu.org"
] | randrews@geekfu.org |
ce98ea7339b27ea9d2c0f78122db71ba0320b8a1 | af290978c4d9d7008e71243e413b9b83507ebc37 | /SILVER.cpp | 67e6091275be81393b691ea31971e83b07561dfd | [] | no_license | dkrdharmesh/SPOJ-Solutions | 17f51d9e9b86459fe10e18fa5794aa4194d31ef1 | 9b9342e2cdbb8bc95de9c6debeaaa64d010c275d | refs/heads/master | 2021-01-23T07:26:50.703872 | 2014-10-17T17:11:42 | 2014-10-17T17:11:42 | 25,368,375 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 593 | cpp | #include<stdio.h>
using namespace std;
int main()
{
int n,i,j;
int a[20];
a[0]=1;
for(i=1;i<=17;i++)
a[i]=a[i-1]*2;
//for(i=1;i<=17;i++)
//printf("%d ",a[i]);
//printf("\n");
scanf("%d",&n);
while(n!=0)
{
//printf("n==%d %d\n",n,a[0]);
j=0;... | [
"dkrdharmesh@gmail.com"
] | dkrdharmesh@gmail.com |
d8ce9483df67c595e6081885c3c65c2e4077975e | a7764174fb0351ea666faa9f3b5dfe304390a011 | /inc/AppDef_Gradient_BFGSOfTheGradient.hxx | 5f2c53df6c3f526979cf50d3bb1188666d5450e5 | [] | no_license | uel-dataexchange/Opencascade_uel | f7123943e9d8124f4fa67579e3cd3f85cfe52d91 | 06ec93d238d3e3ea2881ff44ba8c21cf870435cd | refs/heads/master | 2022-11-16T07:40:30.837854 | 2020-07-08T01:56:37 | 2020-07-08T01:56:37 | 276,290,778 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,039 | hxx | // This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _AppDef_Gradient_BFGSOfTheGradient_Hea... | [
"shoka.sho2@excel.co.jp"
] | shoka.sho2@excel.co.jp |
6dece9210678ab6871369efdbb33d99605f9732b | e1bafb9c94db3a6cfd86ce4b3a641e79583220b3 | /leetcode-clion/leetcode-problems/cpp/23.merge-k-sorted-lists.cpp | a29940ffe0f3c354946d884fb45d1fc8f1b955e4 | [] | no_license | lightjameslyy/lt-cpp | 055b0245ba9cc4608db6a0d08dc081d1c2766ba2 | 525c3f0fbeb4b112361a6650bf3ef445fdb61e2c | refs/heads/master | 2021-07-09T08:32:24.405308 | 2020-06-08T08:45:10 | 2020-06-08T08:45:10 | 128,907,003 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 764 | cpp | /*
* @lc app=leetcode id=23 lang=cpp
*
* [23] Merge k Sorted Lists
*
* https://leetcode.com/problems/merge-k-sorted-lists/description/
*
* algorithms
* Hard (36.71%)
* Total Accepted: 480.2K
* Total Submissions: 1.3M
* Testcase Example: '[[1,4,5],[1,3,4],[2,6]]'
*
* Merge k sorted linked lists and retu... | [
"lightjameslyy@gmail.com"
] | lightjameslyy@gmail.com |
1e4118f8e4d67597bc702de67cf938b5bbbc875d | 126f53c896ce80422ceb75313f6220e150f271fe | /paq8/paq8px_sources/paq8px_v31.cpp | 5e3dce75580ef1ce05baa539bdf544ab0890be9c | [] | no_license | andrew-epstein/paq_history | 5697df624026840522ad43e0413fcf739d3dcbce | 0358d74d046f580056f1c6790488bb2a3d18f914 | refs/heads/master | 2021-07-07T15:04:40.606990 | 2020-08-08T17:40:57 | 2020-08-08T17:40:57 | 168,410,720 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 175,974 | cpp | /* paq8px file compressor/archiver. Release by Jan Ondrus, May. 10, 2009
Copyright (C) 2008 Matt Mahoney, Serge Osnach, Alexander Ratushnyak,
Bill Pettis, Przemyslaw Skibinski, Matthew Fite, wowtiger, Andrew Paterson,
Jan Ondrus, Andreas Morphis, Pavel L. Holoborodko, KZ., Simon Berger
LICENSE
T... | [
"a.epstein@elsevier.com"
] | a.epstein@elsevier.com |
5af29618171a972df4f113c49af32c14eb58ef01 | c71e6de2420996254b197358b786d2dd9ff155b9 | /src/configlistwidget.h | 4977b44888bb13a06c251f9fc167fc032ad20203 | [
"MIT"
] | permissive | Catishere/karaoke-master | 47560c50779fed2e584ed73a336d0c9216a6b521 | bf5d3fbd6d863dbe2ec6d4754438b7990e003ac9 | refs/heads/master | 2023-05-12T09:04:26.752475 | 2023-05-10T20:19:59 | 2023-05-10T20:19:59 | 151,773,553 | 1 | 1 | MIT | 2022-02-14T19:25:45 | 2018-10-05T20:18:26 | C++ | UTF-8 | C++ | false | false | 259 | h | #ifndef CONFIGLISTWIDGET_H
#define CONFIGLISTWIDGET_H
#include <QListWidget>
#include <QDropEvent>
class ConfigListWidget : public QListWidget
{
Q_OBJECT
public:
explicit ConfigListWidget(QWidget *parent = nullptr);
};
#endif // CONFIGLISTWIDGET_H
| [
"viktor.gyoshev@gmail.com"
] | viktor.gyoshev@gmail.com |
e6ad7e3b866493e39d1ac70d6a2c4696925dcfe7 | 648f850d134130b561007f30c07e524158ada3b5 | /ZombieGame/Gun.h | ab439fce27697c29eccf9970312740621a1394f4 | [] | no_license | nirjon97/C-_Zombie_game | bb0320064b9545bf2d2e45f954ea0c0792883c00 | 7119feb0ff2d56b746fa223a153f5f790b58f3e1 | refs/heads/main | 2023-06-05T14:08:01.640846 | 2021-07-03T13:43:13 | 2021-07-03T13:43:13 | 327,299,956 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 730 | h | #pragma once
#include <string>
#include <vector>
#include <glm/glm.hpp>
#include<Bengine/AudioEngine.h>
#include "Bullet.h"
class Gun
{
public:
Gun(std::string name, int fireRate, int bulletsPerShot, float spread,
float bulletDamage, float bulletSpeed, Bengine::SoundEffect fireEffect);
~Gun();
void update(bool i... | [
"nirjonsarker97@gmail.com"
] | nirjonsarker97@gmail.com |
ebd04e53bb01653a8779dc6c32babd6bf40b2d11 | 41a9e16c6cbd0a031da44372833f80ecdaa61c8c | /test/oatpp/web/FullAsyncClientTest.cpp | b8e9efb04c6b8e38d958d5396bdc2b452426343f | [
"Apache-2.0"
] | permissive | wangxin7089/oatpp | 7f2c975f485091320365551f54ca35a5d025c486 | c9ce09635bb520defb66a50154254ab4950b4748 | refs/heads/master | 2020-08-13T13:58:25.531995 | 2019-10-13T23:18:31 | 2019-10-13T23:18:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,316 | cpp | /***************************************************************************
*
* Project _____ __ ____ _ _
* ( _ ) /__\ (_ _)_| |_ _| |_
* )(_)( /(__)\ )( (_ _)(_ _)
* (_____)(__)(__)(__) |_| |_|
*
*
* Copyright 2018-present, Leoni... | [
"lganzzzo@gmail.com"
] | lganzzzo@gmail.com |
248ce0c6060fa233012b84bd22e1a44de6823226 | ee507b3010c903ec716315f7df2ba4ef5ae5921a | /ui/DebugProjectileVisualizer.h | 19697e51348f2eea12796cbd906322daf4348194 | [] | no_license | sopyer/Shadowgrounds | ac6b281cd95d762096dfc04ddae70d3f3e63be05 | 691cb389c7d8121eda85ea73409bbbb74bfdb103 | refs/heads/master | 2020-03-29T18:25:48.103837 | 2017-06-24T17:08:50 | 2017-06-24T17:08:50 | 9,700,603 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 289 | h |
#ifndef DEBUGPROJECTILEVISUALIZER_H
#define DEBUGPROJECTILEVISUALIZER_H
namespace game
{
class ProjectileList;
}
namespace ui
{
class DebugProjectileVisualizer
{
public:
static void visualizeProjectiles(game::ProjectileList *projectiles, const VC3 &cameraPosition);
};
}
#endif
| [
"sopyer@gmail.com"
] | sopyer@gmail.com |
8df63d381fbb5b469c3c0f95597eb5f0207c997c | c29894c9390b977f45da213d3a167d5ff519c0c9 | /src/bin/clients/tools/sql_client/src/parser.cpp | 7d2a370fb4a29629aaeddcbbd5a051d7a9e19021 | [] | no_license | pombredanne/stinger | d5b288517aaf75e44ce4390560803525f9bf78b6 | 19062741e8963065d0181574044783ccefe4777f | refs/heads/master | 2020-04-01T22:28:32.063941 | 2013-11-14T21:23:23 | 2013-11-14T21:23:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,328 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stack>
#include "stinger_core/stinger_error.h"
#include "sql_parser.h"
int64_t
parse_query (char * input, query_plan_t * query)
{
state_t cur_state = SELECT;
state_t next_state;
int where_and = 0;
int where_or = 0;
ch... | [
"dediger@gatech.edu"
] | dediger@gatech.edu |
eaefbcb2e2fe690be83c2e63d7575886b724411d | c54c3e91c6acb22afcf0a274996114ce3b017282 | /boost/src/helloworld.cpp | 5fd1c6f610a81671f6ea919179b739bb16147bc1 | [] | no_license | yejingfu/linux | 7c67ad1d76213884624484b9324e251980b20b37 | 97d7ef096cf1671c0d07d982ba2a7794b6bdfde4 | refs/heads/master | 2020-05-18T11:32:40.427687 | 2014-07-09T07:29:03 | 2014-07-09T07:29:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 314 | cpp | #include <boost/lambda/lambda.hpp>
#include <iostream>
#include <iterator>
#include <algorithm>
int main()
{
std::cout << "Hello World" << std::endl;
using namespace boost::lambda;
typedef std::istream_iterator<int> in;
std::for_each(
in(std::cin), in(), std::cout << (_1 * 3) << " " );
} | [
"yejingfu@hotmail.com"
] | yejingfu@hotmail.com |
8275ea367e68777128eca360dfd116d912302668 | 73d712c4a54c555215e9daa4581cab9de55681c0 | /Source/Main.cpp | 2178b89a92e503d7799d41bf1ada4716638013eb | [] | no_license | sarahnator/JUCE-playground | 5f5adbafae1c69a1155865750d01269f6f043113 | 714b44d98ec0c6d7176c08b6bbfe4202e0a03c18 | refs/heads/master | 2022-09-21T09:06:21.854243 | 2020-06-05T20:48:04 | 2020-06-05T20:48:04 | 269,240,115 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,021 | cpp | /*
==============================================================================
This file was auto-generated!
It contains the basic startup code for a JUCE application.
==============================================================================
*/
#include <JuceHeader.h>
#include "MainComponen... | [
"sarahett@usc.edu"
] | sarahett@usc.edu |
621519538dd186e99859a51612d7a4a0d6ba5eee | 771a4829a0482abcba8086a200d8bb5425a6ed54 | /FirstCppApp/randnumOop/main.cpp | 1ad86240dd37a57688dd2915081e07f915dfe01e | [] | no_license | wjddbs000/StudyCpp | a2bec584c76c2532b98e5f7f31de51ebf2fc7359 | b894738dc0b946dd56901cc3ae6b19427d305a29 | refs/heads/master | 2022-12-01T15:33:43.464475 | 2020-08-11T04:39:41 | 2020-08-11T04:39:41 | 257,439,345 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 941 | cpp | #include <stdio.h>
#include "cursor.h"
class RandNum
{
private:
int num;
public:
RandNum() { randomize(); }
void Generate() { num = random(100) + 1; }
BOOL Compare(int input) {
if (input == num) {
printf("맞췄습니다.\n");
return TRUE;
}
else if (input > num) {
printf("입력한 숫자보다 더 작습니다.\n");
}
else {
... | [
"wjddbs000@naver.com"
] | wjddbs000@naver.com |
176a8a37a56b81462537a26b299d380f32739f45 | 91ea21ecd14c7df22e6e41ab549e4b5d6e54b0cf | /Documents/Arduino/EEPROM_CLEAR/EEPROM_CLEAR.ino | 60ee539567c74e504c3562de3afb674634e067e0 | [] | no_license | Sfolan2/Barometric-Pressure-vs.-Sunlight | 0dba47598c15bb804728a7a33702f259f79de69a | f3e08c4d648c9ede3ae62958e1961aa7d702b4c5 | refs/heads/main | 2023-05-05T12:43:26.538643 | 2021-05-09T22:31:53 | 2021-05-09T22:31:53 | 362,574,437 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 416 | ino | #include <EEPROM.h>
/*
* I used https://www.arduino.cc/en/Reference/EEPROM as a reference
* for using EEPROM on Arduino
*
* This code just clears the EEPROM so fresh values can be put in
*/
void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
for(int i=0;i<EEPROM.length();i++)
{
... | [
"sfolan2@gmail.com"
] | sfolan2@gmail.com |
c8e0e711f773c9735dbcca4058d9a4e05146ba9b | cdf231431217413f50c2f1193e56271a09e856ac | /计算机图形学/FractalTrees/lsystem_parse/lsystem_parse/lsystem.h | a8cf39dd73f2428a98db080ed954b2cf0e6f35b4 | [] | no_license | zinking/wz-graduate-project | 98ae89870f0d1557b12a449794480ead34f5fc46 | de60b4fd04c861a6cd03884d16fa50540e7c52a4 | refs/heads/master | 2016-09-05T21:40:50.946079 | 2009-07-24T11:39:32 | 2009-07-24T11:39:32 | 32,133,474 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,099 | h | #ifndef _LSYSTEM3D_H_
#define _LSYSTEM3D_H_
#include <string>
#include <iostream>
#include <vector>
#include <map>
#ifdef _WIN32
#include <windows.h>
#endif
#include "glsl.h"
#include "GLSLProgram.hpp"
#include <GL/gl.h>
#include <GL/glu.h>
class LSystemNode;
typedef std::vector<LSystemNode*> LSystemNodeArray;
typ... | [
"zinking3@927cf1a0-783d-11de-8a01-315fa775be5f"
] | zinking3@927cf1a0-783d-11de-8a01-315fa775be5f |
987f8a3bc2a17490a542150a3ee5bfb791e42b07 | ec01e24b7e6b679bad63145665a31a1a36aa1d4d | /session4b/ejercicio 3.cpp | 85d79bd2bbe4571dae8bff481284e8bdcfc2315f | [] | no_license | utec-cs1102-2019-2/ec1-Dansan0 | 5f7540800da71b1b401d27c72c43658c6add0e6a | d4eb968c135a3d81afb1020d832c90dcae231171 | refs/heads/master | 2020-07-24T11:38:07.729674 | 2019-10-10T16:05:44 | 2019-10-10T16:05:44 | 207,911,017 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 142 | cpp | #include <iostream>
int main() {
int a=0;
int *puntero;
puntero=&a;
int **aa=&puntero;
std::cout << "Hello, World!" << std::endl;
return 0;
}
| [
"40775184+Dansan0@users.noreply.github.com"
] | 40775184+Dansan0@users.noreply.github.com |
4f43d2a0ab2537da551adfe5af2f389f49448c8d | 2cf838b54b556987cfc49f42935f8aa7563ea1f4 | /aws-cpp-sdk-codebuild/include/aws/codebuild/model/SourceCredentialsInfo.h | dcf53dd3e6bb37ee8e9d68062c96466c0e5014d5 | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | QPC-database/aws-sdk-cpp | d11e9f0ff6958c64e793c87a49f1e034813dac32 | 9f83105f7e07fe04380232981ab073c247d6fc85 | refs/heads/main | 2023-06-14T17:41:04.817304 | 2021-07-09T20:28:20 | 2021-07-09T20:28:20 | 384,714,703 | 1 | 0 | Apache-2.0 | 2021-07-10T14:16:41 | 2021-07-10T14:16:41 | null | UTF-8 | C++ | false | false | 5,566 | h | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/codebuild/CodeBuild_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/codebuild/model/ServerType.h>
#include <aws/codebuild/model/AuthType.h>
#includ... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
dd1be767905ae9cf04ee80b5f10ffa560353ec4e | be9a37ebc299a496554a1bd94ab17dc8cb647bac | /embasp/base/Callback.hpp | 2150d11e57681a1c55085e2dd293570f8daab202 | [] | no_license | rgsax/CppEmbASP | 6558bf98264d3dc09ecf34a67950d3a181f45d2e | 2796f91457a1ab74549321c710bceaa531d5bfde | refs/heads/master | 2020-04-22T22:34:28.116472 | 2019-12-08T16:49:37 | 2019-12-08T16:49:37 | 170,713,048 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 309 | hpp | #include "Output.hpp"
namespace embasp {
#ifndef CALLBACK_H
#define CALLBACK_H
/*
* This interface is used to communicate results of solver invocation to the user
*/
class Callback
{
public:
virtual void callback(OutputSharedPtr o) const = 0;
virtual ~Callback() { }
};
#endif // CALLBACK_H
};
| [
"riccardog.sax@gmail.com"
] | riccardog.sax@gmail.com |
402534e72949c9b3d33a0145a41d81b05eb323ee | 27c9857a74d02c3c4430a5b9f6702dbac6171ea6 | /my_cpp_ver/cp01/Duck/quack_behavior.h | 7fa52f0226168f86693d939f70134d18a899c662 | [] | no_license | XINZHANGXZZ/head_first | c3783ee69041d80e1cbf803dd48038773c67ddf1 | 4edc2d71600c6dffa61e27af7aee550edc9466f0 | refs/heads/master | 2021-04-15T18:59:49.793952 | 2017-02-26T04:26:33 | 2017-02-26T04:26:33 | 126,889,885 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 154 | h | #ifndef _QUACK_BEHAVIOR_H_
#define _QUACK_BEHAVIOR_H_
namespace duck{
class quack_behavior{
public:
virtual void quack() = 0;
};
}
#endif
| [
"qizheng1993hit@gmail.com"
] | qizheng1993hit@gmail.com |
1a06c0f5b0ff66efb2aa001a54cf9185821e7d75 | be6e5e911973d930d8e8f1bf2b0497dccadc0b15 | /c/Function_srednArifm/Function_srednArifm.cpp | 289f29c9734ec2cf5f8e0f2ebfbd1ed8f79db6e4 | [] | no_license | rik2home/doc | e89c373d208289dd76ff0963e835a122ad5e91e5 | 88e6657638b90d1138add703408b51089b70bc14 | refs/heads/master | 2023-03-07T22:37:43.167774 | 2023-02-18T15:22:35 | 2023-02-18T15:22:35 | 94,766,268 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 683 | cpp | #include <iostream>
using namespace std;
void PrintTitle()
{
cout << "Find AVG of 3 numbers\n\n";
}
double EnterFirstNumber()
{
double value;
cout << "Enter first number: ";
cin >> value;
return value;
}
double EnterSecondNumber()
{
double value;
cout << "Enter second number: ";
cin >> value;
return value;
... | [
"rik2home@gmail.com"
] | rik2home@gmail.com |
5d158f2d7ebc903c7249e18bdf8ac0f957245c23 | ae4b3806d6d73080e275fbd0d7f96c9e4d2f7111 | /Source/Project_Omega/BTTask_Attack.cpp | e4bc70483ad2c89346e9113bf06ed32bd6841092 | [] | no_license | earthboom/Project_Omega | 2d75327d9ce3e969c8658436c3d3fa55b7adce29 | e8361f600347e6d8b1fc6021c95f419d61658412 | refs/heads/main | 2023-05-29T20:55:09.471480 | 2021-06-16T13:40:31 | 2021-06-16T13:40:31 | 351,426,561 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,308 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "BTTask_Attack.h"
#include "PO_Monster_AIController.h"
#include "PO_Character.h"
UBTTask_Attack::UBTTask_Attack()
: IsAttacking(false)
{
bNotifyTick = true;
}
EBTNodeResult::Type UBTTask_Attack::ExecuteTask(UBehaviorTreeCompon... | [
"milkywaycrush@gmail.com"
] | milkywaycrush@gmail.com |
a87de058406858e229a6db7d7829437e0488e79f | 656103169182858cc24d5e9c2bcfaff2a2d90560 | /src/caffe/test/test_syncedmem.cpp | 216dc87305f19a307a8ad16f4e49b6c7bc753726 | [] | no_license | liushuchun/caffe | 32cbdf523f0370b9c3f233f0c6aabeb66a389949 | 2024a80efb05d75fd61c70275d2b1df466d20862 | refs/heads/master | 2021-01-21T19:39:45.089042 | 2017-06-02T06:47:25 | 2017-06-02T06:47:25 | 92,147,605 | 0 | 0 | null | 2017-05-23T08:19:47 | 2017-05-23T08:19:47 | null | UTF-8 | C++ | false | false | 2,615 | cpp | // Copyright 2013 Yangqing Jia
#include <cstring>
#include <cuda_runtime.h>
#include "gtest/gtest.h"
#include "caffe/common.hpp"
#include "caffe/syncedmem.hpp"
#include "caffe/test/test_caffe_main.hpp"
namespace caffe {
class SyncedMemoryTest : public ::testing::Test {};
TEST_F(SyncedMemoryTest, TestInitializatio... | [
"liuscgood@gmail.com"
] | liuscgood@gmail.com |
dcc35b3f98701093fc9f5a0c90266aa12c2eaf30 | 2a02e750674149cbb86efbe94c1e706e30e25f28 | /TMX/SFMLOrthogonalLayer.hpp | f88380fca52115d798e5fcbf96b7a6efdd92e7b6 | [] | no_license | Himan2104/TMXtestingGrounds | 30e3f91c146188dd8efcb796d252b2e328df6b7d | b68d1abe201ebe3db9b506e68877e0424467a46b | refs/heads/master | 2022-12-18T19:47:59.080772 | 2020-07-26T06:24:18 | 2020-07-26T06:24:18 | 282,616,359 | 0 | 3 | null | 2020-08-30T04:18:19 | 2020-07-26T09:22:22 | C++ | UTF-8 | C++ | false | false | 25,068 | hpp | /*********************************************************************
(c) Matt Marchant & contributors 2016 - 2019
http://trederia.blogspot.com
tmxlite - Zlib license.
This software is provided 'as-is', without any express or
implied warranty. In no event will the authors be held
liable for any damages arising from ... | [
"himan2104@gmail.com"
] | himan2104@gmail.com |
27392209172c54317d1038b5ade247c6a7c60808 | 4fab53423090228b79930d07b52812f09e339390 | /basic/test.cpp | af304f16306158759ce23fa447e8ddaab39cc4b6 | [] | no_license | sieun-Bae/samsung-software-pro | 470dc08c31a62855ec47bb74822697f5f4c62431 | 4357905995db2c715d94861382c2a31cacf81335 | refs/heads/master | 2023-04-11T03:41:10.621684 | 2021-04-23T08:54:39 | 2021-04-23T08:54:39 | 332,390,332 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,362 | cpp | #include <stdio.h>
#include <iostream>
#include <string>
#include <vector>
#include <algorithm>
using namespace std;
vector <string> dic;
char board[5][5];
int visited[5][5];
int dx[8] = {1,0,0,-1,-1,1,1,-1};
int dy[8] = {0,1,-1,0,-1,1,-1,1};
int found[300005];
int max_score;
int max_len;
int max_idx;
int wor... | [
"qotldms130@gmail.com"
] | qotldms130@gmail.com |
3dca1f7932e1a7b563f0ca54a44ba3534b0c8625 | 4bfe0eec8feae8d59ef9d623501fd00ac0fa5db3 | /tv/src/session.cpp | 55fd24c1d47fb486094f3127670407f9eebb959e | [
"MIT"
] | permissive | wozio/home-system | 8b23d175a554aed060bb0b3cba97fcb02e4fac80 | 16b3673a00aa67f1a85d724ada13b03db6f5c146 | refs/heads/master | 2021-05-22T08:49:47.026886 | 2015-12-28T08:01:31 | 2015-12-28T08:01:31 | 17,995,115 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,914 | cpp | #include "session.h"
#include "logger.h"
#include "yamicontainer.h"
#include <memory>
#include <sstream>
#define BUFSIZE 18800
using namespace std;
namespace home_system
{
namespace media
{
//#define MAX_BUFFER_SIZE 2147483648 // 2GB
#define MAX_BUFFER_SIZE 20971520 // 20MB
session::session(int id, std::string end... | [
"woziosek@gmail.com"
] | woziosek@gmail.com |
b09dc977957cb3ff76acadb0d0c088f2794150ba | 523da9d0e66d13c27079fae1d862d57bc6fc4ca5 | /include/wx/charts/wxchartslabeloptions.h | 5403ec594c928b35fc97c6bfb1e141446620c505 | [
"MIT"
] | permissive | Compendium-GmbH/wxCharts | 565f428c6041df1038a83d701db40da9b1ede114 | e0c7262c49358bfb45651b7abba66c43776b8c1e | refs/heads/master | 2023-01-27T14:48:08.215941 | 2020-12-10T10:01:59 | 2020-12-10T10:01:59 | 316,263,238 | 1 | 1 | MIT | 2020-11-27T09:40:52 | 2020-11-26T15:01:50 | null | UTF-8 | C++ | false | false | 2,237 | h | /*
Copyright (c) 2016-2019 Xavier Leclercq
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 use, copy, modify, me... | [
"xavier.leclercq@needfulsoftware.com"
] | xavier.leclercq@needfulsoftware.com |
566d355fd25c86c56a3f4e6b95e131df5f9ecb6c | 7e1885c96556a8a83dd4cbf2521fd5ca57a9fcec | /NPR_Utils.h | 15a19dffa015dc43593bd3b95edf123bf31f2581 | [] | no_license | hummingtree/npr-analysis | ff51fcd2906bb8b324a2d41462540ad07d0d4a10 | f7716a3bd8caa9227c7c40e32477b7b3062200de | refs/heads/master | 2021-01-19T17:41:08.588216 | 2017-09-27T18:34:06 | 2017-09-27T18:34:06 | 101,083,388 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,719 | h | #ifndef NPR_UTILS_H
#define NPR_UTILS_H
#include "util.h"
#include "DoubleWilsonMatrix.h"
#include "JackknifeDatabase.h"
#include "WilsonMatrix.h"
#include <array>
std::array<DoubleWilsonMatrix, 7> BuildProjectorSpinColorStructures(Parity parity);
std::array<DoubleWilsonMatrix, 7> BuildQslashProjectorSpinColorStruc... | [
"ducknade@gmail.com"
] | ducknade@gmail.com |
321f89fd718686b7ee8eb3c76261b1bb4381e6cd | e53e064823aa51135a0c3346bc758d3bf0779b31 | /tools/benchmark/benchmark_codec_custom.cc | f06e36e791917fe2b75d3f3e427846c8ca239865 | [
"Apache-2.0"
] | permissive | G-AshwinKumar/JPEG_XL_Reference_Software | 2b1f709ca4640c13342deb232c82aa88f9fd9877 | e401fc9090879d57311f75a57d417d2d8b324301 | refs/heads/master | 2023-03-21T22:23:57.157766 | 2021-03-06T18:16:09 | 2021-03-09T12:45:55 | 344,275,274 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,331 | cc | // Copyright (c) the JPEG XL 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 applicable law or agree... | [
"noreply@jpegxl.appspotmail.com"
] | noreply@jpegxl.appspotmail.com |
d3ab32d3b2e97d6a0a124648f52727e695a4ae30 | 6a138d71083ee3779650e18f9f0ddf2ba52ef87e | /279.完全平方数.cpp | 5edefdcc293c54af9a8e39bea7d6407386dad552 | [] | no_license | Shawn070/leetcode | be0d459145132d239dbb30b9cf74d96b7e8a9590 | 3a440a2e3cfc1904c100083ee81b406375e8671a | refs/heads/master | 2021-07-16T09:57:27.885626 | 2020-06-18T13:56:13 | 2020-06-18T13:56:13 | 179,438,869 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,029 | cpp | /*
* @lc app=leetcode.cn id=279 lang=cpp
*
* [279] 完全平方数
给定正整数 n,找到若干个完全平方数(比如 1, 4, 9, 16, ...)使得它们的和等于 n。你需要让组成和的完全平方数的个数最少。
示例 1:
输入: n = 12
输出: 3
解释: 12 = 4 + 4 + 4.
示例 2:
输入: n = 13
输出: 2
解释: 13 = 4 + 9.
*/
/*动态规划:
时间复杂度O(nlogn),空间复杂度O(n)
定义一个函数f(n)表示我们要求的解。f(n)的求解过程为:
f(n) = 1 + min{
f(n-1^2), f(n-2... | [
"307882919@qq.com"
] | 307882919@qq.com |
4d0ab80ab3e45fadab299eeb05c8b620ea7b9616 | c71ec519ba898cbcde1022780c5f1c5c199543b2 | /single-obstacle-case (legency)/wholeTest.cpp | b22718f80b0d4fd04570f800eb9a5162ddcadd97 | [] | no_license | Rui1223/probabilitsic-minimum-constraint-removal-planning | 424964391c495ce8b647cfaeac828befefa83e68 | c9780b29faa24dbed9475d914fe275522dcb716d | refs/heads/master | 2023-03-04T05:29:34.110132 | 2021-02-09T15:02:28 | 2021-02-09T15:02:28 | 158,457,361 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,121 | cpp | /*This cpp files now do 20 experiments on greedy and fixedLabel
//for each setting (nLabels, labelCoverage, gridSize)*/
#include "LabeledGraph.hpp"
#include "ConnectedGraph.hpp"
#include "ConnectedNonOverlapGraph.hpp"
#include "PmcrGreedySolver.hpp"
#include "FixedLabelSolver.hpp"
#include "GrowingTreeSolver.hpp"
#in... | [
"gilbertwr2012@gmail.com"
] | gilbertwr2012@gmail.com |
a31643ed5a317a991b14112e82205869f78ff71f | 9fdc1cbdda5fca9a916388e81dcaf7fe3c44c17b | /src/unit_tests/parallel/utest_PAR_joints_dvi.cpp | 388a44a5092a3be6b95f602667b50b420dfe2f26 | [
"BSD-3-Clause"
] | permissive | StefanoZaghi1987/ChronoWheelDesigner | 473c7b4b7177532c6c0b6a7e04df03c85678c4ab | 48b0235565e6c1c08ce8b5a742bf92b0fcbd70f0 | refs/heads/master | 2021-01-22T00:29:12.900606 | 2018-01-26T15:20:01 | 2018-01-26T15:20:01 | 102,189,611 | 1 | 0 | BSD-3-Clause | 2018-01-26T15:20:02 | 2017-09-02T10:38:38 | C++ | UTF-8 | C++ | false | false | 9,580 | cpp | // =============================================================================
// PROJECT CHRONO - http://projectchrono.org
//
// Copyright (c) 2014 projectchrono.org
// All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found
// in the LICENSE file at the top level of t... | [
"stefano.zaghi@gamma-spa.com"
] | stefano.zaghi@gamma-spa.com |
5a55aedbe0a8202b0a88dbf3399afa98d43235b7 | b1ca290baa255e9939882e3711093a8ca0509687 | /645/Untitled3.cpp | 04d85d4358b42c983119da2db682c615cb4b169d | [] | no_license | ZeeshanAhmadKhalil/DevCpp | 26872a9059d683072c116169b4035ea6ae706c54 | c68c67f2972cbc6bca2691dd773a4bff62aa5889 | refs/heads/master | 2020-07-29T00:00:33.065937 | 2019-09-24T06:13:57 | 2019-09-24T06:13:57 | 209,585,282 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 542 | cpp | #include<iostream>
#include"Node1.cpp"
using namespace std;
class List
{
Node*headNode;
Node*currentNode;
int size;
public:
List()
{
headNode=NULL;
currentNode=NULL;
size=0;
}
get()
{
}
add(int value)
{
Node*newNode=new Node();
newNode->set(value);
if(headNode==NULL)
{
headNode->setNex... | [
"mk1411997@gmail.com"
] | mk1411997@gmail.com |
1979e45b9ede5ed070bb14c3f5d5c314cb91d073 | 0ef832d8eaedc16253cc220bc704a52597d248fe | /libs/els/if_extractor/include/extrErr.h | d3de7580d16c0f5129e206e0a62a0858b1d99350 | [
"BSD-2-Clause"
] | permissive | radtek/software-emancipation-discover | 9c0474b1abe1a8a3f91be899a834868ee0edfc18 | bec6f4ef404d72f361d91de954eae9a3bd669ce3 | refs/heads/master | 2020-05-24T19:03:26.967346 | 2015-11-21T22:23:54 | 2015-11-21T22:23:54 | 187,425,106 | 1 | 0 | BSD-2-Clause | 2019-05-19T02:26:08 | 2019-05-19T02:26:07 | null | UTF-8 | C++ | false | false | 2,732 | h | /*************************************************************************
* Copyright (c) 2015, Synopsys, Inc. *
* All rights reserved. *
* *
* Redistribution and... | [
"ktransue@synopsys.com"
] | ktransue@synopsys.com |
9d32ffa4e198b6ed8b824091ab133caf8f41df2a | b37147e44f767457c2060ab0f97b825d72cfffab | /test_client.cpp | ef2006017be9fc42bca1801fcb5861515c322000 | [] | no_license | dalaoshe/4over6_server | 00e2acb3172dee2cb0e508ed08e7ca741486fda8 | 171fed6077204b3f6c184e16df2019898c5e6202 | refs/heads/master | 2021-01-19T14:37:00.766688 | 2017-07-23T03:25:26 | 2017-07-23T03:25:26 | 88,176,438 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 12,574 | cpp | //
// Created by dalaoshe on 17-4-14.
//
#include "4over6_util.h"
static void printmessage(unsigned char *buf);
static unsigned char *printnamestring(unsigned char *p,unsigned char *buf);
#define GETWORD(__w,__p) do{__w=*(__p++)<<8;__w|=*(p++);}while(0)
#define GETLONG(__l,__p) do{__l=*(__p++)<<24;__l|=*(__p++)<<... | [
"dalaoshe@dalaoshe"
] | dalaoshe@dalaoshe |
960a47fdf1b48276a3c5b48af83257f3d52251a7 | bdd9f3cdabe0c768641cf61855a6f24174735410 | /src/external/3rd/library/dpvs/implementation/include/dpvsRecycler.hpp | 9b3fdb1bed08bcbef530de0c5dc0cef7e1d205bd | [] | no_license | SWG-Source/client-tools | 4452209136b376ab369b979e5c4a3464be28257b | 30ec3031184243154c3ba99cedffb2603d005343 | refs/heads/master | 2023-08-31T07:44:22.692402 | 2023-08-28T04:34:07 | 2023-08-28T04:34:07 | 159,086,319 | 15 | 47 | null | 2022-04-15T16:20:34 | 2018-11-25T23:57:31 | C++ | UTF-8 | C++ | false | false | 2,753 | hpp | #ifndef __DPVSRECYCLER_HPP
#define __DPVSRECYCLER_HPP
/*****************************************************************************
*
* dPVS
* -----------------------------------------
*
* (C) 1999-2001 Hybrid Holding, Ltd.
* All Rights Reserved.
*
* This file consists of unpublished, proprietary source code o... | [
"swgmaster@india.com"
] | swgmaster@india.com |
5392c3188f10e457263a9175c57504f9ab2a8b76 | 8e7cc90ea1a709249796038110a7152938f8cae0 | /Sketcher/Worker.cpp | 0ca4d422e4811c5e94c77b2f93e150bc54a3f16e | [
"MIT"
] | permissive | HasKha/Sketcher | ad90947d05c7105b674d21a3f6fe13b79ec8edfc | 461d3de47e26995ea2ff3805de702466e009dd61 | refs/heads/master | 2021-01-15T23:59:18.053111 | 2017-12-18T23:02:55 | 2017-12-18T23:02:55 | 99,946,453 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 513 | cpp | #include "Worker.h"
bool Worker::Do(std::function<void()> task) {
if (Instance().should_stop) return false;
Instance().tasks.push(task);
return true;
}
void Worker::Stop() {
Instance().should_stop = true; // do not accept more jobs
Instance().thread.join();
}
Worker::Worker() {
should_stop = false;
thread = s... | [
"ggori@live.com"
] | ggori@live.com |
653b8c3ac790a8fbe2a5b009b8bbcbd9790e2851 | eee4e1d7e3bd56bd0c24da12f727017d509f919d | /Case/case6/1900/p | 7db3af3c268dbfab96a398b91993920907671a86 | [] | no_license | mamitsu2/aircond5_play5 | 35ea72345d23c5217564bf191921fbbe412b90f2 | f1974714161f5f6dad9ae6d9a77d74b6a19d5579 | refs/heads/master | 2021-10-30T08:59:18.692891 | 2019-04-26T01:48:44 | 2019-04-26T01:48:44 | 183,529,942 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,769 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"mitsuaki.makino@tryeting.jp"
] | mitsuaki.makino@tryeting.jp | |
f7712564474681f4a5aac717244868ac888aca2e | 4479e0ba6b3eb733423f612c43487633c5eab47a | /sequencemanager.h | 1695cc15a77a50a2d3204bd466533fbc0bba3130 | [] | no_license | EssGeeEich/lua-http-server | 2d2074269e8ba35de32f1562944daa592f39ff28 | 6e14b5e6d128a623dd30baf90a01f0cf40c88e3a | refs/heads/master | 2021-05-02T17:50:16.779387 | 2017-05-19T21:16:07 | 2017-05-19T21:16:07 | 62,421,597 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 364 | h | #ifndef SEQUENCEMANAGER_H
#define SEQUENCEMANAGER_H
#include <atomic>
#include <cstdint>
class SequenceManager {
std::atomic_ullong m_currentTicket;
std::atomic_ullong m_lastTicket;
public:
SequenceManager();
std::uint64_t GetTicket();
bool ProcessTicket(std::uint64_t);
bool ValidateTicket(std:... | [
"grassia.mauro@gmail.com"
] | grassia.mauro@gmail.com |
25dacd0858d149d7e00ae7a5367f25982ab1b5f6 | 0786f2a12bd4691fdd55e279b01d822a88558d57 | /include/boost/stacktrace/detail/stacktrace.ipp | 3435f0a02e54e625b100975b76ed5afac2d3263f | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | mkurdej/stacktrace | 29b2d82232428b25d97921eda872a3759abe47af | 11b3b1f83ee5ad73256b988cf4c69911f1ec3521 | refs/heads/master | 2021-01-11T02:37:45.658767 | 2016-10-14T06:16:38 | 2016-10-14T06:16:38 | 70,923,312 | 0 | 0 | null | 2016-10-14T15:32:25 | 2016-10-14T15:32:24 | null | UTF-8 | C++ | false | false | 1,954 | ipp | // Copyright Antony Polukhin, 2016.
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_STACKTRACE_DETAIL_STACKTRACE_IPP
#define BOOST_STACKTRACE_DETAIL_STACKTRACE_IPP
#include <boost/config.hpp>
#... | [
"antoshkka@gmail.com"
] | antoshkka@gmail.com |
4a1db77c65954ec80f6ab102692a9337a402ef26 | c6afbaaac6e6cabadf7a4700b4baacbdf9fc521e | /ArtManager/Log.cpp | 076b7fe1100fac12f53c8d93bd4024cfff3555ab | [
"Apache-2.0"
] | permissive | houyaf/ArtManager | feffd560c335ce5b91929119a88a8eefdbb6b3df | 3a7eb20898b7241b79de0afce26ac6d049d887a9 | refs/heads/master | 2021-01-04T16:18:56.080692 | 2020-02-19T03:26:41 | 2020-02-19T03:26:41 | 240,631,738 | 1 | 0 | null | 2020-02-15T04:37:06 | 2020-02-15T02:18:47 | C++ | GB18030 | C++ | false | false | 369 | cpp | // Log.cpp : 实现文件
//
#include "stdafx.h"
#include "Log.h"
// CLog
CLog::CLog()
{
}
CLog::CLog(int iLogType, CTime tLogTime, LPCTSTR szMsg)
:m_iLogType(iLogType)
,m_tLogTime(tLogTime)
,m_szLogInfo(szMsg)
{
}
CLog::~CLog()
{
}
// CLog 成员函数
CTime CLog::Get_LogTime()
{
return m_tLogTime;
}
CString CLog::Get_L... | [
"houyaf@163.com"
] | houyaf@163.com |
f392fe4706fddd46059530b5ed577c56565b9a25 | 34062af545822f0dc28265091f0012c5ba6035df | /Tutorials/76_map.cpp | 3c750ea5e7e38746e5a9f2e1c03315b5efcdb2c9 | [] | no_license | cybersaksham/CPP-Course | 4ef6badcb7a0a3b3f0646e0ccbab121ee6ea4568 | 299007c2754301ad90854eb85ea62ad97b4df469 | refs/heads/master | 2023-07-03T04:54:19.106638 | 2021-07-18T07:57:28 | 2021-07-18T07:57:28 | 384,867,697 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 906 | cpp | /*
Ways to create a map :
same as vector
*/
/*
Some important methods :
Most methods are same as list but some important different methods are described below :
-----ELEMENT ACCESS-----
1. at(a) --- return value present at key a
-----MODIFIERS-----
1. push & pull functions are not present
-----OPERATIONS-----
1. fi... | [
"2020UCP1801@mnit.ac.in"
] | 2020UCP1801@mnit.ac.in |
a9cc154c2c281fb7f8583942cd9e37c70e904794 | 314d0b2f0c4687a61e9ee4ecbd5a6823903a2678 | /src/test/bswap_tests.cpp | d665087a0078d4ca2eaedff268865a075e7bbeca | [
"MIT"
] | permissive | pelermu/zaap | e956f6ff2f89e02d86054f70ba32e9b3ad871b6b | 58363ba5c14fc04e4439aa7cc9a18d7870270e43 | refs/heads/master | 2020-03-27T06:36:59.900631 | 2018-08-25T18:38:38 | 2018-08-25T18:38:38 | 146,120,318 | 0 | 0 | MIT | 2018-08-25T18:35:56 | 2018-08-25T18:35:56 | null | UTF-8 | C++ | false | false | 733 | cpp | // Copyright (c) 2016 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "compat/byteswap.h"
#include "test/test_zaap.h"
#include <boost/test/unit_test.hpp>
BOOST_FIXTURE_TEST_SUITE(bswap_test... | [
"37992703+zaapnetwork@users.noreply.github.com"
] | 37992703+zaapnetwork@users.noreply.github.com |
b122f589ad6b76dfa6b799174e88e52d282174b8 | 4468ded5b236f316e7a33609acfb63771a622812 | /Block-2/2.5-Definir_Vista_Con_Angulos_De_Euler/MyGLWidget.h | a2502e0c58728d4a7ebb99bc52f801e034ddd640 | [] | no_license | Vilhjalmr12/IDI-Labs | 31dbca77f463719490de3c0ab569a599a34b3548 | 9a20b46f7ebb070e566c2d5367a038be564b23da | refs/heads/master | 2021-06-16T17:02:43.986019 | 2017-06-04T12:56:08 | 2017-06-04T12:56:08 | 90,006,861 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,568 | h | #define GLM_FORCE_RADIANS
#include <QOpenGLFunctions_3_3_Core>
#include <QOpenGLWidget>
#include <QOpenGLShader>
#include <QOpenGLShaderProgram>
#include <QKeyEvent>
#include "glm/glm.hpp"
#include "glm/gtc/matrix_transform.hpp"
//____________________CODIGO PROPIO_______________________________
#include "model.h"
//__... | [
"guillermo.martinez.martinez@c6s303pc31.fib.upc.es"
] | guillermo.martinez.martinez@c6s303pc31.fib.upc.es |
4aeaed596960cdccb9ddf81ab3466be6684aacb9 | 798bed1167e6f95acf2b3ef5bd152fb6ae06446d | /Hoofdprogramma/roombaController/src/roombaProgram.h | af6659781838d44abc5e8ef10a1f63f631830bc1 | [] | no_license | K-4U/ese_project4y5 | 25a1f991390d8232a0fb071ed8ffa6bd1506cb35 | 235b8b31b3a9eca833286b954c948ad0348d0d47 | refs/heads/master | 2020-05-26T21:23:04.080525 | 2013-06-19T10:20:25 | 2013-06-19T10:20:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,360 | h | // {{{RME classifier 'Logical View::Roomba::roombaProgram'
#ifndef roombaProgram_H
#define roombaProgram_H
#ifdef PRAGMA
#pragma interface "roombaProgram.h"
#endif
#include <RTSystem/roombaController.h>
#include <programProtocol.h>
// {{{RME tool 'OT::Cpp' property 'HeaderPreface'
// {{{USR
#include <stdio.h>
#incl... | [
"koen@k-4u.nl"
] | koen@k-4u.nl |
02099dcb3f9e36aed0978cbcadbb072ed2ad0a91 | 24281d17ac2799922f719928a7aa40ffac233be2 | /serre/serre.ino | 6460707a06de621d57971d6cba40ce9d00d66c47 | [] | no_license | dannybackx/serre | 3d6a889d9f02e66989c1c2dfd96c3dd7058da83c | 215e6d87c65956935714383cfd44d1b8e12180a7 | refs/heads/master | 2021-07-04T16:26:29.574633 | 2021-05-01T07:42:08 | 2021-05-01T07:42:08 | 66,018,536 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,924 | ino | /*
* Copyright (c) 2016 Danny Backx
*
* License (MIT license):
* 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... | [
"dannybackx@users.noreply.github.com"
] | dannybackx@users.noreply.github.com |
d6f970a2bef48a7c97b77371d25d5e9168120431 | eac370a90fabd0a311524e9fe0a19ae16cc51d04 | /source/Rules.h | 7b43e7381697d653322330a112ee1b8c9019153e | [
"MIT"
] | permissive | santhoshinty/mariana-trench | c6f23efc7d415e1de834041475dbc86bfb07b467 | bfeb71424f6f57f0947a9b798508da5fb1087eca | refs/heads/main | 2023-08-28T04:15:06.395083 | 2021-11-05T12:03:50 | 2021-11-05T12:05:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,775 | h | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#pragma once
#include <memory>
#include <unordered_map>
#include <vector>
#include <boost/iterator/transform_iterator.hpp>
#inclu... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
8a88c087224cf2d8088c9236454b439d1ceaab3d | e17c43db9488f57cb835129fa954aa2edfdea8d5 | /Libraries/IFC/IFC4/include/IfcFlowMeterTypeEnum.h | b6916de79cfeba0976ffd26adb7c0c5318a71624 | [] | no_license | claudioperez/Rts | 6e5868ab8d05ea194a276b8059730dbe322653a7 | 3609161c34f19f1649b713b09ccef0c8795f8fe7 | refs/heads/master | 2022-11-06T15:57:39.794397 | 2020-06-27T23:00:11 | 2020-06-27T23:00:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,205 | h | /* Code generated by IfcQuery EXPRESS generator, www.ifcquery.com */
#pragma once
#include <vector>
#include <map>
#include <sstream>
#include <string>
#include "IfcPPBasicTypes.h"
#include "IfcPPObject.h"
#include "IfcPPGlobal.h"
// TYPE IfcFlowMeterTypeEnum = ENUMERATION OF (ENERGYMETER ,GASMETER ,OILMET... | [
"steva44@hotmail.com"
] | steva44@hotmail.com |
f501aff25d23ab504c7a6ab5f161134f7c7fec5f | d517edfdcc151be71f1472b5bbae4327a0f89732 | /src/dijkstra.cpp | 4806438bcfb91b2982bcdf00a7ce0671f585d992 | [
"MIT"
] | permissive | DanielKinsman/dijkstra-gdnative | 9f0811506b4faba7966921b1dee965c5aafcc321 | 47f32e363de22e8420e7db13cab6a08890b84a0f | refs/heads/master | 2022-12-16T14:15:40.124946 | 2020-09-19T01:30:01 | 2020-09-19T01:30:01 | 296,763,507 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 10,264 | cpp | #include "dijkstra.h"
#include <queue>
using namespace std;
using namespace godot;
void Dijkstra::_register_methods() {
register_method("add_node", &Dijkstra::add_node);
register_method("remove_node", &Dijkstra::remove_node);
register_method("get_nodes", &Dijkstra::get_nodes);
register_method("get_po... | [
"danielkinsman@riseup.net"
] | danielkinsman@riseup.net |
b860714470d583bc56510fe182e67cf1a2cfbf7f | 26b47adc22a1538b8045ae13e55055c8f0631a2b | /rntl/rtcus_dwa/include/rtcus_dwa/velocity_strategies/velocity_strategy.h | 4f1548bf7fa425d051ee6dab660f862dac3cf75e | [] | no_license | congleetea/rtc-us-ros-pkg-code | 6912dce6f497afbff157bd6f382b9deb650813a0 | 527c3ae15ad0227dde059afa0a4fb82974500a73 | refs/heads/master | 2020-07-16T16:27:39.194532 | 2019-05-28T09:27:46 | 2019-05-28T09:27:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,182 | h | /*
* velocity_strategy.h
*
* Created on: Feb 13, 2013
* Author: Pablo Iñigo Blasco - Robotics and Computer Architecture (ATC) - University of Seville - 2012
* License: GPLv3
*/
#ifndef VELOCITY_STRATEGY_H_
#define VELOCITY_STRATEGY_H_
#include <rtcus_dwa/dwa_config.h>
#include <rtcus_dwa/cost_strateg... | [
"709335543@qq.com"
] | 709335543@qq.com |
5f38e5ba82491bf38c8b5b3f8668ca42368904f7 | f1cedd0ff0bb81a66669ad022941bf5fd7c3f14e | /OpenMP&TBB/2 Strassen Algorithm. OpenMP/2 Strassen Algorithm. OpenMP/Matrix.h | 376add79a89595c489a3190bea69bf388a2965b7 | [] | no_license | TheSanchouz/ParallelProgramming | feea4c13921429cf3431a70bf7bda4e1f850f19f | 861ae057e280852a5ea514dddd6378ba84f0c8ca | refs/heads/master | 2020-04-01T19:45:30.090776 | 2019-03-07T15:34:12 | 2019-03-07T15:34:12 | 153,404,435 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,974 | h | #pragma once
#include <omp.h>
#include <random>
#include <iomanip>
#include <iostream>
class Matrix
{
private:
int rows, cols;
double **matrix;
void Split4Strassen(Matrix& a11, Matrix& a12, Matrix& a21, Matrix& a22)
{
a11 = Submatrix(0, 0, rows / 2 - 1, cols / 2 - 1);
a12 = Submatrix(0, cols / 2, rows / 2 - 1... | [
"thesanchouz@gmail.com"
] | thesanchouz@gmail.com |
4fbb00018ac1b8a51a6809a01ca7c7346a11a35d | 8c8857ce311e2210f24eee5db0e3992faac6bc67 | /evluaserver/src/evluaserver.cpp | 189e64ec68355ee680ba5f62ba5337de225ea2d6 | [
"BSL-1.0"
] | permissive | rohanvivek/evpoco | abe7aaedaf01eae88ada0373e02e95f60817bb4f | c9a60a88ad617970ab998e243ec88cd425eb4054 | refs/heads/master | 2021-01-02T02:13:01.675496 | 2020-02-08T17:12:55 | 2020-02-08T17:12:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,980 | cpp | //
// evluaserver.cpp
//
// This sample demonstrates the HTTPServer and HTMLForm classes.
//
// Copyright (c) 2018-2019, Tekenlight Solutions Pvt Ltd.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#include "Poco/evnet/EVHTTPServer.h"
#include "Poco/evnet/EVLHTTPRequestHandler.h"
#include "Poco/evnet/... | [
"sudheer.hr@tekenlight.com"
] | sudheer.hr@tekenlight.com |
74bcd9248ef195558f3f990dc15d0c41ed326f39 | 86ac31bc8c933f75f1ea0ab537027b5bb3e112b4 | /heap/priorityque.cpp | 769f4f70553ac6f66282fc09b32383e1ad91fc27 | [] | no_license | deepaksharma36/cpp-practice | cd708d8c2afffbe93d6ae12c18097bb781068a1e | 9fbdcc49d53827c1d71f1151bf615f53e67923ac | refs/heads/master | 2022-04-24T16:46:08.255951 | 2020-05-01T05:24:42 | 2020-05-01T05:24:42 | 260,383,537 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 292 | cpp | #include<iostream>
#include<vector>
#include<queue>
using namespace std;
int main(){
priority_queue<int> g;
g.push(5);
g.push(3);
g.push(95);
g.push(65);
g.push(43);
g.push(33);
cout<<g.top()<<endl;
g.pop();
cout<<g.top()<<endl;
eturn 0;
}
| [
"deepak.jiitn@gmail.com"
] | deepak.jiitn@gmail.com |
21d201ea9511822fb5cfef36b75b3b8c7f7ee44b | 2a0fee7a6f566843c6d533bc1f7b621c7e3b3400 | /ui/ozone/platform/cast/surface_factory_cast.cc | 0d229b33a5d1ee19465e09db0195cf4b30bfb2e7 | [
"BSD-3-Clause"
] | permissive | amitsadaphule/chromium | f53b022c12d196281c55e41e44d46ff9eadf0e56 | 074114ff0d3f24fc078684526b2682f03aba0b93 | refs/heads/master | 2022-11-22T22:10:09.177669 | 2019-06-16T12:14:29 | 2019-06-16T12:14:29 | 282,966,085 | 0 | 0 | BSD-3-Clause | 2020-07-27T17:19:52 | 2020-07-27T17:19:51 | null | UTF-8 | C++ | false | false | 3,913 | cc | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ui/ozone/platform/cast/surface_factory_cast.h"
#include <memory>
#include <utility>
#include "base/macros.h"
#include "base/memory/ptr_util.h"... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
0bb054e327ae941afdab6f3c260ca4eaeffeaf0e | a0d544b7aa4a7bb393982fe282f493cf42c24006 | /ogro_invasion/src/gameworld.h | 7f92ac48fbe702ab199cc518dc06544d83797bff | [] | no_license | joshuadahl5114/EndGame | f74d405250ff22e20e76983a948232e7ab1df63b | 6228c557eea4dd34687ba4693bc618fde72c68d7 | refs/heads/master | 2023-01-09T14:29:01.480233 | 2020-11-10T06:15:34 | 2020-11-10T06:15:34 | 311,562,960 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,771 | h | #ifndef GAMEWORLD_H
#define GAMEWORLD_H
#include <iomanip>
#include <list>
#include <string>
#include <sstream>
#include <memory>
#include "uncopyable.h"
#include "enemy.h"
class KeyboardInterface;
class MouseInterface;
class Camera;
class Player;
class Landscape;
class Frustum;
class GameWorld : private Uncopyabl... | [
"49455339+joshuadahl5114@users.noreply.github.com"
] | 49455339+joshuadahl5114@users.noreply.github.com |
1a8644f6e2733332db3b7aab8cf40d4b0a8c4529 | b9bf2779583491d2da83acd975b6b3851ba58ef0 | /test/headfil.cpp | 5cf1f3dd79eff47d1d94ea663220ea18cae61d72 | [] | no_license | EslSuwen/CPP-note | 039e657694505b176d3128a370328d8a7634e19f | e9385ea8c2ad1c163bbd162b549b57bcda110aec | refs/heads/master | 2021-07-04T01:28:45.193778 | 2020-10-06T03:00:03 | 2020-10-06T03:00:03 | 183,713,393 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 187 | cpp | /*
* @Coding: utf-8 \n
* @Despcription: \n
* @Author: Suwen \n
* @Date: 2018-12-22 22:04:17
* @LastEditors: Suwen \n
* @LastEditTime: 2018-12-22 22:05:18
*/
#include <ios> | [
"577014284@qq.com"
] | 577014284@qq.com |
79626cba1b0f5476a08ef1c0724912665e08e9ed | fa0e58d4ae0479b26506a5463bc40a3f6e72e31a | /day06/ex02/Base.hpp | 864da550cdeff806ee133599581b503edb11b181 | [] | no_license | mazor86/cpp_piscine | fd75d78018cd722b431cf96353b1618f90c1d970 | f44d574ab4c2a1c820487e442ad045a661f1d55d | refs/heads/master | 2023-04-12T07:51:37.541711 | 2021-05-17T18:51:50 | 2021-05-17T18:51:50 | 358,284,262 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 188 | hpp | #ifndef BASE_HPP
# define BASE_HPP
# include <iostream>
class Base
{
public:
virtual ~Base();
};
class A: public Base
{
};
class B: public Base
{
};
class C: public Base
{
};
#endif | [
"mazor@student.21-school.ru"
] | mazor@student.21-school.ru |
92120c4335e376019046744050a7401d8af1aa3e | 4707400f71b9004b47380581a76b279329a160e3 | /Sprawdzarka UAM/Zrobione zadania/Planety/planety, inne mapy.cpp | 2eda21622b2b3ae6501352a885ce44c530f81430 | [] | no_license | swacisko/CODES | e5c73594374608ee8b3688f4e51e5ca4867d79f9 | 5e492c9711c93be493c7952bb08e30f9ad7a57b6 | refs/heads/master | 2021-01-19T00:37:03.262832 | 2017-01-09T21:00:04 | 2017-01-09T21:00:04 | 73,085,634 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,771 | cpp | #include<iostream>
#include<map>
using namespace std;
int N=0;
long long tab[3000][2];
typedef map< pair<int,int>, int > MPIII;
typedef pair<int,int> PII;
MPIII::iterator it;
MPIII mymap;
int main()
{
// ios_base::sync_with_stdio(0);
mymap.clear();
c... | [
"swatsylwester@gmail.com"
] | swatsylwester@gmail.com |
6b872919c4fc46bf4c8b647b0b78adb0e7f5bc2c | ca96751edfe6ef75e9abfad284ac09cbb56b416c | /src/Fetcher.re | e2d79ffcccaac580a2a28d590789c8edb3212791 | [] | no_license | bsansouci/dojo-europe | 4ceaf5dcae9acf1283cf6d6e43b4d8991a3e7e3d | bf5dbbe2f07259f86a14061da0e20660da55b372 | refs/heads/master | 2020-03-18T16:13:12.081974 | 2018-05-27T14:38:33 | 2018-05-27T14:38:33 | 134,953,682 | 12 | 15 | null | 2018-05-27T14:38:34 | 2018-05-26T10:57:56 | JavaScript | UTF-8 | C++ | false | false | 754 | re | [@bs.deriving abstract]
type data = {
username: string,
location: (float, float),
};
type response1;
type promise('a);
[@bs.send] external json : response1 => 'a = "";
[@bs.deriving abstract]
type request = {
[@bs.as "method"]
method_: string,
body: string,
};
[@bs.val] external fetchGet : string => promis... | [
"benjamin.sansouci@gmail.com"
] | benjamin.sansouci@gmail.com |
15b30271769d51da393f42a726c01dfb729c6ad7 | 710ac923ad7aaaf3c59882a057a2ebbe159ef135 | /Ogre-1.9a/RenderSystems/GL/include/OgreGLRenderSystem.h | 9f6dae7108faa83ca04bd653c3c12f5ccb6c5d80 | [] | no_license | lennonchan/OgreKit | 3e8ec4b0f21653cb668d5cd7d58acc8d45de6a96 | ac5ca9b9731ce5f8eb145e7a8414e781f34057ab | refs/heads/master | 2021-01-01T06:04:40.107584 | 2013-04-19T05:02:42 | 2013-04-19T05:02:42 | 9,538,177 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 18,405 | h | /*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org
Copyright (c) 2000-2012 Torus Knot Software Ltd
Permission is hereby granted, free of charge, to any person o... | [
"qinlong.mkl@gmail.com"
] | qinlong.mkl@gmail.com |
6a3ad1047d4a7b99d4526bef2f8e8c4ef061ca52 | 49379d05b834dbe616352e81c64cba403ab4b7df | /src/World.h | bd3a2b91e3b44dd4c0647be1b1b17b2ff5801191 | [
"MIT"
] | permissive | check69/ZombieBomber | a2de8ad6b60fa82642ea2c7617196ab45884e98f | f19e2deb99e7b20d5f04b78572fda26eaaf7ca2d | refs/heads/master | 2020-03-26T12:09:09.472769 | 2018-08-15T16:47:28 | 2018-08-15T16:47:28 | 144,878,215 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,798 | h | #ifndef _WORLD_H
#define _WORLD_H
#include "Entity.h"
#include "GfxEngine.h"
class TWorld
{
bool m_ok;
bool m_bWantsToExit;
int m_iWidth;
int m_iLevel;
int m_iNumEnemies;
int m_iPuntuacion;
int ... | [
"antonio.checa.bustos@gmail.com"
] | antonio.checa.bustos@gmail.com |
c62a3c94be2732b24b9cbf73eded9b113dff34b1 | 3e0405e67a035d3b9ce31a6e83bd805b6dc94041 | /src/core/arch/x86/IdtImpl.hh | 759bc1b90a1a81456fcf185e2028ff97123eba6d | [
"Apache-2.0"
] | permissive | IntroVirt/IntroVirt | 33ec7fab4424656717d6ccb9ee87ba77e8f69b1f | e0953d1c9a12b6e501f6a876a07d188b7b80254a | refs/heads/main | 2022-12-22T05:47:27.038862 | 2022-12-15T22:52:21 | 2022-12-16T00:50:10 | 339,445,106 | 46 | 10 | Apache-2.0 | 2022-12-08T17:01:42 | 2021-02-16T15:37:13 | C++ | UTF-8 | C++ | false | false | 3,613 | hh | /*
* Copyright 2021 Assured Information Security, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"srpape@gmail.com"
] | srpape@gmail.com |
1fc8ee4e800d51e7c88e7a288268340a4419db05 | b433b25db0caed8a9d54f8135c3e2e8de3d936c6 | /components/utilities/monitoring.cpp | 1c8a7c49e603f0f7969776fcfd6b9c1ff09b949f | [] | no_license | dimafe6/HomeWeatherStationIdf | afe5b1b128f548bd0350b738135819009fa84d88 | 4c9adac06398d8b4c3f76b9ad659dbebc513f051 | refs/heads/main | 2023-05-24T05:46:43.301289 | 2021-05-30T21:13:19 | 2021-05-30T21:13:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 378 | cpp | #include "monitoring.h"
float GetTaskHighWaterMarkPercent(TaskHandle_t task_handle, uint32_t stack_allotment)
{
UBaseType_t uxHighWaterMark;
uint32_t diff;
float result;
uxHighWaterMark = uxTaskGetStackHighWaterMark(task_handle);
diff = stack_allotment - uxHighWaterMark;
result = ((float)dif... | [
"dimafe2000@gmail.com"
] | dimafe2000@gmail.com |
75308eef41e9df6f098400a1c9a798076998d857 | a964c590ba5d2d36d8fdcdd710d11779512d8ee2 | /Procedural-Midi/MidiAsset/Source/Midi/Classes/Event/ProgramChange.cpp | 5879dafe4e1eaac5d410c05231c025882279e183 | [] | no_license | ElonGame/Midi-Unreal | df9510256c70463a923022d9dd5baba7468b5c87 | f679ff137e1c381be3ba6432709f862f16140bb3 | refs/heads/master | 2021-01-02T22:29:14.606170 | 2017-08-02T14:54:57 | 2017-08-02T14:54:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 547 | cpp | // Copyright 2011 Alex Leffelman
// Updated 2016 Scott Bishel
#include "MidiPrivatePCH.h"
#include "ProgramChange.h"
ProgramChange::ProgramChange(long tick, int channel, int program)
: ChannelEvent(tick, ChannelEvent::PROGRAM_CHANGE, channel, program, 0)
{
}
ProgramChange::ProgramChange(long tick, long delta, int c... | [
"scott.bishel@yahoo.com"
] | scott.bishel@yahoo.com |
094720c3f44111f27309e51adcac9c8b1bc1d0ff | ba5bba0ea76f75b7767c178c80e471b6a850e402 | /2014/Qualification/Solutions/0061_希代_basketball-game.cc | fd117fd09e19544d0df4e10f67652089c13ded6c | [] | no_license | rmax/Facebook-Hacker-Cup-Results | d28910973a8941c67a83f532c7a42918b871d0f9 | f0d9e94a678a1684797f4d78d39cdd5b338281d0 | refs/heads/master | 2021-05-26T22:34:40.991969 | 2013-11-25T18:12:58 | 2013-11-25T18:12:58 | 1,485,523 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,205 | cc | #include <bits/stdc++.h>
#ifdef LOCAL
#include "local.h"
#endif
using namespace std;
#define rep(i, n) for (int i = 0; i < (int)(n); i++)
#define all(a) (a).begin(), (a).end()
#define clr(a, x) memset(a, x, sizeof(a))
#define sz(a) ((int)(a).size())
#define mp(a, b) make_pair(a, b)
template <typename T, typename U> ... | [
"darkrho@gmail.com"
] | darkrho@gmail.com |
f8639231bbec6072db5b182ccc1c687f747b925f | 9030ce2789a58888904d0c50c21591632eddffd7 | /SDK/ARKSurvivalEvolved_DmgType_Melee_Dino_Carnivore_Large_YutyRoar_functions.cpp | ede6fb7ff9c3ed4af4a17d3dbaf23f46a6119cbd | [
"MIT"
] | permissive | 2bite/ARK-SDK | 8ce93f504b2e3bd4f8e7ced184980b13f127b7bf | ce1f4906ccf82ed38518558c0163c4f92f5f7b14 | refs/heads/master | 2022-09-19T06:28:20.076298 | 2022-09-03T17:21:00 | 2022-09-03T17:21:00 | 232,411,353 | 14 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 404 | cpp | // ARKSurvivalEvolved (332.8) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_DmgType_Melee_Dino_Carnivore_Large_YutyRoar_parameters.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Functions
//--------------------------------------... | [
"sergey.2bite@gmail.com"
] | sergey.2bite@gmail.com |
a4404c98df5a7884e1c2021c131d9c18d43486fb | fd4644b2b988f62b14d5e20ef565b70b92cfb0a5 | /gccmakefilepractice/src/main.cpp | de435d33d0173f72c7f6a8699a81c66526d70aa0 | [] | no_license | jhk2/glsandbox | 63d64fb324f44d312bb91a99d5f04150a6669b54 | ad442f029bac361133484b51d53ab3a833e23a2d | refs/heads/master | 2020-04-28T00:31:39.280049 | 2014-07-18T20:00:36 | 2014-07-18T20:00:36 | 5,698,311 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 101 | cpp | #include <stdio.h>
int main(int argc, const char *argv[] )
{
printf("makefile test\n");
return 0;
} | [
"OMES@OMES-PC.(none)"
] | OMES@OMES-PC.(none) |
254a4bd8f1480c227b6675b3b54400cb08db10f4 | 0d0e78c6262417fb1dff53901c6087b29fe260a0 | /bmvpc/src/v20180625/model/ModifySubnetDHCPRelayResponse.cpp | e882395fc8aa211319cd243bd31536955a5b760c | [
"Apache-2.0"
] | permissive | li5ch/tencentcloud-sdk-cpp | ae35ffb0c36773fd28e1b1a58d11755682ade2ee | 12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4 | refs/heads/master | 2022-12-04T15:33:08.729850 | 2020-07-20T00:52:24 | 2020-07-20T00:52:24 | 281,135,686 | 1 | 0 | Apache-2.0 | 2020-07-20T14:14:47 | 2020-07-20T14:14:46 | null | UTF-8 | C++ | false | false | 2,471 | cpp | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... | [
"jimmyzhuang@tencent.com"
] | jimmyzhuang@tencent.com |
5fcc5c66e8688eb49ae2d6c1100a1acb20b29adb | b141499b7d1c67ef2197e1afbe072aa632f0241f | /Client/wnd/glContext.h | f708a1281b446a666145ded32213fe8fa0db1244 | [] | no_license | HappyCodersRWorking/CFEditor | b47ee091551174fceb3d3a3de5421271596751d8 | d5981f248aec76e53326154c433e2b8190685c0f | refs/heads/master | 2021-01-10T17:44:39.051720 | 2016-03-13T14:52:52 | 2016-03-13T14:52:52 | 53,260,577 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 528 | h | #ifndef _CF_GL_CONTEXT_H_
#define _CF_GL_CONTEXT_H_
#include "wx/glcanvas.h"
#include "../3DScn/scnMngr.h"
#include "../3DScn/glRenderContext.h"
namespace CFGui
{
class CFGLContext : public wxGLContext
{
public:
CFGLContext(wxGLCanvas *canvas);
// render the cube showing it at given angles
void DrawRotatedC... | [
"2090144486@qq.com"
] | 2090144486@qq.com |
9f288ddf62daf1295d6e7f20159ee10abbe0df46 | 937e1d320975d2416e4edd5a50604252dce6dbbd | /src/io.hpp | 2f63fdc68d68260ae2141f9711d8125aabdda7d5 | [
"MIT"
] | permissive | PENTACLE-Team/PENTACLE | 205858ea8befa9acb121b8a576a7d1d521ebd6b3 | 3d682bb493644a314d9192f72eac0217a52835b1 | refs/heads/master | 2020-07-03T07:50:35.210752 | 2017-10-29T05:37:38 | 2017-10-29T05:37:38 | 74,189,461 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,708 | hpp | #pragma once
// f(x) = x/sigma^2*exp(-x^2/(2sigma^2))
// F(x) = 1.0 - exp(-x^2/(2sigma^2))
// x = sqrt(-2*sigma^2*ln(1-F))
// 2sigma^2 = <e^2> or <i^2>
// <> means R.M.S.
double RayleighDistribution(const double sigma){
static PS::MTTS mt;
static bool first = true;
if(first){
mt.init_genrand( PS::C... | [
"dummy@example.com"
] | dummy@example.com |
d93aabbd64f88b47da0dedba860dac1ad1ce7f2d | 586858163c7cb830d98f96f61f232627a4db8ea1 | /gsiot/GSIOTHeartbeat.h | 854ae4c904fdb3d3a4d9cdea3d9442abd1adfee3 | [] | no_license | asdfjkl697/testcases | a787282eade5b9a381b846375c1e4842d00f2667 | 25c296f244a068aa39afd29673293a20ab6a0a23 | refs/heads/master | 2021-01-02T09:25:12.315769 | 2017-08-04T00:59:09 | 2017-08-04T00:59:09 | 99,212,307 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 955 | h | #ifndef GSIOTHEARTBEAT_H_
#define GSIOTHEARTBEAT_H_
#include "typedef.h"
#include "gloox/stanzaextension.h"
using namespace gloox;
class GSIOTHeartbeat:public StanzaExtension
{
private:
std::string m_ver;
int m_deviceID;
public:
GSIOTHeartbeat(int deviceID,const std::string& ver);
GSIOTHeartbeat... | [
"[22960468@qq.com]"
] | [22960468@qq.com] |
589bd1f93c0666638126855d3c547fb4be28b21b | 157fd7fe5e541c8ef7559b212078eb7a6dbf51c6 | /TRiAS/TRiASSDK/AppWiz/Data Server Wizard/Template/GeometryBlob.cpp | 9f8886af20f405ef67dc2338d970318aba5ff3ec | [] | no_license | 15831944/TRiAS | d2bab6fd129a86fc2f06f2103d8bcd08237c49af | 840946b85dcefb34efc219446240e21f51d2c60d | refs/heads/master | 2020-09-05T05:56:39.624150 | 2012-11-11T02:24:49 | 2012-11-11T02:24:49 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 15,910 | cpp | // $Header: $
// Copyright© 1998-$$year$$ $$company$$, All rights reserved
// Created: $$date_n_time$$
//
// This file was generated by the TRiASDB Data Server Wizard $$this_version$$
//
$$IF(EMIT_WARRANTIES)
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR... | [
"Windows Live ID\\hkaiser@cct.lsu.edu"
] | Windows Live ID\hkaiser@cct.lsu.edu |
6afb873abf2503fd2e15e1b8ee09dabc36483bf1 | 55df546c36e81bbd8786bb092e3be4cf2b2db065 | /libs/crypto/keys_manager_impl.hpp | 3e9b7ea89ed1c7efb7263921b8c556eca76a69fb | [
"CC-BY-4.0",
"Apache-2.0"
] | permissive | NickMavronick/iroha | d9dacb651475ac8e2edb0c8fd7af129e08097ca4 | 4839bae80fbf5184af9df9600552fab12af1c513 | refs/heads/master | 2020-06-16T00:26:30.674709 | 2019-07-05T04:35:33 | 2019-07-05T05:21:30 | 195,431,244 | 1 | 0 | Apache-2.0 | 2019-07-05T15:27:13 | 2019-07-05T15:27:13 | null | UTF-8 | C++ | false | false | 2,460 | hpp | /**
* Copyright Soramitsu Co., Ltd. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef IROHA_KEYS_MANAGER_IMPL_HPP
#define IROHA_KEYS_MANAGER_IMPL_HPP
#include "crypto/keys_manager.hpp"
#include <boost/filesystem.hpp>
#include <boost/optional.hpp>
#include "cryptography/keypair.hpp"
#include "l... | [
"andrei@soramitsu.co.jp"
] | andrei@soramitsu.co.jp |
d8281b4db967ad5a9cfca6b4cf46444651746376 | f6bad0a9093bb94b490ea068fab8c7798fe21b93 | /win/win_node/include/geometry_msgs/Point.h | 878838638caf6116c9e3dbfb423ab6775c0a042c | [
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | permissive | warehouse-picking-automation-challenges/team_pfn | 8b5ebb7e106359980abea28dc00784772208ead9 | 2f76524b067d816d8407f6c4fae4e6d33939c024 | refs/heads/master | 2021-06-07T02:21:33.432335 | 2016-08-17T03:12:15 | 2016-08-17T03:12:15 | 66,588,155 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,061 | h | // Generated by gencpp from file geometry_msgs/Point.msg
// DO NOT EDIT!
#ifndef GEOMETRY_MSGS_MESSAGE_POINT_H
#define GEOMETRY_MSGS_MESSAGE_POINT_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_message_traits.h>
#include <ros/message... | [
"tgp@preferred.jp"
] | tgp@preferred.jp |
b3437905e9a11cda449f025e0e3051ab738044c5 | e7c7806044478cadf6d3858d216b4a1e897a2ad7 | /source/Engine/Logger.cpp | d1f0d109c1dce587e96ec6afc73ea1dfef2cf97b | [
"MIT"
] | permissive | Sherin192/NoctisEngine | 21b1e09b50ce4f6a4ad4f009c6958c985b13ae07 | ac0eccf1822f9e05203f53028e4c77b71da9bf9b | refs/heads/master | 2020-07-06T14:25:48.302354 | 2020-06-12T03:20:24 | 2020-06-12T03:20:24 | 203,048,185 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,039 | cpp | #include "Logger.h"
#include <stdarg.h>
#include "spdlog/sinks/stdout_color_sinks.h"
#include "spdlog/sinks/basic_file_sink.h"
#if defined(_WIN32)
#include "spdlog/sinks/msvc_sink.h"
#endif
#define NOCTIS_LOG_TO_FILE 1
namespace noctis
{
Logger::Logger()
{
auto console_sink = std::make_shared<spdlog::sinks::stdout... | [
"zorop92@gmail.com"
] | zorop92@gmail.com |
05c4f7fa331d5006299981729402d01bb0a95093 | d7db098f4b1d1cd7d32952ebde8106e1f297252e | /AtCoder/ABC/113/c.cpp | 0e28455fdfbf6be7db84fea810a1132a3fe077a7 | [] | no_license | monman53/online_judge | d1d3ce50f5a8a3364a259a78bb89980ce05b9419 | dec972d2b2b3922227d9eecaad607f1d9cc94434 | refs/heads/master | 2021-01-16T18:36:27.455888 | 2019-05-26T14:03:14 | 2019-05-26T14:03:14 | 25,679,069 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,065 | cpp | // header {{{
#include <bits/stdc++.h>
using namespace std;
// {U}{INT,LONG,LLONG}_{MAX,MIN}
#define INF INT_MAX/3
#define LLINF LLONG_MAX/3
#define MOD (1000000007LL)
#define MODA(a, b) a=((a)+(b))%MOD
#define MODP(a, b) a=((a)*(b))%MOD
#define inc(i, l, r) for(int i=(l);i<(r);i++)
#define d... | [
"monman.cs@gmail.com"
] | monman.cs@gmail.com |
b4166160f67e5a7be20a5c637d4bbb6bcddb43a0 | b12974c1f0bcbafd48bdf8b43e5177f15dda0f77 | /TeensyQuadReceiver.ino | 24cda180875f4bf1cf3c4e3bb9a65b737a770845 | [
"MIT"
] | permissive | pobzeb/TeensyQuadReceiver | f42ba60d8d745b0ca7041314d08238d2f4d50c01 | d256183891dff3fc4be32852b3843dd55a8c6bcc | refs/heads/master | 2021-05-02T05:42:19.208173 | 2016-12-22T18:51:45 | 2016-12-22T18:51:45 | 77,158,951 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,373 | ino | #define RADIO_SERIAL_BAUD_RATE 115200
#define LED 13
#define HEARTBEAT_PIN 6
#define THROTTLE_CHANNEL_PIN 7
#define YAW_CHANNEL_PIN 8
#define PITCH_CHANNEL_PIN 9
#define ROLL_CHANNEL_PIN 10
#define ARM_PIN 11
// Status transmit timeout in microseconds
#define STATUS_TX_TIMEOUT 50000
// Radio input values.
HardwareSe... | [
"pobzeb@clover.com"
] | pobzeb@clover.com |
885705301efe7ba852c7b3fb8578546f2b816905 | b679b84463f625bd4da3c8ca75bb0b4ea8d11b2c | /libsg/hierarchy/Hierarchy.cpp | 2bd46c53efbd5dec2d6c24932e5949731a9057e8 | [
"MIT"
] | permissive | msavva/pigraphs | bb99aad460d006d27dc1d93268ca7e67a576c7b0 | ee794f3acef4eac418ca0f69bb410fef34b99246 | refs/heads/master | 2021-01-22T15:16:16.622222 | 2019-10-27T23:38:21 | 2019-10-27T23:38:21 | 59,326,524 | 42 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 17,719 | cpp | #include "common.h" // NOLINT
#include "hierarchy/Hierarchy.h"
#include <functional>
#include <limits>
#include <boost/range/adaptor/map.hpp>
#include "math/math.h"
namespace sg {
namespace hierarchy {
const char* Hierarchy::ID = "SegHierarchy";
Hierarchy::Hierarchy(ClusterMesh* cmesh, size_t nSamples,
... | [
"manolis.savva@gmail.com"
] | manolis.savva@gmail.com |
a7b73fe9751d7a892c9cf594698d8aac802926fb | 90fcd16696278571bf2a290f39ae4f1c89a874b4 | /P2/clusters/Hierarchical.hpp | 814cebd56762cbe2705c796996db0d5ac7a8c839 | [] | no_license | ycdfwzy/DataProcessingCourseProject | 1b07d62d5c272208e9ccb3d35d3aa893648428d5 | 0e8a21a9af8687fa9ab7b75c274a9da55f7a6e27 | refs/heads/master | 2020-09-07T04:19:01.863616 | 2019-12-01T05:17:29 | 2019-12-01T05:17:29 | 220,653,023 | 0 | 0 | null | 2019-12-01T05:17:30 | 2019-11-09T14:21:02 | Python | UTF-8 | C++ | false | false | 3,826 | hpp | #include<iostream>
#include<vector>
#include<map>
#include<list>
#include<math.h>
#include<iterator>
#include<climits>
using namespace std;
class ClusterNode {
public:
vector<double> center;
ClusterNode* left;
ClusterNode* right;
double distance;
int id;
int count;
ClusterNode(vector<doubl... | [
"naxinlegend@outlook.com"
] | naxinlegend@outlook.com |
9fd7d1f36e2cb5d419af1b9aa1e28c4221e10e40 | a9fa3f360368d955f25e5bd011a8def68e2ffe24 | /Assets/StreamingAssets/Audio/GeneratedSoundBanks/Wwise_IDs.h | 18021f437b5865e4f89f59eef8d3294c5baff10d | [] | no_license | Mzatlin/The-D5V-2-Massacre | 79bdebf6c5d504504a4122179b9b4b08ceb86c5c | 952ba7be0c77a6144aee21b64dfacbd53b4030a7 | refs/heads/main | 2023-04-09T04:39:52.572148 | 2021-04-21T01:49:29 | 2021-04-21T01:49:29 | 318,583,504 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,857 | h | /////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Audiokinetic Wwise generated include file. Do not edit.
//
/////////////////////////////////////////////////////////////////////////////////////////////////////
#ifndef __WWISE_IDS_H__
#define __WWISE_IDS_H__
#... | [
"jgam_compose@yahoo.com"
] | jgam_compose@yahoo.com |
b963fc201dad7df26ed5f83843905cc89d368d9d | f889290f542f7a08c96d7551d928ff584d38621d | /findwinner.cpp | 5f834495bd46bf5217fd97130b3a9aa3236467d5 | [] | no_license | Aditi-1400/DSA-450 | b12a03808209f46509dbfde3400bf40e702c6064 | 509180b73cbcbecb391df2ccea0f2ba52761fa57 | refs/heads/master | 2023-04-10T00:35:52.762252 | 2021-04-16T17:20:50 | 2021-04-16T17:20:50 | 327,981,043 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 503 | cpp | #include<bits/stdc++.h>
using namespace std;
bool findWinner(int x, int y, int n) {
bool dp[n + 1];
dp[0] = 0;
dp[1] = 1;
for (int i = 2; i <= n; i++)
{
if ((i - 1) >= 0 and !dp[i - 1]) {
dp[i] = true;
}
else if (i - x >= 0 and !dp[i - x]) {
dp[i] = true;
}
else if (i - y >= 0 and !dp[i - y]) {
... | [
"aditisingh1400@gmail.com"
] | aditisingh1400@gmail.com |
fb4c02792deac8146baca56e0d5bfd12fbaa0f2f | 011006ca59cfe75fb3dd84a50b6c0ef6427a7dc3 | /timus/1005.cpp | 043b09023ea2662cc625453e3bc06ae17053400b | [] | no_license | ay2306/Competitive-Programming | 34f35367de2e8623da0006135cf21ba6aec34049 | 8cc9d953b09212ab32b513acf874dba4fa1d2848 | refs/heads/master | 2021-06-26T16:46:28.179504 | 2021-01-24T15:32:57 | 2021-01-24T15:32:57 | 205,185,905 | 5 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,755 | cpp | #include <bits/stdc++.h>
//For ordered_set
#include <ext/pb_ds/assoc_container.hpp>
#include <ext/pb_ds/tree_policy.hpp>
#define MOD 1000000007
#define test int t; cin>>t; while(t--)
#define init(arr,val) memset(arr,val,sizeof(arr))
#define loop(i,a,b) for(int i=a;i<b;i++)
#define loopr(i,a,b) for(int i=a;i>=b;i--)
#de... | [
"mahajan.ayush2306@gmail.com"
] | mahajan.ayush2306@gmail.com |
bda4e0f3c8efeb06a0ae551d486af98dc0754a93 | 0ce6abef07d7ca9b5e2837cd8af3a45b29f14da4 | /th04/formats/dialog.cpp | 55d766f6bebdd2afb7a9086afffe892ce75153a4 | [] | no_license | 32th-System/ReC98 | 89aba458a9e83f441df1b0790cacb937a78c9e06 | a0f50a92ce877167d3eca6cca8f5c3a49577d34a | refs/heads/master | 2022-10-14T03:39:05.465312 | 2022-08-17T11:51:58 | 2022-08-17T11:52:57 | 223,491,744 | 0 | 0 | null | 2019-11-22T21:46:05 | 2019-11-22T21:46:04 | null | UTF-8 | C++ | false | false | 1,476 | cpp | #pragma option -zCmain_TEXT
#include <stddef.h>
#include "platform.h"
#include "master.hpp"
#include "th04/score.h"
#include "th04/resident.hpp"
#include "th04/formats/dialog.hpp"
void pascal near dialog_load(const char *fn)
{
size_t size;
// While hmem_free() isn't specified to perform a nullptr check, it does in... | [
"nmlgc@nmlgc.net"
] | nmlgc@nmlgc.net |
53c8495c62691ebefa07c95c7b6c8f5d373b329e | 777a75e6ed0934c193aece9de4421f8d8db01aac | /src/Providers/UNIXProviders/ProcessStatisticalInformation/UNIX_ProcessStatisticalInformation_FREEBSD.hxx | 088c9e79433883e97539bdce71edc0b488c78782 | [
"MIT"
] | permissive | brunolauze/openpegasus-providers-old | 20fc13958016e35dc4d87f93d1999db0eae9010a | b00f1aad575bae144b8538bf57ba5fd5582a4ec7 | refs/heads/master | 2021-01-01T20:05:44.559362 | 2014-04-30T17:50:06 | 2014-04-30T17:50:06 | 19,132,738 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 156 | hxx | #ifdef PEGASUS_OS_FREEBSD
#ifndef __UNIX_PROCESSSTATISTICALINFORMATION_PRIVATE_H
#define __UNIX_PROCESSSTATISTICALINFORMATION_PRIVATE_H
#endif
#endif
| [
"brunolauze@msn.com"
] | brunolauze@msn.com |
35e11d3f7ec208e966104a5590dd2d7756ee377c | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/ds/adsi/xml/adsxmlcf.cxx | af39de9701491423230e40a09c4526f5cc35188e | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,701 | cxx | //----------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 2000.
//
// File: adsxmlcf.cxx
//
// Contents: Contains the class factory for creating ADsXML extension.
//
//-------------------------------------------... | [
"112426112@qq.com"
] | 112426112@qq.com |
99efb6eee4fd4a8fe57dc46a48dfac9c2cab1d71 | c20964f65984b9b9d1ed14c59cef946ae9c8ba4e | /source/InstructionRelocation/arm64/ARM64InstructionRelocation.cc | eddce96fd4ec8f57f26c41361dd344d1e02afdee | [
"Apache-2.0"
] | permissive | iM0hamed/Dobby | 1ba1df87d893b53fef4446b58951b09c5a8aa6d4 | efd2f20d937b27c42c1ef547f1d06e508cfce379 | refs/heads/master | 2022-11-18T07:21:27.009394 | 2020-07-07T10:35:12 | 2020-07-07T10:35:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,960 | cc | #include "./ARM64InstructionRelocation.h"
#include "dobby_internal.h"
#include "core/arch/arm64/registers-arm64.h"
#include "core/modules/assembler/assembler-arm64.h"
#include "core/modules/codegen/codegen-arm64.h"
using namespace zz::arm64;
// Compare and branch.
enum CompareBranchOp {
CompareBranchFixed = 0... | [
"jmpews@gmail.com"
] | jmpews@gmail.com |
82ad5f7d93e0b1b2b9f052ac952864d06a0a9926 | 8c881345865a01b5c63a5bb076f126403716420c | /Visual C++数字图像模式识别技术详解源码/chapter02/2-1/demo/demo1Doc.cpp | 88377f38b10eeac5dc9827dbe987d97fd68f57e2 | [] | no_license | Asher-1/C_Plus_Plus-projects | f758df626de074a5a5071c6bf1ae08cfb5c4d2e3 | 56941f1a76cf1645df5cc0fcb5529eddc64643f2 | refs/heads/master | 2022-01-28T13:03:24.493838 | 2019-05-30T13:06:35 | 2019-05-30T13:06:35 | 160,189,947 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,330 | cpp | // demo1Doc.cpp : implementation of the CDemo1Doc class
//
#include "stdafx.h"
#include "demo1.h"
#include "demo1Doc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDemo1Doc
IMPLEMEN... | [
"ludahai19@163.com"
] | ludahai19@163.com |
c52b1c832750aaedd693a40767cf5751bc941796 | e7e179097ea573fe0e5f2bc5153663908674a373 | /Documentacion/Logictracker/Dispositivos/Garmin/pc app/FMI_v2.70/StopListItem.h | 28874779e79e29a46cb9a84bc37d6dcb533e55a0 | [] | no_license | jesumarquez/lt | 3ed91a067c86b766d38693487b8660c31d923b65 | 301456ad843903a2ad49d00926881947cce04273 | refs/heads/master | 2021-10-08T16:54:17.319961 | 2016-05-17T13:15:38 | 2016-05-17T13:15:38 | 161,826,229 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,474 | h | /*********************************************************************
*
* HEADER NAME:
* StopListItem.h
*
* Copyright 2008-2009 by Garmin Ltd. or its subsidiaries.
*---------------------------------------------------------------------
* $NoKeywords$
***********************************************************... | [
"jagj77@gmail.com"
] | jagj77@gmail.com |
8fb22bd9dbe0ddc57611b84a95aace8a4fac6f92 | dc38c8a3b0e9b13afb83fbe78269638c60bd32cd | /235. Lowest Common Ancestor of a Binary Search Tree/main.cpp | 4b1630032a0f200aacfa7c39849f005f73f8c24d | [] | no_license | TG-yang/LeetCode | 603da8e8121ad2ed7d05bac0d4ee6d61378eeff3 | 1749b35170636830b3f91777ac57d049278b2b2e | refs/heads/master | 2020-04-09T09:20:13.129761 | 2019-08-16T17:10:42 | 2019-08-16T17:10:42 | 160,229,673 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 700 | cpp | #include <iostream>
using namespace std;
struct TreeNode {
int val;
TreeNode *left;
TreeNode *right;
TreeNode(int x) : val(x), left(NULL), right(NULL) {}
};
class Solution {
public:
TreeNode* lowestCommonAncestor(TreeNode* root, TreeNode* p, TreeNode* q) {
while(1){
if((p->v... | [
"zwenyang@outlook.com"
] | zwenyang@outlook.com |
5a0cb19685a98eee4b21e170e049e8dc97581233 | 7fe3e44cf771a7a811890a7d2ac78ed6708ddedf | /Engine/source/core/stringTable.h | 7be4ee9f312efad960e61d74091f2dc9402ae21a | [] | no_license | konradkiss/meshloop | 988ee721fb6463fbfece183c70f678c047215dd5 | 25b98ce223d21e232593a6c4dc2d6d863aace02c | refs/heads/master | 2021-03-19T13:36:21.104735 | 2015-05-21T13:00:55 | 2015-05-21T13:00:55 | 36,012,137 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,378 | h | //-----------------------------------------------------------------------------
// Torque 3D
// Copyright (C) GarageGames.com, Inc.
//-----------------------------------------------------------------------------
#ifndef _STRINGTABLE_H_
#define _STRINGTABLE_H_
#ifndef _PLATFORM_H_
#include "platform/platform.... | [
"konrad@konradkiss.com"
] | konrad@konradkiss.com |
68f17016e631eab5fe609238dba40f0c1303aa3f | 6ce50678b68d595f57d0edda7b454d158c7c691a | /src/GManager/CairoSlider.cc | 589d8c33dc19b102c23fe8abcd6b7dc70af852e2 | [] | no_license | studentkittens/Freya | 6832931bc1af0c929c79dbfc0bd63b148d1ad7a8 | 95dd03a65b83086bfee834ce28a4a9bd99c7e3de | refs/heads/master | 2021-01-23T06:59:00.143643 | 2012-07-17T13:20:19 | 2012-07-17T13:20:19 | 2,526,052 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,602 | cc | #include "CairoSlider.hh"
#include <cairomm/context.h>
CairoSlider::CairoSlider() :
m_volPos(INT_MAX),
currPerc(0.0),
isDragging(false),
col_active_set(false),
col_inactive_set(false),
col_active(NULL),
col_inactive(NULL)
{
set_events(Gdk::BUTTON_PRESS_MASK
| Gdk::BUTTON_... | [
"sahib@online.de"
] | sahib@online.de |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.