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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2f93623efaa00f467c3495522b81c43ef2f223a4 | 708e834432e60d04677c611dd61657142498861d | /ch07/exercise7_31.h | 58c315183c02d58382a53ea3b9d661f301451f13 | [] | no_license | meixsh/cpp-primer | b60856a8c50537e83514181250a3ac62adef88af | 8e0b654e6cb6f80842a4f4a76128c3d5b0b8832d | refs/heads/master | 2023-01-20T05:17:43.895113 | 2020-11-19T08:35:33 | 2020-11-19T08:35:33 | 314,184,500 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 51 | h | class Y;
class X
{
Y *py;
};
class Y
{
X x;
};
| [
"meixsh@qq.com"
] | meixsh@qq.com |
2b4aaeec5dd0c4f5636c0fe7ad88a2a765fc81bd | faad51c181c1ea6107b732a36ecd18b4b5fc5c32 | /mythesis_body/src/vfh/pcl_object_recognition.hpp | 6a5a762b522a6edca6e29611cc473bd11e9701b9 | [] | no_license | gharghabi/MEng_thesis | 35e2cdf0f4a90a7e4cb2d8dcbb2dd8492fa318d2 | 1eb1f0055f438946c6787b0e0c2e3beeb34b13bb | refs/heads/master | 2016-09-10T18:00:53.688684 | 2014-11-12T18:22:47 | 2014-11-12T18:22:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,284 | hpp | //#include "openni2pcl_reg.hpp"
#include <iostream>
#include <tuple>
//#include <pcl/io/openni_grabber.h>
#include <pcl/common/time.h>
#include <iostream>
#include <pcl/io/pcd_io.h>
#include <pcl/features/shot_omp.h>
#include <pcl/features/board.h>
#include <pcl/keypoints/uniform_sampling.h>
#include <pcl/recognition/c... | [
"sh.gharghabi@gmail.com"
] | sh.gharghabi@gmail.com |
a6c453b93a8722bdcd53b19445113ebc55a0c00a | 66c2098fa25ebee6876eef2fe204b24ef0e58160 | /src/rs_filter_policy.h | e816d67156170c5bdf5b95c2dca3470d811f9fdd | [] | no_license | z7z8th/RSOrionDecoder | 3afba3952386fa6755c247865111097ccae87c5b | 071b40b8391b498f73da99a88482e3af9978870c | refs/heads/master | 2020-06-05T06:56:56.748747 | 2019-06-25T10:45:48 | 2019-06-25T11:18:39 | 192,351,836 | 5 | 2 | null | 2019-06-18T00:54:35 | 2019-06-17T13:24:17 | C | UTF-8 | C++ | false | false | 561 | h | #ifndef __RS_FILTER_POLICY_H__
#define __RS_FILTER_POLICY_H__
namespace readsense {
struct FrameTrack {
int lastFrame;
int trackCount;
};
struct RegionRatio {
float xRatio = 0.0;
float yRatio = 0.0;
float widthRatio = 1.0;
float heightRatio = 1.0;
};
struct FilterPolicy {
RegionRatio _regionRatio;
int _face... | [
"ybzhao1989@gmail.com"
] | ybzhao1989@gmail.com |
a8734dc66bfede22169565bdbe0436404a8fa43d | 2b72cb1f41863b40a675816007c30ceb6c9c99eb | /BattleTank/Source/BattleTank/Public/TankMovementComponent.h | f2c3040b01ef3966a77dcf6984d98a16f45640a6 | [] | no_license | ram5593/BattleTank | 1375c62b31212c0b7a4e800da3379918d52d0d9d | 9649e63dd2c8a77e6257c24c3aeca22c1d7765b8 | refs/heads/master | 2021-05-15T05:13:56.321648 | 2018-02-03T00:51:42 | 2018-02-03T00:51:42 | 117,838,897 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 949 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/NavMovementComponent.h"
#include "TankMovementComponent.generated.h"
class UTankTrack;
/**
*
*/
UCLASS( ClassGroup = (Custom), meta = (BlueprintSpawnableComponent) )
class ... | [
"rmazerole@gmail.com"
] | rmazerole@gmail.com |
8dbf8870f6f09df5b3eb181a0db7efca37309283 | b268c986b8c3ad58cef649b123844f4cc9a904bc | /BRAINSCommonLib/itkBRAINSROIAutoImageFilter.h | 4430e7b006f49eb650dc030c41cf201f2c5e60e5 | [] | no_license | Slicer/BRAINSTools | c0848684e68bd0b85d1b33e9a5caeb749ec81262 | c658c752a053ab2006929489d5f0e9297857ba18 | refs/heads/slicer-2015-08-21-v4.5.0 | 2021-01-18T07:32:41.051518 | 2015-10-06T21:10:16 | 2015-11-03T16:30:19 | 21,228,900 | 5 | 5 | null | 2017-12-05T23:04:13 | 2014-06-26T05:19:24 | C++ | UTF-8 | C++ | false | false | 7,291 | h | /*=========================================================================
*
* Copyright SINAPSE: Scalable Informatics for Neuroscience, Processing and Software Engineering
* The University of Iowa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file excep... | [
"hans-johnson@uiowa.edu"
] | hans-johnson@uiowa.edu |
620934bfa19b61c2f12e520138e9b84857a9eba1 | 8e07ef71f6ba799b2832e887d3ad96883ddee5d7 | /146-LRUCache.cpp | f0fb93b1b3e90ed8ed9c771e919c4bc718b98a96 | [] | no_license | goaxe/LeetCode | a889f768a10cd2df874fc53a9ba5963766d1aa1d | 8e4369e50acfaa1ef35175d2aaa542cb3efba42c | refs/heads/master | 2021-01-24T02:53:28.708588 | 2015-08-01T09:21:51 | 2015-08-01T09:21:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,621 | cpp | /*=============================================================================
# FileName: 146-LRUCache.cpp
# Desc: AC, 108ms
# Author: Jian Huang
# Email: huangjian1993@gmail.com
# HomePage: https://cn.linkedin.com/in/huangjian1993
# Version: 0.0.1
# LastChange: 2015-08-01 09:10:38... | [
"huangjian1993@gmail.com"
] | huangjian1993@gmail.com |
a2445c92a07aa1ede0dbf05f6c8c4307b4ec570a | 72352139ee6aaa93e4a594c2ef0772ece3f66e6e | /src/OCGui/OpenGLCanvas.cpp | 51bca2bd56eeff4ac9e211759208a82f8306141d | [
"MIT"
] | permissive | brunogouveia/OCGui | 548d5c9186b2eab622f5552405727fc769e3e17d | e579e41389d3cfc39e6f2f8e69b8fc3328141044 | refs/heads/master | 2021-01-17T07:08:11.593355 | 2015-10-08T03:07:59 | 2015-10-08T03:07:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,395 | cpp | #ifdef OCGUI_IMPLEMENTATION__
#include <OCGui/OpenGLCanvas.h>
namespace OCGui
{
OpenGLCanvas::OpenGLCanvas(std::string&& label, int width, int height):
Widget(std::move(label)),
m_drawCallback(NULL),
m_width(width),
m_height(height)
{
}
OpenGLCanvas::~OpenGLCanvas() {... | [
"bruno.henrique.gouveia@gmail.com"
] | bruno.henrique.gouveia@gmail.com |
bca2e67403a2cc9a28e0e1ba8cdfaf0497abe8ad | 7113cd2302f41512416b2f8f337131075904578a | /test/test_libmatrix_andrea.cpp | 90a0454c6c91e97a92de861c502403f0e5184f3e | [] | no_license | AndreaC21/Projet-FMJ | 92d381d2d29b4e72ecd9acb829596e78b7282e1f | 627d33af1b3bd0cbbfaa26e591b9f60d94541de1 | refs/heads/master | 2023-08-09T10:48:38.144962 | 2021-09-15T18:43:44 | 2021-09-15T18:43:44 | 316,583,960 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,906 | cpp | // by Andréa Carpentier
// using Tiago De Lima template
// Tests libmatrix functionalities.
#include <array>
#include <vector>
#include <iostream>
#include "unit_test.hpp"
#include "../include/libmatrix.hpp"
using namespace libmatrix;
using uint = unsigned int;
int test_operator_mult_affect()
{
Vec3i u {2,2,3}... | [
"andrea_carpentier@ens.univ-artois.fr"
] | andrea_carpentier@ens.univ-artois.fr |
51622f673ce10e6017d427318eef82fb27fbefe4 | ca7193f89b544d837c9172f61662f23fa674ee34 | /C++/test.cpp | ca43551941515b494d446d402a765708af89174f | [] | no_license | KatizzZ/misssionA2Z | 2e8ff3210f4cc6bcac04fc408b671ce36f319199 | 3639afd540ab8907bfec545a67a10404adb45bfc | refs/heads/master | 2021-09-29T11:46:31.159571 | 2021-09-09T12:33:09 | 2021-09-09T12:33:09 | 244,320,315 | 1 | 0 | null | 2020-10-13T18:34:21 | 2020-03-02T08:40:18 | C++ | UTF-8 | C++ | false | false | 498 | cpp | void printArray(int arr[], int size)
{
for (int i = 0; i < size; i++)
cout << arr[i] << " ";
cout << endl;
}
int main()
{
int arr[] = {1, 2, 3, 4, 5, 6};
int n = sizeof(arr) / sizeof(arr[0]);
// To print original array
printArray(arr, n);
// Function cal... | [
"shivamkatiyar110896@gmail.com"
] | shivamkatiyar110896@gmail.com |
61af6d3afcbdc885fde44fc3950029c45828e3e7 | b02eef564e53a479b1c40ed158cdabfb1305ec0c | /include/remod/module.h | cf2c66f458746443f5e5cfa6c32e196cdc51e04f | [
"MIT"
] | permissive | KevinW1998/ReMod-Core | f8858d66f78d233dbcab766ae94655b40ab90022 | 36f2c55b548d48303a74f388f11b94906e301461 | refs/heads/master | 2021-06-27T22:26:48.037567 | 2020-10-04T08:04:39 | 2020-10-04T08:04:51 | 134,573,079 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 390 | h | #pragma once
namespace remod
{
class module {
const char* m_module_name;
public:
constexpr module(const char* module_name) :
m_module_name(module_name)
{}
constexpr bool is_main_module() const
{
return m_module_name == nullptr;
}
constexpr const char* get_module_name() const
{
return m_mo... | [
"kevin.waldock@gmail.com"
] | kevin.waldock@gmail.com |
e2cfc514ceffbab429e1a83847dd567d59679766 | fd8fdf41880f3f67f8e6413c297b5144097b50ad | /trunk/src/cgi/notice_cgi/cgi_sys_notice_get_for_pa.cpp | d8602fd7b9813d95011b24edfefba2cc876e8e99 | [] | no_license | liuxuanhai/CGI_Web | c67d4db6a3a4de3714babbd31f095d2285545aac | 273343bb06a170ac3086d633435e7bcaaa81e8c5 | refs/heads/master | 2020-03-18T12:27:40.035442 | 2016-09-28T11:18:26 | 2016-09-28T11:18:26 | 134,727,689 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,884 | cpp | #include "notice_server_cgi.h"
#include "proto_io_tcp_client.h"
class CgiSysNoticeGetForPa: public NoticeServerCgi
{
public:
CgiSysNoticeGetForPa() :
NoticeServerCgi(0, "config.ini", "logger.properties")
{
}
bool InnerProcess()
{
uint64_t iPaAppidMd5 = strtoul(((string)GetInput().GetValue("pa_appid_md5")).c... | [
"penghuijun6738@163.com"
] | penghuijun6738@163.com |
ab88e98d1d5cc6485a486c4bced43dbde3ff2c50 | 7e0de190260f7ec4bc14bf21eaa1c845a8d36d9f | /crossLaserTest/XMLReader.h | 9907c0ca99a480d44894fa3caf427799b399c263 | [] | no_license | PengZhai19960213/TestProject | fb4248cd2706db23ee58023669a2f9df108665d6 | 7c00fecbc5e626ac9c63a1d0815ded1212115c82 | refs/heads/master | 2020-07-16T19:39:53.808392 | 2018-07-02T09:17:59 | 2018-07-02T09:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,722 | h | #pragma once
#include "SharedMethod.h"
#include "SharedHead.h"
#include ".\TinyXML\tinyxml.h"
#include ".\TinyXML\tinystr.h"
#include "scannerSharedHeader.h"
class XMLReader
{
public:
XMLReader(){ }
///读取单个相机的内参数、畸变参数、误差参数、标定板外参数
static bool readCamPara(std::string filename,CamPara& m_camPara);
/... | [
"1039219088@qq.com"
] | 1039219088@qq.com |
13121d3285ac6fdf0e81023d9eb0a3836cb43d62 | 01837a379a09f74f7ef43807533093fa716e71ac | /src/host/hiksdk/HikSdkParser2.h | f9298ca9363579d78a6fa3cdf12d36c8f21b5e09 | [] | no_license | lasuax/jorhy-prj | ba2061d3faf4768cf2e12ee2484f8db51003bd3e | d22ded7ece50fb36aa032dad2cc01deac457b37f | refs/heads/master | 2021-05-05T08:06:01.954941 | 2014-01-13T14:03:30 | 2014-01-13T14:03:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 914 | h | #ifndef __HIKSDKPARSER2_H_
#define __HIKSDKPARSER2_H_
#include "j_includes.h"
#include "x_time.h"
#include "faac.h"
#include "HikSdkParserDef.h"
#define DATA_BUFFER_SIZE (1024 * 1024)
#define HIK_PACK_LENGHT(x) (((*(x + 3) & 0xFF) << 8) + (*(x + 2) & 0xFF))
#define HIK_PACK_LENGHT2(x) (((*(x + 2) & 0xFF) << 8) + (*(x ... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
47c1710bd30e8218600deeea04ffdb32e9101251 | 44ab57520bb1a9b48045cb1ee9baee8816b44a5b | /EngineTesting/Code/CoreTools/CoreToolsTesting/ObjectSystemsSuite/Detail/StreamSizeTestingEnum.h | 4e8bbe19096fde881d2814e39190ee8df4647ef0 | [
"BSD-3-Clause"
] | permissive | WuyangPeng/Engine | d5d81fd4ec18795679ce99552ab9809f3b205409 | 738fde5660449e87ccd4f4878f7bf2a443ae9f1f | refs/heads/master | 2023-08-17T17:01:41.765963 | 2023-08-16T07:27:05 | 2023-08-16T07:27:05 | 246,266,843 | 10 | 0 | null | null | null | null | GB18030 | C++ | false | false | 546 | h | /// Copyright (c) 2010-2023
/// Threading Core Render Engine
///
/// 作者:彭武阳,彭晔恩,彭晔泽
/// 联系作者:94458936@qq.com
///
/// 标准:std:c++20
/// 引擎测试版本:0.9.0.6 (2023/04/18 16:01)
#ifndef CORE_TOOLS_OBJECT_SYSTEMS_STREAM_SIZE_TESTING_ENUM_H
#define CORE_TOOLS_OBJECT_SYSTEMS_STREAM_SIZE_TESTING_ENUM_H
#include "CoreTools/CoreTool... | [
"94458936@qq.com"
] | 94458936@qq.com |
53059ad84fe17c7eed4f118c3a897dd981b5daf2 | e99a6334561af772065469c2ba49ec16e02264c8 | /export/windows/cpp/obj/src/flixel/system/debug/completion/CompletionHandler.cpp | ef7265e396b9671a008760f913130389565adaff | [] | no_license | theleper676/Project13 | adfe838254cac6359d7fb38984380800460bf221 | 424e0b430e76a59b95d6e6ee3c1706d498e87f76 | refs/heads/master | 2021-06-17T07:52:23.213394 | 2017-05-01T14:17:32 | 2017-05-01T14:19:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 21,849 | cpp | // Generated by Haxe 3.4.2 (git build master @ 890f8c7)
#include <hxcpp.h>
#ifndef INCLUDED_EReg
#include <EReg.h>
#endif
#ifndef INCLUDED_StringTools
#include <StringTools.h>
#endif
#ifndef INCLUDED_flixel_FlxG
#include <flixel/FlxG.h>
#endif
#ifndef INCLUDED_flixel_FlxGame
#include <flixel/FlxGame.h>
#endif
#ifndef ... | [
"yoav.levin@gmail.com"
] | yoav.levin@gmail.com |
4549e66f3761ab779017d330e99a7c854ab377c4 | ec7cf198f0d1abd3627b1a8796918c5ec7c86db8 | /lib/SmartThings/SmartThingsEthernet.h | decd108e7799ffb522a4daa8daf86e29124f2617 | [] | no_license | vassil-vassilev/HomeAC | 975397274ca56f1699b36f4fbc79ad1ad599b349 | 31fce41c6b0922bea430418a9772aaf8c8dbad72 | refs/heads/master | 2021-08-23T19:39:08.034026 | 2017-12-06T07:59:36 | 2017-12-06T07:59:36 | 110,470,523 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,012 | h | //*******************************************************************************
// SmartThings Arduino Ethernet Library
//
// License
// (C) Copyright 2017 Dan Ogorchock
//
// History
// 2017-02-04 Dan Ogorchock Created
// 2017-05-02 Dan Ogorchock Add support for W5500 Ethernet2 Shield
//***********************... | [
"vassilev.vassil@gmail.com"
] | vassilev.vassil@gmail.com |
eb29bd1c5e7e9bec4aa2601a50cda2742cbeb6c5 | 6f4887d435b9420c7c1ac20c9b618bbdfe16464c | /10class/Aktobe/Пицца.cpp | 380d5c0161c1cb0c48fd4bae4542f8d726fc8116 | [] | no_license | beloofficial/Dev-C | 4af8b69e58b07543a062360d9b17b0024759f0e2 | 64471bf2a2da7d3bf40f15445e397112648c189f | refs/heads/master | 2022-01-10T22:36:33.601075 | 2019-05-04T09:18:59 | 2019-05-04T09:18:59 | 184,855,569 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 508 | cpp | #include<iostream>
#include<deque>
#include<algorithm>
using namespace std;
deque<int >s;
int main()
{
long long int n,m,a[111111],l=0,k;
cin>>n>>m;
for(int i=1;i<=n;i++)
{
cin>>a[i];
}
sort(a+1,a+n+1);
for(int i=1;i<=n;i++)
{
s.push_front(a[i]);
}
k=n;
for(int i=1;i<=n/2+1;i++)
{
i... | [
"amantay.or@gmail.com"
] | amantay.or@gmail.com |
2071defc151cf80eb8afd2fb086ebfe11f9c6cac | e7d5a58c142fbd18c237438f799f35b11f6966fd | /lib/assimp/code/glTFAssetWriter.h | 4ddae7d535a1a5a648da468e694aece4c1465433 | [
"LGPL-2.0-or-later",
"BSD-3-Clause",
"MIT"
] | permissive | OpenGL-adepts/OpenGL-playground | 143d7966ad961b06abce7de6968e011ddcd55143 | 263e3143f4f2d12b520667aa10b08804a1180677 | refs/heads/master | 2020-03-17T03:18:30.377834 | 2018-05-17T16:47:02 | 2018-05-17T16:47:02 | 133,229,244 | 1 | 0 | MIT | 2018-05-20T18:35:00 | 2018-05-13T11:06:11 | C++ | UTF-8 | C++ | false | false | 2,519 | h | /*
Open Asset Import Library (assimp)
----------------------------------------------------------------------
Copyright (c) 2006-2016, assimp team
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the
following conditions ... | [
"michal.martyniak@linux.pl"
] | michal.martyniak@linux.pl |
10a787fe168042e2bd6d5fe2f6bee3cca31ce4d0 | 9d364070c646239b2efad7abbab58f4ad602ef7b | /platform/external/chromium_org/components/precache/content/precache_manager_factory.h | df60ef8f6b2932089d50a656f8ead43f0e5cab82 | [
"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,092 | h | // Copyright 2013 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_PRECACHE_CONTENT_PRECACHE_MANAGER_FACTORY_H_
#define COMPONENTS_PRECACHE_CONTENT_PRECACHE_MANAGER_FACTORY_H_
#include "base/basictypes... | [
"allegrant@mail.ru"
] | allegrant@mail.ru |
2fd17ad61ef9b22761a342d260a496cd547adac9 | dad2738af1cddb3a60575430589ea125bd72bed3 | /代码库/Dev c++/蓝桥杯/九数组分数.cpp | 2b72d9aa13679914298dd801d24db9020e3ecf6d | [] | no_license | llwwlql/Dictionary | 2f44e18474185304336f9b363ce533616af7ca8c | 9f9f7ed81d5a872975eea9f9140845036745f98f | refs/heads/master | 2021-01-09T20:04:08.101099 | 2016-06-17T01:37:00 | 2016-06-17T01:37:00 | 61,336,773 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 445 | cpp | #include <stdio.h>
void test(int x[])
{
int a = x[0]*1000 + x[1]*100 + x[2]*10 + x[3];
int b = x[4]*10000 + x[5]*1000 + x[6]*100 + x[7]*10 + x[8];
if(a*3==b) printf("%d / %d\n", a, b);
}
void f(int x[], int k)
{
int i,t;
if(k>=9){
test(x);
return;
}
for(i=k; i<9; i++){
t=x[k]; x[k]=x[i]; x[i]=t;
f(x... | [
"逯其鲁"
] | 逯其鲁 |
04e31019b0e973d3f98eb037dca3d0c6b192da70 | 17af5ccbd2437823c8fd7d0c3190d721687fb6fe | /@twc_config_jointop/addons/ffaa_estatico/config.cpp | 517168a27e209f6cf4c9e8a00fcf8d5f47aa6cbe | [] | no_license | Mallas011/Modset | 7e55b80fd71bf7209f92ad1485b6f6621fd40c46 | 9a618879555eea4f2808cdd3c2fe7e093f133ffd | refs/heads/master | 2021-05-25T11:53:48.901059 | 2018-03-28T23:40:55 | 2018-03-28T23:41:05 | 127,314,709 | 0 | 0 | null | 2018-03-29T15:57:41 | 2018-03-29T15:57:41 | null | UTF-8 | C++ | false | false | 7,207 | cpp | class WeaponCloudsGun;
class Mode_SemiAuto;
class Mode_Burst;
class CfgPatches
{
class ffaa_estatico
{
units[]=
{
"TWC_Milan"
};
weapons[]=
{
"ffaa_estatico_milan"
};
requiredVersion=1;
requiredAddons[]=
{
"A3_Static_F_Gamma",
"uk3cb_baf_equipment",
"A3_CargoPoses_F",
"A3_Armor_F_S... | [
"neciota@gmail.com"
] | neciota@gmail.com |
41d44aec7214cdc4aa0d556e915544f00eb39cc6 | 6abaf62b3597610ed8b35f637552ea2a829dbd7e | /src/Services/StringizeService/ConstStringHolderMemory.h | 1dafea1b589065303a7f7004a92b8cf571872e7d | [] | no_license | codacy-badger/Mengine | baac6696d51c6eae1201f345698e76755d30dd29 | 36f98378eec5e6351eacc7d9b463c472b9888fd0 | refs/heads/master | 2020-06-24T17:38:21.976520 | 2019-07-26T14:37:15 | 2019-07-26T14:37:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 448 | h | #pragma once
#include "Config/String.h"
#include "Kernel/ConstStringHolder.h"
namespace Mengine
{
class ConstStringHolderMemory
: public ConstStringHolder
{
public:
ConstStringHolderMemory();
~ConstStringHolderMemory() override;
public:
void setValue( ... | [
"irov13@mail.ru"
] | irov13@mail.ru |
25c7d07dfac3ac5a598b225280e42583a8af6863 | c15d609dd18c2341d0bc0a2be08f4906916b14fc | /SepherdGame/GraphicDev.h | d4944dee4014c6838d12dcfbbef5b91432e6a7a9 | [] | no_license | ismw-git/SepherdGame | 14f0462e54f7d8854bd3459c98a8ab678b84a241 | 024042272924f13ac31f6d92f4c44095426493c3 | refs/heads/master | 2020-05-09T16:14:24.891024 | 2019-04-14T09:38:19 | 2019-04-14T09:38:19 | 181,264,007 | 1 | 0 | null | 2019-04-14T05:22:29 | 2019-04-14T05:22:27 | null | UTF-8 | C++ | false | false | 420 | h | #ifndef GraphicDev_h__
#define GraphicDev_h__
#include "Engine_Define.h"
class CTransform;
class CGraphicDev
{
DECLARE_SINGLETON(CGraphicDev)
private:
explicit CGraphicDev(void);
~CGraphicDev(void);
public:
void Set_DC(HDC BackDC);
HDC Get_DC(void);
void Set_Transform(CTransform* pTransform);
CTransform* Get_Tr... | [
"doun1290@naver.com"
] | doun1290@naver.com |
64bf820a75194c2d7815f96b32e06cc2f55c5744 | 019b1b4fc4a0c8bf0f65f5bec2431599e5de5300 | /chrome/renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc | 221e8ebde435bdecf292ed626b2aaed706502a7b | [
"BSD-3-Clause"
] | permissive | wyrover/downloader | bd61b858d82ad437df36fbbaaf58d293f2f77445 | a2239a4de6b8b545d6d88f6beccaad2b0c831e07 | refs/heads/master | 2020-12-30T14:45:13.193034 | 2017-04-23T07:39:04 | 2017-04-23T07:39:04 | 91,083,169 | 1 | 2 | null | 2017-05-12T11:06:42 | 2017-05-12T11:06:42 | null | UTF-8 | C++ | false | false | 24,709 | 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/renderer/safe_browsing/phishing_dom_feature_extractor.h"
#include "base/bind.h"
#include "base/callback.h"
#include "base/memory/wea... | [
"wangpp_os@sari.ac.cn"
] | wangpp_os@sari.ac.cn |
c9a3a9bba9e7d94e7af31ae1ce15bc24f54382b0 | 3f2ad517fc8037b9e6d17cc20aab86deb02c9524 | /Source/HostStartup.cpp | f35b647427fad31271687241be10de3836af285c | [] | no_license | georgekrueger/LumaGen | 4ceb2233b3cb6cd7fa9453a6bd49a356351eafb7 | 1cee604c4f57351c7683b840208af0e97b4dda0e | refs/heads/master | 2021-01-02T09:27:58.917866 | 2013-07-14T19:08:41 | 2013-07-14T19:08:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,102 | cpp | /*
==============================================================================
This file is part of the JUCE library - "Jules' Utility Class Extensions"
Copyright 2004-9 by Raw Material Software Ltd.
------------------------------------------------------------------------------
JUCE can be redistribu... | [
"georgekrueger@gmail.com"
] | georgekrueger@gmail.com |
6557a69feea6802c685211d5a9eb8e9dcc030025 | 8903cb76cedac12995249e2e613af65365be7cf2 | /hiro/windows/keyboard.cpp | 150eb2ea34aae9c118b24b91d58fdabfc7821ac1 | [
"ISC"
] | permissive | kirwinia/ares-emu-v121 | 0c1e21e073f291741406cd1ed01acca43acd56d7 | 722aa227caf943a4a64f1678c1bdd07b38b15caa | refs/heads/main | 2023-06-09T15:28:23.665934 | 2021-06-28T06:10:46 | 2021-06-28T06:10:46 | 380,923,321 | 0 | 0 | ISC | 2021-06-28T06:05:04 | 2021-06-28T06:05:04 | null | UTF-8 | C++ | false | false | 3,327 | cpp | #if defined(Hiro_Keyboard)
namespace hiro {
vector<uint16_t> pKeyboard::keycodes;
auto pKeyboard::poll() -> vector<bool> {
vector<bool> result;
for(auto& code : keycodes) result.append(pressed(code));
return result;
}
auto pKeyboard::pressed(u32 code) -> bool {
u8 lo = code >> 0;
u8 hi = cod... | [
"ecallaghan@protonmail.com"
] | ecallaghan@protonmail.com |
3dc95ec5e101f387e7a29a361b202f30300d06d1 | 72bb6deb4a8657fc494777847e356c328fe8550d | /algorithms/AlgorithmInitial/AlgorithmInitial/DataStructure6.cpp | e4a6ac73ffc5b26c6c6202cffa4046c0689b935c | [] | no_license | rising-turtle/study | daafeac486e274af47268e9c7d66feacd3476a44 | 76b414d0a47692f997539b34b356c34a3528f34d | refs/heads/master | 2021-12-09T07:23:41.800642 | 2021-12-02T19:34:44 | 2021-12-02T19:34:44 | 90,572,871 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,616 | cpp | #include "preheader.h"
void swap(int & a, int& b)
{
b^=a^= b= a^b;
}
// 6.1.1
// each time discard the first card, and put the new one to the end
void Cards(int n)
{
queue<int> cards;
//cards.resize(n);
for(int i=0;i<n;i++)
{
cards.push(i+1);
}
int index=0;
while(cards.size()>=2)
{
cout... | [
"hxzhang1@ualr.edu"
] | hxzhang1@ualr.edu |
6f6e26a62a776a7d2c3de1593c41fa4ed095af35 | d0e720d2d52017107cd0455365af81d391c6df61 | /stream_sql/uodbc/test_sodbc/test_sodbc.cpp | ba137fe1fd68b9521c00342acd0cb751b0bda168 | [] | no_license | tide999/socketpro | 9eb683c0184d40e55b8666d4d50c0756906346cd | 70c700138e7dba28ea0bc26d21cb3a8c58247887 | refs/heads/master | 2023-07-26T09:29:25.495292 | 2021-09-06T19:08:18 | 2021-09-06T19:08:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,902 | cpp |
#include "stdafx.h"
#include <iostream>
#include "../../../include/pexports.h"
class CMySocketProServer : public SPA::ServerSide::CSocketProServer
{
protected:
virtual bool OnIsPermitted(USocket_Server_Handle h, const wchar_t* userId, const wchar_t* password, unsigned int serviceId) {
assert(DoSPluginAut... | [
"support@udaparts.com"
] | support@udaparts.com |
15dfd99059f85909e2043e4d94741cbcfc9848fb | 25180e7cf630d03aab953e9d683ccc48e1bfcc94 | /src/Subsystems/LED.cpp | bd7d5ff5ca61dbc5fe4fbcb4f74053ae7ecbbbcf | [] | no_license | EMU4729/FRC-Library-Cpp | 8c0b11d227a2c3d0da4beb76fd1d096037787047 | 4eaeea40c3662f01bd928cf5afa08332162c109e | refs/heads/master | 2020-03-14T22:57:40.662823 | 2018-06-04T09:59:24 | 2018-06-04T09:59:24 | 131,833,047 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 917 | cpp | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2017-2018 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | [
"unswfrc@gmail.com"
] | unswfrc@gmail.com |
01e1fd664959ca88c408c9bcbee26e61a83b76f0 | 3e514adfcfb5a3fa414c88dfbbc7c0b06f6198b6 | /src/governance-votedb.cpp | 37434cd03036e9139f8ba684fc89e6585e2e4e3a | [
"MIT"
] | permissive | REMIXorg/REMIX | b39c6fcd8eeb87e8c94569acb9ac26ce9f29c40a | 4d13226582b528a0d3f78929325854bd66d00d0b | refs/heads/master | 2020-04-11T22:52:20.309494 | 2018-12-17T15:08:18 | 2018-12-17T15:08:18 | 162,146,650 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,628 | cpp | // Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2017-2018 The Proton Core developers
// Copyright (c) 2018 The Bitcoin Core developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "governance... | [
"REMIXorg@protonmail.com"
] | REMIXorg@protonmail.com |
7a8aa14fb3bd13c5e7b2eadf08ee0c2fef91f10a | 7bc5b659ddd757cbbe0fc9130f0a874d05c6a7c2 | /include/Player.hpp | f5bb47be773f0e12ef1593e9c3387f99a22eb5ae | [] | no_license | BartekMalon/curve | 7decf9ee8cd82102c20611f9ab1a151a1d38206b | f3a1d7712596681e92a153cf9ae371d2f5faed2a | refs/heads/master | 2022-12-26T14:59:24.323040 | 2020-10-12T00:56:42 | 2020-10-12T00:56:42 | 303,242,276 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,466 | hpp | #ifndef PLAYER_HPP
#define PLAYER_HPP
#include "GameObject.hpp"
#include <SFML/Graphics.hpp>
#include <cmath>
#include <iostream>
#define PI 3.14159265358979323846462338347
namespace thegame {
class Powerup : public Object {
public:
Powerup(std::string name) : Object(name) {}
std::string type = "Speedup";
... | [
"bartlomiejmalon@hotmail.com"
] | bartlomiejmalon@hotmail.com |
781d6091465117d9cc986164be7b6e948a987394 | e76ddb71ba6074756a592e4e5c8fc3c66af61fab | /app/microphoneStub.cpp | 309d71ad49f203dbb48def3e8ae9132fde8c3e5e | [
"MIT"
] | permissive | rubenacevedo3/cpp-RoboDogVoiceController | 17943d1caaa8011eba2f07d1afa5a56533b50bb5 | 9583447574531c18a6346f49de460b52bc97bed4 | refs/heads/master | 2021-05-08T05:30:07.948810 | 2017-10-17T23:17:46 | 2017-10-17T23:17:46 | 106,491,258 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,392 | cpp | /**
*@author Ruben Acevedo
*@file microphoneStub.cpp
*@brief This is the ".cpp" file for the microphoneStub Class
*@copyright [2017] Ruben Acevedo
*
* This file implements the methods and attributes of the
* microphoneStub Class. It is important to note that
* this is only the stub of the real microphone Class ... | [
"raceved3@umd.edu"
] | raceved3@umd.edu |
c6d892cc63a3b6840fdc2f7341407079655b6d84 | 97fde28997b618180cfa5dd979b142fd54dd2105 | /core/dep/acelite/ace/Configuration.inl | 6611266b4cc19e5e761e8154690de1f0381bea9f | [] | no_license | Refuge89/sunwell-2 | 5897f4e78c693e791e368761904e79d2b7af20da | f01a89300394065f33eaec799c8779c2cac5c320 | refs/heads/master | 2020-12-31T05:55:43.496145 | 2016-02-16T20:46:50 | 2016-02-16T20:46:50 | 80,622,543 | 1 | 0 | null | 2017-02-01T13:30:06 | 2017-02-01T13:30:06 | null | UTF-8 | C++ | false | false | 180 | inl | // -*- C++ -*-
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE const ACE_TCHAR*
ACE_Configuration_ExtId::name (void)
{
return name_;
}
ACE_END_VERSIONED_NAMESPACE_DECL
| [
"root@wow.playstar.se"
] | root@wow.playstar.se |
54469ce43dd99c73ef6c2841ef7bbd5a35f4b66b | 9ad40d7fff54f5e4f36ae974e33712a9beb7378e | /kickstart/may2020/candies.cpp | 59809840c1a4d4ac16e7bfd8612b1da2766056ea | [] | no_license | vikram-shaw/cpp | 7fcac406b003dd717abe43fc5f15ea253b486b1d | 8d4367dedef4e48aed649c8174cee74d38be09ea | refs/heads/master | 2023-01-31T19:13:04.363704 | 2020-12-20T05:50:24 | 2020-12-20T05:50:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 547 | cpp | #include<bits/stdc++.h>
using namespace std;
void solve()
{
int n,q;
cin>>n>>q;
vector<int> v(n);
for(int& x: v)
scanf("%d",&x);
int res = 0;
while(q--)
{
char query;
int l,r;
cin>>query>>l>>r;
if(query=='U')
{
v[l-1] = r;
}
else
{
int k=1;
int p = 1;
for(int i=l-1;i<r;i++)
{
... | [
"vikram.shaw.3382@gmail.com"
] | vikram.shaw.3382@gmail.com |
4984293664e21e31f698ba2f4c19e7753e4212c0 | ad0fe9f21d55ec64ff72fabf77da92a442463b7e | /core/src/test/resources/CPP/neopz/Analysis/pzsmanal.cpp | 35fb57baff3678372a81633844e39798fe84c4a6 | [
"MIT"
] | permissive | gems-uff/oceano | 91425da8a11aa0268c9b5c1e2db70013f0152bac | a37468dab497c1ffe338bbf06df179bfe27b59d1 | refs/heads/master | 2020-12-24T19:27:06.468798 | 2018-11-18T00:20:13 | 2018-11-18T00:20:13 | 13,281,731 | 3 | 3 | MIT | 2018-11-18T00:20:13 | 2013-10-02T20:18:47 | Java | UTF-8 | C++ | false | false | 4,121 | cpp | /**
* \file
* @brief Contains implementations of the TPZSubMeshAnalysis methods: implementation of the TPZSubMeshAnalysis class.
*/
#include "pzsmanal.h"
#include "pzsubcmesh.h"
#include "pzfmatrix.h"
//#include "pztempmat.h"
#include "pzstrmatrix.h"
#include "pzsolve.h"
using namespace std;
// Construction/Destr... | [
"leomurta@ic.uff.br"
] | leomurta@ic.uff.br |
917700aa0efed3b24e4228f3a627be407d18673a | a568e096593a3ef8ffef97f687d27aab21d6942e | /107.binary-tree-level-order-traversal-ii.cpp | 3d6e4d75d8b026c98888f89bc9adeb1ceb80e751 | [
"MIT"
] | permissive | pancl1411/leetcode_cpp | 95222ddf7c6d3bcd1582644d4290f160cd3a7ff5 | aa909cb241bf65b36cc881eefee0c908d2152295 | refs/heads/main | 2023-05-03T03:21:49.751346 | 2021-05-22T16:16:56 | 2021-05-22T16:16:56 | 309,105,585 | 2 | 1 | MIT | 2020-11-01T14:23:57 | 2020-11-01T13:47:26 | null | UTF-8 | C++ | false | false | 1,715 | cpp | /*
* @lc app=leetcode id=107 lang=cpp
*
* [107] Binary Tree Level Order Traversal II
*/
// @lc code=start
/**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode() : val(0), left(nullptr), right(nullptr) {}
* TreeNode(int x)... | [
"1004907659@qq.com"
] | 1004907659@qq.com |
85b6a9d1bad1e4f29b4ce44d5cc51effed70ed7c | f28ec0f0c5232ca9b1076313a82e77f2e68c9a65 | /abc-144/C-144.cpp | d34c6657d6ae3697aa368f50b94e8746f05a09a7 | [] | no_license | aquaEngineer/atcoder | b8dffb5ee292d320e4952878062d59679b7539ae | 1fab7f75863d414842bccc0e3e453eff27951fae | refs/heads/master | 2022-04-30T13:29:32.879605 | 2022-04-25T14:09:08 | 2022-04-25T14:09:08 | 245,680,211 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 892 | cpp | #include <iostream>
#include <algorithm>
#include <math.h>
#include <vector>
#include <string>
#include <queue>
#include <map>
#include <utility>
#include <iomanip> // std::setprecision()
using namespace std;
using ll = long long;
#define rep(i,a,b) for(int i=(a); i<(b); i++)
#define YES cout << "YES" << endl;
#define... | [
"aqua.server.tech@gmail.com"
] | aqua.server.tech@gmail.com |
8e53fc23732bbf2c1f5ad0aab6d2a462792ffe31 | 7b9508e1b60e53601b93b96369e4806f691e9f58 | /Algorithm/백준/알고리즘 중급/분할정복/분할정복/BOJ 2263 트리의 순회.cpp | e293cfba65d560e710f63c8e893307b36eec294e | [] | no_license | wkdehdlr/Doo-it | e522b5227e5c92aa34ec7f2f0de9c8eafbedf38e | 4cd7746457c8e1ae34d82e0fae3ae4e820e1a163 | refs/heads/master | 2023-03-04T02:29:57.283182 | 2021-02-19T08:22:56 | 2021-02-19T08:22:56 | 110,106,422 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 613 | cpp | #pragma warning(disable : 4996)
#include<cstdio>
#include<unordered_map>
using namespace std;
unordered_map<int, int> ma;
int inorder[100001];
int postorder[100001];
void solve(int is, int ie, int ps, int pe)
{
if (is > ie || ps > pe)return;
printf("%d ", postorder[pe]);
int p = ma[postorder[pe]];
int left = p - ... | [
"wel_789@naver.com"
] | wel_789@naver.com |
506a8b7d3180c6d655ed60550271e33281f0c611 | 24798e814f342e6690109f6f13d787f093a9b53f | /regulator/vertical_regulator.hpp | cafb0c62538fdf923a6c352a035efe9f086b850f | [] | no_license | zinjkov/rc_rov_server | 1297af72ff296c85ee6167abbdad9cb0bc350a51 | ba09d781c1aad59ba8d0933b1260499ba8be771d | refs/heads/master | 2020-03-07T17:19:22.394839 | 2018-06-15T10:48:12 | 2018-06-15T10:48:12 | 127,608,057 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 825 | hpp | //
// Created by zinjkov on 01.04.18.
//
#ifndef RC_ROV_SERVER_VERTICAL_REGULATOR_HPP
#define RC_ROV_SERVER_VERTICAL_REGULATOR_HPP
#include "basic_regulator.hpp"
namespace rov {
class vertical_regulator : public basic_regulator {
public:
vertical_regulator();
virtual ~vertical_regulator();
... | [
"zinjkov.su@gmail.com"
] | zinjkov.su@gmail.com |
690429ddd44540d7357b2f3ce66db2467ef35f88 | 6e474c50f45556cc153cff61eead76ff987920ec | /source/assimp/port/AndroidJNI/AndroidJNIIOSystem.h | bb52d3065c5fb8ad20d102e5ddc861e82bc6086f | [] | no_license | Failimaily/openFOAMTool | 526467d1305d1233623c4c2e7cafea03c401737e | 3c5827a64b26460f78a5ff73b0ed665fec5d75d8 | refs/heads/main | 2023-09-04T13:55:19.154637 | 2021-11-06T15:15:36 | 2021-11-06T15:15:36 | 423,200,826 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,296 | h | /*
Open Asset Import Library (assimp)
----------------------------------------------------------------------
Copyright (c) 2006-2021, assimp team
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the
following conditions ... | [
"dominiquekomes@gmail.com"
] | dominiquekomes@gmail.com |
e0840730eea85a99261137a7142c8654fae7a8b1 | 00b6afadaf5588d9f56723a9a9ab3858b7050bd1 | /TreeAnalysis/source/lib/diHiggsTMVATree.cxx | 8e0e761babf6da7b0df0cd8747a2823bc3e53e53 | [] | no_license | DaniloQuin/Higgs_analysis | ab970102c63799af0220b897c73d59f9b1488be3 | e52f098244890b717e51a1cf98aaccd881b813e2 | refs/heads/master | 2020-03-23T21:20:11.467761 | 2018-07-24T03:53:24 | 2018-07-24T03:53:24 | 142,098,865 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,151 | cxx | // System include(s):
#include <iostream>
#include <iomanip>
#include "string"
// Local include(s):
#include "diHiggsTMVATree.h"
const int thread_out = 1;
static const bool v2 = true;
static const bool fast = false;
diHiggsTMVATree::diHiggsTMVATree(Option option,long N_thread, long threads)
{
n_thread = N_thre... | [
"daquinteros@uc.cl"
] | daquinteros@uc.cl |
93879920a59d83d6a4dd18d856cb8f48b76c2eaf | f1e8e085726ae6be6bcfc1faf6ad316f8726bdde | /source/ui/uiSystem.h | de6565bcd68a057035bc0e0b3ca5786ce4ebe3f6 | [
"MIT"
] | permissive | TheGreatRambler/ballpusher-io | debf9ca7d02045059cb07e1d9ac2878cdc2282ca | 77991d7ce5e0c8cffe5ddd774f4424430a276b91 | refs/heads/master | 2022-06-16T12:39:56.672537 | 2020-05-04T18:02:37 | 2020-05-04T18:02:37 | 151,259,887 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,113 | h | #include <Urho3D/Core/CoreEvents.h>
#include <Urho3D/Core/Object.h>
#include <Urho3D/Core/Timer.h>
#include <Urho3D/Engine/Application.h>
#include <Urho3D/Engine/Console.h>
#include <Urho3D/Engine/DebugHud.h>
#include <Urho3D/Engine/Engine.h>
#include <Urho3D/Engine/EngineDefs.h>
#include <Urho3D/Graphics/Camera.h>
#in... | [
"aehart684351@gmail.com"
] | aehart684351@gmail.com |
621a1505969783d75f8765d6108457b1d8a538e7 | 51f6e63555b4fda6a620fb42952c5c1fa6eac706 | /chrome/browser/chromeos/tpm_firmware_update_unittest.cc | 6060bc2f742a3eed7450940f06ad87fd3720e6fe | [
"BSD-3-Clause"
] | permissive | heanglightman/chromium | 6f74026b428317a28cbb1226d20d1116ed54dd2b | f561f3e0174135fcc555aad31f4adb845977b8bd | refs/heads/master | 2023-02-25T08:18:13.731198 | 2019-03-25T16:19:12 | 2019-03-25T16:19:12 | 177,623,917 | 1 | 0 | NOASSERTION | 2019-03-25T16:27:22 | 2019-03-25T16:27:22 | null | UTF-8 | C++ | false | false | 14,014 | cc | // Copyright 2017 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/chromeos/tpm_firmware_update.h"
#include <utility>
#include "base/bind.h"
#include "base/callback.h"
#include "base/files/file_... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
b269d5f64957ffae8999be25aae96497286958ea | 6514b5a137e260db7c2d2d9da7c93c4f56ec108e | /llvm/src/lib/CSE231/BranchFolding.cpp | 77202fd9f407578707449dd4d43c1442da0bfed9 | [] | no_license | ananducsd/llvm-final | d5bb2716c758df694418a177c01d0e6d5a66a690 | fcda136b95f56d1049152efa25124d0a065bf6f3 | refs/heads/master | 2021-01-10T13:48:56.200623 | 2015-12-11T07:52:17 | 2015-12-11T07:52:17 | 47,582,155 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,975 | cpp | #define DEBUG_TYPE "BranchFoldingPass"
#include <map>
#include "ConstantPropagation.cpp"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
//NOTE : this algorithm
//opt -load $LLVMLIB/CSE231.so -ConstPass -BranchFoldingPass < $BENCHMARKS/gcd/gcd.bc > temp.instrumented.bc
using namespace llvm;
using namespace constp... | [
"a3anand@ucsd.edu"
] | a3anand@ucsd.edu |
9ab1d712a7581c9fdf76d2f8917546f00670f996 | 5436a18ae8e523fc7c6b6adb0577b5a37d0ea751 | /src/include/hinatacore/bsdf.h | 97bd5f84424e8bc8bb08e3a1e81a03317d1c521e | [] | no_license | hi2p-perim/hinatarender | aeeb1cc901d67644b0abd0ca57b499316bbc2a1a | a03609c5d5772ae7ca7f812055bf048ab8b55df9 | refs/heads/master | 2021-04-09T17:20:21.253135 | 2013-08-23T23:52:26 | 2013-08-23T23:52:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,248 | h | #ifndef __HINATA_CORE_BSDF_H__
#define __HINATA_CORE_BSDF_H__
#include "common.h"
#include "math.h"
HINATA_NAMESPACE_BEGIN
/*!
BSDF sample.
Samples needed for BSDF sampling.
*/
struct BSDFSample
{
Vec2d u;
double uComponent;
};
/*!
BSDF record.
IO structure for BSDF.
*/
struct BSDFRecord
{
int type; //<! R... | [
"hi2p.perim@gmail.com"
] | hi2p.perim@gmail.com |
1d6b4b65bafa3afa39ca479626051278e9605ac2 | 0f99d48ef29b0f5682b928e6c1972fb9e0c31fe0 | /test/floor.cpp | 5664cb5154080530038268409dfbbe9bfd2e8aba | [] | no_license | MayaPosch/BMaC | d438a6d631ab1d62c0af82c059b68a5ee73ca649 | 8d65b38e19a32ce761cfec20c9aa17577403e60b | refs/heads/master | 2023-02-08T02:27:21.234107 | 2023-02-02T21:24:09 | 2023-02-02T21:24:09 | 114,949,973 | 105 | 15 | null | 2022-09-05T11:10:27 | 2017-12-21T01:53:25 | C++ | UTF-8 | C++ | false | false | 947 | cpp | /*
floor.cpp - Floor class.
Revision 0
Notes:
-
2018/09/18, Maya Posch
*/
#include "floor.h"
#include "utility.h"
#include <string>
#include <iostream>
// --- CONSTRUCTOR ---
Floor::Floor(uint32_t level, Config &config) {
// For each floor, create the room instances defined for it.
std::string flo... | [
"maya@nyanko.ws"
] | maya@nyanko.ws |
e50fc673654af56512b8419c345f4ef57984afb5 | 646c6dd9ade69cc6ed8f91d784be7f3719d70891 | /src/defconbots22.cpp | 408f26afef2a1a528f96241b6d7ab51e17c786f4 | [] | no_license | ryanshoff/defconbots22 | 5bb43a34858e73442fc8bcf338c0af0a2bce418d | e688703b6845d0f2417ab33693a139f3b291255d | refs/heads/master | 2021-01-21T12:23:20.148221 | 2014-08-07T06:54:43 | 2014-08-07T06:54:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,937 | cpp | #define IMAGEVIEWER
#define TRACKVIEWER
#undef SERIAL
#undef NOVIEWER
#include <iostream>
#include <pcl/point_cloud.h>
#include <pcl/point_types.h>
#include <pcl/io/openni_grabber.h>
#include <SerialStream.h>
#ifndef NOVIEWER
#include <pcl/visualization/pcl_visualizer.h>
#endif
#include <pcl/io/openni_camera/openni... | [
"ryanshoff@gmail.com"
] | ryanshoff@gmail.com |
63231e0b40a8580b017415905d13d078632460f2 | 19eb22e5e3e3578d5798285b925803cdcf125deb | /SDEngine/Source/SDEngine/Shader/GeometryBuffer.h | 3495d4932f661e6e6f1e568de1e230855834176c | [] | no_license | 2047241149/SDEngine | b17fb90feaeaa1d1b9d44d992f5b2326bd06d460 | 44ff1e1afdf192136b6f1b96d3e95544e5a7d941 | refs/heads/master | 2022-03-01T16:01:03.351937 | 2022-02-19T15:21:20 | 2022-02-19T15:21:20 | 129,990,360 | 62 | 21 | null | 2018-09-25T16:27:58 | 2018-04-18T02:13:04 | C++ | UTF-8 | C++ | false | false | 1,406 | h | #pragma once
#ifndef _GEOMETRY_BUFFER_H
#define _GEOMETRY_BUFFER_H
#include "CoreMinimal.h"
enum GBufferType
{
Diffuse,
Pos,
Normal,
SpecularRoughMetal,
Depth,
};
const int BUFFER_COUNT = 4;
//1- diffuse
//2- pos
//3- normal
//4- specular-rough-metal
//另外加一个depthBuffer
class GeometryBuffer
{
private:
//G_Bu... | [
"2047241149@qq.com"
] | 2047241149@qq.com |
f64f390a00908c652c8354d8097be20bb9d450d2 | 07bd6d166bfe69f62559d51476ac724c380f932b | /src/cmake-build-debug/devel/include/webots_ros/field_get_count.h | 4262f8ce0ee48172d474717b459aebac6e9a4b76 | [] | no_license | Dangko/webots_differential_car | 0efa45e1d729a14839e6e318da64c7f8398edd17 | 188fe93c2fb8d2e681b617df78b93dcdf52e09a9 | refs/heads/master | 2023-06-02T16:40:58.472884 | 2021-06-14T09:19:58 | 2021-06-14T09:19:58 | 376,771,194 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,840 | h | // Generated by gencpp from file webots_ros/field_get_count.msg
// DO NOT EDIT!
#ifndef WEBOTS_ROS_MESSAGE_FIELD_GET_COUNT_H
#define WEBOTS_ROS_MESSAGE_FIELD_GET_COUNT_H
#include <ros/service_traits.h>
#include <webots_ros/field_get_countRequest.h>
#include <webots_ros/field_get_countResponse.h>
namespace webots... | [
"1477055603@qq.com"
] | 1477055603@qq.com |
58d2328e701312b27463882c7c3086559cfc8597 | 9ba7c9b0fcccd00813c858d0a24332f99034749a | /src/MkNode.cpp | 9895332d379f97184e7c025de82a3a1f792c163a | [] | no_license | jjzhang166/QtLiteNote | ef31152443dae08a0011369efb96e95ff5f5b032 | 37e5b29cb8ff89ffc3ba72713f11cdd77bf9ab86 | refs/heads/master | 2021-06-22T05:12:46.497484 | 2016-11-25T10:32:36 | 2016-11-25T10:32:36 | 100,249,079 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,191 | cpp | #include "MkNodePri.h"
#include <stdio.h>
#include <regex>
#include <algorithm>
#include <functional>
std::string ltrim(const std::string &str)
{
if (str.empty()) {
return str;
}
size_t index = str.find_first_not_of(" \n\r\t");
if (index >= 0 && index < str.length()) {
return str.substr(index);
}
return s... | [
"327340773@qq.com"
] | 327340773@qq.com |
c75c3f9de2a5e18cbed162f090418cd2fd3269eb | 7e6e45fc43fcfaf3a7ac84197a6629ea0215a138 | /15649.cpp | 01488131713614518abc8fd52a2af06e6387ad73 | [] | no_license | calm-lab/online-judge | cb2719c010480c833caa169977db9e19d091236f | 92da8776fec4d7835f9b6e6eb0b034c63709b356 | refs/heads/master | 2023-06-09T09:03:31.080759 | 2021-06-29T06:52:55 | 2021-06-29T06:52:55 | 371,567,818 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,286 | cpp | #include <iostream>
using namespace std;
bool c[10];//중복을 처리할 배열.true: 고른 숫자, false: 고르지 않은 숫자
int a[10];//고른 수열을 저장할 배열
void go(int index, int n, int m){
if(index == m){//인덱스와 m이 같다라는 의미는 0부터 index-1까지 이미 앞에서 수열이 만들어졌으므로
for(int i = 0; i < m; i++){ //답을 출력한다
cout << a[i];
if(i != m ... | [
"opmina72@naver.com"
] | opmina72@naver.com |
1491baa7632b964435da9bb6b0f67f99f2857667 | 394374ca6a617ff5e152bd9eb249531c57eb70a8 | /ZOJ/3499.cpp | b8024c4c30809be499464f523bb1b9983695da5b | [] | no_license | WzDTj/Keep-Coding | 83330b761a3ff0673ec53e7d7b85259073040ae6 | 5fd6d997cfc8a36494ef6d39ac012c93b71c7d56 | refs/heads/master | 2021-01-10T14:35:06.546100 | 2017-03-30T15:18:24 | 2017-03-30T15:18:24 | 46,961,963 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 600 | cpp | #include <cstdio>
#include <cstdlib>
int cmp(const void *a, const void *b) {
return ((*(double *) a - *(double *) b > 0) ? 1 : -1);
}
int main() {
#ifndef ONLINE_JUDGE
freopen("in.txt", "r", stdin);
#endif
const int MAX_LENGTH = 500;
double number[MAX_LENGTH];
int t, n;
scanf("%d", &t);
... | [
"j.dantong@gmail.com"
] | j.dantong@gmail.com |
f517c35ceef45eade97018e05ee9b1d0d5ea1485 | 49ca92c13ad17c5aea082cc9c60e632bc85cf6d4 | /SRC/UI/AniEditDM_UI.h | f58dabc6be2b6ccf40fa96f439c486aa2416300b | [
"Apache-2.0"
] | permissive | simba518/AniEditor | 8677db3d26a9b383870f414c45b489ea3498ea6c | 50f1af36ecc3fdca01fbd65468e2aecca521cbef | refs/heads/master | 2016-09-05T14:43:02.870927 | 2014-08-22T07:17:53 | 2014-08-22T07:17:53 | 12,777,605 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,239 | h | #ifndef _ANIEDITDM_UI_H_
#define _ANIEDITDM_UI_H_
#include <QObject>
#include <QtGui/QMainWindow>
#include <FileDialog.h>
#include "AniEditDM.h"
using namespace QGLVEXT;
namespace ANI_EDIT_UI{
#define ANIEDITDM_SAVE(functionName) \
const string fname = file_dialog->save(); \
if(fname.size() >0){ ... | [
"="
] | = |
22b11086521f2ff3eb7a64f86e7cf3304243a962 | 2574df7ba3d4659fc7db3184d14d4dead7678f91 | /ListeGOD.h | 5895a1b9fab6bc0bf6accc3e81366218714e2f19 | [] | no_license | BodySplash/bomberman | a761448eb5e65091e794a70cd9d3cf7cbbef7f54 | 423bf66c66d448557fb5fb4128f00957b4a9d419 | refs/heads/master | 2021-01-10T19:00:33.077294 | 2012-02-20T10:20:31 | 2012-02-20T10:20:31 | 3,492,703 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 88 | h | #pragma once
class CListeGOD
{
public:
CListeGOD(void);
~CListeGOD(void);
};
| [
"bodysplash@gmail.com"
] | bodysplash@gmail.com |
997f889d03eec92182cf5e54f4221aa32443a478 | 8422912ae3866de3f8792b68f38d90fff40815d3 | /tests/benchmarks/mmff-energy/mmffenergybenchmark.cpp | e58e824eb1803efec4c7056a8f75041301b1cf20 | [
"BSD-3-Clause"
] | permissive | smrhh42/chemkit | 7bf1e6d302cf5d04812d1772d0f847b6578e8c5c | 94a9680042fb9d5381d52ef96ac6e13cd985a463 | refs/heads/master | 2021-01-18T13:32:38.822079 | 2012-04-02T01:30:39 | 2012-04-02T01:30:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,937 | cpp | /******************************************************************************
**
** Copyright (C) 2009-2011 Kyle Lutz <kyle.r.lutz@gmail.com>
** All rights reserved.
**
** This file is a part of the chemkit project. For more information
** see <http://www.chemkit.org>.
**
** Redistribution and use in source and binar... | [
"kyle.r.lutz@gmail.com"
] | kyle.r.lutz@gmail.com |
ae9eba990bc669b9462fc848b1ca780060868b18 | 5ba58b1c3816f6779d46e60ee7fb9f0de827074c | /中序遍历递归.cpp | 626cb3e2aece45103670237b9450d1024ea99223 | [] | no_license | yunruowu/LeetCode | 9a3b3d4ce7c4c6a428995dce0ff94205b39bf80c | 217884f33c0a3f8414583583cb4293886a0a577f | refs/heads/master | 2020-12-01T01:58:34.236588 | 2020-09-28T07:20:18 | 2020-09-28T07:20:18 | 230,535,728 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,239 | cpp | /**
* Definition for a binary tree node.
struct TreeNode {
int val;
TreeNode *left;
TreeNode *right;
TreeNode(int x) : val(x), left(NULL), right(NULL) {}
};
*/
#include <iostream>
#include <vector>
#include <stack>
#include <string>
#include <stdlib.h>
using namespace std;
struct TreeNode
{... | [
"mcdxwan@outlook.com"
] | mcdxwan@outlook.com |
3144b95d81b463d81505fbc8473cd48a5de39474 | a202b62726204f62141ea0de4cdd29edf94281da | /demo/ios/Pods/hippy/core/base/macros.h | 932050ef268e1a091914904c5b3c4f038a6bf286 | [
"Apache-2.0",
"MIT"
] | permissive | hippy-contrib/hippy-react-ui | 8145dd7d5fbdc9352e479f3ea1efbcc48cc90415 | e3446b75a098b6f200a2c56f32078ab3b83e0e28 | refs/heads/master | 2023-03-23T20:16:41.113313 | 2020-04-23T13:59:05 | 2020-04-23T13:59:05 | 258,219,692 | 8 | 0 | MIT | 2021-03-12T12:31:10 | 2020-04-23T13:46:26 | JavaScript | UTF-8 | C++ | false | false | 1,489 | h | /*
*
* Tencent is pleased to support the open source community by making
* Hippy available.
*
* Copyright (C) 2019 THL A29 Limited, a Tencent company.
* 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.
*... | [
"kiddxu@tencent.com"
] | kiddxu@tencent.com |
000f4a4cef683e0427f7511b11a0f15e8a5c6ae1 | 7ff34a99d91f13b345a93296e20b0b45140024fc | /Поехали/Klad.h | cc997988f9dfa591a047a5c45c0d762821b85967 | [] | no_license | Kirilcha/PROC | e95f8e2a51121bf3c0da91e4daee26676548f0be | 215acaeceef2b9d4ffc40e3e3f7f38bdf07f59c8 | refs/heads/master | 2021-05-05T11:10:47.617090 | 2018-03-06T17:23:32 | 2018-03-06T17:23:32 | 118,119,202 | 0 | 0 | null | 2018-02-27T14:29:36 | 2018-01-19T11:49:59 | C++ | UTF-8 | C++ | false | false | 253 | h | #ifndef _Klad_
#define _Klad_
#include "Aforizm.h"
#include "Posl_Pogov.h"
#include <string>
struct Kladez
{
enum key { AFORIZM, POSL_P, ZAGADKI };
key key;
int kol;
std::string fraza;
union
{
Aforizm afor;
Poslovica_P poslov;
};
};
#endif | [
"33288427+Kirilcha@users.noreply.github.com"
] | 33288427+Kirilcha@users.noreply.github.com |
294bae035e0a3cabed420a22cfc8d759bac18487 | f8af03d378ad26359517d8d1de429d210bc9b441 | /src/unit-test/common/main.cc | 0e7d9f5b2fc95b859d704968c084d1b56c3c1301 | [] | no_license | bud-adamas/ccraft | 6a4c85669093d634b7d1e99353b5086e4d91539a | 2bc3eba607592f3f84f61f68069b25b5d26258b9 | refs/heads/master | 2021-06-21T03:15:06.819028 | 2017-09-03T12:35:03 | 2017-09-03T12:35:03 | 101,495,568 | 0 | 0 | null | 2017-08-26T15:44:43 | 2017-08-26T15:44:43 | null | UTF-8 | C++ | false | false | 1,248 | cc | /**
* This work copyright Chao Sun(qq:296449610) and licensed under
* a Creative Commons Attribution 3.0 Unported License(https://creativecommons.org/licenses/by/3.0/).
*/
#include <string>
#include <gtest/gtest.h>
#include "../../common/hash-algorithms.h"
#include "../../common/common-def.h"
#include "../../comm... | [
"sunchao7"
] | sunchao7 |
6fc380221cf80f3b200012b21d047c2ea59586b6 | fb22e1687613aceff4d4d3a2c041cf2446d18c2f | /VAttemperServer/DDSDebug/include/RTPS/ParticipantAgent.h | 9a42637ccecf225b525223467a938100f4d4778d | [] | no_license | gh2510/QtWorkSpace | 5fc8173b8cf19557bb0ad90ff377270ebc3685c9 | 4c9a477b43ad8749771c7ffcc73794427ffbfa34 | refs/heads/master | 2021-01-19T18:29:32.161505 | 2017-08-23T13:46:01 | 2017-08-23T13:46:01 | 101,142,041 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,065 | h | /************************************************************
** 文件名:ParticipantAgent.h
** Copyright (c) 2011-2012 中国船舶工业系统工程研究院
** 创建人:杨猛<635584332@qq.com>
** 日 期:2011-01-11
** 修改人:无
** 日 期:无
** 描 述:ParticipantAgent头文件
** 版 本:Version 0.1
**----------------------------------------------------------
****************... | [
"gh2510@163.com"
] | gh2510@163.com |
de0b7b2b24ad4ae10f88b2eb508078fb33569cfe | 4d9c741a31edae00908e781b3cd9f033037a38a2 | /geeksforgeeks/1278.cpp | 05b5cef3cbda10bd6f06f9623b52bf14a65a9104 | [] | no_license | LavishKothari/MyAllCodes---Lavish | eebff25b762748e715122b383630b456f41bd17c | 73786bb44531b06c63a94048f4c0f9c8982dc36e | refs/heads/master | 2020-04-06T10:01:37.207045 | 2019-04-15T18:50:27 | 2019-04-15T18:50:27 | 20,599,188 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,894 | cpp | /*
problem link : http://www.practice.geeksforgeeks.org/problem-page.php?pid=1278
*/
#include <bits/stdc++.h>
using namespace std;
vector<string>result;
void printall(string current,int start,vector< vector<int> >&graph,string &s)
{
if(start==graph.size()-1)
result.push_back(current.substr(0,current.size()-1));... | [
"lavishkothari004@gmail.com"
] | lavishkothari004@gmail.com |
45de2a454a85b9074a477bc3627305631e03aa9d | 1dbf007249acad6038d2aaa1751cbde7e7842c53 | /gaussdbforopengauss/include/huaweicloud/gaussdbforopengauss/v3/model/CreateDbUserResponse.h | b00e0911196e6808a0f4b68c06d7f1384f59f00e | [] | permissive | huaweicloud/huaweicloud-sdk-cpp-v3 | 24fc8d93c922598376bdb7d009e12378dff5dd20 | 71674f4afbb0cd5950f880ec516cfabcde71afe4 | refs/heads/master | 2023-08-04T19:37:47.187698 | 2023-08-03T08:25:43 | 2023-08-03T08:25:43 | 324,328,641 | 11 | 10 | Apache-2.0 | 2021-06-24T07:25:26 | 2020-12-25T09:11:43 | C++ | UTF-8 | C++ | false | false | 1,218 | h |
#ifndef HUAWEICLOUD_SDK_GAUSSDBFOROPENGAUSS_V3_MODEL_CreateDbUserResponse_H_
#define HUAWEICLOUD_SDK_GAUSSDBFOROPENGAUSS_V3_MODEL_CreateDbUserResponse_H_
#include <huaweicloud/gaussdbforopengauss/v3/GaussDBforopenGaussExport.h>
#include <huaweicloud/core/utils/ModelBase.h>
#include <huaweicloud/core/http/HttpRespons... | [
"hwcloudsdk@huawei.com"
] | hwcloudsdk@huawei.com |
72be63c8a7bbf08023692417e160fe5200bd8e51 | e96a0bc65d1e015881030f3f94e2145bb2b163ea | /ABC/c56/b.cpp | 92bd1484cc8d192fb181bc0939137b7c5014a7d6 | [] | no_license | TimTam725/Atcoder | 85a8d2f1961da9ed873312e90bd357f46eb2892b | 067dcb03e6ad2f311f0b4de911fae273cee5113c | refs/heads/main | 2023-06-06T02:06:34.833164 | 2021-06-20T06:22:01 | 2021-06-20T06:22:01 | 378,565,753 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 672 | cpp | #include<bits/stdc++.h>
#include<iomanip>
using namespace std;
typedef long long ll;
typedef long l;
typedef pair<int,int> P;
#define rep(i,n) for(int i=0;i<n;i++)
#define fs first
#define sc second
#define pb push_back
#define mp make_pair
#define eb emplace_back
#define ALL(A) A.begin(),A.end()
const do... | [
"root@DESKTOP-PJOIK5S.localdomain"
] | root@DESKTOP-PJOIK5S.localdomain |
6fcac296ce4d09a7f97ed02efc397405b0bcc92c | be947ec7af6d1039dbc2a829862876b71ebf597c | /CXHibernate/CXHibernate.h | 665d9bc1a32df9db6ea367306b04b132098c3de7 | [] | no_license | pengge/CXHibernate | b398975d9fa84b581217dfa781b21107a11fa2a1 | 6eeb0b0d3604e673a4ef0d830dbfa09b2f8d3706 | refs/heads/master | 2020-06-12T11:48:13.192014 | 2018-08-07T14:07:30 | 2018-08-07T14:07:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,305 | h | ////////////////////////////////////////////////////////////////////////
//
// File: CXHibernate.h
//
// Copyright (c) 1998-2018 ir. W.E. Huisman
// All rights reserved
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Softwa... | [
"edwig.huisman@hetnet.nl"
] | edwig.huisman@hetnet.nl |
7f23d480c5bc02f4b5533b88138dca18e7181bdc | a6ef0926a77cdbca6140fce580564fe5c8bff131 | /qt_dlib_dnn2/dnnface/dnn_base/vectorstream.h | 01b8ee71f1633aa832ef9394ca1a155003687e22 | [] | no_license | yjwudi/digiKam-Test | 4220e2d85afef0d95627c160a7edc1dcf48a7b35 | 8f6a16f9ce47f12c69484a8ec8408050f03837c4 | refs/heads/master | 2021-06-24T02:58:50.240169 | 2017-07-26T12:12:25 | 2017-07-26T12:12:25 | 95,617,175 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,913 | h | // Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_VECTORStREAM_Hh_
#define DLIB_VECTORStREAM_Hh_
//#include "vectorstream_abstract.h"
#include <cstring>
#include <iostream>
#include <streambuf>
#include <vector>
#in... | [
"18706819589@163.com"
] | 18706819589@163.com |
92c7ea2f01dfdc3143c5f24a5aacaae2eff4987f | 5005357207b2ef59b5245a6f772e2ede6b8669ed | /KolkoIKrzyzyk/Cell.h | d12568d9630b4f5ba366f2391b8cc343d2510861 | [
"MIT"
] | permissive | Ariello05/tictactoe | b175c3bdcbbe80bd7fdfa698f3097371e3edeb0e | 0df0620465ee543215fcba046fb10a6ff2b6d60c | refs/heads/master | 2020-04-11T00:26:58.249406 | 2019-12-21T19:35:38 | 2019-12-21T19:35:38 | 161,386,854 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 348 | h | #pragma once
#include "Field.h"
#include "Board.h"
class Cell :public Field
{
public:
Cell(sf::Vector2f position, sf::Vector2f size);
~Cell();
virtual void draw(sf::RenderWindow & window);
virtual void click(sf::Vector2f position, Board & board);
private:
sf::RectangleShape rect;
sf::RectangleShape lines[2];
... | [
"heriu@wp.pl"
] | heriu@wp.pl |
282aca33c1031844c4fbd3164a70b29a6ce84c5f | 9d7a8d3e8d5df680c32fa70c73ef7c2820986187 | /.history/D05/ex01/Form_20210309132020.cpp | 978bf5102120221783767ad10d3154e592246ee9 | [] | no_license | asleonova/cpp | dc2d606e361ffdfa2013953f68bd0da4530f34bc | adfaecc238cdb63053b34b106869d3185204d73a | refs/heads/master | 2023-04-06T19:27:21.725162 | 2021-04-13T19:18:00 | 2021-04-13T19:18:00 | 337,834,070 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,538 | cpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* Form.cpp :+: :+: :+: ... | [
"dbliss@oa-d1.msk.21-school.ru"
] | dbliss@oa-d1.msk.21-school.ru |
fbe62cdcbe79c49798577e5be0a5b2b7c0b019c4 | bcf138c82fcba9acc7d7ce4d3a92618b06ebe7c7 | /rdr2/0xDF8822C55EDDA65B.cpp | 61d3cacaa7a305435f9d404beff76abc7d87698b | [] | no_license | DeepWolf413/additional-native-data | aded47e042f0feb30057e753910e0884c44121a0 | e015b2500b52065252ffbe3c53865fe3cdd3e06c | refs/heads/main | 2023-07-10T00:19:54.416083 | 2021-08-12T16:00:12 | 2021-08-12T16:00:12 | 395,340,507 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 325 | cpp | // laramie1.ysc @ L16454
void func_109(var uParam0)
{
func_370(uParam0, 7);
func_371();
func_103(uParam0, 128);
func_372(64, "");
if (!func_173(Global_1898437))
{
PLAYER::START_PLAYER_TELEPORT(PLAYER::PLAYER_ID(), -2589.576f, 466.1188f, 145.0443f, 208.263f, true, true, true, false);
func_373(0, 0);
... | [
"jesper15fuji@live.dk"
] | jesper15fuji@live.dk |
3606de284af7b6762ea0a9c9ca26d7374d62094c | cfe39f93225e50c89ea3b0aded35ccb00c4294a6 | /webcore_bindings/derived/JSSpeechSynthesisEvent.h | 65c25c347324361f21393fcbf35a372e2443c129 | [
"BSD-3-Clause"
] | permissive | Web5design/webkit.js | 4d589121d5fdb29d807bd99d387be5f256b81b91 | 050d44f34d2bac3df01be2ee33c3545e5c1ce715 | refs/heads/master | 2020-12-03T07:58:21.250807 | 2014-02-16T23:19:47 | 2014-02-16T23:19:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,440 | h | /*
This file is part of the WebKit open source project.
This file has been generated by generate-bindings.pl. DO NOT MODIFY!
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation... | [
"trevor.linton@gmail.com"
] | trevor.linton@gmail.com |
a59ca8fade046f1f24b68575d9cb050ddaceeb89 | 917bc29195834b7c4f6775658e32033851b34196 | /include/ns/Blackboard.h | ca0aa84a19c92130600843c7c1690c4f89312c13 | [
"MIT"
] | permissive | xzrunner/nserializer | ebc31f44b564a7c91dc352b8ddf98a23b36dbf86 | 44c252703a53c5970b8d9f2b608d56830601055e | refs/heads/master | 2021-01-24T02:13:51.857108 | 2020-11-02T23:15:17 | 2020-11-02T23:15:17 | 122,839,761 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 355 | h | #pragma once
#include <cu/cu_macro.h>
#include <functional>
namespace ns
{
class Blackboard
{
public:
void SetGenNodeIdFunc(std::function<uint32_t()> func) {
m_gen_node_id_func = func;
}
uint32_t GenNodeId() const;
private:
std::function<uint32_t()> m_gen_node_id_func = nullptr;
CU_SINGLETON_DECLARATIO... | [
"zhuguang@ejoy.com"
] | zhuguang@ejoy.com |
8c9c24647e5a2d829cae292ad902c58aab41c865 | 2a5215bcf8816f2de3ca02aee0d053cdaf219a6d | /Day 0.cpp | e5679787f7e3ba6f83603e6149d7d71f092ee57f | [] | no_license | kasaikarthik/30-days-of-code | f12c209fbea8915b502e203646efdf5704807f4a | b0276c680cac2bf7b6bc4bb8aaed8f1a8552e9cc | refs/heads/master | 2020-11-30T04:16:07.339275 | 2020-02-04T11:12:14 | 2020-02-04T11:12:14 | 230,299,993 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 154 | cpp | int main() {
string input_string;
getline(cin, input_string);
cout << "Hello, World." << endl;
cout << input_string;
return 0;
}
| [
"kasaikarthik@gmail.com"
] | kasaikarthik@gmail.com |
d2ffbfcb1314ed872d238fc7005d5b669c7477f8 | e98e505de1a1a3542189125ef4bdde147f9c77cd | /components/ntp_snippets/remote/remote_suggestions_provider_impl.cc | eba4dda04ebb8442ea1d740120c4d246b4542079 | [
"BSD-3-Clause"
] | permissive | jesonlay/chromium | b98fca219ab71d230df9a758252058a18e075a06 | 292532fedbb55d68a83b46c106fd04849a47571d | refs/heads/master | 2022-12-16T15:25:13.723395 | 2017-03-20T14:36:34 | 2017-03-20T15:37:49 | 158,929,892 | 0 | 0 | NOASSERTION | 2018-11-24T11:32:20 | 2018-11-24T11:32:19 | null | UTF-8 | C++ | false | false | 47,452 | cc | // Copyright 2015 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/ntp_snippets/remote/remote_suggestions_provider_impl.h"
#include <algorithm>
#include <iterator>
#include <utility>
#include "base/... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
b68a1a8f30611453a584b845dfc47c5a5d0ada9e | 375b9785b16c0a64beb58aac0c2c605b2197d566 | /riscv-sim/src/PeriodicTimeout.cpp | 1ad629ca0b955041e7daef0e5a4662260aaa360f | [] | no_license | linwj130013/riscv-console | 51a67f6ee53f36ebe369ac5459aa931e297aef6f | 2110e388e34320f09a81a26891cbdeab12c548cc | refs/heads/main | 2023-02-18T09:48:08.845556 | 2021-01-19T19:02:29 | 2021-01-19T19:02:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,578 | cpp |
#include "PeriodicTimeout.h"
#include <cstdint>
/*
int CTimeout::SecondsUntilDeadline(struct timeval deadline){
struct timeval CurrentTime;
gettimeofday(&CurrentTime, nullptr);
return ((deadline.tv_sec * 1000 + deadline.tv_usec / 1000) - (CurrentTime.tv_sec * 1000 + CurrentTime.tv_usec / 1000)) /... | [
"cjnitta@gmail.com"
] | cjnitta@gmail.com |
0098a2071bfd262e9c3c0c7f72d3ef07c72ca0e1 | 713870ba408d1b56d8d2b377b1caba918915a70d | /queue/queue.h | 86cd78a1f5f1cfb7918a737cc2880e85364ca6b6 | [] | no_license | berkerdemirel/data-structures | 70fb99354a1a49c1028d81467fa1df608dd6b319 | 0b9dcdabb2b27d766feac07f52e313ae6977b4a4 | refs/heads/master | 2021-07-20T01:29:04.226272 | 2020-08-04T12:25:14 | 2020-08-04T12:25:14 | 201,508,413 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 408 | h | #pragma once
#include <iostream>
template <class T>
struct queueNode {
T val;
queueNode* next;
queueNode(T v = T(), queueNode* n= NULL): val(v), next(n){}
};
template <class T>
class queue {
private:
queueNode<T> * front;
queueNode<T> * rear;
int currentSize;
public:
queue();
void enqueue(T val);
void dequeu... | [
"berkerdemirel@sabanciuniv.edu"
] | berkerdemirel@sabanciuniv.edu |
b44763de55dad5d2d2465116f1de48f19f19bdb9 | b9e46960a43d2a735f9170b97852d097c743f142 | /src/helpers.cc | d97cb2188decca7cb45a27a1fae050c46e616f88 | [
"MIT"
] | permissive | tunamako/cs426-shell | 9151ec70d298ccdb2ef2d3b10567457b6a0035f9 | b9b17bccc2fd4e9f2d4e03b2268cf7d7e1ebd2f6 | refs/heads/master | 2021-08-11T13:38:54.959523 | 2017-11-13T20:17:58 | 2017-11-13T20:17:58 | 108,306,895 | 0 | 0 | null | 2017-10-26T01:21:21 | 2017-10-25T18:06:40 | C++ | UTF-8 | C++ | false | false | 2,109 | cc | #include "helpers.h"
#include <sstream>
using namespace std;
void ErrorCheckExit(bool condition, string message) {
if(condition) {
perror(message.c_str());
exit(1);
}
}
void ErrorCheck(bool condition, string message) {
if(condition)
perror(message.c_str());
}
//Some info on stringstreams from
//https://stac... | [
"inedibledelicacies@gmail.com"
] | inedibledelicacies@gmail.com |
352ad87dc44b5689ecb0615591c65dfdb14cfca3 | 0d2deffa50a1596fbc5c4b04b7235932c0f6a695 | /src/qt/rpcconsole.cpp | f4be39dd95b27a8b75735b7296304c121b58a19a | [
"MIT"
] | permissive | cjcoingit/cjcoingitrepo | 031cf3f3abdb07cfcfc5aa5d6d93916ff58e2b1a | edbf67c2bfd9050862334f32f9a1922c684857b2 | refs/heads/master | 2021-01-18T23:34:52.463067 | 2017-04-10T18:28:41 | 2017-04-10T18:28:41 | 87,119,204 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 14,607 | cpp | #include "rpcconsole.h"
#include "ui_rpcconsole.h"
#include "clientmodel.h"
#include "bitcoinrpc.h"
#include "guiutil.h"
#include <QTime>
#include <QTimer>
#include <QThread>
#include <QTextEdit>
#include <QKeyEvent>
#include <QUrl>
#include <QScrollBar>
#include <openssl/crypto.h>
// TODO: make it possible to filt... | [
"cryptojournalcoin@gmail.com"
] | cryptojournalcoin@gmail.com |
55bc2f3ec4af350954b06b24a9924ea6de4ffd84 | e0387cf8f45d3e2b7ea3788b299f195a621708a8 | /Source/Sable/Core/Bank/Library.cpp | be2c984cd6513b36a15b555f60daa2836ffd85f5 | [] | no_license | ClementVidal/sable.sable | eea0e822d90739269e35bed20805a2789b5fbc81 | 0ec2cd03867a4673472c1bc7b071a3f16b55fb1b | refs/heads/master | 2021-01-13T01:28:54.070144 | 2013-10-15T15:21:49 | 2013-10-15T15:21:49 | 39,085,785 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,859 | cpp | #include <Sable\Core\Bank\Library.h>
IMPLEMENT_MANAGED_CLASS1( Sable, CBankLibrary, CPersistentArchive )
using namespace Sable;
CBankLibrary::CBankLibrary( )
{
m_NextFreeId = 0;
m_CurrentBank = NULL;
m_IsStoring = FALSE;
}
CBankLibrary::~CBankLibrary()
{
}
Int64 CBankLibrary::GetIDFromObject(... | [
"clement.vidal@lam.fr"
] | clement.vidal@lam.fr |
2be5550dd140d59e3e44d8861d3fa728b407575e | aba5baef6d4680e668671e811e0cb4496f0f9140 | /dask_em/tokenizer/qgramtokenizer.cpp | eb0bccda6e0d44b01346589032948f92ce621dcf | [] | no_license | kvpradap/dask_em | 76cd491db87940359c64f9fc0a87be50914d6d02 | 727c68c6ac7c31b86b641bc9844c3594ca11f2fc | refs/heads/master | 2021-01-16T18:26:40.033433 | 2017-08-14T23:20:47 | 2017-08-14T23:20:47 | 100,081,260 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 162,256 | cpp | /* Generated by Cython 0.25.2 */
#define PY_SSIZE_T_CLEAN
#include "Python.h"
#ifndef Py_PYTHON_H
#error Python headers needed to compile C extensions, please install development version of Python.
#elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x03020000)
#error Cython ... | [
"pradap@cs.wisc.edu"
] | pradap@cs.wisc.edu |
fc3e0e16dac590bb8524bf8bd66d7da47ca75776 | 1b7bc0c8810624c79e1dade01bb63177058f1a28 | /Voltron/Source/UnitTests/DataStructures/Trees/SuffixTrie_tests.cpp | 16374322e559f3766849a4c9d6f1f274860d0a93 | [
"MIT"
] | permissive | ernestyalumni/HrdwCCppCUDA | 61f123359fb585f279a32a19ba64dfdb60a4f66f | ad067fd4e605c230ea87bdc36cc38341e681a1e0 | refs/heads/master | 2023-07-21T06:00:51.881770 | 2023-04-26T13:58:57 | 2023-04-26T13:58:57 | 109,069,731 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,032 | cpp | #include "DataStructures/Trees/SuffixTrie.h"
#include <boost/test/unit_test.hpp>
using namespace DataStructures::Trees::Tries::SuffixTries;
BOOST_AUTO_TEST_SUITE(DataStructures)
BOOST_AUTO_TEST_SUITE(Trees)
BOOST_AUTO_TEST_SUITE(Tries)
BOOST_AUTO_TEST_SUITE(SuffixTrie_tests)
BOOST_AUTO_TEST_SUITE(ExpertIO_tests)
... | [
"ernestyalumni@gmail.com"
] | ernestyalumni@gmail.com |
457e5a00286a2e33c212329c3cc4c2a6d3666f28 | bf46ead26b9550c92c1f4cb81ff0bb553471ce8f | /src/test/scriptnum_tests.cpp | cd3279003fd7488a3794f396f9d5a73dfcb5f87f | [
"MIT"
] | permissive | HondaisCoin/hondaiscoinmn | afeadfa0a34c6b5aafb2f5f89f7d1b36a77a2ee3 | 5b159940ee12ff8886ef21498dfddffb4ac76b1a | refs/heads/master | 2020-08-29T03:44:24.444315 | 2019-10-27T20:59:52 | 2019-10-27T20:59:52 | 217,913,441 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,466 | cpp | // Copyright (c) 2012-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.
#include "scriptnum10.h"
#include "script/script.h"
#include "test/test_hondaiscoinmn.h"
#include <boost/test/unit_test.hpp>... | [
"you@example.com"
] | you@example.com |
a275a727e51948d50ec6e498e17f1d3c6ff32e27 | adfa317ce1bae691174309d7b361950b07ba5ca8 | /src/ParabolicBoxDomainPdeSystemModifier.hpp | c5936c4cc42c0830729301123c5f50fca2692740 | [] | no_license | CJohnsonMathSys/ChemChaste | 34a121a14a0e62dbb61e735a0c9bb5581652c403 | ca9308628948baf758b7a864b0269c6e6bf29325 | refs/heads/main | 2023-02-22T20:21:50.778557 | 2021-01-27T12:34:00 | 2021-01-27T12:34:00 | 307,725,542 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,982 | hpp | #ifndef PARABOLICBOXDOMAINPDESYSTEMMODIFIER_HPP_
#define PARABOLICBOXDOMAINPDESYSTEMMODIFIER_HPP_
#include "InhomogenousParabolicPdeForCoupledOdeSystem_templated.hpp"
#include "AbstractBoxDomainPdeSystemModifier.hpp"
#include "AbstractPdeSystemModifier.hpp"
#include "BoundaryConditionsContainer.hpp"
#include "Abstract... | [
"c.johnson.6@warwick.ac.uk"
] | c.johnson.6@warwick.ac.uk |
89b1e9f84bbbeee65c0d182132d672fabd94f080 | ad2bf55f50be16c3e2bdd3e49fef5f570224f371 | /Basic/Mang/Mang 1 chieu/300. Tim phan tu lon nhat va nho nhat.cpp | 5fda716af0cf9de5767d25a2af4c7ecd51cad8f1 | [] | no_license | GibOreh/CodeC | 31f1b79b6f5c741fecc0031f508b7b96eafc1844 | b45fd8ae9ae6e720c9c5dfc07c23c52f2f85c5d5 | refs/heads/master | 2022-11-24T09:55:50.111087 | 2020-08-02T05:54:31 | 2020-08-02T05:54:31 | 284,399,863 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 367 | cpp | #include <stdio.h>
void in(int x[],int n){
for(int i=0 ; i<n ; i++){
scanf("%d",&x[i]);
}
}
void check(int x[],int n){
int max=x[0],min=x[0];
for(int i=0 ; i<n ; i++){
if(max < x[i])
max = x[i];
if(min > x[i])
min = x[i];
}
printf("%d ",max);
printf("%d",min);
}
int main(){
int x[20],n;
scanf("... | [
"vuonghung2308@gmail.com"
] | vuonghung2308@gmail.com |
65c05019b2ef2a8c16c944fe535336989506409f | 63876d01ccee25cec402431e02f0f24f06b4b3a4 | /ch01_getting_started/exe/ex_01_04.cc | d2348704d43073e63e495c59e0cdac557dd26389 | [] | no_license | christyjohn/cpp_primer | af6f89d06f5048e05d703cf7cc10ffc98c362ac0 | f3352520fde9bf3094a48653e9513964ee100cb5 | refs/heads/master | 2021-04-21T11:46:57.263207 | 2020-03-31T14:06:15 | 2020-03-31T14:06:15 | 249,777,134 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 257 | cc | #include <iostream>
int main()
{
int v1 = 0, v2 = 0;
std::cout << "Enter two numbers" << std::endl;
std::cin >> v1 >> v2;
std::cout << "The produt of " << v1 << " and " << v2
<< " is " << v1 * v2 << std::endl;
return 0;
} | [
"christyjohn.crz@gmail.com"
] | christyjohn.crz@gmail.com |
4d38f056a8b3a3d7a3c2f21e593e1314449967b4 | 1b7616e325dbf6c2f591b34a35246d37c078dbbf | /scanner.cpp | 9f9df36eb6beb7267cb813667bd1813570ab541f | [] | no_license | SefikMehmedovic/CS4280-P4 | cd0fd7773d2ac0e5afe17a77e5e1a1e8dfff3d44 | 2c16ad1b48e7a0045468c64861c2caf3fd25de1d | refs/heads/master | 2020-04-13T01:10:33.878061 | 2018-12-23T06:05:50 | 2018-12-23T06:05:50 | 162,866,429 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,483 | cpp | //scanner.cpp
#include <string>
#include <cctype>
#include <cstddef>
#include <iostream>
#include <cstdlib>
#include "scanner.h"
#include "token.h"
using namespace std;
//From token.h
int token_index;
int current_index;
int line_index;
vector <string> file_string;
static int comment_flag;
//function to read i... | [
"sefikm10@gmail.com"
] | sefikm10@gmail.com |
59c5ebae2773555ae6170eceae8d79bef74bb0e9 | 0a4afb613c12e5a06702f28f922fc03461bebb47 | /Classes/BroadphaseTestLayer.cpp | 2bbef8ae741f3cfcb27a2b7aad2224ad9295eae5 | [] | no_license | zhangw358/2DPhysicsEngine | 7f363de698a6e5cd9f9b7851d84f2559df725d8f | f31ea27699646fd16f11349e5e37c8309e026129 | refs/heads/master | 2021-01-10T01:45:39.985322 | 2016-04-03T05:20:38 | 2016-04-03T05:20:38 | 55,300,168 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,801 | cpp | //
// BroadphaseTestLayer.cpp
// PhysicsProj
//
// Created by 张唯 on 16/3/29.
//
//
#include "VisibleRect.h"
#include "cocos-ext.h"
#include "StartScene.h"
#include "BroadphaseTestLayer.h"
USING_NS_CC;
using extension::CCPhysicsSprite;
enum {
kTagParentNode = 1,
};
BroadphaseTestLayer::BroadphaseTestLayer()
:... | [
"zhangw358@qq.com"
] | zhangw358@qq.com |
92eb660652ef629ec7b1172c832e03a55f013971 | 45fc787fe73d9a64b6757da1abfa1237acfa34de | /arduino/illuminate_led/illuminate_led.ino | c454cb06facc0f29d81d20a5451983f588ef2b3c | [] | no_license | keiji/adk-handson | eff7b9e81d9d63dec663e70a4c1cbce080f20832 | b701ae5c8ed0719302605ae47330751393a49a1d | refs/heads/master | 2016-08-06T17:11:56.252620 | 2013-01-18T23:39:43 | 2013-01-18T23:41:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 245 | ino | #define PIN_LED 13
void setup() {
Serial.begin(115200);
pinMode(PIN_LED, OUTPUT);
}
int light = 0;
int p = 1;
void loop() {
light += p;
if (light == 0 || light == 255) {
p *= -1;
}
delay(10);
analogWrite(PIN_LED, light);
}
| [
"keiji_ariyama@c-lis.co.jp"
] | keiji_ariyama@c-lis.co.jp |
49807796d63581e6a2d97fe635a8cf72098b75f6 | e4f59a3b3a7eda4d1bc00050d76fc8bce1cf093f | /code/Spikes/timer_example_alex/timer_example_alex.ino | 663a0dae2b0fd6f1b643a82a1e88d137e1e45ea8 | [] | no_license | AlexanderNahr/arduino_team_PMES_WS2016 | 03ed37906254cae01adef7d83d787368806a837c | 691d8cb0f4df41bc46ac00b6936949804e428fb7 | refs/heads/master | 2021-01-12T09:55:09.534469 | 2017-03-10T22:39:41 | 2017-03-10T22:39:41 | 76,298,477 | 2 | 3 | null | 2017-03-11T11:53:47 | 2016-12-12T21:48:56 | C++ | UTF-8 | C++ | false | false | 12,311 | ino | /********************************************NOTE********************************************************************
* Statt Pin 13 habe ich pin A2 zur Tonausgabe verwendet.
********************************************************************************************************************/
/************************... | [
"alexnahr@gmail.com"
] | alexnahr@gmail.com |
18d354cb289310595a7e9c9071b21d9cf6b82f2e | cd64cca3d9e72e4ef0273e32b0f2d852ddabdadf | /ElementAppearingMoreThan25PercentInSortedArray/ElementAppearingMoreThan25PercentInSortedArray/main.cpp | 84e0426b89d0663fc3df23996c1bb53a365d99ed | [] | no_license | stereotype13/LeetCodePractice | 48f4471a5e0b4d890ac31760f399f91173e197d8 | 1151084f16485c1ac0d5fadd6b533c0fb350a50b | refs/heads/master | 2020-11-25T03:34:57.825558 | 2020-03-09T21:33:02 | 2020-03-09T21:33:02 | 228,477,225 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,202 | cpp | /*
Given an integer array sorted in non-decreasing order, there is exactly one integer in the array that occurs more than 25% of the time.
Return that integer.
Example 1:
Input: arr = [1,2,2,6,6,6,6,7,10]
Output: 6
Constraints:
1 <= arr.length <= 10^4
0 <= arr[i] <= 10^5
*/
#include <iostream>
#include <vec... | [
"rhodel3@gatech.edu"
] | rhodel3@gatech.edu |
5c01091bfc37af24ad98fcbc16ce8c24cb6e895c | a5051d65ab1eeec604fcb565742eb8837077439d | /off/把数组排成最小的数.cpp | 2b9dc9ac5197eeb715d298aed94aab17497675c0 | [] | no_license | Aspiration1314/Off | 81b3d02fa37bfb28321604f4f22a412816a42884 | 39705aed537e95520e7c2b59e4d6e3dd54d8e010 | refs/heads/master | 2020-04-30T02:26:00.849937 | 2019-03-19T16:56:59 | 2019-03-19T16:56:59 | 176,559,243 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 727 | cpp | /*思路:通过字符串解决大数问题,然后通过自定义的字符串比较规则,对字符串排序*/
class Solution {
public:
string PrintMinNumber(vector<int> numbers) {
if (numbers.size()<1)
return string();
string result;
vector<string> numberString;
for (int i = 0; i<numbers.size(); i++)
{
stringstream ss;
ss << numbers[i];
string s = ss.str();
n... | [
"1114544658@qq.com"
] | 1114544658@qq.com |
d50d2f7b3779570cb4bff481bf6ed0a83808f780 | 47c3da6a94aa6039bd9cccf30a5424843c955eb0 | /Ones.cpp | 360c492111a010fee678979531fd904f1dc85da4 | [] | no_license | colinmrees/PE129 | 6eccf42b4de5657d9d39bb62c3094c9264249932 | e4e10c18f936c2ae1b018f1ab46b7c51268774e7 | refs/heads/master | 2021-05-05T03:11:18.111547 | 2018-02-01T07:29:12 | 2018-02-01T07:29:12 | 119,791,134 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,848 | cpp | #include <cmath>
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;
#define lint __uint128_t
int intlog2 ( lint val) {
if (val == 0)
return 0;
if (val == 1)
return 0;
int ret = 0;
while (val > 1) {
val >>= 1;
ret++;
}
r... | [
"cmrees@gmail.com"
] | cmrees@gmail.com |
23ae1f3f7df14117187ddb2546c3a6fbe4ce3c23 | 3329ff94ba44f5a575b5398985a33aa948b5f944 | /0.00705/uniform/lagrangian/sprayCloud/sprayCloudOutputProperties | 516a5217550fbdbe61cee3dccd105f34ada42faf | [] | no_license | zlsherl/SKPS_simple | 38cfac333dd65ed752e34c9f00b555d4255d2efc | 0de13926915af0c7eaf1904fe57a8149a7741ba1 | refs/heads/main | 2023-05-26T20:03:42.391527 | 2021-06-12T10:24:09 | 2021-06-12T10:24:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,509 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2012 |
... | [
"krystek.pietrzak@gmail.com"
] | krystek.pietrzak@gmail.com | |
7d36990c18124d01302e0327c973e846a40bff0f | 792fbf91f3da85c65db3b99a3f881e0686a19a7e | /IMApp/IMApp/TestApi.cpp | 6dc08cae3c0667dec2aae5738c271dce019aa8c7 | [] | no_license | wannianhong/txWindowsIMDemo | 17e652c5384e70a69f2ced747495ee946ce4416c | e9d70d1194ffe0ca747a729d3585d8b3108db24f | refs/heads/master | 2020-11-29T06:02:42.080324 | 2019-12-25T04:35:20 | 2019-12-25T04:35:20 | 230,039,382 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,646 | cpp | #include "TestApi.h"
#include "json.h"
#include "IMWnd.h"
#include <time.h>
//批量发送
void Test_TIMMsgBatchSend()
{
//构造消息文本元素
Json::Value json_value_elem;
json_value_elem[kTIMElemType] = TIMElemType::kTIMElem_Text;
json_value_elem[kTIMTextElemContent] = "this is batch send msgs";
//构造消息
Json::Valu... | [
"97548471@qq.com"
] | 97548471@qq.com |
bec4ebc306a2a449dbf9af54f70f26cce26cffa4 | 6a67533bd1661402512a94dba97a0d5392464770 | /src/resolver/resolver-bu.cc | 9deef00d14d90d434de4528533f71884ba9637a5 | [
"BSD-3-Clause"
] | permissive | cforall/resolv-proto | 2d6ac3abeee68887398647232a9eec8b843978a6 | 4eb7c0b9f4e75b940205e808e14fa57f13541246 | refs/heads/master | 2021-06-22T12:28:04.413238 | 2021-01-05T03:23:06 | 2021-01-05T03:23:06 | 173,825,134 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,750 | cc | // Copyright (c) 2015 University of Waterloo
//
// The contents of this file are covered under the licence agreement in
// the file "LICENCE" distributed with this repository.
#include <algorithm>
#include <string>
#include <utility>
#include <vector>
#include "resolver.h"
#if defined RP_DIR_BU
#include "arg_pack.h... | [
"a3moss@uwaterloo.ca"
] | a3moss@uwaterloo.ca |
c3c1229f72a9077abb3e285c4d049b3a2260ee98 | 0ee479c186a0b7b025d8847cb67235bd1b980ec9 | /Pi_semaforo_rtos/Pi_semaforo_rtos.ino | afaaba1aaf5b94dfb2a62887cbea82fbe6407bf1 | [] | no_license | gervasiogesse/Projeto-Integrador | 2c1a09d2079feca353b9f52901ea4ab7a1abbe8e | 186b6f4c98817e5511022e43f3e7d4de297d7c09 | refs/heads/master | 2020-09-14T06:38:29.520197 | 2019-12-18T01:39:03 | 2019-12-18T01:39:03 | 223,052,499 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,140 | ino | /*
* Autores: Gervasio Gesse Junior
* Iris menezes Barbosa
* Titulo: Projeto Integrador 6 bimestre Univesp Polo Jandira
* Data: 23 de Novembro de 2019
* Resumo: Semáforo com intervalo de tempo variável com
* sinalização sonora para ficlitar a travessia deficientes
* visuais e pessoas com mobilidade r... | [
"gervasio.81@gmail.com"
] | gervasio.81@gmail.com |
e3f483a5ce60eee11b217794213e1088096612a5 | 30dd9ff200f97b525b069577471d23387b23970b | /src/sensing/driver/velodyne/velodyne_laserscan/include/velodyne_laserscan/VelodyneLaserScan.h | 32280b2b1dc1b1da790257676d0a1267877a587e | [
"BSD-3-Clause"
] | permissive | ColleyLi/AutowareArchitectureProposal | cd544ef913e3c49852d385883c3e3ee5b518b1b8 | 80ac2a8823d342e5a1e34703dbde27e8e9b5cd98 | refs/heads/master | 2022-04-18T01:41:53.649137 | 2020-04-21T12:18:58 | 2020-04-21T12:18:58 | 257,659,506 | 2 | 0 | Apache-2.0 | 2020-04-21T17:03:50 | 2020-04-21T17:03:49 | null | UTF-8 | C++ | false | false | 2,573 | h | // Copyright (C) 2018, 2019 Kevin Hallenbeck, Joshua Whitley
// All rights reserved.
//
// Software License Agreement (BSD License 2.0)
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// * Redistributions of s... | [
"yukky.saito@gmail.com"
] | yukky.saito@gmail.com |
81b0dae78ca5454b0c051ff1c2b295c40d047885 | b22f93e45064cf15aa25000af2990f112af48421 | /src/qt/test/uritests.cpp | 2b8b8046b025f5b78b7b93ad9e47c180655b2777 | [
"MIT"
] | permissive | regtable/netcoin-2 | 5e9056fd3fc27654e6632df1cdf5f7343e1db8b9 | 026f272d174e53df9276ad7029945969edbd6afe | refs/heads/master | 2020-03-08T01:06:52.075379 | 2017-12-29T10:03:13 | 2017-12-29T10:03:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,842 | cpp | #include "uritests.h"
#include "../guiutil.h"
#include "../walletmodel.h"
#include <QUrl>
void URITests::uriTests()
{
SendCoinsRecipient rv;
QUrl uri;
uri.setUrl(QString("netcoin:LQDPC5rbjDB72fGFVHu4enYhxGAZuRiFh9?req-dontexist="));
QVERIFY(!GUIUtil::parseBitcoinURI(uri, &rv));
uri.setUrl(QString... | [
"kosextertioner@yahoo.com"
] | kosextertioner@yahoo.com |
c197ac5b165f9b326c97c46212509d191f83b1aa | a164f47a067c044161360e7f3d29e6ce42a5c557 | /inc/MusicLoader.hpp | 38870cfad46489a24dd107ababf57a639b49d6fc | [
"Apache-2.0"
] | permissive | Xwilarg/RhythmParadise | d437c33e1417d12b616e163516a375e37b466ae0 | a29558a47127e1ad29b3fc2d7fff0df6f844fbb4 | refs/heads/master | 2020-09-12T15:02:39.827345 | 2019-12-01T00:55:30 | 2019-12-01T00:55:30 | 222,460,585 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 907 | hpp | #pragma once
#ifdef _WIN32
#pragma comment(lib, "irrKlang.lib")
#endif
# include <irrKlang.h>
# include <string>
namespace rhythm
{
class MusicLoader final
{
public:
MusicLoader() = delete;
~MusicLoader() noexcept;
static bool LoadMusic(const std::string& path) noexcept;
s... | [
"xwilarg@yahoo.fr"
] | xwilarg@yahoo.fr |
cac5e4e7183bc95963e3b43c3e6dbdb21dd19aa8 | 8ac157eda8e6fe4dab420e47da32300e63c62489 | /Toph/Jenia's Homework.cpp | d177875acb3c029ef7051cb93ecd60621d2290ad | [] | no_license | mdskrumi/Online-Judge-Problem-Solutions | f11cc0e577437012c7da7f2ab376fa01638f95f5 | 453e5d5c2464a63bd919fe95bb16f4cc4a1c2513 | refs/heads/master | 2020-09-28T05:29:00.453502 | 2020-08-13T16:00:12 | 2020-08-13T16:00:12 | 226,700,158 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,878 | cpp | #include<bits/stdc++.h>
#include<ctype.h>
#include<string.h>
#include<stdio.h>
#define TAKING freopen("input.txt" , "r" , stdin);
#define MAKING freopen("output.txt","w" , stdout);
#define ll long long
#define sf scanf
#defin... | [
"mdskrumi@gmail.com"
] | mdskrumi@gmail.com |
894e4508ed06492948dfefee20540c3cc4ec40e3 | 1afdb4bce52b84572782b9a33a52bbd4000d784e | /learn/STL/iterator_bidirectional.cpp | 53be426731d7c7f2ea93c74b36a779a5ce53039e | [] | no_license | manishsurolia/C-Plus-Plus | 4eaeffaa9d020efdef5fe1c423a2a482ba1a9699 | 7991d9a0d911b376fc984cd60d96c9b869301d1d | refs/heads/main | 2023-04-14T19:36:31.259053 | 2021-05-06T13:06:55 | 2021-05-06T13:06:55 | 363,832,487 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 952 | cpp | /*
* The second kind of iterator is bidirectional.
*
* We can increment it, decrement it, but we can't add a value to the iterator.
*
* itr++ // allowed
* itr-- //allowed
*
* itr = itr + 5; // Not allowed.
* itr = itr - 5; // Not allowed.
* if (itr1 < itr2) // Not allowed.
*
* Below are the containers, ... | [
"manishsurolia@gmail.com"
] | manishsurolia@gmail.com |
5c809e4f70337c289cd127fcc38f16ff89e22cde | 2005da53aca39bddd2514ba0d75a8b5e65415391 | /Effects/13_pacman.h | 9902f933ded1c2befbd5c6df914036fd4af0e7e6 | [] | no_license | Dovgalyuk/LedTable_emulator | 9612b7595dd636ddf0627e19177b6a30ba97045e | 261ac1b4c22ab9f4b70d428329c6a3b8988b6ac8 | refs/heads/master | 2020-12-02T03:27:44.264454 | 2019-12-30T13:08:46 | 2019-12-30T13:08:46 | 230,872,319 | 0 | 0 | null | 2019-12-30T07:48:07 | 2019-12-30T07:48:07 | null | UTF-8 | C++ | false | false | 3,260 | h | #pragma once
#include "Effects/effect.h"
#define PACMAN_W 10
#define PACMAN_H 10
static const uint32_t pacman1[PACMAN_W*PACMAN_H] PROGMEM = {
0x000000, 0x000000, 0x000000, 0xffff00, 0xffff00, 0xffff00, 0xffff00, 0x000000, 0x000000, 0x000000,
0x000000, 0xffff00, 0xffff00, 0xffff00, 0xffff00, 0xffff00, 0xffff0... | [
"pavel.dovgaluk@gmail.com"
] | pavel.dovgaluk@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.