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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
94a02a7e35ce9ba911222763e363b6e09351a24c | dd5b5e5ee5476d1eeffc4987e1aeec94e047e6dd | /testCase/cavity/0.104/uniform/time | 2cf31640431a029e5d6fcb2141e608fbeb2410c3 | [] | no_license | Cxb1993/IBM-3D | 5d4feca0321090d570089259a558585a67a512ec | 2fceceb2abf1fc9e80cb2c449cc14a8d54e41b89 | refs/heads/master | 2020-05-24T01:14:02.684839 | 2018-10-23T13:15:20 | 2018-10-23T13:15:20 | 186,721,487 | 1 | 0 | null | 2019-05-15T00:39:55 | 2019-05-15T00:39:55 | null | UTF-8 | C++ | false | false | 999 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1806 |
... | [
"you@example.com"
] | you@example.com | |
71fb9e9f0ee31f740359d93c4387383b223a3944 | ca333c2d14e383f3f4d69f47c99a1fcabf780ac5 | /Veronica/Veronica/veVoxel.cpp | d108f6f89ca1f30b851692e8b9fc932638cd697e | [] | no_license | huaihongwen/Veronica2 | 08d0ac3b790cfb8789c673a9e04e212188408b62 | 20c07ad59a18d35e38c6050f7fc9ee2492bddf25 | refs/heads/master | 2016-09-06T04:12:46.833493 | 2012-09-03T23:28:47 | 2012-09-03T23:28:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,417 | cpp | #include "veBoundingBox.h"
#include "veUtils.h"
#include "veVoxel.h"
namespace vee {
//---------------------------------------------------------------
Voxel::Voxel() {
// Type
mType = VT_DEFAULT;
// Color
mColor[0] = 255;
mColor[1] = 255;
mColor[2] = 255;
mColor[3] = 255;
}
//-------------------... | [
"huaihongwen@github.com"
] | huaihongwen@github.com |
741f093579e9a8caa33b6875e80c80f59ff401d0 | 994b5f6d1b09e3afc4b183464a8dfe59527a4db0 | /src/BUZZER_SAMPLE1.cpp | 5326b7df78f8aae39385d6091248b7cea278f82c | [] | no_license | alchebits/arduino-utils | a00074e4558c750b576916cfede7e7202f1226ac | cdefc263ef55531f113fa72db756433711115abd | refs/heads/master | 2022-06-13T14:38:49.583127 | 2017-06-09T19:06:55 | 2017-06-09T19:06:55 | 261,527,689 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 237 | cpp | // #include <Arduino.h>
//
// void setup() {
// pinMode(10, OUTPUT);
// tone(10, 5000);
// }
//
// void loop() {
//
// int i;
// for(i = 0 ; i < 20 ; i++)
// {
// tone(10, i*500);
// delay(100);
// }
// }
| [
"darek645@gmail.com"
] | darek645@gmail.com |
8bf7d82591aec9aa4d3c120d954095c64f0d18cf | cbed88266b2e1545f540e1a4bd17023a81dbc14b | /Lib/Include/D3DGraphics/D3SceneObjectWithVertexBuffer.h | 2bba3486c4565467ed6d248f0ea08d9f450b7b7a | [] | no_license | EasonJX/Big-Numbers | 5be2e026b0d608fd231007a3d778bd463f9f1057 | 65ee920d149adcf6b687826cc74351b6d3d7159b | refs/heads/master | 2022-11-04T07:52:32.566436 | 2020-06-21T20:46:24 | 2020-06-21T20:46:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,505 | h | #pragma once
#include "D3SceneObjectVisual.h"
#include "D3Cube.h"
#include "D3Scene.h"
class D3Device;
class D3SceneObjectWithVertexBuffer : public D3SceneObjectVisual {
private:
D3SceneObjectWithVertexBuffer &releaseVertexBuffer();
protected:
int m_primitiveCount;
DWORD m_f... | [
"jesper.gr.mikkelsen@gmail.com"
] | jesper.gr.mikkelsen@gmail.com |
8778ec5f4b6da69e97dddf6ec47de5d642d5fe1b | a40df8279d559499bf2688c14161d3594871425c | /drawer.h | c5825dad9f8c3389c13ca962af4beb85eb8ec9b4 | [
"MIT"
] | permissive | juanmsl/CPP-Nonogram | 4f9379178d8dfb7a31f06f311c2da25c260ae1cc | cbb6cb85324c134e8431ba819cbf305e44c82556 | refs/heads/master | 2022-07-17T22:55:32.494393 | 2017-09-19T14:41:08 | 2017-09-19T14:41:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,930 | h | #ifndef __DRAWER_H__
#define __DRAWER_H__
#define ANSI_COLOR_BLACK "\033[1;30m"
#define ANSI_COLOR_RED "\033[1;31m"
#define ANSI_COLOR_GREEN "\033[1;32m"
#define ANSI_COLOR_YELLOW "\033[1;33m"
#define ANSI_COLOR_BLUE "\033[1;34m"
#define ANSI_COLOR_MAGENTA "\033[1;35m"
#define ANSI_COLOR_CYAN "\033[1;36m"
#define... | [
"juanmsl_pk@hotmail.com"
] | juanmsl_pk@hotmail.com |
cafd930f326729710bfd6d35401fc62bee479bba | c4b544d9ff751fb6007f4a305a7c764c860f93b4 | /example/list/take.cpp | 68abbad38d3d59864dcdf00b1e01de723e7a4e3a | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | rbock/hana | cc630ff26c9c78cebe5facaeb98635a4d5afcc50 | 2b76377f91a5ebe037dea444e4eaabba6498d3a8 | refs/heads/master | 2021-01-16T21:42:59.613464 | 2014-08-08T02:38:54 | 2014-08-08T02:38:54 | 23,278,630 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 785 | cpp | /*
@copyright Louis Dionne 2014
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
#include <boost/hana/detail/assert.hpp>
#include <boost/hana/integral.hpp>
#include <boost/hana/list/instance.hpp>
using namespace boost::hana;
u... | [
"ldionne.2@gmail.com"
] | ldionne.2@gmail.com |
8d3f7281fbb76b005f3bf2023a96d3137070d75b | 0531b270535a46f315ead3524e60fb70fd6055da | /Source/libkwl/GlobalModule.h | 122eeb410245794f8df0d5fa7c25bfa1b60882c1 | [] | no_license | jannispl/kwlbot | e7588283d395ea6d54f6a82d45f2f0577f66fde1 | a5c1ea65c38067747893eeccdae726faeedec0d5 | refs/heads/master | 2021-01-01T19:10:16.324535 | 2010-12-12T22:58:24 | 2010-12-12T22:58:24 | 33,863,720 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,148 | h | /*
kwlbot IRC bot
File: GlobalModule.h
Purpose: Class which represents a global module
*/
class CGlobalModule;
#ifndef _GLOBALMODULE_H
#define _GLOBALMODULE_H
#include "Core.h"
#include "v8/v8.h"
/**
* @brief Class which represents a global module.
*/
class DLLEXPORT CGlobalModule
{
publ... | [
"mave1337@gmail.com@f9c66ffb-4930-c197-0f80-100fa691f586"
] | mave1337@gmail.com@f9c66ffb-4930-c197-0f80-100fa691f586 |
a639923c99d905c5f4076315e4cb8a4c19cb648f | 4ca30e2c00fcf89473a4a29ea5a9cc1496ebb3cf | /include/jvs/uitk/win32/brush.h | 3cd5766eb6af63c25f74ed1928dd8982450ab6aa | [] | no_license | jvstech/uitk | 59b5ef08ca8735110aa86854233b7e417adeac63 | ba605b5baeb1bca5142fe4863483c5e62a33d7ef | refs/heads/master | 2021-01-24T06:05:19.708742 | 2017-09-29T19:08:25 | 2017-09-29T19:08:25 | 18,050,426 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,363 | h |
#if !defined (JVS_UITK_WIN32_BRUSH_H_)
#define JVS_UITK_WIN32_BRUSH_H_
#include "jvs/uitk/base/value_wrapper.h"
#include "jvs/uitk/win32/types.h"
#include "jvs/uitk/win32/color.h"
namespace jvs
{
namespace uitk
{
namespace win32
{
class Brush : public ValueWrapper<BrushHandle>
{
private:
BrushHandle brush_;
Col... | [
"jvstech@gmail.com"
] | jvstech@gmail.com |
072c5d485ad2a4eb5872d71d8d6d409cf8707486 | 992aba2f1b0abab1ad015e9e88af7f486e9f46bc | /src/meta17.lib/meta17/Const.ops.h | d823185a527cc2a5d1ebdec9ab18e947857ad51c | [
"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 | 3,141 | h | #pragma once
#include "Const.h"
#include <type_traits> // common_type_t / enable_if
namespace meta17 {
/// Comparison and Ordering
// we use the commontype to work around (bool < int) issue
#define BOOL_OP(OP) ... | [
"andreas.reischuck@hicknhack-software.com"
] | andreas.reischuck@hicknhack-software.com |
48ff186bf0692b26a39787a35753484456fc08f1 | 6d2901a69fbdd1a758a69d963d830ada6b7a6eea | /Lw 3/3.1/CDelaunay.h | 0da29b9e1007fa1c90ce32de3d29f50e3a4f548f | [] | no_license | MaxMartST/Combinatorial-Matmatics | 22655bdec5e52f4ef8048780f308e33ec643210d | 5627f63baedf5c3b16c511033365b6691f16f0dd | refs/heads/master | 2021-01-03T01:20:20.782920 | 2020-06-28T16:02:55 | 2020-06-28T16:02:55 | 239,855,507 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 936 | h | #pragma once
#include "Vertex.h"
#include "Edge.h"
#include "Triangle.h"
#include <vector>
#include <algorithm>
namespace dt {
template<typename T>
class CDelaunay
{
using Type = T;
using VertexType = Vertex<Type>;
using EdgeType = Edge<Type>;
using TriangleType = Triangle<Type>;
static_assert(std::is_... | [
"AdderGTX@gmail.com"
] | AdderGTX@gmail.com |
8baa53c7758035b96b21053db4a9a85b0506e15c | d73a9cfcda986ed07e2600e5f91be48fea51e627 | /src/messages/matlab_msg_gen/win64/build/object_msgs/rosidl_typesupport_fastrtps_cpp/object_msgs/msg/object_in_mask__rosidl_typesupport_fastrtps_cpp.hpp | 67a6dfd856e71fd1122657d28f2794e3c9cb18bf | [] | no_license | svrakiss/Speed-Sep-Monitoring2 | fd869b5a0a886247508f6091d1775e5ea6523240 | 7e3ccafc7a4f418280b7cdadae3100f83db02c2a | refs/heads/master | 2022-09-07T15:07:15.839274 | 2020-05-24T17:59:36 | 2020-05-24T17:59:36 | 240,100,669 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,096 | hpp | // generated from rosidl_typesupport_fastrtps_cpp/resource/idl__rosidl_typesupport_fastrtps_cpp.hpp.em
// with input from object_msgs:msg\ObjectInMask.idl
// generated code does not contain a copyright notice
#ifndef OBJECT_MSGS__MSG__OBJECT_IN_MASK__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_
#define OBJECT_MSGS__MSG__OBJEC... | [
"laiy@laiy-5510.rose-hulman.edu"
] | laiy@laiy-5510.rose-hulman.edu |
74a669b24b03a56da5001da42dd7dc3270f362a9 | b8394b7c8850132fc06de5253335d457b5c1e15c | /Project1/MatrixClass.h | 72a6ec83da8e0e0753dc004be7b4c061f54978fb | [] | no_license | vraman3/Ray-Tracer | 61e2c816156efc9e7f651c79a65f4f8380e84090 | 7c65b3205c9fecb22084d4112df400134db433d5 | refs/heads/master | 2022-12-21T15:22:18.953246 | 2022-10-19T17:25:37 | 2022-10-19T17:25:37 | 52,247,947 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 640 | h | /**
RayTracing, MatrixClass.h
Header file to implement MatrixClass.
@author: Vishwanath Raman
@version: 1.0 Oct/13/2017
*/
#pragma once
#include <cmath>
#include <cassert>
#include <vector>
#include <iostream>
#include "VectorClass.h"
class MatrixClass
{
int mRows, mCols;
std::vector<std::vector<double>> ... | [
"vishwanath.raman3@gmail.com"
] | vishwanath.raman3@gmail.com |
7a4153f7aa21e29bfc0301759704fb24098ca169 | fc9faa68f96931c3276efb4ad3044585a3291987 | /MinimumBiasAnalysis/MinimumBiasAnalysis/interface/MinimumBiasAnalysis.h | 2ef805b74e84241d6d9d1e8fee3bcb6c10e3e7ca | [] | no_license | antoniovilela/cmssw-packages | bc893b20ebdb959ec2c206945df542bd6a3cb08e | a85aa89c8fb88a865fdc6ff9f0610cf7e2cf94cc | refs/heads/master | 2016-09-05T19:50:42.680704 | 2012-11-21T01:26:40 | 2012-11-21T01:26:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,059 | h | #ifndef MinimumBiasAnalysis_MinimumBiasAnalysis_h
#define MinimumBiasAnalysis_MinimumBiasAnalysis_h
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Utilities/interface/InputTag.h"
//#include "DataFormats/Math/interface/LorentzVector.h"
#include <vector>
#include <string>
#include <map>
struct M... | [
""
] | |
99f760f38156f32722329eb24151e44236f79af4 | ff3fbb312ec350943717cf4b8b6ba5da62513ac6 | /pa6/prelude.cpp | 037fde50606b8e16d49a5c60aaa3e03759e427c3 | [] | no_license | RuneBlaze/comp475-s18 | c711b1e3baa8d3c0af65dc4f7ce0945e3fcc25fb | 886bd792da01a16a734cc326eeaf75878983d22c | refs/heads/master | 2020-07-28T06:18:26.511644 | 2019-09-18T14:54:53 | 2019-09-18T14:54:53 | 209,335,399 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 701 | cpp | //
// Created by Baqiao Liu on 4/7/18.
//
#include "prelude.h"
inline int rnd(int x) {
return static_cast<int>(floor(x + 0.5));
}
inline unsigned int flt255 (float x) {
auto r = rnd(x * 255);
GASSERT(r >= 0); GASSERT(r <= 255);
return r;
}
GPixel color2px(const GColor& color_) {
float a, r, g, b... | [
"facss_carpool_service@unc.edu"
] | facss_carpool_service@unc.edu |
260cdd86bc66a17e27a25e1e68de43e9472ea8cb | ac1c9fbc1f1019efb19d0a8f3a088e8889f1e83c | /out/release/gen/third_party/blink/renderer/bindings/core/v8/v8_abort_signal.h | 25a47d81051590742ec7796e688592aef65c6896 | [
"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 | 2,835 | h | // Copyright 2014 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.
// This file has been auto-generated from the Jinja2 template
// third_party/blink/renderer/bindings/templates/interface.h.tmpl
// by the script code_gene... | [
"xueqi@zjmedia.net"
] | xueqi@zjmedia.net |
8abaa842b4b1d9238009ea4877523c19e4fb04d3 | 80710a3359247dcd183871022a03b65659c11850 | /examples/repl_commands.cpp | cdd66fea75e6a2ef63626606eb6f4066e76829dc | [] | no_license | jtsagata/Bloom | cacf72a7eed95d16c8320685f3304c47903d69c0 | 7310654703c3971e0285ec3683dcece58af28337 | refs/heads/master | 2020-04-17T07:34:32.680135 | 2019-01-18T09:02:13 | 2019-01-18T09:02:13 | 166,375,716 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,831 | cpp | /*! \file repl_commands.cpp
* \brief Υλοποιηση των εντολών.
*/
#include <fstream>
#include <iostream>
#include <vector>
#include "BloomFilter.h"
#include "repl_commands.h"
#include "repl_utils.h"
using Replxx = replxx::Replxx;
/**
* \brief A starting bloom filter.
*/
BloomFilter bloom{100, 10};
std::string prom... | [
"jtsagata@gmail.com"
] | jtsagata@gmail.com |
50e44692d5442e65bac8c82237b70b6272b9a8fb | e1362cd6a541cf61bf3ad2879bc776513dafdabb | /SystemExplorer/ObjectManagerView.h | 5ee9a7cd9132c0b3da6830b8f9078fb0267f856d | [
"MIT"
] | permissive | AVGirl/SystemExplorer | 25ec91df1f63481992a90bfa3b6e28fe5aa1d573 | ea0f928ad444aa438ef39440b666ee55e934f2ae | refs/heads/master | 2023-01-22T23:04:41.283531 | 2020-12-07T13:48:45 | 2020-12-07T13:48:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,662 | h | #pragma once
#include "VirtualListView.h"
#include "Interfaces.h"
#include "resource.h"
#include "ViewBase.h"
class CObjectManagerView :
public CViewBase<CObjectManagerView>,
public CVirtualListView<CObjectManagerView> {
public:
DECLARE_WND_CLASS(nullptr)
CObjectManagerView(IMainFrame* frame);
CString GetDire... | [
"zodiacon@live.com"
] | zodiacon@live.com |
c02275a4a81f423af7cfe2426dc8c0c878d0e29f | 7f08b39b61e51d85ee7f21a8677bd808c10812e6 | /ConcuShare.cpp | 5b8d345c1a8d414bd90634efda422c60712597d4 | [] | no_license | Bloodclot24/clown1 | fbd8e7466db7b221c25527d4401d4f05a5e49ee2 | c886d999258fd11d5092628b7746e3c915f7407f | refs/heads/master | 2021-01-23T08:57:06.980581 | 2011-12-01T12:52:08 | 2011-12-01T12:52:08 | 32,809,068 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,346 | cpp | #include "ConcuShare.h"
ConcuShare::ConcuShare() {
}
ConcuShare::~ConcuShare() {
}
int ConcuShare::compartirArchivos()
{
string ruta;
int numero;
bool salir = false;
while (!salir) {
Vista::mostrarMenuCompartir();
bool valido = false;
char opcion = Vista::pedirChar();
switch (opcion)
{
case '1':... | [
"karenroberts16@d77367b4-a41a-a8ec-1c07-1d8232531fd3"
] | karenroberts16@d77367b4-a41a-a8ec-1c07-1d8232531fd3 |
64e6ff1ecb4be183becadaf6d45788117ab68be2 | bef83b7a1e67440000878990bbdb9ad5a22f5883 | /src/ICSEControl.cpp | 8e6f41e91a9fc92e0fe300ab788ca81289c8d019 | [] | no_license | trofymenko-r/sys | 8ca6508919d606ca91be5106adb57f66e179fed0 | 9446dc867931eb3833c0f90f39279f956d4b6df8 | refs/heads/master | 2020-08-12T03:50:50.792961 | 2019-10-25T17:24:53 | 2019-10-25T17:24:53 | 214,683,127 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,470 | cpp | /*
* ICSEControl.cpp
*
* Created on: Oct 17, 2019
* Author: ruslantrofymenko
*/
#include <iostream>
#include <vector>
#include <sys/stat.h>
#include <fstream>
#include <algorithm>
#include <bitset>
#include <unistd.h>
#include <ICSEControl.h>
#include <App.h>
#include <UsbSerial.h>
#include <ustring.h>
us... | [
"ruslan.trofymenko@globallogic.com"
] | ruslan.trofymenko@globallogic.com |
4357e87bfabe51cb5416e5371bc9b9a61b454ad6 | 1b8a79bb13c1376ef7041acffec16ee7dcce3dbb | /td/telegram/files/FileType.h | ae2e49ba8f207770a7ce93d598a65a97fbdb1de8 | [
"JSON",
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | bejbybox/td | c748a3f48e1f1f40df95830f017eb8ee3b774e53 | 1979b2b142fdb8dffce273ede8559c8620dbd56d | refs/heads/master | 2023-03-31T16:20:32.981454 | 2021-04-12T15:32:47 | 2021-04-12T15:32:47 | 357,327,212 | 1 | 0 | BSL-1.0 | 2021-04-12T22:38:19 | 2021-04-12T20:15:43 | null | UTF-8 | C++ | false | false | 1,257 | h | //
// Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2021
//
// 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)
//
#pragma once
#include "td/telegram/td_api.h"
#include "td/u... | [
"levlam@telegram.org"
] | levlam@telegram.org |
454da2b1883a632626dff85f91400dd97a9aa4b0 | a8492dc43b77e4d11678815accfd645cc9e48055 | /include/boost/url/impl/ipv6_address.hpp | 0b8d6518fd2871ac0c92682881aa108720812c87 | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | madmongo1/url | c7b0819a303353e090d2c6f623b655163000e564 | e7c9b0c860abd5fba3b7a20c3b29552a326de7b5 | refs/heads/develop | 2023-07-10T12:01:58.671968 | 2021-09-08T15:25:38 | 2021-09-08T15:25:38 | 404,396,109 | 0 | 0 | BSL-1.0 | 2021-09-08T15:17:01 | 2021-09-08T15:17:00 | null | UTF-8 | C++ | false | false | 699 | hpp | //
// Copyright (c) 2019 Vinnie Falco (vinnie.falco@gmail.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)
//
// Official repository: https://github.com/CPPAllinace/url
//
#ifndef BOOST_URL_IMPL_IPV6_ADDRESS... | [
"vinnie.falco@gmail.com"
] | vinnie.falco@gmail.com |
90881a5f768f4565f0ef7e67fc7b55350bb5069e | ba11c8c6d48edc57e2ca0c5624ee2d1990a51102 | /practice/codemonk/graphs/monk_and_graph_problem.cpp | 1a0a165793e350c7d260d83ff909731016f5e8d4 | [] | no_license | vishu-garg/competetive-programming | 5cf7c2fc4d0b326965004d94e9c8697639c04ec3 | 7f9a6a63372af0c63a1fea6e9aae952a34bc849c | refs/heads/master | 2021-07-11T14:47:13.459346 | 2020-08-10T13:52:30 | 2020-08-10T13:52:30 | 189,592,039 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,475 | cpp | #include<bits/stdc++.h>
#include<algorithm>
using namespace std;
#define ll long long
#define ld long double
#define rep(i,a,b) for(ll i=a;i<b;i++)
#define repb(i,a,b) for(ll i=a;i>=b;i--)
#define err() cout<<"=================================="<<endl;
#define errA(A) for(auto i:A) cout<<i<<" ";cout<<endl;
#def... | [
"46370385+vishu-garg@users.noreply.github.com"
] | 46370385+vishu-garg@users.noreply.github.com |
e7810f1befb56a0f656e487219ee91e989ee549d | fd56dceaf50d4bf1ca0b39e6e72894d8368514e3 | /deque/student.h | d49f1e58cdd2070beb1bda36244ceb54739cb096 | [] | no_license | dallingilbert/CS235G9 | fc6cc19bf3fc67dd9b31e3d9d5bd4199780c77df | 4bc2f07f00bfbf32fea9c385e546271c45b19a81 | refs/heads/master | 2023-08-14T23:45:08.618078 | 2021-10-16T22:27:38 | 2021-10-16T22:27:38 | 331,054,126 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 979 | h | #pragma once
/***********************************************************************
* Header:
* Student class
* Summary:
* This class contains the student input.
* Authors:
* John McCleve
* Dallin Gilbert
************************************************************************/
#ifndef Student_h
... | [
"djgilb24@byui.edu"
] | djgilb24@byui.edu |
a7174a65d062d0ffad8b87e55e3d7e91ee14c75e | 47ebaa434e78c396c4e6baa14f0b78073f08a549 | /tags/Release-12_9_9/server/src/exceptions.h | 5d8030423b2b280a7fcbe9182941858bc237bdb5 | [] | no_license | BackupTheBerlios/wolfpack-svn | d0730dc59b6c78c6b517702e3825dd98410c2afd | 4f738947dd076479af3db0251fb040cd665544d0 | refs/heads/master | 2021-10-13T13:52:36.548015 | 2013-11-01T01:16:57 | 2013-11-01T01:16:57 | 40,748,157 | 1 | 2 | null | 2021-09-30T04:28:19 | 2015-08-15T05:35:25 | C++ | UTF-8 | C++ | false | false | 2,068 | h | /*
* Wolfpack Emu (WP)
* UO Server Emulation Program
*
* Copyright 2001-2004 by holders identified in AUTHORS.txt
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of t... | [
"(no author)@db57ef4e-4fe8-0310-84ee-c23f6f2f8b61"
] | (no author)@db57ef4e-4fe8-0310-84ee-c23f6f2f8b61 |
9636ca4eca3917046dec898c8da0c029b5ff4f50 | 865f81015d4649456e0716be4226234261c4696c | /Pool_C++/day00/ex01/PhoneBook.hpp | 8de2ca9ac2bf9a5618034b9ad6319230b7551bc7 | [] | no_license | gniliansky/University-pools | 8a228190babaf2e5640962d0b76cec494966e16c | fe1de27740f331aaa995bfa38c9cec667197625a | refs/heads/master | 2020-03-11T14:25:03.123180 | 2018-04-18T12:41:16 | 2018-04-18T12:41:16 | 130,053,621 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,201 | hpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* PhoneBook.h :+: :+: :+: ... | [
"vgnylyan@e3r2p1.unit.ua"
] | vgnylyan@e3r2p1.unit.ua |
41615342b1f4a088bfca0eb3a1d42fcd6903af91 | 4dbe314475f6e31519a65d83cb62a530f0344682 | /tests/test-process.cpp | 165a2837406f3d7e32507f62dc51be8f28a03fb0 | [
"Apache-2.0"
] | permissive | jin1xiao3long2/libmozart | b2328758cf19fd3302568b745289821dad5e617d | 78ba2e0d2cb7fbf8b721b94d05c9f2845c6b0281 | refs/heads/main | 2023-04-05T08:51:55.490972 | 2021-04-22T16:52:07 | 2021-04-22T16:52:07 | 360,590,796 | 0 | 0 | Apache-2.0 | 2021-04-22T16:48:25 | 2021-04-22T16:48:24 | null | UTF-8 | C++ | false | false | 3,999 | cpp | /**
* Mozart++ Template Library
* Licensed under Apache 2.0
* Copyright (C) 2020-2021 Chengdu Covariant Technologies Co., LTD.
* Website: https://covariant.cn/
* Github: https://github.com/chengdu-zhirui/
*/
#include <cstdio>
#include <cstdlib>
#include <mozart++/string>
#include <mozart++/process>
#ifdef MOZA... | [
"lee@covariant.cn"
] | lee@covariant.cn |
d7ee0c2d9a2ece0c6db3ec46c99ba7d79e016791 | e6e46a185bd5c204592a8804489d7e17ad4ae204 | /Codeforces/1419/D1.cpp | 51d2b8ad4d249b5e21e61323dc86bbfe127698ab | [
"MIT"
] | permissive | AJ-Ferdous/competitive-programming | 9bdecfca2b74896751e767245733ff94af693bae | 1848f268ada233e5d728007276b2486a89c44c4a | refs/heads/master | 2023-06-24T09:29:15.045458 | 2021-07-20T10:20:07 | 2021-07-20T10:20:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,844 | cpp | #pragma GCC optimize("O3")
#pragma GCC optimize("Ofast")
#pragma GCC optimize("unroll-loops")
#pragma GCC optimize("no-stack-protector")
#pragma GCC optimize("fast-math")
#include <bits/stdc++.h>
#include <ext/pb_ds/assoc_container.hpp>
#include <ext/pb_ds/tree_policy.hpp>
using namespace std;
using namespace __gnu_... | [
"thedevelopersanjeev@gmail.com"
] | thedevelopersanjeev@gmail.com |
8f747eb3cb6bcbc025f21c36d525935ea19817fd | 7e0979fbe2d94eb0d51f0f0d174bedceab42032e | /UpnpLibrary/ssdpmessage.h | 02938f86ae10131d20a421f42adafc15d19ba1b6 | [] | no_license | robby31/Upnp | 86874a42d122f9aaf298a9ff323ce3cfb375be17 | 8bb97922eca35ce62b9fbb12297f8c60555eeed2 | refs/heads/master | 2021-01-22T14:20:42.201774 | 2020-02-15T08:53:34 | 2020-02-15T08:53:34 | 82,330,493 | 6 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 986 | h | #ifndef SSDPMESSAGE_H
#define SSDPMESSAGE_H
#include <QStringList>
#include <QVariant>
#include <QDebug>
#include <QRegularExpression>
#include <QRegularExpressionMatch>
enum SsdpFormat { NOTIFY, SEARCH, HTTP, INVALID };
class SsdpMessage
{
public:
SsdpMessage() = default;
SsdpMessage(SsdpFormat format);
... | [
"guillaume.himbert@gmail.com"
] | guillaume.himbert@gmail.com |
034841a26250ca7a141f10a7d8f100eb09be3015 | 43752c4f3de41d84e9f4030459e1554fc723d210 | /Lib/LLVMJIT/EmitNumeric.cpp | 69fd725483769a174d8428ab866d2b5ef95f0031 | [
"BSD-3-Clause"
] | permissive | moneytech/WAVM | 017d5cd377b25abbd859ce4c46c00edd44140259 | 9d3b1f11bcec749ee2f42bae5fc1eaec82996872 | refs/heads/master | 2020-12-04T15:54:40.957133 | 2020-05-28T12:02:20 | 2020-05-28T12:02:20 | 231,825,323 | 0 | 0 | NOASSERTION | 2020-05-28T12:02:21 | 2020-01-04T20:40:45 | null | UTF-8 | C++ | false | false | 41,284 | cpp | #include <stdint.h>
#include "EmitContext.h"
#include "EmitFunctionContext.h"
#include "EmitModuleContext.h"
#include "EmitWorkarounds.h"
#include "LLVMJITPrivate.h"
#include "WAVM/IR/Operators.h"
#include "WAVM/IR/Types.h"
#include "WAVM/Inline/BasicTypes.h"
#include "WAVM/Inline/Errors.h"
#include "WAVM/Inline/FloatC... | [
"andrew@scheidecker.net"
] | andrew@scheidecker.net |
bd1806eec9cd6a29083e5b36ef164978ee5e981f | 40d9c9549e3c4bd2852a7bdedb4a024471d1e52a | /sopcast/X264/jni/encoder/com_youku_x264_X264Encoder.cpp | 6b8f37ad20309ead59db796e83df21b769cd6a91 | [] | no_license | Greece-Sanctuary/AndrSopCast | 34fae14629542803cadd3546c6b419b439dec3b6 | 19a97ac54bfc2b211d448071a8151769769e6568 | refs/heads/master | 2020-05-29T19:40:28.691905 | 2015-05-19T03:07:23 | 2015-05-19T03:07:23 | 35,855,548 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,678 | cpp | /*
* com_youku_x264_X264Encoder.cpp
*
* Created on: Apr 8, 2015
* Author: stainberg
*/
#include "x264encoder.h"
#include "../myLog.h"
#include "../performance.h"
#include <jni.h>
#include <assert.h>
#include <string.h>
#include "../flv/flvPacket.h"
#include "aacencoder.h"
#include <pthread.h>
#include "list... | [
"alexueqing@163.com"
] | alexueqing@163.com |
01d48fc6d5de049f795bbd5d3af445f568a0c747 | 385cfbb27ee3bcc219ec2ac60fa22c2aa92ed8a0 | /ThirdParty/fbxsdk/2013.2/include/fbxsdk/fileio/fbx/fbxwriterfbx5.h | 12f2ac2c1587f6d42f63839cdc2f942fe617c0af | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | palestar/medusa | edbddf368979be774e99f74124b9c3bc7bebb2a8 | 7f8dc717425b5cac2315e304982993354f7cb27e | refs/heads/develop | 2023-05-09T19:12:42.957288 | 2023-05-05T12:43:35 | 2023-05-05T12:43:35 | 59,434,337 | 35 | 18 | MIT | 2018-01-21T01:34:01 | 2016-05-22T21:05:17 | C++ | UTF-8 | C++ | false | false | 7,555 | h | /****************************************************************************************
Copyright (C) 2012 Autodesk, Inc.
All rights reserved.
Use of this software is subject to the terms of the Autodesk license agreement
provided at the time of installation or download, or which otherwise accompanies... | [
"rlyle@palestar.com"
] | rlyle@palestar.com |
d1a3bf0101b2e22943c42321ce5ba26328538b86 | df8cbdbf75e4bf08ddda9fdcc3b2999e98dfc539 | /SU2016/C++/Assignments/Project_1/Project_1/main.cpp | 9a305b29b9026e55cd3a66fb7253670286afc0aa | [] | no_license | SiyangJ/Courses | a1a0f3d24002d6f755db2d14a9eb4968e132e524 | b95588c80d25f34f43002af1bd9a3234f7f8bc9b | refs/heads/master | 2020-03-22T17:18:13.351510 | 2019-01-22T15:11:33 | 2019-01-22T15:11:33 | 140,386,976 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 670 | cpp | // snakepit.cpp
#include <iostream>
#include <string>
#include <cstdlib>
#include <ctime>
#include "globals.h"
#include "Snake.h"
#include "Player.h"
#include "Pit.h"
#include "Game.h"
#include "History.h"
using namespace std;
int decodeDirection(char dir);
bool directionToDeltas(int dir, int& rowDelta, int& colDelt... | [
"siyangj@live.unc.edu"
] | siyangj@live.unc.edu |
6c698fda82e4a5c5d1fb6a06195b31c8782df189 | 33cec150dcc1a4ab9973a2a6607ae74a668010b9 | /Plugins/LogicDriver/Intermediate/Build/Mac/UE4/Inc/SMSystem/SMNodeWidgetInfo.gen.cpp | 3ab3ac4f3becb83380cb8e6054b9a793f5e81b39 | [] | no_license | westomopresto/PL_Game_test | 93dcf6200182c647bd9a151427f5e49a8002a972 | 3863f8925725e4e9bf59434bcde11ace88b5820d | refs/heads/master | 2023-06-21T10:33:23.957383 | 2021-08-05T03:25:17 | 2021-08-05T03:25:17 | 392,566,951 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,094 | cpp | // Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
========================================================================... | [
"westonmitchell@live.com"
] | westonmitchell@live.com |
72e04dd0970516d196b0c09e37f7e13adcc30b75 | 9120a9b17d00f41e5af26b66f5b667c02d870df0 | /EXAMPLES/Apps/tabbar/TabCtrlB.cpp | c43ad30a395d9b7192e4c2686eec9eea3419e554 | [] | no_license | pierrebestwork/owl | dd77c095abb214a107f17686e6143907bf809930 | 807aa5ab4df9ee9faa35ba6df9a342a62b9bac76 | refs/heads/master | 2023-02-14T02:12:38.490348 | 2020-03-16T16:41:49 | 2020-03-16T16:41:49 | 326,663,704 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 23,163 | cpp | //----------------------------------------------------------------------------
//
// Copyright © 2000. All Rights Reserved.
//
// FILE: tabctrlb.cpp
// AUTHOR: Jogy
//
// OVERVIEW
// ~~~~~~~~
// Source file for implementation of TTabbedControlBar (TLayoutWindow).
//
//--------------------... | [
"Chris.Driver@taxsystems.com"
] | Chris.Driver@taxsystems.com |
1ceb21c938c484ceaef8bfc6cab2dc156b845ca6 | 28fc407b1f0b6fd4b6a25d83b83c056cdee315f4 | /SphericalHoughTransform/include/pointcloud.h | d6c5c5c51a7b0ca332ca42ddeda0582364977373 | [] | no_license | lh9171338/Spherical-Hough-Transform | b08d2478ccec088245ced3e2db7fd411eb0a6601 | 476804cba30742071946c3516c92b2a56f8225e2 | refs/heads/main | 2023-03-05T06:33:23.320708 | 2021-02-20T03:08:40 | 2021-02-20T03:08:40 | 303,894,825 | 1 | 0 | null | 2020-10-14T04:01:35 | 2020-10-14T03:41:39 | null | UTF-8 | C++ | false | false | 317 | h | #pragma once
#include <iostream>
#include <fstream>
#include <opencv2/opencv.hpp>
using namespace cv;
using namespace std;
struct PointCloud {
Point3f pos;
Vec3b pixel;
PointCloud(Point3f _pos, Vec3b _pixel) : pos(_pos), pixel(_pixel) {}
};
void writePLYFile(string filename, vector<PointCloud> pointClouds); | [
"2909171338@qq.com"
] | 2909171338@qq.com |
f8db77c58aaf2aedf25e68bd135c13fdf4b11921 | e0c838697178ec518ba6ec68e44619cf1cad5f90 | /seminar/queue.cpp | 0f059a9389cdc5c93aef6acdbc29ea80466695ef | [] | no_license | MrOcumare/Algoritm_2018_TP | 8c8b72dd102c94c7f5f8dbbedc6a784f1ccd9fdb | 9f3b3caf6babbb74460d8cef1b4a35c80b48d32c | refs/heads/master | 2020-03-30T05:59:12.367758 | 2019-02-07T18:09:54 | 2019-02-07T18:09:54 | 150,831,842 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,158 | cpp | //реализация очереди на списке
// необходим закоьцевать
#include <iostream>
// Queue.h
class Queue{
public:
Queue(const Queue& other ) = delete;
//Queue(Queue && other) {*this = std::move(other);}
~Queue();
Queue& operator = (const Queue& other) = delete;
void Push(int value);
int Pop(... | [
"ilyaocumare@gmail.com"
] | ilyaocumare@gmail.com |
adbfc7e1de926690ced40341549472d91a00445c | 1f032ac06a2fc792859a57099e04d2b9bc43f387 | /6d/ee/78/8d/ae9d274c0ffb287f1798f9099c32d74ba4112f0787b3948cff034a9ad211f80f04ee169d59df176935c3b4788ba51ae8f2bd7918c2ccd3a5db83e927/sw.cpp | 6ef7c64ec475aacb78e0b8f6d39ee5eb33609530 | [] | no_license | SoftwareNetwork/specifications | 9d6d97c136d2b03af45669bad2bcb00fda9d2e26 | ba960f416e4728a43aa3e41af16a7bdd82006ec3 | refs/heads/master | 2023-08-16T13:17:25.996674 | 2023-08-15T10:45:47 | 2023-08-15T10:45:47 | 145,738,888 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,131 | cpp | void build(Solution &s)
{
auto &openjp2 = s.addTarget<LibraryTarget>("uclouvain.openjpeg.openjp2", "2.3.0");
openjp2 += Git("https://github.com/uclouvain/openjpeg", "v{v}");
openjp2.setChecks("openjp2");
openjp2 +=
"src/lib/openjp2/.*\\.h"_rr,
"src/lib/openjp2/bio.c",
"src/lib/... | [
"cppanbot@gmail.com"
] | cppanbot@gmail.com |
f727543096eafba111ebd0cc3e2cbae06e8a4ed1 | 8bae0a5871f081f88f6bae1448f0a61653f1cad3 | /polygon/8vc2/preorder/sol-andrew.cpp | 1e54acca98a1b209ccab3b176d8c4de65bf636ae | [] | no_license | IamUttamKumarRoy/contest-programming | a3a58df6b6ffaae1947d725e070d1e32d45c7642 | 50f2b86bcb59bc417f0c9a2f3f195eb45ad54eb4 | refs/heads/master | 2021-01-16T00:28:53.384205 | 2016-10-01T02:57:44 | 2016-10-01T02:57:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,049 | cpp | #include<bits/stdc++.h>
using namespace std;
const int MAXN = 3e5;
int N, K;
int A[MAXN];
vector<int> adj[MAXN];
int V;
int dp_down[MAXN];
int sum_whole[MAXN];
int best_parts[MAXN][2];
int dp_up[MAXN];
// positive is full
// <= 0 is partial
void dfs1(int cur, int prv = 0) {
sum_whole[cur] = (A[cur] >= V);
best_p... | [
"he.andrew.mail@gmail.com"
] | he.andrew.mail@gmail.com |
40e52d2529017127c64a398053ab33fab3c1eb5f | b7e97047616d9343be5b9bbe03fc0d79ba5a6143 | /src/protocols/enzymatic_movers/EnzymaticMover.cc | 57f35a97ed99d7c6370df47367103dcefa35c1f4 | [] | no_license | achitturi/ROSETTA-main-source | 2772623a78e33e7883a453f051d53ea6cc53ffa5 | fe11c7e7cb68644f404f4c0629b64da4bb73b8f9 | refs/heads/master | 2021-05-09T15:04:34.006421 | 2018-01-26T17:10:33 | 2018-01-26T17:10:33 | 119,081,547 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 11,930 | cc | // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
// vi: set ts=2 noet:
//
// (c) Copyright Rosetta Commons Member Institutions.
// (c) This file is part of the Rosetta software suite and is made available under license.
// (c) The Rosetta software is developed by the co... | [
"achitturi17059@gmail.com"
] | achitturi17059@gmail.com |
72e8b8c1f329b422bd89e0957edca5cfb2b37946 | f66f564631e5971978572306023a7641956e3052 | /Reconstruction3D-09e9ee1d9b68539ffa063df029a8c37ce434e4e9/include/color.h | a3e4d80ee1e71e889cbf32a60b5e7682dcdcecbb | [] | no_license | sophie-greene/c-CompVis | d777a347f27beaa940eed44ec5f82f6bf6a4bb7b | 48d2a78f5c2471dc9c7442f22bd3d84e739678aa | refs/heads/master | 2020-07-01T17:05:40.798036 | 2016-11-20T12:13:43 | 2016-11-20T12:13:43 | 74,271,732 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,756 | h | #ifndef COLOR_H
#define COLOR_H
#include <stdlib.h>
#include <iostream>
#include <sstream>
/*std::string color(std::string str, int color, bool bold = false)
{
std::stringstream ss;
ss << "\033[";
if( bold ) ss << "1";
else ss << "0";
ss << ";" << color+30 << "m" << str << "\033[0m";
return ss.str();
}
... | [
"eng.s.green@gmail.com"
] | eng.s.green@gmail.com |
407e9d2dee478cc892feab33bdfb8330fb82370c | 64c1b9c032fad1abbce456708df0755f53c13e24 | /src/masternode-payments.cpp | 7ff3820a2e39810d299b5213adbf868f4396c32a | [
"MIT"
] | permissive | Indiancryptocoin/indiancoin | 1493b1aecbc28667ce26fd9b74b58fc89d66ac6a | d57d8ae1bf258d4266120976f397cd776debdf3b | refs/heads/master | 2021-04-13T19:30:57.576647 | 2020-03-22T14:30:23 | 2020-03-22T14:30:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 31,086 | cpp | // Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2019 The INDIANCOIN developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "masternode-payments.h"
#include "addrman.h"
#include "chainparams.... | [
"indianpivxcoin@gmail.com"
] | indianpivxcoin@gmail.com |
84607daeeb9923fb98c9588b55e6873b0b5400a7 | bcb4c2bcc5174e9d0f1196a8bea6fbedf76373aa | /Lab2/Lab2/PC5.cpp | 731537788c77b59a2e867bff95cf6a12590191bd | [] | no_license | emchang3/CIS2541 | bc62447ef72773b613fb4cc264bd3674596796c0 | e00a7eaeecf8a19284c7393153d8731fad22cb31 | refs/heads/master | 2021-01-16T23:22:34.360745 | 2017-01-12T02:05:19 | 2017-01-12T02:05:19 | 60,797,773 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 908 | cpp | //
// PC5.cpp
// Lab2
//
// Created by Ezra Chang on 6/9/16.
// Copyright © 2016 Ezra Chang. All rights reserved.
//
// Average of Values
//
// To get the average of a series of values, you add the values up and then divide the sum by the number of values. Write a program that stores the following values in five di... | [
"ezra.mintao.chang@gmail.com"
] | ezra.mintao.chang@gmail.com |
69ae1c373556030ab03b59dc618271b6624a0138 | 3f161b079564c3155c078942f5a9ac85aac6c847 | /src/hash.h | e1f04b955d3960c2b64418464a4bd8c829ac0e20 | [
"MIT"
] | permissive | EazyPayZa/EazyPayZa | 66d82631a4206ef8522bea879f07e08cd939abc2 | 553c86b1770b7065350f42a6447b2b496c3a2ccd | refs/heads/master | 2020-12-20T17:02:01.750585 | 2020-02-05T09:43:07 | 2020-02-05T09:43:07 | 221,440,245 | 0 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 15,354 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2019 The EazyPayZa Developers
// Distributed under the MIT software license, see the accompanying
// file COPYING o... | [
"nikki.bisschoff@gmail.com"
] | nikki.bisschoff@gmail.com |
26b6cebc5c751fc51f4176ba10be9e81cd113873 | c565250beec42f95a15a9c7a7058c6d05bbcfe33 | /FP_PP_1_20121592_박재혁/FP_PP_1_20121592_박재혁/interface.h | 13f593a77fc17ee24835e9c0e0cfb5f469d0c436 | [] | no_license | bn3monkey/SG2018_FileProcess | 18fbfaef23c050ba4ee682b87a4608595037f606 | 77df73e6fce6faa7fa414f0f59f3d57633357fed | refs/heads/master | 2021-10-07T09:47:50.669286 | 2018-12-04T20:36:40 | 2018-12-04T20:36:40 | 152,285,602 | 1 | 0 | null | null | null | null | UHC | C++ | false | false | 1,891 | h | #pragma once
#include "LectureManager.hpp"
#include "MemberManager.hpp"
class ManagerInterface
{
private:
MemberManager* pMM;
LectureManager* pLM;
PurchaseManager* pPM;
//검색된 것들을 보관하는 공간
Member m;
Lecture l;
Purchase p;
bool end;
void (ManagerInterface::*state)();
void nextState(void (ManagerInterface::*f... | [
"bn3monkey@naver.com"
] | bn3monkey@naver.com |
d6f901313c2d1232caeb16050cea1b828336297c | 409081868134618c51f2fb7118d1b6d0c7735c4b | /src/shared/DenseCorrespondence.cpp | eebedc656041e5b738223217a99ba0e17cc1436e | [] | no_license | PeterZs/DeformationTransfer | d18c09f7dea560c3a5e925d06b4ef1a6e17e9c81 | 3e3c5ed4060b423ac6742a882cf3069badb4a968 | refs/heads/master | 2023-03-17T09:23:57.797059 | 2020-08-21T18:19:25 | 2020-08-21T18:19:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,570 | cpp | //
// DenseCorrespondence.cpp
// Deform
//
// Created by Kyle on 12/7/18.
// Copyright © 2018 Kyle. All rights reserved.
//
#include "DenseCorrespondence.h"
void DenseCorrespondence::setSize(size_t size)
{
_correspondences.resize(size);
clear();
}
void DenseCorrespondence::clear()
{
for(auto c :... | [
"kmorgenr@usc.edu"
] | kmorgenr@usc.edu |
c426f70efa2b5e9b3a7cb01a1f2568415893dd5a | ac7c2e64fa66ec7aecc9cf810cb2bf013fd412c0 | /Baruch_C++/Level_4/Section_2_5/Ex_2_5_1/Source.cpp | b5527cd19f1174eee195f2ebe830b756f4b4c123 | [] | no_license | mistletoe999/cpp-samples | e7219fcf7dbfe5ddc81cb527f08cd9d55149774a | 7b5cb634c70d3de476c0d43e15f7a045458dc925 | refs/heads/master | 2020-12-25T15:40:30.402680 | 2015-06-23T04:32:50 | 2015-06-23T04:32:50 | 40,014,976 | 0 | 1 | null | 2015-07-31T16:43:13 | 2015-07-31T16:43:10 | C++ | UTF-8 | C++ | false | false | 1,790 | cpp | // Ex_2.5.1: Demonstrates the use of dynamic memory alocation
// for classes
#include "Point.hpp"
int main() {
cout << "PART 1: Initialize Point objects on the heap" << endl;
cout << "============================================" << endl << endl;
// Initializing Point objects in the heap
Point * p1 =... | [
"kapil12@outlook.com"
] | kapil12@outlook.com |
fe1fff8e3cde29f7635bbac2821e310e91e73806 | c0caed81b5b3e1498cbca4c1627513c456908e38 | /src/core/import_pose/pose_stream/ExtendedPoseInputStream.cc | fd251167aa3b8a68bc87b3c49304e7269db900d9 | [] | no_license | malaifa/source | 5b34ac0a4e7777265b291fc824da8837ecc3ee84 | fc0af245885de0fb82e0a1144422796a6674aeae | refs/heads/master | 2021-01-19T22:10:22.942155 | 2017-04-19T14:13:07 | 2017-04-19T14:13:07 | 88,761,668 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,997 | cc | // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
// vi: set ts=2 noet:
//
// (c) Copyright Rosetta Commons Member Institutions.
// (c) This file is part of the Rosetta software suite and is made available under license.
// (c) The Rosetta software is developed by the co... | [
"malaifa@yahoo.com"
] | malaifa@yahoo.com |
eac23ac0cc4d2d5af310c5edddb887ab3c46de58 | ab0dcab89f39d12746ad2b3506e1c2c34d8f1bf4 | /LUOGU/P2152_1881472.cpp | 203c086505da403ca97bc640a4db9e9da9c1cdd5 | [] | no_license | lum7na/ACM | f672583ff3022bc916d9cd3d721f0a464b287042 | fa667f4105450ec48e9b1d1b062f1444b6f0da32 | refs/heads/main | 2023-05-06T21:23:13.069269 | 2021-06-01T11:56:16 | 2021-06-01T11:56:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,388 | cpp | #include <cstdio>
#include <vector>
#include <cstring>
#include <iostream>
#include <cstring>
#include <cstdlib>
using namespace std;
char sA[10005],sB[10005];
const int Base=1000000000;
const int Width=9;
struct BigInt {
int s[10000],l;
BigInt operator = (char* str) {
l=0;
int... | [
"aster2632@gmail.com"
] | aster2632@gmail.com |
71d7c2fcbc0719187246048fd34e3b6e8c9cf04c | b648a0ff402d23a6432643879b0b81ebe0bc9685 | /vendor/bond/examples/cpp/grpc/scalar/scalar.cpp | fee7deba927c24f48ec6d56e1d22b4a9c61f0d8c | [
"Apache-2.0",
"MIT"
] | permissive | jviotti/binary-json-size-benchmark | 4712faca2724d47d23efef241983ce875dc71cee | 165b577884ef366348bf48042fddf54aacfe647a | refs/heads/main | 2023-04-18T01:40:26.141995 | 2022-12-19T13:25:35 | 2022-12-19T13:25:35 | 337,583,132 | 21 | 1 | Apache-2.0 | 2022-12-17T21:53:56 | 2021-02-10T01:18:05 | C++ | UTF-8 | C++ | false | false | 3,199 | cpp | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "scalar_grpc.h"
#include "scalar_types.h"
#include <bond/ext/grpc/io_manager.h>
#include <bond/ext/grpc/server.h>
#include <bond/ext/grpc/thread_pool.h>
#incl... | [
"jv@jviotti.com"
] | jv@jviotti.com |
168fec27af09a947860edac51fed89655538b015 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/ds/security/services/ca/policy/default/policy.h | 17405e53d78faf77d3019323d04767d097cb63f2 | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C++ | false | false | 22,632 | h | //+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1997 - 1999
//
// File: policy.h
//
//--------------------------------------------------------------------------
// policy.h: Declaration of CCertPolicyEnte... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
e405d98c6867a7109572af3ba896f5a89c72c8bf | 05b77b0cc2ba232d24f759f371917399f5c46362 | /esb_wbsd/wbsdecowindow.cpp | 915001deaf0a396ddb0a022a2d387536b9e355e3 | [] | no_license | lee-icebow/ESB | 7adf68edc6b6606f9ad66046682a51e2075ba033 | 0dcb67bd6d04ee81dc9c797a1afe3ac5a44d1cac | refs/heads/master | 2021-01-21T07:57:58.192909 | 2015-09-01T02:36:48 | 2015-09-01T02:36:48 | 41,712,556 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,574 | cpp | #include "wbsdecowindow.h"
#include "ui_wbsdecowindow.h"
#include "wbsdchildwindow.h"
#include "qstring.h"
#include "qdebug.h"
#include "application.h"
#include"QMessageBox"
WBSDEcoWindow::WBSDEcoWindow(WBSDBaseWindow *parent) :
WBSDChildWindow(parent),
ui(new Ui::WBSDEcoWindow)
{
static const char* back[] ... | [
"Lee.li@CREM-SH123.coffeequeen.local"
] | Lee.li@CREM-SH123.coffeequeen.local |
56e1e03a5d4cee15750be148ee0e5824b53b99d3 | 455ecd26f1439cd4a44856c743b01d711e3805b6 | /java/include/android.widget.TableLayout.hpp | e362e9f6533dabcbb2a8ed3c8eb4b4f1c402495e | [] | no_license | lbguilherme/duvidovc-app | 00662bf024f82a842c808673109b30fe2b70e727 | f7c86ea812d2ae8dd892918b65ea429e9906531c | refs/heads/master | 2021-03-24T09:17:17.834080 | 2015-09-08T02:32:44 | 2015-09-08T02:32:44 | 33,072,192 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,937 | hpp | #pragma once
#include "../src/java-core.hpp"
#include <jni.h>
#include <cstdint>
#include <memory>
#include <vector>
#include "java.lang.Object.hpp"
#include "android.widget.LinearLayout.hpp"
namespace android { namespace content { class Context; } }
namespace android { namespace util { class AttributeSet; } }
names... | [
"dev@lbguilherme.com"
] | dev@lbguilherme.com |
c91532d82186d102bf599a83c2a9f98b825e4fed | 2e3cab55d57f356150eb316a686f2c9fcd4600d2 | /LabelRank/LabelRank/LPA.h | e1ee7d15077ca77ef89fcbd652df2acc86c8d52d | [] | no_license | yxl3210230/GitHubVS2013 | 15d28908b407b326e86f0aead5edae8f71e136bd | c4dd4fd55edb1bec0e2d3af74708c5e3f05d5f65 | refs/heads/master | 2020-05-17T16:14:38.924413 | 2014-07-21T08:33:46 | 2014-07-21T08:33:46 | 21,893,682 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,457 | h | /*
* LPA
*
* Created on: Feb 28, 2012
* Author: Jerry
*/
#ifndef LPA_H_
#define LPA_H_
#include "Net.h"
#include "NODE.h"
#include <map>
#include <vector>
#include <utility>
#include <unordered_map>
#include "MersenneTwister.h"
#include "TieLabel.h"
#include "DisjointM.h"
//---------------------------
//... | [
"yxl3210230@hotmail.com"
] | yxl3210230@hotmail.com |
089c97adbe41c20d0d1ec23b80154ea865e5dede | 89bb8080f602da97cde5a5589fcb316ab7267bda | /56面试题-数组中数字出现的次数/56面试题-数组中数字出现的次数/main.cpp | f11cf6d9e12eb04d53c8ff5d2405539e54f3e7cd | [] | no_license | sunnercc/OfferCode | 08f9cc5a560304364bd060cef0e6f3f5695ebdac | d391a51ac3f2a8ddcab397e7434a4eb4d8274ddb | refs/heads/master | 2020-04-07T12:26:35.777033 | 2019-01-14T08:09:26 | 2019-01-14T08:09:26 | 158,368,129 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 299 | cpp | //
// main.cpp
// 56面试题-数组中数字出现的次数
//
// Created by ifuwo on 2018/11/26.
// Copyright © 2018 sunner. All rights reserved.
//
#include <iostream>
int main(int argc, const char * argv[]) {
// insert code here...
std::cout << "Hello, World!\n";
return 0;
}
| [
"sunner.cc@outlook.com"
] | sunner.cc@outlook.com |
119009514df2c6ef4e3336b163a7d1ee99a13cd6 | 4ad71246baaf04f13442e7a4aa0dfbfe5b2e8020 | /Sort/selection.cpp | 850ecfbbc961de1e57f218a39a5f060faa24c01e | [] | no_license | surajbanthot/DS_Algo | 08e7a4a07eb2fd0c29484e61dd9bbfd40319ff58 | 7dc127d436e6fb109424afb313e5ddea5246153b | refs/heads/master | 2022-12-18T06:57:10.314932 | 2020-09-26T06:47:42 | 2020-09-26T06:47:42 | 289,135,060 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 728 | cpp | #include <bits/stdc++.h>
using namespace std;
void swap(int *xp, int *yp)
{
int temp = *xp;
*xp = *yp;
*yp = temp;
}
void selectionSort(int arr[], int n)
{
int i, j, min_idx;
for (i = 0; i < n - 1; i++)
{
min_idx = i;
for (j = i + 1; j < n; j++)
if (arr[j] < arr[min... | [
"surajbanthot@gmail.com"
] | surajbanthot@gmail.com |
0aba7e964231e165917e82aec6b74bf6818de641 | e195b1e524f70e221fd0a7be43db7c14656942ee | /AlgorithmsII_Princeton/Week-I/DirectedGraphs/topological_sort_test.cc | 7105cb4e64a786d3dfdb0cc6da7b994f7b201d9c | [] | no_license | neha-arora-root/Courses | 8f1aae0edea228ad18a48b3dd63ac57d9d2951f3 | 6a7f8950676369a8249e8df8c6be850656310990 | refs/heads/master | 2022-12-26T21:34:34.440628 | 2019-08-29T18:58:52 | 2019-08-29T18:58:52 | 98,038,163 | 0 | 0 | null | 2022-12-07T23:29:02 | 2017-07-22T14:55:59 | Jupyter Notebook | UTF-8 | C++ | false | false | 2,216 | cc | #include "topological_sort.h"
#include "../test_utils.h"
namespace directed_graph {
void TestCycleInGraph(testing::Testing& test_suite) {
test_suite.init("test cycle in graph");
Node a("A"), b("B"), c("C"), d("D"), e("E"), f("F");
Edge e1(a.Id(), b.Id(), 1), e2(b.Id(), c.Id(), 1), e3(c.Id(), a.Id(), 1), e4(d.Id(),... | [
"nehaarora@Nehas-MacBook-Pro.local"
] | nehaarora@Nehas-MacBook-Pro.local |
bbd88626f3793c7cf500e0819fd8650931dc8efb | e07e3f41c9774c9684c4700a9772712bf6ac3533 | /app/Temp/StagingArea/Data/il2cppOutput/mscorlib_System_Collections_Generic_Dictionary_2_S1600810312.h | 27b8cf199e07cf2402458fdb3aee0f38c3b7b5c0 | [] | no_license | gdesmarais-gsn/inprocess-mobile-skill-client | 0171a0d4aaed13dbbc9cca248aec646ec5020025 | 2499d8ab5149a306001995064852353c33208fc3 | refs/heads/master | 2020-12-03T09:22:52.530033 | 2017-06-27T22:08:38 | 2017-06-27T22:08:38 | 95,603,544 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,320 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Object2689449295.h"
#include "mscorlib_System_Collections_Generic_Dictionary_2_E2815710193.h"
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang ... | [
"gdesmarais@gsngames.com"
] | gdesmarais@gsngames.com |
2dec9dfcd8b2c87d414599f5a171b3174aceedcd | a3562a0e45fae73c67ac761d40d468ca2dbf6a88 | /server_CommandPWD.cpp | e647c542904227ebc69907a4f8f63c348238f4ff | [] | no_license | hugomlb/Honeypot-FTP | 8b512d2cf084907566a197a8916ee140db9cfaf8 | fe0a4ec70fe7e924b64ee97b46b8a9ed6bd51a42 | refs/heads/master | 2022-12-06T10:14:21.612710 | 2020-08-07T02:55:10 | 2020-08-07T02:55:10 | 210,867,855 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 574 | cpp | #include "server_CommandPWD.h"
#include "common_SocketPeer.h"
server_CommandPWD::server_CommandPWD(server_ServerConfiguration* configuration):
server_Command(configuration){
currentDirectoryMsg = configuration -> getValueOf("currentDirectoryMsg");
}
void server_CommandPWD::execute(std::string argument, server_U... | [
"hlarrea@fi.uba.ar"
] | hlarrea@fi.uba.ar |
0fb7f5ffe4bc1199f7fba8d49c8340f4f07639b2 | 18a3f93e4b94f4f24ff17280c2820497e019b3db | /geant4/G4TwistedBox.hh | eb78be556c59c46c61cd5c9309d63c66da33a46d | [] | no_license | jjzhang166/BOSS_ExternalLibs | 0e381d8420cea17e549d5cae5b04a216fc8a01d7 | 9b3b30f7874ed00a582aa9526c23ca89678bf796 | refs/heads/master | 2023-03-15T22:24:21.249109 | 2020-11-22T15:11:45 | 2020-11-22T15:11:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,457 | hh | //
// ********************************************************************
// * License and Disclaimer *
// * *
// * The Geant4 software is copyright of the Copyright Holders of *
// * the Geant4 Collaboration... | [
"r.e.deboer@students.uu.nl"
] | r.e.deboer@students.uu.nl |
a336bc11a0b65c24114e281bd02f26495bfac521 | f177029dec544beee0d335fb39e091eb2c604a95 | /src/WaitCursor.h | 92bda1ff4e3e3359170924308555be355af9f723 | [
"MIT"
] | permissive | petterh/textedit | f2b90702a269c54ddc245b3587cda4559c409a22 | df59502fa5309834b2d2452af609ba6fb1dc97c2 | refs/heads/master | 2022-06-12T11:04:35.784031 | 2021-12-23T16:34:18 | 2021-12-23T16:34:18 | 109,372,581 | 6 | 1 | MIT | 2021-12-23T16:34:19 | 2017-11-03T08:43:19 | C++ | UTF-8 | C++ | false | false | 1,153 | h | /*
* $Header: /Book/WaitCursor.h 6 28.11.99 22:18 Oslph312 $
*
* The WaitCursor class displays hourglass cursors during lengthy
* operations. It uses named alternatives to the standard wait
* cursors if they are available, e.g. for printing.
*
* The WaitCursor class has become more advanced since the text o... | [
"petter.hesselberg@autostoresystem.com"
] | petter.hesselberg@autostoresystem.com |
0c293c1addccbec85e636ef7652ea3107f342c3f | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5644738749267968_1/C++/ntq/d.cpp | 08f3fe95e793e0e6b91b708cbb6fd5904c855a9a | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 1,541 | cpp | #include <iostream>
#include <vector>
#include <set>
#include <iomanip>
using namespace std;
int main(){
int T; cin >> T;
for(int t=0; t<T; t++){
cout << "Case #" << t+1 << ": ";
int N; cin >> N;
set<double> masses_naomi;
set<double> masses_ken;
for(int n=0; n<N; n++){
double mass;
cin >> mass;
... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
744eb1ecd648ddba5e0891c404aa2bddcc0afe24 | e5aedd0a2c72cd09963853075830cf5724694940 | /s13/Poller.cc | e91820a8a72036024e45c03cc02152f7158ab2e7 | [] | no_license | mzahng160/muduoLearning | bea3bfbbcfb8329063fac788ceb8c6e7042b3952 | 257ea60c15ecbc4ea6bc901879daf7745eabc7d4 | refs/heads/master | 2020-06-23T14:03:17.174499 | 2020-02-01T07:33:37 | 2020-02-01T07:33:37 | 198,643,566 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,229 | cc | #include "Poller.h"
#include "Channel.h"
#include "logging/Logging.h"
#include <poll.h>
#include <assert.h>
#include <stdio.h>
using namespace muduo;
Poller::Poller(EventLoop* loop)
: ownerLoop_(loop)
{
}
Poller::~Poller()
{
}
Timestamp Poller::poll(int timeoutMs, ChannelList* activeChannels)... | [
"mzhang160@163.com"
] | mzhang160@163.com |
5e3e73a3e62c1bb7b30bc4e6e878ec140c2a2ce8 | 572524ff9bb0ca3a8db5f1f50a6aa8b21da9fb44 | /RFID-Network-Build-master/tests/Power consumption tests/RF24MeshPowerUse/RF24MeshPowerUse.ino | c292a7c5c0c604291c757c01eec09b31b9cb2a73 | [
"MIT"
] | permissive | sand0636/RFID | 5d00c40c3a8eb7af0147ebcaaf5f0986dc91cb10 | e0ce5ac6c619021312a39295734e9d1a1220f3c6 | refs/heads/master | 2020-05-15T14:14:01.537935 | 2019-05-10T17:36:57 | 2019-05-10T17:36:57 | 182,327,937 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,885 | ino |
/*
* Code to test the actual data rate and number of packets dropped using the RF24Mesh. This is largely taken from the transfer example for the RF24 library
* Ben Duggan
* 9/16/18
*/
#include "RF24.h"
#include "RF24Network.h"
#include "RF24Mesh.h"
#include "printf.h"
#include <SPI.h>
/*** Variables to change *... | [
"36897076+sand0636@users.noreply.github.com"
] | 36897076+sand0636@users.noreply.github.com |
193e559fea2504e2ecec5f086b60eb5daf0f1017 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/httpd/gumtree/httpd_repos_function_919_httpd-2.2.27.cpp | 2efec04886491a45dafe5f88e1f5be4cb8dc5b97 | [] | 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 | 23,899 | cpp | static int cache_save_filter(ap_filter_t *f, apr_bucket_brigade *in)
{
int rv = !OK;
request_rec *r = f->r;
cache_request_rec *cache;
cache_server_conf *conf;
const char *cc_out, *cl;
const char *exps, *lastmods, *dates, *etag;
apr_time_t exp, date, lastmod, now;
apr_off_t size;
cach... | [
"993273596@qq.com"
] | 993273596@qq.com |
00570f90b3bf30dfe0bd6fec20c9623c912dacaf | d0ff2c67da042ebfe6b0cd3f7fbbfdd24999e0c4 | /specFW2/cmdgl.cpp | 560f5884e80c4358b367263f14ae667cab02c344 | [] | no_license | Pkijoe/specFW2 | ed8e0b9a595faf57dfc345c4647196494fffd257 | 053a8c32ea481fc23a523e1249c55a574f808e2f | refs/heads/master | 2020-04-07T00:03:15.362800 | 2018-11-15T18:45:17 | 2018-11-15T18:45:17 | 157,889,646 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,497 | cpp | //===========================================================================
//
// Module Name: cmdGL.cpp
//
// Function: This routine returns the current state of the six Motor Lookers.
//
// Original Author: T Frazzini
//
// Copyright (c) 2005, PerkinElmer, LAS. All rights reserved.
//
//==========================... | [
"joseph.orlando@perkinelmer.com"
] | joseph.orlando@perkinelmer.com |
2c8ca0b792d3d0813f02275b58c414dca6ebfcfd | ca3f7ef9f6e6c1a2e8c1cb2117df4e389b8d7b06 | /Testing/Interpolation/otbGridIntersectionPointSetSourceTest.cxx | 8327ce7dddbc08cd7a9eeec5d4e8d27cac556f63 | [] | no_license | echristophe/otb-insar | 91d3e10279485df4032f2e020f046f1f5b9ea211 | 040e0715872366dee4b499964fade2044be3318b | refs/heads/master | 2021-01-22T17:57:58.447697 | 2012-04-21T17:28:45 | 2012-04-21T17:28:45 | 31,623,890 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,075 | cxx | /*=========================================================================
Copyright 2011 Patrick IMBO
Contributed to ORFEO Toolbox under license Apache 2
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 c... | [
"emmanuel.christophe@orfeo-toolbox.org"
] | emmanuel.christophe@orfeo-toolbox.org |
4cb14724b7d0be23225f0e3663913b2216ebab66 | 7043d715bb3f1563db02d09fea5d93106b899ac2 | /wensn/wensn.cpp | ed574d453049542522e1c87c1b096188b8528ed3 | [] | no_license | wymdrose/MYDLL | 2789fcb1fc388d6999bf56ba95552aa40321ea3d | 9132c7d026d6a42ea0af12c10b92a0e8d2c00ddc | refs/heads/master | 2021-07-13T05:35:09.145553 | 2020-08-23T03:12:22 | 2020-08-23T03:12:22 | 194,650,933 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,516 | cpp | #include "../../lib/wensn.h"
#include "../../lib/communicateLib.h"
#pragma comment(lib, "CommunicateLib.lib")
using namespace InstrumentApi;
std::shared_ptr<CommunicateDrose::CommunicateInterface> mpCommunicate;
wensn::wensn()
{
}
wensn::~wensn()
{
}
Wst60m485::Wst60m485(unsigned int portNo, int baudRate){
mpC... | [
"38951259+wymdrose@users.noreply.github.com"
] | 38951259+wymdrose@users.noreply.github.com |
b9c9e6215e6ca5db565017cd07e3bd64056d6018 | 9247cc17fbcf5ce96960e1b180d463339f45378d | /.Kattis/budget/budget/budget.cpp | 1da04bc7a6aecb3084312d6aec6f6e2de6a3e79f | [
"MIT"
] | permissive | sxweetlollipop2912/MaCode | dbc63da9400e729ce1fb8fdabe18508047d810ef | b8da22d6d9dc4bf82ca016896bf64497ac95febc | refs/heads/master | 2022-07-28T03:42:14.703506 | 2021-12-16T15:44:04 | 2021-12-16T15:44:04 | 294,735,840 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,903 | cpp | #include <cstdio>
#include <iostream>
#include <queue>
#include <algorithm>
#include <cstring>
#define maxR 201
#define maxC 21
#define maxN 223
#define INF 19999999999999999
#define N (ROW + COL + 2)
#define st 0
#define en (N - 1)
#define getR(x) (x)
#define getC(x) ((x) + ROW)
typedef int maxn;
typedef long long m... | [
"thaolygoat@gmail.com"
] | thaolygoat@gmail.com |
2c0ab5779cd6d93ec578e262af5dab87c6c7ac6f | b43ba110f6e4b6e1301b678396717849eac87b1e | /Software/BattleStation/controlpacket.cpp | 1d5966af906568cad146405546d9f8996db1a5ce | [
"MIT"
] | permissive | purduerov/ROV-Maelstrom | 826efd2035d6fc777f9fcd5692faf96d38c61e0d | 9149b78dc734fdd0925ff36f071021500c3535e6 | refs/heads/master | 2020-07-23T21:09:43.886133 | 2016-12-27T18:39:58 | 2016-12-27T18:39:58 | 66,401,089 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,143 | cpp | #include "controlpacket.h"
ControlPacket::ControlPacket() {
this->data = QByteArray(PACKET_SIZE, 0x00);
reset();
}
ControlPacket::~ControlPacket() {
}
void ControlPacket::setX(qint16 x) {
memcpy(this->x, &x, 2);
}
void ControlPacket::setY(qint16 y) {
memcpy(this->y, &y, 2);
}
void ControlPacket::se... | [
"molo.matt@gmail.com"
] | molo.matt@gmail.com |
70c8160ce98140cee4a926f78715daa0e7e46946 | 966e307aea0abe406c496bb11266c8f3fb8731d0 | /project/include/help/deletehelp.h | 1929a0a1c2baef017e79da27d1e219ae2c2dcbe3 | [] | no_license | DamnCoder/dcpp_gameobject | 548362b84e6b78534cbf1dbd261517eab0515f5a | 4c462292b40312f89707a379978c731bc0a46041 | refs/heads/master | 2020-03-24T19:30:57.681793 | 2018-07-30T22:37:58 | 2018-07-30T22:37:58 | 142,931,065 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,365 | h | /*
The MIT License (MIT)
Copyright (c) 2018 Jorge López González
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,... | [
"jorge2402@gmail.com"
] | jorge2402@gmail.com |
16844c24114ea710018a1103ba5356d16372131e | 607e69f9e4440ef3ab9c33b7b6e85e95b5e982fb | /deps/museum/8.0.0/external/libcxx/unordered_set | ce0840379aa2367af93bab223367264f074e275c | [
"Apache-2.0",
"NCSA",
"MIT"
] | permissive | simpleton/profilo | 8bda2ebf057036a55efd4dea1564b1f114229d1a | 91ef4ba1a8316bad2b3080210316dfef4761e180 | refs/heads/master | 2023-03-12T13:34:27.037783 | 2018-04-24T22:45:58 | 2018-04-24T22:45:58 | 125,419,173 | 0 | 0 | Apache-2.0 | 2018-03-15T19:54:00 | 2018-03-15T19:54:00 | null | UTF-8 | C++ | false | false | 57,203 | // -*- C++ -*-
//===-------------------------- unordered_set -----------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===-------------------------... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com | |
2878323162317a792d300816003ebcc87053b23d | 0eab3c8d3a0aed385650e89fabb82d6e43650130 | /HotPatcher/Source/HotPatcherEditor/Private/Cook/SHotPatcherCookedPlatforms.h | 6ab9373fa9c1e856398ea3d125c66a875c8fe016 | [] | no_license | AzZXiao/HotPatcher | f3095449d43e6e860812632e5d0581f38c07c8ed | 9ef472f4c26c9886b6686f2319fa0e2eb28c8311 | refs/heads/master | 2022-04-27T03:47:56.912870 | 2020-04-27T08:45:45 | 2020-04-27T08:45:45 | 262,010,383 | 1 | 0 | null | 2020-05-07T09:43:07 | 2020-05-07T09:43:06 | null | UTF-8 | C++ | false | false | 2,077 | h | // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "Interfaces/ITargetPlatformManagerModule.h"
#include "Interfaces/ITargetPlatform.h"
#include "Model/FHotPatcherCookModel.h"
#include "Templates/SharedPointer.h"
/**
* Implements the cooked platforms panel.
*/
class SHotPatcherCookedPl... | [
"hxhb@live.com"
] | hxhb@live.com |
147d47aa98e3f3e3ba6772f592bb0390277c988b | f8b56b711317fcaeb0fb606fb716f6e1fe5e75df | /Internal/SDK/Music_structs.h | 6287b4dcc7a1fcb9f41aff2a554981e6d731ba85 | [] | no_license | zanzo420/SoT-SDK-CG | a5bba7c49a98fee71f35ce69a92b6966742106b4 | 2284b0680dcb86207d197e0fab6a76e9db573a48 | refs/heads/main | 2023-06-18T09:20:47.505777 | 2021-07-13T12:35:51 | 2021-07-13T12:35:51 | 385,600,112 | 0 | 0 | null | 2021-07-13T12:42:45 | 2021-07-13T12:42:44 | null | UTF-8 | C++ | false | false | 1,342 | h | #pragma once
// Name: Sea of Thieves, Version: 2.2.0.2
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Enums
//---------------------------------------------------... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
f3eefd036fbbee46f5344f56f237a1538b5bfc99 | a1c8cc4ad3976f00740d3887c792181d49753837 | /src/cpp/Alignment.hpp | af256558f4334d08d42ba648564162663db70317 | [] | no_license | pb-cdunn/pbdagcon | b71d788d10ef19c6e9cd2d9a424037252278dbb5 | beea3c3b66fb369e46739e1302030c584af8ece3 | refs/heads/master | 2021-01-15T07:50:52.886903 | 2015-08-27T21:36:28 | 2015-08-27T23:35:47 | 36,703,717 | 3 | 3 | null | 2015-06-02T02:51:44 | 2015-06-02T02:51:44 | null | UTF-8 | C++ | false | false | 3,931 | hpp | // Copyright (c) 2011-2015, Pacific Biosciences of California, Inc.
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted (subject to the limitations in the
// disclaimer below) provided that the following conditions are met:
//
// * Redistrib... | [
"cdunn@pacificbiosciences.com"
] | cdunn@pacificbiosciences.com |
987e799071a8b08ebd987a8be8e5b2a0f01b40cb | b5cb8172006392412bf28b34ef0ebe5f0e88ad9d | /HelloWorld/HelloWorld.ino | af360ad665c00310a32f5161b9049c30039433ad | [] | no_license | Honoriot/Arduino_Aniket | 77ae869f3a317dd40a17375314bd92cb11b87fdc | f4835e6f774d5abd7276611b76b5337cd02d14dd | refs/heads/main | 2023-03-17T23:41:49.440458 | 2021-03-15T17:18:43 | 2021-03-15T17:18:43 | 322,203,373 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,919 | ino | /*
LiquidCrystal Library - Hello World
Demonstrates the use a 16x2 LCD display. The LiquidCrystal
library works with all LCD displays that are compatible with the
Hitachi HD44780 driver. There are many of them out there, and you
can usually tell them by the 16-pin interface.
This sketch prints "Hello World!" ... | [
"ani.shiv.2018@gmail.com"
] | ani.shiv.2018@gmail.com |
6a7372a717e93bc6d9b74838bad016836aa134c5 | 0ef4f71c8ff2f233945ee4effdba893fed3b8fad | /misc_microsoft_gamedev_source_code/misc_microsoft_gamedev_source_code/extlib/havok/Source/Physics/Vehicle/AeroDynamics/Default/hkpVehicleDefaultAerodynamicsClass.cpp | 40418e612dd1368fb3f29b4347e8e4defabfe1b8 | [] | no_license | sgzwiz/misc_microsoft_gamedev_source_code | 1f482b2259f413241392832effcbc64c4c3d79ca | 39c200a1642102b484736b51892033cc575b341a | refs/heads/master | 2022-12-22T11:03:53.930024 | 2020-09-28T20:39:56 | 2020-09-28T20:39:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,173 | cpp | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent.This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Level 2 and Level 3 source code contains trade secrets... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
7404ef6a7829bc52aa84cab502a7f616fbe8bedd | 77545e3170da167f742dca03232f563fd1554b09 | /Actor.cpp | 02c52658ad773b976ac182ef04c737c45d443982 | [] | no_license | swesteme/arduino-rc-control | fe9a50f894441caf670de5a423337b5cc2aff734 | 50f7a7e190ac39051670ba7ebbb400bdc44e6f2a | refs/heads/master | 2021-05-09T20:03:59.606710 | 2018-01-24T20:52:54 | 2018-01-24T20:52:54 | 118,675,645 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 768 | cpp | //
// Actor.cpp
// Actor
//
// Created by Sebastian Westemeyer on 06.01.18.
//
#include "Actor.hpp"
#include "GroupBundle.hpp"
Actor::Actor(GroupBundle *bundle, unsigned long codeOn, unsigned long codeOff) : m_codeOn(codeOn), m_codeOff(codeOff) {
// add this actor to list of actors
bundle->addActor(this);
... | [
"sebastian@westemeyer.de"
] | sebastian@westemeyer.de |
bba37b3d452e9627eab5296e557fe8a7356f98c5 | d352cb980107b8665e63c8b8b21e2921af53b8d3 | /Codechef/codechef_SKMP.cpp | 4007c6ef19e774b5a0ac4c9f49d095b7d609a305 | [] | no_license | sir-rasel/Online_Judge_Problem_Solve | 490949f0fc639956b20f6dec32676c7d8dc66a81 | 9fb93ff4d143d56228443e55e8d8dac530ce728b | refs/heads/master | 2021-06-03T19:48:04.700992 | 2021-03-30T16:41:03 | 2021-03-30T16:41:03 | 133,169,776 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,325 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long int ll;
typedef pair<int,int> pii;
int main() {
int test;
cin>>test;
while(test--){
string s,p;
cin>>s>>p;
vector<int> str(30,0),pattern(30,0);
for(int i=0;i<s.size();i++) str[s[i]-'a']++;
for(int i=0;... | [
"raselcse97@gmail.com"
] | raselcse97@gmail.com |
a879901b18e7b092ea779d3527b83f895fd990ef | 764765b6ecef76e92e400e7a55afa21dc517898e | /Minos/MinosControl/CommonMonitor.cpp | d35e76df4a08a6575feca3b90782c5d96d1397b2 | [
"BSD-3-Clause"
] | permissive | zsteva/backup-minos2 | c2d9a6097b6f0e753b0a7205615f64e12a455c7d | 1ac59cea1e126ac16f4ba73dcdd185b7e721166e | refs/heads/master | 2020-03-15T16:41:45.386744 | 2018-04-24T18:59:57 | 2018-04-24T18:59:57 | 132,240,699 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,428 | cpp | /////////////////////////////////////////////////////////////////////////////
// $Id$
//
// PROJECT NAME Minos Amateur Radio Control and Logging System
//
// COPYRIGHT (c) M. J. Goodey G0GJV 2005 - 2008
//
/////////////////////////////////////////////////////////////////////////////
//------------------------... | [
"g0gjv@5aba93d0-1d48-0410-ab36-a573633a0585"
] | g0gjv@5aba93d0-1d48-0410-ab36-a573633a0585 |
c4ac3168f54b823784e9cad9fb4bb1e4acbf0da3 | f412973e8b174ac8d8b08ef77e8000b664d18dd8 | /20_HashMaps/hashMaps.cpp | 0390da0fb996f9a0b2ca81be404dcd29623279c7 | [] | no_license | aka2029/C_PLusPlus | d395fffd755430433f50349b48f7b3ba59f713b6 | 0d6855b11f6190801012be9ba808f9772c78138c | refs/heads/master | 2021-03-09T19:22:13.447405 | 2020-04-09T14:49:52 | 2020-04-09T14:49:52 | 246,372,310 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,784 | cpp | #include <iostream>
#include <string>
using namespace std;
class Node{
public:
string key;
string phoneNo;
Node * next;
Node(const string& k, const string& p){
key = k; //if array strcpy(key, k)
phoneNo = p;
next = NULL;
}
};
class Hashmap {
Node* *table;
int ta... | [
"asaks22@gmail.com"
] | asaks22@gmail.com |
2afb05a5a506f3ae30d1e037020d214875363a78 | 0816d49694f8af034b113c16a95855663511fc50 | /include/player.h | 11f5926876ce7c4543451ee2bafe956b8042e89b | [] | no_license | nrking0/Blackjack | 43270c3c10c584b4130ac9636eb2f26d9b63e392 | afd5db44f4a2ec618ebf54eda1f7ff4baf6ce1f2 | refs/heads/main | 2023-04-21T14:28:44.366161 | 2021-05-05T05:00:15 | 2021-05-05T05:00:15 | 368,048,094 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,669 | h | #ifndef BLACKJACK_PLAYER_H
#define BLACKJACK_PLAYER_H
#include <string>
#include <vector>
#include "card.h"
#include "cinder/gl/gl.h"
#include "cinder/app/App.h"
namespace blackjack {
/**
* Class representing a player in the blackjack game.
*/
class Player {
public:
/**
* Basic player constructor that ge... | [
"nrking0@gmail.com"
] | nrking0@gmail.com |
0e9f4700bf3860698ad069d8219cd3daa9638ec2 | e0b7500cff4bc94b4fffe791c8a075c33b79c489 | /src/api/operator/numpy/np_broadcast_reduce_op_value.cc | ed268867c59ae03e093f694411e6d6f228375853 | [
"Apache-2.0",
"BSD-3-Clause",
"Zlib",
"LicenseRef-scancode-generic-cla",
"NCSA",
"OFL-1.0",
"BSD-2-Clause-Views",
"MIT",
"Unlicense",
"BSL-1.0",
"BSD-2-Clause"
] | permissive | haimeh/mxnet_a51m | c71d098cd0a9771cad31de26b9236071bada4c24 | b62490f15937723e6076570be983ddb0180d2dea | refs/heads/master | 2022-12-22T18:29:54.881909 | 2020-08-20T01:45:40 | 2020-08-20T01:45:40 | 288,790,745 | 0 | 1 | Apache-2.0 | 2022-12-14T17:23:23 | 2020-08-19T17:08:09 | C++ | UTF-8 | C++ | false | false | 6,099 | cc | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"haimehs@gmail.com"
] | haimehs@gmail.com |
163e7ef7a6236b9c9835c148361cab0b7076f72f | cbe658d23fc8ff2ac2871f6a2eee1eb6bb33e35d | /countingtriangles.cpp | 4f94fdebd4963afe1c654bfca5f9257be5857b12 | [] | no_license | nahid597/coding-interview | 9d6552b9eabf4c224a07cf711d39dd37ed33124f | 6dd7c1daaefe7a1b0cb9c8d2733b7bd6c4b2a77a | refs/heads/main | 2023-01-01T22:31:34.009189 | 2020-10-25T08:15:22 | 2020-10-25T08:15:22 | 306,747,098 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 737 | cpp | #include<bits/stdc++.h>
using namespace std;
int countTriangles(int x[], int n)
{
int cnt = 0,k;
for(int i = 0; i < n -2; i++)
{
k = i + 2;
for(int j = i +1; j < n-1; j++)
{
//k = j + 1;
while(k < n && x[i] + x[j] > x[k])
{
cout << x[i] << " " << x[... | [
"nahid.hasan@mymedicalhub.com"
] | nahid.hasan@mymedicalhub.com |
3e30f47e8a1936cb3708e77bfae329d8b028b48d | 943b8a1d008eb51105167dd3f326c26c697e4a30 | /GT/gt_client/network/connectiontcp.h | 563eb9188cdd4ae67b93f2b94d52bbfa59836680 | [] | no_license | patadejaguar/GuerraDeTanques | 2f6ceb07388202afd550ef34cc6c2b04efee0cee | d78108baacd4cc0fbb7db46e957c3284cafba31b | refs/heads/master | 2016-09-02T20:01:18.138991 | 2014-08-30T11:50:50 | 2014-08-30T11:50:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,295 | h | #ifndef CONNECTIONTCP_H
#define CONNECTIONTCP_H
#include <QPixmap>
#include "tcpclient.h"
#include "gameglobals.h"
class ConnectionTcp : public TcpClient
{
Q_OBJECT
public:
static ConnectionTcp* instance();
inline UserProperties userProperties(){return _user_properties;}
//... | [
"patadejaguar@gmail.com"
] | patadejaguar@gmail.com |
12864375ff7c9f2bb33eff960395b73346dc4793 | e2a20e4b607244c4b45caa0df2a7bc5f57e83075 | /Circular_list.cpp | 0b872382f2a67b66cb7890ada019db671c125f3c | [] | no_license | vicente97p4/DataStructure | d487994e872ebb8b0975bb4a27a986ce8ddcbb3b | aee93caf05849abe1993a4b33f70edfc32cc340c | refs/heads/master | 2023-01-27T14:10:04.629825 | 2020-12-08T08:21:25 | 2020-12-08T08:21:25 | 229,774,957 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,088 | cpp | #include <stdio.h>
#include <stdlib.h>
typedef int element;
typedef struct ListNode {
element data;
struct ListNode *link;
}ListNode;
ListNode* create_node(element data, ListNode *link) {
ListNode *new_node;
new_node = (ListNode*)malloc(sizeof(ListNode));
new_node->data = data;
new_node->link = link;
return n... | [
"59174085+vicente97p4@users.noreply.github.com"
] | 59174085+vicente97p4@users.noreply.github.com |
9ee8eb70c7f7645b9578e0793a787824b47c68ac | 009e98ac743a1fc66a765bfd8dd2240856299a47 | /src/qt/bitcoinstrings.cpp | 229ffdf46c86a3d9123dfed100afe3fdf3f477e5 | [
"MIT"
] | permissive | FWCC/Source | 0b9baee522917892369e2d655dcc5d562f5a4376 | 1c5b895fd75a2869e401900b09fa99b6a6101fdd | refs/heads/master | 2021-01-02T22:32:27.073403 | 2014-06-12T16:47:43 | 2014-06-12T16:47:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,160 | cpp | #include <QtGlobal>
// Automatically generated by extract_strings.py
#ifdef __GNUC__
#define UNUSED __attribute__((unused))
#else
#define UNUSED
#endif
static const char UNUSED *bitcoin_strings[] = {QT_TRANSLATE_NOOP("bitcoin-core", "To use the %s option"),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"%s, you must set a rpcpa... | [
"dev@fifawccoin.org"
] | dev@fifawccoin.org |
4d2bf169dc26ceba5a8b52d2b384dd1dc87e1893 | 2d3b6fb9f5d814caf50d4c978335ce30dcbe9a80 | /include/QwSTailList.h | d14a612b84966c94e390a03d336144d83704a903 | [
"MIT"
] | permissive | monkeeLee/QueueWorld | 556c3b84d32d54ae2f0e20e1fef41dc0479ba6c4 | 6caab59d3736a14059411df6a6957c91afb00601 | refs/heads/master | 2020-03-18T06:09:16.481622 | 2018-04-27T13:18:52 | 2018-04-27T13:18:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,181 | h | /*
Queue World is copyright (c) 2014 Ross Bencina
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, mod... | [
"rossb@audiomulch.com"
] | rossb@audiomulch.com |
5d1aefb39b6f3d5e1bef6838b89c38b0e876402b | 8448de53a91d6e2ac638290baf8e8cf6b2115322 | /easyMule/src/UILayer/DlgMainTabSidePanel.h | 0b8fdf96f33d478a216c0b3e765540b71446cafd | [] | no_license | tempbottle/archive-code | 0986e3e8dc689eedfb79adbbbbc51f6582f02d51 | 4a0b65fa026d868a018dddd14d5ed20e6c6044c6 | refs/heads/master | 2020-12-25T15:29:37.601713 | 2015-08-11T16:26:14 | 2015-08-11T16:26:14 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,164 | h | /*
* $Id: DlgMainTabSidePanel.h 19524 2010-05-20 10:09:21Z dgkang $
*
* this file is part of easyMule
* Copyright (C)2002-2008 VeryCD Dev Team ( strEmail.Format("%s@%s", "emuledev", "verycd.com") / http: * www.easymule.org )
*
* This program is free software; you can redistribute it and/or
* modify it u... | [
"V.E.O@TOM.COM"
] | V.E.O@TOM.COM |
7dd41b80e58ef7256cc004dafa7f26824f6f0651 | df91a067ebe74199b0f8b8248ef3a3652e26b3ac | /com/ComAll/XHook.hpp | 49f39c912f6268fd2e5e05f110ec03e5df5a2247 | [] | no_license | xjp342023125/Code | 6aba3ca9122f07bc49417365153220a50d1f9fb5 | a6f6ae371fd157127b18b959c69ce0c2c76e6a22 | refs/heads/master | 2021-08-06T20:28:53.867527 | 2021-07-07T08:09:36 | 2021-07-07T08:09:36 | 79,343,868 | 5 | 2 | null | null | null | null | GB18030 | C++ | false | false | 9,793 | hpp | #pragma once
#include "XAsm.hpp"
typedef unsigned char BYTE;
typedef BYTE *PBYTE;
typedef void *LPVOID;
// apex的getopcodelen
static unsigned long MaskTable[518]={0x00004000, 0x00004000, 0x00004000, 0x00004000,0x00008000, 0x00008000, 0x00000000, 0x00000000,0x00004000, 0x00004000, 0x00004000, 0x00004000,0x000080... | [
"qt00@qq.com"
] | qt00@qq.com |
b8072e71fe99e30475a645ce7651f30f3010e9fd | afe1098ad3ad5a5a19c5ecc6668b3e3af2f525bd | /ListaOrdenada_Tarde_virouNoite/ListaSimples_Tarde/ListaLigada.cpp | baaae1d46916e5c0834d49fbbade5e01bd8e9460 | [] | no_license | RafaelSanoKaturabara/Fatec | b799f5581ed40b63951adae27ccb6414e2781b2b | 2c1e64dac7b0582aaa84e02143e7799485081e94 | refs/heads/master | 2021-01-12T01:53:33.670592 | 2017-12-16T14:23:30 | 2017-12-16T14:23:30 | 78,430,988 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 5,275 | cpp | // Programa exemplo de uma lista ligada simples com inserção no último da lista
// FATEC - MC - JCB - 16/02/2017 - Versão 0.0
#include "Lista.h"
// Função que pede o código do cliente
// Parâmetros:
// Entrada: char *ptrTransacao - ponteiro para um string que contém a ação sendo executada
// int *ptrCodigo - ponte... | [
"rafael.katurabara@fatec.sp.gov.br"
] | rafael.katurabara@fatec.sp.gov.br |
1084b7dd5b191b1d7d89f3ef6944d066c6a31ca5 | 54ba691c639168b4dd2ec24263a0b6e64a25d8dc | /04_STL/19_Multimaps.cpp | 9d4b61176251a0bb6215ae4755fa5f51dd896aa5 | [] | no_license | moipm/advancedcpp | cd97eeb50aaed9f28bed4aae784f7fe2f531d7b3 | 9f8f0bc3af06808f463b2027b5a8e0c7eeeed837 | refs/heads/master | 2020-06-04T23:01:45.615400 | 2019-07-18T17:04:54 | 2019-07-18T17:04:54 | 192,224,029 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,046 | cpp | #include <iostream>
#include <map>
using namespace std;
int main() {
multimap<int, string> lookup;
lookup.insert(make_pair(32, "Miguel"));
lookup.insert(make_pair(10, "Vic"));
lookup.insert(make_pair(32, "Raul"));
lookup.insert(make_pair(20, "Bob"));
for (multimap<int, string>::iterator it = lookup.beg... | [
"moipalmon@gmail.com"
] | moipalmon@gmail.com |
62b9ad8757df815adc817e7f8df0189a34e223b9 | 00dd9ac568ae9399f55d0ae9fa8fbbfa4b710d24 | /ProblemsSolved/Graphs/sumo.cpp | 31a5675bfe5a25cd216729fec2243dc807a21611 | [
"Apache-2.0"
] | permissive | opwarp/Algorithms | 8337c1d9e126f7414c553fa3c112a3ec068f82e6 | af791541d416c29867213d705375cbb3361f486c | refs/heads/master | 2022-04-04T23:41:56.659498 | 2020-02-17T15:02:19 | 2020-02-17T15:02:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,395 | cpp | #include<bits/stdc++.h>
using namespace std;
int n;
vector<vector<int>> ady;
vector<int> color;
bool isBipartite() {
for (int s = 1; s <= n; s++) {
if (color[s] > -1)
continue;
color[s] = 0;
queue<int> q; q.push(s);
while(!q.empty()) {
int u = q.front... | [
"serchgabriel97@gmail.com"
] | serchgabriel97@gmail.com |
29cda2912fbea7d12e4ef74fc54ee383a2833b17 | 1007b1d0fcc07171a081871394f8c849fe6d93fa | /software/SLAM/ygz_slam_ros/examples/MakeSceneEurocStereoVIO_ros.cpp | ab37e88cd742dd5a264a413ac2f46c0539af0049 | [
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | jtpils/GAAS | da474c1081f2645a02e5e0fa8a1ab6708c1dbfd7 | 4523c117efcf44b64250d9154665c6b18d285288 | refs/heads/master | 2020-05-07T12:29:03.361463 | 2019-04-09T06:10:15 | 2019-04-09T06:10:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,842 | cpp | /**
* This is the Euroc stereo visual-inertial odometry program
* Please specify the dataset directory in the config file
*/
#include <math.h>
#include <Eigen/Core>
#include <opencv2/opencv.hpp>
#include <opencv2/core/eigen.hpp>
#include "ygz/System.h"
#include "ygz/EurocReader.h"
#include <ros/ros.h>
#include <se... | [
"haoransong1106@gmail.com"
] | haoransong1106@gmail.com |
6e924eb8c4285b1df0120c00c2e7a9d7a684ab73 | 75ab6a045ccfae81a1f0c5ffadeecafbfc82c475 | /day5/src/main.cpp | 984199cae8c1a3188e1b8bdc1b41b6abc73f7995 | [] | no_license | CelestineSauvage/AdventOfCode15 | 073a491fe44e6d64f8c03b05574301153ebb0857 | 4d1d6ac4170d86d6a61b74460133ed8569b951f3 | refs/heads/master | 2022-09-13T01:34:54.284272 | 2020-06-01T14:57:18 | 2020-06-01T14:57:18 | 268,099,955 | 0 | 1 | null | 2020-06-02T11:41:04 | 2020-05-30T14:50:21 | C++ | UTF-8 | C++ | false | false | 2,331 | cpp | #include <string>
#include<vector>
#include <iostream>
#include <fstream>
#include <algorithm>
const int MAX_CHAR = 26;
using namespace std;
bool threevowels (string word) {
std::string vowels = "aeiou";
int occ = 0;
for (char const &c: word) {
if (vowels.find(c) != std::string::npos){
occ++;
... | [
"celestine.sauvage@gmail.com"
] | celestine.sauvage@gmail.com |
3248869efd3b45aaad6820812961e057486d26a5 | 6922d9f3c59cc35ddf0aa8c7d69ac249cabb2658 | /代码/hanzi-detection/tools/kitti_evaluate/evaluate_object.cpp | 1fc9611496954ebf7f9a5b0d1ee80615ecd6a275 | [] | no_license | monkeyshichi/Huawei_Handwriting | c93dde0854655b024e13746d53b53aadcaa4703f | 1b40ede901c0b158ebb88ac30abd5532fe91efa3 | refs/heads/master | 2020-05-09T21:08:55.673303 | 2019-04-12T09:02:24 | 2019-04-12T09:02:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,624 | cpp | #include <iostream>
#include <algorithm>
#include <stdio.h>
#include <math.h>
#include <vector>
#include <numeric>
#include <strings.h>
#include <assert.h>
using namespace std;
/*=======================================================================
STATIC EVALUATION PARAMETERS
=====================================... | [
"cuiweifu@datafountain.cn"
] | cuiweifu@datafountain.cn |
175a979b73f283ef1c3c2a3dfbcd449519097837 | 870473f8e4be3b381e423df32981f3dccec9a928 | /src/CategoryStream.cpp | 954aacace5a0011817d17a5f7771337f42034fd7 | [] | no_license | aponysos/log4cpp-msvc14 | 8e99989e16be5127d8fbc5a6886a6ede5c6816ca | 6cd03a80ca4b2fc6db8d278f1b4a72de98071e42 | refs/heads/master | 2021-05-07T20:54:26.593148 | 2017-11-15T16:24:11 | 2017-11-15T16:24:11 | 108,975,970 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,807 | cpp | /*
* CategoryStream.cpp
*
* Copyright 2001, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
* Copyright 2001, Bastiaan Bakker. All rights reserved.
*
* See the COPYING file for the terms of usage and distribution.
*/
#include "PortabilityImpl.hh"
#ifdef LOG4CPP_HAVE_UNISTD_H
# include <unistd.h... | [
"aponysos@163.com"
] | aponysos@163.com |
1bcedf3d50b156951ec0eb4bc4f297c171050fa6 | 4ee460e54b06c75ec49ac07932c75e26b553c370 | /ITP1/Topic08/Ring.cpp | 179e2068be4cf6a62cbae8d288407c200791fca5 | [] | no_license | ryo-manba/AOJ | 0fc1c5417b5847e312eb6dc3cd7179c7e7e07b7e | 50c421d59037a0d3793d037453eeb7e5ec8c0ee2 | refs/heads/main | 2023-08-25T18:00:22.666033 | 2021-10-07T02:28:39 | 2021-10-07T02:28:39 | 347,805,964 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 404 | cpp | #include<bits/stdc++.h>
typedef long long int ll;
typedef unsigned long long int ull;
#define BIG_NUM 2000000000
#define HUGE_NUM 4000000000000000000
#define MOD 1000000007
#define EPS 0.000000001
using namespace std;
int main()
{
string s, p;
cin >> s >> p;
string ss = s + s;
if (ss.find(p) != string:... | [
"datemanba3@gmail.com"
] | datemanba3@gmail.com |
fd2e156ce4baf5c75a5ca71e4c9ff737f9a00ef5 | 61766a6bebd49cd4914f6fc6732402070a78d22a | /SongWei_20170209/piratecat/includes/owchart/include/Calendar/CMonth.h | 49ab7f1685ca7428ad669e2ad12219593d3eabd1 | [] | no_license | daxiadongxin/dataquery | 5b2d2d34689c19e1a949798fe0c72412a90020a6 | 3459a169460d65f03d83b12ecf9e04bb4debcd61 | refs/heads/master | 2020-06-06T09:19:01.302715 | 2018-03-14T08:56:32 | 2018-03-14T08:56:32 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,129 | h | /*****************************************************************************\
* *
* CMonth.h - Month functions, types, and definitions *
* *
... | [
"252648281@qq.com"
] | 252648281@qq.com |
32ad8ef4d2fa1c3f126a44992cf35644aeb445e0 | 5da1dc6549cd51fc524a2d9baebd00e2c61f20f7 | /Classes/data/LocalDataManger.cpp | e476c6d26ccfcb165070d107aab6fa2e783fc5e6 | [] | no_license | atom-chen/gameclass | c8de5716a2c15872706491db55c9d170665f22d6 | eeb78bd95a9a621bd64cd37cf70a22e9bebd278b | refs/heads/master | 2020-07-04T14:46:22.154585 | 2018-08-26T10:27:24 | 2018-08-26T10:27:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 64,386 | cpp | //
// LocalDataManger.cpp
// game1
//
// Created by 俊盟科技1 on 8/22/14.
//
//
#include "LocalDataManger.h"
#include "rapidxml.hpp"
#include "rapidxml_utils.hpp"
#include "rapidxml_print.hpp"
#include "LocalFileManger.h"
using namespace rapidxml;
using namespace cocos2d;
static LocalDataManger *s_sharedLocalDataManger... | [
"fengmm521@gmail.com"
] | fengmm521@gmail.com |
578bb61d527e2e9e4c9a00751a863fa71dcb9ddd | bc3f2f7e3c97a19de4b7b7a2e0a7b0923be1dea8 | /MagicalRobot/Temp/StagingArea/Data/il2cppOutput/Bulk_System_5.cpp | dcf2e21b71d07b163b37a0a411b217611884f0a6 | [] | no_license | ericrosenbrown/CARebot | 38aca50c1b4fc6865490bed41c0de2ace1f7d6ed | b3fc101a07bcc3ac550a29799d0fab54ba6a05c6 | refs/heads/master | 2022-07-12T15:35:31.316175 | 2020-05-15T21:20:40 | 2020-05-15T21:20:40 | 264,301,379 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,328,010 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codeg... | [
"ericrosen@erics-mbp-3.devices.brown.edu"
] | ericrosen@erics-mbp-3.devices.brown.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.