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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4071f2fe4cfb8901e290ec2a851b58dcb156dda9 | 2f932624c3f6a0f88056d6f9ff9d9c3636eb3774 | /CG_HW/CG/math/intersectionTest.cpp | 6d25297a64f912a0d400e347709bdbc5987e9f15 | [] | no_license | Sikurity/homeworks | 4046dfedebc3ec15f9e8a1a9da07771a07f5e58c | f5dcc953c591524f5f6fceeb58ad3b32b6aae680 | refs/heads/master | 2020-06-27T16:14:00.066899 | 2017-12-07T09:28:46 | 2017-12-07T09:28:49 | 97,064,753 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,580 | cpp | #include "mathclass.h"
#include "intersectionTest.h"
#include "interval.h"
Plane::Plane ()
:normal(0,0,0),
d(0.0)
{
}
Plane::Plane (const vector3& vNormal, double offset)
{
normal = vNormal;
d = -offset;
}
Plane::Plane (const vector3& vNormal, const vector3& vPoint)
{
setPlane(vNormal, vPoint);
}
Plane::Plane (c... | [
"leejk9592@naver.com"
] | leejk9592@naver.com |
2af692bc361f260f3f429f77ac2dd5c0686518d2 | 04d4ec18056c69659d370ce8e4f3c330e48cbe94 | /dialog2.h | 53d75151d8d5c51afd66902731f9e72c179ee7b2 | [] | no_license | javosmar/limpio | c2c8c6bae921e15790b24300fc282fe838133452 | 1111982764e316b2bff066df3f4687ade29b14b2 | refs/heads/master | 2021-04-29T14:39:45.319531 | 2018-02-20T18:41:55 | 2018-02-20T18:41:55 | 121,779,724 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 384 | h | #ifndef DIALOG2_H
#define DIALOG2_H
#include <QDialog>
namespace Ui {
class Dialog2;
}
class Dialog2 : public QDialog
{
Q_OBJECT
public:
explicit Dialog2(QWidget *parent = 0);
~Dialog2();
QString pedido() const;
signals:
void senal();
private slots:
void on_buttonBox_accepted();
private:
... | [
"javosmar@gmail.com"
] | javosmar@gmail.com |
c72dbda744be7d7aeaf051aff56d98c4ed5602db | dbe769fe5497f051859c20dd2fea662d4cffd47d | /handle_detector/src/cylindrical_shell.cpp | b7ceae8e192f2d468790647e69b06bd5af796bd9 | [
"BSD-2-Clause"
] | permissive | TaraBrshk/pr2_eih_ros | 29fd8d549d1638641a401c99b6b7b65cd8fd1705 | bb2c9e431172ba0e88e5656bbdc8b9c647428027 | refs/heads/master | 2021-02-19T01:48:35.562895 | 2014-11-30T21:13:16 | 2014-11-30T21:13:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,380 | cpp | #include <handle_detector/cylindrical_shell.h>
void
CylindricalShell::fitCylinder(const PointCloud::Ptr &cloud, const std::vector<int> &indices,
const Eigen::Vector3d &normal, const Eigen::Vector3d &curvature_axis)
{
// rotate points into axis aligned coordinate frame
int n = indices.... | [
"gkahn13@gmail.com"
] | gkahn13@gmail.com |
82743939a51085d8bdfc87a6bb4097675817c956 | 602a895c5835d59934385710910c98c17610b5f5 | /src/calc/engine/proc/base/ElementInteger.cpp | 9e0462cb9ca64b62f97f0f6c687a8359dc1c458e | [
"MIT"
] | permissive | yuishin-kikuchi/eckert | ebb73dc960ec07e2ecb83a02898e69d15c70e9ab | bb7ac85173dc7f3d895764a5df51adbdbfd76024 | refs/heads/master | 2022-11-27T04:30:34.313614 | 2022-11-05T12:13:33 | 2022-11-05T12:13:33 | 76,098,919 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 803 | cpp | #include "ElementInteger.h"
namespace engine {
////==--------------------------------------------------------------------====//
// ECKERT ELEMENT - INTEGER / Constructor
// [ description ]
// Constructor using integer_t.
// [ Update ]
// Nov 13, 2016
//====-------------------------------------------------------------... | [
"only.my.truth@gmail.com"
] | only.my.truth@gmail.com |
8cca23b8e4864614eecf54522c94e17a0c5788f1 | 34b3623dbd185b9d8e6bc5af787ff656ebb8f837 | /finalProject/results/test/test_lowRe/wedge/wedge1/4/phi | 48d7b0f873382928075f04f7e85e3646b3b8c00d | [] | no_license | kenneth-meyer/COE347 | 6426252133cdb94582b49337d44bdc5759d96cda | a4f1e5f3322031690a180d0815cc8272b6f89726 | refs/heads/master | 2023-04-25T04:03:37.617189 | 2021-05-16T02:40:23 | 2021-05-16T02:40:23 | 339,565,109 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 377,392 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*-------... | [
"kmeyer299@gmail.com"
] | kmeyer299@gmail.com | |
f360b858acbf52d092f1fe17f5c371850377cd1a | 0250c33a7e5b2af8214ae0bd6f6adbf6de4aab16 | /downloader.cpp | 321971e7812f9be8c91316159c91c6bbd7219dbc | [] | no_license | RostikMoroziuk/exchange-calculator | be45161beb32fc511666c88a4739212324d139cf | 76ddbccf07bf67e787eedc77fe0275c383d36ab3 | refs/heads/master | 2021-01-19T10:01:27.216109 | 2017-04-10T13:59:15 | 2017-04-10T13:59:15 | 87,581,706 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,098 | cpp | #include "downloader.h"
#include <QThread>
Downloader::Downloader(QStandardItemModel* model, int *cnt):tempModel(model), tempCount(cnt)
{
manager = new QNetworkAccessManager();
connect(manager, &QNetworkAccessManager::finished, this, &Downloader::result);
}
Downloader::~Downloader()
{
delete manager;
}
... | [
"rmorozyukua@gmail.com"
] | rmorozyukua@gmail.com |
e2a74381dab9d397bfdbd1cb10fd524156f95370 | a8789f24d1093ab6f0688c457c8f0b603384c52a | /DXUT_2DElements.h | 2365a7dcdc976fd44faa8005ef4fe22cc37b7ddb | [] | no_license | Hao-HUST/Ocean-Wave-Simulation-Based-on-Wind-Field | 45c6f06f0481fa8cd44becac9d30f645f1f67284 | 3083e8a8706ae3c5bf197dfc2e42211fff1c5020 | refs/heads/master | 2021-01-10T17:45:31.633241 | 2016-01-07T11:43:20 | 2016-01-07T11:43:20 | 49,198,758 | 4 | 1 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,182 | h | //ÎÄ×ֺͿؼþ
#pragma once
#include "DXUT.h"
#include "DXUTgui.h"
#include "SDKmisc.h"
#include "DXUTcamera.h"
enum Control_ID
{
IDC_FULLSCREEN = 1000,
IDC_WIREFRAME,
};
class DXUT_2DElements
{
public:
DXUT_2DElements(void);
~DXUT_2DElements(void);
HRESULT OnD3D11CreateDevice( ID3D11Devi... | [
"wanghao4110@gmail.com"
] | wanghao4110@gmail.com |
1e273b6e2abdcec8041d9250c499feacbd63db37 | a68823773e764142c7b5c69f31bf2f916ca02c5f | /Code/PluginCustomizer/CustomParameterModel.cpp | b63b8b11c39ff0b0d7c9fe3e814dd20a3f65be46 | [
"BSD-3-Clause"
] | permissive | hh-wu/FastCAE-linux | 0a4b8ac6e1535a43f4047027cb2e01d5f2816f2d | 4ab6f653e5251acfd707e678bd63437666b3900b | refs/heads/main | 2023-06-16T13:43:56.204083 | 2021-07-12T16:20:39 | 2021-07-12T16:20:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,063 | cpp | #include "CustomParameterModel.h"
#include "EditorDescripttionSetup.h"
#include <QProcess>
#include <QCoreApplication>
#include <QDebug>
#pragma execution_character_set("utf-8")
namespace FastCAEDesigner
{
CustomParameterModel::CustomParameterModel(QString nameEng, QString nameChn, QString iconName, int... | [
"1229331300@qq.com"
] | 1229331300@qq.com |
f0bebf0c1e681c20e74a43ad082a82585b8c05e7 | 9031c25072a81afd99a3ae51974093ef9da0c5e4 | /Prog-Repartie-M4102C/prog-repartie-M4102-master/tp02/batterie-partagee/BatteurJazz.hpp | 9711786b706296b4f35e57b03082c3dc2d2fff57 | [] | no_license | Lleiro/TPs | e58ce8cddba25d0a38add4e8c698364f253f4fd9 | 654274f47241090f94ab1f0f459a11de3dd18ed5 | refs/heads/master | 2020-04-08T16:40:58.041000 | 2019-04-15T09:29:23 | 2019-04-15T09:29:23 | 159,529,831 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 316 | hpp | #ifndef BATTEUR_JAZZ_HPP_
#define BATTEUR_JAZZ_HPP_
#include "Batteur.hpp"
#include "Batterie.hpp"
// Classe avec opérateur parenthèses défini
class BatteurJazz : public Batteur
{
public :
BatteurJazz(const unsigned long numero_, Batterie& batterie_);
void operator()(void);
};
#endif // BATTEUR_JAZZ_HPP_
| [
"monteile@hostname.iut2.upmf-grenoble.fr"
] | monteile@hostname.iut2.upmf-grenoble.fr |
3c22122058cd466125479101a59f643cece47e1d | 7faf95f8f8864ce06e4f5238b638c902d4f019e2 | /graph_fpga.h | 48f93e033886438616a7886a7af0e8626132fd4c | [] | no_license | SoldierChen/graph_processing | 6c0bdb74f0c3e49e370a175e66a2f0a374d1c0b8 | e403d392cbf8df27e02605f8670060eba8a0045a | refs/heads/master | 2021-05-29T03:40:22.215338 | 2020-04-09T07:57:22 | 2020-04-09T07:57:22 | 254,308,070 | 0 | 0 | null | 2020-04-09T07:59:45 | 2020-04-09T07:59:45 | null | UTF-8 | C++ | false | false | 3,643 | h | #ifndef __GRAPH_FPGA_H__
#define __GRAPH_FPGA_H__
#define AP_INT_MAX_W 4096
#include <ap_int.h>
#include "config.h"
#define DATA_WIDTH (512)
#define INT_WIDTH (32)
#define INT_WIDTH_SHIFT (5)
#define SIZE_BY_INT (DATA_WIDTH/INT_WIDTH)
#define LOG2_SIZE_BY_INT (4... | [
"lemuel.tan1995@outlook.com"
] | lemuel.tan1995@outlook.com |
2f2c3057dee8a823a7e2544e6ae36ed2e42f7c0f | 2f9f97f7dbb76f887fe705bcd92f173efd68997c | /examples/TemplateExample/TemplateExample.ino | de1e656c207b0905bda5e0698626d84c5067c0a4 | [] | no_license | juniorheptachords/ArduinoWebTemplate | 2fa6f5b900da0bf2a7d604c2d990bfcaaac9150e | efd12f3314dd666baef819693ebb7d2246b6ffa4 | refs/heads/master | 2021-09-04T07:31:18.505223 | 2018-01-17T01:48:44 | 2018-01-17T01:48:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,159 | ino | #include <ArduinoWebTemplate.h>
void setup() {
Serial.begin(115200);
// Home template
ArduinoWebTemplate::Data homeDatas[] = {
{"title", "Home"},
{"what", "awesome"}
};
ArduinoWebTemplate homeTemplate(getHeader(), getHome(),getFooter());
Serial.print(homeTemplate.render(homeDatas));
// ABout... | [
"christophe@MacBook-Pro-de-Christophe-3.local"
] | christophe@MacBook-Pro-de-Christophe-3.local |
67a6d77a36381536ccacaa76681499389227b49b | 8f54a0c5f63184d4230e3045a40255914d12ef42 | /Deque-2/Main.cpp | 7392f83dac1620ba3d6f202888b8b57c1eb87da5 | [] | no_license | mxstrong/2-uzduotis | 64c48449ae98ccf3e4bea85bf553af9732313001 | ac5a31310794810b85348a5d0f10beb757f1d628 | refs/heads/master | 2021-01-04T19:44:39.390717 | 2020-04-05T17:02:25 | 2020-04-05T17:02:25 | 240,723,612 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,141 | cpp | #include <algorithm>
#include <iostream>
#include <filesystem>
#include "Student.h"
#include "Random.h"
#include "PrintResults.h"
#include "Choices.h"
#include "ReadData.h"
#include "Benchmark.h"
using namespace std::chrono;
int main()
{
auto start = steady_clock::now();
std::deque<Student> students;
bool toBen... | [
"mantas.ptakauskas@gmail.com"
] | mantas.ptakauskas@gmail.com |
ab98dd4ed688789ed415ce26b069da63b7ccff3a | d60690a429dc2aa31c2858004fe98bd08344db97 | /GameWorld.h | 9d8550e9493742e63081c6a12a5593a1eacedf4f | [] | no_license | dkhachatrian/FrackMan | bb6c2a7feaafa6995805a858d0c7c742c7e8a9e5 | 616922bb6b83e0f2e8afa43b2c0c7a6cc168a277 | refs/heads/master | 2021-05-04T11:28:23.411815 | 2016-02-27T01:05:03 | 2016-02-27T01:05:03 | 52,052,348 | 0 | 1 | null | 2017-07-18T20:39:07 | 2016-02-19T01:31:16 | C++ | UTF-8 | C++ | false | false | 1,376 | h | #ifndef GAMEWORLD_H_
#define GAMEWORLD_H_
#include "GameConstants.h"
#include <string>
#include <vector>
const int START_PLAYER_LIVES = 3;
class GameController;
class Actor;
class GameWorld
{
public:
GameWorld(std::string assetDir)
: m_lives(START_PLAYER_LIVES), m_score(0), m_level(0),
m_controller(nullpt... | [
"david.g.khachatrian@gmail.com"
] | david.g.khachatrian@gmail.com |
e4593b063fb6ad727493f658d068f57563062ea9 | 9a94e85ef2820d626cd76123b9aa49190c991003 | /HSPF_MRO_ANDR/build/Android/Release/app/src/main/include/Fuse.Controls.Native.ViewHandle.Invalidation.h | a9737a6b9e6158b3d78dab82884274e62b2c60a8 | [] | no_license | jaypk-104/FUSE | 448db1717a29052f7b551390322a6167dfea34cd | 0464afa07998eea8de081526a9337bd9af42dcf3 | refs/heads/master | 2023-03-13T14:32:43.855977 | 2021-03-18T01:57:10 | 2021-03-18T01:57:10 | 348,617,284 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 400 | h | // This file was generated based on /usr/local/share/uno/Packages/Fuse.Nodes/1.12.0/ViewHandle.Android.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Int.h>
namespace g{
namespace Fuse{
namespace Controls{
namespace Native{
// public enum ViewHandle.Invalidation
uEn... | [
"sommelier0052@gmail.com"
] | sommelier0052@gmail.com |
ef0a421ff9d47f54087089ef00f2697b0d5b4529 | ea491ffd8dbc355a3f6883ce2bab3c76343dd89e | /sys_error.h | 6cf55d9a3acefe9fa191cdb3badff9412aa06d5b | [] | no_license | EricJeffrey/MicroContainer | 6c7d2ac253cdaa1b52629369a04985bb8bed758e | 7f0c6bfb11a4d1d60df828fc3aad28a1c04a4da4 | refs/heads/master | 2023-02-22T15:13:35.575335 | 2021-01-13T08:48:21 | 2021-01-13T08:48:21 | 248,660,780 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 551 | h | #if !defined(SYS_ERROR_H)
#define SYS_ERROR_H
#include <cstring>
#include <exception>
#include <stdexcept>
#include <string>
using std::string;
// error when making syscall
struct SysError : public std::exception {
const int err;
const string errMsg;
SysError(int err, const char *msg) : err(err), errMsg(... | [
"1719937412@qq.com"
] | 1719937412@qq.com |
f607df6a1b107713af1395057968c2916a9ee46a | 5122098dec5bd7c23b40faeb47a0bdb4ede2cb91 | /University/Semester 2/FileSystem/FileSystem/Shortcut.h | 3b08a9ac0c96669ad591180bb03ae008f749461c | [] | no_license | Jivkomg/university | 0dff86cf70260e6b3129aa38fc0d65c04f98c7dc | 61f3cb5e8e6f4fc135432556546e930ac9058064 | refs/heads/master | 2020-05-30T09:49:12.233975 | 2019-06-24T20:31:25 | 2019-06-24T20:31:25 | 189,653,396 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 337 | h | //
// Shortcut.h
// FileSystem
//
// Created by Zhivko Georgiev on 28.05.19.
// Copyright © 2019 Zhivko Georgiev. All rights reserved.
//
#ifndef Shortcut_h
#define Shortcut_h
#include "File.h"
class Shortcut: public File{
protected:
public:
Shortcut();
// Shortcut(std::string fileName);
};
#endif /... | [
"zhivkogeorgiev@Zhivkos-MacBook-Pro.local"
] | zhivkogeorgiev@Zhivkos-MacBook-Pro.local |
7f4fc4b0e89c372e67feb030f04d9590ba7756a0 | f02984173d9ea24ec3b826a783495754bd60677c | /array/array/284-PeekingIterator.cpp | 5f86c346fa650c8d1ae0340f6d1a45555a59b69a | [] | no_license | chuckll/leetcode | 4279efaf2de7c62a534c46a53cc40148924965cb | 2f30ca4651dad66651caad7b8d3fe73d0d0517fa | refs/heads/master | 2021-06-19T22:06:02.875855 | 2019-08-27T06:51:26 | 2019-08-27T06:51:26 | 144,985,238 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,108 | cpp | #include<stdio.h>
#include<vector>
using namespace std;
// Below is the interface for Iterator, which is already defined for you.
// **DO NOT** modify the interface for Iterator.
class Iterator {
struct Data;
Data* data;
public:
Iterator(const vector<int>& nums);
Iterator(const Iterator& iter);
virtual ~Itera... | [
"361818710@qq.com"
] | 361818710@qq.com |
e8e055840ad219a18f11be7e80797c8907e1edeb | d6267349b7bf174f23e7642e6b52a297a5666da9 | /C/C_Yet_Another_Card_Deck.cpp | abfb04604b7d700797d9ef57b10ae2a0964664d2 | [] | no_license | pradyuman-verma/CodeForcesProblems | 2734f81d1fba80691731f78c7591648babe9d2e8 | 8595dd1eb5a01451c7f0281a9a2312c5a8478990 | refs/heads/main | 2023-06-08T02:17:23.032562 | 2021-06-29T11:42:04 | 2021-06-29T11:42:04 | 377,835,144 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,095 | cpp | //pradyuman_verma
/* When you hit a roadblock, remember to rethink the solution ground up, not just try hacky fixes */
#include<bits/stdc++.h>
using namespace std;
#define int long long
#define mod 1000000007
#define ps(x, y) fixed << setprecision(y) << x
#define w(x) ... | [
"pradyumn_verma27@users.noreply.github.com"
] | pradyumn_verma27@users.noreply.github.com |
062983493d8e37c65efa652592fbd89b66abb7a9 | 806fdce612d3753d219e7b3474c52a419e382fb1 | /Renderer/RendererRuntime/include/RendererRuntime/Resource/Scene/SceneResource.h | 3aa2b46c33e95875396cebb52feca52fd222ecb3 | [
"MIT"
] | permissive | whaison/unrimp | 4ca650ac69e4e8fd09b35d9caa198fe05a0246a3 | 8fb5dfb80a3818b0b12e474160602cded4972d11 | refs/heads/master | 2021-01-11T15:19:21.726753 | 2017-01-25T19:55:54 | 2017-01-25T21:55:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,075 | h | /*********************************************************\
* Copyright (c) 2012-2017 The Unrimp Team
*
* 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, includin... | [
"cofenberg@gmail.com"
] | cofenberg@gmail.com |
fd521faff209fbf0240c0eedf778dc1d36e33689 | 73ca6983849ffb856d87b66183dd59ff98ee4824 | /include/layered_hardware/joint_limits_layer.hpp | f6338eb2e367aefdb925266b385f991f7072a024 | [
"MIT"
] | permissive | xxkeitoxx/layered_hardware | 1d09cc7d9f586787d9d9e3eb90f1aa461232972d | d77a0400fa95e943cc3998e6ca6b515af8ba028f | refs/heads/master | 2023-01-04T02:48:40.674370 | 2020-05-04T22:08:26 | 2020-05-04T22:08:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,908 | hpp | #ifndef LAYERED_HARDWARE_JOINT_LIMITS_LAYER_HPP
#define LAYERED_HARDWARE_JOINT_LIMITS_LAYER_HPP
#include <list>
#include <string>
#include <hardware_interface/controller_info.h>
#include <hardware_interface/internal/demangle_symbol.h>
#include <hardware_interface/joint_command_interface.h>
#include <hardware_interfac... | [
"okada@rm.is.tohoku.ac.jp"
] | okada@rm.is.tohoku.ac.jp |
167ed503d160008c22989a37c204f739b6abfe2a | a4d10c015319a67daf2052d79d23ebe0dec66883 | /source/PKB.cpp | 5021c54c03a48716b244e5f9a3ca9d260535eab7 | [] | no_license | G12ProjectTeam/SpaProjectRepo | 8249314166ba19c669186b921784b19366f3c511 | 9f17473fa57169c413e217ebb0acbee235eabd23 | refs/heads/master | 2020-03-27T10:46:22.995072 | 2018-09-02T06:59:27 | 2018-09-02T06:59:27 | 146,444,175 | 0 | 3 | null | 2018-09-03T16:36:37 | 2018-08-28T12:27:56 | XSLT | UTF-8 | C++ | false | false | 256 | cpp | #pragma once
#include<stdio.h>
#include <iostream>
#include <string>
#include <vector>
using namespace std;
#include "PKB.h"
#include "TNode.h"
int PKB::setProcToAST(PROC p, TNode* r) {
return NULL;
}
TNode* PKB::getRootAST (PROC p){
return NULL;
}
| [
"danielkwang@outlook.com"
] | danielkwang@outlook.com |
3a9a126a226dd95a16d240c1ebda4532e3561056 | f46e5258241338e79e062ead8ed8b6952ac5016a | /leetcode/binary-index-tree/327.count-of-range-sum.cpp | d1d657ac838be590677e991c717a06d4a000d356 | [] | no_license | riveridea/algorithm | a58fde65ac693b56329bc2dc064a131d9a519b69 | 6151ae9ae7684b020c03a85da154b1b9b00661e8 | refs/heads/master | 2021-01-02T09:32:25.500821 | 2019-11-04T00:32:13 | 2019-11-04T00:32:13 | 8,842,964 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,290 | cpp | /*
* @lc app=leetcode id=327 lang=cpp
*
* [327] Count of Range Sum
*
* https://leetcode.com/problems/count-of-range-sum/description/
*
* algorithms
* Hard (33.35%)
* Total Accepted: 33.9K
* Total Submissions: 101.6K
* Testcase Example: '[-2,5,-1]\n-2\n2'
*
* Given an integer array nums, return the numb... | [
"you@example.com"
] | you@example.com |
242fd70f726ac9049fbb29029ca6fb1bce2b7856 | 607aa56c1583e930e9e2eda4036a16ce6f517c4d | /ObjRenderer/ObjRenderer/MaterialReader.h | eaebfcd524736da6b3f5a53974fd5642a7c3f6ca | [] | no_license | juliorenner/computacao-grafica | 615d264c0d35f72e1f2f83a36ca540fbd29e113c | 906055408f33640c5573235030cb35cba5c99979 | refs/heads/master | 2020-03-25T19:22:49.190776 | 2018-12-04T23:18:30 | 2018-12-04T23:18:30 | 144,079,558 | 0 | 0 | null | 2018-12-04T23:18:31 | 2018-08-08T23:54:55 | C | UTF-8 | C++ | false | false | 572 | h | //
// MaterialReader.hpp
// ObjRenderer
//
// Created by Júlio Renner on 07/10/18.
// Copyright © 2018 RENNERJ. All rights reserved.
//
#ifndef MaterialReader_hpp
#define MaterialReader_hpp
#include <stdio.h>
#include <string>
#include <fstream>
#include <iostream>
#include <sstream>
#include "Material.h"
#includ... | [
"julio.renner@hotmail.com"
] | julio.renner@hotmail.com |
a269568bb18b03c55f65d1832d843f681d4a725c | 6b342e06bf8ec9bf89af44eb96bb716240947981 | /84.cpp | 15945ffbb6d07e736e6681ae6dfa894673431921 | [] | no_license | githubcai/leetcode | d822198f07db33ffbb1bc98813e5cd332be56562 | 4b63186b522cb80a0bc4939a89f5b6294c1b11ca | refs/heads/master | 2021-01-13T03:32:38.704206 | 2017-03-14T02:06:35 | 2017-03-14T02:06:35 | 77,529,061 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 922 | cpp | class Solution {
public:
int largestRectangleArea(vector<int>& heights) {
if(heights.size() == 0) return 0;
stack<int> stk;
stk.push(heights[0]);
int ans = heights[0];
for(int i = 1; i < heights.size(); ++i){
if(stk.top() <= heights[i]){
stk.push(h... | [
"2468085704@qq.com"
] | 2468085704@qq.com |
eaa1cb0c7a391d587d156d549fe0ff8c6e390245 | 4d0300263d28fb461f285cc2c3dfd7c51621cb4d | /external/Angle/Project/src/libGLESv2/renderer/SwapChain.h | bbfb359a07a872374353d5d7f74c4c92c477ae52 | [
"MIT",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-free-unknown",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | coronalabs/corona | 6a108e8bfc8026e8c85e6768cdd8590b5a83bdc2 | 5e853b590f6857f43f4d1eb98ee2b842f67eef0d | refs/heads/master | 2023-08-30T14:29:19.542726 | 2023-08-22T15:18:29 | 2023-08-22T15:18:29 | 163,527,358 | 2,487 | 326 | MIT | 2023-09-02T16:46:40 | 2018-12-29T17:05:15 | C++ | UTF-8 | C++ | false | false | 1,290 | h | //
// Copyright (c) 2012 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// SwapChain.h: Defines a back-end specific class that hides the details of the
// implementation-specific swapchain.
#ifndef LIBGLESV2_RE... | [
"vlad@coronalabs.com"
] | vlad@coronalabs.com |
d96267b7fe44725fdbbecbc0f473d416e5d0ce47 | 8b9b16bfaf1619b42644b0e01f568f48b2150ce8 | /check triangle.cpp | d6786b28dc0b5fb87ed1fc9128fe13f3e8fabb7f | [
"MIT"
] | permissive | Meetzanonymous/CPPExamples | 68ed78e3ae693df6dd763a1e6057daad5df820fc | e741b33e22eb85566cad3278fd4585df5bd38947 | refs/heads/master | 2020-08-13T18:13:39.751641 | 2019-10-14T10:32:29 | 2019-10-14T10:32:29 | 215,014,190 | 0 | 0 | MIT | 2019-10-14T10:28:57 | 2019-10-14T10:28:57 | null | UTF-8 | C++ | false | false | 533 | cpp | // C++ program to check if three
// sides form a triangle or not
#include<bits/stdc++.h>
using namespace std;
// function to check if three sider
// form a triangle or not
bool checkValidity(int a, int b, int c)
{
// check condition
if (a + b <= c || a + c <= b || b + c <= a)
return false; ... | [
"30690468+Meetzanonymous@users.noreply.github.com"
] | 30690468+Meetzanonymous@users.noreply.github.com |
adbd3978b74da7879a920887e3abb534da1e792b | 9a3c2c07baa0b1d8b0826f945d2195ed8768f6dd | /core/libp2p/multi/converters/ip_v4_converter.hpp | 64e1c5a3ba1a1056ca811ceacf0412200800e7eb | [
"Apache-2.0"
] | permissive | hotpoor/kagome | 58578e47b175416ad0125f0db9229e73b486720f | f2451b6d376bac28faab1edce9024847266736e3 | refs/heads/master | 2020-07-30T23:40:22.788489 | 2019-09-23T09:37:26 | 2019-09-23T09:37:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 570 | hpp | /**
* Copyright Soramitsu Co., Ltd. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef KAGOME_IPV4CONVERTER_HPP
#define KAGOME_IPV4CONVERTER_HPP
#include <outcome/outcome.hpp>
namespace libp2p::multi::converters {
/**
* Converts an ip4 part of a multiaddress (an IP address)
* to bytes ... | [
"bogdan@soramitsu.co.jp"
] | bogdan@soramitsu.co.jp |
cc69728f26feb806507e40cbe3df76ac8449c8b1 | fd2921a1003d81dd9d24a805dc6bdc10ac71c82c | /Merge_Sort/main.cpp | ddf7b82bc27cb0ef99bc81e112bbefbcb3dc8bd6 | [] | no_license | lvj5077/CMSC_501_VCU | b668e4a9107eb8c106440e9110251eeba2b8d568 | 1e637174aaf571daf11560eac3dcb5874a54f140 | refs/heads/master | 2021-09-05T20:17:29.578004 | 2018-01-30T20:59:40 | 2018-01-30T20:59:40 | 118,669,082 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,278 | cpp | #include <iostream>
#include <math.h>
#include <stdlib.h>
using namespace std;
void mergearray(int a[], int first, int mid, int last, int temp[])
{
int i = first, j = mid + 1;
int m = mid, n = last;
int k = 0;
while (i <= m && j <= n)
{
if (a[i] <= a[j])
temp[k++] = a[i++];
else
temp[k++] = a[j++];... | [
"lingqiujin@gmail.com"
] | lingqiujin@gmail.com |
00064796639c50d3aec0da401d989260ee5afe7e | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /net/third_party/quic/core/crypto/aes_256_gcm_decrypter.h | 57bda1e448fe6e86804dd6cd01515b6a76b7eb21 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | meniossin/src | 42a95cc6c4a9c71d43d62bc4311224ca1fd61e03 | 44f73f7e76119e5ab415d4593ac66485e65d700a | refs/heads/master | 2022-12-16T20:17:03.747113 | 2020-09-03T10:43:12 | 2020-09-03T10:43:12 | 263,710,168 | 1 | 0 | BSD-3-Clause | 2020-05-13T18:20:09 | 2020-05-13T18:20:08 | null | UTF-8 | C++ | false | false | 1,144 | h | // Copyright (c) 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 NET_THIRD_PARTY_QUIC_CORE_CRYPTO_AES_256_GCM_DECRYPTER_H_
#define NET_THIRD_PARTY_QUIC_CORE_CRYPTO_AES_256_GCM_DECRYPTER_H_
#include <cstdint... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
e5c2059bc3eeb5b97695a02e8ac630bb8eb9fa81 | 5dcca85df8aa337b42d6987ae24ef5d2fc23beb8 | /Data Structure/Programming Assignent 2/mergelists.cpp | a432889f37743d4263976361d1f475e0256dcdef | [] | no_license | alandreamsbig/Portfolio | c4b86631935b6023d3c2501dd2cb88b074c6cf2e | a49467fa58adbea90911e0722623bd92d68b6784 | refs/heads/master | 2021-01-20T05:34:31.488306 | 2018-08-03T20:51:21 | 2018-08-03T20:51:21 | 101,439,055 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,393 | cpp | /************************
//Alan Tsai
//CS260
//Mergelists
//Uses as reference: https://github.com/erieiler/LinkedListMergeSort/blob/master/mergesortexle.cpp*/
/////////////////////////////////////////
#include <iostream>
#include <stdlib.h>
#include <string>
#include <fstream>
#include <time.h>
using namespace std;
... | [
"ayt32@drexel.edu"
] | ayt32@drexel.edu |
694a60562879b108d15b4fa992d83cc31c6d7e23 | d61d05748a59a1a73bbf3c39dd2c1a52d649d6e3 | /chromium/components/certificate_transparency/mock_log_dns_traffic.h | d70119e98874566f3d50120a71f5c5016b0b90a7 | [
"BSD-3-Clause"
] | permissive | Csineneo/Vivaldi | 4eaad20fc0ff306ca60b400cd5fad930a9082087 | d92465f71fb8e4345e27bd889532339204b26f1e | refs/heads/master | 2022-11-23T17:11:50.714160 | 2019-05-25T11:45:11 | 2019-05-25T11:45:11 | 144,489,531 | 5 | 4 | BSD-3-Clause | 2022-11-04T05:55:33 | 2018-08-12T18:04:37 | null | UTF-8 | C++ | false | false | 6,711 | h | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_CERTIFICATE_TRANSPARENCY_MOCK_LOG_DNS_TRAFFIC_H_
#define COMPONENTS_CERTIFICATE_TRANSPARENCY_MOCK_LOG_DNS_TRAFFIC_H_
#include <stdint.... | [
"csineneo@gmail.com"
] | csineneo@gmail.com |
a63c722a8bdd8b7d99499507d9b4b051c3f62873 | aab5fac70cd96d09307ecced10a2f81e2e7dc319 | /seminars/seminar20/type_traits/6_2_is_assignable.cpp | f37a0213cb4dc89fcef7adb409bc2179f3b549a8 | [] | no_license | morell5/HSE-Course | 7c74c2f23055a30f0f93490a79dfda442ac155a9 | 9c75a83a247dbe64918c823b584ac713580251f6 | refs/heads/master | 2023-07-14T22:01:03.746863 | 2021-08-22T10:06:25 | 2021-08-22T10:06:25 | 293,108,056 | 13 | 66 | null | 2021-06-15T16:12:43 | 2020-09-05T15:59:41 | C++ | UTF-8 | C++ | false | false | 715 | cpp | #include <iostream>
#include <type_traits>
#include <utility>
template <typename T, typename U, typename Enable>
struct is_assignable_impl : std::false_type {};
template <typename T, typename U>
// is_assignable_impl<T, U, void> resolution algo:
// 1. ensure well-formedness std::declval<T>() = std::declval<U>()
// 2.... | [
"morell@DESKTOP-K5VODHO.localdomain"
] | morell@DESKTOP-K5VODHO.localdomain |
5a26073b7724b8810494d21590420c17810ec996 | dfc7f333d577d11ec47e42904066606546159c92 | /post_information/post_detailed_info.cpp | b7aeb06be098e14ae594da6c488d76590f29d3b4 | [] | no_license | Han-Bug/Software-Engineering-Practice | f69a602845c85fcb5131e259337a62995db2adab | c787eab5ad061eeb6c6570fffcd7d4541e76e6ed | refs/heads/main | 2023-05-14T13:27:23.337173 | 2021-06-11T08:23:45 | 2021-06-11T08:23:45 | 366,269,456 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,939 | cpp | #include "post_detailed_info.h"
#include "ui_post_detailed_info.h"
post_detailed_info::post_detailed_info(article_post *_ap, article_postData *apd, QWidget *parent) :
QWidget(parent),
ui(new Ui::post_detailed_info)
{
ui->setupUi(this);
ap=_ap;
this->apd=apd;
db=Data::dataBaseInter;
pi=Data:... | [
"81460817+Han-Bug@users.noreply.github.com"
] | 81460817+Han-Bug@users.noreply.github.com |
5eef17befe3930b946743d986c48ded800646504 | e303f243213c6374bb1ec2fad8e8ed435c19766f | /src/novatel/src/novatel.cpp | 619ce4a46a49ddcfbacb25f4ab7e4427af3418cd | [
"MIT",
"BSD-3-Clause"
] | permissive | CastielLiu/novatel_ws | bcdceadd38de55d3586a8b7685f3185f151bf0f0 | 793f4e51a24489a08ad409a3c93946e3860a5782 | refs/heads/master | 2020-04-28T01:33:41.182676 | 2020-01-08T13:03:11 | 2020-01-08T13:03:11 | 174,861,816 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 67,728 | cpp | #include "novatel/novatel.h"
#include <cmath>
#include <iostream>
#include <valarray>
#include <fstream>
#include <iostream>
#include <sstream>
#include<ros/ros.h>
using namespace std;
using namespace novatel;
/////////////////////////////////////////////////////
// includes for default time callback
... | [
"castiel_liu@outlook.com"
] | castiel_liu@outlook.com |
8117388ebe079e14ec40cf1381ead221a9180902 | 27da58458e8f4a70adcb0c1d8a7ed84e8342367f | /Fbx2BinVS2015/Fbx2BinVS2015/DxWindow.cpp | 978ffc4ba25d324ea8b75a40a78cac1ccd188637 | [] | no_license | WiZFramework/BaseCross | f5c5d41abb1bfc8c5e7e0fc397a522318c95a7d2 | 3166d3870e818c947c2b598ff9d629c58780168d | refs/heads/master | 2020-05-22T02:44:26.650636 | 2019-09-17T17:46:08 | 2019-09-17T17:46:08 | 64,080,808 | 16 | 4 | null | null | null | null | SHIFT_JIS | C++ | false | false | 354 | cpp | // DxWindow.cpp : 実装ファイル
//
#include "stdafx.h"
#include "Fbx2BinVS2015.h"
#include "DxWindow.h"
// CDxWindow
IMPLEMENT_DYNAMIC(CDxWindow, CWnd)
CDxWindow::CDxWindow()
{
}
CDxWindow::~CDxWindow()
{
}
BEGIN_MESSAGE_MAP(CDxWindow, CWnd)
END_MESSAGE_MAP()
// CDxWindow メッセージ ハンドラー
... | [
"wiz.yamanoi@wiz.ac.jp"
] | wiz.yamanoi@wiz.ac.jp |
43a529f344e79510c2b4d8d1e1bb5e1c2c642e63 | 9594717431a92058bc368a7c55e79c777119d8b1 | /src/tools.cpp | 3a2de91653132a47e9dd940254ed642fd9e41028 | [] | no_license | dills003/Extended_Kalman_Filter | bf064e9b3ee3009ac151d08a3002a04b0989f73c | 2c939302fc56663079efb56ab7be5f0b63f3aab8 | refs/heads/master | 2021-01-23T01:17:50.667637 | 2017-05-31T01:30:03 | 2017-05-31T01:30:03 | 92,864,522 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,878 | cpp | #include <iostream>
#include "tools.h"
using Eigen::VectorXd;
using Eigen::MatrixXd;
using std::vector;
Tools::Tools() {}
Tools::~Tools() {}
VectorXd Tools::CalculateRMSE(const vector<VectorXd> &estimations,
const vector<VectorXd> &ground_truth) {
/**
TODO:
* Calculate the RMSE here. This was copied from the ... | [
"dills003@gmail.com"
] | dills003@gmail.com |
61690cb02b13eef2f82b0f5dac944c8665586b36 | 502f2ff4dddc707b2ced51e3cd4058b5ad8f1502 | /codeforces/601A_the_two_routes.cpp | c6b88929c5e3558d96e1a9fc9b26dce264322b9b | [] | no_license | miguelAlessandro/CompetitiveProgramming | 609a68a646f0976ed1c00fbcf861777844c7040d | 64ac15eafb9c62dc713ce3d4b679ba6a032e1d5f | refs/heads/master | 2021-06-01T11:02:22.439109 | 2020-10-08T06:26:27 | 2020-10-08T06:26:27 | 51,873,676 | 1 | 1 | null | 2020-10-08T06:26:28 | 2016-02-16T22:01:20 | C++ | UTF-8 | C++ | false | false | 1,166 | cpp | #include <bits/stdc++.h>
#define N 405
using namespace::std;
bool G[N][N],
visit[N];
int d[N],
n, m, dm;
bool visto;
void bfs(int source)
{
visit[source] = true;
d[source] = 0;
queue<int> Q;
Q.push(source);
while(not Q.empty())
{
int q = Q.front(); Q.pop();
... | [
"mminih@uni.pe"
] | mminih@uni.pe |
bc0856d415491cf4ac5ca5adff4a031154080f16 | 79eff0802fb893fcda692473f2d9693021f54515 | /PCA9933Library/PCA9633.cpp | c740f94ae9f7b54559d7e528cd193ed46b0623fc | [] | no_license | matteocivale/libraries | 3ab3b28de00d39903a98a8239ea70ef2cf2f46bd | 3b48ec320f337bbda26c96b77043cd788dc2fe7a | refs/heads/master | 2020-04-06T14:17:53.144651 | 2016-10-09T15:16:13 | 2016-10-09T15:16:13 | 55,366,769 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,067 | cpp | #include <PCA9633.h>
//All leds settings at same time
byte Set_Selected_PCA9633_AllOut(byte address,byte *dimming_value)
{
Wire.beginTransmission(0x80|address);
Wire.write(((PWMX_OFFSET)&0x0F)|ALL_LED_INC_MASK);
Wire.write(dimming_value,4);
return Wire.endTransmission();
}
/**********************************... | [
"matteo.civale@gmail.com"
] | matteo.civale@gmail.com |
b3e243b0ddfacd014db57c94e1c249b9f8033f40 | 652265a7a61f64a5aad99190de9d2c18b75fd76c | /Unix/serialusbreader.cpp | 6fe72fbf7f2f0ea4dd84a53bee99320fe0721afc | [] | no_license | nericCU/QuadcopterProject | 4c23c52b8a0c6912855631adce35482af16ba2d4 | 952f2336744511cee1a45d31399fc4bffc8e4750 | refs/heads/master | 2020-04-22T14:34:11.178890 | 2015-05-14T00:37:19 | 2015-05-14T00:37:19 | 31,289,087 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,805 | cpp | #include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <termios.h>
#define MODEM "/dev/ttyUSB4"
#define BAUDRATE B4800
int main(int argc,char** argv)
{
struct termios tio;
struct termios stdio;
struct termios old_stdio;
int tty_fd, flags;
... | [
"KainosGurung@gmail.com"
] | KainosGurung@gmail.com |
8be241801ed4f089885148a07524b6c3766d0a06 | 58f46a28fc1b58f9cd4904c591b415c29ab2842f | /chromium-courgette-redacted-29.0.1547.57/chrome/browser/extensions/api/omnibox/omnibox_api.cc | 400fc32ada6e37a0726c8b14936e64f2d96de76c | [
"BSD-3-Clause"
] | permissive | bbmjja8123/chromium-1 | e739ef69d176c636d461e44d54ec66d11ed48f96 | 2a46d8855c48acd51dafc475be7a56420a716477 | refs/heads/master | 2021-01-16T17:50:45.184775 | 2015-03-20T18:38:11 | 2015-03-20T18:42:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,404 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/extensions/api/omnibox/omnibox_api.h"
#include "base/json/json_writer.h"
#include "base/lazy_instance.h"
#include "base/metr... | [
"Khilan.Gudka@cl.cam.ac.uk"
] | Khilan.Gudka@cl.cam.ac.uk |
26d7cf3ff4313dbb7efd5683b26bd7224920c417 | fe2836176ca940977734312801f647c12e32a297 | /UVa/Data Structures and Libraries/Data Structures with Our-Own Libraries/Graph Data Structures Problems/599 - The Forrest for the Trees/599.cpp | aaf1e31bfa62c07a2a0e13951fbc1da371efd3a0 | [] | no_license | henrybear327/Sandbox | ef26d96bc5cbcdc1ce04bf507e19212ca3ceb064 | d77627dd713035ab89c755a515da95ecb1b1121b | refs/heads/master | 2022-12-25T16:11:03.363028 | 2022-12-10T21:08:41 | 2022-12-10T21:08:41 | 53,817,848 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,235 | cpp | #include <bits/stdc++.h>
using namespace std;
vector<int> g[26];
bool has[26];
int tree, acorn;
bool has_cycle, visited[26];
void dfs(int u, int par)
{
visited[u] = true;
for(int i : g[u]) {
if(visited[i] == true && i != par) {
has_cycle = true;
} else if(visited[i] == false){
dfs(i, u);
}
... | [
"henrybear327@gmail.com"
] | henrybear327@gmail.com |
04dd859e3ff83934b6bea54feca97c364f25c95f | 086faaf44bae566033ee44f377341d5280d47d4f | /141.cpp | 94b80f85f6f42eb2f5ea9d3476f731d4f718900f | [] | no_license | guhaohit/leetcode | 486fcddd7e517b94600447d739cbb76aa705e3b9 | 707c9955b3e5b85875b1881e76f480adfcc2c799 | refs/heads/master | 2021-01-17T05:58:31.854317 | 2015-11-23T14:11:23 | 2015-11-23T14:11:23 | 29,893,100 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 692 | cpp | /**
* Definition for singly-linked list.
* struct ListNode {
* int val;
* ListNode *next;
* ListNode(int x) : val(x), next(NULL) {}
* };
*/
class Solution {
public:
bool hasCycle(ListNode *head) {
if(head == NULL)
return false;
ListNode *fast = head;
ListNode *... | [
"ghgh_576290605@qq.com"
] | ghgh_576290605@qq.com |
92daa1fe5bb7b8238b98b378314e0b9529dfdb8d | 17adb0e72c9dd190124a8d21171d9c8fcb23e333 | /ui/CxRunCtrl/Varutils.cpp | 4b7e399c7ec9edbd221830c90451bc93871403af | [
"MIT"
] | permissive | jafo2128/SuperCxHMI | 16dc0abb56da80db0f207d9194a37258575276b5 | 5a5afe2de68dc9a0c06e2eec945a579467ef51ff | refs/heads/master | 2020-04-01T16:30:20.771434 | 2016-02-06T00:40:53 | 2016-02-06T00:40:53 | 48,529,344 | 1 | 0 | null | 2015-12-24T06:45:45 | 2015-12-24T06:45:45 | null | UTF-8 | C++ | false | false | 2,721 | cpp | #include "stdafx.h"
#include "RunInc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
class INVOKEKIND_ENTRY
{
public:
LPCTSTR pszName;
INVOKEKIND invokekind;
};
static INVOKEKIND_ENTRY g_aInvokeKinds[] =
{
{ _T( "Method" ), INVOKE_FUNC },
{ _T( "PropGet"... | [
"qinyong99@126.com"
] | qinyong99@126.com |
87f135e5372b438921be770c4130c8959660e054 | 625d8f6db8cf475acdbd851c2078ba1a28ded023 | /src/Drawing.h | 6842c84752c2a1027ae76ccc425a277a093c656f | [] | no_license | luanapatriciac/CorrigeEtape8 | 92df5277dc64b486f97dd2c29e11b8ace367ec86 | 8096cda60fce1bb455c064a53102550f3e09a0a0 | refs/heads/main | 2023-03-20T02:07:27.763292 | 2021-03-12T17:17:56 | 2021-03-12T17:17:56 | 320,060,494 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 284 | h | #pragma once
#include "Group.h"
#include "SFML_output.h"
class Drawing
{
public:
Drawing(pugi::xml_node node);
void print(std::ostream &stream) const;
void draw(SFML_output & out) const;
private:
Group group;
};
std::ostream &operator<<(std::ostream &stream, Drawing const& d);
| [
"52115435+luanapatriciac@users.noreply.github.com"
] | 52115435+luanapatriciac@users.noreply.github.com |
222fd78a30a831eb7ba31876a59a03b6944a7c02 | 22c330290355f9f8efd9c4a6dad346036932cc61 | /sample19.cpp | be2daa092aa75aceb3b482d7a3f32fecd057abf1 | [
"MIT"
] | permissive | sunjinbo/wapiti | 394411dc893eb7edae3e2f669b970e70953aa518 | b7cb8b0007f9df708522da74a233541dd4e24afa | refs/heads/main | 2023-07-04T21:18:08.368766 | 2021-08-27T13:07:14 | 2021-08-27T13:07:14 | 329,784,868 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,080 | cpp | // 多态
#include <iostream>
using namespace std;
class Shape {
protected:
int width, height;
public:
Shape( int a=0, int b=0)
{
width = a;
height = b;
}
int area()
{
cout << "Parent class area :" <<endl;
return 0;
}
};
class Rectangle:... | [
"sunjinbo@360.cn"
] | sunjinbo@360.cn |
e9abf647fe94adcd141e69bd15812d694ce2f0e0 | 8221833a33265d21e0704a0f7b7cac609228fa33 | /common_hw_libs/h264/at/h264dec_at/ldecod/src/mbuffer.cpp | 1699aa084fe22f3447d17e8d2c35b1f90cccef5d | [] | no_license | jonmcdonald/jpeg_platform | 3a0f95e127bffaee854a08276f85155c4a8c8762 | ab3d7139fac1e544bcdd8e0891646864a8391909 | refs/heads/master | 2021-01-18T00:50:13.341631 | 2016-01-19T20:44:02 | 2016-01-19T20:44:02 | null | 0 | 0 | null | null | null | null | ISO-8859-3 | C++ | false | false | 95,684 | cpp |
/*!
***********************************************************************
* \file
* mbuffer.c
*
* \brief
* Frame buffer functions
*
* \author
* Main contributors (see contributors.h for copyright, address and affiliation details)
* - Karsten Sühring <suehring@hhi.de>
* ... | [
"mike_bradley@mentor.com"
] | mike_bradley@mentor.com |
ddc7f7da7020f959f81cb2aa97196626e68b6ccf | 3eb3d70e65b672f4acdc02c6dafa66f5b60d5aed | /fob2/fob2.ino | 4047f94b0deb1f3074674f17a10f9c38aa9520f7 | [] | no_license | moredip/fob | e5d5ede4a9d6b78dfa80c2a4f1d996abad9b7202 | def3ae65b68f2954f091cd4600c180c121334c04 | refs/heads/master | 2021-01-10T06:13:25.936458 | 2014-12-27T22:59:40 | 2014-12-27T22:59:40 | 48,718,344 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,714 | ino | #include <SPI.h>
#include <Wire.h>
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>
#include <Time.h>
#include "sha1.h"
#include "TOTP.h"
#include "key.h"
#include "secret_keys.h"
#if (SSD1306_LCDHEIGHT != 32)
#error("Height incorrect, please fix Adafruit_SSD1306.h!");
#endif
#define OLED_RESET_PIN 4
#define... | [
"git@thepete.net"
] | git@thepete.net |
fbb80807be64739da6bf0a196ce42c6d823b5845 | 4ca0c84fb7af16b8470ab9ff408edd6d00c94f77 | /UVa/11054 - Wine trading in Gergovia/11054.cpp | 48491b4c8eb8639111f6859b738ca9cc0290f885 | [] | no_license | svanegas/programming_solutions | 87305a09dd2a2ea0c05b2e2fb703d5cd2b142fc0 | 32e5f6c566910e165effeb79ec34a8886edfccff | refs/heads/master | 2020-12-23T16:03:33.848189 | 2020-10-10T18:59:58 | 2020-10-10T18:59:58 | 12,229,967 | 8 | 10 | null | null | null | null | UTF-8 | C++ | false | false | 1,017 | cpp | //Santiago Vanegas Gil.
#include <algorithm>
#include <iostream>
#include <iterator>
#include <numeric>
#include <sstream>
#include <fstream>
#include <cassert>
#include <climits>
#include <cstdlib>
#include <cstring>
#include <string>
#include <cstdio>
#include <vector>
#include <cmath>
#include <queue>
#include <dequ... | [
"savanegasg@gmail.com"
] | savanegasg@gmail.com |
3b8c6226e5decb2a3a6534534d4470a23ff2710a | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/CMake/CMake-gumtree/Kitware_CMake_repos_log_2754.cpp | cd6ac03fe89a199cb6b4216f865a2608575296d6 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 52 | cpp | fprintf(stderr, "Output on stderr before sleep.\n"); | [
"993273596@qq.com"
] | 993273596@qq.com |
4b4f3058b22ccf0b3dc596c9a1e3f75d7fe42e26 | f0a4e2bc12cf59188d0d0a112db80e871e156fb6 | /G2G/gi/drillitem.h | b9632c808d88d41e7065e1610a47ad39af2390e6 | [] | no_license | free-artp/GERBER_X2 | 51bfa11d7347ed0cf44a577ade0781be5effe6c1 | 46d769e3176bb027d9ae4f626722c98bfc30a5b3 | refs/heads/master | 2020-05-23T13:26:36.384061 | 2019-05-14T14:47:36 | 2019-05-14T14:47:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 794 | h | #ifndef DRILLITEM_H
#define DRILLITEM_H
#include "graphicsitem.h"
namespace Excellon {
class File;
class Hole;
}
class DrillItem : public GraphicsItem {
public:
DrillItem(Excellon::Hole* hole);
DrillItem(double diameter);
QRectF boundingRect() const override;
QPainterPath shape() const override;
... | [
"xray3d@ya.ru"
] | xray3d@ya.ru |
865be0f7f5d8974f5746990ae7287661ba39c1e3 | 1f5fc904781837900c2bc744bb9913716da52b8b | /src/base/patches.cpp | fb00667f34e1b816243837e712eab707bfcbc089 | [
"MIT",
"GPL-1.0-or-later",
"GPL-2.0-or-later"
] | permissive | probonopd/executor | d9926ee3ec4e0bef0d7030165f27fc2c8f19185f | 0fb82c09109ec27ae8707f07690f7325ee0f98e0 | refs/heads/master | 2020-07-26T14:42:00.096465 | 2019-09-13T07:43:58 | 2019-09-13T07:43:58 | 208,679,008 | 2 | 0 | MIT | 2019-09-16T00:44:41 | 2019-09-16T00:44:40 | null | UTF-8 | C++ | false | false | 4,948 | cpp | #include <OSUtil.h>
#include "emustubs.h"
#include <SegmentLdr.h>
#include <error/system_error.h>
#include <base/debugger.h>
#include <sound/soundopts.h>
#include <rsys/executor.h>
using namespace Executor;
static uint16_t bad_traps[10];
static int n_bad_traps = 0;
void
Executor::ROMlib_reset_bad_trap_addresses(voi... | [
"wolfgang.thaller@gmx.net"
] | wolfgang.thaller@gmx.net |
c3b9ea46bc6d5780c4968921af5e2d90185adcfc | d45e28df62de343f5dd8cde25e35fa74424fa6d4 | /src/qt/messagemodel.h | d7afd2d793cc14a05a5b7dba6134ff59fbf5bdbe | [
"MIT"
] | permissive | JayFwj/studyCoin | c3e34828af5addd5f767a18fd5f2d724503bc296 | 855607333f4d9abcd24fb62ad34aa50f7228096f | refs/heads/master | 2021-05-14T00:41:17.861982 | 2018-01-07T07:35:11 | 2018-01-07T07:35:11 | 116,546,731 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,403 | h | #ifndef MESSAGEMODEL_H
#define MESSAGEMODEL_H
#include "uint256.h"
#include <vector>
#include "allocators.h" /* for SecureString */
#include "smessage.h"
#include <map>
#include <QSortFilterProxyModel>
#include <QAbstractTableModel>
#include <QStringList>
#include <QDateTime>
class MessageTablePriv;
class InvoiceTa... | [
"jay@SZVETRON-IMAC-03.local"
] | jay@SZVETRON-IMAC-03.local |
cc53c9158033e153b177b147b314c9cda63a4a96 | dea00e331512547e0b77bc1d488fd584f9f59e12 | /Source/S05_Testing_Grounds/S05_Testing_GroundsGameMode.cpp | 878aeeb4793386c73e4e37cd1aa1a6603958beb4 | [] | no_license | patrick68794/S05_Testing_Grounds | 1fb0e9f796ffbf19004b6274c0de01d90db3a096 | 3093e130931c754517cc07bb1ad3b39b7c7e22ad | refs/heads/master | 2021-09-28T14:53:38.307896 | 2018-08-26T21:27:41 | 2018-08-26T21:27:41 | 122,416,053 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 608 | cpp | // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#include "S05_Testing_Grounds.h"
#include "S05_Testing_GroundsGameMode.h"
#include "S05_Testing_GroundsHUD.h"
#include "Player/FirstPersonCharacter.h"
AS05_Testing_GroundsGameMode::AS05_Testing_GroundsGameMode()
: Super()
{
// set default pawn class to ou... | [
"patrick68794@gmail.com"
] | patrick68794@gmail.com |
dd3891f0290132910d7f3ff78a91b0b2681c1f4c | fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd | /third_party/WebKit/Source/core/exported/WebHeap.cpp | 5e641a05e4d0629bdb6655db378274651ceb080d | [
"BSD-3-Clause",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft"
] | permissive | wzyy2/chromium-browser | 2644b0daf58f8b3caee8a6c09a2b448b2dfe059c | eb905f00a0f7e141e8d6c89be8fb26192a88c4b7 | refs/heads/master | 2022-11-23T20:25:08.120045 | 2018-01-16T06:41:26 | 2018-01-16T06:41:26 | 117,618,467 | 3 | 2 | BSD-3-Clause | 2022-11-20T22:03:57 | 2018-01-16T02:09:10 | null | UTF-8 | C++ | false | false | 2,176 | cpp | /*
* Copyright (C) 2014 Google Inc. 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 conditio... | [
"jacob-chen@iotwrt.com"
] | jacob-chen@iotwrt.com |
4e347b8abe07eaeec60db60cba79fe9aa711b11c | cd5d90748c8606df3561f05f1481b93f0d0f9e91 | /app-sdk/utility/common/include/module_connector.h | 1d6555f42a20276a15cb2f7c9997ded47ebfabb3 | [] | no_license | zfrygt/HOS | 31a2852f65275fec722e624906ffbcabfc197d39 | c754c65a2e990fad656028c9688c511da913f778 | refs/heads/master | 2021-01-13T08:49:31.484049 | 2017-01-25T07:07:06 | 2017-01-25T07:07:06 | 73,266,272 | 1 | 0 | null | 2016-11-09T08:49:56 | 2016-11-09T08:49:56 | null | UTF-8 | C++ | false | false | 1,044 | h | #ifndef MODULE_CONNECTOR_H
#define MODULE_CONNECTOR_H
#include <macros.h>
#include <string>
#include <stdint.h>
#include <memory>
#include <utils.h>
class ServerMessage;
class ClientMessage;
class IReceivePolicy;
namespace spdlog
{
class logger;
}
// ModuleConnector class that abstracts the heartbeating and other ... | [
"t.murat.guvenc@gmail.com"
] | t.murat.guvenc@gmail.com |
0fd22775adadd58a6f51eeaaef7874ccd3687725 | ad4545a66a38524baca88b78233aa537d495b110 | /Cats_3_tour/B_Binary_linear_search/find.h | 265fa3a2d7eb0d8a06882d86d3a0fb86c22ef76e | [] | no_license | kmac3063/Cpp_hm | 57eeb2bf8869dc99958cedaf0bc504173d81ed57 | a3f0d3f9358d070d68d061dac8fb161ecd5eb977 | refs/heads/master | 2023-02-18T22:57:27.941383 | 2019-12-26T04:21:43 | 2019-12-26T04:21:43 | 218,732,554 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,098 | h | #pragma once
template<typename T, typename Iterator, typename type> struct F;
template<typename T, typename Iterator>
struct F <T, Iterator, std::random_access_iterator_tag> {
static Iterator find(const T& value, Iterator first, Iterator last) {
size_t size = last - first;
size_t l = 0, r = size -... | [
"lantcov.iiu@students.dvfu.ru"
] | lantcov.iiu@students.dvfu.ru |
e5b55dac511a3ff116a8fcac767e8ac986c4218a | ab39485e9a868cd1f9b88cd2af5c6217ad12eafa | /obiektowe/podstawyObiektowe.cc | ec945a88bb37d1bfe0ac386de91cb5177ea4d97b | [] | no_license | pmarecki/cpp_lo5 | 21141cc2ef59ed13b7515caa12fca7ea41a67ca4 | e73d5d7a6bcde3ffaa815af2cee64261efcacb84 | refs/heads/master | 2020-07-22T06:28:18.195099 | 2016-11-11T08:28:33 | 2016-11-11T08:28:33 | 29,973,170 | 0 | 3 | null | 2016-02-14T17:15:56 | 2015-01-28T15:10:15 | C++ | UTF-8 | C++ | false | false | 2,913 | cc | #include <bits/stdc++.h>
#define REP(i,n) for(int i=0;i<(int)(n);++i)
#define FOR(i,b,n) for(int i=b;i<(n);++i)
#define ALL(c) (c).begin(),(c).end()
#define SS size()
#define CLR(a,v) memset((a),(v), sizeof a)
#define ST first
#define ND second
template<typename T, typename U> inline void AMIN(T &x, U y) { if(y < x) ... | [
"pmarecki@gmail.com"
] | pmarecki@gmail.com |
ad491fcb16a5e227db76a8ea947690b27fc671b6 | db35122d711b63a992b6a6d2bff34e16f23673c3 | /Arduino/Arduino.ino | 1a15df07c7cf41008c2d1a2447ebe32501d429d8 | [] | no_license | camerongivler/TempController | 649d0e0020422985afc847d21336aace97469ccd | 346b0e317f20a766ab71951b53608924a0d0bdc1 | refs/heads/master | 2020-05-29T13:28:27.187135 | 2015-12-13T05:18:46 | 2015-12-13T05:18:46 | 42,891,979 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,843 | ino | #include <Wire.h>
#include <math.h>
#define MCP4725_ADDR 0x60
const unsigned long oneSecond = 1000;
const unsigned long numSecsBetweenReads = 60;
const unsigned long deltaSerialEvent = 100; // milliseconds
const int tempPin = A1;
const int humPin = A0;
const int numValues = 120;
float tempValues[numValues] = {
0};
... | [
"cameron.givler@duke.edu"
] | cameron.givler@duke.edu |
f1d6a8508d2b2cb6a37416e53c3f3d5d0294bab2 | 6bf8e15daa50867c8b3b3cb877938aebe1414777 | /code/Li_Kruskal.cc | 1579f4367566162e893de6afd8fbcaafc363ffb9 | [] | no_license | TheRiseOfDavid/ICPC2021 | 918b19b80a4594bed37e982896f096988caff47d | 997f1f54b2c70c3bd0e568198ef2bafff0027525 | refs/heads/master | 2023-08-14T17:25:05.921281 | 2021-10-16T02:39:06 | 2021-10-16T02:39:06 | 393,017,819 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,190 | cc | #include <algorithm>
#include <iostream>
#include <vector>
#define MAXN 200020
using namespace std;
int p[MAXN];
class Edge {
private:
public:
int start, to, cost;
Edge() : start(0), to(0), cost(0) {}
Edge(int start, int to, int cost) : start(start), to(to), cost(cost) {}
bool operator<(cons... | [
"david53133@gmail.com"
] | david53133@gmail.com |
2ba55c78078dd9d3a57e0bb2222087dc5874232a | 3e77b37db4085193737c925088214ac2e44bf800 | /Exercises_day1/CPP/quad.cpp | 060aafff88947ebaf37849e66c0079831d071f7a | [] | no_license | bryanchia/OSM_Lab | 16fec2141eb8893eaaf41027e25ea57ed53dd5b8 | 40ea482efcd5b1a6938adb3746edd774ad5ff9a1 | refs/heads/master | 2021-01-01T18:06:00.958640 | 2017-07-27T16:40:55 | 2017-07-27T16:40:55 | 98,249,679 | 0 | 0 | null | 2017-07-25T01:20:33 | 2017-07-25T01:20:33 | null | UTF-8 | C++ | false | false | 517 | cpp | // my first program in C++
// //
//
#include <iostream>
#include <string>
#include<cmath>
int main()
{
using namespace std;
cout << "Enter a";
double a = 0.0 ;
cin >> a;
cout << "Enter b";
double b = 0.0;
cin >> b;
cout << "Enter c";
int c = 0.0;
cin >> c;
double x1 = (-b + sqrt(... | [
"rccguest0035@midway-login1.rcc.local"
] | rccguest0035@midway-login1.rcc.local |
80588bb94d3be7f6b54a740b720ecc3271b90fdc | e299ad494a144cc6cfebcd45b10ddcc8efab54a9 | /llvm/tools/clang/lib/Sema/SemaObjCProperty.cpp | d3bf704fd4398d2176b4299b7ebe69cfdadaa952 | [
"NCSA"
] | permissive | apple-oss-distributions/lldb | 3dbd2fea5ce826b2bebec2fe88fadbca771efbdf | 10de1840defe0dff10b42b9c56971dbc17c1f18c | refs/heads/main | 2023-08-02T21:31:38.525968 | 2014-04-11T21:20:22 | 2021-10-06T05:26:12 | 413,590,587 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 95,652 | cpp | //===--- SemaObjCProperty.cpp - Semantic Analysis for ObjC @property ------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"91980991+AppleOSSDistributions@users.noreply.github.com"
] | 91980991+AppleOSSDistributions@users.noreply.github.com |
8e470937bc549b6d6eb757f1790d2b9db5dc14af | 7a1124d8e6c25fd6077354609f71cc7cc9caa93a | /LOGICA/Aula 04/prog1.cpp | f42f2b2008283fc1e404f8d28186311ed4f49af5 | [] | no_license | AguiarVicente/COTI | 739f00bb6ecc81b1844fc90a9a0bcb56eabbc347 | 0dbf09955cc36c41bfed7ea532998fa78e83b148 | refs/heads/master | 2020-09-14T17:43:44.250536 | 2019-11-21T15:24:49 | 2019-11-21T15:24:49 | 223,203,882 | 0 | 0 | null | null | null | null | IBM852 | C++ | false | false | 1,087 | cpp | #include<stdio.h>
#include<stdlib.h>
/*
Escreva um programa que leia o prešo
e a quantidade de um produto.
A) O programa devera calcular o
total a pagar.
B) Calcular um desconto de 10% se o prešo
for maior que 300.
C) Calcular um desconto de 8% se o quantidade
de produto for maior que 5.
D) Imprimir... | [
"aguiar14564@gmail.com"
] | aguiar14564@gmail.com |
6d0d948c709a7d55f03d08f56b82d392a28df46d | 2ba0d38518ef33f8c9acfa40f121d8e619061c10 | /src/tp_x/kernel/src/libra_test/ulibra_test1.h | 0d37e53ec1a43712e6ab846cb9ec8517f0d2039d | [] | no_license | bravesoftdz/tp-exchange | 9889793c8cf39b2a1ca8ce09ac97eedb8ebddcc1 | 11f919b5ded80a1d1de91084955608655ee66550 | refs/heads/master | 2020-03-25T22:22:59.689214 | 2012-02-27T07:16:28 | 2012-02-27T07:16:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,761 | h | //$$---- Form HDR ----
//---------------------------------------------------------------------------
#ifndef ulibra_test1H
#define ulibra_test1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.... | [
"Dudko.Vadim.Olegovich@gmail.com"
] | Dudko.Vadim.Olegovich@gmail.com |
5c4b9a22c5de7d12b6ab1ebae354b7b7fece320c | b77bff161ca63917848de8251ca65a47856512fb | /MQTools/src/producer/mysqlhelper.cpp | 4c93f5c9c9001d62bb36375054c66e068c497f98 | [] | no_license | Alger0518/wallet | 2da3c15fea2516a0274aeedb08724b7dc61e193e | d12da71ca16daf57bdb71c4ad566b7bc036441fd | refs/heads/master | 2021-04-06T01:03:49.761368 | 2018-03-13T17:38:33 | 2018-03-13T17:38:33 | 125,077,590 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,181 | cpp | #include "mysqlhelper.h"
using namespace std;
CMySqlHelper::CMySqlHelper()
{
user = "root";
pswd = "123456";
host = "localhost";
schema = "walletdb";
port = 3306;
bConnected = false;
}
CMySqlHelper::CMySqlHelper(const string &username, const string &password, const string &hostip, const string... | [
"1500617173@qq.com"
] | 1500617173@qq.com |
8a15b66ecd4a686124063511be5dc2ea46d3abec | 2bb18ae027984457ea42ff21da3e413a6d3bce1c | /Level 4/section 2.4/2.4.2/2.4.2/Line.cpp | 8eefe52a8654abbd09b81ab52c1b7eee1aa3f6cf | [] | no_license | lzabry/quantnet_cpp | 5038a0007147e40c7ec5ed804e0ffaac8813e3df | 926cb9818aa19b95e64fa9287ee21418b02455fb | refs/heads/master | 2023-06-08T14:20:20.811374 | 2021-07-01T02:54:15 | 2021-07-01T02:54:15 | 381,891,278 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,531 | cpp | #include "Line.h"
#include <iostream>
#include <sstream>
//default constructor
Line::Line()
{
startPoint = Point();
endPoint = Point();
std::cout << "Just construct a new line using default constructor! " << endl;
}
//another constructor
Line::Line(const Point& p1, const Point& p2)
{
startPoint = p1;
endPoint = p... | [
"71653762+lzabry@users.noreply.github.com"
] | 71653762+lzabry@users.noreply.github.com |
678bbefa09677ee9ae04f3c35c563cabf4e995cd | 3478ccef99c85458a9043a1040bc91e6817cc136 | /HFrame/HExtras/Projector/Source/Application/Windows/EditorColourSchemeWindowComponent.h | 58782db928b6a34c3f1e9416a18fe50903ecad46 | [] | no_license | gybing/Hackett | a1183dada6eff28736ebab52397c282809be0e7b | f2b47d8cc3d8fa9f0d9cd9aa71b707c2a01b8a50 | refs/heads/master | 2020-07-25T22:58:59.712615 | 2019-07-09T09:40:00 | 2019-07-09T09:40:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,206 | h | /*
==============================================================================
This file is part of the H library.
Copyright (c) 2017 - ROLI Ltd.
H is an open source library subject to commercial or open-source
licensing.
By using H, you agree to the terms of both the H 5 End-User License
Agre... | [
"23925493@qq.com"
] | 23925493@qq.com |
8f4cfd2b7146356fd11bc1a04c3d67305fbeb948 | d9af6ca49774c009c4b277c24fb78f796fe8476b | /src/test/Checkpoints_tests.cpp | 24aaada4d13d47d32b2aa4ee0eb4a2682f59814e | [
"MIT"
] | permissive | loxevesavu/Ingenuity | 7924abf996ca1b96885b961b924a565b7fd41312 | f57a4d8f089c245d0d7ea676dd4573bb30c05300 | refs/heads/master | 2020-04-25T22:34:05.740695 | 2018-12-11T05:56:01 | 2018-12-11T05:56:01 | 173,115,384 | 0 | 0 | null | 2019-02-28T13:17:58 | 2019-02-28T13:17:57 | null | UTF-8 | C++ | false | false | 1,246 | cpp | // Copyright (c) 2011-2013 The Bitcoin Core developers
// Copyright (c) 2017 The Ingenuity developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
//
// Unit tests for block-chain checkpoints
//
#include "checkpoints.h"
... | [
"44764450+IngenuityCoin@users.noreply.github.com"
] | 44764450+IngenuityCoin@users.noreply.github.com |
08a29d41cd2c7a5310d10047d3d6a276cea1925a | 0ebd32afbb3c320dec44870260b77a70c83238db | /ai/Pondering.cpp | 3b34aacc8c2cbe1ff740a91b0a362aac510ca2e6 | [
"MIT"
] | permissive | AntonBeletskyForks/chess-ai | c2c7c2b4b55db640bb8330b039450e293c328671 | 419656d4c16671465bd5536bc3f897c23f0dd8f7 | refs/heads/master | 2023-04-30T03:35:25.579487 | 2021-05-13T18:58:17 | 2021-05-13T18:58:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,771 | cpp |
#include "Pondering.h"
#include "AiHelper.h"
#include "Timer.h"
#include "HistoryTable.h"
#include "io/Error.h"
#include "io/Debug.h"
////////////////////////////////////////////////////////////////////////////////
///
/// @brief Access the static AI Pondering
///
////////////////////////////////////////////////... | [
"vtad4f@mst.edu"
] | vtad4f@mst.edu |
7dff8da2166da811289f59b31c050a494ac615d7 | f9889a7b38e7a8651f5f5518ac9f27c1900d0b85 | /src/Pokemon.cpp | 0e853b5a1d5c382a82d159daeb2713bb6b219f5d | [] | no_license | BrianCraig/cpp-unq | ce57cae009368fef06e50b777d09e0b1b5973858 | c951a3be4b29ed29837e8eeb5edece413ce955f6 | refs/heads/master | 2016-09-01T05:02:19.842732 | 2015-10-24T01:20:16 | 2015-10-24T01:20:16 | 44,577,988 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,070 | cpp | #include <string>
#include "Pokemon.h"
namespace Pokemon {
namespace Tipo {
bool vence(Tipo a,Tipo b) {
switch(a) {
case Tipo::AGUA:
return (b==Tipo::FUEGO) ;
case Tipo::FUEGO:
return (b==Tipo::PLANTA) ;
case Tipo::PLANTA:
return (b==Tipo::AGUA) ;
}
}
}
struct PokeNode {
std::string nombre;
... | [
"briancraigok@gmail.com"
] | briancraigok@gmail.com |
ae86668677313b052a960bc747af3748597299fa | b511bb6461363cf84afa52189603bd9d1a11ad34 | /code/jd.cpp | 9af9d8d95cf92006a27253a0b5e38438623cce61 | [] | no_license | masumr/problem_solve | ec0059479425e49cc4c76a107556972e1c545e89 | 1ad4ec3e27f28f10662c68bbc268eaad9f5a1a9e | refs/heads/master | 2021-01-16T19:07:01.198885 | 2017-08-12T21:21:59 | 2017-08-12T21:21:59 | 100,135,794 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,472 | cpp | ///*************************///
/// SOFTERLAB PROBLEM SOLVE ///
/// ICE 18th BATCH ///
/// 15-16 ///
/// MASUM RANA ///
///*************************///
///01.Write a program to find out largest number in an a... | [
"masumr455@gmial.com"
] | masumr455@gmial.com |
407ce01f845138df5df2c869ee11e913ec70428b | b925051562d2f60ca48c71f6b6a6f3a90180a53d | /C++/344ReverseString.cpp | b70fc816e62339004a31039e72173b7fa4695ac0 | [] | no_license | rical730/LeetCode | 4d3e3af2ab7c293e0e91e6ca0bbff27bcc93fe3c | af12c22dd152dbcab00b5a4878be43df0c15be9f | refs/heads/master | 2021-01-20T18:20:27.654650 | 2016-07-26T06:43:09 | 2016-07-26T06:43:09 | 63,239,962 | 0 | 0 | null | 2016-07-13T13:29:27 | 2016-07-13T11:19:17 | null | UTF-8 | C++ | false | false | 630 | cpp | /*
* Leetcode334. reverseString
* Funtion: Write a function that takes a string as input and returns the string reversed.
* Author: LKJ
* Date:2016/7/18
*/
#include <iostream>
using namespace std;
class Solution {
public:
string reverseString(string s) {
int len = s.length();
string o;
... | [
"1052324873@qq.com"
] | 1052324873@qq.com |
8b439cd77c4275ba02431d1fe8dbfff5b43ebab4 | 842b36953233d3bc0e020c9468f294b7c6fba0fa | /src/ofxUIBaseDraws.cpp | 24c880973d84644d821eb836b2359b36f1e8fb3f | [] | no_license | BentleyBlanks/ofxUI | 50cc333c5335d391160a55b786eafc65ac1b01d1 | b24d946c00411ed3dba61c38fce0af480194dc6c | refs/heads/master | 2020-12-24T14:56:10.992310 | 2017-10-01T07:43:35 | 2017-10-01T07:43:35 | 21,149,787 | 17 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 3,129 | cpp | /**********************************************************************************
Copyright (C) 2012 Syed Reza Ali (www.syedrezaali.com)
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 wi... | [
"bentleyjobs@gmail.com"
] | bentleyjobs@gmail.com |
5865eaf368d2a2c6c15bd8dabe17955e7ac17672 | a1732b958ae73657900585a4e8991a05072212d6 | /2019/day10/main.cpp | 2bbdfc47406575f8d5c0dfee190a98d4e3d42880 | [
"MIT"
] | permissive | bielskij/AOC | 97fca8183955caf4d46967ac1bf4b00d9dc04f12 | 270aa757f9025d8da399adbc5db214f47ef0b6de | refs/heads/master | 2023-01-08T10:23:40.667070 | 2022-12-29T07:58:04 | 2022-12-29T07:58:04 | 226,080,843 | 3 | 0 | null | 2020-12-09T08:27:49 | 2019-12-05T10:57:02 | C++ | UTF-8 | C++ | false | false | 3,253 | cpp | #include <cmath>
#include <climits>
#include <string>
#include <vector>
#include <algorithm>
#include "common/types.h"
#include "utils/file.h"
#include "utils/utils.h"
#define DEBUG_LEVEL 5
#include "common/debug.h"
static Vector2D startVector(-4, 0);
struct VectorComparator {
bool operator()(const Vector2D &a,... | [
"bielski.j@gmail.com"
] | bielski.j@gmail.com |
4ab964000e1f61a3fe36cacdc9c6a7ff530618e2 | 79b51456684272095f156350033fc67ee1b2d56e | /TerVerLaba/TerVerLaba/MyForm.h | 8ef4921bc1adb3243562da0f21db4516b3dcd2cb | [] | no_license | Laurita-MM/TerVer | b69d513425bd94b42de2970a55fa0f2e914c6f92 | c31b98c8e6168700e6c2e1501a524cfa488a5937 | refs/heads/main | 2023-05-13T18:12:51.989225 | 2021-06-05T18:06:58 | 2021-06-05T18:06:58 | 374,180,084 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 9,939 | h | #pragma once
#include <stdio.h>
#include <stdlib.h>
#include <random>
#include <iomanip>
#include <iostream>
#include <clocale>
#include <cstdlib>
#include <map>
#include <ctime>
#include <list>
#include <vector>
#include <math.h>
#include <clocale>
#include "Header.h"
namespace TerVerLaba {
using namespace System... | [
"mendosa2011@yandex.ru"
] | mendosa2011@yandex.ru |
da83cd7e5a027c58eac724d373917d7b2a897689 | 24f6bcac7d6072b6e294cfac39396815705e75b2 | /Esame/L11/Circular Linked List/CNode.h | 5e77d385b4299b1ebe419e9451976a0cb3c5b59f | [] | no_license | lucianaaaaaa/Progetti | c0c8c85cd6632fbc66e9a00041f72aad18ae29a7 | 5d00a66788e4170717497e43bcd3f79358f6772b | refs/heads/master | 2023-06-23T08:07:09.000477 | 2021-07-20T11:20:51 | 2021-07-20T11:20:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 304 | h | //CNode.h
#ifndef CNODE_H
#define CNODE_H
template <typename T>
class CLinkedList;
template <typename T>
class Iterator;
template <typename T>
class CNode {
public:
friend class CLinkedList<T>;
friend class Iterator<T>;
private:
T elem;
CNode* next;
};
#endif | [
"80358575+lucianaaaaaa@users.noreply.github.com"
] | 80358575+lucianaaaaaa@users.noreply.github.com |
9a6ca7ebab9f42f09e1181a00cf2a03f4c66ba31 | ead0d52c5423bbcfdda6a780cd9c740b57d1ad57 | /Mp3File.cpp | b09a9ab496550529bc0b6fa9ed5c0d6cf73b6512 | [] | no_license | nitoyon/winamp-zipmp3plugin | 20ff82d178e7319ba06ac38776492b3965680a31 | cc7054d2f564ce6f510ab32e4388f5035d6fb6df | refs/heads/master | 2021-01-13T02:15:57.053472 | 2003-12-08T12:35:45 | 2003-12-08T12:35:45 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 9,916 | cpp |
// Mp3File.cpp
//============================================================================//
// 概要:なし。
// 補足:なし。
//============================================================================//
#include "Mp3File.h"
#include "define.h"
#include "Profile.h"
#include "Id3tagv2.h"
#define BUF_SIZE 256
/***********... | [
"nitoyon@gmail.com"
] | nitoyon@gmail.com |
3f8822cce171c3b9f263233d7577c0b09218c43e | 0ef6f523f64dd2461893bfa510eae3ac2da47dc1 | /Classes/CannonTypeGroove.cpp | e52982fc77309de46590d573adee7fe0f048b0e5 | [] | no_license | Crasader/ColorDefence | 2654fcd368f9a3f20056dbb8733f3f9c99264770 | e0f940c26bbf3803ff64b7a4e4d2e248967db2ab | refs/heads/master | 2020-12-07T08:41:53.498516 | 2016-05-21T06:17:23 | 2016-05-21T06:17:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,935 | cpp | #include "CannonTypeGroove.h"
#include "BulletTypeGroove.h"
#include "NumericalManager.h"
USING_NS_CC;
const int color_tag = 111;
bool CannonTypeGroove::init()
{
if ( !Cannon::init() )
{
return false;
}
float dis = 17.9;
_cannonType = 0;
setTexture("cannons/CannonCover_Groove_base.png");
Vec2 v = getConte... | [
"aillieo@163.com"
] | aillieo@163.com |
a7db85143bfaa452a04f2896f2405964a69b31a8 | cd05c5245c9df3b427e10424ccb8ed93a30b773b | /Raytrace/Framework/ImGui/Item/CallBackItem.h | 0f2080128c12a0b3e8c08fa4759640fe99d34718 | [] | no_license | matsumoto0112/raytracing | aa451c0a91b9a85705285185443e9b4d05300564 | ea524069397eb5f6c06e9b9068a0fb814b6ba2ac | refs/heads/master | 2020-08-23T23:48:23.375308 | 2019-11-01T09:25:35 | 2019-11-01T09:25:35 | 216,726,521 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 872 | h | #pragma once
#include <functional>
#include "ImGui/Item/IItem.h"
namespace Framework::ImGUI {
/**
* @class CallBackItem
* @brief コールバックのあるアイテム基底クラス
*/
template <class T>
class CallBackItem : public IItem {
protected:
using CallBack = std::function<void(T)>;
public:
/**
... | [
"matsumoto.k017a1377@gmail.com"
] | matsumoto.k017a1377@gmail.com |
c5fe9d989ed2edb736c68ec82ccfa1853c10cb13 | d5cedca165f699907fafbf127a83fe074d7dbd09 | /BinaryTree二叉树/TreeStack.cpp | cc34d50951cba4dc55d4106840974606b4a3a3fe | [] | no_license | SamSmithchina/BinaryTree- | 739c40c619a0d7c898209fda7a72d36b191cc78f | 5d222d8eaeba66d7cab5c7f858496ba6b637d070 | refs/heads/master | 2020-03-28T10:42:05.026300 | 2018-09-10T10:13:22 | 2018-09-10T10:13:22 | 148,135,791 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 381 | cpp | #include "TreeStack.h"
TreeStack::~TreeStack()
{
delete[] ptrTNStack;
iSize = 0;
stackTop = -1;
stackBase = -1;
}
TreeStack::TreeStack()
{
iSize = INCREMENT;
ptrTNStack = new TreeNode[iSize];
if (NULL == ptrTNStack)
{
std::cout << "Apply for memory failed " << std::endl;
exit(1);
}
stackBase = -1;
sta... | [
"2998188865@qq.com"
] | 2998188865@qq.com |
88c11a97b38f6966cbd1fabc8c7b4d289ba765b8 | 97f421b3b015225b84477fafab09dca8ba875751 | /components/signin/core/browser/signin_header_helper.h | ca7cf940166e45e288fc14da4ef7fe41ceff248d | [
"BSD-3-Clause"
] | permissive | jdcrew/chromium | 32906dc2d1d492cf64e08afaafc1a47aee68890e | c18376793cafc3f2e775a18fa7910881877c989e | refs/heads/master | 2022-12-25T17:37:23.562928 | 2018-07-09T10:31:03 | 2018-07-09T10:31:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,403 | h | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_SIGNIN_CORE_BROWSER_SIGNIN_HEADER_HELPER_H_
#define COMPONENTS_SIGNIN_CORE_BROWSER_SIGNIN_HEADER_HELPER_H_
#include <map>
#include <st... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
25b95c261de482dbcd9c6ed15f28a42ff81f1a06 | edfb435ee89eec4875d6405e2de7afac3b2bc648 | /tags/selenium-2.0-beta-1/jobbie/src/cpp/IEDriver/GetElementLocationCommandHandler.h | 5b5a3c30fefd9d358c92a3545e1310e3e893f53a | [
"Apache-2.0"
] | permissive | Escobita/selenium | 6c1c78fcf0fb71604e7b07a3259517048e584037 | f4173df37a79ab6dd6ae3f1489ae0cd6cc7db6f1 | refs/heads/master | 2021-01-23T21:01:17.948880 | 2012-12-06T22:47:50 | 2012-12-06T22:47:50 | 8,271,631 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,560 | h | #ifndef WEBDRIVER_IE_GETELEMENTLOCATIONCOMMANDHANDLER_H_
#define WEBDRIVER_IE_GETELEMENTLOCATIONCOMMANDHANDLER_H_
#include "BrowserManager.h"
namespace webdriver {
class GetElementLocationCommandHandler : public WebDriverCommandHandler {
public:
GetElementLocationCommandHandler(void) {
}
virtual ~Get... | [
"simon.m.stewart@07704840-8298-11de-bf8c-fd130f914ac9"
] | simon.m.stewart@07704840-8298-11de-bf8c-fd130f914ac9 |
98d761c54e0e9dad540d495ce529c62203b5e041 | bc3d3747422ce6b6cf86939a9668937beb61927c | /test/test_string_utilities_std_wchar_t.cpp | 5506a2c33aeb235f3053c03c48d27be2e3102c9c | [
"MIT"
] | permissive | pabigot/etl | 318ee3614de5cbc532d625adcc3b807913886c4a | 8d60eb5e0e8a7c6df5dcb73f2682b5beb148c386 | refs/heads/master | 2022-11-28T19:55:12.224926 | 2020-07-20T18:55:19 | 2020-07-20T18:55:19 | 282,216,588 | 0 | 0 | MIT | 2020-07-24T12:40:09 | 2020-07-24T12:40:08 | null | UTF-8 | C++ | false | false | 47,390 | cpp | /******************************************************************************
The MIT License(MIT)
Embedded Template Library.
https://github.com/ETLCPP/etl
https://www.etlcpp.com
Copyright(c) 2020 jwellbelove
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associat... | [
"github@wellbelove.co.uk"
] | github@wellbelove.co.uk |
174fb61bbf0a1b744a0b9782c3f02d402affac00 | ce983fc4e91b4a0466febfffba87344d91061c3f | /codebase/apps/radar/src/Sprite/Params.hh | 27454803dec639060d10900c2bfb91b6dc6bbaa5 | [
"BSD-3-Clause"
] | permissive | WarfareCode/lrose-core | 12b2d69a228478502f32e9fdbba127b99a141716 | eec7af65dec039b7425d360f997db53c585f9522 | refs/heads/master | 2022-12-06T20:22:39.010311 | 2020-08-28T20:32:04 | 2020-08-28T20:32:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,696 | hh | /* *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */
/* ** Copyright UCAR */
/* ** University Corporation for Atmospheric Research (UCAR) */
/* ** National Center for Atmospheric Research (NCAR) */
... | [
"dixon@ucar.edu"
] | dixon@ucar.edu |
c2824196243ac675b6ea7a798f624866369ffc74 | 2d614e2adf7850da3929bbc5548f287e3aab670b | /src/objects/cpp/body.cpp | 56bc65e9434606533248568687ac11c0b3982c1d | [] | no_license | caronnee/peva | 7d432d47a8f5ac63b3ec30c7cf5418bc266c2aa2 | 0a0db8f3e0f27a64e93aad36321ab65521179b73 | refs/heads/master | 2020-04-25T15:03:24.673926 | 2010-08-16T10:35:25 | 2010-08-16T10:35:25 | 32,673,961 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,865 | cpp | #include <cmath>
#include "../h/body.h"
#include "../h/missille.h"
#include "../../add-ons/h/help_functions.h"
#include "../../add-ons/h/macros.h"
GamePoints::GamePoints(int total)
{
for(size_t i =0; i< NumberOfSections; i++)
{
sections[i] = 0;
}
name[SectionMissilleHitpoints] ="mHealth ";
name[SectionAttack] =... | [
"caronnee@11875ef8-eda2-11dd-ada0-abde575de245"
] | caronnee@11875ef8-eda2-11dd-ada0-abde575de245 |
6be24ef4cfeba8dcce93832423fe89cbf8d81c35 | 25d53e461c5a3c0d74ba3965d374a345fb5c4f27 | /inference_engine_vpu_arm/opencv/samples/facerecognizer.cpp | ba8a266de03d4a5f8f8397ab5bfce5762c1ffd20 | [] | no_license | honorpeter/yolo-v3-with-ncs2 | 5662f603eb98cd5d27bfeb0fc83a59aca5213081 | 841935ff235a96e1604c4ad34c1b8b41b1691942 | refs/heads/master | 2020-05-05T06:49:36.210880 | 2019-02-05T13:16:30 | 2019-02-05T13:16:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,672 | cpp | // Copyright (C) 2018 Intel Corporation
// SPDX-License-Identifier: BSD-3-Clause
#include "opencv2/core.hpp"
#include "opencv2/highgui.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/videoio.hpp"
#include "opencv2/pvl.hpp"
#include <iostream>
#include <fstream>
#include <sstream>
using namespace cv;
using na... | [
"hzs_1119@foxmail.com"
] | hzs_1119@foxmail.com |
5096221aa85dabd97dab950c75551bdf7dec3c3c | fcc6c2e82e4ca48183ee02d3a551a3952778c987 | /include/entities/models/EntityModel.h | e8b726a059031e68e6fac4e15e1d3fc11d7e8f58 | [] | no_license | Sopel97/Dungeon-Crawler | dfc63002b66b535912ca829bc306de2a27f3f550 | b1715d31e7cf35c479ef1d4efa28a6aff204a19f | refs/heads/master | 2020-04-11T05:39:12.114067 | 2019-03-24T18:32:38 | 2019-03-24T18:32:38 | 161,556,135 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,939 | h | #ifndef ENTITYMODEL_H
#define ENTITYMODEL_H
#include "configuration/Configuration.h"
#include <memory>
#include <optional>
#include "entities/EntityComponent.h"
#include "AggroGroup.h"
#include "Light.h"
#include "tiles/TileStack.h"
#include "colliders/EntityCollider.h"
#include "../LibS/Geometry.h"
class Entit... | [
"ts.tomeksopel@gmail.com"
] | ts.tomeksopel@gmail.com |
9eec6e7306fe394017df07fc9391f4e8ae9a951d | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/httpd/gumtree/httpd_repos_function_2839_httpd-2.4.25.cpp | f7211d6af163168da1ebe6dc18502259a719af56 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 586 | cpp | static const char *h2_add_alt_svc(cmd_parms *parms,
void *arg, const char *value)
{
if (value && strlen(value)) {
h2_config *cfg = (h2_config *)h2_config_sget(parms->server);
h2_alt_svc *as = h2_alt_svc_parse(value, parms->pool);
if (!as) {
retur... | [
"993273596@qq.com"
] | 993273596@qq.com |
6d22c3b95be64214886985580aa9cb7e5de20fae | 3fe692c3ebf0b16c0a6ae9d8633799abc93bd3bb | /Contests/2022-ICPC-NCNA-Regional/restaurantopening.cpp | 6dd4cf19443abe4ae4e7d095f1e46ba079422fea | [] | no_license | kaloronahuang/KaloronaCodebase | f9d297461446e752bdab09ede36584aacd0b3aeb | 4fa071d720e06100f9b577e87a435765ea89f838 | refs/heads/master | 2023-06-01T04:24:11.403154 | 2023-05-23T00:38:07 | 2023-05-23T00:38:07 | 155,797,801 | 14 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,065 | cpp | // G.cpp
// Team Golden Gopher
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
const int MAX_N = 100;
int n, m;
ll prex[MAX_N], prey[MAX_N];
int cntx[MAX_N], cnty[MAX_N];
int main()
{
scanf("%d%d", &n, &m);
for (int i = 1; i <= n; i++)
for (int j = 1; j <= m; j++)
{
... | [
"kaloronahuang@outlook.com"
] | kaloronahuang@outlook.com |
76947c6ef3847b8a4bfa6a2cd1fd2aeb80535f95 | 9b727ccbf91d12bbe10adb050784c04b4753758c | /archived/code-cpp-may-2015/linked-list-to-binary.cc | 9c75df17c2659fe436d5164a9160301920f0e27f | [] | no_license | codeAligned/acm-icpc-1 | b57ab179228f2acebaef01082fe6b67b0cae6403 | 090acaeb3705b6cf48790b977514965b22f6d43f | refs/heads/master | 2020-09-19T19:39:30.929711 | 2015-10-06T15:13:12 | 2015-10-06T15:13:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 168 | cc | long long getNumber(Node *head) {
long long ret = 0;
for (Node *p = head; p != nullptr; p = p->next) {
ret = ret * 2 + p->data;
}
return ret;
}
| [
"zimpha@gmail.com"
] | zimpha@gmail.com |
41c2ed18487ae74301359e637c4ccab536164134 | 2cd30e540d3f3e96ae696b255a4b690ceb98c873 | /第7章(网络通信基础)/Ping/Ping/Ping.cpp | 3d2d47d36ce84cad071dfd5f698307aaf2695f2b | [] | no_license | charlieyqin/Window_entry_to_the_master | 3e5fdb703f9c5cd528c2ce3d98e2a96df76c5039 | 2883b623b855a4da13414070374e71193a1bc250 | refs/heads/master | 2020-03-09T22:22:57.358120 | 2016-09-08T08:09:42 | 2016-09-08T08:09:42 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 4,653 | cpp | // Ping.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "Winsock2.h"
#pragma comment ( lib, "ws2_32.lib" )
#include <windows.h>
#include "stdio.h"
// 定义默认的缓冲区长度
#define DEF_BUF_SIZE 1024
// 定义IP包头长度
#define IP_HEADER_SIZE 20
// 定义ICMP包头长度
#define ICMP_HEADER_SIZE ( sizeof(ICMP_HEADER) )
// 定义ICMP包实体数据长度
#... | [
"liuxuanhai@163.com"
] | liuxuanhai@163.com |
f6383736df8c0d408c20388649a968bbc1b17017 | b51a937d9ec5ed8397dfbdcd8a18ead5fa2c5050 | /test/is_sorted_until_test.cpp | f652739fec50098f52466c9e3a844a3cdf20aabd | [] | no_license | sabjohnso/range | 81e35a4835a586e02f47085dea213f44eaa5c8b8 | 96ed2f21dacf12b805566d3455d2107f0b3bf34b | refs/heads/master | 2021-01-10T21:39:33.520504 | 2015-07-30T00:02:11 | 2015-07-30T00:02:11 | 39,924,397 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 805 | cpp | /**
@file
is_sorted_until_test.cpp
@brief
Test the range based is_sorted_until function.
@copyright
2015 Samuel B. Johnsonn
@author:
Samuel Johnson <sabjohnso@yahoo.com>
*/
// Standard header files
#include <algorithm>
#include <vector>
#include <iterator>
// Third-party header f... | [
"sabjohnso@yahoo.com"
] | sabjohnso@yahoo.com |
245e714b04922616610e96bd4abad616c1fc32d4 | e8f3a66ba53ae8375b5f598779881ef527fbdc49 | /phase1/test.cpp | cc96b01542455a9db7143908bc48d67e3a4a77b9 | [] | no_license | Bioshock667/OS_Project | c2eec508f702c85c1ab14efafed508dd8e05cee2 | 2e2220ac03e6ee372436ecd192be89e38a1d47c5 | refs/heads/master | 2020-03-23T11:54:54.187386 | 2018-07-20T16:05:13 | 2018-07-20T16:05:13 | 141,526,433 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,449 | cpp | /*********************************************************************
union.cpp
K Zemoudeh
4/5/10
This program illustrates how to use "union" in parsing different VM
formats.
**********************************************************************/
#include <iostream>
//#include <iomanip>
using namespace std;
main()... | [
"sethlemanek@yahoo.com"
] | sethlemanek@yahoo.com |
477e662c822102a6a22acad5884a847bab5a0b8c | 7bfcd9d9bc389d8b0a422830dbd3b741a4f7067b | /kakao/2018-recruit/G.cpp | f32f3e20c18393b80e186a3acd31065b55ad08bd | [] | no_license | taehyeok-jang/algorithms | d0a762e5b4abc92b77287b11ff01d9591422c7d9 | 7254984d5b394371c0e96b93912aebc42a45f8cb | refs/heads/master | 2023-04-02T23:45:00.740807 | 2021-03-28T14:35:05 | 2021-03-28T14:35:05 | 123,245,936 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 38 | cpp | //
// Created by jth on 15/09/2018.
// | [
"jth@jthui-MacBook-Pro.local"
] | jth@jthui-MacBook-Pro.local |
65b121a0141198dda77dc3a01a658df97c7f77b7 | 7bd9b5aaeaa84f5fb2d4cbb03b68991df5edfc77 | /Miscellaneous Project Solutions/Regex/Problem 8.re | 22d816fe20c03692b31e829b72b906c9c16861e0 | [] | no_license | agustbrokkur/University-Projects | 0a8f2b4f0f1bde658b4e98ba8fc90aa13ca5dce4 | f9fce1a4d11100d74d17b11396b998d33a4b1506 | refs/heads/master | 2021-07-04T23:29:45.176703 | 2019-05-28T15:03:22 | 2019-05-28T15:03:22 | 188,128,011 | 0 | 0 | null | 2020-10-13T13:24:07 | 2019-05-22T23:37:36 | Java | UTF-8 | C++ | false | false | 50 | re | ^(((\+|00| |)[ ]*354[ |0]*)|)[\d]{3}[-| ]*[\d]{4}$ | [
"ahagbgaha@gmail.com"
] | ahagbgaha@gmail.com |
4a0968d7cc0e8bd93f24f6f69bb3c025570e6a5b | 280e6ebe8bd55299e5a2b538a9cf2571a9f81352 | /应用/数据结构/myList/MyList/List.h | da0c9fbfc8630f00d61deaf137e74620c69f716a | [] | no_license | WadeZeak/C_and_Cpp | 3a0996b6a44f7ee455250e5bbfa7b5541b133af7 | da98ea0a14d158cba48c609fa474c46a1095e312 | refs/heads/master | 2021-01-25T14:11:40.514329 | 2018-03-03T10:17:14 | 2018-03-03T10:17:14 | 123,668,111 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 496 | h | #pragma once
#include"Node.h"
#include<iostream>
using namespace std;
template<class T>
class List
{
public:
Node<T> *pHead;
public:
List();
~List();
void add(T t);//增
void show();
Node<T> * find(T t);//查
void change(Node<T> *p, T t);//改
void insert(T oldt, T newt);//插入
bool deleteone(T t);//删
void delete... | [
"zeak163@gmail.com"
] | zeak163@gmail.com |
9f8c1d9d40f33c04b31a00bde7eb668e359e8287 | c0fc2cb70c91aa958f880e4a37e764f761e19c98 | /c++/tests/leet-code/problem-0378-kth-smallest-element-in-a-sorted-matrix/binary-search.cpp | 904b460cd9a78a0877427d514bd8bfd015550015 | [] | no_license | EFanZh/LeetCode | 6ec36b117c5f16f2a1ca6d5aac932ff67b461800 | 591004c0b28242260352c0e43c9a83d2e4a22e39 | refs/heads/master | 2023-08-18T15:36:00.314222 | 2023-08-07T15:30:00 | 2023-08-07T15:30:00 | 151,554,211 | 223 | 17 | null | 2020-12-13T15:09:46 | 2018-10-04T10:24:22 | Rust | UTF-8 | C++ | false | false | 391 | cpp | #include "tests.h"
#include <leet-code/problem-0378-kth-smallest-element-in-a-sorted-matrix/binary-search.h>
namespace leet_code::problem_0378_kth_smallest_element_in_a_sorted_matrix::tests {
TEST(Problem0378KthSmallestElementInASortedMatrix, BinarySearch) {
tests::run<binary_search::Solution>();
}
} // namespace ... | [
"efanzh@gmail.com"
] | efanzh@gmail.com |
9f9299d170f6c03b2ce314cd5e381b071899ccf9 | 8c7bf94d4b9dc401a6ecbf1663c20ad58fec91fd | /raytracer/Ray.cpp | 9e62c5ec3b423be9edd9e74d434a92c92d2fb282 | [
"Apache-2.0"
] | permissive | M-1/raytracer | 0aacd8b1482b48231ddceeed86e4ded7def0f7bf | 3b3593ae79e7c8efa25acac5cdf42851666b34fb | refs/heads/master | 2020-04-05T23:41:55.266141 | 2015-08-07T23:17:52 | 2015-08-07T23:17:52 | 42,405,918 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 218 | cpp | //
// Ray.cpp
// raytracer
//
// Created by a on 07/08/15.
// Copyright (c) 2015 Martin Mi. All rights reserved.
//
#include "Ray.h"
Ray::Ray(const Vector & start, const Vector & dir) : start(start), dir(dir) {
} | [
"a@a.local"
] | a@a.local |
f8ee0d9771fa643ebdf0e068e9e04930a503fe39 | 33b0b1be951d672f5066ff77e806f67f8a8d0be9 | /Bok/UMG/WBP_EggCounterBase.h | 2ff6de6046cc874f40b8441f3f30628dbcf74367 | [] | no_license | tinygooseuk/bok | d2d037828747427ffe23eaa24e3d6a968ce3913f | e3f0e3d02ad827a38c2e00e6294b985b72a76cc7 | refs/heads/master | 2020-06-13T06:03:07.020517 | 2019-06-30T22:01:23 | 2019-06-30T22:01:23 | 194,564,195 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 739 | h | // (c) 2019 TinyGoose Ltd., All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "Blueprint/UserWidget.h"
#include "WBP_EggCounterBase.generated.h"
UCLASS()
class BOK_API UWBP_EggCounterBase : public UUserWidget
{
GENERATED_BODY()
public:
virtual void NativeConstruct() override;
virtual void Nati... | [
"joe@tinygoose.co.uk"
] | joe@tinygoose.co.uk |
dc14c27eeea97ab2e90643cea0cced3337744c38 | c2294dc7e7bc7edb1db29e2e4f70e58a0461a6b9 | /Problemset/binary-tree-level-order-traversal-ii/binary-tree-level-order-traversal-ii.cpp | 9c1d4c1696d570c0776e339514ae000c92e1e663 | [
"MIT"
] | permissive | Singularity0909/LeetCode | 64fedd0794f3addcb734caae65c3d4a7fb35ed0c | d46fb1c8ed9b16339d46d5c37f69d44e5c178954 | refs/heads/master | 2021-04-04T10:11:40.365341 | 2020-11-22T17:11:36 | 2020-11-22T17:11:36 | 248,447,594 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,096 | cpp |
// @Title: 二叉树的层次遍历 II (Binary Tree Level Order Traversal II)
// @Author: Singularity0909
// @Date: 2020-09-06 01:26:39
// @Runtime: 4 ms
// @Memory: 11.5 MB
class Solution {
public:
vector<vector<int>> levelOrderBottom(TreeNode* root) {
if (!root) return {};
vector<vector<int>> res;
vecto... | [
"904854724@qq.com"
] | 904854724@qq.com |
e22b2c92bbd79a3b7678b9ed9d10a664ce3be968 | 0c83640cf0c7c24f7125a68d82b25f485f836601 | /abc096/b/main.cpp | 5cc5f78f6ec8d72042d95b3fc31304922b04c2c7 | [] | no_license | tiqwab/atcoder | f7f3fdc0c72ea7dea276bd2228b0b9fee9ba9aea | c338b12954e8cbe983077c428d0a36eb7ba2876f | refs/heads/master | 2023-07-26T11:51:14.608775 | 2023-07-16T08:48:45 | 2023-07-16T08:48:45 | 216,480,686 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 608 | cpp | #include <algorithm>
#include <cassert>
#include <iostream>
#include <map>
#include <queue>
#include <set>
#include <vector>
#include <limits.h>
using namespace std;
typedef long long ll;
template<class T>
inline bool chmax(T &a, T b) {
if(a < b) {
a = b;
return true;
}
return false;
}
... | [
"tiqwab.ch90@gmail.com"
] | tiqwab.ch90@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.