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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b647ba72ff25a61e63f56f320c313895d6ab3607 | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /chrome/browser/ui/app_list/arc/arc_package_sync_model_type_controller.cc | 937d4750794f3b4a30d4f410a5f2155ce381f868 | [
"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 | 5,136 | 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 "chrome/browser/ui/app_list/arc/arc_package_sync_model_type_controller.h"
#include <memory>
#include <utility>
#include "base/memory/ptr_util.h... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
e49e8a0930c8de1d3df887b36173b1ec5d78e8b8 | 3bbdb39843e6d71c8aba60d51c58df1badba3ae3 | /cutlass/gemm/gemm_shared_tile.h | 9ec4c9a271eee018fe8d5188483aecbf838313ee | [
"BSD-3-Clause"
] | permissive | kirliavc/cutlass | 6d0632f9c5c50105531ac5f008bd27bbae6ea7aa | bba2068d214d6d1be557534aa39bc46811836e96 | refs/heads/master | 2020-03-07T08:31:59.517366 | 2018-05-25T17:21:32 | 2018-05-25T17:21:32 | 127,381,118 | 0 | 1 | BSD-3-Clause | 2018-05-25T17:21:33 | 2018-03-30T04:23:15 | C++ | UTF-8 | C++ | false | false | 17,282 | h | /***************************************************************************************************
* Copyright (c) 2017-2018, NVIDIA CORPORATION. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted
* provided that the following conditions are me... | [
"akerr@nvidia.com"
] | akerr@nvidia.com |
2b5d6463f2290c38d9a5a4a405fc51477e6a493a | a24c4e50cc88f621a96d2f1d1ec28ca697d049eb | /src/Player/Player.cpp | a656d99e0bc7713dad92ed5bf665e3793575ee08 | [] | no_license | Counter-Tag/Player | 81520da65223b13c25c4a6f3551d7b95f30c4bfd | 5e034562f8f5dd6f601cccd37323e7569c4fea3f | refs/heads/master | 2021-01-23T06:50:28.290895 | 2015-09-12T11:54:20 | 2015-09-12T11:54:20 | 24,246,341 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,689 | cpp | #include "../../include/Player/Player.h"
Player::Player() {
this->weapon = NULL;
}
Player::~Player() {
free(this->inModifiers);
free(this->outModifiers);
}
bool Player::canFire() {
return this->isAlive() && this->weapon->canFire();
}
bool Player::canReload() {
return this->isAlive() && this->wea... | [
"roobre@roobre.es"
] | roobre@roobre.es |
b0092e530620c0e1539f730b19eb373f34976b1e | 1632cf050d11ba72eddf21f95dd4c5adfb1cf619 | /include/node/switch_builder_wrapper.h | cc13f5d4e0367f0e1b20c8f1f5cedeb8fe4bb61e | [
"MIT"
] | permissive | couchand/petard | d0b7ecad4abc32ddd3dd59d94ed63249ea17004a | 52e38c35f213ee88a21c917054ff52e426bd7795 | refs/heads/master | 2020-05-17T01:00:22.546296 | 2017-06-19T19:35:20 | 2017-06-19T19:35:20 | 39,279,562 | 11 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 733 | h | // switch builder wrapper
#ifndef SWITCH_BUILDER_WRAPPER_H
#define SWITCH_BUILDER_WRAPPER_H
#include <nan.h>
using Nan::ObjectWrap;
using namespace v8;
#include "switch_builder.h"
class SwitchBuilderWrapper : public Nan::ObjectWrap
{
SwitchBuilderWrapper(SwitchBuilder *s)
: Switch (s) {}
static NAN_ME... | [
"hi@andrewcou.ch"
] | hi@andrewcou.ch |
2350f74be24b4f620715180fa388ee02902d0cb3 | 1ff6138fd83888edcf722cf0e6f7f42463f20e04 | /wizard-basic-framework/source/thewizardplusplus/wizard_basic/framework/system/system.cpp | 048f538b4508b3ba05faaac7c45f0db00441d636 | [
"MIT"
] | permissive | thewizardplusplus/wizard-basic | 4709670d5a9a8531cab7e72ad137b840d1d68d2b | 14ad5709ebacd6c13fd1490a3c1f1ea58b11617b | refs/heads/master | 2021-01-19T00:36:51.093565 | 2016-11-02T22:02:53 | 2016-11-02T22:02:53 | 17,620,433 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,262 | cpp | #include "system.h"
#include "../utils/os.h"
#ifdef OS_LINUX
#include <sys/time.h>
#elif defined(OS_WINDOWS)
#include <windows.h>
#endif
#include <cstdlib>
using namespace thewizardplusplus::wizard_basic::framework::system;
#ifdef OS_LINUX
static timeval start_time = {0, 0};
#elif defined(OS_WINDOWS)
static LARGE... | [
"thewizardplusplus@yandex.ru"
] | thewizardplusplus@yandex.ru |
7cb8177907d407f245de86f895287ea57fc03b70 | f00a4c7ad3fa9d2394131002ca1d024c30681e71 | /LibrarySystem/LibrarySystem/ModifyTool.h | d7f1f02058f650f81bb93090d39fe73a2f34b59a | [] | no_license | belowthetree/LibrarySystem | 4b9a54644ec8b6a5615feaaf7058278207991789 | f8f4ace2bcee83fe504a736dc43e18679b1e37f1 | refs/heads/master | 2020-07-30T08:10:17.372314 | 2019-10-28T04:27:10 | 2019-10-28T04:27:10 | 210,144,506 | 3 | 1 | null | null | null | null | GB18030 | C++ | false | false | 577 | h | #pragma once
#include "Data.h"
#include "SearchTool.h"
class ModifyTool
{
public:
// 修改某类书
static void ChangeBookFile(pair<Book, long> book);
// 增加某类书
static void AddBookFile(Book book);
// 增加某本书
static void AddBookIdFile(BookIdIndex bookid);
// 修改某本书(一般是修改借阅情况)
static void ChangeBookIdFile(BookIdIndex bookid, ... | [
"37807774+belowthetree@users.noreply.github.com"
] | 37807774+belowthetree@users.noreply.github.com |
e38080e52c79a88b75110f9955aa767d385da1ac | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function13934/function13934_schedule_2/function13934_schedule_2_wrapper.cpp | f079f8b891845d202e8eca2fff2b0a38dc39c39d | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,529 | cpp | #include "Halide.h"
#include "function13934_schedule_2_wrapper.h"
#include "tiramisu/utils.h"
#include <cstdlib>
#include <iostream>
#include <time.h>
#include <fstream>
#include <chrono>
#define MAX_RAND 200
int main(int, char **){
Halide::Buffer<int32_t> buf00(16384);
Halide::Buffer<int32_t> buf01(409... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
3de03e65118ee5fe48ae42ccc1a4ee87f695ce6e | ef258a3254da27cc76c9a780e538d9fabd8d0595 | /include/legoslam/map.h | 00feb59cdd300809843a89f27d40188f0ce4cac8 | [] | no_license | zha0ming1e/LEGO-SLAM | ef95fb180ee6767bda48d36e082e387e6f9e1741 | 5568927446ad82ebfe1a581f66b635a0ec166b98 | refs/heads/main | 2023-03-14T19:09:32.489940 | 2021-03-30T11:01:14 | 2021-03-30T11:01:14 | 345,665,491 | 18 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,493 | h | #pragma once
#ifndef LEGOSLAM_MAP_H
#define LEGOSLAM_MAP_H
#include "legoslam/common_include.h"
#include "legoslam/frame.h"
#include "legoslam/mappoint.h"
namespace legoslam {
/*
* map
*/
class Map {
public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW;
typedef std::shared_ptr<Map> Ptr;
... | [
"zhaomingle@pku.edu.cn"
] | zhaomingle@pku.edu.cn |
fa7a495299c310108303df1dd93560803883c32a | d6a5ad3cf210ddcec5bf83867c77264a1c512844 | /BT_MapBuilder.h | e3eb2cf3595f8b1a0e21ac3c26a0d13b9a72effb | [] | no_license | cosxy/BattleTech | 11e518194546303d174e109c7105ed9234034ff6 | baa44ba6ae5026ab43f1b7fc6a289369450a96c9 | refs/heads/master | 2020-12-24T06:47:27.258885 | 2016-05-05T20:20:35 | 2016-05-05T20:20:35 | 56,709,292 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 20,652 | h | #ifndef BT_MAPBUILDER_H_INCLUDED
#define BT_MAPBUILDER_H_INCLUDED
#include "ScreenMgt.h"
#include "BattleMap.pb.h"
#include "GameType.h"
#include <SDL.h>
#include <SDL_image.h>
#include <SDL_ttf.h>
#include <iostream>
#include <stdio.h>
#include <fstream>
using namespace std;
void TerrainIMG(int IMG_I... | [
"russschreyer@gmail.com"
] | russschreyer@gmail.com |
8761fe0498e412db5e2fb0967dd45e06b19bcde4 | 8ad9f3fba6161d8b8ec3e57bbc6a4a233bc83c5a | /CV_lab_7_circlefitting/fitting.cpp | 024ad5b12e0e0699a56ab4188891fe362405ca1a | [] | no_license | khannajai/cv-lab | 7a1337cb53a6302932c3d00412d09953636b01ac | 21148245aaedaeef9ce977f835392bc00691bddc | refs/heads/master | 2021-08-24T00:51:36.331492 | 2017-12-07T09:57:09 | 2017-12-07T09:57:09 | 105,942,365 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,434 | cpp | #include <iostream>
#include <cmath>
#include <vector>
#include <cstdlib>
#include <stdio.h>
#include <fstream>
using namespace std;
// 2D Matrix class
class Mat2D{
public:
double a, b, c, d;
Mat2D(){
a = b = c = d = 0.0;
}
Mat2D(double m, double n, double o, double p){
a = m;
b = n;
c = o;
d = p;
}
... | [
"jai41khanna@gmail.com"
] | jai41khanna@gmail.com |
4a394aea4c085b905dd731b32584b16fb129266d | d9cfeec7aab6dd7d06684e2f28d630f799f3fbae | /samples/batcat/src/LoadingScreen.hpp | 2c5b399340b47329f967142b75765a7f0ba3a52a | [
"Zlib"
] | permissive | blockspacer/crogine | c6ebc5c943088d2300b51a1477384477831880a8 | a460b96ec5aba6530ac1be6f39cab3c7322d65f5 | refs/heads/master | 2022-04-27T11:09:48.437239 | 2020-04-04T16:49:54 | 2020-04-04T16:49:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,873 | hpp | /*-----------------------------------------------------------------------
Matt Marchant 2017
http://trederia.blogspot.com
crogine test application - Zlib license.
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 us... | [
"matty_styles@hotmail.com"
] | matty_styles@hotmail.com |
600ffe5e1dd03875af9456e9b84cd26a7fc3def2 | 491320be1afe847b6c2a89106ef64d57911799ed | /Src/Device/Device.h | 24a1134ae131e975444da188f220a967d930f2a8 | [] | no_license | XoDeR/AmstelTech | c60f77def12208ffc124fc12ac4a26afb33bf179 | 98dd2331ad27ab44ebda2c7aee441abd5136eb17 | refs/heads/master | 2021-01-23T06:02:14.744705 | 2018-06-11T19:19:00 | 2018-06-11T19:19:00 | 86,333,927 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,440 | h | #pragma once
#include "Config.h"
#include "Core/Types.h"
#include "Core/Containers/Types.h"
#include "Core/FileSystem/Types.h"
#include "Core/Memory/Allocator.h"
#include "Core/Memory/LinearAllocator.h"
#include "Core/Strings/StringId.h"
#include "Core/ConsoleServer.h"
#include "Core/LogToFile.h"
#include "Device/Bo... | [
"XoDeR,vs@gmail.com"
] | XoDeR,vs@gmail.com |
44fe069f43c7350e0d5ab304632e00ff280edc99 | b22588340d7925b614a735bbbde1b351ad657ffc | /athena/Control/AthenaKernel/AthenaKernel/IProxyRegistry.h | 82ddf911c4ed76b7d42d8f8b7474c1d26e6e7dd9 | [] | no_license | rushioda/PIXELVALID_athena | 90befe12042c1249cbb3655dde1428bb9b9a42ce | 22df23187ef85e9c3120122c8375ea0e7d8ea440 | refs/heads/master | 2020-12-14T22:01:15.365949 | 2020-01-19T03:59:35 | 2020-01-19T03:59:35 | 234,836,993 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,804 | h | /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
/** @class IProxyRegistry
* @brief a proxy registry (a read/write dictionary)
*
* @author Paolo Calafiura - ATLAS
* $Id: IProxyRegistry.h,v 1.11 2006-08-29 18:17:09 srini Exp $
*****************************************************... | [
"rushioda@lxplus754.cern.ch"
] | rushioda@lxplus754.cern.ch |
f64cf3f4b765e06fa0731bf47f0c878a3cc66043 | 6839540003c9a7e6fd122dc361215859fc95643f | /cpp/MCMC/cppa/include/cppa/util/type_pair.hpp | fafd2a6309382f990e36ee3f093655f855a5c8b8 | [] | no_license | vkramanuj/willow | 2ba355fd9d4539f51470491ff9ce1d2276f333c0 | a36246b3e986d2cef89c61a43d005bb91e105ce9 | refs/heads/master | 2021-09-13T03:56:00.220700 | 2018-04-24T18:05:11 | 2018-04-24T18:05:11 | 110,746,080 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,910 | hpp | /******************************************************************************\
* ___ __ *
* /\_ \ __/\ \ *
* \//\ \ /\_\ \ \____ ___ _____ _____ __ *... | [
"bsheeran@cs.brown.edu"
] | bsheeran@cs.brown.edu |
0a6750e197aaf1deef5334922cab595c4143a8ac | 60bb67415a192d0c421719de7822c1819d5ba7ac | /blaze/math/expressions/TDMatTDMatMultExpr.h | 741aa24a708182d86f4b21c50edbaf6c258255fa | [
"BSD-3-Clause"
] | permissive | rtohid/blaze | 48decd51395d912730add9bc0d19e617ecae8624 | 7852d9e22aeb89b907cb878c28d6ca75e5528431 | refs/heads/master | 2020-04-16T16:48:03.915504 | 2018-12-19T20:29:42 | 2018-12-19T20:29:42 | 165,750,036 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 437,928 | h | //=================================================================================================
/*!
// \file blaze/math/expressions/TDMatTDMatMultExpr.h
// \brief Header file for the transpose dense matrix/transpose dense matrix multiplication expression
//
// Copyright (C) 2012-2018 Klaus Iglberger - All Rights... | [
"klaus.iglberger@gmail.com"
] | klaus.iglberger@gmail.com |
c122f945bd7f1af6f323b4f7e7b273892a95dced | 6584a3675663415fe0ed62c604e5fd383ac46e09 | /Contest/Geeksforgeeks/1.cpp | 2b21892b9d4d0613bd2770539a85bd139062f763 | [] | no_license | lsiddiqsunny/Days-with-programming | 753e1569a5a389fa05f39742d691707496557f1b | b9d8ce24065d775a8ce2be981d177b69dc4fede5 | refs/heads/master | 2021-06-25T02:49:50.931406 | 2021-01-23T12:14:23 | 2021-01-23T12:14:23 | 184,076,547 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 940 | cpp | #include <bits/stdc++.h>
using namespace std;
int main()
{
int t;
scanf("%d", &t);
while (t--)
{
int n;
scanf("%d", &n);
int a[n], b[n];
for (int i = 0; i < n; i++)
{
scanf("%d", &a[i]);
b[i] = a[i];
}
sort(b, b + n);
... | [
"lsiddiqsunny@gmail.com"
] | lsiddiqsunny@gmail.com |
bc6277ae1375c042ca4ae5db622896914adb1fdb | 02258cc188c987bd6d11fa9ffdfa2b1488ef13ab | /src/widget_message_dialog.cpp | 9e8bd2d22fb083c71c2c60ac98ff0f173db82784 | [
"LicenseRef-scancode-public-domain"
] | permissive | mlepage/flatland | 8286b934593811a66875dcc170a58de73560ac14 | d2d0c0157b3b25a20332e5ae17693433b4c94df0 | refs/heads/master | 2021-01-18T17:19:12.995954 | 2013-09-23T03:56:53 | 2013-09-23T04:05:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,366 | cpp | // Flatland.
// Copyright (C) 2003 Marc A. Lepage.
#pragma warning(disable: 4786)
#include "widget_message_dialog.h"
#include "screen.h"
#include "widget_push_button.h"
/*******************************************************************************
***************************************************************... | [
"mlepage@antimeta.com"
] | mlepage@antimeta.com |
97d68a4d34dd74cfa3a38c2fee3a5bd584e13067 | 3ff1fe3888e34cd3576d91319bf0f08ca955940f | /cpdp/include/tencentcloud/cpdp/v20190820/model/DistributeQueryReceiverRequest.h | b8417f5b686c33b75a0549edcdec97f1fe7178ba | [
"Apache-2.0"
] | permissive | TencentCloud/tencentcloud-sdk-cpp | 9f5df8220eaaf72f7eaee07b2ede94f89313651f | 42a76b812b81d1b52ec6a217fafc8faa135e06ca | refs/heads/master | 2023-08-30T03:22:45.269556 | 2023-08-30T00:45:39 | 2023-08-30T00:45:39 | 188,991,963 | 55 | 37 | Apache-2.0 | 2023-08-17T03:13:20 | 2019-05-28T08:56:08 | C++ | UTF-8 | C++ | false | false | 4,390 | h | /*
* Copyright (c) 2017-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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | [
"tencentcloudapi@tencent.com"
] | tencentcloudapi@tencent.com |
346abf3d39f6d3a87c5ed6e2010a87dc76468660 | 29908a626e7394cc93925ed663bcccb93c98a87e | /Source/CrazyKaiju/ADestructibleProp.h | 19750ac93c6c3b724467e061e9582f1745c540dc | [] | no_license | adrianmelian/CrazyKaiju | ef5fcee5ca073b0ab55ae6740f47ab048a5ad0c4 | a5401cdb90badfcd63c64d9e1c74066ef023103e | refs/heads/master | 2020-11-26T02:33:19.092087 | 2020-03-22T19:06:04 | 2020-03-22T19:06:04 | 228,937,630 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 545 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/Actor.h"
#include "ADestructibleProp.generated.h"
UCLASS()
class CRAZYKAIJU_API AADestructibleProp : public AActor
{
GENERATED_BODY()
public:
// Sets default values for t... | [
"adrianmelian123@gmail.com"
] | adrianmelian123@gmail.com |
c958f5f9ce33b0b378dbb98622111f0ba09d132e | 2e1b9c5fd08e45715fa498b795bb5df65ddfe524 | /771.jewels-and-stones.cpp | 4b4ae0f27dc2f6c19c882fe801cd88d800abec36 | [] | no_license | vijaypatneedi/leetcode | 2dc1e0fd4992ebca6dbd1956be8cf6f96cbe738b | 53e9279a49e2a9a9ba5c7e83f91440ae6d19b661 | refs/heads/main | 2023-04-14T20:43:24.738238 | 2021-05-01T18:19:00 | 2021-05-01T18:19:00 | 363,420,300 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 606 | cpp | #include <iostream>
#include <algorithm>
using namespace std;
/*
* @lc app=leetcode id=771 lang=cpp
*
* [771] Jewels and Stones
*/
// @lc code=start
class Solution
{
public:
int numJewelsInStones(string jewels, string stones)
{
int num = 0;
for (int i = 0; i < jewels.size(); i++)
{... | [
"vijay@buyhatke.com"
] | vijay@buyhatke.com |
23e54b48ff869afd1f2fc002dac1a9fa1e9d74ab | 5b7be40ce294fac1fb7ec6085d5705e2bf0fd890 | /src/3d-party/boundingmesh/Split.h | 3f04c03f997b859c4eb383a008ef941e9743ebf7 | [] | no_license | jedrzejowski/sokar-app | 97b7997cea12fbb0fd55f33b625b382ce1eeb7a4 | c918a3d5383c68b0f3fb042c014549fc25ba1991 | refs/heads/master | 2022-05-19T03:03:46.879716 | 2022-03-29T22:36:48 | 2022-03-29T22:36:48 | 132,521,466 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,187 | h | // Copyright (c) 2015, Andre Gaschler, Quirin Fischer
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification,
// are permitted provided that the following conditions are met:
//
// * Redistributions of source code must retain the above copyright notice,
// this
... | [
"adam@jedrzejowski.pl"
] | adam@jedrzejowski.pl |
b5b18ca560daed03ef2a8327cd91ca256a642f15 | b5a9d42f7ea5e26cd82b3be2b26c324d5da79ba1 | /tensorflow/cc/framework/cc_op_gen.h | f9df237bf778f39c5dbe2a3c41eb554aaa27b9ea | [
"Apache-2.0"
] | permissive | uve/tensorflow | e48cb29f39ed24ee27e81afd1687960682e1fbef | e08079463bf43e5963acc41da1f57e95603f8080 | refs/heads/master | 2020-11-29T11:30:40.391232 | 2020-01-11T13:43:10 | 2020-01-11T13:43:10 | 230,088,347 | 0 | 0 | Apache-2.0 | 2019-12-25T10:49:15 | 2019-12-25T10:49:14 | null | UTF-8 | C++ | false | false | 1,223 | h | /* Copyright 2016 The TensorFlow 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 by applicable ... | [
"v-grniki@microsoft.com"
] | v-grniki@microsoft.com |
df1ecdc100df24b0a20b5694d8f831c6c6fb01eb | 8e5b746f0892da0a3efc8ab8186f8f139c07cc91 | /bot/yippy_yay_v0.2/socket.cpp | 3c14870b03f6aa8b00ba2d8791a1f98ae353a40d | [] | no_license | omer-biz/yippy_yay_0.2 | f56a2cfa2a7acf2bd0eea8c63cbb04b124cec5b6 | 8f57741673ab43cbb72f67cac0c80322cc46ebd5 | refs/heads/master | 2020-10-01T22:36:50.062477 | 2019-12-03T20:43:10 | 2019-12-03T20:43:10 | 227,637,754 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,161 | cpp | #include "socket.h"
// constructors
std::socket::socket(int family, int type)
: s_family(family), s_type(type) {
WSADATA wsa_data;
if(WSAStartup(MAKEWORD(1, 1), &wsa_data) != 0) {
#ifdef DEBUG_MODE
std::cerr << "WSAStartup: failed" << std::endl;
#endif
exit(1);
}
}
std::socket::socket() : s... | [
"omerabdi@protonmail.com"
] | omerabdi@protonmail.com |
08e78ddfbeda1f4be909b6e6176ec510501f48fc | fa11cc0140c7744bad1162aa2966a2e25489d3eb | /Sources/Part4/Main.cpp | 5d2ff3d53466ebab08c36a80d6b992096f8540d2 | [] | no_license | Nekoninja/RoguelikeTutorial2020 | 9335b892a524ad2e2fa85656a16e48b302e3d82f | 9c408b676d03e803316cad225234d701d45b4e1f | refs/heads/master | 2022-11-13T10:01:55.087470 | 2020-06-29T02:29:22 | 2020-06-29T02:29:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,604 | cpp | #include "Game.hpp"
#include "Engine/OpenGL.hpp"
#include "Engine/Console.hpp"
#ifdef __EMSCRIPTEN__
#include <emscripten.h>
#endif
#include <iostream>
#include <memory>
void main_loop(void* arg)
{
Game* game = static_cast<Game*>(arg);
game->tick();
}
int main(int argc, char* argv[])
{
SDL_Init(SDL_INIT_VIDEO);
... | [
"marukrap@gmail.com"
] | marukrap@gmail.com |
a1a32e9413aaf6ffcfe93260542767453647aaec | 55fc1fbb64178cdf09255d2b2ab348d605188d7c | /MediaServer/TrackContentManager.cpp | 6a910f3ff7b54d77e57f9322f988685820d02439 | [] | no_license | noahliaoavlink/ms_src_1.2.8 | 679f86b39b958985df363ffe3a7071e2ff39717e | 96a5a0f20f2b2e6f72ce248682051e02668feb72 | refs/heads/master | 2021-01-16T16:16:41.972937 | 2020-07-20T03:31:56 | 2020-07-20T03:31:56 | 243,179,822 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 32,057 | cpp | #include "stdafx.h"
#include "TrackContentManager.h"
#include "../../../Include/StrConv.h"
#include "../../../Include/sstring.h"
TrackContentManager::TrackContentManager()
{
m_pItemList = new SQList;
m_pItemList->EnableRemoveData(false);
m_pEditViewWnd = 0;
strcpy(m_track_pos_info.szFullPath, "");
m_track_pos_i... | [
"noah.liao@cctch.com.tw"
] | noah.liao@cctch.com.tw |
2b75d941c5b92345201f67261d7d3c9657e49a8c | a5d7f01a238946bc792cc9aeaa50e91b329c42ea | /Binary Search/Binary Search/Source.cpp | 7d1c25a9dc4c109aa7c979a799e734fe5b47d639 | [] | no_license | Lev1ty/computer-contest-level-2-1 | 705a045132d09be2db03b35a59f79acb49dc370c | ab416cc7e110beda1274279e5f77fd9c2b27438d | refs/heads/master | 2021-05-31T18:04:44.448410 | 2016-02-20T17:41:28 | 2016-02-20T17:44:15 | 49,777,588 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 572 | cpp | #include<iostream>
#include<vector>
#include<algorithm>
using namespace std;
int n, nn;
vector<int>v;
int bsearch(int n, int low, int high) {
int piv = -1;
while (low <= high) {
piv = low + (high - low)/2;
if (v[piv] == n) return piv;
else if (v[piv] > n) high = piv - 1;
else low = piv + 1;
}
return piv;
}
... | [
"adamxhy123@outlook.com"
] | adamxhy123@outlook.com |
760d23d0089fe92f31dc2d8e19b20392b1f58d31 | 4dd6c45053008d120a309aa7ce9e2ed546326820 | /client/resources/qrunesScripts/include/ThirdParty/Eigen/src/SVD/SVDBase.h | 971ef6ef686e728e34ae524a8de1217e70dc634c | [] | no_license | OriginQ/qurator-vscode | 1460ed5843ee2d1aac6282efda8192e19506bce3 | ddb73d09b6e4700cd45c9dcabd09ea3c2c432713 | refs/heads/master | 2022-12-22T11:27:08.185460 | 2020-09-01T12:49:33 | 2020-09-01T12:49:33 | 166,173,287 | 22 | 10 | null | 2022-12-08T10:42:15 | 2019-01-17T06:34:00 | TypeScript | UTF-8 | C++ | false | false | 12,653 | h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009-2010 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2014 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Copyright (C) 2013 Gauthier Brun <brun.gauthier@gmail.com>
// Copyright (C) 2013 Nicolas C... | [
"hzg@originqc.com"
] | hzg@originqc.com |
94a64af61fa22116a948409aaefbb86f2c200ca0 | 98b345594e6fa0ad9910bc0c20020827bbb62c53 | /re110_1/processor25/constant/polyMesh/owner | 4bdb1358bcc70c9e602933114ae4afcd84a02cad | [] | no_license | carsumptive/coe-of2 | e9027de48e42546ca4df1c104dcc8d04725954f2 | fc3e0426696f42fbbbdce7c027df9ee8ced4ccd0 | refs/heads/master | 2023-04-04T06:09:23.093717 | 2021-04-06T06:47:14 | 2021-04-06T06:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,759 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*-------... | [
"chaseguy15"
] | chaseguy15 | |
529950cb9bab357dd9ec08744574165321e30a7d | fc098f01871730bc2a40157d9ce6fef37b468b5e | /Cinelib/Cinelib.cpp | 5f598857b9f9a6bfa607c3b8b66ef8ef4c630e3f | [] | no_license | pietaridaemonna/cinelib | 04d04fc7a40adc08a9ca910ee5d1b479d3c92c9b | 3959137f3627370d89eea7d17d05fb4f00ef5a00 | refs/heads/master | 2020-06-19T13:12:23.704109 | 2016-12-29T19:16:50 | 2016-12-29T19:16:50 | 74,902,850 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 387 | cpp | // Cinelib.cpp : Defines the exported functions for the static library.
//
#include "Cinelib.h"
// This is an example of an exported variable
int nCinelib=0;
// This is an example of an exported function.
int fnCinelib(void)
{
return 42;
}
// This is the constructor of a class that has been exported.
// see Cin... | [
"peter ducai"
] | peter ducai |
7e94fe5d12111f703ef67401b3d858eebb940d37 | 5078ac7175389849b79aa1972bf280783197ed1b | /v16/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/core/key_field_in_filter 2.cc | a00ba144ba359bb8f1acf04fcaf244d35fd6a774 | [
"LicenseRef-scancode-proprietary-license",
"Apache-2.0",
"MIT"
] | permissive | theswerd/SAMOConnectOpen | 01256f43bacc58036374b6b9a0dfd23121e7459e | d7a4e69cabbb54d62c0b6d024be3efe9c59c1e8e | refs/heads/master | 2021-06-24T10:48:31.473599 | 2021-01-11T04:59:14 | 2021-01-11T04:59:14 | 197,109,349 | 2 | 1 | MIT | 2020-09-30T23:08:18 | 2019-07-16T02:55:06 | Dart | UTF-8 | C++ | false | false | 1,762 | cc | /*
* Copyright 2019 Google
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | [
"58492005+Henrymarks1@users.noreply.github.com"
] | 58492005+Henrymarks1@users.noreply.github.com |
61fa15728d07f173f9fa42a5a7235873d90a2426 | 98b63e3dc79c75048163512c3d1b71d4b6987493 | /tensorflow/compiler/mlir/tensorflow/transforms/init_text_file_to_import.cc | 49b88492be9cc3f004e7eee7d966d5c12b4e0a4e | [
"Apache-2.0"
] | permissive | galeone/tensorflow | 11a4e4a3f42f4f61a65b432c429ace00401c9cc4 | 1b6f13331f4d8e7fccc66bfeb0b066e77a2b7206 | refs/heads/master | 2022-11-13T11:56:56.143276 | 2020-11-10T14:35:01 | 2020-11-10T14:35:01 | 310,642,488 | 21 | 12 | Apache-2.0 | 2020-11-06T16:01:03 | 2020-11-06T16:01:02 | null | UTF-8 | C++ | false | false | 5,030 | cc | /* Copyright 2020 The TensorFlow 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 by applicable law or a... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
7e0452a7aa6088b9fc0865f94eda422526d75000 | de90c707d0b41ab32d42516a43bac98097f2e236 | /sqrt2.cpp | 6209bd306029574838145a3b4b2fcc3ed2f59fda | [] | no_license | ly569/others | 2f25483f27839aa3722ddc40b78abaea8d4c5a78 | 07d179b51115b488218593701075e1a062b29f4e | refs/heads/master | 2021-03-01T02:06:47.297855 | 2020-08-03T11:24:02 | 2020-08-03T11:24:02 | 245,746,862 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 936 | cpp | /*************************************************************************
> File Name: sqrt2.cpp
> Author: ly
> Created Time: 2020年01月07日 星期二 19时29分32秒
************************************************************************/
#include <iostream>
#include <cmath>
#include <math.h>
#include <cstring>
#include <stri... | [
"764270856@qq.com"
] | 764270856@qq.com |
0e5ef41891ec6b5303986eff2dac9636001ecc9e | 09e691cd33d9eab57b903d717e8e65194aedcca7 | /SDK/PUBG_M_DBNOPostProcessEffect_functions.cpp | 7a58b3c3943ce80b260e8d3be7702376517fbbd7 | [] | no_license | violarulan/PUBG-SDK | 8a6ed46abe103147c772cd31cf1e07541a99e844 | 148a48829ef23355a2a6a3ecb286985677f4e274 | refs/heads/master | 2021-01-06T20:40:15.064387 | 2017-08-03T16:24:22 | 2017-08-03T16:24:22 | 99,541,605 | 1 | 0 | null | 2017-08-07T05:55:34 | 2017-08-07T05:55:34 | null | UTF-8 | C++ | false | false | 880 | cpp | // PLAYERUNKNOWN'S BATTLEGROUNDS (2.5.26) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "../SDK.hpp"
namespace Classes
{
//---------------------------------------------------------------------------
//Functions
//---------------------------------------------------------------------------
// Function ... | [
"pubgsdk@gmail.com"
] | pubgsdk@gmail.com |
17c98fdcd2daa2bd5fc5d8a6ed910e410e0d8899 | 862f7fc53949e16ba8ff055cb462bbffbc437a67 | /Practica 1/[FINAL] Practica 1.cpp | ffc68f3f483631b4143e3436a07c110edb44996b | [] | no_license | JosCamMan/Programacion_Cpp | 00edf8f3d77fc59923d59b07b05eab99efa8eb6f | 881633cf515a8d24a040b6e0d442a219c3928b41 | refs/heads/master | 2020-12-24T16:25:59.901358 | 2015-11-18T11:17:16 | 2015-11-18T11:17:16 | 46,367,626 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 5,308 | cpp | // TOMAS: Mira los comentarios que te hago en el código (busca la palabra TOMAS en el fichero)
// TOMAS: Tienes que quitar los warnings.
// Tenemos un entero de 32 bits:
// 8 bits mayor peso la vida
// siguientes 8 bits: número de balas.
// Siguientes 4 bits: número de compañeros.
// bit 0: invulnerable
// bit 1: bala... | [
"jm.camachomanfredi@gmail.com"
] | jm.camachomanfredi@gmail.com |
7fbf5d815d0f3ad0277b5055a8beb63091f6827b | e8da50740d40a2f9c23a61177dce060099e68ddc | /IDD-Fa18-Lab7/node_modules/opencv-build/opencv/build/modules/highgui/opencv_highgui_pch_dephelp.cxx | 03dbdf3d7babbea6c5ebcc4e7229daf92cbd42e3 | [
"MIT"
] | permissive | jamiekimyu/interactive_faces | 3a3e03d348c0f98803af551797907f3cae6870d9 | 12779e52af3a2ef381a67cd7a1cbbba10e89848e | refs/heads/master | 2020-04-03T22:56:39.561815 | 2018-12-10T22:48:06 | 2018-12-10T22:48:06 | 155,614,193 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 172 | cxx | #include "/home/pi/interactive_faces/code/node_modules/opencv-build/opencv/opencv/modules/highgui/src/precomp.hpp"
int testfunction();
int testfunction()
{
return 0;
}
| [
"gw3218@126.com"
] | gw3218@126.com |
b4bbe458efc2b9262c7ddccd8e4c7366248dbee2 | f740940cda8ca104c1469e5f05bb4dadfe7bc568 | /cavity_100_movingVANS/org_zero/por | f3dfa7497a7764bffcb5ab5b8d754f5ebf996519 | [] | no_license | appanacca/moving_VANS | 01fca8b58454558f9b5fe885e23aea29dde6814b | 65c14243e70337092e0e96ef96a18af72f4b505d | refs/heads/master | 2021-08-14T11:30:39.866376 | 2017-11-15T14:08:08 | 2017-11-15T14:08:08 | 109,846,368 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,178 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.0 |
... | [
"nico.lumi@gmail.com"
] | nico.lumi@gmail.com | |
3a24a51146519ecd907253ccca02112bb86f1a01 | be1e8d7091e87044d46fd571d10309e510047f81 | /ESP8266BlynkWeatherStationV2/ESP8266BlynkWeatherStationV2.ino | 2331624454231f11ba9dd62dc439cde102eb4884 | [] | no_license | Microduino/ESP8266BlynkWeatherStationV2 | d2b09fd3d33a9ec7b5b5219823ab91ca220d0b64 | baa78f6af4d0adcaf7ed9622d2f04d78efde7772 | refs/heads/master | 2020-12-30T10:49:31.520740 | 2017-07-31T07:41:54 | 2017-07-31T07:41:54 | 98,859,958 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,180 | ino | #define BLYNK_PRINT Serial // Enables Serial Monitor
#include "userDef.h"
#include "sensor.h"
#include "oled.h"
#include "WiFiBlynk.h"
void setup() {
Serial.begin(9600); // See the connection status in Serial Monitor
//检测AM2321是否在线
for (uint8_t i = 0; i < 2; i++)
{
if (termo.begin())
{
AM_onl... | [
"yanglibin@microduino.cc"
] | yanglibin@microduino.cc |
c5d6e8004fa23c741c665dba5c195a576b2de2f2 | 3d40d998ffd2e3cbdb9c2f6e4c13c95cc8bda01c | /includes/Person.h | 150cb85d8d5ab79f5cdac5de784646c33c47a67f | [] | no_license | Jventoo/CoursePlanner | 0e93f469764a0307004b521a01a10acd924b1755 | 2a7a958bb122d1922df237396442d6af9eb5b2bc | refs/heads/master | 2021-01-13T20:02:06.353375 | 2020-03-30T08:19:06 | 2020-03-30T08:19:06 | 242,479,285 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 395 | h | #pragma once
#include <QString>
#include <sstream>
class Person
{
public:
Person();
Person(const QString& newFName,
const QString& newLName,
const QString& newTitle);
void setFName(const QString& newFName);
void setLName(const QString& newLName);
void setTitle(const QString& newTitle);
std::stringstream... | [
"jackovento@gmail.com"
] | jackovento@gmail.com |
9cf06108b436d53927b169e4365dd06af4065b90 | 485faf9d4ec7def9a505149c6a491d6133e68750 | /src/apps/builder/Peptide.H | 8c76107f2868dd492dfffc47b2f4ef98b18213df | [
"LicenseRef-scancode-warranty-disclaimer",
"ECL-2.0"
] | permissive | ohlincha/ECCE | af02101d161bae7e9b05dc7fe6b10ca07f479c6b | 7461559888d829338f29ce5fcdaf9e1816042bfe | refs/heads/master | 2020-06-25T20:59:27.882036 | 2017-06-16T10:45:21 | 2017-06-16T10:45:21 | 94,240,259 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,357 | h | #ifndef _PEPTIDE_H
#define _PEPTIDE_H
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "Peptide.C"
#endif
#include "wxviz/WxVizTool.H"
#include "PeptideGUI.H"
/**
* Peptide gui toolkit.
* Design left unchanged during port.
*/
class Peptide: public PeptideGUI, public WxVizTool
{
DECLARE_DYNAM... | [
"andre.ohlin@umu.se"
] | andre.ohlin@umu.se |
60345063dc41f148d1be4edd308fc6237efbff2d | ed5669151a0ebe6bcc8c4b08fc6cde6481803d15 | /test/magma-1.7.0_timing/src/dgesdd.cpp | 1e1c333d4ce9e6a7392b985fc90eb579ae990f3b | [] | no_license | JieyangChen7/DVFS-MAGMA | 1c36344bff29eeb0ce32736cadc921ff030225d4 | e7b83fe3a51ddf2cad0bed1d88a63f683b006f54 | refs/heads/master | 2021-09-26T09:11:28.772048 | 2018-05-27T01:45:43 | 2018-05-27T01:45:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 64,083 | cpp | /*
-- MAGMA (version 1.7.0) --
Univ. of Tennessee, Knoxville
Univ. of California, Berkeley
Univ. of Colorado, Denver
@date September 2015
@author Mark Gates
@precisions normal d -> s
*/
#include "common_magma.h"
#define PRECISION_d
#define REAL
// Version 1 - LAPACK
// ... | [
"cjy7117@gmail.com"
] | cjy7117@gmail.com |
9b2eb1a337f5ac7318a020565892b58fe4aac437 | 9b8d85a37d4d4265d751061c6924eaebd12916f8 | /src/instantx.cpp | f1c05e87cc0ea11cf3b695b15c06ddad14782fe3 | [
"MIT"
] | permissive | xSevithx/DayTraderCoin-MasterNodes | fe0f3bce4d18984686a063ba8d1ae52312c05ee2 | f32c3b190a09266e05d2f7dadfebea6c9190347d | refs/heads/master | 2021-05-12T08:16:33.238921 | 2018-03-15T21:02:29 | 2018-03-15T21:02:29 | 117,275,258 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 20,042 | cpp |
#include "db.h"
#include "txdb.h"
#include "main.h"
#include "uint256.h"
#include "sync.h"
#include "net.h"
#include "key.h"
#include "util.h"
#include "base58.h"
#include "protocol.h"
#include "instantx.h"
#include "masternode.h"
#include "activemasternode.h"
#include "darksend.h"
#include "spork.h"
#include <boost/l... | [
"jfranka-pr@IGSKMNCNLVW0004.cr.usgs.gov"
] | jfranka-pr@IGSKMNCNLVW0004.cr.usgs.gov |
31a5cab046db31b16540c1ac582905ec14c4edf8 | 0b1ec92340df7d9f76a569d60c1bf4040a456c9d | /ThirdParty/CubiquityC/Src/TerrainVolumeGenerator.h | fdadc934daffb46d988f9cf26291d8b9ac141d18 | [
"MIT"
] | permissive | xoyojank/cubiquity-for-unreal-engine | 06fd896cc90b6e881edfaf988e40a568853b1db4 | 0b618d542bfb922a057c4f51501c9c52f4e5cfc4 | refs/heads/master | 2021-01-17T20:33:54.868264 | 2016-12-17T02:37:06 | 2016-12-17T02:37:06 | 55,510,419 | 8 | 4 | null | 2016-12-17T02:37:06 | 2016-04-05T13:32:44 | C | UTF-8 | C++ | false | false | 1,656 | h | /*******************************************************************************
* The MIT License (MIT)
*
* Copyright (c) 2016 David Williams and Matthew Williams
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to ... | [
"xoyojank@gmail.com"
] | xoyojank@gmail.com |
ab723468a75f4a209934b5f112aeb01b9660cfc3 | 9a1315cc4083ce84b605e0c4af8b07a391f74d0c | /libcef_dll/cpptoc/load_handler_cpptoc.cc | c68f442cd234cc309958d46f6ac29dacb97187b5 | [] | no_license | hernad/cef3_3 | 7fcc198a3b05d73a0c03a47f4e46be45af432528 | 57f67842c121dca0a1e94d44a95c23225653d967 | refs/heads/master | 2016-09-02T04:35:44.082958 | 2012-12-25T08:59:01 | 2012-12-25T08:59:01 | 7,317,503 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,512 | cc | // Copyright (c) 2012 The Chromium Embedded Framework Authors. All rights
// reserved. Use of this source code is governed by a BSD-style license that
// can be found in the LICENSE file.
//
// ---------------------------------------------------------------------------
//
// This file was generated by the CEF translato... | [
"hernad@bring.out.ba"
] | hernad@bring.out.ba |
71289f09495392ffd690c63b2b1166d819ced817 | 5856af8487bad60faf4556775df63528bb206aa8 | /Code/CommonLib/ClipboardData.h | c79d39b62d96bd62fd214641d11ab14540a81a3c | [
"MIT"
] | permissive | yorung/fastbirdEngine | 151ddb35cc4c9ee59ba90cd574df98d176e82d86 | eca26d339357a23eaee8416a3fc169a267abc764 | refs/heads/master | 2021-01-15T14:37:59.447624 | 2015-08-31T00:26:41 | 2015-08-31T00:26:41 | 29,778,951 | 0 | 0 | null | 2015-01-24T14:24:42 | 2015-01-24T14:24:41 | null | UTF-8 | C++ | false | false | 145 | h | #pragma once
namespace fastbird
{
std::string GetClipboardDataAsString(HWND hwnd);
void SetClipboardStringData(HWND hwnd, const char* data);
} | [
"jungwan82@gmail.com"
] | jungwan82@gmail.com |
ff725ab187dee29bd754410713b1a0706eded790 | 11382d1e0ac6ccd7123f38a17b9e3184f489283d | /sphere.cpp | d79d8240c74efe261892c7c83f3a9ccc1d76fc80 | [] | no_license | zhongyn/opengl-ball-rotation | 6fcf28fb83c8856cbda6d0a3df2ec07fb40a4019 | 8d49c80b063c108d85de67e2e73cd1469ea415d3 | refs/heads/master | 2020-06-05T00:46:53.060236 | 2014-09-25T05:08:09 | 2014-09-25T05:08:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,660 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
/* Use glew.h instead of gl.h to get all the GL prototypes declared */
#include <GL/glew.h>
/* Using the GLUT library for the base windowing setup */
#include <GL/freeglut.h>
/* Use GLM mathematics library*/
#define GLM_FORCE_RADIANS
#define GLM_SWIZZLE
#include ... | [
"zhongyaonan@gmail.com"
] | zhongyaonan@gmail.com |
48fea34790405910ab063411353c8a8fa9d813d7 | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/inetsrv/msmq/src/apps/mqapitst/openqdlg.h | 87e0d31063b238ae372d69bb77772bcebd122634 | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,427 | h | // OpenQDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// COpenQueueDialog dialog
class COpenQueueDialog : public CDialog
{
// Construction
public:
COpenQueueDialog(CArray <ARRAYQ*, ARRAYQ*>*, CWnd* pParent = NULL); // standard constructor
// Dialo... | [
"112426112@qq.com"
] | 112426112@qq.com |
2721a62b0943810629afc349e8c942dec4c06834 | 0e9c06510647e4993f2caa2596756462d6490b6a | /BZOJ/1997 [Hnoi2010]Planar.cpp | 98ab0a2558ab9ae7901f93958559f9bac8815223 | [] | no_license | SJTUStevenDu/Algorithm-Contest | 7b6cf5f4355f1290190651dce878c0368216c577 | 30fe0bb31819935fa8c3cf5be6bef65626c7f2a3 | refs/heads/master | 2020-03-18T15:57:13.883363 | 2018-05-28T03:07:57 | 2018-05-28T03:07:57 | 134,939,166 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,872 | cpp | #include <iostream>
#include <cstdio>
#include <cstring>
#include <cstdlib>
#include <cmath>
#include <algorithm>
#include <fstream>
using namespace std;
const int MAXN = 200 + 10;
const int MAXM = 10000 + 10;
int T, n, m, h[MAXN], rank[MAXN], c[MAXN], e[MAXM][2], tot, e2[MAXM][2];
bool map[MAXN][MAXN], ans;
struct... | [
"sjtustevendu@gmail.com"
] | sjtustevendu@gmail.com |
69eeea3162a8a28af285db0ce345391c100bef3b | 77da06161391c56143739871992f99c73a470094 | /2014_CodeChallenge/MSP_Code_Challenge_Problem12/Anagram.cpp | 923387403c9572c04f4ce34457778e1f407cd99c | [] | no_license | KimBoWoon/MSP_Code_Challenge | 99f30790f045b457fa41b7dd99a11d49af6ac7de | 702b2b3d56ea53a7429e55ee3c450dc27d6e7d59 | refs/heads/master | 2016-08-12T19:12:27.157389 | 2016-01-28T07:37:40 | 2016-01-28T07:37:40 | 49,620,984 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 260 | cpp | #include "Anagram.h"
Anagram::Anagram()
{
cin.getline(str, 100);
alpha.SetAlphabet(str);
}
bool Anagram::operator== (Anagram &a)
{
for (int i = 0; i < 26; i++)
{
if (alpha.GetAlphabet()[i] != a.alpha.GetAlphabet()[i])
return false;
}
return true;
} | [
"haioer@naver.com"
] | haioer@naver.com |
187f22cffd8179a967c691d3878fa2c676de0b70 | 6bdb3508ed5a220c0d11193df174d8c215eb1fce | /Codes/Halak/UIHandledDrawingContext.h | 75281b7a506f41f21db6d2a617b0e84184e7bdb4 | [] | no_license | halak/halak-plusplus | d09ba78640c36c42c30343fb10572c37197cfa46 | fea02a5ae52c09ff9da1a491059082a34191cd64 | refs/heads/master | 2020-07-14T09:57:49.519431 | 2011-07-09T14:48:07 | 2011-07-09T14:48:07 | 66,716,624 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,333 | h | #pragma once
#ifndef __HALAK_UIHANDLEDDRAWINGCONTEXT_H__
#define __HALAK_UIHANDLEDDRAWINGCONTEXT_H__
# include <Halak/FWD.h>
# include <Halak/UIDrawingContext.h>
namespace Halak
{
class UIHandledDrawingContext : public UIDrawingContext
{
public:
clas... | [
"halakshin@gmail.com"
] | halakshin@gmail.com |
849e1ac5380080c194e429bc206afc1f04809f94 | 4702164d70a25157efaa70bcee3c4c7e0087bd0f | /RanLeetCode/RanLeetCode/树/543二叉树的直径.cpp | 39548f737e3ea37c7259709d3278c479565b0c0e | [] | no_license | VanishRan/leetcode | 0374243c3afc2ecac4fe7a9b66a9dda34e6bb58d | 1a907c53c9d785b0cefb2c4490af5afdee618861 | refs/heads/master | 2021-07-08T16:07:15.862808 | 2021-03-05T12:01:14 | 2021-03-05T12:01:14 | 227,854,056 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 813 | cpp | //
// 543二叉树的直径.cpp
// RanLeetCode
//
// Created by mahuanran on 2020/4/28.
// Copyright © 2020 mahuanran. All rights reserved.
//
#include "common.h"
class Solution {
public:
int maxDeep;
public:
int diameterOfBinaryTree(TreeNode* root) {
maxDeep = 0;
traverse(root);
return maxDe... | [
"mahuanran@cmbchina.com"
] | mahuanran@cmbchina.com |
cdab039282ec5f6311d0ac0cae5ff2daa586d61c | 154dfd2a2130a3a7731a9a9b431e8295fbf82cd2 | /TIOJ/TIOJ1080.cpp | 31e1909532945e604390bfb5b5fe8a36a1fd7554 | [] | no_license | ltf0501/Competitive-Programming | 1f898318eaecae14b6e040ffc7e36a9497ee288c | 9660b28d979721f2befcb590182975f10c9b6ac8 | refs/heads/master | 2022-11-20T21:08:45.651706 | 2020-07-23T11:55:05 | 2020-07-23T11:55:05 | 245,600,907 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 776 | cpp | #include<cstdio>
#include<algorithm>
#include<cstring>
using namespace std;
#define maxn 100000+5
int n;
long long cnt;
int A[maxn],T[maxn];
void mrge(int l,int r)
{
if(r-l==1)return ;
int m=l+(r-l)/2;
mrge(l,m);
mrge(m,r);
int a=l,b=m,idx=l;
while(a<m && b<r)
{
if(A... | [
"0110420@stu.nknush.kh.edu.tw"
] | 0110420@stu.nknush.kh.edu.tw |
fb8637b4f59f50feb967596866adb7b4e68bbd62 | e5c70d908a331aeea3b0948bf591d08f857efd93 | /scene/TitleScene.h | 3e8e4bb5d5ea34efebe356d8829e1bb5d3b06e8c | [] | no_license | noo-numata/PacMan | 8bc1dad1eba9bf266b559e06b5550c97b3b287f2 | 1089a23c81a95936bf65e61709feae7a3dc72781 | refs/heads/main | 2023-02-16T04:12:44.317572 | 2021-01-13T07:41:32 | 2021-01-13T07:41:32 | 329,205,545 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 351 | h | #pragma once
#include "BaseScene.h"
//=============================
// タイトルシーンクラス
//===============================
class TitleScene : public BaseScene
{
public:
TitleScene():m_TitleImageID(0) {};
~TitleScene() {};
void Init() override;
BaseScene* Update() override;
void Draw() override;
private:
int m_TitleI... | [
"noo_numata1971@yahoo.co.jp"
] | noo_numata1971@yahoo.co.jp |
08b58aba8d8428a8853a59b8a0d26ab3f00d0a13 | c8d443426995e1610f277a21eca3c2756748e9f6 | /qrenderdoc/Windows/APIInspector.cpp | af105abec21e558854b7491f31226915d20926cb | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | tuxerr/renderdoc | 873be0b8bf8f2d04b62b772ac862770f3d4f5d76 | cdf1bf5e3bca2291b3ebec9b7d48119009441129 | refs/heads/v1.x | 2022-12-11T06:17:30.871293 | 2022-12-06T17:33:16 | 2022-12-06T17:33:16 | 133,592,423 | 1 | 0 | MIT | 2022-08-04T02:03:34 | 2018-05-16T01:20:27 | C++ | UTF-8 | C++ | false | false | 7,011 | cpp | /******************************************************************************
* The MIT License (MIT)
*
* Copyright (c) 2019-2022 Baldur Karlsson
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in... | [
"baldurk@baldurk.org"
] | baldurk@baldurk.org |
f7655f13dcd33f9bb3bc04edeeb441284148db1a | a6fda904adea5e0cf00f046c4b80c3e9ef765f98 | /pA/solution/full_enumerate.cpp | 3936ee6375437e0cc51885cc7988cf80e75c3a76 | [] | no_license | TNFSH-Programming-Contest/2021NHSPC-TNFSH-Final | f0a02f3e166a67385d9fafa67f5a3482d8935247 | 25866390f5a0ed6b95600cf5322f450eff77ef04 | refs/heads/main | 2023-07-18T23:47:24.635228 | 2021-09-25T13:10:24 | 2021-09-25T13:10:24 | 399,841,158 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,479 | cpp | #include <bits/stdc++.h>
using namespace std;
int main()
{
ios::sync_with_stdio(0);
cin.tie(0);
int n;
cin >> n;
vector<int> v(n);
for (int i=0; i<n; i++)
{
cin >> v[i];
}
map<long long, int> prfidx;
for (int i=0; i<n; i++)
{
long long S = accu... | [
"53344765+Li-Pro@users.noreply.github.com"
] | 53344765+Li-Pro@users.noreply.github.com |
0661e57d03aa5bc3beb1f96919656fb63fb997fb | fd7d1350eefac8a9bbd952568f074284663f2794 | /dds/DCPS/transport/framework/ScheduleOutputHandler.cpp | 1f14b55df2dc3734615b8694edbe573c1f4f75a9 | [
"MIT"
] | permissive | binary42/OCI | 4ceb7c4ed2150b4edd0496b2a06d80f623a71a53 | 08191bfe4899f535ff99637d019734ed044f479d | refs/heads/master | 2020-06-02T08:58:51.021571 | 2015-09-06T03:25:05 | 2015-09-06T03:25:05 | 41,980,019 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,994 | cpp | /*
* $Id: ScheduleOutputHandler.cpp 6762 2015-01-08 23:08:12Z calabrese_p $
*
*
* Distributed under the OpenDDS License.
* See: http://www.opendds.org/license.html
*/
#include "DCPS/DdsDcps_pch.h" //Only the _pch include should start with DCPS/
#include "ScheduleOutputHandler.h"
#include "TransportSendStrategy.... | [
"jimbolysses@gmail.com"
] | jimbolysses@gmail.com |
d202cb8927677943b82cf17daebd078f7578747f | b123be46235e0480bba31630e9838884c09bf976 | /OpenGL_Sum3/OpenGL_Sum3/Engine/CubeMap.h | 09e85e3b4ec3afc815be13172f883147ffc8e501 | [
"MIT"
] | permissive | Enderderder/OpenGL_Sum3 | f0a98ecede16cbe17a8e4d3f735560d4e2ecfcbd | f09053f8bd2ee360e71e986602a067f30c8dd0e1 | refs/heads/master | 2020-04-01T11:59:09.083852 | 2019-04-07T11:13:30 | 2019-04-07T11:13:30 | 153,186,347 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 362 | h | #pragma once
// Global Include
#include "Utility.h"
// Forward Declare
class CMesh;
class CCamera;
class CCubeMap
{
public:
CCubeMap() = default;
CCubeMap(std::vector<std::string> _textureFilePaths);
~CCubeMap();
void RenderCubeMap(CCamera* _camera);
GLuint GetTextureID() const;
private:
GLuint m_vao;
GL... | [
"richardwulansari@gmail.com"
] | richardwulansari@gmail.com |
12bc1d66a5aa094d87cf32ad249dd03b5ca2139e | 20667b51d22f9bba9ba7bccb229de7c2d779357f | /src/Support/Globals.cpp | dee2ba32ef349fb8f950f66dcd7545f2482720df | [] | no_license | eli6/GameOfLife | d81af03c531e0617aecce0d7b2bfc2207001e1b5 | 485bdbcfcb632d7a8177fe4510bd6b44118f516b | refs/heads/master | 2021-10-13T06:27:43.265416 | 2021-10-10T14:16:30 | 2021-10-10T14:16:30 | 167,355,938 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 196 | cpp | /*
* Filename Globals.cpp
* Author Erik Ström
* Date October 2017
* Version 0.1
*/
#include "Support/Globals.h"
string fileName;
Dimensions WORLD_DIMENSIONS = { 80, 24 }; | [
"eristr@student.miun.se"
] | eristr@student.miun.se |
3de62b9dd6dd99cb2c3999d3964f94c8ea52896d | 04ef963cb4c8230c2d9b36b176b9bb40c22c4975 | /samlet FysiskLag/samlet FysiskLag/DTMFDecode.cpp | 550cbf3ef06b89b60cd36a2395f8ec49b4e896e9 | [] | no_license | troelszink/PRO3 | eccaebf82aa711f524bf2515944bae264312ffdb | 8c6ef217bdbf313c8a34c20a9c046bf0e28021f8 | refs/heads/master | 2021-10-01T15:38:26.704580 | 2018-11-27T09:25:57 | 2018-11-27T09:25:57 | 157,842,110 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 869 | cpp | #include "DTMFDecode.h"
DTMFDecode::DTMFDecode(int sizeWindow)
{
windowSize = sizeWindow;
debug = false;
}
DTMFDecode::DTMFDecode(int sizeWindow, bool Debug)
{
windowSize = sizeWindow;
debug = Debug;
}
void DTMFDecode::decode()
{
analyser = AudioAnalysis(10000, 8000, 10, 1024, 4, 200,AudioAnalysis::None);
w... | [
"45093447+dajak17@users.noreply.github.com"
] | 45093447+dajak17@users.noreply.github.com |
ddc45dc9cecdd2ab19d845e09ef754f2d494fe09 | c80df5d3458f25c67ae8e8c40086005e2a32d18f | /1-10/10_OneNumber.cpp | 3a24c74de56603e712867fe981404ce3176631d5 | [] | no_license | caoleiwuhan/JobDu | a7e9507c9fb292482b84dba68bceccc87dcb4241 | 5198dc7a6d615a76980c7719c3504a3e6a7c6793 | refs/heads/master | 2020-12-24T14:09:32.208271 | 2013-08-24T14:10:35 | 2013-08-24T14:10:35 | 12,344,198 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 652 | cpp | #include <iostream>
#include <cassert>
#include "10_OneNumber.h"
using namespace std;
int OneNumber(int num)
{
if (num == 0)
return 0;
int ans = 1;
while (num & (num - 1))
{
++ans;
num &= (num - 1);
}
return ans;
}
int OneNumber2(int num)
{
int ans = 0;
while (num)
{
++ans;
num &= (num - 1);
}
... | [
"caoleiwuhan@163.com"
] | caoleiwuhan@163.com |
0c69803596138d13b389a43c4c503fed5e800f4b | 90007631ba3b7c6db10836aa7f0754e79cc85a66 | /Programing/MARKOlb/veml6040.cpp | 97928187300356ffbcde6d79ee01ef0a875ea5b7 | [] | no_license | JosipBartulovic/ROBOCUP-2018 | c6c7a93633e306462ba912d25cac678cd61b600f | 172064830c94297373d9aa0f60e560247a5acd9a | refs/heads/master | 2021-01-20T04:46:31.322518 | 2017-10-19T14:39:25 | 2017-10-19T14:39:25 | 89,728,775 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,679 | cpp | /*
The MIT License (MIT)
Copyright (c) 2015 thewknd
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publ... | [
"josip.bartulovic3@gmail.com"
] | josip.bartulovic3@gmail.com |
a4e9318f75c238e05fdc9d8d11933eaeac092e1d | d597a9ee6e80a2d648e4c68dce52160b754c6c60 | /src/shaders/simple-fragment-shader.hpp | 5e3569cad7ff59d7cdf6c72f292e2e8f42fe8a12 | [] | no_license | o11c/spiral | 53ddffb46d32e8b042055c4133141c3559547bca | e3d9520a2a6a8d408b9448e5c67746c6d5347ac4 | refs/heads/master | 2016-09-16T01:34:37.030393 | 2013-11-28T20:11:18 | 2013-11-28T20:11:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 260 | hpp | #ifndef SIMPLE_FRAGMENT_SHADER_HPP
#define SIMPLE_FRAGMENT_SHADER_HPP
class SimpleFragmentShader
{
friend class FlatProgram;
unsigned int shader;
public:
SimpleFragmentShader();
~SimpleFragmentShader();
};
#endif //SIMPLE_FRAGMENT_SHADER_HPP
| [
"b.r.longbons@gmail.com"
] | b.r.longbons@gmail.com |
645b90a57c71d7960f90d962ddc097224e404915 | 00f1cfc73ba05f72373fbdfd303f6f34dd3a533e | /JLJlang.m/PublicInterfaces/activemq/connector/openwire/marshal/v3/JournalTopicAckMarshaller.h | 359d900a7b388a41c02006baf9a51640858e9387 | [] | no_license | weltermann17/just-like-java | 07c7f6164d636688f9d09cdc8421e51d84fdb25f | 6517f1c1015e0b17a023b1b475fcc2f3eed9bade | refs/heads/master | 2020-06-06T08:32:13.367694 | 2014-07-01T21:19:06 | 2014-07-01T21:19:06 | 21,002,059 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,365 | h | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"weltermann17@yahoo.com"
] | weltermann17@yahoo.com |
54cc93a48a168833a90e1d4edf2b788e81f2e710 | 24a0c4835a70f852c2a5c0f1890afeedd6573e19 | /keymaster/ng/include/authorization_set.h | 895f6cc9cedfb2d40d4353f5ae183837437a52a1 | [
"Apache-2.0"
] | permissive | jiangshide/android-system | cbe903883b4334be718f98b47910640515f1190e | ef92d4e47f51e84d2e7ed3affbeadabeafde2cd2 | refs/heads/main | 2023-06-09T01:52:12.061540 | 2021-06-21T03:00:05 | 2021-06-21T03:00:05 | 378,790,086 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,883 | h | /*
* Copyright 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"jiangshide@zhihu.com"
] | jiangshide@zhihu.com |
651054404278630f8c905c63b62fba69cfaef60e | 665443052fa3c17f94c945f08b6378016d5a1dae | /0152/src/emu/bus/abcbus/lux21056.h | bd27575aafcbf67360c8790a3a40f2f736839993 | [] | no_license | dezi/mame-libretro-odroid | a6f3e0fd87e00fe8beda936f1cd3cf2fe508fcf0 | 31b588c088928f967b9fb9cf903b7a3f18a91eaa | refs/heads/master | 2020-04-18T07:49:09.588326 | 2014-02-11T14:27:40 | 2014-02-11T14:27:40 | 16,698,177 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,784 | h | // license:BSD-3-Clause
// copyright-holders:Curt Coder
/**********************************************************************
Luxor 55 21056-00 Xebec Interface Host Adapter emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
************************************... | [
"dezi@kappa-mm.de"
] | dezi@kappa-mm.de |
3b277360a46172c126e57aecc44e972709be66cd | c95f7f3695aa278563a04a5867950786a21b754a | /src/test/uint256_tests.cpp | b791a66315fcd53d26a987215d18e0c76b0400b1 | [
"MIT"
] | permissive | bitcoinexodus/bitcoinexodus-source | e2a809ce6e07bcc5ea8c4c6c9eb260c4a486a8d0 | 742661b3dc9abce61c05fa1561b7fd9496629866 | refs/heads/master | 2022-11-20T08:34:01.892341 | 2020-07-23T15:45:08 | 2020-07-23T15:45:08 | 281,992,806 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,734 | cpp | // Copyright (c) 2011-2018 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 <arith_uint256.h>
#include <uint256.h>
#include <version.h>
#include <test/test_bitcoinexodus.h>
#include <boost/tes... | [
"67246077+bitcoinexodus@users.noreply.github.com"
] | 67246077+bitcoinexodus@users.noreply.github.com |
aa51df911a25dda588ed48d2f5bc782384f33bf3 | 7d752fd65c4e938f896662a29cc045da8c3aa041 | /POJ1151.cpp | ab067d28bd5bb705692f3bc32b0f466033137475 | [] | no_license | Phimos/POJ-solves | 4f5f1fbdac9b6ace3285bd509e6afaa753fca2b8 | 7a351ba86510ec7c669345e586e83c7edbfe45c0 | refs/heads/master | 2021-07-11T02:08:25.067397 | 2019-02-05T07:01:15 | 2019-02-05T07:01:15 | 146,992,750 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,426 | cpp | #include<cstdio>
#include<cstring>
#include<vector>
#include<algorithm>
using namespace std;
#define maxn 210
int n;
double area;
vector<double> yy;
struct Line
{
double y1, y2, x;
bool left;
Line(double x, double y1, double y2, bool left) : x(x), y1(y1), y2(y2), left(left) {}
Line() {}
bool operator<(const Line... | [
"41637559+Phimos@users.noreply.github.com"
] | 41637559+Phimos@users.noreply.github.com |
e8869b0e346fb6b030124e37bbf6e427924df979 | 992eeeff779a233644a167ed901fdead7b198e3e | /setCursor/setCursor.ino | cbd3ee01258bbb0a95b64d0ffe751d68491cb3b5 | [] | no_license | edison-lab/Edison_arduino_sketch_LCD | f6313618e4aec2a1df19af5b3096e3d5ecec6e81 | 0cebbe5c750471abddf924695d8527496a14887b | refs/heads/master | 2020-05-27T21:39:56.047906 | 2015-07-08T08:48:26 | 2015-07-08T08:48:26 | 38,727,030 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,989 | ino | /*
LiquidCrystal Library - setCursor
Demonstrates the use a 16x2 LCD display. The LiquidCrystal
library works with all LCD displays that are compatible with the
Hitachi HD44780 driver. There are many of them out there, and you
can usually tell them by the 16-pin interface.
This sketch prints to all the positi... | [
"MikiN@Miki-no-MacBook-Air.local"
] | MikiN@Miki-no-MacBook-Air.local |
c87e33a5766692abdcda2558c827721b21154d94 | b97d56f13553d364c1a936f8df709175db739221 | /bk3dinfo/stdafx.cpp | 36e687d645e7ed0ec2e6792b85186a8e6d8f2264 | [] | no_license | tlorach/Bak3d | b69c234ceacaa3318f43478c56180f9d69f84b09 | cdf9eca5a36a4769090afc6e4d0da0b4c44770b8 | refs/heads/master | 2016-08-05T03:11:33.249875 | 2015-12-01T07:53:10 | 2015-12-01T07:53:10 | 7,189,603 | 20 | 3 | null | 2015-05-06T17:36:53 | 2012-12-16T10:41:46 | C++ | UTF-8 | C++ | false | false | 287 | cpp | // stdafx.cpp : source file that includes just the standard includes
// bk3dInfo.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"tlorach@nvidia.com"
] | tlorach@nvidia.com |
39990a4a179796ccf11fbe928744b21928426b3e | 4937f01b7737eab254040768a157be4ba27d1cdd | /apps/theMachine/workshop/cdlod_terrain/QuadTreeNode.cpp | 30994693fe63e57d45d3fa422cec687272e2e7b8 | [] | no_license | 3Dheaven/Workshop | 37c8104d105a48fbaa0016bbcfedf92dfc56269c | 43f66c235dd42fd6fb14b1172c4ddf83c4575106 | refs/heads/master | 2021-01-20T06:49:46.966439 | 2017-11-15T15:17:54 | 2017-11-15T15:17:54 | 101,519,313 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,739 | cpp | #include "QuadTreeNode.h"
QuadTreeNode::QuadTreeNode(HeightMap *heightMap, int size, int lodDepth, int x, int y)
{
posX = x;
posY = y;
mapSize = size;
lodLevel = lodDepth;
if (lodDepth == 0)
{
mTopLeft = NULL;
mTopRight = NULL;
mBottomLeft = NULL;
mBottomRight = NULL;
maxHeight = heightMap->getMa... | [
"yoan.audureau@gmail.com"
] | yoan.audureau@gmail.com |
c673719a959704dbb73ab3171fe121b349e04786 | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/squid/hunk_4318.cpp | 088015da64873a09f6a3f4813727ae4d15535ffd | [] | no_license | ccdxc/logSurvey | eaf28e9c2d6307140b17986d5c05106d1fd8e943 | 6b80226e1667c1e0760ab39160893ee19b0e9fb1 | refs/heads/master | 2022-01-07T21:31:55.446839 | 2018-04-21T14:12:43 | 2018-04-21T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,526 | cpp | +
+/*
+ * $Id: ICAPConfig.cc,v 1.21 2008/02/12 23:12:45 rousskov Exp $
+ *
+ * SQUID Web Proxy Cache http://www.squid-cache.org/
+ * ----------------------------------------------------------
+ *
+ * Squid is the result of efforts by numerous individuals from
+ * the Internet community; see the CONTRIBUTORS ... | [
"993273596@qq.com"
] | 993273596@qq.com |
de793092875299923165d05417ae60b0df6daa3c | 21553f6afd6b81ae8403549467230cdc378f32c9 | /arm/cortex/Nordic/nrf52/include/arch/reg/twis0.hpp | d8b603fa715dbbff2ea659548504462acff97280 | [] | no_license | digint/openmptl-reg-arm-cortex | 3246b68dcb60d4f7c95a46423563cab68cb02b5e | 88e105766edc9299348ccc8d2ff7a9c34cddacd3 | refs/heads/master | 2021-07-18T19:56:42.569685 | 2017-10-26T11:11:35 | 2017-10-26T11:11:35 | 108,407,162 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 9,037 | hpp | /*
* OpenMPTL - C++ Microprocessor Template Library
*
* This program is a derivative representation of a CMSIS System View
* Description (SVD) file, and is subject to the corresponding license
* (see "License.txt" in the parent directory).
*
* This program is distributed in the hope that it will be useful,
* bu... | [
"axel@tty0.ch"
] | axel@tty0.ch |
c56008d4f6656d0045c897a6ed585becaefa01a3 | e0c42bcb517fe41f6a91b875a3f2ff16ca81e961 | /src/ompl/base/spaces/DiscreteStateSpace.h | e728f31b07bd549eeeea5c2dc4f579eb15cb0ad8 | [
"BSD-3-Clause"
] | permissive | Insightque/DesiredOrientationRRT | dc056345c2b49ebb18932f2f742c72d93577bdf1 | 2e7a3e7cbcd30d6d9fa5bf0b53998bc5d0bda248 | refs/heads/master | 2021-05-06T03:02:26.551329 | 2018-10-16T23:33:09 | 2018-10-16T23:33:09 | 114,783,551 | 2 | 2 | NOASSERTION | 2018-10-03T07:49:15 | 2017-12-19T15:49:27 | C++ | UTF-8 | C++ | false | false | 6,357 | h | /*********************************************************************
* Software License Agreement (BSD License)
*
* Copyright (c) 2011, Rice University
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions... | [
"copina20@gmail.com"
] | copina20@gmail.com |
cc14459d199b1f1a3efea4a268cacb0315c2782b | 3d9852ac43f7adfbbc2b6491f86be6635bccea07 | /Practice/algorithmclass/maxScoreOfweight.c++ | 46499f5ca64e121a9fd7937aa2c085913bea49fa | [] | no_license | MrGo123/CCPPCode | 9f7b0a73159f038a3da8ecabe5ef61872c37180b | 0c3c4b96fbc9fbb04fc68f2d34bf4e992cfab46d | refs/heads/master | 2023-08-16T07:56:05.761327 | 2021-10-12T09:33:52 | 2021-10-12T09:33:52 | 297,069,050 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 952 | #include <stdio.h>
#include <stdlib.h>
int sum(int a, int b, int *weight)
{
int sum = 0;
for (int i = a; i <= b; i++)
sum = sum + weight[i];
return sum;
}
int main()
{
int weight[4] = {4, 4, 5, 9};
int m[5][5]; //最大得分
int s[5][5]; //最大得分时对应的k值
for (in... | [
"zymail68@foxmail.com"
] | zymail68@foxmail.com | |
91970b2de423bb8317c26cb32625361919be0259 | a6998359b65ec0869d913f0d7a576d324b85890c | /C++/Projects/beginning/learning/memManage.cpp | 31b8e7f9fd8a3a3761040b554fe865c7dcc06eb0 | [] | no_license | manmadeharp/C-CPP-Projects | 64d4c90035a8724c88f3c981bc4fe22efa1ee949 | 70a3e26d70d280a13b55d8386efaf8d541ed3aca | refs/heads/main | 2023-05-30T23:57:50.442788 | 2021-06-16T16:36:29 | 2021-06-16T16:36:29 | 370,135,972 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 59 | cpp | // Memory management - dynamic/static memory, stack + heap
| [
"finbarccowan@gmail.com"
] | finbarccowan@gmail.com |
4d79e434ae1a74aec4c13aeadc672331e1d7808f | 6680f8d317de48876d4176d443bfd580ec7a5aef | /Header/tgt/model.h | 24d1700736905951e488feee5a5a0d8d3d92484f | [] | no_license | AlirezaMojtabavi/misInteractiveSegmentation | 1b51b0babb0c6f9601330fafc5c15ca560d6af31 | 4630a8c614f6421042636a2adc47ed6b5d960a2b | refs/heads/master | 2020-12-10T11:09:19.345393 | 2020-03-04T11:34:26 | 2020-03-04T11:34:26 | 233,574,482 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,004 | h | /**********************************************************************
* *
* tgt - Tiny Graphics Toolbox *
* *
* Copyright (C) 2006-2008 Visua... | [
"alireza_mojtabavi@yahoo.com"
] | alireza_mojtabavi@yahoo.com |
d3d60d609616dd9fb9501e7f660a1c8d34c742e6 | 34d424639a7102744301dae8934b358eb02c02f8 | /src/AFXASERT.CPP | 74652a0e57e602275e860e640a335e28e27d398d | [] | no_license | Zero-Fanker/MFC42 | c8ef96f4787425af108d1a7f880fc6ce7c22a8a9 | b3a3cc48e2e1dc343e7c20e24fdee296452cfbf7 | refs/heads/master | 2023-09-01T18:14:22.399359 | 2020-06-07T02:24:35 | 2020-06-07T02:24:35 | 270,166,668 | 1 | 3 | null | 2023-09-08T08:03:19 | 2020-06-07T02:22:12 | C++ | UTF-8 | C++ | false | false | 3,688 | cpp | // This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1997 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.
/... | [
"zcyfksn@vip.qq.com"
] | zcyfksn@vip.qq.com |
3052882dc6683f27c53b1963bb24046bb35f4b33 | 6f98d9de9b276c8b6fb61c1c548a575a109abbe4 | /gpdifflabs.cpp | 7ff38560c194a543b283275f43a1c0beea4d977e | [] | no_license | PlumpMath/maf | d0c2e293ff8d4c04a82c8e155d996bb03bee3240 | a86f3b07c1b46c37c20b0d048ffba308e9f0fcf9 | refs/heads/master | 2021-01-23T12:33:36.962333 | 2016-08-23T15:34:18 | 2016-08-23T15:34:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,117 | cpp | /*
Copyright 2008,2009,2010 Alun Williams
This file is part of MAF.
MAF is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
MAF is... | [
"markus.pfeiffer@morphism.de"
] | markus.pfeiffer@morphism.de |
7f44201b6d4902e7c41455943673bb1d52042596 | 440174676271048fbd26b97665bf0e7c2b481d39 | /Source/World/Block/Types/BPlant.cpp | 05a17371b5e96822e73102d4c16763295fc86c2d | [
"MIT"
] | permissive | AlexHCC/HopsonCraft | 6df4e2cdb8390f97ea637e9d49753b1216398b21 | 2a2622d9d5aef150f87ea6565187d8d20efe704d | refs/heads/master | 2021-01-01T17:53:47.723091 | 2017-07-24T07:53:51 | 2017-07-24T07:53:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 251 | cpp | #include "BPlant.h"
#include "../../World.h"
namespace Block
{
BPlant::BPlant(std::string&& name)
: BlockType (std::move(name))
{ }
void BPlant::trigger(World& world, CBlock& cBlock, const Position& position) const
{
}
}
| [
"mhopson@hotmail.co.uk"
] | mhopson@hotmail.co.uk |
52898846a19ba8fd1bbcf214245199fd09bd6fd2 | ba33d6b9baec670182bc44faafeedc937fe8350d | /2017.11/P06_Optical/source-Bs/src/PhysicsList.cc | c647176239909f32b1adf2928e9a8acd6de0e3df | [
"BSD-2-Clause"
] | permissive | koichi-murakami/g4tutorial2017 | bae3acfad24ec28df98080bc54f0816fa59149cc | 32ab20ef072c07c14d893f52712cf02a3dcc5e83 | refs/heads/master | 2021-09-07T05:29:46.282813 | 2018-02-18T04:51:06 | 2018-02-18T04:51:06 | 112,999,910 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,402 | cc | //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// PhysicsList.cc P04_PhysicsList/source/src/PhysicsList.hh にOpticalPhotonプロセスを追加
// [Note] Based on "G4 Basic Example: B3"
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#include "PhysicsList.hh"
#in... | [
"koichi.murakami@kek.jp"
] | koichi.murakami@kek.jp |
d107b82332d839eef455565e9354fce9c5f224cf | 16be3a6fec1050d9fb71919c7fa2e77c9d2b0ab4 | /DDProject/Client/Codes/Effect_Mesh_Spiral.h | 488709c78c034278cfd42345a29deb91b708a10f | [] | no_license | beckchul/Jusin3DTeamProject | 3c5c7fd14d8309b57eaf79d20584ae24774a2cd6 | f28fa0316911b19187b276da3e5e6055fed9953c | refs/heads/master | 2021-04-20T20:48:45.439327 | 2020-03-24T13:28:39 | 2020-03-24T13:28:39 | 249,716,053 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 804 | h |
#ifndef Effect_Mesh_Spiral_h__
#define Effect_Mesh_Spiral_h__
#include "Effect_Mesh.h"
class CEffect_Mesh_Spiral : public CEffect_Mesh
{
public:
explicit CEffect_Mesh_Spiral(LPDIRECT3DDEVICE9 pGraphicDev);
explicit CEffect_Mesh_Spiral(const CEffect_Mesh_Spiral& rhs);
virtual ~CEffect_Mesh_Spiral(void);
public:... | [
"qorcjf7409@naver.com"
] | qorcjf7409@naver.com |
761cae1167aa692e13c3f7cb576aed96ff14141b | 5bbeb7d297131035ee392d8efd83500be48e034d | /Programa 6/programa6/main.cpp | 1349d49103ffdfa5665a096ab8e827e091003b58 | [] | no_license | balbinas/Data-Structures-Projects | 1a28d207d114a7cc98da7587423da1f31645bfe6 | 2b19a95f705a22e5d61cd078c4f665359aed4a01 | refs/heads/master | 2021-01-20T18:39:52.829368 | 2016-06-24T20:34:43 | 2016-06-24T20:34:43 | 61,908,926 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,001 | cpp | //
// main.cpp
// programa6
//
// Created by Balbina Santana on 23/4/13.
// Copyright (c) 2013 Balbina Santana. All rights reserved.
//
#include <iostream>
#include "FilaArreglo.h"
using namespace std;
int main(int argc, const char * argv[])
{
/*FilaArreglo p;
int valor;
for (int k = 0; k < 10; k++) p... | [
"balbinasantana@gmail.com"
] | balbinasantana@gmail.com |
4635221e3185a743db59894ebcf6349729e07588 | 84f6e29babfcd302cce99e16d2b8beef87e91605 | /TextEditor_v1rev3/mainwindow.cpp | feb20951563eec5c9fec423a49615cf30b368cd6 | [] | no_license | HeliosV/MyProjects | b2621e5327cb7e990cb83e7c7d1e5925a1cb94e7 | 15303411650ca87f9a9ba5f9b856417d17eef5e6 | refs/heads/master | 2020-05-31T10:26:09.522283 | 2015-07-12T20:30:24 | 2015-07-12T20:30:24 | 37,971,444 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,943 | cpp | #include "MainWindow.h"
#include "textwindow.h"
#include "aboutwindow.h"
#include "settingswindow.h"
#include "findwindow.h"
#include <QMainWindow>
#include <QApplication>
#include <QTextStream>
#include <QApplication>
#include <QMdiSubWindow>
#include <QShortcut>
#include "webviewwindow.h"
#include "texttabwidget.h"
... | [
"carter.vladimir@gmail.com"
] | carter.vladimir@gmail.com |
b3ecbed9fb7e29cfed9c0375110e7123351d6ad5 | eba3fd57980522245d80e9402c688c1be13cf64d | /07-smart-choza-coche-telegram/src/main.cpp | 38692ab0c7b14d248c996449493aeed735a3b014 | [] | no_license | MiguelAngelLV/codemotion2016 | f8af8cb774f7ba9f1599705ea97230760333d76c | a183e0daa4ea7fe64438fd2f1a656943cecef044 | refs/heads/master | 2020-07-06T04:33:45.190994 | 2016-11-19T17:55:00 | 2016-11-19T17:55:00 | 74,059,698 | 2 | 1 | null | 2016-11-19T17:17:18 | 2016-11-17T19:21:51 | C++ | UTF-8 | C++ | false | false | 3,628 | cpp | #include <Arduino.h>
#include <ESP8266WiFi.h>
#include <UniversalTelegramBot.h>
//Datos conexión WiFi
#define WLAN_SSID "Codemotion_2016"
#define WLAN_PASS "codemotion2016"
//GPIO sensor de distancia
#define TRIGGER D1
#define ECHO D2
//GPIO leds
#define RED D6
#define YELLOW D7
#define GREEN D8
//... | [
"miguel.angel.lopez.vicente@gmail.com"
] | miguel.angel.lopez.vicente@gmail.com |
6e755eacf5b67338da7966471e2c62bdcf3565c2 | 6b1f091e56d73df2469543924639efea1b56719f | /src/fusion/util/test-tmpfilefactory.cpp | 64802fd3b14357378216151a211733b821d81baf | [] | no_license | HenrikBengtsson/affxparser | 8e76d9a47328997bb2801b5705db307e92f718bc | 2e8b03ccd597b179bc7772a14c31a85e0f3cc1a0 | refs/heads/master | 2023-04-29T09:55:48.546772 | 2023-04-26T19:57:03 | 2023-04-26T19:57:03 | 24,388,437 | 5 | 3 | null | 2022-03-23T21:17:23 | 2014-09-23T20:37:35 | C++ | UTF-8 | C++ | false | false | 4,885 | cpp | ////////////////////////////////////////////////////////////////
//
// Copyright (C) 2005 Affymetrix, Inc.
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License
// (version 2.1) as published by the Free Software Foundation.
//
... | [
"khansen@stat.Berkeley.edu"
] | khansen@stat.Berkeley.edu |
198f2ca9f7dc464065a3a0aca4565d6fb24785a4 | 96973e3b3f51fb691b2713e44fad2c7dffdc0ca8 | /Application3/Source/Camera2.cpp | 707f130ab4f4fc750be5ad1099aa52f7a3df6a77 | [] | no_license | Amat5/SP2Work | c6c692def68c0217a46c546ca065236515effad7 | f4abee56dc58f194c02a50e7ddfd681936587805 | refs/heads/master | 2021-01-17T17:00:25.591215 | 2015-02-25T06:33:52 | 2015-02-25T06:33:52 | 31,298,710 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,560 | cpp | #include "Camera2.h"
#include "Application.h"
#include "Mtx44.h"
Camera2::Camera2()
{
}
Camera2::~Camera2()
{
}
void Camera2::Init(const Vector3& pos, const Vector3& target, const Vector3& up)
{
this->position = defaultPosition = pos;
this->target = defaultTarget = target;
Vector3 view = (target - position).Norma... | [
"a_mat5@hotmail.com"
] | a_mat5@hotmail.com |
8438cd5804cc4ed6a2c37a9bdb68fee2df23837a | a967aa2edbcf89e682cd9af22470b42371beb5e5 | /src/RenderLab/render/RdrFrameMem.cpp | 9c281c7559a70f8a2ad980e011bb095d9edaf5d1 | [] | no_license | belzen/RenderLab | 0410c6329a0ec6ffc536f37244c4fd8dfc93f927 | fa4f6b6a394c806880198114b96a5ddb5c9996b5 | refs/heads/master | 2020-04-06T05:54:50.780909 | 2020-01-26T01:52:09 | 2020-01-26T01:52:09 | 51,707,479 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,558 | cpp | #include "Precompiled.h"
#include "RdrFrameMem.h"
#include "LinearAllocator.h"
#include "RdrDrawOp.h"
#include "RdrComputeOp.h"
namespace
{
static const uint kMaxFrames = 2;
const uint kFrameMemSize = 64 * 1024 * 1024;
const uint kFrameDrawOps = 16 * 1024;
const uint kFrameComputeOps = 1 * 1024;
struct FrameData... | [
"njepsen89@gmail.com"
] | njepsen89@gmail.com |
baf30d25300ba24c2961d42fb3f6ee4b648a6fd6 | a5741c4a02f6049e44f8150658c1532d63b6cc87 | /Store/src/BrickBox.cpp | 0d2caa66219484725ecdcc9ccdabc8dd05093574 | [] | no_license | madxmarks/Object-Oriented-Programming | a6f74f2c6fa44d5ff243604f41c32a6f90f8e229 | 3ff98326347d896fb054c6d20d88a33633cafd96 | refs/heads/master | 2020-12-29T10:10:16.993167 | 2020-02-05T23:20:31 | 2020-02-05T23:20:31 | 238,568,188 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 394 | cpp | #include "BrickBox.h"
BrickBox::BrickBox(string a, int b, double l, double w, double h) : A_Box(a,b)
{
length = l;
width = w;
height = h;
}
BrickBox::~BrickBox()
{
//dtor
}
double BrickBox::getVolume() const
{
return length*width*height;
}
void BrickBox::show(ostream &out) const
{
A_Box::show... | [
"60475881+madxmarks@users.noreply.github.com"
] | 60475881+madxmarks@users.noreply.github.com |
e5d3a12e31c5df6a556e42ee2c490819c0a224f4 | a76a3b7c7177efd80584bf0e8715e0662fa36f09 | /level1/p01_runningLetter/runningLetter.cpp | 9c6c0d23e6b60ca88374b194dffe88b40f74aaaa | [
"MIT"
] | permissive | Decision2016/c2019 | 75d61467878ce1e86a574a3300902673be8214a2 | 9e37858cc32b1fc9a2a764ab772f9adf70657c62 | refs/heads/master | 2020-04-25T16:13:14.159101 | 2019-06-18T04:41:54 | 2019-06-18T04:41:54 | 172,902,924 | 0 | 0 | MIT | 2019-02-27T11:28:40 | 2019-02-27T11:28:40 | null | GB18030 | C++ | false | false | 543 | cpp | #include<cstdio>
#include<iostream>
#include<windows.h>
#include<cstdlib>
#define W 80 //设置运行宽度
#define SLEEP_TIME 50 //设置休眠时间
char s[] = "test";
int main(){
int len = strlen(s);
while(1){
for(int i = 0;i<W - len;i++){
system("cls");
for(int j = 1;j<=i;j++){
std::cout<<" ";
}
std::... | [
"787362202@qq.com"
] | 787362202@qq.com |
03e501ce35968a7c8ee0640cea8c292c47c451c1 | 61511157e81ec6aa63b453476b3b383edaebc2bc | /src_algorithm/cluster/union_find/union_find_size.h | 7b9b9cfb53d92241a237ed29adefb0aaa13907de | [
"BSD-3-Clause-Clear"
] | permissive | puzzzzzzle/cpp_study | 8d96a7008c06f31cf63f3747f105ef2c893f4bfd | b5529934c876ba00636a7e8ec89976349960331b | refs/heads/master | 2023-08-31T19:30:30.394416 | 2023-08-25T11:59:38 | 2023-08-25T11:59:38 | 217,281,552 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 386 | h | /************************************************
* @author khalidzhang
* @email khalidzhang@tencent.com
* @desc
* @time 2021/3/2
* @file union_find.h
* @version
* version author desc
* 1.0 khalidzhang create
************************************************/
// TODO
#pragma o... | [
"2359173906@qq.com"
] | 2359173906@qq.com |
6ce25fd9597c89907112d28d08be150e711589dd | b611beffab6205d9bd3f003036465edfc0bfe5b8 | /C++/CppTd1/surchage_01.h | 70716d137fdaee4d7486b6f231770376a1d38e66 | [] | no_license | AmerBouayad/OldProjects | 5366551abe6f9b00120c53fdbfd0772557f8e886 | b2632a284f5785970879d984e3e7ff7eeb45c7a7 | refs/heads/master | 2022-12-08T22:32:33.353108 | 2020-09-06T22:41:48 | 2020-09-06T22:41:48 | 293,326,487 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 121 | h | #ifndef SURCHAGE_01_H
#define SURCHAGE_01_H
class surchage_01
{
public:
surchage_01();
};
#endif // SURCHAGE_01_H
| [
"42392@etu.he2b.be"
] | 42392@etu.he2b.be |
306fbf5aff6bb402a306ede6ae5460df36dddb62 | 3ac196543397610d75a66907604c4d42db471288 | /week4/mergeintertion.cpp | 0c28e6cc18be812abe3ff8b0bd0c863e19bd4b57 | [] | no_license | harsh28799/Camouflage2 | cabc89d653e52aea7e3593b3604e74c9879b6335 | bef4d79abe0339ad4bb53e499cc3a7be570a7aa5 | refs/heads/master | 2020-05-06T12:15:37.060439 | 2019-04-07T20:42:55 | 2019-04-07T20:42:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,849 | cpp | #include <iostream>
#include <cstdlib>
#include <ctime>
using namespace std;
void mergeSort(int array[], int min, int max, int threshold);
void insertionSort(int array[], int min, int max)
{
int key ;
for (int j = min + 1 ; j <= max ; j++)
{
key = array[j] ;
int i = j - 1 ;
... | [
"302harsh@gmail.com"
] | 302harsh@gmail.com |
85fa952df6194de9d2baf78a52517eb132012cc5 | e0353dbf28a4e4013179e121cb20268d48052a5f | /mainwindow.h | d476dbf49972c0fb08bc38e60bd9e772c5584359 | [] | no_license | wujingtao/MQMp4 | fde9a4fcda6aef89c1fecb1832b107eb6362ac26 | f7c1155c2d22c78089929fe884c918964653b063 | refs/heads/master | 2020-04-02T17:00:49.993478 | 2018-10-25T08:50:10 | 2018-10-25T08:50:10 | 154,639,556 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,243 | h | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include <QMoveEvent>
#include <QPainter>
#include <qmath.h>
#include <QSystemTrayIcon>
#include <QMenu>
#include "loginmaskwindow.h"
#include <QPropertyAnimation>
#include <QPushButton>
#include <QStackedWidget>
#include "qmyglobal.h"
#include "configwi... | [
"wengun2012@sina.com"
] | wengun2012@sina.com |
15e1b88a353b80530a721404094ad278170099d8 | 4065c8f9ea9b8dfa52cc029a7d3f3402c40638c6 | /Tracker/NDIEMHandler.h | bcbde2b2c4f74967bf481ad831e8c7b4b102a312 | [] | no_license | yongdono/Panasee | 4fd5ffa048aa4d12e745464736b8811a08fb17d1 | cade89049e22c8866aa9f04dabbbb9388f3e99cd | refs/heads/master | 2021-08-31T11:22:04.899654 | 2017-12-21T03:51:56 | 2017-12-21T03:51:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,128 | h | // NDIHandler.h: interface for the CNDIHandler class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_NDIEMHANDLER_H__1CD936B0_9303_4216_AC97_C84D6FC3E8CE__INCLUDED_)
#define AFX_NDIEMHANDLER_H__1CD936B0_9303_4216_AC97_C84D6FC3E8CE__INCLUDED_
#if _MSC_VER > 1000
#pragma once... | [
"w.z.y2006@163.com"
] | w.z.y2006@163.com |
67990950b11c24f18277892525dc3621e4adf773 | d01d589ebdca4d0de105994fc981c8324e08f2df | /数据与结构/哈夫曼编码/Node.h | b62c39fbbc53fe23dff410e5ec1a79f53abe6aa1 | [] | no_license | foxmaomi/practice | fdd2b9be35b999bbee0bfa6387b0a6c0aa010e36 | 5ef1a70253970962a20d9031d3084eaffc0d905a | refs/heads/master | 2021-07-01T22:39:54.061629 | 2020-10-15T14:45:13 | 2020-10-15T14:45:13 | 183,228,901 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,569 | h | #include<iostream>
#include"Handle1.h"
#include<string.h>
template <class T> class Handle;
class Node {
friend class Handle<Node>; //句柄模型类
public:
Node():ch(' '),wei(0),bits(),lc(),rc(){}
Node(const char c,const int w):
ch(c),wei(w),bits(),lc(),rc(){}
Node(const Node& n) {
ch = n.ch;
wei = n.wei;
bits =... | [
"2868283704@qq.com"
] | 2868283704@qq.com |
de99cdcb000237a1fe3ac74627fed7596d533c40 | 562f42e1156895067901c679c67a8a6b371351ee | /trunk/src/core/srs_core.hpp | 134db9bc4c1b6f876c9c0545d808d8f0b9318d6a | [
"MIT"
] | permissive | sparderwee/simple-rtmp-server | f1ec43402820b116378b98805f6ec8c84ac8efb8 | 9b8f6ff962e11186a3e2e62970837f8cde7849fb | refs/heads/master | 2021-05-28T10:01:43.585021 | 2014-12-16T01:57:14 | 2014-12-16T01:57:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,914 | hpp | /*
The MIT License (MIT)
Copyright (c) 2013-2014 winlin
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, p... | [
"winlin@vip.126.com"
] | winlin@vip.126.com |
f733f8c9db7a192ec7f8f9d80a3b07fdd776edd7 | 4468db74fb29a485b861cd653e3c096fff7504f0 | /include/codegen/CodeGenerator.hpp | c38442b2d4546ddf2f39dbeb10cab41c940494d4 | [
"Apache-2.0"
] | permissive | fdbresearch/LMFAO | d679d3928417d35395e426011d64a99743477cc3 | df6a5f59d597e9d7dd5984f268700223553789d0 | refs/heads/master | 2022-12-24T01:29:47.199526 | 2020-10-08T19:51:23 | 2020-10-08T19:51:23 | 302,438,926 | 17 | 1 | null | 2020-10-08T19:51:24 | 2020-10-08T19:14:35 | C++ | UTF-8 | C++ | false | false | 872 | hpp | //--------------------------------------------------------------------
//
// CodeGenerator.hpp
//
// Created on: 9 January 2018
// Author: Max
//
//--------------------------------------------------------------------
#ifndef INCLUDE_CODEGEN_CODEGENERATOR_HPP_
#define INCLUDE_CODEGEN_CODEGENERATOR_HPP_
// enum Parall... | [
"mjschleich@gmail.com"
] | mjschleich@gmail.com |
e59b6f13218bdb4e5f10b04ecd23efaffef57a78 | ebd5c4632bb5f85c9e3311fd70f6f1bf92fae53f | /P.O.R.-master/panda/include/daeCharacter.h | e7a85cbedf75ee58c2f6fb0e22aa5e956867d867 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | BrandonAlex/Pirates-Online-Retribution | 7f881a64ec74e595aaf62e78a39375d2d51f4d2e | 980b7448f798e255eecfb6bd2ebb67b299b27dd7 | refs/heads/master | 2020-04-02T14:22:28.626453 | 2018-10-24T15:33:17 | 2018-10-24T15:33:17 | 154,521,816 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,980 | h | // Filename: daeCharacter.h
// Created by: pro-rsoft (24Nov08)
//
////////////////////////////////////////////////////////////////////
//
// PANDA 3D SOFTWARE
// Copyright (c) Carnegie Mellon University. All rights reserved.
//
// All use of this software is subject to the terms of the revised BSD
// license. You sh... | [
"brandoncarden12345@gmail.com"
] | brandoncarden12345@gmail.com |
3c2ec91a6679de86a79a4664e71af83480be0856 | e530de3d58b7056bd1237ea6791d9cedf8318c5e | /filecntdialog.cpp | 3b3f53624d39bb7d1da76a582c1dead0c28c07b2 | [] | no_license | hellozhuzhuye/QtLAN | aeee1b440f46e5d7f2c0f4b63c5819aadb3d06ee | c0ad5a056c031aeb20c2993e4324bbee83c3c9d6 | refs/heads/master | 2020-12-23T12:56:25.222385 | 2020-06-10T01:49:54 | 2020-06-10T01:49:54 | 237,160,173 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,193 | cpp | #include "filecntdialog.h"
#include "ui_filecntdialog.h"
#include <QDesktopServices>
#include <QFileInfo>
#include <QUrl>
FileCntDialog::FileCntDialog(QWidget* parent)
: QDialog(parent)
, ui(new Ui::FileCntDialog)
{
ui->setupUi(this);
myCntSocket = new QTcpSocket(this);
mySrvPort = 5555;
connec... | [
"826076402@qq.com"
] | 826076402@qq.com |
bb4b878a929eb0646a67c5f2c180ef65a83327c9 | 921bfe0232102964c8fc7c11a7c1789900fc951b | /project/test/index/b_plus_tree_print_test.cpp | 8618014096ced065015839d8c4c0657b320fd4af | [] | no_license | yuyilei/cmu15-445 | f00f48bc22521e52a044f8964dcc9603a75b2568 | 0a5e25c23944db5237cd01f40359218dec7409ee | refs/heads/master | 2020-03-18T06:37:37.686678 | 2018-04-01T15:04:10 | 2018-04-01T15:04:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,479 | cpp | /**
* b_plus_tree_test.cpp
*/
#include <cstdio>
#include <iostream>
#include <sstream>
#include "buffer/buffer_pool_manager.h"
#include "common/logger.h"
#include "index/b_plus_tree.h"
#include "vtable/virtual_table.h"
#include "gtest/gtest.h"
namespace cmudb {
std::string usageMessage() {
std::string message =... | [
"xingdl2007@gmail.com"
] | xingdl2007@gmail.com |
d6d875627c631fa53910bbc26942e3a8dde7e54e | 40c97852c08bae77eb065f25e946b2ca3b092081 | /homework/hw03/problem1/CalcMain.cpp | 553cfe78c3e2685bb0b222b138095e60015ce55c | [
"Apache-2.0"
] | permissive | mspringerneu/eece2160git | 3dfe2d4d40ca0aa1dacd655d1f93c7f7ee3f507d | 35deaea26b25c0b4258648d9b018ec572d84c7f7 | refs/heads/master | 2021-01-13T12:50:35.856668 | 2017-03-30T14:47:10 | 2017-03-30T14:47:10 | 78,473,545 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,351 | cpp | /*
* Project: HW03 Problem #1
* File: CalcMain.cpp
* Author: Matthew Springer
* Date: 12 March, 2017
*/
#include <iostream>
#include <string>
#include "Calculator.h"
class Arithmetic {
private:
int intData;
float floatData;
double doubleData;
template<class T2>
void printOperations(T2... | [
"springer.m@husky.neu.edu"
] | springer.m@husky.neu.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.