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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
24dc7755703362911cbc4256bc9c78decd1f8d85 | 6d41ed2a0473c7912d7039b5a6ae446d8fdc0e68 | /build-productionsafetycontrolsys-Desktop_Qt_5_7_0_MSVC2013_32bit-Debug/ui_ticketstepmonitor.h | 7316d6af65a01358afc333714450b5f8976835a1 | [] | no_license | dongdong-2009/productionsafetycontrolsys-liyg | cbfbad9086e9c944964e234b900e474a6269bfdc | d3492ec29947e9558fe0e2a22b1f86a4bcf746bc | refs/heads/master | 2021-06-16T00:37:12.386326 | 2017-05-02T03:14:23 | 2017-05-02T03:14:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,367 | h | /********************************************************************************
** Form generated from reading UI file 'ticketstepmonitor.ui'
**
** Created by: Qt User Interface Compiler version 5.7.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
*********************************... | [
"liyg0428@icloud.com"
] | liyg0428@icloud.com |
22d190e8df318e90536225b89ce62f50ecb4ac0e | 36aac418c0742bb1da59c45f1746662c37c8d378 | /services/network/mdns_responder_unittest.cc | ffc6f9d7d211fa71b3925d9440fb6c8b6854c0df | [
"BSD-3-Clause"
] | permissive | qianjianxin/chromium | 42e87f8684c29831bb5d196b44d74a33078155cd | 436a929ab681aeadb71b4578607cb8f58d69059b | refs/heads/master | 2022-11-29T11:32:42.266249 | 2018-11-07T11:18:20 | 2018-11-07T11:18:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 41,811 | 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 <map>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "services/network/mdns_responder.h"
#include "base/bind... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
f4e3bfac36cc351285ae9f4405778ec382fac74c | 408f1881184b049f946520a0af08b8f136094d2c | /Enigma/MainWindow.cpp | 9670819fd34426c61fe41e4f1ccf53bbac4c8d30 | [] | no_license | ZingFreelancer/Enigma | aaf655c220a0e7391fc265b956dee8d7ad180a92 | d37d9342f7d7e823ca1dc9c6b3431d442df84e5e | refs/heads/master | 2021-01-16T20:04:31.157667 | 2017-10-31T17:12:21 | 2017-10-31T17:12:21 | 100,197,398 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,830 | cpp | #include "MainWindow.h"
#include "Utility.h"
using namespace Utility;
void Enigma::MainWindow::update_rotor_display()
{
display_key = gcnew String(enigma->GetRotorKey().c_str());
txt_LR_key->Text = display_key[0].ToString();
txt_MR_key->Text = display_key[1].ToString();
txt_RR_key->Text = display_key[2].ToString()... | [
"heaven_knight@hotmail.com"
] | heaven_knight@hotmail.com |
dbfd0dc5f0d663d58300374d48dd64431eb9802f | b04911a59260a76478923eb7bd89479cf31806c8 | /ai/CompositeState.cpp | 32c4d1759d8c075fe17f3f6a885da54834658a20 | [] | no_license | sandybisaria/CarDemo | 1d839ca38065327909b3276be5f92d92e6aff45b | a78ea385d417197302dbf221903bebb989dc9c95 | refs/heads/master | 2020-04-16T13:08:35.071561 | 2016-08-10T19:08:03 | 2016-08-10T19:08:03 | 60,860,861 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 528 | cpp | #include "States.hpp"
CompositeState::CompositeState(ControllerInterface *interface, double speed,
double angle)
: BaseState(interface) {
ssState = new StopSignState(mInterface, speed, angle);
tlState = new TrafficLightState(mInterface, speed, angle);
}
BaseState* CompositeState::update(float dt) {
if (... | [
"mohideen.syed@rocketmail.com"
] | mohideen.syed@rocketmail.com |
252b2b97cd4a09999c224e44f050d9e7def37a34 | 010d15dc0decb12310e42d355ce68ffcece98921 | /src/main/cpp/algorithm/BreadthFirstSearch.cpp | b315aba5a400d0bf61dbd36c48e94dfa73b1fa14 | [] | no_license | kuwako/atcoder | 4e370eb801957415eea17098f52fb28241ee71f6 | 16250d705b3d6971ec53ac2a1e2aae967942be85 | refs/heads/master | 2021-05-25T11:45:32.674724 | 2018-09-01T14:30:50 | 2018-09-01T14:30:50 | 127,301,974 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 984 | cpp | #include<iostream>
#include<queue>
using namespace std;
static const int N;
static const int INFTY = (1<<21);
int n, M[N][N];
int d[N];
void bfs(int s)
{
queue<int> q;
q.push(s);
for (int i = 0; i < n; ++i) d[i] = INFTY;
d[s] = 0;
int u;
while (!q.empty()) {
u = q.front(); q.pop();
... | [
"m.kuwako0702@gmail.com"
] | m.kuwako0702@gmail.com |
92604a9ddbc23e4f70842c03f40e4cdf5ff1ad79 | d01dc4b327e33816ac2ce2af40945a721f7b5854 | /aws-cpp-sdk-ec2/source/model/NetworkInfo.cpp | 47241a91e8303b0b2128770844f3a6fb6515b09e | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | hpcc-systems/aws-sdk-cpp | 36f89272e3b140fea596c73234c09fb240f86520 | 9c93f28159e1e01ea3ef789a1b0c2c9643955c96 | refs/heads/master | 2022-07-17T05:18:08.190972 | 2020-10-19T20:59:11 | 2020-10-19T20:59:11 | 90,974,127 | 0 | 1 | Apache-2.0 | 2022-06-30T14:47:34 | 2017-05-11T11:58:14 | C++ | UTF-8 | C++ | false | false | 6,572 | cpp | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/ec2/model/NetworkInfo.h>
#include <aws/core/utils/xml/XmlSerializer.h>
#include <aws/core/utils/StringUtils.h>
#include <aws/core/utils/memory/stl/AWSStringStream.h>
#include <utility>
... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
727781b35dbeffbafa7235fa13593ffdcd9e7b9a | d0c6a2726c24087c8c321abd8b54542c3963eb0f | /riskfactor/risk_factor/bond_yield.hpp | 7daf5f163cf952cde52c4d252c5192c3479edfa5 | [] | no_license | hanjin-kim/risk-factor-analysis-engine | d6f9c4c480237f52f63700b48d981f7992dcd624 | 5648e8c9351b686442c2e4cdb7177ca313e0b1ab | refs/heads/master | 2020-04-12T09:16:24.691714 | 2019-02-11T04:42:37 | 2019-02-11T04:42:37 | 162,397,117 | 3 | 1 | null | null | null | null | UHC | C++ | false | false | 1,924 | hpp | #ifndef fre_riskfactor_bond_yield_hpp
#define fre_riskfactor_bond_yield_hpp
#include <limits>
#include <riskfactor/risk_factor.hpp>
namespace fre
{
namespace riskfactor
{
typedef Data Yield;
typedef Data Duration;
class BondYield : public RiskFactor
{
Duration duration;
public :
/// 생성자
BondY... | [
"hjkim2@RND-CUDA"
] | hjkim2@RND-CUDA |
64abcaacf4c8e52f7b656d59c69fe5ed144ff2f4 | 5d83739af703fb400857cecc69aadaf02e07f8d1 | /Archive2/22/7722931bf5bc51/main.cpp | 3cc1e98ae6f90c9067a27564aa4987f2f38fcd0d | [] | 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 | 306 | cpp | Intent intent = new Intent(Intent.ACTION_SEND);
intent.setType("plain/text");
intent.putExtra(Intent.EXTRA_EMAIL, new String[] { "some@email.address" });
intent.putExtra(Intent.EXTRA_SUBJECT, "subject");
intent.putExtra(Intent.EXTRA_TEXT, "mail body");
startActivity(Intent.createChooser(intent, "")); | [
"francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df"
] | francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df |
1b4c683a53707d8cefc42e90b2ff625a880b013b | 536656cd89e4fa3a92b5dcab28657d60d1d244bd | /third_party/blink/renderer/core/svg/svg_animated_number.h | 1f31b2675a4bdc9230cc700179a2dde55222e195 | [
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"BSD-3-Clause",
"MIT",
"Apache-2.0"
] | permissive | ECS-251-W2020/chromium | 79caebf50443f297557d9510620bf8d44a68399a | ac814e85cb870a6b569e184c7a60a70ff3cb19f9 | refs/heads/master | 2022-08-19T17:42:46.887573 | 2020-03-18T06:08:44 | 2020-03-18T06:08:44 | 248,141,336 | 7 | 8 | BSD-3-Clause | 2022-07-06T20:32:48 | 2020-03-18T04:52:18 | null | UTF-8 | C++ | false | false | 3,547 | h | /*
* Copyright (C) 2014 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | [
"pcding@ucdavis.edu"
] | pcding@ucdavis.edu |
960f41cd7c969af17281561005bd5c43dc609bfe | efa9be53cf1094300ed66fe09d19d3886de7e663 | /tests/regressions/execution_tree/list_of_variables_244.cpp | 2e1c5481998e113fef9deb158020a953c03da3f8 | [
"BSL-1.0"
] | permissive | STEllAR-GROUP/phylanx | 25a6d1ecf8493fd77583d9b54ea4f6b7f2fcac63 | 443ba956e47c2c5ae1e3b6d0f51bb31930fa83e9 | refs/heads/master | 2022-04-30T13:57:26.767667 | 2022-04-06T13:57:01 | 2022-04-06T13:57:01 | 101,409,977 | 87 | 55 | BSL-1.0 | 2022-04-06T13:57:02 | 2017-08-25T14:07:21 | C++ | UTF-8 | C++ | false | false | 1,243 | cpp | // Copyright (c) 2018 Hartmut Kaiser
//
// 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)
// Fixing #244: Can not create a list or a vector of previously defined variables
#include <phylanx/phylanx.hpp>
#incl... | [
"hartmut.kaiser@gmail.com"
] | hartmut.kaiser@gmail.com |
c0b8888009fe362fce958510ca2e7afd7c9eee7f | 8c82a12ebb0a032eeda2b607a018154819afc68d | /pepper_neural_network_ncnn/src/main/cpp/yolo.h | 175d2a6191a727199c4fa9b5793737793641ddca | [] | no_license | softbankrobotics-labs/pepper-deep-learning | 0eb176950a8deeaeb6e4c29c42259288ecec9f44 | 62dc9776d63b95b22dc11ebc690d42761d6335d3 | refs/heads/main | 2023-08-10T23:58:04.144878 | 2021-09-16T09:14:14 | 2021-09-16T09:14:14 | 405,008,518 | 9 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 706 | h | //
// Inspired by https://github.com/dog-qiuqiu/Android_NCNN_yolov4-tiny
//
#ifndef YOLO_H
#define YOLO_H
#include "ncnn/net.h"
namespace cv{
typedef struct{
int width;
int height;
} Size;
}
typedef struct BoxInfo {
float x1;
float y1;
float x2;
float y2;
float score;
... | [
"rhumbert@aldebaran-robotics.com"
] | rhumbert@aldebaran-robotics.com |
6a8f924d482fb76486b7d2f7d0745d3472fef27d | c9cf0586ace11aa32fa67606d237a130a06364ee | /circular-cylinder-10-40/18.25/p | 4587187769a320dfd50b027f76274263fe5afecd | [] | no_license | jezvonek/CFD-Final-Project | c74cfa21f22545c27d97d85cf30eb6dc8c824dc1 | 7c9a7fb032d74f20888effa0a0b75b212bf899f4 | refs/heads/master | 2022-07-05T14:43:52.967657 | 2020-05-14T03:40:56 | 2020-05-14T03:40:56 | 262,370,756 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 23,838 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6.0
\\/ M anipulation |
\*-----... | [
"danieler@login2.stampede2.tacc.utexas.edu"
] | danieler@login2.stampede2.tacc.utexas.edu | |
b809ada69e696b0769e177301a00235e4bd34798 | ebb13f9ba0ab1ab500ff0c27b3bc9a64d61bd872 | /hw6/image.cpp | 22410573324aecba97715af32512156b4f517638 | [] | no_license | kartnat/cme211 | 7f3fd7bea7f4050ec061f68e0b68028a4aad8fd4 | f53ef318c841079705e746dc266c3be565398186 | refs/heads/master | 2023-01-30T22:51:00.731599 | 2020-11-21T23:19:25 | 2020-11-21T23:19:25 | 320,638,937 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,349 | cpp | #include <boost/multi_array.hpp>
#include <cmath>
#include <iostream>
#include <jpeglib.h>
#include <math.h>
#include <stdexcept>
#include <string>
#include "hw6.hpp"
#include "image.hpp"
#define BOOST_DISABLE_ASSERTS
void Convolution(boost::multi_array<unsigned char,2>& input,
boost::multi_array<... | [
"kartnat@stanford.edu"
] | kartnat@stanford.edu |
32fe66f20c83fc0bd871f87e54f7f8928557667e | 6ed471f36e5188f77dc61cca24daa41496a6d4a0 | /SDK/RocketLauncherFemaleAnimBlueprint_classes.h | 0e26930314c635ad4fcd37d6fa8f3d07bca3adcc | [] | no_license | zH4x-SDK/zARKSotF-SDK | 77bfaf9b4b9b6a41951ee18db88f826dd720c367 | 714730f4bb79c07d065181caf360d168761223f6 | refs/heads/main | 2023-07-16T22:33:15.140456 | 2021-08-27T13:40:06 | 2021-08-27T13:40:06 | 400,521,086 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 829 | h | #pragma once
// Name: ARKSotF, Version: 178.8.0
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
// Classes
//---------------------------------------------------------------------------
// AnimBlueprintGeneratedClass Rocket... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
563c447e96a294ba9db820cb90b334aaf9f09982 | 69036ab751de37ffd9e0cc102bb3117357659b84 | /stl-library/initializing_vector.cpp | d7150e7aeb42dc00c35a73ad12e52ffbcdb7141f | [] | no_license | Augustinetharakan12/My-Interview-Preps | 90aa0c71405687c2d8077a1b9be527456bd90679 | 9703925bebea05a7666f786751ac6941f33ea009 | refs/heads/master | 2020-05-07T19:59:33.867078 | 2020-03-28T12:58:16 | 2020-03-28T12:58:16 | 180,839,904 | 4 | 2 | null | 2019-10-11T16:53:12 | 2019-04-11T17:03:51 | C++ | UTF-8 | C++ | false | false | 1,003 | cpp | /*#include <iostream>
#include <algorithm>
#include <vector>
#include <numeric>
*/
#include <bits/stdc++.h>
using namespace std;
void display(vector<int> vect, int vect_size) {
int i;
for(i=0; i<vect_size; i++)
cout << " " << vect[i];
}
int main() {
int arr[] = {1, 2, 3, 4};
int arr_size = sizeof(arr)/sizeof(a... | [
"augustinetharakan12@gmail.com"
] | augustinetharakan12@gmail.com |
10ed9e8f28789ab14c849f2b8a2fb29ac77b8b24 | 45eda4611f8fee12f1764d2f7b67ce1393436c51 | /src/util/IllegalArgumentException.cpp | ccdea86e8271966a8614f4a17df63954ef0e4a87 | [] | no_license | nukes/pyXerces | 116a4b4a0a36028efd41f99174faee5e3822eb6a | 3cccd979e134491fcf6a1db57fd6c9b4d3109017 | refs/heads/master | 2020-05-19T12:12:57.976210 | 2017-09-10T08:01:18 | 2017-09-10T08:01:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 594 | cpp | /*
* IllegalArgumentException.cpp
*
* Created on: 2013/02/28
* Author: mugwort_rc
*/
#include "IllegalArgumentException.h"
#include <boost/python.hpp>
//! for forward declaration
#include <xercesc/framework/MemoryManager.hpp>
#include <xercesc/util/IllegalArgumentException.hpp>
#include "XMLException.h"... | [
"mugwort.rc@gmail.com"
] | mugwort.rc@gmail.com |
31afdacf16f4c6355c334b115b948d7e6a1b5adc | 954d216e92924a84fbd64452680bc58517ae53e8 | /source/math/nckVec2.cpp | ce202965f9d4bac1b4dad950be751578f8566bbc | [
"MIT"
] | permissive | nczeroshift/nctoolkit | e18948691844a8657f8937d2d490eba1b522d548 | c9f0be533843d52036ec45200512ac54c1faeb11 | refs/heads/master | 2021-01-17T07:25:02.626447 | 2020-06-10T14:07:03 | 2020-06-10T14:07:03 | 47,587,062 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 4,317 | cpp |
/**
* NCtoolKit © 2007-2017 Luís F.Loureiro, under zlib software license.
* https://github.com/nczeroshift/nctoolkit
*/
#include "nckVec3.h"
#include "nckVec2.h"
#include "nckVec4.h"
#include "nckPolynomialSolver.h"
#include "nckMat44.h"
#include <sstream>
#include <math.h>
_MATH_BEGIN
Vec2::Vec2(){
m_X = 0;
m... | [
"nczeroshift.dev@gmail.com"
] | nczeroshift.dev@gmail.com |
33252f22a998921f8eb1c25c893ff37eb023c402 | d70ffa58b4cfeb21a9d7d51d530369488b2c07a2 | /Plus_One.cpp | 7f2dfe88c1466eac0d7b234dd9200e430c041fec | [] | no_license | pramod3009/leetcode | 0eb0c04e537d4a353114594debc1c792b7783e65 | 5f4e165b7e7d0e99607522a62a1b29d165559a83 | refs/heads/master | 2023-06-21T11:19:05.445737 | 2021-07-25T22:44:50 | 2021-07-25T22:44:50 | 273,813,595 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 582 | cpp | class Solution {
public:
vector<int> plusOne(vector<int>& digits) {
int n = digits.size();
int carry = 0 ;
int sum = 0;
for(int i = n-1;i>=0;i--){
if(i == n-1){
sum = digits[i] + 1;
carry = int(sum/10);
digits[i] = sum % 10;
... | [
"="
] | = |
a74036cf08654b9a73bdd8fbfe2d844ddbffd0f9 | 1b97d9c1c9c8c6e7bbaacc781ddb87d82ce7d676 | /libs/page/include/romz/page/PersistedData.h | 3ba36d78700a6c233dca622d965f6d4444ab619b | [
"Apache-2.0"
] | permissive | romz-pl/romz-btree | 1bbe2b30def4d1331d0a2138d7a30f4aaea76e9b | 8f0634fa68c9c3245e53c81d100c1cf7a0bcac41 | refs/heads/master | 2020-05-05T08:27:11.837174 | 2019-04-11T16:24:08 | 2019-04-11T16:24:08 | 179,864,857 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 905 | h | #pragma once
#include <romz/page/PPageData_fwd.h>
#include <cstdint>
class Spinlock
{
public:
bool try_lock() { return true; }
void unlock() { }
};
namespace romz {
// A wrapper around the persisted page data
struct PersistedData
{
PersistedData();
PersistedData(const PersistedData &other);
... | [
"romz@wp.pl"
] | romz@wp.pl |
a1e01d57b4ff9854aba2020a69d39a074b52af4c | 7023e0bf293413d0b5a1ba97d25bb7d023a42df8 | /tip/find_search.cpp | 696266c2cf8b8676b28d46e98164a2a8e942338c | [] | no_license | hkhl/cplusplus | dcbcb0f4bec7d3eebfd58ecc17dc9d6f4c545cf6 | 9c0c487b26c2b773d5308876af4ca03e8b3efba4 | refs/heads/master | 2020-03-08T13:06:54.914343 | 2018-07-04T13:19:42 | 2018-07-04T13:19:42 | 128,149,340 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 866 | cpp | #include <iostream>
#include <algorithm>
using namespace std;
//find find_if search
int handle(int num)
{
if (num > 4) {
return 1;
}
else {
return 0;
}
}
int main()
{
vector<int> v;
v.push_back(1);
v.push_back(2);
v.push_back(6);
v.push_back(3);
v.push_ba... | [
"dhkhl235@gmail.com"
] | dhkhl235@gmail.com |
249aecb6b7b10b6348d500d5bb46622d546b42fa | 5499e8b91353ef910d2514c8a57a80565ba6f05b | /src/modular/lib/modular_test_harness/cpp/test_harness_fixture.h | ae7dcd14b9d6766e5c883affb47cee8c14771087 | [
"BSD-3-Clause"
] | permissive | winksaville/fuchsia | 410f451b8dfc671f6372cb3de6ff0165a2ef30ec | a0ec86f1d51ae8d2538ff3404dad46eb302f9b4f | refs/heads/master | 2022-11-01T11:57:38.343655 | 2019-11-01T17:06:19 | 2019-11-01T17:06:19 | 223,695,500 | 3 | 2 | BSD-3-Clause | 2022-10-13T13:47:02 | 2019-11-24T05:08:59 | C++ | UTF-8 | C++ | false | false | 1,458 | h | // Copyright 2019 The Fuchsia 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 SRC_MODULAR_LIB_MODULAR_TEST_HARNESS_CPP_TEST_HARNESS_FIXTURE_H_
#define SRC_MODULAR_LIB_MODULAR_TEST_HARNESS_CPP_TEST_HARNESS_FIXTURE_H_
#include... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
e1077cf858d161dfb722d573c59189fa37793a11 | 40d1b3ccb50e14bd3cb09615b73145442df855dd | /Include/Util/OrderTicketMap.h | cbc3cc9b055214f6eee1e7d0f91f1d4a09aa35ec | [] | no_license | 7thTool/XIndicator | 3dca4ff1abeb008789507ea301cf06e7665b1060 | c1f3b8670b0edb08ccef3080107879a818e0796a | refs/heads/master | 2021-09-14T00:09:52.979019 | 2018-02-13T01:58:25 | 2018-02-13T01:58:25 | 116,358,840 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,366 | h | #ifndef _H_ORDERTICKET_H_
#define _H_ORDERTICKET_H_
template<class T>
class OrderTicketMap
{
typedef OrderTicketMap<T> This;
public:
OrderTicketMap()
{
}
~OrderTicketMap()
{
}
protected:
public:
void OnResponseOrderSend(const OrderInfo& order)
{
}
void OnOrderTicketChanged(int orderType)
{
}
B... | [
"i7thTool@qq.com"
] | i7thTool@qq.com |
a24b82dacc68193664005d8ead58ac09044fc4e8 | 02bde3948681b41ab5b94553cc87ca2bfd38f159 | /src/face_detection/assets/detection/face_detector/3rdparty/ncnn/src/layer/arm/convolution_arm.h | ede6b3fadbfc27f607c2550e4ce6b06b3cfa07a7 | [
"Zlib",
"BSD-3-Clause",
"BSD-2-Clause",
"MIT"
] | permissive | SharpAI/DeepCamera | 84829f615a9fe6e3e3d67cb96b3143304ecbad59 | 6375e7c7cfda90345e9182214e9208a42b5254a7 | refs/heads/master | 2023-06-18T05:07:19.163001 | 2023-01-18T18:03:19 | 2023-01-18T18:03:19 | 173,961,960 | 1,548 | 244 | MIT | 2022-10-07T18:23:20 | 2019-03-05T14:29:23 | JavaScript | UTF-8 | C++ | false | false | 1,336 | h | // Tencent is pleased to support the open source community by making ncnn available.
//
// Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
//
// Licensed under the BSD 3-Clause License (the "License"); you may not use this file except
// in compliance with the License. You may obtain a copy ... | [
"solderzzc@gmail.com"
] | solderzzc@gmail.com |
63f8a7c40b2912e5cc3659ff13a291aa0bed26dc | f55d38ad90f488572a8bf7729c837a0a565937bb | /HackerRank/Algorithms/Staircase.cpp | 9bb918db3dd0246f7c86f052ca1b749b367c3597 | [] | no_license | tapanmeena/Online-Judges | 613ba746536dd05eec7396245ee7e69aa6abcc18 | caf5be847a3b636f305da0269b89abd520478cbc | refs/heads/master | 2020-05-15T12:15:33.632032 | 2019-04-19T12:05:13 | 2019-04-19T12:05:13 | 182,237,462 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 227 | cpp | #include<iostream>
using namespace std;
int main()
{
int n;
cin>>n;
for(int i=1;i<=n;i++)
{
for(int j=n-i;j>0;j--)
{
cout<<" ";
}
for(int k=1;k<=i;k++)
{
cout<<"#";
}
cout<<endl;
}
}
| [
"tapanmeena1998@gmail.com"
] | tapanmeena1998@gmail.com |
0d5661b511a145f1bff5c0434fcd253c043d54a7 | 2b60d3054c6c1ee01f5628b7745ef51f5cd3f07a | /Physics/ManyWorlds/libtwigg/camera.cpp | cf9459d8dfdf76e38a96cd02ceaad079390bff5f | [
"BSD-2-Clause"
] | permissive | LUOFQ5/NumericalProjectsCollections | 01aa40e61747d0a38e9b3a3e05d8e6857f0e9b89 | 6e177a07d9f76b11beb0974c7b720cd9c521b47e | refs/heads/master | 2023-08-17T09:28:45.415221 | 2021-10-04T15:32:48 | 2021-10-04T15:32:48 | 414,977,957 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,430 | cpp | #include "stdafx.h"
#ifdef __APPLE__
#include <OpenGL/glu.h>
#else
#include <GL/glu.h>
#endif
#include <iostream>
#include <cassert>
#include "twigg/gslWrappers.h"
#include "twigg/camera.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
using namespace std;
using namespace vl;
const float kMouseRotationSensitivity =... | [
"1614345603@qq.com"
] | 1614345603@qq.com |
85273bb130d833291891b88b9c044f3a5d8ac5bc | d4a854fdf78282232739a23d0a2ea80f8fccf14a | /Source/Steam/Interface/ISteamRemoteStorage004.h | 92f9e60ef1c0bde7743866c0d7c29e4ab002164c | [] | no_license | GEEKiDoS/SteamBase | 7f7ac61092d1ea71f8ace0f662e5b4a692b0d08f | 771aa55e47d2ab662d5961a354ab1dcdd7567cd9 | refs/heads/master | 2021-06-20T05:00:33.924486 | 2017-08-09T20:16:38 | 2017-08-09T20:16:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,365 | h | //========================== Open Steamworks ================================
//
// This file is part of the Open Steamworks project. All individuals associated
// with this project do not claim ownership of the contents
//
// The code, comments, and all related files, projects, resources,
// redistributables includ... | [
"convery10122@gmail.com"
] | convery10122@gmail.com |
4b587077fa096ca4fb23606f331919780691cfc6 | 045ad86b79d87f501cfd8252ecd8cc3c1ac960dd | /RxTransport/RWChannel.h | 9a7df483ff6a86664fa191e7ec5737b37162080a | [
"MIT"
] | permissive | intact-software-systems/cpp-software-patterns | 9513e4d988342d88c100e4d85a0e58a3dbd9909e | e463fc7eeba4946b365b5f0b2eecf3da0f4c895b | refs/heads/master | 2020-04-08T08:22:25.073672 | 2018-11-26T14:19:49 | 2018-11-26T14:19:49 | 159,176,259 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 799 | h | #pragma once
#include"RxTransport/CommonDefines.h"
#include"RxTransport/MessageChannel.h"
#include "SubscriberChannel.h"
#include "PublisherChannel.h"
namespace BaseLib { namespace Concurrent {
template <typename T>
class RWChannel
{
public:
RWChannel(const std::shared_ptr<SubscriberChannel<T>>& subscriber, std:... | [
"intact.software.systems@gmail.com"
] | intact.software.systems@gmail.com |
98b2bb64dbba3dfe54e2e9da34afc91e119d1637 | 7b4a0a266f8488f2b2596d95e6f5c985c8f232b9 | /algos_and_data_structures/algo/number_of_transposition_in_permutation.cpp | bd2870aabd85baeb000750097535b7ccf3ef522d | [] | no_license | shishirkumar1996/cp | 811d8607d5f460fcec445db9af4853c550aee685 | e89cb840e5b3fd91be4b9402a6fdcb20bb3466c6 | refs/heads/master | 2020-03-10T11:06:17.696405 | 2019-01-04T07:12:45 | 2019-01-04T07:12:45 | 129,348,767 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 723 | cpp | #include <bits/stdc++.h>
using namespace std;
#define N 1000001
int visited[N];
int goesTo[N];
int dfs(int i){
if (visited[i] == 1)return 0;
visited[i] = 1;
int x = dfs(goesTo[i]);
return (x + 1);
}
int noOfTranspositions(int P[], int n){
for (int i = 1; i <= n; i++) visited[i] = 0;
fo... | [
"shishirsharad@yahoo.com"
] | shishirsharad@yahoo.com |
d8c0261009802deb55748d0fb0bbfe9cb5dcf34a | c68f791005359cfec81af712aae0276c70b512b0 | /0-unclassified/ekg.cpp | 9de1af60f5f2089cb56302a28940cf62148fe76c | [] | no_license | luqmanarifin/cp | 83b3435ba2fdd7e4a9db33ab47c409adb088eb90 | 08c2d6b6dd8c4eb80278ec34dc64fd4db5878f9f | refs/heads/master | 2022-10-16T14:30:09.683632 | 2022-10-08T20:35:42 | 2022-10-08T20:35:42 | 51,346,488 | 106 | 46 | null | 2017-04-16T11:06:18 | 2016-02-09T04:26:58 | C++ | UTF-8 | C++ | false | false | 1,373 | cpp | #include <bits/stdc++.h>
typedef long long LL;
typedef double DB;
#define sf scanf
#define pf printf
#define mp make_pair
#define nl printf("\n")
#define FOR(i,a,b) for(i = a; i <= b; ++i)
#define FORD(i,a,b) for(i = a; i >= b; --i)
#define FORS(i,n) for(i = 0; i < n; ++i)
#define FORM(i,n) for(i = n - 1; i >= 0; --... | [
"l.arifin.siswanto@gmail.com"
] | l.arifin.siswanto@gmail.com |
23c036484d33fb46e546828055b2f92a1e6be7b9 | 5362932661875fbdc6fed0e4e3f0c1d500aaaf17 | /Duno/Duno-Core/Assets/FileLoader/ImageFile.cpp | 005296c0c9b40b539dcb8d76d6b5d507252e4f7b | [
"Apache-2.0"
] | permissive | DunoGameEngine/Duno | 3d5491b8fc2cea59707c081cbb355f4168026148 | f6c0fd5371a73ccb5ea1ba78540854b831b75b7f | refs/heads/master | 2021-06-08T06:02:30.482401 | 2016-12-18T18:31:46 | 2016-12-18T18:31:46 | 68,043,688 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 124 | cpp | #include "ImageFile.h"
FileType::ImageFile FileType::ImageFile::load(FileType::File file)
{
return ImageFile(file);
} | [
"theZombiebrine2@gmail.com"
] | theZombiebrine2@gmail.com |
e06ccf8c35560908571b297f4059fe19cc3c01d0 | 620577fc9273cb4e1d37bfe29dacfe1c0ab5c5b6 | /playVideo/libyuv/src/main/jni/source/mjpeg_decoder.cc | 911450791f9e5f1029fbbcf005baa41fe10f43fd | [] | no_license | xlloss/PlayVideo | fd61c9b21964817bdadbe8dbf3ecd01a68c8eaf4 | d52a643367328724f11c8050dace05a382069fda | refs/heads/master | 2022-07-03T23:43:25.675028 | 2020-05-15T16:41:37 | 2020-05-15T16:41:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,905 | cc | /*
* Copyright 2012 The LibYuv Project Authors. All rights reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing p... | [
"hjt505694246@163.com"
] | hjt505694246@163.com |
1a400e2ae58b709101b346fcb3b153338e3c5c31 | 94e696f57ff13159856cabc8d97779a8ed588d29 | /crypto/Padder.h | c0f2510c97125ccd7afef678cb931b3d03050203 | [] | no_license | njlr/stun | 4262142adecdd6b7aa1b509a8a8b7a2a8e5ace8f | e9158e842bf4867f5494b554642f817d3949b3b8 | refs/heads/master | 2021-01-22T13:52:53.253879 | 2017-08-18T05:50:29 | 2017-08-18T05:50:29 | 100,695,056 | 0 | 0 | null | 2017-08-18T09:15:44 | 2017-08-18T09:15:43 | null | UTF-8 | C++ | false | false | 369 | h | #pragma once
#include <crypto/Encryptor.h>
#include <common/Util.h>
#include <unistd.h>
namespace crypto {
class Padder : public Encryptor {
public:
Padder(size_t minSize);
virtual size_t encrypt(Byte* data, size_t size, size_t capacity) override;
virtual size_t decrypt(Byte* data, size_t size, size_t capac... | [
"reg@ljh.me"
] | reg@ljh.me |
e673aedff109675e28b3dfb2d39a79aa09289421 | f03d1763fd7c65a6203e8e4c38f704c79a9b62b6 | /OtE source/Edgewalker/GUI/GUIButton.cpp | ddbacd9575f267b45de670bd9dee7ca24917b249 | [
"MIT"
] | permissive | errantti/ontheedge | 05be0a7ec00b150386233eb44c5df7b6ea2ab6cf | 1dd5c630bdd6353183002e6f182847503efffc04 | refs/heads/master | 2023-02-22T13:32:37.456640 | 2021-01-23T19:23:02 | 2021-01-23T19:23:02 | 332,289,657 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 3,439 | cpp | // On the Edge
//
// Copyright © 2004-2021 Jukka Tykkyläinen
//
// 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, cop... | [
"jukka.tykkylainen@gmail.com"
] | jukka.tykkylainen@gmail.com |
501110d874ff9bb1f82c1a9196a7e17802db81c4 | 827e40cc066fbb72d4b86b396b38028863686df5 | /chromeos/services/libassistant/grpc/assistant_client_v1.h | c902dc69c4ed4d7fbd84324cf8d4464464b0484c | [
"BSD-3-Clause"
] | permissive | Sunder-AK/chromium | b06dd0aaa575d0e246156bcba7c3f3aafb69f863 | 0e4ccd1012f3ee3e9e2f2b1897c717ab7a2bc097 | refs/heads/main | 2023-06-26T06:20:22.364094 | 2021-08-19T16:41:02 | 2021-08-19T16:41:02 | 398,025,627 | 1 | 0 | BSD-3-Clause | 2021-08-19T17:36:05 | 2021-08-19T17:36:05 | null | UTF-8 | C++ | false | false | 2,194 | h | // Copyright 2021 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_SERVICES_LIBASSISTANT_GRPC_ASSISTANT_CLIENT_V1_H_
#define CHROMEOS_SERVICES_LIBASSISTANT_GRPC_ASSISTANT_CLIENT_V1_H_
#include "chromeos/... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
f4fe9519d66bd15bda0f50c4217771f4e4388bb0 | 600df3590cce1fe49b9a96e9ca5b5242884a2a70 | /third_party/pdfium/xfa/fxfa/fm2js/xfa_lexer.cpp | 2e8b6fed59c6d0a107cb6cd0fa0047ae154edfa7 | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | permissive | metux/chromium-suckless | efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a | 72a05af97787001756bae2511b7985e61498c965 | refs/heads/orig | 2022-12-04T23:53:58.681218 | 2017-04-30T10:59:06 | 2017-04-30T23:35:58 | 89,884,931 | 5 | 3 | BSD-3-Clause | 2022-11-23T20:52:53 | 2017-05-01T00:09:08 | null | UTF-8 | C++ | false | false | 15,002 | cpp | // Copyright 2014 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#include "xfa/fxfa/fm2js/xfa_lexer.h"
#include "core/fxcrt/fx_ext.h"
namespa... | [
"enrico.weigelt@gr13.net"
] | enrico.weigelt@gr13.net |
6159080445f9352c4ad819f3783085d5d9986914 | 1c267f1715f33b394d194eb92ade0038561d78e7 | /include/pique/indexing/index-builder.hpp | c70d911e74e17b4409502a84777554f7287e2772 | [
"Apache-2.0"
] | permissive | daboyuka/PIQUE | 2d02e444c9da78d69f2347efbabf1ff7a22108a7 | d0e2ba4cc47aaeaf364b3c76339306e1795adb5e | refs/heads/master | 2021-01-01T18:55:46.456679 | 2015-09-29T03:10:02 | 2015-09-29T03:10:02 | 42,911,865 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,270 | hpp | /*
* Copyright 2015 David A. Boyuka II
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | [
"daboyuka@ncsu.edu"
] | daboyuka@ncsu.edu |
2815e254f51fbe11ba987b655b902a3075627fb3 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/inetsrv/query/h/dbprputl.hxx | 029bfa8d289282618f4b54a808697df81f62848f | [] | 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 | 3,549 | hxx | //+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 2000.
//
// File: dbprputl.hxx
//
// Contents: IDBProperties related utility functions and classes in the
// client side.
//
// Histor... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
f4f787b56a34ea58264887d321b4f9069857439e | 3db5032c4bbbc458ff54133b3a55f954ff8f5b97 | /harness/dist.h | cc4684d6edfc48859c65f6e817b677ca694387a1 | [] | no_license | HengZhuo2/microbench | fe213a7bc358a2c175dbd2c773a9d4ed0aa27a5d | 20a513406124b00c882b9da2ccaf685de385b882 | refs/heads/main | 2023-05-07T05:23:19.003596 | 2021-05-26T21:50:01 | 2021-05-26T21:50:01 | 307,527,212 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,274 | h | /** $lic$
* Copyright (C) 2016-2017 by Massachusetts Institute of Technology
*
* This file is part of TailBench.
*
* If you use this software in your research, we request that you reference the
* TaiBench paper ("TailBench: A Benchmark Suite and Evaluation Methodology for
* Latency-Critical Applications", Kastur... | [
"hzhuo2@wisc.edu"
] | hzhuo2@wisc.edu |
809aaaeede755a017692075829d4a5d1307ad1e8 | 934a22d511269254389086152cf845db2e407ea6 | /libAFPDFLib/OutlineItemA.cpp | dbb1c1c3ee77ae509dea10c42f4792e78c4c9f14 | [] | no_license | juliofederal/PDFLibNet | f5f6524475c160698392dd931faa47874223f434 | fb694ca407033ef7965a9f52d6dc86cb34d0ff39 | refs/heads/master | 2020-04-24T04:44:47.785715 | 2012-07-18T13:55:09 | 2012-07-18T13:55:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,809 | cpp |
#include "OutlineItemA.h"
OutlineItemA::OutlineItemA() : m_Item(NULL)
{
}
OutlineItemA::~OutlineItemA()
{
// To terminate the application when all objects created with
// with OLE automation, the destructor calls AfxOleUnlockApp.
m_Item = NULL;
}
// OutlineItemA message handlers
wchar_t * OutlineItemA::Get... | [
"nikolaj.tur@studiomobile.ru"
] | nikolaj.tur@studiomobile.ru |
cd83c53ee2261ee5051781a83c005c6bfd665c18 | 574c12c63650637e9fd31bdb94c7d5d96ff50c33 | /SDHacks2017/Temp/il2cppOutput/il2cppOutput/Il2CppGenericClassTable.cpp | 82323f98e4d42f85ff9210a06017a5de3abd8f7d | [] | no_license | LightningToast/SD-hacks-Space-battles | 81197c70c6fac003369106fce8cf0a3861686033 | a64470aaea86b0bb70e05b73fcc8afc75e2128ad | refs/heads/master | 2021-07-17T07:00:25.565300 | 2017-10-22T14:36:32 | 2017-10-22T14:36:32 | 107,752,617 | 0 | 3 | null | 2017-10-22T03:36:03 | 2017-10-21T04:56:49 | C# | UTF-8 | C++ | false | false | 389,036 | 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 "class-internals.h"
#include "codegen/il2cpp-codegen.h"
extern Il2CppGenericClass IEnumerat... | [
"justindypark@yahoo.com"
] | justindypark@yahoo.com |
095440a9e2f6938565734eb0291258c51972d166 | 995f591ac0a89cfca003c87abbe4ed2a7c67b283 | /core/events/event.h | 2b226d0e9e9ddaeb1e16151bb21ba74ccbdde324 | [
"MIT"
] | permissive | wavelet-noise/sge-old | 8adf34d0e45cc33cab88766d709ad0e837ba744a | 77c90921e6525787ed27761bb2e3171b03431957 | refs/heads/master | 2022-02-19T16:53:39.454812 | 2016-02-07T22:26:23 | 2016-02-07T22:26:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,217 | h | #ifndef EVENT_H
#define EVENT_H
#include <glm/glm.hpp>
#include "../core_const.h"
#include <boost/any.hpp>
#include "rapidjson/document.h"
class Event
{
public:
struct TargetPoint
{
TargetPoint(const glm::vec3 &p);
TargetPoint();
glm::vec3 pos;
void Deserialize(const rapidjson:... | [
"ishellstrike@gmail.com"
] | ishellstrike@gmail.com |
7803244fabc316015181096e777812aa198fdfc8 | 3bc923db2164896997cf4548c7cd4a9dbec65c02 | /lcs.cpp | 6662f9fe865182146820a1778f661c62f6c73e8c | [] | no_license | nasrinaktersrabony/c-Codes | 33af5bb058e80da0f5d7f2d70c0ecfec0933fd51 | e6fcf6cffd2a3450d4a238875e709a6208d7c703 | refs/heads/main | 2023-08-25T07:27:34.158876 | 2021-10-05T16:16:09 | 2021-10-05T16:16:09 | 413,888,489 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,203 | cpp | #include<iostream>
#include<cstring>
using namespace std;
int lcs( char x[], char y[], int m, int n )
{
int l[m+1][n+1];
for (int i=0; i<=m; i++)
{
for (int j=0; j<=n; j++)
{
if (i == 0 || j == 0)
{
l[i][j] = 0;
}
else if (x[i-1]... | [
"misssrabony4@gmail.com"
] | misssrabony4@gmail.com |
ab4e8e118326920a3ddf7452fb5841a02b8412f4 | f4fa14818f3d8b722e82e8562acf6b2740847633 | /3rdparty/dcmtk-3.5.4/dcmjpeg/dipijpeg.cc | 6405ca15f83ca07e2400b2f3b74e79d6244de721 | [
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-4.3TAHOE",
"JasPer-2.0",
"xlock",
"IJG",
"OFFIS",
"LicenseRef-scancode-other-permissive"
] | permissive | bxgaillard/dicomsel | fafb5a87d56cf51e1abbf8bf9b5c7c768d85816d | 711adabecc0fa4cebae6cb12ff27a3a9ef554c36 | refs/heads/master | 2020-03-14T17:58:43.740137 | 2006-11-17T08:51:21 | 2018-05-01T15:49:25 | 131,732,345 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 9,489 | cc | /*
*
* Copyright (C) 2001-2005, OFFIS
*
* This software and supporting documentation were developed by
*
* Kuratorium OFFIS e.V.
* Healthcare Information and Communication Systems
* Escherweg 2
* D-26121 Oldenburg, Germany
*
* THIS SOFTWARE IS MADE AVAILABLE, AS IS, AND OFFIS MAKES NO WARRA... | [
"git@benjamin.gaillard.name"
] | git@benjamin.gaillard.name |
3e9e930a374e4e22735d7409f898df8bd30e2f4e | e8d05dc3622c2aa60d9610548c7a671f11b6227e | /converter/smr2rdox/rdorss.cpp | 1268c449c133d66bb04541e98f6295f85800c350 | [
"MIT"
] | permissive | yarkeeb/rdo_studio | b69ec5a1e506e97dbd08f6233e298c5f0799e9ba | c7e21aa144bc2620d36b1c6c11eb8a99f64574ab | refs/heads/master | 2021-05-27T03:00:41.858923 | 2014-04-03T16:28:19 | 2014-04-03T16:28:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,658 | cpp | /*!
\copyright (c) RDO-Team, 2011
\file rdorss.cpp
\authors Барс Александр
\authors Урусов Андрей (rdo@rk9.bmstu.ru)
\date
\brief
\indent 4T
*/
// ---------------------------------------------------------------------------- PCH
#include "converter/smr2rdox/pch.h"
// ---------------... | [
"drobus@gmail.com"
] | drobus@gmail.com |
3717a5278694a36a1520ed1dfa8088b0c36dbdfd | 342ab99789498c7e01a27275e0f3a14690d820a9 | /zapoctak/Tank.h | 6d1344f414019f20468e329d157a37064a288343 | [] | no_license | luki215/Tanks-game | e0cb79c176f9e7a4b4c749f766ff7f17f446ec09 | 4dc2e25c165517c0822f07d4a9fa20b7dbb03051 | refs/heads/master | 2021-01-19T20:46:16.104049 | 2017-03-31T09:16:40 | 2017-03-31T09:16:40 | 80,036,213 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,254 | h | #pragma once
#ifndef tanks_components_game_tank_header
#define tanks_components_game_tank_header
#include "TanksAppManager.h"
#include "Render.h"
#include <SFML/Window.hpp>
#include "GameBaseComponent.h"
#include "BasicStructures.h"
#include "GameManager.h"
#include "Landscape.h"
#include "Fireball.h"
#include "TankPr... | [
"luki.brezina@gmail.com"
] | luki.brezina@gmail.com |
3857bc6ef7ae0ccb8d4b4901c00a02d1de746852 | 84b25ce804a08616e9dffc03d23f34109b139d32 | /Headers/Impl/FileSpec.inl | 3c581fda9990c6757178ea8328aa568458fe8994 | [] | no_license | londbell/doc_manager | 4b8d049e9b5d0e76df7c0caec00fc8f2e281a071 | 9eb4e8374db9b497c74d69d92b540075fe395d8c | refs/heads/master | 2021-01-20T19:25:58.382594 | 2011-06-07T10:44:30 | 2011-06-07T10:44:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,753 | inl |
inline FileSpec::FileSpec(TRN_FileSpec fs) : mp_impl(fs)
{
}
inline FileSpec FileSpec::Create(SDF::SDFDoc& doc, const UString& path, bool embed)
{
TRN_FileSpec result;
REX(TRN_FileSpecCreate(doc.mp_doc,path.mp_impl,BToTB(embed),&result));
return FileSpec(result);
}
inline FileSpec FileSpec::CreateURL(SDF::SDFDoc&... | [
"33@163.com"
] | 33@163.com |
9c3707b35e1cccab917db59639b98b2fc425e335 | 55ea7adc31eb36b9a4dc1fa39c2aa0ce922dd210 | /micromanager2/.svn/pristine/9c/9c3707b35e1cccab917db59639b98b2fc425e335.svn-base | 1cb386e13465a5df656eb2c7d475d4e9a972aa31 | [] | no_license | skn123/micromanager2 | 85aa30a46b5d900ffb6bf95b3716738caba28fe2 | 1f5b7effee26aa9e039d4e3dd511cd20c7042fce | refs/heads/master | 2021-01-21T05:00:59.054267 | 2016-07-22T04:22:25 | 2016-07-22T04:22:25 | 31,940,844 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 114,100 | ///////////////////////////////////////////////////////////////////////////////
// FILE: DemoCamera.cpp
// PROJECT: Micro-Manager
// SUBSYSTEM: DeviceAdapters
//-----------------------------------------------------------------------------
// DESCRIPTION: The example implementation of the demo camer... | [
"skn123@gmail.com"
] | skn123@gmail.com | |
43c830cd331a464bbd9228ddf36944d14588e9c0 | 473ab6e35e37f212c509f36e631a8f7e2c83812d | /codeforces/1041/C.cpp | 4cbb24ebc3650afcc2750d0937854d299444d396 | [] | no_license | Rits1272/rits1272-harwest | 648fa179ff33624277aaa94749f1cc8c09f04038 | 52e9f45502aabac808bb5e6be2f36d7847add7fb | refs/heads/master | 2023-02-04T08:49:26.347976 | 2020-10-13T14:25:00 | 2020-12-22T18:46:48 | 323,706,720 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,026 | cpp | /**
* author: rits1272
* created: Oct 21, 2020
**/
#include<bits/stdc++.h>
using namespace std;
#define int long long
#define print(x) cout << "[" << #x << ":" << x << "] ";
#define println(x) cout << "[" << #x << ":" << x << "]\n";
#define pb push_back
const int MOD = 1e9 + 7;
const int INF = 1e18;
... | [
"ritikjain1272@gmail.com"
] | ritikjain1272@gmail.com |
ee18143a9cc1d8f6d58fda51bbd1db5b1d86aa86 | c977fd55516e5bfd3e3f15ac23cee52ecfed6bf5 | /src/rimshot/main.cpp | ed0db98bdfe6fb7a896507bda3be5bd5770dd685 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | zophos/Rim | a5ed846793e39394d43792e865e8379cd280d8cd | 67ee4876d4fec6ab80552e02d83529c267401ba4 | refs/heads/master | 2021-01-10T21:42:56.186138 | 2010-04-24T04:33:20 | 2010-04-24T04:33:20 | 573,271 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,050 | cpp | #include <cv.h>
#include <highgui.h>
#include <string.h>
#include <shmemutex-dynamic.h>
#include "getopt.h"
#pragma comment(lib,"cv200d.lib")
#pragma comment(lib,"cxcore200d.lib")
#pragma comment(lib,"highgui200d.lib")
#pragma comment(lib,"shmemutex.lib")
void usage(char *program_name)
{
// Fixme
}
int main(int ... | [
"zophos@.(none)"
] | zophos@.(none) |
194229e238f510a7f725c3a807b47e50b4cabddb | a83dab7d97e109b27f709a892ce14a3eccfe7307 | /Topics/Recursion/DeleteNodesWithGivenValueInLinkedList.cpp | 94ae30361f56512dfb029c13c5c57043164a7a45 | [] | no_license | Atharva-Vijay-Khade/LeetCode | 2202c3b485f33c33f6438e75f37c4a0cee3718f6 | b893f661dc5c1c09eb4939c8e584c577aeef49f5 | refs/heads/master | 2023-06-15T04:56:27.232757 | 2021-07-06T15:12:31 | 2021-07-06T15:12:31 | 377,381,589 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,909 | cpp |
// Delete Nodes with a given value in linked list
/**
* Definition for singly-linked list.
* struct ListNode {
* int val;
* ListNode *next;
* ListNode() : val(0), next(nullptr) {}
* ListNode(int x) : val(x), next(nullptr) {}
* ListNode(int x, ListNode *next) : val(x), next(next) {}
* };
... | [
"atharvavk123@gmail.com"
] | atharvavk123@gmail.com |
cbc8bc964a7cc8d8c1a448abc74fc035c851043b | 9387aaa903cdac3e9a156f5674ae9138cae9bad0 | /src/main.ino | 2bbb43f33fb0561bf74761d59f960f24e7e4e206 | [
"MIT"
] | permissive | Anonym-tsk/co2mon-esp | 35c670c7b502cd8c8256cf10130d3d6c088a3b0b | a24d7fcd435e7ef28d5a88177df50c72d30afa4d | refs/heads/master | 2022-11-03T06:13:25.296304 | 2022-10-11T15:44:39 | 2022-10-11T15:44:39 | 193,088,898 | 10 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 316 | ino | #include "inc/include.h"
void setup() {
debugSetup();
DEBUG_LN("\nMT8057 CO2 Sensor\n");
// ESP.eraseConfig();
// SPIFFS.format();
ledSetup();
wifiSetup();
otaSetup();
mqttSetup();
mt8057Setup();
}
void loop() {
if (mt8057IsLoopFree()) {
otaLoop();
debugLoop();
}
mt8057Loop();
}
| [
"nikolay.vasilchuk@corp.mail.ru"
] | nikolay.vasilchuk@corp.mail.ru |
686b20beffcc21a65e953b1763d327e46b96ede1 | e7c3237a1e0b526b527af730d1148c3d6b890df8 | /indra/llmessage/llpumpio.cpp | cd4a46f5464269580f1419029a69057168c9f067 | [] | no_license | emperorstarfinder/PhoenixViewer-Revived | 1cb39b920943eb261606e9f73417f7a4b43a92d3 | cb1b5cb4ccef19add2dcbfe8dd8a4b8bc137cd84 | refs/heads/master | 2021-01-12T03:36:34.402523 | 2017-04-10T00:42:33 | 2017-04-10T00:42:33 | 78,238,676 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28,665 | cpp | /**
* @file llpumpio.cpp
* @author Phoenix
* @date 2004-11-21
* @brief Implementation of the i/o pump and related functions.
*
* $LicenseInfo:firstyear=2004&license=viewergpl$
*
* Copyright (c) 2004-2009, Linden Research, Inc.
*
* Second Life Viewer Source Code
* The source code in this file ("Source Code... | [
"emperor@secondgalaxy.com"
] | emperor@secondgalaxy.com |
dded6a7707aea65293f21c4d2d45fd120fe91450 | a8962f4e325f9a78575723c3f820875ad6d31e73 | /myattack/main.cpp | 98cabadd222d1b05f6f47b7767dcee5bf6fc33ca | [] | no_license | kyousuke4k/M.T.A | c3ef87be7b1f8994c0eb2d15c1ed0975ffac9308 | c6b1763979680b802e1b799b6b5f6e163ee0200e | refs/heads/master | 2020-08-31T09:14:39.634686 | 2019-10-31T01:57:25 | 2019-10-31T01:57:25 | 218,657,219 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 421 | cpp | #include <iostream>
#include <string>
using namespace std;
bool login(string typepas) {
if (typepas == "fire")return true;
return false;
}
void MTAmenu() {
}
int main(void) {
string typepas;
while (true) {
cout << "typepas..." << endl;
cin >> typepas;
if (login(typepas)) {
cout << "success." << endl;
... | [
"none"
] | none |
36b70aca690a1a03274cc692d8563b9d32f57011 | 50392f73921b6f44a9d26debc37de3d0f04f14fb | /京东的笔试题.cpp | 1a17facd0de9b5e02c3d346e1274229de9445d53 | [] | no_license | shihaokiss/Practice | b600fcfb3106f07f9ed6bfe8eb68ed3ed4ee78bc | 523510ac8881477d0cb522c4774287e1495d8714 | refs/heads/master | 2020-05-21T18:09:44.407877 | 2016-09-18T16:37:41 | 2016-09-18T16:37:41 | 62,553,424 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,309 | cpp | #include<iostream>
#include<assert.h>
using namespace std;
/*2016年京东在线笔试题*/
/*看烽火对数*/
//1 2 3
//结果为:3
int Answer(int num, int*arr)
{
int count = 0;
int Max;
for (int i = 0; i < num - 1; ++i)
{
count++;
Max = i + 1;
for (int j = i + 1; j < num; ++j)
{
if (arr[j] > arr[Max])
{
Max = j;
count++... | [
"shihao_kiss@outlook.com"
] | shihao_kiss@outlook.com |
21d575a35b1a4b44765cf0f7756aa6083ee44b5c | c9fb8990cfda4052217b4801ce527c6bf6f6c299 | /ORNG/ORNG/net/base/AsyncSocket.h | f9a3596e940add68b787779e5488de928e12f219 | [] | no_license | yzoprj/ORNG | da47e72b5ae2f0ec9b0cdfe7620089aa17eb8033 | 733e0d19472410fe820210210afaa1a34b03e6f4 | refs/heads/master | 2021-01-21T01:44:25.982888 | 2016-12-22T06:25:40 | 2016-12-22T06:25:40 | 65,383,741 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 110 | h | #ifndef __ORNG_ASYNCSOCKET__H
#endif
class AsyncSocket
{
public:
AsyncSocket(void);
~AsyncSocket(void);
};
| [
"orange_ever@163.com"
] | orange_ever@163.com |
b831fd14bf7c4d667aff532f4a748b120e75370c | 877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a | /app/src/main/cpp/dir521/dir3871/dir5864/dir6285/file7649.cpp | b10a7a92a184878a0803f0d7994742004e4b5e0e | [] | no_license | tgeng/HugeProject | 829c3bdfb7cbaf57727c41263212d4a67e3eb93d | 4488d3b765e8827636ce5e878baacdf388710ef2 | refs/heads/master | 2022-08-21T16:58:54.161627 | 2020-05-28T01:54:03 | 2020-05-28T01:54:03 | 267,468,475 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 111 | cpp | #ifndef file7649
#error "macro file7649 must be defined"
#endif
static const char* file7649String = "file7649"; | [
"tgeng@google.com"
] | tgeng@google.com |
b2a4ea4c0e1a84078ed5141e816746534998bf5e | 5c7b20c6fd6487dfb5c4f02ddf8e8bda532a2544 | /test/lib/test.args.cpp | 75ef42d1986f55b032c1c23e32bae1a7b9af834a | [] | no_license | jade-cheng/ohana | 992a96e6594595533897b14d9275858a97698c42 | 467864f828dc5b5cfdf0a491ddc6293dc5a44ae3 | refs/heads/master | 2021-06-30T06:16:41.669093 | 2021-06-14T02:22:22 | 2021-06-14T02:22:22 | 57,308,257 | 72 | 11 | null | null | null | null | UTF-8 | C++ | false | false | 4,713 | cpp | /* -------------------------------------------------------------------------
Ohana
Copyright (c) 2015-2020 Jade Cheng (\___/)
Jade Cheng <info@jade-cheng.com> (='.'=)
------------------------------------------------------------------------- */
#includ... | [
"info@jade-cheng.com"
] | info@jade-cheng.com |
51ca7c1eba6d4576abd09a748e63cf69f0d12439 | 7cc8aa45e14f7358f53ceec4a77c98baf3db2b71 | /cCharacter.cpp | 88efe883108edc6a2170cfde797beeaf83c4b024 | [] | no_license | johnmeehan/Game | ea096e1ddfe59f914fdceb93769c58fac21c2a0d | 2978f1657d5b7184ac1b8b528b9fe90141eefa3a | refs/heads/master | 2016-09-05T17:19:17.653235 | 2012-10-28T11:16:04 | 2012-10-28T11:16:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,357 | cpp | #include "cCharacter.h"
//#include "cCounter.h"
//#include "cEnemy.h"
//#include "cPlayer.h"
//#include "cSquareData.h"
#include "enum.h"
//#include "llist.h"
//#include "RandomNum.h"
//#include "character.h"
//#include"header.h"
#include <iostream>
using namespace std;
///////////////////////////////... | [
"john.meehan1@gmail.com"
] | john.meehan1@gmail.com |
fc76f927f0d7bb6cce06991ee93695b752469052 | fe870b3f6dee872b9676a1cb5c7a59c09ce3149e | /lib/chrono/src/rate.cpp | a36821a708bb29bc87b718179dc92c928f48637b | [] | no_license | MrShedman/Controller | 69d7684a401b75b6863c6c9a1c8be8e1e5dc3649 | a1a07393a3c17cddc45fea57623ce564cd551903 | refs/heads/master | 2021-01-12T14:26:39.131122 | 2020-12-30T01:13:11 | 2020-12-30T01:13:11 | 70,060,256 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 203 | cpp | #include "rate.h"
Rate::Rate(const float hz)
:
m_loop_time(hertz(hz)),
m_loop_clock()
{
}
void Rate::sleep()
{
while (m_loop_clock.get_elapsed_time() < m_loop_time);
m_loop_clock.restart();
} | [
"roscoacer@googlemail.com"
] | roscoacer@googlemail.com |
bb7aa9be2427a7073750ac1adab74f34af4c8a7c | 7b47a432378decf9576bdc09e6a92f8663590d38 | /TowerDefence/squares/Road.h | 976abbf1b1709abfc060d490ae3ae491f738d65f | [] | no_license | danil200subbotin/labs3sem | c8fd1d2ebd1a09efdbe1d1be0806e2fc12851072 | e9d3b3d1e84c84409c99e5b2d1f7e9bd0a97f140 | refs/heads/main | 2023-08-30T23:42:41.458150 | 2020-12-22T21:10:53 | 2020-12-22T21:10:53 | 303,836,627 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,261 | h | //
// Created by Данил Морозов on 30/11/2020.
//
#ifndef TOWERDEFENCE_ROAD_H
#define TOWERDEFENCE_ROAD_H
#include "Square.h"
#include <list>
#include "../activeUnits/Enemy.h"
/*!
\brief Класс-дорога.
Содержит:
Список указателей на врагов, которые сейчас находятся на данном участке дороги И указатель на следую... | [
"danil200subbotin@gmail.com"
] | danil200subbotin@gmail.com |
97fd17e3d7b527176652165e9b9807895839dac7 | 69a6fda6ff3f9dc000c0662c293a11d08a93280c | /05MyDraw/MainFrm.h | d9fd5193d4e3567f8ee48f9afc2eb7c4fabb4857 | [] | no_license | luowei/vc-textbook-samples | 13bec08d39cba1d33fdd56881de952c9cc9ac3fb | 8632deec3241e6162f6594720c3d2ec84ed1b41c | refs/heads/master | 2021-01-10T20:00:07.618904 | 2013-11-27T09:42:24 | 2013-11-27T09:42:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,439 | h | // MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAINFRM_H__7E9B38BE_B410_46F3_BE38_EAEF1243D350__INCLUDED_)
#define AFX_MAINFRM_H__7E9B38BE_B410_46F3_BE38_EAEF1243D350__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif ... | [
"luowei505050@126.com"
] | luowei505050@126.com |
74d6c78e6b2abfc7d9743827ca1ffa76a66503da | 9a31f1fe1ed364b4d8e1ead1967a2656b43fab8e | /chapter 2/Lab2.9/Lab2.9.8.2.cpp | f76d0cd72a22202cc5a01ccb30c03cb49cfb5d6b | [] | no_license | PashaNaumencko/CPA_Practise | 3881b0ec4db9d082856811e93ff57d408a115c82 | 59bf847efce12e6dc54017ddaf0be754621883c7 | refs/heads/master | 2021-08-30T23:26:08.734063 | 2017-12-19T20:38:48 | 2017-12-19T20:38:48 | 107,972,040 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 459 | cpp | #include<iostream>
using namespace std;
int main(void)
{
int value = 0;
cout << "Enter amount of money: ";
cin >> value;
while (value >= 50)
{
cout << "50 ";
value -= 50;
}
while(value >= 20)
{
cout << "20 ";
value -= 20;
}
while (value >= 10)
{
cout << "10 ";
value -= 10;
}
while (value >= 5)... | [
"32279895+PashaNaumencko@users.noreply.github.com"
] | 32279895+PashaNaumencko@users.noreply.github.com |
f18ea273b3d9651094e2370497e35ecf5603c07c | 8c29dd1ecaf43344703df2e81847d41a7b057fee | /src/list_to_matrix.h | 696d7cb8dd328d04f78a8934f1541056c2aa02c0 | [] | no_license | luozhipi/InstantClosestPointQuery | da1f4b06fabc1f27c8f1ff5d36d89dd51841c381 | 002eb473cbdfbb11b61210e501bf8ba951881e5e | refs/heads/master | 2021-01-10T07:42:38.186710 | 2016-02-19T10:05:16 | 2016-02-19T10:05:16 | 52,072,465 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,629 | h | #ifndef IGL_LIST_TO_MATRIX_H
#define IGL_LIST_TO_MATRIX_H
#include <vector>
#include <cassert>
#include <cstdio>
#include <Eigen/Dense>
namespace igl
{
// Convert a list (std::vector) of row vectors of the same length to a matrix
// Template:
// T type that can be safely cast to type in Mat via '='
// ... | [
"luozhipi@gmail.com"
] | luozhipi@gmail.com |
e465b26e741d4891aabcdbcb3b1f50fbc713f1d7 | 541b2f8fedfc47b00fe601bbb8af21161a25b4b8 | /KL_MaC/LocalWidget.cpp | f5c02006c00fc287d94d796f13608241b0346098 | [] | no_license | libsong/KL_iMaC | 19ee8cc9ae6090694f119c7b27fe950d646f2da7 | 912615adba75fb895e8ef9fd5b14cf40d9c4357f | refs/heads/master | 2020-04-10T22:19:49.919913 | 2018-12-12T02:32:14 | 2018-12-12T02:32:14 | 161,321,088 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,596 | cpp | #include "LocalWidget.h"
#include "we_types.h"
macLocalInfo::macLocalInfo(QGroupBox *parent)
: QGroupBox(parent)
{
//setWindowTitle("SHOW");//TODO 没起作用
/*setFixedHeight(500);
setFixedWidth(400);*/
this->setTitle(weChinese2LocalCode("系统信息"));
vLayout_local = new QVBoxLayout;
m_linfoRowCount = 0;
m_linfo = new... | [
"libsong@163.com"
] | libsong@163.com |
4b386234db4a18ea9f76e3a8f2e777c57de109f3 | 35cb9e4372c1d218a3094a5921edea37eec8b9c5 | /src/qt/editaddressdialog.cpp | d4f75abb9559bad9a2dcb26e33d581f077ae41d0 | [
"MIT"
] | permissive | cryptomaroc/atlascoin | c28fc11fabb7e6ccbec616cfdd0e7433a231ee4e | 2c9004ceb0e8f56219c629dbc403b1f3078fdc59 | refs/heads/master | 2021-01-19T10:29:32.301683 | 2017-06-11T05:43:04 | 2017-06-11T05:43:04 | 82,186,426 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,526 | cpp | #include "editaddressdialog.h"
#include "ui_editaddressdialog.h"
#include "addresstablemodel.h"
#include "guiutil.h"
#include "main.h"
#include "wallet.h"
#include "init.h"
#include "base58.h"
#include "bitcoinrpc.h"
#include <QDataWidgetMapper>
#include <QMessageBox>
EditAddressDialog::EditAddressDialog(Mode mode, Q... | [
"root@atcwallet.com"
] | root@atcwallet.com |
bfb0312560feef1a856a17c817058b9bd2b06951 | 30500cb88b62a94fd10ecfdbee7cb55970aa4eed | /Header/applicationOfSort.h | c96264532902114f514e4d6a8a7c1f1e8dd54a4e | [] | no_license | chenlh96/Data-Structure-Toys | b945d67dc3a768966b7d9e691c40b3987898afdf | 2ad569d7da146b88f45214a40bdbfe4d9de84975 | refs/heads/master | 2020-06-08T15:56:57.423261 | 2019-07-04T03:46:07 | 2019-07-04T03:46:07 | 193,257,805 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,100 | h | #ifndef APPLICATIONOFSORT_H
#define APPLICATIONOFSORT_H
#include "sort.h"
#define MAX_NUM_OF_JOB 100
#define MAX_NUM_OF_MACHINE 100
struct machine
{
int ID, spareTime, jobOrder[MAX_NUM_OF_JOB], numOfJob;
};
struct job
{
int ID, time;
};
bool operator<(const job &ljob, const job &rjob)
{
return ljob.time... | [
"clhengtony@163.com"
] | clhengtony@163.com |
5e49ffaf39a4926ab040cb4e2adf6321a9572651 | 008b6f9d0fb1359e3aa76d12fc77e755ae40264a | /d01/ex07/main.cpp | 4c6efff8e747090cc6f61873e1d8714518deb1ee | [] | no_license | devadomas/cpp-piscine | 2d853f3f3a34a075625c92baa380ccf64c93fdc9 | 9bee621ba58396828b3342517c9ad1c015136b66 | refs/heads/master | 2020-04-19T00:24:05.162711 | 2019-05-31T12:15:56 | 2019-05-31T12:15:56 | 167,845,661 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,934 | cpp | #include <string>
#include <iostream>
#include <fstream>
#define RETURN_FAIL 1
#define RETURN_SUCCESS 0
static bool readFromFile(std::string **str, std::string const &filename)
{
std::ifstream in(filename);
int len;
char *buff;
if (!in.is_open())
{
std::cout << "replace: error while opening file" <<... | [
"adomas.zal@gmail.com"
] | adomas.zal@gmail.com |
4f85471619fc205f638c2e20611a766c0b75a68f | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /ui/ozone/public/swap_completion_callback.h | 285e21c22af675c5869e4dda414f9a52163864c0 | [
"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 | 605 | h | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_OZONE_PUBLIC_SWAP_COMPLETION_CALLBACK_H_
#define UI_OZONE_PUBLIC_SWAP_COMPLETION_CALLBACK_H_
#include "base/callback.h"
#include "ui/gfx/swap_... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
f3516dd1bacdc700369360983175ebf49b91c48c | 85b9ce4fb88972d9b86dce594ae4fb3acfcd0a4b | /build/Android/Preview/Global Pot/app/src/main/include/Fuse.Gestures.ToggleSwipeActive.h | 1382a3053387e9ce0e546f699908d8d133ea00b5 | [] | no_license | bgirr/Global-Pot_App | 16431a99e26f1c60dc16223fb388d9fd525cb5fa | c96c5a8fb95acde66fc286bcd9a5cdf160ba8b1b | refs/heads/master | 2021-01-09T06:29:18.255583 | 2017-02-21T23:27:47 | 2017-02-21T23:27:47 | 80,985,681 | 0 | 0 | null | 2017-02-21T23:27:48 | 2017-02-05T10:29:14 | C++ | UTF-8 | C++ | false | false | 1,385 | h | // This file was generated based on C:\Users\EliteBook-User\AppData\Local\Fusetools\Packages\Fuse.Gestures\0.44.1\$.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Fuse.Triggers.Actions.TriggerAction.h>
namespace g{namespace Fuse{namespace Gestures{struct SwipeGesture;}}}
... | [
"girr.benjamin@gmail.com"
] | girr.benjamin@gmail.com |
6324627ae0ea154dcd05f87108bf09b85f8266a6 | e670d26ad8dccc7a18576152188e3df0ef5afd98 | /chromeos/components/drivefs/drivefs_host_unittest.cc | fdded5ae0527f098adf6c0860b137a012262c5b8 | [
"BSD-3-Clause"
] | permissive | D3fus/chromium | 2bdae50d5694d74d88d618f7672ef9413fcc1dbf | d1bd9b733d802ea1658f49b897fa75057254cd1f | refs/heads/master | 2023-03-04T10:17:34.958914 | 2019-01-23T12:23:54 | 2019-01-23T12:23:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 34,341 | 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 "chromeos/components/drivefs/drivefs_host.h"
#include <set>
#include <type_traits>
#include <utility>
#include "base/logging.h"
#include "base/... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
6eb82758f3b3bcfcafcb87cf53c9356a357bb316 | 4dbaea97b6b6ba4f94f8996b60734888b163f69a | /POJ & HDU/I_Count_Two_Three.cpp | 09e5c547e4b20fff12127d02c21f9eb8a0477248 | [] | no_license | Ph0en1xGSeek/ACM | 099954dedfccd6e87767acb5d39780d04932fc63 | b6730843ab0455ac72b857c0dff1094df0ae40f5 | refs/heads/master | 2022-10-25T09:15:41.614817 | 2022-10-04T12:17:11 | 2022-10-04T12:17:11 | 63,936,497 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 925 | cpp | #include <iostream>
#include <stdio.h>
#include <algorithm>
#include <string.h>
#include <map>
#include <queue>
using namespace std;
int a[4] = {2,3,5,7};
long long arr[1000000];
queue<long long> q;
map<long long, bool> mp;
int num;
void init()
{
num = 0;
q.push(1);
while(!q.empty())
... | [
"54panguosheng@gmail.com"
] | 54panguosheng@gmail.com |
a124ff5e625c9fee31ee70e20edaa4bf86620872 | f5808104da410d69c4c1363d853e7e26b3138c90 | /proc/CobStmtOpen.cpp | 1d88db0b18b51b1b6a10e803c1982280a5a1a525 | [] | no_license | dpurandare/athatomain | fe23dd4893a5277dbb655322bbec42f0cd5f9c74 | 882de0e55e1a86020d62ee4d694ce3fe3817399f | refs/heads/master | 2020-08-01T07:19:00.924200 | 2019-09-25T18:48:25 | 2019-09-25T18:48:25 | 210,911,189 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,699 | cpp | /*
* File: CobStmtOpen.cpp
* Created Date: Friday April 18th 2014
* Author: Deepak Purandare
* -----
* Last Modified: Friday April 18th 2014 8:45:59 pm
* Modified By: Deepak Purandare - <deepak_purandare@hotmail.com>
* -----
* Copyright (c) 2019 Purndare Consulting
* This software is made available under GNU G... | [
"deepak_purandare@hotmail.com"
] | deepak_purandare@hotmail.com |
f3306fa8920fd45906d473f84ba95e7e8b2c9cbc | e65502db0cc471a74d6066354c57bc6d25886ea7 | /Codeforces/667/C_Yet_Another_Array_Restoration.cpp | 1335ad2c2c84f629360fb17b39769663cb58e267 | [] | no_license | adityatulsyan/Competitive-Programming-in-CPP | e0cb64ddc4fa65bff28a4d24131775691f240574 | 61fd771d40fa91e1c5a498f9f4c63a80b6862250 | refs/heads/master | 2022-12-16T13:16:20.462973 | 2020-09-12T18:14:57 | 2020-09-12T18:14:57 | 287,102,373 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,342 | cpp | #include <bits/stdc++.h>
using namespace std;
#define int long long
#include <algorithm>
typedef long long ll;
typedef vector<int> vi;
typedef pair<int, int> pii;
typedef vector<vi> vvi;
#define F first
#define S second
#define pb push_back
#define mk make_pair
#define M 1000000007
#define watch(x) cout << (#x) << " is... | [
"tulsyanaditya6@gmail.com"
] | tulsyanaditya6@gmail.com |
606cb49e58a1820d94a98dba81270c02630844c8 | d8e1ed3f4c4e951985849c1109ab64c985e09e4b | /j01/ex00/main.cpp | b9bdbdd82d75dd4426f2a87283918e419ee9b6f0 | [] | no_license | keuhdall/Piscine_cpp | e46ca94bba2ecc892bca372f40d06df3ccce6392 | 5c082e691a76d66cc8444c77b89943de5f6c7fde | refs/heads/master | 2021-04-18T19:15:24.073263 | 2018-04-21T15:33:55 | 2018-04-21T15:33:55 | 126,261,109 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 536 | cpp | #include "Pony.class.hpp"
void ponyOnTheStack() {
Pony stackPonies[5];
for (int i = 0; i < 5; i++) {
stackPonies[i].jump();
}
}
void ponyOnTheHeap() {
Pony *heapPonies = new Pony[5];
for (int i = 0; i < 5; i++) {
heapPonies[i].jump();
}
delete [] heapPonies;
}
int main() {... | [
"lmarques@student.42.fr"
] | lmarques@student.42.fr |
664c4babc50eeba23dd07041c463e5a6cd723b6a | 09a4962b93c196f2f8a70c2384757142793612fd | /company/build/iOS/Preview/include/Fuse.Entities.MeshHitTestMode.h | df30f5aa1ae9649288a73f8b0f4d118a3a3b32c8 | [] | no_license | JimmyRodriguez/apps-fuse | 169779ff2827a6e35be91d9ff17e0c444ba7f8cd | 14114328c3cea08c1fd766bf085bbf5a67f698ae | refs/heads/master | 2020-12-03T09:25:26.566750 | 2016-09-24T14:24:49 | 2016-09-24T14:24:49 | 65,154,944 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 350 | h | // This file was generated based on '/usr/local/share/uno/Packages/Fuse.Entities/0.35.8/$.uno'.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Int.h>
namespace g{
namespace Fuse{
namespace Entities{
// public enum MeshHitTestMode :1218
uEnumType* MeshHitTestMode_typeof()... | [
"jimmysidney@jimmysidney.local"
] | jimmysidney@jimmysidney.local |
b6337d6bbd5169b49852088188190a5b339b4bf6 | f8aa8691630c369a92e87090057b319b1f10c338 | /main.cpp | d11c35d27e6e7b38aeeb2a139a9148d203be2932 | [] | no_license | OldZhao/minimun-weight-trianglation | 8ad18ba9ae035e5f0d2038e61f4747ed47b03835 | 626e02608a51f4e22fc02f95ab6606ec30c91bbf | refs/heads/master | 2021-01-10T15:55:47.003304 | 2015-11-05T07:24:36 | 2015-11-05T07:24:36 | 45,581,125 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,919 | cpp | //
// main.cpp
// triangulation
//
// Created by yongfeipu on 15/11/2.
// Copyright © 2015年 yongfeipu. All rights reserved.
//
#include <iostream>
#include <fstream>
#include <string>
#include <map>
#include <vector>
#include <cmath>
#define column 2
using namespace std;
double count_distance;
double Euclid_dist... | [
"frankpu.yf@gmail.com"
] | frankpu.yf@gmail.com |
3ac1c42c7fb7963d59a2d19075450439f4af940c | dd62d226dc68c87a5cd377785bf32b3b8531845b | /proj.ios_mac/Photon-iOS_SDK/LoadBalancing-cpp/src/LobbyStatsResponse.cpp | bba53f1673a74c000059c62a68e78a32aa26dafe | [
"MIT"
] | permissive | h-iwata/MultiplayPaint | f3d1dd1d5cba2f304ed581f3ba9560df3c2d5466 | b170ec60bdda93c041ef59625ac2d6eba54d0335 | refs/heads/master | 2016-09-05T15:00:27.678210 | 2015-07-09T09:52:18 | 2015-07-09T09:52:18 | 35,269,936 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,139 | cpp | /* Exit Games Photon LoadBalancing - C++ Client Lib
* Copyright (C) 2004-2015 by Exit Games GmbH. All rights reserved.
* http://www.exitgames.com
* mailto:developer@exitgames.com
*/
#include "LoadBalancing-cpp/inc/LobbyStatsResponse.h"
/** @file LobbyStatsResponse.h */
namespace ExitGames
{
namespac... | [
"hiwata@autock-one.jp"
] | hiwata@autock-one.jp |
08c928dfec9078a9ea8b33c2a664cdb6fc56b1da | 31ae2206e8fa242c97990762d89bf54a760f72ca | /Day01/ex05/Brain.cpp | fcfb2e009be1e1d76b172aa6e20cfe72d43a909b | [] | no_license | manaccac/Piscine_CPP | 6ad4413a92c852e10b1f883d3f5678fbc46b782f | 0554ef2aac5ba998ffc2a678de7e54b8bbed3c3d | refs/heads/master | 2023-04-24T11:48:45.872341 | 2021-05-19T09:06:45 | 2021-05-19T09:06:45 | 341,811,826 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 371 | cpp | #include "Brain.hpp"
Brain::Brain()
{
neurone = "1 MANGER";
std::cout << "cerveau ? combien a tu de neurones?" << std::endl << neurone << std::endl;
}
Brain::~Brain()
{
}
std::string Brain::identify() const {
const long addresse = (long)this;
std::stringstream brain_id;
brain_id << "0x" << std::uppercase <<... | [
"maximenaccache@gmail.com"
] | maximenaccache@gmail.com |
132889afcc11b2736bf2ab59a243c80c367ca74c | 877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a | /app/src/main/cpp/dir7941/dir22441/dir22442/dir26291/file26431.cpp | b6122d806f956f7a4296ca60a5c7d714aac8c2fc | [] | no_license | tgeng/HugeProject | 829c3bdfb7cbaf57727c41263212d4a67e3eb93d | 4488d3b765e8827636ce5e878baacdf388710ef2 | refs/heads/master | 2022-08-21T16:58:54.161627 | 2020-05-28T01:54:03 | 2020-05-28T01:54:03 | 267,468,475 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 115 | cpp | #ifndef file26431
#error "macro file26431 must be defined"
#endif
static const char* file26431String = "file26431"; | [
"tgeng@google.com"
] | tgeng@google.com |
8a1a5b1444c92ced57f6d6002dd2296a6c59e818 | 16e4ec273fe5c44fcf6ba0da85ccd2629edf0a8d | /Core/GUICore.h | 263e81fa21a88bcd1bcf5a906ee3b9496fd1bb7b | [] | no_license | ALEHACKsp/CEGUICore | f2af0bea89561d989bc14a9b246079bc72a4fc31 | 46007446cfcae539a41d18f2c383f3d5fd2b05ba | refs/heads/main | 2023-07-28T17:32:06.058837 | 2021-09-10T15:55:00 | 2021-09-10T15:55:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,012 | h | #pragma once
#include "../Header.h"
#include "InterfaceContext.h"
#include "../Input/InputManager.h"
#include "../Hooker/D3DHooker.h"
#include <ctime>
#include <functional>
#include "../Data/ZipProvider.h"
using namespace CEGUI;
class GUICore
{
static DefaultResourceProvider* rp;
static vector<function<void()>> cal... | [
"boltorez1488@gmail.com"
] | boltorez1488@gmail.com |
255a14afb69a7042e71a2df28238a791b7c9740c | 9739d036d0db284ff7d660ef611b1b8e3d229750 | /WillItStand/WillItStand_Engine/Polygon3D.h | ec8954e1b48c3dd9c03895cb0e595538d23389aa | [
"MIT"
] | permissive | zivsha/WillItStand | 53aa34b3226659520f1f80a3a4d4c2d246f41eaa | f58cd489ef34c659d37711d3a8c02b693d73f7cd | refs/heads/master | 2021-01-12T14:58:13.350736 | 2017-08-05T21:52:34 | 2017-08-05T21:52:34 | 71,656,271 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 340 | h | #pragma once
#include <vector>
#include "vec3.h"
using std::vector;
class Polygon3D {
vec3 normal;
double normalOffset;
vector<vec3> vertices;
public:
Polygon3D(vector<vec3> vertices, vec3 normal, double normalOffset);
int numVertices();
vector<vec3> Vertices();
vec3 Normal();
double ... | [
"zivsha@users.noreply.github.com"
] | zivsha@users.noreply.github.com |
d19d4ead19af600c4b10c242e8430b17869923bf | f85ac74759b7f85c2543665baa4076778b1c17b1 | /okcoin_client/md5.cpp | 6decab9475b612b8b6d2cf9f735a49c213b691a5 | [] | no_license | MobileGuru1013/okcoin_bot | 420ca0aab1400c0e96440ab04418922e058e0ac8 | 1cff337e60fed8ff570021dc5790d2c99f21cbfe | refs/heads/master | 2020-03-31T21:27:28.090309 | 2018-10-11T11:32:51 | 2018-10-11T11:32:51 | 152,581,281 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,890 | cpp | #include <assert.h>
#include <memory.h>
#include <stdio.h>
#include <string.h.bkp>
#include <string>
#include "md5.h"
static unsigned char PADDING[64] =
{
0x80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0... | [
"dragon@dragons-iMac-2.local"
] | dragon@dragons-iMac-2.local |
47afc7a6a0d071e41f93f23511fb1ef0825a8ac1 | 6b660cb96baa003de9e18e332b048c0f1fa67ab9 | /External/SDK/BP_female_makeup_asian_05_Desc_functions.cpp | a53e4bec97642dd38047108a436ab38b023fd876 | [] | no_license | zanzo420/zSoT-SDK | 1edbff62b3e12695ecf3969537a6d2631a0ff36f | 5e581eb0400061f6e5f93b3affd95001f62d4f7c | refs/heads/main | 2022-07-30T03:35:51.225374 | 2021-07-07T01:07:20 | 2021-07-07T01:07:20 | 383,634,601 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 572 | cpp | // Name: SoT, Version: 2.2.0.2
#include "../pch.h"
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Functions
//----------------------------------------------------... | [
"Massimo.linker@gmail.com"
] | Massimo.linker@gmail.com |
a12831db9ca455f48b8adbfb9116ac18fa72aa0e | 26a6f96bfd4116c729b27890c480599d5026eb0a | /SFML-2.5.1/include/SFML/Graphics/View.hpp | b3c06c35785f206dcf5cd87a1eff7889b4d8405d | [] | no_license | radu781/Electron | 047c1f92725026412db1aa69a2aababb5ef5a24e | 83c24b89154a8d405b5ea602bd6cc09327602177 | refs/heads/main | 2023-02-16T19:37:00.549808 | 2021-01-16T16:31:36 | 2021-01-16T16:31:36 | 319,736,396 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,309 | hpp | ////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
// Copyright (C) 2007-2018 Laurent Gomila (laurent@sfml-dev.org)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held liable for any damages a... | [
"poparadu501@gmail.com"
] | poparadu501@gmail.com |
f5f3a77148380620b587e7a5902b4c7239028321 | 0fdaae47d1946c58f995973c1c52a790539b501d | /Chapter_2/2_06.cpp | da78b77d728dd202e088dd9d511269ba4cd24d34 | [] | no_license | ylxiao88/C_learning | b19833a519213ceedab29674e2a70559073f5691 | 4b77da6aff753b41b57047e574b3261016b2b3b9 | refs/heads/master | 2022-04-23T07:25:20.782984 | 2020-04-21T14:43:11 | 2020-04-21T14:43:11 | 257,313,097 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 330 | cpp | #include <iostream>
using namespace std;
double ly2au(float);
int main()
{
float light_year;
cout << "Enter the number of light years: ";
cin >> light_year;
cout << light_year << " light years = " << ly2au(light_year) << " astronomical units\n";
return 0;
}
double ly2au(float ly)
{
return 6... | [
"ylxiao88@gmail.com"
] | ylxiao88@gmail.com |
f59f588622592660ca0d8c46c3fd6b172f85930c | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/libstdc++-v3/libsupc++/new_opvnt.cc | 374d3335a1b0369de912e101a6065f85ede0e81d | [
"LGPL-2.1-only",
"GPL-3.0-only",
"GCC-exception-3.1",
"GPL-2.0-only",
"LGPL-3.0-only",
"LGPL-2.0-or-later",
"Zlib",
"LicenseRef-scancode-public-domain"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C++ | false | false | 1,516 | cc | // Boilerplate support routines for -*- C++ -*- dynamic memory management.
// Copyright (C) 1997-2022 Free Software Foundation, Inc.
//
// This file is part of GCC.
//
// GCC 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 Soft... | [
"rink@rink.nu"
] | rink@rink.nu |
44143a5ba1309323288e25187e116e3064ea0957 | 253372e8cea2ea56ed62c47300255e3291e8f418 | /switch.cpp | 441279fffd08b11b3e512474e772af25f1bdc7ec | [] | no_license | sanketsb18/CPP-Exercises | dbe63844908542c75bb695994806c0f80a0b1d3e | 3dc14d286cdf3a44892f513496d5ea7a6dfe080b | refs/heads/master | 2020-09-20T20:26:22.820505 | 2020-01-03T13:05:09 | 2020-01-03T13:05:09 | 224,583,108 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 458 | cpp | #include<iostream>
using namespace std;
int main(){
int n;
cout << "Enter the number:";
cin >> n;
switch(n)
{
case 1:
cout <<"Sunday\n";
break;
case 2:
cout <<"Monday\n";
break;
case 3:
cout <<"Tuesday\n";
break;
case 4:
cout <<"Wednesday\n";
break;
case 5:
cout <<"Thursday\n";
break;
case 6... | [
"sanketsb.18@gmail.com"
] | sanketsb.18@gmail.com |
cde8502e8f299eed6653a68913761996178ac296 | 4603b232ce4e4562398222559fea73d2e5453e7a | /src/io/ppmWriter.cpp | 678cdeeccaed8b9fb788cdd2163f0724bb3d81de | [] | no_license | fscur/raytracing_the_rest_of_your_life | f072e596a8496532f6f3b2d3c6e77025c653c55d | 96f5931a74877c1f0df5f43c68b1ba008c42949b | refs/heads/master | 2021-06-06T05:02:52.642548 | 2016-10-18T21:25:52 | 2016-10-18T21:25:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,161 | cpp | #include "textWriter.h"
#include "ppmWriter.h"
ppmWriter::ppmWriter(uint width, uint height) :
_width(width),
_height(height),
_data(new byte[width * height * 3])
{
}
void ppmWriter::write(uint x, uint y, float r, float g, float b) const
{
_data[(y * _width * 3) + (x * 3) + 0] = byte(255.9999f * r);
... | [
"filipe.scur@gmail.com"
] | filipe.scur@gmail.com |
4365936ab4db08399024d0fa291502d49780f288 | a4772e3f2b51642aa837a635d18536ed9279971f | /all.h | cdf1d737349a7a3436c00ccdcb517c98204427c0 | [] | no_license | RayKlefstad/HW6 | 459c81964b5920c7486065761ac60060048c7403 | 7d59eff4d0e4956250185ece27e9f27648a2ff96 | refs/heads/main | 2023-05-04T08:06:40.322910 | 2021-05-14T00:57:21 | 2021-05-14T00:57:21 | 367,212,026 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 728 | h | using namespace std;
#include <iostream>
const char * token_image(int tok);
#include "List.h"
extern int HW;
typedef struct SymbolBlock * Symbol;
typedef ListPair<Symbol> SymbolPair;
typedef SymbolPair * SymbolList;
typedef struct TypeBlock * Type;
typedef ListPair<Type> TypePair;
typedef TypePair * TypeList;
... | [
"klefstad@addison-v4.ics.uci.edu"
] | klefstad@addison-v4.ics.uci.edu |
aa1c92ce52296dae82e5539e2b5c06ad41d87604 | d14b5d78b72711e4614808051c0364b7bd5d6d98 | /third_party/llvm-16.0/llvm/include/llvm/IR/StructuralHash.h | eb63a21403100264914bc3c0c35038f65a339087 | [
"Apache-2.0"
] | permissive | google/swiftshader | 76659addb1c12eb1477050fded1e7d067f2ed25b | 5be49d4aef266ae6dcc95085e1e3011dad0e7eb7 | refs/heads/master | 2023-07-21T23:19:29.415159 | 2023-07-21T19:58:29 | 2023-07-21T20:50:19 | 62,297,898 | 1,981 | 306 | Apache-2.0 | 2023-07-05T21:29:34 | 2016-06-30T09:25:24 | C++ | UTF-8 | C++ | false | false | 950 | h | //===- llvm/IR/StructuralHash.h - IR Hash for expensive checks --*- C++ -*-===//
//
// 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
//
//===---------------------------... | [
"swiftshader-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | swiftshader-scoped@luci-project-accounts.iam.gserviceaccount.com |
3b8fd2619386fb6fe27ac7cd55c4826d3507e11e | 10ecd7454a082e341eb60817341efa91d0c7fd0b | /SDK/ContendedResources_classes.h | 1f906783803d7d03642ce0cba7dfb869fa2b5fb1 | [] | no_license | Blackstate/Sot-SDK | 1dba56354524572894f09ed27d653ae5f367d95b | cd73724ce9b46e3eb5b075c468427aa5040daf45 | refs/heads/main | 2023-04-10T07:26:10.255489 | 2021-04-23T01:39:08 | 2021-04-23T01:39:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 740 | h | #pragma once
// Name: SoT, Version: 2.1.0.1
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Classes
//------------------------------------------------------------... | [
"ploszjanos9844@gmail.com"
] | ploszjanos9844@gmail.com |
4eaa4663a1b762d7b31b8590e7346594ac4795e8 | fc5fed7411735743af1fe189b6b4cef500247952 | /src/pri_queue.cpp | acac12a8343f8c4df336a4bb4f91c1f44cc8433a | [] | no_license | whuqin/data-priority-queue | 1d5bdd7c6f9bbf674b93ec483f16c75f979eb0b0 | b1c3e37b3753003e289459a2ba36d6eef67c6c68 | refs/heads/master | 2021-01-10T02:16:48.650356 | 2015-05-27T06:35:16 | 2015-05-27T06:35:16 | 36,293,575 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,036 | cpp | /***************************************************************************
*
* Copyright (c) 2013-2015, whuqin. All Rights Reserved
*
* This file is part of data-pq (data-priority-queue).
*
* data-pq is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public Licens... | [
"qinbin@xiaomi.com"
] | qinbin@xiaomi.com |
427f8c307438bb5baf88747e11081e904602bae6 | 777ae34f66d98de2930b62457dfe9c20a3e0fec8 | /VectorVisualization/parseArg.h | 023a99e0f2f8de98507dc6b1d17fbffedbc29aa0 | [] | no_license | liaoyg/VectorVisualization | eef9fcfcca15c2b536374abc5c185945357c7b2f | a69d9f1bf171c7628aa7ebd434733bddb5d3a69b | refs/heads/master | 2021-01-11T16:01:10.322647 | 2018-10-17T00:48:23 | 2018-10-17T00:48:23 | 79,982,539 | 1 | 0 | null | 2018-04-19T18:51:12 | 2017-01-25T04:21:51 | C | MacCentralEurope | C++ | false | false | 2,556 | h | /*
* Copyright (c) 2008 Martin Falk <falk@visus.uni-stuttgart.de>
* Visualization Research Center (VISUS),
* Universitšt Stuttgart, Germany
*
* This source code is distributed as part of the publication
* "Output-Sensitive 3D Line Integral Convolution".
* Sample images... | [
"liaoyg620@163.com"
] | liaoyg620@163.com |
679d03d49d2735be35513f42eab245a6614ec591 | 523b73d23fd1caddbe8a1e6b46b84a8c3405bb19 | /UtgardLauncher/d_delete.h | 6a5926db6a55c62a1f3787d2b4c3ca407bca4525 | [] | no_license | firmeldir/UtgardOnline | 9be05a4df6f10ac8727af7f576492b17455e88aa | 1e92ecf271dbf4feccec7f4911b0211ea54f83e0 | refs/heads/master | 2021-08-17T22:53:22.477297 | 2020-07-01T07:03:42 | 2020-07-01T07:03:42 | 199,870,522 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 636 | h | #ifndef D_DELETE_H
#define D_DELETE_H
#include <QtNetwork/QNetworkAccessManager>
#include <QtNetwork/QNetworkRequest>
#include <QtNetwork/QNetworkReply>
#include <QUrl>
#include <QTextCodec>
#include <QMainWindow>
#include <QFontDatabase>
#include <QMessageBox>
#include <QVariant>
#include <QCoreApplication>
#include ... | [
"drwowwitcher@gmail.com"
] | drwowwitcher@gmail.com |
12968fa9c69d8bfc768cc3e65d05483c1d76fe41 | 5784adfa5dbf5aef4564f806030abda07896d48b | /main.cpp | f37c297815a588e24b2aa679e1e4e3e330c71f17 | [] | no_license | nomenas/DataMapper | 1f9191ed1b93fa5adb177788ef36d848c18771db | 364f24291c9cff7d1f08126902bdd2276f2b3e8d | refs/heads/master | 2020-04-26T11:09:06.809904 | 2019-03-03T14:40:13 | 2019-03-03T14:40:13 | 173,507,158 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,282 | cpp | #include <stdio.h>
#include "transformers.h"
int main() {
auto factory_name = new my_project::lights::FactoryName{};
factory_name->set_value("my_name");
auto on = new my_project::lights::On{};
on->set_value(true);
auto brightness = new my_project::lights::Brightness{};
brightness->set_value(32... | [
"naum.puroski@lighting.com"
] | naum.puroski@lighting.com |
35e6081cebc7c3c69ad3be2dd5cdfe2a05ba07ef | e714c5df5181c6c1604a987f241e1347346a4351 | /Parseador.h | f16ac124bcb9e957dcfca8000a6981f1029baa40 | [] | no_license | RiedelNicolas/7542-Verificador_eBPF | a3190e1dd624d7bc67abe13693737f24a93aa641 | a57e5ebefe53152d6739dcc6f9c36e63d3259062 | refs/heads/main | 2023-01-04T13:42:10.123608 | 2020-11-03T19:35:48 | 2020-11-03T19:35:48 | 307,539,503 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 630 | h | //
// Created by riedel on 31/10/20.
//
#ifndef PARSEADOR_H_
#define PARSEADOR_H_
#include <string>
#include <list>
#include <fstream>
#include "Instruccion.h"
// Clase para parsear los archivos de instrucciones.
class Parseador {
private:
const char finDeLabel;
const char delimitador;
const char fi... | [
"nariedel99@gmail.com"
] | nariedel99@gmail.com |
d1143993c790489cea66fb3a643b661805352399 | 614fe2c03dc1af43f6bc917471a19f6191264421 | /Project1/Main.cpp | 58364ec9a88068bc4c0c822efd6bfb327b2dc9d4 | [] | no_license | Quotas/Dissertation | 3f4114dd8c346401a4bfbc191294c0d462652955 | 5a5e1b56f791a7bb38e50f42943863e783461ae4 | refs/heads/master | 2021-07-23T06:18:23.580804 | 2017-10-30T19:36:43 | 2017-10-30T19:36:43 | 108,899,191 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,230 | cpp | #include <iostream>
#include <string>
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <liboauthcpp\liboauthcpp.h>
#include <curl/curl.h>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/json_parser.hpp>
namespace propt = boost::property_tree;
... | [
"seamussalt@gmail.com"
] | seamussalt@gmail.com |
42632111fd96b7e6504712f6b3d8ac48b45bed39 | cfb42755d41a8ea907b4355684296acb22b22d27 | /src/Client/Media/SoundSystem/ALSA/Capture/Capture.cpp | b8f3f970426cc1ef865fa9580923cf24ef96b9bd | [
"MIT"
] | permissive | industral/Nexuz | a01715f50f1895f53e36c05c87cbcf23eebfb889 | 26574b8244a68c01ef6ca70b19ec5cb4397a3d66 | refs/heads/master | 2020-05-31T14:37:12.351286 | 2010-11-24T09:53:28 | 2014-07-16T06:56:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,103 | cpp | /*******************************************************************************
* Copyright (c) 2010, Alex Ivasyuv *
* All rights reserved. *
* ... | [
"oleksiy.ivasyuv@sethq.com"
] | oleksiy.ivasyuv@sethq.com |
6991c1b230cf124724799b6de7ef66a779d686b3 | bc290f057cb4da91f85667d9c22058abbd9b3bb8 | /InterOp-3.3.3-Linux-GNU-4.8.2centos5/include/interop/util/map.h | 29770b166434c604686fe940cb03866b07a9e3e6 | [] | no_license | MarioHsiao/autoRunTracker | 791ae3ed17e4d021e38967bb0fc87e4c3ebf5ddb | cd28da529e1be54a4ad76015b374d2776a6ee16e | refs/heads/master | 2021-08-30T23:06:40.341248 | 2017-12-19T19:18:03 | 2017-12-19T19:18:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 840 | h | /** Define generic ordered and unordered maps for both C++11 and C++98
*
* @todo include this everywhere isnan is used
*
* @file
* @date 11/7/16
* @version 1.0
* @copyright Illumina Use Only
*/
#pragma once
#if defined(__cplusplus) && __cplusplus < 201103L
# include <map>
# define INTEROP_ORDERED_MAP(... | [
"qliu2@illumina.com"
] | qliu2@illumina.com |
c02bfb3a8cf9a1928ea245c92fdc2f0eafb9893b | 875bf57f5cab101c341b0ce38dcaf7a9f63e3534 | /problems/src/2015/problem_19.cpp | e5cfb1dde65d2e102937125089a6215cc5762575 | [
"MIT"
] | permissive | voivoid/advent-of-code | 91c212137f60b9b619c3735816154c3c74ba3f18 | efc02f558ad7718d02dfc205fadeba6b857ce4ae | refs/heads/master | 2021-10-25T18:51:33.445956 | 2021-10-12T20:47:44 | 2021-10-12T20:47:44 | 136,576,573 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,932 | cpp | #include "AoC/2015/problem_19.h"
#include "AoC/problems_map.h"
#include "AoC/utils/anon_ret.h"
#include "AoC/utils/parse.h"
#include "AoC/utils/ranges/generate.h"
#include "range/v3/range/conversion.hpp"
#include "range/v3/view/getlines.hpp"
#include "range/v3/view/join.hpp"
#include "range/v3/view/take_while.hpp"
#i... | [
"voivoid@mail.ru"
] | voivoid@mail.ru |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.