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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0498abad5eac62c7836a3f7accacdc04026b00e1 | eccd96caa3be79b0662ca19fbaaf5cdbcc0a3efc | /charpter1/1_18.cpp | 5eb80b823ea4ecf3f1b0d24761c779dc4c3da637 | [] | no_license | hachiam/cpp | 32877efea84653d5b92b57f5a54a508e3108b40d | 8826c1ca513f331fdc0ce17340b3a70e7621632b | refs/heads/master | 2022-04-04T06:47:37.177285 | 2020-02-13T22:35:01 | 2020-02-13T22:35:01 | 240,274,573 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 441 | cpp | #include <iostream>
using namespace std;
int main()
{
int sum = 0, value1, value2, i, j;
cout << "please enter two Integer number:" << endl;
cin >> value1 >> value2;
if (value1 < value2) {
i = value1;
j = value2;
} else {
i = value2;
j = value1;
}
for (; i <= j; i++) {
sum += i;
... | [
"2641930621@qq.com"
] | 2641930621@qq.com |
fee0e502066d50df9cc95097753f6545f7df2ebd | 7a94887b5a0f498428a415855fc4e3b4bcea2c50 | /vf3dMat44.h | 47480fa623e7a247a01643cbf34c8b9ff91d8ede | [] | no_license | trulytristam/impulse | 880f39f235d31e93be208987fa5d750d83297273 | 1bd333121dc699cd67dbff557cb918a9dcfa159f | refs/heads/main | 2023-02-03T22:29:32.003312 | 2020-12-21T03:08:14 | 2020-12-21T03:08:14 | 322,953,086 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,763 | h | #pragma once
//#include "olcPixelGameEngine.h"
#include <istream>
#include <ostream>
#include <random>
using namespace std;
random_device rd;
mt19937 mt(rd());
uniform_int_distribution<int> DIST(0, 1001);
struct vf3d {
float x, y, z;
float w = 1;
vf3d() {}
vf3d(float xx, float yy, float zz)
{
x = xx; y ... | [
"49181012+trulytristam@users.noreply.github.com"
] | 49181012+trulytristam@users.noreply.github.com |
07b925ec96d93a2e7903ca43df83a35cbb303db8 | 496ebcc2d5f52d89e9d25ee6b0a22967856759c2 | /src/rpcdump.cpp | aff4bf276238ad4c02db28252e9de1cf351a934d | [
"MIT"
] | permissive | tinaken-v/romancoin | 6528796058c9fc2e0882d8a4992193e62176b76d | a934279b149dc41f43393941e9c3628fcecaa69c | refs/heads/master | 2021-01-19T08:04:58.025682 | 2014-06-12T16:12:13 | 2014-06-12T16:12:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,930 | cpp | // Copyright (c) 2009-2012 Bitcoin Developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <iostream>
#include <fstream>
#include "init.h" // for pwalletMain
#include "bitcoinrpc.h"
#include "ui_interface.h"
#in... | [
"tinaken.v@gmail.com"
] | tinaken.v@gmail.com |
40572f00be8577021d0fd29d8131e7339eb740c1 | 61e4fa969cd7c5cfb2ae7cd3df076b94db4c611f | /Client/TabManager/Themes/XTPTabThemeStateButtons.h | 495bab59d0ae9bfdbb3f4cbf925e019cb8bb80ff | [] | no_license | wonderkun/star_Rat_3.1 | 95135dd0bf6c3c9b1767367faa4092b75bf2555f | 3037ebcff27832914b396bc1459913fd3640f4b1 | refs/heads/master | 2023-04-20T08:31:56.841790 | 2021-05-08T10:14:09 | 2021-05-08T10:14:09 | 338,203,129 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,111 | h | // XTPTabThemeStateButtons.h
//
// (c)1998-2020 Codejock Software, All Rights Reserved.
//
// THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE
// RE-DISTRIBUTED BY ANY MEANS WHATSOEVER WITHOUT THE EXPRESSED WRITTEN
// CONSENT OF CODEJOCK SOFTWARE.
//
// THIS SOURCE CODE CAN ONLY BE USED UN... | [
"yicheng.wxm@alibaba-inc.com"
] | yicheng.wxm@alibaba-inc.com |
be23c1efba13c42aefe1ca54fbff7bf607c9f5db | 94df7e6b59bc753a66a8062359837080f59394f1 | /Original C++ Source/Entities/Enemies/Hunter.h | 6e3f2481248127af5fb1dc91a843a809d88ed51f | [] | no_license | Nolnocn/Dont-Get-Shot | 96fd895741c8962ae574a7cf4d70ba35fa5a3058 | 305ef790ceb9656606f131d1d49258bc3e7a872a | refs/heads/master | 2021-01-10T15:03:29.598281 | 2016-04-06T05:22:11 | 2016-04-06T05:22:11 | 55,369,085 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 252 | h | #include "Enemy.h"
#pragma once
class Hunter :
public Enemy
{
public:
Hunter(Shape* shape_, vec3 position_, vec3 scale_, vec3 axis_, float rotation_, Player* player_);
~Hunter(void);
void update(int dt);
private:
void fire();
};
| [
"ncon67@gmail.com"
] | ncon67@gmail.com |
275e0226f51dc51ca640e5b0188d4ca354ab333b | 385cfbb27ee3bcc219ec2ac60fa22c2aa92ed8a0 | /ThirdParty/bullet-2.75/Demos/Box2dDemo/Box2dDemo.h | e6fb991061c584289f913de78466269f472eed95 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"Zlib",
"LicenseRef-scancode-unknown"
] | permissive | palestar/medusa | edbddf368979be774e99f74124b9c3bc7bebb2a8 | 7f8dc717425b5cac2315e304982993354f7cb27e | refs/heads/develop | 2023-05-09T19:12:42.957288 | 2023-05-05T12:43:35 | 2023-05-05T12:43:35 | 59,434,337 | 35 | 18 | MIT | 2018-01-21T01:34:01 | 2016-05-22T21:05:17 | C++ | UTF-8 | C++ | false | false | 2,047 | h | /*
Bullet Continuous Collision Detection and Physics Library
Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
Permiss... | [
"rlyle@palestar.com"
] | rlyle@palestar.com |
63e382cb859018ed03e0492a16d0bae0be3ef29f | e3ac6d1aafff3fdfb95159c54925aded869711ed | /Temp/StagingArea/Data/il2cppOutput/t1795817865.h | 258aa22425358283d9e487c20eee483f83c126f1 | [] | no_license | charlantkj/refugeeGame- | 21a80d17cf5c82eed2112f04ac67d8f3b6761c1d | d5ea832a33e652ed7cdbabcf740e599497a99e4d | refs/heads/master | 2021-01-01T05:26:18.635755 | 2016-04-24T22:33:48 | 2016-04-24T22:33:48 | 56,997,457 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 692 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "t2778772662.h"
#include "t1795817865.h"
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignor... | [
"charlotteantschukovkjaer@Charlottes-MacBook-Air.local"
] | charlotteantschukovkjaer@Charlottes-MacBook-Air.local |
e034ddc1f15aada764e36b231ed4815afee9cf58 | 45e0fbd9a9dbcdd4fbe6aaa2fdb2aed296f81e33 | /FindSecret/Classes/Native/ICSharpCode_SharpZipLib_ICSharpCode_SharpZipLib_Zip616422011.h | 106ab7aeaa5401cfd70f426feacc0fbbdaa15489 | [
"MIT"
] | permissive | GodIsWord/NewFindSecret | d4a5d2d810ee1f9d6b3bc91168895cc808bac817 | 4f98f316d29936380f9665d6a6d89962d9ee5478 | refs/heads/master | 2020-03-24T09:54:50.239014 | 2018-10-27T05:22:11 | 2018-10-27T05:22:11 | 142,641,511 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,838 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Object3080106164.h"
// System.Int32[]
struct Int32U5BU5D_t385246372;
// System.Byte[]
struct ByteU5BU5D_t4116647657;
// ICSharpCode.SharpZip... | [
"zhangyide@9fbank.cc"
] | zhangyide@9fbank.cc |
681233159a457ba503720edfcfadefd721f3fef0 | fcf892a3a3249656527302cdbd29162006ab3ac5 | /Logger/ChromeLogger.h | 75704f576390f99aac47553df8b769649caa5013 | [] | no_license | alexgunkel/experimental_logger | b56a5d31b1c483e75aa84d7ed89f825cc70c1a17 | 896c49cd39a593f9f9b55ff50eaa9832962e8601 | refs/heads/master | 2021-01-20T05:52:42.369534 | 2017-05-01T20:01:35 | 2017-05-01T20:01:35 | 89,816,350 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 191 | h | #ifndef _class_ChromeLogger
#define _class_ChromeLogger
#include "AbstractLogger.h"
class ChromeLogger : public AbstractLogger
{
public:
void log( int loglevel, std::string );
};
#endif | [
"alexandergunkel@gmail.com"
] | alexandergunkel@gmail.com |
cedd1d803b1a007889fe26bf4e7db1f189234459 | eaae3bc291b9b8455e3f56650271655089fff997 | /EFE Engine/include/impl/DX11Program.h | 008b2eeeb24524f12f0c9abc731219f8d5fef625 | [] | no_license | mifozski/EFE-Engine | 59b6274830b68fa2e7f21b5d91de9d222297cbcb | 32521a8f534e3ff863617bfb42360f8f568bacd0 | refs/heads/master | 2021-05-28T07:35:55.934515 | 2015-01-02T20:08:55 | 2015-01-02T20:08:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,841 | h | #ifndef EFE_HLSLPROGRAM_H
#define EFE_HLSLPROGRAM_H
#include <D3D11.h>
#include <d3dcompiler.h>
#include "impl/Platform.h"
#include "impl/LowLevelGraphicsDX11.h"
#include "system/SystemTypes.h"
#include "math/MathTypes.h"
#include "graphics/GpuProgram.h"
#include "graphics/GpuProgramParameter.h"
#include "graphics/G... | [
"efa34@yahoo.com"
] | efa34@yahoo.com |
2d2dbd545bace3253e3e77b886d1f6271338c847 | 787ddbf84e401551f3022089c84e05833f81ac25 | /envoy-filters/mgw-source/filters/http/mgw/config.h | f6405540721ec202fa46e8001435d43aae0a63d3 | [
"Apache-2.0"
] | permissive | fazlan-nazeem/product-microgateway | 88c3a8c5405aa860c346310c5e7376f2941831a1 | cfa3e38e9be1cb504eac667222111f733cec2167 | refs/heads/main | 2023-06-25T10:09:17.896464 | 2021-10-26T03:34:29 | 2021-10-26T03:34:29 | 139,669,896 | 0 | 0 | Apache-2.0 | 2018-07-04T04:54:32 | 2018-07-04T04:54:32 | null | UTF-8 | C++ | false | false | 950 | h | #pragma once
#include "mgw-api/extensions/filters/http/mgw/v3/mgw.pb.h"
#include "mgw-api/extensions/filters/http/mgw/v3/mgw.pb.validate.h"
#include "extensions/filters/http/common/factory_base.h"
#include "extensions/filters/http/well_known_names.h"
namespace Envoy {
namespace Extensions {
namespace HttpFilters {
n... | [
"maamalilakshika@gmail.com"
] | maamalilakshika@gmail.com |
8390b744e7e13b55544650f71d2879021c14cb2d | 190b5f33b4f1db91a043de0e6159c53eb23c9502 | /paddle/fluid/inference/api/analysis_config.cc | 7c87974494d73adce2f059159fcb46d01f0d31aa | [
"Apache-2.0"
] | permissive | georgenemo/Paddledy | f3b8eb57883ff5021407065adc21de2728c41fb6 | cc2d4e869d2bc045bf30cd3494df7e9dd689f0c6 | refs/heads/master | 2023-01-28T02:43:23.181308 | 2020-12-12T15:20:31 | 2020-12-12T15:20:31 | 320,853,132 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,787 | cc | // Copyright (c) 2018 PaddlePaddle Authors. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required... | [
"root@bjyz-sys-gpu-kongming6.bjyz.baidu.com"
] | root@bjyz-sys-gpu-kongming6.bjyz.baidu.com |
f72462f02f961400bf836849b506ee99abfe24e7 | 953c5ba405fb235984f320a73405a3b4ff96405c | /src/analyst.hpp | 8906c77c7329cdb4013c412da78dec645e0864b4 | [] | no_license | ZhitingHu/EEEL | 682d52c2e354b8f742931ffd38ba6032ba66c2f6 | 62b51301de4abd179a4ab728529e88656b259f7c | refs/heads/master | 2021-01-19T02:20:13.305408 | 2016-07-28T01:51:18 | 2016-07-28T01:51:18 | 25,745,262 | 4 | 4 | null | 2014-11-21T16:14:41 | 2014-10-25T20:22:21 | C++ | UTF-8 | C++ | false | false | 1,443 | hpp | #ifndef ENTITY_ANALYST_HPP_
#define ENTITY_ANALYST_HPP_
#include "solver.hpp"
#include "ee_engine.hpp"
#include <vector>
#include <set>
namespace entity {
class Analyst {
public:
Analyst(const string& snapshot_path, const int iter);
~Analyst() { }
void ReadIdNames(const string& filename, map<int, string>& id... | [
"zhitingh@cogito.ml.cmu.edu"
] | zhitingh@cogito.ml.cmu.edu |
130532805d0010bb41391ff4e1e438aac182ba13 | 8e4a3828481b7db6f351eb03b2dd2e237dcb36d7 | /EngineX/Core/Model/Shape.h | eaf6506cab416a223783e913dbd5f05904453e44 | [] | no_license | MaxHellcat/EngineX | 25db793be5910066ac6fe76459a2091f375eb9dd | 2a7f5f2b3d582eea363bcfd4fe9d9a4f651492b8 | refs/heads/master | 2021-05-06T14:36:24.581644 | 2017-12-06T23:32:08 | 2017-12-06T23:32:08 | 113,378,735 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,550 | h | //
// Shape.h
// EngineX
//
// Created by Maxim Reshetey on 13.12.12.
// Copyright (c) 2012 Maxim Reshetey. All rights reserved.
//
#ifndef __EngineX__Shape__
#define __EngineX__Shape__
#include "Model.h"
class Shape : public virtual Model
{
public:
Shape() : _color{1.0f, 1.0f, 1.0f, 1.0f} // Default white colo... | [
"maxim.reshetey@actis.ru"
] | maxim.reshetey@actis.ru |
84e4c6522fecb7e9bf1739cbcb0b2b5d30233472 | 9f5289c0bb0d3d7a91d1003a4ae7564576cb169e | /Source/BansheePhysX/Include/BsPhysXCharacterController.h | 991196df059c623b155f33a5ba92c175f37651ad | [] | no_license | linuxaged/BansheeEngine | 59fa82828ba0e38841ac280ea1878c9f1e9bf9bd | 12cb86711cc98847709f702e11a577cc7c2f7913 | refs/heads/master | 2021-01-11T00:04:23.661733 | 2016-10-10T13:18:44 | 2016-10-10T13:18:44 | 70,758,880 | 3 | 3 | null | 2016-10-13T01:57:56 | 2016-10-13T01:57:55 | null | UTF-8 | C++ | false | false | 4,374 | h | //********************************** Banshee Engine (www.banshee3d.com) **************************************************//
//**************** Copyright (c) 2016 Marko Pintera (marko.pintera@gmail.com). All rights reserved. **********************//
#pragma once
#include "BsPhysXPrerequisites.h"
#include "BsCharacterC... | [
"bearishsun@gmail.com"
] | bearishsun@gmail.com |
391bb73e81df6db1f0bb5716f3d5786099b53fdb | 06843f64834769c0d546140e6c914f17b12cd62d | /PlanistaProcesora.cpp | ee5d7aef66228e33f1ce0a6044f6e021c6cc7c61 | [] | no_license | themagex1/DreamOS | 252aa41074c266b86c1a1818f6c31c767563e8bb | 06dbf066d6f522f6dbd83b4811ad26312906994b | refs/heads/master | 2020-12-08T18:35:01.390823 | 2020-01-10T14:47:09 | 2020-01-10T14:47:09 | 213,221,328 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,458 | cpp |
#include "PlanistaProcesora.hpp"
#include "ProcessManager.hpp"
#include "Includes.hpp"
PlanistaProcesora::PlanistaProcesora(std::shared_ptr<ManagerOfProcesses> MoP)
{
managerOfProcesses = MoP;
SprawdzProcesy();
}
double PlanistaProcesora::ObliczCzas(std::shared_ptr<PCB> proces)
{
double i = proces.get()-... | [
"themagex1@users.noreply.github.com"
] | themagex1@users.noreply.github.com |
1e1ed6bfc6a10ca512a21b02e5cd915ea17f6bfd | c1cb995a5c0e7e598e475a915a2127d3618f0856 | /socketinrunnable.h | 6f47c5c6a7c9d56bd52f0d6a5041eeb19e17f4ec | [] | no_license | shbobur/hashingExperiment | d9a885b4ffe84fa2f934edbdaaa9ccec756b7fef | 079858d513091204255bd31b0d2e2a77b17822eb | refs/heads/master | 2021-01-18T20:25:18.804590 | 2017-04-19T03:54:21 | 2017-04-19T03:54:21 | 86,966,588 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 618 | h | #ifndef SOCKETINRUNNABLE_H
#define SOCKETINRUNNABLE_H
#include <QRunnable>
#include <QTcpSocket>
#include <QDebug>
#include <QTime>
#include "hash.h"
#include "argon2hash.h"
#include "bcrypthash.h"
#include "scrypthash.h"
#include "sha512hash.h"
#include "shareddata.h"
//#define HASH_FUNCS 3
//#define MAX_NUM_OF_FU... | [
"shbobur2@gmail.com"
] | shbobur2@gmail.com |
75ca4fc0b3a3c1f07f066cce4934f88454099eab | 6fd6c4a5210ab8748dbc089d6bb16482b2b9985e | /include/sead/thread/seadCriticalSection.h | c81e8dc38e3891c9fb7005858d12050758d72bd9 | [] | no_license | GRAnimated/OdysseyHeaders | 98cbcc447e2277e6d5ffff2567025bacdb983d43 | 06ccb1d2754664cbf77427fbe06b364b884f9f19 | refs/heads/main | 2023-06-14T20:20:28.204037 | 2021-07-01T23:00:39 | 2021-07-01T23:00:39 | 380,906,849 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 987 | h | #ifndef SEAD_CRITICAL_SECTION_H_
#define SEAD_CRITICAL_SECTION_H_
#if defined(cafe)
#include <cafe.h>
#elif defined(NNSDK)
#include <nn/os.h>
#endif
#include <sead/basis/seadTypes.h>
#include <sead/heap/seadDisposer.h>
namespace sead
{
class Heap;
class CriticalSection : public IDisposer
{
public:
CriticalSecti... | [
"devincavallaro@gmail.com"
] | devincavallaro@gmail.com |
4b050db37cc1649f6b88f83b45412cdb3dbaf261 | 53a82f3f1af0d44d3886cea7925966617cd8db5c | /SPOJ/ALLIZWEL/7790354_AC_20ms_3482kB.cpp | d8e86f07cf4983fe665ba9e4d51b2e3e211024da | [] | no_license | kmtusher97/Solved-Problems | d24968a0b0fcb01ac3f13b4fb25ab6445c95d07b | 6882df43d0bbb62169e8216665ea9cfb0d875ba7 | refs/heads/master | 2020-04-09T11:34:40.283984 | 2018-12-04T07:53:37 | 2018-12-04T07:53:37 | 160,312,784 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,806 | cpp | #include <iostream>
#include <sstream>
#include <cstdio>
#include <cmath>
#include <iomanip>
#include <climits>
#include <cstring>
#include <cstdlib>
#include <algorithm>
#include <vector>
#include <map>
#include <stack>
#include <queue>
using namespace std;
#define LL long long
#define uLL unsigned long long
#define... | [
"kmtusher97@gmail.com"
] | kmtusher97@gmail.com |
199a8f2c767852431d7ea291158fce387531e203 | 6525edb6d9b06e74ceaea1a036580a7661f2fca3 | /src/music/feature_extraction/timbre.hpp | 07b67e1aacd14b887864cffb9587c56d24b0423a | [] | no_license | lenalebt/libmusic | 6c2cbee37ef6fbc6ec6363f98a6442118b20e9c8 | 5362d613ab419d5ea65b89da767d024672893052 | refs/heads/master | 2021-01-01T18:43:12.688215 | 2013-11-02T16:27:50 | 2013-11-02T16:27:50 | 13,658,930 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,318 | hpp | #ifndef TIMBRE_HPP
#define TIMBRE_HPP
#include "constantq.hpp"
#include "gmm.hpp"
#include "progress_callback.hpp"
namespace music
{
/**
* @brief This class extracts the timbre feature vectors from a ConstantQTransformresult.
*
* The constant Q transform result will be used to calculate a Constant... | [
"lbruder@0c85f470-1217-11de-aba5-9925624bc3b7"
] | lbruder@0c85f470-1217-11de-aba5-9925624bc3b7 |
39283bf4beede433a963909092f01534c6821f18 | 1d7154d57f517b561670922a6b81c69172817a4d | /QuanTrac_SIM808_DUE/lib/main_V0.3.cpp | e162acbc94b6a9e1d60ffff5f91c2bef6b538b52 | [] | no_license | trungkiendt9/PlaformIO | 94df05db70b6716349574f508ce637540a13994e | 3cc3decd957941ada92ec56e164510fd0dfb8572 | refs/heads/master | 2021-01-21T06:49:16.888774 | 2019-09-29T12:37:47 | 2019-09-29T12:37:47 | 82,872,752 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,762 | cpp | /*
* Khoa điện - điện tử
* vktech.edu.vn
* ee.vktech@gmail.com
* trungkiendt9@gmail.com
* Date: 21/07/2017
*
*
Thông tin kết nối:
* SIM808UNO | DUE | Nguồn ngoài 9V (khuyên dùng)
* 5V | 5V | 5V
* GND ... | [
"trungkiendt9@gmail.com"
] | trungkiendt9@gmail.com |
0ec790f8e0ec117a9b9fb0ac95a0f9591f0f1691 | 55616c09132fb18aa6b19898446231fa39a7def7 | /leetcode-45-error.cpp | 36619ec9d1fa77c299f804f826b77e7a23a2fe9a | [] | no_license | Oakenshield-Su/leetcode-codelist | fa006a6ec4166436ae827b1e6bbab34b461e36c5 | 280cfc9209b9e2433db0e0af7c3cc509b2fcb4df | refs/heads/master | 2023-04-01T00:35:13.228000 | 2021-03-29T04:18:19 | 2021-03-29T04:18:19 | 277,704,508 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 500 | cpp | /**
* 题解:跳跃问题二
* 贪心算法:从后向前(超出时间)
**/
class Solution {
public:
int jump(vector<int>& nums) {
int length = nums.size();
if (length <= 1)
return 0;
int index = length-1; //当前可达位置
int steps = 0;
while(index != 0){
for (int i = 0; i < index; ++i)
{
if (nums[i] >= inde... | [
"suzipeng_china@163.com"
] | suzipeng_china@163.com |
fc9ca4a49f12c17d73fb5a5517b9db38f07d5642 | 76726498127e40a9e1d9e4a2aad38613494bb7d2 | /src/log_sum_exp.cpp | da5e8cc52e8a9a1d142de8da66437d9d83b55e22 | [] | no_license | bbbales2/math-benchmarks | ea413edbb5d481016bffcbb87cf307e043b5584b | 207e6b5d29b055adcf650d297740092e96c690ec | refs/heads/master | 2023-02-05T08:37:32.964850 | 2020-12-21T20:19:50 | 2020-12-21T20:19:50 | 294,805,502 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,462 | cpp | #include <benchmark/benchmark.h>
#include <stan/math.hpp>
#include <utility>
#include "toss_me.hpp"
#include "callback_bench_impl.hpp"
static void log_sum_exp_vec(benchmark::State& state) {
using stan::math::var;
using stan::math::promote_scalar;
auto init = [](benchmark::State& state) {
Eigen::VectorXd x_v... | [
"bbbales2@gmail.com"
] | bbbales2@gmail.com |
b71ecbdd4f50d775f73a04be63c0aad3d1828c46 | 456d0675848b8b11bfec8d052590bdf7eab3a20d | /codes/raulcr-p3106-Accepted-s751798.cpp | debc22d68b4ae83e59dd62c8ca0b8e4cacaa16a2 | [
"MIT"
] | permissive | iocodz/coj-solutions | 7dfa34ec0b7c830cca00cb0171ee6de18e6553a5 | b8c4d6009869b76a67d7bc1d5328b9bd6bfc33ca | refs/heads/master | 2022-11-07T09:10:58.938466 | 2020-06-23T06:21:28 | 2020-06-23T06:21:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 392 | cpp | #include <bits/stdc++.h>
using namespace std;
string A, B;
bool pal(){
int i = 0, j = A.size() - 1;
while(i < j){
if(A[i] != A[j])
return 0;
i++;
j--;
}
return true;
}
int main()
{
cin >> A >> B;
A = A + B;
if(pal())
... | [
"rrubencr@estudiantes.uci.cu"
] | rrubencr@estudiantes.uci.cu |
8d4f57cc4718164e6136c8f1237fc3eeba305593 | 742469a9532ce39c0d08b037e103f47e802128c7 | /AnotherGameSFML/src/openMenu.cpp | c86c7b294d3097c7634cba7fc3068144c5212bd6 | [] | no_license | GuilhermeSaito/GameDePlataformaSFML | fcfc9d96a241b3de88b8367f57e708b88d4f0ee6 | e07008fa98827196efa5b534cbaa76edc070d124 | refs/heads/master | 2023-01-08T05:35:06.236632 | 2020-11-10T22:24:23 | 2020-11-10T22:24:23 | 306,458,912 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,507 | cpp | #include "../header/openMenu.h"
OpenMenu::OpenMenu()
{
openMenuBackGroundSprite.setTexture(*(Data::getInstance()->getOpenMenuImage()));
openMenuBackGroundSprite.setScale(sf::Vector2f(1.8, 2.4));
menu1.setFont(*(Data::getInstance()->getOpenMenuFont()));
menu2.setFont(*(Data::getInstance()->getOpenMenuF... | [
"guilhermetoshiosaito@gmail.com"
] | guilhermetoshiosaito@gmail.com |
9e9251b19d31a48c4b2742838e52be991a643b9e | 01477b5d37680fe54d1cdd51fe7d288b9f45b954 | /Tokenizer/stokenize.h | 83a3908b316dc21d8a369bcb126e3440c9930f76 | [
"MIT"
] | permissive | NLP/Parser | 971f17220893d31a2a56d025473c3c6193cfc3d6 | b6286318f7be1de5cb4e8109265b16aa0760774d | refs/heads/master | 2021-01-02T09:14:51.961784 | 2015-05-04T06:15:33 | 2015-05-04T06:15:33 | 33,905,617 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,903 | h | #ifndef STOKENIZE_H
#define STOKENIZE_H
#include <iostream>
#include <vector>
#include <map>
#include <string>
#include "token.h"
using namespace std;
class STokenize
{
private:
string mBlock; // a whole "hello, there. Please tokenize me! and, yeah "
unsigned int mPos;
... | [
"atomictheorist@gmail.com"
] | atomictheorist@gmail.com |
9a247bcb42c94c6d82e33a5455d1ee5944954f2b | 9576defad1eecf7f57475f6ff7599146b5bb13a8 | /Blink2/Blink2.ino | f0b1fc708ddcd69f005d122bac35f787ba25acf0 | [] | no_license | iceowl/ArduinoProjects | b376f21936a39480ce30bc63634ad3341415a9e1 | df5caa84fff0ebb14a858d592ed974dbf41710b8 | refs/heads/master | 2020-04-17T13:24:30.417643 | 2016-08-28T21:18:20 | 2016-08-28T21:18:20 | 66,791,310 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,139 | ino | /*
Blink
Turns on an LED on for one second, then off for one second, repeatedly.
Most Arduinos have an on-board LED you can control. On the Uno and
Leonardo, it is attached to digital pin 13. If you're unsure what
pin the on-board LED is connected to on your Arduino model, check
the documentation at http:/... | [
"joe@killerowls.com"
] | joe@killerowls.com |
a4ae6db6f780b96135fd2d8d20f33726fdfc77bf | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /chrome/services/sharing/nearby/platform_v2/log_message.h | aed38fb52ae875e0dcc2b5f4fcfc0b96f964048d | [
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 64bee65c921db7e78e25d08f1e98da2668b57be5 | refs/heads/webml | 2023-03-21T03:20:15.377034 | 2020-11-16T01:40:14 | 2020-11-16T01:40:14 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | C++ | false | false | 1,009 | h | // Copyright (c) 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_SERVICES_SHARING_NEARBY_PLATFORM_V2_LOG_MESSAGE_H_
#define CHROME_SERVICES_SHARING_NEARBY_PLATFORM_V2_LOG_MESSAGE_H_
#include "base/lo... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
7d7ad6a55136e335e184ddab99abe07bf90e28ee | 0e0457193e47b92a2ceedd8cb17f7a9a5a4997a1 | /tiles.h | a98d893699da650b7c3d2297bdf7388f1063c6ec | [
"MIT"
] | permissive | dbgksdl00/project_maple | 8aa720d91c2ec62fdf77bce39145905caf738772 | 266c085cf059747124ad6413fefcdfdbe4af0a96 | refs/heads/master | 2021-01-20T19:29:39.945500 | 2016-06-22T11:40:01 | 2016-06-22T11:40:01 | 61,626,626 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 4,134 | h | #pragma once
class player;
enum tagNorTileState : char
{
NTST_NULL,
NTST_STAND,
NTST_LU, NTST_LD, NTST_RU, NTST_RD
};
enum tagLinkTileState : char
{
LTST_TILEEND,
LTST_LEFT,
LTST_RIGHT
};
struct tagNormalTile//포인터로 선언하여, NULL값이면 자동패스
{
tagNorTileState state;
unsigned char bottom;//bottom값의 프레임 + 존재여부
unsig... | [
"dbgksdl00@naver.com"
] | dbgksdl00@naver.com |
5b14364e6395615711084c39b693e336146bde15 | 839130d9e3097398288024ba4a14c3116cd426d2 | /2/Hw4/Task4.1/hashTable.cpp | 1d34a2b5d16cd0b5076963f5f6e32e2e09b90f24 | [] | no_license | Parean/Homeworks | d2a90e8380390ff836b5e239856149d393e805f8 | 02ddd2a79ba069697e56373229f937802f64ddee | refs/heads/master | 2021-01-18T21:43:27.195785 | 2017-06-02T08:17:34 | 2017-06-02T08:17:34 | 48,554,203 | 0 | 0 | null | 2017-06-02T08:17:35 | 2015-12-24T19:06:39 | C++ | UTF-8 | C++ | false | false | 3,861 | cpp | #include "hashTable.h"
HashTable::HashTable(int hashSize):
<<<<<<< HEAD
hashTableSize(hashSize),
numberOfElements(0),
numberOfCollisions(0),
kindOfFunction(faq6)
=======
kindOfFunction(faq6),
hashTableSize(hashSize),
numberOfCollisions(0),
numberOfElements(0)
>>>>>>> ab9fd23beebbb101d40b5e5aef414f296a03f3d8
{
... | [
"smirnov.d.p.1997@gmail.com"
] | smirnov.d.p.1997@gmail.com |
ad75ddfb9a96235aa49f3e33426525d2d46b0074 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /content/browser/browser_url_handler_impl.h | 810514b7178252b544b99300c022c30f0eab17b1 | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 2,402 | h | // 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.
#ifndef CONTENT_BROWSER_BROWSER_URL_HANDLER_IMPL_H_
#define CONTENT_BROWSER_BROWSER_URL_HANDLER_IMPL_H_
#include <utility>
#include <vector>
#includ... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
e6de55dad18e51136c32e933042ad9352c5c67d6 | 9d364070c646239b2efad7abbab58f4ad602ef7b | /platform/external/chromium_org/media/midi/usb_midi_descriptor_parser.h | 434c63320d6c684627419ff4648e61a45e288d75 | [
"BSD-3-Clause"
] | permissive | denix123/a32_ul | 4ffe304b13c1266b6c7409d790979eb8e3b0379c | b2fd25640704f37d5248da9cc147ed267d4771c2 | refs/heads/master | 2021-01-17T20:21:17.196296 | 2016-08-16T04:30:53 | 2016-08-16T04:30:53 | 65,786,970 | 0 | 2 | null | 2020-03-06T22:00:52 | 2016-08-16T04:15:54 | null | UTF-8 | C++ | false | false | 1,444 | 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 MEDIA_MIDI_USB_MIDI_DESCRIPTOR_PARSER_H_
#define MEDIA_MIDI_USB_MIDI_DESCRIPTOR_PARSER_H_
#include <vector>
#include "base/basictypes.h"
#includ... | [
"allegrant@mail.ru"
] | allegrant@mail.ru |
47a462b01293cdbaf6df13cfc2e90594858418fb | 2f557f60fc609c03fbb42badf2c4f41ef2e60227 | /CondFormats/RunInfo/src/L1TriggerScaler.cc | 839859594df60543178e71efbd27ab96603ff3d5 | [
"Apache-2.0"
] | permissive | CMS-TMTT/cmssw | 91d70fc40a7110832a2ceb2dc08c15b5a299bd3b | 80cb3a25c0d63594fe6455b837f7c3cbe3cf42d7 | refs/heads/TMTT_1060 | 2020-03-24T07:49:39.440996 | 2020-03-04T17:21:36 | 2020-03-04T17:21:36 | 142,576,342 | 3 | 5 | Apache-2.0 | 2019-12-05T21:16:34 | 2018-07-27T12:48:13 | C++ | UTF-8 | C++ | false | false | 6,459 | cc | #include "CondFormats/RunInfo/interface/L1TriggerScaler.h"
L1TriggerScaler::L1TriggerScaler(){
m_run.reserve(10000);
}
void L1TriggerScaler::printAllValues() const{
for(LumiIterator it=m_run.begin(); it!=m_run.end(); ++it){
std::cout << " run: " <<it->m_rn<<
"\n lumisegment: " << it->m_lumisegmen... | [
"giulio.eulisse@gmail.com"
] | giulio.eulisse@gmail.com |
7ddc7ffd696b08a4997768c5f213f332e1cbaccc | c11628ef375629a05da01a5271c1d43d3d5b0a2e | /tc/tco2014-b1/600.cpp | 77c4149470719d99290c084a8e85dceaee9c30c0 | [] | no_license | knst/Competitive-programming | 8d6a45fafe95d592b107d65f05a22510cfd97883 | 9b109ce1a2ddc9118a8b4a61a7f0ea81f50b6d43 | refs/heads/master | 2022-07-29T15:39:42.182329 | 2022-07-18T12:36:24 | 2022-07-18T12:36:46 | 31,777,461 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,911 | cpp | #include <iostream>
#include <vector>
#include <map>
#include <set>
#include <unordered_set>
#include <algorithm>
using namespace std;
struct WolvesAndSheep{
int getmin(vector<string> field) {
int n = field.size();
int m = field[0].size();
string last;
for (int i = 0; i < m; ++i)
... | [
"knstqq@gmail.com"
] | knstqq@gmail.com |
5fa4e49ee029cd14ca11ddd7f0245b6ac73e0ea9 | 0e9dba1eed7bce2ad96c74a10b549baec944c7e6 | /TEST/sketch_oct05a/sketch_oct05a.ino | 52384a6b1311e422c68f85bfd12bfec8f8f33ba0 | [] | no_license | WouterThys/Neurlink | d38db9ad1f147d5c68810bce0eafba5cdce5734b | 12ca2aaebb16326e704b3e13103bbaa8fb1f5c7c | refs/heads/master | 2020-04-01T06:53:01.748508 | 2018-10-14T09:41:34 | 2018-10-14T09:41:34 | 152,967,664 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,701 | ino | /*Program to send SMS from ESP8266 via IFTTT.
* For complete detials visit: www.circuitdigest.com
* EXAMPLE URL: (do not use This)
* https://maker.ifttt.com/trigger/ESP/with/key/b8h22xlElZvP27lrAXS3ljtBa0092_aAanYN1IXXXXX
*
*/
#include <ESP8266WiFi.h>
#include <WiFiClientSecure.h>
const char* ssid = "Waldotro... | [
"thys_wouter@hotmail.com"
] | thys_wouter@hotmail.com |
555ac6000f3477ef73184066090be8193c690862 | e0a9d66e70d398546f3313161360b593a0f9f293 | /atcoder/abc173/c.cc | ef8e7c619a5ad322135be90e292af242b91251b4 | [] | no_license | tsukker/compro | b9c946561932227eb5c54b6f77018581eed85bfd | 16aa67ad0c042487612874c870a965886a9ea43a | refs/heads/master | 2023-06-19T13:04:21.362406 | 2021-07-20T19:21:32 | 2021-07-20T19:21:32 | 272,415,829 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,470 | cc | #include <algorithm>
#include <cassert>
#include <cfloat>
#include <climits>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <deque>
#include <iostream>
#include <iterator>
#include <limits>
#include <map>
#include <numeric>
#include <queue>
#include <random>
#include <set>
#include <stack>
#include <str... | [
"tsukker@users.noreply.github.com"
] | tsukker@users.noreply.github.com |
668cde65af0791b849bd7fec8a94bb631ae11443 | 31d5ed191f867505390bcc2bd947350cd4e7d3b3 | /gl.cc | 420b76131e7e620ad700ffe31a7e6e5032ecb4a0 | [] | no_license | sjolsen/gl | 38855a0bd4c18d4144aca891744c5749045d8a76 | 09673169c711a8815326a13d2de7a6df81165fc2 | refs/heads/master | 2020-05-18T17:03:11.389754 | 2015-03-18T07:28:00 | 2015-03-18T07:28:00 | 26,002,939 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,208 | cc | #include <GL/glew.h>
#include <GLFW/glfw3.h>
#include "glfw_wrappers.hh"
#include "glew_wrappers.hh"
#include "read_file.hh"
#include <cmath>
#include <thread>
#include <chrono>
void gl_info ()
{
auto renderer = gl_get_string (GL_RENDERER);
auto version = gl_get_string (GL_VERSION);
log ("Renderer: ", renderer);
l... | [
"so1132@txstate.edu"
] | so1132@txstate.edu |
7ae8514185519a8884ea324f29a25e6a0b810e8a | ce4b4161b24e5f4258e0cacbdb75d6a8be741a2a | /H03-AddSkill-Jan'21/4.Merge two sorted linked lists.cpp | e09ff46a789ffdab65c317d1e386e634c3088326 | [] | no_license | iammoni/AddSkill | 4381f5ad8b3bd73271f208ad7426d671673c2659 | 33da652a7ae0ee873ed0c77e1c336cfdcf96a578 | refs/heads/main | 2023-03-10T10:30:20.061981 | 2021-02-25T17:03:15 | 2021-02-25T17:03:15 | 338,719,598 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,073 | cpp | SinglyLinkedListNode* mergeLists(SinglyLinkedListNode* head1, SinglyLinkedListNode* head2) {
SinglyLinkedListNode* head=NULL,*curr=NULL;
while(head1 && head2){
if(head1->data<=head2->data){
if(curr==NULL){
curr=head=head1;
}else{
curr->next... | [
"46134480+iammoni@users.noreply.github.com"
] | 46134480+iammoni@users.noreply.github.com |
13b5f8137d49d79fadfbdf1cb4e2ca6ef13cf73b | 12cfee6f46b01524b96a6471020324d7b258e7a0 | /2021/src/day_10/day_10.cpp | b7d147346356312526aef79dd472fe2468189477 | [] | no_license | Polladin/AOC | ecda1fd627bc92ca2d9d2953d58a025ca210c520 | 20042fb45e185001d1043d6110db5baac65aca41 | refs/heads/master | 2022-12-16T20:24:13.460877 | 2022-12-11T12:57:36 | 2022-12-11T12:57:36 | 161,549,723 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 896 | cpp | //
// Created by alexey on 21.12.2021.
//
#include "SyntaxScoring.h"
#include <iostream>
int main()
{
std::cout << "Day 10: Syntax Scoring\n";
std::cout << "\n------------------- TASK 1: -------------------\n\n";
int resultTest1 = SyntaxScoring().task_1( INPUT_FILES "/day_10/test_1.txt" );;
std::cout << "R... | [
"Alexey.Kukushkin@nordigy.ru"
] | Alexey.Kukushkin@nordigy.ru |
a349466f988567a7d0c72a34246b0d092a2f3234 | 340194d91982838879d92c6ca46cd3106146abc3 | /include/oglplus/detail/aligned_pod_array.hpp | 098c302322d2b00bbd7fa505240c016a23080c19 | [
"BSL-1.0"
] | permissive | CallForSanity/oglplus | 38fdee526ed37ddb2413aab518d70c94b2e980db | 9b34fb003cbb0abe62a4aa13cd5a1f15990cbb10 | refs/heads/develop | 2021-01-22T17:15:11.351572 | 2015-01-06T11:34:52 | 2015-01-06T11:34:52 | 28,927,911 | 1 | 0 | null | 2015-01-07T18:35:49 | 2015-01-07T18:35:49 | null | UTF-8 | C++ | false | false | 3,337 | hpp | /**
* @file oglplus/detaul/aligned_pod_array.hpp
* @brief Aligned plain-old-data array
*
* @author Matus Chochlik
*
* Copyright 2010-2014 Matus Chochlik. 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)
... | [
"chochlik@gmail.com"
] | chochlik@gmail.com |
c3bf9e98540a2971af94832fabd745ce5b8fb170 | a9ab72c3dd7fdfe8b6e0b1b5e296bf4c39b9989d | /bit_operator/leetcode338.cpp | e621b561f3b2b18c75cc340cde449733d68528da | [] | no_license | keqhe/leetcode | cd82fc3d98b7fc71a9a08c5e438aa1f82737d76f | 86b2a453255c909f94f9ea3be7f2a97a6680a854 | refs/heads/master | 2020-12-24T06:38:15.444432 | 2016-12-07T19:15:02 | 2016-12-07T19:15:02 | 48,405,123 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 545 | cpp |
class Solution {
public:
//0 1
//10 11
//100 101 110 111
//1000 1001 1010 1011 1100 1101 1110 1111
//10000 10001 10010 10011 10100 10101 10110 10111 11000
//ref: https://leetcode.com/discuss/92609/three-line-java-solution
//tmp[i] = tmp[i/2] + i & 1;
vector<int> countBits(int num) {
... | [
"keqhe@cs.wisc.edu"
] | keqhe@cs.wisc.edu |
0d94b0fc603132f8c6a8000b27f25347b909e17e | 79e0f8d64cb928ccc6a026b32dcbb3c8fcefa2de | /atom/browser/api/atom_api_tray.h | 5dce0cbe9546dfb467636cc879c9388cc508e7bc | [
"MIT"
] | permissive | mapbox/atom-shell | 939bca5dec3f6cf7460a3b34d0517e78ed0da928 | 2125a0be826170c3a84af1e75572b06402f3add9 | refs/heads/master | 2023-06-05T10:46:29.802386 | 2014-08-04T16:05:26 | 2014-08-04T16:05:26 | 22,614,165 | 1 | 6 | MIT | 2023-04-09T15:03:19 | 2014-08-04T17:58:00 | null | UTF-8 | C++ | false | false | 1,266 | h | // Copyright (c) 2014 GitHub, Inc. All rights reserved.
// Use of this source code is governed by the MIT license that can be
// found in the LICENSE file.
#ifndef ATOM_BROWSER_API_ATOM_API_TRAY_H_
#define ATOM_BROWSER_API_ATOM_API_TRAY_H_
#include <string>
#include "atom/browser/api/event_emitter.h"
#include "atom/... | [
"zcbenz@gmail.com"
] | zcbenz@gmail.com |
7d9876c6461ea19dbbd4af04c580549496e17fd7 | 17e8b775ec28c774857919b8df957145adf2e606 | /hackerrank/crush number.cpp | b3f6e4079611c86b8227f2769d08a252067a08e9 | [] | no_license | chamow97/Competitive-Coding | 30b5acc77d51207c55eca91b8da161d80a3fbfab | 8f2d8a1ca6881dbde9c75735240d4e4f681e0138 | refs/heads/master | 2021-04-28T21:40:05.294842 | 2019-09-15T13:25:59 | 2019-09-15T13:25:59 | 77,766,905 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,112 | cpp | //template by chamow
//template
#include<bits/stdc++.h>
using namespace std;
#define rep(i,val,n) for(ll i=val;i<n;i++)
#define per(j,val,n) for(ll j=val;j>=n;j--)
#define pb push_back
#define pi 3.14157
typedef long long ll;
ll readInt () {
bool minus = false;
ll result = 0;
char ch;
ch = getchar();
while (true) ... | [
"chamowstudios@outlook.com"
] | chamowstudios@outlook.com |
f3071c155937838dba32988720d2c8e8acc7f349 | cf96c3961e5e0bb883945c41fb4227e2fa1ded0f | /shallow/details/Origin.hpp | 17c586f04d6e1449b8c2d0d837eb183c1664d2a5 | [] | no_license | sabjohnso/shallow | 39afbed486ad2ac81ebea697a61008cfe804aebe | 54eeee508e03b603e40db3492ade69bdce232632 | refs/heads/master | 2022-11-28T09:37:37.465616 | 2020-08-07T01:00:18 | 2020-08-07T01:00:18 | 282,773,982 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 556 | hpp | #pragma once
//
// ... Shallow header files
//
#include <shallow/details/import.hpp>
#include <shallow/details/Vec2.hpp>
#include <shallow/details/Euclidean.hpp>
namespace Shallow::Details
{
/**
* @brief A class representing the origin of a grid
* in two-dimensional space
*/
template<typename T>
class ... | [
"sabjonso@yahoo.com"
] | sabjonso@yahoo.com |
608b79f8a6d47ffcad7cfd809016949e8af1a41d | 05f7573db159e870fb26c847991c4cb8c407ed4c | /VBF/Source/VBF_CORE4.0/VBF_Public/VBF_Engine/VBF_SceneGraph/VBF_SGNVisitOpCollectOccluders.h | 9893ba6b8e6f1160b276443c5d1b261b4e6291f1 | [] | no_license | riyue625/OneGIS.ModelingTool | e126ef43429ce58d22c65832d96dbd113eacbf85 | daf3dc91584df7ecfed6a51130ecdf6671614ac4 | refs/heads/master | 2020-05-28T12:12:43.543730 | 2018-09-06T07:42:00 | 2018-09-06T07:42:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,582 | h | /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield
*
* This library is open source and may be redistributed and/or modified under
* the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or
* (at your option) any later version. The full license is in LICENSE file
* included with ... | [
"robertsam@126.com"
] | robertsam@126.com |
03d03f1e9c4c618b2a595105a27c8227f55cf292 | a6ea8edbbe881476924e97162e4f6f8e100d4f53 | /module/include/vsexpress_include/afxcolorbutton.h | 5fd494e54eb286199cd21a08cbc1a2dcc9960340 | [] | no_license | anonbyte/pvpgn-magic-builder | d52e116558dd146f0a75012117f115e40c034e2a | 127e75647d05931224e55edcfab0cd1d1f067344 | refs/heads/master | 2021-01-15T21:07:08.947665 | 2014-05-27T01:52:34 | 2014-05-27T01:52:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,158 | h | // This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a supplement to the
// Microsoft Foundation Classes Reference and related
// electronic documentation provided with the library.
// See thes... | [
"harpywar@gmail.com@5d7abbe1-27f8-cb71-bef1-01d8ca34fe51"
] | harpywar@gmail.com@5d7abbe1-27f8-cb71-bef1-01d8ca34fe51 |
9796be426d7666aca0d22f2990429a1d39823b45 | 4efa4b003c7bb756bcb8380124910c0a1e4368b7 | /palmod/Game/Game_KOF02PS2_A.cpp | 73b643bd97f2ccb98cf0cedf63e48bece5b32d1c | [] | no_license | eziochiu/PalMod | 41ad6bea84302e015852d133ee518a152ec47021 | 5c6fb2b7fa7b99e29ec55324d6dc0ec8ae4100c4 | refs/heads/master | 2023-08-27T03:04:29.246553 | 2021-10-26T19:40:47 | 2021-10-26T19:40:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,000 | cpp | #include "StdAfx.h"
#include "GameDef.h"
#include "Game_KOF02PS2_A.h"
#include "..\PalMod.h"
#include "..\RegProc.h"
#define KOF02PS2_A_DEBUG DEFAULT_GAME_DEBUG_STATE
stExtraDef* CGame_KOF02PS2_A::KOF02PS2_A_EXTRA_CUSTOM = nullptr;
CDescTree CGame_KOF02PS2_A::MainDescTree = nullptr;
int CGame_KOF02PS2_A::rgExtraCou... | [
"meandyouftw@gmail.com"
] | meandyouftw@gmail.com |
c3c26edd6c1262788ed0db081ee48b56c45276cc | 3a317ef962cece53f2e71d2ed5325f780b0e298e | /WiFiChatServer3/WiFiChatServer3.ino | 11fa0abb47cf7710ff5f5347e177cfa6aeea773e | [
"MIT"
] | permissive | GeneralMine/Arduino-Collection | c983d06b4d3521450854615ffc9642ec4f3e154c | 89677a8f156dc68f03edae846a4a84d669ca0d17 | refs/heads/master | 2020-04-14T04:09:58.981928 | 2019-11-24T00:12:58 | 2019-11-24T00:12:58 | 163,627,464 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,044 | ino | /*
Chat Server
A simple server that distributes any incoming messages to all
connected clients. To use telnet to your device's IP address and type.
You can see the client's input in the serial monitor as well.
This example is written for a network using WPA encryption. For
WEP or WPA, change the Wifi.begin()... | [
"marvin_raiser@web.de"
] | marvin_raiser@web.de |
86f373159729ef7e278717662b936e41e74a43f4 | dd33a0777e26ba5d25510ecea807a07665b7f675 | /Lab4Animation/LabAnimation/Scene.cpp | d880f29fd4b64d136ed2c9968e8d245a7b68c025 | [] | no_license | ElementMo/OpenGLAnimation | 6c8f951ff7cd911aae53bcbd5280ce5076dba4ab | 0c32aba26708524cf21ea56d20275af75f5cdda2 | refs/heads/main | 2023-04-17T03:33:14.781142 | 2021-05-07T05:16:05 | 2021-05-07T05:16:05 | 301,106,361 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,229 | cpp | #include "Scene.h"
Scene::Scene(float dt, int iterations)
{
this->dt = dt;
this->iterations = iterations;
}
RigidBody Scene::Add(RigidBody& body) {
rigidBodies.push_back(body);
return body;
}
void Scene::Clear()
{
rigidBodies.clear();
}
// Reference: 3D Collision with Separate Axis Theorem
// https://gamede... | [
"869077498@qq.com"
] | 869077498@qq.com |
9de0f9fbad719401613e2edd4bd16ed0460b6bcd | e43e448b9ed8149aa6e04eea054bcaedcd4b7244 | /answers/Codeforces/686A.cpp | a8fad9e02363917708dcc8e6ed14349d3447e529 | [] | no_license | GustavoMA/notebook-competitions | 10512b2c7e0298c7a11cb6923f9c85c91db49f90 | 8b16c0c7234c0c960e7d8e8c5710a2fcef0eb5d9 | refs/heads/master | 2021-01-19T00:49:32.643950 | 2016-06-27T01:15:54 | 2016-06-27T01:15:54 | 33,758,340 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,062 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef pair<int, int> ii;
typedef vector<int> vi;
typedef vector<ll> vll;
typedef vector<ii> vii;
#define pb push_back
#define mp make_pair
#define fi first
#define sc second
#define INF 1000000010
#define LINF 1000000000000000010
#def... | [
"gugamalves@yahoo.com.br"
] | gugamalves@yahoo.com.br |
625c6a962dcd93846127583e6dd249f00e965088 | 722e45c11325759235411b4815a47eaa1daa1376 | /include/stm/txthread.hpp | 607a726c8f892e699eff8aeb6867a704c02b273b | [] | no_license | nkdxczh/HTM_queue | 9b61390fa3a6d6c758284a23dc32fd6496e52351 | cc756112ab820d2a4c884d92ade66d15e794518d | refs/heads/master | 2021-09-10T13:10:05.362149 | 2018-03-26T20:07:22 | 2018-03-26T20:07:22 | 111,599,600 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,345 | hpp | /**
* Copyright (C) 2011
* University of Rochester Department of Computer Science
* and
* Lehigh University Department of Computer Science and Engineering
*
* License: Modified BSD
* Please see the file LICENSE.RSTM for licensing information
*/
/**
* Definitions for a common environment for al... | [
"zhc416@lehigh.edu"
] | zhc416@lehigh.edu |
81a203c50f26acafa568a9ae556fe5be73dc66d7 | 8bf6fa2e41892ed67e2725bbd199f6d2980cca8c | /Sources/GameServer/TMonsterAIGroup.cpp | 35f3bfd15e0f38f8ba0e734163f59f651d60823f | [] | no_license | Shinronz/AluxiaMu | 90cecbf0a04432113d9fde8e4990180ebf3c08da | 5f5dcd621e1c4ecbabca95b978dd5529e09f1a56 | refs/heads/master | 2021-01-20T01:29:13.185992 | 2017-05-18T01:22:48 | 2017-05-18T01:22:48 | 89,285,116 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 12,954 | cpp | // TMonsterAIGroup.cpp: implementation of the TMonsterAIGroup class.
// GS-N 1.00.18 JPN 0x0055FB90 - Completed
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "TMonsterAIGroup.h"
#include "user.h"
#include "Gamemain.h"
#include "TLog.h"
bool TMonsterAIGroup::s_bDat... | [
"geretto@hotmail.com"
] | geretto@hotmail.com |
9eb0148c6bd00c9a3d0eb397d599e8e6c50f3409 | 53b9f788bf83a49e6e5ed846fc670774ea202857 | /src/PDFPageDriver.cpp | 2bb04c945959dbeb69c520713cd828efc95b5512 | [
"Apache-2.0"
] | permissive | richard-kurtosys/HummusJS | 809366e75706439e0a753743465226aa12fa4c14 | 277c76eede8aac9da69fbe887d24fdb584dc9693 | refs/heads/master | 2021-04-03T06:10:03.055894 | 2018-04-05T08:15:39 | 2018-04-05T08:15:39 | 120,730,702 | 1 | 0 | null | 2018-02-08T08:08:01 | 2018-02-08T08:08:01 | null | UTF-8 | C++ | false | false | 15,248 | cpp | /*
Source File : PDFPageDriver.cpp
Copyright 2013 Gal Kahana HummusJS
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 re... | [
"gal.kahana@hotmail.com"
] | gal.kahana@hotmail.com |
84c4b6dda65ffb67b5a84ef770b14e2589588c3e | 63cc8d2f24108115622939ba206703d12cfb9a97 | /WinAPI-인벤토리와 장비착용/Player3.cpp | ba6bdd5364371d32a1e26798560a6c0c771b5af2 | [] | no_license | kthss01/SGA_Programming_Homework | 936bc34bd181b88348c697a817f91260480af5bf | a86b43791e7eb96638f36a984eb493a914240fa5 | refs/heads/master | 2018-08-25T06:37:38.186468 | 2018-06-03T05:00:38 | 2018-06-03T05:00:38 | 118,196,014 | 3 | 8 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 292 | cpp | #include "stdafx.h"
#include "Player3.h"
Player3::Player3()
{
}
Player3::~Player3()
{
}
void Player3::InputPlayer()
{
m_name = "ÆÄÀ̸®";
m_level = 8;
m_maxHp = 24;
m_hp = 24;
m_atk = 15;
m_def = 14;
m_spAtk = 15;
m_spDef = 14;
m_speed = 15;
m_exp = 0;
m_maxExp = 419;
}
| [
"kthss01@naver.com"
] | kthss01@naver.com |
57f1e5ff908f71c835143f7372aa7f43db744931 | e34fbbf464ca3248df9501d4a5afcff804c592c1 | /HAPI_APP/source/Tile.h | 01d658fbd7cb63a11345e428f6de00ba614ac67f | [] | no_license | gabrielanthonylewis/game_engine_construction | 0ac70944696af5ebcfa46352fab57681067fa695 | 2dfc8aceb1d3fc6fc79cfa705d389fd635986515 | refs/heads/master | 2020-03-19T08:53:29.102864 | 2018-06-06T10:54:41 | 2018-06-06T10:54:41 | 136,242,932 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 711 | h | #pragma once
#include <vector>
/*A tile is found on the map itself.
Each tile has a world position and other properties
for the path finder algorithm.*/
class Tile
{
public:
Tile() = default;
inline ~Tile() {};
// tilemap position
float x = 0, y = 0;
// world positions
float worldX = 16, worldY = 16;
std::ve... | [
"gabrielanthonylewis@gmail.com"
] | gabrielanthonylewis@gmail.com |
78c683824420484c7bde7b02c498f859bea98fb3 | 26ad4cc35496d364b31396e43a863aee08ef2636 | /SDK/SoT_BP_TreasureChest_ItemInfo_Mythical_DVR_classes.hpp | f0eecee671a17460eea3f74e1dfb0d67278852ae | [] | no_license | cw100/SoT-SDK | ddb9b19ce6ae623299b2b02dee51c29581537ba1 | 3e6f12384c8e21ed83ef56f00030ca0506d297fb | refs/heads/master | 2020-05-05T12:09:55.938323 | 2019-03-20T14:11:57 | 2019-03-20T14:11:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,045 | hpp | #pragma once
// Sea of Thieves (1.4) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "SoT_BP_TreasureChest_ItemInfo_Mythical_DVR_structs.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//-------------------------------------------------------... | [
"igromanru@yahoo.de"
] | igromanru@yahoo.de |
19c1aa5e2697272d5681e7359016bb3bfc2b84db | 9f35bea3c50668a4205c04373da95195e20e5427 | /chrome/browser/media/router/providers/cast/cast_activity_manager.h | 84ec7eafeae512617b39c3da172226242129cd31 | [
"BSD-3-Clause"
] | permissive | foolcodemonkey/chromium | 5958fb37df91f92235fa8cf2a6e4a834c88f44aa | c155654fdaeda578cebc218d47f036debd4d634f | refs/heads/master | 2023-02-21T00:56:13.446660 | 2020-01-07T05:12:51 | 2020-01-07T05:12:51 | 232,250,603 | 1 | 0 | BSD-3-Clause | 2020-01-07T05:38:18 | 2020-01-07T05:38:18 | null | UTF-8 | C++ | false | false | 11,011 | h | // 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.
#ifndef CHROME_BROWSER_MEDIA_ROUTER_PROVIDERS_CAST_CAST_ACTIVITY_MANAGER_H_
#define CHROME_BROWSER_MEDIA_ROUTER_PROVIDERS_CAST_CAST_ACTIVITY_MANAGER_H_
#... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
d839e3f1fe272e0577bc0d8f2ed7c325b46b5eae | 54a1ce8345c12d90f3c1cb46b13987b364f6725f | /64. (Soal 13) Hapus selisih terdekat (List Berkait)/Unit1.cpp | 3bcd314c261f42c4d9de1a7ec8155595f6b6e7b9 | [] | no_license | Hidayat-rivai/structure_data64 | f286a0e5b20c57336efe695530bb9a665ef5cd7b | ef4e092f88c69da26e2fa421275a9d164b88b636 | refs/heads/master | 2020-09-13T17:57:06.190771 | 2019-11-20T05:59:07 | 2019-11-20T05:59:07 | 222,862,125 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,647 | cpp | //---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "Unit1.h"
struct List
{
List *Next;
List *Prev;
int selisih;
int isi;
};
List *Awal=NULL;
List *Akhir=NULL;
List *Baru;
int n, total;
//-------------------------------... | [
"stu.dent.palawija@gmail.com"
] | stu.dent.palawija@gmail.com |
ff9a0f56e63ac2593ef0a06f2be523c24dd37cdc | d3f38c70958ffcc50e387f786e0b3c9045ae702e | /src/test_win/ViewTree.cpp | 8764a569ae8561d42f90d36986a6960d345982c2 | [] | no_license | whpark/gtl | e510534eda24cd70a792890f0e77b9fb84ae1dc5 | 7c8c9be4b7a39fce08b4a26a2d5d6f7005025c1a | refs/heads/master | 2023-08-31T10:47:39.610608 | 2023-08-30T07:32:09 | 2023-08-30T07:32:09 | 339,640,266 | 0 | 2 | null | 2022-12-15T01:04:56 | 2021-02-17T07:13:24 | C++ | UTF-8 | C++ | false | false | 911 | cpp |
#include "pch.h"
#include "framework.h"
#include "ViewTree.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CViewTree
CViewTree::CViewTree() noexcept
{
}
CViewTree::~CViewTree()
{
}
... | [
"wh.park@apsystems.co.kr"
] | wh.park@apsystems.co.kr |
609e38b533714bf149809a7727d5cf6025510a30 | ac94a1fffea5b5a3925d3feac33741632648ad2c | /HW1.cpp | f2d689e5d2f9f57e4c8f74a145d7103a007ebf30 | [] | no_license | ChanningWang/HW1 | 7e6245e866f547a277d2cf0615942c2298fb92a1 | a87fa5ec6b8937b5ae32266b1baf66d5577a8053 | refs/heads/master | 2020-08-10T14:28:36.311278 | 2015-02-15T18:31:53 | 2015-02-15T18:31:53 | 30,737,548 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,367 | cpp | #include <iostream>
#include <thread>
#include <fstream>
#include <stdio.h>
#include <time.h>
#include "mpi.h"
#include "Normality.cpp"
using namespace std;
int main(int argc, char *argv[]) {
//
log4cpp::Category& root = InitLogging::getRoot();
if (argc == 2) {
if (strcmp(argv[1], "SCRUB") == 0) {
int r... | [
"wangchengbin12@gmail.com"
] | wangchengbin12@gmail.com |
3c63bd69bffd80da2878bb816b2f2a33ce9af727 | 95afd2274905493f6dac880ddb0ecca44e1ca0d5 | /bitbots_throw_engine/include/ros_interface/publisher/controler_command_publisher.h | 25638b0a1a91e4c9c5c82f6a894558828fc2dcb2 | [
"BSD-3-Clause"
] | permissive | 5reichar/bitbots_kick_engine | 483040fddd8e4a58bd92e386128ecab640de23d8 | 0817f4f0a206de6f0f01a0cedfe201f62e677a11 | refs/heads/master | 2021-06-22T19:20:44.246234 | 2021-01-04T14:32:21 | 2021-01-04T14:32:21 | 175,184,353 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,672 | h | #ifndef BITBOTS_THROW_CONTROLER_COMMAND_PUBLISHER_H
#define BITBOTS_THROW_CONTROLER_COMMAND_PUBLISHER_H
#include "ros/ros.h"
#include "bitbots_splines/abstract_ik.h"
namespace bitbots_throw{
class ControllerCommandPublisher{
public:
ControllerCommandPublisher(ros::NodeHandle & ros_node_handle, std::st... | [
"5reichar@informatik.uni-hamburg.de"
] | 5reichar@informatik.uni-hamburg.de |
b93cc9a906b932e3d5093b8a27abec0424d06fa8 | 446b6ed44f363d8a1baa563d862778b1f12fbfa8 | /src/open_worker.cc | e3a6105bc065ce2c8a3a6c6e34d7716169554187 | [] | no_license | mmalecki/node-sophia | bd67ee167532ea53f264878e33e3a3e107a7a862 | eb0279915385ca1a2125360c18726843e355910e | refs/heads/master | 2023-06-08T22:54:32.038193 | 2013-11-22T10:18:22 | 2013-11-22T10:18:22 | 12,878,961 | 11 | 2 | null | 2014-01-23T17:50:12 | 2013-09-16T21:13:50 | C++ | UTF-8 | C++ | false | false | 1,228 | cc | #include <stdint.h>
#include <node.h>
#include <nan.h>
#include <sophia.h>
#include "database_wrap.h"
namespace sophia {
class OpenWorker : public NanAsyncWorker {
public:
OpenWorker(
DatabaseWrap* wrap_,
bool create_if_missing_,
bool read_only_,
NanCallback* callback
... | [
"me@mmalecki.com"
] | me@mmalecki.com |
962b1866962a8185a52da6f3f69a675b5c8854da | b8c8b9b540cfa98228c31faf755a2c6e7806f5d3 | /george_robinson.cpp | 37fce73bc250b7838dbe61be37a0a7fb969eb852 | [] | no_license | alexandrechecoli/GenericParameter | 80413bdd4dca4a0dc85d5fc2f50eb71e72a614ec | 8e18abc5f56dda295ef49764b504332b8e55c2dc | refs/heads/master | 2020-04-18T07:17:54.568563 | 2019-01-24T13:09:56 | 2019-01-24T13:09:56 | 167,355,106 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 194 | cpp | #include "george_robinson.h"
george_robinson::george_robinson()
{
}
george_robinson::~george_robinson()
{
}
void george_robinson::run_action(conteiner_object::en_solution_type s_type)
{
}
| [
"32819255+alexandrechecoli@users.noreply.github.com"
] | 32819255+alexandrechecoli@users.noreply.github.com |
6ad159b3cc9fa8dc65de38b7f07383e837c367f1 | ce52403aaa85969b774e1c247f808cff3e6ffcb3 | /Setting/cfhs_wavefilterconfig.cpp | cc172e1bf7e2ca975d0c4b29ce915c7a7d976996 | [] | no_license | Chentao1988/Cfhs_AOI | b74d0c9471a63fa18332780724da8ce841dddce9 | f6a713992f32752bd7671d0f42e83b02c3c34b63 | refs/heads/master | 2020-12-11T02:21:04.994237 | 2020-01-14T03:40:00 | 2020-01-14T03:40:00 | 233,766,713 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,666 | cpp | #include "cfhs_wavefilterconfig.h"
#include <QJsonDocument>
#include <QJsonObject>
Cfhs_WaveFilterConfig::Cfhs_WaveFilterConfig(QWidget *parent)
: Cfhs_ToolBase(parent)
{
//参数表
insertOnePara("exception_dilate_element_width",
tr("滤波宽"), tr("膨胀操作核宽"));
insertOnePara("exception_dilate_... | [
"allen_chen1988@163.com"
] | allen_chen1988@163.com |
36dcb5ddcb00a78d198be0057beab0c5bb1fbcaf | 21583026a7c1de0e443e09f1b7575010714c9144 | /include/engine/Physics/Solver/Grid/GridFluidSolver3.h | aee840b3a6a48b86f0c1a56c1978f57eb67065dc | [
"MIT"
] | permissive | nocis/Physzy | 23c7c7b6a3ba6fc7aaf88e7d010606d3180dd21c | 0421aa35ca5611c85b0e4ad1679bb161b57a555b | refs/heads/master | 2022-12-17T02:14:34.951330 | 2020-09-22T09:52:28 | 2020-09-22T09:52:59 | 294,249,944 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 380 | h | //
// Created by jared on 9/14/20.
//
#ifndef PHYSZY_GRIDFLUIDSOLVER3_H
#define PHYSZY_GRIDFLUIDSOLVER3_H
#include "Physics/Solver/Solver.h"
namespace PHYSZY
{
// cannot case to private base class
class GridFluidSolver3 : public Solver
{
public:
void OnAdvanceTimeStep(double timeIntervalInSeco... | [
"nocis@tju.edu.cn"
] | nocis@tju.edu.cn |
872bfde8e1cf205249ebbde1d4bdede71e650e38 | 641fa8341d8c436ad24945bcbf8e7d7d1dd7dbb2 | /third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h | 758f7c9d1ced43fd6f1d987f7903d778af48a7d1 | [
"BSD-2-Clause",
"LGPL-2.0-only",
"LGPL-2.1-only",
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft",
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | permissive | massnetwork/mass-browser | 7de0dfc541cbac00ffa7308541394bac1e945b76 | 67526da9358734698c067b7775be491423884339 | refs/heads/master | 2022-12-07T09:01:31.027715 | 2017-01-19T14:29:18 | 2017-01-19T14:29:18 | 73,799,690 | 4 | 4 | BSD-3-Clause | 2022-11-26T11:53:23 | 2016-11-15T09:49:29 | null | UTF-8 | C++ | false | false | 6,248 | h | /*
* Copyright (C) 1999 Lars Knoll (knoll@kde.org)
* (C) 1999 Antti Koivisto (koivisto@kde.org)
* (C) 2001 Dirk Mueller (mueller@kde.org)
* (C) 2006 Alexey Proskuryakov (ap@webkit.org)
* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights
* reserved.
* Copyr... | [
"xElvis89x@gmail.com"
] | xElvis89x@gmail.com |
fd6513f922dddc57708d3d9b29ae6958b6f44d8f | b22c254d7670522ec2caa61c998f8741b1da9388 | /shared/XmlReader.cpp | 02711cb6085af895ec46aae16da0cc7273ac5387 | [] | no_license | ldaehler/lbanet | 341ddc4b62ef2df0a167caff46c2075fdfc85f5c | ecb54fc6fd691f1be3bae03681e355a225f92418 | refs/heads/master | 2021-01-23T13:17:19.963262 | 2011-03-22T21:49:52 | 2011-03-22T21:49:52 | 39,529,945 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,440 | cpp | /*
------------------------[ Lbanet Source ]-------------------------
Copyright (C) 2009
Author: Vivien Delage [Rincevent_123]
Email : vdelage@gmail.com
-------------------------------[ GNU License ]-------------------------------
This program is free software: you can redistribute it and/or modify
it under ... | [
"vdelage@3806491c-8dad-11de-9a8c-6d5b7d1e4d13"
] | vdelage@3806491c-8dad-11de-9a8c-6d5b7d1e4d13 |
3ef49ea24ba461e2a6f985eb1b1239fe8d69a0f4 | af5a51b88a0c64107c32eb008bbdb221db52e551 | /from_sourceforge/gpx/X/branches/doc/include/gpx/math/VectorN.hpp | ca90b9233b5cc1977f15be7aea2d814ce930ab44 | [
"BSD-2-Clause"
] | permissive | michpolicht/gpx | fea1fdd77e510e325014309c6b9ce7c8410c8e51 | ed678357089eca129719d48e4a5489a08c4ca21b | refs/heads/master | 2021-01-10T06:32:47.279724 | 2016-11-14T01:40:16 | 2016-11-14T01:40:16 | 50,761,190 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,827 | hpp | /**
* @file
* @brief Implementation of Vector<2> inline functions.
*/
#include "_structures_warning.hpp"
namespace gpx {
namespace math {
/**
* General n-dimensional vector. Not implemented yet.
*/
template <std::size_t N, typename T = real_t>
class Vector: public VectorPtr<N, T>
{
public:
T m_coords[N];
... | [
"michpolicht@gmail.com"
] | michpolicht@gmail.com |
9745d7746fd8c9da1c3d3511fb3924fc1a15ecda | fe91ffa11707887e4cdddde8f386a8c8e724aa58 | /third_party/blink/renderer/platform/scheduler/common/dummy_schedulers.cc | c456a695bac4b6c39c1b2d4d9e2a924d63c84164 | [
"BSD-3-Clause",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft"
] | permissive | akshaymarch7/chromium | 78baac2b45526031846ccbaeca96c639d1d60ace | d273c844a313b1e527dec0d59ce70c95fd2bd458 | refs/heads/master | 2023-02-26T23:48:03.686055 | 2020-04-15T01:20:07 | 2020-04-15T01:20:07 | 255,778,651 | 2 | 1 | BSD-3-Clause | 2020-04-15T02:04:56 | 2020-04-15T02:04:55 | null | UTF-8 | C++ | false | false | 10,405 | 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 "third_party/blink/renderer/platform/scheduler/public/dummy_schedulers.h"
#include "third_party/blink/renderer/platform/scheduler/main_thread/ma... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
344b38947e2089bee724a705c97908982927df8e | ad273708d98b1f73b3855cc4317bca2e56456d15 | /aws-cpp-sdk-glue/include/aws/glue/model/GetJobBookmarkRequest.h | b9382a53cbf9f30eee607bb5b03ef0f0cbe8258b | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | novaquark/aws-sdk-cpp | b390f2e29f86f629f9efcf41c4990169b91f4f47 | a0969508545bec9ae2864c9e1e2bb9aff109f90c | refs/heads/master | 2022-08-28T18:28:12.742810 | 2020-05-27T15:46:18 | 2020-05-27T15:46:18 | 267,351,721 | 1 | 0 | Apache-2.0 | 2020-05-27T15:08:16 | 2020-05-27T15:08:15 | null | UTF-8 | C++ | false | false | 4,409 | h | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
5438c1fdc6454e557b93859f4f3a50c8be46d668 | 6556148eec751962b54c5b9a619bbebae2c4119d | / robocupsslclient/RotationMatrix/RotationMatrix.cpp | 9bc49172a7bdb48993960abbde49cbac1d023bea | [] | no_license | Hannna/robocupsslclient | 947fe9ccb2f6101b60dc711166d7d91435bc624d | 4009fce4bba34f9e8083645c8ee88dc8d975986c | refs/heads/master | 2020-06-03T11:57:58.539558 | 2012-02-28T23:39:42 | 2012-02-28T23:39:42 | 33,896,893 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,388 | cpp | #include "RotationMatrix.h"
RotationMatrix::RotationMatrix(double fi)
{
this->fi=fi;
a11=cos(fi);
a12=-sin(fi);
a21=sin(fi);
a22=cos(fi);
}
RotationMatrix::RotationMatrix(const RotationMatrix& rm)
{
this->a11=rm.a11;
this->a12=rm.a12;
this->a21=rm.a21;
this->a22=rm.a22;
this->fi=rm.fi;
}
RotationMatrix & Ro... | [
"mgabka@48f5bffa-9504-1908-88fd-a439b3b414de"
] | mgabka@48f5bffa-9504-1908-88fd-a439b3b414de |
ced095681542576f5804adb3c157fc7ccfb89a19 | 1d1ddf2283ac1bc0a94c7f2d663a26c7f5a9ce9c | /MyOpenCvWrapper/OpenCvMethods.h | 3a7e3693c210c2392ef90e06e7c9898759ca4551 | [] | no_license | liangshaojiang/XamapenCVCam | 20856e98e1c9e94a8748b50c83ab5850e52cc2a3 | 1254ab3fbf13968b8e73f94f16976a6e6b9d7368 | refs/heads/master | 2022-04-05T02:17:27.617103 | 2020-01-26T12:44:45 | 2020-01-26T12:44:45 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 3,832 | h | #pragma once
#include "ImagePixels.h"
#include <string>
#include <vector>
#include <opencv2/core.hpp>
#include <opencv2/objdetect.hpp>
#include <opencv2/imgproc.hpp>
cv::Mat ToMat(const ImagePixels& pixels) {
int srcRows = pixels.Height;
int srcCols = pixels.Width;
int srcChannels = pixels.BytesPerPixel;
int src... | [
"t_hosoya1214@yahoo.co.jp"
] | t_hosoya1214@yahoo.co.jp |
e1059526317366121d630829e0c42cb26a661c5a | fb574e6cb2f0d3e5e5ae703751ee906e4b5ea441 | /codeforces/271A.cpp | b3e60f29b1c98ea23be8bd73b848c936171c18de | [] | no_license | jairxserfer/CompetitiveProgramming | ffa16899d65b6e57ba922e72a34ed58d5e4b64ee | f47dd405303f306c997606f88fc90315926c0ee7 | refs/heads/master | 2021-01-10T10:29:15.310344 | 2016-02-13T15:38:10 | 2016-02-13T15:38:10 | 43,313,328 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 615 | cpp | #include <bits/stdc++.h>
using namespace std;
bool myResult( int k){
int buffer = 0;
vector <int> mv;
while(k != 0)
{
buffer = k % 10;
mv.push_back(buffer);
k = k/10;
}
sort( mv.begin(), mv.end() );
int cont = 0;
for( int i = 1; i < mv.size(); i++ )
{
if(mv[i] == mv[i-1])
{... | [
"jairxserfer@hotmail.com"
] | jairxserfer@hotmail.com |
3d90d0bb8b709aef1d75e040ae27d6e7eea8f35a | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/068/330/CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805_char_loop_73a.cpp | b923cd518f1e1b16e3432f68ad745a37fd58c4f0 | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,754 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805_char_loop_73a.cpp
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805.string.label.xml
Template File: sources-sink-73a.tmpl.cpp
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSource: Allocat... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
1e8e041351fd851e16cf89328276fbd30b6e369d | 6d7d48e9dc8f8dc7ee3438533a27f47c0396e07a | /PoliceCar/PoliceCar.ino | a8dcbb433d7c7bd371daea27ecf32f0c3894b7aa | [
"MIT"
] | permissive | foxis/policeCar | a73b4143a807fecc2e817e02b4a3e7b5126ead5f | b11ae89eccc0c27b42f841725d3daf81eaca98c3 | refs/heads/master | 2021-09-05T06:05:06.931065 | 2018-01-24T16:22:53 | 2018-01-24T16:22:53 | 115,793,600 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,513 | ino | #define TIME_TURNOFF 30100000L
#define TIME_SIREN_ON 1000000L
#define TIME_STOP_ON 19000000L
#define TIME_HEAD_OFF 20000000L
#define TIME_STOP_OFF 21000000L
#define TIME_SIREN_OFF 23000000L
#define TIME_BLINKERS_OFF 30000000L
#define PIN_HEAD_L A0
#define PIN_HEAD_R A1
#define PIN_STOP_L 5
#define PIN_STOP_R 6
#defin... | [
"andrius.mikonis@gmail.com"
] | andrius.mikonis@gmail.com |
3000757db631482a05112f16ee924e2bb3a5761e | a72d9357c5b43c5ae6b5b82ca16d548ac1fdd853 | /examples/chapter09_08/src/util/device/util_device_led_monochrome.h | 8f95d169976c61a641d2eea12e4eb27f4aa7880a | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0",
"LGPL-3.0-only"
] | permissive | ckormanyos/real-time-cpp | d61e90e79b47d41349ba4f34633a14ea35f36d70 | 1741e058cac3b0e865602be5f747d1fe828b7f6f | refs/heads/master | 2023-08-29T02:58:32.175068 | 2023-08-28T11:48:04 | 2023-08-28T11:48:04 | 5,922,310 | 484 | 160 | BSL-1.0 | 2023-08-28T11:48:05 | 2012-09-23T13:31:08 | C++ | UTF-8 | C++ | false | false | 736 | h | ///////////////////////////////////////////////////////////////////////////////
// Copyright Christopher Kormanyos 2017 - 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)
//
#ifndef UTIL_DEVICE_LED_MONO... | [
"ckormanyos@yahoo.com"
] | ckormanyos@yahoo.com |
da1c26a6bd081035b84d36de57f6c76125d000b4 | abb2bdc836b04ecca1aebcf46afece213c2d3592 | /CPP_QT/TTKWidgetTools-master/build-TTKWidgetTools-Desktop_Qt_5_9_4_MinGW_32bit-Debug/.build/ui/ui_ttksplititemwindow.h | e20b12b7d23a9064d2545649dfcf92a3d4215d6d | [] | no_license | XwAdmin/CodeTest | 3d4d7944eca687d94fcfda7f53be6ae89f84a0a6 | 77880881296a7b9c1f81b2203a72292bd543cb24 | refs/heads/master | 2022-03-08T10:52:06.594869 | 2019-11-15T09:12:32 | 2019-11-15T09:12:32 | 190,144,911 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,113 | h | /********************************************************************************
** Form generated from reading UI file 'ttksplititemwindow.ui'
**
** Created by: Qt User Interface Compiler version 5.9.4
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************... | [
"1220366326@qq.com"
] | 1220366326@qq.com |
0a0291311383afcf9de1479973b6e3acb5b133e1 | 38c10c01007624cd2056884f25e0d6ab85442194 | /components/drive/directory_loader_unittest.cc | 20e4ead480a1536dda72be398f07c1d7e93aee89 | [
"BSD-3-Clause"
] | permissive | zenoalbisser/chromium | 6ecf37b6c030c84f1b26282bc4ef95769c62a9b2 | e71f21b9b4b9b839f5093301974a45545dad2691 | refs/heads/master | 2022-12-25T14:23:18.568575 | 2016-07-14T21:49:52 | 2016-07-23T08:02:51 | 63,980,627 | 0 | 2 | BSD-3-Clause | 2022-12-12T12:43:41 | 2016-07-22T20:14:04 | null | UTF-8 | C++ | false | false | 9,398 | cc | // 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.
#include "components/drive/directory_loader.h"
#include "base/callback_helpers.h"
#include "base/files/scoped_temp_dir.h"
#include "base/memory/scoped_pt... | [
"zeno.albisser@hemispherian.com"
] | zeno.albisser@hemispherian.com |
06f57b9855c363155d5461d9279e7767122d11f5 | 5be145e6e64efaf184a9ad0d9e7ac28854e2ed45 | /Util/OViSEException.cpp | 079020afcfaf5c5d9dc58227a661b552cc535778 | [
"MIT"
] | permissive | windrobin/ovise | 2a695d8b92071919aa2f28322553fd5cc4a6b59f | 1ac05916cb7e7d27aff90d4fb666b80803dae8d8 | refs/heads/master | 2021-01-10T02:17:38.274918 | 2012-07-04T16:36:42 | 2012-07-04T16:36:42 | 43,444,499 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 235 | cpp | #include "OViSEException.h"
OViSEException::OViSEException( const char* msg )
{
mMsg = std::string( msg );
}
const char* OViSEException::what() const throw( )
{
return mMsg.c_str();
}
OViSEException::~OViSEException() throw( )
{}
| [
"alexander.kasper@kit.edu"
] | alexander.kasper@kit.edu |
54eef5d4b7ebe3efdf61431aa93c1fbf458dc536 | 0d525dbdb3d03652e06886b03b8ed0dff4283e14 | /lab6/SoftSerial/SoftSerial.ino | 31adf823f523a3f45d66d559394865aeaa591bf3 | [] | no_license | H-Ambrose/Basic-training-of-Electronics-system | 3a7b24e4f34d824810a8f40b2d4ba61ee5edd528 | 1aa4082e16c25323a021713afcdb695ce99f2d02 | refs/heads/master | 2022-07-31T05:03:45.526803 | 2020-05-19T00:24:28 | 2020-05-19T00:24:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 960 | ino | #include <SoftwareSerial.h>
#define SS_RX 4
#define SS_TX 5
//+ADDR:98d3:31:fd72a1
//实例化软串口
SoftwareSerial BT_Serial(SS_RX, SS_TX); // RX, TX
String comdata = "";
void setup()
{
pinMode(SS_RX, INPUT);
pinMode(SS_TX, OUTPUT);
Serial.begin(38400);
while (!Serial);
Serial.println("Hardware serial ... | [
"zzy1539269194@163.com"
] | zzy1539269194@163.com |
13ace16836a81462e8c619afbcb8183198c70ebb | 9c8e3521d8b4d572b98812fbd347a16c3849d7ed | /src/twinsd.cpp | 3af27d2e67b5c9ab55099230ec046b6125b8aa0f | [
"MIT"
] | permissive | NewCapital/TWINS-Core | 493a57827265164fc50b9fb67d8925fec7609868 | 50e3f477acf4ec5cfe8f83ebdefeef4e3cc95ccd | refs/heads/master | 2022-08-31T11:43:28.102540 | 2022-08-12T13:48:52 | 2022-08-12T13:55:20 | 166,769,948 | 15 | 18 | MIT | 2020-07-15T10:34:09 | 2019-01-21T07:44:06 | C++ | UTF-8 | C++ | false | false | 5,317 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2018-2019 The TWINS developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPY... | [
"yurykk@gmail.com"
] | yurykk@gmail.com |
2a48b801fb05360ee1cf1bb560be0c0bf1c9d060 | a8084776026e0fe82cb10dd9aea60868490dabe5 | /sources/ZeGame/Sources/GameDebug.cpp | 78b018eddff478984ac606974fb99a14ad184090 | [] | no_license | arey/zegame | e593f35766a6ef87ddd8dadd7f347703f223c307 | 6550ad403b794d1945957afa5592484f3a95f87d | refs/heads/master | 2020-12-01T22:16:23.629412 | 2020-01-03T17:45:23 | 2020-01-03T17:45:23 | 230,787,538 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 7,521 | cpp | ////////////////////////////////////////////////////////////////////////////////
// Unité "GameDebug.cpp" : Implémentation de la classe GameDebug utilisé //
// pour débugger en mode plein écran. //
// Copyright (C) 1999 Antoine Rey antoine.rey@insa-lyon.fr //
// ... | [
"antoine.rey@gmail.com"
] | antoine.rey@gmail.com |
fddffda8d75cd6403e42cef9f8d7794d8c5f4d6d | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE23_Relative_Path_Traversal/s03/CWE23_Relative_Path_Traversal__wchar_t_console_w32CreateFile_63a.cpp | ed2f59f1e2a1401a683cc9c5b8e25b01e8ab99f2 | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C++ | false | false | 3,243 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE23_Relative_Path_Traversal__wchar_t_console_w32CreateFile_63a.cpp
Label Definition File: CWE23_Relative_Path_Traversal.label.xml
Template File: sources-sink-63a.tmpl.cpp
*/
/*
* @description
* CWE: 23 Relative Path Traversal
* BadSource: console Read input fro... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
186ecfbfe4b46d6181833ca4d7841cfbf1f97aa5 | 56d866b3733e1788909942e1c2384998471da00f | /gorbutt/gorbutt.ino | daa8b17b92c5d245a2a1a3f41bd3e218c480b72a | [] | no_license | mhotwagner/arduino | 8e6d97a6e2d7ac2c5d65ffd5762459f77a8c90c4 | d90349bb1303a4b5890316650ea5948ff6f47628 | refs/heads/master | 2022-02-06T01:54:08.393310 | 2022-01-23T19:29:22 | 2022-01-23T19:29:22 | 219,556,650 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,866 | ino | /*********
* Gorman's Butt Controller
*
* Controls backup sensor (and others?) and
* relays data to Gorbrain via serial comm (wifi?)
*
*********/
const int trigPin = D0;
const int echoPin = D1;
const int reversePin = D2;
const int ledPin = D8;
//define sound velocity in cm/uS
#define SOUND_VELOCITY 0.034
#defi... | [
"mhotwagner@gmail.com"
] | mhotwagner@gmail.com |
45db46b1d0a60ab269085c5239a123d8b5701031 | dc42fcc8262cce43f1058798d2c5a849d4debbde | /net/test/worker_keyvalue.h.cc | 131fc7a5f260a64bb33f60f2793a58c4f4d9dc88 | [] | no_license | lineCode/HM4 | e54b8305d7d14975a28389781f46b86b4985c6ac | d7e3e92ffe65f6e01091a756c16e09bc7aec9e0d | refs/heads/master | 2023-01-20T20:58:25.494461 | 2020-11-20T20:59:08 | 2020-11-20T20:59:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 357 | cc | #include <type_traits>
#include "worker/keyvalueworker.h"
#include "protocol/redisprotocol.h"
#include "mockdbadapter.h"
using MyProtocol = net::protocol::RedisProtocol;
struct MyWorkerFactory{
using Worker = net::worker::KeyValueWorker<MyProtocol, MockDBAdapter>;
Worker operator()(){
return { adapter };
}
p... | [
"nmmm@nmmm.nu"
] | nmmm@nmmm.nu |
9ea9d5a456d8d00de67dc85efed1bafbae7aa809 | 25b52864d1de026b090663d130b63e00acb0560f | /ChemistryLib/PhreeqcKernelData/ReactionRate.cpp | 64f552ec44f428d560652409237f87c16dcaf4b0 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | kosakowski/OGS6-MP-LT-Drum | f6365f7e38e89c0cffcc8a2d9d848cba1dd5fa31 | 01d8ef8839e5dbe50d09621393cb137d278eeb7e | refs/heads/drum_LT_balance_rebase | 2022-12-19T21:19:52.010498 | 2019-12-10T09:35:28 | 2019-12-10T09:35:28 | 299,912,976 | 1 | 0 | NOASSERTION | 2020-09-30T12:53:14 | 2020-09-30T12:33:38 | null | UTF-8 | C++ | false | false | 783 | cpp | /**
* \file
* \copyright
* Copyright (c) 2012-2019, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#include "ReactionRate.h"
namespace Chem... | [
"renchao.lu@gmail.com"
] | renchao.lu@gmail.com |
89d6a9bd2c39d8940c05a420354deabd58df98c6 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE122_Heap_Based_Buffer_Overflow/s03/CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805_wchar_t_ncat_82a.cpp | 87fa1fb25ab6518ba4670606a783ea72776e52d3 | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C++ | false | false | 2,811 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805_wchar_t_ncat_82a.cpp
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805.string.label.xml
Template File: sources-sink-82a.tmpl.cpp
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSourc... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
d03a038c305b43ace2700355a04d463563851cd9 | 24221beb2ebba7a32f75dfe978766909282d9677 | /MazeGame/Game.cpp | 6c5a630e61911fd782f30e91a21eed5f544bd436 | [] | no_license | vanill4Sky/maze-game | 0a7ede906bece76b3f060370194c0405038ce645 | 79295f80927fa85c0f55d541b802135d8580440a | refs/heads/master | 2022-11-08T22:35:16.194870 | 2020-06-25T17:05:44 | 2020-06-25T17:05:44 | 274,971,915 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,099 | cpp | #include "Game.hpp"
Game::Game(int screenWidth, int screenHeight, std::string windowsTitle)
{
mData->window.create(
sf::VideoMode(screenWidth, screenHeight),
windowsTitle,
sf::Style::Close | sf::Style::Titlebar);
mData->window.setFramerateLimit(60);
mData->stateMachine.addState(std::make_unique<SplashState>(m... | [
"wojtek-s22@wp.pl"
] | wojtek-s22@wp.pl |
2315c637727007d8c5124c9f162b5ce0b88b03fa | 17e3c01e957d8aec59fade0d7987ef6042804195 | /Loops/fibonacci.cpp | a02e96d5f19cd4cf5203e8fff16c27805eed65bf | [] | no_license | shashank-simha/CPP-Lab | 706113a70c018d2c11f864dbe1e845d6d4e56a92 | 7e3156f15e62aee7625c23a93f7b5a864c84c1d8 | refs/heads/master | 2020-04-20T05:41:43.237951 | 2019-02-15T07:54:22 | 2019-02-15T07:54:22 | 168,662,422 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 560 | cpp | #include <iostream>
using namespace std;
int main()
{
int n, t1 = 0, t2 = 1, t3 = 0;
cout << "Enter the number of terms: ";
cin >> n;
cout << "Fibonacci Series: ";
for (int i = 1; i <= n; ++i)
{
// Prints the first two terms.
if(i == 1)
{
cout << t1 << " "... | [
"shashanksimha183@gmail.com"
] | shashanksimha183@gmail.com |
b95bf016568e0dbafb90f6a18c926f2f984f4734 | 6857c2ef676792a4048c9c67e52dc3b64550a771 | /evita/views/text/render_text_line.h | fc1e06041f6c0abfd48fb30d1dcaabf9179e0b30 | [] | no_license | TheTypoMaster/evita | d4978ae4d332e8980d1c0da0f717d957d102dd26 | 213d542fc39736d15372dc04cd3c803806db352b | refs/heads/master | 2021-01-15T20:19:04.727264 | 2015-09-19T21:17:19 | 2015-09-19T21:17:19 | 42,788,695 | 0 | 0 | null | 2015-09-19T20:33:06 | 2015-09-19T20:33:06 | null | UTF-8 | C++ | false | false | 2,224 | h | // Copyright (c) 1996-2014 Project Vogue. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef EVITA_VIEWS_TEXT_RENDER_TEXT_LINE_H_
#define EVITA_VIEWS_TEXT_RENDER_TEXT_LINE_H_
#include <stdint.h>
#include <vector>
#include "... | [
"eval1749@gmail.com"
] | eval1749@gmail.com |
1d1e8c73edf76fb64833c17bc65fd5c10b7464d5 | 3b9b4049a8e7d38b49e07bb752780b2f1d792851 | /src/components/browser_sync/browser/profile_sync_test_util.h | ae554e2837b4b43652f7c03ceca7f745cfec88c4 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | webosce/chromium53 | f8e745e91363586aee9620c609aacf15b3261540 | 9171447efcf0bb393d41d1dc877c7c13c46d8e38 | refs/heads/webosce | 2020-03-26T23:08:14.416858 | 2018-08-23T08:35:17 | 2018-09-20T14:25:18 | 145,513,343 | 0 | 2 | Apache-2.0 | 2019-08-21T22:44:55 | 2018-08-21T05:52:31 | null | UTF-8 | C++ | false | false | 6,355 | h | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_BROWSER_SYNC_BROWSER_PROFILE_SYNC_TEST_UTIL_H_
#define COMPONENTS_BROWSER_SYNC_BROWSER_PROFILE_SYNC_TEST_UTIL_H_
#include <memory>
#i... | [
"changhyeok.bae@lge.com"
] | changhyeok.bae@lge.com |
afdc6d6066f99ccaf75b6254490fe26a525a6679 | 0b70b78212195c8ab7f900e762f43c255d0f84b0 | /CCProtonPi0/NTupleAnalysis/Classes/Analyzer/CCProtonPi0_Analyzer_Default.cpp | 511af7ba344ebd7043ad4fe39bb9e3d33815800a | [] | no_license | oaltinok/Minerva_Neutrino | 5477fdbee203f6f06fca9eea2ee1483f07571fad | 341d6eace70c480c150b3ac9ada0ca5c5d72b054 | refs/heads/master | 2020-04-04T07:47:48.802985 | 2017-06-30T15:06:52 | 2017-06-30T15:06:52 | 11,000,781 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 80,149 | cpp | #ifndef CCProtonPi0_Analyzer_Default_cpp
#define CCProtonPi0_Analyzer_Default_cpp
#include "CCProtonPi0_Analyzer.h"
using namespace std;
void CCProtonPi0_Analyzer::Init(string playlist, TChain* fChain)
{
// The Init() function is called when the selector needs to initialize
// a new tree or chain. Typically ... | [
"altinokozgur@gmail.com"
] | altinokozgur@gmail.com |
8bc43a35526a939f09e63c8549c85171183906b4 | 5f975169aeb67c7cd0a08683e6b9eee253f84183 | /algorithms/easy/1119. Remove Vowels from a String.h | a64df296875ff105159f0668c894ab01debd6229 | [
"MIT"
] | permissive | MultivacX/leetcode2020 | 6b743ffb0d731eea436d203ccb221be14f2346d3 | 83bfd675052de169ae9612d88378a704c80a50f1 | refs/heads/master | 2023-03-17T23:19:45.996836 | 2023-03-16T07:54:45 | 2023-03-16T07:54:45 | 231,091,990 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 541 | h | // 1119. Remove Vowels from a String
// https://leetcode.com/problems/remove-vowels-from-a-string/
// Runtime: 0 ms, faster than 100.00% of C++ online submissions for Remove Vowels from a String.
// Memory Usage: 6.3 MB, less than 99.84% of C++ online submissions for Remove Vowels from a String.
class Solution {
... | [
""
] | |
0e55eb03e2ee1e8c0b02ec0fe887cf55d30f5bcd | 2719315002559b3f7bdbe484839a141c1267c80e | /GSS1.cpp | 18b3ba5b0e12ed2967edf95945020056bff7eb43 | [] | no_license | vaibhavpuri32/SPOJ-SOLN | aa945e1200fc738735e165226f0ee4aca954d728 | 6a31f1f26c311be0ffd698f58819f2edd5dd1146 | refs/heads/main | 2023-01-07T13:12:46.618143 | 2020-10-31T18:14:17 | 2020-10-31T18:14:17 | 308,944,638 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,581 | cpp | #include <bits/stdc++.h>
using namespace std;
#define ll long long int
#define P 1000000007
#define inf 1e18
struct node
{
ll pref;
ll suf;
ll sum;
ll seg;
};
node t[400005];
node merge(node &a, node &b)
{
node temp;
temp.sum = a.sum + b.sum;
temp.pref = max(a.sum + b.pref, a.pref);
tem... | [
"vaibhavpuri32@gmail.com"
] | vaibhavpuri32@gmail.com |
ca8a0b33111942325071196bd86276c1223716ff | fa476614d54468bcdd9204c646bb832b4e64df93 | /otherRepos/luis/ACM/7554.cpp | c9b8a94d2286108a6190ad15467a9b4f08e8585b | [] | no_license | LuisAlbertoVasquezVargas/CP | 300b0ed91425cd7fea54237a61a4008c5f1ed2b7 | 2901a603a00822b008fae3ac65b7020dcddcb491 | refs/heads/master | 2021-01-22T06:23:14.143646 | 2017-02-16T17:52:59 | 2017-02-16T17:52:59 | 81,754,145 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,514 | cpp | #include<bits/stdc++.h>
using namespace std;
#define REP(i , n) for(int i = 0 ; i < n ; ++i)
#define clr( t , val ) memset( t , val , sizeof(t) )
#define mp make_pair
#define fi first
#define se second
#define pb push_back
#define SZ(v) ((int)(v).size())
#define all(v) v.begin() , v.end()
typedef lo... | [
"luisv0909@gmail.com"
] | luisv0909@gmail.com |
a656f0aade2ceead54b47eeec5c341d015653836 | 8c13233f927c72db0266946b4032c1b08099e6d0 | /src/operators/aces_unreal.h | 009315e6cb180ab8af1839634f4be6ffae471513 | [
"MIT"
] | permissive | leegoonz/tonemapper | 2616d5ded05023050ba407a8232748a2d1860cdb | 4cb3be5126cab6abeaccf446b2970c7cbcec12b8 | refs/heads/master | 2021-10-28T16:35:19.152387 | 2020-06-15T16:11:58 | 2020-06-15T16:11:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,519 | h | /*
src/filmic1.h -- ACES tonemapping operator, Unreal engine version
Tone Mapper is provided under the MIT License.
See the LICENSE.txt file for the conditions of the license.
*/
#pragma once
#include <tonemap.h>
class AcesUnrealOperator : public TonemapOperator {
public:
AcesUnrealOperator() : Tone... | [
"tizian.zeltner@gmail.com"
] | tizian.zeltner@gmail.com |
2e5539eec2e1cdf824055e6a967f3b5ad8314c23 | b329b74a734175a4efc66b5cec540347193a2d33 | /problem_solving/spoj/MSCHED.cpp | 6ebc841b83324d1179db4b32be4d971ee2615597 | [
"MIT"
] | permissive | sazid/codes | c2b9569979fc3461ab51f07212be9ed5b94772e0 | 6dc5d8967334a132ff9eb7e87f58fe9b11d8abd2 | refs/heads/master | 2021-01-23T01:01:11.269644 | 2019-03-16T15:24:44 | 2019-03-16T15:24:44 | 85,860,119 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 726 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef pair<int, int> pi;
typedef unsigned long long ull;
typedef long long ll;
vector<pi> cows;
int slots[100005];
int main() {
ios::sync_with_stdio(0);
cin.tie(0);
int N;
ull x, y, sum = 0;
cin >> N;
for (int i = 0; i < N; ++i) {
cin >> x >> y;
cows.em... | [
"sazidozon@gmail.com"
] | sazidozon@gmail.com |
4cdad8e524ebcdc283e2fdcf3a52c11dea8a6c56 | 8dc228fa22dccf94f9b28188538501a77735c36d | /1.语言怎么用/exception_learn/main.cpp | e95209b026fb4b77c0d25c2035e2e3f73dcf68c4 | [] | no_license | tnie/see-the-world | 494760a73544392b86fd079d57a092e7e70a08f7 | 809ce2b395acda8cf74ad71d807e6c826fa97417 | refs/heads/master | 2021-10-23T08:04:59.448251 | 2019-03-15T09:46:47 | 2019-03-15T09:46:47 | 66,923,961 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 562 | cpp | #include <cstring>
#include <cstdio>
#include <cstdlib>
#include "parseNumber.h"
class DivisonByZeroException {};
int main(void)
{
char *str1="234", *str2="0";
try {
int num1 = parseNumber(str1);
int num2 = parseNumber(str2);
if( num2 == 0 )
throw DivisonByZeroException();
printf("result is %... | [
"nielong2014@gmail.com"
] | nielong2014@gmail.com |
dc38232857941d4beee6539f9db559f798109b68 | 7254c7d25794c0837c6fdd1e2a04b0377cc82525 | /src/main.cpp | 3dcf68eff8dbe4f1f8f3458d641749f8d28e8b9b | [] | no_license | dominikpeter/fp-growth-in-r | f397922bb8fff2b76ce262e1305d502e5294e240 | 5d7744c2947f592d3bf54f7471a7fba23f725e4c | refs/heads/master | 2021-05-05T20:32:01.807447 | 2017-12-27T12:07:53 | 2017-12-27T12:07:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,197 | cpp | #include <cassert>
#include <iostream>
#include <set>
#include <vector>
#include "fptree.hpp"
#include <Rcpp.h>
using namespace Rcpp;
// [[Rcpp::plugins(cpp11)]]
// [[Rcpp::export]]
RcppExport SEXP FPGrowth_(List l, double minimum_support)
{
std::vector<Transaction> transactions;
std::vector<std::string> v;
... | [
"dominik.peter87@gmail.com"
] | dominik.peter87@gmail.com |
e4292199af5bf34540efe7dd45be33899603a536 | 9242687d387adf911fbc5f959c88250f32aeb55a | /Catan/CatanNetworking/NetworkProtocols/ProtocolState.h | 7a299dcab8e83d29393ea3a92bfad05aeed977aa | [] | no_license | Kammann123/Catan | 39bd521f0bb5129310d18728ae1fa7cbb6e3a913 | 9e22e78f75455e1741c0b91c6dbcb8580de8d802 | refs/heads/master | 2022-03-10T06:54:45.814408 | 2022-02-09T19:32:28 | 2022-02-09T19:32:28 | 158,240,470 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,439 | h | #pragma once
#include "../NetworkPackets/NetworkPacket.h"
#include "../NetworkHandlers/NetworkSocket.h"
#include "ProtocolTag.h"
#include <functional>
#include <map>
#include <string>
using namespace std;
/*
* NotifyCallback - Notificacion mediante el callback, la respuesta
* de estos llamados siempre es un CatanSt... | [
"lucaskammann@hotmail.com"
] | lucaskammann@hotmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.