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 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
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 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c8e17fdee9f43650dcdf4eb7b44b5e16fe52913f | bbac388eb6b53daec63190e2f271a18fe9bfb163 | /abc203/AChinchirorin.cpp | 55ae33593230cc4adcdae73aa97518f0f66d32a9 | [] | no_license | tatsumack/atcoder | 8d94cf29160b6553b0c089cb795c54efd3fb0f7b | fbe1e1eab80c4c0680ec046acdc6214426b19650 | refs/heads/master | 2023-06-17T23:09:54.056132 | 2021-07-04T13:03:59 | 2021-07-04T13:03:59 | 124,963,709 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 865 | cpp | #include <bits/stdc++.h>
#define int long long
#define REP(i, n) for (int i = 0, i##_len = (n); i < i##_len; ++i)
#define FOR(i, a, b) for (int i = (a), i##_len = (b); i <= i##_len; ++i)
#define REV(i, a, b) for (int i = (a); i >= (b); --i)
#define CLR(a, b) memset((a), (b), sizeof(a))
#define DUMP(x) cout << #x << " ... | [
"tatsu.mack@gmail.com"
] | tatsu.mack@gmail.com |
aa2759212d6c1383a3e23b2f533d157e420423b4 | ab189df4ab3389184422ffdc8193dc6f4477a646 | /taccCore/FParse.cpp | 87cabbd416774d0eea36cddb5ecbce1d772c897e | [] | no_license | gottafixthat/tacc | cfe10b2db0436afbec528c44cd1b3eeb44117675 | da5bb6393ae02a6b4f99bdb1b05de92b60e722d6 | refs/heads/master | 2021-01-25T04:02:28.248364 | 2015-09-04T22:49:25 | 2015-09-04T22:49:25 | 41,939,578 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,302 | cpp | /*
** $Id$
**
***************************************************************************
**
** FParse - Generic file parsing routines.
**
***************************************************************************
** Written by R. Marc Lewis,
** (C)opyright 1998-2000, R. Marc Lewis and Blarg! Oline Services, Inc.
... | [
"marc@innovotel.com"
] | marc@innovotel.com |
ce9c7f0edfb96f76a122dc5ccfd1ce921d188242 | 86221af671fb3a667f6855fe54b0faf7d9786468 | /GSP420OpenGLEngine/Vector2D.hpp | 58207ff05a229ff57b4dc2008d882466fc32c949 | [] | no_license | b-estivens/GSP420OpenGLEngine | 912e3b6bbca440d98b3bec7c8fdaef792aef2e74 | b86f5eddaab013c30109235fee3717efd62b0833 | refs/heads/master | 2021-01-18T03:02:01.259838 | 2015-11-08T20:51:13 | 2015-11-08T20:51:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,817 | hpp | #pragma once
template <class t>
class Vector2D
{
public:
t x;
t y;
Vector2D(void): x(0),y(0){}
Vector2D(t x_,t y_):x(x_),y(y_){}
~Vector2D(void){}
Vector2D operator -(Vector2D other)
{
Vector2D ret = *this;
ret.x -= other.x;
ret.y -= other.y;
return ret;
}
Vector2D operat... | [
"jcopela4@gmail.com"
] | jcopela4@gmail.com |
2bed5c7ed77176db7fef2b7f04215161c59383a6 | eeedb4ed8dfdd61e2f643e0e2460aef798476694 | /src/opeq.cpp | 0befc506f12c0c19a024e0bedde1770bf7a02032 | [] | no_license | ParkSeungwon/progs | 7849b36697179260e7dd1d620a6132e81d4da6e6 | bc4280b1176da5f7b32549b1d108adc34b0f48e7 | refs/heads/master | 2022-03-24T11:05:00.242822 | 2019-12-14T09:54:18 | 2019-12-14T09:54:18 | 198,050,876 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 218 | cpp | #include<iostream>
using namespace std;
class A
{
public:
int i;
A& operator=(int k) {
i = k;
}
};
class B : public A
{
public:
B(int a) {
A::operator=(a);
cout << i;
}
};
int main()
{
A a;
B b(3);
}
| [
"zezeon@msn.com"
] | zezeon@msn.com |
7930b8e24d3e7d610b2a9f62b3bddb8775cbbcae | 0eac383dec54bc49681b18be17d43f2b93fe5a0b | /h264_video_decoder_demo/H264VUI.h | 011d8b670a77fb11cba1889559c2e946323d799b | [] | no_license | hellowanda/h264_video_decoder_demo | e3fec6dcc97e1fc43524a20d76eb01ee9d118e53 | 357e5ddfe8817023ebafae08dd7d01d7aae55e5b | refs/heads/master | 2023-04-11T17:44:28.016740 | 2021-05-01T09:22:38 | 2021-05-01T09:22:38 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,229 | h | //
// H264VUI.h
// h264_video_decoder_demo
//
// Created by: 386520874@qq.com
// Date: 2019.09.01 - 2021.02.14
//
#ifndef __H264_VUI_H__
#define __H264_VUI_H__
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <string>
#include "Bitstream.h"
#include "H264HrdParameters.h"
class... | [
"386520874@qq.com"
] | 386520874@qq.com |
80ddd28f23029c7a03fdb5e21ad5932e5d7b78bc | e6a786a977ed0798c677950a4ade5346731e93c4 | /src/Magnum/OpenDdl/Implementation/Parsers.h | 278072b4bec1f4f08e38496ba6c1a9cb32a9672b | [
"MIT"
] | permissive | theg4sh/magnum-plugins | fcc10f46b70dc7bf2bc1c74caf469bcfcfdb323c | e07bc2e579145ce1d4ef7411cf92284d7377132c | refs/heads/master | 2020-04-12T10:33:26.073191 | 2018-12-14T21:08:08 | 2018-12-14T21:08:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,741 | h | #ifndef Magnum_OpenDdl_Implementation_parsers_h
#define Magnum_OpenDdl_Implementation_parsers_h
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obt... | [
"mosra@centrum.cz"
] | mosra@centrum.cz |
e241d36fa09ce2aac38ea4d209fc9c21b507691f | 8567438779e6af0754620a25d379c348e4cd5a5d | /services/video_capture/test/mock_device_factory.cc | 8fe10777a5fe125f199056825add7aad03ff3dca | [
"BSD-3-Clause"
] | permissive | thngkaiyuan/chromium | c389ac4b50ccba28ee077cbf6115c41b547955ae | dab56a4a71f87f64ecc0044e97b4a8f247787a68 | refs/heads/master | 2022-11-10T02:50:29.326119 | 2017-04-08T12:28:57 | 2017-04-08T12:28:57 | 84,073,924 | 0 | 1 | BSD-3-Clause | 2022-10-25T19:47:15 | 2017-03-06T13:04:15 | null | UTF-8 | C++ | false | false | 2,744 | cc | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/memory/ptr_util.h"
#include "services/video_capture/test/mock_device_factory.h"
namespace {
// Report a single hard-coded supported forma... | [
"hedonist.ky@gmail.com"
] | hedonist.ky@gmail.com |
2af47cdcb1556d6e5368afd910eb6c4e5f3784da | fdb1e74102edccd4922f5192f7b930ad4c5709c0 | /P2PSharer/FlagMgr.cpp | 9315e9d28df00e2564677912658e6d44e2e1380f | [] | no_license | foxbryant88/P2PSharer | 3799c1127ffcb80160cec7106e4610de065b392e | 95c9fb4baeee811e72820bed99115182a9158f54 | refs/heads/master | 2020-06-01T04:36:55.724338 | 2015-10-18T23:07:55 | 2015-10-18T23:07:55 | 40,537,709 | 1 | 1 | null | null | null | null | GB18030 | C++ | false | false | 1,746 | cpp | #include "stdafx.h"
#include "FlagMgr.h"
CFlagMgr::CFlagMgr()
{
}
CFlagMgr::~CFlagMgr()
{
}
//根据格式字符串及后缀返回标记
acl::string CFlagMgr::GetFlag(const char *formatstr, const char *suffix)
{
acl::string flag;
flag.format(formatstr, suffix);
return flag;
}
//循环检查标记是否为1
//成功返回true 否则false
bool CFlagMgr::WaitFlagIs1(c... | [
"307065422@qq.com"
] | 307065422@qq.com |
72ba5cbce6dd146a90ccc67f6e2576fe1715d975 | 7ac97b60fdf1a6ade698bc34632a45601d67b398 | /coa202/lab-1/lab-1.ino | d3b6ab2d200737a2f6ea3db513111d9797ea65dc | [] | no_license | bheki-maenetja/small-projects-arduino | f8a6359cf9e117a1b9b93051d55e8ae55afd1a60 | 29ab31038e27f7c3c24d91485326b8673e542c9a | refs/heads/master | 2023-04-23T00:04:38.921596 | 2021-05-05T18:50:38 | 2021-05-05T18:50:38 | 338,538,973 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 552 | ino | #include <Wire.h>
#include <Adafruit_RGBLCDShield.h>
#include <utility/Adafruit_MCP23017.h>
Adafruit_RGBLCDShield lcd = Adafruit_RGBLCDShield ();
void setup() {
// put your setup code here, to run once:
lcd.begin(16, 2);
lcd.setCursor(0, 0);
lcd.print("Hello ,World!");
lcd.setCursor(0, 1);
lcd.print("Hi ... | [
"bhekimaenetja@gmail.com"
] | bhekimaenetja@gmail.com |
f833a0a2de72505a89e5e67347bb43668936bde6 | eb2ce3ee3d77d2543a79eac8919fb056e0e43e17 | /source/Mojo/SpriteBatch.cpp | c822f64b5571c655b6901c72189a1a84dcc4b735 | [
"MIT"
] | permissive | mtwilliams/mojo | b65a75a8f406113602124bb6fd6606a5d067ef33 | e9d3c718617d9668049a17731844a4b35be9759d | refs/heads/master | 2020-05-18T04:46:20.928021 | 2012-04-30T06:26:57 | 2012-04-30T06:26:57 | 4,081,721 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,836 | cpp | #include <Mojo/SpriteBatch.hpp>
#include <Mojo/Services.hpp>
namespace Mojo
{
SpriteBatch::SpriteBatch( size_t num_sprites )
: Mojo::Batch(Mojo::Graphics::VT_T2F_C4UB_V3F, Mojo::Graphics::GetVertexFormatSize(Mojo::Graphics::VT_T2F_C4UB_V3F) * num_sprites * 6)
, _in_batch(false)
, _sprite_sh... | [
"m.t.williams@live.com"
] | m.t.williams@live.com |
d6dacb0f4dec75442396b7af13880f4139374c10 | c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64 | /Engine/Plugins/Editor/USDImporter/Source/ThirdParty/USD/include/pxr/usd/sdf/layerUtils.h | 39770fc9bcadcc759c4469f22fa072c4453897c4 | [
"LicenseRef-scancode-free-unknown",
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | windystrife/UnrealEngine_NVIDIAGameWorks | c3c7863083653caf1bc67d3ef104fb4b9f302e2a | b50e6338a7c5b26374d66306ebc7807541ff815e | refs/heads/4.18-GameWorks | 2023-03-11T02:50:08.471040 | 2022-01-13T20:50:29 | 2022-01-13T20:50:29 | 124,100,479 | 262 | 179 | MIT | 2022-12-16T05:36:38 | 2018-03-06T15:44:09 | C++ | UTF-8 | C++ | false | false | 2,605 | h | //
// Copyright 2016 Pixar
//
// Licensed under the Apache License, Version 2.0 (the "Apache License")
// with the following modification; you may not use this file except in
// compliance with the Apache License and the following modification to it:
// Section 6. Trademarks. is deleted and replaced with:
//
// 6. Trad... | [
"tungnt.rec@gmail.com"
] | tungnt.rec@gmail.com |
cd272d6e66be46fe5bc35bd0a1af78bc77903a7a | 23cc70b3174d95bb1f5e350b90f55b922481a27e | /LAB10/Bionomial_set2.cpp | f57b20c312197bf2b6efa920419318ed7872f153 | [] | no_license | Rohit2409/ADS | fb0eae86de9f6c66b43fb09c745df94c67bef587 | 81ad3fcfcc5c0c3d309617e677763ae0a6ad9220 | refs/heads/master | 2023-02-04T00:23:31.744146 | 2020-12-28T13:01:24 | 2020-12-28T13:01:24 | 295,990,393 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,418 | cpp | #include <bits/stdc++.h>
using namespace std;
struct Node
{
int data, degree;
Node *child, *sibling, *parent;
};
Node *newNode(int key)
{
Node *temp = new Node;
temp->data = key;
temp->degree = 0;
temp->child = temp->parent = temp->sibling = NULL;
return temp;
}
Node *mergeBinomialTrees(N... | [
"noreply@github.com"
] | Rohit2409.noreply@github.com |
67587ef795b958edad86b0040b0eacb3e2de42c0 | 32fee513cd946f175dbf065aa014e57f6da6c56c | /TCP/TCP/serverwidget.h | 4a3cf583996cbb7c48de42e638f5388a5488a959 | [] | no_license | HhTtLllL/qt | d329e38ebc16740965cc02331d8e34a8499da223 | 85702f20b9ada5e5bc97c3b56fba16a0d71acda3 | refs/heads/master | 2021-02-12T09:40:27.252739 | 2020-05-28T17:48:41 | 2020-05-28T17:48:41 | 244,582,947 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 565 | h | #ifndef SERVERWIDGET_H
#define SERVERWIDGET_H
#include <QWidget>
#include <QTcpServer> //监听套接字
#include <QTcpSocket> //通信套接字
namespace Ui {
class ServerWidget;
}
class ServerWidget : public QWidget
{
Q_OBJECT
public:
explicit ServerWidget(QWidget *parent = nullptr);
~ServerWidget();
private slots:
... | [
"1430249706@qq.com"
] | 1430249706@qq.com |
ff61bf579a1935d1a0e970ea9b296891c50a7c12 | d15bdaddab59d1cfea76790004cbad3e5f0c2c55 | /batkin/devel_isolated/path_server/include/path_server/SetPathNameRequest.h | ad8ff64309add24f29bf424c03d0018e2449428a | [] | no_license | gychen-n/robot | 4265a1ff469d22550b6b537d1c81aa846ee7641a | 0663a33aea2c2de9e3ac5863307619091e5b5959 | refs/heads/main | 2023-04-10T13:32:06.623682 | 2021-04-16T00:41:04 | 2021-04-16T00:41:04 | 358,431,232 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,272 | h | // Generated by gencpp from file path_server/SetPathNameRequest.msg
// DO NOT EDIT!
#ifndef PATH_SERVER_MESSAGE_SETPATHNAMEREQUEST_H
#define PATH_SERVER_MESSAGE_SETPATHNAMEREQUEST_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_messag... | [
"gyc@autolabor-host.autolabor-domain"
] | gyc@autolabor-host.autolabor-domain |
c57fa325d783d806db56609f35e311190fc428be | 24f26275ffcd9324998d7570ea9fda82578eeb9e | /third_party/blink/renderer/core/svg/svg_animate_transform_element.cc | e1a894240c9c1d6655b58dd71fe3b94fc8ddd79f | [
"BSD-3-Clause",
"LGPL-2.0-only",
"BSD-2-Clause",
"LGPL-2.1-only",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft"
] | permissive | Vizionnation/chromenohistory | 70a51193c8538d7b995000a1b2a654e70603040f | 146feeb85985a6835f4b8826ad67be9195455402 | refs/heads/master | 2022-12-15T07:02:54.461083 | 2019-10-25T15:07:06 | 2019-10-25T15:07:06 | 217,557,501 | 2 | 1 | BSD-3-Clause | 2022-11-19T06:53:07 | 2019-10-25T14:58:54 | null | UTF-8 | C++ | false | false | 3,245 | cc | /*
* Copyright (C) 2004, 2005 Nikolas Zimmermann <zimmermann@kde.org>
* Copyright (C) 2004, 2005, 2006, 2007 Rob Buis <buis@kde.org>
* Copyright (C) 2007 Eric Seidel <eric@webkit.org>
* Copyright (C) 2008 Apple Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify i... | [
"rjkroege@chromium.org"
] | rjkroege@chromium.org |
53e4258ebfba0be11cc79414e90c48bb5ecbc66c | d612992e0471f969d2c83bdf475ce768155d99f4 | /inet/src/inet/visualizer/scene/NetworkNodeCanvasVisualization.h | 92ac4f61d4ebcb9011f1f43ffecefb3cc4af977e | [] | no_license | weinischThesis/simulte_veins | d4479406bd395bd2b6e630276d3a36c83de493e2 | c652ac511610514219ee334bc3129eff658b8fb6 | refs/heads/master | 2020-04-15T06:11:02.666630 | 2019-04-22T16:21:54 | 2019-04-22T16:21:54 | 164,451,511 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,392 | h | //
// Copyright (C) OpenSim Ltd.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is dis... | [
"christoph@weinisch.com"
] | christoph@weinisch.com |
d5fac623c7a9084493b375d8e806ce542c548d86 | 1095fbf5b641aa6031dded2087a667a46a0eb4de | /QTSync/QTSync/orderedhashtree.h | 1773ed16b44deec069341b151e85fec9c7dbee3b | [] | no_license | chosemove/University-of-homework | 139e7c27ef6055b584f967108dc0257cccbec1ac | c2d7a64abf1c2b6b912f1949b10b272e56a8885d | refs/heads/master | 2023-04-14T03:37:42.631656 | 2021-04-20T12:58:14 | 2021-04-20T12:58:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,770 | h | #ifndef ORDEREDHASHTREE_H
#define ORDEREDHASHTREE_H
#include<QString>
#include<QByteArray>
#include<QCryptographicHash>
#include<QStringList>
/*用五元组<p, h, Parent, FistChild, NextSibling>表示。其中,p表示该
节点对应的文件相对路径,h表示该节点存储的Hash值,Parent, FistChild和NextSibling分别
代表该节点在OHT中的父节点、头子孙节点和后继兄弟节点。*/
struct HashNode
{
QString pat... | [
"1767508581@qq.com"
] | 1767508581@qq.com |
3f39e7815a5119ef7d98d27399da99ee70ce689e | 52505166e409b44caf7a0b144ef0c453b586fcee | /bug-detection/piccolo/sim/src/riscv.cc | 6a54a0abf141fd69f7768d93d052fee85a5fc365 | [] | no_license | yuex1994/ASPDAC-tandem | fb090975c65edbdda68c19a8d7e7a5f0ff96bcb8 | decdabc5743c2116d1fc0e339e434b9e13c430a8 | refs/heads/master | 2023-08-28T04:37:30.011721 | 2021-08-07T13:19:23 | 2021-08-07T13:19:30 | 419,089,461 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,740 | cc | #include <riscv.h>
riscv::riscv() {
tandem_func[0] = &riscv::tandem_instr_BEQ;
tandem_func[1] = &riscv::tandem_instr_BNE;
tandem_func[2] = &riscv::tandem_instr_BLT;
tandem_func[3] = &riscv::tandem_instr_BLTU;
tandem_func[4] = &riscv::tandem_instr_BGE;
tandem_func[5] = &riscv::tandem_instr_BGEU;
tandem_fun... | [
"anonymizeddac2020submission@gmail.com"
] | anonymizeddac2020submission@gmail.com |
0d551cb930d449b0b2af7dac0bdd1edd6379ded4 | 454e66cae3bdf850f9a014265a4bdc1813fe8a8d | /src/snark/libsnark/algebra/evaluation_domain/evaluation_domain.tcc | 8e3ea7a625b4795371e4acef0247bd6cd562f177 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"AGPL-3.0-only"
] | permissive | interbiznw/BTCP-Rebase | c97921a26b03e6358afbe8642d5acba7c1729781 | 3d3f3471018a28835426fe423465899f39f81f77 | refs/heads/master | 2020-04-01T06:05:42.515957 | 2018-10-18T03:59:13 | 2018-10-18T03:59:13 | 131,097,839 | 0 | 0 | MIT | 2018-10-14T02:40:21 | 2018-04-26T03:59:31 | C++ | UTF-8 | C++ | false | false | 3,494 | tcc | /** @file
*****************************************************************************
Imeplementation of interfaces for evaluation domains.
See evaluation_domain.hpp .
We currently implement, and select among, three types of domains:
- "basic radix-2": the domain has size m = 2^k and consists of the m-th root... | [
"jc@jc"
] | jc@jc |
16dcfd859604e26fc17c04ec6fefb9912c84bd40 | 21a1e3fa9372be9c3cee4129fe3d836f499517d9 | /.theano/compiledir_Linux-3.16--generic-x86_64-with-debian-jessie-sid-x86_64-2.7.10-64/tmptHC6Fu/mod.cpp | 5a697cb4442d81fc62c560638ac1cd1bf470947a | [] | no_license | ejake/tensor-factorization | 1d26ba4fcdbc9816439d39e738c8c0efdb95cd57 | 0a82ed55b872d42c78d0be373003e154c477b8b2 | refs/heads/master | 2020-05-22T06:43:25.459028 | 2017-03-07T17:44:26 | 2017-03-07T17:44:26 | 64,168,262 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 55,654 | cpp | #include <Python.h>
#include <iostream>
#include "theano_mod_helper.h"
#include <math.h>
#include <numpy/arrayobject.h>
#include <numpy/arrayscalars.h>
#include <iostream>
#include <time.h>
#include <sys/time.h>
//////////////////////
//// Support Code
//////////////////////
extern "C"
{
void xerbla... | [
"rajaquep@gmail.com"
] | rajaquep@gmail.com |
8ba5bcddd8bf2a2955d4279835dff3a29c8b0083 | 700dc3170fddbdf6eb53ff39a0b29749e7645a39 | /developerspage.h | 9d54db9d5d12639dde13d0afbaa44cf8b468a3c8 | [] | no_license | pseudoPixels/digitalDiary | 6e2e40c86e1d58eb153889c2470c4466718116b6 | dad14aa70f819370111ee5747c1a734c15180f65 | refs/heads/master | 2020-04-05T06:22:39.567534 | 2018-11-08T02:06:26 | 2018-11-08T02:06:26 | 156,635,831 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 632 | h | #ifndef DEVELOPERSPAGE_H
#define DEVELOPERSPAGE_H
#include <QPainter>
#include <QDialog>
namespace Ui {
class developersPage;
}
class developersPage : public QDialog {
Q_OBJECT
public:
developersPage(QWidget *parent = 0);
~developersPage();
protected:
void changeEvent(QEvent *e)... | [
"golam.mostaeen@usask.ca"
] | golam.mostaeen@usask.ca |
6759bbae92a8ec29c421a446c82b6b7a23c086da | 26d51ff6ecadb944b4b5a9bd2facd81dd0bf3a33 | /Methods/liczby_pierwsze.cpp | 8df5c156dc8c7c3a15ee3588fcb5a9265d7c68f9 | [] | no_license | PiotrK21/Spoj | 2afded8c69cb9ce081e75848e70bf65f09a55344 | f16f1c9071730a22bec96f55eacd5201db20e8b5 | refs/heads/master | 2020-03-29T23:35:57.320687 | 2018-09-26T19:55:48 | 2018-09-26T19:55:48 | 150,480,056 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 845 | cpp | #include <iostream>
#include <math.h>
#include "zadania.h"
using namespace std;
void pierwsza(int x)
{
if((x%((int)sqrt(x))==0 && x>3) || x==1) cout <<"NIE"<<endl;
else if(x==2 || x==3) cout <<"TAK"<<endl;
else
{
int liczba = sqrt(x);
int j=0;
while(x%(liczba-j)!=0)
{
... | [
"piotrek0309@vp.pl"
] | piotrek0309@vp.pl |
ac9f5c708a36c24a2d43abd544c38ff811d6b936 | c42689414b1f6a828c9c6d35cb445691355e3e45 | /Classes/UILayer/PowerManager.cpp | 7dfb07f4be634c598bece22dbb8d71d9812c7aba | [] | no_license | EMGAME/Sister | ddfd751b7e5feafd260c356d6874036ac4e2e238 | 33fa7c86c2669e016c2ead9b27aab100aa75aa81 | refs/heads/master | 2021-01-02T09:09:01.621004 | 2014-10-22T04:16:02 | 2014-10-22T04:16:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,376 | cpp | //
// PowerManager.cpp
// Sister
//
// Created by 风飞逸 on 14-8-14.
//
//
#include "PowerManager.h"
static PowerManager* s_sharedPowerManager = nullptr;
PowerManager::PowerManager(){
setPowerNum(0);
}
PowerManager* PowerManager::getInstance(){
if (!s_sharedPowerManager)
{
s_sharedPowerManager = n... | [
"wangyaohua@yimankeji.com"
] | wangyaohua@yimankeji.com |
d1258002362797474cab8b80b564e7bcf755da91 | 3bc95589dbd26f2857ebe9ffbfa3d07cd490defa | /src/qt/test/wallettests.cpp | eafaaec14482005c269f1b48305081ced32865b8 | [
"MIT"
] | permissive | perfectcoincore/perfectcoin | 5e840973b09081845c38e26e0c6d95e95fae3389 | 32dcbae0df2798921a9752a1a1371141831f1adc | refs/heads/master | 2020-03-21T13:30:48.489603 | 2018-06-27T06:07:32 | 2018-06-27T06:07:32 | 138,610,004 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,139 | cpp | #include "wallettests.h"
#include "qt/perfectcoinamountfield.h"
#include "qt/callback.h"
#include "qt/optionsmodel.h"
#include "qt/platformstyle.h"
#include "qt/qvalidatedlineedit.h"
#include "qt/sendcoinsdialog.h"
#include "qt/sendcoinsentry.h"
#include "qt/transactiontablemodel.h"
#include "qt/transactionview.h"
#in... | [
"webframes@gmail.com"
] | webframes@gmail.com |
a0512141c26b2b6c66216a5b8498f22a9f56d69e | 973ff99f109a482150cb90d7792a81f6cec44cde | /Librarys/Bohge/External/lua-5.2.2/Lua/lua_tinker.hpp | c4e6c2f849568ac0a92b72e7a1ae8035246c1415 | [
"MIT"
] | permissive | wangscript/Bohge_Engine | db90047141826ee5400400f658cd6f07e9bb87e4 | 32f828d26a1abb6e8f5c3f43904884a65fec576a | refs/heads/master | 2020-12-24T09:44:55.555872 | 2014-04-25T16:49:24 | 2014-04-25T16:49:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 39,868 | hpp | // lua_tinker.h
// LuaTinker - Simple and light C++ wrapper for Lua.
//
// Copyright (c) 2005-2007 Kwon-il Lee (zupet@hitel.net)
//
// please check Licence.txt file for licence and legal issues.
// modify by Lili for Lua5.2 version Thu Nov 15 17:47:06 CST 2012
#if !defined(_LUA_TINKER_H_)
#define _LUA_TINKER_H_
#i... | [
"bohge@163.com"
] | bohge@163.com |
8045c9c4fc3bee854a83ea54ef778dcb8c6ebbdf | 311525f7de84975434f55c00b545ccf7fe3dcce6 | /online/cf/567/chunga.cpp | 984a1712a81580634aaca934bb102e9d7b9ac47f | [] | no_license | fishy15/competitive_programming | 60f485bc4022e41efb0b7d2e12d094213d074f07 | d9bca2e6bea704f2bfe5a30e08aa0788be6a8022 | refs/heads/master | 2023-08-16T02:05:08.270992 | 2023-08-06T01:00:21 | 2023-08-06T01:00:21 | 171,861,737 | 29 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 760 | cpp | #include <iostream>
#include <iomanip>
#include <fstream>
#include <vector>
#include <array>
#include <algorithm>
#include <utility>
#include <map>
#include <queue>
#include <set>
#include <cmath>
#include <cstdio>
#include <cstring>
#define ll long long
#define ld long double
#define eps 1e-8
#define MOD 1000000007
... | [
"aaryan.prakash3.14@gmail.com"
] | aaryan.prakash3.14@gmail.com |
569a06aa3e8f0fd11153453e0e9686851f52eb07 | 1447861e661b5ba2e208db33726366b7e471cf5e | /runtime/windows/include/yat/memory/MemBuf.h | 053709441903761e588d55f75d29ecb3895c35cf | [
"BSD-3-Clause"
] | permissive | tango-controls/igorpro-binding | f8725d2e8e953442d517c22b97b4319d287b892b | d242bb3102fface2c526b786bceb6c88bb056f1c | refs/heads/master | 2021-06-19T03:47:31.052114 | 2020-11-23T07:33:15 | 2020-11-23T07:33:15 | 75,382,824 | 0 | 1 | BSD-3-Clause | 2019-03-15T12:56:19 | 2016-12-02T09:49:10 | C++ | UTF-8 | C++ | false | false | 14,477 | h | //----------------------------------------------------------------------------
// Copyright (c) 2004-2015 Synchrotron SOLEIL
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the GNU Lesser Public License v3
// which accompanies this distribution, and is availa... | [
"LECLERCQ@synchrotron-soleil.fr"
] | LECLERCQ@synchrotron-soleil.fr |
d049a17ec8d305c1725bba226ced2d2c1c0cc244 | 0ee45b0f16f26d8746d77f921dcf1605ad7bfdc9 | /lib/prod-dbg/ProductDebug.cpp | d92ae4f116a1a0a55a521685a09251595938f4ce | [
"MIT"
] | permissive | chatelao/wiring-lora-skeleton | dcd9aaae40ba72a14a13a5750f2942a68a80b815 | 85e1fc19b99c4a46dee5295eee27db488b823e31 | refs/heads/master | 2020-04-28T15:19:16.358328 | 2019-02-28T17:30:54 | 2019-02-28T17:30:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 878 | cpp | /*
* ProductDebug.cpp
*
* Created on: 14.06.2016
* Author: nid
*/
#include "ProductDebug.h"
#include <Arduino.h>
#include <Timer.h>
#include <SerialCommand.h>
#include <DbgCliNode.h>
#include <DbgCliTopic.h>
#include <DbgCliCommand.h>
#include <DbgTraceContext.h>
#include <DbgTracePort.h>
#include <DbgTrac... | [
"dieter.niklaus@gmx.net"
] | dieter.niklaus@gmx.net |
b09acf9617033a841a88b238c8c4b315bd8930fa | 4183b737d053f17a6e8a35b0e776074d03112598 | /.vscode/cquery_cached_index/d@@vex prog@pros projects@project serpentine/src@display.cpp | 0eb5a9cc0795f44d8234e1dcd82badece48a901b | [] | no_license | bid-p/Project-Serpentine | 633fe16fa3185862597c6e3d7ffdf3a800bd5e11 | 7530989ddf71f745e120762340800ee5af677c7d | refs/heads/master | 2021-10-18T04:42:34.452246 | 2019-02-13T22:34:54 | 2019-02-13T22:34:54 | 155,278,086 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,013 | cpp | #include "main.h"
LV_IMG_DECLARE(fieldResizedIMG);
LV_IMG_DECLARE(redNearIMG);
bool readyBtnExists = false;
lv_obj_t *titleLabel = lv_label_create(lv_scr_act(), NULL);
lv_obj_t *redNearBtn = lv_btn_create(lv_scr_act(), NULL);
//--
lv_obj_t *redNear1Btn = lv_btn_create(lv_scr_act(), NULL);
lv_obj_t *redNear2Btn = lv... | [
"s2siddhu@gmail.com"
] | s2siddhu@gmail.com |
51b0edf560984e0eb7f9d8981ae43b1f99b0345b | 0d5e87d5b7ef260a721304b2b08444d299d29083 | /Flucius 1.1/runner.cpp | ea6b0de4e66fc359177c09704400f1ce8a6f7e09 | [] | no_license | marsermd/Flucius | 8264bec52c3b1175dff4bc7e2f3d0d6e7ee67b2e | d453eaecbb214cb7b8c1cd302010332657966d22 | refs/heads/master | 2021-05-25T11:22:53.850352 | 2021-04-19T17:39:37 | 2021-04-19T17:39:37 | 20,194,022 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,080 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <GL\glew.h>
#include <GLFW\glfw3.h>
#include <glm\glm.hpp>
#include <glm\gtc\type_ptr.hpp>
#include <cuda_profiler_api.h>
#include "shader.h"
#include "Camera.h"
#include "Grid.h"
#include "SimplePsystemDrawer.h"
#include "Scene.h"
struct Material
{
glm::vec3 color... | [
"mischapanin@gmail.com"
] | mischapanin@gmail.com |
67030e81b8e1ce7426eb9027be95386282092861 | 2e84219d54933602544672f83435e1ce5227b57e | /Library/Il2cppBuildCache/UWP/x64/il2cppOutput/UnityEngine.TerrainModule.cpp | fdd72ee0bbbd0c273fe7fd36791c0ec06231a4bc | [] | no_license | six519/2_gay_dogs_run | b2ea27c72c9713c1826a8fe14b9a5cbe6777cbd7 | d795fc921212691b5e8575eca2538e8916ced0e4 | refs/heads/main | 2023-06-12T22:23:11.197120 | 2021-07-03T09:07:43 | 2021-07-03T09:07:43 | 371,247,319 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 272,699 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
template <typename T1, typename T2>
struct VirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSl... | [
"ferdinandsilva@ferdinandsilva.com"
] | ferdinandsilva@ferdinandsilva.com |
588ca2073ab674f7966285c3c77abdb6bb4c7f13 | c834f1c3ba7f922f6a6ff16aabd4d130d7678a2c | /Others/AP_Controller/source/driver/clock.cpp | 49d5b5c1a75c4e8912e22af45d6170e011ea6ecc | [] | no_license | Nkyoku/KIKS | d2fe67f9d19ffd48ed54b09d5827fd43626dbfd0 | 411520115265d0cc1ce16a0fa22bc398bb897123 | refs/heads/master | 2021-03-12T21:37:32.164099 | 2014-04-16T05:28:55 | 2014-04-16T05:28:55 | 17,817,877 | 1 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 1,166 | cpp | // クロック管理
#include "clock.h"
// クロックの初期化
void Clock_Init(void){
// 24MHz発振器を起動
PM.mcctrl = AVR32_PM_MCCTRL_OSC0EN_MASK | (AVR32_PM_MCCTRL_MCSEL_SLOW << AVR32_PM_MCCTRL_MCSEL);
PM.oscctrl0 = (AVR32_PM_OSCCTRL0_MODE_EXT_CLOCK << AVR32_PM_OSCCTRL0_MODE)
| (AVR32_PM_OSCCTRL0_STARTUP_16384_RCOSC << A... | [
"nkyoku@gmail.com"
] | nkyoku@gmail.com |
a13ae33f79a478bce7ff513ed2d0f47a8fe12b59 | cf8ddfc720bf6451c4ef4fa01684327431db1919 | /SDK/ARKSurvivalEvolved_DinoTamedInventoryComponent_Arthro_functions.cpp | f3386ea17836528cd75ae2539c7d95079a27ac82 | [
"MIT"
] | permissive | git-Charlie/ARK-SDK | 75337684b11e7b9f668da1f15e8054052a3b600f | c38ca9925309516b2093ad8c3a70ed9489e1d573 | refs/heads/master | 2023-06-20T06:30:33.550123 | 2021-07-11T13:41:45 | 2021-07-11T13:41:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,203 | cpp | // ARKSurvivalEvolved (329.9) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_DinoTamedInventoryComponent_Arthro_parameters.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Functions
//-----------------------------------------------... | [
"sergey.2bite@gmail.com"
] | sergey.2bite@gmail.com |
96b12ce7100015723d7332e108dd6f5ee207dd92 | df7fb26cf3143294b61bc5274c5f62e91f304730 | /Library/Il2cppBuildCache/iOS/il2cppOutput/UnityEngine.AudioModule_Attr.cpp | ffa53d8c7335c83b088e9d866eec6e68fca1748f | [] | no_license | noguchi-no/symbolchange | cd088c9b5472f069d9615f83f2a113eb5fb721ec | adbdf20831837d2bde8af589e57282a6438e6685 | refs/heads/master | 2023-08-28T05:04:12.470790 | 2021-10-24T12:08:46 | 2021-10-24T12:08:46 | 412,973,648 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 129,714 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
// System.Char[]
struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34;
// System.Type[]
struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755;
// System.Reflection.Bin... | [
"hal3152haru@gmail.com"
] | hal3152haru@gmail.com |
a021d1f1c23853dc6ebec675bdd3e18754249f01 | 53e34b7eb1923f55038d9b2747f5e7dbee376253 | /cabot_bt/plugins/action/change_param.cpp | 669a0997a42ed50ce931c5f3fb76dd36726f7ea0 | [
"MIT",
"LicenseRef-scancode-dco-1.1",
"Apache-2.0"
] | permissive | qqsskk/cabot | fd5a2884a8eb401ab0953d7effad89cce1edbeab | b64468a71a29b5812088d99673403880f9d3edc0 | refs/heads/main | 2023-01-31T21:42:04.666344 | 2020-12-17T19:06:22 | 2020-12-17T19:06:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,740 | cpp | // Copyright (c) 2020 Carnegie Mellon University
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, me... | [
"daisukes@cmu.edu"
] | daisukes@cmu.edu |
8ca4bafba1d56ed583e53c5ed6b6261ec3f6323c | 9386acb33a6c522ebbb79c4447b61b191860a87b | /include/sk/util/Items.hxx | 0cc7924e25b62774f6dff9d594177e092b8190de | [
"MIT"
] | permissive | stemkit-collection/stemkit-cpp | 878fa2c74272127a8cf3ff9659ec9e39034bb4d8 | dfa77d831f49916ba6d134f407a4dcd0983328f6 | refs/heads/master | 2020-04-19T08:58:17.402275 | 2019-02-04T20:16:47 | 2019-02-04T20:16:47 | 168,095,623 | 4 | 0 | MIT | 2019-01-30T04:49:32 | 2019-01-29T05:35:00 | HTML | UTF-8 | C++ | false | false | 2,401 | hxx | /* vim: set sw=2:
* Copyright (c) 2010, Gennady Bystritsky <bystr@mac.com>
*
* Distributed under the MIT Licence.
* This is free software. See 'LICENSE' for details.
* You must read and accept the license prior to use.
*
* Author: Gennady Bystritsky
*/
#ifndef _SK_UTIL_ITEMS_HXX_
#define _SK_UTIL_ITEMS_HX... | [
"gennady@bystr.com"
] | gennady@bystr.com |
6eb3c09de229bcbcb05cbb41ad19c6aee8bf34cf | 9d4a6336eca4c4189fe42f71d5ea05bc5368f84d | /lab7/main.cpp | 3b66f0a56d8917c35c6f7d0b0e7fd025152ba0cb | [] | no_license | marelix2/grafika_cpp | fc146a8441fbbbaa525972706700a88031d4866a | 1600664c09e28e4005e26de23e804a5cba675496 | refs/heads/master | 2021-05-08T00:51:29.655063 | 2017-11-20T00:38:08 | 2017-11-20T00:38:08 | 107,814,581 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,024 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <allegro.h>
#include <iostream>
class Ff{
float firstDimX[12][3];
float firstDimY[12][3];
float secDimX[12][2];
float secDimY[12][2];
float d = 150;
public:
Ff(){
startUp2D();
secDim();
}
void startUp2D(){
firstDimX[0][0] = 200;
firstDimX[0][1] = 400;
firstDimX[... | [
"marelix2@gmail.com"
] | marelix2@gmail.com |
fc937c33207b3a766a086ee3e70339ecd2b8a6b2 | 6c4897435128a2aeea0afb7b305d5d228422a644 | /MyGui/build/debug/moc_dialog.cpp | 63026c2e1c4bf3049b45be232efb6cf87a925115 | [] | no_license | jfdzar/QtTutorial | f8e75340fdeb4fa7a090e038833d024d735c2f06 | b1daa0bdfef1b97715de2dd8619762663884d6bb | refs/heads/master | 2021-01-22T05:16:37.882329 | 2015-09-14T20:33:32 | 2015-09-14T20:33:32 | 30,668,109 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,499 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'dialog.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.3.2)
**
** WARNING! All changes made in this file will be lost!
**************************************************************... | [
"jfdzar@gmail.com"
] | jfdzar@gmail.com |
1d66d50644e184a39804184270680e6b04418fda | 82751ca8cd84cf2b2fbac850e33c162e9ec77960 | /fish/mbed/LPCExpress/robotic_fish_6/ros_lib/control_msgs/JointTolerance.h | eefab4b996461c54817f8cd0d9ab69509f9225be | [
"MIT"
] | permissive | arizonat/softroboticfish7 | c4b1b3a866d42c04f7785088010ba0d6a173dc79 | 777fd37ff817e131106392a85f65c700198b0197 | refs/heads/master | 2022-12-13T02:59:16.290695 | 2022-11-28T21:01:03 | 2022-11-28T21:01:03 | 255,442,610 | 2 | 0 | MIT | 2020-04-13T21:11:31 | 2020-04-13T21:11:30 | null | UTF-8 | C++ | false | false | 6,084 | h | #ifndef _ROS_control_msgs_JointTolerance_h
#define _ROS_control_msgs_JointTolerance_h
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include "ros/msg.h"
namespace control_msgs
{
class JointTolerance : public ros::Msg
{
public:
const char* name;
double position;
double velocity... | [
"cyndiac@mit.edu"
] | cyndiac@mit.edu |
0c68bf417ec745b35180cc4050100f8b646d83a4 | a2dc8d91b035c3f956f0de6e17e2395580bc46cd | /move_robot/src/ecat_profile_pos_test.cpp | 5d8919a42e2e1eec17a01c78ef6bf49abff777a0 | [] | no_license | hammammi/moveit_final1 | e71a37f75f1e6555e6e7829c3826271b7167581c | c131b91b9ddf5ecea754dd83da2a93bf80d9f15f | refs/heads/main | 2023-08-01T14:53:29.609596 | 2021-09-16T04:50:50 | 2021-09-16T04:50:50 | 407,019,048 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 36,259 | cpp | //
// Created by jeong on 20. 9. 22..
//
#include <ros/ros.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <signal.h>
#include <inttypes.h>
#include <unistd.h>
#include <memory.h>
#include <sys/mman.h>
#include <alchemy/task.h>
#include <alchemy/timer.h>
#include <xenomai/init.h>
#include "cont... | [
"noreply@github.com"
] | hammammi.noreply@github.com |
42659f18c2b1d270ee301fff5a8fd1590bba123d | f354176c587e6c100b5198d33ed778c483fcd325 | /uCXpresso.BLE/inc/class/pwm.h | 97deebf88b7d8001fcde8842f7a95c268f051c39 | [] | no_license | chenjuichi/nano11uxx | 1125e8a1bf3ad7889049c6ad481160100e6a7ce8 | 9242967cad6ef41fe2a472387afc6d407b91d5c1 | refs/heads/master | 2021-01-17T21:39:14.057448 | 2015-01-17T03:45:26 | 2015-01-17T03:45:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,507 | h | /*
===============================================================================
Name : pwm.h
Author : uCXpresso
Version : v1.0.2
Date : 2014/5/19
Copyright : Copyright (C) www.embeda.com.tw
Description : PWM class
===================================================================... | [
"jason@embeda.com.tw"
] | jason@embeda.com.tw |
18b1d1404193cda1595c333bd824e63928b86993 | 7ae86f909b54b1b8e251ce85d9bbfa282e1d95e9 | /101_ZoneServer/Quest/QuestManager.cpp | e662bea6595619fa61af604013b635208161d5ea | [] | no_license | dai543103/ServerFramework-1 | 4a6195a698a28a0174479b346eca743c4186cf86 | 5e74916e9e5c9aeaba0462e19d1eb72f81b53991 | refs/heads/master | 2020-05-22T12:34:56.900722 | 2019-02-15T03:28:58 | 2019-02-15T03:28:58 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 22,723 | cpp |
#include "GameProtocol.hpp"
#include "LogAdapter.hpp"
#include "ErrorNumDef.hpp"
#include "Random.hpp"
#include "Kernel/ConfigManager.hpp"
#include "Kernel/GameRole.hpp"
#include "Kernel/UnitUtility.hpp"
#include "Kernel/GameEventManager.hpp"
#include "Kernel/ZoneOssLog.hpp"
#include "RepThings/RepThingsUtility.hpp"
#... | [
"784108273@qq.com"
] | 784108273@qq.com |
4c77c4184a8f3097332e82f956a2ab3d9ac23f51 | 2b674dfad4f0c58d064421136a24301182e10920 | /include/blaze-2.4/blazetest/src/mathtest/dynamicmatrix/ClassTest.cpp | 6a245d0fa1ebd9962345244b6e0e8b7415c7517c | [
"BSD-3-Clause"
] | permissive | adityaramesh/blaze_benchmark | 6f57352a4d3f2de9a2b35956c2f2f31e7834c018 | 91a9bf4500fcc0e4c5ff435e80026e216deb5ad7 | refs/heads/master | 2020-04-10T01:41:42.341292 | 2015-08-26T14:06:30 | 2015-08-26T14:06:30 | 41,381,938 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 234,752 | cpp | //=================================================================================================
/*!
// \file src/mathtest/dynamicmatrix/ClassTest.cpp
// \brief Source file for the DynamicMatrix class test
//
// Copyright (C) 2013 Klaus Iglberger - All Rights Reserved
//
// This file is part of the Blaze library... | [
"_@adityaramesh.com"
] | _@adityaramesh.com |
7c2bfd235a400c7c3959bc5aa74e9b8f73287632 | 888fe8ce72981e8d705a28fe774119dffda2a48c | /http-server/file.h | c3c47973817a9d936958469fcc1f7f64dec73f5b | [] | no_license | wierton/sample-code-for-server | 24ddc28aa7eb978b9086e94a2322bf76aeedae23 | 1f2efb29e91994ea92549df9bac333c47f2073b4 | refs/heads/master | 2021-05-11T23:15:43.205112 | 2018-02-27T14:11:47 | 2018-02-27T14:11:47 | 117,510,590 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 648 | h | #ifndef FILE_H
#define FILE_H
#include <string>
#include <memory>
#include <cstdlib>
class File {
std::string filename;
std::shared_ptr<struct stat> file_status;
public:
File();
File(const std::string &filename);
// APIs
std::string file_suffix();
std::string readall();
size_t size();
bool is_exists();
b... | [
"141242068@smail.nju.edu.cn"
] | 141242068@smail.nju.edu.cn |
fbdb4566d4d82e030e9f198d8eecf7553f8714ee | 9ad7163ecf76ed95b37f2cccaaac21d4f653caaf | /include/libdungeon.hpp | c68e5937da28cc5aa723fea1af259dd2b3d1c986 | [] | no_license | skyethepinkcat/libdungeon | 02a80ef595d269948a86d40887be74b484ba8360 | ad4b7092530c86af8d30171ea20c3f678609a15e | refs/heads/master | 2022-10-11T01:15:34.450295 | 2020-05-12T14:42:19 | 2020-05-12T14:42:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 97 | hpp | #pragma once
#include "skyelib.hpp"
namespace libdungeon {
extern skyelib::toolkit tools;
}
| [
"skye@skyenet.online"
] | skye@skyenet.online |
2836cc2ff90006c56dfc9d735f007da40e07ddc4 | 696e35ccdf167c3f6b1a7f5458406d3bb81987c9 | /content/browser/renderer_host/frame_connector_delegate.h | b82851f6cadc756f83522395e540a0afb13a96ba | [
"BSD-3-Clause"
] | permissive | mgh3326/iridium-browser | 064e91a5e37f4e8501ea971483bd1c76297261c3 | e7de6a434d2659f02e94917be364a904a442d2d0 | refs/heads/master | 2023-03-30T16:18:27.391772 | 2019-04-24T02:14:32 | 2019-04-24T02:14:32 | 183,128,065 | 0 | 0 | BSD-3-Clause | 2019-11-30T06:06:02 | 2019-04-24T02:04:51 | null | UTF-8 | C++ | false | false | 11,346 | 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 CONTENT_BROWSER_RENDERER_HOST_FRAME_CONNECTOR_DELEGATE_H_
#define CONTENT_BROWSER_RENDERER_HOST_FRAME_CONNECTOR_DELEGATE_H_
#include "base/time/t... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
3a442f388380273df20857fadd477ada2aaa7917 | 0f60cd9ea6cb42cd2e89a19c0de2821395108c9b | /libtorrent/include/libtorrent/session_status.hpp | c862677d7d764fe614fb51293fead3d741d8b123 | [
"MIT",
"BSD-3-Clause",
"Zlib",
"BSL-1.0"
] | permissive | Stefanpop19/Libraries | b1dd683a2a2e491d63a523cdcda4fef30c72de6c | 3a4eb74dc1f493fededfefacc69c16cd959e6f51 | refs/heads/master | 2020-03-26T23:28:36.365691 | 2018-05-22T08:20:16 | 2018-05-22T08:20:16 | 145,545,400 | 1 | 0 | null | 2018-08-21T10:04:17 | 2018-08-21T10:04:17 | null | UTF-8 | C++ | false | false | 8,804 | hpp | /*
Copyright (c) 2006-2018, Arvid Norberg
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 conditions and ... | [
"linhao@matrix.space"
] | linhao@matrix.space |
082a008126fcc6366d4d0718c1c0e327af83fd5a | e1c4dfe112bf2ec6e57ebff1c2e0f5342d1bc5ca | /LkUtil/LK/src/LK/Math/DDouble.cpp | 9ffb778fc6149d67aba8d2b362ae65f00f35e3fb | [] | no_license | Melody/LkNetwork | e8da6bac6d1aa432dab44e883110e14c146ce058 | 3edfce3e3a7d1cc1d0fe664d8dea0f2d292fb822 | refs/heads/master | 2021-01-10T16:23:05.305821 | 2016-04-10T10:03:31 | 2016-04-10T10:03:31 | 55,890,925 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,385 | cpp | #include "stdafx.h"
#ifdef LK_MATH_DDOUBLE_
int LK::Math::DDouble::DefOutPrec = 6;
LK::Math::DDouble::DDouble(double val, double ep) : Exp(ep), Value(val)
{
if (val == 0)Exp = 0;
else if (val >= 1 || (val < 0.5&&val>-0.5) || val <= -1)
{
union
{
double dn;
unsigned long long un;
};
dn = val;
Exp += ... | [
"guojiaqi2006@qq.com"
] | guojiaqi2006@qq.com |
1b4344478c5411ae71f24a1de62345a4fd17468c | 704bad9ce1bf1703a20f15842c0c51228ed0dffe | /include/Updateable.h | 2e367f4722ab50b7b752a128db25d3a8addee3f6 | [
"MIT"
] | permissive | SundeepK/Clone | 5846a20e10d3110a1bd84a86208509687c0000f2 | 7386f8d6f9ebb49babdcc08c3bd5dda701e89e9b | refs/heads/master | 2021-01-01T17:42:58.760839 | 2015-01-31T18:04:12 | 2015-01-31T18:04:12 | 19,470,044 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 226 | h | #ifndef UPDATEABLE_H
#define UPDATEABLE_H
class Updateable
{
public:
Updateable();
virtual ~Updateable();
virtual void update(float dt) = 0;
protected:
private:
};
#endif // UPDATEABLE_H
| [
"sundeepkahlon@hotmail.com"
] | sundeepkahlon@hotmail.com |
b2128b8678bcf7d0bc80ab2ae1cd204c671c9bd8 | 101ceac1ebf888cdf74232255c3c9ced561d9983 | /goblin/goblin.2.8b18/lib_src/solveSymmTSP.cpp | 705920df2d21f40e9415d7946652cb04b27916bf | [] | no_license | hxn170230/AdvancedComputerNetworks | a38325f1893327a59566c80b0eb5321ce7493b07 | 45f35076a879a3f28400610119db1d6f170ac9f0 | refs/heads/master | 2020-12-03T00:12:23.595121 | 2017-07-02T03:41:25 | 2017-07-02T03:41:25 | 96,000,286 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 31,680 | cpp |
// This file forms part of the GOBLIN C++ Class Library.
//
// Initially written by Christian Fremuth-Paeger, May 2001
//
// Copying, compiling, distribution and modification
// of this source code is permitted only in accordance
// with the GOBLIN general licence information.
/// \file solveSymmTSP.cpp
/// \b... | [
"hxn170230@utdallas.edu"
] | hxn170230@utdallas.edu |
28633820a8c7bed0ddff26eeead607e5c8204395 | 87592b4207788088ce5c836f1a95dac553f7e417 | /include/exch/dataExOnTheCouch.h | c1a438bcf02698038a2a5c39555344e8bd64274e | [] | no_license | jtsiva/nachonet | af4ac3938b8d70b8ec67028255172d102d9c2f2d | 3f0030da749d90ac296f72ef2a304bd53c0c3b7a | refs/heads/master | 2020-12-25T17:34:12.665441 | 2016-09-01T20:54:57 | 2016-09-01T20:54:57 | 23,408,386 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,356 | h | /*******************************************************************************
File: dataExOnTheCouch.h
Author: Josh Siva
Date: 3/3/14
Project: NachoNet
Purpose: Defines the interface to the data exchange module on the couch. This
extends the data exchange module to work with CouchDB
*****************... | [
"jtsiva@gmail.com"
] | jtsiva@gmail.com |
a2eb22a476056b3f8b0bb9727794b183c51f3fae | 8265b9fe72e9b29127c68b71a69319d21be3e82f | /Books/source/projectpath/projectpath.cpp | 20e9ee62d277ba4e84b77a9cbb2d20de9c55092d | [] | no_license | thuvanhoang00/ThucTap | 4c59d505838fb55ee060341ca8bcaf2cbd8ec93a | f73cb28239c23cae41e5aa866c5ed0b817370db8 | refs/heads/main | 2023-04-27T05:06:52.245226 | 2021-05-09T04:58:55 | 2021-05-09T04:58:55 | 354,559,707 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 400 | cpp | #include "header/projectpath/projectpath.h"
#include <QtDebug>
ProjectPath::ProjectPath(QObject *parent) : QObject(parent)
{
}
QString ProjectPath::getImagePath() const
{
return imagePath;
}
void ProjectPath::setImagePath(QString path)
{
qDebug() << QString("%1 %2").arg(Q_FUNC_INFO).arg(path);
if(imagePa... | [
"thu.hoangvan00@gmail.com"
] | thu.hoangvan00@gmail.com |
e4fb3457f1ad11ea99503d2d4ef4627baeccf69a | 7f69666290f669ced84fad1301e6b04cb55b1824 | /assault cube internal/cheat/modules/health.cpp | e60a4ab7b446285c9972f2dcc63be03443d72199 | [] | no_license | epixelse/assault-cube-internal-hack | cb7af40faadfacd918feae691d50723550d313b9 | 41825a8087a07f0b91689415bc41361d46fe7f56 | refs/heads/master | 2023-08-15T05:40:53.901334 | 2021-10-16T14:15:22 | 2021-10-16T14:15:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 287 | cpp | #include "modules.h"
#include "../engine/entity.h"
#include "../settings.h"
void modules::IniniteHealth() {
if (C_Settings->InfiniteHealth) {
LocalPlayer local_player;
if (local_player.Get()) {
local_player.SetHealth(1337 /*very cool hacking number ;--------DDDDDD*/);
}
}
} | [
"frshsteam@gmail.com"
] | frshsteam@gmail.com |
5a4d297801857c2fea124dc1f0d790a049f50d74 | f39f460eee4cec6c06c53271f0cf1c2e557f04ab | /Lab2/main.cpp | 8a21980ec6d0c59efd4e150eb265e96067d7bc21 | [] | no_license | Fred-Nuno/7L3IEACSLab02 | 19e234405ae75dd97b681a353e13b0f3ea82ac63 | cbc94e9a5e2e98351702e519d55b122f1a790d47 | refs/heads/master | 2021-05-25T14:09:52.672551 | 2020-04-17T17:59:46 | 2020-04-17T17:59:46 | 253,784,336 | 0 | 0 | null | 2020-04-07T12:19:49 | 2020-04-07T12:19:48 | null | UTF-8 | C++ | false | false | 2,029 | cpp | #include<iostream>
#include<string>
#include<string.h>
#include<stdio.h>
#include<stdlib.h>
#include<ctype.h>
#include "problem1.h"
#include "problem2.h"
int main()
{
//__________________Problem__1_____________________
//__________Problem__1___part__1________Caesar__Cipher_______
// s... | [
"noreply@github.com"
] | Fred-Nuno.noreply@github.com |
398d26a4399dda7dc6536a39262f00cbc4a9a13f | d12718f986df62bccba7fda289e903c8c282f60a | /user_ops/gather_corr_op.cc | 6ea763d9b60208b6d244a9ef50f79e45c033a0fc | [] | no_license | marek094/tf-rectified-renderer | f39a8328820fbe2167727601f59bf741263be4c9 | d43c20546d279ee7a1399c6cf07a1794b5ec27e8 | refs/heads/master | 2020-11-25T09:19:27.526176 | 2019-12-17T10:53:51 | 2019-12-17T10:56:34 | 228,592,179 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,435 | cc | /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"me@marekcerny.com"
] | me@marekcerny.com |
b6d984d0ce4dbdaf41a849869e625ad7ec62f6d6 | 77861deda8b3046bdda221d3cb80b77e84b14523 | /sse-sumbytes/int8_t/scalar.cpp | d59d1eda15c5048395de9b3b98396f6aeb8a092c | [
"BSD-2-Clause"
] | permissive | WojciechMula/toys | b73f09212ca19f1e76bbf2afaa5ad2efcea95175 | 6110b59de45dc1ce44388b21c6437eff49a7655c | refs/heads/master | 2023-08-18T12:54:25.919406 | 2023-08-05T09:20:14 | 2023-08-05T09:20:14 | 14,905,115 | 302 | 44 | BSD-2-Clause | 2020-04-17T17:10:42 | 2013-12-03T20:35:37 | C++ | UTF-8 | C++ | false | false | 367 | cpp | #include "scalar.h"
#include <numeric>
int32_t scalar_sumsignedbytes(int8_t* array, size_t size)
{
int32_t sum = 0;
// this loop might get vectorized
for (size_t i=0; i < size; i++)
sum += array[i];
return sum;
}
int32_t scalar_cpp_sumsignedbytes(int8_t* array, size_t size)
{
return std::... | [
"wojciech_mula@poczta.onet.pl"
] | wojciech_mula@poczta.onet.pl |
86b939cf5fb9254ffbb8371c377cacb193fc0131 | eefb836e9ec761c2b1f102b4007ed7ab6380c7a2 | /code/delta/core/modules/shle/libSceCommonDialog/libSceCommonDialog_api.cpp | ded76dd4a42346c861362fb16c11478d94abb610 | [] | no_license | RyuDanuer/ps4delta | be6ee054ca3ae59159ecbcc59addb77c6f60c85f | e3ee468357fa0fbbd428d52034fc84e76b851c4c | refs/heads/master | 2020-09-25T05:18:15.631545 | 2019-12-02T20:13:54 | 2019-12-02T20:13:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,404 | cpp |
// Copyright (C) 2019 Force67
// This file was generated on Sat Sep 7 22:01:24 2019
#include "../../ModuleLinker.h"
#include "libSceCommonDialog.h"
static const mlink::FunctionInfo functions[] = {
{0xBA85292C6364CA09, &sceCommonDialogInitialize},
{0x050DED7B2D099903, &sceCommonDialogIsUsed},
{0x0B00B31B49E72E0... | [
"prelink835@gmail.com"
] | prelink835@gmail.com |
bb06440bf6cc795d29a3549e550e201ef86f3818 | 4610baf9a7e81cad6e52fe49289a5f234861732b | /perception/cluster_descriptors/cluster_descriptors.cpp | fd16bdb04b9f25582f08a7bd3bb8734d62707b2e | [] | no_license | kuasha/stanley | 07f924f6ff61413f5baabd5b6605d4289e93c68d | b6b6d3a9efd4611258b2a6337ef25007f406bd80 | refs/heads/master | 2021-01-19T00:57:09.752337 | 2016-08-15T02:36:18 | 2016-08-15T02:36:18 | 65,698,509 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 36,724 | cpp | /********************************************************
Stanford Driving Software
Copyright (c) 2011 Stanford University
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... | [
"kuasha@gmail.com"
] | kuasha@gmail.com |
cc55273013bdbad5a781be61d32f032dab7d2bdf | c7a9c7123b0f41f91d5cfdd29ffbdf1e8e129c02 | /RSSI_Tester.ino | 1434cd3a6ac4b150cee581efd0fa4ebe52c74e21 | [] | no_license | BenjaminMcKitterick/4th-Year-Project | a8d42f779df4c528dc5ca8bd9fbb6fee5e09cb45 | 23c8b2d9ae85861003882c7df7f06cf9067f1db5 | refs/heads/main | 2023-05-12T14:44:24.361733 | 2021-06-03T21:09:18 | 2021-06-03T21:09:18 | 373,639,007 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,153 | ino |
/* Basic application for testing received signal strength indication (RSSI) of ESP32 over LoRaWAN */
#include <ESP32_LoRaWAN.h>
#include <U8x8lib.h>
#include <U8g2lib.h>
#include "Arduino.h"
/* Code ID for chip */
uint32_t code_id[4] = {0x7E007672,0x7EC4F079,0xF82BB1FF,0xC8455010};
/* Parameteres required for over... | [
"noreply@github.com"
] | BenjaminMcKitterick.noreply@github.com |
96fae6412aace48463b21b25717c967df544ab7b | 2aad1f0f979723b915009fb55434b9fac29a3024 | /Externals/libicp/src/icpPointToPlane.cpp | b76e3b38b6308104f49bb6240c5785237bcd49c6 | [] | no_license | zainmehdi/manual_pos_graph_slam | 778b368972d7f955878dfe756433ac5ed2ea843d | dbfb960c48be3684ec509507aae69757b55781fa | refs/heads/master | 2021-06-06T14:09:57.503925 | 2016-10-24T08:16:37 | 2016-10-24T08:16:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,466 | cpp | /*
Copyright 2011. All rights reserved.
Institute of Measurement and Control Systems
Karlsruhe Institute of Technology, Germany
Authors: Andreas Geiger
openMP support by Manolis Lourakis, Foundation for Research & Technology - Hellas, Heraklion, Greece
libicp is free software; you can redistribute it and/or modify i... | [
"jaejun0201@gmail.com"
] | jaejun0201@gmail.com |
b3966f762ae361b2f7ec159fdaab52fd4cf10cee | e82ff0cf1e4590082aaf0337336fb191595377e0 | /src/qt/qvaluecombobox.cpp | b3a7ef575fc00fcda837794f3d98aa805047aa09 | [
"MIT"
] | permissive | yoda-x-com/blockchain | f2d5969081cbdd1bfcfa4466304e4ccf773fc294 | 5f4d83bc9f7dfb17cd6997e61ca5a5c764fc4772 | refs/heads/master | 2022-07-30T11:49:43.534316 | 2020-05-08T08:46:41 | 2020-05-08T08:46:41 | 262,270,941 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 797 | cpp | // Copyright (c) 2011-2013 The Bitcoin developers
// Copyright (c) 2017-2019 The YODA developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "qvaluecombobox.h"
QValueComboBox::QValueComboBox(QWidget* parent) : ... | [
"support@yoda-x.com"
] | support@yoda-x.com |
79349c5822637430c71928954ae50d8d04242155 | e121e35904a22e1427884bdfbe0e98a56a8a4254 | /Classes/HelloWorldScene.h | 343f8c7bbcc782a4c135a38b0f666613c5c9e85b | [] | no_license | linchangjian/LCJNoOneDie | face7e6b56103b12a85093812a01ad215898f1de | 9aab3d24b188302178c0a6df0dcd3520cd6ebd06 | refs/heads/master | 2021-01-10T18:40:45.953121 | 2015-08-05T04:00:32 | 2015-08-05T04:00:32 | 40,157,909 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 786 | h | #ifndef __HELLOWORLD_SCENE_H__
#define __HELLOWORLD_SCENE_H__
#include "cocos2d.h"
#include"GameController.h"
class HelloWorld : public cocos2d::LayerColor
{
private :
cocos2d::Vector<GameController*> gcs;
int scoreCount = 0;
Label* _labelSorce;
public:
// there's no 'id' in cpp, so we recommend returning the c... | [
"linchangjianting@163.com"
] | linchangjianting@163.com |
fb1bdd1131b84ed9d823e18804172cce6ad7e549 | 145a23997f344e77192975ebd44452cf54b46b43 | /Survival_Game/Intermediate/Build/Win64/UE4Editor/Inc/Survival_Game/Survival_GameGameMode.gen.cpp | e4bfdbb59a5ed07e1e692fa4aa3856b412aecfa2 | [] | no_license | EnricoSandri/Start_Project | 8b06acbf67c8b584dadc50436e6e4a1379592304 | 23e5d6ccbb3f6e8ca6a6d5441b11efacca82cb4b | refs/heads/main | 2023-06-10T16:33:55.046073 | 2021-06-15T10:53:21 | 2021-06-15T10:53:21 | 377,780,824 | 0 | 0 | null | 2021-06-17T09:48:07 | 2021-06-17T09:48:06 | null | UTF-8 | C++ | false | false | 3,650 | cpp | // Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
==============================================================... | [
"sait.aaron@yahoo.co.uk"
] | sait.aaron@yahoo.co.uk |
6e331f6f065c95884d5610e6f957d5aca04e3b08 | 539996b61db3ac81dfbaeb1a640b0e60442c7631 | /Classes/AppDelegate.cpp | a9e19f0f7f86a6aa845cd52d8c5aa54714ba9039 | [] | no_license | SelAD/BattleFish | 99c01f5e936b99837f835ad48adda29f36993b5b | 96e32ebdd2cb9e4d6f1a838db7c0c3934aa518f0 | refs/heads/master | 2023-03-24T09:11:56.579124 | 2018-05-02T08:11:28 | 2018-05-02T08:11:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,333 | cpp | #include "AppDelegate.h"
#include "BFSceneMenu.h"
USING_NS_CC;
AppDelegate::AppDelegate() {
}
AppDelegate::~AppDelegate()
{
}
bool AppDelegate::applicationDidFinishLaunching() {
// initialize director
CCDirector* pDirector = CCDirector::sharedDirector();
CCEGLView* pEGLView = CCEGLView::sharedOpenGLVi... | [
"useful@bk.ru"
] | useful@bk.ru |
96ddb1ceef52df49a8f73fc764b331f12ed4a105 | f949d51be3ed5d02761621da4f7688de1c00a2d5 | /egfilebuf.h | bf9d09943bc49aa7d574a7977879258d9ff58f0a | [] | no_license | vpike/LomonosovTB | fc200d30cc3159b182e21db8a6cc4755bada3548 | 3aee8da7b0680c42a249a5338df4cb37cb6f7498 | refs/heads/master | 2021-06-01T17:45:51.319274 | 2018-09-21T11:41:09 | 2018-09-21T11:41:09 | 17,903,872 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,515 | h | #ifndef EGFILEBUF_H_
#define EGFILEBUF_H_
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifndef _MSC_VER
#include <unistd.h>
#else
#include <io.h>
#endif
#include "egmaintypes.h"
#ifdef WIN32
#define WIN32_FILE
#endif
//#define FILE_VIA_MPI
// basic buffered reading plain files
#ifde... | [
"vshchukin@boiler-n.bishop"
] | vshchukin@boiler-n.bishop |
5944e9f497087eff1265a4af23a1dbbbe6783887 | 283590633be05d51c5166bebd0adb90f17e49aa0 | /src/protocol/RemotingCommand.cpp | 46e274b2cb8e91edb54ac2b62ecd59371ec083a4 | [
"Apache-2.0"
] | permissive | liuyingjie-asir/rocketmq-client-cpp | 201aeae3bbaa71d4f13a54d9e617e3e89f5f1b1b | fed75d8a81d9cfa82458b24ee7747329176e22fc | refs/heads/master | 2021-10-16T09:00:49.566259 | 2019-01-31T02:08:00 | 2019-01-31T02:08:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,244 | cpp | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"libya_003@163.com"
] | libya_003@163.com |
c226c4d50afebcc9d93f19e43b43a26ef5da2501 | 3bb2b6eeca9990de89adb9cc4443f50fe29a5369 | /src/core/util/Audio/DestroyVoice.cpp | be5dc5848629c01639a952c1de6bbc81fd6df1db | [] | no_license | am11/ffcore | 2ae7c14a1d75f5b7af0df87c897a4a0bee2381e0 | 4855bfd3c3d0c30c887dd6546c86f7542612e148 | refs/heads/master | 2021-01-17T02:03:26.356471 | 2015-08-12T17:56:23 | 2015-08-12T17:56:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,724 | cpp | #include "pch.h"
#include "Audio/AudioDevice.h"
#include "Audio/DestroyVoice.h"
#include "Globals/ProcessGlobals.h"
#include "Graph/Data/GraphCategory.h"
#include "Module/ModuleFactory.h"
BEGIN_INTERFACES(ff::DestroyVoiceWorkItem)
HAS_INTERFACE(ff::IWorkItem)
HAS_INTERFACE(ff::IAudioDeviceChild)
END_INTERFACES()
//... | [
"spadapet@hotmail.com"
] | spadapet@hotmail.com |
5f8f62c3af0b014a09fbb993b45b1bb870bda1ef | 499f4b46c5745bf8ea155551712b4c401861b0eb | /NoSqlDb/TestProj1/TestProj1.h | 46fee14f225e83f64d4b05cbf565aadea5d96564 | [] | no_license | acmer29/RemoteCodeRepository | c2619b0d011f3547e87a0e412ecd3cd76839f740 | 943804560f13ac112ec24e012824e0fe57a339e5 | refs/heads/master | 2021-09-26T10:28:35.180250 | 2018-05-01T22:12:50 | 2018-05-01T22:12:50 | 155,156,270 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 831 | h | #pragma once
#ifndef TESTPROJ1_H
#define TESTPROJ1_H
#include <iostream>
#include <iomanip>
#include <functional>
#include "../Query/Query.h"
#include "../DbCore/DbCore.h"
#include "../Persistence/Persisence.h"
#include "../Utilities/TestUtilities/TestUtilities.h"
#include "../Utilities/StringUtilities/StringUtilities.... | [
"tqi100@syr.edu"
] | tqi100@syr.edu |
2dfb3461000bb241c5362dff73b50441d32b6887 | 29a7775ddef9923ee6d1ad6afeb389fae8601348 | /src/libzerocoin/Denominations.h | d3f36e316a071aaf39b60d38b4462f0c04194bd9 | [
"MIT"
] | permissive | arowwne/TesraSupernet | e1721016947d33cd84ecfe2b63b34142e54abdd8 | 79546fdb5026b008abcaccc00d6b5d9b3bd3f9ca | refs/heads/master | 2020-05-26T06:48:00.625590 | 2019-05-21T10:50:18 | 2019-05-21T10:50:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,279 | h | /**
* @file Denominations.h
*
* @brief Denomination info for the Zerocoin library.
*
* @copyright Copyright 2017 PIVX Developers
* @license This project is released under the MIT license.
**/
#ifndef DENOMINATIONS_H_
#define DENOMINATIONS_H_
#include <cstdint>
#include <string>
#include <vector>... | [
"qiujie@qiujiedeMac-mini.local"
] | qiujie@qiujiedeMac-mini.local |
e1598da307c0f44ae1ded50cbabf22d5ecc341af | 5c3f5a340eb7db751b025754888fb28763c2c46b | /src/protocol.h | f702dfdb452ca4ee80398652cec5ef4f30877cf1 | [
"MIT"
] | permissive | roscoin1/roscoin | 6986dec82313217038fc61265b9c29919f8e8a25 | d2d615e78934425a110b5800ff2b605110359fb7 | refs/heads/master | 2021-01-10T20:55:33.235364 | 2014-10-25T22:29:24 | 2014-10-25T22:29:24 | 25,748,960 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 3,383 | h | // 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.
#ifndef __cplusplus
# error This header can only be compiled as C++.
#endif
#ifnd... | [
"godivacoin@yahoo.com"
] | godivacoin@yahoo.com |
421c9bd58945581503be80ddc7782450a912fc67 | 15bd7227959f8fd37d4293f44a3d99d5b5172510 | /LeetCode/1465/Solution.cpp | c0e342bdf9dfab7fdee41e886935e5266d2f32ef | [] | no_license | dskym/Algorithm | a9d589ec47a472a157fb4843010c77a09315e262 | 6b215fdf88ba02370b75c8565867cdc401c40fa1 | refs/heads/master | 2023-05-10T22:04:44.567097 | 2023-05-09T13:12:41 | 2023-05-09T13:12:41 | 148,602,397 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 884 | cpp | class Solution {
public:
int maxArea(int h, int w, vector<int>& horizontalCuts, vector<int>& verticalCuts) {
horizontalCuts.push_back(0);
horizontalCuts.push_back(h);
sort(horizontalCuts.begin(), horizontalCuts.end());
verticalCuts.push_back(0);
verticalCuts.push_bac... | [
"dskym@naver.com"
] | dskym@naver.com |
d10c51bc3b4dea97ba159500dd457af267f7a72b | 877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a | /app/src/main/cpp/dir7941/dir7942/dir8062/dir8063/dir12766/dir12767/dir20982/file20995.cpp | 0f64d18caa1bb2e340f2915da7791f05e8cd151e | [] | no_license | tgeng/HugeProject | 829c3bdfb7cbaf57727c41263212d4a67e3eb93d | 4488d3b765e8827636ce5e878baacdf388710ef2 | refs/heads/master | 2022-08-21T16:58:54.161627 | 2020-05-28T01:54:03 | 2020-05-28T01:54:03 | 267,468,475 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 115 | cpp | #ifndef file20995
#error "macro file20995 must be defined"
#endif
static const char* file20995String = "file20995"; | [
"tgeng@google.com"
] | tgeng@google.com |
e0cad0cd1af3de58390fc8da1785f208a20b789d | ee89f2c304fb1acf760bb4122b1ece8cd92806b7 | /texture0.cpp | 67c1bdb73e46f861c40bc187ee67b22cc4ef6547 | [
"MIT"
] | permissive | djhunter/graphics-texture0 | c28c60482acc859cf279a3cdb3a6197d394ff2c9 | 38e98f8330a64ca56a12410e44080c478824c959 | refs/heads/master | 2021-06-25T02:33:54.740996 | 2017-09-07T22:11:09 | 2017-09-07T22:11:09 | 93,765,356 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,028 | cpp | /*===================================================
// Skeleton Project for CS-150: 3D Computer Graphics
// Uses textures.
//===================================================*/
#include <glad/glad.h>
#include <GLFW/glfw3.h>
#include <iostream>
#include <array>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transf... | [
"dhunter@westmont.edu"
] | dhunter@westmont.edu |
03cb27e4b5d10b4039283d9a3f0548d5a393faae | 34b8bb9621ea4ab5a5e5614f6723000f91e5e18d | /src/apps/base/sa_baseapp.cpp | 5c28ab0cd911d1df42b9f4e26e234e2cbdb51f41 | [
"Apache-2.0"
] | permissive | suggitpe/RPMS | 39784b8f0dade1d2a078afc26a4dd4b2e4c67176 | 7a12da0128f79b8b0339fd7146105ba955079b8c | refs/heads/master | 2021-01-10T19:19:23.391960 | 2019-04-29T06:46:22 | 2019-04-29T06:46:22 | 10,453,608 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,778 | cpp | #include "sa_baseapp.hpp"
#include "si_baseapplog.hpp"
#include <sys/stat.h>
#include <signal.h>
#include <logging/si_logging.hpp>
#include <utilities/ss_ini.hpp>
#include <base/sx_exception.hpp>
using rpms::SA_BaseApp;
static bool set = false;
///////////////////////////////////////////////////////////////
extern... | [
"me@suggs.org.uk"
] | me@suggs.org.uk |
447ef67c61d6447521207020f1a781568e9f8968 | 9f4f22f499064eb1bfb99b185dd71c32dd1f603a | /LSDShapeTools.hpp | 38c1ef97d1bd4b86c6523a5f2ba6f3ce6c89cf59 | [] | no_license | LSDtopotools/LSDTT_Hillslope_Analysis | f23a0d5d3375a23b418cb9676765d471660d3f2d | fb12d2f6d18fc33060b4dd93fe503466fbd370df | refs/heads/master | 2021-01-10T16:50:31.332236 | 2015-11-10T12:44:19 | 2015-11-10T12:44:19 | 45,909,225 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 11,957 | hpp | //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
//
// LSDShapeTools
// Land Surface Dynamics Shapefile tools
//
// A collection of routines for maipulating the binary ESRI shapefile format
// for use within the Edinburgh Land Surface Dynamics group topographic toolbox
//
// Devel... | [
"s.grieve@ed.ac.uk"
] | s.grieve@ed.ac.uk |
819b153bb8b0b848b23e0d015116f106f319f40f | 5ae7adc9719e3dfd22824c00d85fe39b2cb89cc1 | /66. 加一.cpp | cfd1fdf04f919aa5e15b6e6c83e9d3034530e10f | [] | no_license | xuyang21/Algorithm | 4aeab02d52ce38f0a2334ad7dc1a84324d248422 | cac6eafd91f5ea0cb254eb9e8752addb8bd1eea5 | refs/heads/master | 2022-12-10T05:38:13.538499 | 2020-08-16T16:46:13 | 2020-08-16T16:46:13 | 287,984,462 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 882 | cpp | 给定一个由整数组成的非空数组所表示的非负整数,在该数的基础上加一。
最高位数字存放在数组的首位, 数组中每个元素只存储单个数字。
你可以假设除了整数 0 之外,这个整数不会以零开头。
示例 1:
输入: [1,2,3]
输出: [1,2,4]
解释: 输入数组表示数字 123。
示例 2:
输入: [4,3,2,1]
输出: [4,3,2,2]
解释: 输入数组表示数字 4321。
class Solution {
public:
vector<int> plusOne(vector<int>& digits) {
int size = digits.size();
for(int ... | [
"xu.yang.ee@gmail.com"
] | xu.yang.ee@gmail.com |
10758e9fd4ae117f4b3f4eecfb65fb1051652e81 | eee64ef3b384930cc04de645316e8ffea01b1b72 | /LeetCode/cpp/UniqueBST.cpp | 89081a5ac2409aeabe5be06b68f6677135180b84 | [] | no_license | XingBin111/LeetCode | 17a8b2d764900510989531198f71bfbfbb601803 | 6bceb5569e45ffc0d83f22467d25380bbc25aa77 | refs/heads/master | 2023-07-22T05:12:32.092963 | 2021-09-09T09:37:48 | 2021-09-09T09:37:48 | 266,281,037 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,397 | cpp | #include <iostream>
#include <vector>
#include <stack>
#include <queue>
using namespace std;
struct ListNode {
int val;
ListNode *next;
ListNode() : val(0), next(NULL) {}
ListNode(int x) : val(x), next(NULL) {}
ListNode(int x, ListNode *next) : val(x), next(next) {}
};
struct TreeNode {
int v... | [
"xingb001@cmft.com"
] | xingb001@cmft.com |
1c66e14ef26198d8db647612a175f586f5ebae65 | 0e2099167118c27fffed55610f64fdfd04ea685a | /Análisis Numérico para Ingeniería/Proyectos/Proyecto1/Polynomial/main.cpp | 3ac8b93bc37137487205a1d202efbf6064b7a66c | [
"MIT"
] | permissive | Arturok/TEC | 4c1c58094b9ee66a2877999d3265f6fabed14389 | 9abe113afb98d1c6ea22c73d979ade928596072c | refs/heads/master | 2023-01-13T16:28:46.346317 | 2019-06-26T20:52:25 | 2019-06-26T20:52:25 | 193,999,541 | 0 | 0 | MIT | 2023-01-05T03:14:49 | 2019-06-27T01:12:16 | HTML | UTF-8 | C++ | false | false | 11,609 | cpp | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/*
* File: main.cpp
* Author: jeremy
*
* Created on 12 de marzo de 2018, 05:47 PM
*/
#include <cstdlib>
#includ... | [
"mchinchilla11@gmail.com"
] | mchinchilla11@gmail.com |
a39312e816344fdbc442f72c0ed12e37844b5c03 | 55d577f4a006756726f72dab0ef1b8028aac67b8 | /matlab/src/cpp/arrow/matlab/array/proxy/wrap.cc | 104eecbb4f266d7df3630aae9d4c7c55db3de57f | [
"Apache-2.0",
"MIT",
"BSD-3-Clause",
"BSD-2-Clause",
"ZPL-2.1",
"BSL-1.0",
"LicenseRef-scancode-public-domain",
"NTP",
"OpenSSL",
"CC-BY-4.0",
"LLVM-exception",
"Python-2.0",
"CC0-1.0",
"LicenseRef-scancode-protobuf",
"JSON",
"Zlib",
"CC-BY-3.0",
"LicenseRef-scancode-unknown-licens... | permissive | kou/arrow | 0b8e2eb2009b5a519405aa61315e37f22a8a8875 | 3b8ab8e80a3f37b975c9e8ab4aee8dc708b35d9d | refs/heads/main | 2023-08-31T05:12:22.374240 | 2023-08-30T20:36:16 | 2023-08-30T20:36:16 | 77,059,106 | 0 | 2 | Apache-2.0 | 2023-07-31T20:42:35 | 2016-12-21T14:34:59 | C++ | UTF-8 | C++ | false | false | 3,964 | 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 may... | [
"noreply@github.com"
] | kou.noreply@github.com |
1e5dcce8daf9d84d9574aec7710211f9d6e4f8e0 | 0424284ceb27e08c21de6cb60037eea4c4eac318 | /src/qt/intro.h | 6bd73092b9c110e7bdd768073ee8da34d1e5263f | [
"MIT"
] | permissive | zelantus/MainNet-critical-fix | 499ced9931f469a667c9edca8b20f3676db60bb7 | dd6483350264a93e3a806d041b61acda1cc39871 | refs/heads/master | 2022-12-14T23:46:00.374195 | 2020-09-07T18:42:44 | 2020-09-07T18:42:44 | 277,615,888 | 2 | 2 | MIT | 2020-09-07T18:41:39 | 2020-07-06T18:13:36 | C | UTF-8 | C++ | false | false | 1,955 | h | // Copyright (c) 2011-2016 The Bitcoin Core developers
// Copyright (c) 2017-2019 The Zelantus Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef RAVEN_QT_INTRO_H
#define RAVEN_QT_INTRO_H
#include <QDialog>... | [
"comingtom531@gmail.com"
] | comingtom531@gmail.com |
d38bf7caad21cc4d62aeeee5500ef685a8176800 | f12637788a2c574cd6e561ad7c742584bba41b9d | /runtime/src/main/cpp/SingleLockListTest.cpp | 480056ac12fb92ce0a1b185c64a9c852f1c08da9 | [
"Apache-2.0"
] | permissive | kdnakt/kotlin-native | 45ca02c60c9e416cd2292ddd046816bd2f520d19 | e4d75ccf41cba6116f85269f478cd951c9c4acde | refs/heads/master | 2023-01-31T00:13:08.063164 | 2020-12-04T12:37:48 | 2020-12-04T12:37:48 | 319,059,677 | 0 | 0 | Apache-2.0 | 2020-12-06T15:01:27 | 2020-12-06T15:01:26 | null | UTF-8 | C++ | false | false | 7,505 | cpp | /*
* Copyright 2010-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license
* that can be found in the LICENSE file.
*/
#include "SingleLockList.hpp"
#include <atomic>
#include <deque>
#include <thread>
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "TestSupport.hpp"
usin... | [
"noreply@github.com"
] | kdnakt.noreply@github.com |
b879e634bd5b8d883ab0adc195750314bdaec691 | 03bd05b47f0beaaadc3c179f9959805021bb913a | /include/vsg/core/Value.h | 4e8056509bdd8008d7935595b7004f97df05d637 | [
"MIT"
] | permissive | blackball/VulkanSceneGraphPrototype | 8d4b92d194505290eaa87173848127d9b4ef59aa | 69b6afe66d50dd292462c63e5c4e2a6f6518db0c | refs/heads/master | 2020-04-02T16:11:12.130410 | 2018-10-24T17:06:25 | 2018-10-24T17:06:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,701 | h | #pragma once
/* <editor-fold desc="MIT License">
Copyright(c) 2018 Robert Osfield
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to ... | [
"robert@openscenegraph.com"
] | robert@openscenegraph.com |
981fcbce98ffab9e87bde7f635f7e400e63c813d | 4330a9c40198f1b97bb0b88ece427cdd1016b8c2 | /Day05/ex04/ShrubberyCreationForm.cpp | 57f8a2020c1d43081e9f6076674f5dd87758a919 | [] | no_license | ggavryly/Pool_CPP | b4065271607a704a51d7b61ed597239af1e376e0 | 477f6470ee4a0c5405e2214742b6efb419910c0d | refs/heads/master | 2020-09-23T07:53:46.597164 | 2020-02-02T18:32:58 | 2020-02-02T18:32:58 | 225,445,577 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,853 | cpp | //
// Created by Gennady GAVRYLYSHYN on 2019-10-08.
//
#include <iostream>
#include "ShrubberyCreationForm.hpp"
#include <fstream>
ShrubberyCreationForm::ShrubberyCreationForm(const std::string &name)
: Form("ShrubberyCreationForm", 145, 137)
{
this->_target = name;
}
ShrubberyCreationForm::~ShrubberyCreationForm... | [
"torgo121@gmail.com"
] | torgo121@gmail.com |
066d7ed9216123d323f4b08af989feae864cdcb2 | 05e30e1f7b05ed8ec65fb7e09c792210144665cb | /HW/prog3_holmes.cpp | b8c8e5291fc5a9436cbbc13c28507e484192fb29 | [] | no_license | ColbyHolmes/Old-Classwork | 91a2c27d6195890196252843fc07abb738b2eaa5 | c795b3fbf9df10ae6674a3d558f27032a7f7e89e | refs/heads/master | 2021-01-25T06:25:15.380712 | 2017-06-06T22:55:45 | 2017-06-06T22:55:45 | 93,571,065 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,381 | cpp | /*Colby Holmes
Program 3
Implementation of AVL tree
Due 11/2*/
#include <iostream>
using namespace std;
/*NOTE: Functions are grossly written and all over the place as far as syntax goes...
I apologize for this. It's a result of trying to pack all of the code in one
properly named file, and working over multiple nigh... | [
"holmeboy92@gmail.com"
] | holmeboy92@gmail.com |
b2d1880377424debfe48957edae655072cb1ce5b | 3020ad6641093f00234414c1dc9346237b2a6a9a | /leetcode/merge_sorted_array_88.cpp | e659881745f4865698cecfa9cbf38549d1496dd2 | [] | no_license | Litchiware/alg-exercise | 8706d38608b355cdc5ef3e1b44a211c79ab04214 | 5920f09ef22dbc4699854d3cf88eb08a65147d7b | refs/heads/master | 2021-01-20T20:37:02.273588 | 2016-08-27T13:51:42 | 2016-08-27T13:51:42 | 64,053,664 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 643 | cpp | #include <vector>
#include <algorithm>
#include <iostream>
#include "../utils.h"
using namespace std;
void merge(vector<int>& nums1, int m, vector<int>& nums2, int n) {
int r1 = m - 1, r2 = n - 1, r = m + n - 1;
while(r1 >= 0 && r2 >= 0)
nums1[r--] = nums1[r1] > nums2[r2] ? nums1[r1--] : nums2[r2--];
while(r... | [
"1508490934@qq.com"
] | 1508490934@qq.com |
10de1affeb46007e1a61edd258f7baee83abd1d8 | c405647ebd9e1fabacac5516b538e1119485ad69 | /Zork/Entity.h | 7beb917a486c3fc8cfd131c6834e499c976b3b01 | [
"MIT"
] | permissive | Max72590/Zork | 4936693f6225781438d929acd2d5dee8f51ff737 | 88324cf2998867aec55c0e220a4dd6dd14cafdd3 | refs/heads/master | 2021-07-22T23:09:52.793699 | 2017-10-29T09:39:10 | 2017-10-29T09:39:10 | 106,169,634 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 221 | h | #ifndef __Entity__
#define __Entity__
#include <string>
class Entity
{
public:
Entity();
~Entity();
public:
Entity* parent = nullptr;
std::string entityName;
std::string entityDescription;
};
#endif //__Entity__ | [
"max-725@hotmail.com"
] | max-725@hotmail.com |
6e35ef8d34eefa7b2cdb30f2314c8bf90b0c120a | 5486ab44beb88be5ef6d62bf577dd351a5b7a3ab | /prog2/src/prog2.cpp | 0c480ff16e66f606dc1cb9e9281ebeed1f5bb443 | [] | no_license | lalfiler/CS570 | a05ce0f42efd378cb123f32831ea8006889dfb63 | 41fe55ba0ab27cb7ba88ff9afc538755d704ed42 | refs/heads/master | 2020-03-22T16:55:22.468743 | 2018-07-10T01:09:05 | 2018-07-10T01:09:05 | 140,359,001 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 82 | cpp | #include "prog2.h"
prog2::prog2()
{
//ctor
}
prog2::~prog2()
{
//dtor
}
| [
"lalfiler4@gmail.com"
] | lalfiler4@gmail.com |
eac19e6234ac36ffe7c42d002099cc47fcef752f | e5e67e2a3a54c8e2f5de96d05a3c9e8350e970ce | /TAREA3-PUNTOS-Y-CARGAS/Tarea3-LP/Puntos.cpp | 1887c06dd98bef8ac6a1978bdfe92a4dfab96a92 | [] | no_license | FJ98/CLionProjects-2019-1 | 32e94c5f5537ebf21684f5d864935d30b5728861 | 31b5ab8afc987d9b912fbcc75c5545678c7ea3a8 | refs/heads/master | 2020-06-22T03:11:39.128173 | 2019-07-18T16:30:09 | 2019-07-18T16:30:09 | 197,617,095 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 108 | cpp | #include "Puntos.h"
Puntos::Puntos(int x, int y){PosX = x; PosY = y; Potencia = 0.0;}
Puntos::~Puntos() {}
| [
"felix.solano@utec.edu.pe"
] | felix.solano@utec.edu.pe |
d2611367853d8005a001f47fd166dc22ef3876e1 | 684890a1bdb0c5c98c85f6564f52ea4dd162c0b1 | /Day-49/Harshitha.cpp | 5204f45f6ef3c5500cf707d6a4581b158e8bda2d | [] | no_license | Job-Colab/Coding-Preparation | eb39dc6f064a76c9ef3a0318f3612e96d6cc6459 | a0273cb0d38afbbda7b6a1f008ab812b93f09d74 | refs/heads/main | 2023-04-28T21:50:38.218873 | 2021-05-13T03:11:48 | 2021-05-13T03:11:48 | 301,300,545 | 10 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 566 | cpp | class Solution {
public:
int findLucky(vector<int>& arr) {
map<int , int>lucky;
vector<int>nos;
for(int i = 0 ; i < arr.size() ; i++)
{
lucky[arr[i]]++;
}
int nothing = 0;
for(auto i : lucky)
{
if(i.first == i... | [
"noreply@github.com"
] | Job-Colab.noreply@github.com |
c9a764fe9ca05b4bb9f30a31b87d160630cc4237 | d9ef801a3c3601252a0b947c61c40586e21d58c4 | /robot_control/src/drive_pivot.cpp | f5693d67d96e4ccb16557e3ca8744f4d21801b3e | [] | no_license | cagrikilic/cataglyphis3-software | 204abc0ffeb47e36b62ff8143b7720185bbc0c77 | b9e06cc857456d6b7686c53dcc909bd9277dcb67 | refs/heads/master | 2021-06-27T08:58:59.800212 | 2017-04-05T17:21:29 | 2017-04-05T17:21:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,993 | cpp | #include <robot_control/drive_pivot.h>
void DrivePivot::init()
{
leftDeltaVector_.clear();
rightDeltaVector_.clear();
initHeading_ = robotStatus.heading;
desiredDeltaHeading_ = params.float1;
if(deltaHeading_<0.0) pivotSign_ = -1;
else pivotSign_ = 1;
timeoutValue_ = (unsigned int)round((10.0 + fabs(desiredD... | [
"mountainman@live.com"
] | mountainman@live.com |
0235942a42b5a07d34993219fa748f2781f13a02 | 3d76c52ee5d95ad41605945b7ee9bc2659971112 | /LAB2/Unit1.cpp | fdf03afe67eac5ba3649af14f7db505221f0325e | [] | no_license | Artyom-Gerchik/cPlusPlusLabsSecondTerm | ecef62d0db90de627a435112b777740e1a0fca31 | 93ca20bf6244890e8e68a5e0d373866796d87ea7 | refs/heads/master | 2023-04-22T00:16:38.765430 | 2021-05-17T16:54:01 | 2021-05-17T16:54:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,243 | cpp | // ---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "Unit1.h"
#include "Unit2.h"
#include "Disk.h"
#include "DisksContainer.h"
#include <array>
// ---------------------------------------------------------------------------
#pragma package... | [
""
] | |
69a1f3964398d386f501e895437f8cae0d568e91 | fb295da32a6d8cbd13b5ed8ce6de93c4021e94aa | /algorithm_note/cp11-dp/longestCommonSubsequence.cpp | 8f3cc1b8b853c8506ee288c8574536d2e96e7730 | [] | no_license | Thisnicknameisalreadytaken/kaoyan | dd31c88a232cda523b67e07d29d785acd9c844cd | d3c31d5d1c90e68294f6d16030476dfe70b98268 | refs/heads/master | 2023-03-21T04:11:56.205750 | 2020-06-08T16:38:09 | 2020-06-08T16:38:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,229 | cpp | #include <iostream>
#include <algorithm>
#include <string>
using namespace std;
/*
* P434 给定两个字符串(或数字序列)A 和 B,求一个字符串,使得这个字符串是 A 和 B 的最长公共部分(子序列可以不连续),求最长公共子序列长度。
* 令 dp[i][j] 表示字符串 A 的 i 号位和字符串 B 的 j 号位之前的最长公共子序列长度(下标从 1 开始),
* 则有 dp[i][j] = { dp[i-1][j-1] + 1, A[i] == B[j]
* { max{dp[i-1... | [
"jiebaomaster@163.com"
] | jiebaomaster@163.com |
dce3c12a260eeb594e47c3799180483b46b86fec | a9f1b599342472cc061e2099316195c07d0e345e | /CodeForce/div3-697/E.cpp | 72081fdc4535da32a1d487280dd4d3e14a51273f | [] | no_license | ohsolution/HPS | 362175d0823cab4645ac67ad64aa2452e336cbe0 | a7d78c9d28ef05bbb916defd8a93bfb49cca0347 | refs/heads/main | 2023-05-30T02:39:07.950194 | 2021-06-21T03:07:09 | 2021-06-21T03:07:09 | 311,193,653 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,102 | cpp |
//================code===================//
#include <bits/stdc++.h>
#include <unordered_map>
#include <unordered_set>
#define ci(t) cin>>t
#define co(t) cout<<t
#define LL long long
#define fa(i,a,b) for(int i=a;i<b;++i)
#define fd(i,a,b) for(int i=a;i>b;--i)
#define setp pair<pair<int,int>,int>
#define setl pair<L... | [
"noreply@github.com"
] | ohsolution.noreply@github.com |
ff7affccb045483cdd5312606c9408d9e93fb6d5 | 1c3230864622e4b4617fbc36f636c1a50a404d64 | /02_fq2fa.cc | 07e41b2b890dd7227d689ef2b6a0ef4eff274833 | [] | no_license | AdamFeng/Cor3GS | 5f406dcc2e22228f93bf49c6f1e4a8996d4b87fc | 02f567cd251f4608fe5e428042d8d837a4d218da | refs/heads/master | 2021-05-12T05:56:54.969321 | 2018-01-12T07:14:39 | 2018-01-12T07:14:39 | 117,206,001 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,724 | cc | #include <iostream>
#include <fstream>
#include <cstring>
#include <cstdlib>
using namespace std;
long line = 0;
int main(int argc,char *argv[])
{
ifstream fin;
ofstream fout;
if(argc != 3) {
cout << "ERROR: illegal argument number: " << argc << endl;
... | [
"836505080@qq.com"
] | 836505080@qq.com |
24f2c428159034d21d6387a1d845f9e38e5def63 | 1744b31acd0c4c6f03866ccc69555afd3de3e6a7 | /14_final_ribbon/src/Ribbon.h | 0cfc0e1ac40d1dde5fac4dbaa400e630b72e201c | [] | no_license | ovicin/giang063_sims2014 | 70a5b77fe3759e094a32a9722c25cbf734505fe8 | 4846c1a7f0ecd87e1e7fdaa438975cfca27b2eef | refs/heads/master | 2020-12-29T02:07:31.321307 | 2014-11-30T21:54:51 | 2014-11-30T21:54:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,349 | h | //
// Ribbon.h
// 06_midterm
//
// Created by Gabriel Gianordoli on 10/5/14.
//
//
#pragma once
#include "ofMain.h"
#include "Particle.h"
#include "Spring.h"
class Ribbon{
public:
void setup(float _x, float _y);
void updatePhysics(string _selectedMode, ofPoint _mousePos, float _radius, float _strength);
... | [
"gianordoligabriel@yahoo.com.br"
] | gianordoligabriel@yahoo.com.br |
1b6de6474e16153193c8db973fe7e2a1aef1eda8 | 4da2337a64ad28facdcdfe2471710ffa4975a3f4 | /source/Kraken/KrakenNormal.h | 157f3b69579dded841035fc594d2791d6cfe7026 | [] | no_license | TheMaverickProgrammer/ios-game-release-the-kraken | 90e0aef97125b7f60bc7f75a79db192b15c2c079 | 7c7986f1c563d59c858dab30084a6eb57aee7eb9 | refs/heads/master | 2016-09-06T21:32:57.488102 | 2015-08-11T22:25:33 | 2015-08-11T22:25:33 | 40,566,186 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,643 | h | //
// KrakenNormal.h
// Kraken
//
// Created by Maverick Programmer on 5/27/12.
// Copyright 2012 __MyCompanyName__. All rights reserved.
//
#ifndef KRAKEN_NORMAL_H
#define KRAKEN_NORMAL_H
#include "Entity.h"
#include "KrakenGameTiledMap.h"
#include "KrakenGame.h"
#include "Camera.h"
#include "Player.h"
#include ... | [
"bmpeppers@gmail.com"
] | bmpeppers@gmail.com |
e2a0262c198327f8fdbb9067e1abda7f13c58f64 | f98c9dea0e212be5c7bc3161499e5633383bd4d7 | /curl/curltest.cpp | c7fffb96b8e9aaf652f594b863e65f19f5360854 | [
"MIT"
] | permissive | ysoftman/test_code | dddb5bee3420977bfa335320a09d66e5984403f5 | 0bf6307073081eeb1d654a1eb5efde44a0bdfe1e | refs/heads/master | 2023-08-17T05:45:49.716829 | 2023-08-16T05:00:09 | 2023-08-16T05:00:09 | 108,200,568 | 4 | 0 | MIT | 2023-03-15T04:23:10 | 2017-10-25T00:49:26 | C++ | UTF-8 | C++ | false | false | 4,699 | cpp | /*
# ysoftman
# libcurl 테스트
# linux/mac
# openssl 설치
wget https://www.openssl.org/source/openssl-1.0.2k.tar.gz
tar zxvf openssl-1.0.2k.tar.gz
cd openssl-1.0.2k
./config
make -j4
sudo make install
cd ..
# curl 설치
wget https://curl.haxx.se/download/curl-7.60.0.tar.gz
tar zxvf curl-7.60.0.tar.gz
cd curl-7.60.0
# linux
... | [
"ysoftman@gmail.com"
] | ysoftman@gmail.com |
f5622fb7e261a7157befe7fb8b41277257776083 | 13160ff519bf768a68c8f7356b16403734d388a7 | /Atcoder/ABC/abc001/A.cpp | 281c200580c04c691785d4bdaf4de5dd74987337 | [] | no_license | takuzoo3868/Competitive | a463ca529f8e1d4aadb55eebfb746273619eecb5 | 0ba0fa7ae925a7b36068eae5adc6a99f0d3eebbc | refs/heads/master | 2021-07-18T04:04:36.625747 | 2018-11-18T09:26:15 | 2018-11-18T09:26:15 | 103,939,092 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 180 | cpp | #include<iostream>
#include<algorithm>
using namespace std;
int main() {
int h1, h2;
cin >> h1;
cin >> h2;
cout << h1 - h2 << endl;
return 0;
} | [
"sata3868.k.serpentis@gmail.com"
] | sata3868.k.serpentis@gmail.com |
874f8d333e15ea384b820f178afca61f8298ae81 | 5d83739af703fb400857cecc69aadaf02e07f8d1 | /Archive2/ef/ca727df9863435/main.cpp | fc86b72c368ce5b2a089ce4ff415b6a6eb89d7b8 | [] | no_license | WhiZTiM/coliru | 3a6c4c0bdac566d1aa1c21818118ba70479b0f40 | 2c72c048846c082f943e6c7f9fa8d94aee76979f | refs/heads/master | 2021-01-01T05:10:33.812560 | 2015-08-24T19:09:22 | 2015-08-24T19:09:22 | 56,789,706 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 159 | cpp | #include <iostream>
#include <functional>
#include <memory>
int foo()
{
return 5;
}
int main(int argc, char* argv[])
{
auto& v = foo();
} | [
"francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df"
] | francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df |
547b43442a42f60e910332895ebda32f716829f9 | 3309f74c7120899929139d80530f8a5b85e6b7f3 | /JuceLibraryCode/modules/juce_audio_devices/audio_io/juce_AudioDeviceManager.cpp | 144edd599703015c2bb4705e666749aa8923c11d | [] | no_license | AndyBrown91/MusicPlayer | d8910e6b5963c9abfa6e26fbe0c1e6b82be92e44 | d5867a1448439b49b5140bc3eabc327230e1b4db | refs/heads/master | 2020-04-12T21:02:20.544198 | 2013-07-25T11:18:48 | 2013-07-25T11:18:48 | 10,436,549 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 33,365 | cpp | /*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2013 - Raw Material Software Ltd.
Permission is granted to use this software under the terms of either:
a) the GPL v2 (or any later version)
b) the Affero GPL... | [
"andyjtbrown@gmail.com"
] | andyjtbrown@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.