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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
252e8fe1dca8632596e83c39747bd319ac4371d3 | b46b316d141587f0dd6e6e4bd2f220e085673835 | /examples/parallel.cpp | 359afc1d21d5f529d4d8cc5e0980f52d8cfdd5a2 | [] | no_license | amspina/placor-hpx | 884b6dab6c814a2c3415a4b8287e8ea284090413 | 53aed7af6112aaf57d5a2d8bed9a40cd2822b24e | refs/heads/main | 2023-03-17T21:49:21.758475 | 2021-03-04T16:53:20 | 2021-03-04T16:53:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,204 | cpp | /* ----------
-- Tiago Gonçalves - University of Minho, 2021 --
For execution in two separated consoles (two processes):
$ ./corhpx apps ctx 2 0 ../examples/parallel.so --hpx:hpx=localhost:1337 --hpx:expect-connecting-localities
$ ./corhpx apps ctx 2 0 ../examples/parallel.so --hpx:hpx=localhost:1338 --hpx:ag... | [
"tiago.fg@outlook.com"
] | tiago.fg@outlook.com |
bc283ebc2bdefa670a65cbc15766ba7a2c83951c | d6e9ecfb1bde73caa6131c17732ab4346254646e | /Stratego Game/src/GameButtons.cpp | 9dc3fbb733afda14dbc6d3fad728f78de52c9816 | [] | no_license | Daedralus/Cpp-Stratego | 6350ed72d84bcf8f69854501c369d7e84099b69c | 1253b84ebcbab6646ee40e2e6107d78dd79b4f3c | refs/heads/main | 2023-03-21T21:30:35.235302 | 2021-03-19T13:12:29 | 2021-03-19T13:12:29 | 349,104,784 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 966 | cpp | #include "header.h"
#include "GameButtons.h"
#include "DisplayableObject.h"
#include "BaseEngine.h"
GameButtons::GameButtons(BaseEngine* pEngine)
: DisplayableObject(pEngine, 250, 50, false)
{
bObject = NULL;
m_dX = m_iCurrentScreenX = m_iDrawWidth;
m_dY = m_iCurrentScreenY = m_iDrawHeight;
m_dSX = 0;
m_dSY = 0... | [
"psybd2@exmail.nottingham.ac.uk"
] | psybd2@exmail.nottingham.ac.uk |
4a9f16231c03c205b10a156df54dd4bc4063550e | fda3786189a9501530e51e89b60c9e1d000cd5d9 | /TimeDependentLanczos.h | eb71ad1ff9307a5b334aba75229a07faf25543a7 | [] | no_license | nkphys/SCS_Lanczos | a835111f7c7f9ce67cc3e9782925ee6cb15db0b1 | 2061c05cbe0a5114e5345fd1d2776033131d902f | refs/heads/master | 2023-07-08T11:19:44.651999 | 2023-06-23T17:30:13 | 2023-06-23T17:30:13 | 203,174,722 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 936 | h | #include <iostream> //for cin and cout
#include <math.h> // for pow
#include <stdlib.h> //for div(q,n).rem(quot),abs(int n)
#include <time.h>
#include <fstream>
#include <sstream>
#include "reading_input.h"
#include "Lanczos_engine.h"
#ifdef USE_COMPLEX
#include "functions_complex.h"
#else
#include "functions_real.h... | [
"kaushalnitin002@gmail.com"
] | kaushalnitin002@gmail.com |
1bf04d262a81b70f31fa99282da81a66cd18b70e | 7ee46ea3973b762ba5f0fdfa172f7478614a1a1d | /utility/placeController.h | 695a1f935367d73815fa578a6156549f1f79a1ab | [] | no_license | danhld/openflow | 0d27c58db94cf899bf0838b7d400394f2629ce0a | d30d37616ecf9e61881c5182842503b5c83a6e00 | refs/heads/master | 2021-08-24T18:14:57.115195 | 2017-11-21T19:19:45 | 2017-11-21T19:19:45 | 111,135,167 | 10 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 750 | h | /*
* placeController.h
*
* Created on: 03.08.2012
* Author: rachor
*/
#ifndef PLACECONTROLLER_H_
#define PLACECONTROLLER_H_
#include <omnetpp.h>
using namespace omnetpp;
class placeController : public cSimpleModule
{
protected:
struct NodeInfo {
NodeInfo() {delay = 0;}
... | [
"danhld@gmail.com"
] | danhld@gmail.com |
d921f5027e6ad1a289939c9a198ca5af1fb09901 | a6f4c8c91414d62fad5f8f7f53b1dee9c9d099ee | /R-Portable-Mac/library/BH/include/boost/asio/associated_allocator.hpp | b9ef5a452f669465bd62833c6e074ef358886be0 | [
"GPL-2.0-only",
"LicenseRef-scancode-unknown-license-reference",
"CC0-1.0"
] | permissive | sdownin/sequencer | 6a2d70777fbd8109e26f126229b5ee10348cf4e7 | 045d0580e673cba6a3bd8ed1a12ff19494bf36fa | refs/heads/master | 2023-08-04T08:06:02.891739 | 2023-08-03T04:07:36 | 2023-08-03T04:07:36 | 221,256,941 | 2 | 1 | CC0-1.0 | 2023-02-04T15:06:14 | 2019-11-12T16:00:50 | C++ | UTF-8 | C++ | false | false | 3,889 | hpp | //
// associated_allocator.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2017 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)
//
#ifndef BOOST_ASIO_... | [
"pgordon@cbuscollaboratory.com"
] | pgordon@cbuscollaboratory.com |
e6ca15334dff271fc249e2570fa6e250bcb201e8 | f20cf1898a41dc4b5d95dd2df2c767277d510e26 | /Simbody/include/simbody/internal/SimbodyMatterSubsystem.h | e43688e726b28b8a3a4ee7069d33867050905f63 | [] | no_license | spirilaurentiu/simbody_legacy_00 | d64198e631232c38d5e5292f709180433166634f | 1799f3878652d89576fcf59a6d22fef2adb1ecd4 | refs/heads/master | 2021-06-16T19:49:55.351483 | 2017-05-31T13:06:50 | 2017-05-31T13:06:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 123,749 | h | #ifndef SimTK_SIMBODY_MATTER_SUBSYSTEM_H_
#define SimTK_SIMBODY_MATTER_SUBSYSTEM_H_
/* -------------------------------------------------------------------------- *
* Simbody(tm) *
* -------------------------------------------------------------------... | [
"spiridon.laurentiu@gmail.com"
] | spiridon.laurentiu@gmail.com |
e14de7bcfb011ad75d85a5c77ccce07bf9d952d6 | 600df3590cce1fe49b9a96e9ca5b5242884a2a70 | /ui/base/idle/screensaver_window_finder_x11.cc | 74228ba41a4442c31e593cbcf9819a4c1f8d2431 | [
"BSD-3-Clause"
] | permissive | metux/chromium-suckless | efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a | 72a05af97787001756bae2511b7985e61498c965 | refs/heads/orig | 2022-12-04T23:53:58.681218 | 2017-04-30T10:59:06 | 2017-04-30T23:35:58 | 89,884,931 | 5 | 3 | BSD-3-Clause | 2022-11-23T20:52:53 | 2017-05-01T00:09:08 | null | UTF-8 | C++ | false | false | 2,473 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ui/base/idle/screensaver_window_finder_x11.h"
#include <X11/extensions/scrnsaver.h>
#include "ui/base/x/x11_util.h"
#include "ui/gfx/x/x11... | [
"enrico.weigelt@gr13.net"
] | enrico.weigelt@gr13.net |
73102e452a197e0423100bf4e16230a67275eef5 | 307b887f52cf2a93070be76fcb5a8c0d5e0c0652 | /media_ptz_discovery/include/soapProxy/soapDeviceBindingProxy.h | bb12d395335dbb8e5653df0dd7c3f272bae33939 | [] | no_license | Goleusov/Onvif | c99b51c177578c694d99350aca6b01d4edd23123 | a4a9bdce0c2325cd3df3e806d47710017e5f59a1 | refs/heads/master | 2023-07-08T15:56:02.373401 | 2021-08-10T14:45:06 | 2021-08-10T14:45:06 | 394,675,679 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 287,309 | h | /* soapDeviceBindingProxy.h
Generated by gSOAP 2.8.98 for samples/onvif/onvif.h
gSOAP XML Web services tools
Copyright (C) 2000-2020, Robert van Engelen, Genivia Inc. All Rights Reserved.
The soapcpp2 tool and its generated software are released under the GPL.
This program is released under the GPL with the additio... | [
"goleysov77@mail.ru"
] | goleysov77@mail.ru |
a2ef01431a3971c236f6ed2bfa8a6f344f851e80 | 8f97e538623d0bfdabcf83616d489bca4a679939 | /movePatternFactory.cpp | eea5e028e6c2d1700b17c70a7c4845cad57419be | [] | no_license | sougyo/ShootingGame | 979e2adaa8a9b8e1660025780d3560d96d9adb4f | 929c0f355531f6bc7b778cb0fbc5718abad2ef73 | refs/heads/master | 2021-01-22T04:34:09.917387 | 2014-11-19T13:11:04 | 2014-11-19T13:11:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,851 | cpp | #include "movePatternFactory.h"
using std::replace;
using std::count;
using std::string;
using std::istringstream;
using std::ostringstream;
using factory::MovePatternFactory;
using gameutil::MovePattern;
MovePatternFactory::MovePatternFactory(void) {
}
MovePatternFactory::~MovePatternFactory(void) {
}
MovePattern*... | [
"sougyo2001@gmail.com"
] | sougyo2001@gmail.com |
893df90e4a3a1cf9e91bcd6e7c963928ddc4f299 | 67ed24f7e68014e3dbe8970ca759301f670dc885 | /win10.19042/SysWOW64/TpmCoreProvisioning.dll.cpp | c20c09986d8fa88412440a3658ae1ec8872231a4 | [] | no_license | nil-ref/dll-exports | d010bd77a00048e52875d2a739ea6a0576c82839 | 42ccc11589b2eb91b1aa82261455df8ee88fa40c | refs/heads/main | 2023-04-20T21:28:05.295797 | 2021-05-07T14:06:23 | 2021-05-07T14:06:23 | 401,055,938 | 1 | 0 | null | 2021-08-29T14:00:50 | 2021-08-29T14:00:49 | null | UTF-8 | C++ | false | false | 19,058 | cpp | #pragma comment(linker, "/export:DllCanUnloadNow=\"C:\\Windows\\SysWOW64\\TpmCoreProvisioning.DllCanUnloadNow\"")
#pragma comment(linker, "/export:Tpm20CanClearUsingAuthPolicy=\"C:\\Windows\\SysWOW64\\TpmCoreProvisioning.Tpm20CanClearUsingAuthPolicy\"")
#pragma comment(linker, "/export:Tpm20ClearUsingAuthPolicy=\"C:\... | [
"magnus@stubman.eu"
] | magnus@stubman.eu |
ef87ac5deb3320824510380c60e6d6443756d32e | a81c07a5663d967c432a61d0b4a09de5187be87b | /third_party/blink/renderer/core/loader/modulescript/installed_service_worker_module_script_fetcher.cc | b4e8abdcfb60c63266940a57e5b73887b54fa65c | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"BSD-2-Clause",
"LGPL-2.1-only",
"LGPL-2.0-only",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft"
] | permissive | junxuezheng/chromium | c401dec07f19878501801c9e9205a703e8643031 | 381ce9d478b684e0df5d149f59350e3bc634dad3 | refs/heads/master | 2023-02-28T17:07:31.342118 | 2019-09-03T01:42:42 | 2019-09-03T01:42:42 | 205,967,014 | 2 | 0 | BSD-3-Clause | 2019-09-03T01:48:23 | 2019-09-03T01:48:23 | null | UTF-8 | C++ | false | false | 4,257 | cc | // Copyright 2018 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 "third_party/blink/renderer/core/loader/modulescript/installed_service_worker_module_script_fetcher.h"
#include "third_party/blink/public/mojom/... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
c254427164b722717b1af99cdab6c35447c0ca1d | 4b079e58941be01982b59f92b02a63dc59439aa3 | /utilities/xrs_info_decoder/xrs_decoder_methods/decode_lattice.ipp | 82ddb04b2164c83988c0c6722f076f0254a825b9 | [] | no_license | isi-nlp/sbmt | 143b784540e79cdbeaed3655588e8f4e38157284 | 56b2a2651b7741219657d095db3ebd7875ed4963 | refs/heads/master | 2020-04-06T13:56:13.370832 | 2018-11-21T18:59:31 | 2018-11-21T18:59:31 | 47,573,153 | 6 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 1,900 | ipp | # include <xrs_decoder.hpp>
# include <xrs_decoder_options.hpp>
# include <decoder.hpp>
# include <sbmt/search/threaded_parse_cky.hpp>
# include <sbmt/search/block_parser.hpp>
# include <sbmt/search/impl/block_lattice_tree.tpp>
template <class EdgeInterface>
template <class ChartInit, class ParseOrder>
void xrs_decode... | [
"pust@Michaels-MacBook-Pro.local"
] | pust@Michaels-MacBook-Pro.local |
2347d463c16111b7be05b519d435c97d249fdb3c | c300ddd08b145c074a541bae6864915b174dcf24 | /src/nstd/type_traits/condition.hpp | 4c9c7d4da8f7d919745a01b9d133cb801f239068 | [] | no_license | zeta1999/kuhllib | d5f09b80d6472669722cdd94181f87757b3a863b | 72fce48a1f50f6487018d9f65097845ac5e0e558 | refs/heads/master | 2023-03-13T22:05:22.725697 | 2020-05-22T15:30:54 | 2020-05-22T15:30:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,741 | hpp | // nstd/type_traits/condition.hpp -*-C++-*-
// ----------------------------------------------------------------------------
// Copyright (C) 2014 Dietmar Kuehl http://www.dietmar-kuehl.de
//
// Permissi... | [
"dietmar.kuehl@gmail.com"
] | dietmar.kuehl@gmail.com |
e78aec898d1b9c1852350eb88b3b2cacf80f9bda | 8b3aa26cec0f07dd1b226d74ea7f099597ac4783 | /src/main.cpp | afa9dea4094637c62d2fdcadf8347809bc122e19 | [] | no_license | RyanSwann1/BomberMan | c79dc5b6a89e5615eca9a60278563a46a4df5b9e | 04a912865f6f72d822aac3f5b28ceea7d57884e0 | refs/heads/master | 2021-01-22T06:03:28.914959 | 2017-11-07T15:49:12 | 2017-11-07T15:49:12 | 92,521,498 | 0 | 0 | null | 2017-11-07T15:49:12 | 2017-05-26T14:59:07 | C++ | UTF-8 | C++ | false | false | 156 | cpp | #include "Game\Game.h"
int main()
{
Game game;
while (game.getWindow().isOpen())
{
game.update();
game.draw();
game.lateUpdate();
}
return 0;
} | [
"RyanSwann1992@gmail.com"
] | RyanSwann1992@gmail.com |
71a367685e318d8d2e43350cea3bfd75cb99c556 | 24a0c4835a70f852c2a5c0f1890afeedd6573e19 | /keymaster/ng/AndroidKeymaster41Device.cpp | c360ff286904f00be38f2177324ed3894fd7478d | [
"Apache-2.0"
] | permissive | jiangshide/android-system | cbe903883b4334be718f98b47910640515f1190e | ef92d4e47f51e84d2e7ed3affbeadabeafde2cd2 | refs/heads/main | 2023-06-09T01:52:12.061540 | 2021-06-21T03:00:05 | 2021-06-21T03:00:05 | 378,790,086 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,251 | cpp | /*
**
** Copyright 2019, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless requir... | [
"jiangshide@zhihu.com"
] | jiangshide@zhihu.com |
3dba4c2581ada0650a839e9bc598bb45cc0d3df3 | 45ec3a985f3b262767b4829d03d6a53482050d7e | /src/Algorithms/MarchingCubes/MarchingCubesRenderObject.cpp | 2ffa49444fb55c3696dc3eb2ad8a1e9f878aad02 | [] | no_license | AgenoDrei/FluidVisualization | 1be1bbc727e44910c717ce6ffe67c433d516d47b | 7d64c61cb9d61c39e10529ba4d1ed125db0260a4 | refs/heads/master | 2021-08-22T06:41:15.178374 | 2017-11-29T15:02:59 | 2017-11-29T15:02:59 | 112,487,233 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 788 | cpp | #include "MarchingCubesRenderObject.h"
MarchingCubesRenderObject::MarchingCubesRenderObject(VertexArrayBuffer* vertexBuffer) {
_numIndices = 0;
_indexBuffer = 0;
_vertexBuffer = vertexBuffer;
}
MarchingCubesRenderObject::MarchingCubesRenderObject(GLuint indices, GLuint IndexBuffer, VertexArrayBuffer* vert... | [
"nils.schlemminger@de.ibm.com"
] | nils.schlemminger@de.ibm.com |
656f8ba5d604d84aad342a5b58e40164cc7b4b6d | fed6704ee12ddc40dc726ed1e0b154cbc8eb8f11 | /libs/nrf24l01/src/transport.cpp | 54971a04194d534c35973b009c9567d7aa817617 | [
"Apache-2.0",
"GPL-2.0-only"
] | permissive | lupyuen/pinetime-logo-loader | 4d81c42e4d7a538b4f67b50386ea8baf77d9aac6 | 2b6563850ab2f048355daa67a56512f925191c15 | refs/heads/master | 2021-06-24T09:34:13.684475 | 2021-04-18T10:31:22 | 2021-04-18T10:31:22 | 284,844,766 | 7 | 26 | Apache-2.0 | 2020-08-04T08:03:26 | 2020-08-04T01:18:31 | Assembly | UTF-8 | C++ | false | false | 8,901 | cpp | // nRF24L01 Network Transport for Apache Mynewt. This provides the OIC (Open Interconnect Consortium)
// interface for the nRF24L01 Driver, so that we may compose and transmit CoAP requests using Mynewt's
// OIC implementation. More about Mynewt OIC: https://mynewt.apache.org/latest/os/modules/devmgmt/newtmgr.html... | [
"luppy@appkaki.com"
] | luppy@appkaki.com |
358d48f5b8847b8be0178b4c31a67cb34aeeabe0 | 6531289aef088fd688f6c5c022cd30d14160a518 | /HazelClone/src/Hazel/Events/Event.h | 22171e11a66e26cfa5af94595067911e4445ba42 | [] | no_license | bomcon123456/HazelClone | e3ca7ecf39e96c4cafda1cb1142e8c12a37ca504 | 68d1a42fc03084beee4ffe75d137289d8bcf45a3 | refs/heads/master | 2020-04-04T18:10:52.126441 | 2019-01-13T16:47:28 | 2019-01-13T16:47:28 | 156,153,106 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,195 | h | #pragma once
#include "hzpch.h"
#include "Hazel/Core.h"
namespace Hazel {
// Events in Hazel are currently blocking, meaning when an event occurs it
// immediately gets dispatched and must be dealt with right then an there.
// For the future, a better strategy might be to buffer events in an event
// bus and pro... | [
"bomcon123456@gmail.com"
] | bomcon123456@gmail.com |
b29a76550f96129b99c18d53291ffb97e035c0b0 | 127ec51f229a29560270e96d68bc8ba0f0efdf32 | /src/fiber/numa/freebsd/pin_thread.cpp | 34639203fa1dffc0f0175cdf97902636ed42e480 | [
"BSD-3-Clause",
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | sivikt/memoria | ae696aff1c4d24b8852a42290a0dd69bd96f86b0 | 35f54182791ba8c9f15d18022165b15d8347a26a | refs/heads/master | 2021-03-21T13:45:58.673941 | 2020-03-02T09:50:25 | 2020-03-02T09:50:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 948 | cpp |
// Copyright Oliver Kowalke 2017.
// 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)
#include "memoria/fiber/numa/pin_thread.hpp"
extern "C" {
#include <pthread.h>
#include <pthread_np.h>
}
... | [
"aist11@gmail.com"
] | aist11@gmail.com |
495414335001b0978a2c35385332e5a61880801a | f62541a85cf878017a2794c29395ced4bc555b46 | /Organiser/gui/dialogs/dialogcolumnedit.cpp | 7cbfcac90b439f0d58cec703006089e179413d02 | [] | no_license | lit-uriy/KanbanOrganiser | e4f51fd1e99be916fc51b23cbc590f99bfe13f7c | 85c4000d1888f4fb6d5b14c7445f56e3b55c0cf5 | refs/heads/master | 2023-06-25T22:57:24.062185 | 2021-07-22T16:04:47 | 2021-07-22T16:04:47 | 387,904,666 | 0 | 0 | null | 2021-07-20T20:18:46 | 2021-07-20T20:18:45 | null | UTF-8 | C++ | false | false | 600 | cpp | #include "dialogcolumnedit.h"
#include "ui_dialogcolumnedit.h"
DialogColumnEdit::DialogColumnEdit(QString title, QString text, QWidget *parent) :
QDialog(parent),
ui(new Ui::DialogColumnEdit)
{
ui->setupUi(this);
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
ui->tedTitle->setText(text);
... | [
"pgolebiowski92@gmail.com"
] | pgolebiowski92@gmail.com |
41623bc07350b268052426cdbde95ececa56f9ac | 29909b90305247951555553d50b2a957d63442e4 | /DibRaw.cpp | 10789a7083757bf810f796077f1661e7367d60f6 | [] | no_license | suntodai/image_processing_GUI | c97055eb4bae1541311f0e37673a18c14b6c4e01 | be03913fb22eab700ae157fa6183cd9469a45534 | refs/heads/master | 2021-01-13T02:32:46.452120 | 2014-03-09T10:16:03 | 2014-03-09T10:16:03 | 17,561,921 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 8,175 | cpp | #include "stdafx.h"
#include "DibRaw.h"
unsigned char *DibToRaw(HGLOBAL hdib, int *width, int *height, int *biBitCount)
{
LPSTR lpDIB = (LPSTR)::GlobalLock(hdib);
LPBITMAPINFOHEADER phead=(LPBITMAPINFOHEADER)lpDIB;
int w = phead->biWidth;
int h = phead->biHeight;
int b = phead->biBitCount/8;
int l... | [
"sunchaohit@gmail.com"
] | sunchaohit@gmail.com |
35f22b79f92cb8e9c407b4f97c9d3868852c83fe | bb3d0592b9cdc7821b37ff3db2db764e8d15f83a | /Src/VkWrapper/SwapChain.cpp | c679dd5069622242f7993324ef49f896a1042e34 | [] | no_license | Vismar/Conure2D | 7a464a24407d301f76fcd7ddfc1f7de8c30e4b54 | e7f4a311a1096a10d465755b176ffc336c4d9f15 | refs/heads/master | 2022-05-01T22:42:32.973420 | 2021-02-27T20:17:13 | 2021-02-27T20:17:13 | 114,643,545 | 4 | 0 | null | 2019-03-12T12:20:29 | 2017-12-18T13:20:04 | C++ | UTF-8 | C++ | false | false | 5,988 | cpp | #include "SwapChain.hpp"
#include <Utility/Assert.hpp>
#include <Tracer/TraceScopeTimer.hpp>
using namespace VkWrapper;
// ---------------------------------------------------------------------------------------------------------------------
SwapChain::SwapChain(VkDevice lDevice,
VkSurfaceKHR sur... | [
"exanimoteam@gmail.com"
] | exanimoteam@gmail.com |
162c2fa132c7556d5d37f59ea9b64d965eba7dad | dc55c15deab7bb09267cbb2bfa9d6a3488a6008a | /DML-EXP/dml/evaluation/src/utils/thread_pool.hpp | 18c167ebfc9e42b47204df988a476eccde5746f1 | [
"Apache-2.0"
] | permissive | NEWPLAN/dml-exp | 94d383330a721fdebb2625ddec27163c2c006f57 | a36ddd8f2edb0e21c69060a98d869da20b627935 | refs/heads/master | 2021-02-08T12:10:24.362239 | 2020-12-10T13:52:39 | 2020-12-10T13:52:39 | 244,149,793 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,251 | hpp | #ifndef THREAD_POOL_H
#define THREAD_POOL_H
#include <queue>
#include <thread>
#include <mutex>
#include <list>
#include <memory>
#include <algorithm>
#include <condition_variable>
namespace std
{
//co-existing with boost::thread_group
//replace boost::thread with std::thread,boost::shared_mutex with std::mutex, respe... | [
"enwplan001@163.com"
] | enwplan001@163.com |
963bd05ddf4f65084f0d135eb0b2aab70a8e5927 | 4e486e4cc6cb96a362331b51e8a73d3521db96f7 | /tool_kits/ui_component/ui_kit/gui/team_info/team_search.h | 9a3751c797c774249737392defddd1cabf1cd6b3 | [] | no_license | weimingtom/NIM_PC_Demo | 39b861c706b2da7034d55a579904598eac00b1b7 | 7c3edb2bd442bd4b86e82710170a8e4489d42663 | refs/heads/master | 2021-01-21T16:53:36.613529 | 2016-06-06T09:59:19 | 2016-06-06T09:59:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,359 | h | #pragma once
#include "shared/base.h"
namespace nim_comp
{
class TeamSearchForm : public WindowEx
{
enum TeamSearchPage
{
TSP_SEARCH,
TSP_APPLY,
TSP_APPLY_OK,
TSP_COUNT
};
public:
TeamSearchForm();
~TeamSearchForm();
virtual std::wstring GetSkinFolder() override;
virtual std::wstring GetSkinFile() ov... | [
"redrains@qq.com"
] | redrains@qq.com |
9e8355c5c4244754724be7c355373a0d1b7ccc21 | bc2335cba59f4ac41000e7270f764e677583045d | /reto5/conejor.cpp | d46fdc1513cf0064c91b4280eb11bde5ed79cd3b | [] | no_license | luisalfredo23/retos_POO | 1888ff4ea26a9c126180a0b4d3f509529c283923 | 0c306870dc9057bf7ceb1bf7921e29bb96ee1e74 | refs/heads/master | 2021-02-26T01:13:26.312469 | 2020-03-06T18:30:26 | 2020-03-06T18:30:26 | 245,482,880 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 503 | cpp | #include <iostream>
using namespace std;
int minsaltos (int X, int Y, int D){
int resultado = (Y - X)/D +1;
}
int main(){
int X, y, D;
int resultado;
cout<< "Hijo, dame punto de inicio:"<< endl;
cin >> X;
cout<< "Hijo, dame punto final:"<< ednl;
cin >> Y;
co... | [
"luisalfredogtz7@gmail.com"
] | luisalfredogtz7@gmail.com |
a2b44d84fc7d332c565f3c96d9f0779e6da59e5f | 8b758f11330aa565fe8307170a8595f092b400a4 | /UVA/Bit Manipulation/1241_JollyBeeTournament.cpp | 680e2201a651d6c1d78422d6e3f38d546d1bf398 | [
"Apache-2.0"
] | permissive | seeva92/Competitive-Programming | 1daa21764c8aa039b17fc3df7eb96bb466eb7368 | 69061c5409bb806148616fe7d86543e94bf76edd | refs/heads/master | 2020-06-17T21:51:44.473010 | 2016-12-28T13:31:56 | 2016-12-28T13:31:56 | 74,966,074 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,352 | cpp | #include <iostream>
#include <cstdlib>
#include <cstring>
#include <vector>
#include <algorithm>
#include <sstream>
#include <set>
#include <climits>
#include <cstdio>
#include <string>
#include <map>
#include <unordered_map>
#include <bitset>
#ifndef ONLINE_JUDGE
#define getc_unlocked getc
#define putc_... | [
"seeva92@Sivakumars-MacBook-Air.local"
] | seeva92@Sivakumars-MacBook-Air.local |
26f6d4e7e4f0d11675506b2892a3b8f69e2dfcb7 | c05df43adfc6e5b12a809067e3b2b4552fafed9e | /src/Utils/IOUtils.h | 12ff3d9d71865d9fd04d4bce5cbc775564d684d2 | [] | no_license | Niogge/one-weekend-raytracing | c9533e3fd79500bf50883d2fe509c4d3c703a12e | 6e47aee75ed72b38a0dfeafe7aa0f3234d94efd5 | refs/heads/main | 2023-05-25T10:38:47.786095 | 2021-06-14T08:43:30 | 2021-06-14T08:43:30 | 373,224,932 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 335 | h | #pragma once
#define PROGRESS_NOFLUSH(x,y) std::cout<<"\r"<<x<<":"<<y
#define PROGRESS(x,y) PROGRESS_NOFLUSH(x,y)<<' '<<std::flush;
#define PROGRESS_PERCENTAGE(x,y,ymax) PROGRESS_NOFLUSH(x,static_cast<int>(100.0*static_cast<double>(y)/static_cast<double>(ymax)) )<<"%"<<' '<<std::flush
#define PROGRESS_COMPLETE std::cou... | [
"eugenio.ftt@gmail.com"
] | eugenio.ftt@gmail.com |
b17019163c5fae7056d55d647a7174e6b5c43f4b | 92fe4f5e6871435ae8d7d261a1d2680a5eab91a6 | /walldistance.cpp | 3a4be7ae8a4d37c75d1c24c0e60600c708340791 | [] | no_license | jdaberkow/vacCleanAnalyzer | 91bd2eaa8d8370219e8f2a58d0615b95d495121c | 0b2b521e8e9460f417c4ea658e50d78829426966 | refs/heads/master | 2016-09-10T10:00:01.070227 | 2015-07-20T12:10:46 | 2015-07-20T12:10:46 | 37,920,792 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 95 | cpp | #include "walldistance.h"
WallDistance::WallDistance(QObject *parent) : QObject(parent)
{
}
| [
"jdaberkow@techfak.uni-bielefeld.de"
] | jdaberkow@techfak.uni-bielefeld.de |
002c2ea7597434346d4dc352faa100a5c2430a40 | 33035c05aad9bca0b0cefd67529bdd70399a9e04 | /src/boost_numeric_odeint_iterator_integrate_observer_collection.hpp | 6394eb1a09ff76bcd489064d5909176af4510740 | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | elvisbugs/BoostForArduino | 7e2427ded5fd030231918524f6a91554085a8e64 | b8c912bf671868e2182aa703ed34076c59acf474 | refs/heads/master | 2023-03-25T13:11:58.527671 | 2021-03-27T02:37:29 | 2021-03-27T02:37:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 75 | hpp | #include <boost/numeric/odeint/iterator/integrate/observer_collection.hpp>
| [
"k@kekyo.net"
] | k@kekyo.net |
bda59e203d7909324c8a5c5608a10e7636ae7909 | 68d65f25a3004b66f6825bfdd8ec50a53674a2fd | /프레임워크 연습/Single.h | bb213aa1aaeb99c94d63b1ab50bfe5d60878d4a6 | [] | no_license | luputona/FrameWorkAPI | 9362f105bcd41d0083474a70eabf4b4fa8fa2b0b | 99afb562134f616df4a4d131a15efbb8316cca0d | refs/heads/master | 2021-01-10T07:41:53.038834 | 2017-10-31T02:22:52 | 2017-10-31T02:22:52 | 54,175,053 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 388 | h | #pragma once
#include "Include.h"
template <typename T>
class CSingle
{
private:
static T* m_pInst;
public:
static inline T* GetInst(void)
{
if(!m_pInst)
m_pInst = new T;
return m_pInst;
}
void DestoryInst(void)
{
delete m_pInst;
m_pInst = NULL;
}
protected:
CSingle(void) {};
public:
~CSingle... | [
"luputona5@gmail.com"
] | luputona5@gmail.com |
633858c00b4a17c713346d0af5bb905a5b3fd47a | f20e965e19b749e84281cb35baea6787f815f777 | /Rec/Rec/RecInterfaces/RecInterfaces/IChargedProtoANNPIDTool.h | 1893998bdebad8db0488d2a4e20e9f401bc281db | [] | no_license | marromlam/lhcb-software | f677abc9c6a27aa82a9b68c062eab587e6883906 | f3a80ecab090d9ec1b33e12b987d3d743884dc24 | refs/heads/master | 2020-12-23T15:26:01.606128 | 2016-04-08T15:48:59 | 2016-04-08T15:48:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,209 | h | // $Id: $
#ifndef RECINTERFACES_ICHARGEDPROTOANNPIDTOOL_H
#define RECINTERFACES_ICHARGEDPROTOANNPIDTOOL_H 1
// from STL
#include <string>
// from Gaudi
#include "GaudiKernel/IAlgTool.h"
// Event Model
#include "Event/ProtoParticle.h"
#include "Event/Particle.h"
static const InterfaceID IID_IChargedProtoANNPIDTool (... | [
"jonesc@hep.phy.cam.ac.uk"
] | jonesc@hep.phy.cam.ac.uk |
e023c51c0650a6fbc8ada7cc6dced0c9a052e816 | 3c1d16277bf3d922fe5e7138ba1949cc84b93db6 | /1.oled_lora_reciever/src/OLED_LoRa_Receiver.ino | 0436472e53c3d24d7b39e507e7e326d1b1bcdb88 | [] | no_license | brivadeneira/LoRaWAN-prototype | 53069a68a2ab69d2fe1dafcb7c1475dfe898ca70 | 4c0ded5c3ce5fbda64bf2f6394578fd8a652611f | refs/heads/master | 2020-09-06T03:11:44.355404 | 2019-12-10T15:49:51 | 2019-12-10T15:49:51 | 209,781,666 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,252 | ino | /*
This is a simple example show the Heltec.LoRa recived data in OLED.
The onboard OLED display is SSD1306 driver and I2C interface. In order to make the
OLED correctly operation, you should output a high-low-high(1-0-1) signal by soft-
ware to OLED's reset pin, the low-level signal at least 5ms.
OLED pins ... | [
"bibiana.rivadeneira@gmail.com"
] | bibiana.rivadeneira@gmail.com |
d2e5017f56f48382fef383454649496f576b31e3 | 39a1bd091b84a0e3a2062b5759decb76bc59ed83 | /Problem/424/424.cpp | 23ce23b21107454c064ab14045aafb4dfadd5599 | [] | no_license | kunnapatt/Competitive | 15801e1db97d56890a57d0e9417614dd8d6f7184 | 0107fd77d8b3a86e163632667bf729384c176f92 | refs/heads/master | 2022-01-06T18:37:56.391755 | 2019-05-19T17:09:30 | 2019-05-19T17:09:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 423 | cpp | #include <bits/stdc++.h>
using namespace std ;
#define FOR(i, a, b) for(int i = a ; i < b ; i++)
#define vi vector<int>
#define vii vector<long>
#define long long long
int main(){
string str ;
string ans = "", temp ;
while ( cin >> str ){
for(int i = str.length()-1 ; i >= 0 ; i++){
an... | [
"folk_qq@hotmail.com"
] | folk_qq@hotmail.com |
95dcce4eb80198f1ac8f2e52843e5b649c481b84 | c287f063100e0ddb29bcf27e9f901b914cca0f2e | /thirdparty/qt53/include/QtQml/5.3.0/QtQml/private/qqmljsparser_p.h | bf963718fbf65869991755e60cdd3c607057e214 | [
"MIT"
] | permissive | imzcy/JavaScriptExecutable | 803c55db0adce8b32fcbe0db81531d248a9420d0 | 723a13f433aafad84faa609f62955ce826063c66 | refs/heads/master | 2022-11-05T01:37:49.036607 | 2016-10-26T17:13:10 | 2016-10-26T17:13:10 | 20,448,619 | 3 | 1 | MIT | 2022-10-24T23:26:37 | 2014-06-03T15:37:09 | C++ | UTF-8 | C++ | false | false | 7,589 | h | /****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtQml module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees ... | [
"zcy920225@gmail.com"
] | zcy920225@gmail.com |
21c75968f24b9fe3695aefdca3c346258d1d3191 | ebf840ccf346d426d8deb0a0db338cc574e9b016 | /src/rendering/nodes/RTReflectionsNode.cpp | fb1aa7814651ddc35cb3abe8951f020ab0741fe5 | [
"MIT"
] | permissive | Shimmen/ArkoseRendererThesis | ec9d0561db4326d0756e9bf046c7c6d8a8d319bc | 51497768ae910587a7f03050ceda5eb1c0a9be3d | refs/heads/master | 2022-09-19T18:11:12.932496 | 2020-05-26T10:07:24 | 2020-05-26T10:07:24 | 218,102,965 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,997 | cpp | #include "RTReflectionsNode.h"
#include "ForwardRenderNode.h"
#include "LightData.h"
#include "RTAccelerationStructures.h"
#include "SceneUniformNode.h"
RTReflectionsNode::RTReflectionsNode(const Scene& scene)
: RenderGraphNode(RTReflectionsNode::name())
, m_scene(scene)
{
}
std::string RTReflectionsNode::na... | [
"simon.moos95@gmail.com"
] | simon.moos95@gmail.com |
30115312ffefa2cf09b26581a47d1d3780118d45 | 2bc417eabc94baf5612ef547e429e15c985afa2a | /SpinEngine/Source/Math/mathlib.h | e9b9c732f0eff6817ace06c252cf44de212ee3e0 | [] | no_license | TeamSpinningChairs/SpinEngine | 30c73bb8e3d98d4162593731dd9101daa0f86e9c | 0d766fd7715530a37259cc60942931bdf1d20220 | refs/heads/master | 2020-05-18T10:43:02.106178 | 2015-02-13T07:52:11 | 2015-02-13T07:52:11 | 30,432,413 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,113 | h | /****************************************************************************/
/*!
\author Judy Cheng
\par email: j.cheng\@digipen.edu (Optional)
\par Course: GAM 200
\date xx/xx/xx (Optional)
\brief
THe math library that contains functions for vectors, matrices, and basic
math calculations.
Copyright: All co... | [
"Filiecs2@gmail.com"
] | Filiecs2@gmail.com |
6b97871e4ceba164536f9e847ce1c3de85a3c5a8 | 9d1cb48ec6f6c1f0e342f0f8f819cbda74ceba6e | /src/InputPassword.h | 1b6ca06d3416b1e2c59554937ac5cc52f98b29b1 | [] | no_license | correosdelbosque/veryie | e7a5ad44c68dc0b81d4afcff3be76eb8f83320ff | 6ea5a68d0a6eb6c3901b70c2dc806d1e2e2858f1 | refs/heads/master | 2021-01-10T13:17:59.755108 | 2010-06-16T04:23:26 | 2010-06-16T04:23:26 | 53,365,953 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,250 | h | #if !defined(AFX_INPUTPASSWORD_H__9C717923_A0B8_11D4_9B45_0000E85300AE__INCLUDED_)
#define AFX_INPUTPASSWORD_H__9C717923_A0B8_11D4_9B45_0000E85300AE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// InputPassword.h : header file
//
//////////////////////////////////////////////////////... | [
"songbohr@af2e6244-03f2-11de-b556-9305e745af9e"
] | songbohr@af2e6244-03f2-11de-b556-9305e745af9e |
768d3cc3a72e31f8b7580e8ecfbefaedcd333e58 | 14b156b935abed8ff1bfaf5b3e51c8b074fbd326 | /practf10.cpp | bce3cfc2b4ff5ee3e31cdf61d46c4926bf80d592 | [] | no_license | mirajull/Contest-Codes | 5c0be07d8b0180b0f2c7eb2ff659217166ba2c62 | c73d8d1842954b9e7f189ee66334e0f106d23b77 | refs/heads/master | 2022-06-26T17:57:52.416115 | 2020-05-09T17:21:11 | 2020-05-09T17:21:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 904 | cpp | #include <iostream>
#include<cstring>
using namespace std;
class inventory
{
char item[40];
int onhand;
double cost;
public:
inventory (char *i, int o, double c ) {
strcpy(item, i);
onhand = o;
cost = c;
}
friend ostream &operator << (ostream &stream, inventory ob);
friend istre... | [
"0419052071@grad.cse.buet.ac.bd"
] | 0419052071@grad.cse.buet.ac.bd |
f8caafd123c6ccd6b8cfc147a7f5768d1a318bd9 | 4d5f2cdc0b7120f74ba6f357b21dac063e71b606 | /star-ots/test/sync/Counter.cpp | 081a8ed0099072d9a3d47e39c81871b84ec804c2 | [
"BSD-2-Clause"
] | permissive | anjingbin/starccm | cf499238ceb1e4f0235421cb6f3cb823b932a2cd | 70db48004aa20bbb82cc24de80802b40c7024eff | refs/heads/master | 2021-01-11T19:49:04.306906 | 2017-01-19T02:02:50 | 2017-01-19T02:02:50 | 79,404,002 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,614 | cpp | // *************************************************************************
//
// This File Is Automatically Generated by the StarBusIDL-to-C++ Compiler !
//
// Copyright (c) 2003
// Network Information Security Institute,Computer College,NUDT.
// ChangSha,Hunan,PRC
//
// All Rights Reserved
//
// ********************... | [
"anjb@qkjr.com.cn"
] | anjb@qkjr.com.cn |
d17e5fbd72875e22683fa9fd056c711827902720 | ebea47001f94eda15662c9f1209574b02d83e23f | /OsiInterface/GameDefinitions/Stats.h | 1dea881a32177cd2acbabbe08551c6e79b3aa352 | [
"MIT"
] | permissive | FelipeRenault/ositools | b76614e02e1ea9a8dd55cd20036229411de90745 | 0010ff6faa44d3dc41bcd4c92c10f9a708d817b9 | refs/heads/master | 2020-08-27T14:59:44.190985 | 2020-04-25T17:40:03 | 2020-04-25T17:40:03 | 217,412,365 | 0 | 0 | null | 2019-10-24T23:26:38 | 2019-10-24T23:26:38 | null | UTF-8 | C++ | false | false | 28,833 | h | #pragma once
#include "BaseTypes.h"
#include "Enumerations.h"
#include "Wrappers.h"
namespace dse
{
#pragma pack(push, 1)
struct CRPGStats_Requirement
{
RequirementType RequirementId;
int32_t IntParam;
FixedString StringParam;
bool Negate;
uint8_t _Pad[7];
};
template <class T>
struct CNamedElementMa... | [
"infernorb@gmail.com"
] | infernorb@gmail.com |
96d15df174bb33046395cf15687eb678ff9bf9ab | 250101ffb5bd6c4bcfe328854284338772e9aab5 | /message/ProtoClient023.pb.h | 7886b8f03428312bf551b735f422d16c586baac0 | [] | no_license | MENGJIANGTAO/GameServer-2 | aa1299e9442e221a1a2d26457c18396d5e4c54bd | be261b565a1f823d8d17235a21dd1f2431c0a30d | refs/heads/master | 2021-09-17T22:45:10.621608 | 2018-07-06T05:15:47 | 2018-07-06T05:15:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 259,870 | h | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ProtoClient023.proto
#ifndef PROTOBUF_ProtoClient023_2eproto__INCLUDED
#define PROTOBUF_ProtoClient023_2eproto__INCLUDED
#include <string>
#include <google/protobuf/stubs/common.h>
#if GOOGLE_PROTOBUF_VERSION < 2004000
#error This file was gener... | [
"mz@ddpkcc.com"
] | mz@ddpkcc.com |
4ec2c8f501889d54991cb245c59e7aa6eb7a1507 | 90517ce1375e290f539748716fb8ef02aa60823b | /solved/0-b/aladdin-and-the-optimal-invitation/gen.cpp | 9a3d0c125e54ea65bc4bb2fe68dece82cda7e395 | [
"Unlicense",
"LicenseRef-scancode-public-domain"
] | permissive | Code4fun4ever/pc-code | 23e4b677cffa57c758deeb655fd4f71b36807281 | 77ce51d692acf6edcb9e47aeb7b7f06bf56e4e90 | refs/heads/master | 2021-01-15T08:15:00.681534 | 2014-09-08T05:28:39 | 2014-09-08T05:28:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,153 | cpp | #include <algorithm>
#include <cstdio>
#include <cstdlib>
#include <ctime>
#include <set>
using namespace std;
#define MAXT 20
#define MAXM 50000
#define MAXN 50000
#define MAXQ 50000
#define MAXW 10000
/*
#define MAXM 100
#define MAXN 100
#define MAXQ 200
#define MAXW 10000
*/
typedef pair<int, int> II;
typedef s... | [
"leonardo@diptongonante.com"
] | leonardo@diptongonante.com |
6e68c5c8e383f1e4ecf926a3d4a9ad8e08e98ff5 | 3da83422095e5a9a83262c94d3234e8251ebf6c3 | /Source/Testing_Grounds_FPS/Testing_Grounds_FPSCharacter.cpp | 4d7984f9abd47cd23199ccfd37c127f60ed7f39f | [] | no_license | azeem08/05_HuntingGrounds_FPS | 9e85563d7be78f980a0c9b7bcc526af5085656c7 | d69a889eaf6e1e8b4734b5c65a9bb36965c19c99 | refs/heads/master | 2020-04-15T06:10:03.439214 | 2019-01-07T15:13:20 | 2019-01-07T15:13:20 | 164,450,848 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,262 | cpp | // Copyright 1998-2018 Epic Games, Inc. All Rights Reserved.
#include "Testing_Grounds_FPSCharacter.h"
#include "Testing_Grounds_FPSProjectile.h"
#include "Animation/AnimInstance.h"
#include "Camera/CameraComponent.h"
#include "Components/CapsuleComponent.h"
#include "Components/InputComponent.h"
#include "GameFramewo... | [
"azeem.a.khan@hotmail.com"
] | azeem.a.khan@hotmail.com |
59c52d281b5be03b17107652d3cc40486614c67b | 3da00aa69aa4645e5d24a6ba6e3541daeafb9aa5 | /MainWindow.h | d49be270cdafa0342357d49dc6bba1b144a669c5 | [
"Apache-2.0"
] | permissive | jiangfangzheng/JfzQtStereoVision | dc64922918041a694681e1542d7664ab426a81a9 | 2c81c9bfa0bb09cdd2ec11178571f34be5d0305b | refs/heads/master | 2021-10-02T20:26:18.978192 | 2018-11-30T14:36:57 | 2018-11-30T14:36:57 | 103,416,490 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 417 | h | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include "QtOpenCVTools.h"
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
private slots:
void on_pushButton_clicked();
void updateImage();
pr... | [
"sandeepin@qq.com"
] | sandeepin@qq.com |
2c6f9a8ff3b2fae2606790a693494c545e6e7631 | c7948f50532771b4fd07adb606a1c788414b59b5 | /10_record_audio_sub_thread/ffmpegutil.h | 3458dd2c880420f813040bc77fe9c84526fba442 | [] | no_license | zcmiracle/QtProject | 7e66c75595c15565d0c8d98363c9580407947104 | 5ef7fa509d71f33f8039d5a725f934b2dad61e8b | refs/heads/main | 2023-07-01T00:56:43.854307 | 2021-08-09T10:55:41 | 2021-08-09T10:55:41 | 368,049,228 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,423 | h | #ifndef FFMPEGUTIL_H
#define FFMPEGUTIL_H
#include <QObject>
#include <stdint.h>
#define AUDIO_FORMAT_PCM 1
#define AUDIO_FORMAT_FLOAT 3
// WAV文件头 44字节
typedef struct {
// RIFF chunk的id
uint8_t riffChunkId[4] = {'R', 'I', 'F', 'F'};
// RIFF chunk的data的大小,即文件总长度减去8字节
uint32_t riffChunkDataSize;
... | [
"489368600@qq.com"
] | 489368600@qq.com |
db23983b8d9d4685dd485b3167c6f153ea9541ab | 59746b1d4afdc28ba4db5d0144a68737153baaa7 | /leetcode/长度最小的子数组/1.cpp | 04b2c4424f6b004e007d0cfb61c36cc2606d773f | [] | no_license | LoveBettygirl/code-practice | 6072006e65be242a1b34524433667a4c2a8c597c | 09450e9e2202630f7d775f3d1a293a4d79018d98 | refs/heads/master | 2023-03-29T01:31:14.885529 | 2021-02-14T02:39:42 | 2021-02-14T02:39:42 | 279,858,343 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 580 | cpp | #include <iostream>
#include <vector>
using namespace std;
class Solution
{
public:
int minSubArrayLen(int s, vector<int> &nums)
{
int size = nums.size();
if (size == 0)
return 0;
int i = 0, j = 0, sum = 0, result = INT_MAX;
for (; i < size; i++)
{
... | [
"bettycyygirl@163.com"
] | bettycyygirl@163.com |
37bbe27eecc20bfbf3ccc8380f27b0841b2711d1 | f95cd23d01ebc53c872052a299ffdbe26736c449 | /3. Algorithms on Graphs/Programming assignment 5/clustering/clustering.cpp | 31f00e1b7c00ff193436c29a3270e1d6c26c883b | [
"MIT"
] | permissive | manparvesh/coursera-ds-algorithms | 4126492a1ea46694c6a5cfab843addac68c21749 | 99e08921c0c0271e66a9aea42e7d38b7df494007 | refs/heads/master | 2021-06-18T15:22:35.467761 | 2020-10-05T02:54:33 | 2020-10-05T02:54:33 | 101,484,382 | 63 | 50 | MIT | 2023-06-16T20:11:58 | 2017-08-26T12:28:34 | C++ | UTF-8 | C++ | false | false | 493 | cpp | #include <algorithm>
#include <iostream>
#include <iomanip>
#include <cassert>
#include <vector>
#include <cmath>
using std::vector;
using std::pair;
double clustering(vector<int> x, vector<int> y, int k) {
//write your code here
return -1.;
}
int main() {
size_t n;
int k;
std::cin >> n;
vector<int> x... | [
"manparveshsinghrandhawa@gmail.com"
] | manparveshsinghrandhawa@gmail.com |
4cf70d850c5b532098e5e4a3e2a9e2a9da58f658 | e2de85f83de242fc5b066a81eb55205c750ebc29 | /omaha/third_party/chrome/files/src/base/cpu_unittest.cc | 49039cffe13e861564f3f53962d173013d4acf95 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | google/omaha | 1a1c7f985388c0acedb05e9cee4e208de900f41c | 8fa5322c5c35d0cede28f4c32454cb0285490b6d | refs/heads/main | 2023-08-30T21:01:52.783638 | 2023-05-31T23:48:27 | 2023-05-31T23:48:27 | 38,279,227 | 2,705 | 805 | Apache-2.0 | 2023-09-07T17:36:59 | 2015-06-30T00:49:42 | C++ | UTF-8 | C++ | false | false | 2,469 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/cpu.h"
#include "omaha/testing/unit_test.h"
namespace omaha {
// Tests whether we can run extended instructions represented by the CP... | [
"sorin@chromium.org"
] | sorin@chromium.org |
da46b95090b3a683aff85d1beee32d6fd3ad52a7 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/collectd/gumtree/collectd_repos_function_375_collectd-4.5.3.cpp | e15130ff2846ad788a32f8a7a75e52ea2991f5f0 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,451 | cpp | static int iptables_config (const char *key, const char *value)
{
if (strcasecmp (key, "Chain") == 0)
{
ip_chain_t temp, *final, **list;
char *table;
int table_len;
char *chain;
int chain_len;
char *value_copy;
char *fields[4];
int fields_num;
memset (&temp, 0, sizeof (temp));
value_cop... | [
"993273596@qq.com"
] | 993273596@qq.com |
a5b005d06e63348c9ef8ee80395ff124ee89e830 | bf2a693c7c0bf1d48d67b982f9995cce8fed794d | /src/helper/math.cpp | b9f608a175eb23283fc3c03709ba71e50913d2b0 | [] | no_license | LukyLuke/AMoDS | 7eb898cc270c54933cae6abd7326397030de25db | 7113c8d0d6ff0eb3780702da6205b8da11dd1350 | refs/heads/master | 2021-01-16T00:28:22.904116 | 2015-06-11T16:45:10 | 2015-06-11T16:45:10 | 2,555,074 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,499 | cpp | /*
* <one line to give the program's name and a brief idea of what it does.>
* Copyright (C) 2011 Lukas Zurschmiede <l.zurschmiede@delightsoftware.com>
*
* This program 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 Softw... | [
"lukas@delightsoftware.com"
] | lukas@delightsoftware.com |
c81b3e6c783691abd43d90222af0ad2e868118a9 | 0565b1486c31839199f1cc707d3b0dfa838a5d47 | /behavioral/1_strategyPattern/2_spreadsheet_app_4.cpp | 5f94e5af1b94e13b0b2612ca0b482e7c404bc81a | [] | no_license | ajay09/design_patterns | ce6122e8c7f4e4bfac27ba518d872402f36259b7 | 6e261cf9a5f4628d333b1cfd158aa10173a1d142 | refs/heads/main | 2023-09-06T05:56:21.956065 | 2021-11-04T12:22:54 | 2021-11-04T12:22:54 | 404,500,139 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,323 | cpp | /*
Enable clients to use new file formats to export the data
without modifying the existing code.
Thus we use Strategy Design Pattern.
If we have an algo in our class that needs to change in future, or you have to add
more variant in future then you take them out of the class.
In our DataModel class we have an... | [
"ajay199109@gmail.com"
] | ajay199109@gmail.com |
be7393cb6f389bc3bb31827b567299f0b6f59050 | 6a6e8dbc2b200b730cbafbee4b075384a9fb5a11 | /source/i18n/indiancal.h | 9dc56f98b4ae49bfd57d7e40c29a2f3bda5e7cc3 | [
"BSD-3-Clause",
"ICU",
"LicenseRef-scancode-unicode",
"NAIST-2003",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | njlr/icu4c-2 | 74fc360be3c75663e6e0e2dc1fc5ddbd13d0efe2 | caef63a217fd526bdcf221de949374b4c1b275cc | refs/heads/master | 2021-01-20T11:09:30.606859 | 2017-03-30T17:26:53 | 2017-03-30T17:26:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,304 | h | // Copyright (C) 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/*
*****************************************************************************
* Copyright (C) 2003-2008, International Business Machines Corporation
* and others. All Rights Reserved.
... | [
"njlr@users.noreply.github.com"
] | njlr@users.noreply.github.com |
c147f9b9a6ab47d0d4c10bbbd3737e5af8c5af83 | 158dd3cf9796956edf0cfd6f0ecbfa5b542c29c2 | /Programme/Jugend2.1/moc_Steuer_arduinocommunication.cpp | d8d34496a093253055747a977286ce384661abf0 | [] | no_license | mvu/jugendprojekt | 1dd242132eded96e31ad56cbfeb40587041492d7 | 88bb977d5e25191d6a5e5a6bf7f08fdad3d7c7ac | refs/heads/master | 2020-12-24T19:35:58.789498 | 2019-11-05T21:15:30 | 2019-11-05T21:15:30 | 59,227,936 | 1 | 3 | null | 2019-10-27T20:21:22 | 2016-05-19T17:30:27 | C++ | UTF-8 | C++ | false | false | 3,987 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'Steuer_arduinocommunication.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.8.0)
**
** WARNING! All changes made in this file will be lost!
*****************************************... | [
"copmaddin@gmx.de"
] | copmaddin@gmx.de |
c370e0631bbb4dd4d4d6921e5f2531b4ee88d201 | e435ad902db288c1e57cc7c259174a5a45c249d7 | /AFMotor.h | d769c3a2da5483031f6ff58d6211db661ce17db9 | [] | no_license | ejholmes/Arduino-Dome--Embedded- | 84781990ec225b36e6b8b864ffb7a1050ad9de4e | 821f458c8e9d927920ebfe1058dd0f83f62a2a6c | refs/heads/master | 2021-03-12T19:22:59.700785 | 2010-03-27T06:17:05 | 2010-03-27T06:17:05 | 580,185 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,161 | h | // Adafruit Motor shield library
// copyright Adafruit Industries LLC, 2009
// this code is public domain, enjoy!
#ifndef _AFMotor_h_
#define _AFMotor_h_
#include <inttypes.h>
#include <avr/io.h>
// comment out this line to remove microstepping support
// for smaller library. Be sure to delete the old library object... | [
"eric@ejholmes.net"
] | eric@ejholmes.net |
2deaf7284d7354d58ba835e4bd5879df39dcc9fc | 444ad724fac57caf93fb49ab21231d3c1f6222ee | /android/frameworks/base/media/libstagefright/httplive/M3UParser.cpp | 04567332c5afb7b68f36916956d76f82afd89a6c | [
"LicenseRef-scancode-unicode",
"Apache-2.0"
] | permissive | zp8001/STUDY_4.0.3 | 4f865a770c13a0bce2ef4854ca749e10d4c4bd82 | 39498c857ecfafdcda48272276e5c3b4655a36c9 | refs/heads/master | 2020-12-11T06:11:46.529189 | 2012-08-29T01:51:28 | 2012-08-29T01:51:28 | 39,487,898 | 0 | 3 | null | 2015-07-22T05:43:23 | 2015-07-22T05:43:23 | null | UTF-8 | C++ | false | false | 13,328 | cpp | /*
* Copyright (C) 2010 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"zkl@livall.cn"
] | zkl@livall.cn |
cda91df1a94a9706b01f9d01461a77d74168eb1d | 9d67961b171aa5101bff651d84047a4e53b9551b | /lock.cpp | c7deab7ff31211e06a453eb074e41048ed019ca0 | [] | no_license | liujh168/link | d7efbe067520e6d912ac246f4fd6433b62a9c1fb | 93e1014b20ec1c5692e1074e00f88eded5ed9571 | refs/heads/master | 2021-01-19T11:46:22.196274 | 2018-09-15T09:13:21 | 2018-09-15T09:13:21 | 82,265,357 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 30 | cpp | #include "lock.h"
CLock lock; | [
"77156973@qq.com"
] | 77156973@qq.com |
30e07e0fee2a244e532691630aa3adbb86f2a4e9 | cef1d3a937a4f9684081d1cc71c783b65fa8bcd9 | /src/Renderer/GeometryData.cpp | 05a3f82adb14c7bb9dd4ab3ab449a6fccd8e9d7e | [
"BSL-1.0"
] | permissive | mmha/gravity | 50347ef23ecb0a067ea3dab14142c715e280dce9 | 5499b77cde89589abefa88618205a0db5f342443 | refs/heads/master | 2021-01-13T08:18:33.097023 | 2016-10-28T11:15:27 | 2016-10-28T11:15:27 | 71,784,173 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,153 | cpp | #include "GeometryData.h"
#include "internal/VertexFormat.h"
namespace ge
{
namespace gl4
{
GeometryData::GeometryData(std::vector<VertexAttribute> &&vertices, Buffer &&indices, VertexFormat &vertexFormat, GLenum indexFormat, GLenum primitiveType)
: vertices_(std::move(vertices))
, indices_(std::move(indices)... | [
"[omitted]"
] | [omitted] |
3a0bb113e8b139f14b7d7d353a3c6317108e7041 | d37bcf41dae0bc07749c01a0fe6b1e7d1bb4222f | /src/qt/sendcoinsdialog.cpp | 6a52b42edd529cf4136216171a1137433672089e | [
"MIT"
] | permissive | forkee/Soori | 00f9621857ff752f2e9532a8a41eb9779fcc2029 | 1c6c95387887e82a88c367c57d332c0fc1052507 | refs/heads/master | 2021-04-03T08:25:15.297928 | 2018-02-11T22:25:06 | 2018-02-11T22:25:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 37,060 | cpp | // Copyright (c) 2011-2015 The Bitcoin Core developers
// Copyright (c) 2014-2017 The Soori Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "sendcoinsdialog.h"
#include "ui_sendcoinsdialog.h"
#include "... | [
"SooriCoins@gmail.com"
] | SooriCoins@gmail.com |
2b9eb7bc66aef2e14cda8314a659e6f757abc1cd | 97c9306812690b89298e954d93f4d9587afaa309 | /Lab2-RdtTrans/src/tcp_sender.h | b01932b77f877ddb93c73200e1167e6e214c142a | [] | no_license | REDIVIOUS/UGP-HustLab-ComputerNetwork | 3a17a63be631f01506c3938fdf49993172c15d0b | a784cb461a006913774f02a4e151f2b5cea3d28b | refs/heads/master | 2022-12-08T14:02:06.957060 | 2020-09-03T13:17:06 | 2020-09-03T13:17:06 | 241,429,349 | 5 | 1 | null | null | null | null | GB18030 | C++ | false | false | 981 | h | #include "RdtSender.h"
class tcp_sender :public RdtSender
{
private:
int base, nextseqnum; //基序号,下一个分组序号
int N, k; //发送窗口大小,序列长度
int resend; //记录收到的冗余ACK个数,超过三个重传
Packet* sndwinbuf; //发送方窗口缓存
private:
bool insendbuf(int seqnum); //在发送方的滑动窗口中
void showbuf(); //展示发送方的滑动窗口
public:
bool getWaiting... | [
"wlding@hust.edu.cn"
] | wlding@hust.edu.cn |
71e85d9b7963e52adc24409bd3ba52d266629000 | edc1901abaa519360090fa23e7f8433c9969c8ab | /DP div250/EmoticonsDiv2.cpp | 68154b77e24e17d44ce6dd16805f3f0a5095aaaa | [
"MIT"
] | permissive | fastestmk/Competitive-Programming-Solutions | 8413cfc190e2c993db0e84359b78c8ab4dd7f81a | cbd211337ede4a26e3bb5c0b2c271a760b468da8 | refs/heads/master | 2020-03-27T14:52:49.761216 | 2018-08-30T02:32:03 | 2018-08-30T02:32:03 | 146,684,159 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 505 | cpp | #include<iostream>
#include<vector>
using namespace std;
class EmoticonsDiv2{
public:
int printSmiles(int);
};
int EmoticonsDiv2::printSmiles(int smiles){
vector<int> vec;
for(int i = 2; i*i<=smiles; ){
if(smiles%i==0){
smiles /= i;
vec.push_back(i);
}
els... | [
"fastestmk330@gmail.com"
] | fastestmk330@gmail.com |
b780011d81ae60a0cb4ae669315d340b71b485af | 6b99b0606b6119e4970f2d13a6dae339a615d271 | /ComponentRepository/COMParser/COMParser_i.h | 578e2074ea3d70f44e79e9797fed41f282c23157 | [] | no_license | Roslund/CDT401 | ad5a1cb797fd9b0d68beeb468284c724b63130a8 | 8c5d84bfebbc3508583fe02e001dff03be4edb70 | refs/heads/master | 2020-03-29T19:39:40.611010 | 2018-11-08T09:04:06 | 2018-11-08T09:04:06 | 150,274,684 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,702 | h |
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 8.01.0622 */
/* at Tue Jan 19 04:14:07 2038
*/
/* Compiler settings for COMParser.idl:
Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 8.01.0622
protocol : dce , ms_ext, c_ext, robust... | [
"Enari@minit.nu"
] | Enari@minit.nu |
a1f5333b7daff94ecfa432f52abfcb8a4afc9e12 | 38304f7752407312922fca2fd1170b91b2572c11 | /rddoc/framework/Config.cpp | 8ffa23015128142ba538f9a135d7ea5746f9acec | [
"Apache-2.0"
] | permissive | PlumpMath/rddoc-framework | 3d0cea562e89d6c1e4f6c18c465116d7693fd48d | 89223a94528d8cc70dcc182e394305becbbc8bca | refs/heads/master | 2021-01-20T09:54:26.340378 | 2017-05-04T06:38:45 | 2017-05-04T06:38:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,649 | cpp | /*
* Copyright (C) 2017, Yeolar
*/
#include <map>
#include <set>
#include <string>
#include <typeinfo>
#include "rddoc/framework/Config.h"
#include "rddoc/io/FileUtil.h"
#include "rddoc/net/Actor.h"
#include "rddoc/plugins/monitor/Monitor.h"
#include "rddoc/util/Logging.h"
namespace rdd {
void configLogging(const ... | [
"yeolar@gmail.com"
] | yeolar@gmail.com |
79b498c720264669c28508a49b23e2f63163773b | ecc6a41152867476f960f7e736a4aac67e325a1f | /MyHyperLink.h | 828a9b23155cecef1bdf9ab969264da8a504d46a | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | teknikqa/sirius | 375f6674c25e54776ff7733f8efc99031894a7cd | 684770782d689c53eb67003f7c9b8527b2cf2686 | refs/heads/master | 2020-05-17T09:12:50.236976 | 2013-03-13T07:25:37 | 2013-03-13T07:25:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,007 | h | // This source is copyrighted by Goran Mitrovic in 1999-2000. For more information, read documentation.
#if !defined(AFX_MYHYPERLINK_H__69B33B4A_DA25_47D5_8A9D_2E78F7A54605__INCLUDED_)
#define AFX_MYHYPERLINK_H__69B33B4A_DA25_47D5_8A9D_2E78F7A54605__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER... | [
"nick@nm7.org"
] | nick@nm7.org |
c51313ce76e91597c9363e74387b8f89ad5edf28 | af2a6b2b979821756df1eafa9aa99109b46e5ded | /src/conrad/ConradDeviceManager.cpp | fef98bc5f11faf92c8755ab8a831ad0e640c1cd6 | [
"BSD-3-Clause"
] | permissive | jozhalaj/gateway | eb434f92dd81ea4162dd092461a70b3448a649e3 | 49168dcbcf833da690048880bb33542ffbc90ce3 | refs/heads/master | 2020-05-04T17:42:12.829402 | 2019-11-18T09:59:16 | 2019-11-18T10:00:21 | 179,322,763 | 0 | 0 | BSD-3-Clause | 2019-04-03T15:52:53 | 2019-04-03T15:52:53 | null | UTF-8 | C++ | false | false | 6,770 | cpp | #include <zmq.h>
#include "commands/DeviceUnpairCommand.h"
#include "commands/DeviceSetValueCommand.h"
#include "commands/DeviceAcceptCommand.h"
#include "commands/NewDeviceCommand.h"
#include "commands/GatewayListenCommand.h"
#include "conrad/ConradDeviceManager.h"
#include "conrad/PowerMeterSwitch.h"
#include "conra... | [
"xbedna62@stud.fit.vutbr.cz"
] | xbedna62@stud.fit.vutbr.cz |
baa9eb1b320aeecd00d3ba3fe041401269d5f92a | df227cb966d564f7919fe03559d6d4922f9e5066 | /SDL_Dominos/SDL_Dominos/Dominos/DominoUnit.h | 0d1720f1db85d8ca9af410502a55a1d0334beb79 | [
"Unlicense"
] | permissive | AavaGames/SDL_Dominos | 9b5219daaa7e742a53b97e7183475add89176356 | eb9f5340d3e1cc2b98655f5e2b00cdfeedaf8160 | refs/heads/master | 2023-03-10T03:50:52.889126 | 2021-02-26T17:42:55 | 2021-02-26T17:42:55 | 235,883,943 | 0 | 0 | null | 2021-02-26T17:42:56 | 2020-01-23T20:49:59 | C++ | UTF-8 | C++ | false | false | 1,439 | h | //
// DominoUnit.h
// SDL_Dominos
//
// Created by Philip Fertsman on 2020-01-23.
// Copyright © 2020 Philip Fertsman. All rights reserved.
//
#ifndef __DOMINOUNIT_H
#define __DOMINOUNIT_H
#include "Domino.h"
#include "Texture.h"
#include <vector>
#include "InputManager.h"
#include "Stage.h"
#include "Timer.h"
#in... | [
"keylogicgames@gmail.com"
] | keylogicgames@gmail.com |
95ea0ae35bccff2e129d29634ce737a0bab56bbb | d3c6d16475460f7f336a2387e8f3b0049d2934be | /arduino-sketch/statusLight.ino | 2287eb2c066a663e58e8b9f9af850b7b62940322 | [] | no_license | dpeters1/StatusLight | 12e7cc91d64de6417475877f2c1429eb62ee94c1 | b3ca5b9a85b4ffe29923840e280dc78853fa406b | refs/heads/master | 2021-07-21T07:14:28.830372 | 2017-10-29T03:29:20 | 2017-10-29T03:29:20 | 106,032,460 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,156 | ino | #include <ESP8266WiFi.h>
#include <ESP8266WebServer.h>
#define ledPin 5
ESP8266WebServer server(80);
const char* ssid = "DOM";
const char* password = "allstream11";
int brightness = 0;
int brightnessStep = 20;
int maxBrightness = 1023;
int ledMode = 2;
void setup() {
// put your setup code here, to ... | [
"dpeters0905@gmail.com"
] | dpeters0905@gmail.com |
48c06c3faa1a05137751795432556c46191ab87b | b0df22a4b4dadddd3a9494e6efbd3fc4459c5e0d | /snake_matrix.cpp | 77f2884c6ae93f680fb74996fc26e7ce08ea9202 | [] | no_license | nkhaldi/Cpp | df893fac1e99c44785bfdd0cb513bf5753fe62bd | 49011419cdcb040e01c5bdc7ce29669d734ce015 | refs/heads/main | 2023-04-13T22:37:59.319725 | 2023-04-06T18:51:03 | 2023-04-06T18:51:03 | 192,748,183 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,451 | cpp | /*
* Условие:
* По данным числам n и m заполните двумерный массив
* размером n×m числами от 1 до n×m “змейкой”.
* Формат входных данных:
* Вводятся два числа n и m,
* каждое из которых не превышает 30.
* Формат выходных данных:
* Выведите полученный массив,
* отводя на вывод каждого элемента ... | [
"mnk80898@gmail.com"
] | mnk80898@gmail.com |
0d4ad6bf6acfb98fea784ee85cbed6a1295ac717 | 9708e8f98edc4c791d2bc682ffebed3a0085e997 | /Array/InsertionSort.cpp | a90c0bfd23e4da9cc3a2b30dde4b534f8fa5a5a9 | [] | no_license | amitjoshiims/Algos | 35e2384bc5e482288f9ffee049a6e4499c2965c6 | b3a0fd4831d1ca18dec0027a231029787e5da501 | refs/heads/master | 2020-05-03T04:39:40.620655 | 2019-04-24T05:06:13 | 2019-04-24T05:06:13 | 178,427,996 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 677 | cpp | #include <stdio.h>
#include <stdlib.h>
void insertionSort(int arr[], int n);
void printElements(int arr[], int n);
//main...
int main()
{
int arr[] = {9, 1, 5, 3, 2, 8, 7};
int n = sizeof(arr) / sizeof(arr[0]);
insertionSort(arr, n);
printElements(arr, n);
}
void insertionSort(int arr[], int n)
{
... | [
"amitjoshi122@gmail.com"
] | amitjoshi122@gmail.com |
d86d1d53d668731f53a025f3c877c364ed82744b | b06ae59f224fbe9cb4015452e5731a8a5732132c | /DownloadQueue.h | 6881efa1e848a18f292f8151607627cb2c1a5154 | [] | no_license | lightrabbit/emule-REST-API | 201c5cfc62554b5a01238b4f20e14671a8bb104e | 27d8f3632c852e32db9dee3d78c6c6abbc4ab977 | refs/heads/master | 2021-07-05T00:11:49.697005 | 2016-05-21T07:45:32 | 2016-05-21T07:45:32 | 105,246,576 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,909 | h | //Copyright (C)2002-2008 Merkur ( strEmail.Format("%s@%s", "devteam", "emule-project.net") / http://www.emule-project.net )
//
//This program 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 2 ... | [
"lightpacerabbit@gmail.com"
] | lightpacerabbit@gmail.com |
efdb7009bb1236e1eeecf198ff1c759908d21437 | d2caccfcc6898a9089d1df7198774200723770ac | /src/DbContainerLib/impl/SQLQuery.h | 63a337ff50aa798ab3de66ba8078df7773220d05 | [] | no_license | ElwooD07/DBContainer | f3b11cf7e44ad702c57514912c2d033194b1e8b0 | 861a4274391f4d6583f30f01c6a5f6bbe544863a | refs/heads/master | 2021-06-17T22:16:19.090284 | 2017-06-03T12:02:40 | 2017-06-03T12:02:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 953 | h | #pragma once
#include "Types.h"
struct sqlite3;
struct sqlite3_stmt;
namespace dbc
{
class Connection;
union Error;
class SQLQuery
{
public:
explicit SQLQuery(Connection& conn, const std::string& query = "");
~SQLQuery();
void Prepare(const std::string& query);
void BindBool(int column, bool value);
... | [
"elwood0777@gmail.com"
] | elwood0777@gmail.com |
a5a89a26a8437235c3af2cc24e5e9ae9bc94e77f | dd4abae798e1925553f448a2962a280bc1be7643 | /Array/Maximum Subarray sum.cpp | c2a96b1105e0f5284aa7e1f692e8c8028a330c19 | [] | no_license | UtkarshMishra12/DSA-450 | ad8af1fa2a6dc1087b0ee789207ee3c0663f1ade | 0506044593680f80fda3d025412fba4768113ab0 | refs/heads/master | 2023-07-13T20:31:00.210848 | 2021-08-27T17:19:38 | 2021-08-27T17:19:38 | 357,880,585 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 640 | cpp | #include <bits/stdc++.h>
#include <ext/pb_ds/assoc_container.hpp>
using namespace std;
using namespace __gnu_pbds;
typedef tree<int, null_type, less<int>, rb_tree_tag,tree_order_statistics_node_update> pbds;
#define ll long long int
vector <int> FuncCall(){
}
int maxSubarraySum(int arr[], int n){
int cu... | [
"nasautkarsh@gmail.com"
] | nasautkarsh@gmail.com |
13b3dc6d51d869c080c35b3d932d134d52d1409e | 49fc5b8f53a1703581ea0b0a59d740f4986b5141 | /Engine/Monkey/Utils/StringUtils.h | a078bce7d3fd91c5c340e7ed70f6dee37237c114 | [
"MIT"
] | permissive | Guangehhhh/VulkanDemos | cbeccf361cdcc16095cf1c0d5d4e0dfe7f15dc5c | d3b9cc113aa3657689a0e7828892fb754f73361f | refs/heads/master | 2020-08-12T01:58:20.796733 | 2019-10-07T07:07:03 | 2019-10-07T07:07:03 | 214,666,856 | 1 | 0 | MIT | 2019-10-12T15:06:56 | 2019-10-12T15:06:56 | null | UTF-8 | C++ | false | false | 3,899 | h | #pragma once
#include "Common/Common.h"
#include "Math/Math.h"
#include <string>
#include <cstring>
#include <vector>
#include <stdarg.h>
#include <memory>
#define STARTING_BUFFER_SIZE 512
static FORCEINLINE int32 GetVarArgs(char* dest, SIZE_T destSize, int32 count, const char*& fmt, va_list argPtr)
{
int32 Resul... | [
"chenbo150928@gmail.com"
] | chenbo150928@gmail.com |
fddb5acf654e4b2989598755f9d1bbd9c72e433c | eee5703b9d2e84faad256b003237d9e87b68847c | /Stepper.h | c02966862bcc075f97ab11d63bd0e039443aea6d | [
"MIT"
] | permissive | papabricole/EggDuino | 36ea1d032a116c56c7f3e6312f55f2da9a55c453 | cdd9eeffd982624cb5699cbce36df5866a33abc8 | refs/heads/master | 2021-01-19T11:32:04.825071 | 2018-04-20T09:14:10 | 2018-04-21T12:09:19 | 87,975,830 | 12 | 12 | MIT | 2018-04-06T16:20:24 | 2017-04-11T20:20:17 | C++ | UTF-8 | C++ | false | false | 607 | h | #pragma once
class Stepper {
public:
///
Stepper(char stepPin, char dirPin);
/// Set the desired number of steps and overall duration in ms. The numSteps sign give the direction.
void setTarget(int numSteps, unsigned long duration);
/// Call this in your mainloop: execute one step if it's the ri... | [
"leborgne@zib.de"
] | leborgne@zib.de |
e49177702274a63c0f8070a993f6e13025c4260d | 21686dd76b84f655ecbba5992509b9871c638e3b | /DxLibMake/Windows/DxGraphicsAPIWin.h | fcba4f89d27a0b6c959096551a9c9fea1745dbe8 | [] | no_license | TwilightWings/DxLibMakeDLL | ea818a81ba5373be527b843bf2f65458c401b72c | c26b587d6729e6d6b8516a974cb16871a54034fd | refs/heads/master | 2022-10-14T09:55:09.019622 | 2015-05-10T16:04:12 | 2015-05-10T16:04:12 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 2,425 | h | // -------------------------------------------------------------------------------
//
// DXライブラリ 描画APIプログラムヘッダファイル
//
// Ver 3.12a
//
// -------------------------------------------------------------------------------
#ifndef __DXGRAPHICSAPIWIN_H__
#define __DXGRAPHICSAPIWIN_H__
// インクルード -------------------... | [
"sorairo@mofumofu.com"
] | sorairo@mofumofu.com |
882dfb61969b1984ac4b01d6562526c5fd5e6f65 | 47d9ea12255f1972793ee408c105b44a68ac5539 | /include/generators/kronecker/kronecker.h | fadd696fd2b2ca6fd8694e0a56756beeaa5fcae2 | [
"BSD-2-Clause",
"BSL-1.0"
] | permissive | xyuan/KaGen | d059fb08d4df313c9541799e189e1b1763cbd900 | 851d59c89fecb2fb64264049a829f5728d14a43c | refs/heads/master | 2020-08-03T06:42:03.843381 | 2019-08-06T10:57:47 | 2019-08-06T10:57:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,685 | h | /* Copyright (C) 2009-2010 The Trustees of Indiana University. */
/* */
/* Use, modification and distribution is subject to the Boost Software */
/* License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at */
/* http:... | [
"sebalamm@i10mac5.iti.kit.edu"
] | sebalamm@i10mac5.iti.kit.edu |
5afad2bd7b011a785a6d71542a4070acc11c6a4d | de58664da3043278215df43c4a15258128b2b6c6 | /clientChat/main.cpp | 191bd4f6a1f9126444a64de45740f2d69dcd6528 | [] | no_license | Swansky/SimpleClientServerChatCpp | ade075046ef63adafcdb59664d426092cdec2254 | d49befbfc5cc2d9066abb2233144a6e7f5b45cd5 | refs/heads/main | 2023-09-01T13:54:05.380661 | 2021-10-17T17:21:28 | 2021-10-17T17:21:28 | 418,202,571 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,483 | cpp | #include <iostream>
#include <string>
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <netdb.h>
#include <sys/uio.h>
#include <sys/time.h>
#include <sys/wait.h>
#include <fcntl.h>
#inclu... | [
"valerian.zoltowski@gmail.com"
] | valerian.zoltowski@gmail.com |
418404c013280022a3215cfedd3a9bbdb97c7cb5 | 6f2b6e9d77fc4dd5e1dae8ba6e5a66eb7c7ae849 | /sstd_boost/sstd/libs/property_tree/test/test_property_tree.cpp | 3e924b5506bcdbb203d5e9b7b33a780f501f1b95 | [
"BSL-1.0"
] | permissive | KqSMea8/sstd_library | 9e4e622e1b01bed5de7322c2682539400d13dd58 | 0fcb815f50d538517e70a788914da7fbbe786ce1 | refs/heads/master | 2020-05-03T21:07:01.650034 | 2019-04-01T00:10:47 | 2019-04-01T00:10:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,823 | cpp | // ----------------------------------------------------------------------------
// Copyright (C) 2002-2006 Marcin Kalicinski
//
// 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)
//
// For more information, see www... | [
"zhaixueqiang@hotmail.com"
] | zhaixueqiang@hotmail.com |
65e6155250925eb29752238bb78683f286806d51 | dae6d556da61e025fbe94feb677c93cc8e374e2f | /offer/ch3/15findKnode.cpp | a3c641e2c24be43b2bf42d18f65eaea972b3cc5c | [] | no_license | yaoxiaokui/linux_ever | bb72344a36efeb4fb42d88d06eeeb1a7a43d651d | a654e5fb8d14a2bf7049c16d41c5b13b5bfd9285 | refs/heads/master | 2020-05-22T04:10:15.091175 | 2018-01-07T03:09:23 | 2018-01-07T03:09:23 | 49,123,522 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,982 | cpp | /*************************************************************************
> File Name: list.cpp
> Author:
> Mail:
> Created Time: Sun 19 Jun 2016 02:41:47 PM CST
************************************************************************/
#include <iostream>
#include <cstdlib>
using namespace std;
//链表结点的数据结构
t... | [
"yaoxiaokui@163.com"
] | yaoxiaokui@163.com |
8f26dce42d717373ff5b5c748736c98c1afefbd2 | 0006670d69eea3b0eb18ec4b4939cebfe5d90d20 | /Task6.cpp | 601bf3c4d1c84a71403c6b46df709931b354436e | [] | no_license | A7madhatem/Reversing-word- | c0eb92596a7f703e36857b3c994b62d5c6307ab4 | 70369128d33b7c8c77c17f05a5e4d415eb85e577 | refs/heads/main | 2023-07-13T20:34:07.209271 | 2021-08-23T17:54:12 | 2021-08-23T17:54:12 | 399,199,725 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 997 | cpp |
# include <stdio.h>
# include <stdlib.h>
int word_length(char *pointer) //Function to know the word length
{
int c = 0;
while( *(pointer + c) != '\0' )
c++;
return c;
}
void reverse(char *s){ //Reverse function
int length,e;
char *start,*end,m;
length=word_length(s);
start=s;
en... | [
"a.h.aboelkhair@gmail.com"
] | a.h.aboelkhair@gmail.com |
6dbce54a30e747ac7bf61c97b400591514eb6eaa | 864d3b009b1a9f1f667bcd64b6e50296aac2c6f9 | /Server/MediaServer/rtp/api/rtp_parameters.cc | e1899edc2f93197dbe0d019cd2e8e0c12c533066 | [] | no_license | KingsleyYau/WebRTC-Server | 45c232dc05dce57e97abd5d3467895c25504edb5 | d672031f106f0cd8e7b17a08d24ce6d6d272cb0f | refs/heads/master | 2023-08-09T17:39:02.368560 | 2023-08-01T02:43:47 | 2023-08-01T02:43:47 | 191,345,465 | 22 | 16 | null | 2020-09-18T03:42:49 | 2019-06-11T10:07:08 | JavaScript | UTF-8 | C++ | false | false | 9,189 | cc | /*
* Copyright 2020 The mediaserver Project Authors. All rights reserved.
*
* Created on: 2020/07/16
* Author: max
* Email: Kingsleyyau@gmail.com
*
* Borrow from WebRTC Project
*/
#include <rtp/api/rtp_parameters.h>
#include <algorithm>
#include <string>
#include <rtp/api/array_view.h>
#include <rtp... | [
"Kingsleyyau@gmail.com"
] | Kingsleyyau@gmail.com |
1b1c8cf343acfac02516fb31a5549c68f3a6f314 | da83cf2ca37273ce406ecec802d6193da3ba1a31 | /Section7/Arrays/main.cpp | 8689bf98bd6078921f93402004d3ad978d369e3c | [] | no_license | alfonsog714/learning-cpp | 3662156931fb75c23e2cab7a5f6b605864dd175f | 64292b9e594b140651a575e3654a1a380444284c | refs/heads/master | 2020-12-22T00:31:48.655245 | 2020-02-04T20:24:09 | 2020-02-04T20:24:09 | 236,613,877 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,596 | cpp | // Arrays
#include <iostream>
using namespace std;
int main() {
char vowels[] {'a', 'e', 'i', 'o', 'u'};
cout << "\nThe first vowel is: " << vowels[0] << endl;
cout << "The last vowel is: " << vowels[4] << endl;
double hi_temps[] {90.1, 89.8, 77.5, 81.6};
cout << "\nThe first high temper... | [
"alfonso.garcia2324@gmail.com"
] | alfonso.garcia2324@gmail.com |
659c11fc3f68cdb3aad7255950da427b88b5b0bf | 4352b5c9e6719d762e6a80e7a7799630d819bca3 | /tutorials/eulerVortex.twitch/eulerVortex.cyclic.twitch.test.test/processor2/1.99/T | 284012443c4758547cb27bc1474dc3e8607f27f8 | [] | no_license | dashqua/epicProject | d6214b57c545110d08ad053e68bc095f1d4dc725 | 54afca50a61c20c541ef43e3d96408ef72f0bcbc | refs/heads/master | 2022-02-28T17:20:20.291864 | 2019-10-28T13:33:16 | 2019-10-28T13:33:16 | 184,294,390 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,861 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"tdg@debian"
] | tdg@debian | |
be76523bae0277b5e6e64e503daff3ea1e0a3daa | d347554c4bc24b7e159551007f5683cac8fa97d0 | /common/log4qt/src/simplelayout.h | d455248f807c3272be477b546cec0789e285c0cd | [] | no_license | ansartnl/ALPHA | 892065b1476ec9c35e834a3158592332cda4c5f5 | 138ddd981ed5bac882c29f28a065171e51d680cf | refs/heads/main | 2022-12-27T16:15:28.721053 | 2020-10-16T08:58:41 | 2020-10-16T08:58:41 | 304,633,537 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,151 | h | /******************************************************************************
*
* package: Log4Qt
* file: simplelayout.h
* created: September 2007
* author: Martin Heinrich
*
*
* Copyright 2007 Martin Heinrich
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may... | [
"50514882+dg-atmsys@users.noreply.github.com"
] | 50514882+dg-atmsys@users.noreply.github.com |
eb95bf6e0b983a3e1ce8d06aa7bc3e05b3cb8a05 | b840e8b372e43397b4903c95a9d859e2b4b69780 | /AmethystEngine/main.cpp | 8a40a98bff742cef86d25c3e1689feeb87a5ab33 | [] | no_license | KirkbyD/edu-Phys2-Decoupling | 36f477afb4a1adc460554e8902742df298b79ac4 | 3ce32387cf4112873aaca6be8818d7bbc4d646ed | refs/heads/main | 2023-04-09T17:55:30.784965 | 2021-04-15T01:31:30 | 2021-04-15T01:31:30 | 358,092,611 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 41,609 | cpp | #define _CRTDBG_MAP_ALLOC
#include <cstdlib>
#include <crtdbg.h>
#include <memory>
#ifdef _DEBUG
#define DEBUG_NEW new (_NORMAL_BLOCK , __FILE__ , __LINE__)
#else
#define DBG_NEW
#endif
#pragma region Includes
#include "GLCommon.hpp"
#include <glm/glm.hpp>
#include <glm/vec3.hpp>
#include <glm/vec4.hpp>
#include <glm... | [
"kirkby.dylan@gmail.com"
] | kirkby.dylan@gmail.com |
b9a717551aad9b272591debdf8bbbad7dac402c9 | 0ecf2d067e8fe6cdec12b79bfd68fe79ec222ffd | /chrome/browser/ui/chrome_pages.cc | 94f7af5a865ac7ea3f02161eedbf41d46eb179da | [
"BSD-3-Clause"
] | permissive | yachtcaptain23/browser-android-tabs | e5144cee9141890590d6d6faeb1bdc5d58a6cbf1 | a016aade8f8333c822d00d62738a922671a52b85 | refs/heads/master | 2021-04-28T17:07:06.955483 | 2018-09-26T06:22:11 | 2018-09-26T06:22:11 | 122,005,560 | 0 | 0 | NOASSERTION | 2019-05-17T19:37:59 | 2018-02-19T01:00:10 | null | UTF-8 | C++ | false | false | 17,464 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/chrome_pages.h"
#include <stddef.h>
#include <memory>
#include "base/feature_list.h"
#include "base/logging.h"
#include... | [
"artem@brave.com"
] | artem@brave.com |
f2ea53a134a4cb4a1d2fa25c80bbca7dc33d8e7d | 43dac644f15d2b05b7de36d16cefeb5638c4cf09 | /Server/Net/connectionmgr.cpp | a35fe92d64ca35cb4ae6d1e2091203b5e4596454 | [
"MIT"
] | permissive | 724789975/FxLib | 2925470bd6ddad1025417a71b078b3e3299fd59c | 46e5af788d10a411a667b4b61fb3b88fe030b585 | refs/heads/master | 2022-07-09T23:33:22.297506 | 2022-06-29T19:36:11 | 2022-06-29T19:36:11 | 56,384,463 | 37 | 13 | MIT | 2017-12-19T04:11:42 | 2016-04-16T13:16:43 | C | UTF-8 | C++ | false | false | 1,061 | cpp | #include "connectionmgr.h"
//IMPLEMENT_SINGLETON(FxConnectionMgr)
FxConnectionMgr::FxConnectionMgr()
{
m_dwNextId = 0;
m_nMaxConnection = 0;
}
FxConnectionMgr::~FxConnectionMgr()
{
}
bool FxConnectionMgr::Init(int nMax)
{
if(!m_oConnPool.Init(nMax, nMax / 2))
{
return false;
}
m_nMa... | [
"724789975@qq.com"
] | 724789975@qq.com |
5d75ae95cd307f737312d4b01629b113a2f3b5f7 | 914f3f820587eb46d87ccbef216b3ca9ae00355b | /examples/http_server.cc | d368c48f9a613051cb7f5474bafdadf27dcffab7 | [
"Apache-2.0"
] | permissive | ExpLife0011/lib_netsockets | c05922790f8a40ad761e7f10ae5cdab25911a240 | adb428e45194273c727552794b067c0f242fe622 | refs/heads/master | 2020-03-24T06:46:11.453375 | 2018-06-21T14:30:49 | 2018-06-21T14:30:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,127 | cc | #include <string>
#include <iostream>
#include <stdio.h>
#include <string.h>
#include "socket.hh"
bool verbose = true;
/////////////////////////////////////////////////////////////////////////////////////////////////////
//usage
/////////////////////////////////////////////////////////////////////////////////////////... | [
"pedro.vicente@space-research.org"
] | pedro.vicente@space-research.org |
70da9e3bd0a0c66f0fa67fadc3f719f19ae9d79b | 31ac07ecd9225639bee0d08d00f037bd511e9552 | /externals/OCCTLib/inc/Handle_MeshVS_DataSource3D.hxx | 37740737221a3e181a30b7703066b2922e5e778d | [] | no_license | litao1009/SimpleRoom | 4520e0034e4f90b81b922657b27f201842e68e8e | 287de738c10b86ff8f61b15e3b8afdfedbcb2211 | refs/heads/master | 2021-01-20T19:56:39.507899 | 2016-07-29T08:01:57 | 2016-07-29T08:01:57 | 64,462,604 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 790 | hxx | // This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _Handle_MeshVS_DataSource3D_HeaderFile
#def... | [
"litao1009@gmail.com"
] | litao1009@gmail.com |
82a5ed4ac9588f6b5a14d1909562aae8c5cee886 | fe02bb98f1ef8199bef6a693cc523b740a7b6af4 | /upg1.cpp | 789006b7ff5f93960ae51cb6a54fc04eb29bb848 | [] | no_license | wgustavsson1/lektion4 | d395d72db088d444d963fc40c682d56108c73ef7 | bfcc5158dcfcf744568adcce827cee669a9f51b8 | refs/heads/master | 2021-05-07T06:06:46.378878 | 2017-11-22T20:42:50 | 2017-11-22T20:42:50 | 111,726,061 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 203 | cpp | #include <iostream>
#include <string>
#include <sstream>
using namespace std;
int main()
{
string input;
string str;
int number;
cin >> number;
if(cin.fail())
cin >> str;
return 0;
} | [
"wilgu921@student.liu.se"
] | wilgu921@student.liu.se |
16f26170915ef9cf395798379d2d5006015da9c6 | bb20ba88cc104e320374612e00fdddd5fefe86d8 | /C++/3rd_Party/boost/include/boost-1_63/boost/mpl/equal_to.hpp | b83a796287ea4d83b8488e10294eb9380b392276 | [] | no_license | cbtogu/3DLearning | 5949e22d16f14a57ab04e0eec0ef1c4364747c76 | 9cfc64ad1e0473aff4e2aef34da50731249d3433 | refs/heads/master | 2022-01-31T10:37:58.177148 | 2017-07-06T15:11:43 | 2017-07-06T15:11:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 614 | hpp |
#ifndef BOOST_MPL_EQUAL_TO_HPP_INCLUDED
#define BOOST_MPL_EQUAL_TO_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// 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)
//
// See http://www.boost.org/libs/m... | [
"Etienne.Houze@polytechnique.edu"
] | Etienne.Houze@polytechnique.edu |
7a43717cdaeaab6c2c7ab9feb6c34a34b7448ced | a91c6e67a7e36e3d74d85ae8d3549cf8cd16f079 | /linked_lists/remove_dups.cpp | 3dabd93141be6965a6316b979be8050f5b4e79b9 | [] | no_license | jpbeason/ds_and_alg_practice | 7217b8502232bfb073086063a1c687bde97480ab | 8391641859f5404154557229423365b455102086 | refs/heads/master | 2020-12-22T02:24:01.409879 | 2020-01-28T03:36:31 | 2020-01-28T03:36:31 | 236,642,701 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,111 | cpp | //
// remove_dups.cpp
// interview_prep
//
// Created by Jake Beason on 8/28/19.
// Copyright © 2019 Jake Beason. All rights reserved.
//
#include <stdio.h>
#include <iostream>
#include <cassert>
#include <sstream>
/*
CTCI, p. 94, Interview Question 2.1
"Remove Dups: Write code to remove duplicates from an unso... | [
"jpbeason@umich.edu"
] | jpbeason@umich.edu |
b3e3652a418090f412cad478a76951f67506c67b | 16de9f198883d6e119ba88ae7a460cd7f5d91726 | /common/graphics/colour.cc | 0855f34ebe226c1be94a71126be109fd5cf97caa | [
"BSD-3-Clause"
] | permissive | JiangZhengok/plotfx | 91a3d7dcc85c8f5657b6ba2f335277409af7e8a1 | fbdf7e783a64b14dd8fa8a78b035b528ff1d60d2 | refs/heads/master | 2020-04-09T02:15:29.775227 | 2018-11-30T22:13:22 | 2018-11-30T22:13:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,267 | cc | /**
* This file is part of the "plotfx" project
* Copyright (c) 2018 Paul Asmuth
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice, thi... | [
"paul@asmuth.com"
] | paul@asmuth.com |
2a01ae6c4ff580281fd2d4d596cf431cb144e2f7 | 3818b7af7a6407b636870288779014b29b186535 | /Source/OpenGL/FrGLShader.h | 67f861b23b91477f356e7ad2af7d0f5a62282035 | [] | no_license | VladGordienko28/ProtoGame | de287b44b6db4de9fc888869e3a663db81dc85ed | 3d88f5578f6ceca4275af9ee14a468b190bbfb7c | refs/heads/master | 2020-04-16T06:53:18.813931 | 2019-11-11T19:42:19 | 2019-11-11T19:42:19 | 165,364,799 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,539 | h | /*=============================================================================
FrGLShader.h: OpenGL shader.
Created by Vlad Gordienko, Oct. 2016.
Redesigned by Vlad Gordienko, Mar. 2018.
=============================================================================*/
//
// Shader constants.
//
#define SHADER_DIR ... | [
"vladgordienko28@gmail.com"
] | vladgordienko28@gmail.com |
15551b6d6b6a6da69fdd6f30f6bc18fa8bbca724 | 97a5cd71e528d22af01d55e1acc12daf7d746900 | /bogo/9_qdir/fileinfolist.cpp | 9218da4da4ebed7f9b4de010fe664d21f54e2032 | [] | no_license | smokejohn/qt_practise | a30e55b9c86cc226d07b0c571b5e13cb05a12b79 | 59d03375210bbe49b215b9dd60ccdeef8c34df44 | refs/heads/master | 2022-11-26T21:20:11.026338 | 2020-08-06T00:40:35 | 2020-08-06T00:40:35 | 271,149,705 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 464 | cpp | #include <QCoreApplication>
#include <QDir>
#include <QDebug>
#include <QString>
int main(int argc, char *argv[])
{
QCoreApplication app(argc, argv);
QString path = "/tmp";
QDir dir(path);
foreach (QFileInfo item, dir.entryInfoList())
{
if(item.isDir())
qDebug() << "Dir: " << ... | [
"johannesrauch91@gmail.com"
] | johannesrauch91@gmail.com |
f7308e0a032781432477114ffc400e9db10d346e | b2fe4d0185212abfb4140074691c89d337495f0a | /LearnQT/console/mainwindow/mainwindow.h | cd1d7503b7e602c156533b841c7c6d3b4adc32f7 | [] | no_license | wangyun123/LearnOSG | 65174d69e57cac1e2c3d9445153f224fbc0d7f6e | 928498e69ab5f9c2f9f5837cdacac0aaf1f4fb31 | refs/heads/master | 2020-07-13T04:13:01.589514 | 2017-09-21T08:17:39 | 2017-09-21T08:17:39 | 73,893,964 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 293 | h | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QtGui/QMainWindow>
#include "ui_mainwindow.h"
class mainwindow : public QMainWindow
{
Q_OBJECT
public:
mainwindow(QWidget *parent = 0, Qt::WFlags flags = 0);
~mainwindow();
private:
Ui::mainwindowClass ui;
};
#endif // MAINWINDOW_H
| [
"wangyun.ch7@gmail.com"
] | wangyun.ch7@gmail.com |
cb73e5623ba1d116706e1051d9f945e2ebf2d1eb | 95d11da11488128cc5b983236c5b821a3c4fb9aa | /cocos2d-x-2.1.4/extensions/CCBReader/actSkewToLoader.h | 0f3a6e9040bfc3877838644b2359fe9e90317e3d | [] | no_license | masteage/AceCocosBuilder | 0874fb6e85d2057847926ee11bd289d3f7e92c4b | 4a09d428f67898754b167a14584592777e8c2dfd | refs/heads/master | 2021-01-11T21:42:50.851594 | 2017-01-12T01:21:12 | 2017-01-12T01:21:12 | 78,837,294 | 0 | 0 | null | 2017-01-13T09:58:06 | 2017-01-13T09:58:06 | null | UTF-8 | C++ | false | false | 689 | h | //
// actSkewToLoader.h
// ScrollViewTest
//
// Created by 허정목 on 2014. 1. 13..
//
//
#ifndef ScrollViewTest_actSkewToLoader_h
#define ScrollViewTest_actSkewToLoader_h
#include "actSkewTo.h"
USING_NS_CC;
USING_NS_CC_EXT;
NS_CC_EXT_BEGIN
/* Forward declaration. */
class CCBReader;
class actSkewToLoader : pub... | [
"hsahn@aceproject.co.kr"
] | hsahn@aceproject.co.kr |
61de29c071a25f2ae9bf0fee4a5a9bb96afed247 | b4436edd31adf6c9d3cbcce968579c8f36337fec | /libvpvl2/include/vpvl2/mvd/LightSection.h | 889839ad05ed8b498877cd7c5ca748758e7961a6 | [
"BSD-3-Clause"
] | permissive | thorikawa/MMDAI | 61371c810234bb55e52b65e0a27b81ade6eba40c | 70e15d21d23fa8bc85e2f734545894ae9f117690 | refs/heads/master | 2021-01-17T04:42:14.824873 | 2013-09-02T15:12:02 | 2013-09-02T15:12:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,080 | h | /**
Copyright (c) 2010-2013 hkrn
All rights reserved.
Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
conditions are met:
- Redistributions of source code must retain the above copyright
notice, this list of conditions and the foll... | [
"hikarin.jp@gmail.com"
] | hikarin.jp@gmail.com |
791eb3a10f0c41966d9da5cd45606d0028fb6202 | f1c51881adcec6a09cac6804f74f318081f1c928 | /Renderer/renderer/FrameSignalSystem.h | 497a0cf59113b38ac18a53dca4bfc61a1f5a234d | [] | no_license | haferflocken/ConductorEngine | aeffc7a4ddef9694e289faed387859756a00a5cf | 4914e419e5a736275e96d76eaa19b7aa56d69345 | refs/heads/master | 2021-04-06T01:07:07.286785 | 2019-06-08T18:14:32 | 2019-06-08T18:14:36 | 124,838,006 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 538 | h | #pragma once
#include <ecs/System.h>
#include <scene/SceneTransformComponent.h>
namespace Renderer
{
/**
* Sends a message from the client thread to the render thread when a frame can be processed.
*/
class FrameSignalSystem final : public ECS::SystemTempl<Util::TypeList<Scene::SceneTransformComponent>, Util::TypeL... | [
"mooilo.ueu@gmail.com"
] | mooilo.ueu@gmail.com |
fd3197b5845ed5a42c826d5cc39187ab655bbc7a | 10b4db1d4f894897b5ee435780bddfdedd91caf7 | /thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/module_data.cpp | e1347a8c87ae98fe6ad8735fce69654e8deef37d | [
"Apache-2.0"
] | permissive | SammyEnigma/fbthrift | 04f4aca77a64c65f3d4537338f7fbf3b8214e06a | 31d7b90e30de5f90891e4a845f6704e4c13748df | refs/heads/master | 2021-11-11T16:59:04.628193 | 2021-10-12T11:19:22 | 2021-10-12T11:20:27 | 211,245,426 | 1 | 0 | Apache-2.0 | 2021-07-15T21:12:07 | 2019-09-27T05:50:42 | C++ | UTF-8 | C++ | false | false | 15,056 | cpp | /**
* Autogenerated by Thrift for src/module.thrift
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated @nocommit
*/
#include "thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/module_data.h"
#include <thrift/lib/cpp2/gen/module_data_cpp.h>
namespace apache {
namespace thrift {... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
9749e77e50f834ecf444e217af79df69d8cd5bb2 | a7413d9ce83654f1f34cacb09c20deeb6bd523ea | /core/writers/WaveformWriter.cpp | d7281754842dfe0e238f907316678db14a4247f8 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | hansenms/gadgetron | 1e40b1a6265a96cc6f518d0a28cecb0a1d65d292 | 10531591411fea4e16a074a574cd449a60d28ef8 | refs/heads/master | 2022-02-01T23:52:52.993704 | 2021-12-10T23:31:52 | 2021-12-10T23:31:52 | 28,053,346 | 3 | 1 | NOASSERTION | 2021-12-21T23:41:07 | 2014-12-15T19:54:00 | C++ | UTF-8 | C++ | false | false | 522 | cpp | #include "WaveformWriter.h"
#include "io/primitives.h"
#include "MessageID.h"
namespace Gadgetron::Core::Writers {
void WaveformWriter::serialize(
std::ostream &stream,
const ISMRMRD::WaveformHeader& header,
const hoNDArray<uint32_t>& array
) {
IO::write(stream, GA... | [
"kristofferlknudsen@gradientsoftware.net"
] | kristofferlknudsen@gradientsoftware.net |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.