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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f96fbd547710eb409291a8fbf21e2e9c4a6d664c | 02bbc0eb91bee8ee80071000bd4c206232dade02 | /Win32/Win32 004/my_common.h | 3b34cd94f360913f48da9bec9e3e2b96be723f04 | [
"MIT"
] | permissive | SimpleTalkCpp/SimpleTalkCpp_Tutorial | f996173bce45f9cb7e33ba5be1f6f1ceb615e733 | 760a14086eb688346085b21e589b963ac5618c82 | refs/heads/main | 2023-04-15T09:54:47.950086 | 2023-04-08T12:44:39 | 2023-04-08T12:44:39 | 98,706,808 | 44 | 18 | null | null | null | null | UTF-8 | C++ | false | false | 182 | h | #pragma once
#include <stdio.h>
#include <windows.h>
#include <windowsx.h>
#include <stdint.h>
template<class T>
inline void my_bzero(T& s) {
memset(&s, 0, sizeof(s));
} | [
"SimpleTalkCpp@gmail.com"
] | SimpleTalkCpp@gmail.com |
b269752ca718051efdab45c2a846cb3fdecd384b | d4291c13f4ebf3610f8c4adc75eede4baee0b2c1 | /RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleTrkPtIsoRhoCut.cc | f99a133d0c86d5edc9e82ac7a5eda9766b8a78b9 | [
"Apache-2.0"
] | permissive | pasmuss/cmssw | 22efced0a4a43ef8bc8066b2a6bddece0023a66e | 566f40c323beef46134485a45ea53349f59ae534 | refs/heads/master | 2021-07-07T08:37:50.928560 | 2017-08-28T08:54:23 | 2017-08-28T08:54:23 | 237,956,377 | 0 | 0 | Apache-2.0 | 2020-02-03T12:08:41 | 2020-02-03T12:08:41 | null | UTF-8 | C++ | false | false | 2,505 | cc | #include "PhysicsTools/SelectorUtils/interface/CutApplicatorWithEventContentBase.h"
#include "DataFormats/EgammaCandidates/interface/GsfElectron.h"
#include "DataFormats/EgammaCandidates/interface/ConversionFwd.h"
#include "DataFormats/EgammaCandidates/interface/Conversion.h"
#include "RecoEgamma/EgammaTools/interface/... | [
"sam.j.harper@gmail.com"
] | sam.j.harper@gmail.com |
f76be8b5051deb8f8da8097ed69363aa9bff71c5 | acd92f081599799a46f88201747ee29fab305801 | /engine/rendering/ViewCamera.cpp | 49d03cb1aafefa0acaa5a55128a9caf2aae551f7 | [] | no_license | shadow-lr/VulkanRenderer | 7d538cf07b8e1dd126cbe6b9c29838656b2b626e | 63ab42b0f48b768271472f4ce05371fe566144de | refs/heads/master | 2022-10-12T06:54:09.773120 | 2020-06-15T05:34:08 | 2020-06-15T05:34:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,168 | cpp | #include "ViewCamera.h"
#include "rendering/backend/Device.h"
const cml::vec3f WorldUp = cml::vec3f::up;
void ViewCameraData::Setup (CameraType type, cml::vec3f position, cml::quatf rotation)
{
this->type = type;
this->position = position;
this->rotation = rotation;
proj_mat_dirty = true;
view_mat_dirty = true;... | [
"cdgiessen@gmail.com"
] | cdgiessen@gmail.com |
4da37c6fd867dddca48ea75a57c75ed3564e52dc | 193328418c6f5f69321dd4b9c42838e5f5ca5e9d | /GLTest/GLTest/VertexShader.cpp | a4cd459841d5e675ad832b4a7010ec1758ff4bf9 | [] | no_license | charre2017idv/OpenGLTesting | 9680abe207164d1d32fe6e9d1dd5117a642bd7d8 | 7cd34a1059f3e8002b35cc2af89811cf7e8c0c5c | refs/heads/master | 2020-08-29T17:31:14.281441 | 2019-10-28T19:48:12 | 2019-10-28T19:48:12 | 218,111,448 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 544 | cpp | #include "VertexShader.h"
VertexBuffer::VertexBuffer()
{
}
VertexBuffer::~VertexBuffer()
{
}
void VertexBuffer::Init(VertexBufferDesc _Desc)
{
m_Descriptor = _Desc;
RenderManager::getSingleton().CreateBuffer(*this);
}
void VertexBuffer::Bind() const
{
glBindBuffer(GL_ARRAY_BUFFER, m_VertexShader.ID);
}
vo... | [
"idv17c.rcharreton@uartesdigitales.edu.mx"
] | idv17c.rcharreton@uartesdigitales.edu.mx |
0913c2bd5bed0f1dc84eafd370332b620596481c | d4a97c4c59e0c1320234e614b5182df631be1ba4 | /src/lexer.cpp | e771c746c2daa4174a10fe5b51f2723f46dc46e6 | [] | no_license | kakitgogogo/mcc | d4eb43aef90e95665845614003c044f62c516a24 | b8e6b65e553a714707f946c463aada65027e857c | refs/heads/master | 2021-04-15T09:27:08.642342 | 2018-05-10T05:00:59 | 2018-05-10T05:00:59 | 126,915,143 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,823 | cpp | #include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <stdarg.h>
#include <algorithm>
#include "encode.h"
#include "lexer.h"
#include "buffer.h"
Lexer::Lexer(char* filename) {
FILE* fp = fopen(filename, "r");
if(!fp) {
error("Fail to open %s: %s", filename, strerror(errno));
}
fil... | [
"707828130@qq.com"
] | 707828130@qq.com |
f4d087f71a232876b23e1df6a9825c38e1bcbda8 | 7c7cf9a52095378f5340b61c0a27b10238cecfc9 | /Source/RushReborn/Public/AI/BTTask_Idle.cpp | 59a719f070c94fab9e809c8a0362f280578b7976 | [] | no_license | yjh5246/RushReborn | 13e456b64f2b170da81d5ced2645bd8ab3dbcdb1 | 25584504f3bc8aa6c3c31c77a8b8f89d54581341 | refs/heads/master | 2023-07-25T19:42:45.394163 | 2021-05-06T23:31:39 | 2021-05-06T23:31:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 165 | cpp | #include "BTTask_Idle.h"
EBTNodeResult::Type UBTTask_Idle::ExecuteTask(UBehaviorTreeComponent& OwnerComp, uint8* NodeMemory)
{
return EBTNodeResult::InProgress;
}
| [
"mustafa.moiz125@gmail.com"
] | mustafa.moiz125@gmail.com |
454faec6783aee105f017926519de8f91b7eb386 | 4f173bf5c7267ba37ea1afbf6f305b796dddc559 | /DlgED42Presets.h | bd59c70426c7d04dcafd1e61ce8ff0afa5b463fd | [] | no_license | antoine83/sicomex | d50d50c96222567a63720db6831901b79782e3f8 | 260f3b835a0050a321f2bf5bbe130a932476f154 | refs/heads/master | 2020-12-24T20:24:45.306792 | 2017-03-26T16:25:16 | 2017-03-26T16:25:16 | 86,247,091 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,696 | h | #if !defined(AFX_DLGED42PRESETS_H__064461CF_9249_4A3F_BB20_B93B3C180F1A__INCLUDED_)
#define AFX_DLGED42PRESETS_H__064461CF_9249_4A3F_BB20_B93B3C180F1A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgED42Presets.h : header file
//
#include "Equip\EquipED42.h"
#include "DlgED42PresetsTab.h"
... | [
"antoine.linux@sfr.fr"
] | antoine.linux@sfr.fr |
71c13a69c14f0155c8e412eaa1b1a1ad32479fb5 | 723c87bfb1cf7aba01307c04bb1ea81a28bac5bb | /2020/Apr/0421cheese.cpp | 2924b3fa9b1e0bb517d53f0ec5786aa58a4e43c1 | [] | no_license | qlqnf16/algorithms | 3174b9503e2fa320bbb2aee09a93cea4c6f9818e | 21f530d1e0f4a0ce3c2f51460e42ab0c03b9854e | refs/heads/master | 2021-06-13T00:37:21.932439 | 2021-05-06T14:30:05 | 2021-05-06T14:30:05 | 188,745,750 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,746 | cpp | #include <stdio.h>
#define MAX 1010
int H, W, N;
char map[MAX][MAX];
int visit[MAX][MAX];
int cheeseLocs[10][2];
int dir[][4] = {{0, 0, 1, -1}, {1, -1, 0, 0}};
struct queue {
int c;
int r;
int t;
};
queue que[MAX*MAX];
int wp, rp;
void pop() {rp++;}
queue front() { return que[rp]; }
int empty() { retu... | [
"lee.jeongmin1027@likelion.org"
] | lee.jeongmin1027@likelion.org |
65065d2fb1e7da42ee3406d1f1e58b28f8e6c895 | 064742f5d72eed8e0a269cf7bdc1e6019973b237 | /SessionDescriptorGenericGrammar.hpp | 7c067d2bbaaac5dee7158a8f153666b9ddb3091e | [] | no_license | dries/WebP2P | 42e82fcf291a6fbc2b490bc0a9f6acafef374368 | 5497fd4fd7493fa3bcc493807d1b65f0a21e8cee | refs/heads/master | 2021-04-12T04:57:40.784303 | 2011-01-11T11:54:43 | 2011-01-11T11:54:43 | 1,144,692 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,816 | hpp | /**
* This file is part of WebP2P.
*
* WebP2P is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* WebP2P is distributed in the ... | [
"dries.staelens@gmail.com"
] | dries.staelens@gmail.com |
96ffcf41487bbc28cebe1cd10c9e25e02879f2f3 | 8476eb45fe9dfd43818245e17a1c661b88e69400 | /CustomCodes/utils/funcs/KinDyn200511_221619/kin/mex/dR_RightHip_mex.hh | 2d1df617291e6dc555e2d19c976055e80eef3643 | [] | no_license | prem-chand/Cassie_Controller_AngularMomentum | f8c7521bc990b42d8ff098759e04637afaca2cc1 | c784242f1a949525accb8f9e9fe4a53feb0fba87 | refs/heads/main | 2023-08-15T02:09:23.748744 | 2021-09-21T21:43:24 | 2021-09-21T21:43:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 907 | hh | /*
* Automatically Generated from Mathematica.
* Mon 11 May 2020 22:28:04 GMT-04:00
*/
#ifndef DR_RIGHTHIP_MEX_HH
#define DR_RIGHTHIP_MEX_HH
#ifdef MATLAB_MEX_FILE
// No need for external definitions
#else // MATLAB_MEX_FILE
#include "math2mat.hpp"
#include "mdefs.hpp"
namespace SymExpression
{
void dR_Right... | [
"gyk199305@gmail.com"
] | gyk199305@gmail.com |
d641f849ab0e2da5e906ccc356b36b50ef6c6014 | aa4899ac6c2b1eb0eb22d15953e18f7d1cdd4ee4 | /code/render/coregraphics/preshader.cc | 8ad3d23f7ca7df0705973758a3f41f3e6a1d20fd | [] | no_license | dzw/stellar2008 | bc2647f2a9eea03dea233335af66e9a916d2b1e3 | 5ff28d25b8cafdfccc79fa7e916b5cdc4f36b4ac | refs/heads/master | 2021-01-10T12:26:08.853827 | 2012-01-04T17:15:42 | 2012-01-04T17:15:42 | 36,920,393 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,397 | cc | //------------------------------------------------------------------------------
// preshader.cc
// (C) 2007 Radon Labs GmbH
//------------------------------------------------------------------------------
#include "stdneb.h"
#include "coregraphics/preshader.h"
#include "coregraphics/shaderinstance.h"
namesp... | [
"ctuoMail@gmail.com"
] | ctuoMail@gmail.com |
f40ea10ecf0a67e96fe4a6d953bf5549371aef42 | 9f520bcbde8a70e14d5870fd9a88c0989a8fcd61 | /pitzDaily/871/uniform/time | 441e9ea708009638cfcacdebbeed1f57e3b921bc | [] | 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 | 968 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1806 |
... | [
"as998@snu.edu.in"
] | as998@snu.edu.in | |
4692027d4b7a7a49159d711a0cd44066cd1e8625 | a3585e97d02ed29a55c7353cb07bdcc40e080c7b | /Model/MaizePioneer/PlantInterface.cpp | 0f961d9a4dd800c61db6e903fbb0d5264f1a169c | [] | no_license | APSIMInitiative/APSIMClassic | d26a44585c57802f15b1f9a0641d2c21239905b5 | 2dc1d3475e340e45da473f1daf5e66e98f448361 | refs/heads/master | 2023-07-08T14:03:45.389036 | 2023-06-25T21:30:32 | 2023-06-25T21:30:32 | 130,158,232 | 32 | 47 | null | 2023-06-25T21:30:53 | 2018-04-19T04:17:59 | C# | UTF-8 | C++ | false | false | 550 | cpp | #include <ComponentInterface2/ScienceAPI2.h>
using namespace std;
#include "PlantInterface.h"
using namespace Maize;
//-----------------------------------------------------------------------------
// Create an instance of the Plant module
//-----------------------------------------------------------------------------... | [
"drew.holzworth@csiro.au"
] | drew.holzworth@csiro.au |
613ebe3932a687c835d663d345d5662cc6841bbd | a0e17c72de4cc6c7a58edb3b4a73766addca95e5 | /.ccls-cache/@Users@rampa2510@Desktop@algo/ArrayProblems@genSubArr.cpp | 558c2de60fba63e5037dd8d4632eff1c198e02bc | [] | no_license | rampa2510/dsa | 60d7da33eb2a566da54112fcee09539003ddecac | 4aee4c939eff5bac044c499f1a4f0b169f9a6109 | refs/heads/main | 2023-04-15T18:16:24.920370 | 2021-04-20T09:22:56 | 2021-04-20T09:22:56 | 335,856,168 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 278 | cpp | #include <iostream>
using namespace std;
int main() {
int a[5] = {1, 2, 3, 4, 5}, n = 5;
for (size_t i = 0; i < n; i++) {
for (size_t j = i; j < n; j++) {
for (size_t k = i; k <= j; k++)
cout << a[k] << ",";
cout << "\n";
}
}
return 0;
}
| [
"iamram2510@gmail.com"
] | iamram2510@gmail.com |
d19bfcd6e0bfb967d7c0b2e32b810322fcefc750 | a92708d28a0ec6ddf083ae42a47e35f2121f0eba | /test/xts/acts/kernel_lite/util_check_posix/src/ActsUtilCheckApiTest.cpp | 80446c1a6686c28a00c6e061a10281f5a40e9fc4 | [
"Apache-2.0"
] | permissive | km1042412/my-OHOS | 322eca402c28eb68272c58214243ecb8a0960b3c | 3c74564d9c6c3b33b836c6a3cd1a6dbc6d4bc18e | refs/heads/main | 2023-03-28T05:36:56.244181 | 2021-03-16T06:25:01 | 2021-03-16T06:25:01 | 348,194,410 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,252 | cpp | /*
* Copyright (c) 2020 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"1042412750@qq.com"
] | 1042412750@qq.com |
f460abe9c72d8c657dd3c67f2b4b1b63d887fa43 | 2b2bc705055c3ec1f70a0f3d953f21f395eeb0d8 | /Source/source/mob_fsms/ship_fsm.cpp | 703e564c588d3937c56d63a68053ae09391a0025 | [
"MIT"
] | permissive | Pablutnio/Pikifen | a058cefd37bb8d63989486c07d4c397f3e169909 | 724af6e554e59447b4362bb920c46a6f102efe35 | refs/heads/master | 2023-01-02T06:25:05.643701 | 2020-10-29T20:34:25 | 2020-10-29T20:34:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,560 | cpp | /*
* Copyright (c) Andre 'Espyo' Silva 2013.
* The following source file belongs to the open-source project Pikifen.
* Please read the included README and LICENSE files for more information.
* Pikmin is copyright (c) Nintendo.
*
* === FILE DESCRIPTION ===
* Ship finite state machine logic.
*/
#include "ship_fs... | [
"andreluis.g.silva@gmail.com"
] | andreluis.g.silva@gmail.com |
2fc7ccd9e100c60ff3be862b2cb38c1f322dcf7b | 1c4e8c99afe39efa508c3f99006cea97edd1787b | /code/ESP32_WiFi_Multisensor/ESP32_WiFi_Multisensor.ino | 91ae74a9825ddd319266c2eab94280818381f781 | [] | no_license | az666/ESP32-Course | 1d96938fdbd0e307169f688f9722779f5d397449 | 1872b7164f02c5f50f60f667e87bb4935d9ce854 | refs/heads/master | 2020-05-04T23:09:38.082167 | 2019-03-19T15:40:34 | 2019-03-19T15:40:34 | 179,534,588 | 0 | 1 | null | 2019-04-04T16:21:45 | 2019-04-04T16:21:45 | null | UTF-8 | C++ | false | false | 17,029 | ino | /*********
Rui Santos
Complete project details at http://randomnerdtutorials.com
*********/
// Load libraries
#include <WiFi.h>
#include <EEPROM.h>
#include "DHT.h"
#include <Adafruit_Sensor.h>
// Replace with your network credentials
const char* ssid = "REPLACE_WITH_YOUR_SSID";
const char* password = "REPL... | [
"hello@ruisantos.me"
] | hello@ruisantos.me |
0b92eccfa52e97fa5d454c0a6d1a99253f38f12a | 58a0ba5ee99ec7a0bba36748ba96a557eb798023 | /CodeForces/Complete/900-999/922A-CloningToys.cpp | d4c4be0ad176692d99dae3b5cbfcb4d7dbf345c3 | [
"MIT"
] | permissive | adityanjr/code-DS-ALGO | 5bdd503fb5f70d459c8e9b8e58690f9da159dd53 | 1c104c33d2f56fe671d586b702528a559925f875 | refs/heads/master | 2022-10-22T21:22:09.640237 | 2022-10-18T15:38:46 | 2022-10-18T15:38:46 | 217,567,198 | 40 | 54 | MIT | 2022-10-18T15:38:47 | 2019-10-25T15:50:28 | C++ | UTF-8 | C++ | false | false | 181 | cpp | #include <cstdio>
int main(){
long x, y; scanf("%ld %ld", &x, &y);
puts((x == 0 && y == 1) || ((y > 1) && (x >= y - 1) && ((x - y) & 1)) ? "Yes" : "No");
return 0;
}
| [
"samant04aditya@gmail.com"
] | samant04aditya@gmail.com |
e3cef022f4049fe8ca74e37bf566282c5733ed65 | f130e0cc7771b903e4840f1193bde7020abe603d | /plugins/SandboxPlugin/SandboxPlugin.cpp | b4db195f855c1b185c14c0693fc5f594dd11377b | [] | no_license | Tnoriaki/jsk_choreonoid | c7c208f1505e65a05e2f02fe67059e431c19dbdd | 17ddf4a0b76ad29b6cc1504b4716dddeaa0d5c81 | refs/heads/master | 2021-01-20T05:04:15.257189 | 2017-07-28T16:41:55 | 2017-07-28T16:41:55 | 101,415,674 | 0 | 0 | null | 2017-08-25T15:09:43 | 2017-08-25T15:09:43 | null | UTF-8 | C++ | false | false | 12,287 | cpp | /**
@author Kunio Kojima
*/
#include <iostream>
#include <sstream>
#include <unistd.h>
#include <cnoid/Plugin>
#include <cnoid/ItemTreeView>
#include <cnoid/BodyItem>
#include <cnoid/WorldItem>
#include <cnoid/ToolBar>
#include <boost/bind.hpp>
#include <cnoid/MessageView>
#include <cnoid/Archive>
#include <cnoid... | [
"kunio.einstein@gmail.com"
] | kunio.einstein@gmail.com |
f8ea728d7812613aba8813f0a30f6a181e080a3f | 13e1e38318d6c832347b75cd76f1d342dfec3f64 | /3rdParty/V8-4.3.61/src/base/platform/platform-freebsd.cc | 68ed70af93fa04ac226c9188bc4599a1e8671b1d | [
"bzip2-1.0.6",
"BSD-3-Clause",
"Apache-2.0",
"GPL-1.0-or-later",
"ICU",
"MIT"
] | permissive | msand/arangodb | f1e2c2208258261e6a081897746c247a0aec6bdf | 7c43164bb989e185f9c68a5275cebdf15548c2d6 | refs/heads/devel | 2023-04-07T00:35:40.506103 | 2015-07-20T08:59:22 | 2015-07-20T08:59:22 | 39,376,414 | 0 | 0 | Apache-2.0 | 2023-04-04T00:08:22 | 2015-07-20T09:58:42 | C++ | UTF-8 | C++ | false | false | 8,205 | cc | // Copyright 2012 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Platform-specific code for FreeBSD goes here. For the POSIX-compatible
// parts, the implementation is in platform-posix.cc.
#include <pthread.h>
#i... | [
"w.goesgens@arangodb.org"
] | w.goesgens@arangodb.org |
7ba243a9319e83414541b6405b600083076cb917 | 3ccf481fd3790b0646673f5f2bb05a599ffc2cde | /vistas/login.h | eaa5941ba80da3b3a1baeb530893528d3ef1f4fc | [] | no_license | sarahiva/IS2Proyecto1 | 973df39e18def71cacf87fc0cd73edef6e3b3695 | aa08610efd8304c669b3975532b4ae021c3e52fe | refs/heads/master | 2020-07-06T17:28:37.455168 | 2019-08-23T15:59:48 | 2019-08-23T15:59:48 | 203,091,144 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 699 | h | #ifndef LOGIN_H
#define LOGIN_H
#include <QDialog>
namespace Ui{
class Login;
}
class InicioAdmin;
class CtrlAutenticacion;
class Login : public QDialog
{
Q_OBJECT
protected:
virtual void keyPressEvent(QKeyEvent *event) override;
// virtual void closeEvent(QCloseEvent *event) override;
public:
... | [
"salberto.mtz@gmail.com"
] | salberto.mtz@gmail.com |
cacf4fdddd70edc20239d8818e1a7587a4958459 | 9dd024aa64a5cd7ecb7374ad5f1a6969aea49cd3 | /src/Graphics/Circle.cpp | 517c0f995dd257d215a86f3f5f8876f5e96db18c | [] | no_license | seenunit/GLSample | faeea4e80c252dd11dc3350be1a4e6780e096213 | 3ac859d9adb36f67792a25d1574eddd2d582fbdb | refs/heads/master | 2020-03-25T18:34:52.024686 | 2018-08-08T16:07:08 | 2018-08-08T16:07:08 | 144,038,142 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,894 | cpp | // Circle.cpp : implementation file
//
#include "stdafx.h"
#include <iostream>
#include "GLSampleDoc.h"
#include "Circle.h"
#include "Line.h"
#include <CMath.h>
using namespace std;
// CCircle
IMPLEMENT_SERIAL(CCircle, CGeomEntity, 1)
CCircle::CCircle()
{
}
CCircle::CCircle( CGeomPoint ptCenter, double dRadius, int... | [
"srinivasreddy.challa@outlook.com"
] | srinivasreddy.challa@outlook.com |
4a2a3c08fc2802f92244b5954ecce95840cf8c1d | 5de6eab15d7b8c74601f4f255fe25399e763840a | /Message/MSG_ACI.h | bc2bec2341462f060f85f25ad8c3c66b57ccdc17 | [] | no_license | shenwa12/vnoc | 63f07f9784b68d0d927bdb2eacc4e7e32ccfb773 | a9a296cdc3586c30e8a3052c29f25d77163c704e | refs/heads/master | 2021-01-21T17:13:34.697955 | 2013-01-06T05:16:31 | 2013-01-06T05:16:31 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,306 | h |
#ifndef VNOC_MSG_ACI
#define VNOC_MSG_ACI
#include "BaseMessage.h"
class MSG_ACI: public CMessage
{
public:
MSG_ACI(){
//0x21
BEGIN_PARAM_LIST
ADD_PARAM_LIST("RoomID")
ADD_PARAM_LIST("RoomType")
ADD_PARAM_LIST("RoomName")
ADD_PARAM_LIST("RoomRank")
ADD_PARAM_LIST("RoomState")
ADD_PARAM_LIST("Room... | [
"308974268@qq.com"
] | 308974268@qq.com |
18408d9ec908977227dc94178ef7da7cf5cc8dd4 | 1deb0ea79422612f85e6db636a68749fcedf34e5 | /EndPoint/TI/workspace/pru_mcasp_sine_test/src/main.cpp | 0ed2060ad1f40d6910f68b4534d85d4c7e59b85c | [] | no_license | bezumec82/SoundDevice | 442dd1992968ae4db0cf6932d83da4f952a74863 | 6dd197904bad2476f79f3ed06b7aca230a73db45 | refs/heads/master | 2022-11-16T05:00:46.808080 | 2020-07-14T09:58:25 | 2020-07-14T09:58:25 | 269,723,634 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,999 | cpp | #include "main.h"
long Get_timestamp_ms(void) {
struct timespec tspec = { 0 , 0 };
clock_gettime(CLOCK_REALTIME, &tspec);
return (((long) ((round(tspec.tv_nsec / 1.0e6)) + tspec.tv_sec * 1000)) & 0xffff);
}
/*----------------------------------------------------------------------------*/
#define POLL_FDS_A... | [
"laskov82@gmail.com"
] | laskov82@gmail.com |
9616cac0f5c597b3208f846d52583a06a2bfe9c1 | 9216eb383e166c8265790c2d6cc3bc5d9e23f11f | /src/Nodes/Ethernet.old/Node.c++ | 7b610ef0d30a5bca33a410a15d4c9ebf5d1395ea | [] | no_license | phatcabbage/EDNAS | fca7d88b092fb008847c335bae27eb7352eca6d6 | 90f57129c1e584acbf818e75efbb08b462097de8 | refs/heads/master | 2016-09-06T18:06:03.539627 | 2011-12-07T02:31:44 | 2011-12-07T02:31:44 | 2,929,741 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 167 | #include "EthernetNode.h++"
namespace Logging
{
template<>
OStreamLogger
Logged<Nodes::EthernetBase>::
Logger("EthernetBase");
}
namespace Nodes
{
}
| [
"phatcabbage@gmail.com"
] | phatcabbage@gmail.com | |
8bebd6291a1d8533f0fb5b9754ed86a9c2955c35 | 1c8e5a1fc7f9dfee4969194c1bd77918eea73095 | /Source/AllProjects/CIDLib/CIDLib_Audio.hpp | 35130a5cdf1d0e689f023962837032491df8be51 | [] | no_license | naushad-rahman/CIDLib | bcb579a6f9517d23d25ad17a152cc99b7508330e | 577c343d33d01e0f064d76dfc0b3433d1686f488 | refs/heads/master | 2020-04-28T01:08:35.084154 | 2019-03-10T02:03:20 | 2019-03-10T02:03:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,823 | hpp | //
// FILE NAME: CIDLib_Audio.hpp
//
// AUTHOR: Dean Roddey
//
// CREATED: 11/08/1993
//
// COPYRIGHT: $_CIDLib_CopyRight_$
//
// $_CIDLib_CopyRight2_$
//
// DESCRIPTION:
//
// TAudio is a namespace that does various beeps, bonks, zings, and
// honks all of which are given enumerated values. It also supports basic
/... | [
"droddey@charmedquark.com"
] | droddey@charmedquark.com |
6a9e7044656203f149a4596ed9a07d7934f78b32 | 93dfb034dab214dd9883070a044559c16a9aa7a8 | /week11/week11/week11/main.cpp | 9942c1a71e39768fdf78f383fb69abb7e9ba39de | [] | no_license | sexandmath/CS_HW | ccfb9704b934ccd3c5839df8019174c3aeca95a4 | a9801599a40ebdf4176f59a0522a59acc923fbbe | refs/heads/main | 2023-04-11T00:15:52.188202 | 2021-04-23T05:39:03 | 2021-04-23T05:39:03 | 339,978,172 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,861 | cpp | #include <SFML/Graphics.hpp>
#include <chrono>
#include <math.h>
#include <vector>
#include <list>
#include <memory>
#include <random>
struct Constants
{
const static int Width = 1200;
const static int Height = 800;
constexpr static float deg_to_rad = 0.017453f;
};
int my_random()
{
std::default_rand... | [
"pavlova.vd@phystech.edu"
] | pavlova.vd@phystech.edu |
6319bd5e84e837fa93b3dc619ff1697c01676085 | b2d46af9c6152323ce240374afc998c1574db71f | /cursovideojuegos/theflostiproject/3rdParty/boost/libs/config/test/no_sfinae_pass.cpp | ec36a0ed667d4f6a44444dc4e30acc5cea2e5a42 | [] | no_license | bugbit/cipsaoscar | 601b4da0f0a647e71717ed35ee5c2f2d63c8a0f4 | 52aa8b4b67d48f59e46cb43527480f8b3552e96d | refs/heads/master | 2021-01-10T21:31:18.653163 | 2011-09-28T16:39:12 | 2011-09-28T16:39:12 | 33,032,640 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,146 | cpp |
// This file was automatically generated on Sun Jul 25 11:47:49 GMTDT 2004,
// by libs/config/tools/generate
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.b... | [
"ohernandezba@71d53fa2-cca5-e1f2-4b5e-677cbd06613a"
] | ohernandezba@71d53fa2-cca5-e1f2-4b5e-677cbd06613a |
0ffe60a5de7e8f5579d1971326445fba2e3c8e2f | 2d483bccf76da70d8277dc4b1740d03d57b0702a | /Final Project/Final Project/Point.cpp | 64bd91fc9cf1c44a4476e7a005013055eb128dd6 | [] | no_license | celr/graphics | 346bc130a70486f0df17d1d23082cb22725f6b8e | a706012e2261f17f36199e58956bd4bdf434927c | refs/heads/master | 2020-12-24T17:25:55.869890 | 2013-05-31T02:57:24 | 2013-05-31T02:57:24 | 10,181,317 | 0 | 0 | null | 2016-10-31T06:30:02 | 2013-05-20T20:30:27 | C++ | UTF-8 | C++ | false | false | 495 | cpp | #include "stdafx.h"
#include "Point.h"
float vectorDot(Point a, Point b)
{
return a.x * b.x + a.y * b.y + a.z * b.z;
}
Point vectorScale(float scale, Point v) {
Point p;
p.x = scale * v.x;
p.y = scale * v.y;
p.z = scale * v.z;
return p;
}
float vectorMag(Point v) {
return sqrt(pow(v.x, 2) + pow(v.y, 2) + pow(... | [
"carlos@blewblew.com"
] | carlos@blewblew.com |
64ad2a402bae7676465882000aaa7c32db6fb8a3 | 434db926371b4fcee11c530baac9eccd8edbb0b7 | /bee_lvl2_converter/bee.cpp | adfe4a99332e5a54314f0af6131f86732b2688f7 | [] | no_license | asdlei99/hidden_bee_tools | 2dbe9a6cb613d078cbd9c22d32c1fe81436cb650 | 711583e7ca517cd690c1483da52eb72fd62e1335 | refs/heads/master | 2023-05-10T05:40:27.380457 | 2021-06-03T23:19:28 | 2021-06-03T23:19:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,538 | cpp | #include "bee.h"
#include <peconv.h>
BEE_TYPE check_type(BYTE *buf, size_t buf_size)
{
if (memcmp(buf, &MAGIC2, sizeof(MAGIC2)) == 0) {
return BEE_SCRAMBLED2;
}
if (memcmp(buf, &MAGIC1, sizeof(MAGIC1)) == 0) {
return BEE_SCRAMBLED1;
}
if (memcmp(buf, &NS_MAGIC, sizeof(NS_MAGIC)) == 0) {
return BEE_NS_FORMAT... | [
"hasherezade@gmail.com"
] | hasherezade@gmail.com |
e6126a0ac0892ff03a7352bf458c9294e91d7f29 | f24c9c3eb1124be176015ffec9c6f5763009f2dc | /KetaminRudwolf/src/render/GUIRenderer.cpp | de27ef4c2979bb4c0b2f9febe082e929f655437b | [
"Apache-2.0"
] | permissive | Vasile2k/KetaminRudwolf | 0fbdd911d381c0619faebd9e65147be14fbdca31 | 8e1703a2737c2ff914380a14c71f679e27786a10 | refs/heads/master | 2020-04-16T07:57:10.802826 | 2019-01-17T08:57:59 | 2019-01-17T08:57:59 | 165,405,264 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,126 | cpp | #include "GUIRenderer.hpp"
#include "../game/Game.hpp"
#define NK_INCLUDE_FIXED_TYPES
#define NK_INCLUDE_STANDARD_IO
#define NK_INCLUDE_STANDARD_VARARGS
#define NK_INCLUDE_DEFAULT_ALLOCATOR
#define NK_INCLUDE_VERTEX_BUFFER_OUTPUT
#define NK_INCLUDE_FONT_BAKING
#define NK_INCLUDE_DEFAULT_FONT
#define NK_IMPLEMENTATION
... | [
"andy.dorcu@yahoo.com"
] | andy.dorcu@yahoo.com |
27ab93eb7e004bd19ff9b7f0d2f5f84ef07c13df | 6338150e6083272fcb5ce0f9b2b228be0dc80cdd | /aieBootstrap-master/PhysicsEngine/PhysicsEngineApp.cpp | 085728a71d6a821564f606af5e4cf4a79dbd8ab2 | [
"MIT"
] | permissive | Goodii/PhysicsForGames | 55f162c1fe5a7c252b7aa10ac7aa19df3e3ee0e4 | 202ce3d82c6ad15774f6b0874bdaa4190278ec74 | refs/heads/master | 2018-09-05T13:34:15.435709 | 2018-06-04T12:59:06 | 2018-06-04T12:59:06 | 120,531,377 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,171 | cpp | #include "PhysicsEngineApp.h"
#include "Texture.h"
#include "Font.h"
#include "Input.h"
#include <Gizmos.h>
#include <glm/glm.hpp>
#include <glm/ext.hpp>
#include "Sphere.h"
PhysicsEngineApp::PhysicsEngineApp() {
}
PhysicsEngineApp::~PhysicsEngineApp() {
}
bool PhysicsEngineApp::startup() {
aie::Gizmos::create(2... | [
"iPatt98@gmail.com"
] | iPatt98@gmail.com |
a1973494eb606e0c55b5e13b9266822d12272c98 | a5ff25a76f832aab675f653c11a127d65755c58a | /headers/glm/detail/type_mat4x3.inl | e02dedf577cdfdada7439669144010416fb16838 | [] | no_license | LiuZhichang/ZVK | f5fd47d0cda575af842dafd7d68bed117b653053 | e89a5e632eeaba9fc72d8e0f6f2d8f75e29c0da2 | refs/heads/master | 2023-08-16T03:24:12.135733 | 2021-10-20T01:40:58 | 2021-10-20T01:40:58 | 419,147,859 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,054 | inl | namespace glm {
// -- Constructors --
# if GLM_CONFIG_DEFAULTED_FUNCTIONS == GLM_DISABLE
template<typename T, qualifier Q>
GLM_FUNC_QUALIFIER GLM_CONSTEXPR
mat<4, 3, T, Q>::mat()
# if GLM_CONFIG_CTOR_INIT == GLM_CTOR_INITIALIZER_LIST
: value{col_type(1, 0, 0), col_type(0, 1, 0),... | [
"3318619633@qq.com"
] | 3318619633@qq.com |
efc716ce46c755b10cd2cdd852c8f8baff82b143 | 9c65b7cb50f96499cf8e1d72b8283ff34be90abc | /triangle/main.cpp | cf0837e0e3e707073db5d86b8d185ae7cf7ac1c4 | [] | no_license | Lacty/Glfw | 6b2ca36f3c0dd5f99080dc9e59c67838c5d9c113 | f0ba17103aed3f2a4fff2ce3a8af4a4ed5f82555 | refs/heads/master | 2016-08-12T18:54:37.345396 | 2016-02-03T10:59:30 | 2016-02-03T10:59:30 | 48,664,830 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 758 | cpp |
#include <iostream>
#include <GLFW/glfw3.h>
int main() {
GLFWwindow* window;
if (!glfwInit()) {
return -1;
}
window = glfwCreateWindow(640, 480, "triangle", nullptr, nullptr);
if (!window) {
glfwTerminate();
return -1;
}
glfwMakeContextCurrent(window);
while(!glfwWindowShouldClose(win... | [
"akira206@gmail.com"
] | akira206@gmail.com |
2db3783b9a86a70ee00e4cad04aed063c33dbf1c | 95ee706550cd45c57dd5fe01805aa4291b9193bc | /src/renderer/raytracer/RayTracer.h | e5d79357e3525c66e36f71f0ceb93f245f65e5b3 | [] | no_license | DylanMeeus/3DRenderingFramework | 2bd5b194220c3b88c0c15a4cd2d1b9f9aab9548c | 8f205be633410fad9766b143ff1f34b35e570368 | refs/heads/master | 2021-01-10T17:10:01.653781 | 2015-06-02T14:48:18 | 2015-06-02T14:48:18 | 36,740,138 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 418 | h | #ifndef RAYTRACER_H_
#define RAYTRACER_H_
#include "renderer/raytracer/ARayTracer.h"
#include "scene/Scene.h"
#include "util/Colour.h"
#include "renderer/Ray.h"
#include "renderer/HitInfo.h"
class RayTracer: public ARayTracer {
public:
RayTracer(const Scene & scene):ARayTracer(scene){ }
virtual ~RayTracer(){ }
... | [
"meeusdylan@hotmail.com"
] | meeusdylan@hotmail.com |
05a6028c8c52505d09bed4aaaebc4560ea5e0876 | 76412b66ddb30d217b495d9ac140872cd915c04e | /Leetcode_oj/Merge Intervals/Merge Intervals/Merge Intervals.cpp | 34673e0feec16de14d14819446c1a14eb71ac941 | [] | no_license | liyi1013/Algorithms | 8a9ff2e3c8c16738fd068a3b9766dff5b9112433 | 9f93689ba7dd6b248c10aba770a8bbc4c36e83b8 | refs/heads/master | 2021-01-10T08:15:39.316438 | 2016-02-08T02:23:33 | 2016-02-08T02:23:33 | 50,668,556 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,881 | cpp | //http://oj.leetcode.com/problems/merge-intervals/
//Given a collection of intervals, merge all overlapping intervals.
//For example,
//Given[1, 3], [2, 6], [8, 10], [15, 18],
//return[1, 6], [8, 10], [15, 18].
#include<vector>
#include<iostream>
#include <algorithm>
using namespace std;
//* Definition for an inte... | [
"liyi1013@foxmail.com"
] | liyi1013@foxmail.com |
873b0ff1f83f68b18b6a039dd63341f239597869 | 0b7a607e2f375d9309fd77f03376ed4183c76cb9 | /ALL/Chapter3.h | 445ff83ed7e8c196a2cf03924281fb8f9db964fb | [] | no_license | stkd/Opencv-CPP | 64d46a3ad57ae172400f57863672490d3d301a45 | 1bcc375c3502061d06da7c8d73c36105f26d73bc | refs/heads/master | 2022-03-11T20:14:16.285711 | 2019-11-23T13:39:31 | 2019-11-23T13:39:31 | 223,593,813 | 0 | 0 | null | null | null | null | BIG5 | C++ | false | false | 10,156 | h | #include<iostream>
#include<stdio.h>
#include<stdlib.h>
#include "Params.h"
#include<opencv2\opencv.hpp>
using namespace cv;
void thresholds(Mat imgin, Mat imgout, uchar thresh, int type)
{
int i, j;
for (i = 0; i < imgin.rows; i++)
{
for (j = 0; j < imgin.cols; j++)
{
switch (type)
{
case 2:
if (i... | [
"s1004306i@gmail.com"
] | s1004306i@gmail.com |
862149918ef98cbf37301afefc02f991a2ed537e | d5bbf4390aa1311633a626d83397b921c138b5a0 | /src/detection/detectoropencv.h | 77b07b44e53a182a838ad8ee53a31b914017b3e4 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | benpaobutingla/stereo-vision-toolkit | 4b294ee5626a3e7c5c484590c107ebe6c87e56aa | 7844a1df08348d1c4341a4b59d10f40b2a8192e2 | refs/heads/master | 2023-06-15T19:25:06.056366 | 2021-06-29T13:18:40 | 2021-06-29T13:18:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,627 | h | /*
* Copyright Deeplabel, used with permission of the author
* Author: Josh Veitch-Michaelis (jveitch@i3drobotics.com)
*/
#ifndef DETECTOROPENCV_H
#define DETECTOROPENCV_H
#include<iostream>
#include<fstream>
#include<string>
#include<vector>
#include<opencv2/opencv.hpp>
#include<opencv2/core/ocl.hpp>
#include<opencv... | [
"benknight135@gmail.com"
] | benknight135@gmail.com |
202be374769b3c314fda6583a037470374820d8e | 0b6a6e540d918d9668c567261965165231b945b3 | /packages/random/include/thunder/random/math.hpp | e0e9457d369fe45f083d6ca3835f4641ba21b348 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | mapleyustat/Thunder | f5f7563e54ea79c5c5b37bf073a67f836bea85d8 | 866ccae60f41830fa9912fbdf50cc8abb412120c | refs/heads/master | 2020-03-28T22:09:07.039216 | 2014-11-03T23:59:49 | 2014-11-03T23:59:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,600 | hpp | /*
* \copyright Copyright 2014 Xiang Zhang All Rights Reserved.
* \license @{
*
* 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
*
* ... | [
"zhangxiangxiao@163.com"
] | zhangxiangxiao@163.com |
6e8055bf51d9ba0e166e3207725934ea8990148f | d125ab73f06a20a763f5091b255a2725d969d3c8 | /SteamSellerBot/SteamSellerBot/SteamMarketItemPoster.cpp | d0039672e77b3f7fdd731ca4faa15fe6b29dfd1f | [] | no_license | bluejellybean/SteamMarketItemPoster | cd3e16eac0b4e545268c187afc57118d6d20c9e5 | 6ea58163d1c362762a050bb892ebc61848198fc0 | refs/heads/master | 2021-01-25T03:54:28.335492 | 2013-11-13T13:43:43 | 2013-11-13T13:43:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 438 | cpp | #include "stdafx.h"
#include <iostream>
#include "windows.h"
#include "menus.h"
#include "mainLoops.h"
#include "KeyboardSim.h"
//void FindCursorPos();
int main (){
menus newMenu;
newMenu.loadPresetVariables();
newMenu.menuLogic();
}
//This is just a tool to help get x y cords
//void FindCursorPos(){
// POINT p... | [
"alexbarkell@gmail.com"
] | alexbarkell@gmail.com |
5264ab308e859273b4e772f8595aea3df14d026a | d0fb3f0c258145c3e06b99c0b555056e12e48d06 | /selene/img_io/_impl/JPEGCommon.hpp | 73644365cd32e1e5c60040d6be730168fd279f17 | [
"MIT"
] | permissive | js-god/selene | 2767a760be0ed14cf85fdb332d5b1d340830afec | 4131290135885958ca8bc5ff241d86a2da8ac66e | refs/heads/master | 2020-04-14T15:25:39.930070 | 2019-01-01T23:47:51 | 2019-01-01T23:47:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,644 | hpp | // This file is part of the `Selene` library.
// Copyright 2017-2018 Michael Hofmann (https://github.com/kmhofmann).
// Distributed under MIT license. See accompanying LICENSE file in the top-level directory.
#ifndef SELENE_IMG_IMPL_JPEG_COMMON_HPP
#define SELENE_IMG_IMPL_JPEG_COMMON_HPP
#if defined(SELENE_WITH_LIBJP... | [
"kmhofmann@gmail.com"
] | kmhofmann@gmail.com |
0232be5a59d6bcee97e5e682d181065692f53c82 | 84d147ac09451432993a80c9f48ba0998c873ab6 | /data_structures/node.cpp | a78ae73eb635e2c1119846afcdc2e5622633b1e4 | [] | no_license | SimulationEverywhere-Models/ARSLab_TPS | 62f6deae0e6e3ab1abec069320231f6d195cdd59 | 4b7d9543e7856e2545c1a4e035602c6ca5956aba | refs/heads/main | 2023-07-25T14:49:11.756033 | 2021-08-31T21:45:01 | 2021-08-31T21:45:01 | 344,908,173 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,027 | cpp | #include "node.hpp"
Node::Node() {
//
}
Node::Node(int p1, int p2, float mass, float time, vector<float> impulse) {
//colliders = minmax(p1, p2);
colliders = {p1, p2};
restitutionTime = time;
this->impulse = impulse;
particles.insert({p1, p2});
this->mass = mass;
}
Node::~N... | [
"thomasroller@yahoo.ca"
] | thomasroller@yahoo.ca |
0e164ac6b9dfbb2535d06b51e4e1dfb208a5dfc7 | 1179377f92239e331b41f0e365f64d0161d49cc3 | /components/Crankshaft.cpp | 6536f8749b8b23ff897c2423e5d554d91936517d | [] | no_license | mehdirezaiepour/engsim | 89bc844764f87d67ebbc4873f8dfa78e9fa1ecc3 | 64a80cae66f2881190d21798eda873e7a5f80035 | refs/heads/master | 2020-04-05T11:24:19.942096 | 2018-11-11T00:27:12 | 2018-11-11T00:27:12 | 156,833,519 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 63 | cpp | //
// Created by mehdi on 11/9/18.
//
#include "Crankshaft.h"
| [
"mehdi.rezaiepour@fau.de"
] | mehdi.rezaiepour@fau.de |
1c9dc3d221598c6186595baadd164043dcf46822 | a1e35a9dffc3057c650361184e01b8faab986c9d | /common/headers/isValidMap.hh | f088c4dbc7baf1620660b6dfd409744ac0fc7e9d | [] | no_license | guillaumeBoufflers/Bomberman | 9e61113b9285f7be0db69927a3926a9e3eaaaa4f | c0469d65d467de8b4acb01b22dbc4848bc716fd0 | refs/heads/master | 2021-01-22T04:36:39.367067 | 2014-01-24T19:20:46 | 2014-01-24T19:20:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 329 | hh | #ifndef __MAPVALIDITY_HH__
#define __MAPVALIDITY_HH__
#include <vector>
#include <sstream>
#include <iostream>
#include <iomanip>
#include <string>
#include <fstream>
#include <algorithm>
#include "errorWindow.hh"
#define MAXOBJ 22
namespace GameMap
{
bool isValidMap(const std::string &file, int nbPlayers);
}... | [
"guillaume.boufflers@gmail.com"
] | guillaume.boufflers@gmail.com |
db5b806eb38fe57bfe29b0af3b57960e3c6f18ac | 2d59117d4a411782bec09156840f0f413151edd5 | /_old/engine/src/gridactor.cpp | a024ca79427937816497d1aa2bdffaba41f38062 | [] | no_license | NamelessPerson/stengine | f7175e92eb11d9a4e64fd4650fb55db30f3eff1e | dad0369de2f019c4bbc111f8b7c0cbdf02c92651 | refs/heads/master | 2021-06-30T17:58:23.043369 | 2017-09-19T16:04:19 | 2017-09-19T16:04:19 | 49,088,274 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,383 | cpp | #include "engine/actor/gridactor.h"
#include "util/debug.h"
GridActor::~GridActor(){
}
GridActor::GridActor(){
name = "Default Name";
node.actor = this;
node.x = 0;
node.y = 0;
DEBUG_LOG(Debug::GAMEPLAY,"GridActor - New Actor "+name+" spawned at "+to_string(node.x)+", "+to_string(node.y));
}
Grid... | [
"jjpman71@gmail.com"
] | jjpman71@gmail.com |
b556289d464969932debb994c8c88ebc719d0928 | 7d5159be28f02ef7ed8ffefaecc1e99cc407745f | /Plugins/LandscapeGen/Source/MapboxDataSource/Private/MapboxDataSource.cpp | c981033ef8f75db3a7f578e5bc000a65def5c3b0 | [
"MIT"
] | permissive | wblong/GeoGDAL | 855418786b2e787ef45e4c3af10cb2943eb795a1 | 8512e3a04aeaf65d8c9a7891bdd84ed9de02e103 | refs/heads/main | 2023-05-10T05:20:00.809309 | 2023-05-08T01:47:21 | 2023-05-08T01:47:21 | 334,815,418 | 3 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 15,407 | cpp | #include "MapboxDataSource.h"
#include "Modules/ModuleManager.h"
#include "IImageWrapper.h"
#include "IImageWrapperModule.h"
#include "Interfaces/IHttpResponse.h"
#include "HttpModule.h"
#include "ImageUtils.h"
#include "GDALHelpers.h"
#include "LandscapeConstraints.h"
namespace
{
float long2tilexf(double lon, int z)... | [
"sdwangbaolong@163.com"
] | sdwangbaolong@163.com |
f4ef3a5a81118a94e57fa0fc010c6d640d451175 | 25d61c2179570a4f6efc708696afb16635d483d2 | /CPP/src/Card.cpp | dbdb37b2a1ee049e4bd2e87d7c851164ec089472 | [] | no_license | itsfunshine13/CardGame | e301d577155edabe281d12edb774b885c3700f48 | be6cf3dc806c3b7506567f54ea1253e5cf40643a | refs/heads/master | 2021-04-30T06:59:37.086838 | 2020-07-22T15:59:28 | 2020-07-22T15:59:28 | 121,459,920 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,488 | cpp | #include "../include/Card.h"
#include "../include/cardTypes.h"
#include "../include/cardUtils.h"
#include <iostream>
#include <string>
using namespace std;
Card::Card(
string cardName,
string cardDescription,
string cardID,
string cardReleased,
string deckLimit,
string cardRarity,
str... | [
"lumnjoshua@gmail.com"
] | lumnjoshua@gmail.com |
2e98391ed9d869dfbf851bcb9bba43b5052e4dea | 353653411fa1e0a0bc30c2c09728bacd0c8804e6 | /lib/ArduinoJson/include/ArduinoJson/JsonArraySubscript.hpp | 8c489680d31968390aedcdd34bf15df2ab7882f4 | [
"MIT"
] | permissive | trevstanhope/chractor | 762d8cf502bcdb95ad90eef91d486e5554cbd7b7 | bb54545955b165892aedd11e066ada63c1de1276 | refs/heads/master | 2023-05-10T20:05:18.311251 | 2021-08-28T03:48:46 | 2021-08-28T03:48:46 | 76,524,486 | 0 | 1 | MIT | 2023-05-01T21:49:15 | 2016-12-15T04:41:11 | C++ | UTF-8 | C++ | false | false | 1,990 | hpp | // Copyright Benoit Blanchon 2014-2016
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once
#include "Configuration.hpp"
#include "JsonVariantBase.hpp"
#ifdef _MSC_VER
#pragma warning(push)
#pragma warning(disable : 4522)
#... | [
"tpstanhope@gmail.com"
] | tpstanhope@gmail.com |
92a8e64cbdf8be1e9decadb93f7c556f32996f88 | eaae835cc555550daeb5a60a299426bf9f9d3a2c | /src/test/script_tests.cpp | 990a0454ccbcb99d0cf48a04681974bbe079b363 | [
"MIT"
] | permissive | Bitcoin-LE/bitcoinle-core | 24e1dd7c1e2e792427a38ae1af8692849c3cfcf5 | 2f4e1994d54c443c4292475aa976c48fda34d806 | refs/heads/master | 2021-07-11T13:41:07.040490 | 2019-01-27T01:22:36 | 2019-01-27T01:22:36 | 139,747,212 | 8 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 89,551 | cpp | // Copyright (c) 2011-2016 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "data/script_tests.json.h"
#include "core_io.h"
#include "key.h"
#include "keystore.h"
#include "script/script.h"
#... | [
"oliver.smith5@protonmail.com"
] | oliver.smith5@protonmail.com |
9c7cfac6d8786113cafdbab8f322736c32a51199 | a712314e1428e8f5ab7b2db076002afef9c4a7fa | /nyla/lexer.h | 18a7423c1cf12bb8b856348e66b61e7ea12e84c5 | [] | no_license | JosephCRugh/nyla | 52004eff83912e5f06760853af133b04c53698ac | 40498a2b2873ef7c413ed7dc5d6b1e66beba1dc8 | refs/heads/main | 2023-08-19T11:18:18.899238 | 2021-09-18T00:43:04 | 2021-09-18T00:43:04 | 391,193,242 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,892 | h | #ifndef NYLA_LEXER_H
#define NYLA_LEXER_H
#include "source.h"
#include "log.h"
#include "tokens.h"
namespace nyla {
class lexer {
public:
lexer(nyla::source& source, nyla::log& log)
: m_source(source), m_log(log) {}
// Obtains the next token by
// analyzing the current source.
nyla::token next_token()... | [
"josephcrugh@gmail.com"
] | josephcrugh@gmail.com |
5b7a290eb9f8b7224246a733decba763e0c9dd75 | 641fa8341d8c436ad24945bcbf8e7d7d1dd7dbb2 | /ui/views/controls/button/button.cc | 416cdf3edad796a709b671973852bba96939c6e1 | [
"BSD-3-Clause"
] | permissive | massnetwork/mass-browser | 7de0dfc541cbac00ffa7308541394bac1e945b76 | 67526da9358734698c067b7775be491423884339 | refs/heads/master | 2022-12-07T09:01:31.027715 | 2017-01-19T14:29:18 | 2017-01-19T14:29:18 | 73,799,690 | 4 | 4 | BSD-3-Clause | 2022-11-26T11:53:23 | 2016-11-15T09:49:29 | null | UTF-8 | C++ | false | false | 2,557 | cc | // Copyright (c) 2011 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/views/controls/button/button.h"
#include "base/strings/utf_string_conversions.h"
#include "ui/accessibility/ax_node_data.h"
namespace v... | [
"xElvis89x@gmail.com"
] | xElvis89x@gmail.com |
bf087fbea7c817538361c4c83e36242f23bfe547 | 7fb6d1261ad0bbf0953bef84a25448e56c8f58e8 | /Hotel.h | fa0d53c66a08b4d100dc449ecaf3f8884b58bab8 | [] | no_license | maria-linares/ProyectoFinalPOOFINAL | 8e77b5d8dc132073c7689829b8fdce8e9988280f | f0c88ba395e5ecff9fd625c943cc6fb0516adbe7 | refs/heads/master | 2020-06-08T04:20:04.108408 | 2019-07-05T21:19:15 | 2019-07-05T21:19:15 | 193,156,614 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 600 | h | //
// Created by Maria Jose Linares on 2019-07-04.
//
#ifndef PROYECTOFINALPOO_HOTEL_H
#define PROYECTOFINALPOO_HOTEL_H
#include "Objeto.h"
#include "Tipos.h"
class Hotel: public Objeto{
TipoEntero Estrellas;
TipoString Disponibilidad;
public:
Hotel(){};
Hotel(const TipoString& nombre, TipoCaracte... | [
"majolive@Majos-MacBook.local"
] | majolive@Majos-MacBook.local |
1df714f5e9b03db0725fd43fe075cb709a1c6143 | 804cc6764d90fdd7424fa435126c7fe581111562 | /Kernel/VirtualAddress.h | 57122725d55184b96097fb01a19522832086b317 | [
"BSD-2-Clause"
] | permissive | NukeWilliams/prana-os | 96abeed02f33f87c74dd066a5fa7b2d501cb2c62 | c56c230d3001a48c342361733dc634a5afaf35f9 | refs/heads/master | 2023-06-17T18:39:22.394466 | 2021-07-02T13:37:47 | 2021-07-02T13:37:47 | 358,167,671 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,003 | h | #pragma once
// includes
#include <AK/Format.h>
#include <AK/Types.h>
class VirtualAddress {
public:
VirtualAddress() = default;
explicit VirtualAddress(FlatPtr address)
: m_address(address)
{
}
explicit VirtualAddress(const void* address)
: m_address((FlatPtr)address)
{
}... | [
"krisna.pranav@gmail.com"
] | krisna.pranav@gmail.com |
f2afd57802bd976406a015be1e8703b72369111d | 9506a40845f40f9f79e20ac87191c5b0d1ef6d7c | /practice/2000-2100/916B.cpp | 355a05bd75470337b9329bb08babd90e22ac37b5 | [] | no_license | anish-rajan/Cp-algos | 9ab16374a154fe9598a49405d1a2b3bf10013320 | 9bcb7264769536cc4ff877a3b6d2f156fddee50a | refs/heads/master | 2022-12-14T09:44:31.960833 | 2020-09-10T12:01:14 | 2020-09-10T12:01:14 | 265,180,210 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,954 | cpp | #include <iostream>
#include <bits/stdc++.h>
using namespace std;
typedef long long int ll;
typedef long double ld;
#define mp make_pair
#define v vector
#define inp_push(no, v) \
ll no; \
cin >> no; \
v.push_back(no);
#define pb push_back
#define fi first
#define se second
#define ALL... | [
"anishrajan2000@gmail.com"
] | anishrajan2000@gmail.com |
2b9a5661d67e823041a1edeaa9463a3de4d0dc87 | 5c0fcc93339330cab8408a58d26504a3154e808c | /Risk3D_Modelo/fin_del_juego.cpp | 614666e816b3eb562e24707b12baf1bdefbe8131 | [] | no_license | eritiro/risk3d | 5d3d3b1d7510d809c34c1d69d20303c66fd31630 | d8389acc79eb4f561123a09b8de1e13d7498b2c1 | refs/heads/master | 2021-01-10T20:54:41.709954 | 2015-03-06T17:37:27 | 2015-03-06T17:37:27 | 31,772,713 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 751 | cpp | #include "fin_del_juego.h"
FinDelJuego::FinDelJuego() : EstadoDelJuego("Fin del juego"){
}
void FinDelJuego::inicializar(Juego* juego){
juego->notificar_a_todos("El juego termino!");
Jugador* ganador = 0;
foreach(IteradorJugadores, jugador, juego->get_jugadores()){
Objetivo* objetivo = (*jugador)->g... | [
"eritiro@gmail.com"
] | eritiro@gmail.com |
7fa9c0f566e0acd208052ca314e2bdfd10e47d42 | a5d7ef542268d9c76ddafcfd97fb494bff30ad61 | /tMedia.h | bf0873c4df740735635b2dae30562de04cdb7fb2 | [] | no_license | YannickR26/TV-Controller | d357762dcfe8b62f8e24aeaac5109f74a5f224e4 | f63338b2256e59a40e930f3826ce04bafae5cf72 | refs/heads/master | 2020-05-02T16:25:28.670739 | 2019-03-27T20:13:41 | 2019-03-27T20:13:41 | 178,067,821 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,810 | h | #ifndef TMEDIA_H
#define TMEDIA_H
#include <stdio.h>
#include <QTime>
#include <qcolor.h>
#include <QString>
#include <QDomElement>
#include <QDomDocument>
class tMedia
{
public:
tMedia()
: fadeIn(0), fadeOut(0), repeat(0), login(""), password(""), time(), isModify(false) {}
tMedia(QString _name)
... | [
"yannick.richardot@carbonbee.fr"
] | yannick.richardot@carbonbee.fr |
f5bede511589d44ec0312b384067c41a466e69b5 | 746fc18c9e4bf3ee928d6db624750817e3b1454b | /practise/c_tracking_code/tracking_code/tracking_code/v5/5.6.cpp | 438f3da5e3e2a02452263af682ed798dfc2ef442 | [] | no_license | mingliang-99/c_practise | 335117cacf13f3653f60547d4bf55104324a8812 | d127926c2112fcf56cb4f1b8858bdaf8075894e1 | refs/heads/master | 2021-07-13T11:31:45.648945 | 2021-03-08T23:26:50 | 2021-03-08T23:26:50 | 241,883,142 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,146 | cpp | //
// main.cpp
// tracking_code
//
// Created by mingliang on 2021/2/17.
//
#include <iostream>
#include <string>
#include <vector>
题目
原文:
Design an algorithm and write code to find the first common ancestor of two nodes in a binary tree. Avoid storing additional nodes in a data structure. NOTE: This is not necess... | [
"mingliang8@staff.weibo.com"
] | mingliang8@staff.weibo.com |
eca21f5f60ff7da49582b4b6edbb8fe437b94d7f | ede157880ced6297f1a1552b5bab9a36eea74542 | /GMorpher/GMorpherBone_3DEMICP/src/Solver_EM_ceres.cpp | ea890e5bfd006c3fe5944ea93564b733fdec5730 | [] | no_license | paulchhuang/GMorpherSkl | 9f298395a0d4508c22dd7d73859a3d1790ebaa62 | aa15ec5d1f6f984b779aebdec89f56c83dde51ee | refs/heads/master | 2021-01-01T05:55:04.811394 | 2017-07-30T10:04:42 | 2017-07-30T10:04:42 | 97,305,897 | 6 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 4,038 | cpp | /* *************************************************
* Copyright (2016) : Paul Huang
* *************************************************/
#include <Solver_EM_ceres.h>
#include <GraphUtils.h>
#include <numeric>
//#define VERBOSE
Solver_EMCeres::Solver_EMCeres(bool prediction,
... | [
"Paul Huang"
] | Paul Huang |
1255fc673e4116d022393be60a2b51eaf16ca430 | 24f26275ffcd9324998d7570ea9fda82578eeb9e | /ui/views/test/test_desktop_screen_x11.h | ea16fe752e2d528be58492aec43bc17977de066c | [
"BSD-3-Clause"
] | permissive | Vizionnation/chromenohistory | 70a51193c8538d7b995000a1b2a654e70603040f | 146feeb85985a6835f4b8826ad67be9195455402 | refs/heads/master | 2022-12-15T07:02:54.461083 | 2019-10-25T15:07:06 | 2019-10-25T15:07:06 | 217,557,501 | 2 | 1 | BSD-3-Clause | 2022-11-19T06:53:07 | 2019-10-25T14:58:54 | null | UTF-8 | C++ | false | false | 1,380 | 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 UI_VIEWS_TEST_TEST_DESKTOP_SCREEN_X11_H_
#define UI_VIEWS_TEST_TEST_DESKTOP_SCREEN_X11_H_
#include "ui/gfx/geometry/point.h"
#include "ui/views/w... | [
"rjkroege@chromium.org"
] | rjkroege@chromium.org |
9b203fe82f80ee1a537e080f89b4924ff0e48b1f | 1da4c6fb453aa52689f83d54a24f46467b9875d3 | /codevs2.0_practice/game.h | 08bf8298e15122b526a627a3961151adc5870189 | [] | no_license | tek1031/CODEVS2.0 | d113b98d0acde3df7fe9d89e90b7bdce1f16f527 | a2b611b59fff132af8314a1b1a9e1058648ce6cc | refs/heads/master | 2020-04-11T01:29:28.027108 | 2013-01-23T14:16:00 | 2013-01-23T14:16:00 | 7,775,241 | 0 | 1 | null | null | null | null | SHIFT_JIS | C++ | false | false | 2,302 | h | #include"state.h"
#pragma once
/*
ゲーム全体の情報を持っておく
パックの情報,今の状態
連鎖などの計算をここで行う
*/
class Game{
int packs[1000][4][MAX_T][MAX_T];//パックの中身 もらったら 事前に全部回転させたのも計算しちゃう
int packs_enemy[1000][4][MAX_T][MAX_T];
int turn;
State now_state;//現在のState
State state_enemy;
int my_stock_garbage,enemy_stock_garbage;
void input_pack... | [
"komatsutomoki1031@gmail.com"
] | komatsutomoki1031@gmail.com |
046c23185c9ae9491d5205d60ff22d4772cc29a2 | 10f08f6430eee2daefd310bffe71d7740abf1a97 | /Matrix.hpp | 9e584ba1ad8cbe237efcec586702c1931a4a2ab6 | [] | no_license | nkt/cpp-matrix | 9908c80642255fa473df5e75e78b896d590ae26e | 6fdfaac73394a1ed972268327b6fc2ea84e35fe2 | refs/heads/master | 2021-01-01T19:15:23.460567 | 2014-05-27T03:52:48 | 2014-05-27T03:52:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,586 | hpp | #ifndef __Matrix_H_
#define __Matrix_H_
#include <iostream>
template<typename T, typename K = double>
class Matrix {
protected:
T **matrix;
size_t n;
size_t m;
inline void checkIndexes(size_t i, size_t j) const
{
if (i > n || j > m) {
throw new std::runtime_error("The indexes... | [
"dev@nkt.me"
] | dev@nkt.me |
ba3063886d4f69020cafa2e0bc5ffd15d51ea95b | e5a694673d2fb4272569acbb0d207d15a9a539e5 | /src/ch03/printer.cpp | 092b9cb58a59354bc025d263a055dbe566234b5b | [
"MIT"
] | permissive | zhuangbo/ds-cpp | c0e2f4a6d42048fb65d4aef44bd338e2076d6170 | bac398636979458802a7fb8d433462e88dc2ed15 | refs/heads/master | 2021-01-19T16:42:58.544038 | 2017-10-28T16:19:42 | 2017-10-28T16:19:42 | 101,020,871 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 865 | cpp | ///////////////////////////////////////
/// file: printer.cpp
/// 操作系统打印排队模拟
///////////////////////////////////////
#include <iostream>
#include "sqqueue.h"
using namespace std;
/// 打印作业
struct Task
{
int id;
int pages;
};
/// 打印
void Print(const Task &job)
{
cout << "#" << job.id << "(" << job.pages <... | [
"sdzhuangbo@126.com"
] | sdzhuangbo@126.com |
bc9c3d2e029ce6961574cf95a6da8299d4a329cd | 7fa23b0e02e16ba51433353d409000ed91442225 | /TestHarness.cpp | 0f0dac71278b31347cbe9d1cf587256a17490e3c | [
"Apache-2.0"
] | permissive | orb1t-ua/WindowingSystem | 272fc95ccaf897e82567fd5842537f1b21b2193a | 34d24ab6f4531df4d1ec335fd0f14dcf2bf52b99 | refs/heads/master | 2022-01-28T13:23:06.171735 | 2019-01-07T07:17:49 | 2019-01-07T07:17:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,774 | cpp | //
// Copyright 1999-2002 Jeff Bush
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed ... | [
"jeffbush001@gmail.com"
] | jeffbush001@gmail.com |
8b2aeaa9dc2b0c907e182f236b6ee27a9bb7b928 | 3ef84250365b6501afd4c55830edb73f45398c46 | /Code/GameSDK/GameDll/Effects/Tools/CVarActivationSystem.h | 1575eb5a1faa2949f0cbe72269552e90ba065881 | [] | no_license | Rjayone/TravellersNotes | cc9193d01c0b060d848401d74797ef14322e90dd | 0bf44ad22daf64d56b70c841ac936ae3d1c12d9c | refs/heads/master | 2021-04-26T11:40:03.965230 | 2015-10-25T14:04:22 | 2015-10-25T14:04:22 | 43,647,664 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,728 | h | #ifndef _CVAR_ACTIVATION_SYSTEM_
#define _CVAR_ACTIVATION_SYSTEM_
#pragma once
//==================================================================================================
// Name: SCVarParam
// Desc: CVar param used in the cvar activation system
// Author: James Chilvers
//===================================... | [
"misterdecoy@mail.ru"
] | misterdecoy@mail.ru |
fdcd5665d9a954cf9bf7052970dacea7396e874e | d34deb67c96e70b334a18acfb2c5e74b2c648487 | /2/2.cpp | 34f9d5d7b0e751beba1466f1917433ed769c173e | [] | no_license | WYX11111/CPP | c4071541a311c64eb6cb84d016f781ceb7696780 | e598ceab7266d390fe33e2710bc962d1c9ca455c | refs/heads/master | 2020-05-18T06:17:07.137950 | 2019-06-26T11:38:41 | 2019-06-26T11:38:41 | 184,230,172 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 211 | cpp | #include "io.cpp" //导入io.cpp
int main()
{
int a = readNumber(); //调用io.cpp里的readNumber()函数输入一个整数
int b = readNumber();
writeAnswer(a + b); //打印两数和
return 0;
} | [
"wyxiao11111@mails.ccnu.edu.cn"
] | wyxiao11111@mails.ccnu.edu.cn |
e524319375d460874cabbea3b7ddfaf7e8d04637 | 794894f3cac99b0753d3addf95f44df5421d62d3 | /src/miner.cpp | 228c416c3c7e84402056ed7146ec4d9ac17f490a | [
"MIT"
] | permissive | newarroncoin/newarroncoin | aad211b5bacf402aaf2538d658c7f5d49d3a0ccb | 8e487c2b6d474d9b92f08c89d467193f40782892 | refs/heads/master | 2021-01-19T00:13:42.868570 | 2017-08-17T06:21:31 | 2017-08-17T06:21:31 | 100,567,589 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,200 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Copyright (c) 2013 The NovaCoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "txdb.h"
#include "miner.h"... | [
"820421292@qq.com"
] | 820421292@qq.com |
fa86892186c0587d6e094ef2d199dd72f08b5cb1 | 5f19592d3e0cdc0c8732b5a4871deb5003f9f4a8 | /src/node/communication/mac/mac802154a/fuzzyIS/TakagiSugenoRule.cc | 0673a8faf210bee46e2f7b6da90f140dba824f05 | [] | no_license | SamanShafigh/fuzzy-mac802154 | 2f62883e11c5309c2c57abfb4e3b70c3f01f7c04 | 36b48b3193349de77c32d77a41fc597d745a1a16 | refs/heads/master | 2021-01-12T16:51:54.644601 | 2018-02-19T01:24:24 | 2018-02-19T01:24:24 | 71,454,504 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,075 | cc | /* Copyright 2010 Juan Rada-Vilela
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in... | [
"samanshafigh@gmail.com"
] | samanshafigh@gmail.com |
b093d7b0b43cc0ed70a0a537f9a7774ff962390f | 9eadd7a4db934ba63675093bc8c6c40f154cbeaa | /cpp/photo/jpeg_encoder.h | 72985a6f978e43a84f200395308af5ddf459f29b | [
"Apache-2.0"
] | permissive | ghas-results/vr180 | ee7be58f77d14cc317f4b1a188d35e42e79f35bd | f55eaa1c6835b911b7a11830ec546636a16d49da | refs/heads/master | 2023-08-21T04:09:34.447377 | 2019-02-14T22:30:08 | 2019-02-14T22:30:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,298 | h | /*
* Copyright 2018 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | [
"jiamingliu@google.com"
] | jiamingliu@google.com |
6ef9600205849089d83431a06c2575462309a15f | 6ab07216eff0dfd45f6a5a1dd10c6cbd9c0e154d | /Utilities/MicronTrackerFiles/Collection.cpp | 40e07f3eea318877bb4e3e88de85a6ce769508eb | [] | no_license | awiles/AIGS | e5956076fc8fdc7fc0dd7a42ac9ad7b0718ee7d6 | 2d6a72c77b5ab4f4934ffd4109fca71b7bdc76a2 | refs/heads/master | 2020-12-25T02:23:45.041112 | 2017-03-03T03:55:12 | 2017-03-03T03:55:12 | 2,820,245 | 2 | 4 | null | 2017-03-03T03:55:13 | 2011-11-21T13:59:32 | C++ | UTF-8 | C++ | false | false | 1,846 | cpp | /**************************************************************
*
* Micron Tracker: Example C++ wrapper and Multi-platform demo
*
* Written by:
* Shahram Izadyar, Robarts Research Institute - London- Ontario , www.robarts.ca
* Claudio Gatti, Claron Technology - Toronto -Ontario, www.clarontech.com
*
* ... | [
"awiles@ndigital.com"
] | awiles@ndigital.com |
799e599c7be0715b39a7e90cc91215acd677ce3b | d0f501e9d14e52e415ab810b67a075ee8e2de28c | /C_P82e/C_P82e.cpp | e477b8c36711c34266ec8bc4cbfad21697e5375c | [] | no_license | Windmill-City/C_Exercise | c776ca38c5dcbcc934bf2a49712ff4f0fda1e106 | 5067ece98588a163b5801200f9bf17d42676919e | refs/heads/master | 2022-11-07T07:41:55.844750 | 2020-06-18T15:43:30 | 2020-06-18T15:43:30 | 250,158,294 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,019 | cpp | // C_P82e.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。
//
#include <iostream>
int main()
{
for (int y = 1; y <= 6; y++) {
for (float x = 5.5; x <= 12.5; x += 0.5) {
float i = 0;
i = 2 + (y + 0.5 * x);
printf("i:%0.2f x:%0.2f y:%d\n", i, x, y);
}
}
}
// 运行程序: Ctrl ... | [
"1449182174@qq.com"
] | 1449182174@qq.com |
c693cf9ee6b88b1f874ea23027fe57ab7b75b241 | 0fb0dcf1b7192af5dc2bcc32c48dc6efb016366e | /t9/main.cpp | 9f769f2befb51ae1c73cc67d25fd6a08c23ad823 | [] | no_license | imzfz/mycpp | 9e4076e96e0cfabdc953fb25055aa08e9a806a96 | 372349d7e68062a66281b2030132ea124b0d38af | refs/heads/master | 2021-01-10T23:22:44.290851 | 2016-10-01T09:53:26 | 2016-10-01T09:53:26 | 69,727,979 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 180 | cpp | #include "head.h"
int main() {
Sale sale;
sale.list(5, 23.5);
sale.list(12, 24.56);
sale.list(100, 21.5);
sale.average();
sale.display();
return 0;
} | [
"zfz@fzdeMacBook-Pro.local"
] | zfz@fzdeMacBook-Pro.local |
c5b4f2fc6d2aa234bc697db6ba37caeaaf55c3da | 426404ea70a7140ddd58ae6cddf4ecd9d04806d2 | /SyneVisLinux/wavutils.h | dfce45fdc15d64174c370bdd7139b5e0d4bd99b9 | [
"Unlicense"
] | permissive | averov90/RaspberryPi-SyneVis_Proj | 62482e2bd717576ce05d76533234e5bd7ee91151 | 83889fdefdfaa709d88d6823cbca233a30d443a0 | refs/heads/master | 2020-12-20T11:55:43.895829 | 2020-02-06T18:49:11 | 2020-02-06T18:49:11 | 236,067,191 | 1 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 4,997 | h | #pragma once
#include "dependents.h"
#include "consts.h"
namespace WavUtils {
struct SegmentSineProps
{
unsigned int bufflen;
float period;
};
struct WaveSmallInfo
{
unsigned short channels;
unsigned short sampleRate;
};
struct Freqs {
float *freqs = nullptr;
unsigned short count = 0;
Freqs(const F... | [
"averov90@inbox.ru"
] | averov90@inbox.ru |
57d5b8f2ac1fd2e6f0c050882213ad897c9e336a | 41ff29c79207e6a34bb0ade2c8b6d6eaaf515c07 | /general/Fritz3TShirtCannonRobot/OI.h | 669009aa184f30473223fd7d6419dfa3b3b8cabb | [] | no_license | stevep001/RoboEagles | 322f56a568b5acfa51478d1cd4ecfb8588a5902c | 5c4a6afc67d3d9c554826bfb282708320511d110 | refs/heads/master | 2021-01-13T01:55:23.227079 | 2014-01-18T07:19:24 | 2014-01-18T07:19:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 283 | h | #ifndef OI_H
#define OI_H
#include "WPILib.h"
class OI {
private:
Joystick *joystick;
JoystickButton *fireButton;
JoystickButton *fillButton;
JoystickButton *aimUpButton;
JoystickButton *aimDownButton;
public:
OI();
Joystick *getJoystick();
};
#endif
| [
"steve@zpfe.com"
] | steve@zpfe.com |
f25d0eb375b01e6417d102b4e14cebf1efb79b26 | 870879c2878767d685e616e565bd134f61f7b4b6 | /src/CudaDriver.cpp | 1b4636404d5cfcd72a7f319a112f9e6b3aae170c | [
"MIT"
] | permissive | satishphd/mpigis-lb | 373f4e5599607efb3abba11064b6d1d2ecbcbeca | 06dcd5da27d3e0dacc001e8d012d1f73154cdd37 | refs/heads/master | 2021-11-11T18:15:09.940398 | 2021-10-30T02:03:40 | 2021-10-30T02:03:40 | 222,028,414 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,902 | cpp | #include <string>
#include <list>
#include "filePartition/FilePartitioner.h"
#include "filePartition/MPI_File_Partitioner.h"
#include "filePartition/FileSplits.h"
#include "parser/Parser.h"
#include "parser/WKTParser.h"
#include "filePartition/config.h"
#include <geos/geom/Geometry.h>
#include "spatialPartitio... | [
"satishpuri.dgp@gmail.com"
] | satishpuri.dgp@gmail.com |
34195b4d12ed13019eef7b927498e6f51aa14fcc | b8fb33128e8d2f8abbcbf859dd8509908ec6335b | /FUnction overloading/functionoverloading using class.cpp | cc92fb3c9c4ecb65984e13eb9a56c4d9bf5473a3 | [] | no_license | Yogesh070/C- | f77553a9435d201bdc27dfbef1665fb5ab36e264 | 3da09ac8704dc5f9a4799524bdebf6c025d783c6 | refs/heads/master | 2020-06-26T21:25:54.314258 | 2019-09-16T15:08:11 | 2019-09-16T15:08:11 | 199,761,699 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 804 | cpp | #include <iostream>
#include <conio.h>
#define pi 3.14
using namespace std;
class area{
float areas;
public:
void area_51(int a , int b);
void area_51(double l, double c);
void area_51(double r);
};
void area :: area_51(int a, int b)
{
areas=a*b;
cout<<"area of rectangle="<<areas<<endl;
}
void area :: area_51... | [
"46161212+Yogesh070@users.noreply.github.com"
] | 46161212+Yogesh070@users.noreply.github.com |
bbc111c0936b451ec64531b70483ba9246d90568 | 87a600d36a5757969ead7e235c93e3530d72b43a | /abm_product/newace/Time_Value.h | a89cdb5b906d8b539b1ac81fd0227960cca93554 | [] | no_license | xkmld419/learning | 3c3cad407d03bf693bcd863794cca7fb8a5df99a | 128ffa1496c43c36b83f266522bd49b28184499f | refs/heads/master | 2023-07-12T16:54:50.647834 | 2021-08-21T15:41:42 | 2021-08-21T15:41:42 | 45,075,836 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,968 | h | // -*- C++ -*-
//=============================================================================
/**
* @file Time_Value.h
*
* Time_Value.h,v 4.28 2004/03/31 08:06:06 jwillemsen Exp
*
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
//===========================================================... | [
"xkmld419@126.com"
] | xkmld419@126.com |
ac9d63fe41538b2cda349de6285c6b25e8e5b208 | 5167f77d96d1dc5412a8a0a91c95e3086acd05dc | /src/test/fuzz/multiplication_overflow.cpp | 59d2509224c1d0bb44e5da5fa53bc3051612fb0b | [
"MIT"
] | permissive | ocvcoin/ocvcoin | 04fb0cea7c11bf52e07ea06ddf9df89631eced5f | 79c3803e330f32ed50c02ae657ff9aded6297b9d | refs/heads/master | 2023-04-30T10:42:05.457630 | 2023-04-15T11:49:40 | 2023-04-15T11:49:40 | 406,011,904 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,967 | cpp | // Copyright (c) 2020 The Ocvcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <cstdint>
#include <st... | [
"contact@ocvcoin.com"
] | contact@ocvcoin.com |
04c3e101e7318b7b5aae46f21af0822035089d4a | a483ec5f451f4d6a4455626d3b5e7493f2c44052 | /sophomore/软件实训一/71117316-王嘉磊/HW/test.cpp | df4dbc097c2c03df030d26c19980ca18fa1ba830 | [] | no_license | wjialei/DuringColloge | 8e62587da265e2cf512c6a90990cf41c3beccf40 | d899cfb9954e1f8e10dd806d0e0428dfae18ad9b | refs/heads/master | 2020-12-13T05:47:05.759575 | 2020-01-18T05:40:41 | 2020-01-18T05:40:41 | 234,324,600 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 545 | cpp | #include "CsolutionThree.h"
int main()
{
solutionThree obj1;
int *arr1;
int size;
unsigned choice;
cout << "请输入您所需排列的数字个数" << endl;
cin >> size;
cout << "请输入您所需排列的数字" << endl;
arr1 = new int[size];
for (int i = 0; i < size; i++)
{
cin >> arr1[i];
}
cout << "请选择您的排序方法:\n" << "\t输入'1'代表冒泡排序\n" << "\t输入... | [
"Jialei_w@163.com"
] | Jialei_w@163.com |
93669a4d037816450fdb74a5690a10339bbba626 | c3fe4b6e7fc4181248c717492775be1aa2891933 | /environment/system_/StellarObject.hpp | ee3a988c7906963a3e67c040028a236514af642b | [] | no_license | WarLib/yapps | 3bb358249552ebc9bf77cb3f792c24a5eeedbc96 | 31f0f28ee7b17265eb9a94c89a445f5c582eaa7a | refs/heads/master | 2021-01-01T18:12:02.641347 | 2013-06-11T13:43:59 | 2013-06-11T13:43:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 685 | hpp | #ifndef _STELLAROBJECT_HPP
#define _STELLAROBJECT_HPP
#include <OgreVector3.h>
#include <OgreString.h>
#include "ordinates.hpp"
using namespace Yapps;
class StellarObject {
protected:
Vec3 _center;
Ogre::Vector3 _rot;
double _colonization;
double _mass;
double _density;
Ogre::String mConfigFile;
... | [
"tristan.lucas@stud.hn.de"
] | tristan.lucas@stud.hn.de |
f8a4c0c05c7c2885deea85d31be2c679ef3a232e | 293c17d3eccd920b5b6bf2461897c6d64f683ea3 | /DC_ex/MainFrm.h | ae12ba986827b6114aec4e2e3773771ed7ce30de | [] | no_license | 709519923/MFC | 9d5f0cebada13825573e75e13766139ed713a46d | ac740bb2be8bf4acd15bed14157cfa3411829738 | refs/heads/master | 2022-11-10T13:47:04.679688 | 2020-06-28T10:08:31 | 2020-06-28T10:08:31 | 268,739,882 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,153 | h |
// MainFrm.h : CMainFrame 类的接口
//
#pragma once
class CMainFrame : public CFrameWndEx
{
protected: // 仅从序列化创建
CMainFrame();
DECLARE_DYNCREATE(CMainFrame)
// 特性
public:
// 操作
public:
// 重写
public:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
virtual BOOL LoadFrame(UINT nIDResource, DWORD dwDefaultStyle = W... | [
"709519923@qq.com"
] | 709519923@qq.com |
83a77183b18609d0027f1c07d0e217aeaca48f8e | 4bea57e631734f8cb1c230f521fd523a63c1ff23 | /projects/openfoam/rarefied-flows/impingment/sims/test/nozzle1/0.74/T | e8d8410f66819403c593a2f26d74f58f27272258 | [] | no_license | andytorrestb/cfal | 76217f77dd43474f6b0a7eb430887e8775b78d7f | 730fb66a3070ccb3e0c52c03417e3b09140f3605 | refs/heads/master | 2023-07-04T01:22:01.990628 | 2021-08-01T15:36:17 | 2021-08-01T15:36:17 | 294,183,829 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,308 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1912 |
... | [
"andytorrestb@gmail.com"
] | andytorrestb@gmail.com | |
4e414fa1dd574c3ac7c26f61efa31af307588902 | 037d518773420f21d74079ee492827212ba6e434 | /blazetest/src/mathtest/smatdmatmult/MIbM3x3a.cpp | 1b1bccfe1f5dbbe015cbc33e648e584a8eb506bc | [
"BSD-3-Clause"
] | permissive | chkob/forked-blaze | 8d228f3e8d1f305a9cf43ceaba9d5fcd603ecca8 | b0ce91c821608e498b3c861e956951afc55c31eb | refs/heads/master | 2021-09-05T11:52:03.715469 | 2018-01-27T02:31:51 | 2018-01-27T02:31:51 | 112,014,398 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,741 | cpp | //=================================================================================================
/*!
// \file src/mathtest/smatdmatmult/MIbM3x3a.cpp
// \brief Source file for the MIbM3x3a sparse matrix/dense matrix multiplication math test
//
// Copyright (C) 2012-2018 Klaus Iglberger - All Rights Reserved
//
// ... | [
"klaus.iglberger@gmail.com"
] | klaus.iglberger@gmail.com |
08fdda7e113b9b96ab0e721f4866dd403a22d534 | 4a08f6c5ab847d9aea0810629b7b30d3e9997b00 | /vendor/imgui/imconfig.h | ea609edb98b83d1f8dde03898787ae546847c91e | [
"MIT"
] | permissive | brandonpelfrey/qnes | 48ed9494e38f575ef9268b16870d5857d427e1ce | 7ccf5cd65f297e6dad95f36942aef74d378cd082 | refs/heads/master | 2020-07-30T12:20:02.625805 | 2019-11-18T17:29:46 | 2019-11-18T17:29:46 | 210,231,937 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,547 | h | //-----------------------------------------------------------------------------
// COMPILE-TIME OPTIONS FOR DEAR IMGUI
// Runtime options (clipboard callbacks, enabling various features, etc.) can generally be set via the ImGuiIO structure.
// You can use ImGui::SetAllocatorFunctions() before calling ImGui::CreateConte... | [
"brandonpelfrey@gmail.com"
] | brandonpelfrey@gmail.com |
f6724b747d0d1b72c14acb2820c02af327694339 | f81124e4a52878ceeb3e4b85afca44431ce68af2 | /re20_1/processor17/55/U | 2f20398b6f1112f3c97d7ecdfb8ca76a8409e464 | [] | no_license | chaseguy15/coe-of2 | 7f47a72987638e60fd7491ee1310ee6a153a5c10 | dc09e8d5f172489eaa32610e08e1ee7fc665068c | refs/heads/master | 2023-03-29T16:59:14.421456 | 2021-04-06T23:26:52 | 2021-04-06T23:26:52 | 355,040,336 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,287 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*-------... | [
"chaseguy15"
] | chaseguy15 | |
6762fc3f374f6cb5cac39cadf1e6ee70d11700d0 | 3a6c1dc2afcbf5321e3610e3a710eeffacf435cb | /chrome/browser/web_applications/preinstalled_web_apps/calculator.cc | 5f8010f561da29da625e315de2177dcd88512b2b | [
"BSD-3-Clause"
] | permissive | phimuemue/chromium | 9840da796dcef3c5813594f78296afa4da7b5e13 | 48ed0496d86ea75a4788000ceefbb2eb80971d34 | refs/heads/main | 2023-08-17T14:07:11.247730 | 2021-09-23T06:07:06 | 2021-09-23T06:07:06 | 409,474,698 | 0 | 0 | BSD-3-Clause | 2021-09-23T06:28:43 | 2021-09-23T06:28:42 | null | UTF-8 | C++ | false | false | 3,655 | cc | // Copyright 2021 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 "chrome/browser/web_applications/preinstalled_web_apps/calculator.h"
#include "base/bind.h"
#include "base/strings/utf_string_conversions.h"
#in... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
e717fdf4a23bbf49e460b36abe18a9f78fb6c5c5 | dba71de476fcacc100bae64ed0d0a85561f99baf | /branches/2.0/doubango/plugins/pluginDirectShow/plugin_video_dshow_consumer.cxx | 1fe2d2cbe9a06c48a4098fcb60ffdad97f5c0381 | [] | no_license | svn2github/doubango | 4053dd07245277234a8fb82070e17bba392f19ad | fc958eca8a4285145713315f03bd552dac569a21 | refs/heads/master | 2023-09-03T09:17:34.081239 | 2015-08-20T16:02:32 | 2015-08-20T16:02:32 | 28,213,396 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 36,147 | cxx | /* Copyright (C) 2011-2013 Doubango Telecom <http://www.doubango.org>
*
* This file is part of Open Source Doubango Framework.
*
* DOUBANGO is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version... | [
"bossiel@yahoo.fr@c7b0ae48-b0eb-11de-8bdf-3374eb5c7316"
] | bossiel@yahoo.fr@c7b0ae48-b0eb-11de-8bdf-3374eb5c7316 |
a17d07f9738013c3373cc63a4409705d8305d770 | 5815ea16d4624ce357d0f0af8ce5f3fda0196177 | /graph/is_bridge.cpp | d7031d0d6761c87c0f7b63fe88657a7266f3240b | [] | no_license | rajharsh81070/Algorithms | eda89218b4a0fb600ee22446f912cfd89ec957f5 | 6721be83f9d31ad2d7d13e4474c206ab1c8efbe1 | refs/heads/master | 2020-04-21T03:12:14.196186 | 2020-01-29T12:39:49 | 2020-01-29T12:39:49 | 169,277,438 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 698 | cpp | #include <bits/stdc++.h>
using namespace std;
vector<int> adjList[10001];
vecotr<bool> visited(10001);
vector<int> low, t_in;
int timer;
void dfs(int u, int p = -1){
visited[u] = true;
low[u]=t_in[u]=timer++;
for(int v:adjList[u]){
if(v==p) continue;
if(visited[v]){
low[u] = min(t_in[v], low[u]);
}
else... | [
"rajharsh81070@gmail.com"
] | rajharsh81070@gmail.com |
06a8c25ad155b7e5d0d437b39d593187202bbe4d | 5004f0c1f7eba48acf74630eb0baf296fb2a3a51 | /ICPC/SEERC16-17/H.cpp | 836e1d104a0ab646faacc9ce11e459e07edb47fa | [] | no_license | shash42/Competitive-Programming | 80ab2611764f2f615568f2011088c1f651f26dcc | f069e8de37f42dba9fb77941b297b33161c2d401 | refs/heads/master | 2021-03-17T17:30:38.242207 | 2020-07-21T18:24:13 | 2020-07-21T18:24:13 | 276,369,049 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,834 | cpp | #include<bits/stdc++.h>
#include<ext/pb_ds/assoc_container.hpp>
#include<ext/pb_ds/tree_policy.hpp>
#define pb push_back
#define f first
#define s second
#define lint long long
#define mp make_pair
#define pii pair<int, int>
#define pll pair<lint, lint>
#define ld long double
#define inlld(x) scanf("%lld", &x)
#define ... | [
"shashwatnow@gmail.com"
] | shashwatnow@gmail.com |
a0a24d19af8659c6f2291e0897ca2020d44169f8 | 66f57231dea1d319cf1d469bff6bc02f7244a5e5 | /tsHydro/src/tsHydro.cpp | c7f0c91e8204e23eae44cb6d6ee11cc1be5c89e7 | [
"BSD-2-Clause"
] | permissive | cavios/tshydro | 31ec57943cd73a840b761d1c96e086200273ef6c | 9d6d47e871fbc0ac1478923262f7be1bfb852717 | refs/heads/master | 2023-04-14T04:54:11.199235 | 2023-04-05T12:45:49 | 2023-04-05T12:45:49 | 41,877,395 | 4 | 6 | null | 2015-12-08T14:28:39 | 2015-09-03T18:43:50 | R | UTF-8 | C++ | false | false | 2,984 | cpp | #include <TMB.hpp>
template <class Type>
Type dt1(Type x){
return Type(1.0)/M_PI/(Type(1.0)+x*x);
}
template <class Type>
Type ilogit(Type x){
return Type(1.0)/(Type(1.0)+exp(-x));
}
template <class Type>
Type nldens(Type x, Type mu, Type sd, Type p){
Type z=(x-mu)/sd;
return -log(1.0/sd*((1.0-p)*dnorm(z,Typ... | [
"karni@space.dtu.dk"
] | karni@space.dtu.dk |
167efb5f3af0ea6558caf32e3b31d4ba15f1ee8b | a743342cf4057a7c2cc573e79602bf89c00b3579 | /GraphViewer/ShevArray.h | bb8153399977632fdb175acb315ad26fa2cc2d4f | [] | no_license | prografix/prografix.github.io | deddc17515c93566616e74b292b7e4fb1136064f | 4f316beb0fa24b98aec8eb127bd294c012c60538 | refs/heads/master | 2023-07-25T09:48:34.670827 | 2023-07-09T13:55:25 | 2023-07-09T13:55:25 | 166,195,307 | 3 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 20,144 | h |
#ifndef SHEVARRAY_H
#define SHEVARRAY_H
#include "typedef.h"
#include "template.h"
//#define ARRAY_TEST
#ifdef ARRAY_TEST
void outOfRange ( const char * name, nat size, nat index );
#endif
/********************** CArrRef ************************/
/************ Ссылка на константный массив *************/
template <... | [
"shevchenka@narod.ru"
] | shevchenka@narod.ru |
0d085c4aef95ed9070c5beb83a45227debd65d70 | 27e84530882e5a5513fc0d91ed83d1d938742e7b | /Inicio.h | 483353afcf1f2e079a11a081f59b061fab49bb7d | [] | no_license | jsalvag/ConsultorioOdontologico | 40cff7080ca5679b56a62287fba9ced7e9316b9d | 2aab07d1a5811b8b092c2a330f8208420aae1a29 | refs/heads/master | 2021-01-19T08:33:24.077245 | 2013-11-03T16:23:52 | 2013-11-03T16:23:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,093 | h | //---------------------------------------------------------------------------
#ifndef InicioH
#define InicioH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Menus.hpp>
#include <ExtCtrls... | [
"jsalvag@gmail.com"
] | jsalvag@gmail.com |
1f19986f6eb107592a187ce8a82eb7011c77b274 | 72b507a7255d2c7f747902a2c33f9c80f35c689a | /debug/moc_scene.cpp | e54baec373c7f9f5782ff6e59d3ceaf81f7592e8 | [] | no_license | alborzp/DEKUMED | 4aeaf7c3b5c7e1a755662fbae6f7e3eb5016a704 | 91f1c7bdf23a721d4a9856f3331348c2f0bc02d5 | refs/heads/master | 2021-05-19T07:12:55.165702 | 2020-03-31T11:26:27 | 2020-03-31T11:26:27 | 251,580,209 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,311 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'scene.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.1)
**
** WARNING! All changes made in this file will be lost!
**************************************************************... | [
"alborz.poorrahim@gmail.com"
] | alborz.poorrahim@gmail.com |
c73cbe697d932093c057f0910a2fc23636d33b94 | fca785d6e67eadcd6d1a9ed9b315177355114c86 | /src/082.cpp | 10808848cb878e150a2729146d8d7ddf0040b2aa | [] | no_license | XihanLiu/LeetCode | 31333c403042f05b7bf3b04e989d6f97fcd81d69 | c07f479cc9aa20567e35d97f32a1ba385663249b | refs/heads/master | 2023-03-15T22:55:25.536338 | 2013-12-07T06:38:59 | 2013-12-07T06:38:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 832 | cpp | /**
* Definition for singly-linked list.
* struct ListNode {
* int val;
* ListNode *next;
* ListNode(int x) : val(x), next(NULL) {}
* };
*/
class Solution {
public:
ListNode *deleteDuplicates(ListNode *head) {
// Start typing your C/C++ solution below
// DO NOT write int main() fu... | [
"jiaxiang.zheng135@gmail.com"
] | jiaxiang.zheng135@gmail.com |
c4b28ae42fae07a8b933a030d3fac87df854631f | ecb3cc61af2292a432bd4f208cd980c626305a8c | /A star serach.cpp | cc32822bc2dc212130d3b651848a8536bb99308d | [] | no_license | njrafi/Code-Library | 785499692ecfc5d89938967f962d04ccd7b8f05d | a5a18479d7ffc8094ba5ac05bee4ac815225534f | refs/heads/master | 2021-11-18T12:11:53.574716 | 2021-10-03T10:59:54 | 2021-10-03T10:59:54 | 151,953,480 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 117 | cpp | /*
Similar to dijkstra
With distance and state we push a heuristic
and sort the priority queue with it
*/
| [
"njrafibd@gmail.com"
] | njrafibd@gmail.com |
eb04e444c7f4cd0b24fb903cf3e306a82877be12 | 8f6990502b2d329fd221a55198001e800f0a9c47 | /src/overwrite_serial_number.cpp | 2daf555afd1619ec8f2057f3deebb682d7d9eec5 | [
"BSD-3-Clause"
] | permissive | kobuki-base/kobuki_ftdi | 03726c2f0c76db3e9607857f51413bcb91b7d905 | a7e9d5783e78a9666084bfe797c7b663f3770aff | refs/heads/devel | 2020-12-08T10:49:48.683322 | 2020-08-30T15:47:48 | 2020-08-30T15:47:48 | 232,963,869 | 0 | 2 | NOASSERTION | 2020-08-20T02:47:50 | 2020-01-10T04:14:01 | C++ | UTF-8 | C++ | false | false | 2,733 | cpp | /*
* License: BSD
* URL: https://raw.githubusercontent.com/kobuki-base/kobuki_ftdi/license/LICENSE
*/
/**
* @file src/overwrite_serial_number.cpp
* @brief Overwrite serial number of ftdi device.
*
* <b>License:</b> BSD https://raw.github.com/yujinrobot/kobuki_core/hydro-devel/kobuki_ftdi/LICENSE
**/
/**********... | [
"d.stonier@gmail.com"
] | d.stonier@gmail.com |
d02912a9b2896160ca91c60437340997ff95f911 | 4be3bb67e216066d7864db067be7f3319a2cb33a | /main/src/ftworker.cpp | e70b0864359c998e926be6859e29a7051932c54d | [] | no_license | f0ghua/ecuEmulator | a63cabe389f5bb363ae18c05ec595c52092c3693 | d7d8c45ea9395dac046992c58fbb5d6813535092 | refs/heads/master | 2020-12-02T21:22:53.088955 | 2017-07-18T06:16:03 | 2017-07-18T06:16:03 | 96,305,008 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,130 | cpp | #include "xcommdefine.h"
#include "xbusmgr.h"
#include "ftworker.h"
#include <pthread.h>
#include <windows.h>
#include <QDebug>
#include <QObject>
#ifdef Q_OS_LINUX
#include <sys/time.h>
#else
typedef struct _EVENT_HANDLE
{
pthread_cond_t eCondVar;
pthread_mutex_t eMutex;
int iVar;
} EVENT_HANDLE;
#if defined(_MS... | [
"fog.hua@gmail.com"
] | fog.hua@gmail.com |
a90ab58a991cd0dad9fa02a11f15d6a5c4efa5b4 | 5280876069677a667c29245157e99f7fa7c99ce7 | /IMDB/include/func.hpp | e3a8a5684a8b8e64a515030b8a42f2b247270ae2 | [] | no_license | alizeinodin/imdbpractice | 9fe67c9b166619698dbd8ec72be986901189c120 | 5c2acdb78ec0224ed5b88b967b80850006d28934 | refs/heads/main | 2023-03-26T16:35:46.446789 | 2021-03-25T09:19:51 | 2021-03-25T09:19:51 | 351,361,599 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 695 | hpp | #ifndef FUNK_H
#define FUNK_H
void add(Movie, Movie * &, int &);
void remove(std::string, Movie * &, int &);
void show(std::string, Movie * &, int &);
void show_all(Movie * &, int &);
void sort_by(Movie * &, std::string, int &, bool (*function)(Movie * &, std::string, int));
void avg_score(Movie *, int);
void help();
... | [
"alizeinodin79@gmail.com"
] | alizeinodin79@gmail.com |
213dcad1eb820e48c5b032ba51c2d12b9eb49a82 | 0b933ebb80380f91aff695150a2fe5823675ba9c | /test/basic_pb_tests.cpp | c9879ea6c18d884ee3f2e59fb8c4a43861c5284e | [
"MIT"
] | permissive | prismskylabs/PriorityBuffer | f8b1f2b9f6f46566b050847cb93e8fe2c862b134 | e19fdb2988f8ec2184780378dfe0297b2a91faba | refs/heads/master | 2022-04-29T09:33:29.915483 | 2022-03-19T00:37:44 | 2022-03-19T00:37:44 | 33,696,434 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,898 | cpp | #include <gtest/gtest.h>
#include <chrono>
#include <memory>
#include <string>
#include <thread>
#include <vector>
#include "basic.pb.h"
#include "fsfixture.h"
#include "prioritybuffer.h"
#ifndef NUMBER_MESSAGES_IN_TEST
#define NUMBER_MESSAGES_IN_TEST 1000
#endif
TEST_F(FSFixture, DefaultPriorityTest) {
Priori... | [
"huu@prismskylabs.com"
] | huu@prismskylabs.com |
f558103de9b69adb39ea92ff10a7f2e99d31b83b | 9ca6885d197aaf6869e2080901b361b034e4cc37 | /DQM/EcalBarrelMonitorClient/interface/EcalDQMonitorClient.h | 47cf1dc12f4fb4ca31612907366187affd3d9a5e | [] | no_license | ktf/cmssw-migration | 153ff14346b20086f908a370029aa96575a2c51a | 583340dd03481dff673a52a2075c8bb46fa22ac6 | refs/heads/master | 2020-07-25T15:37:45.528173 | 2013-07-11T04:54:56 | 2013-07-11T04:54:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 914 | h | #ifndef EcalDQMonitorClient_H
#define EcalDQMonitorClient_H
#include "DQM/EcalCommon/interface/EcalDQMonitor.h"
namespace edm{
class ParameterSet;
class Run;
class LuminosityBlock;
class Event;
class EventSetup;
class ConfigurationDescriptions;
}
namespace ecaldqm{
class DQWorkerClient;
}
class EcalDQ... | [
"sha1-b63dc01a642d380a16da36b4e834787802efdeb4@cern.ch"
] | sha1-b63dc01a642d380a16da36b4e834787802efdeb4@cern.ch |
44cd7fffcdfad13fec8f8e52b52521a09a26f067 | d9f59c9f35c4e35b07ba757f9c23b3f82aff2f00 | /CustomSceneNode/src/main/jni/include/IFileSystem.h | faebdc578d081d159da8a9e7d2b581fc6fccaecc | [] | no_license | marky0720/irrlicht_Android_ogl_es | 44d5f9097b4fc328a204e9a98a0ae92dd13471a4 | 4c94b4ba2ee833015ff8e83855e5b92a539bcc6b | refs/heads/master | 2020-04-07T12:27:10.852174 | 2018-03-20T09:52:50 | 2018-03-20T09:52:50 | 124,211,363 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 19,470 | h | // Copyright (C) 2002-2012 Nikolaus Gebhardt
// This file is part of the "Irrlicht Engine".
// For conditions of distribution and use, see copyright notice in irrlicht.h
#ifndef __I_FILE_SYSTEM_H_INCLUDED__
#define __I_FILE_SYSTEM_H_INCLUDED__
#include "IReferenceCounted.h"
#include "IXMLReader.h"
#include "IFileArch... | [
"marky0720@gmail.com"
] | marky0720@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.