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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a946a132119f6b063c1ce407ac8a9be248b5f9bc | 2df4793e4f113ad42629268b28d8f3287f906758 | /操作系统/os-workbench/abstract-machine/apps/microbench/src/15pz/heap.h | 9fa1e6afec99b67eb51425936d33418485445666 | [
"MIT"
] | permissive | jocelyn2002/NJUAI_CodingHW | 7c692a08fb301f5cac146fef6da3f94d5043f2e9 | 002c5ecbad671b75059290065db73a7152c98db9 | refs/heads/main | 2023-04-29T06:25:46.607063 | 2021-05-25T02:45:58 | 2021-05-25T02:45:58 | 448,436,119 | 5 | 1 | MIT | 2022-01-16T02:06:27 | 2022-01-16T02:06:26 | null | UTF-8 | C++ | false | false | 4,823 | h | // Author: Douglas Wilhelm Harder
// Copyright (c) 2009 by Douglas Wilhelm Harder. All rights reserved.
template <typename T>
T max(T a, T b) {
return a > b ? a : b;
}
template <typename T>
class Updatable_heap {
private:
int M;
class Step;
Step **hash_table;
Step **heap;
int heap_size;
... | [
"dinghao12601@126.com"
] | dinghao12601@126.com |
26e22052d24651a06bdc91c64dd5378ead63e6d1 | 1cbffea76c851f060fa00b4420bdd856fc808d14 | /NetworkingServer/Trunk/NetworkingServer/CardPlayer.cpp | 22d4d09af65709724000f4b5e23a5c22c46ddd7d | [] | no_license | blakesullivan/Tafe-Work | 480c3c5495423018e55669b9436c28d32eb26352 | 47e9c192b8f1f3c4affbe1a69ef1cae9973f760d | refs/heads/master | 2020-09-03T04:30:41.395549 | 2019-11-04T00:33:07 | 2019-11-04T00:33:07 | 219,385,668 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 974 | cpp | //Blake Sullivan - CardPlayer.cpp
#include "CardPlayer.h"
CardPlayer::CardPlayer()
{
for (int i = 0; i < 6; i++)
{
SetHand(i, 0);
if (i < 5) {SetGarden(i, 0);}
}
SetName("");
SetScore(0);
}
void CardPlayer::Init(std::string dataString, int id, bool isHost)
{
std::string sTemp = "";
sTemp = dataString.subst... | [
"blake.r.sullivan@gmail.com"
] | blake.r.sullivan@gmail.com |
46ebf72ca608305889494e4757c5ed0528287acf | da47b49a421e81ab34d800989c17c69ded53a416 | /howtos/howto7/include/howto7/message/Msg1.h | 9badc07595de97e8fa718030a023def4451aff0d | [] | no_license | luismartinezdeanca/cc_tutorial | 801f13bdf33cd6a8bed6d9a4a5b713da8e26245d | f7123b19fb10fcf2a77018027d469fe90c81dc89 | refs/heads/master | 2023-07-25T05:34:26.941075 | 2021-08-15T00:07:29 | 2021-08-15T00:07:29 | 397,905,380 | 1 | 1 | null | 2021-08-31T07:21:12 | 2021-08-19T10:34:11 | null | UTF-8 | C++ | false | false | 3,159 | h | // Generated by commsdsl2comms v3.6.4
/// @file
/// @brief Contains definition of <b>"Message 1"</b> message and its fields.
#pragma once
#include <cstdint>
#include <tuple>
#include "comms/MessageBase.h"
#include "comms/field/IntValue.h"
#include "comms/options.h"
#include "howto7/MsgId.h"
#include "howto7/field/Fi... | [
"arobenko@gmail.com"
] | arobenko@gmail.com |
e1efb9904532fc6f6638b0b44d08c49a16fc2eec | 29be7c52e05d32a4b02e6c0a1a6424abb2f60d57 | /fuse-qreader/Example/build/Android/Debug/app/src/main/include/Fuse.Animations.Discr-ed319c64.h | 7abaa8ad7ff809abe54a0d44c8fe53d7992b4fe8 | [
"MIT"
] | permissive | redtree0/CITOS-APP | 3b8cbc86fd88f6adb5b480035788eac08290c7a6 | 624f69770d8573dffc174f1f9540c22f19c71f14 | refs/heads/master | 2020-03-29T05:42:49.041569 | 2018-09-25T14:24:55 | 2018-09-25T14:24:55 | 149,594,359 | 0 | 0 | null | 2018-09-20T10:47:57 | 2018-09-20T10:47:57 | null | UTF-8 | C++ | false | false | 2,192 | h | // This file was generated based on C:/Users/채재윤융합IT학부/AppData/Local/Fusetools/Packages/Fuse.Animations/1.9.0/DiscreteSingleTrack.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Fuse.Animations.Discr-864f74d9.h>
#include <Fuse.Animations.TrackProvider.h>
#include <Uno.Obje... | [
"moter74@naver.com"
] | moter74@naver.com |
858c3c4ce7728a4c234e5c60ea3e4229cfab5fd5 | 5fbb88017bb923155ada36ac3408dfeee17374de | /include/seahorn/Expr/ExprCore.hh | 8435b0318affc3521cfc84e8cb379f18c7228763 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | colinxm/seahorn | 3f8449b7b1a8e116e3010a332193955309cc652b | f3125002ea8733d566c0e435937421e25457a6cc | refs/heads/master | 2022-12-07T12:43:01.153443 | 2020-05-12T01:00:11 | 2020-05-12T20:21:43 | 263,735,523 | 0 | 0 | NOASSERTION | 2020-05-13T20:25:15 | 2020-05-13T20:25:14 | null | UTF-8 | C++ | false | false | 14,496 | hh | /// Core of the Expr library
#pragma once
namespace expr {
namespace op {}
using namespace expr::op;
class ENode;
class ExprFactory;
class ExprFactoryAllocator;
using Expr = boost::intrusive_ptr<ENode>;
using ExprSet = std::set<Expr>;
using ExprVector = std::vector<Expr>;
using ExprPair = std::pair<Expr, Expr>;
usi... | [
"arie.gurfinkel@gmail.com"
] | arie.gurfinkel@gmail.com |
a4b2050ca6f0e44e4f835847b3f09fd2c4f1353f | f879d1512a5124271a624fe7d13f8848d82528ec | /Source/Bee/Core/Move.hpp | 5afdbef443ee92336025db7cb05bb414123d54e3 | [] | no_license | jacobmilligan/Bee | c07d88e54ed0e369dde58af568d58fd1f4d6255b | f7af4b1b43fe511f1df94aaa3e4abb9db60e4709 | refs/heads/master | 2023-04-15T04:42:15.534580 | 2021-04-26T16:52:48 | 2021-04-26T16:52:48 | 206,082,746 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 628 | hpp | /*
* Forward.hpp
* Bee
*
* Copyright (c) 2020 Jacob Milligan. All rights reserved.
*/
#pragma once
namespace bee {
namespace detail {
template<class T>
struct remove_ref { using type = T; };
template<class T>
struct remove_ref<T&> { using type = T; };
template<class T>
struct remove_ref<T&&> { using type... | [
"jacobpmilligan@gmail.com"
] | jacobpmilligan@gmail.com |
2aac806150e96c79b89fe072fc15497ade067cd7 | 1a8cfb2792b6f897980a3ef745ba519bbcd37ab6 | /Menus/Menus.cpp | fdec7e35d7e54624b50318c9d2660d4ddf537ee5 | [] | no_license | Etne-Ha/Ping-Pong-Game | 2d593fd3d9783116fff28f43063e578e92357fef | d11770642101f5e2615d1576720713c44e55597c | refs/heads/master | 2020-09-22T12:35:24.058847 | 2019-12-28T08:30:26 | 2019-12-28T08:30:26 | 225,196,653 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 36,036 | cpp | #include "Menus.h"
//Khoi tao cac gia tri dau cho viec tao man hinh choi game
//Cau hinh 1257, 730
void Init(SDL_Window*& window, SDL_Renderer*& renderer)
{
//initializes the subsystems
if (SDL_Init(SDL_INIT_EVERYTHING) < 0)
{
printf("Unable to initialize SDL %s\n", SDL_GetError());
return;
}
//Create wi... | [
"55821523+halatao23@users.noreply.github.com"
] | 55821523+halatao23@users.noreply.github.com |
d3540c437709195c472917a1dfab521ab6c62f26 | 687b2858d3ed5ea6e8e3beee60a412f249b1f30e | /cc/paint/paint_canvas.h | c0d8bf3a11ed142c46b56434042ee64ea31d0587 | [
"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 | 856 | 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_PAINT_PAINT_CANVAS_H_
#define CC_PAINT_PAINT_CANVAS_H_
#include "cc/paint/paint_export.h"
#include "third_party/skia/include/core/SkCanvas.h"
... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
ae0dc174c276703514d6e77ba8a72b880f73fb98 | df800a82137383e9c6edcaff5bcdb7ecc4e041c9 | /QtBingoClient/qjsontablemodel.cpp | 84e81849c06ccac0bc03255d9f1a6c2693b00a7f | [] | no_license | jowin202/bingo | ec70496cf0e44d7f9e1fa34d2746ac144b0d37d3 | 97b5cabb1287d2893e29b49275e2a89e40efab9f | refs/heads/master | 2023-07-15T11:56:18.812325 | 2021-09-01T12:17:52 | 2021-09-01T12:17:52 | 311,040,374 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,922 | cpp | #include "qjsontablemodel.h"
#include <QJsonObject>
QJsonTableModel::QJsonTableModel( const QJsonTableModel::Header& header, QObject * parent )
: QAbstractTableModel( parent )
, m_header( header )
{
}
bool QJsonTableModel::setJson(const QJsonDocument &json)
{
return setJson( json.array() );
}
bool QJson... | [
"johannes.w@gmx.at"
] | johannes.w@gmx.at |
753a0846c822b7b93fa19bc009b24ba15531b27b | 8018f269727b5d698afe0b9dc5eb1680b2eaf1e4 | /Codeforces/304/D.cpp | 707a2c3f0127cb569c82012df0f4ad49801aecc6 | [
"MIT"
] | permissive | Mindjolt2406/Competitive-Programming | 1c68a911669f4abb7ca124f84b2b75355795651a | 54e8efafe426585ef0937637da18b7aaf0fef5e5 | refs/heads/master | 2022-03-20T14:43:37.791926 | 2022-01-29T11:34:45 | 2022-01-29T11:34:45 | 157,658,857 | 2 | 0 | null | 2019-02-10T08:48:25 | 2018-11-15T05:50:05 | C++ | UTF-8 | C++ | false | false | 1,545 | cpp | #include<bits/stdc++.h>
#define mt make_tuple
#define mp make_pair
#define pu push_back
#define INF 1000000001
#define MOD 1000000007
#define ll long long int
#define ld long double
#define vi vector<int>
#define vll vector<long long int>
#define sc(n) scanf("%d",&n);
#define scll(n) scanf("%lld",&n);
#define scld(n) s... | [
"rathin7@gmail.com"
] | rathin7@gmail.com |
61241a5e81a16cf398106aa02d217a5c0d7eeebf | 0a1be59f55b359866370c2815671af22bd96ff51 | /dependencies/skse64/src/skse64/skse64/PapyrusActiveMagicEffect.h | cd79bfe9aa21f837175210d9f2d85d6105a04609 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | joelday/papyrus-debug-server | ba18b18d313a414daefdf0d3472b60a12ca21385 | f5c3878cd485ba68aaadf39bb830ca88bf53bfff | refs/heads/master | 2023-01-12T14:34:52.919190 | 2019-12-06T18:41:39 | 2019-12-06T18:41:39 | 189,772,905 | 15 | 10 | MIT | 2022-12-27T11:31:04 | 2019-06-01T20:02:31 | C++ | UTF-8 | C++ | false | false | 1,461 | h | #pragma once
#include "skse64/GameTypes.h"
class ActiveEffect;
class VMClassRegistry;
class TESForm;
namespace papyrusActiveMagicEffect
{
void RegisterFuncs(VMClassRegistry* registry);
float GetTimeElapsed(ActiveEffect* effect);
float GetDuration(ActiveEffect* effect);
float GetMagnitude(ActiveEffect* effect)... | [
"joelday@gmail.com"
] | joelday@gmail.com |
69c269a69b17a18471bf52785ecb8fc963cf81d6 | 533039f833fc90eacad10ecba6fb93635b781564 | /Source/OnlineGame/Widgets/LobbyCharacterSelectWidget.h | a18d409dc204ef2fbea1656a35cc8bafdfffe7e8 | [] | no_license | Lordmatics/OnlineGame | 5c6b4f501cefcba8fab6e0042df5daf2bb2a1130 | 0cb7511c32d1fcf5a43a06c3ebe0f627627e10e5 | refs/heads/master | 2021-01-11T07:32:25.100665 | 2017-04-27T21:54:26 | 2017-04-27T21:54:26 | 80,136,316 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 755 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "Blueprint/UserWidget.h"
#include "LobbyCharacterSelectWidget.generated.h"
/**
*
*/
UCLASS()
class ONLINEGAME_API ULobbyCharacterSelectWidget : public UUserWidget
{
GENERATED_BODY()
private:
public:
UPROPE... | [
"niallmaple@yahoo.co.uk"
] | niallmaple@yahoo.co.uk |
82cdf1862b6e6bdd344e87975009f861940fa49b | 400ff661684148cbb6aa99f4ebbc82bc551356d9 | /window/rootkit/ProcessManager/ProcessManager/ProcessManagerDlg.h | ca47ea6b9b2cda254bc19cf02de5343bf1fcd5f2 | [] | no_license | csw201710/demo | 32d71f333dc7f78fab0e2ab53f6a7e051847eea3 | 386a56961e8099b632115015cbeec599765ead01 | refs/heads/master | 2021-08-26T08:03:49.055496 | 2021-08-18T11:22:45 | 2021-08-18T11:22:45 | 171,476,054 | 7 | 11 | null | null | null | null | GB18030 | C++ | false | false | 1,091 | h |
// ProcessManagerDlg.h : 头文件
//
#pragma once
#include "afxcmn.h"
#include "ProcessManager.h"
#include "Process.h"
#include "CEnumProcess.h"
#include "Monitor.h"
#define UM_ICONNOTIFY WM_USER+1
// CProcessManagerDlg 对话框
class CProcessManagerDlg : public CDialogEx
{
// 构造
public:
CProcessManagerD... | [
"work@qq.com"
] | work@qq.com |
68e00dbd59086190862b31e543b78fc1133555c1 | c3959671a067b0d3ea77d7b82f60ba7637b3d73e | /arduino/BASICOS/GARABULLO18_matematicas/menu.ino | 8e4a0ae283c21b2237eae1a9fc0f0feadfe29d5d | [] | no_license | DiegoLale/garabullo2018 | ad00378642ad71dff8677a21a669e7cf322079bd | 018b9c194da9e3329a60b7b8d07836c8449b5497 | refs/heads/master | 2021-04-26T22:35:52.848104 | 2020-11-06T16:31:08 | 2020-11-06T16:31:08 | 124,115,659 | 0 | 1 | null | 2018-03-06T17:43:30 | 2018-03-06T17:43:30 | null | UTF-8 | C++ | false | false | 9,396 | ino | String menu_principal[] = {"ROBOT", "JUEGOS", "RECORDS", "AJUSTES"};
void menu()
{
pantalla.fillScreen(ST7735_BLACK);
pantalla.setTextSize(2);
pantalla.setTextColor(BLANCO);
pantalla.setCursor(0, 0);
pantalla.write(168);
pantalla.print("QUE VAMOS A HACER?");
bateria();
pantalla.setTextSize(2);
pantal... | [
"diegolale@gmail.com"
] | diegolale@gmail.com |
9947c960f08ec26069438802cc11ff0d88cecae2 | 6266cdd85b11e695e6095774c34840a539c848ba | /Digicode/Voyant.h | 6ed9064b352bba1bd9a1f2dd8b04710b07e1e508 | [] | no_license | Thomas-Mandon/TP4 | ffb16c942f4a6d3f29defe1692c6e0e9cfcb27f1 | ae970e6773ee3d58408d9cdddb01f965558076da | refs/heads/master | 2020-03-09T11:31:54.835878 | 2018-04-09T15:30:09 | 2018-04-09T15:30:09 | 128,763,814 | 0 | 0 | null | 2018-04-09T11:50:30 | 2018-04-09T11:50:29 | null | UTF-8 | C++ | false | false | 374 | h | #ifndef VOYANT_H
#define VOYANT_H
#include <string>
namespace nsDigicode
{
enum Couleur {rouge = 0, vert = 1};
enum Etat {allume = 1, eteint = 0};
class Voyant
{
Couleur myColor;
Etat myState;
public:
Voyant(Couleur color = rouge, Etat state = eteint);
std::string getStatut(void) const;
void allu... | [
"thomas.mandon@etu.univ-amu.fr"
] | thomas.mandon@etu.univ-amu.fr |
d91728768d2ed7f634cae51df79e0e270f01dfbb | 69a3d0f691ba87a21fd1fbf068a927242636da76 | /gameboy_ui/game_window.cpp | 6d185db69f99346e4eabcce6e67aeb2009bf92b1 | [
"BSD-3-Clause"
] | permissive | kaini/gameboy | 6c92364ce8484335528d7ef0b9771fc6f9ab846c | 4e13842c2c354ef41d8bb12f81c4fb8dc78e9343 | refs/heads/master | 2016-09-06T12:48:48.645249 | 2015-02-19T17:57:03 | 2015-02-19T17:57:03 | 31,023,054 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,072 | cpp | #include "game_window.hpp"
#include <QPainter>
#include <QTimer>
#include <QMessageBox>
#include <QKeyEvent>
#include <z80opcodes.hpp>
#include <debug.hpp>
game_window::game_window(gb::rom rom, std::shared_ptr<const key_map> map, QWidget *parent) :
_keys(std::move(map)),
QMainWindow(parent)
{
_ui.setupUi(this);
re... | [
"kaini1123@gmail.com"
] | kaini1123@gmail.com |
19f78d7d7385064cbccd1d66ceedf7a1ca81d824 | af2eb751171dc315d34bd1e76030432ba01c4010 | /NexStarAdapter.ino | ae46a7e1aca5e1d7f1770731ff41a62531852fd4 | [
"MIT"
] | permissive | genehunter29009/NexStarAdapter | 53f6d0b21bfb4d73cdd05306d064f963b66c9edc | 58f1050fc3741f83f22a73d93a94f96aa4fc21f5 | refs/heads/master | 2021-08-18T18:39:18.940235 | 2017-11-23T14:39:26 | 2017-11-23T14:39:26 | 111,815,841 | 0 | 0 | null | 2017-11-23T13:58:07 | 2017-11-23T13:58:07 | null | UTF-8 | C++ | false | false | 7,943 | ino | /******************************************************************
Author: Juan Menendez Blanco <juanmb@gmail.com>
This code is part of the NexStarAdapter project:
https://github.com/juanmb/NexStarAdapter
********************************************************************/
#include <EEPROM.h... | [
"juanmb@gmail.com"
] | juanmb@gmail.com |
96948360e4c72859ebd7a420b65a50ca9a198d70 | 1cecf501be39958d56e1667f8cab940ec2783846 | /traffic_light_recognition(2017, deprecated)/inc/tl_proposal.hpp | eb5eb5ccba4ed17c22b46af8f7c2e3299f0d9102 | [] | no_license | hua1858/traffic_light_recognition | a23175e91a470ddd50fd5b62261bd8f1e0cb75a9 | e68e09508e07ff5426bcad64e8da87c828981b0c | refs/heads/master | 2021-09-18T18:22:15.113214 | 2018-07-18T08:03:59 | 2018-07-18T08:03:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 665 | hpp | //#ifndef TLR_TL_PROPOSAL_HPP_
//#define TLR_TL_PROPOSAL_HPP_
//
//#include "region_proposal.hpp"
//
//#include <opencv2/core.hpp>
//
//#include <memory>
//
//namespace bgm
//{
//
//class TLProposal
//{
// public:
// TLProposal(RegionProposal* rpn,
// const std::vector<cv::Rect>& sub_wins);
// void Proc... | [
"drdrpyan@gmail.com"
] | drdrpyan@gmail.com |
483d37bae5fa16ced0f9031ef8590254531a30ce | e05ee73f59fa33c462743b30cbc5d35263383e89 | /src/dlarfb_gpu_gemm.cpp | 940f2b616f0e1070a08c163026979d5aaa313958 | [] | no_license | bhrnjica/magma | 33c9e8a89f9bc2352f70867a48ec2dab7f94a984 | 88c8ca1a668055859a1cb9a31a204b702b688df5 | refs/heads/master | 2021-10-09T18:49:50.396412 | 2019-01-02T13:51:33 | 2019-01-02T13:51:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,341 | cpp | /*
-- MAGMA (version 2.4.0) --
Univ. of Tennessee, Knoxville
Univ. of California, Berkeley
Univ. of Colorado, Denver
@date June 2018
@author Mark Gates
@author Azzam Haidar
@generated from src/zlarfb_gpu_gemm.cpp, normal z -> d, Mon Jun 25 18:24:04 2018
*/
#... | [
"sinkingsugar@gmail.com"
] | sinkingsugar@gmail.com |
9372ccf6b8d901ff394fc136233be09940dc0645 | 11048eb336143c646a476bccb0daf4262ec31ff1 | /qt/Eclass_T/helpdialog.h | 200e63e2dca3d5367e25290874077f91ddca3f15 | [] | no_license | 1995cy/mygit | f05ddf0e8a360b206af8c22ba8d4689b990341e5 | 07e313c52cb8f69840a70a5bd97cbea5c5926085 | refs/heads/master | 2021-01-17T07:11:32.949781 | 2016-06-11T07:19:30 | 2016-06-11T07:19:30 | 47,972,942 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 319 | h | #ifndef HELPDIALOG_H
#define HELPDIALOG_H
#include <QDialog>
#include <QDebug>
#include <QMovie>
namespace Ui {
class helpDialog;
}
class helpDialog : public QDialog
{
Q_OBJECT
public:
explicit helpDialog(QWidget *parent = 0);
~helpDialog();
private:
Ui::helpDialog *ui;
};
#endif // HELPDIALOG_H
| [
"827170272@qq.com"
] | 827170272@qq.com |
386681667c9f80ddfbc6716e5fde3edf36991e58 | 0d1645e912fc1477eef73245a75af85635a31bd8 | /sdk/js/include/nsIDialogParamBlock.h | 5028d4a05d9fb3db3b78c93a002dc4f382023301 | [
"MIT"
] | permissive | qianxj/XExplorer | a2115106560f771bc3edc084b7e986332d0e41f4 | 00e326da03ffcaa21115a2345275452607c6bab5 | refs/heads/master | 2021-09-03T13:37:39.395524 | 2018-01-09T12:06:29 | 2018-01-09T12:06:29 | 114,638,878 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,011 | h | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM d:/firefox-5.0.1/mozilla-release/embedding/components/windowwatcher/public/nsIDialogParamBlock.idl
*/
#ifndef __gen_nsIDialogParamBlock_h__
#define __gen_nsIDialogParamBlock_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't... | [
"qianxj15@sina.com"
] | qianxj15@sina.com |
37f17fd0956e2a18697551d9c7d32a244d689a05 | d779e59530bab2f01190a382acd1d64cfc197568 | /Placement Preparation Course [PPC 1]/18. Trie/05. Camel Case.cpp | fa843d1fdce978ae67f58a607f26ad7829c28bd8 | [] | no_license | GokuPiyush/CP.cpp | 6cef1f8268481deca8e40a190d667c1ccb92c78e | 1f675197428ab726daaabc4fa5ab6a10044a202d | refs/heads/master | 2023-02-21T17:44:20.080003 | 2021-01-20T09:00:30 | 2021-01-20T09:00:30 | 331,248,061 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 429 | cpp | /*
Given a dictionary of words dict where each word follows CamelCase notation, print all words in the dictionary that match with a given pattern consisting of uppercase characters only.
CamelCase is the practice of writing compound words or phrases such that each word or abbreviation begins with a capital letter. Com... | [
"PiyushTheGoku@gamil.com"
] | PiyushTheGoku@gamil.com |
27528e9071b3d29b8c24acb139b5addd78df75f1 | 2dc791511160f8417541a74f9630bcd22f7f3923 | /PAT/Advanced_Level/1117.cpp | af5154daea9bd19d39dbe39c7bc86b9d98870d64 | [] | no_license | linlih/CodeExercise | f3f8b15ef86c7891537549db986a540829ff323b | 5f34c0a402d263fd0ada4cb659ed2ebb1c91c6e1 | refs/heads/master | 2021-06-09T08:56:12.574375 | 2021-04-16T06:58:47 | 2021-04-16T06:58:47 | 163,124,042 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,085 | cpp | // /*
// 问题描述:
// 解题思路:
// */
// #include <bits/stdc++.h>
// using namespace std;
// int main(int argc, char const *argv[]) {
// freopen("input.txt","r",stdin);
// int n;
// cin >> n;
// vector<int> dis;
// int temp;
// for (int i = 0; i < n; ++i) {
// scanf("%d", &temp);
// ... | [
"linhome.luck@gmail.com"
] | linhome.luck@gmail.com |
436994e1a91aa3252567365375bdc75837aaec4c | 02ad580dcef8e1584a231afbd54a5caadfab9698 | /project1/fir128_optimized2/fir.cpp | 6d7dc9310978521b32280ce60c1123bce90e558e | [] | no_license | wh-xu/CSE237C_wexu | ced322ecf81d05260c727ebb3b0739d147a175b2 | 58781bbb5e11ff79e8db715f1af6281d8f88f51c | refs/heads/main | 2023-02-01T21:41:32.211424 | 2020-12-21T07:47:56 | 2020-12-21T07:47:56 | 302,580,496 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,070 | cpp | /*
Filename: fir.cpp
FIR lab wirtten for WES/CSE237C class at UCSD.
Match filter
INPUT:
x: signal (chirp)
OUTPUT:
y: filtered output
*/
#include "fir.h"
void fir (
acc_t *y,
data_t x
)
{
coef_t c[N] = {10, 11, 11, 8, 3, -3, -8, -11, -11, -10, -10, -10, -10, -10, -10, -10, -10, -10, -10, -10, -10,... | [
"xuweih0712@gmail.com"
] | xuweih0712@gmail.com |
7d360614fbefd316d316fafdabe19ed5d5954b9a | 3bccf6eb38c29f9f71fe4b4e64455b95cc1ca9fe | /Mul/solution6/syn/systemc/mul1.h | 8227a8d7e43339f06a316b8d443e981b325e5349 | [] | no_license | ayush983/Sparse_Matrix_Accelerator | 7f18b9ae00436d907475626aa6dcf2fef8a2e926 | 7d96709c8a6f166cea0542d76b1f92d98e70939f | refs/heads/master | 2023-06-20T13:56:37.386088 | 2021-07-23T09:30:26 | 2021-07-23T09:30:26 | 388,742,889 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 9,436 | h | // ==============================================================
// RTL generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC
// Version: 2018.2
// Copyright (C) 1986-2018 Xilinx, Inc. All Rights Reserved.
//
// ===========================================================
#ifndef _mul1_HH_
#defin... | [
"ayushrex007@gmail.com"
] | ayushrex007@gmail.com |
685b1cf9c7dac55d3a27531c792421a84d7d85d2 | 043eb9b100070cef1a522ffea1c48f8f8d969ac7 | /ios_proj/wwj/Classes/Native/mscorlib_System_Collections_Generic_Dictionary_2_Ke534766429.h | 9d0ece02d7febba9db6c3052fc661a6dc41822ec | [] | no_license | spidermandl/wawaji | 658076fcac0c0f5975eb332a52310a61a5396c25 | 209ef57c14f7ddd1b8309fc808501729dda58071 | refs/heads/master | 2021-01-18T16:38:07.528225 | 2017-10-19T09:57:00 | 2017-10-19T09:57:00 | 100,465,677 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,325 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Object2689449295.h"
// System.Collections.Generic.Dictionary`2<System.Type,LitJson.ExporterFunc>
struct Dictionary_2_t2346235954;
#ifdef __clang__
#prag... | [
"Desmond@Desmonds-MacBook-Pro.local"
] | Desmond@Desmonds-MacBook-Pro.local |
51d5fe829058f2b97cc0e7e9951e02d6f5e20abe | 2358980715a3e949856ad5a5715707ada0ed8ae5 | /Temp/il2cppOutput/il2cppOutput/Generics4.cpp | ccaf7bd72ea1c0ebe9e8f3174a2d9faace544c53 | [] | no_license | DanielaLCM/Roll-a-ball2 | 58f3349a9bacd5101bb4c80608711a57dda9004a | e19724fcb4607fa709d06677ec4df5aa65233685 | refs/heads/master | 2021-01-04T03:47:32.339253 | 2020-02-13T21:32:21 | 2020-02-13T21:32:21 | 240,366,996 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,462,363 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
template ... | [
"danylu25@hotmail.com"
] | danylu25@hotmail.com |
7603d14adcceaacf946d2b023d4fb94e5a140b94 | 8b4ba16563b92178d78c3135fad68b2644ee8eef | /opengl-gui/include/Input/MouseState.h | 9ba7cf01fb20cc4d0b04c1814a2fd90b00e3a44e | [
"MIT"
] | permissive | BobDeng1974/opengl_gui | 6550fcc4f6a71bd9cc68bbc7f9f9f9e6e7b6b213 | b2bd1803f0cfb01db08c88da5091546076dfc2a3 | refs/heads/master | 2020-04-01T20:44:13.763555 | 2016-09-12T02:47:06 | 2016-09-12T02:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 810 | h | #pragma once
#include <unordered_map>
#include <glm/vec2.hpp>
#include "InputState.h"
namespace OpenGLGUI
{
class MouseState
{
private:
glm::vec2 mousePosition;
glm::vec2 mouseDeltaPosition;
std::unordered_map<MouseButton, InputState> state;
MouseButton mostRecentlyChangedButton;
int wheelTicks;
public:... | [
"chewygumball@gmail.com"
] | chewygumball@gmail.com |
1b67113a90f26485ac8f737cecda9aabcd42f90f | a719fda4ba0afaffc1babc72f56d53c10a11a3f1 | /RTIMULib/RTIMUNull.h | 7f8f79139a912d13aa79801b1e6be564abe50e7a | [
"MIT"
] | permissive | blauret/RTIMU | 9717f5b8b72105465974a8742b0cd9d477cfbce5 | ebe37bf7003f5a3909a84450b24a0560e38d5d69 | refs/heads/master | 2021-01-21T12:58:08.826939 | 2014-11-08T22:18:26 | 2014-11-08T22:18:26 | 26,908,672 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,121 | h | ////////////////////////////////////////////////////////////////////////////
//
// This file is part of RTIMULib
//
// Copyright (c) 2014, richards-tech
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal... | [
"info@richards-tech.com"
] | info@richards-tech.com |
36ae4967e8d4f6482f750e6cc2ff031982fa8ead | 3790aefc92f31c1abbe5594d4ea020e15cb12aae | /tizen-sdk/platforms/tizen2.1/rootstraps/tizen-emulator-2.1.native/usr/include/osp/FUiCtrlSectionTableView.h | 0a9eab0a4c01cbcb3a6f1c87e7080333313f1b91 | [] | no_license | abhijitrd/CppSharpTizen | e9871793c27acbb8ae0f599f2013ea56c7b2fca4 | 92e42a36cc3c5f2b1636061e82025feec4edda0d | refs/heads/master | 2021-01-16T22:04:57.789905 | 2014-07-05T11:39:32 | 2014-07-05T11:39:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 35,549 | h | //
// Open Service Platform
// Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
//
// Licensed under the Apache License, Version 2.0 (the License);
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0/
//... | [
"brighttwinsoftware@gmail.com"
] | brighttwinsoftware@gmail.com |
e8142a4347c3781d234e5d3349134391bcf97a6a | 581d7cb1f5a1cf67eb86199c56b3954dce58cde2 | /gui_client/questioncontrol.cpp | 8df2eff62ea0bda12e4cb2c48de0a36705b361d4 | [] | no_license | turok-m-a/tester-server | 13201664d1528c904c6b710c239d0cfcb99b9228 | 2b5268f5cbaedfc0cadec28d8b4d2e4653c70266 | refs/heads/master | 2021-05-11T13:00:22.636798 | 2018-05-21T20:20:37 | 2018-05-21T20:20:37 | 117,670,641 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,380 | cpp | #include "questioncontrol.h"
#include "ui_questioncontrol.h"
QuestionControl::QuestionControl(QWidget *parent) :
QDialog(parent),
ui(new Ui::QuestionControl)
{
signalMapper = new QSignalMapper(this);
connect(signalMapper,SIGNAL(mapped(QString)),this,SLOT(questionCheckStateChanged(QString)));
subjLi... | [
"turok.m7@gmail.com"
] | turok.m7@gmail.com |
f34fd9ec07c7102d4aa663a6f22990da325e5a8c | 0641d87fac176bab11c613e64050330246569e5c | /tags/release-3-2-d02/source/test/intltest/srchtest.cpp | a673f253014ac04767e7420d6b8b52595988ea51 | [
"ICU"
] | permissive | svn2github/libicu_full | ecf883cedfe024efa5aeda4c8527f227a9dbf100 | f1246dcb7fec5a23ebd6d36ff3515ff0395aeb29 | refs/heads/master | 2021-01-01T17:00:58.555108 | 2015-01-27T16:59:40 | 2015-01-27T16:59:40 | 9,308,333 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 73,950 | cpp | /*
*****************************************************************************
* Copyright (C) 2001-2004, International Business Machines orporation
* and others. All Rights Reserved.
****************************************************************************/
#include "unicode/utypes.h"
#if !UCONFIG_NO_COLLATIO... | [
"(no author)@251d0590-4201-4cf1-90de-194747b24ca1"
] | (no author)@251d0590-4201-4cf1-90de-194747b24ca1 |
85a933c376472a84d95ed413e5ff7f5025b4ca10 | 8831a50dc27d2cfb8692237e33f08d7d3fab2120 | /DoublyLinkedList/main.cpp | 2d2531493d505bc02727351a80dba5121ef6e1f9 | [] | no_license | Marl00n/DoublyLinkedList | 29ffa37a0461495dc7ef3d5464277543206d53db | c2e6a32fcf5118517f8f76592c03f52de5adb87f | refs/heads/master | 2021-07-12T01:13:30.880447 | 2017-10-16T20:09:04 | 2017-10-16T20:09:04 | 105,801,443 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 306 | cpp | //
// main.cpp
// DoublyLinkedList
//
// Created by Jakub Piatek on 04.10.2017.
// Copyright © 2017 Jakub Piatek. All rights reserved.
//
#include <iostream>
#include "List.hpp"
int main(int argc, const char * argv[]) {
// insert code here...
std::cout << "Hello, World!\n";
return 0;
}
| [
"kuba@MacBook-Pro-Jakub.local"
] | kuba@MacBook-Pro-Jakub.local |
f55fe8a6bf1c68a3e001630490dd1e0fae156804 | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/inetsrv/iis/svcs/cmp/webdav/_xml/xatom.cpp | 85ee84fac91563600d166488c285b8f802aaad42 | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,741 | cpp | /*
* X A T O M . C P P
*
* XML atom cache
*
* Copyright 1986-1997 Microsoft Corporation, All Rights Reserved
*/
#include "_xml.h"
#include <xatom.h>
// CXAtomCache ---------------------------------------------------------------
//
CXAtomCache::CXAtomCache () :
m_cache(CACHESIZE_START)
{
// I... | [
"112426112@qq.com"
] | 112426112@qq.com |
56de36f516b0a59939aaad0f65b5329a7bb46853 | 7588f030cb6f5c2692c14ec3caedf9f11a312cb1 | /c2j/Directive.cpp | ab00b5993bc2fc44a86ae0365c96e791d6e45b0b | [] | no_license | luoxuwei/Compiler | cceee6af426ba9d9b2f13d22fcf6e06a692953ba | d11da97ab9ef2f1a61d0244d0080c6b3f90fd475 | refs/heads/master | 2022-12-12T12:20:27.988873 | 2022-11-26T16:29:00 | 2022-11-26T16:29:00 | 252,653,543 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 69 | cpp | //
// Created by 罗旭维 on 2021/10/31.
//
#include "Directive.h"
| [
"xwluo@foxmail.com"
] | xwluo@foxmail.com |
503d238819c54fb6cdedb27460f42ae061bf4f74 | 5252d04d617a940500f06ab381ca86681c00cfd6 | /ml/kmeansCluster.h | fa96d7ad8408c23f3238dc4c6af2bef60058a2a5 | [] | no_license | MaybeShewill-CV/machine-learning-package | bfdcc6488c449ff7e9c2a167c0bc564ffe773710 | 0bb9c67199ffb83e33e58cef9c35fe4392f0ebcb | refs/heads/master | 2020-03-10T13:04:15.314571 | 2018-05-08T09:37:23 | 2018-05-08T09:37:23 | 129,391,554 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,695 | h | /************************************************
* Copyright 2014 Baidu Inc. All Rights Reserved.
* Author: Luo Yao (luoyao@baidu.com)
* File: kmeansCluster.h
* Date: 18-4-18 下午3:26
************************************************/
#ifndef MACHINE_LEARNING_PACKAGE_KMEANSCLUSTER_H
#define MACHINE_LEARNING_PACKAGE_KMEA... | [
"luoyao@baidu.com"
] | luoyao@baidu.com |
84d5dfc4676acf40a54d3c829dc86ac0639fa40b | c52bc0de04a1551582134430625e3c975456dc9a | /ex00/Droid.cpp | a62adbef38a1de57f943e829de1247746dd1ec17 | [] | no_license | Epitech-Tek2/CPPD08 | b893d3f0c824768533759443b41beea213af6c65 | 4a75b620d4b90f379c40308d68330f397bb34d18 | refs/heads/master | 2023-08-24T00:26:41.482780 | 2021-10-17T12:10:45 | 2021-10-17T12:10:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,308 | cpp | /*
** EPITECH PROJECT, 2021
** B-CPP-300-STG-3-1-CPPD08-clement.muth
** File description:
** Droid
*/
#include "Droid.hpp"
Droid::Droid(std::string id) noexcept :
_attack(25), _toughness(15), _energy(50), _id(id),
_status(new std::string("Standing by"))
{
std::cout << "Droid '" + _id + "' " + "Activated" ... | [
"clementmuth@gmail.com"
] | clementmuth@gmail.com |
9ce9b7c09dc73956b0d8505d5d78b02bcb1336b6 | 2ea7eee88cc16ffedb88083094b76031c8a81413 | /ABC/ABC178B.cpp | 2ca338c6365937aca4e02590e0bc688f349ceb5e | [] | no_license | shotauedaGit/cp_practice | c6ea658f47ac84e3e4cdecf691d7cad10789133d | e2d006a6d7c392692dff9ab182e214b3f855b554 | refs/heads/master | 2023-01-24T10:36:08.742179 | 2023-01-07T05:34:26 | 2023-01-07T05:34:26 | 248,667,877 | 0 | 0 | null | 2020-05-07T07:38:49 | 2020-03-20T04:28:05 | C++ | UTF-8 | C++ | false | false | 1,816 | cpp | #include <bits/stdc++.h>
using namespace std;
#define INF 2147483647
#define LINF 9223372036854775807
#define MOD 1000000007
#define MOD2 998244353
template<class T,class U>bool chmax(T &a, const U &b){if(a<b){a=b;return 1;}return 0;}
template<class T,class U>bool chmin(T &a, const U &b){if(b<a){a=b;return 1;}return ... | [
"shota.ueda.ak@gmail.com"
] | shota.ueda.ak@gmail.com |
f061c9943b5890c335f6646ac144ffcfbf9974b7 | decd67d133659ad03e0b8ba2ce3b75042a8a6275 | /Sidious/src/main/include/Robot.h | 1c9660605adbc5d7bbf63b0f0d1282a009894f9f | [] | no_license | SteelRidgeRobotics/2021Build | 7e5fe0f2caa608cdde476046e3d90b20f57a146e | 9f10527e245532595d6c1376427f68de095b47d9 | refs/heads/master | 2023-05-11T23:43:53.476740 | 2021-05-26T18:37:47 | 2021-05-26T18:37:47 | 371,134,365 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,055 | h | // RobotBuilder Version: 2.0
//
// This file was generated by RobotBuilder. It contains sections of
// code that are automatically generated and assigned by robotbuilder.
// These sections will be updated in the future when you export to
// C++ from RobotBuilder. Do not put any code or make any change in
// the blocks ... | [
"Nerf12402@users.noreply.github.com"
] | Nerf12402@users.noreply.github.com |
deb05b69b8065c9a5b1a191f5286da14aa800974 | 069b6c1e4e5a445235f49417ade6e5c3f79bb58d | /branches/2.2x/client/AdcCommand.cpp | 73035c01b8fba22bb4e8c17b15c01e10757a937c | [] | no_license | BackupTheBerlios/airdc-svn | 65a99494d5267ecb2ad96f21ead0299e7811131c | 17236498160afe8dc317bb75db374be8234eb541 | refs/heads/master | 2021-01-01T17:56:34.167869 | 2013-10-16T13:01:20 | 2013-10-16T13:01:20 | 40,718,655 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,227 | cpp | /*
* Copyright (C) 2001-2011 Jacek Sieka, arnetheduck on gmail point com
*
* 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 ... | [
"maksis@d6773c42-f83c-be49-aa62-2d473f764b1f"
] | maksis@d6773c42-f83c-be49-aa62-2d473f764b1f |
83bbd5c43276fc931f118d1dfe1e160845cc3eac | aa3013c8a2020e02c30ee60f706177a2a75b7e97 | /fibheapdijkstra.h | a645a052574d7bbbb734b88f31b33a6ca8be765d | [] | no_license | S74nk0/-FibonacciHeapsDiploma | 55ab93bd72c9789df9ce9f71975df1d81c3b85c1 | 50d8d13d58416dca74d9ced4d72efd64d9f6a817 | refs/heads/master | 2021-01-23T19:45:11.295804 | 2013-06-07T09:30:31 | 2013-06-07T09:30:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 191 | h | #ifndef FIBHEAPDIJKSTRA_H
#define FIBHEAPDIJKSTRA_H
#include "fibheapbasetemplate.h"
#include "dfnode.h"
class FibHeapDijkstra : public FibHeapBase<DFNode>
{};
#endif // FIBHEAPDIJKSTRA_H
| [
"krsticch@gmail.com"
] | krsticch@gmail.com |
e7847cbb3d7f8e178a8f622c0bcacac26c83865c | a3ed36263839b2c50f39773f6c8c0b8780b0ee30 | /706. Design HashMap.cpp | 758aeb8729d3c50b90807f78ba4ea23933543cb4 | [] | no_license | ysyncby/Leetcode | 52c0556f509a4dc157527c160c595d4cb72899ce | 775836d0d91eb08d376220796b09b401199bbcd6 | refs/heads/master | 2021-05-27T02:40:05.682917 | 2019-10-31T03:02:05 | 2019-10-31T03:02:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,765 | cpp | class MyHashMap {
const int MAX_SIZE=9999;
typedef list<pair<int,int> > LIST;
vector<LIST> mArr;
private:
int hashFunc(int key) {
return key;
}
public:
/** Initialize your data structure here. */
MyHashMap() {
mArr.resize(MAX_SIZE);
}
list<pair<int,int> >::i... | [
"879090429@qq.com"
] | 879090429@qq.com |
0ad73140ae9d28a4cdf4d0d0323d711fce7579c0 | 5743077502c2ab293905c7533fe9774576773ebe | /src/common/beast/beast/threads/Stoppable.h | 04e7549c44bf42864fe4747f9c605ba93f98ea37 | [
"ISC",
"BSL-1.0",
"MIT"
] | permissive | hawx1993/truechain-testnet-core | 3056b07dc1d39dc9277d1d2960c7c23db39bbf9c | a75edfe83562b3764fb3140144bc41943ebb995a | refs/heads/master | 2021-01-24T19:08:55.033847 | 2018-02-28T06:31:48 | 2018-02-28T06:31:48 | 123,239,490 | 1 | 0 | MIT | 2018-02-28T06:21:53 | 2018-02-28T06:21:53 | null | UTF-8 | C++ | false | false | 11,986 | h | //------------------------------------------------------------------------------
/*
This file is part of Beast: https://github.com/vinniefalco/Beast
Copyright 2013, Vinnie Falco <vinnie.falco@gmail.com>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without f... | [
"archit@protonmail.ch"
] | archit@protonmail.ch |
0356e710f7c57e4c7539f1293f9f83cb0fc518dd | 7f73bb7c35e2d8f5fef33499856eff5d05c90cd5 | /libs/cinder/src/cinder/Display.cpp | 234b4e9b711499b0f0d9bb59065c04c54bf0e33c | [] | no_license | var-const/azureland | 9446840415927371edf53ea563050b84b7c11a92 | 92b45caffd5dc50c4f993502d5f3dc183f2c859d | refs/heads/master | 2021-01-23T07:20:57.088522 | 2015-10-12T03:08:17 | 2015-10-12T03:08:17 | 40,819,741 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,857 | cpp | /*
Copyright (c) 2010, The Barbarian Group
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... | [
"devnull@localhost"
] | devnull@localhost |
00e488d61928d27b50f2f73f7ca88d15f4bd991a | 42995a233d3ed01d26de1a4457ba3b5c143d5dbb | /main.cpp | 7a2b28273a34621ad0ddcda96237387febc22a70 | [] | no_license | hillarykoch/lemon_practice | 110c73375c89049011b91e265eb0e24585c2f4b9 | bd966ff7180a5ce5b58404bba7f79121165186e6 | refs/heads/master | 2020-03-28T18:03:18.938364 | 2018-09-19T22:09:51 | 2018-09-19T22:09:51 | 148,848,538 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,623 | cpp | #include <iostream>
#include <lemon/list_graph.h>
#include <lemon/lgf_reader.h>
#include <lemon/dfs.h>
#include <lemon/adaptors.h>
#include "pathenumeration.h"
#include "findPath.h"
using namespace lemon;
using namespace std;
int main() {
ListDigraph gr;
ListDigraph::NodeMap<int> dim(gr);
ListDigraph:... | [
"hillary.koch01@gmail.com"
] | hillary.koch01@gmail.com |
04a24588fc257e1d76920527a575d6d64a165593 | 820ca0fce88f15ffc86c7f898f85f59c926aeb3e | /faceTrack/face-tracking/face-tracking/src/layer/embed.h | 350b3bb0721277c77a05466365faf29ff3af156b | [
"MIT"
] | permissive | ForrestPi/FaceSolution | b53fb4ae10b3c815756761e031b0fa38f41bf3ff | cf19b2916a8bf285e457903e8d202055b092fc73 | refs/heads/master | 2022-04-04T08:49:20.689884 | 2020-02-22T08:28:30 | 2020-02-22T08:28:30 | 218,427,840 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,246 | h | // Tencent is pleased to support the open source community by making ncnn available.
//
// Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
//
// Licensed under the BSD 3-Clause License (the "License"); you may not use this file except
// in compliance with the License. You may obtain a copy ... | [
"forrest_zhu@foxmail.com"
] | forrest_zhu@foxmail.com |
2d7fd0ce738d876d88e759b600186133e8ed2550 | 87e919aab243eed7130eda3c74a59f2e8c308054 | /drawpages/drawdateandhour.h | f76024b97a012fca61f29ca65d2436f5c923f620 | [] | no_license | lml1010402004/Qt_Launceher2.0 | 7cff8db5345afb41df8a011f711a3eaa8bf71232 | ac2ebeed86a80bd1cb60ad0e97764fbcda05b344 | refs/heads/master | 2020-03-27T03:09:57.487813 | 2018-09-04T05:57:33 | 2018-09-04T05:57:33 | 145,842,820 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 501 | h | #ifndef DRAWDATEANDHOUR_H
#define DRAWDATEANDHOUR_H
#include<QRect>
#include<QPainter>
class DrawDateandHour
{
public:
DrawDateandHour();
~DrawDateandHour();
void drawConfirmandCancleButton(QPainter *painter, QRect confirmrect,QRect canclerect);
void drawLeftInputArea(QPainter *painter ,QRect rect);
... | [
"jackgpsstandard@126.com"
] | jackgpsstandard@126.com |
295bbc11604a5ee9addfa435b477860125828f74 | 5bb3a620c66749e0ce3dfbd0cd8692d40928dbf3 | /arduino/libraries/Temboo/src/utility/ChoreoInputFormatter.h | f5b676a7cd0e13be2b837a7d2130957463221492 | [
"EPL-1.0",
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | wyolum/ClockIOT | 6ce2a4605435f27e8d7eca4c2f219e97c5966cc5 | 52a1bf8e1acc3a5ad8314211ef3bc23186b3be89 | refs/heads/master | 2022-12-12T22:18:05.952206 | 2020-02-05T17:32:22 | 2020-02-05T17:32:22 | 126,251,414 | 5 | 2 | MIT | 2022-12-10T12:46:21 | 2018-03-21T23:10:27 | C | UTF-8 | C++ | false | false | 1,547 | h | /*
###############################################################################
#
# Temboo Arduino library
#
# Copyright 2017, Temboo Inc.
#
# 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
... | [
"anool.m@gmail.com"
] | anool.m@gmail.com |
6d6a0a7cf46664b174f04f21391388a745e34f0d | 04a95a0c0892ffb506c9763b62b60e1785f445a5 | /Pablo/030321/VehicleProjectBase/Source/EDDProject/EDDProjectGameMode.h | 9a0fd0bb2290e3d7ed517808a16b24db7bd73d57 | [] | no_license | msclecram/Cocos-estructuras-de-datos-2021 | b3e79f45632b7b4a73acc95d7b9e80803479e182 | 4bb896744fd0c91cb36656509f8c8135257b6226 | refs/heads/main | 2023-04-19T21:17:22.012467 | 2021-05-25T03:34:09 | 2021-05-25T03:34:09 | 328,563,108 | 0 | 0 | null | 2021-05-25T03:34:12 | 2021-01-11T05:56:50 | C++ | UTF-8 | C++ | false | false | 274 | h | // Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "GameFramework/GameModeBase.h"
#include "EDDProjectGameMode.generated.h"
UCLASS(minimalapi)
class AEDDProjectGameMode : public AGameModeBase
{
GENERATED_BODY()
public:
AEDDProjectGameMode();
};
| [
"77421613+MythicalNoob@users.noreply.github.com"
] | 77421613+MythicalNoob@users.noreply.github.com |
d3bd68d6386a76ba0ddc1f9a1a526b8ce79cf845 | 188fb8ded33ad7a2f52f69975006bb38917437ef | /Fluid/processor0/0.24/polyMesh/points | 2d3fa108aa2576a936ef4a534b5a3bd2234f89bf | [] | no_license | abarcaortega/Tuto_2 | 34a4721f14725c20471ff2dc8d22b52638b8a2b3 | 4a84c22efbb9cd2eaeda92883343b6910e0941e2 | refs/heads/master | 2020-08-05T16:11:57.674940 | 2019-10-04T09:56:09 | 2019-10-04T09:56:09 | 212,573,883 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,896 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
... | [
"aldo.abarca.ortega@gmail.com"
] | aldo.abarca.ortega@gmail.com | |
f61e75ba003ab58072eacd9816019e8c60971a55 | 62fba3c7fe99d29985f12d2915853c4269f5d2fc | /src/wallet/test/psbt_wallet_tests.cpp | dddad0e4bb54c570ed389ea39513532e99a67d0c | [
"MIT"
] | permissive | cnccdev/wes_coind | fe88222d5f5ac9f0b91b54d2b97e34700175c912 | a15d64caa24dec050f997fe2031d518ee1d76836 | refs/heads/master | 2020-05-22T23:49:06.733413 | 2019-05-22T01:53:20 | 2019-05-22T01:53:20 | 186,550,211 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,995 | cpp | // Copyright (c) 2017-2018 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <key_io.h>
#include <script/sign.h>
#include <utilstrencodings.h>
#include <wallet/rpcwallet.h>
#include <wallet/wal... | [
"cncc.dev@gmail.com"
] | cncc.dev@gmail.com |
c900405a5ca9c25406ae62e1acb7687a934f16d3 | 51021a6aecf17df60a7b620308fcbea58bc7460a | /conf/ui_DPGAddSets.h | 20171685d8bc1f6df18d8dba8f03a91f16600c48 | [] | no_license | Neomer/energo | 53d5cf877821ab8e4848c38b24c8d82a71772ee6 | 32f4712fb30bba1a8875e9c085f0ff1f7ffa19f7 | refs/heads/master | 2020-09-24T14:42:13.850898 | 2019-12-06T06:48:01 | 2019-12-06T06:48:01 | 225,782,992 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,455 | h | /********************************************************************************
** Form generated from reading UI file 'DPGAddSets.ui'
**
** Created by: Qt User Interface Compiler version 4.8.6
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
****************************************... | [
"vinokurov@elewise.com"
] | vinokurov@elewise.com |
2bebd7d24fb42b12e300e441d479fa0b703aa330 | a3a942e6839b05b0e0032cc7245e64f5646751af | /circular-cylinder_Drag/processor3/40/phi | 9d2e1b505b0654f6c66114e6b0372f4cbee2c4aa | [] | no_license | carsumptive/OF-2 | 8826dc120b8a1f6b9fbd70e47cda6976f80d6ca7 | dfb46ab301dfded517b579cb59df02df14bcfd2f | refs/heads/main | 2023-04-08T18:45:15.811682 | 2021-04-08T14:51:19 | 2021-04-08T14:51:19 | 355,948,191 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 77,523 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*-------... | [
"carsonlansdowne@gmail.com"
] | carsonlansdowne@gmail.com | |
81d044b609354ab6e16eff983fec2088b5e09851 | 207bf930dda60c2c100fb5bc92a141f85e70b96e | /SAGE1.1Src/Demo 06/SAGE/Source/Particle/Particle.h | de9387c12ed52713b579633215411a23f6a64b1f | [] | no_license | dumppool/nvvg | 9a8ffd72b4cab086215ec38f6494cd234b5f7796 | 1a4f8d3bd03daedea8e07ea498d54066827104b3 | refs/heads/master | 2020-09-14T17:03:22.426495 | 2011-05-03T20:13:10 | 2011-05-03T20:13:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,103 | h | /*
----o0o=================================================================o0o----
* Copyright (c) 2006, Ian Parberry
* 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 sou... | [
"c.a.russell@ou.edu"
] | c.a.russell@ou.edu |
9d09fa8911d40ff39eb72393dc2009c21490c4d5 | 775acebaa6559bb12365c930330a62365afb0d98 | /source/public/libs/publiclib/plugins/Ext.cpp | 28b8e1954d8270ccc933088ee6b1d80435d4b504 | [] | no_license | Al-ain-Developers/indesing_plugin | 3d22c32d3d547fa3a4b1fc469498de57643e9ee3 | 36a09796b390e28afea25456b5d61597b20de850 | refs/heads/main | 2023-08-14T13:34:47.867890 | 2021-10-05T07:57:35 | 2021-10-05T07:57:35 | 339,970,603 | 1 | 1 | null | 2021-10-05T07:57:36 | 2021-02-18T07:33:40 | C++ | UTF-8 | C++ | false | false | 10,658 | cpp | //========================================================================================
//
// $File:
//
// Owner:
//
// $Author:
//
// $DateTime:
//
// $Revision:
//
// $Change:
//
// ADOBE CONFIDENTIAL
//
// Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
//
// ... | [
"75730278+Tarekhesham10@users.noreply.github.com"
] | 75730278+Tarekhesham10@users.noreply.github.com |
aa10e41e1b97d34a3d076620b058c4ab49dd2da4 | 6226d6aed3629aa4069c46971ffe764bb6c743f6 | /ThirdParty/Newton/dScene/dCollisionSphereNodeInfo.h | a1c14d01c821846c384ac35f34d693dcde1d2b18 | [] | no_license | Myway3D/Myway3D | 83c30258f1e3eae90e619269406acd0ddeac7887 | 39cf569993f62fc648cbba49ebf74b3f8a64e46a | refs/heads/master | 2020-04-22T20:24:15.817427 | 2014-03-09T14:25:23 | 2014-03-09T14:25:23 | 170,640,096 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,984 | h | /////////////////////////////////////////////////////////////////////////////
// Name: dCollisionSphereNodeInfo.h
// Purpose:
// Author: Julio Jerez
// Modified by:
// Created: 22/05/2010 08:02:08
// RCS-ID:
// Copyright: Copyright (c) <2010> <Newton Game Dynamics>
// License: ... | [
"Myway3D@gmail.com@ff49bfeb-f889-bd78-9ae6-4dc862721fa0"
] | Myway3D@gmail.com@ff49bfeb-f889-bd78-9ae6-4dc862721fa0 |
d640a57b269de38ce6c1313b6eff1c59c6184028 | d61f2cac3bd9ed39f95184b89dd40952c6482786 | /testCase/results/1/wBA_l | 6f2f9b988923d67e0983502b350251ab85038910 | [] | no_license | karimimp/PUFoam | 4b3a5b427717aa0865889fa2342112cc3d24ce66 | 9d16e06d63e141607491219924018bea99cbb9e5 | refs/heads/master | 2022-06-24T08:51:18.370701 | 2022-04-28T18:33:03 | 2022-04-28T18:33:03 | 120,094,729 | 6 | 3 | null | 2022-04-27T09:46:38 | 2018-02-03T13:43:52 | C++ | UTF-8 | C++ | false | false | 3,378 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 3.0.1 |
... | [
"mohsenk@outlook.com"
] | mohsenk@outlook.com | |
aab318713c2019ff26cfdec80ef0fa1ce87a9699 | 7dc042a3f9068bc911c16f9173393660df704dab | /VC2008Samples/Language/New Syntax/C++ Language Samples/destructors.cpp | e754d680760278542c126977876631172aaa0bbb | [
"MIT"
] | permissive | pluciro/VCSamples | 5639f953bfbe0ef598af601cc78d5a18012e1792 | 8453972390580ef1bbc8c09ec7a14d3c9111518e | refs/heads/master | 2022-05-10T04:45:11.889276 | 2022-05-06T15:11:50 | 2022-05-06T15:11:50 | 280,199,366 | 0 | 0 | NOASSERTION | 2020-07-16T16:10:32 | 2020-07-16T16:10:32 | null | UTF-8 | C++ | false | false | 2,012 | cpp | ///////////////////////////////////////////////////////////////////////////
//
// Copyright (c) Microsoft Corp. All rights reserved.
//
// Description:
//
///////////////////////////////////////////////////////////////////////////
#include "samples.h"
//=============================================================... | [
"ericmitt@corp.microsoft.com"
] | ericmitt@corp.microsoft.com |
35ab90734d97d9cd9912d9141b734a14bd2d5d82 | d8ba2ef2a3a585f4c073c6dc2b99cd78ebe2e104 | /Qt/project_Babel/ui_home.h | 40cbfdf9604f5d5a422ac8676af177b1c3ae73bb | [] | no_license | Zaboon/cpp_babel | 9d2b01d6600d6bad0642119aa1a2ff7e5c618ec3 | 4f0814774b0635a0eb212bc03bd26bf1a3b349cd | refs/heads/master | 2021-01-10T14:43:12.956727 | 2015-11-17T21:40:52 | 2015-11-17T21:40:52 | 43,737,708 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,977 | h | /********************************************************************************
** Form generated from reading UI file 'home.ui'
**
** Created by: Qt User Interface Compiler version 5.5.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
**********************************************... | [
"rivat_n@git.epitech.eu"
] | rivat_n@git.epitech.eu |
597283c8940075fe3f5e09ffab45404d7c8342e5 | 3c4e43a9fa5cfb59bcd184015384b87f4c648982 | /pattern12.cpp | a9de4c6cfb824ba5d56f776ddca1c5f83b7e9487 | [] | no_license | adarshtiwari1998/c-plus-plus-with-data-structure-and-algorithm-tutorial-v1 | 19fb0c10dc1f57c43a0149abc22229d3d798a30b | 549aadc3f51020ae62687d060a2183aea1865c03 | refs/heads/main | 2023-07-02T01:16:34.955298 | 2021-08-09T13:04:19 | 2021-08-09T13:04:19 | 393,569,914 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,210 | cpp | /*Lecture 4.2.4: Advanced Pattern Question-12 */
// Palindromic Pattern Question
/*
Suppose n=6,
1
2 1 2
3 2 1 2 3
4 3 2 1 2 3 4
5 4 3 2 1 2 3 4 5
6 5 4 3 2 1 2 3 4 5 6
Row: 1 to n;
columns: There is 3 part
For space: " " 1 to n- Row_No;
for number in decresing order:... | [
"tiwari1998adarsh@gmail.com"
] | tiwari1998adarsh@gmail.com |
a13e4cedd4907bcaf7bc2fe549759df7766d93d2 | 16132c49045e5eca877700cee68d46b0d366807c | /groupinfo.cpp | 7dde34ccb0846a32c6a002d2b001388b75e43841 | [] | no_license | 0000duck/PCSoftware | 07e0c984f02791b8c43cbeb02ba0c960ea153f1e | 4d14abc77cd1f5c2f96e2b628d77810c575b4b4b | refs/heads/master | 2023-02-10T20:15:53.058998 | 2020-12-27T06:04:55 | 2020-12-27T06:04:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 102 | cpp | #include "groupinfo.h"
GroupInfo::GroupInfo()
{
}
int GroupInfo::getOnlineTime(){
return 1;
}
| [
"hooray1998@foxmail.com"
] | hooray1998@foxmail.com |
8395f912b2e8991c83633ec26f54586136ebadcd | 5b41e312db8aeb5532ba59498c93e2ec1dccd4ff | /SMC_DBClasses/CPDE_HEAT_DATA.cpp | 16d7a1a132863a08384e2fa2801d0e31c528d5fe | [] | no_license | frankilfrancis/KPO_HMI_vs17 | 10d96c6cb4aebffb83254e6ca38fe6d1033eba79 | de49aa55eccd8a7abc165f6057088a28426a1ceb | refs/heads/master | 2020-04-15T16:40:14.366351 | 2019-11-14T15:33:25 | 2019-11-14T15:33:25 | 164,845,188 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 27,685 | cpp | //## Copyright (C) 2010 SMS Siemag AG, Germany
//## Version generated by DBClassCodeUtility BETA 0.6.3
//## ALL METHODS MARKED AS - //##DBClassCodeUtility - WILL BE OVERWRITTEN, IF DB CLASS RE-GENERATED
//## MANUALLY IMPLEMENTED METHODS MUST BE LOCATED BELOW THE MARK - "YOUR-CODE" -
#include "CDataConversion.h"
#... | [
"52784069+FrankilPacha@users.noreply.github.com"
] | 52784069+FrankilPacha@users.noreply.github.com |
27b81f6c88d5ae28fc3a6c6a07301c0faa0e0924 | cd99ca9461435d1417cb146d966e54272fbcc7ad | /3rd party/maxsdk/samples/maxscript/mxsdotNet/maxCDotNetHostWnd.h | 03aa38c23a4ad4b5497e7341d321e9fcc15273a5 | [] | no_license | mortany/xray15 | eacce7965e785dd71d1877eae25c1f9eff680eec | 72a13fb24e9b388850bc769427c231da8f599228 | refs/heads/master | 2020-08-02T20:45:23.493981 | 2019-10-14T18:48:48 | 2019-10-14T18:48:48 | 211,499,718 | 0 | 0 | null | 2019-09-28T12:50:47 | 2019-09-28T12:50:46 | null | UTF-8 | C++ | false | false | 1,892 | h | //**************************************************************************/
// Copyright (c) 1998-2006 Autodesk, Inc.
// All rights reserved.
//
// These coded instructions, statements, and computer programs contain
// unpublished proprietary information written by Autodesk, Inc., and are
// protected by Feder... | [
"cheatmaster1@mail.ru"
] | cheatmaster1@mail.ru |
c821518a87ea0e5b92001d6e2a5e0fc95c494eac | 455ecd26f1439cd4a44856c743b01d711e3805b6 | /java/include/android.nfc.NfcAdapter_CreateNdefMessageCallback.hpp | bb34e3c5a767950478fad3566c9a921567a05206 | [] | no_license | lbguilherme/duvidovc-app | 00662bf024f82a842c808673109b30fe2b70e727 | f7c86ea812d2ae8dd892918b65ea429e9906531c | refs/heads/master | 2021-03-24T09:17:17.834080 | 2015-09-08T02:32:44 | 2015-09-08T02:32:44 | 33,072,192 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,530 | hpp | #pragma once
#include "../src/java-core.hpp"
#include <jni.h>
#include <cstdint>
#include <memory>
#include <vector>
#include "java.lang.Object.hpp"
namespace android { namespace nfc { class NdefMessage; } }
namespace android { namespace nfc { class NfcEvent; } }
namespace android {
namespace nfc {
class NfcAdapter... | [
"dev@lbguilherme.com"
] | dev@lbguilherme.com |
e4c58bc7f4639e43d20276cd57ab5f1e18a8b13c | 19e774ef7ef14eae9472bdda03b2eabc79f3052b | /Source/Blu/Private/BluInstance.cpp | 1c4c9850727d0ad73345b3f7a846e1f287a62dbf | [
"MIT"
] | permissive | tnako/BLUI | 6907dd4a96c62b978d60f42fd63da3a0bb76d2cf | 901227e8b9b7968ccde1c02e540441bd485d684b | refs/heads/master | 2021-01-09T06:21:26.831432 | 2015-04-20T20:35:53 | 2015-04-20T20:35:53 | 34,284,012 | 0 | 0 | null | 2015-04-20T20:17:34 | 2015-04-20T20:17:34 | null | UTF-8 | C++ | false | false | 1,150 | cpp | #include "BluPrivatePCH.h"
BluInstance::BluInstance()
{
// checkout detailed settings options http://magpcss.org/ceforum/apidocs/projects/%28default%29/_cef_settings_t.html
// nearly all the settings can be set via args too.
// settings.multi_threaded_message_loop = true; // not supported, except windows
// CefSt... | [
"aaron524.web@gmail.com"
] | aaron524.web@gmail.com |
ed3b28cb2f39ea480b0875151a38719621b3cf6f | 4e6ee280d0635e9b747e19cf61447c67a2609e77 | /Core/Initializer.h | 933be7b5e58914e81d2f554380fd35eeab864c3c | [] | no_license | NicolasCAZIN/TRN | 89442af85c1b15795e752c4c77911fb853e508cc | b236d94b2b9e200398f5d56f752c53bc8fbc1fb8 | refs/heads/master | 2021-01-02T09:36:07.057149 | 2019-06-11T11:55:41 | 2019-06-11T11:55:41 | 99,256,071 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 536 | h | #pragma once
#include "core_global.h"
#include "Batch.h"
namespace TRN
{
namespace Core
{
class CORE_EXPORT Initializer :
public TRN::Helper::Bridge<TRN::Backend::Driver>
{
public :
static const bool DEFAULT_BLANK_DIAGONAL;
protected :
Initializer(const std::shared_ptr<TRN::Backend::Driver> &driv... | [
"nicolas.cazin@inserm.fr"
] | nicolas.cazin@inserm.fr |
db037838b3f58a01a99af57810c9b779c33a213c | 13c80c3d048b5267d3ba7803706b43155751b429 | /History/Summer 2015 - Contest 1/zju5398.cpp | 07c6a233152dca03fda84483c7fc3aaac83adc19 | [] | no_license | contropist/CodeWorld | d0938f0031ca1f4e3b86e104b2538a60e43e49a8 | 7723f67073afdb2cd2626a45401c3146aebfd53d | refs/heads/master | 2022-03-09T08:07:16.023970 | 2016-08-09T10:07:20 | 2016-08-09T10:07:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 727 | cpp | //@ Including Header
#include <csl_std.h>
/**
* Name : zju5398.cpp
* Date : 2015年12月29日 下午2:24:08
* Copyright : fateud.com
* Anti-Mage : The magic ends here.
*/
//@ Main Function
int main() {
std::ios_base::sync_with_stdio(false);
std::cin.tie(nullptr);
int _, __ = 1;
for(std::cin >> _; _; --_, ++__)... | [
"chouunsoft@gmail.com"
] | chouunsoft@gmail.com |
3a8e74121453dba74b7a206069da071d19704e3d | 8e8f6ea9a3dfba0fe1b309d77b3887ca2c48f833 | /atcoder/abc180/D.cpp | a145eb7741f1d552a1e0c2a921f2eaa4b325ae44 | [] | no_license | MahirSez/problem-solving | dcfa75a15a44eb32716b706324be5226334558f1 | 385a43a1354e64be82a15528ee2d52d7e93812f3 | refs/heads/master | 2023-03-21T10:53:30.135684 | 2021-02-21T13:25:00 | 2021-03-07T15:40:47 | 340,282,809 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 11,298 | cpp | #include <vector>
#include <cstdlib>
#include <iostream>
#include <iomanip>
#include <string>
#include <ctime>
using namespace std;
// base and base_digits must be consistent
const int base = 1000000000;
const int base_digits = 9;
struct bigint {
vector<int> a;
int sign;
bigint() :
... | [
"mahirsezan@gmail.com"
] | mahirsezan@gmail.com |
b4e3ee57597951918f114a358abdadc7c7b5ac7e | 9da42e04bdaebdf0193a78749a80c4e7bf76a6cc | /third_party/gecko-2/win32/include/nsIFeedElementBase.h | 8599dcf2f284a30776a761826f7399f412015a08 | [
"Apache-2.0"
] | permissive | bwp/SeleniumWebDriver | 9d49e6069881845e9c23fb5211a7e1b8959e2dcf | 58221fbe59fcbbde9d9a033a95d45d576b422747 | refs/heads/master | 2021-01-22T21:32:50.541163 | 2012-11-09T16:19:48 | 2012-11-09T16:19:48 | 6,602,097 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,526 | h | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/rel-2.0-xr-w32-bld/build/toolkit/components/feeds/public/nsIFeedElementBase.idl
*/
#ifndef __gen_nsIFeedElementBase_h__
#define __gen_nsIFeedElementBase_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't... | [
"haleokekahuna@gmail.com"
] | haleokekahuna@gmail.com |
b41fcf9a674b6ae0507688a21c28d4dee5d882a0 | e1ce5c1c8e403df3446ea6736803cec795b47ec5 | /15-stk-master/sphere-code/demos/variance-analysis-demo3.cxx | 9dad90e0d4c5a56767e180c81f191981e7975ad0 | [] | no_license | HannahJHan/BlueNoiseSampling | c33f240221dd91843d0033de144adc4a238f69c7 | 1aec7e67f3e84735054ec79c6b477950095942ca | refs/heads/master | 2022-12-31T16:17:48.937577 | 2020-10-20T10:43:32 | 2020-10-20T10:43:32 | 305,656,275 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,833 | cxx | /* Variance analysis of Spherical Gaussian
* using poissondisk sampler
* */
#include "./../core/utils.h"
#include "./../core/utils-sphere.h"
#include "./../sampler-sphere/sampler-sphere.h"
#include "./../sphere-analysis/sphere-analysis.h"
#include "./../sphere-analysis/spherical-functions.h"
#include <sstream>
#inc... | [
"741891498@qq.com"
] | 741891498@qq.com |
2dfed3f54c6be78d6570ef024873ffc59e75ba52 | aade1e73011f72554e3bd7f13b6934386daf5313 | /Contest/AsiaPacific/Taipei2018/D.cpp | f9accfc3df190ef68da649731f0d8dba7a943870 | [] | no_license | edisonhello/waynedisonitau123 | 3a57bc595cb6a17fc37154ed0ec246b145ab8b32 | 48658467ae94e60ef36cab51a36d784c4144b565 | refs/heads/master | 2022-09-21T04:24:11.154204 | 2022-09-18T15:23:47 | 2022-09-18T15:23:47 | 101,478,520 | 34 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 703 | cpp | #include<bits/stdc++.h>
using namespace std;
int a[200005],sa[200005],pos[200005];
bitset<200005> u;
int main(){
int t; cin>>t; while(t--){
int n,k; cin>>n>>k;
for(int i=1;i<=k;++i)u[i]=0;
for(int i=1;i<=n;++i)cin>>a[i];
for(int i=1;i<=n;++i)cin>>sa[i];
for(int i=1;i<=n;++i... | [
"tu.da.wei@gmail.com"
] | tu.da.wei@gmail.com |
61c71c5dbdab5a2165f0b1bca65af70b3593362d | f5cb2ea31c68ee184322b733ee900621f319c7c0 | /include/window.h | efcd5b65b0419318d58f0768caf24eca9cc05dc6 | [] | no_license | t2dplayer/margot | 8ba654c0944831ab6f8578a3864e9c845b3a4bd9 | 66b30629e585598eb6c3f515bf77f982606bba39 | refs/heads/main | 2023-05-09T20:58:57.005897 | 2021-06-10T12:22:21 | 2021-06-10T12:22:21 | 367,188,721 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 737 | h | #ifndef __WINDOW__
#define __WINDOW__
#include <string>
#include <X11/Xlib.h>
#include <functional>
namespace Margot {
using Func = std::function<void(Display*, Window&, GC&)>;
using OnKeyPressed = std::function<void(KeyCode)>;
class MWindow {
Display* display = nullptr;
Window window;
... | [
"sergiosvieira@gmail.com"
] | sergiosvieira@gmail.com |
7c95de4bd5f3778078e2d05391bbb7584df7c57f | 1c4a59a443086e9c256836b295dfb5cbb739369a | /Linux/src/UdpClient.h | 6c5b40b79bd4961ace777bc84b85ad8968c5bdf3 | [
"Apache-2.0"
] | permissive | ldcsaa/HP-Socket | 75f1e066472a294d29beba40db73bf9d50eda681 | fb45e228974e4f2cac2c222ab0d07a7a316a07f3 | refs/heads/dev | 2023-08-16T03:00:10.580279 | 2023-08-12T21:21:14 | 2023-08-12T21:21:14 | 15,257,213 | 6,720 | 1,934 | NOASSERTION | 2021-12-27T06:33:17 | 2013-12-17T14:53:52 | C | UTF-8 | C++ | false | false | 9,130 | h | /*
* Copyright: JessMA Open Source (ldcsaa@gmail.com)
*
* Author : Bruce Liang
* Website : https://github.com/ldcsaa
* Project : https://github.com/ldcsaa/HP-Socket
* Blog : http://www.cnblogs.com/ldcsaa
* Wiki : http://www.oschina.net/p/hp-socket
* QQ Group : 44636872, 75375912
*
* Licensed under the Apach... | [
"ldcsaa@21cn.com"
] | ldcsaa@21cn.com |
241e0837014845e23a1802ceb92e0939f1a977aa | 1f76efb6b8c4d8696a08e8634cdd2817db0ddd8e | /SRC/controler/command/CreationCommand.h | b6b754919618931bedc26fafc53e6402c7796623 | [] | no_license | luischana/dna-analyzer-design | a5eec4b0fd981b0304f4c923005be53ddccecce6 | b9e10166d8de5fd30d8795b612bc41548cc4558c | refs/heads/master | 2022-12-28T09:20:26.094591 | 2020-09-26T20:59:30 | 2020-09-26T20:59:30 | 303,841,765 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 163 | h | #ifndef SRC_CREATIONCOMMAND_H
#define SRC_CREATIONCOMMAND_H
#include "ICommand.h"
class CreationCommand: public ICommand {
};
#endif //SRC_CREATIONCOMMAND_H
| [
"z618149938@gmail.com"
] | z618149938@gmail.com |
d0089adcf53f8e624fc3c8c6b0d782d09cbab40f | ea3cefc841d4638e4c24b83d9f9d1bf04b44acc2 | /finn_dev_feedback_docker_output/code_gen_ipgen_StreamingFCLayer_Batch_6_jr0t8kfb/project_StreamingFCLayer_Batch_6/sol1/syn/systemc/StreamingFCLayer_Batch_6_StreamingFCLayer_Batch_6.h | 58d5d0eb8a9c18dc1f8c675ad65e041d5020bd74 | [] | no_license | pgreksic/FINN_Export_AXI_Lite_Missing | 0bb3fd92eca030d4ba59ec19ae3ef5c79ce9ddce | 915be24be5d2c4ca96018bdfd73abff31fcdd057 | refs/heads/main | 2023-03-11T23:23:32.250197 | 2021-03-01T17:33:42 | 2021-03-01T17:33:42 | 335,460,254 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,389 | h | // ==============================================================
// RTL generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and OpenCL
// Version: 2020.1.1
// Copyright (C) 1986-2020 Xilinx, Inc. All Rights Reserved.
//
// ===========================================================
#ifndef _StreamingFCLay... | [
"petar.greksic@gmail.com"
] | petar.greksic@gmail.com |
34a8c85567799e8f7750af9e4f08def3490edfee | b71b8bd385c207dffda39d96c7bee5f2ccce946c | /testcases/CWE789_Uncontrolled_Mem_Alloc/s02/CWE789_Uncontrolled_Mem_Alloc__new_wchar_t_connect_socket_03.cpp | 9a2fbb5a48ef75bdafd432494f39e4d114973d95 | [] | no_license | Sporknugget/Juliet_prep | e9bda84a30bdc7938bafe338b4ab2e361449eda5 | 97d8922244d3d79b62496ede4636199837e8b971 | refs/heads/master | 2023-05-05T14:41:30.243718 | 2021-05-25T16:18:13 | 2021-05-25T16:18:13 | 369,334,230 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,278 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE789_Uncontrolled_Mem_Alloc__new_wchar_t_connect_socket_03.cpp
Label Definition File: CWE789_Uncontrolled_Mem_Alloc__new.label.xml
Template File: sources-sinks-03.tmpl.cpp
*/
/*
* @description
* CWE: 789 Uncontrolled Memory Allocation
* BadSource: connect_socket Read d... | [
"jaredzap@rams.colostate.edu"
] | jaredzap@rams.colostate.edu |
23a687e26e2b5e7ff6c4cc9285d466cadffecfa8 | 54a144d3e9d0239aaca987dfcf6189afa3143975 | /poj/1002.cpp | bc7dd39010dc4a2eb60782e3fed61c38038f7b92 | [] | no_license | kurisusnowdeng/poj | e8b2bba532c3162be4e2f8db55b9fdb016238107 | 7503b0e9d007e5c58968a00740d612a54c837265 | refs/heads/master | 2021-01-17T10:58:45.206546 | 2016-12-14T15:10:35 | 2016-12-14T15:10:35 | 49,054,200 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,297 | cpp | #include <iostream>
#include <string>
using namespace std;
typedef struct node {
node *left, *right, *parent;
int val, cnt;
};
node *root;
int total;
const int convert[26] = { 2,2,2,3,3,3,4,4,4,5,5,5,6,6,6,7,-1,7,7,8,8,8,9,9,9,-1 };
int left_rotate(node *x) {
node *y = x->right;
if (y != NULL) {
x->right = y... | [
"b_aquarius@163.com"
] | b_aquarius@163.com |
bcb4b019f389c1145c62bfd19497278860d8cb28 | ca0a54eae197204e71d44068f0cc8b328490c8df | /src/coreinfo.cpp | 1246bf98511b4ae54114468cdb2eb8e185d03e3d | [
"MIT",
"LGPL-2.1-only",
"MPL-1.1",
"LicenseRef-scancode-mame",
"GPL-1.0-or-later",
"Zlib",
"GPL-2.0-only",
"LGPL-2.1-or-later",
"MPL-2.0",
"CC-PDDC",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-brian-gladman-3-clause",
"BSD-3-Clause"... | permissive | Thiele/retro | a5cf6b28839b9817c83f1aa4a199a4302c6dd51d | 39fca9c4e5e008802fd18f406e9b837a4e32194a | refs/heads/master | 2020-04-15T19:07:44.826064 | 2019-02-07T21:24:08 | 2019-02-07T21:24:08 | 164,939,185 | 0 | 0 | MIT | 2019-01-09T21:15:24 | 2019-01-09T21:15:23 | null | UTF-8 | C++ | false | false | 3,201 | cpp | #include "json.hpp"
#include "coreinfo.h"
#include "data.h"
#include "utils.h"
using namespace std;
using nlohmann::json;
namespace Retro {
static string s_coreDirectory;
static unordered_map<string, string> s_extensionToCore;
static unordered_map<string, string> s_coreToLib;
static json s_cores;
string corePath(c... | [
"vickipfau@openai.com"
] | vickipfau@openai.com |
50aa51ca8a33be7086dc7f13b15d4c91391e1147 | 608b249279904f6370fa2f04c407606215b0648b | /python/caffe/_caffe.cpp | c8eaa874e7a4fc89b38234aae29080fd278ca947 | [
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause",
"BSD-3-Clause",
"LicenseRef-scancode-public-domain"
] | permissive | jenniew/IntelCaffeRelease | b523709f7c030091411b115eb28a41e700b806f1 | 4332232926d82f98c26c522dd7c15987678f3234 | refs/heads/master | 2021-01-11T04:19:55.640111 | 2016-10-17T20:16:27 | 2016-10-17T20:16:27 | 71,177,252 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,893 | cpp | #include <Python.h> // NOLINT(build/include_alpha)
// Produce deprecation warnings (needs to come before arrayobject.h inclusion).
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
#include <boost/make_shared.hpp>
#include <boost/python.hpp>
#include <boost/python/raw_function.hpp>
#include <boost/python/suite/index... | [
"jenniewang123@gmail.com"
] | jenniewang123@gmail.com |
fbd806d6924ba3f8347f830542cb9c076afebe62 | e46017b1e42f465aa95069694a9475716085b4fa | /Vishv_GE/Demo/01_PlayerEnemy/EmptyState.cpp | 7808f47e0149d0310f4391677629eda969cb81f7 | [
"MIT"
] | permissive | InFaNsO/Vishv_GameEngine | 807817ea731e60dacccec2bab24e4445ea14d36d | e721afa899fb8715e52cdd67c2656ba6cce7ffed | refs/heads/master | 2021-01-08T09:36:26.934144 | 2020-06-11T11:51:59 | 2020-06-11T11:51:59 | 241,986,587 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 342 | cpp | #include "EmptyState.h"
#include "EnemyStates.h"
void EmptyState::Update(Vishv::GameObject & agent, float deltaTime)
{
}
void EmptyState::DebugUI(Vishv::GameObject & agent)
{
ImGui::Text("Empty State");
if (ImGui::Button("Start"))
agent.GetComponent<Vishv::Components::AIStateMachine>()->ChangeState(ToString(Enem... | [
"bhavilg101@gmail.com"
] | bhavilg101@gmail.com |
2be7160e599d87226a7c5710d016475e40f69f76 | db61066b1654a97666f9002eefd61d68e167edd7 | /src/s2/util/gtl/hashtable_common.h | 967fe597d9a7a81260f2bfaa130819cfe3fb4cdd | [
"Apache-2.0"
] | permissive | socmag/s2geometry | ad5fdf281f94f13ebd5e9e396fce088470a51cfc | 0b4abcc31dba6bcff9d64b64669a75e2e0dcce88 | refs/heads/master | 2021-04-27T16:05:17.126177 | 2018-02-22T17:39:41 | 2018-02-22T17:39:41 | 122,480,938 | 0 | 0 | Apache-2.0 | 2018-02-22T13:17:17 | 2018-02-22T13:17:17 | null | UTF-8 | C++ | false | false | 8,935 | h | // Copyright 2010 Google Inc. 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... | [
"jmr@google.com"
] | jmr@google.com |
3a002a61bdc4c300d45bdad3236d99a4c92780aa | ac0b9c85542e6d1ef59c5e9df4618ddf22223ae0 | /kratos/.svn/pristine/3a/3a002a61bdc4c300d45bdad3236d99a4c92780aa.svn-base | 13abe8de395c3c68bab17383dd4fa5873f44035e | [] | no_license | UPC-EnricBonet/trunk | 30cb6fbd717c1e78d95ec66bc0f6df1a041b2b72 | 1cecfe201c8c9a1b87b2d87faf8e505b7b1f772d | refs/heads/master | 2021-06-04T05:10:06.060945 | 2016-07-15T15:29:00 | 2016-07-15T15:29:00 | 33,677,051 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,167 | #include "two_step_werner_wengle_wall_condition.h"
namespace Kratos {
///@name Specialized implementation for functions that depend on TDim
///@{
/**
* @see TwoStepWernerWengleWallCondition::EquationIdVector
*/
template<>
void TwoStepWernerWengleWallCondition<2, 2>::EquationIdVector(
EquationIdVectorType& rResul... | [
"enriquebonetgil@hotmail.com"
] | enriquebonetgil@hotmail.com | |
09aa8ee0e89b7950894714b43c22640d40464b96 | 00ba1ae8e9e0ba90a6fb4dbdefdd56af3c0beb5f | /MISC PROGRAMS/Stack_Array.cpp | 2dc159ea2bab018b2171a89b161d22229a615ae0 | [] | no_license | gotibhai/Projects-and-Programs | 98e91da2410cafcff2bfb8815646d70cd75cf991 | 4cbb4f3eba061fa2adf33819b25fba48d6704f52 | refs/heads/master | 2020-05-14T15:18:07.577251 | 2015-02-09T01:39:25 | 2015-02-09T01:39:25 | 29,871,910 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,865 | cpp | #include <iostream.h>
#include <conio.h>
#include <stdlib.h>
using namespace std;
class stack
{
public:
int data[100];
int top;
stack()
{
top=0;
}
void push()
{
if( top == 99 )
cout<<"Stack Overflow!\n";
e... | [
"abbott.pushkin@gmail.com"
] | abbott.pushkin@gmail.com |
f2ccb55278ddbb15d7530f9011819e25e0cef68f | e0feac125fb92c3d1834f9c9c89baf4ab9428fc6 | /photonics-service/private/pybindings/wrappers.h | ed53b21be29abcec0653e2a20feae614f904e6c5 | [] | no_license | AlexHarn/bfrv1_icetray | e6b04d04694376488cec93bb4b2d649734ae8344 | 91f939afecf4a9297999b022cea807dea407abe9 | refs/heads/master | 2022-12-04T13:35:02.495569 | 2020-08-27T22:14:40 | 2020-08-27T22:14:40 | 275,841,407 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,094 | h | #ifndef _I3PHOTONICSSERVICE_PYBINDINGS_WRAPPERS_H
#define _I3PHOTONICSSERVICE_PYBINDINGS_WRAPPERS_H
#include <photonics-service/I3PhotonicsService.h>
#include <photonics-service/I3PhotonicsServiceCommons.h>
#ifdef USE_PHOTOSPLINE
#include <photonics-service/I3PhotoSplineService.h>
#include <photonics-service/I3PhotoSp... | [
"nwhitehorn@icecube.wisc.edu"
] | nwhitehorn@icecube.wisc.edu |
7dc73bef50faa78f3fbc9118b5dc65433fbc963f | 45ca6564423bb7e3c1013a7786f63d73d911ef80 | /Source/Framework/GameDev2D.h | 331dd1237148f2a161be76ce24ef57c51e17d428 | [] | no_license | kjtherocker/Tank-Game | 96f020d73627f1f9809cce1aacf1e1b905c2daf2 | 82244fd3d6cbc7ceba1780d0ad41332e02d5ad9e | refs/heads/master | 2022-11-29T02:32:11.847597 | 2020-08-16T08:37:45 | 2020-08-16T08:37:45 | 287,905,132 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,035 | h | #pragma once
//Include statements
#include "Animation/Animator.h"
#include "Animation/Easing.h"
#include "Audio/Audio.h"
#include "Core/Drawable.h"
#include "Core/Transformable.h"
#include "Debug/Log.h"
#include "Debug/Profile.h"
#include "Events/Event.h"
#include "Events/EventDispatcher.h"
#include "Events/EventHandl... | [
"kylejohnsonthegod@gmail.com"
] | kylejohnsonthegod@gmail.com |
cb15b65d8c811789c5079089ee7574c5b0d9777b | e3e4b33bf969a17f74d600357dc1f8045e32ca44 | /epc/encode.h | a513a9b32bf84dbc3385b0b7c20e69821fc257db | [
"MIT"
] | permissive | hana-day/libepc | 45aef4e0b17f6bc4915522497f6ac9dd0c90ef09 | 19b9a5ef28c79ce2065f36dc40e694475b78be1e | refs/heads/master | 2023-07-17T22:45:18.673076 | 2021-09-05T06:53:36 | 2021-09-05T06:53:36 | 403,231,291 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,606 | h | #ifndef LIBEPC_EPC_ENCODE_H_
#define LIBEPC_EPC_ENCODE_H_
#include "status.h"
#include <string>
#include <vector>
#include <map>
namespace epc {
std::string encode_integer(uint64_t i, unsigned int bit_len);
uint64_t decode_integer(const std::string &s);
std::string encode_string(const std::string &s, uns... | [
"hyusuk9872@gmail.com"
] | hyusuk9872@gmail.com |
e0f0604be6d88463647ac709bc8285f83f21e7a4 | 6ec65e2eaa27257c53a39a0c66d4787137a57c78 | /hackerrank/sum.cpp | b78e40cdce74bf0da0af15af913de54d6045dd37 | [] | no_license | Manjunath-Jakaraddi/Competitive-Coding | 10514d27f98687b11da9c85eab0a1060a06fc0b8 | 8f1d0ebc871f0dab68297f1fe25c48bf97becc78 | refs/heads/master | 2023-08-18T05:21:37.127728 | 2023-08-13T08:01:25 | 2023-08-13T08:01:25 | 128,106,728 | 0 | 0 | null | 2023-09-05T21:21:58 | 2018-04-04T18:51:20 | C++ | UTF-8 | C++ | false | false | 212 | cpp | #include<iostream>
using namespace std;
int a[100];
int main()
{
lo n,ans;
cin>>n>>a[1];
ans=0;
for(int i=2;i<=n;i++)
{
a[i]+=(a[i-1]+a[i-2]);
}
for(int i=1;i<=n;i++) ans+=a[i];
cout<<ans;
return 0;
}
| [
"manjunath180397@gmail.com"
] | manjunath180397@gmail.com |
6cb6b03b6932448e90d8bb5a9b0760732e112811 | 83d2a3ae9397fb7e870700e2eff8d7fa92686609 | /libs/spirit/test/impl/string_length.hpp | 68606ed34c180c42a368576316941bd0f4ca85d1 | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Albermg7/boost | a46b309ae8963762dbe8be5a94b2f2aefdeed424 | cfc1cd75edc70029bbb095c091a28c46b44904cc | refs/heads/master | 2020-04-25T01:45:56.415033 | 2013-11-15T12:56:31 | 2013-11-15T12:56:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 970 | hpp | /*=============================================================================
Copyright (c) 2004 Joel de Guzman
http://spirit.sourceforge.net/
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://w... | [
"albermg7@gmail.com"
] | albermg7@gmail.com |
9b0b6ace780afd84c275b1d8abaf54a3583ab14a | 308f3cb8a30fcacd8851cc2ed979949b643cf1d9 | /a_warm_heart/2021BaiduAllstar-medium/1005.cpp | 93be4590fad157f8b9e8b2d0366d1649926713da | [] | no_license | szh-bash/ACM | 9a49859644d077bcb40f90dbac33d88649e7b0f3 | 3ddab1ab8f9b8a066f012f2978ee9519d00aec54 | refs/heads/master | 2022-08-08T19:20:09.912359 | 2022-07-20T10:43:57 | 2022-07-20T10:43:57 | 98,170,219 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,976 | cpp | #include <map>
#include <queue>
#include <cmath>
#include <ctime>
#include <vector>
#include <cstdio>
#include <complex>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <algorithm>
#include <tr1/unordered_map>
#include <ctime>
#define mo 1000000007
#define num(x) (x>='0' && x<='9')
typedef unsigned l... | [
"342333349@qq.com"
] | 342333349@qq.com |
97a739b338583174bb1067d86123178eccf51412 | 8242d218808b8cc5734a27ec50dbf1a7a7a4987a | /Intermediate/Build/Win64/Netshoot/Inc/Engine/InputAxisDelegateBinding.gen.cpp | fecf440a9552067425c5d449eb5be0b8da3fd591 | [] | no_license | whyhhr/homework2 | a2e75b494a962eab4fb0a740f83dc8dc27f8f6ee | 9808107fcc983c998d8601920aba26f96762918c | refs/heads/main | 2023-08-29T08:14:39.581638 | 2021-10-22T16:47:11 | 2021-10-22T16:47:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,685 | cpp | // Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
========================================================================... | [
"49893309+whyhhr@users.noreply.github.com"
] | 49893309+whyhhr@users.noreply.github.com |
bda2dd5649ac223220678ed5523e29485c9954f2 | b5e475c002ac70e858d5f175d58b924c50116d1f | /MsgClient/MsgClient.cpp | 817ee8bf089075234c931d9e956fa9b3b4a09def | [] | no_license | Rishitrishi95/Remote_Code_Publisher | fcc04b21834f6824a0be3752087843d30ed4f9bd | 38b581daabea72130acbeec954f10fa442b2d576 | refs/heads/master | 2021-04-12T10:02:22.746221 | 2018-03-25T17:33:53 | 2018-03-25T17:33:53 | 126,722,188 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,126 | cpp | /////////////////////////////////////////////////////////////////////////
// MsgClient.cpp - Demonstrates simple one-way HTTP messaging //
// //
//Rishit Reddy Muthyala, CSE687 - Object Oriented Design, Spring 2016 //
// Application: OOD Proj... | [
"rmuthyal@outlook.com"
] | rmuthyal@outlook.com |
e91890a0cc8a7544ac799e5ae8b6fc3ba6423695 | 535d1b93fbe05923e2defac0f7c218bd64559e0d | /CarmenJuego/Proyecto/Carmen/bin/windows/obj/include/flixel/input/gamepad/lists/FlxGamepadAnalogStateList.h | bef69229a53970fdf4994a7a85fc9752d1dec579 | [] | no_license | XxKarikyXx/ProgVJ1 | af9a9f4d7608912e1b2bab9726266b9f4ef5f44d | d26e335379a001cce21d7cd87461d75169391222 | refs/heads/develop | 2020-03-13T12:44:19.172929 | 2018-06-05T17:58:01 | 2018-06-05T17:58:01 | 131,125,411 | 0 | 0 | null | 2018-05-09T05:12:42 | 2018-04-26T08:35:17 | Haxe | UTF-8 | C++ | false | true | 2,936 | h | // Generated by Haxe 3.4.2 (git build master @ 890f8c7)
#ifndef INCLUDED_flixel_input_gamepad_lists_FlxGamepadAnalogStateList
#define INCLUDED_flixel_input_gamepad_lists_FlxGamepadAnalogStateList
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS3(flixel,input,gamepad,FlxGamepad)
HX_DECLARE_CLASS4(flixel,inpu... | [
"kariky@hotmail.es"
] | kariky@hotmail.es |
d2503ac449c7123c892dffe34addf66bad3624b3 | 9a9588a0c4a0d9493dd347d90a494bdea17076bb | /frameworks/lir/io/CFileUtils.h | 190c23015f1395ef6326d65f286eccb04aa382d9 | [] | no_license | sunjinlin1024/LIR | 1e2842ffdec8b245c59f96901e862c78f2fc6e49 | 0378281d7fcf1a43418d68c6223e80ddcca831be | refs/heads/master | 2021-05-15T15:42:43.896017 | 2018-02-28T08:04:09 | 2018-02-28T08:04:09 | 106,917,088 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,358 | h | #ifndef ___LIRFILEUTILS_H__
#define ___LIRFILEUTILS_H__
#include <string>
#include <vector>
#include <unordered_map>
#include <type_traits>
#include "platform/LPlatformMacros.h"
//#include "base/ccTypes.h"
//#include "base/CCValue.h"
//#include "base/CCData.h"
//#include "base/CCAsyncTaskPool.h"
//#include "base/CCSc... | [
"272295408@qq.com"
] | 272295408@qq.com |
8401e56f864d8cf965d14d8973105a6fe02fc6dc | 7579d827cb7b50b438dfd9ef6fa80ba2797848c9 | /sources/plug_wx/src/luna/bind_wxNonOwnedWindow.cpp | a933ac1974556c58c2e03419f0f9d46192b0c7d2 | [] | no_license | roche-emmanuel/sgt | 809d00b056e36b7799bbb438b8099e3036377377 | ee3a550f6172c7d14179d9d171e0124306495e45 | refs/heads/master | 2021-05-01T12:51:39.983104 | 2014-09-08T03:35:15 | 2014-09-08T03:35:15 | 79,538,908 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 129,382 | cpp | #include <plug_common.h>
#include <luna/wrappers/wrapper_wxNonOwnedWindow.h>
class luna_wrapper_wxNonOwnedWindow {
public:
typedef Luna< wxNonOwnedWindow > luna_t;
inline static bool _lg_typecheck_getTable(lua_State *L) {
if( lua_gettop(L)!=1 ) return false;
return true;
}
static int _bind_get... | [
"roche.emmanuel@gmail.com"
] | roche.emmanuel@gmail.com |
58d8bcf60b7a8f64658bca85bdac447ba6a2ec55 | 007541c6c1e314d5f99acc7f7c5c7c33842650d6 | /MatrixMethods.h | c9e06b0d77ff56ec1f4058d95b00fe5c72e733b5 | [] | no_license | N0taN3rd/Matrix-and-Root-Solvers | d75cef6c1c77886ccdd0020df2aca4ca809011ec | 8add9edaa274efd139d6153f06a9b85e1408ae4f | refs/heads/master | 2016-09-05T22:44:31.777362 | 2015-11-11T04:25:43 | 2015-11-11T04:25:43 | 39,541,981 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 694 | h | #ifndef MATRIXMETHODS_H_INCLUDED
#define MATRIXMETHODS_H_INCLUDED
#include<vector>
namespace iterativeSolvers{
std::vector<double>* jacobi(std::vector<std::vector<double>*>*, std::vector<double>*);
std::vector<double>* gaussSeidel(std::vector<std::vector<double>*>* mat, std::vector<double>* b);
std::vect... | [
"n0tan3rd@gmail.com"
] | n0tan3rd@gmail.com |
cdb69c0e1d5353d7864c83a0424989b7ba978c49 | 90c720b09228236ac0a0419b83bb4c870b1c7714 | /src/spork.h | 4e038c7691a295e79347048e4419e5e03f9ba5a8 | [
"MIT"
] | permissive | FilokOfficial/filok | 80b6fb2d4a47a20da21d8b41aeede290a80cfcb7 | 20dbb5f6e6f5f73b0676f4bf302233644d4d7ce1 | refs/heads/master | 2020-04-18T18:43:48.645184 | 2019-02-05T21:28:24 | 2019-02-05T21:28:24 | 167,693,244 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,040 | h | // Copyright (c) 2009-2012 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2018 The Filok developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef SPORK_H
#define SPORK_H
#inclu... | [
"root"
] | root |
59ced78b73ecfe771576de638350a7a8b7f213a6 | e69396a977a31927d518c3378fb74b0fd2845587 | /sshttp.cc | c4c4feff4d8eaabff8b20d2a305cde69af5267dc | [] | no_license | alex-secure/sshttp | f4488ad94485cdf629196bd3b7c46b6f334f4415 | 8ec60f31b2c3991107e902858a329c6efd103468 | refs/heads/master | 2021-01-16T01:02:17.159459 | 2014-08-27T14:07:00 | 2014-08-27T14:07:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,021 | cc | /*
* Copyright (C) 2010-2014 Sebastian Krahmer.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list... | [
"sebastian.krahmer@gmail.com"
] | sebastian.krahmer@gmail.com |
f77f32c23bac02dd9c6aae93c8d28dc3e9f53b33 | f29aa1948839b80f9a7bfada004011c4602a79d5 | /src/HDPenReg/lars/Cvlars.cpp | 174d82b0dbfa6ccf9c02208f9f706597f45bce8b | [] | no_license | Ivis4ml/HDPenReg | 8b502a865d5451a91e7693d83b7370c8486d33c2 | 6d4064a508aadda5396a3c36ffb256fe5766e80e | refs/heads/master | 2021-04-28T13:34:36.527008 | 2018-01-19T16:06:10 | 2018-01-19T16:06:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,883 | cpp | /*--------------------------------------------------------------------*/
/* Copyright (C) 2013-2013 Serge Iovleff, Quentin Grimonprez
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 Found... | [
"csardi.gabor+cran@gmail.com"
] | csardi.gabor+cran@gmail.com |
fd7ce3b28433530eacfc62c996c52db9567c5773 | 7fd02f95fecd7ec851814f7fd4a24986979dfe5d | /VKTS_PKG_Image/src/image/data/fn_image_data_gli.cpp | 78a0053fe4974d1152cbf2806d021a2b48c155fe | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | qicny/Vulkan-1 | d269498ede0bf4412b484951e9068f4fdc735d95 | 0a759624079413fcb4466142f95178d664f250ab | refs/heads/master | 2021-01-12T04:33:07.920982 | 2016-12-29T23:42:55 | 2016-12-29T23:42:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,674 | cpp | /**
* VKTS - VulKan ToolS.
*
* The MIT License (MIT)
*
* Copyright (c) since 2014 Norbert Nopper
*
* 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 with... | [
"norbert@nopper.tv"
] | norbert@nopper.tv |
5837f7e0c76839e0d5b4190691802a4dd3404d71 | e4764308bd83030de039874879d8149df2c86e41 | /src/convertMath.cpp | 8764c6f7638b53e283d15cefa95a24c6f2823dd1 | [
"MIT"
] | permissive | KerryL/Converter | b13dabb1d2406672e9e93fa8fcbb9da0c5a689e3 | 82183cfd0eef5f0233b5ee12516f109346daf28c | refs/heads/master | 2022-04-28T17:35:18.117760 | 2022-04-20T19:05:54 | 2022-04-20T19:05:54 | 11,661,746 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,410 | cpp | /*===================================================================================
Converter
Copyright Kerry R. Loux 2013
This code is licensed under the MIT License (http://opensource.org/licenses/MIT).
==================================... | [
"kerryloux@gmail.com"
] | kerryloux@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.