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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a7c5aeb181df555b68cfab7f8dfdecbf94775d30 | 89f7b55adfd1403528c0880160e75e017abd96ce | /Excel/Ejercicio_1/ExcelWrite/LibExcel.cpp | a47dc55d0cdcd9071c705736b36d2375d7f272d1 | [] | no_license | JavierSLX/Wintempla | 163c610dbf390a4544053f93391c80ee3db63926 | f6002b53bf45b85af680fc271033de33d98652c4 | refs/heads/master | 2021-01-22T18:50:06.206807 | 2017-03-17T15:41:51 | 2017-03-17T15:41:51 | 85,116,435 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 154 | cpp | #include "stdafx.h" //_____________________________________________ LibExcel.cpp
#include "LibExcel.h"
void LibExcel::Window_Open(Win::Event& e)
{
}
| [
"jserranolule@gmail.com"
] | jserranolule@gmail.com |
5a89d2280517ffd94e211c2d5217c739d4abedf1 | cc42472c51d1ca5f2e27106612e2919f3d3799f2 | /src/test/test_zerocoin.cpp | 77300189a80d9f1b9487b71c43999da2d729ee57 | [
"MIT"
] | permissive | OBLMFGJE/CarbonZero | 53b743559f7d5f6ebeedb9d0a29652d38f654a2f | c2981581287101c33915df09aa4348a74a3547f3 | refs/heads/master | 2022-01-10T06:36:47.325778 | 2019-06-23T03:52:23 | 2019-06-23T03:52:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 632 | cpp | // Copyright (c) 2017 The CarbonZero developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#define BOOST_TEST_MODULE Zerocoin Test Suite
#define BOOST_TEST_MAIN
#include "libzerocoin/Denominations.h"
#include "amount.h... | [
"root@ip-172-31-30-236.ec2.internal"
] | root@ip-172-31-30-236.ec2.internal |
bf92d0394dbf60c2f80a55e9ae7b2ec78ecb8b9b | 55ed6b1305748eda1466c0420b8d99f43717522b | /Visual Studio 2008/CppMailslotServer/CppMailslotServer.cpp | 00c7bf9cbff49dc83e477b526255571be1c20ca2 | [] | no_license | 2mhk/All-In-One-Code-Framework | de53599dd599fd84a9d6a21421336633153bd67e | cf711261c52d51d1c9e903d2395d7f200b392743 | refs/heads/master | 2022-03-01T21:15:02.668420 | 2019-09-13T14:59:40 | 2019-09-13T14:59:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,936 | cpp | /****************************** Module Header ******************************\
Module Name: CppMailslotServer.cpp
Project: CppMailslotServer
Copyright (c) Microsoft Corporation.
Mailslot is a mechanism for one-way inter-process communication in the local
machine or across the computers in the intranet. Any... | [
"jdm7dv@gmail.com"
] | jdm7dv@gmail.com |
3a61c23e180b77af3b6979c6cc13d404652a05f3 | 95a43c10c75b16595c30bdf6db4a1c2af2e4765d | /codecrawler/_code/hdu4355/16213419.cpp | e304c7c0a0078a600df5426d6341db45046c1277 | [] | no_license | kunhuicho/crawl-tools | 945e8c40261dfa51fb13088163f0a7bece85fc9d | 8eb8c4192d39919c64b84e0a817c65da0effad2d | refs/heads/master | 2021-01-21T01:05:54.638395 | 2016-08-28T17:01:37 | 2016-08-28T17:01:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,164 | cpp | #include<iostream>
#include<cstdlib>
#include<stdio.h>
#include<math.h>
#include<algorithm>
using namespace std;
const double eps = 1e-12;
struct Node
{
double x;
double w;
}node[50010];
int n;
double calc(double xx)
{
double res=0;
for(int i=1;i<=n;i++)
{
double d=xx-node[i].x;
if(d... | [
"zhouhai02@meituan.com"
] | zhouhai02@meituan.com |
5e3d6d547bebc3b5295df458e127b55725714039 | 9981f0619dafe7a924f4dde4876a9249d4628566 | /maz/mazmorra.h | 16ec158fb1683d1cdb86fe28e6422c1bd7d30311 | [] | no_license | dggetsii/Software | 72e2af49e1ad523f9e0a56d0f21ed5bc9f0522fd | 600f7547fbc9358e0096041ece1dd4b53be1d0fc | refs/heads/master | 2021-01-10T11:58:31.168072 | 2013-04-04T14:57:24 | 2013-04-04T14:57:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 392 | h | #pragma once
#include "prota.h"
//GLOBALES
const int n_hab = 3;
const int n_dra =3;
const int n_tro =1;
class habitacion {
public:
int habx, haby, habx_, haby_;
};
class mazmorra{
private:
int m_, n_;
objeto **matriz;
public:
mazmorra(char []);
~mazmorra();
inline int getm(){return m_;};
inline int get... | [
"daniel63.2@hotmail.com"
] | daniel63.2@hotmail.com |
8f72eddf369bdd2647db71925705d0f0196332bf | d6c0360526df8cc1760ca9465a3bb8a7ef26b445 | /IPC/common/CLogSpooler.cpp | 0ce103d45b0472d54229c463207e3cbdd87a2ef3 | [] | no_license | alekseibutiaev/experience | 44eda6a54e24abeca16291d6885970c88d34f7c2 | 354dc415d937996842a37cd8f215b60a8ae8115e | refs/heads/master | 2023-08-17T15:09:18.318428 | 2023-08-12T17:53:40 | 2023-08-12T17:53:40 | 109,396,253 | 2 | 0 | null | 2022-05-20T20:48:40 | 2017-11-03T13:03:20 | C | UTF-8 | C++ | false | false | 1,362 | cpp | //*****************************************************************************
// Project : pu40
// File : CLogSpooler.cpp
// Created on : Mar 2, 2010
// Author : butyaev
// Name : Butyaev A.Y.
// e-mail : alex-b@kiskom.ru
//***********************************************************************... | [
"aleksei@ceranext.com"
] | aleksei@ceranext.com |
37876865870e1a366692f40fdd412eee804b5c49 | f1144b64dba3b30168065030ac0f017a655555d0 | /Source/Enlight/Saveable.cpp | d7b1f8b9d9a8e9d4951fa637a4c0fa71ae8b6037 | [] | no_license | V41U/Enlight | 4d9ee0fa79e2fb07cf3092e2aa0cf27ab4115c4c | 558efd614d50b0eec264f4df0a70e58918242eaf | refs/heads/master | 2023-01-02T14:40:42.199073 | 2020-10-27T18:10:54 | 2020-10-27T18:10:54 | 302,003,580 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 135 | cpp | // Enlight Game 2019
#include "Saveable.h"
// Add default functionality here for any ISaveable functions that are not pure virtual.
| [
"valentin.sagl@gmail.com"
] | valentin.sagl@gmail.com |
f532d33ab7b2766518a847419f14f4699ad91ceb | 08b23e935104d635e683b85edb22d07f5e1cf845 | /include/taskit_selector.hpp | 2a016a9d81cd9b7536187249414d8f51e79148c2 | [
"BSL-1.0"
] | permissive | gosen/Taskit | 376b26238924cb77b1e36bb27f2eab7e0687428c | 17c058a1549be8924dcd373a4a40620dcdb6d2aa | refs/heads/master | 2021-01-19T09:05:27.514882 | 2018-01-02T15:51:02 | 2018-01-02T15:51:02 | 87,722,919 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,677 | hpp | #ifndef __TASKIT_SELECTOR_H__
#define __TASKIT_SELECTOR_H__
#include "taskit_tasks.hpp"
namespace taskit {
template<typename Head, typename... Tails>
struct ElseTaskSelector : protected ElseTaskSelector<Tails...>, protected FunctionHolder<Head>
{
protected:
using task_t = typename Head::type;
constexpr Els... | [
"gosen.dev@gmail.com"
] | gosen.dev@gmail.com |
a347e3ffedfd192543284156963d7153afd4e899 | f7fe751653e994ec7c3a6958e3d6c9b37b7f4e84 | /MrRobot/Home.cpp | 7ba270e69c4633fed9aac222e51d61314e1afa59 | [] | no_license | erick-henri/Jogos_Game2 | ea96a00c74df3fd76f14d52a34f8dad9820d96f6 | 8a9757bfb427d7fa5c97acf4b30d1d690a4758f4 | refs/heads/main | 2023-08-14T09:41:52.600930 | 2021-10-21T03:12:10 | 2021-10-21T03:12:10 | 419,025,674 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,255 | cpp |
#include "Engine.h"
#include "MrRobot.h"
#include "Home.h"
#include "Nivel1.h"
// ------------------------------------------------------------------------------
void Home::Init()
{
backg = new Sprite("Resources/TitleScreen.png");
tileset = new TileSet("Resources/Transicao.png", 800, 600, 5, 10);
}
// ----------... | [
"erick.h.a@hotmail.com"
] | erick.h.a@hotmail.com |
4bc3fef202cda3e1a5357ad46bc463f3255aa760 | f91cbe3b643edff7d17a3790a5919d9ca0157d07 | /Code/GameSDK/GameDll/Network/Lobby/CryGameSpyVoiceCodec.h | ee1141eabf1cca54f7b0abd4d3100d54299fa609 | [] | no_license | salilkanetkar/AI-Playing-Games | 5b66b166fc6c84853410bf37961b14933fa20509 | 7dd6965678cbeebb572ab924812acb9ceccabcf3 | refs/heads/master | 2021-01-21T18:46:11.320518 | 2016-09-15T16:14:51 | 2016-09-15T16:14:51 | 68,309,388 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,070 | h | /*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license belo... | [
"prawinsg@gmail.com"
] | prawinsg@gmail.com |
2bc0a5ee508c3dfe7362bdb116a2e7ab5278cf9c | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function13922/function13922_schedule_24/function13922_schedule_24_wrapper.cpp | 2684701de209c2b0327537a30af55183142430ef | [] | 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 | 859 | cpp | #include "Halide.h"
#include "function13922_schedule_24_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> buf0(64, 64, 128, 64);
init_buffer(buf0, (int32_t)0);
... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
13feac305236a0e99ea9a9eb822b6fc01e31be2f | 21d994616dcfc5ef1b05d326e21012f64a335ddc | /10000/10430.cpp | 770813b88f2b6593ee7273fee6528732a2ee8816 | [] | no_license | wns5255/boj | c82abbf44b4110efcc9a3a0ab6271d95a2d2e0e6 | 1d20db538118c00e1e397cd9d48bc0a2914ee4e7 | refs/heads/main | 2023-04-07T19:56:25.007359 | 2021-04-13T09:01:08 | 2021-04-13T09:01:08 | 357,079,032 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 287 | cpp | #include <iostream>
using namespace std;
int main() {
int a, b, c;
cin >> a >> b >> c;
if (2 <= a && a <= 10000 && 2 <= b && b <= 10000 && 2 <= c && c <= 10000) {
cout << (a+b) % c << endl << ((a%c)+(b%c))%c << endl << (a*b)%c << endl << ((a%c)*(b%c)) % c << endl;
}
return 0;
} | [
"44057297+wns5255@users.noreply.github.com"
] | 44057297+wns5255@users.noreply.github.com |
cdc2c2dabe83a45c8a33b226b17884f374e447e4 | 5d0ddbd6f42843ded4d5ba18966dc130725607d2 | /c13.code/uintah/branches/pearls/src/Core/Containers/Ring.h | 6c5866ca8a79ec75ee8316b216364336d79fc668 | [
"MIT"
] | permissive | alvarodlg/lotsofcoresbook2code | b93ad62e015d205e4f550028ceb54254023021ee | a2dbeb306fa29ae6663ae29b2c4c132608375cf0 | refs/heads/master | 2020-12-31T03:02:22.579614 | 2015-09-02T15:23:18 | 2015-09-02T15:23:18 | 54,509,919 | 2 | 1 | null | 2016-03-22T21:27:56 | 2016-03-22T21:27:56 | null | UTF-8 | C++ | false | false | 2,209 | h | /*
* The MIT License
*
* Copyright (c) 1997-2015 The University of Utah
*
* 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
* right... | [
"ryan.g.coleman@gmail.com"
] | ryan.g.coleman@gmail.com |
64aceb0318731b1f944c0db1e412b975dea01058 | 971713859cee54860e32dce538a7d5e796487c68 | /unisim/unisim_lib/unisim/kernel/kernel.cc | 470fba07afa0d5e9021bcf715709622bad46d770 | [] | no_license | binsec/cav2021-artifacts | 3d790f1e067d1ca9c4123010e3af522b85703e54 | ab9e387122968f827f7d4df696c2ca3d56229594 | refs/heads/main | 2023-04-15T17:10:10.228821 | 2021-04-26T15:10:20 | 2021-04-26T15:10:20 | 361,684,640 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 91,551 | cc | /*
* Copyright (c) 2007,
* Commissariat a l'Energie Atomique (CEA)
* 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 copyrig... | [
"guillaume.girol@cea.fr"
] | guillaume.girol@cea.fr |
b1ec7d48329f411a2c0f8f48be0faff40290c5d7 | f081e9c332b9109a3ac2ccadd3c9b0c7053cc58f | /BST.cpp | 2d08f2e6d45db0abd35abd9f63b561bc7d1bde65 | [] | no_license | keithdawson/Project_5 | fb568c74bd1c3012c7bb1a3c14282cf41ac92bea | 0bcaa667c2b1fd05a75632728a2ef5bcc85ba858 | refs/heads/master | 2021-01-19T14:00:10.791522 | 2017-04-27T14:33:53 | 2017-04-27T14:33:53 | 88,117,943 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,128 | cpp | //Binary Search Tree Program by Blake Mizzell
#include <iostream>
#include <cstdlib>
using namespace std;
struct node
{
node* left;
node* right;
int data;
};
class BST
{
private:
node* sortedArrayToBST(int a[], int, int);
node* root = new node;
node* newNode(int);
bool isEmpty() const { return root==NULL; }
... | [
"blakemizzell@gmail.com"
] | blakemizzell@gmail.com |
f083abe0c6252fafed0373b0c26be933826eb802 | 92e67b30497ffd29d3400e88aa553bbd12518fe9 | /assignment2/part6/Re=20/5.7/phi | 71da754f487690d02cbdfe48324190ba292b42cf | [] | no_license | henryrossiter/OpenFOAM | 8b89de8feb4d4c7f9ad4894b2ef550508792ce5c | c54b80dbf0548b34760b4fdc0dc4fb2facfdf657 | refs/heads/master | 2022-11-18T10:05:15.963117 | 2020-06-28T15:24:54 | 2020-06-28T15:24:54 | 241,991,470 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 46,571 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*-... | [
"henry.rossiter@utexas.edu"
] | henry.rossiter@utexas.edu | |
1168c2e94e21e2c30b58531eb7375e076beaa1d7 | 5a77b5092acf817ac37a5fafd006feea434dd0d6 | /Doxygen_Graphviz/DesignPatternExample/品味Java的21種設計模式/dp_cpp/command/example1/Receiver.h | d9c1764c970fe62b5fbc5b2834fcd58ad9fcf174 | [] | no_license | shihyu/MyTool | dfc94f507b848fb112483a635ef95e6a196c1969 | 3bfd1667ad86b3db63d82424cb4fa447cbe515af | refs/heads/master | 2023-05-27T19:09:10.538570 | 2023-05-17T15:58:18 | 2023-05-17T15:58:18 | 14,722,815 | 33 | 21 | null | null | null | null | GB18030 | C++ | false | false | 419 | h | #pragma once
namespace cn
{
namespace javass
{
namespace dp
{
namespace command
{
namespace example1
{
///
/// <summary> * 接收者对象 </summary>
///
class Receiver
{
///
/// <summary> * 示意方法,真正执行命令相应的操作 </summary>
///
public:
v... | [
"jason_yao@htc.com"
] | jason_yao@htc.com |
240e10621050b7001654644276e5ac1a85aaa3ca | 1794509b41054673d6106978814ef32dd84311a4 | /Source/TitaniumKit/src/UI/TitleAttributesParams.cpp | 8613958e5bb841a0cb63afdd6795b6617c387df5 | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0"
] | permissive | hansemannn/titanium_mobile_windows | 93ea3f905f3798af08aba1b63cfb2cf61d7bec8b | 2b84199f115fac7e4452b5d2506ce1d454e623a6 | refs/heads/master | 2021-01-11T02:40:45.432158 | 2016-10-11T12:41:20 | 2016-10-11T12:41:20 | 70,910,105 | 1 | 0 | null | 2016-10-14T12:55:03 | 2016-10-14T12:55:03 | null | UTF-8 | C++ | false | false | 1,393 | cpp | /**
* TitaniumKit TitleAttributesParams
*
* Copyright (c) 2015 by Appcelerator, Inc. All Rights Reserved.
* Licensed under the terms of the Apache Public License.
* Please see the LICENSE included with this distribution for details.
*/
#include "Titanium/UI/TitleAttributesParams.hpp"
namespace Titanium
{
names... | [
"developer@infosia.co.jp"
] | developer@infosia.co.jp |
b2f6ee273ad8bb5be9abf6a18bf0efffb047689a | d89a102718ba60ee88b730d7a8c9412971e40fd9 | /External/eigen-3.3.7/bench/check_cache_queries.cpp | c529608abf79f63c67411e3761fcac4ba18ea403 | [
"MIT",
"GPL-3.0-only",
"LGPL-2.1-only",
"Minpack",
"MPL-2.0",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LGPL-2.1-or-later"
] | permissive | RokKos/eol-cloth | bd228eef04400d3199864d5d7cf60de641c88479 | b9c6f55f25ba17f33532ea5eefa41fedd29c5206 | refs/heads/master | 2021-02-18T23:08:30.700135 | 2020-03-28T10:46:48 | 2020-03-28T10:46:48 | 245,248,707 | 0 | 0 | MIT | 2020-03-05T19:20:33 | 2020-03-05T19:20:32 | null | UTF-8 | C++ | false | false | 3,250 | cpp |
#define EIGEN_INTERNAL_DEBUG_CACHE_QUERY
#include "../Eigen/Core"
using namespace Eigen;
using namespace std;
#define DUMP_CPUID(CODE) {\
int abcd[4]; \
abcd[0] = abcd[1] = abcd[2] = abcd[3] = 0;\
EIGEN_CPUID(abcd, CODE, 0); \
std::cout << "The code " << CODE << " gives " \
<< (int*)(abcd[0]) ... | [
"rok.kos@outfit7.com"
] | rok.kos@outfit7.com |
b74ce40fdf2af69d775ef454f18c4b16da62b047 | 915a299da006a2625b4ffadb011ca01bcd72fe7e | /Englamer/Components/Component.h | 3303ba9102e6b253ebf08aaef9c0f01cb4d55c0e | [
"Unlicense"
] | permissive | rutgerklamer/Englamer | aefe51e63e09c4d4e5de61e1cfe3b6360b01d637 | 5865fd6625445d1164b73d8a20f73e3b996e2cc4 | refs/heads/master | 2021-04-09T10:27:00.384556 | 2018-05-02T09:24:20 | 2018-05-02T09:24:20 | 124,364,301 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 413 | h | #ifndef COMPONENT_H
#define COMPONENT_H
enum component_type {
UNDEFINED, MESH, TRANSFORM, COLLIDER, LIGHT, MATERIAL, PARTICLESYSTEM
};
class Component
{
public:
Component();
~Component();
component_type get_component_type();
void set_component_type(component_type c);
bool get_enabled();
void set_enabled... | [
"rutger.klamer@gmail.com"
] | rutger.klamer@gmail.com |
a40679dc870e6f45617b414036721409ae4b265f | 525a8aec4ccfa9a72e7d6964d0f0b9ed3bc06025 | /src/NVT.h | 63c0cc6620d4f65113ece06d0a4549ea0ae13ac5 | [
"ISC",
"BSD-4-Clause",
"BSD-2-Clause"
] | permissive | msargent/mdnsBro | 02dde5d0e4a3d570df7cb0889585c329f74ea452 | fa87a81a9649e5d8b1c19747fe23f551c84c6ea8 | refs/heads/master | 2021-01-10T21:13:34.954916 | 2011-01-21T00:32:10 | 2011-01-21T00:35:24 | 1,369,737 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,636 | h | // $Id: NVT.h 6219 2008-10-01 05:39:07Z vern $
//
// See the file "COPYING" in the main distribution directory for copyright.
#ifndef nvt_h
#define nvt_h
#include "ContentLine.h"
#define TELNET_OPTION_BINARY 0
#define TELNET_OPTION_TERMINAL 24
#define TELNET_OPTION_AUTHENTICATE 37
#define TELNET_OPTION_ENCRYPT 38
#... | [
"robin@icir.org"
] | robin@icir.org |
6db4f2e5f1214854223a4115aeaff384fdd7e7be | a0cec8074a9156eb855cdb5039193775d5108241 | /codeforces/2016-03-12-1.cpp | f91eaa99d2c7ce94b65f7b38aec3f2f536654612 | [] | no_license | Caprimulgusindicus/icpc2016 | 37eacc28973a95ca02636f3d12b4bced1722c5f3 | 87989e6c74e2402c3bc3891e128e58be12a0a0e0 | refs/heads/master | 2021-09-15T09:20:34.043369 | 2018-05-29T18:52:58 | 2018-05-29T18:52:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 300 | cpp | #include <iostream>
#include <stdio.h>
using namespace std;
int main()
{
int n;
int a;
while(~scanf("%d",&n)&&n)
{
int ans=0;
for(int i=1;i<=n;i++)
{
scanf("%d",&a);
ans+=a*a;
}
printf("%d\n",ans);
}
return 0;
}
| [
"fsszns@163.com"
] | fsszns@163.com |
f00cd90f460723eb749adb4dd8d72086d6d630a3 | f4bf36b028ec408f3f265547186efe96206d1da6 | /ProfessionalCpp2e/c13_code/Lambdas/count_if_ref.cpp | f61af1f9fbe6b388d95e382df03c6dd91bc43ee4 | [] | no_license | yeyuzhen/EasonCodeShare | 12f0dbe6a0debdb31174bab410e3c302ca1ff300 | f5ec605f095f06d67653d0b61fdcc639b3979bba | refs/heads/master | 2022-01-10T01:29:57.979716 | 2018-02-19T08:24:37 | 2018-02-19T08:24:37 | 10,100,458 | 14 | 14 | null | null | null | null | UTF-8 | C++ | false | false | 466 | cpp | #include <vector>
#include <algorithm>
#include <iostream>
using namespace std;
int main()
{
vector<int> vec = {1,2,3,4,5,6,7,8,9};
int value = 3;
int cntLambdaCalled = 0;
int cnt = count_if(vec.cbegin(),vec.cend(),
[=, &cntLambdaCalled](int i){++cntLambdaCalled; return i>value;});
cout << "The lambd... | [
"mail.yeyuzhen@gmail.com"
] | mail.yeyuzhen@gmail.com |
656364b48bf93b801c978b6a994a8ad686cb5ac7 | c3dfeb133335e1341e8b61f597411cbe47629a12 | /parser.h | 17ce31456fdc63087e77dae2795d1eab36be5088 | [] | no_license | terriblemike/manager | 5f15e9df15c07d362c5db9e33f69d10045376ac6 | 327bea75f978efd767df21194b64b1b9a87782ba | refs/heads/master | 2021-01-01T18:34:08.453642 | 2014-05-21T14:31:42 | 2014-05-21T14:31:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 917 | h | #ifndef PARSER_H
#define PARSER_H
#include <QObject>
#define CLIENT_SENDER 20
#define SERVER_SENDER 21
#define COMMAND_CLIENT_REQUEST 60
#define COMMAND_SERVER_ANSWER 60
#define COMMAND_CLIENT_HIGHEST_ON_OFF 61
#define COMMAND_CLIENT_SETMODE 62
typedef struct{
char mode;
char gk;
char highe... | [
"terriblemike@yandex.ru"
] | terriblemike@yandex.ru |
77c4aaa18fcc7d05a1846bc620cf25cf3e58ebb5 | 4882a18a4850e68728bc9c0a2d842c25eb29c8ff | /15.cpp | 05552728c6384608023ffd86259d1f3416d5cba4 | [] | no_license | OOCZC/coding-interviews | 761e7382cd1f49a31e522ab72cc6db21e1daa332 | 96f2b4f34d7c8ab086886cf5719d006b744dbef3 | refs/heads/master | 2021-05-10T11:05:16.772888 | 2019-07-08T15:06:51 | 2019-07-08T15:06:51 | 118,402,177 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 607 | cpp | #include <stdio.h>
int NumberOf1(int n){
int flag = 1;
int ans = 0;
while(flag){ // 左移最后变为0
if(flag & n)
ans ++;
flag = flag << 1;
}
return ans;
}
int NumberOf1_faster(int n) {
int ans = 0;
while (n) {
++ ans;
n = n & (n - 1);
}
return... | [
"whatisooc@gmail.com"
] | whatisooc@gmail.com |
e2ca609994fb465793e506a5a8cc29569f6847ae | ef8e875dbd9e81d84edb53b502b495e25163725c | /litewiz/src/variants/variant_list_model.h | 2071025ef67d8536dd2e918104a0e58c8580dce6 | [] | no_license | panone/litewiz | 22b9d549097727754c9a1e6286c50c5ad8e94f2d | e80ed9f9d845b08c55b687117acb1ed9b6e9a444 | refs/heads/master | 2021-01-10T19:54:31.146153 | 2010-10-01T13:29:38 | 2010-10-01T13:29:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,429 | h | /*******************************************************************************
*******************************************************************************/
#ifndef VARIANT_LIST_MODEL_H
#define VARIANT_LIST_MODEL_H
/******************************************************************************/
#include... | [
"ostrovsm@gmail.com"
] | ostrovsm@gmail.com |
2de6c463b32443616f6d0fa0cb993611359a48c1 | 1607bef547eb983b2e47b81edbef7260475175dd | /cadrc/MakeSolid.cpp | c52f8fa529910cfa8129cc28dc639a55e9be5d3f | [] | no_license | uingue/cadrc | 2802d83dca49fcc761b37b371e4d9123f31cf3d3 | 6e1a478b71b7aaaaa59dbc2e84155e1c1cc2161f | refs/heads/main | 2023-01-14T08:35:06.154235 | 2020-11-19T08:47:13 | 2020-11-19T08:47:13 | 314,167,297 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 5,778 | cpp | #include"MakeSolid.h"
#include<vector>
using namespace std;
#define PI 3.1415926
Solid* makeSolid_1genus()
{
vector<Vertex*> vs;
vs.push_back(new Vertex(-1.0, -1.0, -1.0));
vs.push_back(new Vertex(1.0, -1.0, -1.0));
vs.push_back(new Vertex(1.0, 1.0, -1.0));
vs.push_back(new Vertex(-1.0, 1.0, -1.0));
vs.push_ba... | [
"logary@163.com"
] | logary@163.com |
c47033fe28674040d4a0c3e5be3ad49237e6503a | afd396d1fd975aae13e3dee61af73ca8e2cf9199 | /Day 24/day24-part2/day24-part2.cpp | cd77b19ffc67ac7b7dc3c54badb33f971ceb1079 | [] | no_license | FirescuOvidiu/Advent-of-Code-2019 | 8c28e6f732374a857bcf22aa89826f9f97a7728d | 9ab6921152809cc0863269d0ec72a437a64fcd50 | refs/heads/master | 2020-09-21T02:12:04.041165 | 2020-01-17T12:10:57 | 2020-01-17T12:10:57 | 224,650,421 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,300 | cpp | #include "../../AOCHeaders/stdafx.h"
void readInput(std::fstream& in, std::vector<std::vector<char>>& map)
{
std::vector<char> v;
std::string line;
while (std::getline(in, line))
{
for (int i = 0; i < line.size(); i++)
{
v.push_back(line[i]);
}
map.push_back(v);
v.clear();
}
}
bool checkInMap(int... | [
"ovidiufirescu@gmail.com"
] | ovidiufirescu@gmail.com |
914dcc899993a322246206de5edc7439c8ba6fff | c6ea0a91594a8e75fd1805d471dbea62bef3abd0 | /lib/test_ais.cc | af41b324105d06a1fd51f344f8337b91cb14ea75 | [
"Apache-2.0"
] | permissive | Scorpio69t/gr-ais | fc795c16a2f3017a4e5281100fdc00c69d1e5a8e | ce46e2e907b60f45d9c2cf0b0ed39c4a9b199de4 | refs/heads/main | 2023-09-02T02:02:09.423990 | 2021-10-25T07:49:30 | 2021-10-25T07:49:30 | 418,373,742 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,399 | cc | /* -*- c++ -*- */
/*
* Copyright 2012 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio 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, or (at your option... | [
"yangruitao@cd-hst.com"
] | yangruitao@cd-hst.com |
db6e2e9e417dc39580853483f85ae8c4cd3f3116 | ea14294ae5e0344b31ab081a023ffd724331f789 | /MyGL/Core/Structures/Vector.h | 345c0af4f13295b9a21a872912a0c0be21b6f2b6 | [] | no_license | hyf042/MyGL | c17caa6e59162d0eb2d21e1d899fdeff019158dd | 22fc8c785882beacb8e387ef0edf810aa067b1a6 | refs/heads/master | 2021-01-10T22:11:45.170638 | 2015-06-14T06:04:14 | 2015-06-14T06:04:14 | 32,025,682 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,138 | h | #ifndef _MYGL_CORE_VECTOR_H_
#define _MYGL_CORE_VECTOR_H_
#include <cmath>
#include <iomanip>
#include <sstream>
#include "../PreDefines.h"
#include "../Exception.h"
#include "../Math.h"
#include "../Interfaces/IStringify.h"
#include "../Interfaces//IClonable.h"
namespace MyGL {
template<int SIZE>
cla... | [
"hyf042@gmail.com"
] | hyf042@gmail.com |
f402623af96632fd23a19f1d61be1237651f6e0a | 1672d3c797c6460bdb6256bbbb04fca3cb47a6e6 | /CrossApp/control/CAButton.h | 1c1bd1e54f2973b5577e8d75298c768b36e1a6f3 | [] | no_license | swizl/CrossApp | f1dfee79299ba959f503c9e91b38b186e297158f | 2d3869e3b59b018f63313f358f2809961b339039 | refs/heads/master | 2021-01-22T23:53:02.037395 | 2015-01-27T01:42:33 | 2015-01-27T01:42:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,392 | h | //
// CAButton.h
// CrossApp
//
// Created by Li Yuanfeng on 14-3-23.
// Copyright (c) 2014 http://9miao.com All rights reserved.
//
#ifndef __CAButton__
#define __CAButton__
#include <iostream>
#include "CAControl.h"
NS_CC_BEGIN
typedef enum
{
CAButtonTypeCustom = 0,
CAButtonTypeSquareRect,
CAButto... | [
"278688386@qq.com"
] | 278688386@qq.com |
8399b735979b8ffc87b2ea555bc45d1157461e87 | 68ab35da744b75baabd9c809ff1e47c40b3e93c2 | /dxfv_wxWidgetsApp.cpp | 4fff523c7d0d4550500382a200f6765e370b5461 | [] | no_license | deepblueparticle/DXF_Viewer | e3cac39e97b4f2088d0968c1b0e469ba1254f12c | bb6e41a9b75351b35c8d7fdba1b4f8933bb4d825 | refs/heads/master | 2020-03-30T03:47:47.627378 | 2014-08-13T12:32:46 | 2014-08-13T12:32:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 638 | cpp | /***************************************************************
* Name: dxfv_wxWidgetsApp.cpp
* Purpose: Code for Application Class
* Author: ()
* Created: 2014-06-09
* Copyright: ()
* License:
**************************************************************/
#ifdef WX_PRECOMP
#include "wx_pch.h"
#... | [
"james@ravenspoint.com"
] | james@ravenspoint.com |
92f66e822d45c5605eb07541ea670640a5180b82 | bdcaa802afdce01d31b49c045fb31933fea75359 | /Bird.h | 3d69d37cc6eb82aba0c442eb511fbd8c271e2c44 | [] | no_license | aurarose/NotFlappyBird | 04c01ca90012e06aea753ffe678b35b28a456c47 | 1e491bd5351e384ae9f8363670d22ac528b9b5a6 | refs/heads/master | 2016-09-06T21:24:05.433013 | 2015-09-11T21:05:23 | 2015-09-11T21:05:23 | 42,332,193 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 488 | h | #pragma once
#include "core/actor.h"
class Bird :
public Actor
{
public:
Bird(float x, float y);
enum state{alive,hit,falling,dead};
void die();
private:
float gravity;
float v_speed;
float max_speed;
float flap_height;
float cur_rotation = 0;
float max_rotation = 15;
int jump_timer = 0;
int jump_delay = 1... | [
"rlima@ucsc.edu"
] | rlima@ucsc.edu |
8fc97c20376a7fc307a32ff4e2ef13cafd1043cf | 10ce753566eb0d524153cb7a596c96e03284d426 | /Manager/QRCode/QRDecode/RsDecode.cpp | a7b2b5f98916651b2f0c187dd8b34ecafec6bf68 | [] | no_license | JLUCProject2020/cproject2020-group-7 | 3b715659115b960358b3ab6b16d2fc551ce1faf8 | b6fb4844c6ca86ed34d5e25eb6f1f8076e49789b | refs/heads/master | 2022-12-14T20:31:10.252132 | 2020-09-09T15:02:08 | 2020-09-09T15:05:17 | 293,831,315 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 8,052 | cpp | // RsDecode.cpp: implementation of the RsDecode class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "RsDecode.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
////////////////////////////////////////////////////... | [
"silasgao18@163.com"
] | silasgao18@163.com |
9cc63ae1ee47fd2599637f1f204e6f8dde7336b3 | 1e5939e1a3dd85aeb8d386ab697ed7eb4da57ec4 | /src/luxrays/utils/ocl.cpp | 1bc49b0c5e2878dd5ddaeae8f65ae93bff0f8053 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | yazici/LuxCore | 3f58b3e34b5b726be64c9d9c94688025d6e559a9 | 67592ce9bcf3f7b7f40c0c1a3736a9927f12840a | refs/heads/master | 2020-04-28T07:26:22.089029 | 2019-03-11T12:53:39 | 2019-03-11T12:53:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,464 | cpp | /***************************************************************************
* Copyright 1998-2018 by authors (see AUTHORS.txt) *
* *
* This file is part of LuxCoreRender. *
* ... | [
"dade916@gmail.com"
] | dade916@gmail.com |
3a7c9091df657170bd7174c47ddcee9a4e586ebe | 7579d827cb7b50b438dfd9ef6fa80ba2797848c9 | /sources/plug_wx/include/luna/wrappers/wrapper_wxImage.h | 55809eab9648287effaa6fa652b208c026749caf | [] | no_license | roche-emmanuel/sgt | 809d00b056e36b7799bbb438b8099e3036377377 | ee3a550f6172c7d14179d9d171e0124306495e45 | refs/heads/master | 2021-05-01T12:51:39.983104 | 2014-09-08T03:35:15 | 2014-09-08T03:35:15 | 79,538,908 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,915 | h | #ifndef _WRAPPERS_WRAPPER_WXIMAGE_H_
#define _WRAPPERS_WRAPPER_WXIMAGE_H_
#include <plug_common.h>
#include "lua/LuaObject.h"
#include <wx/image.h>
class wrapper_wxImage : public wxImage, public luna_wrapper_base {
public:
~wrapper_wxImage() {
logDEBUG3("Calling delete function for wrapper wx... | [
"roche.emmanuel@gmail.com"
] | roche.emmanuel@gmail.com |
b48dc8b59987c28e280d42d1de5ae8433c0fabfb | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function13855/function13855_schedule_37/function13855_schedule_37.cpp | a079d12fd462d2bffef50679dc4806db64e220fe | [] | 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,347 | cpp | #include <tiramisu/tiramisu.h>
using namespace tiramisu;
int main(int argc, char **argv){
tiramisu::init("function13855_schedule_37");
constant c0("c0", 1024), c1("c1", 128), c2("c2", 256);
var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i01("i01"), i02("i02"), i03("i03"), i04("i04"), i05("i05"),... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
939ed93b01813ca3062d23d66bcafb0adeec613f | 8110b152043e1ecf644616b7de9fba6c233d10f5 | /test/src/test_visitor.cpp | 6cd4abbede4451b37811ae0f15a679214d25ebc8 | [] | no_license | FlorinChertes/ex603_mcp_001 | d87b43269b49258f7f25271bc49e7553e206cd2c | 7d9ac003a72be578077a8e7ce9429a19031d80cc | refs/heads/master | 2023-09-01T13:52:02.557862 | 2023-08-25T08:31:23 | 2023-08-25T08:31:23 | 183,943,853 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,361 | cpp | #include <iostream>
#include <string>
#include <vector>
#include <variant>
template<class... Ts> struct overloaded : Ts... {
using Ts::operator()...;
};
class Wheel {
public:
Wheel(const std::string& n) : name(n) { }
std::string getName() const {
return name;
}
private:
std::string name;
}... | [
"FlorinChertes@computer.org"
] | FlorinChertes@computer.org |
d607f06034c9d206e5c4ef66e1042bc040092e42 | 628154dcf1e1bdb61a0bb0054919b8aab305dc9a | /1d/struct_default_copy/openmp/main.reference.cpp | 8ed8fb651ca49fbd9cee1fb898ea0acb47e419e1 | [
"MIT"
] | permissive | realincubus/clang_plugin_tests | 616b3d9a187b419bcd0d4c2c6c3ab27d291fdaef | 018e22f37baaa7c072de8d455ad16057c953fd96 | refs/heads/master | 2021-01-17T10:20:40.078576 | 2018-11-28T11:11:25 | 2018-11-28T11:11:25 | 56,518,193 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 205 | cpp |
struct A {
int memeber_a;
double member_b;
};
int main( int argc, char** argv ) {
A a1[10];
A a2[10];
#pragma omp parallel for
for (auto t1=0;t1<=9;++t1) {
a1[t1] = a2[t1];
}
}
| [
"kemnitz.stefan@googlemail.com"
] | kemnitz.stefan@googlemail.com |
a21771c5d37f340b66d26bb063e446d14d3ec701 | 5d86c47ce39fa19589b17cf65c29c82209cb47c4 | /12.11/include/CommissionEmployee.h | f850894381946f4c6a5a6b7a371cc3bbaf6d5bf0 | [] | no_license | zhangmojian/zhang_mojian | 258c56732b2f14267e0cb722a1bedd134f10c1c5 | 7f2ad17669da0b7796ce203ece69c025cf0b7256 | refs/heads/master | 2021-10-28T03:36:42.104569 | 2019-04-21T12:50:40 | 2019-04-21T12:50:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 861 | h | #ifndef COMMISSION_H_INCLUDED
#define COMMISSION_H_INCLUDED
#include<string>
class CommissionEmployee
{
public:
CommissionEmployee(const std::string&,const std::string&,
const std::string&,double=0.0,double=0.0);
void setFirstName(const std::string&);
std::string getFirstName()const;
void set... | [
"1141736059@qq.com"
] | 1141736059@qq.com |
0d8c78a6b4d2a09935527c3c811d8f4493c3a65a | d05383f9f471b4e0691a7735aa1ca50654704c8b | /CPP2MIssues/SampleClass659.cpp | f573133d2fdfa83410574cb478c891c049dac0bc | [] | no_license | KetkiT/CPP2MIssues | d2186a78beeb36312cc1a756a005d08043e27246 | 82664377d0f0047d84e6c47e9380d1bafa840d19 | refs/heads/master | 2021-08-26T07:27:00.804769 | 2017-11-22T07:29:45 | 2017-11-22T07:29:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 50,048 | cpp | class SampleClass659{
public:
void m1() {
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
i... | [
"ketki.thosar@acellere.com"
] | ketki.thosar@acellere.com |
f7af5b7f50e467a4dc70988a3ae143a12b74af29 | 17dbbbdc6bd3fe56a466d97f674b735720da60a5 | /ui/views/animation/ink_drop_host_view.h | d638cdfb83334253b878f2ec8737bab16353046d | [
"BSD-3-Clause"
] | permissive | aileolin1981/chromium | 3df50a9833967cf68e9809017deb9f0c79722687 | 876a076ba4c2fac9d01814e21e6b5bcb7ec78ad3 | refs/heads/master | 2022-12-21T09:32:02.120314 | 2019-03-21T02:41:19 | 2019-03-21T02:41:19 | 173,888,576 | 0 | 1 | null | 2019-03-05T06:31:00 | 2019-03-05T06:31:00 | null | UTF-8 | C++ | false | false | 8,877 | h | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_VIEWS_ANIMATION_INK_DROP_HOST_VIEW_H_
#define UI_VIEWS_ANIMATION_INK_DROP_HOST_VIEW_H_
#include <memory>
#include "third_party/skia/include/c... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
cf2dc9be0d59d1713219521915509a7929c772d0 | 910246c0cf1594fb901055a8c87999ad0720d9f1 | /Semaine_4/Exercice noté/timbres.cc | 8535840342cc36080c6feb1dec9fccdf43959483 | [] | no_license | GeoffreyMesnier/cpp-Objet | fd549fd83f178b64786e267aedba5d456996d0f9 | 54cfa93094f47bdaf6b74c159bcd115db39f9df8 | refs/heads/master | 2022-04-08T18:31:18.142217 | 2020-03-26T12:09:33 | 2020-03-26T12:09:33 | 250,233,742 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,905 | cc | #include <iostream>
#include <string>
using namespace std;
class Timbre
{
private:
static constexpr unsigned int ANNEE_COURANTE = 2016;
/*****************************************************
* Compléter le code à partir d'ici
*****************************************************/
protected:
string nom;
u... | [
"mesniergeoffrey@gmail.com"
] | mesniergeoffrey@gmail.com |
52b50d2e9ae35c4b8b2e845f24a367bf41758076 | f4865009c9cb2ac8ad00f7809e3e5fde509117fa | /Code/include/pixelVisibility.cpp | b1f9cb5696c28888ab36ff85e3d79bfdb571c1a3 | [
"Apache-2.0"
] | permissive | JemRu/QRcode | 4df6187fa8d626954760c3ea7c7153c109e877e6 | 327d50d610b6922bda94be07f6dc2d466752fa42 | refs/heads/master | 2020-06-03T01:18:47.137628 | 2020-03-27T08:41:08 | 2020-03-27T08:41:08 | 191,373,015 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,478 | cpp | #include "pixelVisibility.h"
// Define the used kernel and arrangement
typedef CGAL::Exact_predicates_exact_constructions_kernel Kernel;
typedef Kernel::FT FT;
typedef Kernel::Point_2 Point_2;
typedef Kernel::Segment_2 Segment_2;
typedef CGAL::Arr_segme... | [
"jingru.jem@gmail.com"
] | jingru.jem@gmail.com |
fa43f32977209cfd484645ff6d1f4df886522cbc | 2a5262f38bfcabf6745951043ccefc59f5cbc842 | /第5阶段-C++提高编程资料/提高编程能力资料/代码/第三阶段-录制代码/01 类模板语法/01 类模板语法/04 类模板对象做函数参数.cpp | 62a5a587af72e14066d30516c9ebb1bd5230a5b2 | [] | no_license | Aomandeyi/Cpp-0-1-Resource | 7ff79db0b6e0b40e2ba497fb7b2a2dca734a52f2 | 4e8498205a85102d09b4bfe0606f9efa2cb13e55 | refs/heads/master | 2020-09-22T02:51:31.537667 | 2020-08-17T09:00:34 | 2020-08-17T09:00:34 | 225,021,963 | 3 | 0 | null | 2019-11-30T14:10:35 | 2019-11-30T14:10:34 | null | GB18030 | C++ | false | false | 1,368 | cpp | //#include<iostream>
//using namespace std;
//
//#include <string>
////类模板对象做函数参数
//
//template<class T1,class T2>
//class Person
//{
//public:
//
// Person(T1 name, T2 age)
// {
// this->m_Name = name;
// this->m_Age = age;
// }
//
// void showPerson()
// {
// cout << "姓名: " << this->m_Name << " ... | [
"553628212@qq.com"
] | 553628212@qq.com |
35a88219ee898ccec674717d324ad8ef94a4736b | b387665e49a9872e6c25f9395a3889cdd9295ba8 | /C++/QuickSortRadixSort/QuickSortRadixSort.cpp | 9d60a5fc24fd14a1fd341ebe542c17b7f99a094d | [] | no_license | jalindogan/Data_Structures | 0cb84837835dc53800730818973a181ff1e81191 | ba37b0b4fdedf453a003364cc9f4e35b18c064ae | refs/heads/master | 2020-04-25T12:33:33.674541 | 2019-02-26T21:54:39 | 2019-02-26T21:54:39 | 172,781,921 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,505 | cpp | ///Quick Sort & Radix Sort
/*
Jeremiah Alindogan
CISP 440
Iraj Sabzevary
03/15/2018
*/
/****************
Objective:
1. Modify quick sort algorithm
-pivot is the last item
-descending order
Note: Do not move the last element into the first element of
element of the array. You must treat the ... | [
"jeremiah.alindogan@gmail.com"
] | jeremiah.alindogan@gmail.com |
7b0d27f51bee71f43c6abe5ddca3ce84d82af708 | 44b99504cd91e9d88f7fa637140e830b4a42f769 | /ace/apps/JAWS2/JAWS/Assoc_Array.cpp | aab8ee382ba21957641836656ace83314a18fd03 | [] | no_license | dariuskylin/utilityLib | ea847988e0c06f63657238f8405775c4ae419348 | 4afc4b016c130982e26c452028114a1d78619a57 | refs/heads/master | 2021-01-19T07:46:06.817498 | 2014-11-01T07:32:20 | 2014-11-01T07:32:20 | 4,357,328 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,593 | cpp | // Assoc_Array.cpp,v 1.1 2000/04/27 23:43:19 jxh Exp
#ifndef JAWS_ASSOC_ARRAY_CPP
#define JAWS_ASSOC_ARRAY_CPP
#include "ace/config-all.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "JAWS/Assoc_Array.h"
ACE_RCSID(JAWS, Assoc_Array, "Assoc_Array.cpp,v 1.1 2000/04/... | [
"dongyuchi@gmail.com"
] | dongyuchi@gmail.com |
0c6569c12c72ddd436ad91a2cb1c35cfa23c2d9e | 91ec6f5b701e52c7c4cf99b58bf7eb1077b05be2 | /湖南省赛/acm湖南省省赛/2012年湖南省第八届程序设计竞赛题目标程/sol/h.cpp | 606064b371d3ad2b37a1d8596729c97ce6fcaa7c | [] | no_license | MuMuloveU/ACM_contest_problem | c71653f56db0bc30175da5ef06969b8cf557b4d5 | d253935c3dcc856fa4d20a6ccfd6a36d8a41970b | refs/heads/master | 2023-03-18T17:22:15.705604 | 2020-09-01T10:11:16 | 2020-09-01T10:11:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,517 | cpp | // Rujia Liu
#include<cstdio>
#include<cassert>
#include<cstring>
#include<algorithm>
using namespace std;
const int maxn = 100*2 + 5;
const int maxv = 10000 + 5;
const int RIGHT = 0;
const int UP = 1;
int line[maxn][maxn][2]; // RIGHT and UP
int alive[maxn][maxn]; // alive[x][y] == 1 iff the square whose left-bottom... | [
"229781766@qq.com"
] | 229781766@qq.com |
6cf658f18682ecaab217b0d081d3fdb839774afa | 3f3400cd20ba816e787192973e8fdaf9d538e73d | /chrome/browser/chromeos/login/version_updater/update_time_estimator.cc | 4db330c0048c6366f1b26160c6a0097858530d30 | [
"BSD-3-Clause"
] | permissive | kshpin/stripped-chromium | 9269998b47d4b01d08c0e288a93d66698cb2efaf | 6f845e8804232c3547e85507574a65d88c166402 | refs/heads/master | 2022-12-05T21:25:05.654148 | 2020-08-21T01:21:13 | 2020-08-21T01:21:13 | 288,032,905 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,859 | cc | // Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/chromeos/login/version_updater/update_time_estimator.h"
#include <utility>
#include "base/time/default_tick_clock.h"
#include "... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
c66a702caede9702081d14bb2c657371ba5013b3 | 35d7f2b75e47cd9065e2d9675cdb212a249546a5 | /led-arch/led-arch.ino | 2dd7bf64dfae144718adee33b05f3e3f3fe9ea17 | [] | no_license | sfoster/neopixel-arduino-iot | 9233f12046b180fbe2e297ccfb1500038d2f6e6d | fc4891e0841e6db110dc01c78dcf3c0cb86bfe85 | refs/heads/master | 2020-03-31T15:19:02.675344 | 2018-10-25T08:18:50 | 2018-10-25T08:18:50 | 152,331,978 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,522 | ino | #include "./config.h"
#include <Wire.h>
#include "lib/Fx_Helpers.h"
#include "lib/I2C_Anything.h";
#include "lib/Fx_HttpServer.cpp"
#include "lib/Fx_AppStates.cpp"
#define SDA_PIN 4
#define SCL_PIN 5
typedef struct CHSV {
unsigned char h;
unsigned char s;
unsigned char v;
} CHSV;
String IpAddress;
byte color... | [
"sfoster@mozilla.com"
] | sfoster@mozilla.com |
1c1f90c0f629caba3280d4db3e5cecc1cf0a9c1e | e475e10986e8e21ebd51b2061b177fe89143f3b6 | /src/user_field.cpp | 643fbada5b40ab10c5dd1e5b833725a037edad57 | [] | no_license | adamssillva/Storage | 9ad16926ade4e0bfe2197e156246a0cfaeb9b425 | 7f157fae61be90d901e94d380dddadb7f9512f9d | refs/heads/master | 2020-05-14T23:15:19.541392 | 2019-04-15T13:36:47 | 2019-04-15T13:36:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,868 | cpp | #include "csdb/user_field.hpp"
#include "binary_streams.hpp"
#include "csdb/internal/shared_data_ptr_implementation.hpp"
namespace csdb {
class UserField::priv : public ::csdb::internal::shared_data {
inline priv()
: type_(UserField::Unknown)
, i_value_(0) {
}
inline priv(uint64_t value)
: type_(UserFie... | [
"noobterr@yandex.ru"
] | noobterr@yandex.ru |
820c3473083b9670da1efabfa26791014ac6ce47 | 3426bdad31cbbb5ac999c0d9d8f6c2ece52b3860 | /Patches/Room312Shadow.cpp | 30eccdfb1350f0817ce36eac09d1e5ae84aafc6e | [
"Zlib"
] | permissive | elishacloud/Silent-Hill-2-Enhancements | f3223062ad0ada5d2a793d1e0ea6a38c91f55f78 | eef5b8ed7d7a6e7b57d9e891e90e76a016a901e0 | refs/heads/master | 2023-08-19T09:09:03.236356 | 2023-07-15T17:09:34 | 2023-07-15T17:09:34 | 107,476,845 | 496 | 55 | Zlib | 2023-08-30T19:18:39 | 2017-10-19T00:07:46 | C | UTF-8 | C++ | false | false | 6,823 | cpp | /**
* Copyright (C) 2023 Elisha Riedlinger
*
* This software is provided 'as-is', without any express or implied warranty. In no event will the
* authors be held liable for any damages arising from the use of this software.
* Permission is granted to anyone to use this software for any purpose, including co... | [
"elisha@novicemail.com"
] | elisha@novicemail.com |
2216f451939e47f1c01840e2f4a442a4badca4bd | 867d89f58bdb4bb50656eebbdaf4472124a235a7 | /main.cpp | 0280d0941f757d292d52f90573263db3c49df8b1 | [] | no_license | qmclouca/GeekII | 2f308c3a836011843c5f79cde27d32134fdc0bc3 | fc645018e7e6e9d45154031a46be6f4ea76625a8 | refs/heads/master | 2023-02-28T01:50:39.255446 | 2021-02-08T14:38:03 | 2021-02-08T14:38:03 | 337,105,323 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 463 | cpp | #include <iostream>
using namespace std;
int main() {
int A[1000], B[1000], matchA, matchB, equalOrLess = 0;
std::cin >> matchA;
for (int x=0; x<matchA;x++){
std::cin >> A[x];
}
std::cin >> matchB;
for (int y=0; y<matchB;y++, equalOrLess=0){
std::cin >> B[y];
for (int x=... | [
"qmclouca@gmail.com"
] | qmclouca@gmail.com |
b511876d3038dda48433b1d5487c66848ce7a6b1 | 5bccf2d2118008c0af6a51a92a042e967e4f2abe | /Support/Modules/VBElemOperations/ProfileInterface.hpp | 4557a6f83599f84f7178bdbce82ead110ad2dec6 | [
"Apache-2.0"
] | permissive | graphisoft-python/DGLib | fa42fadebedcd8daaddde1e6173bd8c33545041d | 66d8717eb4422b968444614ff1c0c6c1bf50d080 | refs/heads/master | 2020-06-13T21:38:18.089834 | 2020-06-12T07:27:54 | 2020-06-12T07:27:54 | 194,795,808 | 3 | 0 | Apache-2.0 | 2020-06-12T07:27:55 | 2019-07-02T05:45:00 | C++ | UTF-8 | C++ | false | false | 1,388 | hpp | // *********************************************************************************************************************
// Description: Profile interface for accessing its components
//
// Module: VBElemOperations
// Namespace: VBElemOperations
// Contact person: KV
//
// SG compatible
// *************************... | [
"445212619@qqcom"
] | 445212619@qqcom |
7176bde6e34e10e96b97f49ce52aa23a20a53e30 | 9f520bcbde8a70e14d5870fd9a88c0989a8fcd61 | /pitzDaily/659/Ua | 79f515c0d8a9bfa8186e01c20d36d953234e3fae | [] | no_license | asAmrita/adjoinShapOptimization | 6d47c89fb14d090941da706bd7c39004f515cfea | 079cbec87529be37f81cca3ea8b28c50b9ceb8c5 | refs/heads/master | 2020-08-06T21:32:45.429939 | 2019-10-06T09:58:20 | 2019-10-06T09:58:20 | 213,144,901 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 248,646 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1806 |
... | [
"as998@snu.edu.in"
] | as998@snu.edu.in | |
15c50251e64507eb458fdfba1ab7197ddfd1d8b2 | 6a69d57c782e0b1b993e876ad4ca2927a5f2e863 | /vendor/samsung/common/packages/apps/SBrowser/src/chrome/renderer/printing/print_web_view_helper.cc | 1206367228b980f52bf811ab08200bbf4a6cdfc6 | [
"BSD-3-Clause"
] | permissive | duki994/G900H-Platform-XXU1BOA7 | c8411ef51f5f01defa96b3381f15ea741aa5bce2 | 4f9307e6ef21893c9a791c96a500dfad36e3b202 | refs/heads/master | 2020-05-16T20:57:07.585212 | 2015-05-11T11:03:16 | 2015-05-11T11:03:16 | 35,418,464 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 71,867 | 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/printing/print_web_view_helper.h"
#include <string>
#include "base/auto_reset.h"
#include "base/command_line.h"
#include "... | [
"duki994@gmail.com"
] | duki994@gmail.com |
f75c40be79b64ca0e27aa49f08d884bfa1ff2853 | 5f141db59d2e07a75246b919b5a01d0a98ff5ee5 | /TestForSql/main.cpp | 16a9141c6d56d5bbe9f096c92638a3265c20fe46 | [] | no_license | PPXComputer/QtCodes | ddd5cb726bcc3091a0d8d199cae20c791cb53f2b | 4478f51f6d25ebc6ac73562f436463fb5e8217ce | refs/heads/master | 2020-09-11T11:43:55.497373 | 2019-12-16T12:49:55 | 2019-12-16T12:49:55 | 222,051,237 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 929 | cpp | #include <mymodel.h>
#include <mysql.h>
#include <QGuiApplication>
#include <QQmlApplicationEngine>
int main(int argc, char *argv[])
{
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QGuiApplication app(argc, argv);
// QGuiApplication::instance ()->thread ();
QQmlApplicati... | [
"3226824851@qq.com"
] | 3226824851@qq.com |
88b90dbd797a5bb1a2e2527078b6f6b186d3a478 | b6d2cb74a76194fd25fdc3607ef828e94d98039e | /Contests/Brazilian Subregional/2018/E.cpp | 9f4a383493da23599d2a64a2c6dabee6b71f38ab | [] | no_license | giovaneaf/CompetitiveProgramming | 22d63481015ab45a03d527c866cae339cffeb5fb | 863f6bc61497591cb98e50973aa23bfcb9879ab8 | refs/heads/master | 2021-06-07T20:28:45.116299 | 2021-05-25T00:38:16 | 2021-05-25T00:38:16 | 131,643,425 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 433 | cpp | #include <bits/stdc++.h>
using namespace std;
int main()
{
ios_base::sync_with_stdio(false); cin.tie(0);
string a, b;
while(cin >> a)
{
cin >> b;
int ans = 0;
for(int i = 0; i <= a.size() - b.size(); ++i)
{
bool diff = true;
for(int j = 0; j < b.size(); ++j)
{
if(a[i+j] == b[j])... | [
"giovaneaf1995@gmail.com"
] | giovaneaf1995@gmail.com |
c137d218c1bbb0340ffa3f2dc5f386690b3e765f | 6cb8e60294b7bafb84da0d202434ddb58d63711a | /OSMathLibUnitTest/OSMathLibUnitTest.cpp | 3beda6a084ab998eab07b4c3407221608a9c4a66 | [] | no_license | LalondeBrenton/OSMathLib | a506acaacca1799629253e9669ff1ad93e4adc62 | 643fe2b4e490a5829189f6dcb6d8366ba4869bcd | refs/heads/master | 2023-05-29T15:27:15.299917 | 2021-06-17T07:16:07 | 2021-06-17T07:16:07 | 377,332,679 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,596 | cpp | #include "CppUnitTest.h"
#include "../OSMathLib/Fractions.h"
#include "../OSMathLib/ComplexNumber.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
//using namespace OSMathLib;
namespace OSMathLibUnitTest
{
TEST_CLASS(OSMathLibUnitTest)
{
public:
TEST_METHOD(TestFractionArithmatic)
{
Fract... | [
"BrentonLalonde@outlook.com"
] | BrentonLalonde@outlook.com |
1de21e3371e7cfb08be1cb3683d81d371d92243b | 9a9bb2fff1fcf771a70c84d43d1c4cb216b7cf23 | /VMix.h | 46c4d1e9aa3fd0a98f6a0c737657b4d3403a790a | [] | no_license | wupeilin0220/ffmpeg_study | 3a05eaf1dc5666da1ba8202ae20fe48c9fcf78c8 | c6675b6505d3195c037289495e19d4b9c6e2ad65 | refs/heads/master | 2023-03-09T10:57:09.784297 | 2021-02-23T05:57:31 | 2021-02-23T05:57:31 | 341,440,743 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,352 | h | #pragma once
#include "filter.h"
#include "MediaBase.h"
#include "Serial.h"
#include <algorithm>
#include <map>
#include <array>
#include <set>
/*
视频叠加,要求输入为同一种格式(时间基,视频尺寸)
*/
class VMix :public filterBase,public Linker,private Serial
{
public:
VMix(const MuxContext& attr);
virtual ~VMix();
void sto... | [
"peilin0220@163.com"
] | peilin0220@163.com |
9c7c2e3d257d6c1024eea5f7077324654c1ca935 | a24d25f05762d1c98eb7d790bd340112fa7c5c26 | /raytrace/SolidSphere.cpp | 662d9cabacf492fabee31fe1615fb2b6dc0d66b8 | [] | no_license | RasmusKarlsson/Raytracer | e30bc449291466b24b68e9641b22437ff8c1b839 | 250367edc39bb8d4d984cdd8a174fb5577f4022e | refs/heads/master | 2021-01-16T18:27:50.757068 | 2015-09-10T10:09:09 | 2015-09-10T10:09:09 | 42,237,036 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,056 | cpp |
#define _USE_MATH_DEFINES // for C++
#include <cmath>
#include "SolidSphere.h"
#include <iostream>
#include <Windows.h>
#include <gl\glew.h>
#include <gl\freeglut.h>
#include "glm.hpp"
#include <vector>
SolidSphere::SolidSphere(float radius, unsigned int rings, unsigned int sectors)
{
float const R = 1./(float)... | [
"raska293@student.liu.se"
] | raska293@student.liu.se |
3ea4c4148c3a887ff585094250586a12295778e8 | 6a9ec23ed0589ddad31847b63f033b3c33ea99d5 | /main.cpp | e992fb7e669128795681c94dc3ef1388f1a653d7 | [] | no_license | lordstone/leetcode-balaned_binary_tree | 88ef5d5ede8969dfcaf9904a8c81f4de5df44b4b | 1ae6a6e04204ea5fc2616606e2970a1489c05b54 | refs/heads/master | 2016-08-09T22:36:53.108761 | 2015-11-01T18:14:23 | 2015-11-01T18:14:23 | 45,351,677 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 637 | cpp | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
class Solution {
public:
int findDepth(TreeNode* root){
if(root == NULL) return 0;
int left = findDepth... | [
"chengxis@usc.edu"
] | chengxis@usc.edu |
2e31acbe1d0d3d5468d59c36b11c3a36c5c84d2c | 0611d6c077384e2074ee0346eac1dcf4d0f4ec69 | /CO2301Assignment/Intermediate/Build/Win64/UE4Editor/Inc/CO2301Assignment/EndZone.gen.cpp | d581157f69cc3e75cff32705b24ef6e552d783ca | [] | no_license | elor1/CO2301-Assignment | 971f19431fd46d7032539efb08692332540868d4 | 7dbf3b39d68ca321cf9297bb65d594bbe91724f8 | refs/heads/main | 2023-03-09T10:59:51.977519 | 2021-02-21T15:28:35 | 2021-02-21T15:28:35 | 320,435,564 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,064 | cpp | // Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
========================================================================... | [
"57156027+elor1@users.noreply.github.com"
] | 57156027+elor1@users.noreply.github.com |
30b34def69f3e57e590077073b7b93253fe52e6d | 785df77400157c058a934069298568e47950e40b | /TnbSectPx/TnbLib/SectPx/Entities/Pole/Bnd/Paired/Slave/SectPx_Pole_Slave.cxx | 51d972318cc77087c9951bfcab0c6b5d12d0e152 | [] | no_license | amir5200fx/Tonb | cb108de09bf59c5c7e139435e0be008a888d99d5 | ed679923dc4b2e69b12ffe621fc5a6c8e3652465 | refs/heads/master | 2023-08-31T08:59:00.366903 | 2023-08-31T07:42:24 | 2023-08-31T07:42:24 | 230,028,961 | 9 | 3 | null | 2023-07-20T16:53:31 | 2019-12-25T02:29:32 | C++ | UTF-8 | C++ | false | false | 969 | cxx | #include <SectPx_Pole_Slave.hxx>
#include <SectPx_Pole_Master.hxx>
#include <SectPx_Pnts.hxx>
#include <TnbError.hxx>
#include <OSstream.hxx>
const char* tnbLib::sectPxLib::Pole_Slave::typeName_ = "slave pole";
tnbLib::sectPxLib::Pole_Slave::Pole_Slave
(
const Standard_Integer theIndex,
const std::shared_ptr<Pnt_E... | [
"aasoleimani86@gmail.com"
] | aasoleimani86@gmail.com |
b24da8ea22f0ba9b15b2b4a06f14d5c8e18e6d81 | 00ef8d964caf4abef549bbeff81a744c282c8c16 | /media/audio/mac/audio_manager_mac.cc | 66a5622f2d3dac94b17fb8e98197b45962e507eb | [
"BSD-3-Clause"
] | permissive | czhang03/browser-android-tabs | 8295f466465e89d89109659cff74d6bb9adb8633 | 0277ceb50f9a90a2195c02e0d96da7b157f3b192 | refs/heads/master | 2023-02-16T23:55:29.149602 | 2018-09-14T07:46:16 | 2018-09-14T07:46:16 | 149,174,398 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 52,853 | 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 "media/audio/mac/audio_manager_mac.h"
#include <algorithm>
#include <limits>
#include <utility>
#include <vector>
#include "base/bind.h"
#i... | [
"artem@brave.com"
] | artem@brave.com |
57e55251437831305aa18621a545f2b0d1a12ab1 | fdd8a23bb304637facf755fe5e944ba2199e51db | /src/kernel/runtime-state.cc | f81ae7982db17354845ec6849985a250c5a8e35f | [
"Apache-2.0"
] | permissive | Philin-Anton/JsOS | 67feb8505f64b2b30d7648c66aa09c750c10ece7 | 97430d5241ea5749e10a340f9c29853223c0a6ed | refs/heads/master | 2020-03-12T05:06:20.041486 | 2018-04-21T09:00:14 | 2018-04-21T09:00:14 | 130,457,572 | 1 | 0 | null | 2018-04-21T09:07:28 | 2018-04-21T09:07:28 | null | UTF-8 | C++ | false | false | 1,804 | cc | // Copyright 2014 runtime.js project authors
//
// 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 o... | [
"iefserge@runtimejs.org"
] | iefserge@runtimejs.org |
fc115ed1050820a01176d87eb86d6e10b0d21f8c | 8d3753fb220a49ef19c8f4448ffdfbcd3dbdfe4f | /Andromeda/System/GameState.h | dab16a49333dc774a485ae0ea4ab8a88c9a63556 | [
"MIT"
] | permissive | DrakonPL/Andromeda-Lib | b504b8016351eab20ac06d00bd8a6d1bcbbe690f | 47cd3b74a736b21050222ef57c45e326304e85a6 | refs/heads/master | 2023-07-10T16:43:09.807545 | 2021-08-24T12:23:49 | 2021-08-24T12:23:49 | 164,689,145 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 649 | h | #ifndef GameState_H
#define GameState_H
#include <Andromeda/System/GameManager.h>
namespace Andromeda
{
namespace System
{
class GameState
{
public:
virtual void Init() = 0;
virtual void CleanUp() = 0;
virtual void Pause() = 0;
virtual void Resume() = 0;
virtual void GamePause() = 0;
virtu... | [
"marcin.ploska@gmail.com"
] | marcin.ploska@gmail.com |
f79c9d4a2566e8da9355117f211e0a639d6486d0 | 5bb21290d61ac67c208a388ba089e365de0286fe | /Modul_02/gaussian_1.cpp | e9626f2c407babeb02386d9dcf3b937b7fefdf94 | [] | no_license | f-fathurrahman/KuliahCpp | f9b79770bb11fcb28e4766502e16fd1733346bbe | 482808a238640c9066aa5306c5e21a14000fb087 | refs/heads/master | 2020-03-28T20:28:34.099342 | 2018-10-22T09:35:17 | 2018-10-22T09:35:17 | 149,074,380 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 387 | cpp | #include <cstdio>
#include <cmath>
int main()
{
double x, y1, y2;
double NptsPlot = 200;
const double Xmin = -10.0;
const double Xmax = 10.0;
double delta_x = (Xmax-Xmin)/(NptsPlot-1);
for(int i = 0; i < NptsPlot; i++) {
x = Xmin + delta_x*i;
y1 = exp(-0.5*x*x);
y2 = exp(-0.1*x*x);
print... | [
"fadjar.fathurrahman@gmail.com"
] | fadjar.fathurrahman@gmail.com |
0946d34c1dc10596776203db08425f2e54eeab76 | b449f16bf8a945eb25336ff9b40514984f647863 | /ProjectHP/Board.h | cf158f4478b0d574d72ad777ffb3e0d4c13f3be1 | [] | no_license | vino333/HarryPotter | 89004d8b9b6669a9504352be6e007b133458aa34 | cecc2fd940de9b645193a160bd71e5034673cffe | refs/heads/master | 2020-08-06T00:10:55.502945 | 2019-10-04T11:01:02 | 2019-10-04T11:01:02 | 212,765,606 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,056 | h | #pragma once
#include "Harry.h"
#include "Enemy.h"
#include "StaticObject.h"
#include <memory>
#include <vector>
#include <fstream>
#include "General.h"
#include "ToolBar.h"
#include "WeakEnemy.h"
const int MAX_FILE_NAME = 20;
class Board
{
public:
Board(sf::RenderWindow& window, int levelNumber);
~Board();
void... | [
"yonadav333@gmail.com"
] | yonadav333@gmail.com |
52524707bda684afdb3931a0cb316992ea950eca | e9c349c0fb5bdc7907f8a211150293c3414eb68e | /NTupleTools/interface/MapTrackingParticles.h | 23ac1b40e94745d12db189e2de15c1b7601fa1a0 | [] | no_license | sergojin/SLHCL1TrackTriggerSimulations | 606ce278f2c0f0eb054abede76140ef8ba9cba68 | 7540ce13ffa5af44878f07ba6f7a5a48f0192d0d | refs/heads/master | 2020-12-28T12:02:54.986645 | 2017-01-27T21:17:54 | 2017-01-27T21:17:54 | 46,527,031 | 0 | 9 | null | 2017-01-27T21:17:55 | 2015-11-19T23:37:10 | C++ | UTF-8 | C++ | false | false | 699 | h | #ifndef NTupleTools_MapTrackingParticles_h_
#define NTupleTools_MapTrackingParticles_h_
#include "SimDataFormats/TrackingAnalysis/interface/TrackingParticle.h"
#include "SimDataFormats/TrackingAnalysis/interface/TrackingParticleFwd.h"
#include <map>
class MapTrackingParticles {
public:
typedef std::pair<unsign... | [
"jia.fu.low@cern.ch"
] | jia.fu.low@cern.ch |
de36f1326cf001597aa3636e80189f3872c4ce5e | 7c5d7fb6a64df1a118a64bdf6087ecf395a3a722 | /data/final-16/sources/u6839_48_E_219800.cpp | 5a927bf6d94cced098c8a0cf406b598c859aece9 | [] | no_license | alexhein189/code-plagiarism-detector | e66df71c46cc5043b6825ef76a940b658c0e5015 | 68d21639d4b37bb2c801befe6f7ce0007d7eccc5 | refs/heads/master | 2023-03-18T06:02:45.508614 | 2016-05-04T14:29:57 | 2016-05-04T14:54:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,237 | cpp | #include <iostream>
#include <cstdio>
#include <cstdlib>
#include <algorithm>
#include <string>
#include <cmath>
#include <cstring>
using namespace std;
int H,T,R,n,m;
int h[2][300],t[2][300];
bool draw=false;
int zm=0;
int d[300][300],c[300][300];
int q[2][200000];
int b=0,e=1;
void dfs(int a,int ... | [
"shk.slava@gmail.com"
] | shk.slava@gmail.com |
e28c743b4034dd05675d3bba1904de98873f675c | c31ad9981bb2760c6f389e9a6cf8a6893e9423e8 | /osc/Slash/Slash/Tools/OpaqueManager.h | c2e46efbb66ec623d033f69a93a33cab4fcebfe5 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | gbarrand/osc_vis_for_LHCb | 0582d7ed6734d9716619eb0fccc69904381529d8 | 2ba864c4475f988192c9799f5be85f1abf88c364 | refs/heads/master | 2021-10-25T21:32:51.600843 | 2021-10-17T07:45:20 | 2021-10-17T07:45:20 | 140,073,663 | 0 | 2 | null | 2021-10-17T07:45:20 | 2018-07-07T10:11:36 | C++ | UTF-8 | C++ | false | false | 2,945 | h | #ifndef Slash_Tools_OpaqueManager_h
#define Slash_Tools_OpaqueManager_h
#include <list>
#include <Slash/Core/IManager.h>
#include <Slash/Core/IOpaqueManager.h>
#include <inlib/cast>
namespace Slash {
class OpaqueManager;
class OpaqueProxy {
public:
inline OpaqueProxy(OpaqueManager& aManager,void* aObject,const ... | [
"guy.barrand@gmail.com"
] | guy.barrand@gmail.com |
d98a3a7896572d83fe456b2499f002b95f01a855 | c71746f188bcba3f79493aaabbb5c514a79d633f | /ObuCommon/ObuControl/UdpCommon.h | 642286b8d8ce5239261381332e766711bb6eb448 | [] | no_license | panzhengqi/learngit | 0431c87d3c7980e96b7fbab2fdb066f66d7ec9be | 03c2e6feb3fc6ee39c5d18a99d52d8b0a696333f | refs/heads/master | 2020-04-18T10:24:17.948922 | 2019-01-25T06:02:41 | 2019-01-25T06:02:41 | 167,466,561 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,455 | h | #ifndef UDPCOMMON_H
#define UDPCOMMON_H
#include "QThread"
#include "QMutex"
#include "QMutexLocker"
#include <qprocess.h>
#include <QtCore/QIODevice>
#include <QtNetwork/QUdpSocket>
#include <QtNetwork/QHostAddress>
#include <QTimer>
#include <QQueue>
#include "arpa/inet.h"
#include <unistd.h>
#include <stdio.h>
#inc... | [
"825479877@qq.com"
] | 825479877@qq.com |
0cbe014feb5890d57e6b78dd2ff9a812f546f20f | 5879806abbcb028aa71b31ea76357883ba1c5dd3 | /Source/LensCalibrator/Public/LensSolverUtilities.h | 71719e3df6bd3cced38df85297967f91f9d5ec72 | [
"Apache-2.0"
] | permissive | Polypulse/LensCalibrator | f4d8fd979f8522b4fbebc960fdac5d8a67dea78a | a735da3401dcdfa28d2c3b8168e98fede8813c6b | refs/heads/master | 2023-04-19T10:44:56.999305 | 2021-04-25T04:02:04 | 2021-04-25T04:02:04 | 268,407,614 | 28 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,724 | h | /*
* Copyright (C) 2020 - LensCalibrator contributors, see Contributors.txt at the root of the 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/licen... | [
"sean@polypulse.io"
] | sean@polypulse.io |
09039b5fb00ec4c9f05767a5efd85b65b65e66c2 | c13380cdaecc816e8f1f542485cd15262e056d6f | /include/operateur_numerique.h | cdc4ee1b6c78257863e92de76265ef39d8673abd | [] | no_license | hanlinAumonde/projet-comput-Science | e6836db7aac8e3b5f94f9e03d32bba569ae7394a | d42aca53ad7b7841e3bea852cd9244dc1ff01084 | refs/heads/main | 2023-05-27T17:27:05.406676 | 2021-05-26T13:07:13 | 2021-05-26T13:07:13 | 371,037,555 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 667 | h | #ifndef __OPERATEUR_NUMERIQUE_H__
#define __OPERATEUR_NUMERIQUE_H__
#include <QString>
#include <vector>
#include <string>
#include "litterale.h"
#include "operateur.h"
#include "exceptions.h"
class OperateurNumerique : public Operateur
{
private:
unsigned int arite_;
QString symbol_;
public:
OperateurN... | [
"84852155+hanlinAumonde@users.noreply.github.com"
] | 84852155+hanlinAumonde@users.noreply.github.com |
050457eea8a26eae37716b205f37ea0ffc557cb5 | ddadeee24637906cc5caf413a87bb74997aa1c83 | /codeforeces/home_work_eleven_flows/H/main.cpp | 22ee7252e203dac13954b7bb1ef2e4a097889925 | [] | no_license | OmarAbdelrahman/root | 2cd976316282f280c354b63b2c6284eea3ecf1f3 | ef74573ec21cf962cad3ba7fbaed395d781007a8 | refs/heads/master | 2021-09-08T18:06:57.304380 | 2018-03-11T17:49:27 | 2018-03-11T17:49:27 | 105,401,689 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,023 | cpp | #include <bits/stdc++.h>
using namespace std;
#define SIZE(a) (int) (a).size()
const int N = 100;
const int M = N * 2;
const int INF = numeric_limits<int>::max() / 2;
inline int nxt() {
int x;
scanf("%d", &x);
return x;
}
int c[M][M];
int f[M][M];
int d[M], rd[M];
int v[M], p[M];
int path(int src, int ... | [
"omar.sebres@gmail.com"
] | omar.sebres@gmail.com |
e80c8f3ef1d1e186ab8c05945ac585d45c14578b | 85c75d30f61cb0cd0406d8059a46792fc2905f94 | /src/core/strategy/MaCross.hpp | 559bce7f06ea2524154f2857caab42edc25b3184 | [
"BSD-2-Clause"
] | permissive | PaulDoreeDesign/Open-Trading | c55b93b21a9d2e955fe26cbafee5692c389b6b2a | b62f85f391be9975a161713f87aeff0cae0a1e37 | refs/heads/master | 2020-05-21T06:33:46.912712 | 2017-02-23T22:08:31 | 2017-02-23T22:08:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,160 | hpp | // The Open Trading Project - open-trading.org
//
// Copyright (c) 2011 Martin Tapia - martin.tapia@open-trading.org
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributio... | [
"martin.tapia@open-trading.org"
] | martin.tapia@open-trading.org |
2059f2bf24bb61e7990e01736e1e63615af88911 | ee84c51e7c376c4ace5d3b60f1372bcb0d39054a | /INTERVIEW/DATA_STRUCT/BT/Btree.h | de69a205c7e9d8ddf9a8ee8df7c375b46541c940 | [] | no_license | mritunjay583/Programs | a8b98d1da63de0485fc7eb371bd9d1699a5aa630 | 106bc59b741993941774b841aaa7aac71d383096 | refs/heads/master | 2023-04-08T00:05:47.034647 | 2021-04-20T12:54:16 | 2021-04-20T12:54:16 | 359,804,970 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,041 | h | #include<bits/stdc++.h>
using namespace std;
struct node
{
struct node *left;
int data;
struct node *right;
node(int v)
{
left=NULL;
data=v;
right=NULL;
}
};
class Btree
{
public:
struct node *root;
int numOfNode;
Btree()
{
root=NULL;
... | [
"mritunjaykr583@gmail.com"
] | mritunjaykr583@gmail.com |
3eb9ac66dd31047e185fec6855b7fce7995bf0fd | ad6a7dcff9f6837835792ab6fe758afde7b89648 | /restore_IP_addresses.cpp | 08ce7becfa219ae84ea74183cc338982405ce2dc | [] | no_license | sethbrin/leetcode | 04284fd2404f01aeec02de164288f7a652514ae1 | 3baa2bf4811288d3db0b71b59e6d896ab425c7f0 | refs/heads/master | 2021-01-21T13:20:56.086727 | 2016-06-04T02:33:40 | 2016-06-04T02:33:40 | 52,271,616 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 875 | cpp | class Solution {
private:
void dfs(vector<string>& res, string path, int index, const string& s, int sInd) {
if (s.size() <= sInd) return;
if (index == 3) {
string tmp = s.substr(sInd);
if (tmp == "" || (tmp.size() > 1 && tmp[0] == '0') || tmp.size() > 3 || stoi(tmp) > 255... | [
"zengping10212044@gmail.com"
] | zengping10212044@gmail.com |
c6c7904f17b3aa1abdd14c2c5d48af469f3973fe | 4c247e2fe1ec4c2254e37b4fede31c76b2bf925a | /aws-cpp-sdk-databrew/source/model/Job.cpp | cca4fbcab89bcba47b266a4b2f509622577810d1 | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | gjasny/aws-sdk-cpp | 62a6bc4c580ae7c707832c44b5e687df19ddb4b5 | 4b62ac2a85baa164f9f0da6dd645835a5d660cac | refs/heads/main | 2023-05-09T16:31:32.767003 | 2021-06-03T19:37:29 | 2021-06-03T19:37:29 | 373,737,590 | 0 | 0 | Apache-2.0 | 2021-06-04T06:04:59 | 2021-06-04T06:04:59 | null | UTF-8 | C++ | false | false | 8,455 | cpp | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/databrew/model/Job.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::Utils::Json;
using namespace Aws::Utils;
namespace Aws
{
namespace GlueDa... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
3271baffad411abf3adee8f818e37284061d2228 | 6bcbd9c9c9cf07846eb76927804cc0b6b48247c0 | /src/third_party/webrtc/modules/audio_processing/test/aec_dump_based_simulator.cc | 230d56b696def9aaf8736a117f8188741e9435bf | [] | no_license | haska1025/spiritbreaker | 108730c882e7b82fd1027e2efdeca8205f93e51e | 0bc5129d373e54b17084c5dfc9be05f7cc28ce74 | refs/heads/master | 2022-12-23T07:07:29.032596 | 2020-04-05T06:05:10 | 2020-04-05T06:05:10 | 176,910,696 | 5 | 3 | null | 2022-12-10T15:01:15 | 2019-03-21T09:18:25 | C++ | UTF-8 | C++ | false | false | 20,670 | cc | /*
* Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | [
"evilwolf125@163.com"
] | evilwolf125@163.com |
c3e59f3a489d63d2e54df24d2f4bf30d8665c0b9 | 64f9f939337571f05d3ac6b2408f02345f8fe212 | /q1.cpp | 1d6a24b72bc2e5ba187175ccf6f72c1d7d6d4208 | [] | no_license | sayalideo/CP | f33f39d4099e5fdce4d0ee26f4f22e8121560735 | dd674df107c611d429d0d7d4d3742ae03e2d0ad0 | refs/heads/master | 2023-07-21T15:47:38.950592 | 2021-09-07T05:06:19 | 2021-09-07T05:06:19 | 334,336,880 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 631 | cpp | // Reverse the array
#include<iostream>
#include<stdio.h>
using namespace std;
int main()
{
int arr[100],n,i,j,temp,t;
//cout << "Enter length of array : ";
cin >> t;
for(j=0;j<t;j++)
{
cin >> n;
//cout << "Enter elements : ";
for(i=0;i<n;i++)
{
cin >> arr[i];... | [
"sayalideo137@gmail.com"
] | sayalideo137@gmail.com |
54be18bbdd2e85bf20a304a9b6d9d45a04dcb611 | 567e1dc32dc97184094424278bb9e70e965d9940 | /libs/FreeRTOSAL/test/src/TestEvent.cpp | a19ea37dbeaf2dc968a8dc5ed3058c924aa7dad7 | [] | no_license | skhan87/iotTempCloud | 030ba25c349480de2234ad938f6800000724db7b | c4566d6a28c76b377164bf6ddceb26569dc80e9b | refs/heads/master | 2023-02-16T11:25:43.602053 | 2021-01-13T14:03:00 | 2021-01-13T14:03:00 | 329,289,302 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,922 | cpp | /**
* @file TestEvent.cpp
* @author Joshua Lauterbach (joshua@aconno.de)
* @brief test for RTOS events and event groups
* @version 1.0
* @date 2020-04-07
*
* @copyright aconno GmbH (c) 2020
*
*/
//--------------------------------- INCLUDES ----------------------------------
#include "TestEvent.h"
#include "A... | [
"salmansaqibkhan@gmail.com"
] | salmansaqibkhan@gmail.com |
34d7d9506a75e18f5144bca373ff1b7f97516432 | b8f72bd3b4ad1f616ad74d4c32c55b3fd2888f44 | /codeforces gym/102215E.cpp | 2afd2817d1eebb73cf322171f621da983f43d9f8 | [] | no_license | OloieriAlexandru/Competitive-Programming-Training | ec0692e2860e83ca934b0ec0912722360aa8c43c | eaaa5bbc766e32c61a6eab3da38a68abb001f509 | refs/heads/master | 2020-05-29T17:50:53.841346 | 2020-04-25T15:53:08 | 2020-04-25T15:53:08 | 189,284,832 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,310 | cpp | #include <bits/stdc++.h>
#define nmax 200005
#define pii pair<int,int>
using namespace std;
int n, m, x, y;
bool ok;
vector<pair<pii,int>>v;
vector<int>ans;
bool cmp(pair<pii,int> a, pair<pii,int> b)
{
if (a.first.first == b.first.first)
return a.first.second > b.first.second;
return a.first.first < b.f... | [
"aoloieri@bitdefender.com"
] | aoloieri@bitdefender.com |
3fb988c0388013a91b20b2d3d682bf4fdb99c0d6 | 8dce32edd0ee14b15fed2b804b0f420542c8c16f | /Lab8-9/Lab8-9/Repository.h | 3e1a64b388b106288a51670d2492b4a5fdb49852 | [] | no_license | alexandra21p/OOP | 235c3b4471d16e6bbb81d830d4321ada988ae959 | f2e2adc49835f20c63c93195c220d4baa7716d0c | refs/heads/master | 2021-01-13T08:01:12.163860 | 2017-06-21T17:48:11 | 2017-06-21T17:48:11 | 95,025,115 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,099 | h | #pragma once
#include "Tutorial.h"
#include <vector>
#include <algorithm>
#include <iterator>
// exception class for repository
class RepositoryException : public AppException {
public:
RepositoryException(const std::string& msg) :
AppException(msg) {
}
};
class Repository
{
private:
std::vector<Tutorial> tut... | [
"alexandra.p21m@gmail.com"
] | alexandra.p21m@gmail.com |
225feddafd3db5cd54b0890d6290a7b87f5504f8 | 9b27f732a0ca94b51d018921bcb39d9e8961dc00 | /src/plugins/robots/generic/simulator/light_virtual_sensor.cpp | 2cab1cf4ce9e2cb2a0b665fe8155472a90bc1522 | [] | no_license | demiurge-project/argos3-tycho | b77f7d8b0620c4992704aa06fd5d6d60fe5af91e | 7d957923138b9391b38b9ba34f9b72a60e96c40c | refs/heads/main | 2023-04-18T23:19:06.938982 | 2022-07-19T13:56:11 | 2022-07-19T13:56:11 | 438,226,981 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,835 | cpp | /**
* @file <argos3/plugins/robot/generic/simulator/light_virtual_sensor.cpp>
*
* Provides the Virutal Light Sensor
*
* @author Mattia Salvaro
*/
#include "light_virtual_sensor.h"
namespace argos {
/****************************************/
/****************************************/
static CRange<Real> UNI... | [
"jonas.kuckling@ulb.be"
] | jonas.kuckling@ulb.be |
b8bba4ac79cb14c1dd6a7fee8632e45abc00246e | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/admin/wmi/wbem/sdk/locstudioparser/inc/mit/mitutil/uioptions.h | a465014cf4e565390afb4a21f546e930c4ad3505 | [] | 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 | 4,943 | h | //-----------------------------------------------------------------------------
//
// File: uioptions.h
// Copyright (c) 1994-2001 Microsoft Corporation, All Rights Reserved
// All rights reserved.
//
//
//
//-----------------------------------------------------------------------------
#pra... | [
"112426112@qq.com"
] | 112426112@qq.com |
b1e8b65718406da999a68f9e576eaf4eed45547e | ac48af1d42007f57ab21754ae135ec4a22fb533f | /userspace/libraries/libutils/RefPtr.h | 8c4d424a7f41658fda1c32d5d8e966d87f0f609d | [
"MIT",
"BSD-2-Clause"
] | permissive | raxracks/chadOS | 47e4e09dd61f61e1e2415dccc560783bb5e76827 | 0469528f5d4f390ff45d680b91783da445e66dcc | refs/heads/main | 2023-06-19T04:52:01.601917 | 2021-07-13T04:29:41 | 2021-07-13T04:29:41 | 379,407,996 | 3 | 0 | NOASSERTION | 2021-06-25T21:27:39 | 2021-06-22T21:43:36 | C++ | UTF-8 | C++ | false | false | 4,044 | h | #pragma once
#include <libutils/RefCounted.h>
#include <libutils/Std.h>
#include <libutils/Tags.h>
#include <libutils/Traits.h>
namespace Utils
{
template <typename T>
struct RefPtr
{
private:
T *_ptr = nullptr;
public:
RefPtr() {}
RefPtr(nullptr_t) {}
RefPtr(T &object) : _ptr(&object)
{
... | [
"nicolas.van.bossuyt@gmail.com"
] | nicolas.van.bossuyt@gmail.com |
3ae6e96352fd200b0d921f96a45f407c45405d7a | fd0c132f979ecd77168511c6f4d276c480147e57 | /ios/Classes/Native/AssemblyU2DCSharp_Org_BouncyCastle_Crypto_Parameter597696274.h | 081ea623c0df777b133845459ba7741a7acc26d4 | [] | no_license | ping203/gb | 9a4ab562cc6e50145660d2499f860e07a0b6e592 | e1f69a097928c367042192619183d7445de90d85 | refs/heads/master | 2020-04-23T02:29:53.957543 | 2017-02-17T10:33:25 | 2017-02-17T10:33:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 580 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "AssemblyU2DCSharp_Org_BouncyCastle_Crypto_Paramete4026919406.h"
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragm... | [
"nguyenhaian@outlook.com"
] | nguyenhaian@outlook.com |
10bf2160e49878f71e1d3b3ea0188da91586dfb8 | 7b8ee38c6bfa1acea65cf80751411a98cac77361 | /GameEngine/BulletWeapon.h | 8890b03cc3bd49a6f1cbf0ec33ce33ed17e2b62e | [] | no_license | RushSecond/Bit-Arena | 96328bad974204eb3f88d416014ce0713ffc9713 | 4134cd9687cc46778081354b73c4b2a4a899f6a9 | refs/heads/master | 2020-05-18T04:03:12.140423 | 2015-03-14T00:19:36 | 2015-03-14T00:19:36 | 32,187,757 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 390 | h | #pragma once
#include "Weapon.h"
class Bullet;
class BulletWeapon : public Weapon
{
public:
BulletWeapon(float interval, Bullet* shot, float shotSpeed, int numShots, float shotSpread);
~BulletWeapon(void);
void Shutdown();
WeaponFireInfo& Fire(D3DXVECTOR2 origin, D3DXVECTOR2 direction);
private:
Bullet* m_bul... | [
"blake.rushhour@gmail.com"
] | blake.rushhour@gmail.com |
0814cd05c1d1fd0dbe614c5d8416390099db6b18 | 88fee5e352df013f31f1431f0d3ec455cb2e3e09 | /CAAIScpp/src/test/TestESTSP18SD.cpp | c2f94fa1e38943ae56ec1173cb238210d61410c9 | [] | no_license | RiverWalter/CAAIScpp | 795c71c5855139ff207bd3870b07c5841b07f039 | 182ecc21d05f92218860b10d7fa13bb14e97aa88 | refs/heads/master | 2021-10-10T01:07:59.113152 | 2021-10-08T01:04:34 | 2021-10-08T01:04:34 | 204,284,179 | 11 | 3 | null | null | null | null | GB18030 | C++ | false | false | 2,311 | cpp | #include "../../include/headers.h"
void TestESTSP18SD(int n)
{
const char *cityNames[] =
{ "济南", "青岛", "淄博", "枣庄", "东营", "烟台", "潍坊", "济宁",
"泰安", "威海", "日照", "莱芜", "临沂", "德州", "聊城", "滨州", "菏泽"
};
vector<vector<int>> D0 = {
{ 0,3665,1156,2339,2292,4589,2129,1831, 776,5203,3467, 999,2617,... | [
"hcduan@sdnu.edu.cn"
] | hcduan@sdnu.edu.cn |
4bc788173bb8de68f31d71afd3c31ce5553a9cdc | 35e2595f82bb3295012ab9bdaa98597a715ade56 | /2018Summer/codeM/4.cpp | e459b6361efda0fe1674f42633956fd5efaca0c3 | [] | no_license | kangyijie5473/AC_list | 328084923796751f5a1836e85a6ea69d9e1e990a | 3f8092c3cc857111cb64e9e9662b657228ea8dc2 | refs/heads/master | 2021-07-15T04:47:09.584992 | 2019-01-13T14:47:38 | 2019-01-13T14:47:38 | 97,422,938 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,091 | cpp | #include <bits/stdc++.h>
using namespace std;
const int Y = 1;
const int N = 2;
const int M = 3;
int main()
{
freopen("in-4", "r", stdin);
int n, m, k, c;
int p,q;
ios::sync_with_stdio(false);
scanf("%d%d%d%d", &n, &m, &k, &c);
int w[7] = {0};
double weight[7] = {0};
vector<vector<int>> score(n, vector<int>(m, ... | [
"xiyoulinux.kangyijie@gmail.com"
] | xiyoulinux.kangyijie@gmail.com |
f0255f49b58cada051783e402962b02a15725836 | b5a036978506e5a673bbd095be6a47a07069e7b7 | /Server/Server/Server.h | da5cbe86c1e5e7a70a175cae5e13f3d9be71779f | [] | no_license | Leaf-ym/QtChat-1 | 52b5ed48c96ea7f4fb61cb1c62d2288453cccdae | 6a9210d87f624e9f3788d9ce1d7932ca1bdd37c1 | refs/heads/master | 2021-05-17T09:28:18.357628 | 2020-01-18T01:58:19 | 2020-01-18T01:58:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 356 | h | #pragma once
#include <QtWidgets/QWidget>
#include "ui_Server.h"
#include <QTcpServer>
#include <QTcpSocket>
class Server : public QWidget
{
Q_OBJECT
public:
Server(QWidget *parent = Q_NULLPTR);
private:
Ui::ServerClass ui;
QTcpServer *server;
QTcpServer *mainServer;
public slots:
void startClicked();
void c... | [
"dfzz_free@163.com"
] | dfzz_free@163.com |
c11cd5c8ee332fde586404951e7c1de260ca3149 | e75299a74ec249d8b1616ca08d5f0a5829f613cb | /MqlDbAdapter/MsSqlConnector.cpp | a5a21745763181682c3700d8d1f2331f246e233f | [
"MIT"
] | permissive | battyone/mtdb | bcfcd6f9359aeef6647801df2ba5b288a3406755 | 18558d503ef4397fc029ac6be1cb1b014560166f | refs/heads/master | 2021-06-14T21:50:36.523942 | 2016-03-04T12:51:14 | 2016-03-04T12:51:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,873 | cpp | // This is the main DLL file.
#include "stdafx.h"
#include <vcclr.h>
#include "Windows.h"
#include "MsSqlConnector.h"
#include <tchar.h>
using namespace System;
using namespace System::Data;
using namespace System::Data::SqlClient;
using namespace DB;
using namespace std;
DB::MsSqlConnector::MsSqlC... | [
"vdemydiuk@gmail.com"
] | vdemydiuk@gmail.com |
f9febbb7049c23f8a804cb9e64cf06f2325b5982 | 30ead03a922a924f93b01216f55e68138119111e | /Main/GameSources/OurGameObject.cpp | 38966b9c5b4b79b61bafc9d4c7cc012f7f26cedb | [] | no_license | Suzufumi/CopyRobot | 8e954b71ee6d4661ef2b18bc3dc265fdcde3c009 | 304be6d525cb862104ecb615cddbb6b2beb19a02 | refs/heads/master | 2022-01-15T06:38:36.980071 | 2019-07-22T10:23:41 | 2019-07-22T10:23:41 | 198,194,640 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 1,246 | cpp | #include "stdafx.h"
#include "Project.h"
namespace basecross
{
void OurGameObject::TakenIn(Vec3 takenPos)
{
RemoveComponent<Action>();
auto ptrAction = AddComponent<Action>();
ptrAction->AddMoveTo(0.8f, takenPos, Lerp::Easein);
ptrAction->AddScaleTo(0.8f, Vec3(0.01f, 0.01f, 0.01f), Lerp::Easein);
ptrActio... | [
"suzufumi3722@gmail.com"
] | suzufumi3722@gmail.com |
3b9bb550f7093f40825fab5f9f90b7850c8822ba | db96b049c8e27f723fcb2f3a99291e631f1a1801 | /include/objtools/pubseq_gateway/impl/cassandra/messages.hpp | 15284b6539ff08477ab49fe9fa95e765da453ae5 | [] | no_license | Watch-Later/ncbi-cxx-toolkit-public | 1c3a2502b21c7c5cee2c20c39e37861351bd2c05 | 39eede0aea59742ca4d346a6411b709a8566b269 | refs/heads/master | 2023-08-15T14:54:41.973806 | 2021-10-04T04:03:02 | 2021-10-04T04:03:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,421 | hpp | #ifndef OBJTOOLS__PUBSEQ_GATEWAY__IMPL__CASSANDRA__MESSAGES_HPP
#define OBJTOOLS__PUBSEQ_GATEWAY__IMPL__CASSANDRA__MESSAGES_HPP
/* $Id$
* ===========================================================================
*
* PUBLIC DOMAIN NOTICE
* National Center for Biotechnolog... | [
"ludwigf@78c7ea69-d796-4a43-9a09-de51944f1b03"
] | ludwigf@78c7ea69-d796-4a43-9a09-de51944f1b03 |
9fabba0d96e28955059a7e56ef59b0c44608ff14 | 3b9b4049a8e7d38b49e07bb752780b2f1d792851 | /src/mash/init/main.cc | 7ca161ec0300653eed292ef85fe5253dfd7d48f2 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | webosce/chromium53 | f8e745e91363586aee9620c609aacf15b3261540 | 9171447efcf0bb393d41d1dc877c7c13c46d8e38 | refs/heads/webosce | 2020-03-26T23:08:14.416858 | 2018-08-23T08:35:17 | 2018-09-20T14:25:18 | 145,513,343 | 0 | 2 | Apache-2.0 | 2019-08-21T22:44:55 | 2018-08-21T05:52:31 | null | UTF-8 | C++ | false | false | 433 | cc | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "mash/init/init.h"
#include "mojo/public/c/system/main.h"
#include "services/shell/public/cpp/application_runner.h"
MojoResult MojoMain(MojoHand... | [
"changhyeok.bae@lge.com"
] | changhyeok.bae@lge.com |
df06f585700137d121696c35a1a25983fe568ede | a802460dc0bad0ddb19dca16913edd8df7e5930d | /boost/include/boost/program_options/options_description.hpp | c53f0939dd674fe54ebf95fc5e8ea4a2ca9ffa9b | [] | no_license | tangyin025/llgen | e24ffddc8e8fb85e2e7570239b8e68514832e29f | bd3e7eba3e02191d526ecaf03ccfbd77d21c11f3 | refs/heads/master | 2023-03-19T06:54:28.578812 | 2011-02-01T09:34:57 | 2011-02-01T09:34:57 | 127,590,866 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 10,345 | hpp | // Copyright Vladimir Prus 2002-2004.
// Copyright Bertolt Mildner 2004.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt
// or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_OPTION_DESCRIPTION_VP_2003_05_19
#define BOOST_OPTION_DESCRIPTION_V... | [
"tang@b4afd296-5ef5-d945-9884-b277f1a201ea"
] | tang@b4afd296-5ef5-d945-9884-b277f1a201ea |
2cda655de8f38dedd265bc550821f049ecc075ec | 8147fac86ceaf332ee6ec60b9c0c28d7c167345c | /bluetooth/test/test.ino | b1cf5109d6bcaee68df6a0de6eafc4f3f65d26ea | [] | no_license | BraedenCu/MechanicalKeyboardEsp32 | a567d095896f5151b79de721e642de45f8016703 | b9189462262d726e1bbbc0271b54c65f8f6b89d9 | refs/heads/master | 2023-01-20T19:54:57.163221 | 2020-11-23T02:19:32 | 2020-11-23T02:19:32 | 293,318,801 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,461 | ino | #include "BleKeyboard.h"
BleKeyboard bleKeyboard;
const int numRows = 6;
const int numCols = 5;
//row pins
//23,22,tx,rx,21,19
//const int r1=23,r2=22,r3=1,r4=3,r5=21,r6=19;
const int r1=23,r2=0,r3=0,r4=0,r5=0,r6=0;
//collumn pins
//32,33,25,26,27
const int c1=32,c2=33,c3=25,c4=26,c5=27;
const int rowpins[numRows] ... | [
"braedencullen120@gmail.com"
] | braedencullen120@gmail.com |
4c40261714b3482d8a95919f600e766a60c07444 | f828aa2c23dab20023ea40905f8f51fa96a07921 | /cocos2d/cocos/editor-support/cocostudio/CCActionManagerEx.cpp | 6a2f0464060c322a45e407759de105510d3f35dc | [] | no_license | lilyok/AoDRunner | c678fed3e299fee3ba144c0dadc796cfb7e03bb5 | f0b270c335653de472d992c9d1d0669c3d28903d | refs/heads/master | 2020-06-02T06:39:59.540453 | 2015-08-09T09:26:41 | 2015-08-09T09:26:41 | 38,178,565 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,608 | cpp | /****************************************************************************
Copyright (c) 2013-2014 Chukong Technologies Inc.
http://www.cocos2d-x.org
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 Sof... | [
"lilyoknabieva@gmail.com"
] | lilyoknabieva@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.