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 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
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 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2352a1a15b1dffaba3e75bea13e0374deac52c3e | 5be76ee3bac0211e551b6809912e66c0138831f0 | /ffmpegdemo/Chapter2.cpp | a409a64d2db0b75f8f7b66df8dc885e10f25efc4 | [
"MIT"
] | permissive | DuckDeck/ffmpegdemo | f831812f838a11c1fc4d9caab5cb87860ffd5349 | b0630b9824a8593e9f4a3bb214539bac1a792fa1 | refs/heads/master | 2020-03-26T18:05:39.948746 | 2019-12-21T00:11:18 | 2019-12-21T00:11:18 | 145,195,868 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,887 | cpp | #include <opencv2/opencv.hpp>
#include "stdafx.h"
#include <opencv2/highgui.hpp>
#include <iostream>
using namespace cv;
using namespace std;
//视频
void playVideo() {
namedWindow("Video", WINDOW_AUTOSIZE);
VideoCapture cap;
cap.open("asset/test.mp4");
Mat frame;
for (;;) {
cap >> frame;
if (frame.empty()) br... | [
"3421902@qq.com"
] | 3421902@qq.com |
4e4e6b0787cba4799b7175c6879bd93e3811100b | f2ad82525768c2a45edcbd59ce22445b36b3403b | /xtt/lib/xtt/gtk/xtt_xcolwind_gtk.h | 9fdd3fe72cf8660ddc8fcc7229f79021d45e91c7 | [] | no_license | jordibrus/proview | 55fdf2623ff7b46f0ccfce1bcdce4543457a9d9a | 29f5e0cc6dab430593c1d6bf95dd5077d6732953 | refs/heads/master | 2021-01-18T00:18:45.670513 | 2013-11-16T20:03:39 | 2013-11-16T20:03:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,051 | h | /*
* Proview Open Source Process Control.
* Copyright (C) 2005-2013 SSAB EMEA AB.
*
* This file is part of Proview.
*
* 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 ... | [
"claes.sjofors@proview.se"
] | claes.sjofors@proview.se |
209a1f864899f7f483051523ea3352a8fd2c54c5 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /third_party/blink/renderer/core/layout/layout_table_section.cc | c39aa598db96a2821326c8f434cccb1ef1baf321 | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LGPL-2.0-only",
"BSD-2-Clause",
"LGPL-2.1-only",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft",
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 81,591 | cc | /*
* Copyright (C) 1997 Martin Jones (mjones@kde.org)
* (C) 1997 Torben Weis (weis@kde.org)
* (C) 1998 Waldo Bastian (bastian@kde.org)
* (C) 1999 Lars Knoll (knoll@kde.org)
* (C) 1999 Antti Koivisto (koivisto@kde.org)
* Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
bec1fb1042fee051591c0bced71d46fdec45c34f | 7738dc7b139b6841c885c7bd1c199e523507ad11 | /src/ChiJPsiGFinder.cpp | d16020f30b4a3c2064669427782c7d30a5e1bd9d | [] | no_license | magania/b_finder | 8343b44888f70736432dafefa1d8bbaca8a8dc95 | 9f6155530a37009da417de79a2b2ce11d6435a14 | refs/heads/master | 2020-05-19T04:42:40.734515 | 2012-08-24T00:24:39 | 2012-08-24T00:24:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,831 | cpp | /*
* ChiJPsiGFinder.cpp
*
* Created on: Aug 31, 2009
* Author: magania
*/
#include "ChiJPsiGFinder.h"
ChiJPsiGFinder::ChiJPsiGFinder(TTree &tree, JPsiFinder& jpsi_finder, GammaFinder& gamma_finder) :
chi_saver("chi",tree, false, false),
vrt_saver("chi_vrt",tree)
{
_jpsi_finder = &jpsi_finder;
_gamma_fi... | [
"magania@gmail.com"
] | magania@gmail.com |
a3a0f0da08a6abc7efdc41afe5c62d67a5c60a3a | ee59f750afa7b7b3f2724c07c8d50cd2e3985a89 | /Assignment3/Source/vr02_lag_cpp/Cube.h | 193170b48e5608dd9a3707f84d3b734368abe411 | [] | no_license | bigfabbro/VirtualReality | cd81f2679ad34d72df8517998b57eff872eafd15 | 28adbd0401972250990021fb732d50526312c744 | refs/heads/master | 2020-08-29T12:54:10.032564 | 2019-12-12T14:20:25 | 2019-12-12T14:20:25 | 218,037,232 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 816 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/Actor.h"
#include "Cube.generated.h"
UCLASS()
class VR02_LAG_CPP_API ACube : public AActor
{
GENERATED_BODY()
public:
// Sets default values for this actor's properties
A... | [
"bigfabbro93@gmail.com"
] | bigfabbro93@gmail.com |
1d4d2545f4e9d8750f178fea2bbe0764f3160d11 | e5614c36fd324f2e214ff05aaf2bf7230443e0b5 | /LightOJ/1375 - LCM Extreme.cpp | 4ff19ce18357a88692e1164d5bbac9fd57696ceb | [] | no_license | njrafi/Competitive-Programming-Solutions | a9cd3ceae430e6b672c02076f80ecb94065ff6d8 | 86d167c355813157b0a0a8382b6f8538f29d4599 | refs/heads/master | 2020-07-30T22:18:46.473308 | 2019-10-06T18:12:36 | 2019-10-06T18:12:36 | 210,377,979 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,387 | cpp | #include <bits/stdc++.h>
#ifndef ONLINE_JUDGE
#define gc getchar
#define pc putchar
#else
#define gc getchar_unlocked
#define pc putchar_unlocked
#endif
using namespace std;
#define vi vector<int>
#define si set<int>
#define vs vector<string>
#define pii pair<int, int>
#define vpi vector<pii>
#define pri priority_queue... | [
"njrafibd@gmail.com"
] | njrafibd@gmail.com |
016ca6090929f3c981e4f1e34d9c17a35a94487f | 054b91080c719c55d0d65ff33c4f92857a3fdfc8 | /introduction_to_C++_programming/day7/zipcode/distance.cpp | 7b996fe34af79db43a7bd146e6b5057e3f99c1f8 | [] | no_license | researcherben/course-notes | 14f7e893b0e7c1001e318d540f6bca77565a65fe | 47475bde72978e34bd26cd80f402d07c4283f22a | refs/heads/master | 2021-01-20T15:44:37.829360 | 2016-08-05T14:27:40 | 2016-08-05T14:27:40 | 60,696,470 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 771 | cpp | #include <cmath>
#define PI 3.14159265
#define RADIUS_OF_EARTH 3963.1 // radius of earth in miles
inline double toRadians (double degrees) {
return degrees * PI / 180.0;
}
// Compute distance in miles between two points on Earth, with
// coordinates specified in degrees.
// Note: West lo... | [
"ben.is.located@gmail.com"
] | ben.is.located@gmail.com |
211a5f2e5df4cb9e90471f1ff43b1338a7bd12d3 | 883a861de477922a4559974e759b399770735229 | /src/exe/dummy_to_json.cpp | 5328d7f40c801d3b746a42bc8a74e05de9df82a0 | [
"MIT"
] | permissive | JasonThomasData/neural_net_cpp | 302b17b103d0fcc39ed3cb11cf78e00a7d522d71 | 0d6d042ea00fa778befa488f2e38c914d5f26cdf | refs/heads/master | 2022-05-01T20:32:50.239735 | 2022-03-26T11:16:06 | 2022-03-26T11:16:06 | 86,955,627 | 1 | 1 | null | 2017-08-02T07:52:43 | 2017-04-02T01:52:56 | C++ | UTF-8 | C++ | false | false | 1,166 | cpp | #include <fstream>
#include <iostream>
#include <string>
#include "../../lib/json.hpp"
#include "../data_converter/data_converter.h"
#include "../json_io/json_io.h"
int main(int argc, char** argv)
{
if(argc != 4 || (std::string(argv[3]) != "training" && std::string(argv[3]) != "new_data"))
{
std::c... | [
"john@john.john"
] | john@john.john |
6b31965565508756316066f07061eb575909827e | ece30e7058d8bd42bc13c54560228bd7add50358 | /DataCollector/mozilla/xulrunner-sdk/include/mozilla/dom/mobilemessage/Types.h | e629a500fc02552d3c96f7d2a27fb13861011cd2 | [
"Apache-2.0"
] | permissive | andrasigneczi/TravelOptimizer | b0fe4d53f6494d40ba4e8b98cc293cb5451542ee | b08805f97f0823fd28975a36db67193386aceb22 | refs/heads/master | 2022-07-22T02:07:32.619451 | 2018-12-03T13:58:21 | 2018-12-03T13:58:21 | 53,926,539 | 1 | 0 | Apache-2.0 | 2022-07-06T20:05:38 | 2016-03-15T08:16:59 | C++ | UTF-8 | C++ | false | false | 3,714 | h | /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0... | [
"andras.igneczi@doclerholding.com"
] | andras.igneczi@doclerholding.com |
11368118d7e88ad39f99e384e13aeb3e29f04315 | 2a7e77565c33e6b5d92ce6702b4a5fd96f80d7d0 | /fuzzedpackages/anomaly/src/find_best_option.cpp | 06238ddaa5b82bc2d6ea27de52c4b4c4d365067d | [] | no_license | akhikolla/testpackages | 62ccaeed866e2194652b65e7360987b3b20df7e7 | 01259c3543febc89955ea5b79f3a08d3afe57e95 | refs/heads/master | 2023-02-18T03:50:28.288006 | 2021-01-18T13:23:32 | 2021-01-18T13:23:32 | 329,981,898 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,618 | cpp | #include <math.h>
#include <stdlib.h>
#include <float.h>
#include "Functions.h"
namespace anomalymv
{
void find_best_option(struct orderedobservationlist *list, int ii, int n, int p, int l, int minseglength, double *penaltycomponent, double penaltyanomaly, struct position_saving *savingvector)
{
int jj = 0, option... | [
"akhilakollasrinu424jf@gmail.com"
] | akhilakollasrinu424jf@gmail.com |
ea14680135c7479d480b2ffd60a87513f453a985 | db938fd7dc8178601adb5b73191ce128d8f4d25d | /helpers/md5/src/md5.hpp | a9bdc7b3523972252d4d15ee983d08eacf973ecb | [
"MIT"
] | permissive | joeferg425/RECTFDEMOS | 8ecfdc39cbab841210e880927aa09ddeee99e7f1 | 0d8ff9f6e17d7d201719dc129a866ee2d0af8915 | refs/heads/main | 2023-08-12T10:36:47.614332 | 2021-10-13T01:12:20 | 2021-10-13T01:12:20 | 372,689,952 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,542 | hpp | // originally from https://gist.github.com/creationix/4710780
#ifndef __MD5__
#define __MD5__
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
// #define ROUNDS 1
// leftrotate function definition
#define LEFTROTATE(x, c) (((x) << (c)) | ((x) >> (32 - (c))))
// These vars w... | [
"57824882+joeferg425@users.noreply.github.com"
] | 57824882+joeferg425@users.noreply.github.com |
a43b3cfc3744cf5fa9ab8845c3b1bba3a79bac30 | cf6ae38d4adf41e3eb219b8ac477aa7ca7c7d18a | /trunk/libs/interprocess/doc/code/doc_named_condition_shared_data.hpp | d61934f4739375f639647c826da07b034e3dafce | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | ryppl/boost-history | a560df2bc79ffc7640f09d258599891dbbb8f6d0 | 934c80ff671f3afeb72b38d5fdf4396acc2dc58c | HEAD | 2016-09-07T08:08:33.930543 | 2011-07-10T13:15:08 | 2011-07-10T13:15:08 | 3,539,914 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 687 | hpp | #include <boost/interprocess/sync/interprocess_mutex.hpp>
#include <boost/interprocess/sync/interprocess_condition.hpp>
struct trace_queue
{
enum { LineSize = 100 };
trace_queue()
: message_in(false)
{}
//Mutex to protect access to the queue
boost::interprocess::in... | [
"doug.gregor@gmail.com"
] | doug.gregor@gmail.com |
21cdd3fb47d2bac7e35c0a1e234c6cbbb73ac7a9 | a8020c6cb6e0b481687ea88b0f1e73d0a2b10a37 | /salarysheet.h | 7af7359fd937443a9f9c79d9eff825a8a727db91 | [] | no_license | sailendraw/MontesorryManagementSystem | 7fdef328d27c325a1d47d32679385ad2de8aaea7 | 210cc8b3868a6e448b538550dbc1ca4d211ccff8 | refs/heads/master | 2016-08-05T02:29:23.506955 | 2014-11-08T12:03:33 | 2014-11-08T12:03:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 671 | h | #ifndef SALARYSHEET_H
#define SALARYSHEET_H
#include <QWidget>
#include "qtrpt.h"
namespace Ui {
class salarysheet;
}
class salarysheet : public QWidget
{
Q_OBJECT
public:
explicit salarysheet(QWidget *parent = 0);
void display();
~salarysheet();
private slots:
void on_month_currentTextChanged(c... | [
"sailendra.mzr@gmail.com"
] | sailendra.mzr@gmail.com |
c55965e7d3385a3571c0d4db0ba464f9e2f6000b | 9eec0e4a53c8fc0a42b22f99fd5ca18233a1c1ff | /socodery/backup/inheritance/inheritBaseMemInit.cpp | ea462e609877a098e74ef0cea082947f7a53d55c | [] | no_license | ansrivas/codes | 1b3139411e879e8b13ae3508f7793beffd1c36bd | 36693d7aaefdc894b200f4d2a9937ac2137f3146 | refs/heads/master | 2021-01-13T01:27:40.877798 | 2013-10-25T09:38:59 | 2013-10-25T09:38:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 718 | cpp | #include <iostream>
using namespace std;
class BaseClass {
int i, j;
public:
//BaseClass(){;}
BaseClass(int x, int y) {
cout << "in base constructor\n";
i = x;
j = y;
}
void showij() {
cout << "in base class\n" ;
cout << i << ' ' << j << '\n';
}
};
class DerivedClass : public Base... | [
"best.ankur@gmail.com"
] | best.ankur@gmail.com |
cd86e3757a093a2c50f7c9351ef9b247dcb927bb | 6530fc1675fee3e7d1662f86b6e4e3a2f298eb01 | /PanelBoeing-build-desktop-Qt_4_8_2__System__Release/moc_mcp23017.cpp | 65e39380d9b4d7d63e21d336b396ec744a4d1a95 | [] | no_license | ALGUS-Savunma-ve-Havacilik/PanelBoeing | 6ee7832afbdb1ef638294971e55b409a9400a11f | 9e831f913d91b94c87af633c1b9a4504d03b1193 | refs/heads/master | 2020-04-26T14:52:52.343368 | 2015-02-05T19:18:55 | 2015-02-05T19:18:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,337 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'mcp23017.h'
**
** Created: Wed Apr 30 15:12:11 2014
** by: The Qt Meta Object Compiler version 63 (Qt 4.8.2)
**
** WARNING! All changes made in this file will be lost!
**************************... | [
"saul_alejandro_r@hotmail.com"
] | saul_alejandro_r@hotmail.com |
08a4b38a8bbb32d55ab4fe43a3e653186f033179 | 3f75df57ae155e3eaada2885b12b78a63bbc43a1 | /source/Geometry/CGA/src/TRKFTDHit.cc | cd3d792873fddc40f8b12c314638ad762cb8563a | [] | no_license | nkxuyin/mokka-cepc | 52bb13455b6fc5961de678ad7cb695f754e49a47 | 61ce9f792a4cb8883f0d1cd1391884444b372dc0 | refs/heads/master | 2021-01-20T10:42:00.982704 | 2015-02-11T12:59:43 | 2015-02-11T12:59:43 | 24,243,983 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,790 | cc | #include "TRKFTDHit.hh"
// Basic C
#include <assert.h>
// Basic Mokka classes
#include "Control.hh"
// Geant4 classes
#include "G4VVisManager.hh"
#include "G4VisAttributes.hh"
#include "G4Colour.hh"
#include "G4Circle.hh"
// LCIO classes
#ifdef LCIO_MODE
#include <lcio.h>
#include <IMPL/LCFlagImpl.h>
#include <UTIL... | [
"xuyin@nankai.edu.cn"
] | xuyin@nankai.edu.cn |
c53f10c5fe7bf7b90d287980a4e7430164fd376b | e89be39fe4d4f54b1b27d8b4584b24f00594725e | /libraries/SDCard/sdcard.cpp | cc2aceb2a5fbd79f94844fa33f7717f377057a7e | [] | no_license | RobotEdh/RobotMicroControl | 1dddf057cf3f6aa37026ac6b9c0ccafca8374936 | a48b604741dbf3a1e17914e3a12d597cfc00fa81 | refs/heads/master | 2021-06-27T06:36:11.495105 | 2020-10-14T20:32:07 | 2020-10-14T20:32:07 | 161,914,561 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,859 | cpp | #include <sdcard.h>
Sd2Card card; // SD Card
SdVolume volume; // SD Volume
SdFile root; // SD Root
int initSDCard(void){
if (!card.init(SPI_HALF_SPEED, SS_CS_Pin)) //Set SCK rate to F_CPU/4 (mode 1)
{
Serial.println("Error Init SD-Card");
return SDCARD_ERROR;
}
else
{
... | [
"eric.delahoupliere@free.fr"
] | eric.delahoupliere@free.fr |
8011bc188eeaecee4409c05c678882801aeb6c36 | 71bd19d1587e8736f9645736a1e61552ae0d543a | /src/C_iterate.h | eb794c4e18ee44d41409e364c972fce7ddd26696 | [] | no_license | cran/cnaOpt | 55acd34c2ca18f083abee6d7d7722cca356445a6 | c6e0b904714713f05f6e3d0989ff841d0646f661 | refs/heads/master | 2023-03-18T01:38:03.279181 | 2022-07-08T13:00:11 | 2022-07-08T13:00:11 | 236,573,536 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 430 | h |
// void show(dblIteratorList x);
// void show(std::vector<double> x);
dblIteratorList getStarts(dblList x);
dblIteratorList getEnds(dblList x);
void increase(dblIteratorList& ii, int& changed,
const dblIteratorList& _starts_,
const dblIteratorList& _ends_,
int pos = -1);
... | [
"csardi.gabor+cran@gmail.com"
] | csardi.gabor+cran@gmail.com |
f48f5c9ee810e4089bc73e8b093a45911d0f4dd8 | aee5b4d5e176a6d5054d6f1db7df94d4ebfde2ee | /policy_table.cpp | df32d59489d32d7f5d20c095cf4c603cea202324 | [
"Apache-2.0"
] | permissive | rfrandse/ibm-logging | 2b06e02dda92e9b3b3364cded8d2ad35ebe7d870 | 9351665a5d9560e42b2fa42c3f95cd18f9455018 | refs/heads/master | 2020-04-15T13:14:43.544670 | 2018-10-23T15:49:47 | 2018-10-23T15:49:47 | 164,708,462 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,166 | cpp | /**
* Copyright © 2018 IBM Corporation
*
* 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 agr... | [
"spinler@us.ibm.com"
] | spinler@us.ibm.com |
9a69eb6ed8de686796c2fae701e4c4b86ca1b99d | 75667c69371e560e00846993e0594198ba5b0271 | /lantern/src/math_common.cpp | 4bc780363756125f61b51695845b516d881d092e | [
"MIT"
] | permissive | fredlim/lantern | 028237401f73ccbe30c28dea1d8712c33bb283b8 | ae968506925f6e28498d0b54850030c47e6a7031 | refs/heads/master | 2023-03-18T00:22:15.644336 | 2015-11-21T12:42:51 | 2015-11-21T12:42:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 402 | cpp | #include "math_common.h"
using namespace lantern;
float lantern::triangle_2d_area(
float const x0, float const y0,
float const x1, float const y1,
float const x2, float const y2)
{
return std::abs(0.5f * (x0 * (y1 - y2) + x1 * (y2 - y0) + x2 * (y0 - y1)));
}
float lantern::clamp(float const value, float const fr... | [
"loreglean@gmail.com"
] | loreglean@gmail.com |
555ae40cf97a15d12ff0aea6767da175fb5ce4f9 | ea3b88a242669a53d0b8cf475fdd9db3ed22493e | /PWGLF/SPECTRA/ChargedHadrons/dNdPt/AliAnalysisTaskSpectraV0M.cxx | c26f89bf31ae85a702002c5e4fc84c9f6f356dc3 | [] | permissive | ppanasta/AliPhysics | cba8cde2e5f7c718fa7eac78a0681e8c6e147577 | 226101b9595c8c4bad885016e6b8ede56eb9ad9b | refs/heads/master | 2021-01-16T04:59:23.838008 | 2020-02-25T10:51:38 | 2020-02-25T10:51:38 | 242,980,339 | 1 | 0 | BSD-3-Clause | 2020-02-25T11:10:33 | 2020-02-25T11:10:32 | null | UTF-8 | C++ | false | false | 5,978 | cxx | #include <iostream>
#include "TChain.h"
#include "TH1F.h"
#include "TList.h"
#include "TRandom.h"
#include "TRandom3.h"
#include "TGeoGlobalMagField.h"
#include "AliAnalysisTask.h"
#include "AliAnalysisManager.h"
#include "AliESDEvent.h"
#include "AliESDInputHandler.h"
#include "AliESDtrack.h"
#include "AliAODEvent.h"
... | [
"michael.linus.knichel@cern.ch"
] | michael.linus.knichel@cern.ch |
c6de8fea499f51ddeb9f5d0ab87ac471cddfaa32 | 6f833427da2ae06e12e7cddbe2f275aedd8310de | /Lesson 6 - Inheritance/006 - multiple inheritance/main.cpp | f87e197420a61315c050c34a2772a358698b6724 | [
"MIT"
] | permissive | YuilTripathee/CPP_programming | 2331c770426d0f5ca96582281c2a745556d380f2 | 93301a3b9300605bdc61de2d1c6c2e96d11586a5 | refs/heads/master | 2022-02-28T06:28:12.890300 | 2019-11-02T01:39:38 | 2019-11-02T01:39:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 828 | cpp | /*
Academic Sport
|__________|
|
Result
*/
// code:
#include <iostream>
using namespace std;
class Academic
{
protected:
char name[20];
int m1, m2;
public:
void GetData1()
{
cout << "Enter name, mark1 and mark2: ";
cin >... | [
"yuiltripathee79@gmail.com"
] | yuiltripathee79@gmail.com |
fc5eb2f92f9397e62adfd382def1b767ee5ace11 | 7e824dc4b0044129c95d51480b3514fb9a64acc7 | /QT/tutoriale/68 - QTcpServer using multiple threads/MultiServer/main.cpp | 20a99cf9b4bdab8204002cf3bddab8e4c7825159 | [] | no_license | morariu05/TAP | 3b97964fa3fb687ef7aa9ab13a82086b9458fda4 | 0ac56f91783b68d63134efdd12bf381ccb5639e1 | refs/heads/master | 2023-03-25T01:13:31.470612 | 2021-03-21T21:56:53 | 2021-03-21T21:56:53 | 350,127,947 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 201 | cpp | #include <QtCore/QCoreApplication>
#include "myserver.h"
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
MyServer Server;
Server.StartServer();
return a.exec();
}
| [
"morariumadalina05@gmail.com"
] | morariumadalina05@gmail.com |
ac6f964462121c3c1ce5e1db08eea12c7dd84365 | f2367d2c97b70ab1dd8e72a26f13cf341c9c5df0 | /lab5/Codes/FSSB/FSSB.cpp | dbc9b23f4221a39929106fabbbd797a199166e37 | [] | no_license | MitchellHansen/optimization-algorithms | 85e872c4e2e11a63c1b2df31ac5fd40fd0c5ab9b | d1a836995bf19b475947ab964072243eca9e38fa | refs/heads/main | 2020-06-21T05:54:45.629471 | 2017-01-13T05:13:46 | 2017-01-13T05:13:46 | 74,801,656 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,700 | cpp | /**
* @brief Flow shop with blocking
* @author doc. MSc. Donald Davendra Ph.D.
* @date 3.10.2013
*
* This is a simple class to calculate the makespan of the flowshop with blocking schedule.
*/
/*! \file FSSB.h
\brief A FSSB header file.
*/
#include "FSSB.h"
#include <stdlib.h>
#include <iostream>
#include <f... | [
"mitchellhansen0@gmail.com"
] | mitchellhansen0@gmail.com |
88def7a1a28c9b0e80a4f380d7ed7aa5c6705b5e | 25566712584db250f7419007954351b63ad8a516 | /History.h | d5f209c61e2a9c98de0e9f0a6d888140af4991a6 | [] | no_license | rjadroncik/Shadow-Studio | 2cd69c29b05a40559a714c96cbc44ea6c01a7c06 | 8df941457f6a7b2890480ad25ee764fad27ce63d | refs/heads/master | 2021-01-18T22:37:09.492427 | 2016-10-20T19:49:33 | 2016-10-20T19:49:33 | 27,828,580 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 482 | h | // History.h: interface for the CHistory class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_HISTORY_H__07B6E81F_AC2D_4A52_90DB_A3CC08D0BD92__INCLUDED_)
#define AFX_HISTORY_H__07B6E81F_AC2D_4A52_90DB_A3CC08D0BD92__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_... | [
"roman.jadroncik@gmail.com"
] | roman.jadroncik@gmail.com |
cfca0b19f0f6e52f75d47c3b59625af16b54481b | 2885e54c807bd70b8eb0cd2bc3ffd5ce51bd66cc | /2007-PIR-Drone Trirotor acrobate/Projet/Informatique/CNES/marmottes-9.8/src/Senseur.cpp | a2bbbaf88ee5d6d87facc79c554bbca9101e02b4 | [] | no_license | crubier/my-personal-projects | 622b09ce6d9c846b905fe135892a178c1a0c554b | 8cd26b212b0c61f3d5bbe2de82d49891f3f3602a | refs/heads/master | 2021-09-12T23:09:14.097634 | 2018-04-22T07:45:42 | 2018-04-22T07:45:42 | 130,488,289 | 1 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 5,876 | cpp | ///////////////////////////////////////////////////////////////////////////////
//$<AM-V1.0>
//
//$Type
// DEF
//
//$Projet
// Marmottes
//
//$Application
// Marmottes
//
//$Nom
//> Senseur.cpp
//
//$Resume
// fichier d'implantation de la classe Senseur
//
//$Description
// Module de... | [
"vincent.lecrubier@gmail.com"
] | vincent.lecrubier@gmail.com |
4da58027033786eab962e356aecda5ffbbc14d23 | 065e58016a4506e4a5b429a2b77a6f432930a362 | /include/core/Memory.hpp | 6cda09142c9c01df794ffe25ffade635a9d142d9 | [] | no_license | UnsafePointer/shinobu | 380ba84b1dfe122da3f6042da2261bcec5f07abe | 5088e95c3dcd7b0f3e9b226dc768811a6b2ddc4f | refs/heads/master | 2023-01-07T06:31:50.271267 | 2020-09-23T14:00:40 | 2020-09-23T14:00:40 | 265,358,408 | 3 | 0 | null | 2020-09-23T14:00:41 | 2020-05-19T20:28:27 | C++ | UTF-8 | C++ | false | false | 16,065 | hpp | #pragma once
#include <cstdint>
#include <memory>
#include <filesystem>
#include <optional>
#include <vector>
#include <common/Logger.hpp>
#include <chrono>
namespace Core {
namespace Device {
namespace SerialDataTransfer {
class Controller;
};
namespace PictureProcessingUnit {
... | [
"renzo@crisostomo.me"
] | renzo@crisostomo.me |
eabd8c7c627f28030078e69dfb3354993b5ae949 | 7924247523ffc4c8ad89f725756a4ec1056f6479 | /LINK_LIST/heap.cpp | b09d724a95b2c20770a91ebb44630d50527ad1c2 | [] | no_license | badhon1512/DataStructure | cacba7268a8de567189da51ad5dca8c6cb4dfd4a | 1d076087944f1b58584824a0a520fed88bbbdbb5 | refs/heads/main | 2023-03-13T13:55:49.905555 | 2021-03-04T12:27:08 | 2021-03-04T12:27:08 | 344,465,494 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,498 | cpp | #include<iostream>
using namespace std;
int left(int i)
{
return 2*i;
}
int right(int i)
{
return 2 * i + 1;
}
int root(int i)
{
return i/2;
}
int maxHeap(int h[], int heapSize)
{
int i,p;
for(i=heapSize;i>1;i--)
{
p=root(i);
cout<<"i= "<<i<<"\n"<<"p= "<<p<<"\n"<<"h[i]= "<<h[i]<<... | [
"badhon1512@gmail.com"
] | badhon1512@gmail.com |
1eb481df74005172cfdba7a79d56b4a122062dd9 | 44ab57520bb1a9b48045cb1ee9baee8816b44a5b | /AssistTesting/Code/Editor/ModelEditor/ModelEditorAssistTesting/TestingLib.cpp | 6438cc93932a95dfea8452a79ac4174a09410c59 | [
"BSD-3-Clause"
] | permissive | WuyangPeng/Engine | d5d81fd4ec18795679ce99552ab9809f3b205409 | 738fde5660449e87ccd4f4878f7bf2a443ae9f1f | refs/heads/master | 2023-08-17T17:01:41.765963 | 2023-08-16T07:27:05 | 2023-08-16T07:27:05 | 246,266,843 | 10 | 0 | null | null | null | null | GB18030 | C++ | false | false | 281 | cpp | /// Copyright (c) 2010-2023
/// Threading Core Render Engine
///
/// 作者:彭武阳,彭晔恩,彭晔泽
/// 联系作者:94458936@qq.com
///
/// 标准:std:c++20
/// 版本:0.9.1.2 (2023/07/31 19:55)
#include "System/SystemLib.h"
#include "CoreTools/CoreToolsLib.h"
| [
"94458936@qq.com"
] | 94458936@qq.com |
f01b947ac78a5c294a042d5e637f10640bf3b82e | 7ecf0f2287bd5561d76571d41a51623e4566f75c | /SFML/PauseState.cpp | 8e6fb4eaffc09e32bce959fbf7a7cf1fc8f8b13b | [] | no_license | jeffOttar/SFML | 8794ef2f0ccf95e47cc83e1e10e649fb1fbcc110 | 32ff327505eb475c9b23f54b599e071a805f8302 | refs/heads/master | 2021-09-28T07:38:53.329978 | 2018-10-05T14:23:14 | 2018-10-05T14:23:14 | 151,723,442 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,766 | cpp | /**
* @file
* @author Jeff Ottar-
* @version 1.0
*
*
* @section DESCRIPTION
* < >
*
*
* @section LICENSE
*
*
* Copyright 2018
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
* above copyright notice and this permission notice... | [
"jeffery1299@hotmail.com"
] | jeffery1299@hotmail.com |
f2c7762da082347263226fa2d891c4999d582798 | b37f97a79555d77f39aff73633bda8a5b469c6fe | /test01/addperson.h | 81375797f5191c98cd49e04cf71428516d0365e7 | [] | no_license | OrangeQing/practice | 1f9b3b49aaa626b7e192e4fae1a7966b0a0e1f93 | 4ce45e2ad838621e1f910c47211ed55da9c0d38b | refs/heads/master | 2022-03-22T21:04:23.379428 | 2019-11-03T00:51:42 | 2019-11-03T00:51:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 307 | h | #ifndef ADDPERSON_H
#define ADDPERSON_H
namespace Ui {
class AddPerson;
}
class AddPerson : public QDialog
{
Q_OBJECT
public:
explicit AddPerson(QWidget *parent = 0);
~AddPerson();
private slots:
void on_cancelBtn_clicked();
private:
Ui::AddPerson *ui;
};
#endif // ADDPERSON_H
| [
"1240091086@qq.com"
] | 1240091086@qq.com |
f4cec2218f92a29bfc98e84cf99cce6375ecefca | 7f88f6ef7fe43cdcfe41984a8952f876dec1cd47 | /16927.cpp | 402fcc4b51fa27f2fa41aeb3f43333dcc6109c7b | [] | no_license | skleee/boj-ps | 7498ca4b1fc892caafec6a6620bd9968aff0f6f0 | 818e36754d20c2dccfcf641a7d47dd1f0c087fd1 | refs/heads/master | 2020-07-25T22:14:10.971137 | 2020-03-08T17:11:38 | 2020-03-08T17:11:38 | 208,439,076 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,149 | cpp | #include <iostream>
#include <algorithm>
#pragma warning(disable:4996)
/*
16927. 배열돌리기2
*/
using namespace std;
int N, M, R, map[300][300];
void rotate() {
int group = min(M, N) / 2; // 그룹의 개수
for (int k = 0; k < group; k++) {
int rtcnt = R % ((N + M - 2 - 4 * k) * 2); // 그룹 안 숫자의 개수
while (rtcnt--) {
int... | [
"leesk1027@gmail.com"
] | leesk1027@gmail.com |
76aa4685ccbf16eec2434cc5df11c69c8b5d76b1 | 8fdea23d0eb541bb076f77f9ba02ebf5446de1a0 | /src/CloudBackground.h | 7b8f98a6e79e0328474cba74f769a80a34df97d1 | [] | no_license | brannondorsey/LEDWallInteractive | 928790a7bf1c54f986df6048c6a42aeff74a95f2 | c8d582061c3811b738ddfe11a06c1d7363ada96e | refs/heads/master | 2021-01-10T14:21:03.476893 | 2016-02-08T18:30:32 | 2016-02-08T18:30:32 | 50,591,829 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,490 | h | #pragma once
#include "ofMain.h"
class CloudBackground
{
public:
float frequency;
ofColor cloudColor;
ofEasyCam camera;
ofShader shader;
ofImage noiseImage;
ofFbo fbo;
int width;
int height;
int minFrequency;
int maxFrequency;
void setup(int width_, int... | [
"brannon@brannondorsey.com"
] | brannon@brannondorsey.com |
6b17791a459279a2756a741f1ed46e4613c5499e | be7ee28aa3149dd6045f74b0fec2ac0b3a855e4e | /1110.delete-nodes-and-return-forest.cpp | 8bdc713577121db817d2afebad0d78df2f76aebb | [] | no_license | Okamoto-001/GoGoGo | a56ee2e6fa055a1a7a6d9497a4af53a04190eb42 | 383a0d05037b239ec3e4b4104dce41733c9aca19 | refs/heads/master | 2020-09-16T19:56:31.892313 | 2020-01-27T04:05:00 | 2020-01-27T04:05:00 | 223,874,412 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,363 | cpp | /*
* @lc app=leetcode id=1110 lang=cpp
*
* [1110] Delete Nodes And Return Forest
*
* https://leetcode.com/problems/delete-nodes-and-return-forest/description/
*
* algorithms
* Medium (64.87%)
* Likes: 593
* Dislikes: 22
* Total Accepted: 31.8K
* Total Submissions: 48.9K
* Testcase Example: '[1,2,3,4... | [
"xwcheng497@gmail.com"
] | xwcheng497@gmail.com |
7d1c2c751a4f8d9c524f8f827d914cca5c1ce3d7 | 648a0e5429d20c89f22e1d8ae8ee8891f9e09323 | /Joy PS2/PS2/PS2.ino | 83512e070fd4d9201d531be284208a1dcaf045c2 | [] | no_license | napsudtay/aduino | 109f211373ae1afb2385b6e260bebbf506bacc6b | 924e812486aab34a1de17844700a874c70b485e9 | refs/heads/master | 2021-06-16T08:36:48.034828 | 2017-05-02T16:15:50 | 2017-05-02T16:15:50 | 38,966,525 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,070 | ino | /*
arduino ติดต่อ JOY PS2 , arduino with JOY PS2
ตัวอย่างนี้ ง่ายกว่าที่คุณคิด มาดูหัวต่อ PS2 กันก่อนนะครับ
สามารถนำไปประยุกต์ไปควบคุมหุ่นยนต์หรืองานด้านอื่นๆ ได้ครับ
จากภาพนะครับมีสายทั้งหมด 8 เส้นนะครับแต่ใช้จริงๆ 6 เล้นนะครับ
เส้นที่ใช้นะครับ
ขา 1 ขา data
ขา2 command
ขา 4 ขา GND
ขา 5 VCC 3.3 V ห้ามจ่... | [
"sudtayonnuam@sudtays-MacBook-Pro.local"
] | sudtayonnuam@sudtays-MacBook-Pro.local |
17b25422643da83450aae79c7035761ed73156f5 | edcfa044f904b2e79a3924972e805694d3e143db | /Mosquitto_esp8266_NodeRED_AWS_With_BLENO_Uploading_Only_11_Aug_/Mosquitto_esp8266_NodeRED_AWS_With_BLENO_Uploading_Only_11_Aug_.ino | 6148a2bafcb2b1b0f57b9c40b40c91ddee6a544b | [] | no_license | xidameng/Arduino-Projects | 6eb18ed15f5775c812068ab102760518d59447dd | 18bb8178b09d6b6ac22843d7f2ee41339e517768 | refs/heads/master | 2020-04-07T01:28:46.522381 | 2018-11-17T02:50:03 | 2018-11-17T02:50:03 | 157,942,687 | 1 | 1 | null | 2018-11-17T02:50:04 | 2018-11-17T02:18:14 | C++ | UTF-8 | C++ | false | false | 4,444 | ino | /*****
All the resources for this project:
http://randomnerdtutorials.com/
THIS IS THE FIRST WORKING PROJECT CREATED BY XI MENG
for real-time uploading sensor data to the cloud
*****/
#include <ESP8266WiFi.h>
#include <PubSubClient.h>
#include <Wire.h>
// Change the credentials below, so your ESP8266 conn... | [
"xidameng@gmail.com"
] | xidameng@gmail.com |
0bb43129d94f03d67d8e7d4eb150896631171397 | 11e65430e08a401b27977c263f1523b9c0e9c7f8 | /main.cpp | 3a46bed3abf61d59c8e0689aaf5cc39c028ea064 | [] | no_license | Ga-vin/CanRegConfigurationTool | c5089e2e8a6880db28ad056e1bd53b8d16039027 | b783bd2243d8f3ca498e850d1815a1055cef977d | refs/heads/master | 2021-01-20T19:52:43.779993 | 2016-08-01T16:09:45 | 2016-08-01T16:09:45 | 64,231,138 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 316 | cpp | #include <QApplication>
#include <QTextCodec>
#include "canregdlg.h"
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
QTextCodec::setCodecForTr(QTextCodec::codecForName("utf-8"));
/* Todo here */
CanRegDlg *p_window = new CanRegDlg;
p_window->show();
return app.exec();
}
| [
"gavin_8724@163.com"
] | gavin_8724@163.com |
372b13037b81ffa40af4aeb20b7aac9db4667659 | 647d3cf8c301cc4351c5f6b7a3adeb0c294ce849 | /Others/less/old/2021-4-10/P1082.cpp | 5140c27bad5f3939b5147ddc1ebbd001218794c2 | [] | no_license | schtonn/Code | d6157e7d8ee8256159246c4765122e188ecbc48d | ba4e4e4511d37ec8398f4015fddf938f6b9d8852 | refs/heads/master | 2022-08-10T14:37:32.655034 | 2022-07-25T14:36:03 | 2022-07-25T14:36:03 | 243,902,585 | 0 | 0 | null | 2020-03-15T09:50:27 | 2020-02-29T04:13:41 | null | UTF-8 | C++ | false | false | 279 | cpp | #include "bits/stdc++.h"
using namespace std;
void exgcd(int a,int b,int &x,int &y){
if(!b){
x=1,y=0;
return;
}
exgcd(b,a%b,y,x);
y=y-a/b*x;
}
int main(){
int a,b,x,y;
cin>>a>>b;
exgcd(a,b,x,y);
cout<<(x+b)%b<<endl;
return 0;
} | [
"schtonn@163.com"
] | schtonn@163.com |
64ac0041f7df73a4e30916a7bcf1ea01fcb1559a | 491b89427312aa0c026db196235144bfb598cec4 | /Kade-Engine-stable/exportBONEFRIEND/release/windows/obj/src/Alphabet.cpp | d35f8ddf21ccf139fd7ef6a227be5c222865bfda | [
"Apache-2.0"
] | permissive | TrashMonkeyy/VS-Bonefriend-FNF-Source | 667fded8fa68401a9efa4063fd535c7ae1ab025d | a3f96ad52cc0dcf16c64106bfc8feb7c568046c0 | refs/heads/master | 2023-06-28T04:38:39.561357 | 2021-08-02T00:49:44 | 2021-08-02T00:49:44 | 391,771,302 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,404 | cpp | #include <hxcpp.h>
#ifndef INCLUDED_AlphaCharacter
#include <AlphaCharacter.h>
#endif
#ifndef INCLUDED_Alphabet
#include <Alphabet.h>
#endif
#ifndef INCLUDED_Paths
#include <Paths.h>
#endif
#ifndef INCLUDED_flixel_FlxBasic
#include <flixel/FlxBasic.h>
#endif
#ifndef INCLUDED_flixel_FlxG
#include <flixel/FlxG.h>
#endif... | [
"mrcolin35@hotmail.com"
] | mrcolin35@hotmail.com |
94ea07d6eb83f52fa0da7b355b30c423c5da05d0 | 1cc44526fe719ddb807241e873b536c22fa0d1bf | /Src/Representations/Infrastructure/CameraSettingsV6.h | 5edee4aca46cde7663350874182362733c515637 | [
"BSD-2-Clause"
] | permissive | Handsome-Computer-Organization/nao | 55e188276a7ba82631bc6283d18db89f2b688c75 | d7bbac09355e5f8f719acb4b65b39bc7975878ca | refs/heads/main | 2023-04-26T12:24:59.944423 | 2021-05-14T12:53:10 | 2021-05-14T12:53:10 | 367,357,552 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,936 | h | /**
* @file CameraSettingsV6.h
* Declaration of a struct representing the settings of the PDA camera.
* @author <a href="mailto:Thomas.Roefer@dfki.de">Thomas Röfer</a>
*/
#pragma once
#include "Representations/Infrastructure/CameraInfo.h"
#include "Tools/Streams/AutoStreamable.h"
#include "Tools/Enum.h"
#include ... | [
"handsomeyingyan@github.com"
] | handsomeyingyan@github.com |
742365f4d57f5e2fbfe6ea67326e7f3fc5197464 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/libstdc++-v3/testsuite/21_strings/basic_string_view/types/1.cc | e58a79c5b9b8cfe6a96ac8094f34731eeab1e8e3 | [
"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,175 | cc | //
// Copyright (C) 2013-2022 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU General Public License as published by the
// Free Software Foundation; either version 3, or (at your... | [
"rink@rink.nu"
] | rink@rink.nu |
12296921e0243ca482f427befca74058e566267f | 512ff8baf337a02d04186950eaaf3f05493f19cc | /贪心/455/main.cpp | 749d961d10c095e0a72f214e09405b0b591bc2a4 | [] | no_license | coderzhongkaikai/exercise | 69cfe5d11c84b21e4702c6f6ed4fa03ba2ce751f | e354698cb9cae39d0f356b3775084341507888d7 | refs/heads/master | 2021-07-08T13:40:29.573399 | 2021-04-30T11:16:31 | 2021-04-30T11:16:31 | 239,304,726 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 642 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
class Solution{
public:int findContentChild(vector<int>&g,vector<int>&s){
sort(g.begin(),g.end(),greater<int>());
sort(s.begin(),s.end(),greater<int>());
int si=0,gi=0;//分别代表 饼干和小孩
int res=0;
while (... | [
"2457169144@qq.com"
] | 2457169144@qq.com |
c032465e1857f7f2467dffb1689b4539575434fe | 0ed54494a51b0c100e4293dc8128b3de371e4608 | /C++ Work/CS163/Hw1/HW1_LLL.cpp | a442916db0564c766eea3f08d9895ba6a7d20a5a | [] | no_license | RyanWritz/Main | b9b33473c5d258377ead36ddd195cd81e442f785 | 3145d2089a16b065d3f32cca1c6f30f65a6e1171 | refs/heads/master | 2023-08-24T17:37:21.813286 | 2021-11-03T20:28:15 | 2021-11-03T20:28:15 | 196,872,221 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,617 | cpp | //Ryan W. Writz (c) 2015
//Hw #1 CS163
//HW1_LLL.cpp
//Here the functions for the DIY (Do it yourself) class are implemented
//In order to set up the information from the external data file appropriately
#include "HW1.h"
//Constructor that will set up head and tail pointers appropriately
//fix on a new node. This... | [
"noreply@github.com"
] | RyanWritz.noreply@github.com |
aec83cdc0d4e1fc709528350d827045f61c600c0 | 1190c42cf0e03d8625b3eed9b469bbc5dcbecc4d | /sockets/sockets.h | 0ef1fd1f370d2c9a3bd95b10464126c844f94759 | [] | no_license | ujpv/protei | 0fea4498c3e92978cb78295e5d1d90bdab6998ff | 36d1438f304a33126e862c9a41b07d92f1668737 | refs/heads/master | 2016-09-14T14:45:39.142944 | 2016-05-04T18:18:16 | 2016-05-04T18:18:16 | 57,385,906 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,978 | h | #ifndef SOCKETS_H
#define SOCKETS_H
#include <inttypes.h>
class abstract_socket {
public:
explicit abstract_socket(int fd);
abstract_socket(abstract_socket const &other);
int get_fd() const;
char *get_er_message() const;
bool connect(char const * ip, uint16_t port);
bool disconect();
bool i... | [
"ujpv@mail.ru"
] | ujpv@mail.ru |
e1889b22ed801baff046deeeec9f6ee14c26200b | c7979f4f6435fe8d0d07fff7a430da55e3592aed | /aising/test.cpp | 3f181c684756bfc5df72fe6503946084fbd3a44c | [] | no_license | banboooo044/AtCoder | cee87d40bb98abafde19017f4f4e2f984544b9f8 | 7541d521cf0da848ecb5eb10ffea7d75a44cbbb6 | refs/heads/master | 2020-04-14T11:35:24.977457 | 2019-09-17T03:20:27 | 2019-09-17T03:20:27 | 163,818,272 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,536 | cpp | #include <iostream>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <algorithm>
#include <string>
#include <sstream>
#include <complex>
#include <vector>
#include <list>
#include <queue>
#include <deque>
#include <stack>
#include <map>
#include <set>
#define REP(i,n) for (long long i=0;i<(n);i++)
#defi... | [
"touhoucrisis7@gmail.com"
] | touhoucrisis7@gmail.com |
d72b27c52a70a3422cd88fa47f9e715e595b1d3c | ffe66d2c0494554c8c917dded6f8cdcf79c651a2 | /MLModels/NeuralNetwork/NNUnitTest.cpp | e35b4dabe0b93b557f73ee931553081e15670818 | [] | no_license | Zhukowych/Rinit | 3f9f149ba3e45545887e777d623255cc7d1052a9 | d9466ae628d31d01a034268727e07602e6e2aba5 | refs/heads/main | 2023-01-22T23:08:58.707963 | 2020-11-29T12:13:04 | 2020-11-29T12:13:04 | 286,224,024 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 615 | cpp | #include "NeuralNetwork.hpp"
#include "../../Containers/Vector.hpp"
Vector<int> CreateNNStructure(){
Vector<int> result(3);
result[0] = 5;
result[1] = 3;
result[2] = 2;
return result;
}
Vector<float> CreateTrainData(){
Vector<float> result(2);
result[0] = 1;
result[1] = 1;
return result;
}
Vector<float> Cre... | [
"mzmzhuk@gmail.com"
] | mzmzhuk@gmail.com |
d754a3c9e2b5fbd14fc963886a66633fc9e4342d | db21d60c742cd1f6b5bbfb9dcf8e6f17eafb3ffd | /TiledReader/Includes/Event/Delegate/Exception/UnboundDelegateException.h | 32c5afe889987e4aba1ccb4366912c2979842e6e | [] | no_license | YvesHenri/TiledPlusPlus | d32a3a8ffcee4097da690590eac0b4a6d46fc219 | 79e1f4f9d75920821f1e3976386811326b094da3 | refs/heads/master | 2021-01-12T00:15:24.693477 | 2017-02-21T17:36:37 | 2017-02-21T17:36:37 | 78,694,413 | 1 | 0 | null | 2017-02-21T17:36:38 | 2017-01-12T01:00:04 | C++ | UTF-8 | C++ | false | false | 591 | h | #ifndef TPP_EVENT_DELEGATE_EXCEPTION_UNBOUNDDELEGATEEXCEPTION_H
#define TPP_EVENT_DELEGATE_EXCEPTION_UNBOUNDDELEGATEEXCEPTION_H
#include <exception>
#include "Macros\API.h"
// non dll - interface class 'std::exception' used as base for dll - interface class 'evt::UnboundDelegateException'
#pragma warning(disable: 42... | [
"yveshenricalaci@hotmail.com"
] | yveshenricalaci@hotmail.com |
c5515f6f8e69aae95c5b5b0d32aa31d4bfd12306 | 66814bdad378a1d65136dc72ec2c9c6bb33e3c4b | /HTTP_Downloader/login_manager_utilities.cpp | 66e6055d0623756765693c64d6699d5c96b17a68 | [] | no_license | Surfndez/httpdownloader | 8b9fd26725f186d79ac175283049847ba04d2e28 | 9006fbdc2935398083a9140d37d1300030386578 | refs/heads/master | 2020-09-21T09:14:32.120527 | 2019-11-19T05:10:01 | 2019-11-19T05:10:01 | 224,751,759 | 1 | 0 | null | 2019-11-29T01:00:48 | 2019-11-29T01:00:47 | null | UTF-8 | C++ | false | false | 18,598 | cpp | /*
HTTP Downloader can download files through HTTP(S) and FTP(S) connections.
Copyright (C) 2015-2019 Eric Kutcher
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the L... | [
"defeatthefreak@gmail.com"
] | defeatthefreak@gmail.com |
35b7193cca08c84556ea92478ef8fbf5f4e0931a | 67ea3f01e6cd4b9d3551d5f31184130efe61b471 | /Tests/testFunctions.cpp | a50d14c9e5caf82be40d97d959658239dfa7ca2c | [
"MIT"
] | permissive | ASR-Engineering-Consulting/V3DLib | a4d33c9436aed34eeef412935753252b86c820fc | 393cc112866b64019830f66984663d1731ecb68e | refs/heads/main | 2023-05-07T21:57:54.957983 | 2021-05-31T06:58:28 | 2021-05-31T06:58:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,149 | cpp | #include "doctest.h"
#include "Kernel.h"
#include "Source/Functions.h"
using namespace V3DLib;
namespace {
IntExpr hello_int_function() {
return functions::create_function_snippet([] {
Int Q = 42;
functions::Return(Q);
});
}
void hello_int_kernel(Int::Ptr result) {
*result = hello_int_function();
}
... | [
"wrijnders@gmail.com"
] | wrijnders@gmail.com |
2b5013f585040c3342a37bef5f06deecb19e914d | 844fc17b4b94fcc455e56b1e8fa87da8be537d23 | /src/spectral/basis/spectral_function/spectral_weight_function.hpp | 55a37de7660662c46637af11fa7ac2958fcc7c1b | [] | no_license | simonpintarelli/2dBoltzmann | be6426564ffd74cd084787fbe1c6590b27a53dcc | bc6b7bbeffa242ce80937947444383b416ba3fc9 | refs/heads/master | 2021-04-12T10:21:50.167296 | 2018-12-16T16:16:43 | 2018-12-16T16:16:43 | 126,182,914 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 848 | hpp | #pragma once
#include "spectral_coord_traits.hpp"
namespace boltzmann {
// --------------------------------------------------------------------------------
template <typename F, bool T>
struct weighted
{};
// --------------------------------------------------------------------------------
template <typename F>
stru... | [
"simon.pintarelli@gmail.com"
] | simon.pintarelli@gmail.com |
299c636c95fd72462ceb2080da6c7f95d16c0799 | 9315e24a9046cbde84a5106de6c9473c4197b4c0 | /symbol.cpp | ba28655c96d0a86eb396e81627bbcbcb32912542 | [] | no_license | ristosip/clanky-game-engine | a7b0f6ed336191e2edce8fddc39dcbcc376e1296 | 2d2f40c018d981dd0e0db3bfb8d1eb9d0c8be5e0 | refs/heads/master | 2020-12-06T23:39:53.365750 | 2020-01-13T15:40:51 | 2020-01-13T15:40:51 | 232,581,181 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,256 | cpp | #include "symbol.h"
#include "attributesandstates.h"
#include "pixmapitem.h"
#include <QPropertyAnimation>
Symbol::Symbol(int symbol_code, const QString &image_path, qreal image_scale, QGraphicsItem *parent) : GameObject(parent)
{
setRect(0, 0, 10, 10);
m_symbol_code = symbol_code;
PixmapItem ... | [
"noreply@github.com"
] | ristosip.noreply@github.com |
972e2620002178be4264af959efe3e895e2595ec | f42d648e4d284402ad465efa682c0e36197c4ec1 | /winrt/impl/Windows.Foundation.Metadata.0.h | 0d48afe5aa7ee7348790c756eb78c7b2e1dc4b55 | [] | no_license | kennykerr/modules | 61bb39ae34cefcfec457d815b74db766cb6ea686 | 0faf4cd2fa757739c4a45e296bd24b8e652db490 | refs/heads/master | 2022-12-24T13:38:01.577626 | 2020-10-06T17:02:07 | 2020-10-06T17:02:07 | 301,795,870 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,034 | h | // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.3.4.5
#ifndef WINRT_Windows_Foundation_Metadata_0_H
#define WINRT_Windows_Foundation_Metadata_0_H
WINRT_EXPORT namespace winrt::Windows::Foundation::Metadata
{
enum class AttributeTargets : uint32_t
{
All = 0xffffffff,
De... | [
"kenny.kerr@microsoft.com"
] | kenny.kerr@microsoft.com |
05e5d8954a8a1f0ad78bf503e12f7db8709b0969 | 5a88700bfdaa47e6ed95a3a0b559527c5b31a43a | /framework/simple_scene/src/mm/services/simple_scene.hpp | 3a5cbe0c55b2e7ca24ed4621761b12e25d64b259 | [
"MIT"
] | permissive | ford442/MushMachine | 84cdc07fa1ce63605c9cc87b0586667388e657eb | dc37ad54ec02aa4c1c30cca99d965cd705b3fa2f | refs/heads/master | 2023-08-23T03:17:39.362561 | 2021-10-22T18:49:49 | 2021-10-22T18:49:49 | 425,437,241 | 0 | 0 | NOASSERTION | 2021-11-07T07:43:52 | 2021-11-07T07:12:02 | null | UTF-8 | C++ | false | false | 1,238 | hpp | #pragma once
#include <mm/services/scene_service_interface.hpp>
#include <chrono>
namespace MM::Services {
// provides an implementation for SceneServiceInterface
class SimpleSceneService : public SceneServiceInterface {
private:
std::unique_ptr<Scene> _scene;
std::unique_ptr<Scene> _next_scene; // enqueu... | [
"green@g-s.xyz"
] | green@g-s.xyz |
67bf6f3bc9b2045e2690291ebc45b3e709431368 | 7dd6a8554de99377b3bb3eec8958eceb76a84c3c | /Lab08/Chong_2826945_Lab08/MinMax_Heap.h | 272dc37e255d48a5c2834a93636d9844e4c6050c | [] | no_license | PenguinBoyTC/DataStructure_C | 7f0ce17e9d1657699b8373e48e48f8ec24a3c8a4 | 3e6cdf9e377a7b1d7ad1d756449e1127de911d4a | refs/heads/master | 2020-04-30T06:41:42.481021 | 2019-03-20T05:19:38 | 2019-03-20T05:19:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,154 | h | #ifndef MINMAX_HEAP_H
#define MINMAX_HEAP_H
#include "HeapInterface.h"
#include <string>
#include <math.h>
//#include <algorithm>
template <typename T>
class MinMax_Heap: public HeapInterface<T>
{
public:
MinMax_Heap(int initialSize);//constructor
MinMax_Heap(const MinMax_Heap<T>& heap); // The copy constructor
MinM... | [
"31427334+PenguinBoyTC@users.noreply.github.com"
] | 31427334+PenguinBoyTC@users.noreply.github.com |
7362847df11136a317f15fc3a863b53e594a3a87 | 9310213affdbb681a8141336351bfe52b19a41fe | /linkedlist.hpp | 4caba2da84565529554e8b6db0bd4c62d4efda60 | [] | no_license | dh7qc/CS1510-HW03 | 3fa8a83f7ac4ca812d3877773c4134bb165d5114 | 3aac70d85889fd56f798933a787c91f0e1ef3999 | refs/heads/master | 2021-01-19T18:32:15.997395 | 2017-04-15T17:27:20 | 2017-04-15T17:27:20 | 88,362,880 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,023 | hpp | //Dennis Hahn CS1510 Section B Assignment 3
//LinkedList
#include <iostream>
#include <string>
using namespace std;
template <typename T>
void LinkedList<T>::insert_front(const T& x)
{
LinkedList<T> *tmp = new LinkedList<T>;
tmp-> m_data = this-> m_data;
tmp-> m_next = this-> m_next;
this-> m_data = x;
this->... | [
"dh7qc@mst.edu"
] | dh7qc@mst.edu |
e7782ac5d9e499f80c1e579f236c304f787bd527 | 2a91fa3eb624d07bf763e3390acc4d22610acb3b | /include/Core/QuantumCircuit/QReset.h | e9354445172ed863db0509df323c90192e53a8f5 | [
"Apache-2.0"
] | permissive | YeweiYuan/QPanda-2 | 3ee1ae32695dcd14a55de3257ddbc9daad28b4d4 | 7087f1a002e8248bc46e6c16968fae5071243efd | refs/heads/master | 2023-05-02T04:00:49.875822 | 2021-05-27T03:04:34 | 2021-05-27T03:04:34 | 309,905,736 | 1 | 0 | Apache-2.0 | 2021-05-27T03:04:35 | 2020-11-04T06:07:55 | null | UTF-8 | C++ | false | false | 3,830 | h | /*
Copyright (c) 2017-2020 Origin Quantum Computing. All Right Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable la... | [
"wj@originqc.cn"
] | wj@originqc.cn |
a9785ecb44604e5bd806fdff0cc2b265300c6313 | 1f032ac06a2fc792859a57099e04d2b9bc43f387 | /c6/e7/01/c0/1514a5d42345b6a9bd5ebad0ef490f60d2c8fac8dd9d9ddf2cd0bbd8979460af21b6c59fa60a83248b61142b65e17627993870318a63c0f33b8b8ce5/sw.cpp | b36b5626c16038aba0325eb93f26ab4826a35b30 | [] | 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 | 972 | cpp | void build(Solution &s)
{
auto &t = s.addTarget<LibraryTarget>("amazon.awslabs.crt_cpp", "0.17.11");
t += Git("https://github.com/awslabs/aws-crt-cpp", "v{v}");
t -=
"include/.*"_rr,
"source/.*"_rr;
t += "source/.*"_rr;
if (t.getCompilerType() == CompilerType::MSVC)
t.Compi... | [
"cppanbot@gmail.com"
] | cppanbot@gmail.com |
4f7a670b56b733c59f6ceba3ed2b9605015eea89 | 19842f800160fdb4f0266e1d13c3e868542d75cb | /include/ext/audio/CClassBuilder.h | 9768659413a142f5d9600308cd1def6520b78b6c | [] | no_license | benjaminhampe/DarkGDK | 3e32b404d9aafb014a08c39324153bc1888771b8 | 32823a6b350caef3c114daf60d954b73994e3517 | refs/heads/master | 2020-06-02T04:05:29.866871 | 2014-02-28T21:33:30 | 2014-02-28T21:33:30 | 17,301,390 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 9,067 | h | // Copyright (C) 2002-2013 Benjamin Hampe
// This file is part of the "irrlicht-engine"
// For conditions of distribution and use, see copyright notice in irrlicht.h
#ifndef __IRR_EXT_C_CLASS_BUILDER_MANAGER_H__
#define __IRR_EXT_C_CLASS_BUILDER_MANAGER_H__
//#include <sys/stat.h>
//#include <sys/io.h>
//#include <sy... | [
"benjaminhampe@gmx.de"
] | benjaminhampe@gmx.de |
fd931fc5abdd90548a4b1c8da4cf25ec8019b5ae | 86b8d7ae67b320f016f8f16ae1a879262050f76c | /Image Morphing/graph.h | edb0d59e039475685fcb44ca44d3b19b04a7c1fe | [] | no_license | tobygameac/Image-Morphing | acb77a8cf0267969b66fd5b5d599e919e4197c17 | 96036405344ff2feb79100f581a30120793b9850 | refs/heads/master | 2021-01-17T09:34:10.296236 | 2016-10-03T07:35:08 | 2016-10-03T07:35:08 | 53,070,607 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,046 | h | #pragma once
#include <utility>
#include <vector>
class Edge {
public:
Edge() {
}
Edge(const std::pair<size_t, size_t> &edge_indices_pair) : edge_indices_pair_(edge_indices_pair) {
}
Edge(const std::pair<size_t, size_t> &edge_indices_pair, double weight) : edge_indices_pair_(edge_indices_pair), weight_(... | [
"tobyreallygameac@gmail.com"
] | tobyreallygameac@gmail.com |
5532b2566f18270be636e4b94cf42339e917c3d2 | 19194c2f2c07ab3537f994acfbf6b34ea9b55ae7 | /android-30/java/lang/reflect/ReflectPermission.hpp | 63dd381a4cb61ca239afa638fbbc8d9af652129d | [
"GPL-3.0-only"
] | permissive | YJBeetle/QtAndroidAPI | e372609e9db0f96602da31b8417c9f5972315cae | ace3f0ea2678967393b5eb8e4edba7fa2ca6a50c | refs/heads/Qt6 | 2023-08-05T03:14:11.842336 | 2023-07-24T08:35:31 | 2023-07-24T08:35:31 | 249,539,770 | 19 | 4 | Apache-2.0 | 2022-03-14T12:15:32 | 2020-03-23T20:42:54 | C++ | UTF-8 | C++ | false | false | 839 | hpp | #pragma once
#include "../../../JString.hpp"
#include "./ReflectPermission.def.hpp"
namespace java::lang::reflect
{
// Fields
// Constructors
inline ReflectPermission::ReflectPermission(JString arg0)
: java::security::BasicPermission(
"java.lang.reflect.ReflectPermission",
"(Ljava/lang/String;)V",
arg... | [
"yjbeetle@gmail.com"
] | yjbeetle@gmail.com |
98e1c272fbae16c503b1ad51c1fd966c523b69bd | 4a16b421147ba8f1a0e280acec629cf362fafa94 | /include/Sapph/Vector3.h | 8ccd0d887651cf3d29e88b9a78264cf7c5182904 | [] | no_license | tnaselow/Test_Game | 0173a4d895fb77e2d1921ff6eb6f6573cb9a11ca | 90fae3adf699eeb4f6f63693ab06a7aa0396e997 | refs/heads/master | 2021-01-01T05:13:02.153039 | 2016-05-25T23:13:38 | 2016-05-25T23:13:38 | 58,480,060 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 882 | h | #pragma once
#include <iostream>
class Vector3
{
public:
Vector3(float x = 0, float y = 0, float z = 0);
Vector3(const Vector3 &vec);
~Vector3();
void Set(float x, float y, float z);
float Dot(const Vector3 &vec) const;
float Magnitude() const;
Vector3 Cross(const Vector3 &vec) const;
Vector3 &Scale... | [
"t.naselow@digipen.edu"
] | t.naselow@digipen.edu |
769b6c84ac4f6ddca5aaebaebe8900f0f4cc91da | acbed65c0fae90e223ad18188417009dbc949567 | /Lk_test/lk_demo.cpp | 2fdd65171db4331276d4bb06755c45f7c04d2dd8 | [] | no_license | laokingshineUAV/openCV_1.0 | 11630d33c434e36bd45c80050f655cff7a4e33e2 | b8d56ff0593fe93583f0f1cf4c3d9f4f8ef5c42f | refs/heads/master | 2020-03-16T14:02:01.925042 | 2018-05-10T13:33:54 | 2018-05-10T13:33:54 | 132,705,626 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,267 | cpp | #include "opencv2/video/tracking.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/videoio.hpp"
#include "opencv2/highgui.hpp"
#include <iostream>
#include <ctype.h>
using namespace cv;
using namespace std;
static void help()
{
// print a welcome message, and the OpenCV version
cout << "\nThis is a demo of Luk... | [
"laokingshine@sjtu.edu.cn"
] | laokingshine@sjtu.edu.cn |
be77f63a34082c869b26e098057e403470e60438 | 9a7e537e2f6ad47302256b7e2ff006b9b7d75d06 | /DirectSoundforUnity/CWindow.cpp | 220a4423f18e976bdaf2777bb12b3c0dfa39f187 | [] | no_license | Taku3939/DirectSoundforUnity | a28cf65488ef35c86f32197366b04a743d1043aa | 7eb63c3b2a74b9f86e728a3e05bf1c0766f4b405 | refs/heads/master | 2021-05-19T19:21:06.114729 | 2020-04-01T05:42:02 | 2020-04-01T05:42:02 | 252,080,786 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 8,668 | cpp | #pragma once
#pragma warning( disable : 4996 )
#include "CWindow.h"
///////////////////////////////////////////////////////////////////////////////////
// スタティック変数
///////////////////////////////////////////////////////////////////////////////////
HINSTANCE CWindow::hInstance = NULL;
HWND CWindow::hWnd = NULL;
BO... | [
"53074461+Taku3939@users.noreply.github.com"
] | 53074461+Taku3939@users.noreply.github.com |
b5db5cf9a62bd5e67c8acc5e482f93628ee467be | b013562927e347376bfd43b57be229fda60cb607 | /ax_core/src/math/axMatrix4x4.cpp | a2bee9891f73ca4e5df8ba0fbd28c5c37d6fbac0 | [] | no_license | Jasonchan35/libax | 82102e2b2fa577f333815f99709ebbb9250ec9f5 | 931f18f8baf46b1e7087ea93a5f0c2ee667a540c | refs/heads/master | 2021-05-04T10:02:13.008748 | 2018-06-23T16:48:21 | 2018-06-23T16:48:21 | 46,000,639 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,065 | cpp | /*
* axMatrix4x4f.cpp
*
* Created by jason on 04/Apr/2006.
* Copyright 2006 __MyCompanyName__. All rights reserved.
*
*/
#include <ax/core/math/axMatrix4x4.h>
#include <ax/core/math/axEulerRotation3.h>
#include <ax/core/math/axQuaternion.h>
template<> const axMatrix4x4f axMatrix4x4f::kIdentity( 1,0,0,0,
... | [
"jasonchan35@gmail.com"
] | jasonchan35@gmail.com |
7c69256b7d821a738713977592a1852a4abf617d | 9dbeabc73c230cb4d7421f9b01430afffa7a2893 | /test.cpp | 5ca489b136402361d4f2e3e0831ac94bf2ccb21c | [] | no_license | arnavmenon/CPCprep | 3ad4cae9ff3a704135763585ed72cfc2266da740 | dd95216774ea33fd5d327d37513b7ddd96471155 | refs/heads/master | 2023-07-13T13:12:08.076955 | 2021-08-21T21:13:15 | 2021-08-21T21:13:15 | 352,124,288 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,377 | cpp | #include<bits/stdc++.h>
using namespace std;
vector<long long> solve (int N, int Q, vector<int> A, vector<vector<int> > query) {
vector<long long> ans;
vector<long long> prefix(N,0);
prefix[0]=A[0];
for(int i=1;i<N;i++){
prefix[i]= prefix[i-1] + A[i];
}
int qno=0;
vector<int> cur;
whi... | [
"63289642+arnavmenon@users.noreply.github.com"
] | 63289642+arnavmenon@users.noreply.github.com |
8c4e3f91620f61dd0bbb98784dca1f1a19d29377 | 19907e496cfaf4d59030ff06a90dc7b14db939fc | /POC/oracle_dapp/node_modules/wrtc/third_party/webrtc/include/chromium/src/components/scheduler/child/scheduler_tqm_delegate_impl.h | a41ac676f582cfe1800840f4c185045f56d34068 | [
"BSD-2-Clause"
] | permissive | ATMatrix/demo | c10734441f21e24b89054842871a31fec19158e4 | e71a3421c75ccdeac14eafba38f31cf92d0b2354 | refs/heads/master | 2020-12-02T20:53:29.214857 | 2017-08-28T05:49:35 | 2017-08-28T05:49:35 | 96,223,899 | 8 | 4 | null | 2017-08-28T05:49:36 | 2017-07-04T13:59:26 | JavaScript | UTF-8 | C++ | false | false | 2,054 | h | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_SCHEDULER_CHILD_SCHEDULER_TQM_DELEGATE_IMPL_H_
#define COMPONENTS_SCHEDULER_CHILD_SCHEDULER_TQM_DELEGATE_IMPL_H_
#include "base/macros... | [
"steven.jun.liu@qq.com"
] | steven.jun.liu@qq.com |
8d98579719b305545057e4fd152f7eb242b33878 | 84c630facb71846df893e80f49a12ebbe81c26e7 | /STm32F429_Firmware/src/lap_timer.h | 31f8a82c5c7a2c984a919bcd7f3801ad6c04c8bc | [] | no_license | PhilippSchmaelzle/speedoino | 6da484a76f4d74c80fb459545c258f98582b72f5 | 31440cc40cc87308ac21ad0d5b22f2f906a41bbe | refs/heads/master | 2022-06-10T09:57:58.311209 | 2020-05-02T19:21:42 | 2020-05-02T19:21:42 | 260,756,509 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,464 | h | /*
* Lap_Timer.h
*
* Created on: 14.07.2013
* Author: kolja
*/
#ifndef LAP_TIMER_H_
#define LAP_TIMER_H_
class LapTime{
public:
LapTime();
~LapTime();
void race_loop();
void waiting_on_speed_up();
void prepare_race_loop();
void gps_capture_loop();
void initial_draw_gps_capture_screen();
unsigned cha... | [
"philipp-schmaelzle@web.de"
] | philipp-schmaelzle@web.de |
05af1df6a7c7876d6afd1eeb0be85f289af0e178 | e879a7a6431bea8758c64e43c64695e1ec0cfcaa | /LeM/144.cpp | 92ea4cf6c107f32b345272e1717470f48b37c6f6 | [] | no_license | Fatnerdfy/Training | 304cebe0997d0eb1de12257c68c157d6c2c9d42e | 838b6f9526e167c6d54341507bb366bf6c1ba947 | refs/heads/master | 2021-07-03T15:17:12.303424 | 2019-01-28T05:53:32 | 2019-01-28T05:53:32 | 133,915,439 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,055 | cpp | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
class Solution {
public:
void preorder(TreeNode *p, vector<int>& result) {
if(p == nullptr) return;
res... | [
"quanfy98@gmail.com"
] | quanfy98@gmail.com |
240c04c7d550394e5dc99d5a0035b5b6b4d859ff | e557ce74c9fe34aa2b68441254b7def699067501 | /src/libtsduck/dtv/descriptors/tsPartialTransportStreamDescriptor.h | b04a01fc70e1fbb028ca6068088eb1edba5f15fb | [
"BSD-2-Clause"
] | permissive | cedinu/tsduck-mod | 53d9b4061d0eab9864d40b1d47b34f5908f99d8a | 6c97507b63e7882a146eee3613d4184b7e535101 | refs/heads/master | 2023-05-10T12:56:33.185589 | 2023-05-02T09:00:57 | 2023-05-02T09:00:57 | 236,732,523 | 0 | 0 | BSD-2-Clause | 2021-09-23T08:36:08 | 2020-01-28T12:41:10 | C++ | UTF-8 | C++ | false | false | 3,425 | h | //----------------------------------------------------------------------------
//
// TSDuck - The MPEG Transport Stream Toolkit
// Copyright (c) 2005-2023, Thierry Lelegard
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the f... | [
"thierry@lelegard.fr"
] | thierry@lelegard.fr |
a7f192af87d4eca359dbe40b806e2656e261eede | b0f76ab27b217a77e36c3b4c6b3f2adeae7c7a28 | /QPAnalyzer/main.cpp | 4e16a91ddd03e62cbdc810e6bd3d452d393dffa6 | [] | no_license | iamgeniuswei/QProtocolAnalyzer | ec3cd8a283102c38ffd50fe27b74dae527b999ef | 5deae48aff83e28d9a389978accd8bda660b8315 | refs/heads/master | 2021-01-18T19:53:21.268694 | 2016-09-29T02:57:11 | 2016-09-29T02:57:11 | 69,648,032 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 225 | cpp | #include <QCoreApplication>
#include <QDebug>
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
qDebug() << "-------------------QProtocolAnalyzer Build 0.01-----------------";
return a.exec();
}
| [
"iamgeniuswei@sina.com"
] | iamgeniuswei@sina.com |
34af1184c256702bb19f5286a78b7f445827d663 | 4ef7465003940b693c46a9606b8bda6684f8f54b | /src/animator.cpp | 74a57bf94f568ce5203d42231465d72af0d6ba8d | [] | no_license | EvilJagaGenius/NetmapSFML | 22d2484fd5b8d3a76a3a5673f68083cacdd984f7 | 2bd760b563a54d8275259484268e4925a73fb6d1 | refs/heads/master | 2021-11-22T16:36:44.669861 | 2019-11-22T18:50:54 | 2019-11-22T18:50:54 | 183,544,102 | 1 | 1 | null | 2020-06-26T23:24:01 | 2019-04-26T02:41:05 | C++ | UTF-8 | C++ | false | false | 910 | cpp | #include "animator.h"
Animator::Animator()
{
//ctor
}
Animator::~Animator()
{
//dtor
}
void Animator::addAnimation(string id, Animation anim) {
this->animations.insert({{id, anim}});
}
void Animator::playAnimation(string id, bool loop) {
this->loop = loop;
this->progress = 0;
this->currentAn... | [
"EvilJagaGenius@users.noreply.github.com"
] | EvilJagaGenius@users.noreply.github.com |
839fc1d5c97640c058c05f07973afb5172e89cdf | f3b79eacc2cf461a8732d1375f9ec52de3a48851 | /tests/quote_test.cc | 44804974acf4b67d1d1d44e3e472f1832f409280 | [
"MIT"
] | permissive | aokellermann/iex | e104ec291764e3c44825273a5c39c25c8475d53d | d8988aa0b2523a06e7448b6acfc59f068fc3e6af | refs/heads/master | 2023-06-14T14:34:13.158021 | 2021-07-11T13:30:58 | 2021-07-11T13:30:58 | 264,305,982 | 3 | 1 | MIT | 2021-07-11T13:30:59 | 2020-05-15T21:50:49 | C++ | UTF-8 | C++ | false | false | 6,648 | cc | /**
* @file quote_test.cc
* @author Antony Kellermann
* @copyright 2020 Antony Kellermann
*/
#include <gtest/gtest.h>
#include "iex/iex.h"
static const iex::Endpoint::OptionsObject kOptions{{}, {}, iex::DataType::SANDBOX};
TEST(Quote, Get)
{
const auto quote = iex::Get<iex::Endpoint::Type::QUOTE>(iex::Symbol(... | [
"noreply@github.com"
] | aokellermann.noreply@github.com |
0c06a6c9e3a4a89db9e7c566268cab241fb05fc7 | 2bf7a08d3cac39411c52d89514fda014e9228466 | /1week_intro/intro/day3/calculation.h | ea7ed7b93e021f7d855d0c1adaae1a9f2d88c21f | [] | no_license | meshidenn/cpp_practice | d5d831c8f29ac7194c48f8b99534c683b2fb31d6 | 2559c272a92fde5c77468974f72619e162cdc9de | refs/heads/master | 2021-09-05T21:04:14.657755 | 2018-01-31T01:44:35 | 2018-01-31T01:44:35 | 114,694,038 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 327 | h | #ifndef _CALCULATION_H_
#define _CALCULATION_H_
#include <iostream>
#include <string>
using namespace std;
class Calculation{
private:
int c_num1;
int c_num2;
public:
void setNumber1(int n);
void setNumber2(int n);
int getNumber1();
int getNumber2();
int add();
int sub();
};
#endif // Calculation_... | [
"hiroki-iida@mbp-2016-h-iida.local"
] | hiroki-iida@mbp-2016-h-iida.local |
0ee13876796f7192c1adcb49c43b6c4bec355952 | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/git/new_hunk_4111.cpp | 123a70dc5c610e618af1c8eb7a97b8c3c056f3ef | [] | no_license | ccdxc/logSurvey | eaf28e9c2d6307140b17986d5c05106d1fd8e943 | 6b80226e1667c1e0760ab39160893ee19b0e9fb1 | refs/heads/master | 2022-01-07T21:31:55.446839 | 2018-04-21T14:12:43 | 2018-04-21T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 184 | cpp | DIFF_OPT_SET(&revs->diffopt, NO_INDEX);
revs->max_count = -2;
diff_setup_done(&revs->diffopt);
setup_diff_pager(&revs->diffopt);
DIFF_OPT_SET(&revs->diffopt, EXIT_WITH_STATUS);
| [
"993273596@qq.com"
] | 993273596@qq.com |
fee8c16be466b69a6e030dca7df0e0320274d32e | 58fbf4229a79250b01946c35f375d7da17fbdac4 | /fsw/unit_test/vm_testrunner.cpp | ec33cd8895c5460be44c4b3d8f3d3d74259ad2cc | [
"BSD-3-Clause"
] | permissive | WindhoverLabs/vm | 32add255779636b62adcac38499f1b96e080401c | f7a39de2a043ff26fc6873a379b2570538184463 | refs/heads/master | 2023-02-18T17:04:10.869676 | 2023-02-02T05:21:17 | 2023-02-02T05:21:17 | 202,190,043 | 1 | 0 | BSD-3-Clause | 2021-01-29T19:58:00 | 2019-08-13T17:09:40 | C++ | UTF-8 | C++ | false | false | 1,974 | cpp | /****************************************************************************
*
* Copyright (c) 2017 Windhover Labs, L.L.C. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions... | [
"mbenson@windhoverlabs.com"
] | mbenson@windhoverlabs.com |
1ebfa85030f59aeadaadab689ddc3f498e51da2a | a5dae2688270528dee632eba4dec883f5f542f8e | /database.cpp | 83882d28233127ea9881e28e57f2ca5e4ca90c8b | [] | no_license | aishwaryar7/CPP | 812ec7fe86b7cd023586d3938b0922ab31906352 | 08f8d4d54309b606f36a8530bc8f1c3a7ccfbb8b | refs/heads/master | 2020-03-18T05:04:51.621075 | 2018-05-24T23:11:12 | 2018-05-24T23:11:12 | 134,323,200 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,365 | cpp | #include "stdafx.h"
#include <iostream>
#include <list>
#include <map>
#include <string>
using namespace std;
class course {
public:
string name;
int section;
int credits;
course() {}
course(string n, int s, int c) { name = n; section = s; credits = c; }
bool operator<(const course &c) { return (name < c.name); ... | [
"noreply@github.com"
] | aishwaryar7.noreply@github.com |
a0ddd8b4f7bc78f83e32c8725595691bfe671c7b | 26701cd4cdc0df75de09d2ffa6c9d2c6ec72c433 | /loo/tests/graphic/header/graphicapp.h | 1cf483cdc1574947d5ae4ac007fcc25a322778fb | [] | no_license | ifeuille/looengine | 6ec30fc459684e5abf25e9e3739ab882ec12b7a5 | f0bbbe6e2b518dcbb9d75937084cab29d2f12347 | refs/heads/master | 2022-04-11T01:01:28.429955 | 2020-03-29T01:34:20 | 2020-03-29T01:34:20 | 226,991,555 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,164 | h | #include "config.h"
#include "core/application/application.h"
#include "vkfg/vulkan/framework/vulkandeviceext.h"
#include "vkfg/vkfg.h"
#include "global/algorithms/stringutils.h"
namespace loo
{
namespace vkfg
{
class VPipelineCompiler;
}
}
class GraphicApp :public loo::core::Application
{
// types
private:
usi... | [
"770829892@qq.com"
] | 770829892@qq.com |
e7084c91e0bcf8a6e8161648aa5f12550d1bebdd | de6f2e1b2ac6e769d9c93ffc5d3fae2af1fbb956 | /triangle.cpp | 0bf0b181e02a53f7d428ae62753bdedb3b820236 | [] | no_license | DaraganArtem/----homework | 59293bc2e61fd5e5e1b44909b416062182684033 | fbf259809efeda130fd4bff4c62a3b546005d339 | refs/heads/main | 2023-04-01T18:54:58.807600 | 2021-04-04T18:12:37 | 2021-04-04T18:12:37 | 343,233,839 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 168 | cpp | #include <iostream>
#include <math.h>
int main()
{
double x;
double y;
std::cin >> x;
std::cin >> y;
double z = sqrt(x * x + y * y);
std::cout << z;
return 0;
} | [
"noreply@github.com"
] | DaraganArtem.noreply@github.com |
843ef0404c6a0041993a3b85e810b5220dcc784b | 0889271b6334a92d5062f1bcee2bb1c468be02ff | /threads/system.cc | 3b88ca67c9426eb83659c1bfff0421cf12b2e8bb | [
"MIT-Modern-Variant"
] | permissive | MikeXuPku/OSpractice | 2b5ae8985ce808c119db7d08cd42323a602e4329 | 439b265d8ca5517cde4cf1e74d0ed22436de483d | refs/heads/master | 2020-04-22T19:25:14.815671 | 2015-06-02T13:21:49 | 2015-06-02T13:21:49 | 34,568,858 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,830 | cc | // system.cc
// Nachos initialization and cleanup routines.
//
// Copyright (c) 1992-1993 The Regents of the University of California.
// All rights reserved. See copyright.h for copyright notice and limitation
// of liability and disclaimer of warranty provisions.
#include "copyright.h"
#include "system.h"
// Thi... | [
"mikepkucs@gmail.com"
] | mikepkucs@gmail.com |
96294d49f53e43db48454fd5e6b86517364038cb | 0406299c340374e0ff01a774c4be153bc875412f | /Course_1/week1/helloworld.cpp | 4bda9e65fd2d0db24a36f75c5e1a5b7d4eeb2a2a | [] | no_license | devlipe/Ccourse | f8e9f821e5297a550a58a636477c9c6ca6b5e5e4 | 22238a0e991679c182661d0fb4d7717892fb1c14 | refs/heads/master | 2023-06-04T17:06:51.941139 | 2021-06-19T14:49:27 | 2021-06-19T14:49:27 | 297,957,411 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 146 | cpp | // hello world for compiler test
#include<iostream>
using namespace std;
int main()
{
cout << "Hello World!\n" ;
return 0;
}
| [
"felipe.p.ferreira@ufv.br"
] | felipe.p.ferreira@ufv.br |
c50b7df063c4bc1b97e7b7974868610eabd22c2f | dc47a95abe1e689ed63dd5b2e75862af30115ee0 | /Color.h | 360ce736f012678248b957342b607ce247d91fda | [] | no_license | dcheesman/RGBeatDown | 6d0663e5c3a78a8bbf12e2c7619f75b31e19655c | 3708c1d45e7613915dac8fa09d582bd9c0ae5618 | refs/heads/master | 2021-01-20T08:46:08.988601 | 2015-08-27T22:58:49 | 2015-08-27T22:58:49 | 37,363,143 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 238 | h | #ifndef Color_h
#define Color_h
#include "Arduino.h"
class Color {
private:
int score;
public:
int red;
int green;
int blue;
void init();
void randomize();
int calculateColorScore(Color* c2);
};
#endif
| [
"dcheesman@gmail.com"
] | dcheesman@gmail.com |
bae64d03378d32a2a223b0cf3fb73c4d9723830f | afa8675e536666df43653ca8fe3850998d1935a9 | /A - Lucky Division.cpp | 5d6a751429bba3af5b30a2821ba130953e321a4c | [] | no_license | Saurav-Paul/Codeforces-Problem-Solution-By-Saurav-Paul | 0b7fdabaf87c30ac9e9e6f6e8ee4f36435a9f77e | e9cba8190d562061f1b4c26e76005b79e335d4d9 | refs/heads/master | 2022-10-21T18:40:31.822162 | 2022-09-14T15:44:26 | 2022-09-14T15:44:26 | 122,532,942 | 93 | 37 | null | 2020-10-03T09:45:07 | 2018-02-22T20:42:53 | C++ | UTF-8 | C++ | false | false | 358 | cpp | #include<iostream>
using namespace std;
int main()
{
int lucky[]={4,7,47,74,477,747,774,447,444,777,77,44};
int input,i,flag=0;
cin>>input;
for(i=0;i<12;i++)
{
if(input%lucky[i]==0)
{
flag=1;
break;
}
}
if(flag)
cout<<"YES\n";
else
... | [
"noreply@github.com"
] | Saurav-Paul.noreply@github.com |
d7dac169ab8a578f0145525d1321c1944dc590a6 | 08a3abfcb7395b67b745807e264e03630c3356fe | /BattleTanks/Source/BattleTanks/Private/Projectile.cpp | e49d03bfe7c57d26d9f426293477e49ce4b77b0d | [] | no_license | ronman234/Battle_Tanks | 5735f3b6bf0b3a92b525fadba345b9be9fda48cd | adaf0ffcc2ca14c4967f33b37b6b4641158e75ca | refs/heads/master | 2020-03-22T13:46:42.802825 | 2018-08-16T21:55:33 | 2018-08-16T21:55:33 | 140,131,203 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,390 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "Projectile.h"
// Sets default values
AProjectile::AProjectile()
{
// Set this actor to call Tick() every frame. You can turn this off to improve performance if you don't need it.
PrimaryActorTick.bCanEverTick = false;
Coll... | [
"rgoennier@gmail.com"
] | rgoennier@gmail.com |
9cf7bd8d613d24f027e6f7943c67162503616f84 | 2dcad0f53d080ea354a8dbe7a7a7c441af80b460 | /Icelos/include/icelos_engine.hpp | 73affad6ab97d38ab4819009cf113a4712facae5 | [] | no_license | dxcloud/project-c | 77d2d7b8519499b675e470a5f0151084d4da03aa | b2883aecda5d6518a3d471529b631259de1ff9cb | refs/heads/master | 2021-01-23T08:15:19.296423 | 2014-07-04T15:35:28 | 2014-07-04T15:35:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,471 | hpp | ////////////////////////////////////////////////////////////////////////////////
/// @file icelos_engine.hpp
/// @brief Provides Engine class.
/// @date 2014-05-14
/// @version 0.1 (alpha)
/// @author Chengwu Huang <chengwhuang@gmail.com>
////////////////////////////////////////////////////////////////////////... | [
"chengwhuang@gmail.com"
] | chengwhuang@gmail.com |
4c20a8de2cb5f55abe373016009f7ca00e18cee3 | 2780081bb046866b1449519cbe4dd78fbbf0719e | /XUL.framework/Versions/2.0/include/nsIAuthInformation.h | 4f4dde3886e6d373c1fdf77c0f7ab390be734645 | [] | no_license | edisonlee55/gluezilla-mac | d8b6535d2b36fc900eff837009372f033484a63f | 45d559edad7b5191430e139629d2aee918aa6654 | refs/heads/master | 2022-09-23T19:57:18.853517 | 2020-06-03T03:57:37 | 2020-06-03T03:57:37 | 267,499,676 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,145 | h | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /builds/slave/rel-2.0-xr-osx64-bld/build/netwerk/base/public/nsIAuthInformation.idl
*/
#ifndef __gen_nsIAuthInformation_h__
#define __gen_nsIAuthInformation_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't want to include ... | [
"edisonlee@edisonlee55.com"
] | edisonlee@edisonlee55.com |
1adc10cc2da6eebdf2ff526410ec7428ff213cdb | 84ff9d3de0cb8041e5f7e0e4826704ac89a6b1f5 | /include/trm/complex.h | a48cf7e848c1223d35fdd62131544e629cbbbab8 | [] | no_license | trmrsh/cpp-subs | 927c1f969a1021a9446b06b6882df0faf450bbb3 | af93d2c33b5ee797535c790844586c12a9a41f2a | refs/heads/master | 2021-05-02T07:57:16.293461 | 2019-01-11T22:49:01 | 2019-01-11T22:49:01 | 11,352,292 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,016 | h | #include "trm/subs.h"
namespace Subs {
/** Class representing complex numbers
*/
class Complex {
public:
//! Default constructor. No initialisation
Complex() : real_(), imag_() {}
//! Sets complex number from a pure real number
Complex(double real) : real_(real), imag_(0.) {}
//! General c... | [
"t.r.marsh@warwick.ac.uk"
] | t.r.marsh@warwick.ac.uk |
0899515982a09931aa014b4eeff1671aecc7b404 | bd7486a56e71b520d0016f170aafa9633d44f05b | /multiwinia/contrib/systemiv/lib/netlib/net_lib_linux.h | c2598eb8065f292480aa80621f56a5742812b9ad | [] | no_license | bsella/Darwinia-and-Multiwinia-Source-Code | 3bf1d7117f1be48a7038e2ab9f7d385bf82852d1 | 22f2069b9228a02c7e2953ace1ea63c2ef534e41 | refs/heads/master | 2022-05-31T18:35:59.264774 | 2022-04-24T22:40:30 | 2022-04-24T22:40:30 | 290,299,680 | 0 | 0 | null | 2020-08-25T19:02:29 | 2020-08-25T19:02:29 | null | UTF-8 | C++ | false | false | 1,745 | h | #ifndef INCLUDED_NET_LIB_LINUX_H
#define INCLUDED_NET_LIB_LINUX_H
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
#include <netdb.h>
#include <errno.h>
#include <pthread.h>
#include <semaphore.h>
cl... | [
"root@9244cb4f-d52e-49a9-a756-7d4e53ad8306"
] | root@9244cb4f-d52e-49a9-a756-7d4e53ad8306 |
d0c397aa99aa53c2180702f58f1d168061a85dc0 | cc3444543e771b14a4d71fa4e887c0d3ebf4eb87 | /Common/D3DEnum.cpp | 37deea64d0e642989bad87217c3d7601fcb29dff | [
"Unlicense"
] | permissive | zetsumi/ATools | 12102721ae17c4f11bb4c990645bc5a349812087 | 4e831b2b05de2c28f27a4fccde6d7e48126fb5c5 | refs/heads/master | 2023-07-17T11:35:11.208292 | 2021-05-24T19:57:50 | 2021-05-24T19:57:50 | 272,903,560 | 3 | 4 | Unlicense | 2020-06-25T20:00:11 | 2020-06-17T07:10:43 | C++ | UTF-8 | C++ | false | false | 16,332 | cpp | ///////////
// This file is a part of the ATools project
// Some parts of code are the property of Microsoft, Qt or Aeonsoft
// The rest is released without license and without any warranty
///////////
#include <stdafx.h>
#include "D3DEnum.h"
using namespace D3D;
bool DeviceCombo::SupportsMultiSampleType(D3DMULTISAM... | [
"loicsaos@gmail.com"
] | loicsaos@gmail.com |
407ca302c9522fe78868e24ea4ce9e5cc988514d | f080a40fe93b20d9de93c75f2cb5b53b841a4668 | /CodeForces/Nirvarna.cpp | 041bfc184de84f7245899afb5ac6f3f0a2f5cd07 | [] | no_license | samueljrz/Competitive-Programing | a88e2a52b4640b7094dc979d1c3fd204e8de7f59 | 5de2655725e9beccfc5320b89334fd2d1b8adf19 | refs/heads/master | 2021-07-17T06:51:35.346238 | 2020-09-21T00:22:14 | 2020-09-21T00:22:14 | 214,507,466 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 885 | cpp | #include <bits/stdc++.h>
using namespace std;
int n, ans=1, tst, anstst=1, j=0;
vector<int> v;
vector<int> vtst;
bool ver = false;
int main () {
cin >> n;
tst = n;
while(tst) {
if(tst < 10 and tst > 0) {
vtst.push_back(tst%10);
j++;
break;
}
//if(tst%10 != 9) {
tst = tst - (tst%10) - 1;
//}el... | [
"samuelevangelista.ti@gmail.com"
] | samuelevangelista.ti@gmail.com |
8d468c6dc394af2e30bb77e8833e51863ce1c846 | 51e9012435503b693a7811301c6af4332033a1a3 | /TAPCON/TAPCON.cpp | 508da3d5a9d7417e6b46052b0fefdfa2bcd7a47c | [] | no_license | phutruonnttn/CPP_Code_Giai_Thuat | e7e3312ae70cee9ade33994de0cc3a1f17fbf0f1 | 8081d346aa0348d1a6bef546036e5a498e7b2ee5 | refs/heads/master | 2020-07-02T04:29:51.910768 | 2019-08-09T07:16:37 | 2019-08-09T07:16:37 | 201,412,551 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,095 | cpp | #include <bits/stdc++.h>
#define nmax 70
using namespace std;
long long n,a[nmax];
long long mu(long m)
{
return 1ll<<m;
}
long long timstt(long long k)
{
long long res=k,ct=0;
for (long long i=1; i<=k; i++)
{
//if (i<k) res--;
for (long j=a[i-n]+1; j<=a[i]-1; j++)
... | [
"truongnguyen@MacBook-Pro-cua-TruongNP.local"
] | truongnguyen@MacBook-Pro-cua-TruongNP.local |
bd652d943de923267d64511a226d54a297d5ff65 | 85a5c11d85dbfffefede19f651fa167ca7155f68 | /TST.h | 00814e035492f9e2c64b78f72825d027e30d43e4 | [] | no_license | skiteskopes/cs130a_project1 | 7747b45ae4470b0f08b9e940c8313e49924c8001 | a398cf78b85c585005c2c87f08be656f6dddb84b | refs/heads/master | 2022-12-26T23:44:56.380772 | 2020-10-11T08:01:39 | 2020-10-11T08:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 131 | h | #ifndef TST_H
#define TST_H
class TST{
public:
TST();
~TST();
private:
TST_node * head;
};
#endif
| [
"bill_zhang@csilvm-01.cs.ucsb.edu"
] | bill_zhang@csilvm-01.cs.ucsb.edu |
ccd9a910b3a6dadb8f2f9117fc82ef2a4e3d554e | 93b611a35328b9204a8edff4675cb11a8c529684 | /Export/macos/obj/src/openfl/media/SoundLoaderContext.cpp | f0f96c2ba67b35d9e16b19e236adb01b851dcca1 | [] | no_license | dmoa/firstHaxeGame | b5db96619cb8dc3d7ce38d6ba4adf29c4b6dca3c | fbed7991277168a57b22d220c5ccc15f01e467a0 | refs/heads/master | 2020-06-29T11:36:20.971915 | 2019-08-04T17:39:57 | 2019-08-04T17:39:57 | 200,523,232 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 4,625 | cpp | // Generated by Haxe 3.4.4
#include <hxcpp.h>
#ifndef INCLUDED_openfl_media_SoundLoaderContext
#include <openfl/media/SoundLoaderContext.h>
#endif
HX_DEFINE_STACK_FRAME(_hx_pos_baeaab40d0a56ac0_148_new,"openfl.media.SoundLoaderContext","new",0xafd95147,"openfl.media.SoundLoaderContext.new","openfl/media/SoundLoaderCo... | [
"44374106+dmoa@users.noreply.github.com"
] | 44374106+dmoa@users.noreply.github.com |
d96d428db311b71702ed8a6f980a47cb80058841 | 20b8ca079df2d5c97231624a8659b30d1a00c6db | /test/frame/test_macros.h | 91464b1d97c837e97771c5bee7c00516cbd97c1a | [
"MIT"
] | permissive | tangzhenquan/atframe_utils | 6a9eddf3ff4ff65958627442d93178ca29d7c2a6 | 94a41a89cbc65a62102a8ac0f98b4b340b2bb8ef | refs/heads/master | 2020-12-03T16:04:51.184493 | 2020-03-12T13:23:19 | 2020-03-12T13:23:19 | 231,382,899 | 0 | 0 | MIT | 2020-01-02T13:00:08 | 2020-01-02T13:00:07 | null | UTF-8 | C++ | false | false | 5,397 | h | /*
* test_macros.h
*
* Created on: 2014年3月11日
* Author: owent
*
* Released under the MIT license
*/
#ifndef TEST_MACROS_H_
#define TEST_MACROS_H_
#pragma once
#include <iostream>
#include <sstream>
#include <cstdio>
#ifdef _MSC_VER
#include <Windows.h>
#endif
#ifdef UTILS_TEST_M... | [
"owt5008137@live.com"
] | owt5008137@live.com |
a351faf1177cbfc909b25acb8ee868953e705799 | ee1423adcd4bfeb2703464996171d103542bad09 | /dali-adaptor/adaptors/tizen/internal/common/ecore-x/ecore-x-render-surface-factory.cpp | ed0e17f84d015aaa922c05029838562d33c9003b | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-flora-1.1"
] | permissive | sak0909/Dali | 26ac61a521ab1de26a7156c51afd3cc839cb705a | 0b383fc316b8b57afcf9a9e8bac6e24a4ba36e49 | refs/heads/master | 2020-12-30T12:10:51.930311 | 2017-05-16T21:56:24 | 2017-05-16T21:57:14 | 91,505,804 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,670 | cpp | //
// Copyright (c) 2014 Samsung Electronics Co., Ltd.
//
// Licensed under the Flora License, Version 1.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://floralicense.org/license/
//
// Unless required by applicable law or a... | [
"sak0909@outlook.com"
] | sak0909@outlook.com |
196e3933397fd732151b04b7175599de73396401 | 8d7fb608f0768825b6f74e9b2b3f2fd67a58ad88 | /baekjoon/17143.cpp | cc8d4570c1551bf62dce9e6bf7a263da964f0007 | [] | no_license | changjunpyo/algorithmPS | 12b0dd13ab9c2512bcf66d3cab0f29c5c10532ce | 6f44b582d2f17a9803cd0b2dbccfe97a55da6213 | refs/heads/master | 2021-06-30T20:28:01.263743 | 2021-05-20T14:50:08 | 2021-05-20T14:50:08 | 239,674,217 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,551 | cpp | #include <cstdio>
#include <vector>
using namespace std;
const int dr[4] = {-1,1,0,0};
const int dc[4] = {0,0,1,-1};
int map[101][101];
class Shark{
public:
Shark(int _r, int _c, int _d, int _s, int _z){
r=_r;
c=_c;
d=_d;
s=_s;
z=_z;
die = false;
}
int r;
int c;
int d;
int s;
int z;
... | [
"junpyojang@junpyos-MacBook-Pro.local"
] | junpyojang@junpyos-MacBook-Pro.local |
6456491da997d4bda865d6a3d597e2414e0be504 | 9d9e8fc7bbac19aaaebf66a625518f071b0ce7f8 | /ITP2/ITP2_1_D.cpp | dac5540188b296278f3d1a01f9b6e561cc788964 | [] | no_license | jiji4000/Aizu_online_judge | 3963dbd8e9c09e557f0baaeb0216ec9b7451ed78 | a0223ae5ad19b9d78929442e6f859da3ed1bffda | refs/heads/master | 2021-05-01T03:22:33.385922 | 2020-06-10T07:50:32 | 2020-06-10T07:50:32 | 121,191,869 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,012 | cpp | //
// ITP2_1_D.cpp
// AizuOnlineJudge
//
// Created by jiji on 2019/11/08.
// Copyright © 2019 jiji4000. All rights reserved.
//
#include <iostream>
#include <vector>
using namespace std;
#define MAX 10000
int main()
{
ios_base::sync_with_stdio(false);
cin.tie(0);
int n,q,command,t,x;
vector<int>... | [
"jiji4000alpha@gmail.com"
] | jiji4000alpha@gmail.com |
09b2fde0d4aa806ddc225e78e838863d6d60f73e | 675dde2b1ece857cc5bc0e3cca9f1346bdc6c7ea | /iotexplorer/src/v20190423/model/DeleteProjectRequest.cpp | 4289f0d5e434b529d91449172691d343e69856b2 | [
"Apache-2.0"
] | permissive | jackrambor/tencentcloud-sdk-cpp | 7ec86b31df6a9d37c3966b136a14691c2088bf55 | 71ce9e62893f8d3110c20e051897f55137ea4699 | refs/heads/master | 2020-06-25T18:44:19.397792 | 2019-07-29T03:34:29 | 2019-07-29T03:34:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,883 | cpp | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | [
"jimmyzhuang@tencent.com"
] | jimmyzhuang@tencent.com |
b0bfa1bc8afc5fcef2c7163a718c179d39897060 | 0cf886b9cc9b6af538cfbb08e0dc495ea342762c | /game/src/XDButton.cpp | 8ad4c59260bde326eb95d64fd5d992e840fe3866 | [] | no_license | xedixermawan/proximity-game-clone2-dx | 3bfd584e552188b773148276e5386f1cd9597ecb | a4149241e381b4fc4b22e183634da4575cacaba9 | refs/heads/master | 2021-01-18T18:35:01.321364 | 2014-05-13T07:17:40 | 2014-05-13T07:17:40 | 32,908,322 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,669 | cpp | /*
* (c) 2013-2014 XediXermawan < edi.ermawan@gmail.com >
*/
#include "pch.h"
#include "XDButton.h"
#include "XDGameState.h"
extern XDSystem* debugSystemPtr;
#include "XDChecker.h"
#include "XDFuncUtils.h"
namespace gui {
Button::Button(const std::shared_ptr< XDSprite >& sharedptrSpr) :ElementBase(shar... | [
"edi.ermawan@gmail.com@46f14409-37b9-1770-7b49-ba1cd2439d2f"
] | edi.ermawan@gmail.com@46f14409-37b9-1770-7b49-ba1cd2439d2f |
ff5d9bf13e68fafd325c4374011a6cfdd8f3c3d5 | a1ce1c416e8cd75b51fc0a05e8483dfbc8eab79e | /Engine/source/gui/game/guiProgressCtrl.cpp | df7801bd130d6949d909f621aa6f1077a2e54404 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | wwhitehead/OmniEngine.Net | 238da56998ac5473c3d3b9f0da705c7c08c0ee17 | b52de3ca5e15a18a6320ced6cbabc41d6fa6be86 | refs/heads/master | 2020-12-26T04:16:46.475080 | 2015-06-18T00:16:45 | 2015-06-18T00:16:45 | 34,730,441 | 0 | 0 | null | 2015-04-28T12:57:08 | 2015-04-28T12:57:08 | null | UTF-8 | C++ | false | false | 5,620 | cpp | //-----------------------------------------------------------------------------
// Copyright (c) 2012 GarageGames, LLC
//
// 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 restrictio... | [
"vgee@winterleafentertainment.com"
] | vgee@winterleafentertainment.com |
55ab23daf86a0ac018937eaec15243f84a745e82 | fb82c37173782c58866be5f1bb2ea83ea7b2cba9 | /src/ntk/v3NtkInput.cpp | 42f7f33aa361606c3c81635ed397c7340c018c5b | [] | no_license | ckmarkoh/101_2_SOCV_pa3 | 7d6a446bbdd54e2a256965a16530132191117255 | 68558259ea9dc10b5e56f61adb942486f92fa1ed | refs/heads/master | 2016-09-02T03:27:59.541944 | 2013-05-27T13:18:03 | 2013-05-27T13:18:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,033 | cpp | /****************************************************************************
FileName [ v3NtkInput.cpp ]
PackageName [ v3/src/ntk ]
Synopsis [ Base Input Handler for V3 Ntk. ]
Author [ Cheng-Yin Wu ]
Copyright [ Copyright(c) 2012 LaDs(III), GIEE, NTU, Taiwan ]
******************************... | [
"mark23456@hotmail.com"
] | mark23456@hotmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.