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
f860bdb36e12f47582e4df648e27006873581658
ef1c230c4abdcafd207c540a6f5af0703f3c0ddd
/firmware/blinky_ota/firmware/components/cereal/include/cereal/external/rapidjson/internal/dtoa.h
7b3fe51dbac9ac83a8607c230d559d35700b7631
[ "MIT", "CC-BY-SA-4.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
popura/blinky
f29f7081424cdae198d4d910a76ee7865043dbb4
d9a81c0c0b8789ce9f0d234d1c768dd24f88d257
refs/heads/master
2021-05-25T22:42:07.272775
2020-12-21T02:00:59
2020-12-21T02:00:59
253,947,678
0
0
MIT
2020-04-08T00:49:53
2020-04-08T00:49:52
null
UTF-8
C++
false
false
8,174
h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
[ "ykinoshita@tmu.ac.jp" ]
ykinoshita@tmu.ac.jp
397afd2d27e37ae087d4a7d7b584c4a35d1fe2d5
b91728e4c132f6f2494b693420f4df0555f96a88
/course2/w1/Digraph.h
ee72f9858f44a288a835d005128949a19f59da82
[]
no_license
tcdoan/Stanford-Algorithms
3f271d949e7378f560043fcf84189a2e54ed7776
66c929b60fb18fba8f11fda0572b6adf24f53b09
refs/heads/master
2021-09-20T08:47:02.174316
2018-06-15T06:52:18
2018-06-15T06:52:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,582
h
#pragma once #include <vector> #include <fstream> #include <iostream> #include <iterator> using namespace std; // Quick & dirty implementation of the directed graph // for computing stringly connected components class Digraph { public: // number of vertices int V; // number of edges int E; Digraph(int V) : ...
[ "doant@outlook.com" ]
doant@outlook.com
58f8b0446ce061108777f9a28c2f7ff9f06abfc5
cfeac52f970e8901871bd02d9acb7de66b9fb6b4
/generated/src/aws-cpp-sdk-quicksight/include/aws/quicksight/model/ThemeType.h
1b5e2b2d4318d58fc4448fb65db1d6b9c77db1db
[ "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
641
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/quicksight/QuickSight_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> namespace Aws { namespace QuickSight { namespace Model { enum class ThemeType { NO...
[ "sdavtaker@users.noreply.github.com" ]
sdavtaker@users.noreply.github.com
ee4dbc82981331ec24c9ce4eaa3c00a754a7b7a5
7d829d183d012a395afe0b2a7d9aa8e3be5006fb
/src/resource_manager.hpp
b4f2a5afa9ed08f7bc361ccbd3891dbbc7b423dc
[]
no_license
bfraboni/TD8-Arena
018462c159af3071a4607ccb1871be09d018a50e
6d569e074fdca96cf92a082b879c39d1385d24fb
refs/heads/master
2020-07-18T22:09:05.085005
2017-02-28T15:18:22
2017-02-28T15:18:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
323
hpp
#ifndef RESOURCE_MANAGER_HEADER #define RESOURCE_MANAGER_HEADER class ResourceManager { public: static bool init(); static void release(); static ResourceManager* getInstance(){ return m_instance; } private: ResourceManager(){} static ResourceManager * m_instance; static bool m_init_done; }; #en...
[ "yann.cortial@gmail.com" ]
yann.cortial@gmail.com
863dd40d1c75072f355cf0fbc37305627faf7103
8cf48bb7dafeea469fbad57ee315e6474463f782
/processor/camera.hpp
0de4559a68c69818809dfde25f1a66c7ab032d9b
[]
no_license
cosimani/hand-face-nui
5d8a649a002725095c8ebcffe1385bc17adb6c0b
47be23523fa28156bc792c5bf435910792bc2738
refs/heads/master
2021-01-20T17:21:18.499768
2017-06-06T14:56:12
2017-06-06T14:56:12
90,869,803
0
0
null
null
null
null
UTF-8
C++
false
false
5,243
hpp
#ifndef CAMERA_HPP #define CAMERA_HPP #include <QObject> #include <QTimer> #include <QPoint> #include <vector> #include <opencv/highgui.h> #include <opencv2/opencv.hpp> #include <opencv2/highgui/highgui.hpp> #include <opencv2/videoio/videoio.hpp> #include <opencv2/videoio/videoio_c.h> #include <opencv2/objdetect/obj...
[ "=" ]
=
71d02a255f8a69434331ab8dca8b1a6d88ef8e1c
2028b4ac8398e2b4a4746e92719c26222bca9e45
/finalProject/backpack.hpp
569d8d2660aed694b45d957d7e61862f187347de
[]
no_license
contygm/cs162
8393f85ab5c18182fe71780d304f3a2c5545b49b
1ce4b8e3f8a0f0b0215126fbed5f2d3f44946572
refs/heads/master
2021-10-23T21:24:06.977864
2019-03-20T06:41:56
2019-03-20T06:41:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
929
hpp
/********************************************************************* ** Program name: The Sphinxes and the Trifecta ** Description: The declaration of the backpack class. This will hold ** the trifecta pieces as collected. *********************************************************************/ #ifndef ...
[ "contygm@gmail.com" ]
contygm@gmail.com
1e6eaa2b02700a0c1fa9e02620d6b21b3bdc28ff
6e5c1aa6ef54598e95ba8cb00e244703fe63bcfa
/aws-cpp-sdk-ec2/include/aws/ec2/model/GetTransitGatewayRouteTableAssociationsRequest.h
91c4c12feba4ee13cac711d2280b8e8767fac169
[ "Apache-2.0", "MIT", "JSON" ]
permissive
cosu/aws-sdk-cpp
d6a677a2ff8f16a28c2a68f30cadfec57bc9dd63
50adfe2b3a2429a65d51a408a091157dc322241f
refs/heads/master
2022-11-29T13:49:40.264464
2020-08-05T09:28:47
2020-08-05T15:54:06
285,240,910
0
0
Apache-2.0
2020-08-05T09:24:28
2020-08-05T09:24:27
null
UTF-8
C++
false
false
11,754
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/ec2/EC2_EXPORTS.h> #include <aws/ec2/EC2Request.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/ec2/model/...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
bdfea22b1f7be457e8877946f489499513554ba2
bc18d10f510ec9f3d4165172da61afb357626826
/hw0/Graph_222.hpp
e8d8d9dc7d221ea02269bc54eef05b6e498bc970
[]
no_license
RaphAbb/peercode
3cb48f73a1c673f714ba8416fc6be43271f89054
01c11cfc2247fa900577efee3fbed40d545b518f
refs/heads/master
2020-04-26T15:59:42.030818
2019-02-20T03:56:40
2019-02-20T03:56:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,334
hpp
#ifndef CME212_GRAPH_HPP #define CME212_GRAPH_HPP /** @file Graph.hpp * @brief An undirected graph type */ #include <algorithm> #include <vector> #include <cassert> #include "CME212/Util.hpp" #include "CME212/Point.hpp" using namespace std; /** @class Graph * @brief A template for 3D undirected graphs. * * Us...
[ "wetstone@stanford.edu" ]
wetstone@stanford.edu
c56baaed4d872c5efc15ea1636257cbae5385593
536656cd89e4fa3a92b5dcab28657d60d1d244bd
/base/task/thread_pool/thread_group.h
bdd0cd278af0b6e2a06f22e12ed17087e239ac2b
[ "BSD-3-Clause" ]
permissive
ECS-251-W2020/chromium
79caebf50443f297557d9510620bf8d44a68399a
ac814e85cb870a6b569e184c7a60a70ff3cb19f9
refs/heads/master
2022-08-19T17:42:46.887573
2020-03-18T06:08:44
2020-03-18T06:08:44
248,141,336
7
8
BSD-3-Clause
2022-07-06T20:32:48
2020-03-18T04:52:18
null
UTF-8
C++
false
false
10,431
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 BASE_TASK_THREAD_POOL_THREAD_GROUP_H_ #define BASE_TASK_THREAD_POOL_THREAD_GROUP_H_ #include "base/base_export.h" #include "base/memory/ref_count...
[ "pcding@ucdavis.edu" ]
pcding@ucdavis.edu
39952cedd7d4be4519e36d7b8235f94d6d4b75c5
76e4dd8bb5123b1d209225c74b153069af6ac008
/DataStructure_TA_PondS/Data Structure Algorithm/Source Code/Chapter 5/C/StackLinkedList.cpp
4803f54534463180f5b655e454864433d5ef6f85
[]
no_license
WittawatHamhongsa/dataStructureAndAlgorithm
5670f87b0336f97cfb06a2946db77b3191968273
bccd15a3e37c38bd5b9ca63c961660df6d95f8bc
refs/heads/master
2020-03-15T00:51:03.817128
2018-05-02T19:25:49
2018-05-02T19:25:49
131,879,390
0
0
null
null
null
null
UTF-8
C++
false
false
488
cpp
#include <stdio.h> #include <Node.h> #define true 1 #define false 0 typedef int boolean; struct Node *top = NULL; boolean isEmpty(){ if(top == NULL) return true; else return false; } void push(int newItem){ top = insertNode(newItem,top); } int pop(){ if(isEmpty() == false){ struct Node *temp = top; ...
[ "pangpondsound@hotmail.com" ]
pangpondsound@hotmail.com
88d2bc9c8c365984e9241ac1e253918e4f3363bd
edd733efe798cf751ded322c0af8c5891d1e229d
/Tek2/B4-semestre/Maths/203hotline/includes/hotline.hpp
1ccae9bba53b52ca6e1cbf3fd41b6d646ec400c1
[]
no_license
Barathan-Somasundram/Epitech
6e60666205a919397fef41469fe7726861086346
96eabeb7a23518433a483bf374189257720a7e38
refs/heads/master
2016-09-06T12:51:32.934375
2015-05-18T16:00:41
2015-05-18T16:00:41
32,335,665
1
2
null
null
null
null
UTF-8
C++
false
false
280
hpp
#ifndef HOTLINE_HPP # define HOTLINE_HPP #include <gmpxx.h> class Hotline { private: int param1; int param2; public: Hotline(); ~Hotline(); int setParam(int, int); int getCombi(); int getBin(); int getPoisson(); }; #endif
[ "barathan.somasundram@epitech.eu" ]
barathan.somasundram@epitech.eu
0868c1c3a73f8daf828daf4848afae1c05f7508a
17fa99c26a43cd739eb78a33d4fe6fa9f2925437
/3_discretizationSchemes/QUICK_discretization/1/phi
8c55491a5d398cdcdd138115bc443c9dbfc2d420
[]
no_license
SurajGangani/JN_Tutorials
f31a4d09523de632de43cfb8b6d7b0de5789958e
04aa317e6c427f8659439c5214c1186fcb9869ba
refs/heads/main
2023-03-24T22:19:22.342372
2021-03-09T11:24:08
2021-03-09T11:24:08
345,379,583
0
0
null
null
null
null
UTF-8
C++
false
false
1,174
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1912 | ...
[ "surajgangani2@gmail.com" ]
surajgangani2@gmail.com
2dcae035984716f1528a87ca4bbea2946edaf044
e12b8bcf850c35a7a24677df649367f1dc427faa
/src/core/views/ParametersExtractionView.cpp
9087d46509139bbe0b3e9494e691e10083378489
[]
no_license
maluginp/Tsunami
1dcfda66e474db8b40ed24f8b4b5b581607fd9bf
33b108f2fbdb950f7384f0461c34cbff7f8403a6
refs/heads/master
2021-01-01T18:17:44.025100
2014-01-28T15:21:35
2014-01-28T15:21:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,787
cpp
#include "ParametersExtractionView.h" #include "models/LibraryModel.h" #include "models/ParameterModel.h" #include <QColor> #include <math.h> namespace tsunami{ namespace gui{ ParametersExtractionView::ParametersExtractionView(db::LibraryModel *library, QObject *paren...
[ "malugin.p@gmail.com" ]
malugin.p@gmail.com
366077bf8d7009b99abdb5178f273256ab18c6bc
8236568b5b98c8a71e37fe40620e029d17c01790
/src/abagames/p47/SoundManager.cpp
f29fa6e28cd80d46568c40b8930c8145d7a07498
[ "BSD-2-Clause" ]
permissive
KT1138/p47_cpp
87ac7f994f77a5a831ca434d4322a31c53785234
49a30a5c78cf313a10d9e441d141a793a731e287
refs/heads/master
2021-01-10T22:01:16.921476
2013-01-08T08:40:58
2013-01-08T08:40:58
7,498,413
1
1
null
null
null
null
UTF-8
C++
false
false
1,874
cpp
/* * $Id:SoundManager.d,v 1.2 2004/01/01 11:26:43 kenta Exp $ * * Copyright 2003 Kenta Cho. All rights reserved. */ /* * SoundManager.cpp 2012/04/24 * * Copyright 2012 Koichi Yazawa. All rights reserved. */ #include <abagames/p47/P47GameManager.h> #include <abagames/p47/SoundManager.h> tr1::shared_ptr<P47Game...
[ "kyazawa12@gmail.com" ]
kyazawa12@gmail.com
01f408b1b477f3f83976f1d6f60e3591450ada2c
c81b80e00ccb0c92651dd2ccca96e1abae7e57af
/Lab 6 - Stacks/stlInfixPostfix.cpp
4981ef24378ed66b500fc4918d4b80ce2a5d9de3
[]
no_license
daniellelshen/19-CMPE-126-Archive
4923c52425c1b2bdf51ad806dcf1f50d5309c6f7
2d781d8fbf29df83471b7d18fb362135e887777a
refs/heads/master
2020-04-26T01:38:32.205968
2019-10-10T00:21:58
2019-10-10T00:21:58
173,209,932
0
0
null
null
null
null
UTF-8
C++
false
false
1,480
cpp
/* * stlInfixPostfix.cpp * * Created on: Mar 11, 2019 * Author: Danielle Shen */ #include <iostream> #include "stlInfixPostfix.h" using namespace std; void stlReadLine(string toRead) { stack<char> opr; // char p; for (unsigned int i = 0; i < toRead.length(); i++) { char c = toRead[i]; readSymbols(...
[ "daniellelshen@gmail.com" ]
daniellelshen@gmail.com
60b69a67ed2878f48c754f334834854feb7edb8e
5ec06dab1409d790496ce082dacb321392b32fe9
/clients/cpp-qt5-qhttpengine-server/generated/server/src/models/OAIOrgApacheSlingCaconfigImplOverrideOsgiConfigurationOverrideProviInfo.cpp
88be5c7f83c20e151c956e2c09d9facef17756a7
[ "MIT", "Apache-2.0" ]
permissive
shinesolutions/swagger-aem-osgi
e9d2385f44bee70e5bbdc0d577e99a9f2525266f
c2f6e076971d2592c1cbd3f70695c679e807396b
refs/heads/master
2022-10-29T13:07:40.422092
2021-04-09T07:46:03
2021-04-09T07:46:03
190,217,155
3
3
Apache-2.0
2022-10-05T03:26:20
2019-06-04T14:23:28
null
UTF-8
C++
false
false
4,671
cpp
/** * Adobe Experience Manager OSGI config (AEM) API * Swagger AEM OSGI is an OpenAPI specification for Adobe Experience Manager (AEM) OSGI Configurations API * * OpenAPI spec version: 1.0.0-pre.0 * Contact: opensource@shinesolutions.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openap...
[ "cliffano@gmail.com" ]
cliffano@gmail.com
011bc8b0f26dcc787c0e3935ff452f52ecef07aa
7145d04da1d55e62f592a675f9353167014a300c
/LibUI/Model/UIObject.cpp
96fc131d5af238d4c4457ef0dac220ffd6883da5
[]
no_license
hicdre/UIStudio
3178e1168206ce44354f34d2761f5cf76babc8de
c2d439d0156543d3540136e38a4950c0f8e31e40
refs/heads/master
2016-09-06T10:08:03.397661
2015-08-18T08:32:58
2015-08-18T08:32:58
39,847,513
2
1
null
null
null
null
GB18030
C++
false
false
2,979
cpp
#include "stdafx.h" #include "UIObject.h" #include "UIObjectCollection.h" #include "Layout/LayoutObject.h" #include "Layout/LayoutContainer.h" #include "Render/RenderObject.h" UIObject::UIObject() : isRenderObjectNeedsUpdate_(true) , isLayoutObjectNeedsUpdate_(true) //, attributes_(new PropertyObject) { ...
[ "iicdre@gmail.com" ]
iicdre@gmail.com
b3abce67cf0eb2cb08dee6aa1268b5f4fe0113e9
5d44c4dbbeccf48a4b789bca37fce483abe5cf16
/src/embed/optimize.cpp
094e8c4c41a55dc76a9e801a2975eb2a951ae46b
[]
no_license
pbiggar/phc
13ec82817db6854e8541758a1f7e57da292ff1f1
96adc7bef3e222532196846c1f11ea4b2bc7930e
refs/heads/master
2023-03-10T18:06:00.905163
2021-07-08T14:55:32
2021-07-08T14:55:32
2,450,161
121
41
null
2021-07-08T14:55:33
2011-09-24T14:54:32
C++
UTF-8
C++
false
false
8,005
cpp
/* * phc -- the open source PHP compiler * See doc/license/README.license for licensing information * * Optimization through the PHP interpreter. */ #include "embed.h" #include "util.h" #include "lib/String.h" #include "process_ir/General.h" #include "MIR.h" #include "process_mir/MIR_unparser.h" #include "optimiz...
[ "paul.biggar@gmail.com" ]
paul.biggar@gmail.com
8740335512cb00b32747d5330eab7635c80fb1da
c5aef145a0659caf403b7fa911b9c62c339c9b06
/client/win32/main/tookkit/XPButton.cpp
5f4624d40f39663776f6e1985fee31baa145ae71
[]
no_license
radtek/socksvpn
67138605a434ea04df3c80283efdd34d4a28d677
33bfd08888d3ba0308bcf4eba0fded0e7882c3f4
refs/heads/master
2021-09-07T22:59:58.015550
2017-10-09T11:18:23
2017-10-09T11:18:23
null
0
0
null
null
null
null
GB18030
C++
false
false
8,871
cpp
#include "stdafx.h" #include "XPButton.h" #include "resource.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CXPButton CXPButton::CXPButton() { m_BoundryPen.CreatePen(PS_INSIDEFRAM...
[ "forefive003@qq.com" ]
forefive003@qq.com
42774a8165713d3887dccc6e64400e8b18f1a7b2
307a39f89ab425d1ee54a0af5c373244f8bcf41d
/src/runtime/micro/host_low_level_device.cc
a24994a2a0e5af6b362416b59f9c2b358c93daa4
[ "Apache-2.0", "Zlib", "MIT", "LicenseRef-scancode-unknown-license-reference", "Unlicense", "BSD-2-Clause" ]
permissive
siju-samuel/tvm
cf45019687161e88c0990abaf5fd1801b18affd7
09ddc3eb98e872321dc99823fd04f3dc6d080d43
refs/heads/master
2021-05-13T15:57:40.250174
2020-03-03T03:41:31
2020-03-03T03:41:31
116,782,175
5
0
Apache-2.0
2018-06-20T11:46:17
2018-01-09T07:34:41
C++
UTF-8
C++
false
false
2,942
cc
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
[ "tqchen@users.noreply.github.com" ]
tqchen@users.noreply.github.com
6f3cf7e5aa8d4b4c3f17f0c9ea3a6c3009b69b9a
1b3dfe44c257ff58f84ab330524f8aff4ad4e4f8
/WhiteBelt/WhiteBelt41/main.cpp
9b77cf546afe4b28b649f65aac7663d90e4fb8dc
[]
no_license
FeZar97/ArtOfDeveloping
12b2a9b144ab474a4575c1f6d75e3afccce43507
bac889a3109b52a8745eb41e54e772edbd68f65e
refs/heads/master
2023-04-16T23:29:00.904997
2021-04-28T07:05:23
2021-04-28T07:05:23
312,610,713
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
1,403
cpp
/* Дана структура LectureTitle: struct LectureTitle { string specialization; string course; string week; }; Допишите конструктор и структуры Specialization, Course, Week так, чтобы объект LectureTitle можно было создать с помощью кода LectureTitle title( Specialization("C++"), Course("White b...
[ "bhd2010@yandex.ru" ]
bhd2010@yandex.ru
39c79880c75e538d1cdb8cb69bd0f59597477e66
5afc871da045bb8b866d6a28864930c43af63aec
/src/vpp-api/vom/nat_static.hpp
1aa4a5e79c30cd3ec624ddbbc4019bc10c8b2fa7
[ "Apache-2.0" ]
permissive
mdos/vpp
4eaa2e56c23fe395794954751980b3d284288982
774169bd95e1bbe3e27e602acbba88650db44972
refs/heads/master
2021-05-07T08:13:52.112053
2017-11-02T00:07:40
2017-11-02T19:01:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,526
hpp
/* * Copyright (c) 2017 Cisco and/or its affiliates. * 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 applicabl...
[ "dmarion.lists@gmail.com" ]
dmarion.lists@gmail.com
7f13fe58bd178d2fc1d0844b9cb1afe436a71b79
930622d2576ae23ccf71d6ef22c6451b56d60424
/yellow/final_project/node.cpp
b7deb77b85c28dad86f7c72b3adf1c4c7cbc4193
[]
no_license
mariakolyachko/c-plus-plus-modern-development
96065cce906e19818f0f2fb47002aa32b412e4b7
9c71644708ead984a0829976cd0a8a50cb8ee6e7
refs/heads/master
2021-02-09T01:27:27.745146
2020-03-28T18:33:38
2020-03-28T18:33:38
244,222,351
0
0
null
null
null
null
UTF-8
C++
false
false
1,397
cpp
// // Created by mariakolyachko on 6.01.20. // #include "node.h" bool LogicalOperationNode::Evaluate(const Date &date, const std::string &event) { if (_operation == LogicalOperation::And) { return _left->Evaluate(date, event) && _right->Evaluate(date, event); } else { r...
[ "miss.kolyachko@gmail.com" ]
miss.kolyachko@gmail.com
37fde93e66467b46165bc4dd30c26162e9d99ccc
78d0060d5941b71aa9eccd81e62de7afaeca2d09
/server/userdao.h
6926822093258e2eb1d3d74e900073515435d639
[]
no_license
shangyongyuan1/trd
b592361961df0909be2bb0a90d57d2a94677dda8
5b3189017120d421d9e20566f9a8a9996be6c4d2
refs/heads/master
2020-08-30T22:50:00.945888
2019-10-30T12:13:44
2019-10-30T12:13:44
218,511,910
0
0
null
null
null
null
UTF-8
C++
false
false
257
h
#ifndef USERDAO_H #define USERDAO_H #include"user.h" #include<QString> class UserDao { public: UserDao(); virtual ~UserDao(); virtual bool addUser(user_t user) = 0; virtual user_t findUser(const QString& name) = 0; }; #endif // USERDAO_H
[ "634812656@qq.com" ]
634812656@qq.com
6d508f07094dcefb90243f3f132f987b97ae4b1f
c1fe6268c8b2df4c8c6792a3163bd79fff905dd0
/include/functions/FnEmitter.hpp
31115f3ab63a969c46c698fe4b3c0b395e20380d
[ "BSD-2-Clause" ]
permissive
waaeer/ctpp
1a4f18a20acfbd0cf94ef7bf4dd8e3f558c739bd
9e5b11b40deeebac49c59b53c3205e0624449fd8
refs/heads/master
2021-06-24T21:01:29.325819
2021-01-12T07:33:47
2021-01-12T07:33:47
38,048,268
4
2
NOASSERTION
2018-11-28T12:16:50
2015-06-25T12:35:29
C++
UTF-8
C++
false
false
3,544
hpp
/*- * Copyright (c) 2004 - 2011 CTPP Team * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the followi...
[ "guanlisheng@gmail.com" ]
guanlisheng@gmail.com
92d830fd3b90b2c6f67d99f0c3ac099ead768ef8
65754e5f893e71df31d02ce41c9e177ae70faced
/newVibeTest/vibeTest/vibeTest/gamma.h
a9fca9d9df6d346e2439188c2d7487b507140ef6
[]
no_license
square123/wifiProject
3cd33ab569e72a099e1413f350eae6967ed8f912
f71c7475264a8ef2115495c34b2e0f4416b7f3de
refs/heads/master
2021-01-12T04:56:26.475047
2017-11-23T03:55:13
2017-11-23T03:55:13
77,812,653
0
1
null
null
null
null
GB18030
C++
false
false
1,248
h
#pragma once #include <iostream> #include "opencv2/opencv.hpp" using namespace cv; using namespace std; void gammaCorrection (Mat& src, float fGamma) //伽马校正 参考网上的程序 { CV_Assert(src.data); CV_Assert(src.depth() != sizeof(uchar)); // build look up table unsigned char lut[256]; for( int i ...
[ "1006039518@qq.com" ]
1006039518@qq.com
3ba29ac51b750e4038e07c4af2d21aaaef4912b9
04b1803adb6653ecb7cb827c4f4aa616afacf629
/content/test/mock_render_process.h
753126ad6c8f476591fd5603514ebcecef94d26e
[ "BSD-3-Clause" ]
permissive
Samsung/Castanets
240d9338e097b75b3f669604315b06f7cf129d64
4896f732fc747dfdcfcbac3d442f2d2d42df264a
refs/heads/castanets_76_dev
2023-08-31T09:01:04.744346
2021-07-30T04:56:25
2021-08-11T05:45:21
125,484,161
58
49
BSD-3-Clause
2022-10-16T19:31:26
2018-03-16T08:07:37
null
UTF-8
C++
false
false
862
h
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_TEST_MOCK_RENDER_PROCESS_H_ #define CONTENT_TEST_MOCK_RENDER_PROCESS_H_ #include "base/macros.h" #include "content/renderer/render_pr...
[ "sunny.nam@samsung.com" ]
sunny.nam@samsung.com
74c3e195762a0d2f51afd24a6f67c8444acd8004
10576702bd6675c3f4d6ea4d557dbd6f9dd9611b
/46 - ciclos.cpp
1af9671023d87152aea30b2e767a2be0ca4d38fd
[]
no_license
KdbernalO/Ejercicios_repbasic
aaf87e746a011ec3ab0a34611b0746a296e1e901
fb277b353a9709ecf4f43b78d176d2bb6eaf6d5e
refs/heads/master
2020-03-25T20:51:55.448306
2018-08-13T12:35:00
2018-08-13T12:35:00
144,149,657
0
1
null
2018-08-12T05:16:00
2018-08-09T12:28:27
C++
UTF-8
C++
false
false
368
cpp
#include <iostream> using namespace std; int main() { int acum=0; int n; int y; cout<<"Digite la cantidad de numeros a calcular la media \n"; cin>>y; for(int x=0;x<y;x++) { cout<<"Ingrese el numero "<< x+1 << " de "<<y<<"\n"; cin>>n; acum+=n; } cout<<"La media de los "<<y<<" numeros ingresados es: "...
[ "neolink557@gmail.com" ]
neolink557@gmail.com
80e21e45054387116a2b0e562ccbf5142189c7eb
2cf838b54b556987cfc49f42935f8aa7563ea1f4
/aws-cpp-sdk-athena/include/aws/athena/model/TableMetadata.h
32d091b36c523202e74ef036d3daa764ff1eef62
[ "MIT", "Apache-2.0", "JSON" ]
permissive
QPC-database/aws-sdk-cpp
d11e9f0ff6958c64e793c87a49f1e034813dac32
9f83105f7e07fe04380232981ab073c247d6fc85
refs/heads/main
2023-06-14T17:41:04.817304
2021-07-09T20:28:20
2021-07-09T20:28:20
384,714,703
1
0
Apache-2.0
2021-07-10T14:16:41
2021-07-10T14:16:41
null
UTF-8
C++
false
false
12,680
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/athena/Athena_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/core/utils/DateTime.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
c040da8f68e0cc8709b49ed9accc089d1fd74019
1428039f4841e31b5f5a6acdcf23970f78163b42
/Samples/iOSSample/iOSSample/Classes/TimeView.h
6ecb425bd93cbfae5cc9bbd3b3bb6afde860a9d0
[]
no_license
Shymae/androidpp
6b0dc62223b0574e02424b307de2050109a4c08a
5fd587157232d1d92bcc9402c0b9acfb5e65034b
refs/heads/master
2021-05-11T04:04:37.821087
2014-02-20T21:56:57
2014-02-20T21:56:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
777
h
// // TimeView.h // MoneyMobileX // // Created by Saul Howard on 12/11/13. // // #ifndef MoneyMobileX_TimeView_h #define MoneyMobileX_TimeView_h #include "AndroidMacros.h" #include "Android/view/View.h" ANDROID_BEGIN class TimeView : public View { public: TimeView(Context *context) : TimeView(cont...
[ "saulpower1@gmail.com" ]
saulpower1@gmail.com
53303bcc8a57a580a4800f3a42ca72361a8ae0c4
9e133073835ebf056f95fdbd74aca61f8fbdd0f4
/Source/MobileUtils/Private/IOS/MobileUtilsPlatform.cpp
fcf94b04e8441e6fcd29995b9f94ad2409c77c82
[ "MIT" ]
permissive
comfanter/MobileUtils
825b58b478e24ebe193d321755060cd0a896a6fb
5986e847f1b0d9f84e92f794986415bb36e850a1
refs/heads/master
2020-05-06T12:12:48.431699
2019-02-20T00:18:50
2019-02-20T00:18:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,236
cpp
// Mobile Utils Plugin // Created by Patryk Stepniewski // Copyright (c) 2014-2019 gameDNA Ltd. All Rights Reserved. #include "MobileUtilsPlatform.h" #import <Reachability/Reachability.h> #import <SSKeychain/SSKeychain.h> FMobileUtilsPlatform::FMobileUtilsPlatform() { } FMobileUtilsPlatform::~FMobileUtilsPlatform(...
[ "office@gamednastudio.com" ]
office@gamednastudio.com
11a3e25bacfc18f6ad070c10f707def79ab2c4fe
6e463e77e5e19ea1724e492731d4c348c303ef73
/src/mpd-status.hh
5dc55a305890d0855a2e1b8aef20f5a76ab4f404
[]
no_license
SimonKagstrom/streamium-mpd-gui
9365398ce15faba39dc0830222ea09ec476892af
682fe5b9b2512bb8787bf7df1228809b403a69ee
refs/heads/master
2021-01-10T20:57:31.959346
2011-04-25T15:43:06
2011-04-25T15:43:06
1,623,792
0
0
null
null
null
null
UTF-8
C++
false
false
4,585
hh
#ifndef MPD_STATUS_HH_ #define MPD_STATUS_HH_ #include "timer.hh" #include "gui.hh" class Song { public: Song() { set(~0, "", "", 1); } void set(unsigned id, const char *artist, const char *title, int song_duration) { m_id = id; snprintf(m_artist, sizeof(m_artist), "%s", artist); snprintf(m_title, ...
[ "simon.kagstrom@gmail.com" ]
simon.kagstrom@gmail.com
3309340f7c206818bbff170677cf35e9c0881314
de5dd271844c1e0df4f8dc8891ec456f138e630c
/src/rendering/Texture.cpp
056d81aaa2a29a68a61f0746abb39f4b1088c9f0
[ "MIT", "CC-BY-4.0" ]
permissive
Alfred-Franz/CG_THU_3D
ad32ef66bb990b168824763394b27ba2d18e33ec
4f4364732befc66bd0495769c9942babd171cc54
refs/heads/master
2023-02-18T22:25:21.727373
2021-01-15T14:07:23
2021-01-15T14:07:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,458
cpp
/** * Copyright (C) 2018 Tomasz Gałaj **/ #include <stb_image.h> #include "Texture.h" #include <iostream> #include <helpers/RootDir.h> Texture::Texture(int id) : use_linear(true), to_id(id) { } Texture::~Texture() { if(to_id != 0) { glDeleteTextures(1, &to_id); to_id = 0; } } bo...
[ "spyridon.ntokos@gmail.com" ]
spyridon.ntokos@gmail.com
07947c9dfd581e0de0d217fd6cffd4d74c99a28e
cb1770baf19b71a128f6294442f7c27704369970
/DataStructuresAndAlgorithms/heap/median-in-stream.cpp
4e23fa991f521b63dffea86cd2fdc352411e0941
[]
no_license
a-farooq/ProblemsAndSolutions
ecfee70aff3f118d9fdc90d4dfe442e9c4da4546
44122fdea48d870fc06d0169553af0956ece6065
refs/heads/master
2023-01-22T07:02:21.168618
2020-11-23T07:45:58
2020-11-23T07:45:58
278,445,225
1
0
null
null
null
null
UTF-8
C++
false
false
2,729
cpp
/**** Given an input stream of N integers. The task is to insert these numbers into a new stream and find the median of the stream formed by each insertion of X to the new stream. Input: The first line of input contains an integer N denoting the number of elements in the stream. Then the next N lines contains integer ...
[ "aamil.farooq@gmail.com" ]
aamil.farooq@gmail.com
79c4713356671969f5e1ad7f53b807dfe5a6e539
cf94cf0ee7597790fc79eb3169a17aaa07e901d7
/src/solutions/aoc_day_4.cpp
4f9e745c8a010f73f0b848ccfee693fa7214b081
[]
no_license
bcooperstl/advent-of-code-2020
49d8aa75166351986dd8caa59bdb7206d3593b63
ed208ac10a933f54427acfe05d03ce601e1c6a5b
refs/heads/main
2023-03-06T10:09:37.150268
2021-02-17T04:08:55
2021-02-17T04:08:55
307,188,830
0
0
null
2021-02-17T04:08:56
2020-10-25T20:44:05
C++
UTF-8
C++
false
false
9,291
cpp
#include <string> #include <vector> #include <iostream> #include <sstream> #include <cstdlib> #include <cctype> #include "aoc_day_4.h" #include "file_utils.h" using namespace std; vector<string> PassportData::required_attributes {BIRTH_YEAR, ISSUE_YEAR, EXPIRATION_YEAR, HEIGHT, HAIR_COLOR, EYE_COLOR, PASSPORT_ID}; ...
[ "coop999@gmail.com" ]
coop999@gmail.com
452ba8c28a234f433bfddd2eda13514f00f67296
82b7e843b5d5788d27c46199bf120a4fd825587a
/cpp/test/lock_free_single_producer_q_test.cpp
6c419f2b4739e153ecd64bb3421ee753d4ee21ac
[ "MIT" ]
permissive
frechilla/misc-playground
2e988a724c35f4dd1ed5b7d46c331c497fdf0965
516d7e8b6e70d2b38f12e2dab1d3519c52fbe93c
refs/heads/master
2022-05-05T22:28:06.099828
2022-04-12T06:36:06
2022-04-12T06:36:06
15,132,272
33
23
null
null
null
null
UTF-8
C++
false
false
7,212
cpp
// ============================================================================ /// @file lock_free_single_producer_q_test.cpp /// @brief Testing the circular array based lock free queue implementation /// (single producer implementation) /// Compiling procedure: /// $ g++ -g -O0 -Wall -std=c++11 -D_REEN...
[ "frechilla@gmail.com" ]
frechilla@gmail.com
77446768d06edf6a7f54320d535448d9bf3dc0d4
35f1a5786058a214cf98ca8168917520500ab027
/Overture/ugen/ArraySimple.h
d624205eec020fd25d2d168bbd8c1c3d31f077f8
[]
no_license
unifem/overtureframework
171abf69c879eae5a0560f462bbbe7fa8f6fc0b5
0f913a14eb58aa51b85c219823b7cbcfe6ebb112
refs/heads/master
2021-09-25T02:09:14.077517
2018-04-05T10:43:33
2018-04-05T10:43:33
114,717,087
2
2
null
2018-04-05T10:43:34
2017-12-19T03:56:55
Fortran
UTF-8
C++
false
false
15,313
h
#ifndef __OV_ArraySimple_H__ #define __OV_ArraySimple_H__ #define WAS_NOT_DETEMPLIFIED // include overturetypes to make sure we get bool! #include "OvertureTypes.h" #include "ArraySimpleCommon.h" //#include "VectorSimple.h" #ifndef WAS_DETEMPLIFIED #include "ArraySimpleFixed.h" #endif // // // /// Reference countin...
[ "wdhenshaw@gmail.com" ]
wdhenshaw@gmail.com
e834ebf2d96563237c442b5219bd87e52dc0f730
682cf7a054a5be30372f6c3cdb6c81d2cd2e6802
/test/tbb/test_join_node.h
d5afc6557698da3668aeae43f1f40a5a1cd70ec9
[ "Apache-2.0" ]
permissive
zmajeed/tbb
2c20f640a833f9d7700d92ac4b396a37b8fbd312
70bf10c0a9e65e3a954156f801b0a11c96f7f6bd
refs/heads/master
2021-10-11T06:51:48.200397
2021-10-04T15:59:40
2021-10-04T15:59:40
192,191,740
0
1
Apache-2.0
2019-06-16T13:04:20
2019-06-16T13:04:19
null
UTF-8
C++
false
false
67,802
h
/* Copyright (c) 2005-2021 Intel Corporation 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 la...
[ "inteltbbdevelopers@intel.com" ]
inteltbbdevelopers@intel.com
2af864057444da406bdfc1b727e85ba602005e48
a40f49aa0c397010795f65798890f8e427b3575a
/Mars/ShaderTexture.cpp
15f29fc6355dbb04d596883f72efa16978c31302
[ "MIT" ]
permissive
Dan0net/opengl-mars
9f718c44b7a894d160ed5243f41b97d39d810d2a
4d6368aaf02f355c2a27bbbc7241517810c23e0e
refs/heads/master
2021-01-16T18:56:55.525288
2017-02-24T15:12:10
2017-02-24T15:12:10
17,639,053
0
0
null
null
null
null
UTF-8
C++
false
false
166
cpp
// // ShaderTexture.cpp // Mars // // Created by Daniel M.C. on 19/12/2012. // Copyright (c) 2012 Daniel M.C. All rights reserved. // #include "ShaderTexture.h"
[ "dan@dan0.net" ]
dan@dan0.net
7a77301491004b960e048fdcd1bf5099644f76c5
2d71f9132aaff2c4c95a522df2dfaf3c681118dd
/trunk/src/applications/justice/gazettes/src/main.cpp
e515745392d9c86f446e40a68fcbd05e72d7813a
[]
no_license
BackupTheBerlios/open-egov-svn
d631f1f2f8cc3677ee3972b891c5ae300c26c6cf
7e06c7e11d31b16899759877030191821690280c
refs/heads/master
2021-01-20T11:26:03.378643
2014-01-30T23:07:26
2014-01-30T23:07:26
40,775,720
0
0
null
null
null
null
UTF-8
C++
false
false
1,150
cpp
// $Id$ // // Open E-Government // Copyright (C) 2005-2013 by Gerrit M. Albrecht // // 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 3 // of the License, or (at your option) any...
[ "gerrit-albrecht@37a25ee9-a55d-0410-99ee-bb1aca4c70e8" ]
gerrit-albrecht@37a25ee9-a55d-0410-99ee-bb1aca4c70e8
7364385cea251439ea37c2ea2a5ac07ed91c9c09
fd7d1350eefac8a9bbd952568f074284663f2794
/ace/config-vxworks6.9.h
15bf6ba18de5e71dbf9988dc2551de65c678c0b8
[ "MIT" ]
permissive
binary42/OCI
4ceb7c4ed2150b4edd0496b2a06d80f623a71a53
08191bfe4899f535ff99637d019734ed044f479d
refs/heads/master
2020-06-02T08:58:51.021571
2015-09-06T03:25:05
2015-09-06T03:25:05
41,980,019
1
0
null
null
null
null
UTF-8
C++
false
false
933
h
//* -*- C++ -*- */ // $Id: config-vxworks6.9.h 2179 2013-05-28 22:16:51Z mesnierp $ // The following configuration file is designed to work for VxWorks // 6.9 platforms using one of these compilers: // 1) The GNU g++ compiler that is shipped with VxWorks 6.9 // 2) The Diab compiler that is shipped with VxWorks 6.9 #i...
[ "jimbolysses@gmail.com" ]
jimbolysses@gmail.com
69deaeb1df58dc854012ee989d4e963de84d1689
7cc47471cfd061d77409c4cbb9081f6de21e0fe7
/Notes/input output/fileIOreview.cpp
c1364805a9d8028b328fa018d95047f335ed1853
[]
no_license
kevinkuriachan/CSCE121
29e59e515ec51228a97e5d8536f793a990fd8730
a6a988d6093e1225a50c12a893cde18e20cfe7cc
refs/heads/master
2020-03-12T10:52:37.031613
2018-12-07T05:29:57
2018-12-07T05:29:57
130,583,210
2
0
null
null
null
null
UTF-8
C++
false
false
2,438
cpp
#include <fstream> // allows us to use file input and output; #include <iostream> using namespace std; #define MAX 200 // what defines a word: A-Z, a-z, 0-9, &,',- bool validChar(char c) { if ( ('A' <= c) && (c <= 'Z') ) return true; if ( ('a' <= c) && ('z' >= c) ) return true; if ( '\'' == c) return...
[ "kevinkuriachan@compute.cs.tamu.edu" ]
kevinkuriachan@compute.cs.tamu.edu
6882ea563e2a9da1df16b1c5bb35ca335b8ed717
e1ce5c1c8e403df3446ea6736803cec795b47ec5
/18-utk-master/src/samplers/BNLDS_optimizer_PCF_Zero_2dd.cpp
c2cc442130a91ad2abe555c03d9078b6e2578ee4
[ "BSD-2-Clause" ]
permissive
HannahJHan/BlueNoiseSampling
c33f240221dd91843d0033de144adc4a238f69c7
1aec7e67f3e84735054ec79c6b477950095942ca
refs/heads/master
2022-12-31T16:17:48.937577
2020-10-20T10:43:32
2020-10-20T10:43:32
305,656,275
1
0
null
null
null
null
UTF-8
C++
false
false
3,100
cpp
#include "SamplerBNLDS_optimizer.hpp" #include "../parameters/ParamParser_getopt.hpp" #include "../io/fileIO.hpp" #include <chrono> #include "runSampler.hpp" using namespace utk; typedef double T; #define D 2 typedef Point<D, T> P; typedef SamplerBNLDS_optimizer S; int main(int argc, char** argv) { ParamParser_get...
[ "741891498@qq.com" ]
741891498@qq.com
9fea9fefb177af6642e459b06a1832918150fc4e
632942d3b96b5a4544dc9c4ba0c4ed9d162bfba5
/stl/stdio.h
4b39de4864d7c6ef02957925c51483439222df4f
[ "LLVM-exception", "Apache-2.0" ]
permissive
zheka2304/gnustl-shared-headers
76c88dcfb4fd50b10484f2cbb82cdb626847e342
25f2682137e317d3138c0f968333536bfae18bb9
refs/heads/master
2023-03-16T21:47:13.883247
2021-03-18T12:47:56
2021-03-18T12:47:56
347,904,362
4
1
null
null
null
null
UTF-8
C++
false
false
3,525
h
// -*- C++ -*- //===---------------------------- stdio.h ---------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===------------...
[ "zheka2304@gmail.com" ]
zheka2304@gmail.com
2476bccd3e9e0f036e1ea807b0e2d20c7ae700b1
5456502f97627278cbd6e16d002d50f1de3da7bb
/chrome/browser/extensions/api/identity/identity_signin_flow.h
0fbebbb672eb035409c0d79bb559effce3ebf22c
[ "BSD-3-Clause" ]
permissive
TrellixVulnTeam/Chromium_7C66
72d108a413909eb3bd36c73a6c2f98de1573b6e5
c8649ab2a0f5a747369ed50351209a42f59672ee
refs/heads/master
2023-03-16T12:51:40.231959
2017-12-20T10:38:26
2017-12-20T10:38:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,670
h
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_EXTENSIONS_API_IDENTITY_IDENTITY_SIGNIN_FLOW_H_ #define CHROME_BROWSER_EXTENSIONS_API_IDENTITY_IDENTITY_SIGNIN_FLOW_H_ #inc...
[ "lixiaodonglove7@aliyun.com" ]
lixiaodonglove7@aliyun.com
cca13b2733d3f2309d6f3ff74dd9d8bf47647d6a
e1606c0e46d16bf496ecd18eb86a358f7c0042e4
/boost_1_41_0/libs/spirit/test/qi/test_attr.hpp
f21fc766320f555eb9363811f00bbe8f6895ca0f
[ "BSL-1.0" ]
permissive
GunioRobot/scribe-dependencies
8d3b5520220e2e00aadbc44c6196f9db7a6172dc
4da79674cea60143a77e100e0c8b631d26c94e61
refs/heads/master
2021-01-23T13:18:21.298469
2010-03-17T17:11:37
2010-03-17T17:11:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,100
hpp
// Copyright (c) 2001-2009 Hartmut Kaiser // // 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) #if !defined(BOOST_PP_IS_ITERATING) #if !defined(BOOST_SPIRIT_QI_TEST_ATTR_APR_23_2009_0605PM) #define BOOST_SPIRIT...
[ "eric.maland@gmail.com" ]
eric.maland@gmail.com
3abf77631903686530bbce34d72567280dee4edd
8f33013eadc113c83827c202d6d914bf2ae3fbd8
/PlantLoggerDLL/datareceive.cpp
d5a954e8bacbe056cf5433630e852dfc0c1f8b99
[]
no_license
hadilou/IAS00410
fdfbe68a339d25e68e19829e017ba4c540de21f0
f34628cc8a5b34a678492a73227c886176581567
refs/heads/main
2023-02-16T09:13:25.298532
2021-01-18T11:54:46
2021-01-18T11:54:46
329,442,014
0
0
null
null
null
null
UTF-8
C++
false
false
58
cpp
#include "datareceive.h" DataReceive::DataReceive() { }
[ "kayodehadilou@hotmail.com" ]
kayodehadilou@hotmail.com
cac51ce5c01d1e2100940c49f421e2ace9a1cdf4
fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd
/components/payments/core/payments_profile_comparator.cc
e3b49c44fce437295e433479b3f1ea1facc698d6
[ "BSD-3-Clause" ]
permissive
wzyy2/chromium-browser
2644b0daf58f8b3caee8a6c09a2b448b2dfe059c
eb905f00a0f7e141e8d6c89be8fb26192a88c4b7
refs/heads/master
2022-11-23T20:25:08.120045
2018-01-16T06:41:26
2018-01-16T06:41:26
117,618,467
3
2
BSD-3-Clause
2022-11-20T22:03:57
2018-01-16T02:09:10
null
UTF-8
C++
false
false
11,991
cc
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/payments/core/payments_profile_comparator.h" #include <algorithm> #include <memory> #include "base/strings/utf_string_conversions.h...
[ "jacob-chen@iotwrt.com" ]
jacob-chen@iotwrt.com
f8a7686cfbbba15b5a1524ce823feb5fc4947ac5
09d4d71ca5281a2b52343384549bf5afb43126bf
/phx-cnc-ui-mainform/install/cps/t.cp
a184d8816d52d42b7a105270b98f114ece7d88e9
[]
no_license
superkulpa/phx-cnc-ui
422f106427dfb76d98253301e18ab6fe1f09ccd0
c6b021842c60100f84fb6d369bc09b83878f75da
refs/heads/master
2020-12-24T14:26:21.059084
2015-07-13T10:51:17
2015-07-13T10:51:17
34,870,684
0
0
null
null
null
null
UTF-8
C++
false
false
108
cp
(Y100 X-100Y-100 X100 Y100 X-100 Y-100X100 Y100 Y100X-100 Y-200X100 Y200 Y-200 ) X-300 X-295Y52
[ "kulpanov@yandex.ru" ]
kulpanov@yandex.ru
cd9cd34da3eeca68646abbe80c6778f82d213ce7
9e003db80ef072cb3452b76dc7b502f2dcdf68a9
/include/icsneo/device/tree/valuecan3/valuecan3settings.h
04a4089907121f4e5108a96b2677757175a2435c
[ "BSD-2-Clause" ]
permissive
intrepidcs/libicsneo
de01976cb7cd89238d08255dfbe2912a568cbc12
9ef93eb73e1ada72ccc7a571744b9db1a564f18b
refs/heads/master
2023-07-25T07:05:41.738469
2023-06-28T21:30:09
2023-06-28T21:30:09
158,458,770
37
30
NOASSERTION
2023-09-07T03:23:48
2018-11-20T22:22:30
C++
UTF-8
C++
false
false
1,150
h
#ifndef __VALUECAN3SETTINGS_H_ #define __VALUECAN3SETTINGS_H_ #include <stdint.h> #include "icsneo/device/idevicesettings.h" #ifdef __cplusplus namespace icsneo { #endif #pragma pack(push, 2) typedef struct { CAN_SETTINGS can1; CAN_SETTINGS can2; uint16_t network_enables; uint16_t network_enabled_on_boot; u...
[ "phollinsky@intrepidcs.com" ]
phollinsky@intrepidcs.com
cd7e8c2de3537973728bacfe5019a5b288b4c3ae
6915155b31bfd3f945d2da6b51cdda9037b68f2f
/schildt_c++/007_ascii_table/main.cpp~
90b1a823853bb4e6c786a16d59ecfcaacbec174e
[]
no_license
AxelStoneX/tutorial
86c1e5cdaa749fb2a109d0a8ed51153194a23d03
eef7e73da27de342094958ff836fb87258d6a53f
refs/heads/master
2021-01-11T16:46:30.602132
2017-01-23T18:16:58
2017-01-23T18:16:58
79,669,825
1
0
null
null
null
null
UTF-8
C++
false
false
167
#include <iostream> using namespace std; int main(void) { unsigned char ch = 32; while(ch){ cout << ch << " "; ch++; } return 0; }
[ "kongol@live.ru" ]
kongol@live.ru
e9b9a51962601d7a6c24f75368431d1a4bbe812a
2a0bacc4095ca0e66d1078dfeb59b2b5ad22e7ca
/ch10/1008/pitchEstimator.h
bb40526352a70b1fc86ed8e48f4588681d6d5ac5
[]
no_license
hujkuj/Programming-Interactivity-Code
bde90d5064fb5c2c6104874671a3ba031b12d30f
4116bd30bf5aa91b0d0ab0f040db3ffde4fb259f
refs/heads/master
2021-01-18T06:45:20.916433
2015-02-10T15:35:52
2015-02-10T15:35:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
817
h
#pragma mark once #include "ofMain.h" #include "ofxMaxim.h" class pitchEstimator : public ofBaseApp{ public: ~pitchEstimator(); void setup(); void update(); void draw(); void audioOut (float * input, int bufferSize, int nChannels); /* output method */ void audioIn (float * input, int bufferSize, int n...
[ "joshuajnoble@gmail.com" ]
joshuajnoble@gmail.com
d7fe48b04df28b718d6d55109cfa822cb94db3e2
992f088d34d7900c290d4375a87990b5bf51899d
/src/main.cpp
9c53f950b8bccc15581738fda617cebe2d9f7f9a
[]
no_license
payway07/paywaycoin
8fc6c9aad8cde8dacd2ff655936d278a8548dd04
30d18b4a183f8951d58be2e9e6a83a4e3c2a44c1
refs/heads/master
2021-08-23T15:43:28.768618
2017-12-05T13:33:49
2017-12-05T13:33:49
109,705,189
1
0
null
null
null
null
UTF-8
C++
false
false
184,098
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "alert.h" #include "checkpoints.h" #include "db.h" #include "txdb.h" #inc...
[ "paywaycoin007@gmail.com" ]
paywaycoin007@gmail.com
8bd2adc07e20a310453c596afb1f549b8e237faf
efdec6b629075f9b4aa532cdabc70bf143d637e7
/Chapter9/queueDemo1.cpp
bffb82616b5b90cb21d6fbc51b4413923c575671
[]
no_license
Zerrari/CppNotes
8eee019db1f2c748545fa46c461a90f3b0e0d634
4d90e988d67016f6df0567abcd44991bf771a8d7
refs/heads/main
2023-05-24T07:05:15.877855
2021-06-14T10:08:15
2021-06-14T10:08:15
364,907,185
0
0
null
null
null
null
UTF-8
C++
false
false
160
cpp
#include <iostream> #include <queue> #include <deque> using namespace std; int main() { deque<int> intd(10,1); queue<int> qint(intd); return 0; }
[ "1660822219@qq.com" ]
1660822219@qq.com
563174ead1950e33d8272036a70061385d084eb8
12a498c8c52357ae3311e9ed5b4913a2b1874667
/Source/ShootGame/MyScoreItemData.h
7c54a55956b1c02d9f2dcf17d7d22c4b370a61e5
[]
no_license
shudal/UE4ShootGameDemo
511802310b414dcfebcdaac1062330d807f69d9a
3c1986003ebe3e195797468ee14af6bbc1ec5d46
refs/heads/main
2023-02-04T19:30:05.089131
2020-12-18T09:43:56
2020-12-18T09:43:56
306,358,903
0
0
null
null
null
null
UTF-8
C++
false
false
2,590
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "UObject/NoExportTypes.h" #include "MyScoreItemData.generated.h" /** * */ UENUM(BlueprintType) enum class EScoreItemType : uint8 { SIT_Normal, SIT_Head }; USTRUCT(BlueprintType) struc...
[ "shudal@qq.com" ]
shudal@qq.com
6bb1fc7aecb6d4998f0bf9ea8bf971d97092537f
c51fceec5f555da5cdab83bce1d45ffbf41e4c07
/statsWindow/statsWindow.h
88dc4cc708f65de79756c2b05444a6cc5f1e28bf
[ "MIT" ]
permissive
15831944/testcad
aef9b5ffcbd0ef4059120e302264e22985b0482b
922ed50d859edffa6cd8dd241f39b2c029e6e97e
refs/heads/master
2023-03-15T18:10:03.078082
2018-10-14T16:45:13
2018-10-14T16:45:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,664
h
/********************************************************************************* MIT License Copyright © 2018 HP Development Company, L.P. 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...
[ "bladimir.hm@gmail.com" ]
bladimir.hm@gmail.com
fbde9609e91d83a1e95cf6735c41b83f27a5ada3
d8418b2bd7d372439b6b9e96e7fa2c1f4b2418a6
/include/MPM_NHSolid.hpp
37b8586edc39a8ca684460c61a5bcb50da11c210
[]
no_license
Karthikvw/MPM_2D
a0f4503d2b3965112e6dc1e5318fdf682d40bb34
240ef6115361a35745f12db454027e64d148aa99
refs/heads/main
2023-04-24T07:36:31.192365
2021-05-06T18:42:51
2021-05-06T18:42:51
339,118,811
1
0
null
null
null
null
UTF-8
C++
false
false
782
hpp
#include<MPM_Body.hpp> class MPM_NHSolid : public MPM_Body { public: double Emod, rho, nu; public: //constructor MPM_NHSolid(double E, double density, double pois_ratio, vector<array<double,3>> &MPV) : MPM_Body(MPV) /* Initialises the Solid Body Syntax: MPM_Solid(E, rho, n...
[ "karthik.muthukumar@uni-due.de" ]
karthik.muthukumar@uni-due.de
e879469034eecd45f10a9362225f7a9e603f83dc
b367fe5f0c2c50846b002b59472c50453e1629bc
/xbox_leak_may_2020/xbox trunk/xbox/private/test/directx/d3d/func/dp3lite1/dp3lite.h
2c1a4779a90f2c5858d64aa23712b0daa6611997
[]
no_license
sgzwiz/xbox_leak_may_2020
11b441502a659c8da8a1aa199f89f6236dd59325
fd00b4b3b2abb1ea6ef9ac64b755419741a3af00
refs/heads/master
2022-12-23T16:14:54.706755
2020-09-27T18:24:48
2020-09-27T18:24:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,044
h
/******************************************************************************* Copyright (c) 2000 Microsoft Corporation. All rights reserved. File Name: dp3lite.h Author: Matt Bronder Description: Direct3D test functions. ***********************************************************...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
00d2ca27c4e25343b5b29481da0ce59ff07ce128
a816e8ab3043f8775f20776e0f48072c379dbbc3
/labs/lab5/H.cpp
3ae7c6f2df799a72fb1f93e552324c3dc207318a
[]
no_license
AruzhanBazarbai/pp1
1dee51b6ef09a094072f89359883600937faf558
317d488a1ffec9108d71e8bf976a9a1c0896745e
refs/heads/master
2023-07-16T14:37:20.131167
2021-08-25T17:08:41
2021-08-25T17:08:41
399,890,781
0
0
null
null
null
null
UTF-8
C++
false
false
423
cpp
//ou’re given string s, you need to answer, is the amount of every digits in this string is equal #include <iostream> #include <algorithm> using namespace std; int a[10]; int main(){ string s; cin >> s; for(int i=0;i<s.size();i++){ a[s[i]-'0']++; } sort (a,a+10); for(int i=0;i<9;i++){ i...
[ "aruzhanart2003@mail.ru" ]
aruzhanart2003@mail.ru
e2d4cda79b8f8a2a99796c749a93ac8beefd407e
4a30a3217d45271cb9a833191208624a7785a832
/mycode/zeref/snackdown.cpp
7a16b8a5873689051a9e8bf058d9677c220bfe01
[]
no_license
vaibhavdaren/simple_order_system
a978007a0e3fbab8382cd9e04e56a2acb4f449a2
359c455b1b74a8561ac68538f4b36b4b7c70ba9b
refs/heads/master
2020-06-17T20:23:44.882774
2017-09-11T23:01:23
2017-09-11T23:01:23
74,972,017
0
0
null
null
null
null
UTF-8
C++
false
false
700
cpp
#include<bits/stdc++.h> using namespace std; int main() { int s; cin>>s; int i,j,k,n; for(i=0;i<s;i++) { bool flag=true; cin>>n; if(n%2!=0) { for(j=1;j<=(n/2+1);j++) { cin>>k; if(k!=j) { ...
[ "vaibhavdaren@gmail.com" ]
vaibhavdaren@gmail.com
1732269d11b277d1e78852f13904819cbbb6952d
1f7e62a2c16d75aac99fce4a2b2d58ac907762c4
/Source/Client/IM-Client/IMClient/SelectColorListBox.h
692f2f0b348a1ca65f0f324e0d2688295a1c8add
[]
no_license
alex765022/IBN
077c18916c8ffc806b493599eff111883ac49868
7f24fafb83cf905873380b02d53b136fb7d7d9d5
refs/heads/master
2021-01-15T22:41:23.741632
2015-08-25T20:49:28
2015-08-25T20:49:28
41,375,640
0
0
null
2015-08-25T16:45:38
2015-08-25T16:45:37
null
UTF-8
C++
false
false
2,310
h
#if !defined(AFX_SELECTCOLORLISTBOX_H__17760CEE_1B12_4BEB_B536_84CFBDF94EA1__INCLUDED_) #define AFX_SELECTCOLORLISTBOX_H__17760CEE_1B12_4BEB_B536_84CFBDF94EA1__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // SelectColorListBox.h : header file // #include <map> using namespace std; ///////////...
[ "alex765022@gmail.com" ]
alex765022@gmail.com
4d4bc40ec9a1a8f8b68a806e0d3099e357de8c04
466b29771e5660d44f819ab55fdee5edeec73a6c
/main.cpp
e47dff10b74069176643ad1e1a164060485d5c0a
[ "MIT" ]
permissive
LittleKu/mysqlx
ad752108c338b1c45c261442a6b038ada9294296
fa14d5a3785cd2265c4aa95af2f751d684013c40
refs/heads/master
2021-01-19T14:05:18.062681
2015-05-23T06:23:17
2015-05-23T06:23:17
35,825,562
0
1
null
null
null
null
UTF-8
C++
false
false
98
cpp
#include "MyDriver.h" PLATFORM_EXTERN_C mysqlx::IDBDriver *GetDBDriver() { return &g_MyDriver; }
[ "kklvzl@gmail.com" ]
kklvzl@gmail.com
6ce121b09118a58e63ac62824177619252d55673
8d27a29c9414506a2023cb06113cb885bf7fc3ea
/myshark/ui/maindisplaywidget/displayrawdata.h
708958108c2c2feedff2b1a2e2afd40a40b9c3db
[]
no_license
Ghivern/MyShark
a5d9c7b9426146b81e26e8e96343481b9c5b49d7
97412d9920f3ff9d6b55e3d45f283971ee3ad3c5
refs/heads/master
2021-03-03T15:54:01.724182
2020-05-31T15:25:25
2020-05-31T15:25:25
245,971,326
1
0
null
null
null
null
UTF-8
C++
false
false
724
h
#ifndef DISPLAYRAWDATA_H #define DISPLAYRAWDATA_H #include <QTabWidget> #include <QTableWidgetItem> #include "../../../dissector/dissres/dissectresutltframe.h" class DisplayRawData : public QTableWidget { Q_OBJECT public: explicit DisplayRawData(QWidget *parent = nullptr); void Clear(); void SetFontP...
[ "ghivern@foxmail.com" ]
ghivern@foxmail.com
04e8614c6092d5dd535cb54ddfe3bd8a19244294
39bcafc5f6b1672f31f0f6ea9c8d6047ee432950
/third_party/tpce-tool/include/input/SecurityFile.h
442e51fe708acde6c6a089923ce5afec10f8f97a
[ "MIT" ]
permissive
duckdb/duckdb
315270af6b198d26eb41a20fc7a0eda04aeef294
f89ccfe0ec01eb613af9c8ac7c264a5ef86d7c3a
refs/heads/main
2023-09-05T08:14:21.278345
2023-09-05T07:28:59
2023-09-05T07:28:59
138,754,790
8,964
986
MIT
2023-09-14T18:42:49
2018-06-26T15:04:45
C++
UTF-8
C++
false
false
5,099
h
/* * Legal Notice * * This document and associated source code (the "Work") is a part of a * benchmark specification maintained by the TPC. * * The TPC reserves all right, title, and interest to the Work as provided * under U.S. and international laws, including without limitation all patent * and trademark rig...
[ "mark.raasveldt@gmail.com" ]
mark.raasveldt@gmail.com
3f4cf11932fe6360a308e95dc616b5bf6a5c28db
07b58a0bacc855ed9e15fc66c5373a2a02619fa7
/Cli/VirtualSocCli/showmygroups.cpp
687de7c8272361b14ec4d4a8a4547a334122a104
[]
no_license
iulianPeiu6/VirtualSoc
510d39c3d6e969ad26b747e6b4d09e02c36feaaa
7bf3084bf6622285a441c3b0e234db3afb57acc1
refs/heads/main
2023-02-15T19:59:02.730214
2021-01-07T10:38:52
2021-01-07T10:38:52
327,452,169
0
0
null
null
null
null
UTF-8
C++
false
false
1,705
cpp
#include "showmygroups.h" #include "ui_showmygroups.h" #include <QtDebug> ShowMyGroups::ShowMyGroups(QWidget *parent, int _sd,User* _user) : QMainWindow(parent), ui(new Ui::ShowMyGroups) { sd=_sd; user=_user; Parent=parent; ui->setupUi(this); drawGroupsArea(); } void ShowMyGroups::drawGro...
[ "iulianpeiu6@gmail.com" ]
iulianpeiu6@gmail.com
6a3f08fdd03ab0450cf881521d3bd24ebdd6ef40
84536efae3e48b7be45751385458bbf2d16ea44f
/Project/evalu_review/src20160913.bak/datetime.h
adcd1aa35830b1466fc43935708132ea0a62e227
[]
no_license
zgs6080617/evalu_review
f75450efb3f14f8c3fcaac1e679d79fd982c9c5d
9d182024fe7c1deae70e1b8178966baa9acdeb0f
refs/heads/master
2021-05-08T01:12:40.451856
2017-10-21T16:31:44
2017-10-21T16:31:44
107,796,749
0
1
null
null
null
null
GB18030
C++
false
false
1,693
h
/******************************************************************************* * Copyright (c) Beijing Kedong Electric Power Control System Co.,Ltd. 2014 All Rights Reserved. * File : datetime.h * Author : guoqiuye * Version : v1.0 * Function : 时间相关通用函数头文件 * History * =====================================...
[ "zgs4080617@126.com" ]
zgs4080617@126.com
5c977273eef2b660d4a7182db5cb186de1b50d63
f6bad0a9093bb94b490ea068fab8c7798fe21b93
/win/win_node/include/apc2016/Robot.h
c37df5d1d0c720846e219717b899db4e4f38863d
[ "MIT", "Apache-2.0", "BSD-3-Clause" ]
permissive
warehouse-picking-automation-challenges/team_pfn
8b5ebb7e106359980abea28dc00784772208ead9
2f76524b067d816d8407f6c4fae4e6d33939c024
refs/heads/master
2021-06-07T02:21:33.432335
2016-08-17T03:12:15
2016-08-17T03:12:15
66,588,155
5
2
null
null
null
null
UTF-8
C++
false
false
5,187
h
// Generated by gencpp from file apc2016/Robot.msg // DO NOT EDIT! #ifndef APC2016_MESSAGE_ROBOT_H #define APC2016_MESSAGE_ROBOT_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> #include <ros/message_operations.h> n...
[ "tgp@preferred.jp" ]
tgp@preferred.jp
35bacafb8cdefc718fc9b0fdd14f44a2599cc941
6b98566bc8b8508ac198ef4ff8dbed1e39c34b1b
/algorithms/makinganagrams.cpp
5e23eefbab0444f6ef4be3c374d05f6c987e5e1c
[]
no_license
kg-kartik/Hackerrank-Problems
be01e578857f0b58fd497c8df628b55e0862bbf0
59e8e08de3ae6d595342f987709b8e740fb63714
refs/heads/master
2020-12-08T16:57:35.043307
2020-05-01T11:12:51
2020-05-01T11:12:51
233,039,569
1
0
null
null
null
null
UTF-8
C++
false
false
369
cpp
#include <bits/stdc++.h> using namespace std; int main() { string s1,s2; cin>>s1>>s2; int i,c=0; int f1[26] = {0}; int f2[26] = {0}; for(i=0;i<s1.length();i++) { f1[s1[i]-'a']++; } for(i=0;i<s2.length();i++) { f2[s2[i]-'a']++; } for(i=0;i<26;i++) { ...
[ "goel.kartik39@gmail.com" ]
goel.kartik39@gmail.com
cedd8bff637318381472c9dfddf8d74809c49036
d2811489f8fae64caae29dd412c9f2a20e1f031b
/PersistenceMissionSystem/tb3/loadouts.hpp
0ad080993b380541e59ff2c5348b0f365bc5a6cd
[]
no_license
Herbiie/PersistenceMissionSystem.Altis
7949210fac86456434b1feb2248829a27d5161e8
3d6996bd36aeaa18a7db49a2f0543b2ec0dd039f
refs/heads/master
2020-12-14T04:25:31.718810
2020-07-10T19:25:31
2020-07-10T19:25:31
234,639,594
0
0
null
null
null
null
UTF-8
C++
false
false
22
hpp
class TB3_Gear { };
[ "jason.a.herbert@hotmail.co.uk" ]
jason.a.herbert@hotmail.co.uk
1bcd9da45d23ae99c9d68a66b84a78381512cad9
a94f689196fc0a40bbd97052ec5edb9668f4f250
/RX/other/room/ir_Midea.cpp
de9e633a910b654656d35b7ed37135c97ce0cf08
[]
no_license
troywiipongwii/Open-Source-RKS
59c0ed2311c75a7bc384557522d4edee1f085562
29c2022ef7864ac68b49cd0d1d837eb2d43ff816
refs/heads/master
2020-05-22T00:25:27.938863
2019-04-08T06:12:47
2019-04-08T06:12:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,436
cpp
// Copyright 2017 bwze, crankyoldgit #include "ir_Midea.h" const uint16_t kMideaTick = 80; const uint16_t kMideaBitMarkTicks = 7; const uint16_t kMideaBitMark = kMideaBitMarkTicks * kMideaTick; const uint16_t kMideaOneSpaceTicks = 21; const uint16_t kMideaOneSpace = kMideaOneSpaceTicks * kMideaTick; const uint16_t kM...
[ "fryefryefrye@foxmail.com" ]
fryefryefrye@foxmail.com
1a2d677926d224ec453b5c1632f2f52b8c3dc468
cdf069f16596a61d39d51e739cc8454deb132b38
/TitleScene.cpp
5c39b652771a8681df8d4482176c8debd06f08d3
[]
no_license
YutaTachibana0310/hackathon0729
bfcb944d628fd3eaaaab80d242b18d10b190ba9a
b05f1324758351b4faafab2b28a5ddb650d51d27
refs/heads/master
2020-06-25T09:09:50.555342
2019-07-29T08:01:18
2019-07-29T08:01:18
199,267,811
0
0
null
2019-07-29T06:45:42
2019-07-28T09:32:36
C++
SHIFT_JIS
C++
false
false
1,361
cpp
//===================================== // //タイトルシーン処理[TitleScene.cpp] //Author:GP12A332 21 立花雄太 // //===================================== #include "TitleScene.h" #include "Title.h" #include "input.h" #include "HexaTransition.h" #include "Game.h" #include "bgmManager.h" /************************************** マクロ定義 *...
[ "yuta.tachibana0310@gmail.com" ]
yuta.tachibana0310@gmail.com
18645cae1d5c99cf35e93e7a967d3d5af929fda3
efb7835a15be7abfe72bfdf4a15cf01552fd10da
/cxx_influx/reactor/include/lcc_msg/logout.hxx
08fc9e72916bdc2241cb4c604a0be648b200dca7
[]
no_license
sheryllan/tickdb
ca6061f727bb7079e59508700514b7c4c4eb0768
039f8c81ed512c12c017d24de83252a77f9617ae
refs/heads/master
2022-12-09T19:16:01.019097
2018-12-13T18:44:58
2018-12-13T18:44:58
145,147,904
0
0
null
2022-12-08T02:50:31
2018-08-17T17:20:27
Python
UTF-8
C++
false
false
474
hxx
#ifndef RS_QTGPROXYD_LCCMSGS_LOGOUT_HXX_ #define RS_QTGPROXYD_LCCMSGS_LOGOUT_HXX_ #include <cstdint> #include <cstdlib> #include <string> #include "header.hxx" #include "magic.hxx" namespace lcc { namespace msg { struct logout { public: int16_t _app_id; constexpr static header create...
[ "ylei@linuxdev34.(none)" ]
ylei@linuxdev34.(none)
866cc52fcebddf1f03ab1845a1baa56377647f25
93ed9b7e759f36052db3edf9e585f6e8d7c529b3
/Load.h
9b3a18e623f54c8a93b0d90ad7b8083abcf9bce9
[]
no_license
vokson/scad.constructor.cpp
0008235ffc02e3501ac994717709b69749a389c7
85ff82764933ba103421441bd0894a040a214615
refs/heads/master
2021-01-17T13:46:05.804462
2015-11-20T06:40:41
2015-11-20T06:40:41
null
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
781
h
#pragma once #include <vector> class Load { public: int loadCase; /* Номер загружения */ int loadType; /* Тип нагрузки */ int loadDirection; /* Направление нагрузки */ int number; /* Номер узла или элемента, к которым приложена нагрузка*/ std::vector <double> data; /* Массив значений нагрузок */ int dataCount; /...
[ "vokson@yandex.ru" ]
vokson@yandex.ru
c60b616615195a42848021be233ff14cfdc3060b
0083c52eaa9766dd9b3c0f04c8b486a09ff3d4c4
/puzzleworld/mainwindow.cpp
b4a8a59729e905496ba7795e69c93c21fea3703b
[]
no_license
termNinja/thepuzzleworld
6d75fda98fe0ca26bf6338bd52b373f4f4123bee
35887f75c81cd2448f9473950b5c81139d26e2c8
refs/heads/master
2021-05-14T23:26:11.721861
2017-09-30T11:50:35
2017-09-30T11:50:35
105,078,863
0
0
null
null
null
null
UTF-8
C++
false
false
553
cpp
#include "mainwindow.h" #include "ui_mainwindow.h" MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow) { ui->setupUi(this); connect(ui->pb_game_1, SIGNAL(clicked(bool)), this, SLOT(openGame1())); connect(ui->pb_game_2, SIGNAL(clicked(bool)), this, SLOT(o...
[ "nmicovic@outlook.com" ]
nmicovic@outlook.com
46b49b6d313e439684a59bab4e4af1f787f90537
a0df72d8031b198dffd4bd8663a7b1d64c3edcaa
/apps-src/apps/studio/gui/dialogs/tools.cpp
bc78396f6ed21dacca0625b4e29540276badf63f
[]
no_license
luke19821001/Rose
56dfe10e05ef8d06a275ea7199d18dd81bb93bf8
cb95392cb78d59e105e3e97105e425db7992c25d
refs/heads/master
2021-04-03T04:47:04.798175
2016-06-26T14:15:50
2018-02-26T06:53:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
29,850
cpp
/* $Id: mp_login.cpp 50955 2011-08-30 19:41:15Z mordante $ */ /* Copyright (C) 2008 - 2011 by Mark de Wever <koraq@xs4all.nl> Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ "ancientcc@gmail.com" ]
ancientcc@gmail.com
7b33b79cf71bd2e33a4453640689796e21e71ea2
2ef71a0b5aa4a9f72fb1c1f3ee99bc77892abe25
/src/hash.cpp
2218f71408ed296be0b7281ce11091bb38b0160d
[ "LicenseRef-scancode-generic-cla", "MIT", "Zlib", "BSD-3-Clause", "Apache-2.0", "LGPL-2.1-or-later" ]
permissive
Azure/azure-storage-cpplite
c0ba58e9b59a9d967360f86bd83826cebcf2c3f3
ae611b5edfd4a9caae91f7f3f270faa42ab5ae34
refs/heads/master
2023-06-10T03:55:28.800946
2023-05-31T18:47:56
2023-05-31T18:47:56
144,952,955
26
52
MIT
2022-09-01T15:27:43
2018-08-16T07:29:25
C++
UTF-8
C++
false
false
2,558
cpp
#include "hash.h" #include "base64.h" #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN #include <Windows.h> #include <bcrypt.h> #else #ifdef USE_OPENSSL #include <openssl/hmac.h> #else #include <gnutls/gnutls.h> #include <gnutls/crypto.h> #endif #endif #include <stdexcept> namespace azure { namespace storage_lite { std...
[ "vinjiang@users.noreply.github.com" ]
vinjiang@users.noreply.github.com
d6e3c016a1012f53e6f96ea2ef297ffd9863c223
2473468345d6ad1a891cc583876dda9d7314b936
/CH-HCNetSDKV5.3.6.30_build20180816_Win64/Demo示例/1- MFC综合示例/DLGCreateWall.cpp
e0a30b78e3a2d71dc23eee7b4754c2a4f0e5eb9c
[]
no_license
nbdwddbf/hikvision
23d11d5304151794645216b33c5c77d5f8798638
8db96df23c7236fd5cf8b471b976cb628adcc071
refs/heads/master
2020-04-12T18:10:13.564654
2018-12-21T05:52:09
2018-12-21T05:52:09
162,671,443
7
5
null
null
null
null
GB18030
C++
false
false
6,178
cpp
// DLGCreateWall.cpp : implementation file // #include "stdafx.h" #include "clientdemo.h" #include "DLGCreateWall.h" #include "DlgWallVirLED.h" #include <sstream> #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif using namespace std; //////////////////////////////////...
[ "bfding@cloume.com" ]
bfding@cloume.com
0f0866a93d3c0bdaa1f302bbc6f5989238c4bcea
e1f1124d7f210b5a34e424dcfef512ecfbd538e5
/src/lib/gfx/screen_util.cpp
82852b9430d58570543eae7a1c82614cf6bb967a
[]
no_license
chfoo/project-palagonite
e23f939ae7cfd3d60fe1a903ee88b89628feea18
25a44137567b4679b2c3ea518dd65d3736edfbdf
refs/heads/master
2021-01-20T11:56:33.661293
2017-03-01T02:55:25
2017-03-01T02:55:25
82,640,204
0
0
null
null
null
null
UTF-8
C++
false
false
334
cpp
#include <avr/pgmspace.h> #include <stdlib.h> extern "C" { #include <uzebox.h> } #include "screen_util.hpp" using namespace Lib::Gfx; void ScreenUtil::print_garbage() { for (u8 x = 0; x < VRAM_TILES_V; x++) { for (u8 y = 0; y < VRAM_TILES_H; y++) { SetTile(x, y, GetPrngNumber(0) % 256); ...
[ "chris.foo@gmail.com" ]
chris.foo@gmail.com
fee1d720df3599f7653a27248cb2169d6e3d1dda
72a146dad10c3330548f175643822e6cc2e2ccba
/content/browser/websockets/websocket_impl.h
00c9f0db13689570bbb3ab945142cd1217903852
[ "BSD-3-Clause" ]
permissive
daotianya/browser-android-tabs
bb6772394c2138e2f3859a83ec6e0860d01a6161
44e83a97eb1c7775944a04144e161d99cbb7de5b
refs/heads/master
2020-06-10T18:07:58.392087
2016-12-07T15:37:13
2016-12-07T15:37:13
75,914,703
1
0
null
2016-12-08T07:37:51
2016-12-08T07:37:51
null
UTF-8
C++
false
false
3,465
h
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_BROWSER_WEBSOCKETS_WEBSOCKET_IMPL_H_ #define CONTENT_BROWSER_WEBSOCKETS_WEBSOCKET_IMPL_H_ #include <stdint.h> #include <memory> #include...
[ "serg.zhukovsky@gmail.com" ]
serg.zhukovsky@gmail.com
57d2057275758d5f59cca0f4cfa520a3e1d264d6
7e031bf284e3bce7feaf5c17145e2f63beafc17f
/CP guide/Rain water trapping.cpp
646687c4637c31234dfe237df98324a858b88b90
[]
no_license
shubhampathak09/dynamic-programming-and-arrays
5d700c5ccb87043c6f6cd1f3c1e4a734e1e2a003
a8171ba30201f5b131b54129a430006adc0c3e89
refs/heads/master
2021-06-04T01:43:45.828968
2021-06-01T07:38:56
2021-06-01T07:38:56
132,006,790
1
0
null
null
null
null
UTF-8
C++
false
false
503
cpp
// Rain water trapping problem bruteforce #include<bits/stdc++.h> using namespace std; int calmax(int i,int j,int a[]) { int nax=INT_MIN; for(int k=i;k<=j;k++) { nax=max(nax,a[k]); } return nax; } int main() { int a[]={3,0,2,0,4}; //cout<<calmax(0,1,a); int n=sizeof(a)/sizeof(a[0]); int ans=0; for(i...
[ "95shubham1@gmail.com" ]
95shubham1@gmail.com
f94ad4cd48cceae1a73e755d1655a618027674f0
23c4109411bb6490d76430d485c19152c56e037a
/llvm-project/clang/lib/CodeGen/CGExprConstant.cpp
011d39cfa29474b3538ecaea19b5bda2c31a66a4
[ "Apache-2.0", "LLVM-exception", "NCSA" ]
permissive
AlexErf/GPUProject
f9a060e63caec0c07584aa2a2826432dc6cfc0b5
c2740b6ca052436a73d05564187c473a37f362b9
refs/heads/main
2023-02-02T05:41:53.330592
2020-12-14T03:04:19
2020-12-14T03:04:19
310,434,160
2
0
null
null
null
null
UTF-8
C++
false
false
87,996
cpp
//===--- CGExprConstant.cpp - Emit LLVM Code from Constant Expressions ----===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
[ "nlbrow@umich.edu" ]
nlbrow@umich.edu
a498b8c5fe5fba1ccf59d757d734b3f85336f7e0
aeb77d42b7d687668cd92540c9dccf0b9dfc429c
/tortoisesvn/.svn/pristine/a4/a498b8c5fe5fba1ccf59d757d734b3f85336f7e0.svn-base
eee260295eca83758b72b401b955b9e49704fe31
[]
no_license
gunjanms/trunk-tortoisesvn-code
933cdcd9a78335737dee842ef192e3094162cc30
3c7e84e5fe7ae0353b9574fa53c73e58a14addbd
refs/heads/master
2021-01-20T19:59:44.543272
2016-08-05T05:05:20
2016-08-05T05:05:20
64,989,729
0
1
null
null
null
null
UTF-8
C++
false
false
4,390
// TortoiseSVN - a Windows shell extension for easy version control // Copyright (C) 2003-2012, 2014-2015 - TortoiseSVN // 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 // o...
[ "MAHESG2@TDBFG.COM" ]
MAHESG2@TDBFG.COM
9c503eaee4013c543766e563472e3680fd507671
18a04fe4119d9b5650dd77566571a99b6f4647e6
/cpp/suffixarray.cpp
b426c2d21b310c68e9669060d73b5be4679f4281
[]
no_license
mikerainey/elastic-work-stealing
98e36d2c9b261a6c12b3a8ef2f52ff0c37177ee3
ac8830181abd728eef9de175d53c6a4e722a96d8
refs/heads/master
2023-06-09T00:33:18.370357
2020-09-02T00:32:30
2020-09-02T00:32:30
228,693,918
0
0
null
null
null
null
UTF-8
C++
false
false
692
cpp
#include <iostream> #include <algorithm> #include "benchmark.hpp" #include "SA.C" #include "IO.h" #include "sequenceIO.h" #include "sequence_ops.h" #include "sequence.h" using namespace std; using namespace pbbs; using uchar = unsigned char; int main(int argc, char** argv) { pbbs::sequence<uchar> ss; pbbs::seque...
[ "me@mike-rainey.site" ]
me@mike-rainey.site
84e432cfaf6bdc62c03f16aa5c19711981ed02e8
f9560fb96aa98c162f855e95dad98afa73ff9e74
/Test/OverrideMethodObj2.h
abc072f8f4db15b50bdc23a6a1ce74add41cb71b
[]
no_license
sergeyprivat/TestPolymorphism
80eb10345207cb8c520c592536fd5f37ba2603b6
9cba288bde905d041b3808323dc4ce1f692e41b5
refs/heads/master
2020-03-10T13:03:37.880197
2019-03-17T08:48:56
2019-03-17T08:48:56
129,391,293
0
0
null
null
null
null
UTF-8
C++
false
false
165
h
#pragma once #include "concrete2.h" class OverrideMethodObj2 : public concrete2 { public: void methodIObj2(); OverrideMethodObj2(); ~OverrideMethodObj2(); };
[ "wasilewsky@ukr.net" ]
wasilewsky@ukr.net
5a64804239355f501016b2a04c3da5da80d069ab
766290933bb5e84c6dfa84c33be57fd768e7dfd1
/src/140405 camera calibration(c++)/140405 camera calibration(c++).h
d11abb3f9e6eabe0091746f0c76bc1b67d336dd0
[]
no_license
shadimsaleh/Stereo-camera-calibration-using-OpenCV
9c532708456b7eff2d098fd1aced1459e2ae00fe
686a6a9e30d6aaae846c9b7649502fbba67b9aad
refs/heads/master
2021-01-11T00:49:05.421246
2014-06-26T21:16:53
2014-06-26T21:16:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
602
h
// 140405 camera calibration(c++).h : main header file for the PROJECT_NAME application // #pragma once #ifndef __AFXWIN_H__ #error "include 'stdafx.h' before including this file for PCH" #endif #include "resource.h" // main symbols // CMy140405cameracalibrationcApp: // See 140405 camera calibration(c++).cpp fo...
[ "nguyentuongthuy@gmail.com" ]
nguyentuongthuy@gmail.com
85d42b3be295ff35e9554d3f091551854461149d
29cc8a63518c9e99e154e0e5a879e116a2640277
/main.cpp
6f42d48926d43a01c9f901dc1fee486471682a2d
[ "MIT" ]
permissive
Jaclav/HQ9Plus
9920c64f7969b7f894ae9fb2d3bca1aa04a86ead
0cf07d4558c074cbded6d21e16a6587def380134
refs/heads/master
2022-12-03T08:04:04.017934
2020-08-20T20:15:02
2020-08-20T20:15:02
289,088,546
0
0
null
null
null
null
UTF-8
C++
false
false
5,020
cpp
//TODO:Dodać test.hq do git'a #include <iostream> #include <fstream> #include <cstring> #include <cstdlib> #include <sstream> #include <map> using namespace std; enum Options {compile = 0, assembler = 1}; typedef void (*Command)(std::fstream&); fstream file; fstream assembled; string line; Options options = compile; ...
[ "kancelariajkw@gmail.com" ]
kancelariajkw@gmail.com
f5d73f9a4ba5979f030b9d0157375dad95f79366
393ec8bfc167bed179d463380954e6f33cb9d042
/src/render/gles/GLRenderWindow.cpp
35b2ba1cab32b1210386ca6ba0cb94cf6a82a3d9
[]
no_license
wlgys8/chaos3d
7462635534cb9916acf713ae8c27774739704ca7
615cdaad952e72a8ad67fa3e1c9f67da7140643a
refs/heads/master
2020-12-11T03:54:52.821789
2014-01-27T11:01:35
2014-01-27T11:01:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,772
cpp
#include "2d/gles/GLRenderWindow.h" #include "app/app.h" #include <windowsx.h> #include <algorithm> //using namespace chaos; #define WNDCLASS_NAME ("cWnd_iPhone") GLRenderWindow::GLRenderWindow(){ create(); initContext(); }; static LRESULT CALLBACK _WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM...
[ "wuhao.wise@gmail.com" ]
wuhao.wise@gmail.com
8c5b1f46b5bb199b93010811c133e0389e672c5d
a679dba6ef0364962b94ed65d0caad1a88da6c43
/OrginalServerCode/OrginalCode/shushanchuangqi/sscq2/Sample/GameServer/Mall/Mall.h
c4b22b2f636bfa10b592b873bdbef7b8857bc6b7
[]
no_license
w5762847/Learn
7f84933fe664e6cf52089a9f4b9140fca8b9a783
a5494181ea791fd712283fa8e78ca0287bf05318
refs/heads/master
2020-08-27T05:43:35.496579
2016-12-02T12:16:12
2016-12-02T12:16:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,632
h
#ifndef MALL_H_ #define MALL_H_ #include "Singleton.h" #include "MallProtSvr.h" // XXX: for EMallResult using namespace NMallProt; class CUser; class CMall : public Singleton<CMall> { public: EMallResult BuyItem(CUser& rUser, EUseMoneyMark eMark, EMallType eType, UINT32 dwInstID, INT16 wCount); ...
[ "flyer_son@126.com" ]
flyer_son@126.com
9994caf2c6aca1cc94be76a6510f2fbbf6b903c2
9d364070c646239b2efad7abbab58f4ad602ef7b
/platform/external/chromium_org/chrome/browser/chromeos/login/login_manager_test.h
1665e422430aafe21886457e638fbdc1dae96ca5
[ "BSD-3-Clause" ]
permissive
denix123/a32_ul
4ffe304b13c1266b6c7409d790979eb8e3b0379c
b2fd25640704f37d5248da9cc147ed267d4771c2
refs/heads/master
2021-01-17T20:21:17.196296
2016-08-16T04:30:53
2016-08-16T04:30:53
65,786,970
0
2
null
2020-03-06T22:00:52
2016-08-16T04:15:54
null
UTF-8
C++
false
false
1,879
h
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_LOGIN_MANAGER_TEST_H_ #define CHROME_BROWSER_CHROMEOS_LOGIN_LOGIN_MANAGER_TEST_H_ #include <string> #include "chro...
[ "allegrant@mail.ru" ]
allegrant@mail.ru
db1635a5eeebb0cba6f14e66ddf4814aa53c9070
63b84d29e71370ec75f5b48bc6572d6bc10d0ec3
/rotting-oranges_test.cpp
4b2a86c09a11381d2e5f3ca4319d6c14db57c7e7
[]
no_license
vgoncharenko/algorithms
cc1e631f74d2f5855d8806f82fe13e6fea271fa7
7f969cd884b76223a427fc693ba9b81cc81d9014
refs/heads/master
2021-06-20T03:09:56.560128
2021-05-21T03:09:34
2021-05-21T03:09:34
210,879,863
0
0
null
null
null
null
UTF-8
C++
false
false
897
cpp
// // Created by Vitaliy on 2019-09-26. // #include "rotting-oranges.cpp" void runRottingOrangesTest(std::string &variationName, std::vector<std::vector<int>>& grid, int expected) { RottingOranges *solution = new RottingOranges(); int result = solution->orangesRotting(grid); if (result != expected) std::cou...
[ "vgoncharenko@magento.com" ]
vgoncharenko@magento.com
3e725199c0b2a8d9ed212005ffc13179416a88a5
04dae43527b05ff9ea5fa2f375566e3542056795
/412.cpp
3fc24e8c045eca0f019453ee774f1391321a6b83
[ "MIT" ]
permissive
fash97/LeetCode
29a9b8681b3407425e0ccf964444e90eb64c61d5
bfff2cda46b68f1bd5fca0ce1e357f9fe3eccd2f
refs/heads/master
2021-03-16T07:42:12.356163
2017-09-30T00:44:43
2017-09-30T00:44:44
96,394,224
0
0
null
null
null
null
UTF-8
C++
false
false
349
cpp
class Solution { public: vector<string> fizzBuzz(int n) { vector<string> local; int i = 1; while(i <= n){ string tmp = ""; if(i%3==0) tmp += "Fizz"; if(i%5==0) tmp += "Buzz"; if(tmp.empty()) tmp += to_string(i); local.push_back(tmp); i++; } ...
[ "qiaowanhui@gmail.com" ]
qiaowanhui@gmail.com
8029d1eeeeaad9c276b98cf523e141d30737f457
0dca3325c194509a48d0c4056909175d6c29f7bc
/vod/src/model/ListAIImageInfoRequest.cc
e8bceff7ed57e84815cd8eeb71793e52a5dfdd00
[ "Apache-2.0" ]
permissive
dingshiyu/aliyun-openapi-cpp-sdk
3eebd9149c2e6a2b835aba9d746ef9e6bef9ad62
4edd799a79f9b94330d5705bb0789105b6d0bb44
refs/heads/master
2023-07-31T10:11:20.446221
2021-09-26T10:08:42
2021-09-26T10:08:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,421
cc
/* * Copyright 2009-2017 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
7f6ce380c35e9325d54ee45fe6c813b789c37bab
b4732ee055960509fdcb28d58da3534d93fa4288
/test/test_cyclic_value.cpp
6531e68b00184e95601040b122b1e33333215692
[ "MIT" ]
permissive
venkatarajasekhar/etl
592813e00e66eb609804a062b6f7440dc8d86659
8d8a80212ebb55d5b5a98cd0ee57d6878964ab6f
refs/heads/master
2021-01-17T22:10:05.078865
2015-09-28T17:57:15
2015-09-28T17:57:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,595
cpp
///\file /****************************************************************************** The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl Copyright(c) 2014 jwellbelove Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentat...
[ "github@wellbelove.co.uk" ]
github@wellbelove.co.uk
57d5159e483984e862578abf96e414695a456142
795f0d7c1d39504416d6d9ffcd3302e2a7afeb1f
/hw/hw7/hw7I3A50鄭楊叡/raytrace_hint/scene.cpp
5e89de4c4a8efc74f5361d97c5ab7b84ec8feef9
[]
no_license
jhengyangrui/Computer-Graphics-of-TTU
d1e44bfec914714ad41595e78930bea2f5f44a12
08fa7adb95a023f2eaf7418cc40fe68c179fe57c
refs/heads/master
2020-08-09T01:02:32.752003
2019-10-09T16:35:39
2019-10-09T16:35:39
213,962,240
0
0
null
null
null
null
UTF-8
C++
false
false
1,806
cpp
#include <svl/svl.h> extern bool ray_ellipsoid (const Vec3&, const Vec3&, double&); // quadrics.cpp extern bool ray_triangle (const Vec3&, const Vec3&, const Vec3&,const Vec3&,const Vec3&,double&); // triangle.cpp extern void EllipsoidNormal (const Vec3&, Vec3&); // quadrics.cpp // ray: defined by (point, dir) // ...
[ "i455763@gmail.com" ]
i455763@gmail.com
46eeb65fa242150eda3f771b4ff50b0dad82f140
ac1c9fbc1f1019efb19d0a8f3a088e8889f1e83c
/out/release/gen/third_party/blink/renderer/bindings/core/v8/v8_origin_trials_test.cc
adae5d140b3c66bb476bbce542349e2b8309710d
[ "BSD-3-Clause" ]
permissive
xueqiya/chromium_src
5d20b4d3a2a0251c063a7fb9952195cda6d29e34
d4aa7a8f0e07cfaa448fcad8c12b29242a615103
refs/heads/main
2022-07-30T03:15:14.818330
2021-01-16T16:47:22
2021-01-16T16:47:22
330,115,551
1
0
null
null
null
null
UTF-8
C++
false
false
51,298
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. // This file has been auto-generated from the Jinja2 template // third_party/blink/renderer/bindings/templates/interface.cc.tmpl // by the script code_gen...
[ "xueqi@zjmedia.net" ]
xueqi@zjmedia.net
142fe6eed0dc2b1d61fae3fb81e7f9b4c9ab3671
825c45ec5fdbca8ed3a5f1e2913b226759cee267
/codeforces/160-A/160-A-13477322.cpp
3aec8c3c10c27642f6423ead13934f84d0206ae7
[]
no_license
hatemali510/c-problem-solving-in-some-of-online-judges-websites-
209c0758d2258a208f34cf6797c52236e8c24759
a2ec09dc5d5782fc2f62acc5f37f3ee56530211d
refs/heads/master
2021-01-11T19:47:23.943012
2017-01-19T00:00:14
2017-01-19T00:00:14
79,396,412
0
0
null
null
null
null
UTF-8
C++
false
false
359
cpp
#include <iostream> #include <cstdio> #include <algorithm> using namespace std; int main() { int n, a[105], s=0, b=0, cnt=0; scanf("%d", &n); for(int i=0; i<n; i++) scanf("%d", &a[i]), s+=a[i]; s>>=1; sort(a, a+n); for(int i=n-1; i>=0; i--) { b+=a[i], cnt++; if(b>s) break; }...
[ "hatemali716@gmail.com" ]
hatemali716@gmail.com
44dee31eb4d0e5c10ab8d841197a9ebfc865b312
5fc367a9f8c417917167a2d0a5436750a69bad53
/traffic_light/traffic_light.ino
91476f650813d46ec1adffe9b73c18df58c91292
[]
no_license
bronsonyi/Arduino
8a1f543e6a89223fd6a35808b6bdae867b697302
55120f0389f9797b636bb36eeb5334cf83aa00a5
refs/heads/master
2022-03-10T09:56:38.699876
2022-03-02T00:08:17
2022-03-02T00:08:17
208,201,881
0
0
null
null
null
null
UTF-8
C++
false
false
697
ino
// variables int GREEN = 2; int YELLOW = 3; int RED = 4; int DELAY_GREEN = 5000; int DELAY_YELLOW = 2000; int DELAY_RED = 5000; // basic functions void setup() { pinMode(GREEN, OUTPUT); pinMode(YELLOW, OUTPUT); pinMode(RED, OUTPUT); } void loop() { green_light(); delay(DELAY_GREEN); yellow_light(); dela...
[ "bronsonyi@gmail.com" ]
bronsonyi@gmail.com
cc3547eb4a105e64b0cdb2f8d541ae47585016a9
92b6aaade5a3f323d7f8e7d02fb9fec09f4c2f50
/CP-Codes/Codes/Hackerrank/picking_numbers.cpp
bec3a9c48a2981036348e49abad40f19c9748bbd
[]
no_license
suraj1611/Competitive_Programming
846dee00396e2f2b6d13e2ea8aaed444a34062af
82bd88081ac067ad4170553afedc6c479bb53753
refs/heads/master
2020-04-22T17:27:18.116585
2019-12-16T19:42:29
2019-12-16T19:42:29
170,541,477
1
0
null
null
null
null
UTF-8
C++
false
false
1,705
cpp
#include<bits/stdc++.h> #include <string> using namespace std; #define ll long long int #define rep(i,n) for(int i=0; i<n; i++) #define rep1(j,m) for(int j=1;j<m;j++) #define mx INT_MAX #define mn INT_MIN #define md 1000000007 #define pb push_back #define mp make_pair #define pf printf #define sc scanf #define maxsiz...
[ "surajsk1611@gmail.com" ]
surajsk1611@gmail.com
dc28a83a92f9a23155bbd85f58838ee5d5c45dca
ec6e50919f6a509d4885ff43ffad1caef6f6c0e4
/SRM622_1.cpp
90bfed62821aa0b0251c342f5e10a170e680c703
[]
no_license
geek-barood/opt-flow
09502e1d52ed8adb28ad87cdfb7c96fd80d4d634
33f0f0f8e47bd172ec34474dee7a247ccbc8dc51
refs/heads/master
2020-05-18T17:08:39.903243
2014-07-14T16:49:32
2014-07-14T16:49:32
18,997,883
1
0
null
2014-07-14T16:50:01
2014-04-21T16:07:30
C++
UTF-8
C++
false
false
1,040
cpp
#include <iostream> #include <vector> #include <cstdio> #include <algorithm> #include <cstring> using namespace std; #define INF 987654321 int G[59][59]; struct BuildingRoutes { int build(vector <string> dist, int T) { for(int i=0; i<dist.length(); i++) { for(int j=0; j<dist[0].length; j++) { G[i][j] = (int...
[ "aniruddha.1404@gmail.com" ]
aniruddha.1404@gmail.com
0aafc87f6c1972f895daf1ac040aae355e705d3e
65cf3bce7910098405627e08b372553e48abad7d
/UVA/Volume VIII/846 Steps.cpp
691ee66f935908704f62cb95b07528e4082753d1
[]
no_license
bluemix/Online-Judge
77275c1a3e94272a07ba10de16f1d068217b64de
11f6c0bf1e8adf5b0136670bcebef975b7e0f3a1
refs/heads/master
2021-01-12T00:48:32.642462
2015-09-15T13:18:47
2015-09-15T13:18:47
78,298,357
0
0
null
2017-01-07T19:13:15
2017-01-07T19:13:14
null
BIG5
C++
false
false
1,107
cpp
/* 846 Steps Accepted C++ 0.028 2011-02-25 11:30:15 */ #include<stdio.h> int main(){ int n; scanf("%d",&n); while(n--){ long long int k,a,b,count; scanf("%d%d",&a,&b); for(count=-1,k=0;k*k+1<=b-a;k++){ // 每 k^2、k*(k+1) 之後,步數都會加一 count++; if(k*(k+1)+1<=b-a) count++; } if(b-a==0) count=0; prin...
[ "pig50113@gmail.com" ]
pig50113@gmail.com