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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7360d2894c94af27121cc49fd734514e84d8670c | 50896074bd6053673996655389faab03b418505b | /p2dengine/scene/p2dscenecallback.h | db9e5ac5533d1a6e59d91a2b9238cd124c9e109d | [] | no_license | zzdever/PMIG-Kursaal | fe8e213c9947bcd743c880d7aff278e8cab5840c | c3461239dc054497e1b8d232cf40d035e137c361 | refs/heads/master | 2020-05-24T15:50:27.394239 | 2015-05-22T13:17:54 | 2015-05-22T13:17:54 | 33,469,988 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,086 | h | #ifndef P2D_SCENE_CALLBACK_H
#define P2D_SCENE_CALLBACK_H
#include "../general/p2dparams.h"
struct P2DVec2;
struct P2DTransform;
class P2DFixture;
class P2DBody;
//class P2DJoint;
class P2DContact;
struct P2DContactResult;
struct P2DManifold;
/// Joints and fixtures are destroyed when their associated
... | [
"zzdever@gmail.com"
] | zzdever@gmail.com |
7fb4e7cbdbea6de363073f1dbb4f59b33d1e6a45 | 927c0c598feba307b66012f5f855fbd161896475 | /PeopleCommand.h | 52db53dafd998a4fbdddbcba55f9418fe4d3aeed | [] | no_license | negativeview/Software-Business-Sim | 8105c79410675ff98ec8130a7d92b1b860ebd724 | 4c815af301eba2edec8cfb86494fedb81c501f1f | refs/heads/master | 2020-12-04T03:14:34.155506 | 2012-04-23T23:56:33 | 2012-04-23T23:56:33 | 3,953,398 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 306 | h | #ifndef PEOPLE_COMMAND_FUNCTOR
#define PEOPLE_COMMAND_FUNCTOR
#include "CommandFunctor.h"
class MasterState;
class PeopleCommand: public CommandFunctor {
public:
PeopleCommand(MasterState *masterState);
~PeopleCommand();
void executeCommand(const char *command);
protected:
private:
};
#endif | [
"negativeview@gmail.com"
] | negativeview@gmail.com |
4982f91e3c3472434a002521a27fbef764f48238 | ba6c6bfd931b8be2e8c4db4ea2a0eb3ecdbe80fc | /MySql/Score_Model/Server.cpp | 6b001e5078110a10e9b72275be29df1515140ce0 | [] | no_license | HarryPottor/MySql | b96550a828b1ad79449011aa0d3fe00c85f95829 | 871f0baa55c4494540bd8db2b662ec0ff96cb0dc | refs/heads/master | 2021-01-21T10:19:50.004917 | 2017-03-27T09:38:02 | 2017-03-27T09:38:02 | 83,409,128 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,762 | cpp | #include "Server.h"
#include <iostream>
#include <process.h>
#include <sstream>
#include <string>
using namespace std;
CServer* CServer::m_pServer = NULL;
unsigned WINAPI ReceiveMain(void* arg);
bool CServer::initServer(int argc, char * argv[])
{
if (argc != 3)
{
cout << "usage: " << argv[0] << "<ip> <port>" << en... | [
"luguanghuaa@sina.com"
] | luguanghuaa@sina.com |
e78a5674128a175fa0faf1f4de8569ed35ede4d6 | f0cb939867f21e53fad26ae4969c69ba0f99cd99 | /fas/serialization/f_clear.hpp | c4dd1b745fd31e4b8f87f8a7c8dc8c7138040e14 | [] | no_license | migashko/faslib-sandbox | 238550c6dce4866392a1527dfee030a6b593dd71 | a61b49cbab0e84a9440a1ad5d350ccbaff75995e | refs/heads/master | 2021-01-23T03:48:38.525241 | 2013-11-04T03:19:45 | 2013-11-04T03:19:45 | 4,808,593 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 275 | hpp | #ifndef FAS_SERIALIZATION_F_CLEAR_HPP
#define FAS_SERIALIZATION_F_CLEAR_HPP
namespace fas{ namespace serialization{
struct f_clear
{
template<typename T, typename Tg>
void operator()(T& t, tag<Tg>)
{
t.get_aspect().template get<Tg>().clear(t);
}
};
}}
#endif
| [
"migashko@gmail.com"
] | migashko@gmail.com |
4e072fbe2a2400fd0e39b03f8b57ea7c747efeea | 150b768328db3ad1f785f5d6b0d70e4c20a588d4 | /AtomGraphics/gpu/GLResourceManager.cpp | f28951f146debc144ec261f8a37cb9bad2460210 | [] | no_license | Polepoint/AtomGraphics | 2fda9e8e32a56954efbc6656ad5bc867b3f58dcc | 6e0e73119afa4c27ccd65d3d14de682f852ac3dc | refs/heads/master | 2022-08-14T13:31:07.012604 | 2022-07-08T01:13:47 | 2022-07-08T01:13:47 | 127,279,667 | 7 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,027 | cpp | //
// Created by neo on 2019/3/30.
//
#include "GLResourceManager.h"
namespace AtomGraphics {
GPUResourceManager *GPUResourceManager::sharedManger() {
static GPUResourceManager *manager = nullptr;
if (!manager) {
manager = new GPUResourceManager;
}
return manager;
}
scoped_refptr<GLResource... | [
"mengmartin.tsang@gmail.com"
] | mengmartin.tsang@gmail.com |
35388a105b9680f2a13f1823f9cd28a660761c77 | 540a913a0375e434b5833fba9b5e835dff85906b | /kitty/ssl/ssl.h | aadd1076bc57a6dc3624d6f409d444d8f9690aff | [] | no_license | loki-47-6F-64/kitty | 28a52fd7fb20a0acf0daaa7799e12b78137463f6 | cffabc009c79e63c9a5c5e057c5ebf99b9b0ffb6 | refs/heads/master | 2020-05-31T00:43:51.837203 | 2019-03-01T23:50:45 | 2019-03-01T23:50:45 | 22,657,642 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,276 | h | #ifndef DOSSIER_SSL_H
#define DOSSIER_SSL_H
#include <string>
#include <memory>
#include <openssl/ssl.h>
#include <kitty/ssl/ssl_stream.h>
#include <kitty/util/utility.h>
namespace ssl {
typedef util::safe_ptr<X509, X509_free> Certificate;
typedef util::safe_ptr<SSL_CTX, SSL_CTX_free> Context;
// On failure Conte... | [
"loki-47-6F-64@users.noreply.github.com"
] | loki-47-6F-64@users.noreply.github.com |
f65afdaf22a3cbc44cbf0c7058af1caa8887b2a9 | bd9d40d0bd8a4759b3db20e10d2dda616a411c48 | /Samples/Geometrics/DistanceAlignedBoxes/DistanceAlignedBoxesWindow.h | 27b40d97e9e1c5d9d31d355986710b82555a23b4 | [] | no_license | lai3d/GeometricToolsEngine3p16 | d07f909da86e54aa597abd49c57d17981f3dc72f | 50a6096e1b9f021483cf42aaf244587ff9a81f5b | refs/heads/master | 2020-04-01T19:28:22.495042 | 2018-10-18T06:27:05 | 2018-10-18T06:27:05 | 153,555,419 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,153 | h | // David Eberly, Geometric Tools, Redmond WA 98052
// Copyright (c) 1998-2018
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
// File Version: 3.5.0 (2016/11/26)
#pragma once
#include <GTEngine.h>
usin... | [
"larry@qjt.sg"
] | larry@qjt.sg |
03569c5c8b0728705fe0b207e09b38f7c9ad6012 | ca04a37cebe7378a061967de01e59d4b1d452160 | /Common/core/asset.cpp | 6cfa3c616e97da430c71a23a708645b84d02f82f | [
"Artistic-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | sonneveld/ags | 4baca2321a1c1a13621322eb107d5338e9231fbf | 5b5613d98875747280b5fb04d419b32108b4ea0f | refs/heads/master | 2022-04-30T19:38:51.480211 | 2015-09-28T09:48:07 | 2015-09-28T09:48:07 | 40,235,193 | 2 | 0 | NOASSERTION | 2022-02-20T11:15:37 | 2015-08-05T08:54:39 | C | UTF-8 | C++ | false | false | 874 | cpp | //=============================================================================
//
// Adventure Game Studio (AGS)
//
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
// The full list of copyright holders can be found in the Copyright.txt
// file, which is part of this source code distribution.
//
// The AGS ... | [
"ikm_spb@yahoo.com"
] | ikm_spb@yahoo.com |
3491bb339b4da0216798dc747771513158d4188e | d3234600f62c9ef98d2f7e4bf376519456d00540 | /src/ugm/color.cpp | 5b670a1341f3ff0f50e9ce85fecb7aeb94f5ef22 | [
"MIT"
] | permissive | jingwood/cpp-graphics-module | 5e5f72713613889bdf8fcee9d51430078339dc6a | 903ae37876b07af2f7be4e5ac4a193bb9e14d9f3 | refs/heads/master | 2021-08-20T05:08:49.556436 | 2021-07-20T21:19:46 | 2021-07-20T21:19:46 | 227,566,745 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,625 | cpp | ///////////////////////////////////////////////////////////////////////////////
// unvell Common Graphics Module (libugm.a)
// Common classes for cross-platform C++ 2D/3D graphics application.
//
// MIT License
// Copyright 2016-2019 Jingwood, unvell.com, all rights reserved.
///////////////////////////////////////... | [
"dujid0@gmail.com"
] | dujid0@gmail.com |
2dbc0c13b79badf53cfc7bac009076d91581c952 | 81daa915e21dec0e9f625f106465a8b31f803f22 | /Code_Windows_VisualStudio2017/FreedomFighter/FreedomFighter/Queue.h | 9971c77efc55a86fe678f27f96000da6967794d3 | [] | no_license | FarjadAhmed/FreedomFighter-2DGame-SDL2.0 | 8a811d42711360f550ecd25d86b10f6d277c9c6b | 73e07eb4cb42c6c6485c982240777ee7d23b8644 | refs/heads/master | 2022-11-06T19:55:53.965326 | 2020-06-15T18:27:18 | 2020-06-15T18:27:18 | 276,013,059 | 0 | 0 | null | 2020-06-30T06:09:29 | 2020-06-30T06:09:28 | null | UTF-8 | C++ | false | false | 813 | h | #pragma once
#define _CRT_SECURE_NO_WARNINGS
#include"Node.h"
#include "Unit.h"
#include "Explosion.h"
#include "LTexture.h"
#include "math.h"
#include "stdlib.h"
#include "Enemy_Bullet.h"
#include "SDL_mixer.h"
#include "Turret_Homing_Missile.h"
#include "Turret_Straight_Missile.h"
#include "Boss_Weapon.h"
class Que... | [
"wasimtalal@gmail.com"
] | wasimtalal@gmail.com |
22e3d4d625e6f5835d8cf3094668592665fb7c66 | 7f62f204ffde7fed9c1cb69e2bd44de9203f14c8 | /DboServer/Server/GameServer/WPSNodeAction_Calculate.h | b3ace245a25ad26a776735b06299741036f3919c | [] | no_license | 4l3dx/DBOGLOBAL | 9853c49f19882d3de10b5ca849ba53b44ab81a0c | c5828b24e99c649ae6a2953471ae57a653395ca2 | refs/heads/master | 2022-05-28T08:57:10.293378 | 2020-05-01T00:41:08 | 2020-05-01T00:41:08 | 259,094,679 | 3 | 3 | null | 2020-04-29T17:06:22 | 2020-04-26T17:43:08 | null | UTF-8 | C++ | false | false | 629 | h | #ifndef __SERVER_WPSNODE_ACTION_CALCULATE__
#define __SERVER_WPSNODE_ACTION_CALCULATE__
#include "ControlScriptNodeAction.h"
class CWPSNodeAction_Calculate : public CControlScriptNodeAction
{
public:
CWPSNodeAction_Calculate(const char* lpszName);
virtual ~CWPSNodeAction_Calculate();
virtual sPARAMETER_INFO* ... | [
"64261665+dboguser@users.noreply.github.com"
] | 64261665+dboguser@users.noreply.github.com |
ad3f25e83fc28ebcfde5d7199b3757a3f594424c | 9f677e0c52a34fa233a5ca2de8fd9b920096088b | /third_party/chromium/base/task/common/task_annotator.h | a507d5598dc5da5c854a0655c191836f2d32067a | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | blockspacer/CXTPL | 86ec73d4e69de0e0b951d94da17321cfc62b538f | 586b146c6a68b79a310ba20d133a0ca6211f22cc | refs/heads/master | 2022-04-18T19:18:52.237072 | 2020-04-17T14:06:34 | 2020-04-17T14:06:34 | 208,968,178 | 13 | 22 | MIT | 2019-10-31T05:21:38 | 2019-09-17T05:41:29 | Python | UTF-8 | C++ | false | false | 2,895 | h | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_TASK_COMMON_TASK_ANNOTATOR_H_
#define BASE_TASK_COMMON_TASK_ANNOTATOR_H_
#include <stdint.h>
#include <memory>
#include "base/base_export.... | [
"trofimov_d_a@magnit.ru"
] | trofimov_d_a@magnit.ru |
893bbe397d48a7d1c32f1ff4e86c20ad7e64527c | a7b5f6149ec22c28eebeb40f1e6c2f6b23851e33 | /src/In_Output2.h | 35163f20d8b2d4e5a7fae1c847ef7e3878308de5 | [] | no_license | cran/glmmAK | 16af9b7e44df3d5fadc2e4e77ee623da7303434b | 85c3aa54766b2ce8405db231fa00bdff7f63d6ef | refs/heads/master | 2020-12-24T17:36:17.002747 | 2012-12-27T00:00:00 | 2012-12-27T00:00:00 | 17,718,818 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 405 | h | /*** In_Output2.h ***/
#ifndef _IN_OUTPUT_TWEE_H_
#define _IN_OUTPUT_TWEE_H_
#include <R.h>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <string>
#include "AK_Error.h"
namespace In_Output{
void
openFile(std::ofstream &ofile, const std::string &path, const char &write_flag);
void
open_File... | [
"csardi.gabor@gmail.com"
] | csardi.gabor@gmail.com |
31a8f3574fe6793aee880224f202e7f45970dbb5 | b8d34e70655cac626ee1ba8207fd6a5b818409ef | /assignment/4-1/1/1.cc | 87671973e3da43d46b68a5b6a2b2a87a6cf12778 | [] | no_license | thak1411/ITE1015-12521-csd | 00c033197a228ecb2f00a817cd781f9a098a2f85 | a967fabfee23b498cdf5018b0922c7c049b8b864 | refs/heads/master | 2023-01-23T20:29:34.241723 | 2020-10-14T08:50:21 | 2020-10-14T08:50:21 | 292,479,033 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 223 | cc | #include <iostream>
int main() {
int n;
int* p;
std::cin >> n;
p = new int[n];
for (int i = 0; i < n; ++i) p[i] = i;
for (int i = 0; i < n; ++i) std::cout << p[i] << ' ';
std::cout << '\n';
delete[] p;
return 0;
}
| [
"thak1411@gmail.com"
] | thak1411@gmail.com |
0906b713a02941786599a7ba025192a090be5514 | 0f05b00aa31787c8da146a7fee3355a2c3e7fde6 | /test/resqml2_0_1test/AbstractSurfaceRepresentationTest.h | 77abc7de8e871e9ba792afd6fda46b5f250f4295 | [] | no_license | mbrucher/Fesapi | 2bd3ddbe0f4c277a76b9ee81a828e34b628e5da5 | 8d1b4c78bc1d0c82b2f768352a64372520624a0f | refs/heads/master | 2021-01-10T07:29:40.090725 | 2016-09-19T15:45:18 | 2017-01-05T15:18:59 | 52,535,277 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 651 | h | #pragma once
#include "AbstractRepresentationTest.h"
#include <iostream>
namespace common {
class EpcDocument;
}
namespace resqml2_0_1test {
class AbstractSurfaceRepresentationTest : public AbstractRepresentationTest {
public:
AbstractSurfaceRepresentationTest(const std::string & epcDocPath, const std::string &... | [
"philippe.verney@553bd026-d4ad-425d-a02a-e125c7656c9a"
] | philippe.verney@553bd026-d4ad-425d-a02a-e125c7656c9a |
18baba0a4ece3bc6c75509459a30460fbb2afa13 | 2217fc7de955b2dcf65a59b78e3eb9b743ec9c53 | /code/APOSettings.h | 572194c8db149998fecfa55ee6d1bf74d4fca78a | [
"MIT"
] | permissive | liyuan-rey/APO | b417e2c0268b450f6b84b8e12329a0f8deec68bd | 54cf80bb52ec250b121b80d3a701cc2a891f20ae | refs/heads/master | 2023-03-16T07:25:11.391309 | 2023-03-10T04:57:26 | 2023-03-10T04:58:19 | 115,638,496 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,411 | h | #pragma once
#include "SettingUtil.h"
#include "include\settingsstorage\msettingsstorage.h"
using Mortimer::CSettings;
static const DWORD APO_CONFIG_VER = 1;
class CAPOSettings : public CSettings
{
public:
static const TCHAR defaultSectionName[];
DWORD Version;
int Action;
int ForceMode;
... | [
"10598397+liyuan-rey@users.noreply.github.com"
] | 10598397+liyuan-rey@users.noreply.github.com |
dd3267100d9cd497d1955583bc712919af193130 | 416393f1bc5294019b43280a569f7f361475ed18 | /test/gaussian_cloud.cpp | 7d3f70f00b7040fcbd1190f6ff830ff5aaba3898 | [
"MIT"
] | permissive | kmuehlbauer/meanie3D | c40642e871b0fea827935fb947ced75b8b759b53 | bcf711055c63ef453e9f1791ddb1f083e0ef8eea | refs/heads/master | 2021-01-12T20:26:08.249054 | 2016-04-19T21:28:53 | 2016-04-19T21:28:53 | 56,508,951 | 0 | 0 | null | 2016-04-18T13:13:28 | 2016-04-18T13:13:26 | null | UTF-8 | C++ | false | false | 6,914 | cpp | #include <cf-algorithms/cf-algorithms.h>
#include <radolan/radolan.h>
#include <cf-algorithms/cf-algorithms.h>
#include <netcdfcpp.h>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <set>
#include <vector>
#include <map>
typedef vector<int> coordinate_t;
/** Create gaussian distributed variable wi... | [
"simon@webtecc.com"
] | simon@webtecc.com |
01bea5dbb1d9e026c85c30204fecff341ef51f62 | 225b9a9ce807b669f5da0224b374bbf496d0bc70 | /数学/多项式/逆元/test20200529interstellar.cpp | 7833962577b4eb134730384c9c074db7d199a3cb | [] | no_license | Kewth/OJStudy | 2ed55f9802d430fc65647d8931c028b974935c03 | 153708467133338a19d5537408750b4732d6a976 | refs/heads/master | 2022-08-15T06:18:48.271942 | 2022-07-25T02:18:20 | 2022-07-25T02:18:20 | 172,679,963 | 6 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 41 | cpp | ../../../test/2020/05/29/interstellar.cpp | [
"Kewth.K.D@outlook.com"
] | Kewth.K.D@outlook.com |
900efaa53149d03fa55df862edbdd6fa161a4d8b | 9e50c17f6a7edf072ec06e10f72ac4b7ebc7548a | /RestourantSystemMenegement/Base.h | 06e4634a09e7c2cae79881b5ab4aab50b6542473 | [] | no_license | Tural072/Restaurant-Management-System | 676813ff7b6c0105a4f858e0b9ae62d5075d75f2 | c011b1366593ccd9947d09299122e5ddd74046f5 | refs/heads/master | 2023-04-01T07:15:13.982839 | 2021-04-08T10:48:02 | 2021-04-08T10:48:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 256 | h | #pragma once
using namespace std;
class Base {
int id;
public:
Base() :id(0) {}
Base(const int id)
{
setId(id);
}
int getId()const {
return id;
}
void setId(const int id) {
if (id > 0)
{
this->id = id;
}
}
virtual ~Base() = 0 {};
};
| [
"tural.spotify.com@gmail.com"
] | tural.spotify.com@gmail.com |
bc156ef46ec6d86511e8b14cb8ae38d6cf1c8823 | 6a69d57c782e0b1b993e876ad4ca2927a5f2e863 | /vendor/samsung/common/packages/apps/SBrowser/src/chrome/browser/ssl/ssl_client_certificate_selector_test.cc | f0a09187dc003147e1e9b0014d119aecda08c154 | [
"BSD-3-Clause"
] | permissive | duki994/G900H-Platform-XXU1BOA7 | c8411ef51f5f01defa96b3381f15ea741aa5bce2 | 4f9307e6ef21893c9a791c96a500dfad36e3b202 | refs/heads/master | 2020-05-16T20:57:07.585212 | 2015-05-11T11:03:16 | 2015-05-11T11:03:16 | 35,418,464 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,584 | 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/ssl/ssl_client_certificate_selector_test.h"
#include "base/bind.h"
#include "base/files/file_path.h"
#include "chrome/browse... | [
"duki994@gmail.com"
] | duki994@gmail.com |
18079873519913743234605892e963125c2adda8 | cb2fe0a9a10a7418bc683df6eedb238c657f4c8a | /Basics of C++/tutorial_15_function_overloading.cpp | 4e5ad4b04213b24532764f81019042a24dfb928d | [] | no_license | withoutwaxaryan/programming-basics | bf33c32545e89deba13c6ab33a1568e69f40c693 | 93c0c57bf36acd1190f65ec3f2b6d316d59eaaf0 | refs/heads/master | 2023-03-07T04:58:37.451151 | 2021-02-20T12:26:14 | 2021-02-20T12:26:14 | 181,515,433 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 284 | cpp | #include<iostream>
using namespace std;
void printNumber(int x)
{
cout<<"Printing integer "<<x<<endl;
}
void printNumber(float x)
{
cout<<"Printing float "<<x<<endl;
}
int main()
{
int a = 54;
float b = 2.67;
printNumber(a);
printNumber(b);
return 0;
} | [
"aryangupta973@gmail.com"
] | aryangupta973@gmail.com |
22d356ce30bed94bd6001c0e9466a60a570f52fb | 18a3f93e4b94f4f24ff17280c2820497e019b3db | /CLHEP/CLHEP/Random/RandGauss.icc | b5f6682e38328cb9a15f4288025df91df5408ba0 | [] | no_license | jjzhang166/BOSS_ExternalLibs | 0e381d8420cea17e549d5cae5b04a216fc8a01d7 | 9b3b30f7874ed00a582aa9526c23ca89678bf796 | refs/heads/master | 2023-03-15T22:24:21.249109 | 2020-11-22T15:11:45 | 2020-11-22T15:11:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,639 | icc | // $Id: RandGauss.icc,v 1.2 2003/07/17 19:20:02 garren Exp $
// -*- C++ -*-
//
// -----------------------------------------------------------------------
// HEP Random
// --- RandGauss ---
// inlined functions implementation file
// ------------------... | [
"r.e.deboer@students.uu.nl"
] | r.e.deboer@students.uu.nl |
555f1d9edd84b174d329b3b96c5b643d2543b09e | 3413fb0af9acfc59930f2fa549a03093eb613863 | /走迷宫.cpp | 84251e35260afc46ce00c397817069153a8bd97f | [] | no_license | ylongyun/Algorithm | 0f7b096b580d30928ac8261fb0d93261585d3717 | bb09655029ac84a3adda12c4027928c97e7db47e | refs/heads/master | 2021-07-12T13:18:30.070657 | 2020-12-08T13:59:21 | 2020-12-08T13:59:21 | 221,681,914 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,014 | cpp | #include <bits/stdc++.h>
int **map;
char a[200]={'\0'},b[4] = {'D','L','R','U'},A[200]={'\0'};
int nx[4] = {1,0,0,-1},ny[4]={0,-1,1,0},t=0,m=0,N = 99999;
int cheack(int x,int y){
if(x>-1&&x<t&&y<m&&y>-1){
if(map[x][y] == 0){
return 1;
}
}
return 0;
}
void out(int n){
if(n < N){
memset(A,'\0',200*sizeof... | [
"1464238094@qq.com"
] | 1464238094@qq.com |
6aef5ae754a3dd78f4af4771035b9651f2e64b7f | 2f10f807d3307b83293a521da600c02623cdda82 | /deps/boost/win/debug/include/boost/fusion/sequence/io/in.hpp | 5af0c2dc034e58ff79d5757840c3364073cabde0 | [] | no_license | xpierrohk/dpt-rp1-cpp | 2ca4e377628363c3e9d41f88c8cbccc0fc2f1a1e | 643d053983fce3e6b099e2d3c9ab8387d0ea5a75 | refs/heads/master | 2021-05-23T08:19:48.823198 | 2019-07-26T17:35:28 | 2019-07-26T17:35:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 129 | hpp | version https://git-lfs.github.com/spec/v1
oid sha256:59996afb1426fe7824261c8ba83d3c7dc5345b9a5cd3739757988dac82c685ec
size 1270
| [
"YLiLarry@gmail.com"
] | YLiLarry@gmail.com |
9f8d38d890f59988e3c724da944ac65a42e3b88b | a7a0d98dba2bc19a0bdc7a28cd732cd105e3b02f | /BAEKJOON/7662.cpp | 3747746d297ab8ee43a48ae98a1862d7963102e7 | [] | no_license | stalker5217/algorithm | 905317b9b24f26bfac2f50a250698d057e21be62 | b635b13512c0057b81d714f14857fc3a9cd84582 | refs/heads/master | 2021-06-26T19:47:10.980335 | 2020-11-18T14:54:35 | 2020-11-18T14:54:35 | 190,971,508 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,549 | cpp | #define DEBUG 0
#define LOG(string) cout << string
#include <iostream>
#include <queue>
#include <unordered_map>
using namespace std;
int main(){
ios_base::sync_with_stdio(false);
cin.tie(NULL);
int t;
cin >> t;
for(int test_case = 1 ; test_case <= t ; ++test_case){
int cmdCnt;
... | [
"stalker5217@gmail.com"
] | stalker5217@gmail.com |
b378592ec0fd001eb77858069fe588f8ec653e38 | 322db0227e38a60db6541f94c305f4460b5f9573 | /51Nod/1810.cpp | 41e466d6dfab9a4a1b581b813df8e4d39e68bf85 | [] | no_license | miluplay/AlgorithmProblemList | 74eb29ff4810be1f3807d3ca37fe53bd38852b4e | 36327009afe863ad6a25ac80e2ebfddc11ef5cd9 | refs/heads/master | 2022-12-22T06:48:59.098857 | 2020-08-26T09:47:29 | 2020-08-26T09:47:29 | 269,381,987 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 214 | cpp | // Link:https://www.51nod.com/Challenge/Problem.html#problemId=1810
#include <iostream>
#define BT ios::sync_with_stdio(false), std::cin.tie(0), std::cout.tie(0);
using namespace std;
int main() { BT
return 0; } | [
"miluplay1013@outlook.com"
] | miluplay1013@outlook.com |
4702d53f06159dc8a89e2fadef452efae1066671 | 5ce12549aecd755b366d0d53d6562d59da574a1d | /common_src/common_error.cpp | 6ec22aa7f73ff2ca6b1b93359efec14312f726a0 | [] | no_license | nazar9318/taller1-2c2020-TP3 | b3d4f874bb7a85cbbf62e0a41c98b72228cc4f5a | 730cd32e87f3dcf6867f72cf9386d7401e7b1f0c | refs/heads/master | 2023-01-23T06:41:41.860361 | 2020-11-27T12:42:17 | 2020-11-27T12:42:17 | 299,371,564 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 356 | cpp | #include "common_error.hpp"
Error::Error(const char* fmt, ...) noexcept {
int _errno = errno;
va_list args;
va_start(args, fmt);
int s = vsnprintf(this->msg, BUF, fmt, args);
va_end(args);
strncpy(msg + s, strerror(_errno), BUF - s);
msg[BUF - 1] = 0;
}
const char* Error::what() const noexcept {
return this->... | [
"fedelias93@gmail.com"
] | fedelias93@gmail.com |
0c84f70123837aece7fa5d79b2b82f540b2ffe36 | 18a7455bc10d81c8690b49c5d10f9f2afa30a711 | /src/Grass.hpp | d72229437c4ea781e528db5b58e794091e18ae2f | [] | no_license | darksv/madercraft | 6e98825439790e1c588efc3978d5d6619211442f | fecc0293a2c951367c6ad7a8ffd1cadb73c4f714 | refs/heads/master | 2021-01-22T18:37:59.870220 | 2016-02-07T19:50:46 | 2016-02-07T19:58:31 | 85,096,675 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 198 | hpp | #pragma once
#include "BlockModel.hpp"
class BlockGrass : BlockModel
{
public:
BlockGrass::BlockGrass(Texture* textureTop, Texture* textureBottom, Texture* textureSide, ShaderProgram* shader);
}; | [
"darek969-12@o2.pl"
] | darek969-12@o2.pl |
51bb4b935c2066a545c16c3ecb93a7d01c113ee2 | 5a60d60fca2c2b8b44d602aca7016afb625bc628 | /aws-cpp-sdk-kendra/include/aws/kendra/model/ListExperiencesResult.h | 27cba83a264db69947dcca99e7daf83b52c54017 | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | yuatpocketgems/aws-sdk-cpp | afaa0bb91b75082b63236cfc0126225c12771ed0 | a0dcbc69c6000577ff0e8171de998ccdc2159c88 | refs/heads/master | 2023-01-23T10:03:50.077672 | 2023-01-04T22:42:53 | 2023-01-04T22:42:53 | 134,497,260 | 0 | 1 | null | 2018-05-23T01:47:14 | 2018-05-23T01:47:14 | null | UTF-8 | C++ | false | false | 4,769 | h | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/kendra/Kendra_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/kendra/model/ExperiencesSummary.h>
#... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
60e65f1c37a26af00d186bb0f2bd319d19acae1f | 6a739b92d71bbd509c37d2fea9a9d64ed83afb1f | /src/word.cpp | 2a9cff52053f43416fdfd2d9c11dbce2154c2b1d | [] | no_license | christy-jacob41/Binary-Search-Tree | 1f9ec2b6ead62cebc7a15d2d85b3b2e2e6458784 | 5f25309b09045216b3ffad8abfc8297d94556074 | refs/heads/main | 2023-02-09T02:37:45.670991 | 2021-01-04T23:08:45 | 2021-01-04T23:08:45 | 326,829,351 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,526 | cpp |
#include "word.h"
// default constructor
word::word()
{
realWords = {};
wordKey = "";
}
// constructor
word::word(std::string newWord)
{
// add the word after making it lower case
realWords = {""};
std::string tempWord = newWord;
for(int i = 0; i < static_cast<int>(tempWord.length()); i++)
{
realWords.at(0) +... | [
"christyjacob41@yahoo.com"
] | christyjacob41@yahoo.com |
e4ca09dbed0980085de8d5464f5bdb2a7e14d7ab | 77307d823e276c0183b9994f0f275b6439456962 | /CHCEngine/include/magic_enum.hpp | 4e6676699cd198d6d34caf0444f1f1d08b0cb7d3 | [] | no_license | CHCTW/CHCEngine | ab8c592926e09d229edf848f5a7f3beea51b13b7 | 09409e5dc4261c5152228511e2ebbc19a6e9e29e | refs/heads/master | 2023-01-02T04:25:31.580337 | 2020-10-29T07:16:33 | 2020-10-29T07:16:33 | 270,576,496 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,375 | hpp | // __ __ _ ______ _____
// | \/ | (_) | ____| / ____|_ _
// | \ / | __ _ __ _ _ ___ | |__ _ __ _ _ _ __ ___ | | _| |_ _| |_
// | |\/| |/ _` |/ _` | |/ __| | __| | '_ \| | | | '_ ` _ \ | | |_ _|_ _|
// | | | |... | [
"chingchiahao@gmail.com"
] | chingchiahao@gmail.com |
b9a4d358b08bc5f2cf5b336d8b1716cc0db08567 | 142457a52ba30cf0095b0384e0a202ee1d392e47 | /src/NetworkServerProxy.cpp | 8f72c8feacbb445a3596c9a0c287e7d41a14ed3f | [
"BSD-2-Clause"
] | permissive | binshengliu/indri | de6b15ab7867444c298f23a10421c7026fa0ad2d | 43a15e080b332a4db86f114a107955bdadb98686 | refs/heads/master | 2021-10-11T06:55:00.472892 | 2021-08-31T07:47:29 | 2021-08-31T07:52:18 | 129,376,401 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,521 | cpp | /*==========================================================================
* Copyright (c) 2004 University of Massachusetts. All Rights Reserved.
*
* Use of the Lemur Toolkit for Language Modeling and Information Retrieval
* is subject to the terms of the software license set forth in the LICENSE
* file include... | [
"441707+binshengliu@users.noreply.github.com"
] | 441707+binshengliu@users.noreply.github.com |
f7599d89de09a2d8cd5085a4efc408b6a430e07c | e550973b2737bc9b7033bec146fe3b6eae1cf14c | /Source/MonkeyBusiness/MonkeyBusiness.cpp | 6d4247f7e4ec861dfd88b74703a816b54246aa49 | [] | no_license | MrQazi/MonkeyBusiness | d2d34c5de301843ba3bf6cbb012192db87c65b1c | 8f489789fb3f75df1c7b1d7cc4cb8e01eef138ce | refs/heads/master | 2023-01-20T12:00:19.381223 | 2020-11-23T16:05:19 | 2020-11-23T16:05:19 | 315,369,909 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 235 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "MonkeyBusiness.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, MonkeyBusiness, "MonkeyBusiness" );
| [
"matiqqazi@gmail.com"
] | matiqqazi@gmail.com |
ba47c42c04e0fcd8e2e499983fe14e62dcfa2df4 | cbc22a24513f70f3d6c481e54f5ec000cde72286 | /First Assignment/q7.cpp | 9b41e44ad07c60611976f7048d1127b3eda5727a | [] | no_license | Priyadarshan2000/My-Data-Structure-Code | f1b6808152a92e93363fb159e814c318741f2d86 | da16758bc30d2d5ab38187cd115a36159ff57a32 | refs/heads/main | 2023-03-11T02:09:06.818296 | 2021-02-23T15:52:49 | 2021-02-23T15:52:49 | 341,561,818 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 455 | cpp | //C program to count frequency of digits in a given number
//PRIYADARSHAN GHOSH
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
int freqDig(int n,int d)
{
int fod=0,r;
while(n>0)
{
r=n%10;
if(d==r)
{
fod++;
}
n=n/10;
}
return fod;
}
int main()
{
int fod,n,d;
printf("Enter the integer number... | [
"62868878+Priyadarshan2000@users.noreply.github.com"
] | 62868878+Priyadarshan2000@users.noreply.github.com |
e921613affd0eb8e11fbc212d0590e0cc4d24160 | 575731c1155e321e7b22d8373ad5876b292b0b2f | /examples/native/ios/Pods/boost-for-react-native/boost/serialization/shared_ptr.hpp | 66505d8931ebe6c01219f87ef067b5d1bfb56154 | [
"BSL-1.0",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Nozbe/zacs | 802a84ffd47413a1687a573edda519156ca317c7 | c3d455426bc7dfb83e09fdf20781c2632a205c04 | refs/heads/master | 2023-06-12T20:53:31.482746 | 2023-06-07T07:06:49 | 2023-06-07T07:06:49 | 201,777,469 | 432 | 10 | MIT | 2023-01-24T13:29:34 | 2019-08-11T14:47:50 | JavaScript | UTF-8 | C++ | false | false | 10,108 | hpp | #ifndef BOOST_SERIALIZATION_SHARED_PTR_HPP
#define BOOST_SERIALIZATION_SHARED_PTR_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER)
# pragma once
#endif
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// shared_ptr.hpp: serialization for boost shared p... | [
"radexpl@gmail.com"
] | radexpl@gmail.com |
4ec4cfe8b05ff797401d521dff916d7685c27018 | e0e2c171fcbf1413c17f6a51e331cf80e14e52a5 | /src/main_loop/self_drive.cpp | 167da2bdbf2fc0e2d913d0e498723b5d3db4d942 | [] | no_license | aloshbennett/buddy | 3d80fc44acbc36e627ceb58374657a163c12f0f0 | 76c5b6e18515befdd2a0d13ba31e2eb1926b36c6 | refs/heads/master | 2020-03-20T19:18:56.389624 | 2018-06-24T14:13:35 | 2018-06-24T14:13:35 | 137,632,033 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,008 | cpp | #include <Arduino.h>
#include "self_drive.h"
#include "common.h"
int Echo = A4;
int Trig = A5;
int rightDistance = 0, leftDistance = 0, middleDistance = 0;
int STOPPING_DIST_CM = 50;
int STRAIGHT = 90;
int RIGHT = 0;
int LEFT = 180;
Servo myservo; // create servo object to control servo
//Ultrasonic distan... | [
"aloshbennett@gmail.com"
] | aloshbennett@gmail.com |
036e4c3662c164eec054cc19ed85961baff6804a | 1138ea4110496009693eee760310a3541a29d046 | /tests/DynamicArrayTest.cpp | 3403e5936a534ff678bf642efddfd5628a63ae5c | [] | no_license | user3301/hackerrank | 536120cf16a9647fec0b3207730225781e1428bd | a21797dddf23ddfb22b8a33c7e1558b28318ac2f | refs/heads/master | 2020-03-18T00:38:55.708561 | 2019-12-02T21:42:17 | 2019-12-02T21:42:17 | 134,105,456 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 541 | cpp | //
// Created by user3301 on 5/7/2019.
//
#include <gtest/gtest.h>
#include "../questions/DynamicArray.cpp"
class DynamicArrayTest:public testing::Test {
protected:
DynamicArray dynamicArray;
};
TEST_F(DynamicArrayTest, testmethod1) {
int n = 2;
std::vector<std::vector<int>> input{{1,0,5}, {1,1,7}, {1,0,3}... | [
"zhelun.gai@tmacomms.com"
] | zhelun.gai@tmacomms.com |
4ac2de6b5fda2ce008dff0dd85321b497fca6d5d | c13c121d96fdd8682982854f43e50be011863aa1 | /Code/Engine/ext-2DGameLevel/GL2DVoxelPrefabsMap.cpp | 47accfc9a29bce7dd2849247063fe304c532b17c | [] | no_license | paksas/Tamy | 14fe8e2ff5633ced9b24c855c6e06776bf221c10 | 6e4bd2f14d54cc718ed12734a3ae0ad52337cf40 | refs/heads/master | 2020-06-03T08:06:09.511028 | 2015-03-21T20:37:03 | 2015-03-21T20:37:03 | 25,319,755 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,057 | cpp | #include "ext-2DGameLevel\GL2DVoxelPrefabsMap.h"
#include "core-MVC\Prefab.h"
#include "core\Filesystem.h"
#include "core\ResourcesManager.h"
#include "core\FilesystemScanner.h"
///////////////////////////////////////////////////////////////////////////////
namespace // anonymous
{
class Scanner : public Filesyst... | [
"ptrochim@gmail.com"
] | ptrochim@gmail.com |
f4b4724505bc667c57e5c49f9aad752119975c1d | ac3b166edf2d31e0e8f0132218c6eb6532f0fcb5 | /util/logging.h | 7248ac9c462d036b21b757250e9f899ed42a149a | [] | no_license | zhengyidong/level_db | 684ee4412ad9a5861c6741afaeb158e522b9521b | 2d1ff2a391c9d27a63da130397434d57f1d5948f | refs/heads/master | 2021-01-11T22:16:14.742313 | 2017-02-16T13:39:52 | 2017-02-16T13:39:52 | 78,941,169 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 989 | h | #ifndef UTIL_LOGGING_H
#define UTIL_LOGGING_H
#include <string>
#include <stdint.h>
namespace leveldb {
class Slice;
// Append a human-readable printout of "num" to *str
extern void AppendNumberTo(std::string* str, uint64_t num);
// Append a human-readable printout of "value" to *str.
// Escapes any non-printable ... | [
"zyidong.zheng@gmail.com"
] | zyidong.zheng@gmail.com |
f7c7d429b5e445503ce7d2d969883a242f1a3fc1 | b1fd8abfcbf68687f7a86c24ea6cfbdea2fad643 | /Classes/C3D/C3DLayer.cpp | df1be66ae349e9789cd2d3a491a0ba6ee6fc2ec4 | [] | no_license | lswzzz/ParticleSystem | 496e012961a598ca32ddd6b3b649585bade1d181 | 46a3f81ae635ff1349d9ab31a2f899ff43f81dd2 | refs/heads/master | 2020-01-28T03:01:03.071901 | 2016-04-20T09:43:09 | 2016-04-20T09:43:09 | 56,673,928 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,999 | cpp | #include "C3DLayer.h"
#include "Global.h"
#include "ControlView.h"
#include "ResourceView.h"
C3DLayer::C3DLayer(void)
{
m_pParticleSystem = NULL;
shape = NULL;
m_pCamera = NULL;
}
C3DLayer::~C3DLayer(void)
{
}
bool C3DLayer::init()
{
addTouchEvent();
m_pParticleSystem = new C3DParticleSystem();
m_pParticleSys... | [
"793620896@qq.com"
] | 793620896@qq.com |
4e19bbee9403438265f4eea9404df4a1bd1a26ff | cbea406838397b87d1e92e6f3a73fa7b04e07142 | /week4/day3/task2/t02_header_triangle.h | 51f20240203a69f4cf216f40c23b7a9851a613c0 | [] | no_license | greenfox-zerda-sparta/Oszvaldb | c8d3e71710e66eba59ae0bc38916ee244367c464 | 69d76fc4947b5e1539d116ea5d379f4d8ff87b70 | refs/heads/master | 2021-01-12T18:14:57.203584 | 2016-12-15T13:21:47 | 2016-12-15T13:21:47 | 71,351,136 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 347 | h | /*
* t02_header_triangle.h
*
* Created on: Nov 9, 2016
* Author: zoltanszabo
*/
#ifndef T02_HEADER_TRIANGLE_H_
#define T02_HEADER_TRIANGLE_H_
#include <iostream>
#include <string>
using namespace std;
class Triangle: public Shape {
public:
string* getName();
virtual ~Triangle();
};
#endif /*... | [
"nagyongonoszi@gmail.com"
] | nagyongonoszi@gmail.com |
fc317cd00fd4e924242f3f79a38201ec10ec34a5 | deb299e9f4beeec28a5033a2410b13c39402dfed | /prime1_N.cpp | 432cb56d0f4d8e58a2caeb86cd6ca2af84f33103 | [] | no_license | chandani91/Practice | 755c07815dde3eaae7d6a1f9e8ea569d3ed45c61 | e628a8bcd2c150d52716574e01f7f3da8873c691 | refs/heads/master | 2021-01-12T15:42:17.094948 | 2019-09-04T03:31:24 | 2019-09-04T03:31:24 | 71,856,999 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 459 | cpp | #include <iostream>
using namespace std;
void prime(int num)
{
int checknum = 2;
while (num >= 1)
{
int divider = 2, counter = 0;
while(divider <= checknum)
{
if(checknum % divider == 0)
{
counter++;
}
divider++;
}
if (counter == 1)
{
cout << checknum << endl;
num--;
}
checknum... | [
"chandani@vt.edu"
] | chandani@vt.edu |
fc81a2197ea0a9497c75095179175712cbb3f18f | 4b701e6bce80e852878e4c0329b39f6b30e612bc | /src/variant.cpp | 4be41c526d2285c8ba9d2ff21e7d85edd232f07e | [
"MIT"
] | permissive | swizl/fakescript | 2ed3dbbe3563e7e3e0cf73f0855bcb5cf2058534 | 24eab5d9b6f1c3edcbdd4e78408a6bdabd2bd68d | refs/heads/master | 2021-01-14T12:27:19.246452 | 2015-07-29T09:36:01 | 2015-07-29T09:36:01 | 39,936,851 | 1 | 0 | null | 2015-07-30T07:18:30 | 2015-07-30T07:18:30 | null | UTF-8 | C++ | false | false | 65 | cpp | #include "variant.h"
#include "fake.h"
#include "interpreter.h"
| [
"esrrhs@localhost"
] | esrrhs@localhost |
95ef08de9cbedbe226da8a34010d70e376c6ba92 | 9f5eaa452ed91d70375b4a832a76ef6703a950e7 | /DK-Microjoy.ino | 1cbcf24833775391b30c9fb705bc3d91023dce7e | [] | no_license | 4dvn/DK-Microjoy | 5d8de71eddd3ae34213ef8498ca6906593c98fb8 | eea7d4f03ae032718cbad67581c956a5c4844354 | refs/heads/master | 2022-06-16T08:17:57.754877 | 2020-05-05T02:11:19 | 2020-05-05T02:11:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,264 | ino | #include <Adafruit_NeoPixel.h>
#include <KnobDK.h>
#include "MIDIUSB.h" // new library for MEGA32U4 chips
#define midiChannel 1
//#define DEBUG
// Controller knobs (analogPin, midiCC, analogMin, analogMax)
#define knobCount 2
KnobDK knob[knobCount] = {
KnobDK(A0, 74, 0, 1023), // X
KnobDK(A1, 75, 1023, 0), // ... | [
"dkrueger@Dan-Kruegers-iMac.local"
] | dkrueger@Dan-Kruegers-iMac.local |
9ae29ca8a3a2fa0c4232b98538763c464ee4e915 | 9e1fb87d6aa5084c850d3165ea749da67d0add59 | /atcoder/ABC/079_ABC_B.cpp | caf761d8543a127afe0611a521135b977bac2c5f | [] | no_license | Yang-33/competitive-programming | 673d57bc95efb559f8e2905bad758cd576505761 | f85ef9f1a5763334e4d26f9206154e4f7c0a85ac | refs/heads/master | 2021-01-12T03:19:17.961860 | 2019-10-06T15:35:48 | 2019-10-06T15:35:48 | 78,174,818 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,268 | cpp | #include <bits/stdc++.h>
using namespace std;
using VS = vector<string>; using LL = long long;
using VI = vector<int>; using VVI = vector<VI>;
using PII = pair<int, int>; using PLL = pair<LL, LL>;
using VL = vector<LL>; using VVL = vector<VL>;
#define ALL(a) begin((a)),end((a))
#define RALL(a) (a).... | [
"kasai.yuta0810@gmail.com"
] | kasai.yuta0810@gmail.com |
7665350a3216ba766984ac4b40b889dc28a4db41 | 9dc3db89bbc63fb0fe6cdd13497db88840d799ce | /lib/aspectc++/examples/helloworld/main.cc | bde38774bf8c8093b21beb6812cb878c5642470e | [] | no_license | nuaaxh/RVtool | ed03fb37a1bf2cab557fd8099986a229a9ab3429 | efe83696df8beded88f5a34e9fc53dd6dfe595dd | refs/heads/master | 2022-12-26T04:25:18.729011 | 2020-09-08T23:14:50 | 2020-09-08T23:14:50 | 302,281,406 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 73 | cc | #include "hello.h"
int main(){
hello(); //print "Hello"
return 0;
}
| [
"jsxyhanyu@qq.com"
] | jsxyhanyu@qq.com |
7dc3f4c595b8e9648331a1c444d3285e6c7ce9c9 | e56d544246865a64ed25eeb62bc86fde5f4e784c | /sample/13_Tanks/src/menu.cpp | 5770d11e6f37ee85122013da5cf8f07c37027dcc | [] | no_license | pdpdds/allegro4_dos | 44017d6892549f49359f6970b3454b09e927f29c | 9232b3acb2bfb883cbdafb1b50daa227a0e27956 | refs/heads/master | 2022-11-27T10:56:39.927867 | 2022-11-20T09:33:04 | 2022-11-20T09:33:04 | 187,037,477 | 13 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,748 | cpp | #include "menu.h"
// Initilizer
menu::menu(){
// Background image
background = load_bitmap_ex( "images/menu.bmp");
// Buffer
buffer = create_bitmap( SCREEN_W, SCREEN_H);
// Buttons
friends_up = button( 90, 275, "/\\", font);
friends_down = button( 90, 335, "\\/", font);
enemies_up = button( 210, 275,... | [
"juhang3@daum.net"
] | juhang3@daum.net |
26f0fd44541839144bfde093195fc39f557eb429 | 6bcdb9e8836cd60e972be865beb50fbfefdfa650 | /test/options/apply.cpp | e6ea068f10e63601baf02e10c21c57c220a4bcf2 | [
"BSL-1.0"
] | permissive | pmiddend/fcppt | 4dbba03f7386c1e0d35c21aa0e88e96ed824957f | 9f437acbb10258e6df6982a550213a05815eb2be | refs/heads/master | 2020-09-22T08:54:49.438518 | 2019-11-30T14:14:04 | 2019-11-30T14:14:04 | 225,129,546 | 0 | 0 | BSL-1.0 | 2019-12-01T08:31:12 | 2019-12-01T08:31:11 | null | UTF-8 | C++ | false | false | 3,150 | cpp | // Copyright Carl Philipp Reh 2009 - 2018.
// 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 <fcppt/args_vector.hpp>
#include <fcppt/text.hpp>
#include <fcppt/catch/either.hpp>
#incl... | [
"carlphilippreh@gmail.com"
] | carlphilippreh@gmail.com |
691a92814ab199cd787d09062273aae58f8a109c | 7c3e75b049ba10f71c702e50f52c70ccd45e9548 | /devoir1/src/BufferGovernor.h | 5460c6655f17641e3f78fbea5ef6c4c142bf075b | [] | no_license | ferhatabbas/ift585 | 3be6df7242604022513aca22e6e5822089d2123b | 7973ec3b230f872130de50bed01d467a82759ed7 | refs/heads/master | 2021-01-10T11:31:12.202973 | 2015-10-04T02:35:49 | 2015-10-04T02:35:49 | 43,622,580 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 702 | h | #pragma once
#include <agents.h>
#include "Signal.h"
using namespace concurrency;
class BufferGovernor
{
private:
int capacity;
int phase;
unbounded_buffer<Signal> completedItems;
public:
BufferGovernor(int capacity) :
phase(0),
capacity(capacity)
{
}
void freeBufferSlot()
{
send(completedItems, Sig... | [
"abbf2501@gmail.com"
] | abbf2501@gmail.com |
eb820879877452180877eb03aff55a1cead4d5b6 | 43441cde04695a2bf62a7a5f7db4072aa0a6d366 | /vc60/inc_src/TcpIpServer.cpp | 97fdb2aeb0a2d7dbfbcdeed18759014eab4a4430 | [] | no_license | crespo2014/cpp-lib | a8aaf4b963d3bf41f91db3832dd51bcf601d54ee | de6b653bf4c689fc5ceb3e9fe0f4fe47d79acf95 | refs/heads/master | 2020-12-24T15:23:32.396924 | 2016-03-21T11:53:37 | 2016-03-21T11:53:37 | 26,559,932 | 0 | 0 | null | null | null | null | ISO-8859-3 | C++ | false | false | 11,389 | cpp | // TcpIpServer.cpp: implementation of the CTcpIpServer class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "TcpIpServer.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
/////////////////////////////... | [
"lester.crespo.es@gmail.com"
] | lester.crespo.es@gmail.com |
d0fdf0a98acee2087d80a64831db643437b4cc73 | 65eba502af7fbdbdc348f954fa98cd36a07fb0c8 | /functionality/experiments/center_node.cpp | b6b423d97dd84ac61a2c579af6e4b95842d3e89a | [] | no_license | desparza22/network-data-distributor | a02090e92d4a8a7ceecae854a997dc7f3788940c | ed21d0b738d792ba1123265bf0fe2f79c43b1059 | refs/heads/main | 2023-07-15T18:29:50.507852 | 2021-08-28T03:22:54 | 2021-08-28T03:22:54 | 382,932,254 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 405 | cpp |
#define QUERY_ALL 0
#define UPDATE_ALL 1
#define TRANSITIONING 2
class CenterNode() {
private:
int state;
CenterNodeAddress** connections;
int num_connections;
public:
CenterNode();
};
CenterNode::CenterNode(CenterNodeAddress** initial_connections, int num_initial_connections) {
this->connections... | [
"diegoesparza@MacBook-Pro-2.local"
] | diegoesparza@MacBook-Pro-2.local |
059c6c45682da6a5f4f1976b0a06edbb5d095ade | 756fce0e51a4888fd6190b925262d88d49e17c84 | /BSGenLib/Include/Common/string.h | effc905de70b31fd27d0c6f8b00a4a881e43a6a2 | [
"Apache-2.0"
] | permissive | kivzcu/BSGenLib | 15d32495e9985ed91896bfcd322eec9fce53b2f4 | 1aeb245eb873f8f23d4a03cd31d5534fa3f4500d | refs/heads/master | 2021-07-13T12:11:13.689415 | 2020-06-12T09:15:03 | 2020-06-12T09:15:03 | 124,209,186 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 17,308 | h | /* ${FILENAME}
** ${LASTMODIFIED}
**
** ${COPYRIGHT}
** ${LICENCE}
**
** DESCRIPTION: Wrapper of char*
*/
#ifndef BES_CCHARSTRING_H
#define BES_CCHARSTRING_H
#if defined(__BSGEN_PUREWIN)
#include <psapi.h>
#pragma comment(lib, "psapi.lib")
class CArrayOfStrings; //forward declaration
#else
#if defined(__BSGEN_MFC)... | [
"besoft@kiv.zcu.cz"
] | besoft@kiv.zcu.cz |
5a5d4a02c0e168396cd2c3278dfda67a23b8b184 | b230a9b3119728b5254361aab5fbaa6cdfc76094 | /Employee.cpp | 78c7bb9935487b208a329e7f8d1bff2a60b66326 | [] | no_license | PatrykSobczyk/ProjectOOP | 9f124abdd29b052ead0b099b6a3192ebb01b2ff4 | 2faf3883bc67b9cb04ac1c429586f49f2f2e95db | refs/heads/master | 2021-01-13T09:15:32.066940 | 2016-10-31T14:18:11 | 2016-10-31T14:18:11 | 72,442,580 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 535 | cpp | //
// Created by patry on 29/10/2016.
//
#include <iostream>
#include <fstream>
#include "Employee.h"
int Employee::getId() const {
return mId;
}
void Employee::setId(int id) {
mId = id;
}
Employee::Employee(const string &name, const string &surname, int age, int id) : Person(name, surname, age), mId(id) {}... | [
"patryyck@gmail.com"
] | patryyck@gmail.com |
4e17c5fc50107e69c193cddbe2c650e9fdb44e39 | 25345a8da8e4f4c7a3417843ed114e5bbe895b37 | /Various SDL programs/DoD/Project3-10_2/Source.cpp | 16beddf78819e6e9454b87bd57b51210145ac2f5 | [] | no_license | RyanBrownGit/Portfolio | 48e9e4a1197e17589e0a3b7c6601a7186284afef | 0589b9e6cd99d4c89f2376fd8b5a1370514076ff | refs/heads/master | 2022-11-29T02:00:04.446503 | 2020-08-15T19:02:22 | 2020-08-15T19:02:22 | 170,279,721 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,198 | cpp | #include "SDL2-2.0.8\include\SDL.h"
#pragma comment(lib, "SDL2-2.0.8\\lib\\x86\\SDL2.lib")
#pragma comment(lib, "SDL2-2.0.8\\lib\\x86\\SDL2main.lib")
#pragma comment(linker, "/subsystem:console")
#include <iostream>
using namespace std;
SDL_Renderer *renderer = NULL;
struct Data
{
float pos_x, pos_y, speed_x, spe... | [
"36549887+Pand3rs@users.noreply.github.com"
] | 36549887+Pand3rs@users.noreply.github.com |
ae7db1ae15c52ac916eac6e7cbe67ff0a5bda8b9 | 98a8e1c7dd3a424a89a88de9a95de1da3c1358cb | /trace.cpp | 52e8c6209b7d3aec6e3783f2d81dd3a8e12ec095 | [] | no_license | SaiWebApps/GCC_Function_Tracer | 63ee8414d35b000beacb8350a12b26cea1e1aab5 | 500ce5813b7234f723cea21f0a2fd915b212f5a1 | refs/heads/master | 2021-01-20T10:37:39.335171 | 2014-08-18T19:57:46 | 2014-08-18T19:57:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,750 | cpp | #include <iostream>
#include <list>
#include <stdio.h>
#include <dlfcn.h>
#include <cxxabi.h>
#include <string.h>
using namespace std;
list<string> function_stack;
extern "C"
{
//Get the name of the function located at the specified address.
char *get_function_name(void *func_ptr)
{
Dl_info i;
int status = 0... | [
"sairambkrishnan@gmail.com"
] | sairambkrishnan@gmail.com |
8a35a9f312253f7dc4b1247631aa20effe3e9c89 | 7230a97d4d4540af4ac69bd19fc30848af2a5e1e | /Elementary/Configuration.h | 3fa33619d948977a0bda1e785725b4693bdcc2f9 | [] | no_license | jnbchen/Eagle_Eye | 74548cc72a19568972c2469653e91246f901cea6 | abeee87ec6c912b656316fcb511488e0bbc9b026 | refs/heads/master | 2020-03-22T18:28:21.296521 | 2018-07-10T17:49:37 | 2018-07-10T17:49:37 | 140,462,492 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,673 | h |
#ifndef _DerWeg_CONFIGURATION_H__
#define _DerWeg_CONFIGURATION_H__
#include <boost/date_time.hpp>
#include <boost/thread.hpp>
#include "../Elementary/ConfigReader.h"
#include "../Elementary/KogmoThread.h"
namespace DerWeg {
class Configuration {
private:
static Configuration* instance; ///< poin... | [
"sascha.wirges@kit.edu"
] | sascha.wirges@kit.edu |
f4cb09dec40f53c993d77316e2bf856a1673954c | dbb4a53393e1c33455307d78ca3f39ecff799308 | /2018/coderclass/curriculum1/course1/chapter2/B.cpp | 3b7c330bc98729443aceaec1512192c9baec9f4c | [
"MIT"
] | permissive | comtran/compfest | af4b46b1baf6f57017ce928eb85f0223a44ff709 | 6267640b4eccbbc341ef56ea87a5cee7bacb74ec | refs/heads/master | 2020-03-17T12:59:07.564203 | 2019-08-04T15:18:24 | 2019-08-04T15:18:24 | 133,612,331 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 255 | cpp | /*!
* @team KatingSeenakJidat
*/
#include <bits/stdc++.h>
using namespace std;
int main() {
int a, b, c;
cin >> a >> b >> c;
if (!((a + b) > c && (a + c) > b && (b + c) > a))
cout << "bukan ";
cout << "segitiga" << endl;
return 0;
}
| [
"wisn.adn@gmail.com"
] | wisn.adn@gmail.com |
b21c545ccbabee93798f3513e9c05449204d047a | 8895e8da4a9f8e59beb23448d1762d7578bfeb61 | /29-07-2011/v2.cpp | 8ec1560c2c4f203de334940ea67a7a85e73cb0f5 | [] | no_license | HugoTrindade/Pasta-C | 6f162ac082cef0b5f306dc8d830bff2111e82514 | 61a7791eabf7de0401b5f7142ce2e6df0330ad3b | refs/heads/master | 2016-09-06T19:42:36.278102 | 2012-10-31T17:01:25 | 2012-10-31T17:01:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 623 | cpp | # include <iostream>
# include <time.h>
using namespace std;
int main ()
{
srand (time(NULL));
int vet_a[5],vet_b[5],vet_c[5],i;
for (i=0;i<=4;i++)
{
vet_a[i]=rand()%30;
vet_b[i]=rand()%50;
vet_c[i]=vet_a[i]+vet_b[i];
}
for (i=0;i<=4;i++)
{
... | [
"hugo.br@hotmail.com"
] | hugo.br@hotmail.com |
ee4ae61f0a38fcfe355159977f57876e95cb602e | 43ddfe76f6cff7f5651114fdfea8a55dd2345e7b | /EthernetShieldNano/worker/worker.ino | a0b9db4fc3a199ebd12526b4a7620738d5348bd1 | [
"MIT"
] | permissive | darkbox/InverterRemote | da28a4610e8ec7d07feeb5bf9b1cdcfbcb63de05 | 6a2394d44547c19223396f3343378ed74830a610 | refs/heads/main | 2023-06-16T00:46:58.633781 | 2021-07-09T19:43:34 | 2021-07-09T19:43:34 | 380,693,671 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,414 | ino | #include <UIPEthernet.h>
#define BUFFER_SIZE 256
#define RELE_PIN_OUT A0
const byte mac[] = {0x90, 0xA2, 0xDA, 0x0D, 0x78, 0xEE};
IPAddress ip(192,168,1,140);
EthernetServer server(80);
char request_buffer[BUFFER_SIZE];
int buffer_index = 0;
int led_state = 0;
void parse_parameter()
{
buffer_index = 0;
Seri... | [
"rgtresd@gmail.com"
] | rgtresd@gmail.com |
db52647b831c7c16c8a24641d166ce9f4f79ba39 | fb62c21867034d216c82dc6478aa251f6d6a895a | /src/Catalogue.cxx | 86e93d323764f542e29e0278b4fbc7ee391ab3d6 | [
"LicenseRef-scancode-scintilla"
] | permissive | nyamatongwe/ScintillaGIT | 03237e3f50835bb8ce4cb840a60837df292aa8bd | 4a96e82308d65ffc2f78e6eea4758ef03af43983 | refs/heads/master | 2021-01-22T05:54:06.542777 | 2018-06-04T06:48:50 | 2018-06-04T06:48:50 | 569,624 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,262 | cxx | // Scintilla source code edit control
/** @file KeyWords.cxx
** Colourise for particular languages.
**/
// Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
#include <stdlib.h>
#include <string.h>
#include <ctype.h... | [
"scintilladotorg@gmail.com"
] | scintilladotorg@gmail.com |
65788285ae8f94ade111204e011858f1ed7fa200 | f268ef85eb335af1794a669e7f69e3c94d3b3cb0 | /Client/source/FeintFire/plan/planframe.h | 6e9096d0af6e3a25aeb5d8c1edfad4162236a567 | [] | no_license | feint123/Emoji | a67a9a6f7cc2e61bba16f9cb75a18c61c8b5d428 | 9929171c9eb74b9799fd3ab23e35d68c059dcfbf | refs/heads/master | 2020-06-16T18:30:49.915832 | 2017-02-02T07:33:09 | 2017-02-02T07:33:09 | 75,077,349 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,313 | h | #ifndef PLANFRAME_H
#define PLANFRAME_H
#include "plan.h"
#include "plancard.h"
#include "plandialog.h"
#include <QGridLayout>
#include <QTimer>
#include <QWidget>
#include <qevent.h>
#include <util/json/jsondata.h>
#include <util/graphic/feintsetting.h>
namespace Ui {
class PlanFrame;
}
class PlanFrame : public ... | [
"13479399352zyf@gmail.com"
] | 13479399352zyf@gmail.com |
a08bc9cb246f82166d2886d18f10a4fe70e5f749 | ad5f8ec886b662b1fab8639643113d8ee6147037 | /ColorBlast_Arduino/ColorBlast_Arduino/ColorBlast_Arduino.ino | 36d54f8b03d8f023073d3cb0b880fb14437f6e0f | [] | no_license | Diditoo14/ColorBlast | 3e2a41d40f02ae7816d145272756624eaa20a87f | d7cfd10a653122d6939e777710e3330094b917f3 | refs/heads/master | 2023-07-20T16:56:53.493956 | 2021-09-06T08:06:53 | 2021-09-06T08:06:53 | 264,506,933 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,067 | ino | /*
Name: ColorBlast_Arduino.ino
Created: 5/16/2020 6:38:59 PM
Author: Didi
*/
// the setup function runs once when you press reset or power the board
#include "Levels.h"
#include "Button.h"
//declare LEDs
const int redLedPin = 6;
const int yellowLedPin = 8;
const int greenLedPin = 13;
//declare buttons
const int... | [
"64740445+Diditoo14@users.noreply.github.com"
] | 64740445+Diditoo14@users.noreply.github.com |
bf3e1d8b4e70af85a789472cfff9aeda2632a14e | 470920210895f3bbfa1ac03d9694bbb2383ce1d4 | /struct_ret_method_8_bytes_with_ctor.cpp | 44b87bd7fccf5efd417971baf7ef978415afaf06 | [] | no_license | jevinskie/smoke-cpp-tests | 9bc0442b853e85c49795266e31307db2f21a9390 | 04ab5f462124c637d66326e6448dc5e7e35f5493 | refs/heads/master | 2020-04-06T04:56:49.236159 | 2014-05-15T22:21:31 | 2014-05-15T22:21:31 | 35,945,828 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 299 | cpp | // http://llvm.org/PR13676
#include "common.h"
struct S {
int a, b;
S(char *) {}
};
class C {
public:
S foo();
};
#ifdef CONFIG_1
S C::foo() {
S ret(0);
ret.a = 1;
ret.b = 2;
return ret;
}
#else
int main() {
C c;
S s = c.foo();
CHECK_EQ(1, s.a);
CHECK_EQ(2, s.b);
}
#endif
| [
"timurrrr@google.com@f3716982-0670-aa43-fdc7-53a2bea90ebe"
] | timurrrr@google.com@f3716982-0670-aa43-fdc7-53a2bea90ebe |
a8e426985abce6f376cd5760626ca2e4d9cf4cc2 | 0afa23db7c7f1287364885bbb4f80000b3da96c0 | /Main/packages/CefSharp.Common.69.0.0/src/CefSharp.BrowserSubprocess.Core/JavascriptCallbackRegistry.cpp | e8fa646943f3bd5ab5321952fa3e8c130c96bcfb | [
"MIT"
] | permissive | ReckoningHero/.NET--Private-Browser | 6a31715e0076d63c6f08bad8ec194a3b61fe86be | 569ebe4c60b3a64d2c550fbcf6556e7ae70510d0 | refs/heads/master | 2022-03-08T02:07:18.064125 | 2020-01-11T17:53:14 | 2020-01-11T17:53:14 | 145,083,785 | 3 | 0 | MIT | 2022-02-26T01:22:03 | 2018-08-17T06:55:13 | HTML | UTF-8 | C++ | false | false | 1,398 | cpp | // Copyright © 2015 The CefSharp 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 "stdafx.h"
#include "JavascriptCallbackRegistry.h"
using namespace System::Threading;
namespace CefSharp
{
namespace Internals
{
... | [
"twinb0rn@github.com"
] | twinb0rn@github.com |
8b5a837e78b9ab40091b1c413ad5ebc0a3bb3c63 | 718811bbb8d9e2ba2503873e5bdbdf3f8108138f | /stacks_queues/paranthesis.cpp | 67d9c80ae98d6128649cbf5375b3c67f42edf7ac | [] | no_license | kadiri-dev/leetcode_questions | 87c4964799df34d205b8ae7fe8127822fe6f4611 | 1ba45281bda1e2b0119332332a60fe33e12a4e68 | refs/heads/main | 2023-05-07T16:43:50.192561 | 2021-05-31T18:12:58 | 2021-05-31T18:12:58 | 334,053,523 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,845 | cpp |
class Solution {
public:
int scoreOfParentheses(string S) {
stack<char> st;
int out=0;
for(int i=0;i<S.size();i++){
switch(S[i]){
case '(':
cout<<"case 1:"<<"i: "<<i<<endl;
st.push(S[i]);
break;
... | [
"kadiri123.abhilash@gmail.com"
] | kadiri123.abhilash@gmail.com |
b12d43836e540d09a09854e359b22b8ae3df1fa0 | 0ef4f71c8ff2f233945ee4effdba893fed3b8fad | /misc_microsoft_gamedev_source_code/misc_microsoft_gamedev_source_code/extlib/Granny/XBox/source/granny_bink0_compression.cpp | d33c086f5984d40ed1efac974072a39209c97d74 | [] | no_license | sgzwiz/misc_microsoft_gamedev_source_code | 1f482b2259f413241392832effcbc64c4c3d79ca | 39c200a1642102b484736b51892033cc575b341a | refs/heads/master | 2022-12-22T11:03:53.930024 | 2020-09-28T20:39:56 | 2020-09-28T20:39:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 99,417 | cpp | // ========================================================================
// $File: //jeffr/granny/rt/granny_bink0_compression.cpp $
// $DateTime: 2007/09/20 15:05:27 $
// $Change: 16033 $
// $Revision: #15 $
//
// (C) Copyright 1999-2007 by RAD Game Tools, All Rights Reserved.
// =============================... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
fc02f066fdadca5251fb5b2dff6ca7e38beb8c65 | 419ee1b3c10effb26daf4e16090a99e57732ab4e | /model/videocodecs/video-codecs.cc | f943f587a180caa11c34dd64862a317c0962045b | [
"Apache-2.0"
] | permissive | shihunyewu/bbr | 4e82626b6f8429497acdd7a5a7109a3637980adf | aa77e201d56727951a0905d37ea8677cf162dcdb | refs/heads/master | 2020-06-19T23:03:23.299110 | 2018-07-16T07:19:25 | 2018-07-16T07:19:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 27,011 | cc | /******************************************************************************
* Copyright 2014-2017 cisco Systems, Inc. *
* *
* Licensed under the Apache License, Version 2.0 (the "License"); *
... | [
"shilei@bigo.sg"
] | shilei@bigo.sg |
5ce34130e35013416334ec97610ca844e9a57252 | d1fb66ab2b57ba52354cbf12904df25e5e87f124 | /examples/mantevo/miniFE-1.1/optional/stk_util/use_cases/UseCaseEnvironment.hpp | e99179540133c1eb7ff5706122d50973caf48136 | [
"BSD-3-Clause"
] | permissive | sdressler/objekt | f6e0d19d564db2db14eea1b83d5f1093afbf79c3 | 30ee938f5cb06193871f802be0bbdae6ecd26a33 | refs/heads/master | 2023-08-31T16:52:05.027300 | 2013-06-11T06:50:48 | 2013-06-11T06:50:48 | 9,997,813 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,493 | hpp | /*------------------------------------------------------------------------*/
/* Copyright 2010 Sandia Corporation. */
/* Under terms of Contract DE-AC04-94AL85000, there is a non-exclusive */
/* license for use of this work by or on behalf of the U.S. Government. */
/* Export o... | [
"dressler@zib.de"
] | dressler@zib.de |
73b2ad9388f0d2d222f8dd3c1739c059b49cd25b | 66e7696cc2dd6a9a70c693928f08045ffabc87d4 | /src/rpc/protocol.h | 3bd606b92438ca84ab84fb5e3d56d370eb5070f1 | [
"MIT"
] | permissive | cryptofuture/hda | 355026861aecadb71c4febc381793274ea5c5654 | 81fdc80dc5e49ccd350079ae321fd602b8516eb0 | refs/heads/master | 2020-04-06T20:02:50.910988 | 2016-12-25T17:37:30 | 2016-12-25T17:37:30 | 59,219,746 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,464 | h | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_RPCPROTOCOL_H
#define BITCOIN_RPCPROTOCOL_H
#include <list>
#include ... | [
"admin@hda.me"
] | admin@hda.me |
d2e478f957c745d0459939537079d03bba79bc92 | 395b79405083ab5e6e1322121e76881ce3799666 | /myQThreadTcpServer/mainwindow.h | 1f541a774e4f81c41cc0ee732283661a74ef8873 | [] | no_license | lc641777437/QtTcpThreadServer | 80c41cc259eefccc093d57ccbfdcb2dad7a21ed5 | 468590eee6acf88e8738beb775ce2b78f843c8cb | refs/heads/master | 2021-01-13T13:05:07.085835 | 2017-01-12T01:42:26 | 2017-01-12T01:42:26 | 78,696,884 | 0 | 0 | null | 2017-01-12T01:37:36 | 2017-01-12T01:37:36 | null | UTF-8 | C++ | false | false | 777 | h | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include "mytcpserver.h"
namespace Ui {
class MyQTheadTcpServer;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
public slots:
void getData(qintptr handle, QString i... | [
"dushibaiyu@yahoo.com"
] | dushibaiyu@yahoo.com |
fc41568e67c6c9295ceaeade499e1f8d4dc91ebd | fc2d01d1afa08ffc46c23901163c37e679c3beaf | /Renderer2D/R2D_Rect.h | cbc35b13952793608124ac3ce2c24bca940fcbf2 | [] | no_license | seblef/ShadowEngine | a9428607b49cdd41eb22dcbd8504555454e26a0c | fba95e910c63269bfe0a05ab639dc78b6c16ab8b | refs/heads/master | 2023-02-14T19:08:25.878492 | 2021-01-08T16:16:44 | 2021-01-08T16:16:44 | 113,681,956 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 285 | h |
#ifndef _R2D_RECT_H_
#define _R2D_RECT_H_
#include "R2D_Object.h"
class R2D_Rect : public R2D_Object
{
public:
R2D_Rect() : R2D_Object(R2D_RECT) {}
R2D_Rect(const Vector2& pos, const Vector2& size, const Color& c) : R2D_Object(R2D_RECT,pos,size,c) {}
};
#endif | [
"sebast.lefort@gmail.com"
] | sebast.lefort@gmail.com |
e1dee997e288a77bc4fcbe504bd8168183868168 | ec829f4844a11bb379b1c3b8c4876735abe83573 | /src/amount.cpp | 4e301923bfdf13e1344631eca230418eda9377ad | [
"MIT"
] | permissive | retzger/CBN | f1d4d448ed9c87659c5a35965f6d4e4532a90d5f | dea43b9bd3c75cc1f34c2d30ed85e14432978bbd | refs/heads/master | 2020-11-25T20:14:47.555336 | 2019-09-01T10:10:55 | 2019-09-01T10:10:55 | 228,827,109 | 1 | 0 | MIT | 2019-12-18T11:36:33 | 2019-12-18T11:36:32 | null | UTF-8 | C++ | false | false | 762 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "amount.h"
#include "tinyformat.h"
CFeeRate::CFeeRate(const CAmount& nFeePa... | [
"ziofabry@hotmail.com"
] | ziofabry@hotmail.com |
2ebe9d6bc23dba686d640a90c77aa84da3378362 | 144fdeec6dec6ed22e702f8902f94d77ba0d6059 | /tests/com.oracle.truffle.llvm.tests.debug/debug/testObjectPointer.cpp | 83bdf6c92792fedbe2a6ab460559c993d470d6ae | [
"BSD-3-Clause",
"NCSA",
"MIT"
] | permissive | pointhi/sulong | cb9dc61f54a113e988911f1e3654d6e5792c2859 | 5446c54d360f486f9e97590af5f466cf1f5cd1f7 | refs/heads/master | 2021-01-16T22:17:36.966183 | 2018-07-03T16:12:12 | 2018-07-03T16:12:12 | 67,107,046 | 1 | 1 | null | 2016-09-01T07:06:28 | 2016-09-01T07:06:28 | null | UTF-8 | C++ | false | false | 1,140 | cpp | #include <cstdio>
class MyClass {
private:
int a;
float b;
double c;
long d;
char e;
short f[3];
public:
MyClass(int _a, float _b, double _c, long _d, char _e, short f1, short f2, short f3) {
this->a = _a;
this->b = _b;
this->c = _c;
this->d = _d;
thi... | [
"jacob.kreindl@jku.at"
] | jacob.kreindl@jku.at |
f0e20daf177392aab37c10e07d465dd76def66a2 | 3f20552617e9e6770c226acdfd0792b775e81be7 | /config/PythonFileInfo.h | df4dbb946508e4c070d9fc5b79991a982b644de5 | [] | no_license | duyunhe/manage | 8e4bd8bb7c79d1a54e00c29a46887b289e83dc53 | d339f2c907d0e20d794bb8bbd5a40e791582349a | refs/heads/master | 2021-01-24T16:39:40.143824 | 2018-02-28T08:27:43 | 2018-02-28T08:27:43 | 123,206,258 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 181 | h | #include "stdafx.h"
#pragma once
class CPythonFileInfo
{
public:
CString filename;
CString author;
CString desc;
bool used;
CPythonFileInfo(void);
~CPythonFileInfo(void);
};
| [
"a_crux@126.com"
] | a_crux@126.com |
dc29ab56c1c79132a9ee2702d1be78e528f19ed2 | 607a24dffd79cb50feb0c90d9b528ab01a694648 | /MATERI BASIC/substitusistring/Main.cpp | 6f9af441e43fc2858f06c17c8e2cf0e01b2773aa | [] | no_license | yogadwiprasetyo/belajar-cpp | fa8b4b74a11f6fca9556beb116d1d0d890a43765 | e676c0a78a9fdfacbca1e11a6b5370b1175945ed | refs/heads/master | 2021-01-04T17:33:04.825013 | 2020-02-15T14:15:35 | 2020-02-15T14:15:35 | 240,688,168 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 844 | cpp | #include <iostream>
#include <string>
using namespace std;
int main(){
string kata("saya adalah penguasa di tempat ini");
string kata2("ceo bernama yoga dwi prasetyo");
cout << "1. " << kata << endl;
cout << "2. " << kata2 << endl << endl;
// swap string
// swap(namastring)
kata.swap(kata2);
cout << "swap ... | [
"yprsty01@gmail.com"
] | yprsty01@gmail.com |
d6aebffe3c5604af84e40b1dcee6667ed8a85b38 | db8523e5cb74d037bef1b35383539898eb2cf258 | /201501489최영진_실습3/Practice3/Practice3.cpp | e1f56e9c7334316fb36bd0699f93d5bf0628783d | [] | no_license | 0general/practice-cpp | ccdf96031698ff4814eee7a57353f33b9a19c698 | 529467b122652cc8d5a30b98464b0f2a44ecef25 | refs/heads/main | 2023-08-25T08:35:31.814240 | 2021-10-20T14:41:43 | 2021-10-20T14:41:43 | 356,194,346 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,492 | cpp | // 201501489 최영진
//
#include <iostream>
#include <string>
using namespace std;
#include "Cart.h"
int main()
{
cout << "위시리스트에 몇 가지 항목을 넣으시겠습니까? ";
int n;
cin >> n;
Cart WishList(n);
Cart C(WishList);
cout << "\n장바구니에서 수량을 변경하세요..." << endl;
C.updateQuantity();
cout << "_______________... | [
"0general@naver.com"
] | 0general@naver.com |
de7436bfad14eab6e1b70d41468b53afc543d68d | 5e8d200078e64b97e3bbd1e61f83cb5bae99ab6e | /main/source/src/utility/json_spirit/json_spirit_writer.cc | 29877bd079d5ae12bd1d38300907dab2988a2ff5 | [
"MIT"
] | permissive | MedicaicloudLink/Rosetta | 3ee2d79d48b31bd8ca898036ad32fe910c9a7a28 | 01affdf77abb773ed375b83cdbbf58439edd8719 | refs/heads/master | 2020-12-07T17:52:01.350906 | 2020-01-10T08:24:09 | 2020-01-10T08:24:09 | 232,757,729 | 2 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 2,688 | cc | // Copyright John W. Wilkinson 2007 - 2011
// Distributed under the MIT License, see accompanying file LICENSE.txt
// json spirit version 4.05
#include "json_spirit_writer.h"
#include "json_spirit_writer_template.h"
namespace utility {
using namespace json_spirit;
#ifdef JSON_SPIRIT_VALUE_ENABLED
vo... | [
"36790013+MedicaicloudLink@users.noreply.github.com"
] | 36790013+MedicaicloudLink@users.noreply.github.com |
1e91b84cc8a03c80569421f447320b4a2a49700b | d9595be1ce97b478b5d7b8556fc01c6893c13aa6 | /ui/gui/core/gui_event.h | b84e8428c20a6182724d8c71d5a2a0378617632c | [] | no_license | ty969975553/base | 822e1e4f37e77aab1c9b8cf2a5a1c3da07fa0fa5 | a97357a105bfed67f78cb31358432870351d8898 | refs/heads/master | 2021-05-26T01:35:11.617722 | 2021-04-19T09:15:02 | 2021-04-19T09:15:02 | 254,001,730 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 263 | h | #pragma once
#include "precompile_header.h"
#include "graphics/gui_element.h"
using Ptr = std::unique_ptr;
template<class Args>
class GuiEvent
{
private:
Ptr<GuiElement> ;
/* data */
public:
GuiEvent(const std::string& name, );
~GuiEvent();
};
| [
"969975553@qq.com"
] | 969975553@qq.com |
64623137e87bb984a1a14193497274fb18aeae75 | c9b38d9f6d489d63c6afcda18370d48faaf4e35e | /Vectors/rotate_array.cpp | 125983027c3ce821b67c4906aaed99b029059da7 | [] | no_license | Jim-Tony/CPP-STL | 848895ea18f4c073d31eca69e9aa9ed52f794d86 | edd1fc6cd868af4acd1a96c53a746245504460ca | refs/heads/master | 2023-05-16T19:01:30.142851 | 2021-06-08T07:09:25 | 2021-06-08T07:09:25 | 365,751,154 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 501 | cpp | #include<iostream>
#include<vector>
#include<algorithm>
using namespace std;
void disp(vector<int> v_disp){
for(auto it=v_disp.begin();it!=v_disp.end();it++){
cout<<*it<<" ";
}
cout<<endl;
}
int main(){
int k,n;
cout<<"Enter size of vector ";
cin>>n;
vector<int> v1(n);
for(int i=... | [
"jimtonystarc@gmail.com"
] | jimtonystarc@gmail.com |
bb65c73e58b6b46201b9eabd28f9fe838932dc25 | 77fde262b2bd826e63682bdd890d5bd7099c9e4a | /之前的文件/Ex4/dlist/dlistmgt.cpp | 09568003a4f114c8c372e7b2e4378096e738bb2a | [] | no_license | hujiadfr/CS-homework | 27a4402ce7554d308c8646526f8328edd42195b3 | 59c9ebeef666c3b62cc557ad223d491d8829fe12 | refs/heads/main | 2023-03-25T19:07:38.759654 | 2021-03-23T02:52:13 | 2021-03-23T02:52:13 | 331,932,466 | 0 | 0 | null | 2021-03-23T02:43:53 | 2021-01-22T11:56:54 | C++ | UTF-8 | C++ | false | false | 10,234 | cpp | //
// dlistmgt.cpp
//
//
// Created by KD on 14.01.21.
//
#include <stdio.h>
#include <iostream>
#include <cstdlib>
#include "dlist.cpp"
using std::cout;
using std::cin;
int main()
{
int type, op;
int pos, yes;
int intitem, result1;
DList<int> mylist1 = DList<int>();
DList<double> mylist2 = DL... | [
"jiarun126@hotmail.com"
] | jiarun126@hotmail.com |
f34321d5d7ada8ecc75d958734b86e48db4035f2 | 45def3dd66affc5e040882a58904a39fcbfe1492 | /mainwindow.cc | c662819c8225ca0986ff308e913c35c2649d4839 | [] | no_license | ileonte/passman | a299322b15a58b57ae129c5550933ca7a1d75eeb | b6f00e1e067b12fcf7c8db3ff8516e5980dc267d | refs/heads/master | 2021-01-10T09:44:24.874588 | 2016-02-01T07:18:03 | 2016-02-01T07:18:03 | 36,396,932 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,502 | cc | #include "mainwindow.h"
#include <QWidget>
#include <QApplication>
#include <QVBoxLayout>
#include <QHBoxLayout>
#include <QGridLayout>
#include <QDebug>
#include <QIcon>
#include <QLabel>
#include <QDesktopWidget>
#include <QGroupBox>
#include <QFrame>
#include <QMessageBox>
#include "passmanapp.h"
#include "platfor... | [
"ionut.leonte@gmail.com"
] | ionut.leonte@gmail.com |
09d00de20e01ecb505d54c7c113be460dd5954bb | 458e283864f04adfbf956390a3ca84361d4c9346 | /candle-wifi/EL_WiFiMQTTManager.h | f73f12f7c18eb5e201f633e3dd5786da15d4ee1f | [] | no_license | thesoftwarejedi/Arduino | ce1ac51f058d5afc900a65ffdfc42e7d2de90c03 | 43cc867e741771c5b5821982fbffee2302d70b08 | refs/heads/master | 2021-06-28T04:30:05.931845 | 2019-05-06T14:25:03 | 2019-05-06T14:25:03 | 113,686,395 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,387 | h | /*
WiFiMQTTManager.h - Library for the ESP8266/ESP32 Arduino platform
for configuration of WiFi and MQTT credentials using a AP mode and Captive Portal
Written by David Reed hashmark47@gmail.com
GNU license
*/
#ifndef WiFiMQTTManager_h
#define WiFiMQTTManager_h
//#define MQTT_MAX_PACKET_SIZE 512
#include <A... | [
"dana.hanna@gmail.com"
] | dana.hanna@gmail.com |
a87e053aeec5abfc8a18a5e94406593ce38363f8 | 119ba245bea18df8d27b84ee06e152b35c707da1 | /unreal/branches/listenersBranch/qrxml/kernelEditor/contextMenuActionTrigger.cpp | c4b1541075c31a92d5ba4991f9ea99b729d6f94b | [] | no_license | nfrey/qreal | 05cd4f9b9d3193531eb68ff238d8a447babcb3d2 | 71641e6c5f8dc87eef9ec3a01cabfb9dd7b0e164 | refs/heads/master | 2020-04-06T06:43:41.910531 | 2011-05-30T19:30:09 | 2011-05-30T19:30:09 | 1,634,768 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,592 | cpp | #include "../../qrgui/editorManager/editorManager.h"
#include "contextMenuActionTrigger.h"
#include <QtCore/QDebug>
#include <QUuid>
#include <QVariant>
using namespace kernelEditor;
void ContextMenuActionTrigger::writeMethodPropertiesToModel(qReal::Id methodElemId, QString name, QString returnType,
QString para... | [
"ololo@ololo.org"
] | ololo@ololo.org |
bbf92f2ea7cc0b298902ae5442ab1813f862e3a3 | eca2ca1b1bdbf6c68cf54f75b0f3dd5fb4591b59 | /shelly_dallas/shelly_one_wire.cpp | ae623616426ca7377ce02298128358294da6f2ee | [] | no_license | pax0r/esphome-custom-components | 9063e0ed85106cc7aaf4a001259628bf9c31c8bd | 1804ed31c1d0bbc9f84ad188fa1e52b025bff04a | refs/heads/master | 2023-01-13T22:40:27.354779 | 2020-11-11T21:20:59 | 2020-11-11T21:20:59 | 312,092,781 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,707 | cpp | #include "shelly_one_wire.h"
#include "esphome/core/log.h"
#include "esphome/core/helpers.h"
namespace esphome {
namespace shelly_dallas {
static const char *TAG = "shelly_dallas.one_wire";
const uint8_t ONE_WIRE_ROM_SELECT = 0x55;
const int ONE_WIRE_ROM_SEARCH = 0xF0;
ShellyOneWire::ShellyOneWire(GPIOPin *input, G... | [
"pax0r@o2.pl"
] | pax0r@o2.pl |
5500b1fbac8ef58f960d08c8ce13a2c242cc5931 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/squid/gumtree/squid_new_log_665.cpp | ab61e1144bfe5d663e47ad38b48efce89633854d | [] | 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 | 105 | cpp | storeAppendPrintf(sentry, "swap.files_cleaned = %.0f\n",
stats.swap_files_cleaned); | [
"993273596@qq.com"
] | 993273596@qq.com |
e84fedadfde926ed985cfae46c6a3a01680526fd | 9d65f1594b09a8e3238d34e470be3d2bd365f272 | /src/utilities.cpp | 38dc673fe6be25664162bda8f7257829c87546fc | [
"MIT"
] | permissive | moffa13/FilesEncrypt | d7974873f7a10bb61648b4be3855563c8467ee0a | f5780e2f436039aed8b05e66fd9bb0696e0c81ae | refs/heads/master | 2021-01-20T07:51:12.537493 | 2017-10-08T15:32:12 | 2017-10-08T15:32:12 | 90,050,737 | 1 | 1 | null | 2017-07-09T01:12:46 | 2017-05-02T15:47:03 | C | UTF-8 | C++ | false | false | 2,424 | cpp | #include <cstdlib>
#include <string>
#include <QString>
#include <fstream>
#include "Logger.h"
#include <experimental/filesystem>
#include <random>
#include <QtDebug>
namespace utilities{
using namespace std;
bool checkFileExists(string const &filename){
return std::experimental::filesystem::exists(f... | [
"moffajeremy@outlook.com"
] | moffajeremy@outlook.com |
7bf05424f8d9f3789d2da5c8ba8354a992c05030 | 679f9daa6d41875e9eb1c981df6e2295419787aa | /ParticleSystem/Generator/ParticleGeneratorRandomColor.hpp | 55f837ea2688ae2b76eaa34f1c01776ae72de884 | [] | no_license | Tigole/rpg_engine | 4296546bdcaaa34e076f49e1e143cbd7cbd6f33f | 0667aa917fe452605fc3f5df174bd616b31cbf26 | refs/heads/master | 2021-01-19T03:27:41.351170 | 2018-11-18T19:02:29 | 2018-11-18T19:02:29 | 60,992,396 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 956 | hpp | #ifndef _PARTICLE_GENERATOR_RANDOM_COLOR_HPP
#define _PARTICLE_GENERATOR_RANDOM_COLOR_HPP 1
#include "ParticleGeneratorAreaPosition.hpp"
class ParticleGeneratorRandomColor : public ParticleGenerator
{
public:
virtual void mt_Generate(ParticleEmitter& emitter, ParticleContainer& container, std::size_t from, std::siz... | [
"sylvain.janniere@laposte.net"
] | sylvain.janniere@laposte.net |
12503e14ecde3a376b45cd280d26134db178a591 | 83bdff7c567494f68b38fa698c02f6ea7c4e2dcd | /new2/inetmanet-3.0/src/inet/mobility/single/LaptopModelManager.cc | 047fd70d62b31744465b44e58d24aacb40bb8f38 | [] | no_license | keifujunaga/VirtualSpringMesh | 0dc6a7f50f7f37a6edfe2e409a373165fb726b9d | e5c1060988ce0c8f6ddc7e69ddaee30bb08c17d6 | refs/heads/master | 2020-04-08T11:30:39.095298 | 2018-11-27T09:17:26 | 2018-11-27T09:17:26 | 159,308,591 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,888 | cc | //
// Copyright (C) 2013 Alfonso Ariza. Universidad de Malaga
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later versi... | [
"b1015082@gmail.com"
] | b1015082@gmail.com |
8af83b7158ee2b6e60dbf5b9e37023ad00ba4e1f | 98d4773217897740dcadfd1f609f0761556e47ff | /thirdparty/harfbuzz/src/hb-ot-color-cpal-table.hh | fa7d3207be6f613009bbe56ad097e4d1bc1296c3 | [
"BSD-3-Clause",
"Zlib",
"LicenseRef-scancode-nvidia-2002",
"Libpng",
"Unlicense",
"OFL-1.1",
"MIT",
"BSL-1.0",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"Bitstream-Vera",
"MPL-2.0",
"LicenseRef-scancode-unknown-license-reference",
"MIT-Modern-Variant",
"LicenseRef-scancode-other... | permissive | dheerajd5/godot | 17197a747b8e230f69e918a4797b2e2146657875 | a140357397a2f655c2117b955bbac703edb83542 | refs/heads/master | 2023-02-09T20:52:50.892989 | 2021-01-09T14:05:48 | 2021-01-09T14:05:48 | 328,168,476 | 0 | 0 | MIT | 2023-02-28T06:24:49 | 2021-01-09T14:04:54 | C++ | UTF-8 | C++ | false | false | 6,257 | hh | /*
* Copyright © 2016 Google, Inc.
* Copyright © 2018 Ebrahim Byagowi
*
* This is part of HarfBuzz, a text shaping library.
*
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* software and its documentation for any pur... | [
"7645683+bruvzg@users.noreply.github.com"
] | 7645683+bruvzg@users.noreply.github.com |
03f7639ffa58703158d50ca7f61a506c0b2c8e15 | 45a26f28a29ab6dd9d3bcf315117d814f50808b1 | /src/llvmCore/llvmCore-2358.3/lib/Target/X86/X86InstrInfo.h | bd9bb02801dc2bb3be96429befb7f3d0216727b4 | [
"NCSA"
] | permissive | zeborrego/opensource.apple.com | 0eb9161029ce8440dbdc4b5157b3927a6e381f8d | 88cbaab4a42e97cbbfe6b660f2f0945536821be6 | refs/heads/master | 2021-07-06T17:16:28.241638 | 2017-10-02T11:58:56 | 2017-10-02T11:58:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 32,169 | h | //===- X86InstrInfo.h - X86 Instruction Information ------------*- C++ -*- ===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"mattl@cnuk.org"
] | mattl@cnuk.org |
cfa884d6d38a0a49472aa4ad536b25157db613b8 | a81c07a5663d967c432a61d0b4a09de5187be87b | /chrome/browser/ui/views/page_info/safety_tip_page_info_bubble_view_browsertest.cc | e0ceb69dd99f44fc209f75b8d339a39d139d647b | [
"BSD-3-Clause"
] | 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 | 15,159 | cc | // Copyright 2019 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 <algorithm>
#include <string>
#include <utility>
#include <vector>
#include "base/bind.h"
#include "chrome/browser/engagement/site_engagement_sc... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
94959ae26b55c6a4362e3a0c489f68e2957eaf43 | 65e4fae540d480d0622a9298079590b953e1bd1b | /src/UISlider.h | b033d8f03822adb6408d29d9aec0c93741cc4558 | [] | no_license | tcvdijk/fast-linear-carto | a206a5a6bd1e1488f8f4980e82a0fe61e3ecb3b8 | 246e7a306ed981e9951941c902c20180c57b9acb | refs/heads/master | 2022-11-30T21:31:01.983369 | 2020-07-29T09:12:53 | 2020-07-29T09:12:53 | 283,442,488 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 976 | h | #ifndef INCLUDED_UISLIDER
#define INCLUDED_UISLIDER
#include <FL/Fl_Widget.H>
#include <FL/Fl_Group.H>
#include <FL/Fl_Hor_Slider.H>
#include <FL/Fl_Box.H>
class UISlider : public Fl_Group {
const char *label_;
Fl_Hor_Slider *slider;
Fl_Box *box;
typedef void (*UISliderCB)(UISlider*, void*);
UISl... | [
"tcdijk@gmail.com"
] | tcdijk@gmail.com |
819f524ed6f98d9a3ff8a62267370bd2a06088c4 | 0f2617f7c8d0273d0e107c997cef8b3cf4f3cf41 | /rapperswil-prototype/memory.hpp | fbfc90484a1980996cad069ee98a68987318f23d | [] | no_license | executors/futures-impl | bee08d64b9e1cfb9c6ed087f30b7310113556174 | 633d9b797942c7d503d0ce40ad9085b9dcd0f470 | refs/heads/master | 2018-09-20T12:56:57.665453 | 2018-07-13T02:22:49 | 2018-07-13T02:22:49 | 126,050,191 | 10 | 3 | null | 2018-04-16T20:54:40 | 2018-03-20T16:42:44 | C++ | UTF-8 | C++ | false | false | 11,187 | hpp | // Copyright (c) 2018 NVIDIA Corporation
// Author: Bryce Adelstein Lelbach <brycelelbach@gmail.com>
//
// Distributed under the Boost Software License v1.0 (boost.org/LICENSE_1_0.txt)
#if !defined(FUTURES_MEMORY_HPP)
#define FUTURES_MEMORY_HPP
#include <utility>
#include <new>
#include <memory>
#include <iterator>
... | [
"brycelelbach@gmail.com"
] | brycelelbach@gmail.com |
9ba9e1fd43939812defa74c28f56d94aa942cc72 | 5d2003140c99f501cca2c2ceaf5a99aa4eaf7474 | /LeetCode/Archived/0405-Convert-a-Number-to-Hexadecimal.cpp | 564287e6542e2759d0947767525cd59466d25286 | [] | no_license | pheihuihui/learn-to-code | 13d35ff923deaaa7d5d045209e98fea314771d67 | bb517bf649eec5f00c89f404eb301ffc854cdb69 | refs/heads/master | 2022-07-12T20:53:04.769082 | 2022-07-04T13:45:55 | 2022-07-04T13:45:55 | 126,029,751 | 2 | 0 | null | 2021-08-31T20:26:52 | 2018-03-20T14:24:17 | Swift | UTF-8 | C++ | false | false | 567 | cpp | class Solution {
public:
string toHex(int num) {
string res = "";
if (num == 0)
return "0";
else if (num > 0) {
while (num != 0) {
int tmp = num % 16;
if (tmp < 10)
res.insert(res.begin(), tmp + '0');
else
res.insert(res.begin(), tmp + 'a' - 10);
num /= 16;
}
}
else {
ui... | [
"optimusgrass@live.com"
] | optimusgrass@live.com |
4c812f0ca4a6e32230af35c0916c434a5eb5619a | 3fdb0447dbb68c77262f8d7a87342577a2ef32f8 | /src/arm64/disasm-arm64.cc | ac7cb37322af12e092df48384d79d1ba977e8c73 | [
"BSD-3-Clause",
"bzip2-1.0.6"
] | permissive | AbhiAgarwal/v8 | 102f072135b3640e03f248f8942bb4c9d77b2f63 | 232c2ae265f31bb3d601c839b36c92506367e454 | refs/heads/master | 2022-11-08T21:17:59.806926 | 2014-10-07T04:58:34 | 2014-10-07T04:58:34 | 24,877,336 | 1 | 1 | NOASSERTION | 2022-10-27T05:58:00 | 2014-10-07T04:58:07 | C++ | UTF-8 | C++ | false | false | 51,539 | cc | // Copyright 2013 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.
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include "src/v8.h"
#if V8_TARGET_ARCH_ARM64
#include "src/arm64/decod... | [
"me@abhiagarwal.com"
] | me@abhiagarwal.com |
fa0265f8f6a6d6d0c1a96f693105658d36397a84 | dd37c598c4223375b8de0fdf9a39abf5a511e4d1 | /src/map.cpp | 2d891b094557b0de43b49f47549ad56f98e51e08 | [] | no_license | beneills/motion | c949991e90dc8588b96f37b61e80c54e37c74608 | 3d02597bdd65a91d2cdecc4c59362e782f36df71 | refs/heads/master | 2020-04-09T17:32:46.230308 | 2016-09-22T13:07:33 | 2016-09-22T13:07:33 | 68,028,944 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,052 | cpp | #include <iostream>
#include <map.hpp>
#include <object_pool.hpp>
#define square(x) ((x)*(x))
#define modulus(x, y) sqrt( square(x) + square(y) )
#define dot(x1, y1, x2, y2) ((x1) * (x2) + (y1) * (y2))
bool Map::add_object(Object *o) {
this->object_pool->add_object(o);
return true;
}
void Map::update(double ms)... | [
"ben@beneills.com"
] | ben@beneills.com |
693e8f046eef403d49b7891d910f96399e1a9410 | 7e53ef7dc4c4ef9ebf3fefcdf971875db7432ace | /CppSource/GraphicsLib/Class/kObjectBuffer/kObjectBuffer.h | 76c80908b5a42d8ae78d43c2b09f9a5bf3644ae2 | [] | no_license | Kaneta1011/OxygenFire | 932bf28b357553e8f2d444cb9054e76b4e2959df | b36473252e311f958c3eb9640d5bf5b11d95dc57 | refs/heads/master | 2020-12-24T16:50:02.043739 | 2013-09-19T13:31:34 | 2013-09-19T13:31:34 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 489 | h | #pragma once
#include "defines.h"
namespace klib
{
class kObjectBuffer
{
friend class kDevice;
private:
GLuint m_BO;
///@brief バッファのサイズ
u32 m_BufferSize;
///@brief バッファの種類(頂点バッファ、インデックスバッファ)
s32 m_BufferType;
public:
kObjectBuffer():m_BO(0),m_BufferSize(0),m_BufferType(0){}
~kObjectBuffer()
{
d... | [
"sy.kaneta@gmail.com"
] | sy.kaneta@gmail.com |
e96e8cbe18ff8d4fd829ab5b562bd51c70368497 | 769cff1fce30a3edbd41e4d1b407a2d7a8924314 | /belasolv/belasolv.cpp | 6a66751579681f70944bb02b360171107afd7b3f | [] | no_license | mtp22peng/femm42src_cuda | 206b541ebbc68e800c388fd35954f3435f0a708f | ee29e597ccc576703a907d6ff77bd7f029c8b226 | refs/heads/master | 2021-05-27T10:27:13.168545 | 2020-04-29T08:24:38 | 2020-04-29T08:24:38 | 254,252,545 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,150 | cpp | // belasolv.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "belasolv.h"
#include "belasolvDlg.h"
#include <process.h>
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
///////////////////////////////////////////////////////////////... | [
"mt.peng@gmail.com"
] | mt.peng@gmail.com |
15e30689526048c4e8b22b6d37242fb704c40d77 | 36b0c4ce4ab7e5bc3f538f9cd3012f7503a31f03 | /Audio.cpp | e57dfc15a5e45a2440acff251a2a0fe3bc7f73b4 | [] | no_license | MrClark01/FreedomEngine | 193e89901ffc7da5c2f7b504d1a130548e0c60c6 | 74a59922961be387eb491308198b1863c9067983 | refs/heads/master | 2020-06-02T18:46:29.944586 | 2013-01-27T21:50:53 | 2013-01-27T21:50:53 | 7,841,769 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,947 | cpp | #include "Advanced2D.h"
namespace Freedom {
Sample::Sample()
{
}
Sample::~Sample()
{
if (sample != NULL) {
FMOD_Sound_Release(sample);
sample = NULL;
}
}
Audio::Audio()
{
system = NULL;
}
Audio::~Audio()
{
//release all samples
for (Iterator i = samples.begin(); i != samples.end(); ++... | [
"christopherclark0001@yahoo.com"
] | christopherclark0001@yahoo.com |
fb518d7c4d3066389765fdb03e1ba114a1f97e70 | d0e24b6b1d2465a3e22887727b1090e97626ae9f | /viewer/sceneprojtex.cpp | a911909c13106ef80429f4949c3801b95afc2d58 | [] | no_license | BobDeng1974/fvp_viewer | 8e4da05501d57d3107de0910a97b6a1e79d6cd7e | b8107746794733be2309c71d51adb764492762c5 | refs/heads/master | 2022-11-29T16:50:30.240603 | 2020-08-12T11:09:28 | 2020-08-12T11:09:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,143 | cpp | #include "sceneprojtex.h"
#include "SensorDataManager.hpp"
#include <cstdio>
#include <cstdlib>
#include <array>
#include <iostream>
using std::cout;
using std::cerr;
using std::endl;
#include "glutils.h"
using glm::vec3;
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtx/transform.hpp>
#include <glm/gtx/str... | [
"komatsu@robot.t.u-tokyo.ac.jp"
] | komatsu@robot.t.u-tokyo.ac.jp |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.