blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 6 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 26 | license_type stringclasses 2
values | repo_name stringlengths 7 95 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 57
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 197k 639M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 11
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 34
values | src_encoding stringclasses 18
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 11 9.86M | extension stringclasses 27
values | content stringlengths 11 9.86M | authors listlengths 1 1 | author stringlengths 0 70 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a784dbbdebcf2e0528cc181492f69c0d1c23feab | 90d253b075c47054ab1d6bf6206f37e810330068 | /Codeforces/1689/d.cpp | 9e45d14aa708c54b75495445b43bceb3acc29837 | [
"MIT"
] | permissive | eyangch/competitive-programming | 45684aa804cbcde1999010332627228ac1ac4ef8 | de9bb192c604a3dfbdd4c2757e478e7265516c9c | refs/heads/master | 2023-07-10T08:59:25.674500 | 2023-06-25T09:30:43 | 2023-06-25T09:30:43 | 178,763,969 | 22 | 8 | null | null | null | null | UTF-8 | C++ | false | false | 2,037 | cpp | #include <bits/stdc++.h>
#define endl '\n'
#define eat cin
#define moo cout
#define int long long
using namespace std;
int T, N, M, d[1000][1000];
string b[1000];
int dx[4] = {-1, 1, 0, 0};
int dy[4] = {0, 0, -1, 1};
int dist(int x1, int y1, int x2, int y2){
return abs(x1 - x2) + abs(y1 - y2);
}
int32_t main()... | [
"eyangch@gmail.com"
] | eyangch@gmail.com |
5fb2296c97591754976dfd43970a4c051efe4c28 | c210a7753fb88b632cd13eb0f1b0b2fef5ad1423 | /src/include/CheckConservation.h | 35d2b19545f386a846d108ce9bae1a3c4ceab97c | [] | no_license | vijaysm/Camellia | 879840f37fa0c3cde55fc1e01452f5fbc87e185e | a34c27a783028cbd70dd0544187e2f188784a6d7 | refs/heads/master | 2021-01-16T00:43:04.063673 | 2016-09-06T19:39:21 | 2016-09-06T19:39:21 | 41,429,234 | 0 | 0 | null | 2015-08-26T14:07:23 | 2015-08-26T14:07:21 | null | UTF-8 | C++ | false | false | 3,350 | h | // @HEADER
// ***********************************************************************
//
// © 2016 UChicago Argonne. For licensing details, see LICENSE-Camellia in the licenses directory.
//
// Questions? Contact Nathan V. Roberts (nate@nateroberts.com)
//
// ***********************************************************... | [
"nvroberts@alcf.anl.gov"
] | nvroberts@alcf.anl.gov |
03a557897c2e5f94f7ab7ae7229ec77daf858157 | 0ec756cae161ecead71b4bb1cd6cce61b739e566 | /src/color/hwb/set/blue.hpp | 0d897c930ac13066a4dd503acbc7b068c20f6ef9 | [
"Apache-2.0"
] | permissive | tesch1/color | f6ac20abd3935bb323c5a302289b8a499fa36101 | 659874e8efcfca88ffa897e55110fd344207175e | refs/heads/master | 2021-07-21T22:08:08.032630 | 2017-09-06T11:55:55 | 2017-09-06T11:55:55 | 108,835,892 | 0 | 1 | null | 2017-10-30T10:32:12 | 2017-10-30T10:32:12 | null | UTF-8 | C++ | false | false | 1,086 | hpp | #ifndef color_hwb_set_blue
#define color_hwb_set_blue
// ::color::set::blue( c )
#include "../../rgb/akin/hwb.hpp"
#include "../../rgb/trait/component.hpp"
#include "../category.hpp"
namespace color
{
namespace set
{
template< typename tag_name >
inline
void
blu... | [
"dmilos@gmail.com"
] | dmilos@gmail.com |
6a8f832d0c61d8f5fcd71da32e912b20b1e21f1b | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /chromeos/components/multidevice/logging/log_buffer.h | 436744367e017655a02482d713549ae7d32d82da | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 2,443 | h | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROMEOS_COMPONENTS_MULTIDEVICE_LOGGING_LOG_BUFFER_H_
#define CHROMEOS_COMPONENTS_MULTIDEVICE_LOGGING_LOG_BUFFER_H_
#include <stddef.h>
#include... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
a81abad1f8b23f3ca4e7d6c5ffc7a3e15ec810dd | 5e38928648065977b10c3b479948a22f1d62e398 | /Source/CSS/CSS/SDK/Main/BaseEntity/BaseEntity.cpp | 20545284645e7dac4e7e6065ee5a03f6f2eeb107 | [] | no_license | KaylinOwO/moonshot | 4054903c28fdba4250bea1d586fa370a0526d5da | 66ade11c7854cbd65f63a56d71abe23d59a2db54 | refs/heads/main | 2023-06-25T07:01:55.961667 | 2021-07-31T01:21:05 | 2021-07-31T01:21:05 | 391,210,766 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 14,490 | cpp | #include "BaseEntity.h"
#include "../../SDK.h"
float C_BaseEntity::GetStepSize()
{
DYNVAR_RETURN(int, this, "DT_BasePlayer", "localdata", "m_flStepSize");
}
float C_BaseEntity::GetConveyorSpeed()
{
DYNVAR_RETURN(float, this, "DT_FuncConveyor", "m_flConveyorSpeed");
}
bool C_BaseEntity::IsPlayer()
{
return GetCli... | [
"calliexen@gmail.com"
] | calliexen@gmail.com |
9290045312b20ec137e9a21d0eb2114a3578eacc | f7276082f5e4d00b45ed7f49f1cd4e3221664f1b | /Branches/preNYC/Sensors/IMU.h | 01699c4e45ac7beb656cf6a288ba1b28344c98b7 | [] | no_license | Team846/code-2012 | 2e2448e09348717403222e850354019568262fe5 | 9a59ef25a7d52fcab97cec0ae064d86117b8b555 | refs/heads/master | 2021-04-30T23:00:05.958692 | 2012-12-18T00:04:53 | 2012-12-18T00:04:53 | 68,423,200 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,961 | h | #ifndef IMU_H_
#define IMU_H_
#include "../Log/Loggable.h"
class I2C;
class ActionData;
/*!
* I2C inteface with Arduimu, running specific code on the IMU side.
* @author Robert Ying
* @author Brian Axelrod
* @author Alexander Kanaris
*/
class IMU: public Loggable
{
public:
/*!
* Constructs ... | [
"brianaxelrod@1c69c455-704f-4920-a974-72747f0ffa95"
] | brianaxelrod@1c69c455-704f-4920-a974-72747f0ffa95 |
55543d5409d442684ada0047706e8807cd0a8576 | 2cb7a5837d0ccefe5a50dbb90d2756c35cd6303b | /src/SerialPort.h | 833e5ce57a004dfcb63ca36411856a3bd3f0cfc1 | [] | no_license | ct7ahx/CA | 90c83c7257c04f5a4581c4a15f06401b1884b3b0 | 68439f3e34a2dc50777f018ef6af24309e5b3864 | refs/heads/master | 2018-12-29T02:34:37.930230 | 2014-03-23T21:45:46 | 2014-03-23T21:45:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 646 | h | /*
* SerialPort.h
*
* Created on: Jun 20, 2011
* Author: jose
*/
#ifndef SERIALPORT_H_
#define SERIALPORT_H_
#include <stdio.h>
#include <iostream>
#include <termios.h>
#include <unistd.h> /* UNIX standard function definitions */
#include <termios.h> /* POSIX terminal control definitions */
#include <fcnt... | [
"rubencapitao@gmail.com"
] | rubencapitao@gmail.com |
d2c254a237eec825cf11d94a58b7dcbe0bf3fa8a | d2fd75604ee17e188e8684555156fe3bed2b38e3 | /mainwindow.h | bcbfae2be16d6f0538ab668eea8a6c2fa01e66f6 | [] | no_license | k3nny512/MaeDN | d7d20606d0b1985bba3aecef3864713c661148fe | 57e33898cd1f38370185752eff51eea8d949ad67 | refs/heads/master | 2020-04-12T20:45:35.857900 | 2018-12-22T17:50:34 | 2018-12-22T17:50:34 | 162,746,101 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,287 | h | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include "controller.h"
#include <QMainWindow>
#include <QApplication>
#include <QCoreApplication>
#include <QThread>
#include <QKeyEvent>
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *paren... | [
"nikolas.boe@googlemail.com"
] | nikolas.boe@googlemail.com |
dd07434596fda14519e0d559a513adf871d9949a | bd40e16292a88a109391ee14ae08acb488c9adf3 | /FinalProject_GCC_Version/BondStreamingService.hpp | b5f214ab3091a7f7900fa584b9634040013f2291 | [] | no_license | gansuranga/MTH9815-Software-Engineering | 4d843f85ee8cc4d22894bf507ca8adfc4cc1ad4c | 176b10ede5d048a48cb2353ce5b5c06a305b0998 | refs/heads/master | 2020-03-28T14:08:33.482500 | 2017-01-10T21:24:35 | 2017-01-10T21:24:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,091 | hpp | #pragma once
/**
* BondStreamingService.hpp
* Define BondStreamingService class
* @Create by Xinlu Xiao
*/
#ifndef BONDSTREAMINGSERVICE_HPP
#define BONDSTREAMINGSERVICE_HPP
#include <iostream>
#include <fstream>
#include "products.hpp"
#include "soa.hpp"
#include "streamingservice.hpp"
#include "BondHistoricalDat... | [
"xinluxiao.baruch@gmail.com"
] | xinluxiao.baruch@gmail.com |
dc2eb98bac9987bb2c9fa72a738fa1e5b59f833c | 68393cc174986df5ce765f971bb46a764184990f | /codeforces/contest_1141/C.cpp | 5e1429c30aa15dfc2f0f556dd4406645564a78f2 | [] | no_license | zhangji0629/algorithm | 151e9a0bc8978863da4d6de5aa282c3593c02386 | 530026b4329adbab8eb2002ee547951f5d6b8418 | refs/heads/master | 2021-05-10T16:38:30.036308 | 2020-05-24T11:41:50 | 2020-05-24T11:41:50 | 118,584,175 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 978 | cpp | #include<bits/stdc++.h>
using LL = long long;
LL num[300300],pre[300300];
int main()
{
int n;
while(std::cin >> n) {
memset(pre, 0, sizeof(pre));
LL minn = 0, minx = 1;
for(int i = 2; i <= n; i++) {
std::cin >> num[i];
pre[i] = pre[i-1] + num[i];
if(... | [
"ji.zhang@ushow.media"
] | ji.zhang@ushow.media |
b7c808305cb6f5253b146635348dd8c5ade238ca | 2d627fbba7bfb4a83cc7fd70c730e1ba5952e199 | /hackerrank/counting valles.cpp | 1b735d7a285e8f40a8f73101a9a64db21ce62795 | [] | no_license | shivamsatyam/datastructure-and-algorithm | 8f8660ef576b59113ede3deb7b4e6188af4f2bac | 5b2a14f1e05f347ae2515dce59c60743fa901a3b | refs/heads/master | 2023-02-10T00:13:23.019148 | 2021-01-14T14:55:13 | 2021-01-14T14:55:13 | 329,647,058 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 315 | cpp | #include<iostream>
#include<string>
using namespace std;
int main()
{
int n;
cin>>n;
string s;
cin>>s;
int sea = 0;
int count=0;
for(int i=0;i<n;i++){
if(s.at(i)=='U'){
++sea;
}else{
--sea;
}
if(sea==0){
++count;
}
}
cout<<count<<"\n";
return 0;
}
| [
"softgooddeveloper@gmail.com"
] | softgooddeveloper@gmail.com |
83c0f0ff281283e70ba23f98c0cb8e45b402638d | b45b27637c8e28e82e95111d3dbf455aa772d7b3 | /bin/Reapr_1.0.18/third_party/cmake/Source/cmTest.cxx | 502c1740d2d508b06489da14165e552dba9cc3f9 | [
"BSD-3-Clause",
"GPL-3.0-only"
] | permissive | Fu-Yilei/VALET | caa5e1cad5188cbb94418ad843ea32791e50974b | 8741d984056d499af2fd3585467067d1729c73c4 | refs/heads/master | 2020-08-09T12:17:34.989915 | 2019-10-10T05:10:12 | 2019-10-10T05:10:12 | 214,085,217 | 1 | 0 | MIT | 2019-10-10T04:18:34 | 2019-10-10T04:18:34 | null | UTF-8 | C++ | false | false | 7,411 | cxx | /*============================================================================
CMake - Cross Platform Makefile Generator
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Distributed under the OSI-approved BSD License (the "License");
see accompanying file Copyright.txt for details.
This softwa... | [
"yf20@gho.cs.rice.edu"
] | yf20@gho.cs.rice.edu |
a618b827c1f9ff5821245a43536125328fec85bd | 8fbc0a30921bee6ec0161b9e263fb3cef2a3c0a4 | /bzoj/3573.cpp | a46e40def2cbef538abed01c72c4cf37218614f5 | [
"WTFPL"
] | permissive | swwind/code | 57d0d02c166d1c64469e0361fc14355d866079a8 | c240122a236e375e43bcf145d67af5a3a8299298 | refs/heads/master | 2023-06-17T15:25:07.412105 | 2023-05-29T11:21:31 | 2023-05-29T11:21:31 | 93,724,691 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,051 | cpp | #include <bits/stdc++.h>
#define N 500050
#define ll long long
using namespace std;
double a[N], s[N], val[N];
int d[N], last[N], tmp = 1, ans, n, cnt, x, y;
struct node{
int to, nxt;
node(){}
node(int x, int y):to(x), nxt(y){}
}e[N<<1];
void insert(int x, int y){
e[++cnt] = node(y, last[x]); last[x] = cnt;
e[++cn... | [
"swwind233@gmail.com"
] | swwind233@gmail.com |
47eaa75b0db5658295c916f664b236ad32ec2556 | 88606208382741033f54781fdc52f534014a7383 | /NetVSF/app/testVSFClient/testVSFClient/libJpeg.h | 9605ab9ee3cdcf26b3dcc3c9f9b78759e20631e0 | [] | no_license | noahliaoavlink/NetVSF | 693f9379908d3e4d485edb885e0650194c2e9d71 | a549bcfd35aa7f64275d401e27d5ad0a74b89912 | refs/heads/master | 2021-01-07T18:16:27.024068 | 2020-02-20T03:58:00 | 2020-02-20T03:58:00 | 241,779,496 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 599 | h | #pragma once
#ifndef _libJpeg_H_
#define _libJpeg_H_
#include "..\\..\\..\\lib\\jpegsr9c\jpeg-9c\\jpeglib.h"
class libJpeg
{
protected:
public:
libJpeg();
~libJpeg();
int Encode(unsigned char* pInBuf, unsigned char** pOutBuf, int iWidth, int iHeight, int iQuality);
int Decode(unsigned char* pInBuf, unsigned ch... | [
"noah.liao@cctch.com.tw"
] | noah.liao@cctch.com.tw |
afda102c645946e27553c455dacb38d7468e280a | a4972c81357a7f543f0d66f737b99638ecbbc5b6 | /src/final_test/include/final_test/ped_marker.h | 4d5480925b3600e11e76a0e82ec51f19d9fef026 | [] | no_license | JayZejianZhou/final_proj_short_cut | 4553f2f3b04e80d178887f2c866523f0ae75d4b7 | d83f46b70c4e0fe5865c0779a80eeef4421a02df | refs/heads/master | 2021-01-19T18:35:27.447721 | 2017-04-23T17:32:59 | 2017-04-23T17:32:59 | 88,366,682 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 632 | h | #ifndef PED_MARKER_H
#define PED_MARKER_H
#include <visualization_msgs/Marker.h>
#include <vector>
#include <pedsim/ped_scene.h>
#include <ros/ros.h>
void marker_initiate(std::vector<visualization_msgs::Marker> &paths);
void draw_path(std::vector<visualization_msgs::Marker> &paths, Ped::Tscene * scene);
void read_i... | [
"zzhou12@stevens.edu"
] | zzhou12@stevens.edu |
77f48b1c39dee3c3a4af6770dbbd3dea13a904b6 | 33b567f6828bbb06c22a6fdf903448bbe3b78a4f | /opencascade/TopOpeBRepBuild_FaceBuilder.hxx | 8b107bb993096d2cc918799b74a2837939b3fcf5 | [
"Apache-2.0"
] | permissive | CadQuery/OCP | fbee9663df7ae2c948af66a650808079575112b5 | b5cb181491c9900a40de86368006c73f169c0340 | refs/heads/master | 2023-07-10T18:35:44.225848 | 2023-06-12T18:09:07 | 2023-06-12T18:09:07 | 228,692,262 | 64 | 28 | Apache-2.0 | 2023-09-11T12:40:09 | 2019-12-17T20:02:11 | C++ | UTF-8 | C++ | false | false | 4,393 | hxx | // Created on: 1995-12-21
// Created by: Jean Yves LEBEY
// Copyright (c) 1995-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GN... | [
"adam.jan.urbanczyk@gmail.com"
] | adam.jan.urbanczyk@gmail.com |
34fb1361114d4ecd29f57e33f36356909b06ed60 | 1baca084493a425d9d197b3ed360e36eaede548f | /Source/OrcMustFry/OMFBoomBarrelTrap.cpp | 9981cfcd7a3b8bc022f6781071e492023c6c946e | [] | no_license | IanisP/OrcMustFry | 4c168d4a28e24ebb2ff74d366feccde7aa2ca551 | cf88a598d4878acfb89ca3ce4d97f7dd3b511650 | refs/heads/master | 2020-04-06T18:41:09.444401 | 2018-11-16T12:04:07 | 2018-11-16T12:04:07 | 157,708,484 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 115 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "OMFBoomBarrelTrap.h"
| [
"ianispignon@gmail.com"
] | ianispignon@gmail.com |
9cf4edeeeaac011ed9116bdd59cc7318009e01c8 | 39868e1360447f5892d7feece2b82e0d6da47630 | /thrill/net/dispatcher_thread.cpp | c1cfa519455f52fdf55e554bf40af70e92538c0b | [
"BSD-2-Clause"
] | permissive | Robert-Williger/thrill | a5c66d527b96039ee483e1898c835290c0bccbe8 | 79a3b8d7e5dff83ee87aa10e0a1c0f561178db72 | refs/heads/master | 2020-12-30T16:27:13.622790 | 2017-05-11T13:27:55 | 2017-05-11T13:27:55 | 90,977,337 | 0 | 0 | null | 2017-05-11T12:35:54 | 2017-05-11T12:35:54 | null | UTF-8 | C++ | false | false | 6,150 | cpp | /*******************************************************************************
* thrill/net/dispatcher_thread.cpp
*
* Part of Project Thrill - http://project-thrill.org
*
* Copyright (C) 2015 Timo Bingmann <tb@panthema.net>
*
* All rights reserved. Published under the BSD-2 license in the LICENSE file.
******... | [
"tbgit@panthema.net"
] | tbgit@panthema.net |
f090a095529f3a326b32e7c1d51ca2099b992f31 | e3e74c3167e26dbcf80f8ddf72ebaa5b86a90ec3 | /lab_5/code/Portero.h | d1f7393a91d79462ce3c0ea8d1d393bbb8fb73eb | [] | no_license | CursosIE/IE-0217-II-16-G5 | af6c22755d190f070f8e5b2f926cb556dd44113a | 062e485f3048d8d240408351b8f146e5cef7904b | refs/heads/master | 2020-06-19T08:36:58.646356 | 2017-09-25T04:06:35 | 2017-09-25T04:06:35 | 68,147,776 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 434 | h | #ifndef PORTERO_H
#define PORTERO_H
#include "LCP.h"
class Portero {
public:
//Atributos
int cE;
int cT;
double cD;
int ciclos;
/// Sala de espera de ejecutivos: COLA
LCP<char>* sala_E;
/// Sala de espera de trabajadores: COLA
LCP<char>* sala_T;
/// Sala de espera de desempleados: COLA
LCP<char>* sala_... | [
"s4sibarahona@gmail.com"
] | s4sibarahona@gmail.com |
aa617e8929a906e8f03e58692c8d424842c56beb | 267c60869063707bbfd3c0d21461668a6e772223 | /src/Logger.cpp | 8b16e8747785a5a0b6f8c86dc737e379ba09565b | [] | no_license | alexey-dev/cpp_unit_tests_learning | 8ff2e791dba656bb8030307578c0cdf99800ca68 | 0d0a515a90d94a7cafe29a1e24b45232fc3fd5ce | refs/heads/master | 2020-08-11T21:09:52.945802 | 2019-11-04T20:45:18 | 2019-11-04T20:45:18 | 214,627,767 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 245 | cpp | //
// Logger.cpp
// TestMockStub
//
// Created by Alex Usachov on 11/3/19.
// Copyright © 2019 Alex Usachov. All rights reserved.
//
#include "Logger.hpp"
void
cFileLogger::Message(const std::string & _msg)
{
//TODO: finish later.
}
| [
"usachov.alexey.dev@gmail.com"
] | usachov.alexey.dev@gmail.com |
0ffbeecb9be9ac4a42de621a76cc5fc889821096 | 4b7096aa2447f227ba3e58a52b383c99c17cad9c | /LDE.cpp | 4116c16cf9484f170983fc03f416c37263cc4238 | [] | no_license | Rubens-Mendes/Estruturas-de-Dados | cd3ccef81c48032aaf695b5d108c66d5a9fd01c8 | fcacc7c146bc2498a2f02c4a5c621d6934827bfa | refs/heads/master | 2022-12-30T08:26:30.562393 | 2020-10-17T06:00:20 | 2020-10-17T06:00:20 | 258,989,118 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,392 | cpp | #include <iostream>
using namespace std;
/**
* Uma lista dinâmica encadeada trata-se de uma lista onde os itens
* não estão alocados em sequência na memória, mas sim, vários blocos em vários
* lugares diferentes da memória.
* Portanto, cada item, terá o número e o endereço (duas informações) para o próximo item.
*... | [
"rubens_mendes_87@hotmail.com"
] | rubens_mendes_87@hotmail.com |
441dc9cf8704e3d4d9bb9057848fbf110e307b7a | 01752687e20be48e06a6b863a0036a2524cdf58d | /src/qt/test/test_main.cpp | c9a2e260cda1dd42f899835342468d2f569ea05b | [
"MIT"
] | permissive | BitcoinInterestOfficial/BitcoinInterest | 8930042b26665f430ff1ae6e25c86c4998d1349c | 9d4eeee6bef0b11ccc569c613daae90d23804b5d | refs/heads/master | 2021-06-21T16:48:58.797426 | 2019-02-01T07:29:49 | 2019-02-01T07:29:49 | 115,038,373 | 30 | 20 | MIT | 2019-02-01T02:55:11 | 2017-12-21T19:10:21 | C | UTF-8 | C++ | false | false | 2,477 | cpp | // Copyright (c) 2009-2016 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#if defined(HAVE_CONFIG_H)
#include "config/bitcoin-config.h"
#endif
#include "chainparams.h"
#include "rpcnestedtests.h"
#i... | [
"aaron.mathis@soferox.com"
] | aaron.mathis@soferox.com |
1da8dd4c4e97aea5eaaac561562c8e9d0cdee1d7 | 7056e994a800fe06b75eeecadb85ec79139b20c1 | /src/remote_control.cpp | 3989dc242e444b7c7d97cedbbeb6d6736a880226 | [] | no_license | hjjayakrishnan/rviz_visual_tools | e43e5862d4829c2d36a37f68c5d4c578e10a3120 | 8332d51752cdce87da5d8b5aa2e36b2c48df70b0 | refs/heads/kinetic-devel | 2021-01-01T04:27:49.248349 | 2017-07-06T23:33:53 | 2017-07-06T23:33:53 | 97,178,564 | 0 | 0 | null | 2017-07-14T01:12:21 | 2017-07-14T01:12:21 | null | UTF-8 | C++ | false | false | 5,334 | cpp | /*********************************************************************
* Software License Agreement (BSD License)
*
* Copyright (c) 2016, PickNik LLC
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditi... | [
"davetcoleman@gmail.com"
] | davetcoleman@gmail.com |
4f77e41d3672d66693283097ee1951b1c2bce471 | 46cbd8ca773c1481bb147b54765985c636627d29 | /funf/menu.cpp | cb9585b3234daae64fc192822ce50996570d8fe8 | [] | no_license | ator89/Cpp | e7ddb1ccd59ffa5083fced14c4d54403160f2ca7 | 9d6bd29e7d97022703548cbef78719536bc149fe | refs/heads/master | 2021-06-01T13:14:27.508828 | 2020-10-21T05:15:52 | 2020-10-21T05:15:52 | 150,691,862 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 233 | cpp | #include <iostream>
using std::cin;
using std::coud;
using std::endl;
#include <string>
using std::string;
int menu(int);
int main(){
cout << "Welcome" << endl;
return 0;
}
int menu(int opcion){
return opcion;
}
| [
"ator89@outlook.com"
] | ator89@outlook.com |
03a375ec4690c6057ea4066739777c994af71048 | 1a9cb0f26cd23c424f3c17490b3d140171b945b8 | /src/compat/strnlen.cpp | f58598cbcb8893008d56569336901d5140b259e4 | [
"MIT"
] | permissive | bitcointokenbtct/Bitcoin-Token-Core | 511bf393d61d8b806b6a1569dae39deb4d01c1d8 | 299e4d8d6665f9b182f37cb0f05f3bca996bf311 | refs/heads/master | 2022-03-03T12:59:47.410391 | 2022-02-05T02:20:02 | 2022-02-05T02:20:02 | 217,643,469 | 10 | 16 | MIT | 2021-12-14T04:50:33 | 2019-10-26T02:13:07 | C++ | UTF-8 | C++ | false | false | 509 | cpp | // Copyright (c) 2009-2017 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#if defined(HAVE_CONFIG_H)
#include "config/btct-config.h"
#endif
#include <cstring>
#if HAVE_DECL_STRNLEN == 0
size_t strn... | [
"cryptojoehodler@gmail.com"
] | cryptojoehodler@gmail.com |
86749cf25c7351170d8cdbb8218600b9413f80b2 | 992aba2f1b0abab1ad015e9e88af7f486e9f46bc | /src/string17.lib/string17/byteCount.h | 117e4eccc9f814de02c9c2b8f566f917e918b498 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | basicpp17/basicpp17 | 7f0b622ef03cd7d52304187c97a2cc9ac1707669 | 2f4a93774c6bf77b57544f4e0ed6909988c34537 | refs/heads/develop | 2021-07-17T21:03:45.876192 | 2020-05-31T15:23:13 | 2020-05-31T15:23:13 | 164,132,113 | 8 | 3 | MIT | 2020-04-08T12:03:16 | 2019-01-04T16:48:14 | C++ | UTF-8 | C++ | false | false | 690 | h | #pragma once
#include "meta17/Type.h"
#include "meta17/Value.h"
#include <type_traits>
namespace string17 {
using meta17::Value;
// ADL allows us to have all functions in scope
struct ADL {};
constexpr auto adl = ADL{};
constexpr auto byteCount(ADL, const char* p) -> size_t {
auto l = size_t{};
... | [
"andreas.reischuck@hicknhack-software.com"
] | andreas.reischuck@hicknhack-software.com |
3d4f8885554e80d3be7fbdd8aa582d98c32abf73 | 17216697080c5afdd5549aff14f42c39c420d33a | /src/src/Share/ShareLib/LinuxPublic/ACE_wrappers/apps/JAWS/stress_testing/cp.h | bcf50ad2a55d54b588cbb627b05e924265055b7f | [
"MIT"
] | permissive | AI549654033/RDHelp | 9c8b0cc196de98bcd81b2ccc4fc352bdc3783159 | 0f5f9c7d098635c7216713d7137c845c0d999226 | refs/heads/master | 2022-07-03T16:04:58.026641 | 2020-05-18T06:04:36 | 2020-05-18T06:04:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 260 | h | // $Id: cp.h 80826 2008-03-04 14:51:23Z wotte $
#include "util.h"
#include "stats.h"
class Client_Parameters {
public:
Client_Parameters(int);
URL *url;
static Stats *stats;
static int tcp_nodelay;
static int sockbufsiz;
int id;
};
| [
"jim_xie@trendmicro.com"
] | jim_xie@trendmicro.com |
2c71f7cbad8c15eade68970cb81b2e38c8473387 | 5d83739af703fb400857cecc69aadaf02e07f8d1 | /Archive/29ef16c4a22714b59e634a7d472bef61-f674c1a6d04c632b71a62362c0ccfc51/main.cpp | 15374bd1fa7c73c9109a87abf37ce896b9449779 | [] | no_license | WhiZTiM/coliru | 3a6c4c0bdac566d1aa1c21818118ba70479b0f40 | 2c72c048846c082f943e6c7f9fa8d94aee76979f | refs/heads/master | 2021-01-01T05:10:33.812560 | 2015-08-24T19:09:22 | 2015-08-24T19:09:22 | 56,789,706 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 305 | cpp | #include <stdio.h>
#include <stdlib.h>
int main (int argc, char** argv, char** envp) {
// Affichage.
printf("entier %d\n", 2);
printf("float/double %.1f\n", 10.532);
printf("entier %c\n", 'c');
printf("entier %s\n", "texte");
// Valeur de retour.
return EXIT_SUCCESS;
} | [
"francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df"
] | francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df |
e6ce30ba70d3a45bee23ee82eb91a7a923dfa56a | e75a30dda2cca5f48dfcf5cc2cb225d5ce657faa | /83_反向投影/83_calcBackProject.cpp | b0c0f16781c5528cbf12c75f4fc3ef74d3d3e261 | [] | no_license | justIllusions/easyproject | e2332ffd99436f352a63dbafe61f5f87e6ee0aa7 | 0c24e62a4822cdd7564b3114614ef10d9d92bbb1 | refs/heads/master | 2020-03-17T22:50:55.144418 | 2018-05-19T02:56:11 | 2018-05-19T02:56:11 | 134,020,468 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 5,145 | cpp | //--------------------------------------【程序说明】-------------------------------------------
// 程序说明:《OpenCV3编程入门》OpenCV2版书本配套示例程序83
// 程序描述:反向投影示例程序
// 开发测试所用操作系统: Windows 7 64bit
// 开发测试所用IDE版本:Visual Studio 2010
// 开发测试所用OpenCV版本: 3.0 beta
// 2014年11月 Created by @浅墨_毛星云
// 2014年12月 Revised by @浅墨_毛星云
//---------... | [
"18056515108@163.com"
] | 18056515108@163.com |
273f05f7e1f3c573f862c76ce59620f6e9bdab6a | 8962660c3c4358305337a6d48c7454dc6cab2745 | /BackEnd/security/hash_generator.cpp | 20b4a63baac310fc925cb308daaa7bf4fd9d4287 | [] | no_license | stanley255/smartpot | 09e07a1e0b4e7f92152bc0b7897b955f2bcf90a2 | 52fa779d3482f9da6f8401cdf7591d2ca8ac1ab3 | refs/heads/master | 2020-03-30T17:15:56.467944 | 2019-06-23T19:54:35 | 2019-06-23T19:54:35 | 151,448,524 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,804 | cpp | #include <iostream>
#include <string>
#include <time.h>
using namespace std;
class Hash {
public:
string generated_hash;
int hashLength, countNumbers, countUpperLetters, countLowerLetters, countSpecialChars;
int countTypesOfParams = 4; // Konstanta urcujuca pocet typov argmunetov
int getRandomNumber() {
return... | [
"spekarovic@gmail.com"
] | spekarovic@gmail.com |
51d353caedd02e4b3d36867208c8687c6ef35776 | af8385ee2686f41bb99605a4725a9c23e8955111 | /Source Code/game.cpp | cede2c6100fcf7bfc8897484a7035a03580ba8c6 | [] | no_license | AbhiSharma1999/Bloxorz_clone | c218956359315ee48c685c328d39cfd39a597cfa | ee49446b78d0de19097ea5163efbf82fa265909d | refs/heads/master | 2022-11-05T00:59:23.706537 | 2020-06-23T20:06:01 | 2020-06-23T20:06:01 | 274,499,014 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 74,725 | cpp | /*
Abhishek Ashwanikumar Sharma 2017A7PS0150P
Pulkit Agarwal 2016A7PS0060P
*/
#include <iostream>
#include <cmath>
#include <fstream>
#include <vector>
#include <map>
#include <ao/ao.h>
#include <mpg123.h>
#include <include/glad/glad.h>
#include <GLFW/glfw3.h>
#define GLM_FORCE_RADIANS
#include <glm/glm.hpp>
#includ... | [
"abhishek3ic@gmail.com"
] | abhishek3ic@gmail.com |
0b10d0839e7015211f748970abd70c845c268e1f | 3f4f844928dfe595b0b128c39833dfe94fd9a8fc | /basics/OpenDisplayImage.cpp | 0dd885500aae0a1e079bd070c3bdeb1c83c4e2fe | [] | no_license | PhilTKamp/OpenCVTesting | 2e06f69c9961fb42ac763d74edb5d31450e75be1 | 03fa584079c6087d71fb7a7c21497039a0fca1f5 | refs/heads/master | 2020-03-28T14:43:32.589050 | 2018-09-12T20:19:19 | 2018-09-12T20:19:19 | 148,515,650 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 563 | cpp | #include <opencv2/core.hpp>
#include <opencv2/imgcodecs.hpp>
#include <opencv2/highgui.hpp>
#include <iostream>
#include <string>
using namespace cv;
using namespace std;
int main(int argc, char** argv) {
String imagePath = "./lena.jpg";
if( argc > 1 ) {
imagePath = argv[1];
}
Mat image;
image = imre... | [
"philip.telkamp@mines.sdsmt.edu"
] | philip.telkamp@mines.sdsmt.edu |
515e0fe7ada641cfa8697baf6f0707696ed0e359 | 6e033c2e2a99f2b3a4185aa871087d08c8d6970e | /Servo/RightServoClockwise/RightServoClockwise.ino | 9e8009f3863f26bdd84e41e4fa5bdcc17120ff2b | [] | no_license | jstitch/arduino_BOEShield | 0ca4593f7c04821ffacdcee49bfc83ae66b2ac54 | 89060a124e98bef58c04d9041065953caace493b | refs/heads/master | 2021-07-12T08:44:17.092341 | 2017-10-07T02:16:30 | 2017-10-14T00:02:13 | 105,387,616 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 136 | ino | #include <Servo.h>
Servo servoRight;
void setup()
{
servoRight.attach(12);
servoRight.writeMicroseconds(1700);
}
void loop()
{
}
| [
"jstitch@gmail.com"
] | jstitch@gmail.com |
58a46db3237852650b4bc9487ec67fb2bf809a56 | d5238c1900a11a9361596aa3da231eafc525f294 | /services/ui/ws2/client_root.cc | aecdf32402de44d9af55f36dba0c70ec89787f62 | [
"BSD-3-Clause"
] | permissive | hurray567/chromium | 4b76415878448171ccdcad07de7ba8d35df2ec2e | b4306e0ec43ea67aa54fa044a6ddec5c28933f8b | refs/heads/master | 2023-01-09T02:39:36.320824 | 2018-04-18T21:24:33 | 2018-04-18T21:24:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,022 | cc | // Copyright 2018 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 "services/ui/ws2/client_root.h"
#include "services/ui/ws2/window_data.h"
#include "services/ui/ws2/window_service_client.h"
#include "ui/aura/mu... | [
"sky@chromium.org"
] | sky@chromium.org |
439b38dda797c153d2912f49b701d0a7a9ec7cb6 | 048c7caa1bec12c17b0f073f96900a488c5d055b | /src/ukf.cpp | 1b2e351821a20e1bd6d6afc320e3988b0badca36 | [] | no_license | amahd/Unscented_Kalman_filter | e6621e32b15756176f8c7eac3c212e5f632320a6 | 9cdf3fb8a9619a6c8b57ff8474d26e5ea2df66a6 | refs/heads/master | 2020-12-02T17:43:17.403926 | 2017-07-06T11:16:32 | 2017-07-06T11:16:32 | 96,417,304 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,534 | cpp |
#include "ukf.h"
#include "Eigen/Dense"
#include <iostream>
using namespace std;
using Eigen::MatrixXd;
using Eigen::VectorXd;
using std::vector;
/**
* Main constructor, initlaizing variable
*/
UKF::UKF() {
/* default state of teh filter*/
is_initialized_ = false;
/*Time stamp in microsecond*/
// time_us_... | [
"aneeq.sdc@gmail.com"
] | aneeq.sdc@gmail.com |
3e0780150593d6b204ba2ac5891beb36bd737807 | 709a4361f04a438c9ae8c6222a439590fdaab606 | /src/Classes/GrowthPush/GPJsonHelper.h | 5f80e320c2e8224493d3f8fa461d560101eef26f | [
"Apache-2.0"
] | permissive | SIROK-archive/growthpush-cocos2dx | bcdd1adbd7a20731b67668d7f4f4179b6f22d61d | 0c605fd49a95ffb25933c4654ffb90053f7cbbee | refs/heads/master | 2021-01-17T06:20:30.807237 | 2015-10-20T05:44:07 | 2015-10-20T05:44:07 | 14,578,436 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,571 | h | //
// GPJsonHelper.h
// growthpush-cocos2dx
//
// Created by TSURUDA Ryo on 2013/12/11.
// Copyright (c) 2013年 TSURUDA Ryo. All rights reserved.
//
#ifndef GROWTHPUSHPLUGIN_GPJSONHELPER_H_
#define GROWTHPUSHPLUGIN_GPJSONHELPER_H_
#include <string>
#include "cocos2d.h"
#include "picojson.h"
#if 0x00020100 <= COC... | [
"uqtimes@gmail.com"
] | uqtimes@gmail.com |
9ee85190c755bd5a5292274777c2d42f224a3ff8 | bd226417f1cc508a6fdadf8c996552184e89b34e | /competitive_coding/contests/Codechef/MayLunchTime/B.cpp | 30c84eba70572cfc13226a36882b9c0f778b629b | [
"MIT"
] | permissive | rupav/cp | 5876a42f5d86df482426b523fdeddcd84843c373 | 0b4c20ef3504472c1b0a9bbf586bb2daae9631c5 | refs/heads/main | 2023-02-24T23:21:31.930979 | 2021-01-30T06:08:15 | 2021-01-30T06:08:15 | 334,339,922 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,371 | cpp | /*
#include<bits/stdc++.h>
using namespace std;
#define watch(x) cout << (#x) << " is " << (x) << endl
#define fr(i,n) for(int i=0; i<n; i++)
#define rep(i, st, en) for(int i=st; i<=en; i++)
#define repn(i, st, en) for(int i=st; i>=en; i--)
#define sq(a) (a*a)
typedef long long ll;
typedef pair<int, int> pii;
typedef ... | [
"ruavwinchester@gmail.com"
] | ruavwinchester@gmail.com |
533b7eff9eba1dc4a518012fbf7ef28eeff1fd2d | 9bc2462106be4df51f31e44e28ea6a78b42a3deb | /2021_04_24/a/src.cpp | 47d647e46bf7c8e91fc1296ff1ea5cf1b81fd5be | [] | no_license | ysuzuki19/atcoder | 4c8128c8a7c7ed10fc5684b1157ab5513ba9c32e | 0fbe0e41953144f24197b4dcd623ff04ef5bc4e4 | refs/heads/master | 2021-08-14T19:35:45.660024 | 2021-07-31T13:40:39 | 2021-07-31T13:40:39 | 178,597,227 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,772 | cpp | #include <iostream>
#include <string>
#include <vector>
#include <cmath>
#include <list>
#include <set>
#include <map>
#include <algorithm>
using namespace std;
#define debug(var) do{ std::cout << #var << " : "; view(var); }while(0)
using ll = long long;
using ld = long double;
inline int num (const std::string& S, i... | [
"ysuzuki.cpp@gmail.com"
] | ysuzuki.cpp@gmail.com |
04d1f1558863419d67f2345f2b58a09ab4e6d33f | b18adf09556fa66a9db188684c69ea48849bb01b | /new_projects/src/granular/gransim2d/engine/particle_source.h | 09b71ec2589f046003c583d1196fdf21b73f9412 | [] | no_license | zzfd97/projects | d78e3fa6418db1a5a2580edcaef1f2e197d5bf8c | f8e7ceae143317d9e8461f3de8cfccdd7627c3ee | refs/heads/master | 2022-01-12T19:56:48.014510 | 2019-04-05T05:30:31 | 2019-04-05T05:30:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,827 | h | #ifndef PARTICLE_SOURCE_H
#define PARTICLE_SOURCE_H
#include "geometry2d_object.h"
#include "particle_type.h"
// Forward declarations
class CParticle2D;
typedef enum
{
PARTICLE_SOURCE_FLOW_TYPE_UNIFORM,
PARTICLE_SOURCE_FLOW_TYPE_POISSON
} PARTICLE_SOURCE_FLOW_TYPE_ENUM;
class CParticleSource : public CGeometry2DO... | [
"hp@kozhevnikov.org"
] | hp@kozhevnikov.org |
aae759c1e9b61875ffa37476d3371ec5f76eda4a | 18bf86ce6c6181edbd5af76c6b6284f88d9d04ec | /src/effects/lineEffect.cpp | 9d971948255d1d5150d5da6acb066772b42044ad | [] | no_license | Sleto/karmaMapper | 5aa0a85272b7d61956350ce2a3c99e4d5dd8b5db | bc2c6d900423398dac7b20dbd2d2b95d68ecfd97 | refs/heads/master | 2020-04-08T19:39:47.537334 | 2015-03-20T21:26:47 | 2015-03-20T21:26:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,959 | cpp | //
// lineEffect.cpp
// karmaMapper
//
// Created by Daan de Lange on 12/3/14.
//
// - - - -
//
// Parent class for all effects.
// Implements some standard methods for overall usage.
//
#include "lineEffect.h"
lineEffect::lineEffect(){
basicEffect::basicEffect();
// effectType must match the class name
ef... | [
"idaany@gmail.com"
] | idaany@gmail.com |
9fe04fff34f99fdb2b8529a3e788c0bf86546335 | ca66f35bc5fc7826024f9b9b19b72b3a5794c4bd | /通讯录0.0.7版本/Interface.cpp | 9db6b68ab04bae2b266f20571f8c0f04692b80dd | [] | no_license | MBY381/-big_homework | 445c76f1f8eec90a0258cd10bb8119880afc1b8a | dc02e7a58a4320766604b59c090e8f9f4647527b | refs/heads/master | 2022-11-17T18:45:14.336577 | 2020-07-16T19:46:06 | 2020-07-16T19:46:06 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 5,621 | cpp | #include "Interface.h"
#include"Manager.h"
#include"User.h"
#include<string>
using namespace std;
User* gl_User_Head = new User;//维护一个公共的用户链表
Manager man;
//extern Manager man;
//extern User* User_Head
void Interface::Menu()
{
cout << " | ***********欢迎进入通讯录管理系统*************|" << endl;
cout << " | -... | [
"noreply@github.com"
] | noreply@github.com |
4b39eaa2b403ae5abd5916755343b9469ecf469c | b6a4701da2ff5a3a9d5a37fa166f14ecfd7ab8f7 | /Graph/Operator/MCTensorProduct.hpp | 81c8b073aaf1581c15f1c6ca7c09c3c1ff4f5846 | [] | no_license | jungla88/SPARE | de7b331081edb2102f291b9278e666b65cd4bf43 | acb29cd9fa75d5c52a4f9ac2d13b1fdb2aabb2c1 | refs/heads/master | 2022-04-18T05:38:22.042943 | 2020-04-09T14:05:28 | 2020-04-09T14:05:28 | 254,387,791 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,463 | hpp | // MCTensorProduct class, part of the SPARE library.
// Copyright (C) 2011 Lorenzo Livi
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at you... | [
"baldini.luca88@gmail.com"
] | baldini.luca88@gmail.com |
f89db21bbb2d765de12eac9db5a3f394ed5300f0 | 1af8b5589c8f42ac2546d2adffcff887f975a93c | /src/com/fiuba/resto/process/Attendant.h | 93e26c96f8fbda40e69448d3ff19da71b4c6ae4f | [] | no_license | juanmanuelromeraferrio/resto-simulation-c- | 18009a9cf869a6ac0505ac6e41a00a8d229940ab | a262e5d95442760ce2729e832d2a2c43928fe160 | refs/heads/master | 2021-01-12T12:52:23.190297 | 2016-10-20T20:18:30 | 2016-10-20T20:18:30 | 69,389,295 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 536 | h | /*
* Attendant.h
*
* Created on: 24 sep. 2016
* Author: jferrio
*/
#ifndef ATTENDANT_H_
#define ATTENDANT_H_
#include "../utils/Semaphore.h"
#include "../utils/SharedMemory.h"
#include "../types/types.h"
#include <strings.h>
#include "../utils/Fifo.h"
class Attendant {
private:
Fifo* dinersInLivingFifo... | [
"juanmanuel.romeraferrio@gmail.com"
] | juanmanuel.romeraferrio@gmail.com |
3b091579e3608f47d09688ace8979a503e23e21b | d5a2b525bf38c84f3199f7eec0142cc817c4f24f | /include/ros_lib/rospy_tutorials/BadTwoInts.h | 0af8a83fc3920b6074506e5052aee9eb69b0c3ce | [] | no_license | msoe-vex/V5HAL | f3bf135d6878a450b020726e2c3b59fe93de112f | 035ae322eb6d37e5207b9b955a0d34f102d33ec7 | refs/heads/master | 2023-02-04T21:12:57.892960 | 2020-11-04T23:27:17 | 2020-11-04T23:27:17 | 295,019,922 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,601 | h | #ifndef _ROS_SERVICE_BadTwoInts_h
#define _ROS_SERVICE_BadTwoInts_h
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include "ros_lib/ros/msg.h"
namespace rospy_tutorials
{
static const char BADTWOINTS[] = "rospy_tutorials/BadTwoInts";
class BadTwoIntsRequest : public ros::Msg
{
public:
typ... | [
"nathan.dupont01@gmail.com"
] | nathan.dupont01@gmail.com |
476f865bf6aae0f2d5e4a3ce22f626a7a59331cb | 31c5eb1fd3841ae24d6d1a57523d4c4d8bb587a3 | /Simple/Accepted/Leetcode_Simple_100_Same_Tree.cpp | 4f00ab901d1ecb31679c999aca04461ae0caf0ec | [] | no_license | yhc520314484/LeetCode | 814a16970b5a4ee6ae9f433b5069ab86d0bc9352 | 6326b407e89784a0c5f8143dda9f43e83d76f5c5 | refs/heads/master | 2022-11-03T05:17:56.673714 | 2020-06-14T03:19:53 | 2020-06-14T03:19:53 | 255,896,906 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,505 | cpp | /*
Leecode 100 Same Tree
Level: Simple
Author: JackWilliam
Date: 29, May, 2020
*/
/*
Version 0.1
使用中序遍历分别遍历两个二叉树,将二叉树中的元素依次压入vector中,然后进行对比
4ms 8.2MB
*/
/**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* Tr... | [
"2013021287@cuit.edu.cn"
] | 2013021287@cuit.edu.cn |
c5d4e5b1394920f6070ad2754737fd88c0595bf2 | 0d6574b6f7b90007eac00e6dcfd4463de072bd82 | /arduino/libs/local/app.hh | 8bc31fb19729517c1d350a5a72688ddcff767819 | [] | no_license | psycofdj/burger-quiz | c83c685e3235c632e663cb0522b6e7651befed9b | 6b562cf83865d0526602700fc94fe74e425af685 | refs/heads/master | 2022-11-19T01:09:39.089752 | 2020-07-14T14:36:00 | 2020-07-14T14:36:00 | 269,616,892 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,997 | hh | #pragma once
#include "common.hh"
#include "serial.hh"
#include "light.hh"
#include "button.hh"
#include "buzzer.hh"
class App : public Updatable {
public:
static const duration_t mcsBuzzTime = 6000;
enum state {
loading = -2,
idle = -1,
mayo = 2,
ketchup = 3,
};
private:
App(void):
mLast... | [
"xavier@marcelet.com"
] | xavier@marcelet.com |
2fa8472b300448a8b100959854128fd363f2b932 | 1eef2f3fcdb5995041a23164b0e1fa7e7af632f4 | /src/smt/theory_array_bapa.cpp | 7b7f93f026124bc064adb16f45ef9501711270ce | [
"MIT"
] | permissive | mtrberzi/z3 | d4a80fae4542b69a85b540677aeeabe84d78ce55 | b658934bd8bd87f8e6dc9c117d9fda061dad2fd9 | refs/heads/master | 2021-07-18T16:48:56.368810 | 2021-04-20T17:16:44 | 2021-04-20T17:16:44 | 41,640,176 | 1 | 6 | NOASSERTION | 2021-03-02T18:01:53 | 2015-08-30T19:20:55 | C++ | UTF-8 | C++ | false | false | 24,048 | cpp | /*++
Copyright (c) 2019 Microsoft Corporation
Module Name:
theory_array_bapa.cpp
Abstract:
Saturation procedure for BAPA predicates.
Assume there is a predicate
Size(S, n) for S : Array(T, Bool) and n : Int
The predicate is true if S is a set of size n.
Size(S, n), Siz... | [
"nbjorner@microsoft.com"
] | nbjorner@microsoft.com |
c49b3e097ad64ae0912c5512aac0c72a068264a3 | e7504e796df90bfe606781c14442a564eb01754b | /plugins/G3D/VRG3D/src/G3DOperators.cpp | 3b9785b38924c41542a820fc06b26e35cca7fdf2 | [
"BSD-3-Clause"
] | permissive | MinVR/MinVR | 1dc4c007b10f184732d3a90e362175c8e950e95b | 33386e6b49de6c6b75f735704ffa49ab6069f8bf | refs/heads/master | 2022-06-28T19:50:09.692509 | 2022-05-17T21:44:13 | 2022-05-17T21:44:13 | 40,127,890 | 23 | 21 | NOASSERTION | 2022-05-17T21:44:14 | 2015-08-03T14:02:01 | C++ | UTF-8 | C++ | false | false | 8,794 | cpp | // Copyright Regents of the University of Minnesota and Brown University, 2010. All rights are reserved.
#include "../include/G3DOperators.h"
namespace MinVR {
using namespace G3D;
void growAABox(AABox &box, const Vector3 &point)
{
box = AABox(min(point, box.low()), max(point, box.high()));
}
void growAABox(... | [
"k.diaz99@gmail.com"
] | k.diaz99@gmail.com |
9dc02b06d7d549d634002bf179bc31bbaf2c7841 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/multimedia/danim/extinc/dxvector.h | f59b500a5fcae84d1d0fd27b755dc8ac068449d1 | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 34,750 | h | /*******************************************************************************
* DXVector.h *
*------------*
* Description:
* This is the header file for the vector and matrix classes.
*-------------------------------------------------------------------------------
* Created By: Mike Arnstein ... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
c2e5c028b7ce98e0708c21e4b9baa47ea8e484dd | aba42de3e1f69309c8e841bf4c56170262ce8986 | /src/main.cpp | 37b693999eb0da4cd67a1f304edc916140febe84 | [
"MIT"
] | permissive | szczypiorofix/dungeon_engine | 44a73ef8288e5b560d77300fe850631ad1aec2e5 | dd1db1c22a73eabd9ea18d44a133d71427957180 | refs/heads/master | 2020-12-07T20:22:43.936557 | 2020-02-13T20:43:56 | 2020-02-13T20:43:56 | 232,792,430 | 0 | 0 | MIT | 2020-02-13T20:43:58 | 2020-01-09T11:23:21 | C++ | UTF-8 | C++ | false | false | 440 | cpp | /*
* Dungeon Engine v0.1.0
* Copyright (C) 2020 szczypiorofix <szczypiorofix@o2.pl>
*/
#include <iostream>
#include "game/DungeonGame.h"
/**
* Main entry point
*/
int main(int argc, char* argv[]) {
if (argc > 1) {
std::cout << "Parameters: " << argc << std::endl;
for (int i = 1; i < argc; i++) {
std::cou... | [
"szczypiorofix@o2.pl"
] | szczypiorofix@o2.pl |
ce674f1ce03c40cefa07ca5227ca11bf7679aa13 | ff3e66484ff5175d73a6501654823850f0de8036 | /Contest/Google Code Jam/Google_Problem_B.cpp | b19fb6753dd68135e68f53c650fed248039492e8 | [] | no_license | Sabuj-Kumar/Problem_Solve | 05f83455069f9e0a7f4541bc078b19c19d42eecf | b3bbf070ead97debbfebc868c358826e3e503406 | refs/heads/main | 2023-08-15T00:29:20.485529 | 2021-09-16T18:08:08 | 2021-09-16T18:08:08 | 407,263,950 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,845 | cpp | #include<bits/stdc++.h>
#define pi acos(-1)
#define ll long long
#define ull unsigned long long
#define db double
#define ldb long double
#define pii pair<int,int>
#define pll pair< ll,ll >
#define pb push_back
#define pf push_front
#define f first
#define s second
#define sc( n ) scanf("%d",&n)
#define sl( n ) scanf("... | [
"78817174+Sabuj-Kumar@users.noreply.github.com"
] | 78817174+Sabuj-Kumar@users.noreply.github.com |
8958f4e9dfaf2bf97ec8d9f46749ea5ad7f28159 | e2dfcf0d5f88b5c5d0fb93add9a34fbbcd0739e4 | /LCA/main.cpp | f06e8edc2e0551cc0fa96b9bba75100c3c0d83f0 | [] | no_license | MihailoMilenkovic/competitive-programming-templates | a05a04d5f9af837d9ce6f359ff8e3a2af978ffcb | 9f1c17680f04a871aa6211ca9213030b923a9a32 | refs/heads/master | 2022-11-29T17:20:55.220729 | 2020-07-30T17:27:05 | 2020-07-30T17:27:05 | 219,322,450 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,642 | cpp | #include <bits/stdc++.h>
using namespace std;
const int N=2e5+5;
const int LOGN=30;
vector<int>g[N];
int n,q,dep[N];
int par[N][LOGN];
void dfs(int x,int d){
dep[x]=d;
for(auto&y:g[x]){
if(dep[y]==-1){
dfs(y,d+1);
par[y][0]=x;
}
}
}
void preprocess(){
for(int lv=1... | [
"mihailo.milenkovic4@gmail.com"
] | mihailo.milenkovic4@gmail.com |
5849fd2af2475be7f9a5ea727c8f7d7372e8c4aa | 2edd4d0d97c232affb8c8e2f03a4efa00cbdc0f4 | /src/imgproc/Contours.h | 5d00bf941d094af85c04e9d812318edcf023e1dd | [
"MIT"
] | permissive | akshonesports/node-opencv | 57d370e75ee8f19197f76a97b0b9e7674c07d1ce | fe42999e9ee529f193b53006c261c8411fce50a1 | refs/heads/3.x | 2021-01-19T16:02:48.514339 | 2018-01-13T11:20:58 | 2018-01-13T11:40:41 | 100,984,793 | 0 | 4 | null | 2017-10-31T16:47:01 | 2017-08-21T19:20:57 | C++ | UTF-8 | C++ | false | false | 1,160 | h | #ifndef __IMGPROC__CONTOURS_H__
#define __IMGPROC__CONTOURS_H__
#include "common.h"
#define CONTOURS_FROM_ARGS(NAME, IND) \
Contours *NAME = nullptr; \
if (info.Length() > IND && Contours::HasInstance(info[IND])) { \
NAME = UNWRAP_OBJECT(Contours, info[IND]->ToObject()); \
}
#define ASSERT_CONTOURS_FROM_AR... | [
"slam@akshonesports.com"
] | slam@akshonesports.com |
38acfd78e68166473945c5c84ce7022b240687b1 | fe2362eda423bb3574b651c21ebacbd6a1a9ac2a | /VTK-7.1.1/Infovis/Core/vtkExtractSelectedTree.cxx | 923ffc662a4d06aa994666c57f1b978a529c48ac | [
"BSD-3-Clause"
] | permissive | likewatchk/python-pcl | 1c09c6b3e9de0acbe2f88ac36a858fe4b27cfaaf | 2a66797719f1b5af7d6a0d0893f697b3786db461 | refs/heads/master | 2023-01-04T06:17:19.652585 | 2020-10-15T21:26:58 | 2020-10-15T21:26:58 | 262,235,188 | 0 | 0 | NOASSERTION | 2020-05-08T05:29:02 | 2020-05-08T05:29:01 | null | UTF-8 | C++ | false | false | 7,888 | cxx | /*=========================================================================
Program: Visualization Toolkit
Module: vtkExtractSelectedTree.cxx
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This so... | [
"likewatchk@gmail.com"
] | likewatchk@gmail.com |
8d64fcd8cf1bb80bdb20bd178f79ac78f50d8328 | f0904d63fd6ee225c378ec71c8551ca643d3d5df | /957-Popes.cc | 2f3b3ac853c9929a5424ec27fba46540fe0fbb1c | [] | no_license | A1phaZer0/competitive_programming | 8978c7651f00c031fbd6c4b523a2c1b11ad65422 | 2ed1b2a38166007edf65ae668b621d8eb425b9fd | refs/heads/master | 2021-09-09T17:35:23.280175 | 2018-03-18T15:44:15 | 2018-03-18T15:44:15 | 125,740,247 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 751 | cc | #include <cstdio>
#include <cstdlib>
#include <vector>
#include <algorithm>
using namespace std;
int main (int argc, char *argv[])
{
int Y, N, year;
int i;
int max, start, end;
int popes;
vector<int> vi;
vector<int>::iterator it;
vector<int>::iterator tmp;
while (scanf("%d", &Y) != EOF) {
vi.clea... | [
"ini.universe@gmail.com"
] | ini.universe@gmail.com |
a2354822cb05265ed62c6427e8bf39b3e94bb909 | e5918111f65b0551261533573b89b80310f800aa | /src/multipanel.h | 03bd614750c0eedb2fa56f6ead47f1fc3dc57dfa | [] | no_license | skiselkov/xsaitekpanels | 1396f7be1513dc8ad0e5681927be34187492bf15 | 0af43e84abfed7d2d9a622d2efcc72141cf5e47a | refs/heads/master | 2020-04-05T23:03:40.394699 | 2016-12-05T03:01:13 | 2016-12-05T03:01:13 | 67,690,510 | 3 | 2 | null | 2016-09-08T09:49:04 | 2016-09-08T09:49:02 | null | UTF-8 | C++ | false | false | 5,036 | h | #ifndef _MULTIPANEL_H_
#define _MULTIPANEL_H_
#include <stdlib.h>
#if IBM
#include <windows.h>
#else /* !IBM */
#include <pthread.h>
#endif /* !IBM */
#include <stdint.h>
#include "XPLMUtilities.h"
#include "XPLMDataAccess.h"
#include "hidapi.h"
#include "Dataref.h"
#include "Command.h"
namespace xsaitekpa... | [
"skiselkov@gmail.com"
] | skiselkov@gmail.com |
f374be096d38a544b7f656cddfa8ab1231826bea | fb9b97269ad61497ae7a667a58d2e9638b6c0cf5 | /src/spmxml/spmxml.cpp | 8d258a27cb4663df7e86cc005a4dd0a4e83801c7 | [] | no_license | smurav/gis36 | b98e4b485ae205a1025d8ccb280bbc3412b9961b | 3c7ad6e43cb3bdcb00622ee4008dde0ad96ce56d | refs/heads/master | 2016-09-05T13:36:53.446309 | 2012-09-07T05:59:56 | 2012-09-07T05:59:56 | 2,359,643 | 22 | 9 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 15,883 | cpp | // Реализация классов для работы с XML, XPath, DTD
#include "stdspm.h"
#include "spmxml.h"
CSpmXml::CSpmXml(bool bAutoDestroy) : m_pXMLDoc(0), m_pCurNode(0), m_bModified(false), m_pCurNodeSet(0), m_nCurItem(-1), m_bAutoDestroy(bAutoDestroy)
{
}
CSpmXml::CSpmXml(xmlDocPtr pDoc, bool bAutoDestroy, bool bModif... | [
"sergey.muraviov@ctc.local"
] | sergey.muraviov@ctc.local |
9668923866c74b9f3695c2fae4cf5685229673cc | f4e881c66d279b6c0271d5f11272050a19f0129b | /LearnOpenGL/LearnOpenGL/includes/learnopengl/filesystem.h | e90fd3946f8296af704858d450066d5bf03e8c5b | [
"Apache-2.0"
] | permissive | jiahaodev/OpenGL | 9e2c21080e4a595493a000ab0cbcb98e892ca38b | 6e6e690b366d3adeefd35e2e9d5c4637353d35e3 | refs/heads/master | 2020-03-29T22:27:14.118696 | 2020-03-16T03:02:18 | 2020-03-16T03:02:18 | 150,421,482 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,311 | h | #ifndef FILESYSTEM_H
#define FILESYSTEM_H
#include <string>
#include <cstdlib>
#include "root_directory.h" // This is a configuration file generated by CMake.
class FileSystem
{
private:
typedef std::string (*Builder) (const std::string& path);
public:
static std::string getPath(const std::string& path)
{
... | [
"jiahaowu@boyaa.com"
] | jiahaowu@boyaa.com |
f274ceb85aeb3f05a8123c35f775680238795d20 | 64e4fabf9b43b6b02b14b9df7e1751732b30ad38 | /src/chromium/gen/gen_combined/services/network/public/mojom/origin_policy_manager.mojom.cc | a63c354bc4e7ef42f73c6b81ba1955438dea96f0 | [
"BSD-3-Clause"
] | permissive | ivan-kits/skia-opengl-emscripten | 8a5ee0eab0214c84df3cd7eef37c8ba54acb045e | 79573e1ee794061bdcfd88cacdb75243eff5f6f0 | refs/heads/master | 2023-02-03T16:39:20.556706 | 2020-12-25T14:00:49 | 2020-12-25T14:00:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,761 | cc | // 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.
#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-private-field"
#elif defined(_MSC_VER)
#pragma warning(pus... | [
"trofimov_d_a@magnit.ru"
] | trofimov_d_a@magnit.ru |
b6abbc2e71181c59cc6231c98182c0a00e31aadf | 90aeaa97f800d5cd0b695ea047199e7a28a7456e | /BubbleSort1018.cpp | 1014929d79d427b55af0581c4f69a03c4bf5484c | [] | no_license | quaiyumlamisa/c-codes | f0f5392084dfc7dd7a35c3b0fd0652219234b28e | a9f4c1e09043dc749fd5fafd41c3425a9f01971c | refs/heads/master | 2020-07-30T00:21:15.780858 | 2019-09-21T17:00:51 | 2019-09-21T17:00:51 | 210,016,422 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 517 | cpp | #include<iostream>
using namespace std;
int main (void)
{
int arr[]={5,1,3,2,9};
int n=5;
int swapped=0;
for(int i=0;i<n;i++)
{
swapped=0;
for(int j=0;j<n-1-i;j++)
{
if(arr[j]>arr[j+1])
swap(arr[j],arr[j+1]);
swapped=1;
... | [
"noreply@github.com"
] | noreply@github.com |
f33e2bd5c51eba597c2c56a318285ab7a5f6d547 | 904d5a0f818942c73c5bbf102c722d657566fc67 | /src/119-pascals-triangle-ii.cpp | d6a82664392df1d3aecc4e6cbe05ca25138821e7 | [] | no_license | Ace-0/MyLeetCode | 95ae2c7a21997478f0834932bdf42fb2f655af06 | b2af4adbfba26d72ef13af6210744dfeabfff510 | refs/heads/master | 2022-12-09T15:05:29.227287 | 2019-11-24T04:13:02 | 2019-11-24T04:13:02 | 170,652,315 | 0 | 0 | null | 2022-12-08T01:37:55 | 2019-02-14T08:07:13 | C++ | UTF-8 | C++ | false | false | 362 | cpp | // 119. Pascal's Triangle II
#include <iostream>
#include <vector>
using namespace std;
class Solution {
public:
vector<int> getRow(int rowIndex) {
vector<int> line(rowIndex + 1, 0);
line[rowIndex] = 1;
for (int row = 1; row <= rowIndex; ++row) {
for (int i = rowIndex - row; i < rowIndex; ++i)
line[i]... | [
"w674901087@163.com"
] | w674901087@163.com |
40c55b6cc0c430165fe5bd20a8e627a5ca9b500f | ae654e0807f2799986c571507ab17fd402692423 | /ZPGApp/Cubemap.h | 2aa65cc35f5568184c4e800c55c673623722da8d | [] | no_license | Or1m/ZPGApp | 9d1fe8fce9113407c4fda357fe997c2ba716bacc | 616e74a86bf32fff6a65be07a96d4f87b5429586 | refs/heads/master | 2023-04-03T13:47:22.793345 | 2021-04-07T13:51:57 | 2021-04-07T13:51:57 | 299,253,580 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 147 | h | #pragma once
#include "Texture.h"
class Cubemap : public Texture {
public:
Cubemap(const std::string paths[6]);
void bind() const override;
}; | [
"k.z.w.212@gmail.com"
] | k.z.w.212@gmail.com |
310e8d3e563acc13b6b19a608233702b1d53e6e9 | 09f872ea3be98ddceb4106c48e3169a3acb7a418 | /src/Zlang/zsharp/AST/AstNumericBuilder.h | b9e26a24e0a87fa99a387e33e1efad9837ceb5e7 | [] | no_license | obiwanjacobi/Zlang | ce51c3e5cdfcde13510a23b862519ea7947617e1 | c9dea8b6a3dc6fd9bb6a556cdf515413d6e299dc | refs/heads/master | 2021-07-15T17:48:36.377567 | 2020-10-11T15:13:43 | 2020-10-11T15:13:43 | 216,856,286 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,620 | h | #pragma once
#include "AstNumeric.h"
#include "../grammar/parser/zsharp_parserBaseVisitor.h"
#include <antlr4-runtime.h>
class AstNumericBuilder : protected zsharp_parserBaseVisitor
{
typedef zsharp_parserBaseVisitor base;
public:
AstNumericBuilder()
: _parent(nullptr)
{}
AstNumericBuilder(s... | [
"marc.jacobi@macaw.nl"
] | marc.jacobi@macaw.nl |
65795202bde2f969265e944072c4fd51cc3e3b73 | 1e25ce089c4e5c4cfd6bff76a8839a40b76270d0 | /Lib/TLibCommon/globals_YS.h | 3ba4df0ff726bb71c36da29f124a9f54ad842550 | [] | no_license | Vector-S/Fast-CU-Decision-HEVC | 2db431dcac44c4451705ec0183a0ecb90d3e9e98 | e17193a55aaf99dead3da1c9d37ceff912277794 | refs/heads/master | 2021-06-03T09:33:54.799634 | 2016-07-29T18:21:50 | 2016-07-29T18:21:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,247 | h | #include <iostream>
#include <fstream>
#include <iterator>
#include <vector>
#include <String>
#include "cvheaders.h"
#include "TLibCommon/CommonDef.h"
#include "TLibCommon/TComYuv.h"
#include "TLibCommon/TComPic.h"
#include "TLibCommon/TComPrediction.h"
#include "TLibCommon/TComTrQuant.h"
#include "TLibCommon/T... | [
"jiasenxu@gmail.com"
] | jiasenxu@gmail.com |
62538c995b9aec328344c188ff9a3305170d8c12 | f503ce877d2b7c497c970396db09a2e3c2d50758 | /code-for-today-for-everyDay/Practice/HackerRank/LinkedinPlacement/BitwiseAND/main.cpp | f15fbbe61c451038b3939c472f275b5d71cc3439 | [] | no_license | Iraniya/code-for-today-for-everyDay | c7018ee1edd746ea3ddf3aa88033bddde48a6191 | 5a46eeae944bcecbd1caf473c95590da05166165 | refs/heads/master | 2022-12-02T14:26:22.682854 | 2020-08-20T17:31:18 | 2020-08-20T17:31:18 | 115,755,575 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 894 | cpp | #include <map>
#include <set>
#include <list>
#include <cmath>
#include <ctime>
#include <deque>
#include <queue>
#include <stack>
#include <string>
#include <bitset>
#include <cstdio>
#include <limits>
#include <vector>
#include <climits>
#include <cstring>
#include <cstdlib>COn
#include <fstream>
#include <numeric>
#... | [
"n201101047@gmail.com"
] | n201101047@gmail.com |
8c01eec7dc20c8c9b3fe1dfe061ba07ae632643f | f1c01a3b5b35b59887bf326b0e2b317510deef83 | /SDK/SoT_BP_FeatureandResourceIslandWashedUpBoxofSecretsSpawner_classes.hpp | 98548d4608b1adb1c0331cf97749c4546e7cd2b6 | [] | no_license | codahq/SoT-SDK | 0e4711e78a01f33144acf638202d63f573fa78eb | 0e6054dddb01a83c0c1f3ed3e6cdad5b34b9f094 | refs/heads/master | 2023-03-02T05:00:26.296260 | 2021-01-29T13:03:35 | 2021-01-29T13:03:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 932 | hpp | #pragma once
// Sea of Thieves (2.0) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "SoT_BP_FeatureandResourceIslandWashedUpBoxofSecretsSpawner_structs.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------... | [
"igromanru@yahoo.de"
] | igromanru@yahoo.de |
1a5193dba42db68a55106d5c408e125d54ccf832 | 29a4c1e436bc90deaaf7711e468154597fc379b7 | /modules/gsl_specfun/include/nt2/toolbox/gsl_specfun/function/simd/vmx/spu/gsl_sf_lngamma.hpp | 64742391a3d07671fe0336b5c1a27dd3728865b6 | [
"BSL-1.0"
] | permissive | brycelelbach/nt2 | 31bdde2338ebcaa24bb76f542bd0778a620f8e7c | 73d7e8dd390fa4c8d251c6451acdae65def70e0b | refs/heads/master | 2021-01-17T12:41:35.021457 | 2011-04-03T17:37:15 | 2011-04-03T17:37:15 | 1,263,345 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 756 | hpp | //////////////////////////////////////////////////////////////////////////////
/// Copyright 2003 and onward LASMEA UMR 6602 CNRS/U.B.P Clermont-Ferrand
/// Copyright 2009 and onward LRI UMR 8623 CNRS/Univ Paris Sud XI
///
/// Distributed under the Boost Software License, Version 1.0
/// ... | [
"joel.falcou@lri.fr"
] | joel.falcou@lri.fr |
a54557900eccdf8e79b70e10663b442df75a0d94 | d3a033203fd6959cda5a0f5531ce3fd78422832f | /navigation/global_planner/include/global_planner/expander.h | c7fbbcfba8f5c06d2a0e56c570fc9f328ad4b802 | [] | no_license | rsbGroup1/frobo_rsd | a3b832c671e736c17a81cd0e36bc386281a55fdc | 6397f121e19589aabd6f969e1255b5935ecd9b61 | refs/heads/master | 2021-01-19T22:11:04.686040 | 2015-12-10T18:52:40 | 2015-12-10T18:52:40 | 42,850,212 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,994 | h | /*********************************************************************
*
* Software License Agreement (BSD License)
*
* Copyright (c) 2008, 2013, Willow Garage, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the ... | [
"dowei14@student.sdu.dk"
] | dowei14@student.sdu.dk |
a97db316eb68d4b867523074c8bda234e99eb4d4 | e98b8922ee3d566d7b7193bc71d269ce69b18b49 | /include/qpid/framing/FieldValue.h | 3717d2dee86fc8db3130bbd9c8bd99d25891a89b | [] | no_license | QuarkCloud/qpid-lite | bfcf275eb5a99be3a1defb18331780d1b242dfa6 | 3818811d1b2eb70c9603c1e74045072b9a9b8cbc | refs/heads/master | 2020-04-14T17:18:28.441389 | 2019-02-18T02:20:56 | 2019-02-18T02:20:56 | 163,975,774 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 14,400 | h | #ifndef QPID_FRAMING_FIELD_VALUE_H
#define QPID_FRAMING_FIELD_VALUE_H 1
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this fi... | [
"romandion@163.com"
] | romandion@163.com |
221b6b3ae4c796530dbc38212bb3d4c5dcdfa1a0 | 6dcc36f15b3a8d0b020991cd8d9073e9c6874472 | /Templates/ClassTemplate.cpp | 8898c0d6266dd410aeb39de20c9adf7ec31fdc28 | [] | no_license | ShabdKumar/CPlusPlus | dfd4204d8e90bd2b736f93b2bc0e8980c282248e | 95bee9648643364f945ffa1bf21383fc93cbdfc8 | refs/heads/master | 2020-03-11T21:02:07.023434 | 2018-04-19T18:10:45 | 2018-04-19T18:10:45 | 130,253,748 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 555 | cpp | #include<iostream>
using namespace std;
template<typename T>
class Array
{
private :
T *ptr;
int length;
public :
void print();
Array(T arr[], int s);
};
template<typename T>
Array<T> :: Array(T arr[], int s)
{
ptr = new T[s];
length = s;
for(int i=0; i<s; i++)
... | [
"shabdkumarsahu@gmail.com"
] | shabdkumarsahu@gmail.com |
313bab70712dadb2686038b81877246e6b370e8b | 652cec5b7ca27dada2104f2e47be0193edc15c09 | /high_school/Extra programs/ARRAY_QU.CPP | 7d287fa8e6c1be6b40390bdbb5830c44084b3188 | [] | no_license | rahuljain/playground_CPlusPlus | 1693b75bbffe1a14219591ff7189f4d09540cee4 | 8698ceec1a24f8fa012324346d5e82063aa99a37 | refs/heads/master | 2020-12-24T17:26:08.390455 | 2012-06-11T03:36:56 | 2012-06-11T03:36:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,670 | cpp | /*
Programme written by :-
Rishabh Mehta
XII-D 2003-04
For array implementation of queues.
*/
#include<iostream.h>
#include<conio.h>
#include<process.h>
const n=10;
class Queue
{
int Q[n];
int fr,re;
public:
Queue()
{
fr=re=-1;
}
void add();
void Delete();
void display();
}... | [
"rjain@fanfueled.com"
] | rjain@fanfueled.com |
e37123470a9cca498fa6dfadb5fc9d4cf249ba29 | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /net/reporting/reporting_delivery_agent.cc | 467bfd9959ab48bcf211211e2d19493f4bba640a | [
"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 | 8,897 | cc | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "net/reporting/reporting_delivery_agent.h"
#include <map>
#include <string>
#include <unordered_set>
#include <utility>
#include <vector>
#incl... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
6d41265b61920329bd1a8b2c48b598d852af56d5 | e6507d57199bb681ac8c3522b5c2ef0406024a17 | /boost/asio/traits/set_done_free.hpp | 6707b026c4dee02fe52ed7b3d31b19978ae2df9b | [] | no_license | sdauwidhwa/ToolHub | a5b712180c8720c93e5035ea5390773d2e14d573 | 1905a380f06061c0708318f224a5b8a9197b2032 | refs/heads/master | 2023-08-06T02:22:48.862312 | 2021-09-10T05:02:00 | 2021-09-10T05:02:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,592 | hpp | //
// traits/set_done_free.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#ifndef ASIO_TRAITS... | [
"18963092533@163.com"
] | 18963092533@163.com |
eb9ff9b6216d6729627af7a4d220a446932707f0 | 42a750f33ad47cef7d384fcf1aa7304715239ef9 | /CS161/A9/Board.cpp | 2ce87b2d942790a3f03c01295ed3f4130ac61dec | [] | no_license | sunny-aguilar/OSU | 7a6f6e5597778563b9161fb304b83469160104e1 | 1ca59072e1e52f8f03d4ba7c864985aa43334015 | refs/heads/master | 2020-06-28T03:55:16.270665 | 2016-12-07T07:52:58 | 2016-12-07T07:52:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,605 | cpp | /*********************************************************************
** Author: Pedro Torres-Picon
** Date: 07/29/2016
** Description: Module 9, Assignment 9 - Part of a two-player
tic-tac-toe game. This file is part of the Board class, which defines
a game board and the things that can be done within it. This is... | [
"pedro@pedrotp.com"
] | pedro@pedrotp.com |
95c92dace2a1e9b50d987cd0981dc21ae1ccc4ed | 29df6c19670409064a1243847a5c34123acc6734 | /DasDatabaseManager/tableinfo/userinfo.cpp | e28f8362d9881e06ec67a947046470b9cb84a161 | [] | no_license | ErroMsg/das-project | 15f63a3ce5d31a37f633c9ac7b315ae1f06cd32b | e09f03dca9b5bb14e2fa3c18935b320d0a5aef9a | refs/heads/main | 2023-01-22T15:39:16.376516 | 2020-12-08T12:59:16 | 2020-12-08T12:59:16 | 319,638,839 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,179 | cpp | #include "userinfo.h"
UserInfo::UserInfo() : BaseInfo()
{
}
QStringList UserInfo::getColumns()
{
QStringList colums;
colums << "id" << "user_name" << "user_pwd" << "user_type";
return colums;
}
void UserInfo::parseData()
{
if(m_rowData.isEmpty() || m_rowData.size() < 4)
return;
int i = ... | [
"admin@localhost.localdomain"
] | admin@localhost.localdomain |
1166f26dc61061a440cdd7f93fe8f0cc3cf0616d | 91e204031477be6c110699ea55c03657129ef508 | /Arduino.ino | 551de7e105b72d6f0b2aef85a41f2d6dd1000a02 | [] | no_license | bziarkowski/Arduino-Pit-Stop-Mechanic | 914de38d090c0e8ef2731c69dca92c0fe59a3949 | 8ffc16ad432ba55a1d9951fb72b38d5dbab13473 | refs/heads/master | 2022-04-14T08:19:18.411671 | 2020-04-15T15:32:01 | 2020-04-15T15:32:01 | 255,918,423 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 677 | ino | const int potentiometer1Pin = A0;
const int potentiometer2Pin = A1;
const int potentiometer3Pin = A2;
const int potentiometer4Pin = A3;
#define SERIAL_USB
void setup() {
#ifdef SERIAL_USB
Serial.begin(9600); // You can choose any baudrate, just need to also change it in Unity.
while (!Serial);
#endif
}
... | [
"bart@empyrean.games"
] | bart@empyrean.games |
9ac3a5f9bd8633dfb49caa0972cb42eadad29691 | a241fc77ccf11164a4090eb2e1d9e7801a0d5f32 | /server/XML/test.cpp | 9b9173cb1c9834c32660419fdf0f7c50e00e910a | [] | no_license | sj-team/ShootPlane | a1f0c8c5d774bc9463606515c6bfee29e1e61962 | cd644630d7bfd7be4f2f212ba5d5e5470448308d | refs/heads/master | 2020-05-18T23:48:36.947217 | 2019-05-09T14:16:36 | 2019-05-09T14:16:36 | 184,721,112 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 799 | cpp | #include "XmlLog.h"
using namespace std;
int main()
{
XmlLog log;
Packet packet;
packet.header.subType = sbt::request;
ClientInfo c1("jiahaolin"), c2("menglingchen");
c1.sockaddr.sin_addr.s_addr = inet_addr("192.168.80.230");
c2.sockaddr.sin_addr.s_addr = inet_addr("192.168.80.111");
lo... | [
"920105279@qq.com"
] | 920105279@qq.com |
9f2f3c0ad93cf04348f43bc04305d0de636ef6ed | ac1c9fbc1f1019efb19d0a8f3a088e8889f1e83c | /out/release/gen/content/public/common/resource_type.mojom-shared.h | 50cc09d9df9745516de0a25347835483aa425f79 | [
"BSD-3-Clause"
] | permissive | xueqiya/chromium_src | 5d20b4d3a2a0251c063a7fb9952195cda6d29e34 | d4aa7a8f0e07cfaa448fcad8c12b29242a615103 | refs/heads/main | 2022-07-30T03:15:14.818330 | 2021-01-16T16:47:22 | 2021-01-16T16:47:22 | 330,115,551 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,340 | h | // content/public/common/resource_type.mojom-shared.h is auto generated by mojom_bindings_generator.py, do not edit
// 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 CONTENT_PUBLIC_COMMON_RESOURC... | [
"xueqi@zjmedia.net"
] | xueqi@zjmedia.net |
d606b7af895866f8b127b4460e404db5c54cddc1 | b20f72e5014457aac7b603b9b8775e4451efc740 | /Project1/Enemy.h | f1cc03b2c1624dd4d718158395405bc0bc3ffe76 | [] | no_license | gitJaesik/3dmp | 51613e268428f2d28c05bb479ee9f18c47e0b49f | 200e5121a958ded65662e2d8633ee3bad22b7f1b | refs/heads/master | 2021-01-12T01:06:56.320113 | 2017-04-16T06:56:31 | 2017-04-16T06:56:31 | 78,345,686 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 129 | h | #pragma once
#include "Actor.h"
class Enemy : public Actor
{
public:
Enemy();
~Enemy();
virtual void update() override;
};
| [
"maguire1815@gmail.com"
] | maguire1815@gmail.com |
2513aea599296b1af4e82f3d948177745be13ea3 | 1e5d09fbb6f2b8e90a6be558372a38453e92fc20 | /MapleLCMDistChronoBT-dl-v2-r500-lbdlim14/sources/simp/Main.cc | 359d357ae50e689660ef9a0ac208e5fb4378b279 | [
"MIT"
] | permissive | veinamond/DuplicateLearnts | 1ec275f6a3c04991779ea98fdf8d3cfee87c0317 | 6e4265a5161b2a7e1d74e7a7fd1787fa115aaa76 | refs/heads/master | 2020-04-28T03:39:36.939474 | 2019-03-15T16:01:47 | 2019-03-15T16:01:47 | 174,945,961 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,933 | cc | /*****************************************************************************************[Main.cc]
Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson
Copyright (c) 2007, Niklas Sorensson
Chanseok Oh's MiniSat Patch Series -- Copyright (c) 2015, Chanseok Oh
Maple_LCM, Based on MapleCOMSPS_DRUP -- Copyright ... | [
"noreply@github.com"
] | noreply@github.com |
67c0bdc98423d21caa61ae3da9d476e1ad7eedae | 2e68b0ed8651350eeebd2fecc69129e445446f41 | /蓝桥杯/官网/历届试题/蚂蚁感冒.cpp | ae42fcb61b4200afc433e1092e2b3c5fe008aed8 | [] | no_license | Violet-Guo/ACM | 1dd7104172834ad75515d4b0ecba39ec2f90c201 | 7b5781349dc77cb904f522135cb06ad6872f7646 | refs/heads/master | 2021-01-21T04:40:27.151145 | 2016-06-23T01:39:17 | 2016-06-23T01:39:17 | 50,434,940 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,040 | cpp | #include<cstdio>
#include<cmath>
#include<cstring>
#include<algorithm>
using namespace std;
int num[55], f[55], b[55];
int main()
{
int n, a;
while(scanf("%d", &n)!=EOF){
int cnt = 1;
for(int i = 0; i < n; i++){
scanf("%d", &a);
num[i] = abs(a);
if(a > 0)
f[i] = 1;
else
f[i] = -1;
}
... | [
"iamguojing@qq.com"
] | iamguojing@qq.com |
dbfa90639b38fd9d383d2e6a2840b34bd870239f | f357526ecf311ac1e56e88219e97df293d7fad9c | /PedestrianDetection/DetectorCascade.h | f677ebc959f33a59e413de25daa72c1f66aa6506 | [] | no_license | drake7707/pedestriandetection | f9a50b4b65cfa8310f23ec0f96db4f761ca8d6e3 | 1bca0f72c74ffbbe4ff62b1a4c28d6ad1267ee97 | refs/heads/master | 2022-12-15T18:36:16.913557 | 2017-02-21T12:01:10 | 2017-02-21T12:01:10 | 296,381,535 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,932 | h | #pragma once
#include "opencv2\opencv.hpp"
#include <functional>
#include "FeatureVector.h"
#include "KITTIDataSet.h"
#include "Helper.h"
#include "Detector.h"
struct ClassifierEvaluation {
int nrOfTruePositives = 0;
int nrOfTrueNegatives = 0;
int nrOfFalsePositives = 0;
int nrOfFalseNegatives = 0;
... | [
"DwightKerkhove@behindthebuttons.com"
] | DwightKerkhove@behindthebuttons.com |
d4a07a4f6778ad51dd6e2cf982560eac9460e67d | a35b30a7c345a988e15d376a4ff5c389a6e8b23a | /boost/log/utility/manipulators/add_value.hpp | 51a38e58cb7b5210f8c1a3875c31e77a853a0916 | [] | no_license | huahang/thirdparty | 55d4cc1c8a34eff1805ba90fcbe6b99eb59a7f0b | 07a5d64111a55dda631b7e8d34878ca5e5de05ab | refs/heads/master | 2021-01-15T14:29:26.968553 | 2014-02-06T07:35:22 | 2014-02-06T07:35:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 80 | hpp | #include "thirdparty/boost_1_55_0/boost/log/utility/manipulators/add_value.hpp"
| [
"liuhuahang@xiaomi.com"
] | liuhuahang@xiaomi.com |
0090215edd7ad891bb3c3450f164f09e07ef7818 | 1ddbf0686fcd8f10a66ce35897b432e161edae94 | /Exercises/exercise5/sol-exercise5/sortwords.cc | 03c8818e7bf5963ed55c3da4a7b3f22ba9f920aa | [] | no_license | NilsKarlbrinkMalmquist/EDAF50 | b37e7cf0717cbfda5c329052c3ff458eb115d200 | d65d16737b0930590123633e614742a94232b0ad | refs/heads/master | 2023-04-04T01:15:12.893371 | 2021-03-26T08:49:18 | 2021-03-26T08:49:18 | 332,183,483 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,738 | cc | #include <iostream>
#include <string>
#include <vector>
#include <algorithm>
#include <iterator>
using namespace std;
ostream& operator<<(ostream& os, const vector<string>& v) {
for (const string& s : v) {
os << s << " ";
}
return os;
}
int main() {
vector<string> v = {"Mary", "had", "a", "little", "lamb", "an... | [
"71669738+NilsKarlbrinkMalmquist@users.noreply.github.com"
] | 71669738+NilsKarlbrinkMalmquist@users.noreply.github.com |
faf21f683d23199062c81bcc67677ada41dbfc3d | aacfe8a25dc84ae5b783ea1d4f41a68d7e6cd28d | /src/SequenceData.h | 765e083b182e86d3e49e215b472c5e46fdbdd324 | [
"MIT"
] | permissive | sonir/slSequencer | 37bcb20d1c3b8cb887059285cae6a81f3c9edac1 | 8454180c13c8343e459584ee3fe0998a11d5f393 | refs/heads/master | 2016-09-05T12:28:54.890057 | 2015-10-24T02:10:37 | 2015-10-24T02:10:37 | 38,199,748 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,167 | h | //
// SequenceData.h
// yagiSys
//
// Created by sonir on 6/16/15.
//
//
#ifndef __yagiSys__SequenceData__
#define __yagiSys__SequenceData__
#define QUANTUM_ELEMENTS_NUM 5
#define QUANTUMS_TOP_INDEX 2
#include <stdio.h>
#include <iostream>
#include <vector>
#include "slChrono.h"
//Function prototype
// int64_t ... | [
"isana@sonir.jp"
] | isana@sonir.jp |
2ecfada33db54f3288149637f5c1ea066eada4e1 | ecd252c3ca60df77e58b84870c403b2f5e4aec59 | /src/windows/kernel/nt/types/registry/KEY_VALUE_STRING_IMPL.cc | 60c97d0be52fb817429895ee43195996289411ad | [
"Apache-2.0"
] | permissive | srpape/IntroVirt | ffe81b7ed24029ee54acdd7702a7a20921ec8f3f | fe553221c40b8ef71f06e79c9d54d9e123a06c89 | refs/heads/main | 2022-07-29T02:34:20.216930 | 2021-03-19T23:10:38 | 2021-03-19T23:14:41 | 344,861,919 | 0 | 0 | Apache-2.0 | 2021-03-05T16:02:50 | 2021-03-05T16:02:50 | null | UTF-8 | C++ | false | false | 2,396 | cc | /*
* Copyright 2021 Assured Information Security, 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"srpape@gmail.com"
] | srpape@gmail.com |
d44ed1bbbc9abe757efffebdad7b245fedf9114d | f72f3d3f1b8c75f7d8ef9ca5000e6e7cb2079ff4 | /core_base/psx_base_buffer.cpp | 9b0ca21996f366dad8982b4812b40357278b9832 | [] | no_license | elPoublo256/hell_and_heaven | 5f82769e15011c418ace38fb2df556a29c00e793 | 33bae154a4d6ea336d7a6e0845354bacbd61d716 | refs/heads/master | 2021-06-02T07:34:07.187488 | 2020-10-28T21:42:33 | 2020-10-28T21:42:33 | 150,132,053 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,958 | cpp | #include "psx_base_buffer.h"
#include <malloc.h>
#include <memory.h>
hh::PSX_Base_Bufer::PSX_Base_Bufer(const std::size_t &size) :
__len(size)
{
__ptr = alloc_mem_ptr(size);
}
hh::PSX_Base_Bufer::PSX_Base_Bufer(const hh::PSX_Base_Bufer ©)
{
__ptr = this->alloc_mem_ptr(copy.size_in_bytes());
this->... | [
"elpoublo@gmail.com"
] | elpoublo@gmail.com |
9ea56a5eb5a6d31a79e7cb5bc9b2b478eeb9401a | c4e43c8200265db38355a027de7f27b6f9508015 | /addons/main/script_mod.hpp | defa534ab73d9791bbffee4ab2032dc586b9d8f0 | [] | no_license | 22ndODST/22ndODST_Modpack | 283db70176719310da55cf557cbcc7d6271521ed | b674775f9fd64fdf0bad5c02ee1d7812ee3898dd | refs/heads/master | 2016-09-01T16:29:35.833244 | 2015-12-09T02:02:48 | 2015-12-09T02:02:48 | 46,303,509 | 0 | 1 | null | 2015-12-04T22:30:26 | 2015-11-16T21:21:48 | null | UTF-8 | C++ | false | false | 392 | hpp | // COMPONENT should be defined in the script_component.hpp and included BEFORE this hpp
#define MAINPREFIX z
#define PREFIX 22nd
#define MAJOR 1
#define MINOR 0
#define PATCHLVL 0
#define BUILD 0
#define VERSION MAJOR.MINOR.PATCHLVL.BUILD
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD
// MINIMAL required version for... | [
"white.nathan14@gmail.com"
] | white.nathan14@gmail.com |
171b650da07679981b13465e1913356fa95bf241 | e86dedc5b0bb79b9eba41e74c343e77bd1ee1512 | /llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/LLJITWithExecutorProcessControl.cpp | 8d2ac3261e399df52968130cd10c3aeab09beb2c | [
"NCSA",
"LLVM-exception",
"Apache-2.0"
] | permissive | shafik/llvm-project | a5e1b66fb053f9aa01720a40ea7985b4cc57d16f | be556c838de06c3c2f69bf594996cace6ffa17eb | refs/heads/main | 2023-05-28T22:35:12.937142 | 2023-05-16T18:22:53 | 2023-05-16T18:25:41 | 221,325,771 | 0 | 0 | Apache-2.0 | 2019-11-12T22:40:44 | 2019-11-12T22:40:44 | null | UTF-8 | C++ | false | false | 6,815 | cpp | //===- LLJITWithExecutorProcessControl.cpp - LLJIT example with EPC utils -===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | [
"lhames@gmail.com"
] | lhames@gmail.com |
d270b033b011e570c26be6d504e68cfd4d84486c | adf798ea50604e5655b54f3a85d849b93f39f1ca | /AR_Detector_SO/app/src/main/jni/GeometryTypes.cpp | f91ed326d1bf540521d653cddac5cab8c50dcb30 | [] | no_license | yunjies/AR_Project | 3f760c31d23e84689dd69e7cc1be1a3ba92ff57d | 0d61fc8853ceb97fe5fb49f99f7a2f007f12bd52 | refs/heads/master | 2020-09-04T10:26:44.299312 | 2017-07-27T09:17:54 | 2017-07-27T09:17:54 | 94,409,212 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,042 | cpp | #include "GeometryTypes.hpp"
Matrix44 Matrix44::getTransposed() const
{
Matrix44 t;
for (int i=0;i<4; i++)
for (int j=0;j<4;j++)
t.mat[i][j] = mat[j][i];
return t;
}
Matrix44 Matrix44::identity()
{
Matrix44 eye;
for (int i=0;i<4; i++)
for (int j=0;j<4;j++)
eye.mat[i][j] = i =... | [
"379739073@qq.com"
] | 379739073@qq.com |
1fe411d5cc338806d906e78e20416b12b87322c8 | aafefa93ce24114b7930144671a704001b2be01e | /MorseSignaler.cpp | d0e170d8c4670e398fdaf326d575b0126b0d40c1 | [] | no_license | igroff/Arduinoish_MorseSignaler | 3d00b119fb0c61a16c3324d2cc6c30a4c0ebc1fc | 37a6af5b85a45288bc53519b9c3dce031aab5228 | refs/heads/master | 2021-01-19T21:28:00.666392 | 2015-01-18T23:02:21 | 2015-01-18T23:02:21 | 29,444,485 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,063 | cpp | #include "MorseSignaler.h"
#ifdef OUTPUT_CONSOLE
#ifdef ARDUINO
#error console handling should not be generated for arduino
#endif
// the basis for timings in morse code is the length of the dot
void MorseSignaler::dot(){ printf("."); }
// dash length is 3x dot length
void MorseSignaler::dash(){ printf... | [
"ian@iangroff.com"
] | ian@iangroff.com |
86140c335ee43ec11af2307284dc03fc99c6359b | d791e022d4be929657cb8b58260647d5e1274a27 | /Source/Utility/src/ReflectObject_Implement.cpp | cb9b8287b5ef7d7f70057d7657aecad5ed18a922 | [] | no_license | wildkyske/TestLib | 76bedc4a7f0a9f7647489844c7e96d840006bce1 | 0cca1811404540fa4cac241cbd2aac219951bf29 | refs/heads/master | 2021-07-17T11:18:10.865977 | 2017-10-23T13:46:31 | 2017-10-23T13:46:31 | 107,994,841 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,692 | cpp | #include "../include/ReflectObject_Implement.h"
#include "../include/ReflectObject.h"
bool RepInstance_Implement::insert( const std::string& className, RepInstance* repInstace )
{
ClassMapIter it = mClassMap.find(className);
if (it != mClassMap.end())
{
return false;//已经存在
}
mClassMap.inse... | [
"304018627@qq.com"
] | 304018627@qq.com |
3a5b2daf4f97e03226f1c97a2f0a53ec87b0358c | ced460e7fc7dab688b8b2c8096c7a51dad708c43 | /FlightGo/Listen.h | bba5c214f77ad17d155c32b1cad576b32215e175 | [] | no_license | JayceSYH/FlightGo | 71c5bd953ab782deb9bac108f29dd95cbd46c348 | d5cb68c55ce419d80d7e9ffe953719f99733c6d7 | refs/heads/master | 2021-01-11T03:58:03.900932 | 2017-02-22T11:20:07 | 2017-02-22T11:20:07 | 71,245,992 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,711 | h | #pragma once
#include<list>
#include<map>
#include<string>
#include<functional>
#include<algorithm>
#include "TemplateTools.h"
using namespace std;
enum ListenerState { INVALID, VALID };
template <class... Params>
class Listener
{
protected:
typedef void(*F)(string event, Params...);
typedef std::function<void(strin... | [
"514380599@qq.com"
] | 514380599@qq.com |
f998fedfe89d835ecdf80767e7aa374d6178dea6 | 85975d0e447c72d863d7f53596abc4899fcfa9ce | /examples/delete_users/delete_users.cpp | 4d6877ec853ec0109ea5f81e19d3009a0e9ba76a | [] | no_license | kdeng00/icarus_data | 3a67af3c16377632bee6ecdb68351c61aa200a9d | 6f25280b37ee510e38868139279c322ba8a5a2a5 | refs/heads/main | 2023-06-18T18:45:46.056696 | 2021-07-22T01:44:30 | 2021-07-22T01:44:30 | 350,525,498 | 0 | 0 | null | 2021-07-18T00:30:05 | 2021-03-23T00:02:47 | C++ | UTF-8 | C++ | false | false | 595 | cpp | #include <iostream>
#include <string>
#include "example.hpp"
#include "icarus_data/icarus_data.h"
using std::cout;
int main(int argc, char **argv)
{
const std::string name("delete_users");
example::count_check(argc, name);
const auto conn_str = example::test_connection_string<conn_string>(argv);
... | [
"kundeng94@gmail.com"
] | kundeng94@gmail.com |
fd51811ea5b18581e44350d1c65a5ee68155430a | 94873a275343c446e7f357d8a2c5834b248137a5 | /Google-Codejam/Google Code Jam/Round 1A 2016/B.cpp | ea8cbcdd8136fd144fbbec5821e4663ebb16d17c | [] | no_license | Shanshan-IC/Code-Practice | 0485ed65ae60699d85478d1f15d4726d6f28a893 | 485c35e97cac03654b060bfb0ea3f129a98caba4 | refs/heads/master | 2021-01-11T09:12:35.106694 | 2017-11-25T10:42:50 | 2017-11-25T10:42:50 | 77,263,807 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,005 | cpp | #include <iostream>
#include <unordered_map>
#include <vector>
#include <algorithm>
using namespace std;
typedef unordered_map<int,int> mymap;
// 思路很简单,出现个数为奇数的则是遗漏的
int main() {
freopen("C:\\Users\\Administrator\\Downloads\\B-small-practice.in","r",stdin);
freopen("C:\\Users\\Administrator\\Downloads\\B-small-... | [
"shanshan.fu15@imperial.ac.uk"
] | shanshan.fu15@imperial.ac.uk |
343c3d089f3a892cd621a91cb8cef14e262a7f85 | e8ef5fbf4e504037cd6a2ea3ecba6fcafadb1ea1 | /kdtree.h | f8f6dceaabe6814980d82095da8e272bb2c2ee4a | [] | no_license | laprej/photons | d2635d038cc5258fdbdda66053d0b4b5f9ef841d | 4bd372bdd9adb5c0c0c60e8e46b63ef8d5ab44f0 | refs/heads/master | 2021-01-02T08:46:11.927034 | 2018-09-01T01:25:12 | 2018-09-01T01:25:12 | 1,768,662 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,745 | h | #ifndef _KDTREE_H_
#define _KDTREE_H_
#include <cstdlib>
#include <vector>
#include "vectors.h"
#include "boundingbox.h"
#include "photon.h"
// ==================================================================
// A hierarchical spatial data structure to store photons. This data
// struture allows for fast nearby ne... | [
"justin@lapre.com"
] | justin@lapre.com |
333411ab45c0713079920140a358888d3f640ad3 | 7fb174e5da38ce3f5d811abf73680ef01d9d7f82 | /src/obj_lib.cpp | b1fe236365002a688dc89934bfed6a035f3994c5 | [] | no_license | NJUOYX/pvz_new | bc5e09fd52aebfe9c6762538cde87b001c5f19bc | a20e90d395294322f11121032ab65c0d1013e8e6 | refs/heads/master | 2022-11-21T03:26:06.853161 | 2020-07-24T10:29:08 | 2020-07-24T10:29:08 | 281,018,594 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 67 | cpp | #include"obj_lib.h"
Object* Obj_lib::get_obj(OBJ_TYPE o_t)
{
} | [
"m15979634309@163.com"
] | m15979634309@163.com |
329f728339ab978053041d3d7202c890547e97bd | 457cc870f18bb64f604d79b3f054bba115f5ee0e | /Monking/Classes/hero.cpp | efdb466e337eb868f1364fe6ceaad0c980216f9d | [] | no_license | wzit/cocos2d-x | ea4e67210e3d473780994a9e389ef504a5526ed7 | 4a8f178160c883cbd32078e1f5c119d50b1d236f | refs/heads/master | 2021-01-16T20:45:32.881091 | 2014-05-31T05:25:23 | 2014-05-31T05:25:23 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,307 | cpp | #include "hero.h"
HeroSprite::HeroSprite()
{
}
HeroSprite::~HeroSprite()
{
}
bool HeroSprite::init()
{
if(!HeroSprite::initWithSpriteFrameName("hero_idle_00.png"))
return false;
/*空闲动作*/
CCArray *idleArray = CCArray::create();
idleArray->retain();
for (int i=0;i<6;i++)
{
CCSpriteF... | [
"jinjianxinjin@gmail.com"
] | jinjianxinjin@gmail.com |
8a4ca2aaa43d26cacd2e82d8514dbf8481804959 | 7e48d392300fbc123396c6a517dfe8ed1ea7179f | /RodentVR/Intermediate/Build/Win64/RodentVR/Inc/MovieSceneTracks/MovieSceneLevelVisibilityTemplate.generated.h | 88d528eddaa34178d79d7b8a4d0b9d578848fa51 | [] | no_license | WestRyanK/Rodent-VR | f4920071b716df6a006b15c132bc72d3b0cba002 | 2033946f197a07b8c851b9a5075f0cb276033af6 | refs/heads/master | 2021-06-14T18:33:22.141793 | 2020-10-27T03:25:33 | 2020-10-27T03:25:33 | 154,956,842 | 1 | 1 | null | 2018-11-29T09:56:21 | 2018-10-27T11:23:11 | C++ | UTF-8 | C++ | false | false | 1,594 | h | // Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
========================================================================... | [
"west.ryan.k@gmail.com"
] | west.ryan.k@gmail.com |
67e681da786019aac564558cf5aa2ddb3a887efb | 84cd56effcc82a925af8e8e6ec528be806e45b7d | /src/qt/test/wallettests.h | 6dfacf20cd3e411f4f7cb1488bc27f74e75b83f2 | [
"MIT"
] | permissive | Deimoscoin/deimos | 85c2258fe51135e33e272a9c86736a1487871e16 | c03a65c72ffe6fadb840bc87e6fd6b4e012def08 | refs/heads/master | 2021-06-08T02:39:47.495894 | 2021-05-29T07:22:38 | 2021-05-29T07:22:38 | 135,105,359 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 247 | h | #ifndef DEIMOS_QT_TEST_WALLETTESTS_H
#define DEIMOS_QT_TEST_WALLETTESTS_H
#include <QObject>
#include <QTest>
class WalletTests : public QObject
{
Q_OBJECT
private Q_SLOTS:
void walletTests();
};
#endif // DEIMOS_QT_TEST_WALLETTESTS_H
| [
"admin@deimoscoin.org"
] | admin@deimoscoin.org |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.