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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1e67190757339e8f0154a38cd44689a6b7e9c50c | fcf0fa7c5ad67035e67ebc6fef0dfeea1535baaa | /Lab 04/seg/pymmseg/mmseg-cpp/rules.h | 41d1313b6f9c6cbaaecec506354f5e65a6878775 | [
"MIT"
] | permissive | marridG/2019-EE208 | 214193d171bcbed3c3bc8da50d938fc59493aea9 | dd5de4719636a166addb765d1ac319b55cfbeb14 | refs/heads/master | 2022-04-19T13:34:25.141322 | 2020-04-08T06:01:23 | 2020-04-08T06:01:23 | 210,758,386 | 5 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 1,938 | h | #ifndef _RULES_H_
#define _RULES_H_
#include <vector>
#include <algorithm>
#include "chunk.h"
namespace rmmseg
{
template <typename Cmp>
void take_highest(std::vector<Chunk> &chunks, Cmp &cmp)
{
unsigned int i = 1, j;
Chunk& max = chunks[0];
for (j = 1; j < chunks.size(); ++j)
... | [
"1687450542@qq.com"
] | 1687450542@qq.com |
2ad14e6da8c009359d8aba55784278e3cf253db8 | f3e103ada2dec2842c981f5b5653e9510288d2bb | /Bai1_HelloWorld/Bai2_Ham/Bai2_Ham.cpp | bd223001d8cda8a1d1ef1545e4c14f250b585099 | [] | no_license | ducnhan17032005/hoc-cpp | 07ac613c37009a698f84449c14576441e1f95814 | 3219db12a575d290acceb2cb977affa5935cbd58 | refs/heads/main | 2023-05-30T16:43:30.589832 | 2021-06-04T15:22:02 | 2021-06-04T15:22:02 | 372,265,607 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,120 | cpp | #pragma once
#include <iostream>
#include <string> // standard : thu vien chuan
#include "tinhtoan.h"
using namespace std;
//viet chuong trinh nhap vao a b. Lua chon 4 option +, - , *, / va tinh
//dung ham
// vi du
// Nhap so a: 2
// Nhap so b: 3
// Chon cong thuc tinh 1. + , 2 - , 3 * , 4 /, 0 - exit
// In ra ket ... | [
"tranductb100@gmail.com"
] | tranductb100@gmail.com |
f7712fe93df98b9dcbf99ba4685aa251f09ea18d | d96333ca6eb18677c2579c1114fb047cc799bf13 | /indeedb.cpp | cfdf150d2dd9387134a8d670cf616d4ab78fa439 | [] | no_license | zaburo-ch/icpc_practice | e8fe735857689f685ea86435346963731f5dcd18 | fc275c0d0a0b8feba786059fa1f571563d8e432e | refs/heads/master | 2021-01-19T05:03:31.891988 | 2015-06-28T17:39:00 | 2015-06-28T17:39:00 | 21,899,426 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 987 | cpp | #include <iostream>
#include <stdio.h>
#include <sstream>
#include <string>
#include <vector>
#include <map>
#include <queue>
#include <algorithm>
#include <set>
#include <math.h>
#include <utility>
#include <stack>
#include <string.h>
using namespace std;
typedef pair<int,int> P;
const int INF = ~(1<<31) / 2;
int N,K... | [
"musharna000@gmail.com"
] | musharna000@gmail.com |
d2ee622e7ab16d200a28cee778248819edc3fe91 | 45628c68bbb40c598cdfd589d292cf7f419f8e87 | /STL/introSTL.cpp | 3935951549f507498ee75aca4103e270d8581825 | [] | no_license | sajib581/Data-Structure-and-Algorithms | 98a1f9914480221f741ba962eb533c97b0228382 | 77a480cbe46a2f40a5f0b575a7ae9910c25e5e28 | refs/heads/master | 2022-11-10T17:46:00.908919 | 2020-06-26T05:07:17 | 2020-06-26T05:07:17 | 272,315,142 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 150 | cpp | #include<iostream>
#include<stdio.h>
#include<string>
using namespace std ;
int main()
{
cout<<"Introduction to STL"<<endl ;
return 0 ;
}
| [
"sajibdas581@gmail.com"
] | sajibdas581@gmail.com |
7d14f3ab8d5443202faf908bb44425f2ecb1272b | 2b0b07242be5ea756aba992e171b43fbee9bfada | /BOJ/10718/10718.cpp14.cpp | 8a893bcc1a5e7594ca6bb8a2981b7bc78cfa1b4d | [] | no_license | newdaytrue/PS | 28f138a5e8fd4024836ea7c2b6ce59bea91dbad7 | afffef30fcb59f6abfee2d5b8f00a304e8d80c91 | refs/heads/master | 2020-03-22T13:01:46.555651 | 2018-02-13T18:25:34 | 2018-02-13T18:25:34 | 140,078,090 | 1 | 0 | null | 2018-07-07T11:21:44 | 2018-07-07T11:21:44 | null | UTF-8 | C++ | false | false | 233 | cpp | #include <stdio.h>
#include <iostream>
#include <algorithm>
#include <cstring>
#include <string>
using namespace std;
int main()
{
printf("강한친구 대한육군\n");
printf("강한친구 대한육군\n");
return 0;
}
| [
"bsj0206@naver.com"
] | bsj0206@naver.com |
578a1888eea7b12bb9f401f7716d4e6e73336154 | b5881a2a068172e356c308ca469b8670e44c3ea6 | /ortools/math_opt/cpp/streamable_solver_init_arguments.cc | 0e03bc59cafb4eb0f7a9e88026c325d0c0c234c2 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | bhoeferlin/or-tools | b675fecece9a788cae58ab87f2ba774b9b307728 | dfdcfb58d7228fa0ae6d0182ba9b314c7122519f | refs/heads/master | 2022-02-21T16:38:31.999088 | 2022-02-08T14:27:44 | 2022-02-08T14:27:44 | 141,839,304 | 0 | 0 | Apache-2.0 | 2020-11-06T17:03:34 | 2018-07-21T19:08:59 | C++ | UTF-8 | C++ | false | false | 1,633 | cc | // Copyright 2010-2021 Google LLC
// 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... | [
"corentinl@google.com"
] | corentinl@google.com |
521839af3ecc75f422599b63a8da4cdaadf9af5e | a3d9310e2f785dd79b714bd68e1cbaebf71953c4 | /dm/stlport/stlport/stl/_bvector.h | 6f4f7ddec8f4b69684466e80b1277f3b295041b9 | [
"LicenseRef-scancode-stlport-4.5"
] | permissive | lukakostic/Brainfuck-To-C-To-Exe-With-Python2 | 7bd29fb47e3f19de86a9fd49484f1c1d81820e01 | 6a119f59da00644fa9dd206078186e8c3a3b3910 | refs/heads/master | 2020-03-27T05:59:17.351841 | 2018-09-16T00:04:16 | 2018-09-16T00:04:16 | 146,069,434 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 27,053 | h | /*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Copyright (c) 1996,1997
* Silicon Graphics Computer Systems, Inc.
*
* Copyright (c) 1997
* Moscow Center for SPARC Technology
*
* Copyright (c) 1999
* Boris Fomitchev
*
* This material is provided "as is", with absolutely no warranty expressed
* or... | [
"3luka1@gmail.com"
] | 3luka1@gmail.com |
8d62d96deab6cf3079526ce2feced20934ca328d | c244fd2cdb00bb7850aeb332e450f9531e75c3e3 | /src/util/outkinematics.cxx | 0847da2c8c41e25bf2c6e642b0a8664888a82308 | [] | no_license | matplo/jetty | 22dbc215d349d18bc99d9a70391f0eb6a4b49dea | d5c3414341c03ea7487c6cbdf872be7c648791c4 | refs/heads/master | 2021-01-25T10:56:19.107389 | 2017-11-10T23:33:01 | 2017-11-10T23:33:01 | 93,893,930 | 1 | 3 | null | 2017-07-18T04:22:35 | 2017-06-09T20:18:55 | C++ | UTF-8 | C++ | false | false | 2,589 | cxx | #include "outkinematics.h"
#include <Pythia8/Pythia.h>
#include <iostream>
#include <sstream>
#include <iomanip>
#include <cmath>
#include <string>
namespace PyUtil
{
// OutKinematics implementation
OutKinematics::OutKinematics(const Pythia8::Pythia &pythia, bool includeHard)
: i_p_z({pythia.event[1].pz(), pythia.... | [
"ploskon@gmail.com"
] | ploskon@gmail.com |
acfcaf8a52654e02276ea0982c97de07b57e16c9 | 281f9726f082a5e0883d360f0aaa21ba71b9854e | /lib/AFE-Web-Server/AFE-Web-Server.h | e2edc8ebd72d3c220c2b0f279bcc58739f4f0f7c | [
"MIT"
] | permissive | tschaban/nxtBikeMonitor | 9e7eb37abe7a0d7d2e7cfd81556e9ca138f69fa1 | f4299d4835ce096bfbb0f90ea5f3a8c33302e340 | refs/heads/master | 2020-04-20T12:51:58.499319 | 2019-02-10T22:39:05 | 2019-02-10T22:39:05 | 168,853,888 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,319 | h | /* AFE Firmware for smart home devices
LICENSE: https://github.com/tschaban/AFE-Firmware/blob/master/LICENSE
DOC: https://www.smartnydom.pl/afe-firmware-pl/ */
#ifndef _AFE_Web_Server_h
#define _AFE_Web_Server_h
#if defined(ARDUINO) && ARDUINO >= 100
#include "arduino.h"
#else
#include "WProgram.h"
#endif
#inclu... | [
"github@adrian.czabanowski.com"
] | github@adrian.czabanowski.com |
62624a15b0da4a59a54180cb0fb43266346092e6 | 7c2420e0a7c8b28a425a7ed5466b527cb4f27d9b | /sources/degg/include/J4DEgg.hh | 10905570e2323d927e1cc4a00e9221af51ed6454 | [] | no_license | nobuchiba1006/DOUMEKI | d1705054b95b79f9089ec5cff427513bd9fd5745 | 7c17ba485b616df5e15764d148d4fec358d7b480 | refs/heads/main_woroot | 2023-07-30T15:16:59.589294 | 2021-09-30T02:52:06 | 2021-09-30T02:52:06 | 411,891,541 | 0 | 0 | null | 2021-09-30T02:52:06 | 2021-09-30T02:07:10 | C++ | UTF-8 | C++ | false | false | 1,559 | hh | // $Id: J4DEgg.hh,v 1.1.1.1 2004/08/26 07:04:26 hoshina Exp $
#ifndef __J4DEgg__hh
#define __J4DEgg__hh
//*************************************************************************
//* --------------------
//* J4DEgg
//* --------------------
//* (Description)
//* J4DEgg discribes the spherical region for DEgg.
//* ... | [
"shimizu@hepburn.s.chiba-u.ac.jp"
] | shimizu@hepburn.s.chiba-u.ac.jp |
29fe6191f5431b69e4774e25c1b532cbdea1e9bf | 8b7fdf5100ebd616eb5ac9f2b14d1c8d6c4c0d8e | /frameworks/core/components/data_panel/render_data_panel.h | ae13a3f26a917a011a6eb860c2a5e34a207012a7 | [
"Apache-2.0"
] | permissive | openharmony-sig-ci/ace_ace_engine | 13f2728bce323b67ac94a34d2e9c0a941227c402 | 05ebe2d6d2674777f5dc64fd735088dcf1a42cd9 | refs/heads/master | 2023-07-25T02:26:10.854405 | 2021-09-10T01:48:59 | 2021-09-10T01:48:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,126 | h | /*
* Copyright (c) 2021 Huawei Device Co., Ltd.
* 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 ... | [
"mamingshuai1@huawei.com"
] | mamingshuai1@huawei.com |
1b818946b8c09f00e394cae7446b48053edad0b4 | 227ff335db9362cd0303f2dd4368c62ed16fbf74 | /CPPWorkspace/SFMLTest/main.cpp | 236fe87026a409b5d6c895ccc6f02ed790bd60cc | [] | no_license | jearmstrong21/OldJavaProjects | 81ffa3f03ca41ce766b73cb43bb1cf89d08670f2 | 0bf7b004b97487f6962ed0f4711a7ca7d20ee293 | refs/heads/master | 2020-05-03T12:35:05.421923 | 2019-03-31T02:01:22 | 2019-03-31T02:01:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 73 | cpp |
#include <iostream>
int main() {
printf("Hello World!");
return 0;
}
| [
"jarmstrong21@saddleback.edu"
] | jarmstrong21@saddleback.edu |
bb838631ec76bd63a61f2c0de76d416eb10bf6a0 | e99c20155e9b08c7e7598a3f85ccaedbd127f632 | / sjtu-project-pipe/thirdparties/VTK.Net/src/Filtering/vtkCachedStreamingDemandDrivenPipeline.cxx | f658b32cf7c4ec9463f1a5b85806c2db37c74c11 | [
"BSD-3-Clause"
] | permissive | unidevop/sjtu-project-pipe | 38f00462d501d9b1134ce736bdfbfe4f9d075e4a | 5a09f098db834d5276a2921d861ef549961decbe | refs/heads/master | 2020-05-16T21:32:47.772410 | 2012-03-19T01:24:14 | 2012-03-19T01:24:14 | 38,281,086 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 10,654 | cxx | /*=========================================================================
Program: Visualization Toolkit
Module: $RCSfile: vtkCachedStreamingDemandDrivenPipeline.cxx,v $
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Cop... | [
"useminmin@gmail.com"
] | useminmin@gmail.com |
ad5bb2612b61287429e194d202e4bf8e51fde1e4 | fc90d57ce2958cc608f2615b5e9b655ca62a2352 | /SpaceWars/Source Code/Bullet.cpp | d30cc91aa1b4eb820430c9dbc39608d6c2fb89ce | [] | no_license | ash9991win/SDL-Games | a95fa917d2bacb6fd00ff18fdc52b40c8295d53c | d278579c2fb8e0da4c898d335e73b176641d6223 | refs/heads/master | 2021-01-10T13:57:46.198478 | 2016-04-08T12:15:00 | 2016-04-08T12:15:00 | 55,774,687 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,366 | cpp | #include"Bullet.h"
Bullet::Bullet()
{
mPosx = 0;
mPosy = 0;
mVelx = 0;
mVely = 0;
mdamage = 0;
mobjecttexture = 0;
}
//Change the Y coordinate
void Bullet::move()
{
//Since the bullet moves up, the Y coordinate is decreased by the velocity of the bullet.
mPosy -= BULLET_VEL;
//Upda... | [
"ash9991win@gmail.com"
] | ash9991win@gmail.com |
b2faa53e5619ff2fd0a801267244e75a9cb1059b | 578ab9a52db104742cc23c758d386a8cff885706 | /export/android/obj/include/sys/FileSystem.h | c7210b3084e8296adab699e609a76ad7fc847fbb | [] | no_license | evo0705/SpaceWar | a16695d9ae57c6ae7a17f9cbbefe7188701493d7 | 97a5a894977c56cda8d3d61866d7d6e237e1cbd9 | refs/heads/master | 2021-01-17T23:17:28.000163 | 2017-03-07T15:32:04 | 2017-03-07T15:32:04 | 84,214,718 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,335 | h | #ifndef INCLUDED_sys_FileSystem
#define INCLUDED_sys_FileSystem
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS1(sys,FileSystem)
namespace sys{
class HXCPP_CLASS_ATTRIBUTES FileSystem_obj : public hx::Object{
public:
typedef hx::Object super;
typedef FileSystem_obj OBJ_;
FileSystem_obj();
Void ... | [
"evo0705@gmail.com"
] | evo0705@gmail.com |
824f78f080dc7244c41b2ee5270122aace202ce8 | cfeac52f970e8901871bd02d9acb7de66b9fb6b4 | /generated/src/aws-cpp-sdk-mediaconnect/source/model/StartFlowRequest.cpp | dcfe0d40ab77ceb134af754fc6e1f153f3b482ad | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | aws/aws-sdk-cpp | aff116ddf9ca2b41e45c47dba1c2b7754935c585 | 9a7606a6c98e13c759032c2e920c7c64a6a35264 | refs/heads/main | 2023-08-25T11:16:55.982089 | 2023-08-24T18:14:53 | 2023-08-24T18:14:53 | 35,440,404 | 1,681 | 1,133 | Apache-2.0 | 2023-09-12T15:59:33 | 2015-05-11T17:57:32 | null | UTF-8 | C++ | false | false | 501 | cpp | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/mediaconnect/model/StartFlowRequest.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::MediaConnect::Model;
using namespace Aws::Utils::Json;
us... | [
"sdavtaker@users.noreply.github.com"
] | sdavtaker@users.noreply.github.com |
fa1707d53278b119a1ccc1fbd6c5f6a9f2e11f71 | 18f5fef20524b01c1ba90925f3328d4a9337df7c | /src/main.cpp | 9a4e679680689ded65e11429c32ce0138833a563 | [
"MIT"
] | permissive | foxfoot/XML-to-HTML-converter | 4c6e443b59f35aad725376ce50030e9fa8b75b23 | 32449d33dd09c0ebd6678296feb25624793c32d1 | refs/heads/main | 2023-02-17T03:14:37.121273 | 2021-01-16T21:34:00 | 2021-01-16T21:34:00 | 330,021,044 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,848 | cpp | /**
MIT License
Copyright (c) 2021 foxfoot
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, publish, distr... | [
"foxfoot2002@hotmail.com"
] | foxfoot2002@hotmail.com |
7102a2d3198bdcc8dd7b1886a3b5df5a91a3a456 | 1aeaf760e3ce0e298963854e0aef8be6bef6ec61 | /Translator/Translator.cpp | 034d575b888e6e4e94552f275204eb4505a67ba6 | [] | no_license | jamescoll/cpp_portfolio | b7742f49ac9bd8f20ebdb293a46da75d409c7afe | c2ff80d9da0fd46baef9856f1ca50007ee9c8313 | refs/heads/master | 2016-09-03T07:29:41.726708 | 2013-08-13T00:36:34 | 2013-08-13T00:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,909 | cpp | /*
* Translator.cpp
*
* Created on: 6 Apr 2013
* Author: James Coll
*/
#include "Translator.h"
#include <iostream>
#include <fstream>
#include <map>
#include <algorithm>
#include <string.h>
using namespace std;
Translator::Translator(const char filename[])
{
// we don't want to do file io in the co... | [
"james.evin.coll@gmail.com"
] | james.evin.coll@gmail.com |
252edb5d86c060cbeaec3a159c9acb0e481a743a | 7b1ca7f608b1f7e2da794943ada796ad241350c2 | /component/tileset/tileset_tabber.cpp | 8771f143fd611061455edbc535e26cfd95d89c18 | [] | no_license | Meldrion/Ignis-Editor | 4facac31075107b292b5460459a701a22150a27b | 9f7ac25070c5cd55ca7335cc9dee87f26932359e | refs/heads/master | 2016-08-12T16:59:04.528825 | 2015-12-21T12:10:19 | 2015-12-21T12:10:19 | 48,265,273 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,204 | cpp | #include "tileset_tabber.h"
Tileset_Tabber::Tileset_Tabber(QWidget* parent) : QTabWidget(parent)
{
}
QSize Tileset_Tabber::sizeHint() const
{
return QSize(300,350);
}
/*
void Tileset_Tabber::activeSceneChanged(Abstract_Scene* scene)
{
this->deleteAllocatedGUIComponents();
GameLevelScene* game_level_scen... | [
"fabien.steines@gmail.com"
] | fabien.steines@gmail.com |
fb5ee0f835536089418432c187eb8d1847ce8b7c | 210a310287047f30925c29381e1fd7fddf11a21c | /modules/fpga/include/opencv2/fpga/hal/intrin_cpp.hpp | 6e18ffe511a6c62f28b5bb2093a352bd483a9337 | [
"BSD-3-Clause"
] | permissive | ZebulonJiang/opencv-fpga | 9108936cec5a5a3583dce97826adc27bda7d5cf0 | ba9d09f6df8747b23ef6015a614466f80cf91340 | refs/heads/master | 2020-03-28T03:10:44.443890 | 2017-08-24T01:01:48 | 2017-08-24T01:01:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 53,482 | hpp | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | [
"hersh.godse@berkeley.edu"
] | hersh.godse@berkeley.edu |
ea33dd189bceb0c9657b7811ced87b0551c38f85 | a3d9725023c004295c92431739b06365e7880f6f | /src/Commands/TimedIntake.cpp | 5049dfa94791bb3ad455a4ac5b1ae44bdbc88c3b | [] | no_license | 4329/MOState2015 | e95ce680a55a03e17a7a1906b3974206184da27c | 22aec6cb9fba9f1fca63b86bfe0859a7ceebf984 | refs/heads/master | 2016-09-05T11:23:29.662296 | 2015-04-30T01:29:04 | 2015-04-30T01:29:04 | 34,827,342 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,599 | cpp | // RobotBuilder Version: 1.5
//
// This file was generated by RobotBuilder. It contains sections of
// code that are automatically generated and assigned by robotbuilder.
// These sections will be updated in the future when you export to
// C++ from RobotBuilder. Do not put any code or make any change in
// the blocks ... | [
"mdballard2@charter.net"
] | mdballard2@charter.net |
08ef8245be75532fb1e587483bb160700b177932 | c0c0af2d8a1c5e3c0a036c6c3b934f3d43c0f5cf | /MFC/Deliver/Deliver.cpp | fa2bbee6b0f88e9ff2ec8f0fe1185a77466c3fec | [] | no_license | feiqiu/repository-of-projects | 5f796734e906ccf16b386f7c8f486669e75159cb | a0393d01f57b14d030064cd45d3cd9bb538d4419 | refs/heads/master | 2021-05-31T10:14:12.565392 | 2014-02-10T06:04:28 | 2014-02-10T06:04:28 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,605 | cpp | // Deliver.cpp : 定义应用程序的类行为。
//
#include "stdafx.h"
#include "Deliver.h"
#include "MainFrm.h"
#include "DeliverDoc.h"
#include "DeliverView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CDeliverApp
BEGIN_MESSAGE_MAP(CDeliverApp, CWinApp)
ON_COMMAND(ID_APP_ABOUT, &CDeliverApp::OnAppAbout)
/... | [
"Micheal19840929@81659778-87ce-11de-a4f2-b7219ab9ea91"
] | Micheal19840929@81659778-87ce-11de-a4f2-b7219ab9ea91 |
626c0107a7f55f1badb97b703c327fcffb2aa23f | 67ed24f7e68014e3dbe8970ca759301f670dc885 | /win10.19042/SysWOW64/winhttpcom.dll.cpp | 3c90669402e13b5573aefa93b64297293457c8d9 | [] | no_license | nil-ref/dll-exports | d010bd77a00048e52875d2a739ea6a0576c82839 | 42ccc11589b2eb91b1aa82261455df8ee88fa40c | refs/heads/main | 2023-04-20T21:28:05.295797 | 2021-05-07T14:06:23 | 2021-05-07T14:06:23 | 401,055,938 | 1 | 0 | null | 2021-08-29T14:00:50 | 2021-08-29T14:00:49 | null | UTF-8 | C++ | false | false | 216 | cpp | #pragma comment(linker, "/export:DllCanUnloadNow=\"C:\\Windows\\SysWOW64\\winhttpcom.DllCanUnloadNow\"")
#pragma comment(linker, "/export:DllGetClassObject=\"C:\\Windows\\SysWOW64\\winhttpcom.DllGetClassObject\"")
| [
"magnus@stubman.eu"
] | magnus@stubman.eu |
9491ec88823a93e973422f5f30bb2cc815938dcc | 7435c4218f847c1145f2d8e60468fcb8abca1979 | /Vaango/src/Core/Grid/BoundaryConditions/BoundCondBaseP.h | 0dd246d37b34b8d2d750f4aaf800a39062f17480 | [] | no_license | markguozhiming/ParSim | bb0d7162803279e499daf58dc8404440b50de38d | 6afe2608edd85ed25eafff6085adad553e9739bc | refs/heads/master | 2020-05-16T19:04:09.700317 | 2019-02-12T02:30:45 | 2019-02-12T02:30:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,373 | h | /*
* The MIT License
*
* Copyright (c) 2013-2014 Callaghan Innovation, New Zealand
*
* 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 t... | [
"b.banerjee.nz@gmail.com"
] | b.banerjee.nz@gmail.com |
3480e789028abf02b0608dc62c6bd53859034442 | d6277591f92c4d021bee86f4532d87556922783c | /codes/codeforces/140A.cpp | 3bdb57bac30f1961b7f83813612686f99a8a1cde | [] | no_license | masterchef2209/coding-solutions | 83a1e8083f7db7f99ca16c9a8a584684f2ad8726 | 48c7aa127e2f2353cc18cf064fbd5b57875c1efa | refs/heads/master | 2021-05-26T06:02:53.579607 | 2020-04-25T21:23:56 | 2020-04-25T21:23:56 | 127,779,581 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,715 | cpp | /*Read the problem carefully before starting to work on it*/
#include <bits/stdc++.h>
//#include <boost/multiprecision/cpp_int.hpp>
//using namespace boost::multiprecision;
//#include <ext/pb_ds/assoc_container.hpp>
//#include <ext/pb_ds/tree_policy.hpp>
using namespace std;
//using namespace __gnu_pbds;
typedef lo... | [
"huk2209@gmail.com"
] | huk2209@gmail.com |
b1b4363bfcbd4fdcd84948a1ce3a7f970f04d136 | fbb16c652f8db717ef9efbb653fc7b520fb23771 | /WS2812_ESP_RMT.cpp | 20c52f38f2f28f898bd9fbbf08f6251280077256 | [] | no_license | jordan9001/esp32_javascript_lights | a10f7237a33d624562c3b5cab219c596de57770a | a47c91a9cdfb37288ccf2d2e428e8e53d5b1bf2b | refs/heads/master | 2020-09-28T10:52:48.033927 | 2019-12-18T02:53:06 | 2019-12-18T02:53:06 | 226,763,342 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,288 | cpp | #include "WS2812_ESP_RMT.h"
// The esp32-snippets by nkolban were super helpful here!
//I just rewrote it to better understand
ESPRMTLED::ESPRMTLED(uint16_t numleds, uint8_t pin, uint16_t rmt_chan) {
this->numpixels = numleds;
this->numbits = (numleds * 24) + 1;
this->channel = (rmt_channel_t)channel;
// I need ... | [
"jordan9001@gmail.com"
] | jordan9001@gmail.com |
e0fb7a36994e53663cf72e5ebb0fec8fde020273 | 89416910e56dfe16a75a4a02781585d369cde45b | /ICMP_Win_Client/ArgsManager.cpp | 55bc88dcfceda339c600492c2ec2cd2727d65d73 | [] | no_license | GabrielReusRodriguez/ICMP_win | 8bc54966c2fb31a76fa26d2e473bcf2d77bffa71 | 26d8a504cd9a3e991105b1f76732ee2f643e0886 | refs/heads/master | 2020-07-29T08:39:14.935019 | 2019-10-08T20:10:25 | 2019-10-08T20:10:25 | 209,732,689 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,270 | cpp | #include "ArgsManager.h"
#include <vector>
#include <iostream>
#define NO_MIN_ARGS_CHECK -1
ArgsManager::ArgsManager(int _argc, char* _argv[]) throw (ArgsException) {
procesa(_argc, _argv, NO_MIN_ARGS_CHECK);
}
ArgsManager::ArgsManager(int _argc, char* _argv[], int _minArgc) throw (ArgsException) {
procesa(_... | [
"gabrielin@gmail.com"
] | gabrielin@gmail.com |
a75336c354d18f1cc1e144f708e9377792ca8243 | 28ea54a68b4bd8f4225a33484db0dddabbe91a2c | /source/Classes/Client/UILayer/WaitingLayer.cpp | 5e26011518cdf2ff4787a839558ee6e408ac7f22 | [] | no_license | cash2one/hellopetclient | fad7374899a1c0bb04581caa517586ae8fb124ab | f87e47cd946858f8fe5bae6ea2bbc13b43d912d4 | refs/heads/master | 2020-12-24T11:52:38.157993 | 2015-12-26T17:07:23 | 2015-12-26T17:07:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,374 | cpp | #include "WaitingLayer.h"
#include "GameManager.h"
#include "SceneLayer.h"
#include "UIDefine.h"
#include "AspriteManager.h"
WaitingLayer::WaitingLayer():
m_pSprite(NULL)
,m_bShow(false)
{
m_sumHideTimer = 0;
m_hidingTimer = 0 ;
}
WaitingLayer::~WaitingLayer()
{
}
bool WaitingLayer::init()
... | [
"zhibniu@gmail.com"
] | zhibniu@gmail.com |
20be960d080d0c9c0dffcb66d8f4b0780c2b793d | b28305dab0be0e03765c62b97bcd7f49a4f8073d | /chromeos/dbus/update_engine_client.h | 7af4496ca667c6464d807e41709781e64931108d | [
"BSD-3-Clause"
] | permissive | svarvel/browser-android-tabs | 9e5e27e0a6e302a12fe784ca06123e5ce090ced5 | bd198b4c7a1aca2f3e91f33005d881f42a8d0c3f | refs/heads/base-72.0.3626.105 | 2020-04-24T12:16:31.442851 | 2019-08-02T19:15:36 | 2019-08-02T19:15:36 | 171,950,555 | 1 | 2 | NOASSERTION | 2019-08-02T19:15:37 | 2019-02-21T21:47:44 | null | UTF-8 | C++ | false | false | 7,805 | h | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROMEOS_DBUS_UPDATE_ENGINE_CLIENT_H_
#define CHROMEOS_DBUS_UPDATE_ENGINE_CLIENT_H_
#include <stdint.h>
#include <string>
#include "base/ca... | [
"artem@brave.com"
] | artem@brave.com |
6ac3dcc0ae3e956de69e7898577554e21c42badf | 6fd79e415c45f3f5fd3f7e534b3c56959f223545 | /Source/Ed_05_TestingGrounds/Ed_05_TestingGroundsGameMode.cpp | 960a194cc952bffd7c2687539ba1f8668eb98591 | [] | no_license | pobrien11/Ed_05_TestingGrounds | e05ed68ab9d16cb288f6c7d3266ab93506a7b829 | 819fda7ae4013d12e3791cbbd287cf10816f1409 | refs/heads/master | 2020-03-28T11:32:38.110532 | 2018-09-12T22:26:45 | 2018-09-12T22:26:45 | 148,223,577 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 624 | cpp | // Copyright 1998-2018 Epic Games, Inc. All Rights Reserved.
#include "Ed_05_TestingGroundsGameMode.h"
#include "Ed_05_TestingGroundsHUD.h"
#include "Ed_05_TestingGroundsCharacter.h"
#include "UObject/ConstructorHelpers.h"
AEd_05_TestingGroundsGameMode::AEd_05_TestingGroundsGameMode()
: Super()
{
// set default paw... | [
"patrick@patrickobrienart.com"
] | patrick@patrickobrienart.com |
5f5830263b4530884cbe8193f87206d636469779 | a6bb89b2ff6c1fc8c45a4f105ef528416100a360 | /contrib/framewave_1.3.1_src/Framewave/domain/fwImage/src/MorphOpenBorder.cpp | 8177fcbf6e7062bb097a92563ba8f9bf05ecdfe8 | [
"Apache-2.0"
] | permissive | dudochkin-victor/ngxe | 2c03717c45431b5a88a7ca4f3a70a2f23695cd63 | 34687494bcbb4a9ce8cf0a7327a7296bfa95e68a | refs/heads/master | 2016-09-06T02:28:20.233312 | 2013-01-05T19:59:28 | 2013-01-05T19:59:28 | 7,311,793 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 11,404 | cpp | /*
Copyright (c) 2006-2009 Advanced Micro Devices, Inc. All Rights Reserved.
This software is subject to the Apache v2.0 License.
*/
#include "fwdev.h"
#include "fwImage.h"
//#include "algorithm.h"
#include "FwSharedCode_SSE2.h"
#include "Morphology.h"
using namespace OPT_LEVEL;
#if BUILD_NUM_AT_LEAST( ... | [
"dudochkin.victor@gmail.com"
] | dudochkin.victor@gmail.com |
e6af6d9272b40ee4f5e746bc7cbc67ad5fe363e4 | 403f3b2112f02c2ae1f933346209ee1b3bd96783 | /hsmakata/hsmakata_joint_commander/include/joint_commander.h | b08ddf369a3a6e7f5ea78d7953bc2697561ff155 | [] | no_license | informatik-mannheim/Serviceroboter | c9b5ed801132f857d1f6bd4b60f89aecdaffabd8 | b56ad980330db80c0dafe0aab2cbfebaf1f769ed | refs/heads/master | 2021-01-10T09:48:28.328647 | 2015-12-15T11:59:17 | 2015-12-15T11:59:17 | 48,036,550 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,169 | h | /*
* UOS-ROS packages - Robot Operating System code by the University of Osnabrück
* Copyright (C) 2012 University of Osnabrück
*
* This program 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 ve... | [
"avira@avira.(none)"
] | avira@avira.(none) |
bc7973a25e6b8a02c66ce94a5febb03942782f8e | 53d7768c6199bea057b3b141cd4ae2ac4bfbc2e1 | /literal.h | 8f02c4cc40e18c772b34762c25307779af88358a | [] | no_license | zsmith876/Cpp-Recursive-Descent-Parser | b6ba79ea003632a271260c6e39393adb9e2f9954 | 20f42c61b6acab2dce66a827141b244bf2d35635 | refs/heads/master | 2022-12-05T07:52:12.353600 | 2020-08-26T00:27:28 | 2020-08-26T00:27:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 184 | h | class Literal: public Operand
{
public:
Literal(int value)
{
this->value = value;
}
int evaluate()
{
return value;
}
private:
int value;
};
| [
"zsmith876@gmail.com"
] | zsmith876@gmail.com |
ca6122d09513794a97a9d4df4e6701244fbe5c3e | 76c5e0e751e41873a871c31ad590d3e93d193982 | /HopVaGiaoCuaHaiDaySo1.cpp | 61157b0d06a3f124ad5f12da3117d1bd544e376f | [] | no_license | quynhtrangn/CTDL-GT | f25a892523b294c0e419df2e7553436f6be3b6f1 | af28b0c45063c45b9d6a401a1127414e00301929 | refs/heads/master | 2023-07-30T10:56:14.660274 | 2021-09-13T11:54:55 | 2021-09-13T11:54:55 | 405,948,437 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,069 | cpp | //#include <bits/stdc++.h>
//#define endl '\n'
//using namespace std;
//
//void solve(){
// int n, m; cin >> n >> m;
// vector<int> tick(100005, 0);
// for(int i = 0; i<n+m; i++){
// int tmp; cin >> tmp;
// tick[tmp]++;
// }
// for(int i = 0; i<100005; i++){
// if(tick[i]!=0) cout <... | [
"quynhtrangn25201@gmail.com"
] | quynhtrangn25201@gmail.com |
75cd9bc1b7ebdea117fb4d0f7d2d0f12f2aafb96 | 1832bcd5577ccbfbee53c1fc9e83c64af10c0042 | /Graphs/DFS/CAM5.cpp | 07e0d7ceec64ee1b74b84975b504df83e911eae4 | [] | no_license | sonalisingh18/Algorithms_and_Problems | d46558ce6c70e2d90b5e640044bab1ccd08c1a45 | a9661a9732ade0ae88b8ccad54ffae1bc0431404 | refs/heads/master | 2023-02-15T03:37:15.673069 | 2021-01-08T12:19:09 | 2021-01-08T12:19:09 | 216,610,095 | 4 | 5 | null | 2020-11-01T00:24:25 | 2019-10-21T16:06:26 | C++ | UTF-8 | C++ | false | false | 1,056 | cpp | /*
Sonali Singh
Question link: https://www.spoj.com/problems/CAM5/
*/
#include<bits/stdc++.h>
#define mod 1000000007
#define ll long long int
#define pb push_back
#define mp make_pair
#define pll pair<ll,ll>
#define f first
#define s second
#define fio ios_base::sync_with_stdio(false);cin.tie(NULL)
using namespace s... | [
"sonalisingh2402@gmail.com"
] | sonalisingh2402@gmail.com |
2c6ba1618fcb6634eb4576ca45742ce1ead628ca | fc7688d16559b70f94399a1ca05514865384ca84 | /lib/seismic/libseispp/Metadata.cc | fc3ca0d2affb295b75d505db98367812f49f28aa | [] | no_license | brtteakins/antelope_contrib | d99c11a75efaf2d1a32ab8e1dfcb851269f89907 | 066ae3479be81098d5ee39ebfc90b37b07b35d9b | refs/heads/master | 2021-01-18T08:25:20.770785 | 2010-05-03T15:10:09 | 2010-05-03T15:10:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,884 | cc | #include <iostream>
#include <sstream>
#include "stock.h"
#include "pf.h"
#include <string>
#include "AttributeMap.h"
#include "Metadata.h"
#include "dbpp.h"
using namespace std;
namespace SEISPP
{
/***** Start with Helpers. These have only file scope. */
/* Small helper returns a string that can be used to
... | [
"pavlis@indiana.edu"
] | pavlis@indiana.edu |
3e644483f95f9881b7875148e175d1a9b9f2a476 | 38c10c01007624cd2056884f25e0d6ab85442194 | /chrome/browser/supervised_user/legacy/supervised_user_shared_settings_service_unittest.cc | ffa3940b610d887a63fcdd0bf668cd952eea0712 | [
"BSD-3-Clause"
] | permissive | zenoalbisser/chromium | 6ecf37b6c030c84f1b26282bc4ef95769c62a9b2 | e71f21b9b4b9b839f5093301974a45545dad2691 | refs/heads/master | 2022-12-25T14:23:18.568575 | 2016-07-14T21:49:52 | 2016-07-23T08:02:51 | 63,980,627 | 0 | 2 | BSD-3-Clause | 2022-12-12T12:43:41 | 2016-07-22T20:14:04 | null | UTF-8 | C++ | false | false | 9,773 | cc | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <string>
#include "base/bind.h"
#include "base/json/json_writer.h"
#include "base/prefs/pref_service.h"
#include "chrome/browser/supervised_user... | [
"zeno.albisser@hemispherian.com"
] | zeno.albisser@hemispherian.com |
2a78948fa379f543af48187b7e02cc18951ecebc | ae669239ac5e676f84fcb3ad005e015d14ac2e1f | /DS_PriorityQueue/main.cpp | 8bd311319328e467608458b4b47af763321ebac7 | [] | no_license | standingbychen/Date-Structure | 9700436c51d554e4e1416553499f22a5141cdce2 | a7b4cc89f07df582d436291380c67fa7bf3c8d2b | refs/heads/master | 2021-09-14T12:06:21.557290 | 2018-05-13T12:23:02 | 2018-05-13T12:23:02 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,574 | cpp | #include <iostream>
#include <algorithm>
#include <stdio.h>
#include <stdlib.h>
#define MaxSize 200
using namespace std;
/************************************
需建立文件F:\\task.dat
************************************/
struct process //进程
{
int num; //进程任务号
int pri; //进程优先级
};
struct HEAP
{
proces... | [
"386506287@qq.com"
] | 386506287@qq.com |
6dfbcce706ec01e5df2a03ca22b3985fc262bc90 | b8564eafb6c65fbe0cd7cadbcb299bc9e86ad2eb | /uva/Uva - 357.cpp | 18e4322b238a6f9cb4c22666c027351349683c94 | [] | no_license | Mohamed-Hossam/Problem-Solving | 3051db03cc25d2f76fab6b43b2fd89d2ea373f83 | 8b6145679cc17481c1f625b1044d006580fdd870 | refs/heads/master | 2021-09-18T23:42:21.013810 | 2018-07-21T19:05:23 | 2018-07-21T19:05:23 | 90,371,332 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,050 | cpp | //In the name of Allah
#define _CRT_SECURE_NO_WARNINGS
#include<iostream>
#include<algorithm>
#include<vector>
#include<set>
#include<map>
#include<queue>
#include<stack>
#include<iterator>
#include<cmath>
#include<string>
#include<sstream>
#include<cstring>
#include<ctype.h>
#include<iomanip>
#include<functional>
#inc... | [
"eng.mohamed.hosaam@gmail.com"
] | eng.mohamed.hosaam@gmail.com |
5e81a7b9d0e29adf5cd12550533aa5a565a7aa4e | 1a6017fe5873fe86f3a7c1fcf50261120b28444d | /test_src/cpp/hierarchical_parallelism/atomic-float/target__teams__parallel__simd.cpp | 4f07de88b69fd3a2a09f54d509cb731f9447f197 | [
"MIT"
] | permissive | colleeneb/OvO | 3a6400352bf1893090a71dc7ef9cd93bf87ea3eb | 08ad05d93ae24d976fc65da8153a1108a52eb679 | refs/heads/master | 2022-11-30T19:06:02.161563 | 2020-08-09T23:33:32 | 2020-08-09T23:33:32 | 286,334,249 | 0 | 0 | MIT | 2020-08-09T23:32:32 | 2020-08-09T23:32:32 | null | UTF-8 | C++ | false | false | 991 | cpp | #include <iostream>
#include <cstdlib>
#include <cmath>
#ifdef _OPENMP
#include <omp.h>
#else
int omp_get_num_teams() {return 1;}
int omp_get_num_threads() {return 1;}
#endif
bool almost_equal(float x, float gold, float tol) {
return gold * (1-tol) <= x && x <= gold * (1 + tol);
}
void test_target__teams__parallel__s... | [
"tapplencourt@Thomass-MacBook-Pro.local"
] | tapplencourt@Thomass-MacBook-Pro.local |
6d700bde16d0f1c67eb023ed6e97fb19450599dd | bed1ee6e2983fea6a760cfdbf88e159171657f16 | /header/RoutingSchedule.hpp | dc83f82002d84c61a49c4db0209829dba990fd8f | [] | no_license | Twl09008181/Global-Routing-With-Cell-movement-Advanced | fcbf5966f8597f1b9fc277b6656e52dfe91cefec | 33b78846058982a1ce58e9544fdaa10e7c304484 | refs/heads/master | 2023-09-01T22:49:34.482380 | 2021-10-29T06:40:13 | 2021-10-29T06:40:13 | 369,090,882 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,972 | hpp | #ifndef R_SCHLER
#define R_SCHLER
#include "graph.hpp"
#include"Routing.hpp"
#include "analysis.hpp"
#include <vector>
struct netinfo{
int netId;
int hpwl;
int wl;
};
std::vector<netinfo> getNetlist(Graph*graph);//sort by wl - hpwl
void Reject(Graph*graph,std::vector<ReroutInfo>&info,std::vector<int>&A... | [
"twl0985314726@gmail.com"
] | twl0985314726@gmail.com |
41d9bd4d4e456b6deecf0725eccc65dd82df5ff9 | c56fb29a67e04e6e2c678896427db6050972bca6 | /segmentVis/Image.h | ca199695be1845e96d7445dae0070ea71ae8b9e9 | [
"MIT"
] | permissive | acvictor/IDD-Viz | 64e99201e91cf7a72d8cf0cc1cfb22fe26e8d329 | 0860c6a933f4d8706a3453ead4fc5db4e2df8c81 | refs/heads/master | 2020-04-16T07:55:46.557706 | 2019-01-21T07:32:39 | 2019-01-21T07:32:39 | 165,404,331 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 429 | h | #pragma once
#include <bits/stdc++.h>
#include <opencv2/core/core.hpp>
#include <opencv2/opencv.hpp>
#include <opencv2/highgui/highgui.hpp>
#include "Segment.h"
using namespace std;
using namespace cv;
class Image
{
public:
vector<Segment> segments;
int imgHeight, imgWidth;
Image();
void ReadJson(st... | [
"ankita3victor@yahoo.com"
] | ankita3victor@yahoo.com |
2688e8d812e57036cca105080a3026ad80c1694a | 2f89b19631984f8fe47f8e1468668865583bfb85 | /ABC/■100/11-20/ABC_012/ABC012_A.cpp | c75d906800c31cff018d1902f4f88db51f9c3ef7 | [] | no_license | masakinihirota/2019pg | 29e6ded7a043d0e061c714feeebf9439d171bbc3 | 0d7e3fda329bf610de19e6e019ca0ea2954b3155 | refs/heads/master | 2020-09-22T11:30:05.244365 | 2020-01-13T01:46:17 | 2020-01-13T01:46:17 | 225,169,649 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 709 | cpp | #include <bits/stdc++.h>
#include <ctype.h>
using namespace std;
#define ll long long
#define all(x) (x).begin(), (x).end()
const long long INF = 1LL << 60;
#define rep(i, n) for (int i = 0; i < (int)(n); i++) //(i, 10) i=0~i=9まで
#define repr(i, n) for (int i = n; i >= 0; i--) // (i, 10) i=10~i=0まで
#define FOR(i, ... | [
"masakinihirota@gmail.com"
] | masakinihirota@gmail.com |
39d0cd75297cd119bca4b7fc0a7064fd8d0a0abc | b066e4af061f28c739ecf179ae0a8d0ae425b937 | /cond.h | 31c0bb636b30be64c0acee819e7b3f464ae9d8a7 | [] | no_license | lxq2537664558/fluid | 185ee4bebaf1f8311ed9ad4eaca18bc72afbcf16 | 0c06aea6f8e5b36b8512a42cda15261e6ecb3d8c | refs/heads/master | 2021-05-13T16:19:01.954681 | 2016-03-31T04:13:21 | 2016-03-31T04:13:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 338 | h | #ifndef __COND_H__
#define __COND_H__
#include "sys.h"
#include "noncopyable.h"
#include "mutex.h"
namespace fluid
{
class Cond : private Noncopyable
{
private:
pthread_cond_t cond;
public:
Cond();
~Cond();
void broadcast();
void signal();
void wait(Mutex& mute... | [
"netease@NeteasedeMac-Pro-2.local"
] | netease@NeteasedeMac-Pro-2.local |
fffcaf341455877bf4248402de745bf9b196d8c7 | 69dd4bd4268e1c361d8b8d95f56b5b3f5264cc96 | /GPU Pro1/10_Beyond Pixels & Triangles/02_Accelerating Virtual Texturing using CUDA/VtexRelease/src/klLib/shared.h | eb2034f59a02c5a3b3718a3c11374b6deb8d0729 | [
"MIT"
] | permissive | AnabaenaQing/Source-Code_ShaderX_GPU-Pro_GPU-Zen | 65c16710d1abb9207fd7e1116290336a64ddfc86 | f442622273c6c18da36b61906ec9acff3366a790 | refs/heads/master | 2022-12-15T00:40:42.931271 | 2020-09-07T16:48:25 | 2020-09-07T16:48:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,483 | h | /**
*
* This software module was originally developed for research purposes,
* by Multimedia Lab at Ghent University (Belgium).
* Its performance may not be optimized for specific applications.
*
* Those intending to use this software module in hardware or software products
* are advized that its use may in... | [
"IRONKAGE@gmail.com"
] | IRONKAGE@gmail.com |
ad5207a6298abb82e2c57e21794c2cacbf54c5e5 | 2efd8e38cef72ded4852ae2a0a958915ab94e5ec | /CodeJam/CoinJam/jamcoin.cpp | a23af0d16bea3f1549aa6aa668f0421b18b5206c | [] | no_license | toc007/Fun | 42d0663d244f14fbafbc3c8c731ea88b20752429 | 64a015ac6395eac2cae6d77fc7ccc6b4c3f8350f | refs/heads/master | 2021-01-11T19:57:15.269592 | 2017-12-23T10:27:49 | 2017-12-23T10:27:49 | 79,428,434 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 93 | cpp | #include <iostream>
#include <set>
#include <vector>
using namespace std;
int main() {
}
| [
"toc007@ucsd.edu"
] | toc007@ucsd.edu |
be050da7bea0f422b1716a3f74aa9bae380b006d | 98f068a08860ca19e6c3d8f1c7802b725c824c1f | /test_cyclone_p3d.cpp | effc1d0de187d677a538aaaa6958bda500a55f1b | [] | no_license | gqian-coder/MGARD-Cyclone | cfbc0e9a288e181c5f7316a3ffb41ce28d56767e | 4ff3060c9e3752659090371bc1381fe8bdc4acd4 | refs/heads/master | 2023-04-02T23:12:19.244556 | 2021-04-16T19:57:40 | 2021-04-16T19:57:40 | 358,706,972 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,600 | cpp | #include <cmath>
#include <fstream>
#include <iostream>
#include <vector>
#include <chrono>
#include "adios2.h"
#include "mgard/mgard_api.h"
#define SECONDS(d) std::chrono::duration_cast<std::chrono::seconds>(d).count()
#define T_STEP 4
template <typename Type>
void FileWriter_bin(const char *filename, Type *data, ... | [
"gongq@andes-login3.olcf.ornl.gov"
] | gongq@andes-login3.olcf.ornl.gov |
abcd37f474d0b7e1a6cfa0c900ef64105704451e | 31ac07ecd9225639bee0d08d00f037bd511e9552 | /externals/OCCTLib/inc/Handle_Extrema_HArray2OfPOnSurfParams.hxx | 48ba098a2967ded9e3cbc4fb1aa18ff8e66f04a1 | [] | no_license | litao1009/SimpleRoom | 4520e0034e4f90b81b922657b27f201842e68e8e | 287de738c10b86ff8f61b15e3b8afdfedbcb2211 | refs/heads/master | 2021-01-20T19:56:39.507899 | 2016-07-29T08:01:57 | 2016-07-29T08:01:57 | 64,462,604 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 814 | hxx | // This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _Handle_Extrema_HArray2OfPOnSurfParams_Head... | [
"litao1009@gmail.com"
] | litao1009@gmail.com |
0bc82c3272c5dea9eccefbe8a73c4073f451d2c3 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE762_Mismatched_Memory_Management_Routines/s05/CWE762_Mismatched_Memory_Management_Routines__new_array_delete_wchar_t_15.cpp | f04163051c883bdaf37be74be1db30ace8c4c608 | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C++ | false | false | 6,011 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE762_Mismatched_Memory_Management_Routines__new_array_delete_wchar_t_15.cpp
Label Definition File: CWE762_Mismatched_Memory_Management_Routines__new_array_delete.label.xml
Template File: sources-sinks-15.tmpl.cpp
*/
/*
* @description
* CWE: 762 Mismatched Memory ... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
04ea16006546ffe1d0f7fccd97405a9c95219aab | 0ecd2e862b7f569a48e7507f3e9cc2bebe031d70 | /components/subresource_filter/content/renderer/document_subresource_filter.h | d09ac3b13f6d29ef68fc26050c378633c5ddf318 | [
"BSD-3-Clause"
] | permissive | ClientSelection/chromium | ef3a646c54f6df0386c2d630a297565c2f642447 | bd2d8595a7e3937876b4410dee22ae5ee5d1941b | refs/heads/master | 2023-03-06T23:02:56.905715 | 2017-02-02T21:48:15 | 2017-02-02T21:48:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,751 | h | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_SUBRESOURCE_FILTER_CONTENT_RENDERER_DOCUMENT_SUBRESOURCE_FILTER_H_
#define COMPONENTS_SUBRESOURCE_FILTER_CONTENT_RENDERER_DOCUMENT_SUBR... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
f6134f8016c3864b6d18a78f6592e9f5f5ff34ab | 426aaae0110dd221fcee8e91f5a4a35e82c380a6 | /src/main.cpp | 1d72b8c379a7f9d60c7524fd0778925790d87dd9 | [] | no_license | alejandro70/nodemcu-clock-ap | 966acb446bd0be3a6998256fba0982a6bf48b469 | ccf0ed27d9d8839c75a47121a33985ca6fa0d097 | refs/heads/master | 2022-07-09T22:57:52.192052 | 2020-05-17T20:37:51 | 2020-05-17T20:37:51 | 264,751,998 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,523 | cpp | /*
* Time sync to NTP time source
* git remote add origin https://github.com/alejandro70/nodemcu-clock.git
*/
#include <Arduino.h>
#include <DNSServer.h>
#include <ESP8266WiFi.h>
#include <ESP8266WebServer.h>
#include <TimeLib.h>
#include <WiFiManager.h> //https://github.com/tzapu/WiFiManager
#include <WiFiUdp.h>
#... | [
"aespitia70@gmail.com"
] | aespitia70@gmail.com |
8cbf316006331d32e39bd491e24794b6ac26b16b | 29240f76d2e969703ec40c367d479bcd1d6b2f5d | /CPP, C++ Solutions/456. 132 Pattern.cpp | a5f7707512f7e51e446992c6f45d519243efde56 | [
"MIT"
] | permissive | jainans/My-Leetcode-Solution-In-CPP | ab54b443db7c0c77f73858f2eaf345153932df2d | ca5bff0733c2082615bcba0594805eb576036360 | refs/heads/main | 2023-06-11T14:37:43.822614 | 2021-07-09T08:42:55 | 2021-07-09T08:42:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 649 | cpp | // TC - O(N)
class Solution {
public:
bool find132pattern(vector<int>& nums) {
int n = nums.size();
if(n < 3) return false;
stack<int> st;
int s3 = INT_MIN;
for(int i = n-1; i >= 0; i--) {
if(nums[i] < s3) return true;
else while(!st.empty() && st.top(... | [
"jainarpitkekri@gmail.com"
] | jainarpitkekri@gmail.com |
b9031286175c9ea36c8643c31f7dbf320729a603 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/admin/wmi/wbem/winmgmt/xfiles/a51rep.cpp | 80c5c826e49ea3a21ba97efe1a5f2601b1578008 | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 159,799 | cpp | /*++
Copyright (C) 2000-2001 Microsoft Corporation
--*/
#include <windows.h>
#include <wbemidl.h>
#include <wbemint.h>
#include <stdio.h>
#include <wbemcomn.h>
#include <ql.h>
#include <time.h>
#include "a51rep.h"
#include <md5.h>
#include <objpath.h>
#include "lock.h"
#include <persistcfg.h>
#include "a51fib.h"
#in... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
228ccfc9932a7a53f07e92a0443a81895dbdd6cc | cb80a8562d90eb969272a7ff2cf52c1fa7aeb084 | /inletTest3/0.112/uniform/cumulativeContErr | 041a8ee595dc7e04172f46c62586090005bba446 | [] | no_license | mahoep/inletCFD | eb516145fad17408f018f51e32aa0604871eaa95 | 0df91e3fbfa60d5db9d52739e212ca6d3f0a28b2 | refs/heads/main | 2023-08-30T22:07:41.314690 | 2021-10-14T19:23:51 | 2021-10-14T19:23:51 | 314,657,843 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 958 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2006 |
... | [
"mhoeper3234@gmail.com"
] | mhoeper3234@gmail.com | |
76f7db48044c0d3c204e20372a3d019049be57d7 | fc2d01d1afa08ffc46c23901163c37e679c3beaf | /Renderer2D/R2D_Text.h | 0e2b5f6c9588067441cbfb52861b4403fa4249ff | [] | no_license | seblef/ShadowEngine | a9428607b49cdd41eb22dcbd8504555454e26a0c | fba95e910c63269bfe0a05ab639dc78b6c16ab8b | refs/heads/master | 2023-02-14T19:08:25.878492 | 2021-01-08T16:16:44 | 2021-01-08T16:16:44 | 113,681,956 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 791 | h |
#ifndef _R2D_TEXT_H_
#define _R2D_TEXT_H_
#include "R2D_Object.h"
#include "R2D_Font.h"
class R2D_Text : public R2D_Object
{
protected:
R2D_Font* _font;
string _text;
public:
R2D_Text(R2D_Font* font) : R2D_Object(R2D_TEXT), _font(font) {}
R2D_Text(R2D_Font* font, const string& ... | [
"sebast.lefort@gmail.com"
] | sebast.lefort@gmail.com |
6adc8e769ee66f9eb0b4c6fffac459754b8e56fb | e1e6314f63c9f2dc6843ec62cab7be827e996b45 | /imageManager.cpp | da35b1069b705908b0458ace0ca72aa682352169 | [] | no_license | jisan-Park/NewClearThrone | 44e78a8ef7b164c7ae49442d27140671407a575b | 9cf3604ce6c18912bb6da32e6ce9e8d856595c54 | refs/heads/master | 2023-02-28T04:59:32.884014 | 2021-02-08T20:39:09 | 2021-02-08T20:39:09 | 335,621,624 | 0 | 1 | null | null | null | null | UHC | C++ | false | false | 3,933 | cpp | #include "stdafx.h"
#include "imageManager.h"
imageManager::imageManager()
{
}
imageManager::~imageManager()
{
}
HRESULT imageManager::init()
{
return S_OK;
}
void imageManager::release()
{
deleteAll();
}
image* imageManager::addImage(string strKey, int width, int height)
{
image* img = findImage(strKey);
/... | [
"jsnpark1221@gmail.com"
] | jsnpark1221@gmail.com |
0da03c261112d4dcfb969582daf1028c38ac14ae | 76853cbb59da39c3291c0bec3f796a354cf7fe07 | /175_desk/window.cpp | a401b12f1b7f711391c8e897340358cc6594026d | [] | no_license | dskabiri/ecs175 | 3e8f51dddaf96861298d796f26c8c96be8e06cc2 | c1dba10b971c84a7d0eb77b93aba8e05d155312c | refs/heads/master | 2016-09-02T01:53:19.336072 | 2014-03-01T08:31:08 | 2014-03-01T08:31:08 | 16,710,452 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 2,904 | cpp | #include "window.h"
#include <QtGui>
Window::Window(QWidget *parent)
: QWidget(parent)
{
glwidget = new GLWidget();
QLabel* ambient_label = new QLabel("ambient");
QSlider* ambient_slider = new QSlider();
ambient_slider->setOrientation(Qt::Horizontal);
ambient_slider->setRange(0, 5);... | [
"nikedaud1@gmail.com"
] | nikedaud1@gmail.com |
23c684ad86c29450fe7b271d7f5c6372e685ecd7 | 2cdf8fede9e76f919c4b74ee53d3080c0b82f3ab | /binary_search_tree.cpp | aceaa495eaca564f5e7c57570f593b381894269f | [] | no_license | beeender/tree_test | e08e95afd4830004f13d15e3ff034b82c641e08c | f44bdf29a9ac9dbaec8107e231604ad8354508f8 | refs/heads/master | 2020-06-06T08:06:10.582989 | 2014-08-27T08:01:31 | 2014-08-27T08:01:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,068 | cpp | #include "ascii_tree.h"
using namespace std;
template<typename _T>
class BinarySearchTree {
private:
struct _Node{
_Node *mLeft;
_Node *mRight;
_T mValue;
_Node(const _T &value, _Node *left = nullptr, _Node *right = nullptr) :
mLeft(left), mRight(right), mValue(value)
... | [
"chenmulong@gmail.com"
] | chenmulong@gmail.com |
24716db41a5b9853bd3f484739cec68d8f2e14ce | 2f4d478b72a6963ee0f42dd9cb6c1cfa4e31102d | /include/Application.hpp | 2f6cf1e2414d28ea8b3a0a04ef0d5a919ac2f7e8 | [] | no_license | Edai/TerrainEngine | 5edbfd5f268f8b3ba005731571ac8ad060e427d8 | 0047b42734e405c3998418b19c84eeb8e1b39b5f | refs/heads/master | 2020-03-16T18:16:34.239759 | 2018-05-12T18:27:45 | 2018-05-12T18:27:45 | 132,866,597 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 867 | hpp | //
// Created by edai on 19/03/18.
//
#ifndef ASSIGNMENT_APPLICATION_HPP
#define ASSIGNMENT_APPLICATION_HPP
#include <GL/glew.h>
#include <GL/gl.h>
#include <GL/glut.h>
#include <GL/freeglut.h>
#include <iostream>
#include <SOIL/SOIL.h>
#include <unistd.h>
#include <cstdlib>
#include <getopt.h>
#include <string>
#de... | [
"valentin.kao@epitech.eu"
] | valentin.kao@epitech.eu |
5b0c931a0160a2feae47d0a8970477b72e13493a | 549028675a0450e1f95f24bacc4839b928c82327 | /world/test/test_bmat_arduino.cpp | a0191d8d5b3acb6301d4acd2c2d0cca6b4e450d8 | [
"MIT"
] | permissive | blobrobots/libs | 84dcc851f00b57ef9c7f1a8432a2c502fbaa33df | cc11f56bc4e1112033e8b7352e5653f98f1bfc13 | refs/heads/master | 2020-12-25T17:25:58.727120 | 2018-05-02T11:01:43 | 2018-05-02T11:01:43 | 26,779,741 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 368 | cpp | /********* blob robotics 2014 *********
* title: test_arduino.cpp
* brief: test for comms library (arduino)
* author: adrian jimenez-gonzalez
* e-mail: blob.robotics@gmail.com
/*************************************/
#include "Arduino.h"
#include "blob/matrix.h"
void setup()
{
Serial.begin(115200);
while ... | [
"ajimenez@ixion.es"
] | ajimenez@ixion.es |
f694956b8fa5b154360c0e58317712eef2d04574 | 6e8c1949a3c0189e2792b5a841c736409ef16ca0 | /sdhash-src/sdhash.cc | e9636bafa17be2124a702aa12173449c0a9f175a | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | zieckey/sdhash | d8ac12ebdc93b14ba4142fd7ddb49b4a9558f5e6 | a9ded3bf9a7d38f7add360ea5031443bf22fa4e4 | refs/heads/master | 2021-01-01T05:51:33.994080 | 2013-12-12T08:01:24 | 2013-12-12T08:01:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,952 | cc | /**
* sdhash: Command-line interface for file hashing
* authors: Vassil Roussev, Candice Quates
*/
#include "../sdbf/sdbf_class.h"
#include "../sdbf/sdbf_defines.h"
#include "../sdbf/sdbf_set.h"
#include "sdhash_threads.h"
#include "sdhash.h"
#include "version.h"
#include "boost/filesystem.hpp"
#inclu... | [
"zieckey@gmail.com"
] | zieckey@gmail.com |
1bae5b553cdc096302ded0be25d76c188d3b890c | d3266dc4591e3fb38e7a5eb3c7afc457406a571e | /Master-CRAFT/include/mastercraft/cube/SuperChunk.hpp | 88d192abb4ab2c86a06575bf042d78212bba3690 | [] | no_license | elisehardy/Kill-mob | 9e77c9dc78ce8b6b0eea997a69f691e47636ce1f | 390b50b7b6464911d60c77c2fc44fe007f0d5ce8 | refs/heads/master | 2021-03-26T01:09:59.017629 | 2020-03-21T09:24:07 | 2020-03-21T09:24:07 | 247,661,406 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,683 | hpp | #ifndef MASTERCRAFT_SUPERCHUNK_HPP
#define MASTERCRAFT_SUPERCHUNK_HPP
#include <glm/glm.hpp>
#include <mastercraft/cube/Chunk.hpp>
#include <mastercraft/shader/Shader.hpp>
#include <mastercraft/util/INonCopyable.hpp>
#include <mastercraft/game/ConfigManager.hpp>
namespace mastercraft::cube {
class SuperChu... | [
"elise.hardy-bererd@laposte.net"
] | elise.hardy-bererd@laposte.net |
38b685e1d6c7abf9835ccbf3239828c8a81a9323 | 5d26dd63026c7db87740a073dbac420e2b3588d4 | /Game Original/vampire.cc | b87784744b5deb4e21745c054c0dfb0a2b30d346 | [] | no_license | DhruvaAlam/LegendOfZeldaCommandLineEdition | 8ae3c7730656cca885eddbd1ada0b794a65f9f3b | 56642bc183a5362cff35b3540818013619181f90 | refs/heads/master | 2021-03-19T14:12:17.399847 | 2016-12-03T06:55:16 | 2016-12-03T06:55:16 | 75,457,388 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 209 | cc | #include "boardobject.h"
#include "character.h"
#include "enemy.h"
#include "vampire.h"
#include "tile.h"
using namespace std;
Vampire::Vampire(Tile* t): Enemy{'V', t, 50, 25, 25} {}
Vampire::~Vampire() {}
| [
"dhalam@blackberry.com"
] | dhalam@blackberry.com |
fa8f945d5983b3cb8925d8c974ffbb519b9022c0 | f788bde0757cc50ea7c825e049d9652d6700ba37 | /CamMgrDll/NetCamMgr.cpp | f9312f74a6e3d3f34018c924476ed6b6a61c9ac8 | [] | no_license | 15831944/CCD_Project | 235a6c05dfc790f18aa1b66394158b8cbadc7bf2 | 21fd27a9638d698002c3b0231366337a770aaa25 | refs/heads/master | 2023-02-27T07:45:16.250515 | 2021-02-04T09:44:08 | 2021-02-04T09:44:08 | 486,609,060 | 0 | 1 | null | null | null | null | GB18030 | C++ | false | false | 3,603 | cpp | // NetCamMgr.cpp : 实现文件
//
#include "stdafx.h"
#include "NetCamMgr.h"
#include "afxdialogex.h"
// CNetCamMgr 对话框
IMPLEMENT_DYNAMIC(CNetCamMgr, CTpLayerWnd)
CNetCamMgr::CNetCamMgr(CWnd* pParent /*=NULL*/)
: CTpLayerWnd(CNetCamMgr::IDD, pParent)
, m_nMethod(NET_CAM_CHANGE_BY_INDEX)
, m_nMethodBkup(NET_CAM_CHANGE_... | [
"463115211@qq.com"
] | 463115211@qq.com |
54e20d6a61dcc7a8da6881f965d5bd10e4c7b1dc | f4e17640afef6d1b4d4a85f583a90e37f705dbd5 | /B2G/gecko/netwerk/protocol/ftp/nsFtpConnectionThread.cpp | 547cb42bc6d8c09133e15eda4cef82adef3253d8 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | wilebeast/FireFox-OS | d370362916f0c5a5408fa08285dbf4779f8b5eb3 | 43067f28711d78c429a1d6d58c77130f6899135f | refs/heads/master | 2016-09-05T22:06:54.838558 | 2013-09-03T13:49:21 | 2013-09-03T13:49:21 | 12,572,236 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 75,009 | cpp | /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* vim:set tw=80 ts=4 sts=4 sw=4 et cin: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/... | [
"info@hadrons.me"
] | info@hadrons.me |
6d92f6ea47ef81a5d159b3271a7f012354462926 | 2ba94892764a44d9c07f0f549f79f9f9dc272151 | /Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Shared/UdpMessagingSettings.h | d6914ae979150619c7cdd20ab0cc0bb928d9cae1 | [
"BSD-2-Clause",
"LicenseRef-scancode-proprietary-license"
] | permissive | PopCap/GameIdea | 934769eeb91f9637f5bf205d88b13ff1fc9ae8fd | 201e1df50b2bc99afc079ce326aa0a44b178a391 | refs/heads/master | 2021-01-25T00:11:38.709772 | 2018-09-11T03:38:56 | 2018-09-11T03:38:56 | 37,818,708 | 0 | 0 | BSD-2-Clause | 2018-09-11T03:39:05 | 2015-06-21T17:36:44 | null | UTF-8 | C++ | false | false | 1,663 | h | // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "UdpMessagingSettings.generated.h"
UCLASS(config=Engine)
class UUdpMessagingSettings
: public UObject
{
GENERATED_UCLASS_BODY()
public:
/** Whether the UDP transport channel is enabled. */
UPROPERTY(config, EditAnywhere, Catego... | [
"dkroell@acm.org"
] | dkroell@acm.org |
f4d39bbbb3e966350ff50f96c04fa1e0e494a65b | a64c0c617518345567087dcd3d7398fc1b29e252 | /MapleStory/MapleStory/DamageSkin.cpp | a26de2981136cad331e00081633c07cf79893d04 | [] | no_license | hanjin1029/API | 0b1b05b0f4669f21f8df697b9ca77b33c1b42f17 | 9bbae73a98df7764de4e93e5f851b156303d3b98 | refs/heads/master | 2021-01-13T09:43:28.471297 | 2016-11-11T02:37:28 | 2016-11-11T02:37:28 | 72,819,471 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 965 | cpp | #include "StdAfx.h"
#include "DamageSkin.h"
CDamageSkin::CDamageSkin(void)
: m_dwTime(GetTickCount())
{
}
CDamageSkin::~CDamageSkin(void)
{
}
void CDamageSkin::Initialize(void)
{
m_tInfo = INFO(0, 0, 33.f, 38.f, 0, 0);
m_strKey = "DamageSkin1";
m_tFrame = FRAME(0,10,0, 100);
}
int CDamageSkin::Progress(void)
{... | [
"hanjin1029@naver.com"
] | hanjin1029@naver.com |
8ea4c61850b2a6232bac88b7da97d8e88afcd390 | be123b1ce2c958f9dad3ce3650b735b224438156 | /ecnu_oj/retrial/18_2nd/D/D.cpp | ea7547c1ad57ccc80535c29949df9f4314d5ebdc | [] | no_license | dogePrince/oj | f0ad445de56b7fd587713d2463de532a97dec2ad | 524f42a49001a4d43085dc86c4aff5a7d2835447 | refs/heads/master | 2020-04-16T15:18:22.873463 | 2019-03-31T14:52:19 | 2019-03-31T14:52:19 | 165,697,755 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 593 | cpp | #include<stdio.h>
#include<stdlib.h>
#include<math.h>
int a[21];
int d_cmp(const void *a, const void *b) {
int *p1 = (int*)a;
int *p2 = (int*)b;
return *p1 - *p2;
}
int main(int argc, char const *argv[]) {
int n;
scanf("%d", &n);
for (int i = 0; i < n; i++) {
scanf("%d", &a[i]);
... | [
"dave-shun.yao@autodesk.com"
] | dave-shun.yao@autodesk.com |
194a23698e83fdcaa5ee64d59e863e53c23543b4 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function13979/function13979_schedule_4/function13979_schedule_4.cpp | 82a7b33fbbddd715ac9972de1d4e5fb176f5da61 | [] | 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 | 942 | cpp | #include <tiramisu/tiramisu.h>
using namespace tiramisu;
int main(int argc, char **argv){
tiramisu::init("function13979_schedule_4");
constant c0("c0", 524288), c1("c1", 128);
var i0("i0", 0, c0), i1("i1", 0, c1), i01("i01"), i02("i02"), i03("i03"), i04("i04");
input input00("input00", {i0}, p_int3... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
d3fd38e0a36ad6784a4c1f8fb90a952ff9eb821c | 4b8acd2e0aef7d304bfa2f57b9be06fab0dd42e0 | /src/accumulator.h | 7fe66d696ce81e820e58a06d8adfac26dc577939 | [] | no_license | metastableB/WITCH_On_A_Board | 17ff3aa5a072d35d8bc0e0b5cf65933168f8d995 | f83e06c67ad866a1d2f01b660916358fae5da680 | refs/heads/master | 2020-03-27T22:43:00.696211 | 2015-08-13T18:00:00 | 2015-08-13T18:00:00 | 35,816,818 | 1 | 1 | null | 2015-07-10T12:49:48 | 2015-05-18T12:32:57 | C++ | UTF-8 | C++ | false | false | 931 | h | /*
* accumulator.h
*
* @author Don Dennis (metastableB)
* donkdennis [at] gmail [dot] com
* 05-Jun-2015
*
*/
#ifndef ACCUMULATOR_H
#define ACCUMULATOR_H
#include "dekatron.h"
#include "dekatronstore.h"
#include <string>
// The accumulator is made up of two stores. This detail is hidden
// Outside this class.... | [
"donkdennis@gmail.com"
] | donkdennis@gmail.com |
35567b21e58d06f81d48573e04f5d70a6e2c045d | cb1c6c586d769f919ed982e9364d92cf0aa956fe | /examples/TRTRenderTest/GridRaycaster.h | ba7562de782b98ef96f7fd83d15f8e0df70cc1aa | [] | no_license | jrk/tinyrt | 86fd6e274d56346652edbf50f0dfccd2700940a6 | 760589e368a981f321e5f483f6d7e152d2cf0ea6 | refs/heads/master | 2016-09-01T18:24:22.129615 | 2010-01-07T15:19:44 | 2010-01-07T15:19:44 | 462,454 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,606 | h | //=====================================================================================================================
//
// GridRaycaster.h
//
// Part of the TinyRT Raytracing Library.
// Author: Joshua Barczak
//
// Copyright 2008 Joshua Barczak. All rights reserved.
// See Doc/LICENSE.txt for te... | [
"jbarcz1@6ce04321-59f9-4392-9e3f-c0843787e809"
] | jbarcz1@6ce04321-59f9-4392-9e3f-c0843787e809 |
cbc3a390fbef75664b0acbdd0431ba3e35658485 | 38be6da813f2d230a90d1ac4c7deb81ca6221be0 | /math/basic/codeforces/F1345A/Solution.cpp | 0ade34fa3d92f6cb6d033ce19095a63264b2ad7c | [
"MIT"
] | permissive | MdAman02/problem_solving | c8c0ce3cd5d6daa458cb0a54ac419c7518bdbe1f | 1cb731802a49bbb247b332f2d924d9440b9ec467 | refs/heads/dev | 2022-09-13T09:40:51.998372 | 2022-09-04T14:15:17 | 2022-09-04T14:15:17 | 256,194,798 | 0 | 0 | MIT | 2020-04-16T19:08:24 | 2020-04-16T11:27:57 | Java | UTF-8 | C++ | false | false | 579 | cpp | // problem_name: Puzzle Pieces
// problem_link: https://codeforces.com/contest/1345/problem/A
// contest_link: https://codeforces.com/contest/1345
// time: (?)
// author: reyad
// other_tags: game
// difficulty_level: easy
#include <bits/stdc++.h>
using namespace std;
int main() {
int tc;
sca... | [
"reyadussalahin@gmail.com"
] | reyadussalahin@gmail.com |
b614902fc44650dc6b9b2d00c2fa79fef49f3db5 | 247f9a5cc6e068695d0439e4a6bbaf6c1f5d7032 | /FunctionType/WindowsServiceCppLibraryStaticLib/Code/ServiceCreate.cpp | ddba984b6633168e712cb90df5068c6960bd43cb | [
"MIT"
] | permissive | 15831944/WindowsServiceCppLibrary | d90e0802b3708027194d88ca92391d35da5cacdf | 1d4ff4b96b4808efdbc56615566e3355885361a6 | refs/heads/master | 2021-06-20T03:38:38.466047 | 2017-07-23T15:13:41 | 2017-07-23T15:13:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,683 | cpp | #include "stdafx.h"
#include "Common.hpp"
#include "ServiceCreate.hpp"
#include <strsafe.h>
#include <process.h>
#include <string>
#include <vector>
#include <stdexcept>
static SERVICE_STATUS SvcStatus;
static SERVICE_STATUS_HANDLE SvcStatusHandle;
struct WinServiceInfo {
SVCTHREAD ServiceThread;
std::basic_string<TC... | [
"aimegu2014@gmail.com"
] | aimegu2014@gmail.com |
b48365cab572206e0fe84210ad723ca7c57c55c6 | b052937681803bd58d410d6e84abfabf9c6c598e | /sw_x/gvm_apps/syncConfigTest/platform_android/project/jni/.svn/text-base/syncconfigtest_jni.cpp.svn-base | 1ba814e39759731e6983197cd019a1e4482c64ff | [] | no_license | muyl1/acer_cloud_wifi_copy | a8eff32e7dc02769bd2302914a7d5bd984227365 | f7459f5d28056fa3884720cbd891d77e0b00698b | refs/heads/master | 2021-05-27T08:52:21.443483 | 2014-06-17T09:17:17 | 2014-06-17T09:17:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,041 | #include <string>
#include <android/log.h>
#include "com_igware_sync_config_test_SyncConfigNative.h"
int syncConfigTest(int argc, const char ** argv);
#define LOG_INFO( info, p1 ) __android_log_print( ANDROID_LOG_WARN, "NATIVE CODE", info, p1 );
JNIEXPORT jint JNICALL Java_com_igware_sync_1config_test_SyncConfigNati... | [
"jimmyiverson@gmail.com"
] | jimmyiverson@gmail.com | |
9cc1d66ef0d7919d417546a56bce8452dcd408b2 | e6c548bc3af16ad7b175a3c6b32aafdb37087adc | /test/mat-serve-test/main.cpp | d972f08582e51753b113c05423baaece2a5e6fa5 | [] | no_license | imalsogreg/simple-tracker | 8b7764bb5c8c25418e39ca1014c7f2b6734b139e | 6596074b1af23cfe1b9489c7fd4f067a77efd8fd | refs/heads/master | 2021-01-13T06:52:10.550926 | 2015-04-30T00:59:02 | 2015-04-30T00:59:02 | 34,761,525 | 0 | 0 | null | 2015-04-28T23:34:53 | 2015-04-28T23:34:53 | null | UTF-8 | C++ | false | false | 1,393 | cpp | //******************************************************************************
//* Copyright (c) Jon Newman (jpnewman at mit snail edu)
//* All right reserved.
//* This file is part of the Simple Tracker project.
//* This is free software: you can redistribute it and/or modify
//* it under the terms of the GNU Gener... | [
"jpnewman@mit.edu"
] | jpnewman@mit.edu |
45f4e980a1cd80ce971ee524bfe2100773eee09e | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE78_OS_Command_Injection/s06/CWE78_OS_Command_Injection__wchar_t_console_execl_81a.cpp | 342dd88773d459a28800f5ec6b504f254505842a | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C++ | false | false | 3,283 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE78_OS_Command_Injection__wchar_t_console_execl_81a.cpp
Label Definition File: CWE78_OS_Command_Injection.strings.label.xml
Template File: sources-sink-81a.tmpl.cpp
*/
/*
* @description
* CWE: 78 OS Command Injection
* BadSource: console Read input from the con... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
74e7c7e5ab95cc6cf96e005c7254620f2711b6eb | feb48d956fd04d0643dbe305b75eaee7523bba71 | /Chain.h | e776920b81c7455bf76521091facac003ad87386 | [] | no_license | jefryhdz/P3_JefryHernandez_Lab8 | 0bb3df299121d5a7f710fae3e6bf9eccd21e76f3 | 2437f07db9fa66f72e1c2004b72dbfb3fb8eb6a3 | refs/heads/master | 2021-08-24T11:55:27.289707 | 2017-12-09T06:00:58 | 2017-12-09T06:00:58 | 113,621,215 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 416 | h | #include <iostream>
#include <string>
#include <vector>
#include <sstream>
#include "Melee.h"
#include "Range.h"
using namespace std;
#ifndef CHAIN_H
#define CHAIN_H
class Chain : public Melee{
protected:
string color;
public:
Chain(string,int,double,double,double,double,double,string,string);
Chain();
... | [
"jefryhdz@gmail.com"
] | jefryhdz@gmail.com |
1b1359fab8b4d011fda20d08ebe3f408881ab75b | a81c07a5663d967c432a61d0b4a09de5187be87b | /ui/views/metadata/type_conversion.cc | b165b2867afa77eef847aec4fef5d1713d04be87 | [
"BSD-3-Clause"
] | permissive | junxuezheng/chromium | c401dec07f19878501801c9e9205a703e8643031 | 381ce9d478b684e0df5d149f59350e3bc634dad3 | refs/heads/master | 2023-02-28T17:07:31.342118 | 2019-09-03T01:42:42 | 2019-09-03T01:42:42 | 205,967,014 | 2 | 0 | BSD-3-Clause | 2019-09-03T01:48:23 | 2019-09-03T01:48:23 | null | UTF-8 | C++ | false | false | 11,874 | 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 "ui/views/metadata/type_conversion.h"
#include "base/strings/string16.h"
#include "base/strings/string_number_conversions.h"
#include "base/stri... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
d19b7bbc064e24678585ee7226a3fb3910129103 | 34111b1448ffa98cee2977c858066fbc38396341 | /src/ros/base_fusion_ros.cpp | d6e466161a9b6758dc9b61f1e5c90711bfd8a95c | [] | no_license | tienhoangvan/dynamic_objects_fusion | 6bd5cf4fb0e01e9242abafc3658f324572495198 | 921885375d22325dcee02dc87513e4a74f661da0 | refs/heads/master | 2022-03-31T06:53:36.753516 | 2019-12-19T02:48:51 | 2019-12-19T02:48:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,513 | cpp | //
// Created by shivesh on 12/16/19.
//
#include "dynamic_objects_fusion/ros/base_fusion_ros.hpp"
namespace dynamic_objects_fusion {
BaseFusionROS::BaseFusionROS() {
}
BaseFusionROS::~BaseFusionROS() {
}
void BaseFusionROS::initialize(DynamicObjectsFusion* dynamic_objects_fusion, int id) {
dynamic_objects_fusio... | [
"shiveshkhaitan@gmail.com"
] | shiveshkhaitan@gmail.com |
f2c84f982547f83cb09b38b7eb9f01e1397ffd7f | bbb82acb25321dddf5212d89cc007d85b1d1d0c1 | /ctriangle.cpp | cc5cc9fc6423e7e6369e1cecc3deb984fc024c7f | [] | no_license | alexmikhalevich/RayTracing | 67856bf72d722c0d5aa91b2dd6ff3792a667b008 | 19de14b32bfd068942763c8933c324a544bba38b | refs/heads/master | 2021-06-30T18:25:15.620806 | 2016-05-28T19:55:30 | 2016-05-28T19:55:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,347 | cpp | #include "ctriangle.h"
#include <iostream>
bool CTriangle::intersect(const CVector3D& ray_vector, CPoint3D& intersection) {
CVector3D n = get_normal();
double scalar_product = CVector3D::dot_product(n, ray_vector);
if(fabs(scalar_product) < EPS) return false;
double d = -(m_vertices[0].get_x() * n.get_coordinates()... | [
"alex.mikhalevich@gmail.com"
] | alex.mikhalevich@gmail.com |
be86e8e82cb4eac109936ad5be1edc208c7e4293 | a67af182c81adf11d4f124504e8bd75adefaf762 | /src/main.cpp | 9c08564fdbf1e5458da408c2c787c63f90a16761 | [] | no_license | zeehjr/esp32-smart-home | deac79ad440e99bd113783b39bf585c343945e09 | 294cbe5b0764e1445873a5e3e23450eb8b8ed2ce | refs/heads/master | 2022-12-07T22:30:04.265532 | 2020-08-30T21:40:52 | 2020-08-30T21:40:52 | 291,556,435 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,045 | cpp | #include <Arduino.h>
#include <WiFi.h>
#include <HTTPClient.h>
struct PORT
{
int port;
uint8_t state;
uint8_t desiredState;
};
PORT LED1;
PORT LED2;
PORT LED3;
const int DELAY = 2000;
const char *ssid = "zezin";
const char *password = "sofiaalice2016";
void setup()
{
LED1.port = 2;
LED2.port = 4;
LED3.... | [
"zeehtecnologia@gmail.com"
] | zeehtecnologia@gmail.com |
479f8d38e6e171de6e7605224ec424f1b79ae55e | 828806e0cd8d08a2e5c69ab8137b01c54eec8fad | /Event-Creator/Datastore.cpp | 28bfd85c49aef7ff2a125f7b0f5a6d9d61fc4cfa | [] | no_license | cgddrd/Endurance-Race-Tracker | 5ea5e68f74552cfce8cfcd6c16cc72bd4474fb8d | 4cbad054e937320ee1fd28fd15c7f89349a737b3 | refs/heads/master | 2021-01-18T14:13:54.252239 | 2013-03-19T20:05:58 | 2013-03-19T20:05:58 | 8,357,731 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,963 | cpp | /*
* File: Datastore.cpp
* Description: Contains and stores all the persistent data used
* by the application to allow data to be accessed by multiple classes.
* Author: Connor Luke Goddard (clg11)
* Date: March 2013
* Copyright: Aberystwyth University, Aberystwyth
*/
#include "Datastore.h"
using namespace st... | [
"clg11@aber.ac.uk"
] | clg11@aber.ac.uk |
6747ec019b823351b905b3a1bf436f3976157b46 | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /chrome/browser/sharing/webrtc/sharing_mojo_service.cc | e8ecaee9d19611addcbe771d4fa2cb2fadaf679d | [
"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 | 716 | 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/sharing/webrtc/sharing_mojo_service.h"
#include "chrome/browser/service_sandbox_type.h"
#include "content/public/browser/service... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
131233a1e943a2f8de5aa13b9a0f2108bb1ef669 | 1168562b8c7e6784a3cfad587dd545b7893b908d | /src/gcs_test/include/uavmessage.pb.h | 2cbe6f402b84edef400b8ddf071af2ad8975fe17 | [] | no_license | MeMiracle/UAV-Swarm-Control | 9d50999515a0155916a239f8784c7a6e0ddc133e | ce55a99fea7292b1dad19d29a0261f554049ffa3 | refs/heads/master | 2023-01-31T20:08:24.413188 | 2020-12-19T14:11:53 | 2020-12-19T14:11:53 | 284,892,654 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | true | 21,287 | h | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: uavmessage.proto
#ifndef PROTOBUF_uavmessage_2eproto__INCLUDED
#define PROTOBUF_uavmessage_2eproto__INCLUDED
#include <string>
#include <google/protobuf/stubs/common.h>
#if GOOGLE_PROTOBUF_VERSION < 3004000
#error This file was generated by a ne... | [
"962448801@qq.com"
] | 962448801@qq.com |
ced0d8577f036c8d8355554d5d50d94f5206bdf7 | 9a3b9d80afd88e1fa9a24303877d6e130ce22702 | /src/Providers/UNIXProviders/IPHeadersFilter/UNIX_IPHeadersFilter_FREEBSD.hxx | bea681c12cacb5d8c34418517a5dc15012c3e071 | [
"MIT"
] | permissive | brunolauze/openpegasus-providers | 3244b76d075bc66a77e4ed135893437a66dd769f | f24c56acab2c4c210a8d165bb499cd1b3a12f222 | refs/heads/master | 2020-04-17T04:27:14.970917 | 2015-01-04T22:08:09 | 2015-01-04T22:08:09 | 19,707,296 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,817 | hxx | //%LICENSE////////////////////////////////////////////////////////////////
//
// Licensed to The Open Group (TOG) under one or more contributor license
// agreements. Refer to the OpenPegasusNOTICE.txt file distributed with
// this work for additional information regarding copyright ownership.
// Each contributor lice... | [
"brunolauze@msn.com"
] | brunolauze@msn.com |
114fa5cd433305e7cb1e42cfa6e3135359fedb63 | 86f1b47aac824eb3f1f24d025c8a8d618c952d0d | /uva/914 - Jumping Champion.cpp | 71e65cffcc5d4c4651077c84576f79c6a5cfbc3b | [] | no_license | anwar-arif/acm-code | 2fe9b2f71c3cc65d2aa680475300acbeab551532 | ad9c6f3f2a82bf231f848e9934faf9b5e591e923 | refs/heads/master | 2023-02-07T16:35:25.368871 | 2023-01-30T08:38:41 | 2023-01-30T08:38:41 | 127,539,902 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,563 | cpp | #include <cassert>
#include <cctype>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <sstream>
#include <iomanip>
#include <string>
#include <vector>
#include <deque>
#include <list>
#include <set>
#include <map>
#include <bitset>
#include <stack>
#include <queue>
#... | [
"anwarhossain221095@gmail.com"
] | anwarhossain221095@gmail.com |
1dffb121037b9d1813550f9eb40b45776597a9f2 | b6ea73b8f091860f57625e66dd161ec34377adc1 | /version/dllmain.cpp | 780294a0317c9a35c67d0371bbdd3757890af444 | [
"Apache-2.0"
] | permissive | afunny9177/project4 | 96704a6f1a97651ad2b0f5a3ee37c85bdb877131 | 8a1b694510dae95baba20ad93a1382cfcc79a7c4 | refs/heads/master | 2020-12-25T14:32:32.754250 | 2016-12-07T07:01:13 | 2016-12-07T07:01:13 | 66,199,930 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 788 | cpp | // dllmain.cpp : 定义 DLL 应用程序的入口点。
#include "stdafx.h"
#include "hijackapi.h"
#include "hook_manager.h"
std::unique_ptr<HookManager> g_manager;
BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, PVOID pvReserved)
{
if (DetourIsHelperProcess())
{
return TRUE;
}
if (dwReason == DLL_PROCESS_ATT... | [
"1111111@qq.com"
] | 1111111@qq.com |
b5d131f97c1b059a327e8bcd68ee49c97b03ab45 | 90047daeb462598a924d76ddf4288e832e86417c | /chrome/browser/ui/webui/extensions/extension_icon_source.cc | 46f69c56a2385f19f9b8432ff5b8a6d3683ce1de | [
"BSD-3-Clause"
] | permissive | massbrowser/android | 99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080 | a9c4371682c9443d6e1d66005d4db61a24a9617c | refs/heads/master | 2022-11-04T21:15:50.656802 | 2017-06-08T12:31:39 | 2017-06-08T12:31:39 | 93,747,579 | 2 | 2 | BSD-3-Clause | 2022-10-31T10:34:25 | 2017-06-08T12:36:07 | null | UTF-8 | C++ | false | false | 11,669 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/webui/extensions/extension_icon_source.h"
#include <stddef.h>
#include "base/bind.h"
#include "base/bind_helpers.h"
#inc... | [
"xElvis89x@gmail.com"
] | xElvis89x@gmail.com |
0658c8006ec30d3fa11dad62cbf08058659d021a | 4903b3017798c219fc72277fc1c96de63d7c4c09 | /jni/CloudBox/CBObserver.h | b81c12ce8bdc31d88e2065e2238715e3a7c9b140 | [] | no_license | cloudhsu/CloudBox | aef66b1a1665afa156d5228ff6d55d5518f8cda2 | e42f1ff3e667e26f47988b4d2938b8fde18e845f | refs/heads/master | 2020-05-25T10:48:33.639881 | 2014-09-11T02:10:36 | 2014-09-11T02:10:36 | 5,096,433 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 531 | h | /*
* CBObserver.h
* CloudBox Cross-Platform Framework Project
*
* Created by Cloud on 2013/03/14.
* Copyright 2013 Cloud Hsu. All rights reserved.
*
*/
#ifndef __CBOBSERVER_H__
#define __CBOBSERVER_H__
template<class TSubjectObject>
class CBObserver
{
protected:
int m_id;
public:
... | [
"cloudhsu921@gmail.com"
] | cloudhsu921@gmail.com |
adf8cef27c7e2fd34b3a445b5a480f0861b69d00 | 20b663d571ef748e69ce9b733de8f37e1d3c5abe | /utes_b/fmod.h | 63babb7c8bce13fcd6c703e6abe67c668858bb3d | [] | no_license | sudakov/DSS-UTES | 68f1408f0b4a70194011ecdc52611ddbe8751fe7 | 03b27c69ca75faf0bd6c74beb98fbc81100f07a5 | refs/heads/master | 2021-01-10T03:05:03.088397 | 2016-11-20T12:44:24 | 2016-11-20T12:44:24 | 36,016,507 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 579 | h | // Machine generated IDispatch wrapper class(es) created with ClassWizard
/////////////////////////////////////////////////////////////////////////////
// IFmod wrapper class
class IFmod : public COleDispatchDriver
{
public:
IFmod() {} // Calls COleDispatchDriver default constructor
IFmod(LPDISPATCH pDispat... | [
"vsudakov@bk.ru"
] | vsudakov@bk.ru |
1030636d3832283ca5fe62925f37b2cb2bc74cd6 | ebc815aeba8a74801d7cb79daef836a908b2243c | /StGenFactoryScript/PowerCtrl.cpp | ce665f30e2b4eacfe5c8ebbf9233bcf30c23e2e1 | [] | no_license | anryu/StGenFactoryScript | 9050c2a3883c04b5b60f919cf70f0cfbd4c9a43b | 8016ec47f48c443ab727b5edaf20c3bdfc7c70c4 | refs/heads/master | 2020-04-05T02:47:28.821834 | 2018-11-13T10:01:21 | 2018-11-13T10:01:21 | 156,490,372 | 1 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 12,167 | cpp | // PowerCtrl.cpp: CPowerCtrl クラスのインプリメンテーション
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
//#include "StGEFactory.h"
#include "PowerCtrl.h"
//▼1.3.0.10多言語モード対応
#include "HookMsgBox.h"
//▲1.3.0.10多言語モード対応
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FI... | [
"anryu@sentech.co.jp"
] | anryu@sentech.co.jp |
42742345b456f4cb989ea7a8fe87f63b4c9b1ec0 | d1055d56eaa134744c9d2283b8ede9165b239654 | /RLogin/MainFrm.cpp | d33996199af6fd9797f2fb0b73e34c6618a40874 | [
"MIT"
] | permissive | archvile/RLogin | c06821c3ddaf7b3af949882c5ddebca3b8ccb4e0 | 384fdd23f37a578998e978f3a5b8a543cdf8704d | refs/heads/master | 2021-05-06T12:28:47.506623 | 2017-12-03T23:07:48 | 2017-12-03T23:07:48 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 101,683 | cpp | // MainFrm.cpp : CMainFrame クラスの実装
//
#include "stdafx.h"
#include "RLogin.h"
#include "MainFrm.h"
#include "ChildFrm.h"
#include "RLoginDoc.h"
#include "RLoginView.h"
#include "ServerSelect.h"
#include "Script.h"
#include "ssh2.h"
#include "ToolDlg.h"
#include "richedit.h"
#ifdef _DEBUG
#define new D... | [
"kmiya@gem.or.jp"
] | kmiya@gem.or.jp |
af31e0fe3b2012020131596b05a0ef2ed73ff12c | 2ed2a2c7d417b57ba203fa4ac2bd6baaa8c5d193 | /1.05/App/ioPinot1.05-Debian7/Linux-ia32/include/pinot/filters/Filter.h | 85f2fdc61c052db37ec93de5bcecbbf0c51f2cba | [] | no_license | mutek/pinot | 843fd881fe5f97520fa3491e4d6c87ff7d67e049 | e02eaf12eedbbe7ab9a3d48621c33540675b5ca2 | refs/heads/master | 2021-01-13T01:57:52.841469 | 2013-04-05T15:47:33 | 2013-04-05T15:47:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,401 | h | /*
* Copyright 2007-2009 Fabrice Colin
*
* This program 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 2 of the License, or
* (at your option) any later version.
*
* This program ... | [
"mutek@riseup.net"
] | mutek@riseup.net |
b15291fa8299c94073db4274d25cadefe3f4ce09 | a5fb319c0a08787cb3efe2f5de77136887d5f55d | /55M.cpp | 17a44444705a4d75796131f23b8cf62faac6c82f | [] | no_license | rachitjain123/leetcode-submissions | 1c64a652e67862d17261188a85bb0e843372ed20 | bb50f1c232ca81ffab52b7dc31c6a03c4f5955fb | refs/heads/master | 2022-11-08T14:38:52.424740 | 2020-06-27T07:37:58 | 2020-06-27T07:37:58 | 225,630,669 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 284 | cpp | class Solution {
public:
bool canJump(vector<int>& nums) {
int maxi=0;
for(int i=0;i<nums.size();i++)
{
if(i<=maxi)
maxi=max(maxi,i+nums[i]);
else
return false;
}
return true;
}
}; | [
"jainrachit100@gmail.com"
] | jainrachit100@gmail.com |
9e844c3d093761a73c3f3256570aacbb316ec6ef | 504fd67b9fe8a7d2c4fadf69e9e48afc7395ea98 | /PapuEngine/Button.h | 41f3e9d0c91b13809ca5ef4150fa0479330df9c5 | [] | no_license | lvaldivia/Fundamentos201902 | 1267df787d8ecb453198362cba19316c3ed174e8 | 3bc6faebe34c16ca9f4e8d05736e648de94b0d54 | refs/heads/master | 2020-09-02T07:59:12.670356 | 2019-12-23T04:03:08 | 2019-12-23T04:03:08 | 219,173,284 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 407 | h | #pragma once
#include "SpriteBacth.h"
#include <glm\glm.hpp>
#include "GLTexture.h"
#include <string>
class Button
{
private:
std::string texture;
int textureID;
glm::vec2 position;
public:
void draw(SpriteBacth& spriteBatch);
Button(std::string texture);
bool clicked(glm::vec2 position);
void setPosition(glm::... | [
"wmorales83@gmail.com"
] | wmorales83@gmail.com |
c3f7ce1c43ea66bcf2a1cdd8cd73101367981c04 | de7e771699065ec21a340ada1060a3cf0bec3091 | /analysis/common/src/java/org/apache/lucene/analysis/fa/PersianNormalizationFilterFactory.h | 52d7e49ad8db357878b302035955acf88a80f4b8 | [] | no_license | sraihan73/Lucene- | 0d7290bacba05c33b8d5762e0a2a30c1ec8cf110 | 1fe2b48428dcbd1feb3e10202ec991a5ca0d54f3 | refs/heads/master | 2020-03-31T07:23:46.505891 | 2018-12-08T14:57:54 | 2018-12-08T14:57:54 | 152,020,180 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,069 | h | #pragma once
#include "../util/MultiTermAwareComponent.h"
#include "../util/TokenFilterFactory.h"
#include "stringhelper.h"
#include <memory>
#include <stdexcept>
#include <string>
#include <unordered_map>
// C++ NOTE: Forward class declarations:
#include "core/src/java/org/apache/lucene/analysis/fa/PersianNormalizat... | [
"smamunr@fedora.localdomain"
] | smamunr@fedora.localdomain |
06cec2b23fd1629f29b0253fe94e241c0439e09c | 98157b3124db71ca0ffe4e77060f25503aa7617f | /fbhc/2019_2/bitstrings_as_a_service.cpp | 97a9e3b8d5028e54546a30541a07be0273d6cbd4 | [] | no_license | wiwitrifai/competitive-programming | c4130004cd32ae857a7a1e8d670484e236073741 | f4b0044182f1d9280841c01e7eca4ad882875bca | refs/heads/master | 2022-10-24T05:31:46.176752 | 2022-09-02T07:08:05 | 2022-09-02T07:08:35 | 59,357,984 | 37 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 2,258 | cpp | #include <bits/stdc++.h>
using namespace std;
const int M = 1e4 + 4, N = 4004, inf = 1e9 + 7;
int p[N];
int find(int x) {
return p[x] < 0 ? x : p[x] = find(p[x]);
}
void merge(int u, int v) {
u = find(u);
v = find(v);
if (u == v)
return;
if (-p[u] > -p[v])
swap(u, v);
p[v] += p[u];
p[u] = v;
... | [
"wiwitrifai@gmail.com"
] | wiwitrifai@gmail.com |
81f8c4b27b5c34e22705d6452b7cd83b59f5ae8d | 0ca5bc1f0d8781bcb7f813eefd46445df6e9f453 | /tinyrexxParser.h | d8657b1b46d4f6eecf98d08d822df222e627ad4d | [] | no_license | AkaiSara/Tinyrexx | d9ef10a912915d8097346eb6372ed50d18f7d5c9 | d26ea94a038302d0c38bbc2a2c5aa99b1a00c89b | refs/heads/master | 2020-05-31T02:00:57.021640 | 2019-06-03T18:17:39 | 2019-06-03T18:17:39 | 190,058,053 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,001 | h |
// Generated from tinyrexx.g4 by ANTLR 4.7.1
#pragma once
#include "antlr4-runtime.h"
class tinyrexxParser : public antlr4::Parser {
public:
enum {
T__0 = 1, T__1 = 2, T__2 = 3, T__3 = 4, T__4 = 5, T__5 = 6, T__6 = 7,
T__7 = 8, T__8 = 9, T__9 = 10, OPENP = 11, CLOSEP = 12, MINUS = 13,
PLUS = 14... | [
"sara.righetto@gmail.com"
] | sara.righetto@gmail.com |
f6a4c7b8a03ab3f96179f96ca48bfc41679e7aea | 224ea4ce18411b2c6d1da5b953bb10c010a8ab4c | /Source/GEE_UE2/WorldManager.cpp | 5ca1affec75301ce29aefc406cc65445b9ef628c | [
"Unlicense"
] | permissive | bernhardrieder/UE4-Procedural-Level-Streaming | 78d6e398e1bb6a3a89745d084671ef071eedb6cf | 9fb96704720182d652ca2367fec0328cec15c93f | refs/heads/master | 2020-03-18T14:54:41.555901 | 2018-05-25T15:37:16 | 2018-05-25T15:37:16 | 134,874,640 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,982 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "GEE_UE2.h"
#include "WorldManager.h"
#include "Kismet/GameplayStatics.h"
#include "LevelGenerator.h"
#include <string>
#include "EngineUtils.h"
#include "LevelUtils.h"
#include <functional>
AWorldManager::AWorldManager()
{
// S... | [
"bernhard.rieder@live.at"
] | bernhard.rieder@live.at |
68f7e5008a4296360a50b5716b5dca21a1f3f2d2 | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/xnnpack/src/bench/square.cc | 998cefc95afc8f6e48e5cbd147ee18974651b5f1 | [
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 6,940 | cc | // Copyright 2021 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.
#include <algorithm>
#include <array>
#include <cmath>
#include <functional>
#include <limits>
#include <random>
#include <vector>
#include <xnnpack.h>
#... | [
"jengelh@inai.de"
] | jengelh@inai.de |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.