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 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
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 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8329846914eb5a16bfa22aa78eccfb09b0683793 | 34d44a9ca7e6eb63495247ed2aed146b55f1c7db | /QuestionAns/rs_learner/1574.cc | 1190afe1fe9def33138a8c2ae3299e70a0f33afe | [] | no_license | sdustlug/OpenJudge | 2419c00824f29144864571e1d25c9de1a09350d2 | a6550441691470df505f6a971bc9661ced1b0773 | refs/heads/master | 2023-09-03T11:48:01.041727 | 2021-10-18T13:47:57 | 2021-10-18T13:47:57 | 418,521,703 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,246 | cc | #include<iostream>
#include<cstring>
#include<iomanip>
using namespace std;
class Date
{
private:
int year,month,day;
public:
Date(int _year,int _month,int _day):year(_year),month(_month),day(_day){}
~Date(){}
void showDate()
{
cout<<year<<"-"<<setw(2)<<setfill('0')<<setw(2)<<mo... | [
"if.nicer@gmail.com"
] | if.nicer@gmail.com |
1c851635e3444e751862272a271e9fc34aef7d59 | 04c45ab4591bd1129f5f6ffd104b36db32deaced | /catkin_ws/devel/include/beginner_tutorials/AddTwoIntsRequest.h | 713d70910df78cf1b6cc6c94b045b66f554cf2ea | [] | no_license | aladdinmck/ROS | 547b35ce27d00db0fb8521af8d11cc02cf4fa1e6 | 1caf2226e274fae8e5f1440366cd39a696e2a5fb | refs/heads/master | 2020-05-23T19:10:14.249098 | 2019-06-02T00:04:23 | 2019-06-02T00:04:23 | 186,905,970 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,420 | h | // Generated by gencpp from file beginner_tutorials/AddTwoIntsRequest.msg
// DO NOT EDIT!
#ifndef BEGINNER_TUTORIALS_MESSAGE_ADDTWOINTSREQUEST_H
#define BEGINNER_TUTORIALS_MESSAGE_ADDTWOINTSREQUEST_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <... | [
"haa55387@uga.edu"
] | haa55387@uga.edu |
88ebead79c333d626927b02b39e028ebff29007e | 621f90d90f4a046136411c75b3ebc4889b640f23 | /src/Samples/SpiLcd.h | be912cc43a8863b4f72893923a29c4b69563f1e3 | [] | no_license | suspect-devices/eXodusino | 2e6548cb47f3e94c9088c2bbcb2b25ea42a7a379 | 5c9eb1b24ed4cfa7eae59ffbc24bdbbce814ba35 | refs/heads/master | 2020-04-05T23:32:49.259284 | 2012-09-25T12:32:32 | 2012-09-25T12:32:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,811 | h | /*
* SpiLcd.h
*
* Created on: 2012/08/01
* Author: lynxeyed
*/
#ifndef SPILCD_H_
#define SPILCD_H_
/**************************************************************************//**
* @file SpiLcd.h
* @brief Arduino-like library for Cortex-M0 Series
* @version v.0.50
* @date 1. August 2011.
* @aut... | [
"lynxeyed@xj9.so-net.ne.jp"
] | lynxeyed@xj9.so-net.ne.jp |
c42b51da73e44777c2ce1750223cb4b9fd69ad92 | 09c45ee18df8ab07f7c4a1f24618b64a3993e841 | /src/interface/trsm_interface.hpp | 8920db7207e8d08eb8bc26c2e68ebbd32c4deb3e | [
"Apache-2.0"
] | permissive | ProGTX/sycl-blas | 85ca2376e46b574e0a84953f371a03c6691741c4 | 733275772b49d775c2d453d77b7cc1642974c09b | refs/heads/master | 2023-09-04T00:33:57.559533 | 2023-08-22T13:28:29 | 2023-08-22T13:28:29 | 118,629,272 | 0 | 0 | Apache-2.0 | 2023-01-05T14:02:11 | 2018-01-23T15:28:15 | C++ | UTF-8 | C++ | false | false | 15,028 | hpp | /***************************************************************************
*
* @license
* Copyright (C) Codeplay Software Limited
* 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
*... | [
"noreply@github.com"
] | ProGTX.noreply@github.com |
ec9dce584949da420eccb43f44ae2bddba3ad3f9 | fe7b28c973ae08925427159ac611ac302c297435 | /Dev/Cpp/src/Utils/EffekseerGodot.Utils.h | c4823ad7c55af17c14d7a821c9ecaff9be50ae8c | [
"MIT"
] | permissive | GodotCollection/EffekseerForGodot3 | 5aba08a73447c30d7b1b098c861090d11c224b59 | 24be11d4f54d11630926c3181088d346c13fb188 | refs/heads/main | 2023-03-12T15:04:52.217025 | 2021-03-03T01:21:09 | 2021-03-03T01:21:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,808 | h | #pragma once
#include <stdint.h>
#include <Effekseer.h>
#include <String.hpp>
#include <RID.hpp>
#include <Vector2.hpp>
#include <Vector3.hpp>
#include <Transform.hpp>
#include <Color.hpp>
#include <Script.hpp>
namespace EffekseerGodot
{
inline int64_t RIDToInt64(godot::RID rid)
{
int64_t val;
memcpy(&val, &rid, ... | [
"nalto32@gmail.com"
] | nalto32@gmail.com |
a301cd389c3dc1c17a5b34056eed86a2fbf8cd95 | d739bf4fdc0281286d0deb7c18738784bd43d4e2 | /day10/6.28homework/person.h | 11cdac9a9412feadf39a2cda9f6799342f5bb32c | [] | no_license | hewei-bit/cpp_learning | 4b50e0cb520ddb00c55eab58c7d5b9076579bdcf | 098ef4fbc7d487f94c802fc8703e85aedf75d1c5 | refs/heads/master | 2022-11-17T17:27:41.873882 | 2020-06-28T03:24:12 | 2020-06-28T03:24:12 | 271,423,628 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 291 | h | #ifndef PERSON_H
#define PERSON_H
#include <iostream>
#include <string>
using namespace std;
class Person
{
public:
Person(){}
Person(string name,int age)
{
this->m_Name = name;
this->m_Age = age;
}
string m_Name;
int m_Age;
};
#endif // PERSON_H
| [
"1003826976@qq.com"
] | 1003826976@qq.com |
873c6d031afe140768f5cdcee2a4c6b9b1319f60 | 89dedd7f3c7acc81d12e2bcb2e716f9af9e5fa04 | /chrome/browser/android/thumbnail/scoped_ptr_expiring_cache.h | 00a680178da2c4240377a56fde619376d4ba1221 | [
"BSD-3-Clause"
] | permissive | bino7/chromium | 8d26f84a1b6e38a73d1b97fea6057c634eff68cb | 4666a6bb6fdcb1114afecf77bdaa239d9787b752 | refs/heads/master | 2022-12-22T14:31:53.913081 | 2016-09-06T10:05:11 | 2016-09-06T10:05:11 | 67,410,510 | 1 | 3 | BSD-3-Clause | 2022-12-17T03:08:52 | 2016-09-05T10:11:59 | null | UTF-8 | C++ | false | false | 1,942 | h | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_ANDROID_THUMBNAIL_SCOPED_PTR_EXPIRING_CACHE_H_
#define CHROME_BROWSER_ANDROID_THUMBNAIL_SCOPED_PTR_EXPIRING_CACHE_H_
#include <std... | [
"bino.zh@gmail.com"
] | bino.zh@gmail.com |
53977febe64a1c1f97a8c06ddcf3765c08580987 | 85221a64ad699e9f4d4d3bc508fa776c6b2e1d16 | /DummyClients/DummyClients/include/aws/gamelift/model/ListAliasesResult.h | 7c66479a2ddf34c6b924b2bf8d51ede4f2bde171 | [
"MIT"
] | permissive | joonhochoi/GameLift | bf6dbabcba868540bd9cf834623b189c65628b39 | 81bbad1e922d977bd885cdaa37f2e05d4fe2b966 | refs/heads/master | 2020-12-24T12:06:37.600884 | 2016-10-27T06:47:53 | 2016-10-27T06:47:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,093 | h | /*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"spacesun@naver.com"
] | spacesun@naver.com |
49fa618584c45f3d69577a02f7cbf71a96dda15b | f4db0d27a535be2270249b2b9433f23f1085e4fd | /Navi/glUtil/CTextureLoader.cpp | 74aa75ac1ca70babb156e8be71eb31de517198db | [] | no_license | jpinilloslr/navi | e2e2ac9f3a4e806f562085f602a2348d63308f90 | 8e28df64b670d395b82001f2ef577b4a26094de3 | refs/heads/master | 2021-04-27T00:08:09.902108 | 2011-12-27T03:38:27 | 2011-12-27T03:38:27 | 120,402,501 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,593 | cpp | #include "CTextureLoader.h"
// GL_EXT_texture_filter_anisotropic
#define GL_TEXTURE_MAX_ANISOTROPY_EXT 0x84FE
#define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT 0x84FF
CTextureLoader::CTextureLoader()
{
}
CTextureLoader::~CTextureLoader()
{
}
void *CTextureLoader::ReadTGA(char *filename, int *tam)
{
GLubyte TGAhead... | [
"jpinilloslr@gmail.com"
] | jpinilloslr@gmail.com |
db74c012ad9b27d2bbabf8e336ad5b4dac3d0dbc | c15f70c2e3f2a57debd14e4d8a9d40d9d9ad8c35 | /Embedded/libraries/dh_controlled_types/ControlledLED.h | 2093973cc32ff65cb990ca4d73b0b94e264a877c | [] | no_license | davehummel/tredbot | b26db2ad2151ea1030f8354bee7811cc6d191d77 | d4dd6690c5f8bc75ab5e63c7c17b8a2633f63841 | refs/heads/master | 2020-04-12T07:24:15.572006 | 2017-02-20T19:14:53 | 2017-02-20T19:14:53 | 28,069,188 | 0 | 0 | null | 2015-01-13T01:22:53 | 2014-12-16T03:46:02 | Java | UTF-8 | C++ | false | false | 3,203 | h | #ifndef DH_CONTROLLEDLED_H__
#define DH_CONTROLLEDLED_H__
#include "dh_controller.h"
class ControlledLED: public Controller::Controlled{
public:
ControlledLED(){
}
void begin(void){
}
void execute(uint32_t time,uint32_t id,char command[]){
bool isPWM = true;
uint16_t temp;
switch (command[0]){
case '... | [
"dmhummel@gmail.com"
] | dmhummel@gmail.com |
c0fcb440f925083ae5e85fecc2f2a05b9453ca8e | 5b617ac80e9f18b8243a867baaae82deae9b7e23 | /movement.hpp | d26b6b8009dccf260ec9077a5a5204c5aba3d1c2 | [] | no_license | adil-olin/Falcon-6T---Kinght | e7a7592d068f05877d1987320859f9d750faaa86 | b3bde9094f3d966a9c7e89c23a5e95f8ab452fc4 | refs/heads/main | 2023-05-31T11:11:05.866257 | 2021-06-26T15:16:14 | 2021-06-26T15:16:14 | 380,530,688 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,590 | hpp | #pragma once
#ifndef movement_hpp
#define movement_hpp
#include <SDL2/SDL.h>
#include<SDL2/SDL_image.h>
#include<SDL2/SDL_mixer.h>
#include<bits/stdc++.h>
using namespace std;
static void spawnenemy(void)
{
if(--enemyspawntimer<=0)
{
Entity temp_enemy;
memset(&temp_enemy,0,sizeof(Entity));
... | [
"olinafseradil@gmail.com"
] | olinafseradil@gmail.com |
d3d715a9bfc478371559cb79b2ba909fd6628049 | 622a77a2fb79273fe9dec286e137503c63670402 | /SimpleDeformer.cpp | b3be4543d636b1858f394a0b9326e50d8b8588f5 | [] | no_license | tinytangent/TinyMoeFace_Qt | c976235661ec3016a1f523b9cfff6957cfddd551 | 339de99f1b1d4a31acb7c34208a8330a3ca5fb98 | refs/heads/master | 2021-06-13T03:33:26.350950 | 2017-03-05T03:02:21 | 2017-03-05T03:02:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,695 | cpp | #include <QDebug>
#include "SimpleDeformer.h"
SimpleDeformer::SimpleDeformer(CDT& triangleMesh)
:AbstractDeformer(triangleMesh)
{
}
void SimpleDeformer::updateVertices()
{
for(auto i = triangleMesh.vertices_begin(); i != triangleMesh.vertices_end(); i++)
{
Vertex_handle vertexHandle = i;
... | [
"tansinan_1995@163.com"
] | tansinan_1995@163.com |
394062aafb0dd7b620729fce9b89e4234ff0217c | bba488ad3c516f5545def334cab2eea90d5220e2 | /Game_windows.cpp | e7eef3bc453e3f128f1461fd7c8e4bc1f5949430 | [] | no_license | quoji/FlipFlaps | ccc0a38dd7b4561ee2270b9de801c999f91aa7ba | 16bd592edb457b5ca5ac51493116e2c9a41abf0e | refs/heads/master | 2023-02-18T15:37:41.598752 | 2023-02-10T00:02:57 | 2023-02-10T00:02:57 | 34,549,077 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,563 | cpp | /*
Ruben Cardenas, Stephen Brownlee, Pedro Alvarez
Game_windows.cpp
To be used with FlipFlaps
*/
#include "std_lib_facilities_4.h"
#include "Game_windows.h"
#include "Window.h"
#include "Graph.h"
#include "GUI.h"
#include "find_solution.h"
#include "High_scores.h"
//---------------------------------------------------... | [
"sbrownlee90@gmail.com"
] | sbrownlee90@gmail.com |
12ebee85824bb93d8a22f2ab9276e183c87c4ec4 | d1c8b118241bfda690e99fbbc64de579f7cfed7d | /jbw/agents/reward_upper_bound.cpp | 0e44b98d70b5fda8345d8e223e7c56388a726c03 | [
"Apache-2.0"
] | permissive | framinmansour/jelly-bean-world | a3825e9729dcc3724385afb029d2fac9c43b4805 | 8afb48daf22a44c4ff19f7d0f6ed7a2c190df6b4 | refs/heads/master | 2022-08-22T01:06:05.612046 | 2020-05-24T00:27:15 | 2020-05-24T00:27:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,663 | cpp | #include <jbw/simulator.h>
#include <set>
#include <thread>
using namespace core;
using namespace jbw;
inline unsigned int get_distance(const unsigned int* distances,
unsigned int start_vertex, direction start_direction,
unsigned int end_vertex, direction end_direction,
unsigned int vertex_count)
{
return dist... | [
"abulhair.saparov@gmail.com"
] | abulhair.saparov@gmail.com |
39cd4b3e8680b9573a3ac51561fd0ff94dac387d | 4cb788cbd03e7cefccace693cebb86322f467f78 | /esp8266_sniffer/esp8266_sniffer.ino | 6ba7176156b99012d6b42437ce283147cfcfa16e | [] | no_license | michaelmalinowski/density-tracker | e9101a18c7fc10d089def60de0d0700a06cb05f9 | 7dfd6c62e4a19a2e8c6fcbe072a05c2ac18be262 | refs/heads/master | 2023-03-18T04:44:00.065745 | 2021-03-07T00:56:48 | 2021-03-07T00:56:48 | 275,963,670 | 5 | 0 | null | 2020-07-14T22:02:50 | 2020-06-30T01:16:09 | C++ | UTF-8 | C++ | false | false | 7,760 | ino | extern "C" {
#include <user_interface.h>
}
#include <Arduino.h>
#include <Wire.h>
#include <LiquidCrystal.h>
#define ON_WIFI 0 //scanning devices connected to a network or not
#define SCAN_CHANNEL 6
#define BLACKLIST_MODE_COUNTDOWN 10 //seconds to press button to enter blacklist mode
//ON_WIFI=1
#define DEVICE_T... | [
"mike.m7@hotmail.com"
] | mike.m7@hotmail.com |
65364429d9745dbd93ba74a5ea13f638d8e0c2fd | 2a3abc8d87ad1fb24a39e320ceb0f558fa3b8eda | /Assignment 2/src/given.cpp | a5422b5b33cfb13ad2ae290cd5aacda89a2b6dd7 | [] | no_license | AnupamaRajkumar/AutomaticImageAnalysis_SoSe2020 | 89e6254cbf387b3c40544cbc701b98332df4a4fd | 4fec982f33c081558825440c7055334fa7633e7c | refs/heads/master | 2022-09-29T19:39:37.523881 | 2020-06-05T21:35:13 | 2020-06-05T21:35:13 | 258,169,037 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,026 | cpp | //
// Do not change this file.
//
#include "given.hpp"
//#include <opencv2/opencv.hpp>
void given::showImage(const cv::Mat& img, std::string win, double dur) {
// use copy for normalization
cv::Mat copy = img.clone();
if (img.channels() == 1) cv::normalize(img, copy, 0, 255, cv::NORM_MINMAX);
// create... | [
"noreply@github.com"
] | AnupamaRajkumar.noreply@github.com |
47661af85f2895cc4980a889fa57d72511b5d786 | e68c1f9134b44ddea144f7efa7523076f3f12d3a | /FinalCode/Stitch_Death.cpp | 6d36d5a42ce322758592c83bbf0b0f49e189c4b5 | [] | no_license | iso5930/Direct-3D-Team-Portfolio | 4ac710ede0c9176702595cba5579af42887611cf | 84e64eb4e91c7e5b4aed77212cd08cfee038fcd3 | refs/heads/master | 2021-08-23T08:15:00.128591 | 2017-12-04T06:14:39 | 2017-12-04T06:14:39 | 112,998,717 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,005 | cpp | #include "StdAfx.h"
#include "Stitch_Death.h"
CStitch_Death::CStitch_Death(void)
{
// StateType
m_eStateType = STATE_TYPE_STITCH_DEATH;
// Death
m_bDeath = false;
}
CStitch_Death::~CStitch_Death(void)
{
}
void CStitch_Death::Initialize()
{
CMonsterState::Initialize();
// SetAnimation
m_pOwner->SetAnimation(... | [
"iso5930@naver.com"
] | iso5930@naver.com |
d799212681fc4a6aeb5468e935686f8dcb8d05ae | 1df9106e475d7f1b4de615cb4f8122cc93305b7b | /Engine/LightComponent.cpp | ea441229c94af62e4965d0f78ae73ed2d4ec9283 | [] | no_license | mcferront/anttrap-engine | 54517007911389a347e25542c928a0dd4276b730 | c284f7800becaa973101a14bf0b7ffb0d6b732b4 | refs/heads/master | 2021-06-26T08:48:59.814404 | 2019-02-16T05:37:43 | 2019-02-16T05:37:43 | 148,593,261 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,902 | cpp | #include "EnginePch.h"
#include "LightComponent.h"
#include "Node.h"
#include "RenderWorld.h"
DefineComponentType( LightComponent, NULL );
DefineComponentType( DirectionalLightComponent, new DirectionalLightComponentSerializer );
DefineComponentType( AmbientLightComponent, new AmbientLightComponentSerializer );
Defin... | [
"trapper@trapzz.com"
] | trapper@trapzz.com |
4df51688e303a1074f08da42088d544a16909127 | 4e22253a4f2a834783e465d951f80e30c18d0a03 | /list.h | 58e47be5ef2fe71c80598f0a9f345416c07d7fc8 | [] | no_license | BraveY/Quadrangle | 953b570d3e9e3e7e850c4b57ebf82510017844c1 | f09a3c56c3a22c35128fc916eb6076b14f2a5e4b | refs/heads/master | 2021-01-11T21:34:03.725153 | 2017-01-13T02:21:50 | 2017-01-13T02:21:50 | 78,807,512 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,141 | h | #pragma once
#ifndef __LIST__
#define __LIST__
#include "cont.h"
template<typename T>
class List :public Container<T>
{
protected:
struct Node
{
T data;
Node *next;
} *head, *tail;
public:
List()
{
head=NULL;
tail= NULL;
};
List(const List&l) :head(l.head), tail(l.tail) {};
~List() { clear(); }
size_... | [
"lsz_yky@163.com"
] | lsz_yky@163.com |
7bd0ab8a7b33cca727d918e63f2b72e341c42ade | caf55812511d43016cfe908a279ef60915f3428a | /Source/BWEB/Wall.cpp | 1d44f6995319300ff71dc407fd5ef59bfaaf85d5 | [
"MIT"
] | permissive | impie66/McRave | 8572655d65b1bbf1bceba79431b222e724c431cb | 51ff5a0768dc553f4adea109784035b5d6020fd1 | refs/heads/master | 2022-12-08T23:04:16.276859 | 2020-08-31T12:48:34 | 2020-08-31T12:48:34 | 291,378,719 | 2 | 0 | null | 2020-08-30T01:36:49 | 2020-08-30T01:36:48 | null | UTF-8 | C++ | false | false | 49,559 | cpp | #include "BWEB.h"
#include <chrono>
using namespace std;
using namespace BWAPI;
namespace BWEB {
namespace {
map<const BWEM::ChokePoint *, Wall> walls;
bool logInfo = true;
int failedPlacement = 0;
int failedAngle = 0;
int failedPath = 0;
int failedTight = 0;
... | [
"christianmccrave@gmail.com"
] | christianmccrave@gmail.com |
598d07d7d88dae7ed1eeca617198fd5597cb49a1 | 5466c25ca58b5a5c6fdd128f882c1405a8373d80 | /modules/engine/include/bullet3/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h | 758733be004921ea0912476717c5c0c76a43bf65 | [
"MIT"
] | permissive | alexlitty/randar | 73781d877daafb1a62b5e86251c31ee101831bcb | 95daae57b1ec7d87194cdbcf6e3946b4ed9fc79b | refs/heads/master | 2020-05-27T12:59:49.744931 | 2018-03-27T05:15:35 | 2018-03-27T05:16:01 | 73,526,607 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,942 | h | /*
Bullet Continuous Collision Detection and Physics Library
Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/
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 the use of this software.
Permiss... | [
"github@alexlitty.com"
] | github@alexlitty.com |
9b3249bb25758cacb95ff35a54c14f6891a2de22 | 1955334b1ebb919db4f7526d604ddbbd75d697f1 | /src/MageCore/Util/BitHacks.cpp | 61b9b0036e2efc2735e1142a445e6d89e789c5ea | [] | no_license | hydraskillz/NetworkShooter | 4fd89c2a311d758f7eaa240c12a25df30629eeb5 | ef3c1b76e957a2798695274d2e9458a9650a0bd7 | refs/heads/master | 2016-09-06T19:30:59.077515 | 2014-01-16T04:03:14 | 2014-01-16T04:03:14 | 15,957,046 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 44 | cpp | #include "CoreLib.h"
using namespace mage;
| [
"hydraskillz@gmail.com"
] | hydraskillz@gmail.com |
36be427789e98bf13eba8943005ad0bd0ac90b89 | 8672af5f4412dce8fe68a740dd555a8b0a283a5f | /Snake.h | b496dd6bb208c8fb596412e5f5b2b7d80aa01158 | [] | no_license | sang89/Hungry-Snake-Game | 13fd4e494286c5942a4b888c7a6b5bd0d4a95c77 | 8980004980ef3a8b6622bae91fd58b7d5a64386c | refs/heads/master | 2020-06-29T02:27:12.067474 | 2019-08-03T21:38:02 | 2019-08-03T21:38:02 | 200,411,624 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,816 | h | #ifndef SNAKE_H
#define SNAKE_H
#include "Square.h"
#include <vector>
#include "LTexture.h"
class Monster;
class Snake
{
public:
// Constructor
Snake();
// Overloaded constructor
Snake(int x, int y);
// Destructor
~Snake();
// Draw snake
void render();
// Move the snake
bool m... | [
"noreply@github.com"
] | sang89.noreply@github.com |
bd49f05d46771666fb2bcd9d420690da05372d25 | ac5d7af6801f4f97f138c1f354f7cb1b5fc336e1 | /traffic-simulator-extended/LivingCity/Geometry/parcelBuildingAttributes.h | 2af282b68607bb4c8a922181c3f2394914359620 | [
"BSD-3-Clause"
] | permissive | ual/DOE-repo-deliverable | 398cf3f1b145d205242a5970cd04963379805c28 | 4bafdd9a702a9a6466dd32ae62f440644d735d3c | refs/heads/master | 2020-03-07T03:06:20.981677 | 2018-09-29T00:15:17 | 2018-09-29T00:15:17 | 127,226,304 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,898 | h | //---------------------------------------------------------------------------------------------------------------------
// Copyright 2017, 2018 Purdue University, Ignacio Garcia Dorado, Daniel Aliaga
//
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
... | [
"gboeing@berkeley.edu"
] | gboeing@berkeley.edu |
aca2d77fb65c885cb577564d9899718e705f4617 | c6ee45e86bc7bbddb1e0b77a0c72b08204848146 | /wpilibsuite/allwpilib/wpilibc/shared/include/Commands/StartCommand.h | 2daa147526c7e8d9888a9cd53927da4269ebdfe2 | [
"BSD-3-Clause"
] | permissive | frc1678/third-party | 725e942cd68239f16ebc006e696d6ff4679d0fac | 27e0b79194bdcb0b15e52f2eef231a94654b50a3 | refs/heads/master | 2021-01-20T20:15:24.120483 | 2016-08-16T00:35:25 | 2016-08-16T00:35:25 | 61,973,483 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 848 | h | /*----------------------------------------------------------------------------*/
/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | [
"kylestach99@gmail.com"
] | kylestach99@gmail.com |
a3f1e93ad168234325d8a2f7c74d9be0871111f6 | 6e5f0fbfb1e5c3f61601d6fd4eb67e2f6e18c314 | /zlibrary/ui/src/symbian/view/ImageProvider.h | 107e49bf6def85ef7430849275f5e1223e99c654 | [] | no_license | ljo/FBReader | 46aae22f6437a7d27d1e85cd30361ad138b3797b | fcad069d18258d628077639ebe423cd1b473d111 | refs/heads/develop | 2020-12-25T20:32:31.806694 | 2017-02-15T08:20:16 | 2017-02-15T08:20:16 | 16,029,772 | 10 | 6 | null | 2020-07-21T20:54:26 | 2014-01-18T17:02:27 | C++ | UTF-8 | C++ | false | false | 1,834 | h | #ifndef __IMAGEPROVIDER_H__
#define __IMAGEPROVIDER_H__
#include <QtCore/QObject>
#include <QtCore/QRunnable>
#include <QtNetwork/QNetworkAccessManager>
#include <QtNetwork/QNetworkReply>
#include <QtNetwork/QNetworkRequest>
#include <QtCore/QUrl>
#include <QtCore/QSet>
#include <QtGui/QPixmap>
#include <ZLTreeTitled... | [
"snowwlex@gmail.com"
] | snowwlex@gmail.com |
3c91ead4c404e251f1ec1dd9266d4d5be80efb89 | 44ab57520bb1a9b48045cb1ee9baee8816b44a5b | /EngineTesting/Code/System/SystemTesting/SecuritySuite/SecuritySid/CopySecurityIdentifierTesting.h | 16d9a6caaa83fde03e957c2b1f42da5bfee74517 | [
"BSD-3-Clause"
] | permissive | WuyangPeng/Engine | d5d81fd4ec18795679ce99552ab9809f3b205409 | 738fde5660449e87ccd4f4878f7bf2a443ae9f1f | refs/heads/master | 2023-08-17T17:01:41.765963 | 2023-08-16T07:27:05 | 2023-08-16T07:27:05 | 246,266,843 | 10 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,042 | h | /// Copyright (c) 2010-2023
/// Threading Core Render Engine
///
/// 作者:彭武阳,彭晔恩,彭晔泽
/// 联系作者:94458936@qq.com
///
/// 标准:std:c++20
/// 引擎测试版本:0.9.0.1 (2023/01/29 20:48)
#ifndef SYSTEM_SECURITY_SUITE_COPY_SECURITY_IDENTIFIER_TESTING_H
#define SYSTEM_SECURITY_SUITE_COPY_SECURITY_IDENTIFIER_TESTING_H
#include "SecuritySi... | [
"94458936@qq.com"
] | 94458936@qq.com |
3da310271c78d53a358abccdfa0036b094c1b432 | 01af78fbb7dcd83ab542723aac6fb44412415503 | /samsung_sw_mock_test/making_rome_number/making_rome_number.cpp | ed1945bec7f1555071e07c9a102225bd1aaed401 | [] | no_license | mcdaniel13/backjoon | 6db09877a7fa4d125c7562ab680dce9995d77e21 | 312c1954b89560724ab18a67fd0b3aa84660bcd5 | refs/heads/master | 2020-05-02T07:14:54.010934 | 2019-04-23T18:51:31 | 2019-04-23T18:51:31 | 177,812,990 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 764 | cpp | /*
* https://www.acmicpc.net/problem/16922
*/
#include <iostream>
using namespace std;
int n;
int arr[4];
int num[4] = {1, 5, 10 ,50};
bool visit[1001];
void init() {
for(int i = 0; i < 4; i++) {
arr[i] = 0;
}
for(int i = 0; i < 1001; i++) {
visit[i] = false;
}
}
void calculate() {
int total = 0;
for(... | [
"whansrl92@gmail.com"
] | whansrl92@gmail.com |
61d93e6d4c422e63530aacfed88ec67fb87061db | 4d82c21c8928f8b7dc9887a900cd93a0c52dbedb | /q9.cc | d0ed21d24be4466116766643828dc301a7362018 | [] | no_license | ShraiLakshmanR/CN | 175cd9930d9d3bc94421a932664f9109ab3c6747 | 56e75722c53f8338b22c7145ffa0defaebfd2693 | refs/heads/master | 2020-09-10T02:12:42.443461 | 2020-03-27T11:52:02 | 2020-03-27T11:52:02 | 221,623,627 | 0 | 0 | null | 2019-11-14T06:02:13 | 2019-11-14T06:02:12 | null | UTF-8 | C++ | false | false | 3,836 | cc | #include "ns3/core-module.h"
#include "ns3/network-module.h"
#include "ns3/internet-module.h"
#include "ns3/point-to-point-module.h"
#include "ns3/applications-module.h"
#include "ns3/ipv4-global-routing-helper.h"
#include "ns3/csma-module.h"
using namespace ns3;
NS_LOG_COMPONENT_DEFINE("Second script example");
int... | [
"noreply@github.com"
] | ShraiLakshmanR.noreply@github.com |
d90513f934d66abf1db3aa40a8f558298968f425 | f1e40f0d5d5d96fdab4a0cb76f06a6ae9e3927cc | /final/workspace/speech/devel/include/tum_alle_common_msgs/msgHotwordCommand.h | a731a168fe59d9ea94c3703b65edf08b8e954403 | [] | no_license | Eddiesyn/RoboCup-Home | fedcda033a787ea8e451d53a930bdeb741c4de6d | 6d8e56a9186d29736e2464bee4b124536cb2878e | refs/heads/master | 2020-03-18T16:25:30.706778 | 2018-08-08T18:41:26 | 2018-08-08T18:41:26 | 134,964,590 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,019 | h | // Generated by gencpp from file tum_alle_common_msgs/msgHotwordCommand.msg
// DO NOT EDIT!
#ifndef TUM_ALLE_COMMON_MSGS_MESSAGE_MSGHOTWORDCOMMAND_H
#define TUM_ALLE_COMMON_MSGS_MESSAGE_MSGHOTWORDCOMMAND_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#inc... | [
"sen.wang@tum.de"
] | sen.wang@tum.de |
14bfdbf22836a03e9fa13376ab740f130a99d5fc | 90047daeb462598a924d76ddf4288e832e86417c | /third_party/WebKit/Source/core/layout/LayoutButton.h | 56f2d81a2262f401a025cea2a374207610256164 | [
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"BSD-3-Clause",
"MIT",
"Apache-2.0"
] | permissive | massbrowser/android | 99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080 | a9c4371682c9443d6e1d66005d4db61a24a9617c | refs/heads/master | 2022-11-04T21:15:50.656802 | 2017-06-08T12:31:39 | 2017-06-08T12:31:39 | 93,747,579 | 2 | 2 | BSD-3-Clause | 2022-10-31T10:34:25 | 2017-06-08T12:36:07 | null | UTF-8 | C++ | false | false | 2,639 | h | /*
* Copyright (C) 2005 Apple Computer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This librar... | [
"xElvis89x@gmail.com"
] | xElvis89x@gmail.com |
5f6ea9c71d1ef5c5b2e75007fbf94b65d141c681 | 9e41c0037601302e13aa8a71fbae2736c0d48249 | /apollo_13/include/apollo_13/CommonProperties.h | 761d9a8a3adef8dbbeff773a196f9fda89876c7e | [] | no_license | SiChiTong/Apollo_13 | bb6382b6f0437a40be447e9f2a3f4027ced781e1 | d5c2d2510111a3b6ca94e379e196679906aabd25 | refs/heads/master | 2021-04-06T02:31:09.437997 | 2017-01-20T18:04:22 | 2017-01-20T18:04:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,974 | h | /* Auto-generated by genmsg_cpp for file /home/pses/catkin_ws/src/rososc/touchosc_msgs/msg/CommonProperties.msg */
#ifndef TOUCHOSC_MSGS_MESSAGE_COMMONPROPERTIES_H
#define TOUCHOSC_MSGS_MESSAGE_COMMONPROPERTIES_H
#include <string>
#include <vector>
#include <map>
#include <ostream>
#include "ros/serialization.h"
#inclu... | [
"aceronicolas@hotmail.com"
] | aceronicolas@hotmail.com |
be95c1b36cf0a468b10c633919bd4b72efc31f03 | ff1f8e352bcbf059e2c1c0aaafff120c56f3cf49 | /SXOJ/SXOJ17.cpp | b609aecb3ce96f1e04bc900463b3e598bda3fc78 | [] | no_license | keywet06/code | 040bc189fbabd06fc3026525ae3553cd4f395bf3 | fe0d570144e580f37281b13fd4106438d3169ab9 | refs/heads/master | 2022-12-19T12:12:16.635994 | 2022-11-27T11:39:29 | 2022-11-27T11:39:29 | 182,518,309 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,548 | cpp | #include <bits/stdc++.h>
using uint64 = unsigned long long;
const int E = 37;
const int N = 1000005;
int T, n, l, r, mid;
uint64 hs[N], pre[N];
std::string s;
std::unordered_set<uint64> set;
inline uint64 hash(int l, int r) { return hs[r] - hs[l - 1] * pre[r - l + 1]; }
int main() {
std::ios::sync_with_stdi... | [
"keywet06@tom.com"
] | keywet06@tom.com |
b18f301ea190ed1e0e46a6a60a67f2b3d1d8274b | f0b98ec52aaadb19b9f59886b39324d9a8472e34 | /2019-10-18-arreglos/array1.cpp | a9bdad7b33e18bc4498b6686fb439a1b531d665e | [] | no_license | mmesap/Prog | 0aba2c19140f6f21b96fef19190a47f60bfe0ebc | cd5f18b17060a17ac5c2bf9e04fb6fbcc5876e1f | refs/heads/master | 2021-06-21T16:46:25.913078 | 2021-03-01T03:44:01 | 2021-03-01T03:44:01 | 206,789,854 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 119 | cpp | #include <iostream>
int main()
{
int billy [5] = {1};
std::cout << billy[1] << "\n";
billy [2]=7;
return 0;
}
| [
"mmesap@darkstar.org"
] | mmesap@darkstar.org |
4d58f7b596fab831f0f9bcba09f36a6d6f67d0fd | e2a7a60e13303bde79e926d45fb75aa430c3a596 | /11878.cpp | 8bdbbfab2f610dd7a5fda83c51b597681d10f542 | [] | no_license | jonathandarryl/UVa-Code | 9ab900ee87e67469ffaa753ae57e070ed60d0b8c | 0cbe8b6e091fc699abba25cbd72ebf1aa9e1709d | refs/heads/master | 2016-09-05T15:45:46.105512 | 2015-01-08T05:16:31 | 2015-01-08T05:16:31 | 27,748,480 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 983 | cpp | #include<iostream>
#include<string.h>
using namespace std;
int main(void){
string input;
char rem;
int in1, in2, res;
int track, right = 0;
while(cin>>input){
track = in1 = in2 = res = 0;
while(input.at(track)>='0' && input.at(track)<='9'){
in1*=10;
in1+=inp... | [
"jonathandarrylw@gmail.com"
] | jonathandarrylw@gmail.com |
2067dbcfd27ac86a6d43130e2e0acc2a1076daa2 | 44631c3fbb32eec79ec89049c6ae2ab6a4bf431a | /unit2/program_design.cpp | b82beb62189af98955e411906c29dc8299101b54 | [] | no_license | jackliaoontheway/cpp_exam_practice | 40bb1a92c891022683f4c34726eb4cb70a86b8aa | 58f43c242ad32e265afde797f8843b83020e2a4b | refs/heads/master | 2021-01-14T21:01:56.066268 | 2020-04-12T00:00:09 | 2020-04-12T00:00:09 | 242,758,917 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 303 | cpp | #include <iostream>
#include "Mx.h"
using namespace std;
Mx operator + (Mx &a, Mx &b) {
Mx c;
for(int i = 0;i < 2; i++) {
for(int j = 0; j < 3; j++) {
c.m[i][j] = a.m[i][j] + b.m[i][j];
}
}
return c;
}
int main() {
Mx a,b,c;
a.input();
b.input();
c = a + b;
c.show();
return 0;
}
| [
"ldhontheway@live.com"
] | ldhontheway@live.com |
7db93740dca62cafb1b75f33308446711e3e1ced | d41db05c6e70df03d48e5210755d0dea99cb72bf | /dependencies/probt_spl_2_3_99/include/plCndUnknown.h | b92dd0ba4c5c06f1251f83dec1402e0cd28b8035 | [] | no_license | samogwas/samogwas | f035a17981fa4fead254dd456f249249c44f49a4 | 7d98883814e2f2d12dee754cca4ae023e07fa097 | refs/heads/master | 2016-09-08T01:42:07.577903 | 2015-07-21T10:06:56 | 2015-07-21T10:06:56 | 34,456,818 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,598 | h | /*=============================================================================
* Product : ProBT
* File : plCndUnknown.h
* Author : Emmanuel Mazer
* Creation : July 6 :08:40 2001
*
*=============================================================================
* (c) Copyright... | [
"thanh.phan@outlook.com"
] | thanh.phan@outlook.com |
a11692e6fd82a79e675826034f739419f80a239e | 999fdf150a93dc69d920786641fc9cd8e83f2a75 | /src/oraifutils/opencl/oraOpenCLWrapper.h | 6ac7d931b903290299766b949c66c6a19fa36c00 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | agravgaard/Plastimatch | f79294947a1d44dd0c56798277374222fa92df57 | 7b5b79bb1a258d69a653bc82849ed420e673de3d | refs/heads/master | 2021-01-17T06:53:30.814597 | 2020-08-21T12:51:14 | 2020-08-21T12:51:14 | 52,898,082 | 11 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 596 | h | #ifndef ORAOPENCLWRAPPER_H_
#define ORAOPENCLWRAPPER_H_
// allow c++ like exceptions for openCL functions
#define __CL_ENABLE_EXCEPTIONS
// opencl
#include <CL/cl.hpp>
// std
#include <vector>
#include <iostream>
namespace ora
{
/*
* oraOpenCLWrapper.h
*/
class OpenCLWrapper
{
public:
typedef OpenCLWrapper se... | [
"andreasga22@gmail.com"
] | andreasga22@gmail.com |
a0343fe84cf91c87bf84c83fd8e47daef941ea20 | fea03f3156797a87a0578ee5e97f2ac397eeb1e6 | /C++/study/concept/example/example_01.cpp | 29b4143c6f3c65a1e12137fc22c03d80458a1150 | [] | no_license | dduynam/tutorial | 0649f1d37e05a444f495f6cd9df8fe8c0f980a58 | 7b91268207e8f608df9196eb9d7f48b61a3c45ab | refs/heads/main | 2023-07-15T03:28:53.135038 | 2021-08-30T16:34:08 | 2021-08-30T16:34:24 | 392,336,487 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 403 | cpp | #include <iostream>
#include <math.h>
using namespace std;
int main()
{
int res = 0;
int n = -5;
cout << pow(2, 3) << endl;
for (unsigned int i = 0; i < n; ++i)
{
res = i;
//cout << res << endl;
if (i == 100)
{
cout << "n: " << n << endl;
break... | [
"nam2.do@lge.com"
] | nam2.do@lge.com |
f2a20a4174f6afcf001a84b8e3d8c564617a7964 | 36c525cd82caeafffa32f2042058e94774d60a3e | /main.cpp | 2a6f22094885759672bb7fd0bb7813634d8ce1b6 | [] | no_license | stamhoffman/algorithms | 1d7ee84eb9c0eb9b8f72498c0475a6fd83b85d13 | 74c4e748ad52630169e80c5c5bf188ae23f890a5 | refs/heads/master | 2020-12-20T07:06:11.692840 | 2020-02-19T20:07:59 | 2020-02-19T20:07:59 | 235,996,332 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 346 | cpp | #include "bst.h"
#include "function.h"
using namespace function;
using namespace bst;
int main() {
BST bst(5);
bst.Insert(3);
bst.Insert(6);
bst.Insert(8);
bst.Insert(9);
bst.Insert(15);
bst.Insert(10);
bst.Insert(3);
bst.Insert(1);
bst.Insert(4);
bst.Insert(2);
auto root = bst.Traverse(bst.ro... | [
"stamhoffman@yandex.ru"
] | stamhoffman@yandex.ru |
0fe693105836da2572b56eb7138bf16e7e6359ff | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /gpu/command_buffer/tests/texture_image_factory.h | 82509cbe2080b710b9183b09c81ad570db700002 | [
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 64bee65c921db7e78e25d08f1e98da2668b57be5 | refs/heads/webml | 2023-03-21T03:20:15.377034 | 2020-11-16T01:40:14 | 2020-11-16T01:40:14 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | C++ | false | false | 1,506 | h | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef GPU_COMMAND_BUFFER_TESTS_TEXTURE_IMAGE_FACTORY_H_
#define GPU_COMMAND_BUFFER_TESTS_TEXTURE_IMAGE_FACTORY_H_
#include "gpu/command_buffer/service/... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
61b354ef1215fcfd44e5471661302389b7099c54 | 2cba5b3a723bce26d22d0fa8995c0ffb95769331 | /Bài 1/Bai1.cpp | dfc0dfdd440945cba1f2fc941fc51e379ff8b4b0 | [] | no_license | tranlongthien/Game-bau-cua | c51999f676f173f06e1e42334876d80b1a1fbd70 | 3fbe87ea92a0d377abc21d4a38c17001a3c02084 | refs/heads/master | 2021-05-03T10:28:30.302312 | 2017-06-07T14:56:54 | 2017-06-07T14:56:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,677 | cpp | //Nhap vao hai phan so. Tinh tong hieu tich thuong vaf xuat ra ket qua o dang rut gon???
#include <iostream>
using namespace std;
int main()
{
int t1, t2, m1, m2, a, b, c, d;
int tong, hieu, tich, tuthuong, mauthuong, mautong, mauhieu, mautich;
do{
cout << "\nNhap vao tu so cua phan so thu nhat: ";
cin >> t1... | [
"sonkun246@gmail.com"
] | sonkun246@gmail.com |
9c4e7440d705e0f51b5fb610a2d74603a072e726 | 7b277abc452923a6b75eaacfba77142ebcf8dfee | /NaoCodeBackup/UTNaoTool/calibration/JointCalibrator.cpp | f7d053685097f2817425d0389fd335956f8892b0 | [] | no_license | sbha2431/Abstractions-Learning | 26ad5848e69e1436bffc2988cc68755e2bd39ee0 | 4ad7ed5a9ea1a942263fca27ae4a1bc9a1e03f91 | refs/heads/master | 2020-05-25T11:30:48.617375 | 2019-02-27T17:46:20 | 2019-02-27T17:46:20 | 83,600,277 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 11,197 | cpp | #include "JointCalibrator.h"
#include <memory/MemoryFrame.h>
#include <memory/MemoryCache.h>
#include <memory/LogViewer.h>
#include <vision/ImageProcessor.h>
#include <math/GaussNewtonOptimizer.h>
#define OPTIMIZE_POSITION false
using namespace std;
using namespace Eigen;
using Corners = JointCalibrator::Corners;
s... | [
"stevencarr@utexas.edu"
] | stevencarr@utexas.edu |
5cbd676fc2e3fb1787ebda5b39b89136b5179fff | 2041079aab20a4df0d53faeca8350d3607c7fc3a | /trunk/teaf(isgw)/dll/dll_impl.cpp | 581029b0f4aaa3f6be54f7d9ad41dd796752ebbb | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ashirali227/Testing | bdc7bfdd27cf5b03776b7d067822dc83317fd920 | 213d607a09e186433094328c11a375f701a8173b | refs/heads/master | 2023-04-29T12:01:37.393671 | 2021-05-19T10:21:56 | 2021-05-19T10:21:56 | 368,592,105 | 0 | 0 | null | 2021-05-19T09:43:35 | 2021-05-18T16:07:57 | C++ | UTF-8 | C++ | false | false | 444 | cpp | //g++ dll_impl.cpp -fPIC -shared -o libperson.so
#include "dll_impl.h"
person::person(const string& name, unsigned int age) : m_name(name), m_age(age)
{
cout << m_name << " say hello!" << endl;
};
person::~person()
{
cout << m_name << " say byebye!" << endl;
};
string person::get_person_name() ... | [
"away@awaydeMacBook-Pro.local"
] | away@awaydeMacBook-Pro.local |
d4c8e6f4cc7414f6ebd8baff162819e8b815aa1d | 79cd3aed34bdff83575ea0b5973812e396fc089b | /TehnikeProgramiranja/Tutorijali/T8/Z4.cpp | 5a37fc5b3ccb7e239a98a2085c8461649623775a | [] | no_license | lmujic1/CppCode | 42be834f9e170d00a8843f316dce9205637e5c1a | 628a21c3b16e3906160589b97cec25c46af654e8 | refs/heads/master | 2023-08-14T03:49:38.149481 | 2021-09-20T23:56:51 | 2021-09-20T23:56:51 | 407,698,782 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,627 | cpp | //
// Created by 38760 on 18. 9. 2021..
//
//TP 2018/2019: Tutorijal 8, Zadatak 4
#include <iostream>
#include <map>
#include <string>
#include <algorithm>
std::string ZamijeniPremaRjecniku(std::string s,std::map<std::string,std::string> mapa) {
std::string novi;
for(int i=0;i<s.length();i++) {
if((s[i... | [
"lmujic1@etf.unsa.ba"
] | lmujic1@etf.unsa.ba |
1c96d4c0f966c03bb831a7ad12a00a2c5f7219ee | a22e075e5cd68cd61c822b7d6b28b63f5dcb4c1c | /algorithm/201115_bfs_map.cpp | 340cd90d3d9f8211c101c23d0c01af4648e9976b | [] | no_license | Liuqianqian007/learncs | 52cc81f638653138799627f6269ed2f0bd9cae60 | 497aab2b44e505b3c2d3d174aba07f0f97f928e5 | refs/heads/main | 2023-07-11T03:33:12.003729 | 2021-08-21T03:59:06 | 2021-08-21T03:59:06 | 320,240,746 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,836 | cpp | /*************************************************************************
> File Name: bfs_map.cpp
> Author: liuqian
> Mail:
> Created Time: Sun 15 Nov 2020 08:29:40 PM CST
************************************************************************/
#include<iostream>
#include<queue>
using namespace std;
/*
输入数据:S... | [
"liuq@github.com"
] | liuq@github.com |
690d2c3aac4b507aa9bb14702565a2e6e659835f | 9e6592940d44df37f9ba748f19b6c36db3a9e300 | /src/robot_control/lib/NXTControl/include/nxt/TelegramFactory.hpp | a5597dcc98084eb814680e92b871688d4d0d36a9 | [] | no_license | Smart-Minotaur/nxt_minotaur | f6fdddb4feea956f0c528fb0d884ffbb5bc26b36 | 0ff5451002dad5066b325d619a738a3d8aaf2824 | refs/heads/master | 2021-03-12T21:38:15.556994 | 2014-10-11T15:12:38 | 2014-10-11T15:12:38 | 18,295,217 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,152 | hpp | #ifndef NXT_TELEGRAM_FACTORY_HPP
#define NXT_TELEGRAM_FACTORY_HPP
#include <string>
#include "nxt/Telegram.hpp"
namespace nxt
{
/**
* \brief Provides methods to create Telegram objects.
*/
class TelegramFactory
{
private:
void addString(Telegram &p_telegram, const std::string &p_string) const;
void addUIN... | [
"rookfighter@develop"
] | rookfighter@develop |
a2cb4434e2cbe6526ec21db33377922499722c31 | f5a934834ee35fe17bf3f87ab29fc3436d083204 | /Reverse_Integer.cpp | 69a9d93ed33df67e985edbea480a497f4bdc6b47 | [] | no_license | Ugongjae/leetcode | 21e3c45f332032aedd6f37b21ba4251706948f69 | bc162d94707b80cbabc5541fc0bdf83756cf040f | refs/heads/master | 2023-08-24T16:56:48.313602 | 2021-10-29T12:54:22 | 2021-10-29T12:54:22 | 341,912,050 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 779 | cpp | #include <iostream>
#include <algorithm>
using namespace std;
class Solution {
public:
int reverse(int x) {
if(x==0)
return x;
long res=0;
int isMinus=1;
if(x<0){
if(x==INT32_MIN){
return 0;
}
x*=-1;
isMinus... | [
"turtle0191@naver.com"
] | turtle0191@naver.com |
f7b7e22191d74d65646edea2056d64b64fc582f8 | 6e863f09100749c10e2bc64b690e2dfd5ab681b2 | /자료형과 연산(1)/자료형과 연산(1).cpp | 8e98cac1ebfb2417a56cd57f62b6c75a9e0deb99 | [] | no_license | Juhye/c-study | de9fae7c406c483cac8cbbe3ce3c818933644232 | da3c307acf1c985a51df953e2fa33c7314af4a93 | refs/heads/master | 2020-04-26T22:09:27.932416 | 2019-05-14T07:19:38 | 2019-05-14T07:19:38 | 173,863,295 | 2 | 0 | null | null | null | null | UHC | C++ | false | false | 537 | cpp | #include<iostream>
#include<climits>//형의 최대크기,최소크기를 알수있다
using namespace std;
int main() {
short year = SHRT_MAX;
int sale = INT_MAX;
long total_sale = LONG_MAX;
cout << "short형의 크기" << sizeof(short) << endl;
cout << "int형의 크기" << sizeof(int) << endl;
cout << "long형의 크기" << sizeof(long) << endl<<endl;
cout << ... | [
"0julie@naver.com"
] | 0julie@naver.com |
16b36faae6a607aafeaf9bac33fee1f28a83a9b4 | 9a3b9d80afd88e1fa9a24303877d6e130ce22702 | /src/Providers/UNIXProviders/AssociatedPrivilege/tests/AssociatedPrivilege.Tests/main.cpp | f1c25b5b7f516620e8704fe498e19d41a5ef75df | [
"MIT"
] | permissive | brunolauze/openpegasus-providers | 3244b76d075bc66a77e4ed135893437a66dd769f | f24c56acab2c4c210a8d165bb499cd1b3a12f222 | refs/heads/master | 2020-04-17T04:27:14.970917 | 2015-01-04T22:08:09 | 2015-01-04T22:08:09 | 19,707,296 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,058 | cpp | //%LICENSE////////////////////////////////////////////////////////////////
//
// Licensed to The Open Group (TOG) under one or more contributor license
// agreements. Refer to the OpenPegasusNOTICE.txt file distributed with
// this work for additional information regarding copyright ownership.
// Each contributor lice... | [
"brunolauze@msn.com"
] | brunolauze@msn.com |
3dcb370c188b8450111c7e027ba628d424cc0625 | 9f520bcbde8a70e14d5870fd9a88c0989a8fcd61 | /pitzDaily/925/alpha | b053fb45cad54b5251b4c84af4b3d00d65e8b33c | [] | no_license | asAmrita/adjoinShapOptimization | 6d47c89fb14d090941da706bd7c39004f515cfea | 079cbec87529be37f81cca3ea8b28c50b9ceb8c5 | refs/heads/master | 2020-08-06T21:32:45.429939 | 2019-10-06T09:58:20 | 2019-10-06T09:58:20 | 213,144,901 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 68,743 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1806 |
... | [
"as998@snu.edu.in"
] | as998@snu.edu.in | |
e7342592750078f287a06478992b6a6752c6282d | e6317162fd2ac60acf13090eec30c6e577f5bcb1 | /leetCode/121.Best Time to Buy and Sell Stock.hpp | 0d78057765d324f4154eed7a85aac6f555b88991 | [
"Apache-2.0"
] | permissive | CainHsu/ProgramStudy-leetcode | 024a9fb093a0ce9cdaab6b8ece82ba94ede5b5c2 | 23653e8927902aed64ba13a23a1d6c983b7ea5d5 | refs/heads/master | 2021-06-26T10:35:34.447660 | 2021-05-16T12:47:04 | 2021-05-16T12:47:04 | 226,617,577 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 614 | hpp | //
// Created by xuche on 2020/7/18.
//
#ifndef PROGRAMSTUDY_LEETCODE_121_BEST_TIME_TO_BUY_AND_SELL_STOCK_HPP
#define PROGRAMSTUDY_LEETCODE_121_BEST_TIME_TO_BUY_AND_SELL_STOCK_HPP
#include "vector"
#include "algorithm"
using namespace std;
int maxProfit(vector<int>& prices) {
if(prices.empty()) return 0;
in... | [
"xu.chen28@qq.com"
] | xu.chen28@qq.com |
c6ce1704a6ec39943be3ef5c527b4b5e9e717b72 | 5581e60b6de66a24c150003e36382f2ae8afd1e0 | /CvGameCoreDLL_Expansion2/CvProjectClasses.cpp | 2afacd027b9b2e64c51642017a8b3725645f91eb | [] | no_license | HungryForFood/Community-Patch-DLL | bf86b3809cd11eda8aa44c1b05af67fff8f56548 | 6411822d8f0976317ad8ac2a936df46c76d34251 | refs/heads/master | 2021-12-08T12:47:12.557952 | 2021-08-13T15:36:24 | 2021-08-13T15:36:24 | 113,146,758 | 0 | 0 | null | 2017-12-05T07:13:30 | 2017-12-05T07:13:30 | null | WINDOWS-1252 | C++ | false | false | 11,709 | cpp | /* -------------------------------------------------------------------------------------------------------
© 1991-2012 Take-Two Interactive Software and its subsidiaries. Developed by Firaxis Games.
Sid Meier's Civilization V, Civ, Civilization, 2K Games, Firaxis Games, Take-Two Interactive Software
and their re... | [
"thewizardofwas@gmail.com"
] | thewizardofwas@gmail.com |
b5c04f5fd3d18f36667194c576ca80647427ac9c | 53b62066493bbfb0a8492f4f065af7abbc0314be | /_engine/src/engine/render/camera.h | 25af7cdfc48e784edc4e0084b6a962a0b36d2945 | [] | no_license | mevoroth/meet-minecraft-bots | 5d39892c27322bbb1837845d1fdefa961eb45e96 | 8e699f797eaad7f2751e5c9bdacf3e697f11f3b9 | refs/heads/master | 2020-03-25T17:24:21.352175 | 2014-08-23T23:54:45 | 2014-08-23T23:54:45 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 3,611 | h | #ifndef __SIMPLE_CAM_H__
#define __SIMPLE_CAM_H__
#include "external/gl/glew.h"
#include "external/gl/freeglut.h"
#include "engine/utils/types_3d.h"
#include "engine/utils/ny_utils.h"
class NYCamera
{
public:
NYVert3Df _Position; ///< Position de la camera
NYVert3Df _LookAt; ///< Point regarde par la camera
N... | [
"mevoroth@gmail.com"
] | mevoroth@gmail.com |
4dc53ae0cd68ee3d431c04825f2c98e794ff552d | a5edb9bc455f8e1e4cb7e20842ab0eeb8f602049 | /source/net/udp/udpclient.cpp | 5ba44f1e834a749c1bb26e70b7a9a1e12be3ba7a | [
"Apache-2.0"
] | permissive | lwIoT/lwiot-core | 32d148b4527c9ca9f4b9716bd89ae10d4a99030e | 07d2a3ba962aef508911e453268427b006c57701 | refs/heads/master | 2020-03-13T06:47:44.493308 | 2019-08-30T15:15:21 | 2019-08-30T15:15:21 | 131,012,032 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,169 | cpp | /*
* UDP client implementation.
*
* @author Michel Megens
* @email dev@bietje.net
*/
#include <stdlib.h>
#include <stdio.h>
#include <lwiot.h>
#include <lwiot/types.h>
#include <lwiot/log.h>
#include <lwiot/stl/string.h>
#include <lwiot/error.h>
#include <lwiot/network/stdnet.h>
#include <lwio... | [
"dev@bietje.net"
] | dev@bietje.net |
ce7a4864c0d3b9423648a7e7e3cea7f986aa7c2c | 0840e722dd777fc8f2235d9828cc1294eda7fc73 | /static_router.h | a84dc2b9ba067f75769f46c781b9c88a87115d91 | [] | no_license | vincenscotti/convsim | 34793eed9f17b44c7ac1306e9c0d14484baa143d | 8d9638381b75e670b1d43e710026c9fca64b3a68 | refs/heads/master | 2020-09-05T09:31:47.468881 | 2020-01-09T14:50:35 | 2020-01-09T14:50:35 | 220,057,880 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,045 | h | #pragma once
#include <systemc>
#include <array>
namespace convsim {
using namespace std;
using namespace sc_core;
template <size_t Srcs, size_t Dsts>
struct mcast_config {
typedef array<array<bool, Dsts>, Srcs> routing_matrix;
mcast_config() {
for (auto &row : m) { row.fill(false); }
}
i... | [
"vscotti@gap.upv.es"
] | vscotti@gap.upv.es |
c964695b3dedcc8f631ea26d8979a20f9aa431bc | 6a3a50538c544c9f8d65bcb8f96d4e3b68a4e848 | /Sources/Bomberman/Header/InputComponent.hh | 1f6984a0922f86a604ca7a41430dfef308b1012d | [] | no_license | lejard-h/cpp_bomberman | 8f2d7eabebc1b872e189f066caeee78bc2550569 | 3ba7dcbc77ac87fb47be006446c537da7055b2dc | refs/heads/master | 2016-09-06T08:57:09.230787 | 2014-07-11T08:55:12 | 2014-07-11T08:55:12 | 21,691,750 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 931 | hh | /*
** InputComponent.hh for Bomberman in /home/lejard_h/rendu/cpp_bomberman/Bomberman/Header
**
** Made by hadrien lejard
** Login <lejard_h@epitech.net>
**
** Started on jeu. mai 29 14:19:36 2014 hadrien lejard
// Last update Sat Jun 14 10:59:46 2014 Marc Le Labourier
*/
#ifndef __INPUTCOMPONENT_HH__
# define __I... | [
"lejard_h@epitech.eu"
] | lejard_h@epitech.eu |
7014f929550b76df086512657799abaefcc381fd | 2aa13805fefde015f78a9007210749f7b02ddd17 | /OpenGL/OpenGL/header/Assets/FBXProgram.h | d30ba60e207af535f5a34565c71946216621e8fe | [] | no_license | Brandon-Bruce/AIE-Projects | 7df184007193dca7effbbd2f0e5de95047fb4a9c | 95105eb46b257bb8130893c7a35d0e2185e1406e | refs/heads/master | 2021-01-19T09:10:18.264070 | 2016-03-30T06:52:22 | 2016-03-30T06:52:22 | 50,803,740 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 495 | h | #ifndef FBXPROGRAM_H
#define FBXPROGRAM_H
#include "Program.h"
#include "glm\mat4x4.hpp"
class FBXFile;
class Camera;
class SphereCollider;
class FBXProgram : public Program
{
public:
void Startup(const char* fileName, glm::mat4 position,
char* name, float scale);
void CreateOpenGLBuffers();
void CleanUpOpenGLB... | [
"brandon.bruce@ad.aie.edu"
] | brandon.bruce@ad.aie.edu |
45468650fa734cd7d4edc688475a605a5ec91a53 | 0ec75f71699b7abbff707ac11907cd01312a66e8 | /NewSplittingPlacement.cpp | 58212cea97b749e679e5e437fd8081e8a0cdce44 | [] | no_license | stonetree/NewSplittingPlacement | 84b490d66919c4223f1b326d1a4d0f2513d87d26 | 7c0433a866d9c8e69cbc10bcb98be62621479172 | refs/heads/master | 2020-05-20T06:41:18.617043 | 2014-11-26T01:47:40 | 2014-11-26T01:47:40 | 26,755,539 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,358 | cpp | // NewSplittingPlacement.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "common.h"
#include "cVMRequest.h"
#include "cServer.h"
uint total_num_profile_55 = 100;
uint total_num_profile_70 = 0;
uint total_num_servers = 50;
double total_server_capacity = 100;
double splitable_percentage = 1;
double total_used = 0... | [
"liuliu.sky@gmail.com"
] | liuliu.sky@gmail.com |
081f2bedd9ac5ff707c6004025f032b8a58bdb69 | bb82a5f977bef455714c16e24e2d8254e2d0faa5 | /src/vendor/cget/cget/pkg/chriskohlhoff__asio/install/include/asio/detail/reactive_socket_service.hpp | 309fd8db13235be842c690d847a22671d33a5923 | [
"Unlicense"
] | permissive | pqrs-org/Karabiner-Elements | 4ae307d82f8b67547c161c7d46d2083a0fd07630 | d05057d7c769e2ff35638282e888a6d5eca566be | refs/heads/main | 2023-09-01T03:11:08.474417 | 2023-09-01T00:44:19 | 2023-09-01T00:44:19 | 63,037,806 | 8,197 | 389 | Unlicense | 2023-09-01T00:11:00 | 2016-07-11T04:57:55 | C++ | UTF-8 | C++ | false | false | 21,440 | hpp | //
// detail/reactive_socket_service.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2023 Christopher M. Kohlhoff (chris at kohlhoff 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)
//
... | [
"tekezo@pqrs.org"
] | tekezo@pqrs.org |
c5d7b9e727f41812cb8cf9d4650c8fd7807e0729 | f7ea25dec016933bea8599fde12e448ec668c1a2 | /src/http/verbs.cpp | 978138c366839c33b4391b7133157d40aac385f7 | [
"Apache-2.0"
] | permissive | NeuralNoise/poseidon | 3629b73e0f67b7194727b84733f92ab15dab12a8 | 27c8145641a171a1a239391f84248b7b55730f4c | refs/heads/master | 2021-07-01T10:33:40.343882 | 2017-09-22T09:52:54 | 2017-09-22T09:52:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,067 | cpp | // 这个文件是 Poseidon 服务器应用程序框架的一部分。
// Copyleft 2014 - 2017, LH_Mouse. All wrongs reserved.
#include "../precompiled.hpp"
#include "verbs.hpp"
namespace Poseidon {
namespace {
CONSTEXPR const char VERB_TABLE[][16] = {
"INVALID_VERB",
"GET",
"POST",
"HEAD",
"PUT",
"DELETE",
"TRACE",
"CONNECT",
"OPTION... | [
"lh_mouse@126.com"
] | lh_mouse@126.com |
1b732abc79c81b5afe02c4c9aa0a8fca7e305013 | 7dd209afc5217ece1f71c1d7875d5e237d1a6c95 | /Test/1.cpp | e86a00af0463172def005c92b388750797a72c06 | [] | no_license | hieudt183739/Aglorithm | 9a9ef6b01f46a67ba7d19f857be796765dadb55d | 3377789e97cd8af0522d44b85c9767b771263c04 | refs/heads/master | 2023-07-05T22:51:04.662621 | 2021-08-04T08:37:19 | 2021-08-04T08:37:19 | 346,371,022 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 985 | cpp |
#include<iostream>
#include<algorithm>
#include<vector>
using namespace std;
const int N = 1e5 + 10;
int num[N];
int main(){
ios_base::sync_with_stdio(false);cin.tie(NULL);
int n;
cin >> n;
for(int i = 0; i < n; i++){
cin >> num[i];
}
int res = 0;
int sum = 0;
for(int i = 0; ... | [
"video06072000@gmail.com"
] | video06072000@gmail.com |
b948103f90ff958ce1b0c2ad60591dd03de12b05 | 5100674f94aca3f0a0e9c4f3bcb16006d11e5c6b | /classic_interview_questions/lru_cplusplus.cpp | 704f2e2bd93205e240309d9d33b06cc0b1bdbff2 | [] | no_license | erikliu123/algorithm_problems | 0702655ed61d60702395390e377d4e480aae75dc | 7cab9006dc37a745ac9a5f96a9d4265508b712af | refs/heads/master | 2023-08-11T13:01:07.235840 | 2021-09-27T03:28:41 | 2021-09-27T03:28:41 | 357,453,683 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,889 | cpp | #include <unordered_map>
#include <list>
#include <vector>
using namespace std;
struct Node
{
Node(int k = 0, int v = 0) : key(k), val(v) {}
int key;
int val;
};
class LRUCache
{
public:
/**
* lru design
* @param operators int整型vector<vector<>> the ops
* @param k int整型 the k
* @retur... | [
"1171045702@qq.com"
] | 1171045702@qq.com |
cf624a66c5af950f27a35bfedb672dc2d598b0ff | d4a154e192e790d8607a5f3de9c1f95109599b20 | /project4/proj4B/PNMwriter.h | 97116e7794d225e495cd57a2201dfae7aba41d1f | [] | no_license | fabiancaraballo/CS330-C-CPP-UNIX | 80b5baa018bd4b01902ec31ab1c7e36c6726a0fa | 2992348a0a7ff4d1924e9db2b75f0a4ec793efdd | refs/heads/master | 2020-06-11T02:58:25.686134 | 2019-06-26T05:01:11 | 2019-06-26T05:01:11 | 193,832,508 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 155 | h | #ifndef PNMWRITER_H
#define PNMWRITER_H
#include <stdio.h>
#include "sink.h"
class PNMwriter: public Sink {
public:
void Write(char *file);
};
#endif
| [
"fabian.caraballo@gmail.com"
] | fabian.caraballo@gmail.com |
aafe10247283705be3e7cc3fb06cc7eac9f91d98 | 93427e5015233aea8284ab7dc37a4b59b9d6c500 | /tree/pruefer-code.hpp | 1b14c5676092d6e781dc240bf27962c3dda6b135 | [
"CC0-1.0"
] | permissive | zxc123qwe456asd789/library | fd978a387c8dd805ef1a7ffc1118272c6878b64a | 13c01442cc5082da181acdaa414554ace30b6ae3 | refs/heads/master | 2023-05-28T22:50:47.466753 | 2021-06-12T04:10:24 | 2021-06-12T04:10:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,035 | hpp | #pragma once
#include "../misc/rng.hpp"
// input: [c \in [0, n)] * (n-2), n>=3
vector<vector<int>> pruefer_code(const vector<int>& code) {
int n = code.size() + 2;
assert(n > 2);
vector<vector<int>> g(n);
vector<int> deg(n, 1);
int e = 0;
for (auto& x : code) deg[x]++;
for (auto& i : code) {
for (in... | [
"suteakadapyon3@gmail.com"
] | suteakadapyon3@gmail.com |
883b9d3d5ca995b9d32e2f5e3fbaa243e098a4d5 | a92b18defb50c5d1118a11bc364f17b148312028 | /src/prod/src/Management/ClusterManager/ClearComposeDeploymentUpgradeContextAsyncOperation.h | 132b02c32eff3728827733371aab24939fff577e | [
"MIT"
] | permissive | KDSBest/service-fabric | 34694e150fde662286e25f048fb763c97606382e | fe61c45b15a30fb089ad891c68c893b3a976e404 | refs/heads/master | 2023-01-28T23:19:25.040275 | 2020-11-30T11:11:58 | 2020-11-30T11:11:58 | 301,365,601 | 1 | 0 | MIT | 2020-11-30T11:11:59 | 2020-10-05T10:05:53 | null | UTF-8 | C++ | false | false | 1,080 | h | // ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
#pragma once
namespace Manage... | [
"noreply-sfteam@microsoft.com"
] | noreply-sfteam@microsoft.com |
8df28c62b9aa8b98ea3391fb16a4caf4b94fe6d2 | 861c0b2803e37f2cb2be97de0c40613a65c62e0b | /build-MultipurposeApplication-Desktop_Qt_5_6_3_MinGW_32bit-Debug/ui_mainwindow.h | 463c3afbd188d15c0549fd70ff40fc49d3cef13a | [] | no_license | KavinduTheekshana/Multipurpose-Application | 6e9c16e4beab307e772254c381c6848c7fe2822c | 52856b7999161b97152127f0c0b8cc04a5e2eadc | refs/heads/master | 2020-12-04T10:00:09.337929 | 2020-01-13T13:28:10 | 2020-01-13T13:28:10 | 231,720,341 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,566 | h | /********************************************************************************
** Form generated from reading UI file 'mainwindow.ui'
**
** Created by: Qt User Interface Compiler version 5.6.3
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
****************************************... | [
"kavindutheekshana@gmail.com"
] | kavindutheekshana@gmail.com |
cad13824c7090334fa8047497629e7a821ba5fb6 | ad295aa0208a892bedad00918d02c227c00e1b90 | /ComparatorSyntacticSugarProject/ComparatorSyntacticSugarProject.cpp | eb61c30013a40a419e32e217c17352f9c54bf0f8 | [] | no_license | michallub/ComparatorSyntacticSugarRepo | 3a4243516c775b8423caad44a05df478f3478d0c | e3c5aaf8ac933dcda9b1af7faf8b114fddf37276 | refs/heads/master | 2023-08-14T06:35:05.953930 | 2021-09-14T02:30:26 | 2021-09-14T02:30:26 | 406,183,347 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 227 | cpp | // ComparatorSyntacticSugarProject.cpp : Defines the functions for the static library.
//
#include "pch.h"
#include "framework.h"
// TODO: This is an example of a library function
void fnComparatorSyntacticSugarProject()
{
}
| [
"michallub@outlook.com"
] | michallub@outlook.com |
501ea5736b5be5f5fe1d428708faf715991e82ed | 1bf8b46afad5402fe6fa74293b464e1ca5ee5fd7 | /SDK/BPF_Clipper_parameters.h | 7d551adaae71f6d48b1151b5c506aa2a96e513af | [] | no_license | LemonHaze420/ShenmueIIISDK | a4857eebefc7e66dba9f667efa43301c5efcdb62 | 47a433b5e94f171bbf5256e3ff4471dcec2c7d7e | refs/heads/master | 2021-06-30T17:33:06.034662 | 2021-01-19T20:33:33 | 2021-01-19T20:33:33 | 214,824,713 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 819 | h | #pragma once
#include "../SDK.h"
// Name: Shenmue3SDK, Version: 1.4.1
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
// Parameters
//---------------------------------------------------------------------------
// Function... | [
"35783139+LemonHaze420@users.noreply.github.com"
] | 35783139+LemonHaze420@users.noreply.github.com |
5b06f21dc372f55d01016625c6053de945a43bd8 | 3a7215dc6b8ec2ca51af991c0625eca3230b94cf | /c++/reconstruct_itenerary.cpp | 460dc818c2b9bb612b15c58c7219547f44607853 | [] | no_license | ajayt6/AlgoPractice | 55fd60dc5ac3df28680eedb0d3776b7dfabe0823 | 6ab6c65a11ddd47be2e3b8de904a46af7da77868 | refs/heads/master | 2020-12-24T11:37:01.050541 | 2018-02-23T04:11:49 | 2018-02-23T04:11:49 | 73,027,996 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,939 | cpp | /*
https://leetcode.com/problems/reconstruct-itinerary/
This is colution only for the base case
*/
#include<vector>
#include<iostream>
#include<unordered_map>
#include<string>
using namespace std;
class Node
{
public:
string value;
Node * next;
Node()
{
value = "";
next = NULL;
}
};
vector<pair<string, str... | [
"ajayt6@gmail.com"
] | ajayt6@gmail.com |
5dbe044817981a43cf7abbe1bdf154dfe5251619 | 8217aa42cc20e705f6793fa30cbab28ed93eb262 | /LeetCode/036 Valid Sudoku/solution.h | 4b6dec1d537312be8e62aca07226232fd91ba370 | [] | no_license | AverJing/LeetCode | 53634d30aec1f36e15fb25b88f4f0c49c7e4830f | b1e31c7f18fc42e59d5dadf38c7e0a63dcef127f | refs/heads/master | 2020-03-24T16:17:20.886107 | 2019-03-17T05:56:32 | 2019-03-17T05:56:32 | 116,369,838 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,793 | h | /*
*
*
*@author: Aver Jing
*@description:
*@date:
*
*
*/
/*
Determine if a 9x9 Sudoku board is valid. Only the filled cells need to be validated according to the following rules:
Each row must contain the digits 1-9 without repetition.
Each column must contain the digits 1-9 without repetition.
Each of the 9 3x3 su... | [
"panda12396@163.com"
] | panda12396@163.com |
e3a4b75644d9f4c2862cae627f85e0bd24d4873a | 0674e81a160161996251fb4b063c801330ccd1e2 | /codeforces/Gym/2009-ACMICPC-SouthEast_USA_regional/F.cpp | 1666e7a85e238a962015ced150f1466acbf72ad1 | [] | no_license | joshuabezaleel/cp | 8a2c9b44605810da4367efeb981f822ae5e1e9a2 | 57f365458cca38c3c0fb1f5af1c6b44b74f3b53e | refs/heads/master | 2022-07-19T00:39:34.395495 | 2020-05-23T20:37:20 | 2020-05-23T20:37:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,946 | cpp | #include <vector>
#include <map>
#include <set>
#include <queue>
#include <deque>
#include <stack>
#include <algorithm>
#include <utility>
#include <numeric>
#include <sstream>
#include <iostream>
#include <iomanip>
#include <cstdio>
#include <cstring>
#include <cmath>
#include <cstdlib>
#include <ctime... | [
"ahmadzaky003@gmail.com"
] | ahmadzaky003@gmail.com |
ad3ddd9ca0d56abf0c41cbccdf6ca84d57bc0271 | d11be72d86ffb16a89e89c84e387c04329b28d2f | /SampleLib/samplelib.cpp | 71aee070b161ff3ae3100847227206e4dcc8059d | [] | no_license | PlumpMath/InteropTest | 734cce3c8a9a0f9624652ea853a9a9147303b9be | d58a75207497d69c9220a57b805f324e8a235e2e | refs/heads/master | 2021-01-19T23:12:06.453327 | 2013-09-09T05:27:31 | 2013-09-09T05:27:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 301 | cpp | #include <iostream>
#include "samplelib.h"
#include "time.h"
int Test()
{
std::cout << "Calling Add(2, 3)" << std::endl;
int res = Add(2, 3);
std::cout << "Calling Sub(5, 1)" << std::endl;
return Sub(res, 1);
}
int Add(int a, int b)
{
return a + b;
}
int Sub(int a, int b)
{
return a - b;
}
| [
"klein.yang@outlook.com"
] | klein.yang@outlook.com |
95d9bcd967b81a7e3982c9bce70bf1e6cd2832ba | e895750cb2172867a2a049e2f404314085827b05 | /FKCore/FKMessage.cpp | d0357113c2177d20197ed143d9b5f34aecdd3d9f | [
"MIT"
] | permissive | FajraKatviro/FKFramework2 | 32e18621a7ef5bfe7bf61a010932d00dc59de4f9 | 0b55b402c255b50fe07ee568bbf46acd6617a6e4 | refs/heads/master | 2021-01-17T10:07:36.601902 | 2016-04-07T14:50:22 | 2016-04-07T14:50:22 | 21,795,178 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,123 | cpp | #include "FKMessage.h"
#include "FKLogger.h"
/*!
\class FKMessage
\brief Class provides simple message container to deliver into another infrastructure
*/
/*!
* \brief Default constructor. Create empty message object
*/
FKMessage::FKMessage():FKSystemObject(),_subject(){
FK_CBEGIN
FK_CEND
}
/*!
* \brief... | [
"pahaa7@mail.ru"
] | pahaa7@mail.ru |
b9b9d848a05d3b1f2c57526390e471f9c211a80b | 45e0fbd9a9dbcdd4fbe6aaa2fdb2aed296f81e33 | /FindSecret/Classes/Native/UnityEngine_UnityEngine_VRTextureUsage3142149582.h | 7eaa3d518be681b895afa360dc594964f9b500db | [
"MIT"
] | permissive | GodIsWord/NewFindSecret | d4a5d2d810ee1f9d6b3bc91168895cc808bac817 | 4f98f316d29936380f9665d6a6d89962d9ee5478 | refs/heads/master | 2020-03-24T09:54:50.239014 | 2018-10-27T05:22:11 | 2018-10-27T05:22:11 | 142,641,511 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 986 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Enum4135868527.h"
#include "UnityEngine_UnityEngine_VRTextureUsage3142149582.h"
#ifdef __clang__
#pragma clang diagnostic push
#pragma ... | [
"zhangyide@9fbank.cc"
] | zhangyide@9fbank.cc |
920463f2b25bad80e58550336be1ac71cdeb5a69 | f69400af4e10d7a02e00088e79685050dfaae646 | /pir&ir.ino | 199e3b78749707015cfb55be437797d527b0688e | [] | no_license | BushraKhushi/Sensors | 85af2e97b4ea457e00a2540277be6ecbe9460482 | f222bc332866836c6ac54bf2ee2ca73606a72aa5 | refs/heads/master | 2020-09-11T15:18:59.610196 | 2019-11-16T14:18:46 | 2019-11-16T14:18:46 | 222,108,850 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 244 | ino | int ir =0;
int s_Pin;
void setup() {
Serial.begin(9600);
pinMode(ir,INPUT);
}
void loop() {
s_Pin=digitalRead(ir);
if(s_Pin==HIGH){
Serial.println("Detected");
delay(1000);
}
else
Serial.println("N");
}
| [
"noreply@github.com"
] | BushraKhushi.noreply@github.com |
4872dea847c551be2a6ae77e1bcb3603583578d0 | fd4681cefece4c3efd7a0ec4105d1a8f909165ac | /src/codes/rlnc_example.cpp | 3fc4cc1e139834ade507baf91cd69cd977eb810b | [] | no_license | kishori82/COLAS | 05b0a6a0fadb2626769d2319c7b1056d5e502e33 | eb6c2b441f23ce321b1e978a8adfdd50b57d1455 | refs/heads/master | 2020-04-16T02:08:19.815374 | 2017-09-20T14:58:59 | 2017-09-20T14:58:59 | 65,014,280 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,835 | cpp | // Copyright Steinwurf ApS 2016.
// Distributed under the "STEINWURF RESEARCH LICENSE 1.0".
// See accompanying file LICENSE.rst or
// http://www.steinwurf.com/licensing
#include <cstdint>
#include <algorithm>
#include <iostream>
#include <vector>
#include <kodocpp/kodocpp.hpp>
// Prints out the elements of a vector ... | [
"kishori82@gmail.com"
] | kishori82@gmail.com |
db29bbc3b0e11197476522d03de4aee074862eb8 | 5debc2cb3b9a0c7650ab5bfcb6bf3b04d7cf8998 | /Sort/Merge_Sort.cpp | 8f20f7f3481dfbe4cd2145353a6efafe6a34f762 | [] | no_license | thientoan0101/DataStructures-and-Algorithms | 8d84a727b45c89776173b14e9f9dc3e1d2ef5442 | bba62dc79795f0de910594a1174ea02502a8f2fc | refs/heads/main | 2023-01-23T06:15:52.573090 | 2020-11-30T13:44:54 | 2020-11-30T13:44:54 | 309,021,042 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,630 | cpp | // Idea:
// - Partition the original array into two sub arrays.Repeat partitioning on
// the sub array until the array has 1 element. (top - down)
// - Merge each pair of sub arrays into an array in order and repeat for its
// two parent arrays, until the original array size is reached. (bottom - up)
//
// Step... | [
"66426299+thientoan0101@users.noreply.github.com"
] | 66426299+thientoan0101@users.noreply.github.com |
b7c424b0d213f38f3888321d9c176a1a4fb2bdd7 | f3a853e4b0854aef4e8b968c730fce717c16d105 | /ScreenElements.h | 10cb57617b5b0e1ce06e6ee66a3f701274a23bc7 | [] | no_license | scanti/Oblivion-Graphics-Extender-v2 | e5990287aae968c3f9b4be8f3788d63593ef5d3c | a25c5fffc5ad252454d11bada92bd05abc3a35da | refs/heads/master | 2021-01-25T05:34:28.361134 | 2010-03-20T02:14:09 | 2010-03-20T02:14:09 | 469,766 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,583 | h | #pragma once
#include <d3d9.h>
#include <d3dx9.h>
#include <vector>
class ScreenElement
{
public:
bool enabled;
D3DXVECTOR3 pos;
D3DXVECTOR2 scale;
float rot;
D3DXMATRIX transform;
DWORD color;
void SetPosition(float x, float y, float z);
void SetScale(float x, float y);
void SetRotation(float rota... | [
"scanti@bulldoghome.com"
] | scanti@bulldoghome.com |
1f9032dea2539747238aabc906df53027f987265 | 73cfd700522885a3fec41127e1f87e1b78acd4d3 | /_Include/boost/preprocessor/repetition/enum_binary_params.hpp | 401144b4590a3306ecfd7465c723704a4eb8f1b3 | [] | no_license | pu2oqa/muServerDeps | 88e8e92fa2053960671f9f57f4c85e062c188319 | 92fcbe082556e11587887ab9d2abc93ec40c41e4 | refs/heads/master | 2023-03-15T12:37:13.995934 | 2019-02-04T10:07:14 | 2019-02-04T10:07:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,141 | hpp | ////////////////////////////////////////////////////////////////////////////////
// enum_binary_params.hpp
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2002.
# ... | [
"langley.joshua@gmail.com"
] | langley.joshua@gmail.com |
4188ba3193321ac02dc007b08c8a0ac7a599c107 | 1f5f7a63cb9badc5a953e3ee4d7feb96f8feed8c | /Cell.cpp | 129298ddec0ee37eb6355588392641ce2d833209 | [] | no_license | Chimitov931bae/Shashki | aa506ab7c9dd47a3ce243f61a30756c361567bd6 | 6028a0c26ee3ff10ac23ef505c1020ae2cea3b73 | refs/heads/master | 2022-04-21T16:47:43.869744 | 2020-04-25T07:10:03 | 2020-04-25T07:10:03 | 258,705,352 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 145 | cpp | #include "Cell.h"
Cell::Cell(/*const pos & position,*/ State state) : /* mPosition(position),*/ mState(state)
{
}
Cell::~Cell()
{
}
| [
"noreply@github.com"
] | Chimitov931bae.noreply@github.com |
dc4cee70a88315d4cc33b61d12163600211b7e5b | cefd6c17774b5c94240d57adccef57d9bba4a2e9 | /WebKit/Source/JavaScriptCore/ftl/FTLAbstractHeapRepository.h | f3e2bdd7c6e5eb763bb7b75acc6585b1d04015cb | [
"BSL-1.0"
] | permissive | adzhou/oragle | 9c054c25b24ff0a65cb9639bafd02aac2bcdce8b | 5442d418b87d0da161429ffa5cb83777e9b38e4d | refs/heads/master | 2022-11-01T05:04:59.368831 | 2014-03-12T15:50:08 | 2014-03-12T15:50:08 | 17,238,063 | 0 | 1 | BSL-1.0 | 2022-10-18T04:23:53 | 2014-02-27T05:39:44 | C++ | UTF-8 | C++ | false | false | 6,948 | h | /*
* Copyright (C) 2013 Apple 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:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | [
"adzhou@hp.com"
] | adzhou@hp.com |
b49e05c27b542a6ea6572262c63cec0e4aac3a9d | 2b9e3c3a7cf48650157e9e860148f16597078ff3 | /TextServiceFile.h | fc634a39f6580d80ff7a335b8bd337cedd372201 | [] | no_license | zhaojidabao/MGCode | 2a7fa089aaed9c2f99a2fd55cd4743fd1ae3d59e | c742915c8170869d5b2fbf791f339a1c28350334 | refs/heads/master | 2020-03-31T20:35:23.596990 | 2018-10-11T07:05:00 | 2018-10-11T07:05:00 | 152,546,612 | 0 | 6 | null | null | null | null | GB18030 | C++ | false | false | 1,091 | h | #pragma once
#include"cpp11_std_files.h"
#include"TextService.h"
using namespace std;
class text_service_file{
private:
wfstream fs;
text_service_file(){};
public:
wstring file_name;
public:
void read_frm_file(wstring& content,ios:: ios_base::openmode mode){
try
{
fs.open(file_name,ios_base::in|mode);
... | [
"42225836+zhaojidabao@users.noreply.github.com"
] | 42225836+zhaojidabao@users.noreply.github.com |
77cb76261a4f1524597a2f19d572752306687d0f | 572580660d475027fa349e47a078479222066726 | /Server/kennel/Ecc_Common/opens/snmp++/snmp++/Snmp++/include/snmp_pp/usertimeout.h | b101c4f7829310e3843dba5029587b51401dbda8 | [] | no_license | SiteView/ecc82Server | 30bae118932435e226ade01bfbb05b662742e6dd | 084b06af3a7ca6c5abf5064e0d1f3f8069856d25 | refs/heads/master | 2021-01-10T21:11:37.487455 | 2013-01-16T09:22:02 | 2013-01-16T09:22:02 | 7,639,874 | 6 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 6,796 | h | /*_############################################################################
_##
_## usertimeout.h
_##
_## SNMP++v3.2.15
_## -----------------------------------------------
_## Copyright (c) 2001-2004 Jochen Katz, Frank Fock
_##
_## This software is based on SNMP++2.6 from Hewlett Packard:
... | [
"xingyu.cheng@dragonflow.com"
] | xingyu.cheng@dragonflow.com |
e26ae8c1cc51fe52b87f603f0d82f73519a339b1 | 4158d1aff880a2949ab032e5107773f4736d46f3 | /Zappin' Kraken v1.0.6/src/main/include/Auto/Actions/ResetPosition.h | f8c0c55729f632c57d0e8cd6d6a381949a073b91 | [] | no_license | FRC1410/infiniterecharge2020 | 37023c2af913ed1c6ecc9fa1c76310b589de35a2 | 00e0bf970debda2e1e232ff2261f6b489ba3a51c | refs/heads/master | 2021-01-02T13:08:01.256723 | 2020-03-11T06:02:14 | 2020-03-11T06:02:14 | 239,635,589 | 5 | 4 | null | 2020-02-17T17:27:54 | 2020-02-10T23:32:11 | C++ | UTF-8 | C++ | false | false | 357 | h | #pragma once
#include "Util/Libraries.h"
class ResetPosition : public frc::Command {
private:
double x, z, angle;
public:
ResetPosition(double x_input, double z_input, double angle_input);
void Initialize() override;
void Execute() override;
bool IsFinished() override;
void End() override... | [
"35178937+RandyNgo02@users.noreply.github.com"
] | 35178937+RandyNgo02@users.noreply.github.com |
dff5ffa1d7e1c2e1d4cd8ea049dd72b5f6f2f04a | 55dcd3f3f19438f27a86a291e14b9521a2504e23 | /UnrealEngine-4.14-substance_plugin/Engine/Source/Runtime/Engine/Classes/Engine/HairWorksInstance.h | 1c421e1d85a74523cbcefd9d849a64f2ce46c62e | [] | no_license | wangganggreat/UE4NVIDIAHairWorks-Substance | 539faf7eadd131decfe8d2ba04bacd5bee25ed53 | 64ca06a501618ee42189ebf630144e87b8b899e4 | refs/heads/master | 2021-01-19T09:24:55.914028 | 2017-02-28T17:12:47 | 2017-02-28T17:12:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 743 | h | // @third party code - BEGIN HairWorks
#pragma once
#include "HairWorksInstance.generated.h"
class UHairWorksMaterial;
class UHairWorksAsset;
USTRUCT(BlueprintType)
struct ENGINE_API FHairWorksInstance
{
GENERATED_USTRUCT_BODY()
/** Assign HairWorks asset here. */
UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, C... | [
"smagnani@emblazongames.com"
] | smagnani@emblazongames.com |
e17e57fbd004def3bc2ab8507b76163e07134d15 | 7a7c2f632ee2c78b3402d8e857a42eb5c9cf3909 | /03shader/src/ofApp.h | 6afb40b831294a541445aa614d0a8f8ea74e1e69 | [
"MIT"
] | permissive | micuat/GRAND2014WorkshopKinectPCL | 25ff5eabafa9f13b864760bdc5fb9aba8004799b | 6ac5f6243b7bebd203d135224b53987f4cf7313f | refs/heads/master | 2021-01-01T15:31:18.702171 | 2014-05-27T16:41:42 | 2014-05-27T16:41:42 | 19,116,592 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 599 | h | #pragma once
#include "ofMain.h"
#include "ofxPCL.h"
#include "ofxKinect.h"
class ofApp : public ofBaseApp{
public:
void setup();
void update();
void draw();
void exit();
void keyPressed(int key);
void keyReleased(int key);
void mouseMoved(int x, int y );
void mouseDragged(int x, int y, int button);
void m... | [
"micuat@aim.com"
] | micuat@aim.com |
788d381c441db05532a901cd7e6bb74b93d0c21f | 7ac3f2b7d12c082b5c2d3a4641d7bc25108238b7 | /bboard1 | c1003153acdffd17f2cfb6d8164150417abfc5c1 | [] | no_license | ryanly36/projects | b8763924a58f8deb8a500ae5fd2e2aa1f3ff3099 | d7bfa4e3bca02bb8cb2a56d179924a51a4ca35ba | refs/heads/master | 2021-05-17T06:44:08.386772 | 2020-07-06T00:56:29 | 2020-07-06T00:56:29 | 250,679,995 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 718 | #ifndef __BBOARD_H__
#define __BBOARD_H__
#include <string>
#include <vector>
using namespace std;
#include "Message.h"
#include "User.h"
class BBoard {
private:
string title;
vector<User> user_list;
const User* current_user;
vector<Message *> message_list;
public:
BBoard();
BBoard(const st... | [
"noreply@github.com"
] | ryanly36.noreply@github.com | |
b01bde5d01381c10f886608af61a24fcca71bf39 | 29ed8cdb18e199c6f78f49b9a82fdea099dd03ad | /Firmware/Panel/Button.cpp | e1d1acb4da3854e6f6631e68c304dc783f6d5782 | [] | no_license | kurrosetra/RCWS | a1a63e928d4c3be894d5a015227dc716584f3d6c | dca746c2e56fc7f3f74dfd68fdbe2fdabfca725f | refs/heads/master | 2021-04-27T05:18:28.801598 | 2018-04-27T10:32:03 | 2018-04-27T10:32:03 | 117,524,029 | 1 | 0 | null | 2018-01-17T10:07:01 | 2018-01-15T09:22:11 | Arduino | UTF-8 | C++ | false | false | 2,556 | cpp | //
//
//
#include "Button.h"
byte ButtonClass::asci2byte(String s)
{
char lsb = '0', msb = '0';
byte ret = 0;
if (s.length() > 1) {
msb = s.charAt(0);
lsb = s.charAt(1);
}
else lsb = s.charAt(0);
ret = char2byte(msb) << 4 | (char2byte(lsb) & 0xF);
return ret;
}
byte ButtonClass::char2byte(char c)
... | [
"kurrosetra@gmail.com"
] | kurrosetra@gmail.com |
e4fc0cf98c9e812e5a31effc52fdbb06244c2d4c | 0b51715dec7831108d53b40bfb7dc083a3fd3432 | /src/DeviceEventCallbackInvoker.cc | 4a69211907594bf106384742de06a599b79c3588 | [
"MIT"
] | permissive | spuun/node-jontelldus | d8f65faa754724b5ab73d63333aaf07973dedabc | 002c503da2604551e74f00d0c0a0543af113749a | refs/heads/master | 2021-01-10T03:44:28.249390 | 2017-03-04T20:27:12 | 2017-03-04T20:27:12 | 47,183,600 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 619 | cc | #include "DeviceEventCallbackInvoker.h"
namespace JonTelldus {
DeviceEventCallbackInvoker::DeviceEventCallbackInvoker(
Nan::Callback *callback, int deviceId_, int method_, const char* data_)
: CallbackInvoker(callback), deviceId(deviceId_), method(method_), data(data_) { }
void DeviceEventCallbac... | [
"jon@spuun.se"
] | jon@spuun.se |
8891a1aa802b46e40806bd2418a7dba9854505a2 | 44dc6efc21e4a86cfc07d08dcc1e94aa6094d75f | /MATE71/IOManager.h | a317ecf487f3be3a38639f898db625993accf381 | [] | no_license | KareshiKraise/Prototype3DModelling | 3b36f92b38c95f41a9d568778b22b8be2382d681 | dca57b05b77b3cd3c12c733decac602f2448613e | refs/heads/main | 2023-03-29T02:18:43.490724 | 2021-04-02T11:35:52 | 2021-04-02T11:35:52 | 354,000,137 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 280 | h | #ifndef _LOADER_
#define _LOADER_
#include <vector>
#include <string>
class IOManager
{
public:
static bool readFileToBuffer(std::string filePath, std::vector<unsigned char>& buffer);
static bool readFileToBuffer(std::string filePath, std::string& buffer);
};
#endif | [
"vitormoraesaranha@gmail.com"
] | vitormoraesaranha@gmail.com |
67dfa6b95c256a5556b72138915bce0541690d74 | b01299f1d8972949863b3862ac6b83da580d443f | /lib/tlucene/test/utf8.cc | c64d0cc3df4c4b85818508ece2091d75e4b74d33 | [] | no_license | neophytos-sk/phigita-star | daf170f29212f601270c8182ffb1835163485efe | dd48dc5f5768acb199c3ee2866d01efb4ef98f8a | refs/heads/master | 2021-01-25T10:21:12.039782 | 2016-02-24T09:50:28 | 2016-02-24T09:50:28 | 35,161,947 | 3 | 2 | null | 2023-03-20T11:47:34 | 2015-05-06T14:01:52 | HTML | UTF-8 | C++ | false | false | 13 | cc | ../cc/utf8.cc | [
"neophytos@gmail.com"
] | neophytos@gmail.com |
eda1615a6395dc0cbfedce96eff9fb4595f469a2 | 744c38647f9ad6ef13da1c1be711491cfdc4effe | /aula5.cpp | f63b3add508c5d9acfa22a7ad27c519876233361 | [] | no_license | pauloatavila/estrutura_dados_II | e041a29431d8ba03bbc9c2f6804d508663fa4856 | 97f79548618120cf062343425f65a1b94c19b15c | refs/heads/master | 2019-05-16T13:48:55.304533 | 2016-06-16T00:44:20 | 2016-06-16T00:44:20 | 55,104,997 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 876 | cpp | #include <iostream>
#include "pessoa.hpp"
using namespace std;
int main(int argc, char **argv){
string nome;
int idade;
int i;
Pessoa *raiz = NULL;
for (i=0; i<1; i++){
Pessoa *novo;
cout << "Insira nome" << endl;
cin >> nome;
cout << "Insira idade" << endl;
cin >> idade;
novo = new Pesso... | [
"psjunior_atavila@hotmail.com"
] | psjunior_atavila@hotmail.com |
fa636e79152f25cf5fddca53b0338a6d5e222afe | 400bcebcf07282b1817b9ffed654914605d463fd | /examples/00Style/main.h | 8fbc92df56c1a13e117e92782a984c2d2f7a2d4f | [] | no_license | c4181/csce240 | c367f092a523168402c39c33cd38ce9f00d34af8 | 4f78a602b06ac764532b3349f58818331ae6bc3b | refs/heads/master | 2021-06-11T22:59:53.097351 | 2021-05-12T02:55:21 | 2021-05-12T02:55:21 | 151,420,442 | 0 | 0 | null | 2018-12-04T17:06:30 | 2018-10-03T13:51:45 | C++ | UTF-8 | C++ | false | false | 531 | h | /******************************************************************************
*3456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789
* This is a program to test 'cpplint' in catching problems.
*
* Author/copyright: Duncan A. Buell. All rights reserved.
* Used with permission and modifie... | [
"cm4181@gmail.com"
] | cm4181@gmail.com |
fed2f2887fc82f40f5b45bacce54337c08c3ef83 | 62a94e72253ab1d830d0ceadee094192b23922f1 | /UAlbertaBot/Source/Micro.cpp | 4d1abcd256acffde9c7d7d1056bdafe189156a67 | [] | no_license | machinsk/CMPUT350_UAlberrtaBot_ProtossKing | 6edba135da8a4016ee05740abd3dffe0f4f95575 | 17cbe5fe0d220bd07533b7262209cf515dfa8a11 | refs/heads/master | 2021-01-10T07:46:48.281113 | 2015-11-19T04:38:38 | 2015-11-19T04:38:38 | 46,467,031 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,944 | cpp | #include "Micro.h"
using namespace UAlbertaBot;
size_t TotalCommands = 0;
const int dotRadius = 2;
void Micro::drawAPM(int x, int y)
{
int bwapiAPM = BWAPI::Broodwar->getAPM();
int myAPM = (int)(TotalCommands / ((double)BWAPI::Broodwar->getFrameCount() / (24*60)));
BWAPI::Broodwar->drawTextScreen(x, y, ... | [
"dave.churchill@gmail.com"
] | dave.churchill@gmail.com |
4fcf392ce97fcd4c6de96738bd87a762d8ed8848 | 5145d166dbb699a8f75c4b9d9614002607ae0597 | /algos_semina/1st_semina/seminar_1/D_2075/whaeun25_2075.cpp | 0ca05c787da85f1da9f5297e3b07addd54ea93d6 | [] | no_license | Sookmyung-Algos/2021algos | 8cedfb92d8efaf4f6241dece5bc9b820fc5dc277 | be152912517558f0fc8685574064090e6c175065 | refs/heads/master | 2022-07-21T03:47:38.926142 | 2021-12-02T01:35:13 | 2021-12-02T01:35:13 | 341,102,594 | 11 | 46 | null | 2021-12-02T01:35:14 | 2021-02-22T06:32:53 | C++ | UTF-8 | C++ | false | false | 554 | cpp | #include<iostream>
#include<vector>
#include<algorithm>
using namespace std;
vector<int>num;
int main() {
ios_base::sync_with_stdio(false);
cin.tie(NULL);
cout.tie(NULL);
int n;
int check = 0;
cin >> n;
num.resize(n * n + 1);
for (int i = 0; i < n * n; i++) {
cin >> num[i];
}
sort(num.begin(), num.en... | [
"noreply@github.com"
] | Sookmyung-Algos.noreply@github.com |
af651417e0492d39479cfc6dde8c75b12c46e641 | 656a5c2c0ec1820dcc07a5c76282cd49f31d793f | /backend/third_party/xviz/include/xviz/third_party/asio/detail/reactive_socket_sendto_op.hpp | da970b76a66c15e4d9370f81873bd00b72a8c749 | [
"MIT"
] | permissive | sdhanush13/carlaviz | 9386c0843d5e507782ef070eeee15311db329c7d | bb0071c197a33e402fa749e087f57797f672d979 | refs/heads/main | 2023-01-20T00:21:55.469396 | 2020-11-15T16:19:14 | 2020-11-15T16:19:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,399 | hpp | //
// detail/reactive_socket_sendto_op.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff 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)... | [
"harish.jartarghar@gmail.com"
] | harish.jartarghar@gmail.com |
4cb4153f784afae611c5fd510b1d49c7d76e9547 | 92e67b30497ffd29d3400e88aa553bbd12518fe9 | /assignment2/part6/Re=110/23.9/uniform/time | 6e1acd7b0bfcb399017db1164011bc586a386b3a | [] | no_license | henryrossiter/OpenFOAM | 8b89de8feb4d4c7f9ad4894b2ef550508792ce5c | c54b80dbf0548b34760b4fdc0dc4fb2facfdf657 | refs/heads/master | 2022-11-18T10:05:15.963117 | 2020-06-28T15:24:54 | 2020-06-28T15:24:54 | 241,991,470 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 823 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*-------... | [
"henry.rossiter@utexas.edu"
] | henry.rossiter@utexas.edu | |
1642d58fc4798f55735703eb4a2440d83e11a12d | bc034b187c9058c30bbac0a20aebba581ab1e510 | /source/0_3242733_27494_10274_784/t0_3242733_27494_10274_784_1_4.cpp | 4cc02fcf46a0d6b4d310624b2aa60ac19a9d1d5b | [] | no_license | ToolTech/GeneticMNIST | 2d1d3af68b17c1d6c3440246f335e184ce2086e9 | 1e9c2c1dd9dc0cc8451ec543fafe1e3100141b0b | refs/heads/master | 2020-12-19T04:14:05.092882 | 2020-02-17T10:56:16 | 2020-02-17T10:56:16 | 235,614,718 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,192 | cpp | // Cpp file for ctxVirtualMachineProgram : 0_3242733_27494_10274_784 Pass:1 Thread:4
#include "t0_3242733_27494_10274_784_1_4.h"
gzBool t0_3242733_27494_10274_784_1_4(ctxVirtualMachineProgram *program)
{
if(!m0_3242733_27494_10274_784_1_4_371(program))
return FALSE;
if(!m0_3242733_27494_10274_784_1_4_372(program)... | [
"anders.moden@saabgroup.com"
] | anders.moden@saabgroup.com |
8451f1131a96db8fb803aa19de15f0682b2c5e59 | bbb70fe8bc76c63e6b77e88606657e6f04a4cf69 | /ArrayAsArgument/stdafx.cpp | 5ac311f81fa50f7b056133b94cf610bda3b48629 | [] | no_license | Ravindrakumarg/C-Programs | e724087aefe36773c90ab40302671e9c90305bb5 | 5a4ed4e0d8806449ab69a9b6f9e1463e1cedb4c4 | refs/heads/master | 2021-07-11T20:00:05.767778 | 2020-03-30T16:39:51 | 2020-03-30T16:39:51 | 123,067,511 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 302 | cpp | // stdafx.cpp : source file that includes just the standard includes
// ArrayAsArgument.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"ravindra.gupta@tallysolutions.com"
] | ravindra.gupta@tallysolutions.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.