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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dbe5627a2c3f52f77463d6d8cf87a4187d11c355 | 2d95a403532cb65c12cc91c67a69fc02a0b0f60d | /Classes/client/ui/layer/UI_ToolBarLayer.cpp | 6003d53cea974010cee9928c1e977233ac7a9f1c | [] | no_license | jeccyzhao/joy | 24d146d94b35811677eefc52a7a3459d80dcea6c | 0e84949af3aca3fa2739868dff1a0f29b88557f2 | refs/heads/master | 2020-12-30T14:34:52.731649 | 2017-05-30T06:40:36 | 2017-05-30T06:40:36 | 91,069,834 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,523 | cpp | #include "UI_ToolBarLayer.h"
ToolBarLayer::ToolBarLayer() {}
ToolBarLayer::~ToolBarLayer() {}
bool ToolBarLayer::init()
{
if (!Layer::init())
{
return false;
}
preLoadResources("ui/mainui-{n}.plist");
addChild(getSprite("mainui/mainui_1-1.png", 0, designResolutionSize.height - 450, Vec2::ANCHOR_TOP_LEFT));
... | [
"z405656232x@163.com"
] | z405656232x@163.com |
081c7166b99976521f8a37560219f43828aba87c | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/rsync/gumtree/rsync_old_hunk_284.cpp | f7db2e25acdba3dc3dbf36d53f118d9d0c75958d | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 456 | cpp | fprintf(f,"the block size defaults to %d\n",BLOCK_SIZE);
}
enum {OPT_VERSION,OPT_SUFFIX,OPT_SENDER,OPT_SERVER,OPT_EXCLUDE,
OPT_EXCLUDE_FROM,OPT_DELETE,OPT_RSYNC_PATH};
static char *short_options = "oblHpguDCtcahvrRIxnSe:B:z";
static struct option long_options[] = {
{"version", 0, 0, OPT_VERSIO... | [
"993273596@qq.com"
] | 993273596@qq.com |
b145f21a1858d0e1604e280764451ae743e80ff4 | 32a7bb300527ae9de7ef2df0fe7075b961584bd6 | /KeyVendorMotorController.ino | d6de419c18653df4c71cbe313f7cc627a941f3d2 | [] | no_license | ITIT-22-KeyVendor/KeyVendorMotorController | cab93356c9a4f90277fb18a98314b3c7e22e6c54 | 92910d469c954bd7b0325ad3a36efcf806c11d79 | refs/heads/master | 2020-04-05T15:36:56.149699 | 2018-11-10T12:30:31 | 2018-11-10T12:30:31 | 156,976,407 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 668 | ino | #include "SoftwareSerial.h"
SoftwareSerial mainControllerSerial(3, 4);
String input = "";
void setup() {
Serial.begin(9600);
mainControllerSerial.begin(9600);
delay(300);
Serial.println("Motor controller is ready");
}
void loop() {
if (mainControllerSerial.available()) {
input = "";
while(mainCon... | [
"xxanhelxx@gmail.com"
] | xxanhelxx@gmail.com |
7dc85f92dc3deb74cd04560b85ef70976b4081df | fba9b50c0f34fd2672194b558bd05bec9252b3a5 | /bho_toolbar/toolband_src/BandToolBarCtrl.h | 6f4ae2ec4d6886aade8f1b8766583d747794ccda | [] | no_license | chenlian2015/technologySimpleExample | aeef81948c089b5307f72a306d35e4ad96367038 | 6253726a2207f6e200155b9b1aafc836097d75c7 | refs/heads/master | 2016-09-08T00:29:52.835713 | 2015-02-09T02:51:20 | 2015-02-09T02:51:20 | 29,671,543 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,861 | h | // BandToolBarCtrl.h: interface for the CBandToolBarCtrl class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BANDTOOLBARCTRL_H__DE3301F1_2EBB_4B03_8B41_51930CE14993__INCLUDED_)
#define AFX_BANDTOOLBARCTRL_H__DE3301F1_2EBB_4B03_8B41_51930CE14993__INCLUDED_
#if _MSC_VER > 1... | [
"chenlian2025@gmail.com"
] | chenlian2025@gmail.com |
daa2009998af96e2a1e1e9897501071b7bc52ff8 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_1484496_0/C++/levlam/c.cpp | ce3c878c882fa0f9a2421bac62de28a2b16c7423 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 1,343 | cpp | #include <cassert>
#include <cstdio>
#include <map>
#include <set>
#include <cstring>
#include <cstdlib>
#include <algorithm>
#include <string>
#include <vector>
#include <iostream>
using namespace std;
int a[505];
int b[1<<21];
int sum[1<<20];
int main(void) {
int tn, nt;
scanf("%d", &nt);
... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
14557a91b40c99aa7e945f19637b29ffb2478d2f | 4394331a19b099681b0738e02e7f0a2f0713e95d | /libmediainfo_0.7.82/MediaInfoLib/Source/MediaInfo/Audio/File_Als.cpp | 6a7809a27da50c2803a1d4a88e27fb55561f9268 | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"NCSA",
"Zlib",
"curl"
] | permissive | OLEG4120/MediaInfoCLI-android | b986f2a3a74d502ecfe8c106d0f026082411bca7 | 94cf4fd1edc9b7b9912d56976f1b4b025dfe6119 | refs/heads/master | 2021-01-10T16:00:28.266042 | 2016-01-28T06:44:05 | 2016-01-28T06:44:57 | 50,170,254 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,275 | cpp | /* Copyright (c) MediaArea.net SARL. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license that can
* be found in the License.html file in the root of the source tree.
*/
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//
// Information about M... | [
"oleg02007@gmail.com"
] | oleg02007@gmail.com |
28bcb95c675abd8005714be04e3fe5d292f28a86 | b827f1af2202f9c23b152ea6bc026810c32968f4 | /Contests/30_9/B.cpp | 09fb7bd0bce912a5e3ee5e4fde5204b5fd0d6945 | [] | no_license | chiendb97/CP | b993be61d9fe82024e240ae147f31f005fea5c02 | bd15b78cbe3929b8350e2351df81635a611404a4 | refs/heads/master | 2020-03-28T23:17:37.705318 | 2020-01-21T03:54:14 | 2020-01-21T03:54:14 | 149,285,005 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 551 | cpp | #include <bits/stdc++.h>
using namespace std;
int test;
long long x[10], y[10], cost;
int main()
{
scanf("%d", &test);
for (int t = 1; t <= test; ++t) {
for (int i = 1; i <= 4; ++i) {
scanf("%lld %lld", &x[i], &y[i]);
}
scanf("%lld", &cost);
x[5] = x[1];
y[... | [
"chiendb97@gmail.com"
] | chiendb97@gmail.com |
d0566c08ec4ae3c198f211e56bfa73e7ec695fcd | b83d4194c0cf011c8e5c8d5e473f1450c7dd01f5 | /source/kao2engine/ePadRot.cpp | 5dae7f59a0e7a75e219d16d5b2762c048923c1a5 | [] | no_license | IllegalContent/ZookieWizard | 67f01c8fd84c338627493a664a2cffba6a46364b | 7633950a46062def12c91f082c9ee5dab4f9e04b | refs/heads/master | 2021-01-01T08:06:45.791431 | 2020-02-08T04:44:19 | 2020-02-08T04:44:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 686 | cpp | #include <kao2engine/ePadRot.h>
#include <kao2ar/Archive.h>
namespace ZookieWizard
{
////////////////////////////////////////////////////////////////
// ePadRot interface
// <kao2.004DBDD3> (constructor)
// <kao2.004DC1D0> (destructor)
//////////////////////////////////////////////////////////////... | [
"46760021+Flower35@users.noreply.github.com"
] | 46760021+Flower35@users.noreply.github.com |
687d98b6d56ba9d6bd5c382a31eb1ef61409c3d8 | 4c94872be449342506b2dda64ce478bd5f8c4452 | /test/example_class.cpp | e5b95da9a4cccbc77f7b6a031420aa541ac0d552 | [
"MIT"
] | permissive | FlowSoft87/BTC | 2d3b16c1872822ba893eabbf7a5c3f4eb92329bb | 5210fc43e5252b6cdd1d210302d589bc0ec93a31 | refs/heads/master | 2020-09-23T18:21:40.576919 | 2016-12-03T00:10:31 | 2016-12-03T00:10:31 | 67,454,443 | 0 | 2 | null | 2016-09-30T08:04:10 | 2016-09-05T22:24:13 | C++ | UTF-8 | C++ | false | false | 2,664 | cpp | #include <sstream>
#include <iostream>
#include <cstdlib>
#include <iomanip>
#include "BTC.h"
template<typename T>
class Matrix {
std::vector<T> data;
size_t row;
size_t col;
Matrix() : data(), row(0), col(0) {};
public:
Matrix(size_t rows, size_t cols) : data(rows*cols), row(rows), col(cols) ... | [
"fdorfner@web.de"
] | fdorfner@web.de |
b64b309d1bfe9bbd15fa4f96299164012fff02cb | beaeefee8412d35e8afee2643098dbc3870d47bc | /src/EAWebkit/EAWebKitSupportPackages/casqtEAWebKit/local/src/qtextcodec.h | 4e8451e0ad2bd0d63c6e5d64fa8506695a54dd93 | [] | no_license | weimingtom/duibrowser | 831d13626c8560b2b4c270dcc8d2bde746fe8dba | 74f4b51f741978f5a9d3b3509e6267fd261e9d3f | refs/heads/master | 2021-01-10T01:36:36.573836 | 2012-05-11T16:38:17 | 2012-05-11T16:38:17 | 43,038,328 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,668 | h | #ifndef QTEXTCODEC_H
#define QTEXTCODEC_H
#include "qstring.h"
QT_BEGIN_NAMESPACE
typedef const char* Aliase;
class QTextCodec
{
public:
// Placement operator new.
void* operator new(size_t, void* p) { return p; }
void* operator new[](size_t, void* p) { return p; }
v... | [
"achellies@hotmail.com"
] | achellies@hotmail.com |
9eb94bf59e79671017deb16cbb61557a774fc019 | b4df9a905b2478152612162e6a137d1b2a39c74e | /归并排序/MergeSort.h | 70b1195545109cbb0388221989c6c166a2aa1455 | [] | no_license | Ratirae/ALGORITHMS | 3a1793655ab1240c0c2ae681e4bc627a043d9225 | d5571b73b21c12a4517708052cb1627fa44e1b56 | refs/heads/master | 2020-04-27T16:16:08.654327 | 2019-08-30T09:19:55 | 2019-08-30T09:19:55 | 174,460,957 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 347 | h | #ifndef MERGESORT_H_INCLUDED
#define MERGESORT_H_INCLUDED
#include <vector>
using namespace std;
void ShowMergeSort();
//归并排序
void Merge(vector<int> &ve, int l, int mid, int r);
void MergeSort(vector<int> &ve, int l, int r);
void MergeSort(vector<int> &ve);
//打印
void PrintArray(vector<int> &ve);
#endif // MERGES... | [
"ratirae@yeah.net"
] | ratirae@yeah.net |
a968bd8f9273b72f90bd11c3cda14bd559cb9fb4 | 9cfda67285118143482e60fbe8e5abc1f7dbb715 | /mkut/galaxy/parser.cpp | f106dacd675b1715a9450f54c9df9f91a6548a2d | [] | no_license | osak/ICFPC2020 | 4f93cbd45c983d3e0467fdfb8b25cd7573cc9427 | 3b7cc6c749d81be37d93537b6cf51f4730e61d37 | refs/heads/master | 2022-11-18T10:08:38.983646 | 2020-07-20T15:54:26 | 2020-07-20T15:54:26 | 275,115,690 | 0 | 0 | null | 2020-07-20T15:38:08 | 2020-06-26T09:08:01 | Jupyter Notebook | UTF-8 | C++ | false | false | 3,323 | cpp | #include <iostream>
#include <string>
#include <map>
#include <vector>
#include <sstream>
#include <fstream>
#include <cassert>
#include <set>
#include <stack>
using namespace std;
struct Value {
int type;
string variable; // type == 0
long long value; // type == 1
string ident; // type == 2
vecto... | [
"yuuchii@gmail.com"
] | yuuchii@gmail.com |
29b20af879c9869d9bdfa17f27f7e24b3e8fe31d | 002b6230874dea6e4d76defafc1ae293b5744918 | /library/MultiRegions/GlobalLinSys.cpp | 65840fe2f6cc7ae79eedd72e0a9607b4cc32cb8c | [
"MIT"
] | permissive | SCOREC/nektar | f3cf3c44106ac7a2dd678366bb53861e2db67a11 | add6f04b55fad6ab29d08b5b27eefd9bfec60be3 | refs/heads/master | 2021-01-22T23:16:16.440068 | 2015-02-27T17:26:09 | 2015-02-27T17:26:09 | 30,382,914 | 6 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 17,296 | cpp | ///////////////////////////////////////////////////////////////////////////////
//
// File GlobalLinSys.cpp
//
// For more information, please see: http://www.nektar.info
//
// The MIT License
//
// Copyright (c) 2006 Division of Applied Mathematics, Brown University (USA),
// Department of Aeronautics, Imperial Colleg... | [
"dan.a.ibanez@gmail.com"
] | dan.a.ibanez@gmail.com |
7fa5fd2d20e2838b12dd17db1218adaf6ef2d2d2 | 61bd1270ec9722a9519f0311cf1ecc01f401b2fe | /RPC/2021-01/J.cpp | da3bd72ea69e2b9d96295f4f683d63473c6d2fc0 | [] | no_license | GonzaloPereira/CompetitiveProgramming | 495aef87835d13b9f5491b8ac56ef0face9be428 | ffc06d855ca021490cc071b92dd3aa84a978dd5b | refs/heads/main | 2021-11-19T03:34:46.578008 | 2021-08-10T00:46:29 | 2021-08-10T00:46:29 | 190,089,378 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 405 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
#define pb push_back
#define FIO ios_base::sync_with_stdio(false), cin.tie(NULL);
#define N
int main()
{
FIO;
int t;
cin >> t;
while (t--)
{
ll n;
cin >> n;
ll ans = n * n * (n + 1) / 2;
n--;
... | [
"gonzalo.pereira.r@uni.pe"
] | gonzalo.pereira.r@uni.pe |
64ed54b7e33bc943dbd7940a3735d5f03dd016c6 | 4f295d3b53b0e82d44af9c4cee3c5c9ff1dbd2b4 | /src/cpp/biohash/log.hpp | 99bef7fe01f7e1f2ba7d9ab7cff0215099ce31e8 | [
"MIT"
] | permissive | biohash/biohash | 38dc7edc033e044850b3bee27a1117986aa8713d | b0a9db4aed0223f58e92b6f9aaf3ced0451989e0 | refs/heads/master | 2020-03-30T06:02:55.926386 | 2018-10-24T07:45:51 | 2018-10-24T07:45:51 | 150,835,606 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,323 | hpp | #pragma once
#include <string>
#include <cstdio>
#include <stdarg.h>
namespace biohash {
namespace log {
enum class Level {
off,
fatal,
error,
warn,
info,
debug,
trace
};
const char* level_to_string(Level level);
bool string_to_level(const char* str, Level& level);
class Sink {
public:
... | [
"morten.krogh@amberbio.com"
] | morten.krogh@amberbio.com |
b833d9774c5fa3186fb4cad81f1c4dd7ae99ede4 | bb0a3514730519b5c8630252bef279ce1a7f5c91 | /libnei/include/debug.h | d0dfda7c042d1ea114c274b6e3eeb53eaf5d368b | [] | no_license | joetde/nei | c57b75ba0b2770f6ee79369bd325a3eccf9ab905 | ec1448e5587ed715d135ea95104b68e15eca5830 | refs/heads/master | 2020-12-24T16:23:26.035871 | 2014-10-07T07:09:31 | 2014-10-07T07:09:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 214 | h | #ifndef DEBUG_H
#define DEBUG_H
//#define DEBUG
#ifdef DEBUG
#include <iostream>
#define TRACE(trace) std::cout << trace << std::endl
#else
#define TRACE(trace)
#endif
#endif // DEBUG_H
| [
"berardgui@gmail.com"
] | berardgui@gmail.com |
2ab48a878772e5e7d513042a39914ff67e7b1b4d | 564c21649799b8b59f47d6282865f0cf745b1f87 | /chrome/browser/notifications/notification_permission_context.cc | 88a02636281e9c090760fade0176ce7d753bc90c | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | pablosalazar7/WebARonARCore | e41f6277dd321c60084abad635819e0f70f2e9ff | 43c5db480e89b59e4ae6349e36d8f375ee12cc0d | refs/heads/webarcore_57.0.2987.5 | 2023-02-23T04:58:12.756320 | 2018-01-17T17:40:20 | 2018-01-24T04:14:02 | 454,492,900 | 1 | 0 | NOASSERTION | 2022-02-01T17:56:03 | 2022-02-01T17:56:02 | null | UTF-8 | C++ | false | false | 9,516 | cc | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/notifications/notification_permission_context.h"
#include <algorithm>
#include <deque>
#include "base/callback.h"
#include "bas... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
b4bfab8f2f6e461b32463a167614b79416a2a5e6 | 96acd76913fa6bf664f4e8134eb1f99faf7eb730 | /Sales.cpp | 0228491b5415d1d277e4b70757a7ec7bf4d3c7a9 | [] | no_license | JustinCalma/CECS-282-Lab-8 | 8b659d4c6a3088fb367c2c7e26aa3f1217909a54 | f7b5992d696a71fab69e4d922281bd19dc30a59e | refs/heads/main | 2022-12-29T21:21:47.433235 | 2020-10-15T17:35:07 | 2020-10-15T17:35:07 | 304,356,736 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 850 | cpp | #include "Sales.h"
#include <iostream>
#include <string>
using namespace std;
// Define the function getData to input sales for three months
// Prompt the user to input the sales for 3 months
void Sales::getData() {
// Set the precision of the input
cin.precision(10);
// Declare the variable that will store th... | [
"calma.justin.00@gmail.com"
] | calma.justin.00@gmail.com |
758a9dc91267358d5eb7c8a44eea79d5ae8fc82b | 687b2858d3ed5ea6e8e3beee60a412f249b1f30e | /cc/surfaces/surface_dependency_tracker.h | 908a2b28dac3b6dd101f98b50455c1859ab760b8 | [
"BSD-3-Clause"
] | permissive | JoKaWare/chromium | 058baa01702fa3462f166cbd5d15795a08e76fbb | 936c16d92cb3caf815cd31fa455576aac2bece75 | refs/heads/master | 2023-01-16T10:54:14.597984 | 2017-02-10T20:20:30 | 2017-02-10T20:20:30 | 39,988,275 | 1 | 0 | null | 2015-07-31T05:27:21 | 2015-07-31T05:27:19 | null | UTF-8 | C++ | false | false | 3,949 | h | // 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.
#ifndef CC_SURFACES_SURFACE_DEPENDENCY_TRACKER_H_
#define CC_SURFACES_SURFACE_DEPENDENCY_TRACKER_H_
#include "cc/scheduler/begin_frame_source.h"
#include... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
64c28a405c4e8cc6285e1eba7ae25e8fe4e37c88 | 37d2ab1d108957f9690fc00d2bf32106dd0126fd | /AA/27-43.cpp | e310a0deb7ed6809427f54a5484c65b70d6b4029 | [] | no_license | HongSeongKi/Algo_CS_Study | 08c01dd78d0907d7b6e74c464414045f3ce22cfa | 14a52a6143f73ba9180787b0963a70cd3e4ac7b7 | refs/heads/master | 2022-02-16T15:02:24.415114 | 2019-08-10T07:41:04 | 2019-08-10T07:41:04 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 7,254 | cpp | #include <stdio.h>
#include <algorithm>
#include <iostream>
#include <stdlib.h>
#include <vector>
#include <string>
#include <set>
using namespace std;
//int flag[1000];
/*int isPrime(int n)
{
for (int i=2; i < n; i++)
{
if (n%i == 0)
return 0;
}
return 1;
}
void f(int n)
{
int idx = 2;
while(idx<=n)
{
int k = 2;
wh... | [
"tjdrl558@naver.com"
] | tjdrl558@naver.com |
91a45ae85740b214c9648e52044b7e5e4f69198b | 36183993b144b873d4d53e7b0f0dfebedcb77730 | /GameDevelopment/Game Programming Gems 2/SourceCode/03 Artificial Intelligence/12 Dybsand/TestFSMDlg.h | af558c3fda3295bc70aa159e955884d287631b4f | [] | no_license | alecnunn/bookresources | b95bf62dda3eb9b0ba0fb4e56025c5c7b6d605c0 | 4562f6430af5afffde790c42d0f3a33176d8003b | refs/heads/master | 2020-04-12T22:28:54.275703 | 2018-12-22T09:00:31 | 2018-12-22T09:00:31 | 162,790,540 | 20 | 14 | null | null | null | null | UTF-8 | C++ | false | false | 1,872 | h | /* Copyright (C) Eric Dybsand, 2001.
* All rights reserved worldwide.
*
* This software is provided "as is" without express or implied
* warranties. You may freely copy and compile this source into
* applications you distribute provided that the copyright text
* below is included in the resulting source code, fo... | [
"alec.nunn@gmail.com"
] | alec.nunn@gmail.com |
58f2a34eba330d84a1f602aa2b68a28283cc0d3c | eae8c2b8970210ef5e3b25bfb77d703818b351c1 | /client/View/View.cpp | 04606d711f7004421bbc920456a6308055d05b35 | [] | no_license | fpusderkis/TP-Final-Taller-I | 62f971d025c544953d341e711fa448341cd1719a | d30301a96fea7ba641574112e39646211924db49 | refs/heads/master | 2022-01-19T23:00:49.506962 | 2019-06-26T02:49:01 | 2019-06-26T02:49:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,417 | cpp | //
// Created by jonathanmedina on 02/06/19.
//
#include "View.h"
#define METERS_TO_PIXELS 30
View::View(int x, int y) : position(x, y) {
}
SDL_Rect* View::getDst() {
return &dstSrc;
}
void View::setDestRect(int x, int y, int radius) {
dstSrc.x = convertMetersToPixelsPos(x - radius);
dstSrc.y = convert... | [
"jonathan.medina@despegar.com"
] | jonathan.medina@despegar.com |
cd01c64a2f14121f5b7749c1c60abb95750e5882 | b172e3e93affb58974c5a0d2fdaa9d81c0ac921d | /src/kung/opsys/op_all.cpp | 40a13b8a2ded014a1a34731ceb42a47b6989475f | [
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"Zlib",
"BSD-3-Clause"
] | permissive | kungfooman/tesseract | 557f5697bd66c54ee23183dfcd84256b8f5a340f | 2ca5ba37791a18f100907371457763aceb03de9e | refs/heads/master | 2021-05-01T05:28:25.735940 | 2017-01-23T05:38:43 | 2017-01-23T05:38:43 | 79,751,918 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,298 | cpp | #include "op_all.h"
#include "op_cube.h"
#include "op_mesh_editor.h"
#include "op_renderer.h"
#include "op_random_shit.h"
//#include "op_timer.h"
//#include "op_logger.h"
#include "op_checkerboard.h"
#include "op_keyboard.h"
#include "op_logger.h"
#include "op_switch.h"
#include "op_javascript.h"
#include "op_craft.h"... | [
"lama12345@gmail.com"
] | lama12345@gmail.com |
69f5784b6d705d58e279c46539f29c84db1708e4 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /base/debug/proc_maps_linux.h | f5f8a59b8c4a3bf7e02c2737d1dcb0352a4112ff | [
"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 | 3,539 | h | // Copyright (c) 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 BASE_DEBUG_PROC_MAPS_LINUX_H_
#define BASE_DEBUG_PROC_MAPS_LINUX_H_
#include <stdint.h>
#include <string>
#include <vector>
#include "base/... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
646421240ab9cb7b3a0b557b988450f41b7984be | 091afb7001e86146209397ea362da70ffd63a916 | /inst/include/nt2/include/functions/qmtc.hpp | 45cb7f4feb9918df50a0ececa274337547aa2be8 | [] | no_license | RcppCore/RcppNT2 | f156b58c08863243f259d1e609c9a7a8cf669990 | cd7e548daa2d679b6ccebe19744b9a36f1e9139c | refs/heads/master | 2021-01-10T16:15:16.861239 | 2016-02-02T22:18:25 | 2016-02-02T22:18:25 | 50,460,545 | 15 | 1 | null | 2019-11-15T22:08:50 | 2016-01-26T21:29:34 | C++ | UTF-8 | C++ | false | false | 159 | hpp | #ifndef NT2_INCLUDE_FUNCTIONS_QMTC_HPP_INCLUDED
#define NT2_INCLUDE_FUNCTIONS_QMTC_HPP_INCLUDED
#include <nt2/integration/include/functions/qmtc.hpp>
#endif
| [
"kevinushey@gmail.com"
] | kevinushey@gmail.com |
14ae204a4d6fe585b80791d35110cdcfbe2c88bd | 7cc036ba563d5285f3235ee1bbd5b3bfb22c0a6b | /apps/app.cpp | 43ab25d4abe45edc397daea53b7d8df41f17f0f4 | [] | no_license | aeros281/game_engine_glfw | c00a6ec0796909665c296fd42c1c68c030efab22 | eea0d7692b76e18443c388cf12e69fcc241598e2 | refs/heads/master | 2022-11-16T07:09:53.581688 | 2020-07-09T04:46:18 | 2020-07-10T10:16:06 | 278,603,451 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 584 | cpp | #include <iostream>
#include <GLFW/glfw3.h>
#include "../src/core/window.h"
using namespace std;
int main(void)
{
Window window(640, 480, "Hello World");
if(!window.init()) return -1;
/* Loop until the user closes the window */
while (!glfwWindowShouldClose(window.getWindowHandler()))
{
... | [
"anhltt@hitachiconsulting.com"
] | anhltt@hitachiconsulting.com |
5a9051a4df68480fe78bb60599ec375cac99725e | 90047daeb462598a924d76ddf4288e832e86417c | /services/service_manager/tests/connect/connect_test_exe.cc | a57a94b378c12d1303b9d0d5e804f66032821b62 | [
"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 | 2,165 | cc | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <memory>
#include "base/macros.h"
#include "base/memory/ptr_util.h"
#include "mojo/public/cpp/bindings/binding_set.h"
#include "services/service... | [
"xElvis89x@gmail.com"
] | xElvis89x@gmail.com |
7586e6d737940bca0469da2856324488c72e8ba4 | f3a59da65eeb97bfd666ca71d3cf8129f44ce8ed | /LeetCode/1010-pairs-of-songs-with-total-durations-divisible-by-60/1010-pairs-of-songs-with-total-durations-divisible-by-60.cpp | 64214b8d906cc831c606a4189f65b7d528a44774 | [] | no_license | YoungJooYoo/For_Coding_Test | db26a498a94b8ac6542c418c491d858c240c93e2 | 19bca150af9f4c0f2df387a5a9dbe69080223979 | refs/heads/master | 2023-08-05T05:45:53.669780 | 2023-08-04T02:32:18 | 2023-08-04T02:32:18 | 237,302,499 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 898 | cpp | class Solution {
public:
int numPairsDivisibleBy60(vector<int>& time)
{
int seen[60] = {0, };
int count = 0;
// 숫자가 어떻든 나머지 패턴은 같으므로, 배열의 원소들의 나머지만 구한다.
for (int& ele : time) {
ele = ele % 60;
}
for (const int& ele : time) { // 60 = ... | [
"yyj9301"
] | yyj9301 |
5c4c99b393756e54a936abafef185bcb8f278e1f | 55ae8e4131158936620eec5e388c80aa87555819 | /student_list.h | 998abbafb9b0f3063333156c5e11ee40976df857 | [] | no_license | daniilkol/tree-list-queue-v-1.0 | 4c4dc82f2846495bc7b2a56bdd1c7e776b3df8e1 | b3390f9a8aafaf3d40ac8ff81865ee8dd3792b79 | refs/heads/master | 2020-06-09T01:46:58.437032 | 2019-06-23T12:37:51 | 2019-06-23T12:37:51 | 193,346,313 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,228 | h | #include "queue_node.h"
class student_list
{
private:
queue_node*head;
queue_node*curr;
public:
student_list(){head=0;curr=0;}
~student_list()
{
while(head!=0)
{
queue_node* tmp=head->next;
delete head;
head=tmp;
}
}
void delete_lis... | [
"52126125+daniilkol@users.noreply.github.com"
] | 52126125+daniilkol@users.noreply.github.com |
f3199d67f766bcde1e930b8bdca786f973584dbd | d6309fee29e2c94aa60b923bd42df616c093a2ca | /src/digitalclock.h | 64a609f63e7869be172050d6e7b3744d3da7ae44 | [] | no_license | apalomer/stop_whatch | e2c68f1a68ae2c407a3258fa48d3f907ee6d9ff6 | 19a7417bf551b49851a1035603fbe4dae472a3ad | refs/heads/master | 2021-06-11T09:39:05.218542 | 2021-05-07T16:00:25 | 2021-05-07T16:00:25 | 177,019,305 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 512 | h | #ifndef DIGITALCLOCK_H
#define DIGITALCLOCK_H
#include <QDebug>
#include <QLCDNumber>
#include <QTime>
#include <QTimer>
#include <QVBoxLayout>
#include <QWidget>
#include "abstractclock.h"
class DigitalClock : public AbstractClock
{
Q_OBJECT
public:
DigitalClock(QWidget* parent = nullptr);
DigitalClock(uchar d... | [
"albert.palo@gmail.com"
] | albert.palo@gmail.com |
2a06964f84720155e4a4ade4d805157e0645cd7d | 69ed6ab1e4e0a54828e704170f465701222f9d85 | /include/sol/stack_pop.hpp | 065908fc0b8c23485b50b968a3530859c302d0ba | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ketigid/sol2 | 2c4ed5553705d1b771648e8d0b9b874dd1c8b09a | 465a24950719a21a2e52a921a72515f1e5eb36b3 | refs/heads/develop | 2023-08-21T20:20:28.531452 | 2021-10-23T04:39:36 | 2021-10-23T04:39:36 | 107,621,096 | 0 | 0 | MIT | 2020-10-18T02:31:25 | 2017-10-20T02:14:13 | C++ | UTF-8 | C++ | false | false | 1,936 | hpp | // sol2
// The MIT License (MIT)
// Copyright (c) 2013-2021 Rapptz, ThePhD and contributors
// 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 limita... | [
"phdofthehouse@gmail.com"
] | phdofthehouse@gmail.com |
ab59d6447da3b3635ff5cfcf95694ebb57d1870f | 59c92446fb2acf00d8de7e6797d00e8ec6648d6e | /CMS_RAD.cc | a6e90ba2c4db0bd23c7a6d9bc96ba15f8d908bbb | [] | no_license | incljets/CMS_2016_I1459051 | 628b3127d1795c25a6690cc4418c2c0f38e45835 | 24e2b50ac0b75e72e392ecded6e7647b69ea241b | refs/heads/master | 2021-01-20T15:42:34.256824 | 2018-10-23T21:40:17 | 2018-10-23T21:40:17 | 95,708,452 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,998 | cc | // -*- C++ -*-
#include "Rivet/Analysis.hh"
#include "Rivet/Projections/FinalState.hh"
#include "Rivet/Projections/FastJets.hh"
#include "Rivet/Tools/BinnedHistogram.hh"
namespace Rivet {
/// Inclusive jet pT at 13 TeV
class CMS_RAD : public Analysis {
public:
/// Constructor
DEFAULT_RIVET_ANALYSIS_CT... | [
"jbellm@aurora1.int"
] | jbellm@aurora1.int |
0dfb7fa1aa7a7979be3414cc73ca3b97e03bc669 | 93bf3d52ca3bcf955a6cc559ea5cda9c1bd0418d | /src/hkxclasses/behavior/hkbcharacterstringdata.cpp | 655588c35cea2793073b2cd6408aad9182ebbdb8 | [
"MIT"
] | permissive | Source-Scripts/Skyrim-Behavior-Editor- | f24b52b9b505ea21f8270d8bcaff38567b379140 | 7b7167cb18e28f435a64069acbf61eca49a07be3 | refs/heads/master | 2023-05-11T02:37:26.527654 | 2020-10-03T01:36:03 | 2020-10-03T01:36:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,742 | cpp | #include "hkbcharacterstringdata.h"
#include "src/hkxclasses/hkxobject.h"
#include "src/xml/hkxxmlreader.h"
#include "src/filetypes/projectfile.h"
uint hkbCharacterStringData::refCount = 0;
const QString hkbCharacterStringData::classname = "hkbCharacterStringData";
hkbCharacterStringData::hkbCharacterStringData(HkxF... | [
"waynek76@yahoo.co.uk"
] | waynek76@yahoo.co.uk |
812b8923e6161f3398289c7cc2c2867f7bf36723 | 387c41a9937e59e710f9af6d5605f650073872da | /Coup/player.hpp | 8136b6a58623dadef61be0b7a1d9ef88631e8401 | [] | no_license | HarryP101/Coup | 75ce20408b175d0551bb8b316e371d8d2352b8cc | 88cf7678378e975457e318d9f0a4b4b68cac7667 | refs/heads/main | 2023-02-05T05:02:00.298331 | 2020-12-29T14:25:05 | 2020-12-29T14:25:05 | 325,083,936 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 496 | hpp | //
// player.hpp
// Coup
//
// Created by Harry Prudden on 28/12/2020.
//
#ifndef player_hpp
#define player_hpp
#include <stdio.h>
#include "character.hpp"
class Game;
class Player
{
public:
Player(int id, Game& game, std::unique_ptr<Character> influence1, std::unique_ptr<Character> influence2);
voi... | [
"htprudden@gmail.com"
] | htprudden@gmail.com |
b2f73ba98f3d9eb16eec2c262ac2e00eb2d413a0 | c2445b8329c7d6e912cc29ca838f41e4c6df6988 | /modules/fdlibm/bench/scalar/__ieee754_y0.cpp | 10657e721ef6722d1a8c071bfd97904e98aabf18 | [
"BSL-1.0"
] | permissive | francescog/nt2 | b88548a8fb26f905e8b237148effe7a41d00fca8 | 1930097285539d3a3a758ec44061ba3a2f7281d9 | refs/heads/master | 2021-01-18T05:54:29.136634 | 2011-06-18T14:59:32 | 2011-06-18T14:59:32 | 1,914,634 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,702 | cpp | //////////////////////////////////////////////////////////////////////////////
/// Copyright 2003 and onward LASMEA UMR 6602 CNRS/U.B.P Clermont-Ferrand
/// Copyright 2009 and onward LRI UMR 8623 CNRS/Univ Paris Sud XI
///
/// Distributed under the Boost Software License, Version 1.0
/// ... | [
"jtlapreste@gmail.com"
] | jtlapreste@gmail.com |
5e8d47e9f40231cace0f069fa4440d6576f8ba87 | 32eef725696a97bca2b4f4ca44ff22c09c6ca3f4 | /3rd semester/C++/Assignment_2020/filter/filter/filterGamma.h | 884e1f20c8da855e9ee8edfdb3844ad953c8a036 | [] | no_license | Svestis/Aueb-projects | 9595e2008ce98d9e469b79409a81425bf57be2f2 | 8d05fd86ed169c4a6ea18bb399574a678eddfb5b | refs/heads/master | 2021-06-14T06:44:50.538738 | 2020-04-04T02:42:48 | 2020-04-04T02:42:48 | 254,637,109 | 1 | 0 | null | 2020-04-10T13:07:55 | 2020-04-10T13:07:55 | null | UTF-8 | C++ | false | false | 232 | h | #pragma once
#include "filter.h"
class FilterGamma : public Filter {
private:
float g;
public:
FilterGamma();
FilterGamma(float g);
virtual ~FilterGamma() {};
image::Image operator << (const image::Image &image) override;
}; | [
"jennybolena22@gmail.com"
] | jennybolena22@gmail.com |
9e7fd3dad38ee99590741a041edd1df80a1b2d2c | d5b2ffa99c3e2e9cc638d088008fcfd770493641 | /DayZ_Epoch_13.Tavi/CONFIGS/TRADERS/Category/OWSniperVariants.hpp | 8b1cc815bc202afe0bb59cbb53c35be8f1612eaf | [] | no_license | quitanddead/workfolder | a907a36dee7205566d5e18d8e74f234cad5d1dc9 | efd421f4afee4f2b1c2a62c47d8545085c801bc3 | refs/heads/master | 2021-01-19T02:33:50.282964 | 2016-06-17T04:00:10 | 2016-06-17T04:00:10 | 61,309,832 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,561 | hpp | class Category_1011 {
class USSR_cheytacM200 {type = "trade_weapons";buy[] = {200000,"Coins"};sell[] = {80000,"Coins"};};
class USSR_cheytacM200_sd {type = "trade_weapons";buy[] = {300000,"Coins"};sell[] = {100000,"Coins"};};
class FHQ_MSR_DESERT {type = "trade_weapons";buy[] = {80000,"Coins"};sell[] = {30000,"Coins"};... | [
"maemo5@outlook.com"
] | maemo5@outlook.com |
bcbf5b20261bab76a29518c1311875a73cba578c | c66541f5cf90e75933a85851c38ea1a03e8dc233 | /Chapter7/7-4.h | a6c3fccd29e447596a229c37967ffde5b562baac | [] | no_license | Chase07/Cpp-Primer-Exercise | ce89266d54f41ace27ce8fbb54281757b291fb34 | bd33cba4b7213ecaa23c8437080dbc6289cd9d80 | refs/heads/master | 2021-08-22T06:21:21.902266 | 2017-11-29T13:51:53 | 2017-11-29T13:51:53 | 112,478,205 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 115 | h | #ifndef _7_4_H
#include<string>
class Person
{
std::string Person_Name;
std::string Address_of_Person;
};
#endif | [
"lichase07@gmail.com"
] | lichase07@gmail.com |
c29b79a56aadcd8125cbd3d34ccd759618acf88e | f177993b13e97f9fecfc0e751602153824dfef7e | /ImPro/OtherLib/OpenCV2.1/vs2008/include/opencv2/core/version.hpp | 0c1886e25295e9632fe40e4160812ba012f40033 | [] | no_license | svn2github/imtophooksln | 7bd7412947d6368ce394810f479ebab1557ef356 | bacd7f29002135806d0f5047ae47cbad4c03f90e | refs/heads/master | 2020-05-20T04:00:56.564124 | 2010-09-24T09:10:51 | 2010-09-24T09:10:51 | 11,787,598 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,596 | 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, i... | [
"ndhumuscle@fa729b96-8d43-11de-b54f-137c5e29c83a"
] | ndhumuscle@fa729b96-8d43-11de-b54f-137c5e29c83a |
4c24a1e9d485c852b4d4d1aababf0776ffe5d103 | 52950b2783a7aebf23689c9c5397cf381d0dde7d | /oss/deepcnet/FloatPoint.h | 7437a0d99fdb3f9de9a1a7a2adcd693af8a9a84a | [] | no_license | zhouyong64/academiccoder | 9b4a8f9555b99dc364a0c0e4157faa582b542e90 | 5415a43889a18795fb98960ff7700dbcdd5138df | refs/heads/master | 2020-05-17T11:46:15.143345 | 2017-12-05T06:57:14 | 2017-12-05T06:57:14 | 29,723,245 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,950 | h | class FloatPoint;
class EDfield {
int resolution;
int scale; //aim to operate on the square [-scale/2,scale/2]^2
vector<vector<float> > rf;
public:
void convolve_gaussian(vector<float> &a, float sigma, int n);
EDfield (int resolution, int scale, float sigma, float amp);
EDfield() {}
void stretch(FloatPoin... | [
"snowalvie@gmail.com"
] | snowalvie@gmail.com |
dd41d7eee7b93767f56576b6cc721a238be21911 | 3036cd1821c7b3bddc4a8bf377ecd9ad81834f7d | /include/car_iot/otacli/easyhttp_client.h | b5359f152ee4f6b826b6dbe7bd6d4426a11a5469 | [] | no_license | 1335654481ren/car_iot | 08a60ff280ee270cd6aca9a831c731a92da1f228 | 65b12930192bf9eb3a1d6649f73d2418d3c80955 | refs/heads/master | 2020-04-03T18:29:57.282154 | 2018-11-30T09:10:23 | 2018-11-30T09:10:23 | 155,486,622 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 892 | h | //
// Created by Tingcheng Wu on 18-01-15.
// Copyright (c) 2018 Horizon Robotics. All rights reserved.
//
#ifndef EASYHTTP_CLIENT_H_
#define EASYHTTP_CLIENT_H_
#include <string>
#include <memory>
#define HTTP_RETRY_TIMES 3
struct HrBuffer {
char *buffer;
size_t buf_len;
};
class EasyHttpClient {
public:
sta... | [
"liangxiao.ren@qq.com"
] | liangxiao.ren@qq.com |
c77521a6163ba4798565cc9dd275f51adfa4cba6 | 627e86f245fef245380be69421669140ba9fd9b1 | /ReactCommon/better/mutex.h | dc87ed8f114a9beee85df67c792426ef77e62dfc | [
"CC-BY-4.0",
"MIT",
"CC-BY-NC-SA-4.0",
"CC-BY-SA-4.0"
] | permissive | rashtell/react-native | 3b840624fae3216187a5c0a3c3d1a578394018c8 | 1610c08a678cb3d352187076db68be4cf73e0a9a | refs/heads/master | 2023-03-15T13:03:14.782409 | 2019-11-22T18:08:38 | 2019-11-22T18:10:38 | 223,503,867 | 2 | 0 | MIT | 2023-03-03T17:27:43 | 2019-11-22T23:38:32 | null | UTF-8 | C++ | false | false | 405 | h | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#pragma once
#include <folly/SharedMutex.h>
#include <shared_mutex>
#include <mutex>
namespace facebook {
namespace better {
usi... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
1f9d9b8e1e0eda90833f14d3b0907bef8d54badc | 99a466aba71f86a69fe38b47e87d9333d6251454 | /contest/609/f/a.cpp | 4a46f203a6f03430f0eaad8c468735bc538851f4 | [] | no_license | m-nny/Codeforces | ca84be67110c5c5ba0f986652b3b195f964a5026 | fbd5918f567a907005bb65b283595a2f0974e412 | refs/heads/master | 2021-09-04T20:37:02.533540 | 2018-01-22T07:47:39 | 2018-01-22T07:47:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,917 | cpp |
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef unsigned long long ull;
typedef map <int, int> mii;
typedef pair <int, int> pii;
typedef pair <ll, ll> pll;
int const maxn = int(2e5 + 12);
int const maxb = int(2e6 + 12);
int const inf = int(1e9 + 7);
ll const linf = ll(1e18... | [
"Alibek.manabayev@gmail.com"
] | Alibek.manabayev@gmail.com |
fc60fd6ecb9201bda9ba4efb8964ca5703261b86 | ec9b470ba39cfc9f8b4154fc5994a78c1d3391cb | /FmSound/FmSound/FmSound/Feedback/Feedback.h | cd2f277b597a029ee2672738575b6c55f176f4f9 | [] | no_license | okmonn/Sound | 70ccce919db2e9e05b95a1debe8137488a4dca9c | 5d66f504036a7110c1cdf498693ef53b011652e2 | refs/heads/master | 2021-08-07T22:42:58.772533 | 2020-05-10T04:25:03 | 2020-05-10T04:25:03 | 140,662,542 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 398 | h | #pragma once
#include <cstdint>
namespace FM {
struct Feedback {
public:
/*コンストラクタ*/
Feedback();
public:
/*フィードバック用ゲインの設定
.ゲイン*/
void SetGain(const float& gain);
void SetGain(const std::uint32_t& gain);
public:
/*前回の出力データ*/
std::int32_t data;
/*フィードバック用ゲイン*/
std::uint32_t gain;
};
}
| [
"35838332+okmonn@users.noreply.github.com"
] | 35838332+okmonn@users.noreply.github.com |
c9aac2db0d84754f777099b5b44c367baf2c7043 | 20f6693bed8e559b32b5b649f7393908964932de | /SDK/BP_Audio_KLR_15_functions.cpp | 89706e98b7b9d0032ca742bee35a0a7ee7298f12 | [] | no_license | xnf4o/DBD_SDK_502 | 9e0e210490e2f7b9bc9b021f48972e252d66f0c7 | c7da68275286e53b9a24d6b8afbb6e932fc93407 | refs/heads/main | 2023-05-31T18:55:45.805581 | 2021-07-01T14:23:54 | 2021-07-01T14:23:54 | 382,058,835 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,286 | cpp | // Name: dbd, Version: 502
#include "../pch.h"
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Functions
//--------------------------------------------------------... | [
"xnf4o@inbox.ru"
] | xnf4o@inbox.ru |
7c664a73fa58d7393ec893cc21f1ff4238b5b964 | 777a75e6ed0934c193aece9de4421f8d8db01aac | /src/Providers/UNIXProviders/tests/UNIXProviders.Tests/UNIX_ProductPhysicalComponentFixture.h | f356faf187cf032d207cce52a3c7573f286666b8 | [
"MIT"
] | permissive | brunolauze/openpegasus-providers-old | 20fc13958016e35dc4d87f93d1999db0eae9010a | b00f1aad575bae144b8538bf57ba5fd5582a4ec7 | refs/heads/master | 2021-01-01T20:05:44.559362 | 2014-04-30T17:50:06 | 2014-04-30T17:50:06 | 19,132,738 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,905 | h | //%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 |
0fc6bd9c8dd5e27e02ebdfdf07d5b8ca73ad39bd | 67fc9e51437e351579fe9d2d349040c25936472a | /wrappers/8.1.1/vtkHierarchicalBoxDataSetWrap.cc | de8cd1842ac2b7c8ebfc8f38885238dca0807c03 | [] | permissive | axkibe/node-vtk | 51b3207c7a7d3b59a4dd46a51e754984c3302dec | 900ad7b5500f672519da5aa24c99aa5a96466ef3 | refs/heads/master | 2023-03-05T07:45:45.577220 | 2020-03-30T09:31:07 | 2020-03-30T09:31:07 | 48,490,707 | 6 | 0 | BSD-3-Clause | 2022-12-07T20:41:45 | 2015-12-23T12:58:43 | C++ | UTF-8 | C++ | false | false | 8,629 | cc | /* this file has been autogenerated by vtkNodeJsWrap */
/* editing this might proof futile */
#define VTK_WRAPPING_CXX
#define VTK_STREAMS_FWD_ONLY
#include <nan.h>
#include "vtkOverlappingAMRWrap.h"
#include "vtkHierarchicalBoxDataSetWrap.h"
#include "vtkObjectBaseWrap.h"
#include "vtkCompositeDataIteratorWrap.h"
#i... | [
"axkibe@gmail.com"
] | axkibe@gmail.com |
b6b1d9a73732554fd53e9a0efbda09576f1045db | 9e14c75706af5c9999d8f2a4af3e233fbc5e3961 | /SampleGame/Classes/Gimmick/GimmickBase.cpp | 9262cc992daab55ce4ba3e98fcd0a6a5c80643c9 | [
"MIT"
] | permissive | 87chan/nead | 7223e7ad3cc2b7a153718cd55aa9505682f44ff8 | be30d8ae9e44fcfba7b3e2c05003c758e86d2704 | refs/heads/master | 2020-04-05T23:38:53.597161 | 2017-03-20T12:35:25 | 2017-03-20T12:35:25 | 81,728,670 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 1,315 | cpp | #include "GimmickBase.h"
#include "AppHeader.h"
GimmickBase::GimmickBase()
{}
void GimmickBase::Initialize(b2World* world, cocos2d::CCNode* parentNode, const cocos2d::Vec2& pos, float size)
{
MyDrawNode::Initialize(world, parentNode);
DrawData = cocos2d::CCDrawNode::create();
this->addChild(DrawData);
... | [
"honji31415@gmail.com"
] | honji31415@gmail.com |
a3d60a1f687951415a3a42329a056b279028b6d2 | 883e53051c4579b32e85a0d8d35b814da0f26dfe | /Jacob/Lektion 10/OPG 12.1 - Shapes 2/Shapes_2/Rectangle.cpp | 61983efc37cbf04afe00d34f3e98044819023caa | [] | no_license | Andreasgdp/Cpp-2.-semester | fa8b2b5b462d558cd88f6f75c04fca0fb8afc9cb | 8180e6ea86bb933f8c0f16579c57eeeac8345eff | refs/heads/main | 2023-06-10T00:20:44.345868 | 2021-06-23T15:00:12 | 2021-06-23T15:00:12 | 335,230,193 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 208 | cpp | #include "Rectangle.h"
Rectangle::Rectangle() {
}
Rectangle::Rectangle(double height, double width) {
_height = height;
_width = width;
}
double Rectangle::area() {
return _height * _width;
}
| [
"45763482+JBLarsen2107@users.noreply.github.com"
] | 45763482+JBLarsen2107@users.noreply.github.com |
7c4356bfc29506d0b28fbe606bbe207435edaa92 | 7bb34b9837b6304ceac6ab45ce482b570526ed3c | /external/webkit/Source/WebKit/gtk/webkit/webkitwebinspector.cpp | 8b5b5ac4bbfd6253de97ab757cb7412dab27edc1 | [
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LGPL-2.1-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"Apache-2.0"
] | permissive | ghsecuritylab/android_platform_sony_nicki | 7533bca5c13d32a8d2a42696344cc10249bd2fd8 | 526381be7808e5202d7865aa10303cb5d249388a | refs/heads/master | 2021-02-28T20:27:31.390188 | 2013-10-15T07:57:51 | 2013-10-15T07:57:51 | 245,730,217 | 0 | 0 | Apache-2.0 | 2020-03-08T00:59:27 | 2020-03-08T00:59:26 | null | UTF-8 | C++ | false | false | 21,473 | cpp | /*
* Copyright (C) 2008 Gustavo Noronha Silva
* Copyright (C) 2008, 2009 Holger Hans Peter Freyther
* Copyright (C) 2009 Collabora Ltd.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Found... | [
"gahlotpercy@gmail.com"
] | gahlotpercy@gmail.com |
d4b4f24491c6b53fa7a58b471f176bb2470be455 | cc0e498dc6a2f5dd9309bb2fdf6a9b75c6b57f97 | /Submodules/Peano/src/tarch/services/ServiceRepository.h | 38e38fa60c6f4e9a78114136c3c67572138dd68c | [
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown"
] | permissive | annereinarz/ExaHyPE-Workshop-Engine | cbae7c7e40ed4184205e6f723c2ac91105d6a210 | 714a6052a8accace0235fd2483566d7e9cbacb0a | refs/heads/master | 2022-02-25T15:56:50.652168 | 2019-10-17T09:11:30 | 2019-10-17T09:11:30 | 198,189,738 | 2 | 3 | BSD-3-Clause | 2019-07-22T11:56:14 | 2019-07-22T09:20:56 | C++ | UTF-8 | C++ | false | false | 1,619 | h | // This file is part of the Peano project. For conditions of distribution and
// use, please see the copyright notice at www.peano-framework.org
#ifndef _TARCH_SERVICES_SERVICE_REPOSITORY_H_
#define _TARCH_SERVICES_SERVICE_REPOSITORY_H_
#ifdef Parallel
#include <mpi.h>
#endif
#include "tarch/services/Service.h"
names... | [
"reinarz@in.tum.de"
] | reinarz@in.tum.de |
82e22f528b9cef90f92b305e9183e6c24aafed8e | 2048eb75d8accd1030304e3ac50b81ccfe5e9612 | /src/Scripting.hpp | 6c814b2ce1787cbb0c64bab63e58ad65a01ea9ec | [] | no_license | Sanae6/elated | 3c251aaf7fcd97262353e1e620f7a97798dbe8d2 | 987802e9600ab6e199cb424790afae0ff2a50cc8 | refs/heads/master | 2022-04-10T23:37:19.998423 | 2020-03-01T05:29:32 | 2020-03-01T05:29:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 252 | hpp | #ifndef SCRIPTING_HEAD
#define SCRIPTING_HEAD
#include <duktape.h>
#include <vector>
#include "Files.hpp"
namespace scr {
extern duk_context* _context;
extern bool _init;
void evalFile(const char* filename);
int initialize();
void quit();
}
#endif | [
"atmatm6000@outlook.com"
] | atmatm6000@outlook.com |
8a119eb34c2f2ab36aba768e55c073757be6985e | 41358e1af7a22a1e136129c0abcb875242ebe49c | /Sybase To Oracle __new/src/db/dbprocesssession.h | a2e968293e3acca664ef6d8e3c68ba7af3472e34 | [] | no_license | LemonLHT/160121FirstTest | e379933dffc8836d0389dbd939a129b77e638460 | c78f20a1705dcc572bf66a20d2ff381fd27c23a2 | refs/heads/master | 2021-01-18T22:24:28.427017 | 2016-10-12T08:33:55 | 2016-10-12T08:33:55 | 50,088,455 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,657 | h | #ifndef _DBPROCESS_SESSION_H_
#define _DBPROCESS_SESSION_H_
#include "dbconnect/dbconnect.h"
#include "cacti/message/TypeDef.h"
#include "dbconnect/base/baseQuery.h"
#include "cacti/util/IniFile.h"
#include <string>
#include <vector>
#include "dbprocess.h"
#include "main/convertService.h"
using namespace std;
using ... | [
"fzh@.(none)"
] | fzh@.(none) |
f681bcfc78dad2534d732e31747d62e138aaa194 | 8b55fe6c8b0fde8af69a8dc25f46f05ce522580f | /macro/EgammaEventCounter.cc | 3d3dc3090f0bc57178291c7e32adb72505c6b4af | [] | no_license | VecbosApp/EgammaAnalysisTools | 8e2c9c417482302909fb6eb9b552180de055809b | e968db52750fcaf7e24c0e63a5d02669bec56f79 | refs/heads/master | 2021-01-25T07:28:09.824135 | 2013-04-03T07:03:01 | 2013-04-03T07:03:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,326 | cc | #include <TFile.h>
#include <TTree.h>
#include <TChain.h>
#include <iostream>
#include <string>
#include <fstream>
#include <iomanip>
using namespace std;
void countEvents() {
char nametree[200];
sprintf(nametree,"EVENT_COUNTER");
cout << "nametree = " << nametree << endl;
TChain *chains[23];
for(int i... | [
""
] | |
6975de20eb6b451acee8ca0b63edee9d956207cb | 5e8d200078e64b97e3bbd1e61f83cb5bae99ab6e | /main/source/src/core/conformation/parametric/BooleanValuedParameter.cc | 2c166563bc9b81b6da0a9f40c77f74aa886b9e23 | [] | no_license | MedicaicloudLink/Rosetta | 3ee2d79d48b31bd8ca898036ad32fe910c9a7a28 | 01affdf77abb773ed375b83cdbbf58439edd8719 | refs/heads/master | 2020-12-07T17:52:01.350906 | 2020-01-10T08:24:09 | 2020-01-10T08:24:09 | 232,757,729 | 2 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 7,199 | cc | // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
// vi: set ts=2 noet:
//
// (c) Copyright Rosetta Commons Member Institutions.
// (c) This file is part of the Rosetta software suite and is made available under license.
// (c) The Rosetta software is developed by the co... | [
"36790013+MedicaicloudLink@users.noreply.github.com"
] | 36790013+MedicaicloudLink@users.noreply.github.com |
20df8c0f90e920e8516aaa3b38f6fc58cff4eae2 | b8ab60fbfd4158409bffba2048c0dd615a6c9a61 | /questions/q12.cpp | 51e6a02cbbedb02a54113ffe2f3668627edd2aef | [] | no_license | Stephan14/leetcode | c7fae475d524efa74af7f0e5cec363b81dde2a64 | 470733b79c33e5db0a1a2c460dd2ce00477372a0 | refs/heads/master | 2021-01-10T15:46:47.407556 | 2017-10-27T02:37:34 | 2017-10-27T02:37:34 | 54,365,558 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 933 | cpp | /*************************************************************************
> File Name: q12.cpp
> Author:
> Mail:
> Created Time: 一 1/23 21:45:40 2017
************************************************************************/
#include<iostream>
#include<string>
using namespace std;
class Solution {
public:
... | [
"zsf657135507@gmail.com"
] | zsf657135507@gmail.com |
df089516b69c5969e370c2abad643c3eba94c08d | 1dc42534948f5cb1fa85b882aec2916379dd67bd | /src/qt/coincontroldialog.cpp | a608162ee0ae8ddcab2c44836ec8ae69e4a9ab8e | [
"MIT"
] | permissive | jakuba1909/coin | d69cf4317aedb53ad59579ca5cf3df32de2ca974 | effd36e3d5022bcd29946719b9552d23f632941a | refs/heads/master | 2020-03-19T16:34:08.806530 | 2018-06-09T13:47:54 | 2018-06-09T13:47:54 | 136,720,241 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 35,278 | cpp | #include "coincontroldialog.h"
#include "ui_coincontroldialog.h"
#include "addresstablemodel.h"
#include "bitcoinunits.h"
#include "base58.h"
#include "core.h"
#include "guiutil.h"
#include "init.h"
#include "bitcoinunits.h"
#include "walletmodel.h"
#include "addresstablemodel.h"
#include "optionsmodel.h"
#include "co... | [
"p.rinn09@yahoo.de"
] | p.rinn09@yahoo.de |
7d1910278f00c09970ddc68e368a5d5480aadf64 | 9e8dd618018b4abace5fd06a4634cefdedbef531 | /Section 15 - Inheritance/BaseClassInitialization/main.cpp | b642b58107704e15f3e7a3d528b697874513073e | [] | no_license | nmctwisp/Beginning-C-Programming---From-Beginnner-to-Beyond | e51858a4ee71cb459d278b55d5f4e5359fbdf14f | 86983cfad687be6c9cc3ccded101ae8f8a2be34c | refs/heads/master | 2020-09-24T14:17:01.265416 | 2019-12-04T15:25:33 | 2019-12-04T15:27:16 | 225,778,742 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 724 | cpp | #include <iostream>
using namespace std;
class Base {
private:
int value;
public:
Base() :
value{ 0 } {
cout << "Base No-Args Constructor" << endl;
}
Base(int x) :
value{ x } {
cout << "Base int Overloaded Constructor" << endl;
}
~Base() {
cout << "Base Destructor" << endl;
}
};
class Derived : publ... | [
"chen.k.yam@gmail.com"
] | chen.k.yam@gmail.com |
dc52e1905c20966f0a1c863866f7a1f506581403 | 963b15b623111e6c75025dd9c652ffc79ffa4a0a | /SearchServer/Data-Process/include/WebPage.hpp | ab11ef68005d2c329f340dd5dbbb1aed0e93ac71 | [] | no_license | Real-Ying/Server | fbf2869083d3fc096c1a040348041dd2e0202e95 | 2160646a7ef615c767fc806cf570e0b955d8c0e7 | refs/heads/master | 2020-05-04T16:22:07.191268 | 2019-07-11T18:38:25 | 2019-07-11T18:38:25 | 179,272,686 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,677 | hpp | #ifndef _WD_WEB_PAGE_H_
#define _WD_WEB_PAGE_H_
#include "Configuration.hpp"
#include "WordSegmentation.hpp"
#include <string>
#include <map>
#include <set>
#include <vector>
using std::string;
using std::map;
using std::vector;
using std::set;
namespace wd
{
class WebPage {
//判断两篇文档是否相等
friend bool oper... | [
"1650502423@qq.com"
] | 1650502423@qq.com |
16e1145ced4579cab19e20c329552b8460832947 | ec299a724060e807a722ba6a338b61c5e87db79e | /ural/1168.cpp | 58d73ce5fad139cd3fac235324cce9b3db80e790 | [] | no_license | wujingyue/acm | ee1ece54300b9d128f13f0a0d23e63b02dbe4f8e | 2ed87af381715dddc3d048f75514b2600668ce24 | refs/heads/master | 2021-03-24T12:31:20.141421 | 2021-01-02T20:34:46 | 2021-01-02T20:34:46 | 74,711,411 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,584 | cpp | #include <algorithm>
#include <cassert>
#include <cctype>
#include <cmath>
#include <complex>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <iomanip>
#include <iostream>
#include <map>
#include <queue>
#include <set>
#include <string>
#include <vector>
using namespace std;
typedef long double Real;
... | [
"wujingyue@gmail.com"
] | wujingyue@gmail.com |
18467882a83284c675ff3e0de0b47412c5cdf67e | b1226f0ff2dbfecc5db117bffd6b68dd2f682016 | /PoseLib/p2p2pl.h | e806f4abc55255e8e670e09ec9c39e1bdbc47981 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | pmoulon/PoseLib | 6095ff5debbc667f5fda889e8b58d01aeac871a8 | f0ca0d076d3ede9730dfece05890e120f46684a8 | refs/heads/master | 2021-05-19T17:12:52.063677 | 2020-03-31T08:15:31 | 2020-03-31T08:15:31 | 252,043,339 | 0 | 0 | BSD-3-Clause | 2020-04-01T01:44:19 | 2020-04-01T01:44:18 | null | UTF-8 | C++ | false | false | 2,241 | h | // Copyright (c) 2020, Viktor Larsson
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of c... | [
"vlarsson@inf.ethz.ch"
] | vlarsson@inf.ethz.ch |
8e2a30aa3add9c7a037763e7e80816d87f212a5f | a561d1286b6b9d8dde739856c1b87cc7eba816e6 | /Programming/PaperPlanes3/PaperPlanes3/include/Class_Sprite.h | 65097a357ee5d83224b692ca888bfa6f5e53ec16 | [] | no_license | Vinessa/VinessaAIEProgramming | d04f7a532c367bf071af9f4d1d2c4fef080f0db5 | e7bcff30dd8a62bec450deac987a204fadc557fc | refs/heads/master | 2022-11-24T07:43:24.516803 | 2014-04-23T19:49:44 | 2014-04-23T19:49:44 | 12,902,119 | 0 | 1 | null | 2022-11-21T17:22:17 | 2013-09-17T17:33:36 | Python | UTF-8 | C++ | false | false | 1,389 | h | /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// File: Class_Sprite.h (PaperPlanes)
// Author: Vinessa Mayer
// Date Created: October 15th 2013
// Brief: header for custom Sprite Class originally made for PaperPlanes, but in... | [
"Vinessa.Mayer@students.aie.edu.au"
] | Vinessa.Mayer@students.aie.edu.au |
74d90286de828ae5d6b22220b1637e2bf20f742a | f92ec973fdcfe9f60b0541ee822db1cb86606bb9 | /trunk/PcSoftware/Atom1.5/src/storage/Manager.h | 4dd392e5e623d977dae2432e684b3cef2e835467 | [] | no_license | Cougar/HomeAutomation | 9d4f78d4b07711c457da4ddd777a38f7533d059a | f2951eb0619c6122b6983275e1e698570eed4b5a | refs/heads/master | 2020-12-24T06:32:34.886338 | 2016-11-05T13:13:40 | 2016-11-05T13:13:40 | 1,361,287 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,919 | h | /*
*
* Copyright (C) 2010 Mattias Runge
*
* 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 pr... | [
"mattias@runge.se"
] | mattias@runge.se |
da79271501281cea330b409a1e24a25af31fc472 | d9539ea196687493385b7f7602015cdf344b1056 | /CrazyRandomSword.cpp | 958d84e6e2947482bf7cbb4d34d2f3480f5f316c | [] | no_license | ErinWiggins/Assignment1 | 8549f3777272a80b5b1629d6510a51b6092694eb | 601b12287686a9bdd9cc5ef18a4e8e018586caf3 | refs/heads/master | 2021-07-11T03:53:44.863787 | 2017-10-11T23:54:20 | 2017-10-11T23:54:20 | 106,038,477 | 0 | 0 | null | 2017-10-06T18:40:03 | 2017-10-06T18:40:02 | null | UTF-8 | C++ | false | false | 341 | cpp | /*
* File: CrazyRandomSword.cpp
* Author: Erin Wiggins
*
*/
#include "CrazyRandomSword.h"
double CrazyRandomSword::hit(double armor)
{
double damage = hitPoints - rand() % ((int)armor / 2);
if (damage < 0)
return 0;
return damage;
}
double CrazyRandomSword::calculateHitpoints()
{
srand(time(0));
return... | [
"32422052+ErinWiggins@users.noreply.github.com"
] | 32422052+ErinWiggins@users.noreply.github.com |
b2d0af240ee65ec2f78f4a94c8177849197cba58 | c21b082283fbac55516061e3aa42470a673a5490 | /models/vehiclemodel.h | 7c933ae3bce67421b9845c1cbc1117201ba1a255 | [] | no_license | ohahlev/topautocamcpp | e7f102fe9401a66689df6bb26f12fa7a8d41c710 | 29444958853d642b8ef2e48deff6ded86053e681 | refs/heads/master | 2022-12-03T22:57:45.064834 | 2020-08-19T14:40:05 | 2020-08-19T14:40:05 | 278,991,826 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,665 | h | #ifndef VEHICLEMODEL_H
#define VEHICLEMODEL_H
#include <QStringList>
#include <QDateTime>
#include <QVariant>
#include <QSharedDataPointer>
#include <TGlobal>
#include <TAbstractModel>
class TModelObject;
class VehicleModelObject;
class QJsonArray;
class T_MODEL_EXPORT VehicleModel : public TAbstractModel
{
public:... | [
"ohahlev@gmail.com"
] | ohahlev@gmail.com |
6df95cd6dd511d29f6c3ea486ea0d1939263a513 | 9d9bc3be12c542d54bf0eb3cee516e634b53e65f | /src/LLR/RenderbufferGL.cpp | 0576b157e54327e5ce7bf4b2af6d3943bd614378 | [] | no_license | serhiigame/GraphicEngine | 0ab4e52e433a521d364e298e25ffca7e6d86dde3 | daa6aa65f710e55f5a6551591ad0f966c0c98f8d | refs/heads/master | 2021-06-14T13:56:16.133989 | 2019-09-22T19:34:14 | 2019-09-22T19:34:14 | 145,015,472 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 916 | cpp | #include "RenderbufferGL.h"
#include "Texture2dGL.h"
#include <vector>
#include <map>
namespace engine
{
namespace graphic
{
RenderbufferGL * RenderbufferGL::CreateRenderbuffer(const size_t width, const size_t heigth)
{
RenderbufferGL * rb = new RenderbufferGL();
rb->m_width = width;
rb->m_heigth = he... | [
"artuh92@gmail.com"
] | artuh92@gmail.com |
7c232bf81fd8f9e26959e31a5762ba8569f5db62 | a4c45cc2ce9fc90e0ba27f647136b3a69ce0bf09 | /problems/frog-position-after-t-seconds/SOLUTION.cpp | 088aa7380cc53dea8e8747886641180a52a6724c | [] | no_license | AhJo53589/leetcode-cn | fd8cb65a2d86f25d2e32553f6b32dbfc9cb7bae7 | 7acba71548c41e276003682833e04b8fab8bc8f8 | refs/heads/master | 2023-01-29T19:35:13.816866 | 2023-01-15T03:21:37 | 2023-01-15T03:21:37 | 182,630,154 | 268 | 47 | null | null | null | null | UTF-8 | C++ | false | false | 1,802 | cpp |
//////////////////////////////////////////////////////////////////////////
class Solution {
public:
double frogPosition(int n, vector<vector<int>>& edges, int t, int target)
{
vector<vector<int>> path(n + 1);
for (auto& e : edges)
{
path[e[0]].push_back(e[1]);
p... | [
"ahjo_bb@hotmail.com"
] | ahjo_bb@hotmail.com |
4855152db448d13ff066ffff86bf2dc370d1c617 | 7d3323090285417c3fa6a4f635189536f3853f23 | /不要二/test.cpp | eaedb6dc1f26615c3b8c3840fdf2edaa46299326 | [] | no_license | zhouZH704403055/Cpp_program | 303fbf44a1e1b9e3476e9a4b54d478857cd4f69f | b7ab0684b0eb0b23c741aa1280a850ff9d9efbe8 | refs/heads/master | 2020-04-05T15:27:03.910123 | 2019-09-30T15:55:45 | 2019-09-30T15:55:45 | 156,968,353 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 452 | cpp | #include<iostream>
#include<vector>
using namespace std;
int main()
{
int w,h,res = 0;
cin >> w >> h;
vector<vector<int>> a;
a.resize(w);
for(auto& e : a)
{
e.resize(h, 1);
}
for(int i=0;i<w;i++)
{
for(int j=0;j<h;j++)
{
if(a[i][j]==1)
{
res++;
// 标记不能放蛋糕的位置
if((i+2)<w)
{
a[i... | [
"704403055hao@sina.com"
] | 704403055hao@sina.com |
a12115a8fee137a46cbf6efbcca79095bff04606 | 596cf6c2e73ab8ef53773f198ec9b0ed61e612f6 | /src/md/compiler/mdvalidator.cpp | da559614a4783075dc644bd1fe76ed160fd31db7 | [
"MIT"
] | permissive | kangaroo/coreclr | 7387d38671eb127da84c39e763a960f81607670b | 6f1c48b59908a797313777d792c51413db43afcd | refs/heads/master | 2021-01-17T10:28:18.821450 | 2015-03-01T06:16:02 | 2015-03-01T06:28:09 | 30,268,501 | 2 | 1 | null | 2015-02-03T22:40:02 | 2015-02-03T22:39:58 | null | UTF-8 | C++ | false | false | 286,718 | cpp | //
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
//*****************************************************************************
// MDValidator.cpp
//
//
// Implementation for the MetaData validator.
// Only su... | [
"dotnet-bot@microsoft.com"
] | dotnet-bot@microsoft.com |
460407894271f7a3d1d18c7ba9f91809bfede7be | 33fd5786ddde55a705d74ce2ce909017e2535065 | /build/iOS/Release/include/Fuse.Reactive.FuseJS.-56ee06ad.h | 2f44528932f60d3a6888dc8a9432a73f7a839fde | [] | no_license | frpaulas/iphodfuse | 04cee30add8b50ea134eb5a83e355dce886a5d5a | e8886638c4466b3b0c6299da24156d4ee81c9112 | refs/heads/master | 2021-01-23T00:48:31.195577 | 2017-06-01T12:33:13 | 2017-06-01T12:33:13 | 92,842,106 | 3 | 3 | null | 2017-05-30T17:43:28 | 2017-05-30T14:33:26 | C++ | UTF-8 | C++ | false | false | 1,529 | h | // This file was generated based on '../../../../Library/Application Support/Fusetools/Packages/Fuse.Reactive.JavaScript/0.47.7/fusejs/$.uno'.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Object.h>
namespace g{namespace Fuse{namespace Reactive{namespace FuseJS{struct Tim... | [
"frpaulas@gmail.com"
] | frpaulas@gmail.com |
4479aca1bd0a7c8cf5553dd44625d7cf541e5603 | 83e85a05d87d784d5beffe8d3c7c709bda9ffe6b | /cpp_src/samoa/persistence/record.impl.hpp | 227b59a6936f5238bbe3d4be819688f1314bae9d | [] | no_license | jgraettinger/samoa | 42c3015e525f3fdad61725ff4be569e758b32cc9 | 36d17dddeea0cc28a223e839ebf3cfb0bf3f7c07 | refs/heads/master | 2020-04-09T10:11:22.750684 | 2011-10-22T22:32:23 | 2011-10-22T22:32:23 | 533,368 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 764 | hpp |
#include <algorithm>
namespace samoa {
namespace persistence {
template<typename KeyIterator>
record::record(
const KeyIterator & k_begin, const KeyIterator & k_end,
unsigned value_length)
{
_meta.next = 0;
_meta.is_dead = false;
_meta.is_copy = false;
_meta.key_length = std::distance(k_begin... | [
"johnny531@gmail.com"
] | johnny531@gmail.com |
0963f2ddc03bae79286b3cf8a9ad5164b775136a | 8bf6fa2e41892ed67e2725bbd199f6d2980cca8c | /Sources/GameServer/KanturuBattleOfNightmare.h | b4bc95c7daef86f0494f41b740089c096e8c93b4 | [] | no_license | Shinronz/AluxiaMu | 90cecbf0a04432113d9fde8e4990180ebf3c08da | 5f5dcd621e1c4ecbabca95b978dd5529e09f1a56 | refs/heads/master | 2021-01-20T01:29:13.185992 | 2017-05-18T01:22:48 | 2017-05-18T01:22:48 | 89,285,116 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,244 | h | // KanturuBattleOfNightmare.h: interface for the CKanturuBattleOfNightmare class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_KANTURUBATTLEOFNIGHTMARE_H__3AA73932_6DB3_404B_92CE_9AD80A1B5DE7__INCLUDED_)
#define AFX_KANTURUBATTLEOFNIGHTMARE_H__3AA73932_6DB3_404B_92CE_9AD80... | [
"geretto@hotmail.com"
] | geretto@hotmail.com |
f36b0b691729655ed0890963b80b6f383185e5ca | 004ebb442ddf5d1da4183d21e227afe6cb761de2 | /circuit.ino | 01b262f55d1b61cd02b0aa439f19f8e44f467908 | [] | no_license | ghsoares/Global-Solutions---IoT-Arduino | 09dc55f8041dc3418fb1ff9f0760e2535247b980 | d675fb35926aa5f84ac151bb5a052dbe6e101432 | refs/heads/master | 2023-05-28T23:18:15.008748 | 2021-06-12T02:31:47 | 2021-06-12T02:31:47 | 372,955,829 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,916 | ino | ///////display
#include <Adafruit_SSD1306.h>
#define SCREEN_WIDTH 128 // OLED display width, in pixels
#define SCREEN_HEIGHT 64 // OLED display height, in pixels
#define SCREEN_ADDRESS 0x3C ///< See datasheet for Address; 0x3D for 128x64, 0x3C for 128x32
// Inicia um novo objeto do display oled
Adafruit_SSD1306 oledDis... | [
"ghsoares99795@gmail.com"
] | ghsoares99795@gmail.com |
d61674a3feec3ccb6b007a0ce0114df62a545c1e | 119f861e5d454dd29f0a4198cfefbf9a69e0315a | /mordor/main.h | 47d40600dd67d831407d9d71079bf343bddf154b | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mozy/mordor | 8028793bf947962b9e93b9ce20bf53876f80bb21 | ab50198904360748f0ceb8566e1dc114660c566e | refs/heads/next | 2022-06-02T10:33:23.783667 | 2018-01-16T11:12:38 | 2018-01-18T13:20:47 | 679,816 | 262 | 42 | null | 2014-01-06T21:03:10 | 2010-05-21T22:14:47 | C++ | UTF-8 | C++ | false | false | 2,036 | h | #ifndef __MORDOR_MAIN_H__
#define __MORDOR_MAIN_H__
// Copyright (c) 2010 - Mozy, Inc.
#include "version.h"
#ifdef WINDOWS
#include <ShellAPI.h>
namespace Mordor {
/// @return argv array in UTF-8. Caller should free with LocalFree when it is
/// no longer needed
char **CommandLineToUtf8(int argc, wchar_t *... | [
"cody@mozy.com"
] | cody@mozy.com |
6bd64be9fb0a7ddb1e771ae79434b0ee3cf6e14b | 7da2f316663d7c36f1db98a57b66daa4b7d1c693 | /examples/20190913c_Blink_3LEDs/arduino/sketch20190913c_Blink_3LEDs/sketch20190913c_Blink_3LEDs.ino | 9550b55c729256b2fc4dbc39e93658b27b3a22a2 | [] | no_license | hohno-46466/eZone--mgmgws201909 | b7784230d116c0f4d79c80cc9597ddcc0b5ae104 | 89e13e6d3d0577ffdf5d6238d45aa08c59560501 | refs/heads/master | 2023-01-06T20:16:35.602445 | 2022-12-28T04:28:49 | 2022-12-28T04:28:49 | 207,863,159 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,229 | ino | //
// sketch20190913c_Blink_3LEDs.ino
//
// Written by @hohno_at_kuimc
//
// Public domain
//
// Last update: Thu Sep 12 03:22:48 JST 2019 by @hohno_at_kuimc
// ---------------------------------------------------------
// 初期設定
void setup() {
pinMode(LED_BUILTIN, OUTPUT);
// 以下の3行は「ボタンシールド」のための設定
pinMode(9, ... | [
"hohno.46466@gmail.com"
] | hohno.46466@gmail.com |
022d2154afbdb5e10e1267c6009ac3e5c07d1600 | 564c21649799b8b59f47d6282865f0cf745b1f87 | /ui/display/manager/chromeos/query_content_protection_task_unittest.cc | 4e13287b93998b04875b9c0e4f74ed2289315027 | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | pablosalazar7/WebARonARCore | e41f6277dd321c60084abad635819e0f70f2e9ff | 43c5db480e89b59e4ae6349e36d8f375ee12cc0d | refs/heads/webarcore_57.0.2987.5 | 2023-02-23T04:58:12.756320 | 2018-01-17T17:40:20 | 2018-01-24T04:14:02 | 454,492,900 | 1 | 0 | NOASSERTION | 2022-02-01T17:56:03 | 2022-02-01T17:56:02 | null | UTF-8 | C++ | false | false | 7,263 | cc | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ui/display/manager/chromeos/query_content_protection_task.h"
#include <stdint.h>
#include <utility>
#include "base/bind.h"
#include "base/macr... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
75eff901c4197d1145272f15c9c2769e338094f1 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/base/fs/utils/untfs/src/attrlist.cxx | 117a9b10baddf898ee3ae8314f47b0663c4e9243 | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C++ | false | false | 61,504 | cxx | /*++
Copyright (c) 1991-2000 Microsoft Corporation
Module Name:
attrlist.cxx
Abstract:
This module contains the member function definitions for
NTFS_ATTRIBUTE_LIST, which models an ATTRIBUTE_LIST Attribute
in an NTFS File Record Segment.
If a file has any external attributes (i.... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
7fa485eb33a59f854f26b51f45e927ba52a7085b | 7375fa5dfa79f381b3f3dfc897863f6aac6c0648 | /TPCadre_BeckerElsa/Cadre.cpp | 6287c20eca04fe0e4a3d152e7a60da138a65b453 | [] | no_license | ElsaBecker/Cadre_TP_Cpp_BeckerElsa_Bachelor | c8426d5cc110f22bc0fd506cdb09e3e13c52e3ed | 9d0b94fa93136e62c3a3ee66e459d9ad7cb0dd75 | refs/heads/master | 2020-06-24T20:33:59.995933 | 2016-11-24T00:11:54 | 2016-11-24T00:11:54 | 74,623,542 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 3,850 | cpp | #include "Cadre.h"
Cadre::Cadre()
{
this->ancrageX = 10;
this->ancrageY = 5;
this->largeur = 5;
this->longueur = (largeur * 2);
this->motif = '*';
}
Cadre::Cadre(int ptX, int ptY, int larg, int longu, char symb)
{
this->ancrageX = ptX;
this->ancrageY = ptY;
this->largeur = larg;
this->longueur = longu;
th... | [
"e.becker@ludus-academie.com"
] | e.becker@ludus-academie.com |
2463a8ce12db9c0ad9cd5d21350d77a29312c325 | b04c15e0d61733c25159faf90cff79804e99171f | /TestCase/network/HttpClient.h | 9f8dfd73da8fd1184cdbb449c59386058ddaa8c4 | [] | no_license | caowenjian/BJ | eb884de109c0d3d617fc67b6e114b8bbdbb24a04 | 497d1ba3252d21100ff5bfcd3fd0a86d9469725d | refs/heads/master | 2021-07-16T04:58:09.376681 | 2020-09-11T09:13:29 | 2020-09-11T09:13:36 | 75,891,413 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,779 | h | #ifndef HTTPCLIENT_H_
#define HTTPCLIENT_H_
#include "../utility/globalDefine.h"
#include "networkDefine.h"
#include "../utility/APIOther.h"
NAMESPACE_BEGIN(network)
//Http传输错误码
enum HTTPERROR
{
HTTPERROR_SUCCESS, //正确
HTTPERROR_INVALID, //HTTP已经被弃用
HTTPERROR_CONNECT, //连接出错
HTTPERROR_TRANSPORT, //传输失败
HTTPERRO... | [
"cao007tian@163.com"
] | cao007tian@163.com |
c43530732521fbd293fd76303fda32bbade293ed | 9f010ed20064f81fb6cb84b4bff7df848a987488 | /A1095/main.cpp | 5fbf8454a27209382c6ca71f269f4df0af4799eb | [] | no_license | specular-zxy/PAT-code | cd847db9c25c5a753028729950691163e8680c30 | d49b2557ae6105f13a8dc04d70bbaedd4951b044 | refs/heads/master | 2021-05-27T12:57:28.304496 | 2020-06-28T13:43:52 | 2020-06-28T13:43:52 | 254,268,749 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,445 | cpp | #include <iostream>
#include <algorithm>
#include <vector>
#include <cstring>
#include <cstdio>
#include <map>
using namespace std;
typedef struct {
char id[10];
int time, flag = 0;
// flag = 1, 表示in; flag = -1, 表示 off, 有助于计算某一时刻的车数量
}node;
vector<node> list;
bool cmp1(node a, node b){
if (strcmp(a.... | [
"zhouxinyan33@gmail.com"
] | zhouxinyan33@gmail.com |
9a078393df35d780094bfd6d3e099ddfe17174a5 | d62d179f9ad43ed22cee561a97c589c90c178cec | /modules/core/linalg/include/nt2/toolbox/linalg/functions/hankel.hpp | 75362fcffd4f9d7e8a82d65baace8619e45d67ac | [
"BSL-1.0"
] | permissive | timblechmann/nt2 | 89385373c14add7e2df48c9114a93e37a8e6e0cf | 6c71f7063ca4e5975c9c019877e6b2fe07c9e4ce | refs/heads/master | 2021-01-16T23:49:00.220699 | 2013-03-11T09:31:23 | 2013-03-11T09:31:23 | 8,702,183 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,115 | hpp | /*******************************************************************************
* Copyright 2003-2012 LASMEA UMR 6602 CNRS/U.B.P
* Copyright 2011-2012 LRI UMR 8623 CNRS/Univ Paris Sud XI
*
* Distributed under the Boost Software License, Version 1.0.
* See accompanying f... | [
"jtlapreste@gmail.com"
] | jtlapreste@gmail.com |
94878d0961c3d5e4cc16f733c615c79bc10ca829 | 96123b3725d31718da2c74b9fa13122c6836ef52 | /stereo_correlation/widgets/qleftimagecanvaswidget.cpp | b7a9ec9963235e0d0ac2b3055a6b8be687b9749f | [] | no_license | praecipula/stereo_correlation | 2b0089e499e82208c9363a905d84a872fd5ac282 | 62d63719aaf1d1ec7416caa55a5f1a5d21f411a5 | refs/heads/master | 2021-06-12T12:08:34.934505 | 2021-05-25T21:28:36 | 2021-05-25T21:28:36 | 45,075,593 | 2 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 542 | cpp |
#include "qleftimagecanvaswidget.h"
#include "strcon.h"
namespace Stereo
{
QLeftImageCanvasWidget::QLeftImageCanvasWidget(QWidget * parent, Qt::WindowFlags f) :
QImageCanvasWidget(parent, f)
{
}
QImageCanvasWidget::filename_ptr QLeftImageCanvasWidget::changeImageFilePath(filename_ptr newFileP... | [
"mbramlage@gmail.com"
] | mbramlage@gmail.com |
3374b0b1df02fd94c56c1615942c7cf00759caf2 | a0423109d0dd871a0e5ae7be64c57afd062c3375 | /Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/Fuse.Controls.Native.-fbe3e9f9.h | 311bb124ad94a4731f8e69b613792609d4efec08 | [
"Apache-2.0"
] | permissive | marferfer/SpinOff-LoL | 1c8a823302dac86133aa579d26ff90698bfc1ad6 | a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8 | refs/heads/master | 2020-03-29T20:09:20.322768 | 2018-10-09T10:19:33 | 2018-10-09T10:19:33 | 150,298,258 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 633 | h | // This file was generated based on C:/Users/JuanJose/AppData/Local/Fusetools/Packages/Fuse.Controls.Native/1.9.0/Interfaces.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Object.h>
namespace g{
namespace Fuse{
namespace Controls{
namespace Native{
// public abstrac... | [
"mariofdezfdez@hotmail.com"
] | mariofdezfdez@hotmail.com |
a589233d5ccbfb03c8b56bb45540d05b95d4d04e | f42190636add23ead6a5022d706a124032d66f92 | /src/Microsoft.DotNet.Wpf/src/WpfGfx/shared/util/ExeUtil/exemain2.cxx | c060aa35d8a54e95295806a295fe8e302227ed4e | [
"MIT"
] | permissive | dotnet/wpf | b8f73a99e03f87b4dee5db643e38e2c0704f707a | 2ff355a607d79eef5fea7796de1f29cf9ea4fbed | refs/heads/main | 2023-09-04T09:35:19.355384 | 2023-09-03T02:30:37 | 2023-09-03T02:30:37 | 153,711,945 | 6,927 | 1,397 | MIT | 2023-09-14T17:22:06 | 2018-10-19T01:55:23 | C# | UTF-8 | C++ | false | false | 777 | cxx | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
//------------------------------------------------------------------------------
//
// File: exemain2.cxx
/... | [
"vatsan.madhavan@microsoft.com"
] | vatsan.madhavan@microsoft.com |
34e300bf172963410c17cbc6dde6846abd52a1fc | 3f6a29dcf54b0209deaca80925f09953f5eeb83f | /export/windows/cpp/obj/src/ApplicationMain.cpp | e970f12ae476b4ee3b4bc3d0abca092fb5ab4dd6 | [] | no_license | revilossor/ludum-dare-27 | 39a645185c22ba3337b6a6ad346c107a32b9f920 | 8f5d2e12e5f4e0a1c8d8a7905f3b0c5edb4e8624 | refs/heads/master | 2016-09-08T01:24:55.995525 | 2013-08-26T14:15:14 | 2013-08-26T14:15:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,984 | cpp | #include <hxcpp.h>
#ifndef INCLUDED_ApplicationMain
#include <ApplicationMain.h>
#endif
#ifndef INCLUDED_DocumentClass
#include <DocumentClass.h>
#endif
#ifndef INCLUDED_IMap
#include <IMap.h>
#endif
#ifndef INCLUDED_Main
#include <Main.h>
#endif
#ifndef INCLUDED_Reflect
#include <Reflect.h>
#endif
#ifndef INCLUDED_St... | [
"oliver.ross@hotmail.com"
] | oliver.ross@hotmail.com |
4dd2cee984ef81fe84b2278473a91817b6c169ec | 159d29feb1a6758464583d0d83f1ea037dc91559 | /Leetcode/First Missing Positive.cpp | 5e01a8150d67f3b6287520e43c6ca886c62850ae | [] | no_license | kujjwal02/practice | 1c35e97ca21e73538ed66ab36882cd51f44a9e10 | c2f53c0962493a2387813f5128898392c06fd9ca | refs/heads/master | 2021-01-02T09:18:57.134635 | 2017-12-04T11:56:01 | 2017-12-04T11:56:01 | 99,191,466 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 896 | cpp | #include <iostream>
#include <string>
#include <unordered_map>
#include <algorithm>
using namespace std;
using ll = long long;
static int some = []()
{
ios::sync_with_stdio(false);
cin.tie(nullptr);
return 0;
}();
class Solution {
public:
int firstMissingPositive(vector<int>& nums) {
sort(n... | [
"kujjwal02@gmail.com"
] | kujjwal02@gmail.com |
d1b96041fb566f5a8c9fa16da95af3780010377b | 8501c150e044c0d9fa72be9f2d583f8ca4188b69 | /test/integration/acceptance/query_permission_fixture.hpp | 8c7671a86fac01e855127e9d8e326d151e8efefd | [
"Apache-2.0",
"CC-BY-4.0"
] | permissive | utsavjnn/iroha | 7234fc88eacff8a3e265928fe2eff0c8c629eda0 | 072bf4d0fb0fc505feb4b102944c6bd89830a50c | refs/heads/master | 2022-12-06T19:49:54.911117 | 2020-07-09T18:40:20 | 2020-07-10T19:22:03 | 278,109,080 | 4 | 0 | Apache-2.0 | 2020-07-08T14:18:44 | 2020-07-08T14:18:43 | null | UTF-8 | C++ | false | false | 829 | hpp | /**
* Copyright Soramitsu Co., Ltd. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef QUERY_PERMISSION_FIXTURE_HPP_
#define QUERY_PERMISSION_FIXTURE_HPP_
#include "framework/integration_framework/integration_test_framework.hpp"
#include "integration/acceptance/acceptance_fixture.hpp"
using nam... | [
"andrei@soramitsu.co.jp"
] | andrei@soramitsu.co.jp |
ae9390950faea3ba78fc74e3ae129dab7c0549fd | 8b0496961e3e522aafa08be198f35e4732cf0e01 | /aaplus/AAVSOP87C_URA.h | 74e9b785247926ea3af0c8a0cafa7c951eceb2ae | [] | no_license | hvanruys/WhereIsTheMoon | d2fe6deae22d072769c281e971f262c9b5c6fe09 | 66d7664e2e01c1b75cb5808277c3efb759f0174d | refs/heads/master | 2022-12-04T04:51:10.942511 | 2022-11-28T20:50:53 | 2022-11-28T20:50:53 | 79,359,073 | 1 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 1,456 | h | /*
Module : AAVSOP87C_URA.h
Purpose: Implementation for the algorithms for VSOP87
Created: PJN / 13-09-2015
Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com)
All rights reserved.
Copyright / Usage Details:
You are allowed to include the source code in any product ... | [
"hvanruys@tvvlaanderen.net"
] | hvanruys@tvvlaanderen.net |
bedced9f63ebcab6dc5990d68e84b8c6373a9800 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/inetsrv/msmq/src/qm/perfcomn.cpp | 140012ab5ee422400903d00cbf7f7da7d3b6ba0a | [] | 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 | 56 | cpp | #include <stdh.h>
#include "..\\mqperf\\perfcomn.cpp"
| [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
8e07fd0abc95d981f0d2af247674a6d5231cacbe | c0eb12c7f2a6aaaecca9ecbe64f36e5b60420ec7 | /VT49/include/SWSimulation.h | a509beb3f0d6af14b9db0b4449b3c9d1e4c4c11d | [] | no_license | FluentZap/vt49hg | cf70e73304f3e3db82892c0068b9ea2edf85d7e7 | dda5d767b9b7b462d2d43c0898cb485a5d8616c9 | refs/heads/master | 2020-12-27T00:54:32.841159 | 2019-07-08T05:04:15 | 2019-07-08T05:04:15 | 237,710,517 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,250 | h | #ifndef SWSIMULATION_H
#define SWSIMULATION_H
#include <stdio.h>
#include <string>
#include <unordered_set>
#include "SDL.h"
using namespace std;
struct Type_PowerDistribution
{
int Engines = 0, Shields = 0, Weapons = 0, System = 0;
};
class PlayerStats {
public:
string name;
uint8_t brawn, agility, intelect, cu... | [
"45721115+FluentZap@users.noreply.github.com"
] | 45721115+FluentZap@users.noreply.github.com |
bac7c12470b4c82df120b4872be369609182b336 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /c++/dash/2016/12/chainparams.cpp | 563d663036f86efe6643442253d9fe3c62f1263a | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | C++ | false | false | 23,174 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2014-2017 The Dash Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "chainparams.h"
#include ... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
ce2d219a67536af87f25e48f1c1c88ba82f4c379 | 1066b428e123f4212431cd124bc5b71b60a3bf90 | /src/bt_core/bt_project_storage_xml/bt_project_storage_xml.cpp | e28f295c4ef4df52811a3a22b7cd5dfe2b12dd78 | [] | no_license | amigomcu/bterm | 54523c9ceb15538cb8d93ec8161deb8e81db609c | a92bd0dcd31e82beda0fbe8b205ddfd5927eb502 | refs/heads/master | 2021-06-11T16:18:06.508638 | 2016-12-25T11:39:48 | 2016-12-25T11:39:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,725 | cpp | /******************************************************************************
* Description: See class declaration in header file
*
******************************************************************************/
/******************************************************************************
* INCLUDED ... | [
"dimon.frank@gmail.com"
] | dimon.frank@gmail.com |
8e113cd455011391c9b6eb6edb5255ebd7b8d673 | 89077692894cf67b6bac5042922c51a0efd28eb8 | /src/qt/rpcconsole.cpp | a38e4b220b19eb47aee74f3c128f93304a38694d | [
"MIT"
] | permissive | ImgBotApp/CloakCoin | a37fe129f057ad14491cb09032043d5ebfb1247b | 10df3d27e5a5143198436bac20b298e96e152e10 | refs/heads/2.1.0 | 2022-09-27T07:22:20.889143 | 2018-02-14T21:03:45 | 2018-02-14T21:03:45 | 128,121,450 | 13 | 4 | MIT | 2022-07-02T23:41:38 | 2018-04-04T21:00:48 | C | UTF-8 | C++ | false | false | 14,508 | cpp | #include "rpcconsole.h"
#include "ui_rpcconsole.h"
#include "clientmodel.h"
#include "bitcoinrpc.h"
#include "guiutil.h"
#include <QTime>
#include <QTimer>
#include <QThread>
#include <QTextEdit>
#include <QKeyEvent>
#include <QUrl>
#include <QScrollBar>
#include <openssl/crypto.h>
// TODO: make it possible to filt... | [
"dev@cloakcoin.com"
] | dev@cloakcoin.com |
45a6348f572272087d9517195fb4b96cf02927f5 | 4ca4c91b428b15592d35c5a5874b137a137cd60b | /FactoryPatternDemo/AbstractFactoryPatternDemo.h | 8e5fd5660838248ae0083f4ad289006abc03e367 | [] | no_license | yuancong1198/Design-patter-And-QT | 1c8c2252d5e683c8b2e2758ff464d8d12f39452f | 6f84a2e7eedbbd4079dc779bd0d3111988ae15ae | refs/heads/master | 2022-11-12T09:24:32.544725 | 2020-07-01T00:45:44 | 2020-07-01T00:45:44 | 276,240,223 | 3 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,389 | h | #pragma once
/*
抽象工厂模式:提供一个创建一系列相关或相互依赖对象的接口,二无需指定他们具体的类。
*/
#include <stdio.h>
//产品基类:这里包含产品基类A和产品基类B,实际上在示例代码中,这两个产品都从共同的基类继承而来,
//但是这个继承关系却是在这个模式之外的部分,而本身这个模式关心的是这两个产品基类的差异部分。
class AbstractProductA{
public:
AbstractProductA(){}
virtual ~AbstractProductA(){}
public:
virtual void operatio... | [
"yuancong@megvii.com"
] | yuancong@megvii.com |
b4fdbceb902cb93ff0369346d07369b2f3b7e870 | c94656c3a7e77db79bcabb0142a1129b3930dc4c | /wait/wait.cpp | 59ffacb9bacc7c7ba0d3198fb46eaf7faa6d130a | [] | no_license | frankieliu/SystemC | cd8c6fc88f18faba74ce24f9b1aae0428670abcd | e59eff792e43c4300a0e49b65691cdc03e3bd2e2 | refs/heads/master | 2020-08-27T13:19:06.419792 | 2019-10-28T12:52:55 | 2019-10-28T12:52:55 | 217,384,870 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,765 | cpp | #include <systemc.h>
SC_MODULE (wait_example) {
sc_in<bool> clock;
sc_event e1;
sc_event e2;
void do_test1() {
while (true) {
// Wait for posedge of clock
wait();
cout << "@" << sc_time_stamp() <<" Starting test"<<endl;
// Wait for 5 posedge of clock
wait(5);
cout <<... | [
"frankie.y.liu@gmail.com"
] | frankie.y.liu@gmail.com |
f22d1735aa2dbf2449590ad5954061ea2e0fef66 | cadba865ed8f6643482eb476e4b7091fdc9faa4f | /csv.cpp | cf42c42ddd15406444fe9b0b650b612a14e4ea91 | [
"WTFPL"
] | permissive | atenagoras/CSV | 8bec54cf7827bd75754e9db3e20644c68bd32cc2 | c61e267298bb09b9845cd41d7dafad0539304b70 | refs/heads/master | 2023-02-21T11:13:17.786037 | 2021-01-18T18:30:28 | 2021-01-18T18:30:28 | 333,242,928 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,187 | cpp | /* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://www.wtfpl.net/ for more ... | [
"athenagoras@gmail.com"
] | athenagoras@gmail.com |
65b08c4f64794b33517b3d376fe6df33b252c2aa | 123cdb1d6a6956586dd91c86d02e0d1bacdcebae | /src/demo/pandora/structures/RechargeStation.cpp | ff20b54f2f401b4c65ea765eb04626bbc8647daa | [
"BSD-2-Clause"
] | permissive | KCL-Planning/strategic-tactical-pandora | 1862f3240028d6eb5dbecf02350b9f295ec8f788 | aa609af26a59e756b25212fa57fa72be937766e7 | refs/heads/master | 2021-01-23T05:50:00.669556 | 2017-11-30T11:16:48 | 2017-11-30T11:16:48 | 102,473,151 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,956 | cpp | #include <sstream>
#include "RechargeStation.h"
#include "dpengine/loaders/PortalLevelFormatLoader.h"
#include "dpengine/scene/SceneManager.h"
#include "dpengine/scene/Material.h"
#include "dpengine/shaders/ToonShader.h"
#include "dpengine/shaders/BasicShadowShader.h"
#include "dpengine/texture/FreeImageLoader.h"
#in... | [
"bram.ridder@gmail.com"
] | bram.ridder@gmail.com |
6eebba65dbb6d12dd58a50ea5331f128c36ed565 | 1ac20a5fb38e3f5af9d61501e6dfa049902c1128 | /learn/include/eoCFNMutation.h | 0e951e636f169aed2977a00ad216162efe13b912 | [] | no_license | Scdevcty/LearningUtilityFunctions | 9955da76851e2a940b8e7f2e211609e8bd68bccf | 4e81463adf63bd8e243b08a639b04b19ce59ebee | refs/heads/main | 2023-04-04T10:36:46.018040 | 2021-04-06T07:36:44 | 2021-04-06T07:36:44 | 340,909,398 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,462 | h | /*
Template for simple mutation operators
======================================
*/
#ifndef eoCFNMutation_H
#define eoCFNMutation_H
#include <algorithm>
#include <string>
#if defined DEBUG
#include <iostream>
#include <iterator>
#endif
#include <eoOp.h>
using namespace std;
/**
* Always write a comment in t... | [
"scdev@chentianyudeMacBook-Pro.local"
] | scdev@chentianyudeMacBook-Pro.local |
d2ecf925c6c28475059045a8c17ae7f2e999068a | d2434b35a8418b9c6f636bfc1bfbbda60e610099 | /Interpreters/JoystickInterpreter.hpp | 9fd68a3b40a363172e3876cf2beb6992c0622a37 | [] | no_license | lakatop/USB_Packet_Analyzer | aaab9cb93ae0afc4fe0d4bf66cf9f15fce799e32 | ff2e7a1c9aa38f74a9392747e1469dc58ec03e1e | refs/heads/master | 2023-07-28T04:47:40.508410 | 2021-07-02T16:06:37 | 2021-07-02T16:06:37 | 340,751,876 | 6 | 0 | null | 2021-07-02T19:59:51 | 2021-02-20T20:57:45 | C++ | UTF-8 | C++ | false | false | 874 | hpp | #ifndef JOYSTICKINTERPRETER_HPP
#define JOYSTICKINTERPRETER_HPP
#include "../DefinedStructs/ConstDataHolder.hpp"
#include "../HID/HIDDevices.hpp"
#include "BaseInterpreter.hpp"
/// <summary>
/// Interpreter for HID joystick device.
/// </summary>
class JoystickInterpreter : public BaseInterpreter
{
public:
JoystickI... | [
"lakatopeter8@gmail.com"
] | lakatopeter8@gmail.com |
770af3a06f82818c396f78d2282eeb23e48227e3 | 98d80fe2e9d3d767258023e4c338e168c0eb5d5b | /includeos/pocservice/service.cpp | 6debcd47716702f3f0360a0707f490ce93a7aa3a | [] | no_license | dansanabria/unikernels | 8ef01206d4e4e95a4864030f452acfe3d1fcc181 | f9393dba4bc9c458f35a7915ca47fb236127d5dd | refs/heads/master | 2021-09-24T20:40:47.557635 | 2018-10-14T19:24:50 | 2018-10-14T19:24:50 | 109,317,580 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,543 | cpp | // This file is a part of the IncludeOS unikernel - www.includeos.org
//
// Copyright 2015-2016 Oslo and Akershus University College of Applied Sciences
// and Alfred Bratterud
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// Yo... | [
"sanabria.d@gmail.com"
] | sanabria.d@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.