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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7768392f81136a34d40beab0a8ee7a216fb2de59 | d8a699d66e10feebe009321df33ecc5de4bac69f | /src/litequarks/include/litequarks/LQViewport.hpp | f22ecffe7ca339b9ef274a9b16eb69960b58975c | [
"MIT"
] | permissive | valfvo/punyduck | f9059f373900c6681f087e99d471786f3d80b7e0 | 53bf87babef39023574881b73f141611274b2842 | refs/heads/master | 2020-12-15T17:28:35.830784 | 2020-05-10T22:03:47 | 2020-05-10T22:03:47 | 235,192,926 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 371 | hpp | #pragma once
#include "LQViewable.hpp"
#include "LQEvent.hpp"
class LQViewport : public LQViewable {
public:
LQViewport(LQNumber&& x, LQNumber&& y, LQNumber&& width, LQNumber&& height,
GLint color=0x000000, float minGripSize=20.0f);
void onScroll(LQScrollEvent& event);
void reca... | [
"paulbunel34@gmail.com"
] | paulbunel34@gmail.com |
eb56495c037350f00d63a6aeb539164445b0104b | cb13a7af47d668902b21298408f1f7e021fa9f44 | /plotwindow.cpp | e53ddf71be824a1265fb30f4b1234c070fb9ea87 | [] | no_license | leonid-ph/Cascade_Evaporation | 4cb6432229e974423da22c9f6dbd3ef8aede65b8 | 7142c07f7912f2d5216f02e9a30a975f6bc0ba53 | refs/heads/master | 2021-01-13T16:59:47.786641 | 2016-12-20T20:57:24 | 2016-12-20T20:57:24 | 76,990,925 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,462 | cpp | #include "plotwindow.h"
#include "ui_plotwindow.h"
QVector<double> E(POINTS), N(POINTS);
PlotWindow::PlotWindow(QWidget *parent) :
QDialog(parent),
ui(new Ui::PlotWindow)
{
ui->setupUi(this);
Save_button = new QPushButton("Save", this);
Save_button->setGeometry(550, 20, 100, 30);
adjustSize()... | [
"leonid.eltsov@gmail.com"
] | leonid.eltsov@gmail.com |
96492fe379c38ec7f6df1f2c7f465e40a5ed17a9 | 8882520c8e7b372603948b3a4b0eb2064d022e61 | /Display/Display.h | 6073a39148cd3f75c421e19fd5f857058463f66f | [] | no_license | abinav30/Remote-Code-Publisher | 191bcaae95e81ec17fe921b8bcda7e00892e174c | 8c439ff9ba36a0302a59f366061308b205fa3db7 | refs/heads/master | 2020-07-07T03:34:38.090270 | 2019-08-19T22:00:07 | 2019-08-19T22:00:07 | 202,800,329 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,636 | h | #pragma once
///////////////////////////////////////////////////////////////////////////
// Display.h : defines webpage display using browser functions //
// ver 1.0 //
// //
//... | [
"abinav.murugadass@gmail.com"
] | abinav.murugadass@gmail.com |
ec549c46a202c941cd329ba1b659d4a011fcfc5b | 035c71ec70ae75b3ad62dccded6257f3e5982bb6 | /include/UserTrackingAction.h | 438e926acdc0984cfabd5d9a923e130c888ef751 | [] | no_license | mholtrop/hps-sim | 1f07148a59424ed722b59c7b5c4e5dc7547e9647 | 1c1801375ce6dc0f3f7ef796a87bce4df819138c | refs/heads/master | 2020-03-21T12:42:00.958970 | 2018-03-01T22:46:05 | 2018-03-01T22:46:05 | 138,567,371 | 0 | 0 | null | 2018-06-25T08:44:31 | 2018-06-25T08:44:30 | null | UTF-8 | C++ | false | false | 6,491 | h | #ifndef HPSSIM_USERTRACKINGACTION_H_
#define HPSSIM_USERTRACKINGACTION_H_ 1
/*
* Geant4
*/
#include "G4UserTrackingAction.hh"
#include "G4TrackingManager.hh"
#include "G4RunManager.hh"
/*
* LCDD
*/
#include "lcdd/core/UserRegionInformation.hh"
#include "lcdd/detectors/CurrentTrackState.hh"
/*
* HPS
*/
#include... | [
"jermccormick@gmail.com"
] | jermccormick@gmail.com |
b29c18a21defd44882442c1d01be34aa10d9f983 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /url/scheme_host_port.cc | 6af849fe6bd28d1fe369bc66e10e66476da0dcf3 | [
"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 | 8,244 | cc | // 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.
#include "url/scheme_host_port.h"
#include <stdint.h>
#include <string.h>
#include <tuple>
#include "base/logging.h"
#include "base/numerics/safe_conve... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
14257e051e7f1b81ae5054982a45e31dc501fef6 | 93c52f37713fd89bf45262ab96ea6c3dafe9257d | /file_plugins/dxf/entities/dxf_graphicobject.cpp | bd1dab9c157d2d134ccaefcbbc4645c392f78dbd | [] | no_license | mehmetcanbudak/GERBER_X3 | fcf47541228cb678d20064b789fe5e135ad4dd7f | c0234580956e12fed670f1275e8ed8f2c66ca3ca | refs/heads/dev2mod | 2023-03-02T13:59:19.118022 | 2021-02-13T14:27:43 | 2021-02-13T14:27:43 | 338,819,639 | 0 | 0 | null | 2021-02-14T14:21:34 | 2021-02-14T14:09:06 | null | UTF-8 | C++ | false | false | 2,658 | cpp | // This is an open source non-commercial project. Dear PVS-Studio, please check it.
// PVS-Studio Static Code Analyzer for C, C++, C#, and Java: http://www.viva64.com
/*******************************************************************************
* ... | [
"xray3d@ya.ru"
] | xray3d@ya.ru |
da760a554f4a27904f650b766cd47e382e3c2280 | 8a4a27e78fd0710bc20e6e772b79b2997e278882 | /AWSResizer/AWSExceptionHelpers/gdiinit.cpp | 6fd54b1e09f71cebcb5d813839a600d4af409c78 | [] | no_license | alexf2/ImageResizer | b85917b00e965524a6f9ea5d503fe629e8a16876 | 9d5813f6fab5732fdc3b3b54cca6f50015e598cc | refs/heads/master | 2021-01-24T03:12:19.816553 | 2018-02-25T21:37:55 | 2018-02-25T21:37:55 | 122,879,584 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 99 | cpp | #include "stdafx.h"
#include "GDIInit.h"
CGDIPlusInitializer CGDIPlusInitializer::m_gpiInstance;
| [
"Aleksey-Fedorov@mailfrom.ru"
] | Aleksey-Fedorov@mailfrom.ru |
cc9eb0a23e4fd256e85730da9a1dda18ddb14838 | 6ab61754d8de5a4051a0a3e983b58ad7a29828f9 | /src/src/screen.cpp | 5a1cd3ac2ced49450c64b24b62cfaefdd1f2a7b1 | [] | no_license | Vonflaken/2d-engine | f675ac24d25e77a2647210f0a79beb2e3f06fc29 | 32f28e424b34c3b80969ae071be81419f085dcb2 | refs/heads/master | 2016-09-05T19:55:57.065351 | 2014-02-03T16:27:13 | 2014-02-03T16:27:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,576 | cpp | #include "../include/screen.h"
#include "../include/glinclude.h"
Screen* Screen::screen = NULL;
int GLFWCALL Screen::CloseCallback() {
Screen::Instance().opened = false;
return GL_TRUE;
}
Screen::Screen() {
glfwInit();
opened = false;
}
Screen::~Screen() {
glfwTerminate();
}
Screen& Screen::Instance() {
if ... | [
"vonflaken@gmail.com"
] | vonflaken@gmail.com |
4b1267a8748cfdf11bc0fada9c4286043c500c5b | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/curl/gumtree/curl_old_log_8046.cpp | f7644879bbae0eee11cbbde1a5d709c6a4b2030e | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 499 | cpp | fputs(
" If this option is used several times, the last one will be used.\n"
"\n"
" --data-ascii <data>\n"
" See -d, --data.\n"
"\n"
" --data-binary <data>\n"
" (HTTP) This posts data exactly as specified with no extra pro-\n"
" cessing whatsoever.\n"
"\... | [
"993273596@qq.com"
] | 993273596@qq.com |
5064f5d8555f63f25c8a728acdf4c507fe3bdc84 | be6e940a74a8437fdc5c543aa93f4434f4b01602 | /House/interfaces/iLightSwitchIn.h | d2cd22c8458e200dfe6c19220848e8a1a23f533c | [] | no_license | Rosi2143/HouseWorkspace | 9f108bac0f8c8b5452cf71d9c59c21bd34ee94e7 | ba48a160d57bc90000c1e3fce43305ac9caa22a9 | refs/heads/master | 2021-01-17T09:15:26.395886 | 2020-02-02T15:55:59 | 2020-02-02T15:55:59 | 28,301,076 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,170 | h | /*
* iLightSwitchIn.h
*
* Created on: Jan 25, 2015
* Author: micha
*/
#ifndef ILIGHTSWITCHIN_H_
#define ILIGHTSWITCHIN_H_
#include <string>
#include <list>
#include <iostream>
#include "Base.h"
typedef enum LightSwitchInState {
LightOn, LightOff
} LightSwitchInState;
class iRoom;
class iLightSwitchI... | [
"Schrott.Micha@web.de"
] | Schrott.Micha@web.de |
f1eb12795d63e6638c3fdb03fea23c18397f1bce | 1fdf99615af750b48c9f75366760723939e7a0d5 | /Ragdoll.h | 44091bb4bf66a3e4db013becc2e749b4b0d62df1 | [] | no_license | whdi0404/OpenGLEngine | eea9fd81947315ba0a568dfaf2971bf871efbd5b | f4d36aafdcd30093c3be990fa7780e1aef6b43b9 | refs/heads/master | 2021-01-11T16:35:57.949556 | 2018-07-18T17:08:10 | 2018-07-18T17:08:10 | 80,108,271 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 817 | h | #pragma once
#include "Component.h"
class SkinnedMesh;
class RigidBody;
class Avatar;
struct RagdollInfo
{
public:
//13 Bones
Transform* Pelvis;
Transform* LeftHips;
Transform* LeftKnee;
Transform* LeftFoot;
Transform* LeftArm;
Transform* LeftElbow;
Transform* RightHips;
Transform* RightKnee;
Transform* Right... | [
"whdi0404@naver.com"
] | whdi0404@naver.com |
14a654a6d61eb5b3033794a4592c5518834af07f | 868e8628acaa0bf276134f9cc3ced379679eab10 | /firstCrude2D/we123/h10/0.095/p_rgh | 0869131c8fb6dab8a980b4f0a20c71b57790832a | [] | no_license | stigmn/droplet | 921af6851f88c0acf8b1cd84f5e2903f1d0cb87a | 1649ceb0a9ce5abb243fb77569211558c2f0dc96 | refs/heads/master | 2020-04-04T20:08:37.912624 | 2015-11-25T11:20:32 | 2015-11-25T11:20:32 | 45,102,907 | 0 | 0 | null | 2015-10-28T09:46:30 | 2015-10-28T09:46:29 | null | UTF-8 | C++ | false | false | 587,486 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.4.0 |
... | [
"stig.m.nilsen@gmail.com"
] | stig.m.nilsen@gmail.com | |
7bf383268cf9227e0c8946f065f0a2a70e3a6c81 | caf4d7d62b0910034936a949b02863254076b6e2 | /example/src/ofApp.h | bd5f8c44723c93c368ef8c45648da472e0412df0 | [
"MIT"
] | permissive | tado/ofxARtoolkitPlus | 3f9d5a82b882138fed71569bfa0ee42c89440f03 | 4a4ef41caadc5d49e754529e5a609b80dfba1fec | refs/heads/master | 2022-11-14T05:30:33.959628 | 2020-07-06T06:50:31 | 2020-07-06T06:50:31 | 277,459,726 | 0 | 0 | null | 2020-07-06T06:23:58 | 2020-07-06T06:23:57 | null | UTF-8 | C++ | false | false | 1,055 | h | #include "ofxOpenCv.h"
#include "ofxARToolkitPlus.h"
#include "ofMain.h"
// Uncomment this to use a camera instead of a video file
#define CAMERA_CONNECTED
class ofApp : public ofBaseApp{
public:
void setup();
void update();
void draw();
void keyPressed (int key);
void keyReleased(int key);
void mous... | [
"tadokoro@gmail.com"
] | tadokoro@gmail.com |
0c084229cef059ff7fe89ebff5142d0242ccee3f | 77d2d17912a66e229df226fee9eb54b8eea3e699 | /main.cpp | 15c5f570e7cb9cd0ee300b06b7a4bb50e70e7be8 | [] | no_license | roc-n/Ubuntu16_first_repository | 3208e6e061d6560639b4e4124ad907589aebfc3d | 099c59fcf6d3ebccc1380eaf28b06541cd804d9a | refs/heads/master | 2023-01-09T05:47:39.677430 | 2020-11-14T11:42:54 | 2020-11-14T11:42:54 | 312,804,058 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 256 | cpp | #include <iostream>
#include "stack.h"
int main() {
as dd = {0, 0, nullptr};
dd.a = 100;
std::cout << "Hello, World!" << std::endl;
std::cout << dd.a << std::endl;
std::cin >> dd.a;
std::cout << dd.a << std::endl;
return 0;
}
| [
"yugi.t@qq.com"
] | yugi.t@qq.com |
905822f7d67b1fab3db8bd1bc6f26d5603899d53 | 4028ea6384ce6805c1c97c84bbc8c61421ccf2d2 | /src/plugins/cml/cmlfileformat.cpp | 60265c84ca7e43d05b5eaa12026b16d73aee9493 | [
"BSD-3-Clause"
] | permissive | armando-2011/chemkit | 4a185978e13b51b3cac9a7420468f324f2047cc2 | 909b26821c6d9d52ceb7f09f423c5c9136e5f55c | refs/heads/master | 2021-01-18T00:45:36.955340 | 2011-10-13T22:53:34 | 2011-10-13T22:53:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,867 | cpp | /******************************************************************************
**
** Copyright (C) 2009-2011 Kyle Lutz <kyle.r.lutz@gmail.com>
** All rights reserved.
**
** This file is a part of the chemkit project. For more information
** see <http://www.chemkit.org>.
**
** Redistribution and use in source and binar... | [
"kyle.r.lutz@gmail.com"
] | kyle.r.lutz@gmail.com |
0a5109250d71df2efd627562f110c5ca511721f7 | 45e0e2f1102d32f92698d6f587532a1ae4eaca32 | /chapter2/BinarySearchUseLib.cpp | d221af217e9f9c38dce4324ef0585e79211eb5da | [] | no_license | suliutree/ThePracticeOfProgramming | 1393ea72dc435514077a3b5f59485a20c13ad208 | 1bf0d0d01703ab4e29aaec78e84d49c7128a0e9a | refs/heads/master | 2021-01-10T03:07:34.383596 | 2015-12-13T02:30:36 | 2015-12-13T02:30:36 | 45,090,802 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,118 | cpp | /*
用库函数bsearch重写HTML查询函数
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <conio.h>
typedef struct Nameval Nameval;
struct Nameval {
char *name;
int value;
};
Nameval htmlchars[] = {
"AA", 0x00c6,
"AB", 0x00c1,
"AC", 0x00c2,
"BA", 0x11b1,
"BB", 0x11b2,
"BC", 0x11b3
};
#define NELEMS(a... | [
"413474315@qq.com"
] | 413474315@qq.com |
bf844ecf4095902f9d6bd363f534079a13399082 | 5d3cdcda13754499710e4057a47adb153ba118dd | /arduino/device2/lib/dht22/DHT22.cpp | a876df7d227630d8aff9ec297c3d2c82929f0004 | [] | no_license | kzub/vent2 | 034155da12892fde32d954ad8a2578a648d54692 | f77c041ec389e55c264c4ccf23347600537b23d2 | refs/heads/master | 2021-01-20T00:27:47.460795 | 2018-12-25T12:10:49 | 2018-12-25T12:10:49 | 89,133,360 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,382 | cpp | #include "DHT22.h"
#include <Arduino.h>
#include <pins_arduino.h>
extern "C" {
#include <avr/interrupt.h>
#include <avr/io.h>
#include <avr/pgmspace.h>
}
namespace DHT22 {
#define DIRECT_READ(base, mask) (((*(base)) & (mask)) ? 1 : 0)
#define DIRECT_MODE_INPUT(base, mask) ((*(base + 1)) &= ~(mask))
#define DIRECT_MOD... | [
"konstantin.zubkov@onetwotrip.com"
] | konstantin.zubkov@onetwotrip.com |
9ca234b3564a1a888ff225c74d0c419d886ca347 | af872e29031275ed185ddfc73cc695252c3ddadc | /bfs.cpp | 3c6e8180ad00fd66b7eff157a5c5c3460ea25185 | [] | no_license | vaspatrik/parallel-bfs | bfb3be5aa7523031cb14b676d0402868f929fc33 | 7cde207256e162ef6c0f3bb914de6baa8fc75d70 | refs/heads/master | 2021-08-14T07:10:00.072007 | 2017-11-14T23:43:17 | 2017-11-14T23:43:17 | 109,326,165 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,921 | cpp |
#include "MsPbfs.h"
//#include <lemon/bfs.h>
const std::size_t sourceNum = 3;
template <unsigned int bitsetSize>
void printNodeFound(std::size_t level, std::size_t nodeId, std::size_t maxNodeId, std::bitset<bitsetSize> foundIn)
{
std::cout << nodeId << " is found on level\t" << level << "\tin the followi... | [
"vas.patrik.d@gmmail.com"
] | vas.patrik.d@gmmail.com |
b4cbbc88b6e918fd6b8ef850a7ad87f951f5a55b | 84496cbb5b19246ca80cee11ad30077c7f9baac0 | /zy/2.2.cpp | b7fe5e2c10a5148c3840061f370fea6204b70714 | [] | no_license | leoleoasd/oi | 27b67ab3758b7f76acaa32d023c16862b409d9bc | 0a3b37efe8819c959b605206311531fd5e3038bc | refs/heads/master | 2021-06-26T03:21:49.851232 | 2020-10-24T08:27:02 | 2020-10-24T08:27:02 | 131,392,632 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 308 | cpp | #include <iostream>
#include <math.h>
using namespace std;
int gcd(int a,int b){
if(b > a){
return gcd(b,a);
}
int c = a % b;
while(c){
b = a;
a = c;
c = a % b;
}
return b;
}
int main(){
int a,b;
cin>>a>>b;
cout<<gcd(a,b);
return 0;
}
| [
"luyuxuanleo@gmail.com"
] | luyuxuanleo@gmail.com |
8b8a97ffc917a9f54b91c6f044206b26b4ed8ada | e5d5e4d0ef2db5ebeab4a6464f672568ad961961 | /src/common/Network/Packet/PacketHeaderBase.h | 14a570c89a906a1b1400008213faca3bf049502d | [
"Apache-2.0",
"GPL-1.0-or-later",
"GPL-2.0-or-later",
"GPL-2.0-only"
] | permissive | elados93/trex-core | d7eebc5efbbb6ca0e971d0d1eca79793eb389a3b | 3a6d63af1ff468f94887a091e3a408a8449cf832 | refs/heads/master | 2020-07-03T13:11:03.017040 | 2019-11-25T09:20:04 | 2019-11-25T09:20:04 | 182,962,731 | 1 | 0 | Apache-2.0 | 2019-05-06T09:05:56 | 2019-04-23T07:49:11 | C | UTF-8 | C++ | false | false | 1,640 | h | #ifndef _PACKET_HEADER_BASE_H_
#define _PACKET_HEADER_BASE_H_
/*
Copyright (c) 2015-2015 Cisco Systems, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICEN... | [
"hhaim@cisco.com"
] | hhaim@cisco.com |
166c329932d96fbced9f24fbe3307c98b7b22a2b | 2bce17904e161a4bdaa2d65cefd25802bf81c85b | /codeforces/827/A/A.cc | 2fdef4cca887eaec20de3783a62797ee3a431307 | [] | no_license | lichenk/AlgorithmContest | 9c3e26ccbe66d56f27e574f5469e9cfa4c6a74a9 | 74f64554cb05dc173b5d44b8b67394a0b6bb3163 | refs/heads/master | 2020-03-24T12:52:13.437733 | 2018-08-26T01:41:13 | 2018-08-26T01:41:13 | 142,727,319 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,909 | cc | #include <bits/stdc++.h>
#include <assert.h>
using namespace std;
typedef long long ll;
typedef long double ld;
#define PB push_back
#define MP make_pair
#define MOD 1000000007LL
#define endl "\n"
#define fst first
#define snd second
const ll UNDEF = -1;
const ll INF=1e18;
template<typename T> inline bool chkmax(T &aa,... | [
"Li Chen Koh"
] | Li Chen Koh |
6cfef662a35ec05ed68d0429789930f2de421272 | 49fe0876511164cc4561c5b0e34c83623cf5d64e | /ReactCommon/fabric/core/conversions.h | 9a9c4495e254127afb92f86988b967a6a15a0eba | [
"CC-BY-4.0",
"CC-BY-NC-SA-4.0",
"MIT",
"CC-BY-SA-4.0"
] | permissive | vikr01/react-native | 73d39c1830619aba22cf44b3d5be19ee0437b929 | 54e8d6cdc8ba9eebfc75a435d7249f6b0449d518 | refs/heads/master | 2023-04-08T16:35:47.429039 | 2018-11-08T04:15:34 | 2018-11-08T04:17:42 | 156,657,716 | 0 | 0 | MIT | 2023-04-04T01:19:02 | 2018-11-08T06:02:01 | JavaScript | UTF-8 | C++ | false | false | 864 | h | /**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#pragma once
#include <fabric/core/LayoutPrimitives.h>
namespace facebook {
namespace react {
inline std::string toString(const... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
e75ed997b9070c041e20a7eade12e972ddbe3427 | bc7b44dfa96345c92d15951c42576d33c3ec6558 | /codeforces/938B.cpp | 0792f0d9437d6c4abbc47d3f8fe7e002e392420a | [] | no_license | cjlcarvalho/maratona | e1a29bc90701e808ff395e7452e7fffc8411fac9 | e16b95c5d831dc48a3d8c69781f757b210e66730 | refs/heads/master | 2022-02-22T13:07:53.897259 | 2022-02-12T00:42:02 | 2022-02-12T00:42:02 | 91,300,520 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 936 | cpp | #include <bits/stdc++.h>
using namespace std;
int dist(int a, int b) {
return abs(a - b);
}
int main() {
int n;
cin >> n;
int vet[n];
for (int i = 0; i < n; i++) cin >> vet[i];
int you = 1, friendp = 1000000;
int result = 0;
int i = 0, j = n - 1;
while (i <= j) {
... | [
"caiojcarvalho@gmail.com"
] | caiojcarvalho@gmail.com |
6afbe8cc331b29ca69c7c5b6597abc50fe9e0482 | a72d01c6c8dfdd687e9cc9b9bf4f4959e9d74f5d | /KOMPROMAT/kompvter/include/kompvter/deps/squish/maths.h | 8619273d0b124a81e5d1b58bc8361b0bcd8d5675 | [] | no_license | erinmaus/autonomaus | 8a3619f8380eae451dc40ba507b46661c5bc8247 | 9653f27f6ef0bbe14371a7077744a1fd8b97ae8d | refs/heads/master | 2022-10-01T01:24:23.028210 | 2018-05-09T21:59:26 | 2020-06-10T21:08:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,377 | h | /* -----------------------------------------------------------------------------
Copyright (c) 2006 Simon Brown si@sjbrown.co.uk
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 t... | [
"squeak@erinmaus.com"
] | squeak@erinmaus.com |
3f5146fa0da2f6ae615a003973632982edd86fad | 0a8fdf54f29b3c3eeeb1b7016c7206d0647478ea | /rmq.cpp | 5e7f9634a65de834ed3b96e0d881ae5c159abe6e | [] | no_license | Wanwannodao/algorithms | a1dbf9aaf36912518d1e652c79358f8fe7f3514a | 5ac421eed540a9bd21a26fefaa62159f454a9318 | refs/heads/master | 2021-05-05T18:56:35.670080 | 2017-10-21T12:53:02 | 2017-10-21T12:53:02 | 103,761,619 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,328 | cpp | #include <iostream>
#include <algorithm>
#include <cstring>
#include <vector>
#include <numeric>
#include <cstdlib>
#include <queue>
#include <stack>
#include <climits>
using namespace std;
typedef long long ll;
#define pb push_back
#define rep(i, n) for (int i=0;i<(n);++i)
#define rep2(i, s, n) for (int i=s;i<(n);++... | [
"lavilabyrinth@yahoo.co.jp"
] | lavilabyrinth@yahoo.co.jp |
b9be90c6011a81742ca5655c6e318584ca38e1ac | 83bde29f10c02a7a49b4a1a217281bde91c1acfe | /zerojudge/b683_3.cpp | 211308edd5f242b73806b51c090b85bbba009c37 | [] | no_license | topcodingwizard/code | 74a217527f79b2f2ab47f0585798d6d55b92f3c0 | 3a5d3c4d54f84e06625ee4e53b9375bae6eb8275 | refs/heads/master | 2023-09-05T15:56:31.620344 | 2021-11-15T01:07:21 | 2021-11-15T01:12:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,428 | cpp | #include <bits/stdc++.h>
using namespace std;
int fa[1000];
int cnt[1000];
bool cir[1000];
int root(int x) {
if (fa[x] == x) return x;
return fa[x] = root(fa[x]);
}
void Union(int u, int v) {
u = root(u), v = root(v);
if (u == v)
cir[u] = 1;
else {
fa[v] = u;
cnt[u] += cnt[... | [
"edison1998402@gmail.com"
] | edison1998402@gmail.com |
df17cf9348df7d72d860452b11ea292ad95fa081 | e8940f26b6102d8db7464f05b0764d93865bde1c | /fragment/utily_from_osquery/getFileVersion.cpp | 1cf558ec1672fc0eb7b44df840a682a2aeb0e96c | [] | no_license | zr000/ShoppingCarrier | 5350dc54cdf7aa175e1d861666d647ee543d50cb | 1c2adcf0b7f622d52342a74abeda5b644d94545c | refs/heads/master | 2021-06-24T06:01:26.492815 | 2020-12-10T03:15:31 | 2020-12-10T03:15:31 | 146,838,314 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,056 | cpp | Status windowsGetFileVersion(const std::string& path, std::string& rVersion) {
DWORD handle = 0;
auto verSize = GetFileVersionInfoSize(path.c_str(), &handle);
auto verInfo = std::make_unique<BYTE[]>(verSize);
if (verInfo == nullptr) {
return Status(1, "Failed to malloc for version info");
}
auto err = G... | [
"fly_boyabc@hotmail.com"
] | fly_boyabc@hotmail.com |
974373ec48f60c49dec467703c337a8f65f78789 | 73185944d6e7ec558dd7da69d3f5edefa64c1c96 | /projects/interview/point2offer/search_matrix.cpp | b8a00b652da47614be299f4dbc340ad0711300d4 | [
"BSD-2-Clause"
] | permissive | Bingwen-Hu/hackaway | b5a233b6a1a4865389f0be04bcb63db88809e4c7 | 69727d76fd652390d9660e9ea4354ba5cc76dd5c | refs/heads/master | 2020-08-06T01:17:39.135931 | 2019-10-28T11:46:55 | 2019-10-28T11:46:55 | 212,782,128 | 0 | 0 | BSD-2-Clause | 2019-10-28T11:46:57 | 2019-10-04T09:43:01 | Python | UTF-8 | C++ | false | false | 1,001 | cpp | #include <iostream>
bool searchMatrix(int matrix[5][5], int target)
{
int i = 0, j = 4;
while (true) {
int search = matrix[i][j];
if (target > search) {
i++;
} else if (target < search) {
j--;
} else {
return true;
}
if (i > 4... | [
"mory2016@126.com"
] | mory2016@126.com |
06017e01fb6baa692960703f0b7d9456f9bd90d3 | a2ed4438988908c5e4f878c65ab99a6dcab0795d | /rsa3d/geometry/xenocollide/Collide.h | 58e23540d3a35f56e5c20bf81ec4ea2aa1e1c662 | [] | no_license | misiekc/rsa3d | 8cc3489db30533ba8578b839a416804037ad1db4 | 061ea987f824ccbe8092f2d2007ec826f1cb9aaa | refs/heads/master | 2023-01-19T14:36:55.355276 | 2023-01-11T08:14:39 | 2023-01-11T08:14:39 | 84,184,125 | 2 | 2 | null | 2017-04-04T08:28:58 | 2017-03-07T10:05:51 | C++ | UTF-8 | C++ | false | false | 2,009 | h | /*
XenoCollide Collision Detection and Physics Library
Copyright (c) 2007-2014 Gary Snethen http://xenocollide.com
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising
from the use of this software.
Permission is granted to anyo... | [
"misiekc@interia.pl"
] | misiekc@interia.pl |
6d573efe92704baf8fee58f844dd761a8e376aa6 | cd125c31a3f1e2b6af2937b3c33d56fa2e52f9ab | /pancho_arduino/pancho_arduino.ino | ef9113f4556aa52891889a8b0a9511ca5d1cd5d3 | [] | no_license | tohigu/ProtestProtestRevolution | 442a88658c147534ede6ec495cd004130b6235d2 | 1bddd19467b7306cbe3fc8524024b76bd3a91592 | refs/heads/master | 2016-09-06T16:15:13.137296 | 2015-07-23T19:43:03 | 2015-07-23T19:43:03 | 39,454,972 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,588 | ino | #define CAMERA_PIN 5
#define POT_PIN 6
#define UMBRELLA_PIN 2 // (analog)
// CAMERA
boolean currCamera = false;
boolean lastCamera = false; // to detect state changes
// POT
boolean currPot = false;
boolean lastPot = false;
// UMBRELLA
int umbrellaLight = 0;
int umbrellaThreshold = 220; // how much light there needs... | [
"graysonearle@gmail.com"
] | graysonearle@gmail.com |
d00be8c4496b990dfb011335b03f33c3edbcdc12 | 71d2dbb8afdf5e83d5a967b64ca05aa7376acfce | /Tarea-3-Disenio-Alg/1-Camionero/main.cpp | cb36e2b5a14e435d7c519121ac45fbd49a023d28 | [] | no_license | the-guti/Analisis-y-Diseno-de-Algoritmos | 571e0eab846fb91e8325187fafb837f7b2595c7c | 0a6a0838b2ef4292359a11a415bb3562699b2e2d | refs/heads/master | 2023-03-08T13:30:10.991419 | 2018-02-14T20:21:23 | 2018-02-14T20:21:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,164 | cpp | //Roberto Alejandro Gutierrez Guillen A01019608
#include <iostream>
#include <vector>
using namespace std;
/*
Un camionero conduce desde DF a Acapulco siguiendo una ruta dada y llevando un camión que le permite,
con el tanque de gasolina lleno, recorrer n kilómetros sin parar. El camionero dispone de un mapa de
c... | [
"axguti@gmail.com"
] | axguti@gmail.com |
d4054691752dce265a1bac5ab083c84250318360 | de6d379ae7ba4caa3352547fee932d1e818436f6 | /Test2_May_22_2019/OOPTest2/Problem2/Calculator.h | b85fb9bc6869cfc4d516894c252c13327f620dd3 | [] | no_license | startrunner/fmi-oop-homework | f17d270784d069ea2662175c64e271f64ad0d9af | bee3e901cdfb95476d98beeb8b9c31c6bbc46639 | refs/heads/master | 2020-04-30T16:50:55.467166 | 2019-05-22T08:17:29 | 2019-05-22T08:17:29 | 176,960,991 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,412 | h | #pragma once
#include <vector>
class NumberTransformation
{
public:
NumberTransformation() {}
virtual int transform(int number)const = 0;
virtual NumberTransformation* clone()const = 0;
virtual ~NumberTransformation() {}
};
class IdentityTransformation : public NumberTransformation
{
public:
virtual int transfo... | [
"alexander_ivanov@mail.com"
] | alexander_ivanov@mail.com |
c1265d9465b2fba27da6095b6e4c1071133e33d7 | bc71140d481370d14e29ef3d9f3fc650089942fc | /nstim.mod.old/samples/dx9_primitive_types/dx9_primitive_types.cpp | 93aec713382e1215ec6e7f4ab9aa93bff0426a49 | [] | no_license | thangduong/optical_imaging | ca65682ec0633b8271098ca3e56d840774adfedf | bc8b4e49c44e5484a6f21c63658ad15929d0ae63 | refs/heads/master | 2021-09-15T13:47:37.153018 | 2018-03-10T00:18:56 | 2018-03-10T00:18:56 | 124,606,877 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,883 | cpp | //-----------------------------------------------------------------------------
// Name: dx9_primitive_types.cpp
// Author: Kevin Harris (kevin@codesampler.com)
// Last Modified: 10/04/04
// Description: This sample demonstrates how to properly use all the
// primitive types avail... | [
"thang@quantee.com"
] | thang@quantee.com |
ceeda799f5da785cdf7bc67e8751c282b2db3e2d | 77c4ca9b33e007daecfc4318537d7babea5dde84 | /tensorflow/lite/experimental/delegates/hexagon/builders/reshape_builder.cc | 400b9da85c443131572d6082917650cb15dad561 | [
"Apache-2.0"
] | permissive | RJ722/tensorflow | 308eede8e911e2b6a6930fef3e24a493ab9a2a61 | 6c935289da11da738f2eaed18644082f3a6938d6 | refs/heads/master | 2020-12-20T16:51:12.767583 | 2020-01-25T06:46:50 | 2020-01-25T06:51:20 | 236,138,137 | 2 | 3 | Apache-2.0 | 2020-01-25T07:12:41 | 2020-01-25T07:12:40 | null | UTF-8 | C++ | false | false | 4,752 | cc | /* Copyright 2019 The TensorFlow Authors. 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
Unless required by applicable law or a... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
8b5d0ab3b38dc7926c1e576ad07138655c4792e0 | 602caac4b5aea73bbdc9753884f0008408b52089 | /silentphone2/support/silentphone/tiviengine/g_cfg.cpp | 154c74b1b6f128d1b322c78e0a44f4c536d83c43 | [] | no_license | jay-thriple/silent-phone-android | 183d6472ddca4f894f4de75a1c96c61e20a1416c | e8c37cee898bc5f678f9f3706b10ed7b6d942b93 | refs/heads/master | 2021-06-19T03:38:37.976759 | 2017-06-27T20:00:59 | 2017-06-27T20:00:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,154 | cpp | /*
Created by Janis Narbuts
Copyright (C) 2004-2012, Tivi LTD, www.tiviphone.com. All rights reserved.
Copyright (C) 2012-2017, Silent Circle, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* ... | [
"rkrueger@silentcircle.com"
] | rkrueger@silentcircle.com |
0aea955d84e789100d99658679a28245de1e5337 | 59418b5794f251391650d8593704190606fa2b41 | /sample_plugins/original_snippets/em5/action/base/SpawnUnitAction.cpp | 20caec3eda33b1fc8d74140fd4e6981bacc1ba82 | [] | no_license | JeveruBerry/emergency5_sdk | 8e5726f28123962541f7e9e4d70b2d8d5cc76cff | e5b23d905c356aab6f8b26432c72d18e5838ccf6 | refs/heads/master | 2023-08-25T12:25:19.117165 | 2018-12-18T16:55:16 | 2018-12-18T17:09:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,636 | cpp | // Copyright (C) 2012-2018 Promotion Software GmbH
//[-------------------------------------------------------]
//[ Includes ]
//[-------------------------------------------------------]
#include "em5/PrecompiledHeader.h"
#include "em5/action/base/SpawnUnitAction.h"
#includ... | [
"christian.ofenberg@promotion-software.de"
] | christian.ofenberg@promotion-software.de |
1acceb287a663523aff83129f8196f77bedb7a7f | 12f327dbb9ec14defe8ab3f25f8200b2f07c4448 | /legacy_vision/include/ShooterFloodFinder.h | d18e87d62ed718d0503ea35f4f87190a4156ff26 | [] | no_license | mattlangford/software-common-depricated | 1cb81b56b6f743d9beabc36043ff5e4fecd8eb5d | c2cbea1fddad337c7bdbe5998d1bee9f5e6a9658 | refs/heads/master | 2021-01-19T20:47:55.700905 | 2016-10-16T20:55:45 | 2016-10-20T01:50:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,344 | h | #ifndef SHOOTER_FLOOD_FINDER_H
#define SHOOTER_FLOOD_FINDER_H
#include "IFinder.h"
#include <boost/optional.hpp>
class ShooterFloodFinder : public IFinder
{
public:
ShooterFloodFinder(std::vector<std::string> objectPath, boost::property_tree::ptree config) : IFinder(objectPath, config) {
if(objectPath.size() !=... | [
"matthewbot@gmail.com"
] | matthewbot@gmail.com |
8424fddd51eaa86a3316337287354b53e1e33d84 | c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64 | /Engine/Source/ThirdParty/WebRTC/rev.9862/include/Win64/VS2013/include/webrtc/video_engine/vie_remb.h | 9f38259ca83e68fa9ca1809f58bb3e2cb59f79a4 | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | windystrife/UnrealEngine_NVIDIAGameWorks | c3c7863083653caf1bc67d3ef104fb4b9f302e2a | b50e6338a7c5b26374d66306ebc7807541ff815e | refs/heads/4.18-GameWorks | 2023-03-11T02:50:08.471040 | 2022-01-13T20:50:29 | 2022-01-13T20:50:29 | 124,100,479 | 262 | 179 | MIT | 2022-12-16T05:36:38 | 2018-03-06T15:44:09 | C++ | UTF-8 | C++ | false | false | 2,367 | h | /*
* Copyright (c) 2012 The WebRTC 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 contribut... | [
"tungnt.rec@gmail.com"
] | tungnt.rec@gmail.com |
e9b8cb3d7a1fc0ea238300e369e4322382014cd2 | 06ee7afe4631e96ba6b54b882ec7535af18dd327 | /QuinnsEscape/Source/QuinnsEscape/World/HeadHittableBox.cpp | 3dd1fc54b6606e3b989fd901975a918a0ea66e54 | [
"Apache-2.0"
] | permissive | JoshLmao/6CS025-QuinnsEscape | 910662a789d221418b0b2ed9b20335edb19d1f57 | a4e51aad5c55a4c4e33a2cbe9a6cacea271923f0 | refs/heads/main | 2023-04-25T08:48:40.954740 | 2021-05-04T19:12:20 | 2021-05-04T19:12:20 | 338,066,401 | 0 | 0 | Apache-2.0 | 2021-03-25T18:40:57 | 2021-02-11T15:20:28 | C++ | UTF-8 | C++ | false | false | 3,796 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "HeadHittableBox.h"
#include "Components/StaticMeshComponent.h"
#include "Components/BoxComponent.h"
#include "GameFramework/Character.h"
#include "GameFramework/CharacterMovementComponent.h"
#include "UObject/ConstructorHelpers.h... | [
"josh_lmao@live.co.uk"
] | josh_lmao@live.co.uk |
016d581bedee6ee7b96a6b0dfad447d4a3112a17 | 4eaf471c08f8761ebcb33ff63d7693a0e8cfd8ba | /src/parametertracepoint.h | 3501132758ea12805d31bb3b58361bebe81cf41c | [
"Apache-2.0"
] | permissive | adhitya1978/projector_Calibration | ac2f0a65661d342aefa7f91ae75a72010be845f7 | 9cb9c59e27cee51b8fed601d2cec31bb64116939 | refs/heads/master | 2022-03-28T21:34:42.332462 | 2020-01-17T11:11:40 | 2020-01-17T11:11:40 | 232,729,567 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 820 | h | #ifndef PARAMETERTRACEPOINT_H
#define PARAMETERTRACEPOINT_H
#include <QObject>
//! SDK
#include "interface_types.h"
#include "common/client.h"
#include "outbondpacket.h"
#include "parameter.h"
using namespace std;
using namespace zlaser::thrift;
class ParameterTracePoint : public QObject, public Parameter
{
Q_... | [
"59619151+dhannyst@users.noreply.github.com"
] | 59619151+dhannyst@users.noreply.github.com |
da6d961b8815ba086fb1ebb3740b38d766facd21 | 03f59e66fcb962d77938fb3f5eaa1803abcba395 | /1163 - Bank Robbery/main.cpp | 49bd20556043e6d3943ebd38e640f66c50b3bb74 | [] | no_license | tanmoy13/LightOj | 3d1c007644a39095253137bbca81e0361a1959d6 | 6ee507561f33feedceca7b3a1b790e4943c425a0 | refs/heads/master | 2021-01-10T03:14:44.677589 | 2017-06-17T00:13:55 | 2017-06-17T00:13:55 | 55,767,513 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 3,783 | cpp | /*
Let, the given number is X = A - B. Here, B = A/10.
So, A - A/10 = X
A - (A-A%10)/10 = X
10A - A + (A%10) = 10X
9A = 10X - K , let K = A%10
A = (10X - K)/9
A = X + (X - K)/9
For K equals to 0 to 9, if (... | [
"tanmoytapos01@gmail.com"
] | tanmoytapos01@gmail.com |
7503aae84868fbe7808dbebfd2800fd1f5c17f18 | b79bc9eaaed7e43d3a2531f6c01f7ce1773a6fb2 | /Practice/DFS/2.cpp | 1cce11d03015efb3fae14ee0ddd8e6d4c99fae62 | [] | no_license | YugaNamba/AtCoder | f080094f6573ad1505ea561db8c27dd9db40455c | ca4f0ede2ed9c848f3a1b0a3090517dae5af3c39 | refs/heads/main | 2023-05-29T05:22:31.115022 | 2021-06-09T04:51:26 | 2021-06-09T04:51:26 | 351,976,966 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,555 | cpp | #include <bits/stdc++.h>
#define FOR(i, m, n) for (int i = m; i < (n); i++)
#define RFOR(i, m, n) for (int i = (m - 1); i >= 0; i--)
#define REP(i, n) FOR(i, 0, n)
#define RREP(i, n) RFOR(i, n, 0)
#define ALL(v) v.begin(), v.end()
#define RALL(v) v.rbegin(), v.rend()
#define print(ele) cout << ele << endl
#define print... | [
"n.b.y.g.0311.t.n@gmail.com"
] | n.b.y.g.0311.t.n@gmail.com |
70a6bc6061de421106120a809bbb1f3113ead18c | 63a1ac98260e0aa78034e70b13ca4ca8c1596c16 | /Tree/426.Convert_BST_to Sorted_Doubly_LinkedList.cpp | 48a331c1643e3eb94a831cc5d25f5e6387e0d86e | [] | no_license | Hi-Pete/leetcode | d49f2fa935b0ebb62d4666036e7dd24c6e9307f1 | f103c5179b5485471a3958d01253ba2b5a70b594 | refs/heads/main | 2023-07-31T23:43:35.414865 | 2021-09-27T16:51:53 | 2021-09-27T16:51:53 | 349,070,195 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,045 | cpp | // 426. 将二叉搜索树转化为排序的双向链表
// 将一个 二叉搜索树 就地转化为一个 已排序的双向循环链表
// 对于双向循环列表,你可以将左右孩子指针作为双向循环链表的前驱和后继指针
// 第一个节点的前驱是最后一个节点,最后一个节点的后继是第一个节点
// 特别地,我们希望可以 就地 完成转换操作
// 当转化完成以后,树中节点的左指针需要指向前驱,树中节点的右指针需要指向后继
// 还需要返回链表中最小元素的指针
//
#include <iostream>
class Node {
public:
int val;
Node *left;
Node *right;
Node() {... | [
"525527051@qq.com"
] | 525527051@qq.com |
9c5da9fa734d36107260f8f932baa4a2499174a9 | a6996ad2ac720cc11f0fe949959175084ea45c1c | /include/EventSystem.h | 417969e77988859477686b662ceb497eaaaaf259 | [] | no_license | yaspoon/BallGame | 37d97818d107a53b36d8b7ff1a0dc0c1262bdf03 | fdd87fb17df1aa319609130dafad3289e219a38a | refs/heads/master | 2016-09-06T21:45:22.650565 | 2015-04-18T06:03:37 | 2015-04-18T06:03:37 | 21,819,523 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 414 | h | #ifndef EVENTSYSTEM_H
#define EVENTSYSTEM_H
#include "Event.h"
enum EventSystemType
{
EV_SYS_UNKNOWN = 0,
EV_SYS_QUIT
};
class EventSystem: public Event
{
public:
EventSystem();
EventSystem(EventSystemType newType);
virtual ~EventSystem();
EventSystemType getSystem... | [
"twunknown[put at here]gmail.com"
] | twunknown[put at here]gmail.com |
ab04b22da2ecdd7c385f0eaf03e032b6548e3139 | 9a521fc23dfd392aaa1cdbe590da051b3a0af252 | /cpp/headers/zInterface/functionsets/zFn.h | b24033a26a664e2d8f867fa31a5d5639cbe30731 | [
"MIT",
"Zlib",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"MPL-2.0"
] | permissive | venumb/ZSPACE | 268a35e3768b1c870166ea747966b504593ee888 | a85de6d29c9099fcbd3d2c67f5f1be315eed6dc4 | refs/heads/master | 2021-12-20T13:41:39.903402 | 2021-12-01T11:10:54 | 2021-12-01T11:10:54 | 158,460,632 | 2 | 0 | MIT | 2020-02-20T17:23:39 | 2018-11-20T22:43:21 | C++ | UTF-8 | C++ | false | false | 4,999 | h | // This file is part of zspace, a simple C++ collection of geometry data-structures & algorithms,
// data analysis & visualization framework.
//
// Copyright (C) 2019 ZSPACE
//
// This Source Code Form is subject to the terms of the MIT License
// If a copy of the MIT License was not distributed with this file, You... | [
"vishu.bhooshan@outlook.com"
] | vishu.bhooshan@outlook.com |
35243bfc6795cc52dd3991ac9bfab751e0cd702a | e3ac6d1aafff3fdfb95159c54925aded869711ed | /Temp/StagingArea/Data/il2cppOutput/t269306229.h | 2ae238385c029cff85d64906418c068cdde5f552 | [] | no_license | charlantkj/refugeeGame- | 21a80d17cf5c82eed2112f04ac67d8f3b6761c1d | d5ea832a33e652ed7cdbabcf740e599497a99e4d | refs/heads/master | 2021-01-01T05:26:18.635755 | 2016-04-24T22:33:48 | 2016-04-24T22:33:48 | 56,997,457 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 685 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "t2778772662.h"
#include "t269306229.h"
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignore... | [
"charlotteantschukovkjaer@Charlottes-MacBook-Air.local"
] | charlotteantschukovkjaer@Charlottes-MacBook-Air.local |
b142417833a218a49423023ca09ba510928a79c2 | f3c97e827b1a16fd38a7cb3a8842ef9c11090b3e | /src/starboard/benchmark/memory_benchmark.cc | 24e3cf12096dc4db3baa77b47a3328246dd7e50c | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | aabtop/cobalt | eaef2f37e36928db2041d64b1e6ee605c3ec32fc | e83fce97d7405b0b5e569d961aa431b1112ac6ac | refs/heads/master | 2023-04-28T13:33:32.867228 | 2021-05-27T15:48:59 | 2021-05-27T15:48:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,942 | cc | // Copyright 2019 The Cobalt Authors. 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
//
// Unless required by ap... | [
"aabtop@google.com"
] | aabtop@google.com |
45a1b5fdf3dd1baa05c15153173c763d466edba1 | 38616fa53a78f61d866ad4f2d3251ef471366229 | /3rdparty/RobustGNSS/gtsam/gtsam/gpstk/Week.cpp | acde96cf7dc6f117f1a770e04c25c2eeca781947 | [
"MIT",
"BSD-3-Clause",
"LGPL-2.1-only",
"MPL-2.0",
"LGPL-2.0-or-later",
"BSD-2-Clause"
] | permissive | wuyou33/Enabling-Robust-State-Estimation-through-Measurement-Error-Covariance-Adaptation | 3b467fa6d3f34cabbd5ee59596ac1950aabf2522 | 2f1ff054b7c5059da80bb3b2f80c05861a02cc36 | refs/heads/master | 2020-06-08T12:42:31.977541 | 2019-06-10T15:04:33 | 2019-06-10T15:04:33 | 193,229,646 | 1 | 0 | MIT | 2019-06-22T12:07:29 | 2019-06-22T12:07:29 | null | UTF-8 | C++ | false | false | 1,862 | cpp | /// @file Week.cpp
//============================================================================
//
// This file is part of GPSTk, the GPS Toolkit.
//
// The GPSTk is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published
// by the Free Sof... | [
"rwatso12@gmail.com"
] | rwatso12@gmail.com |
0e075b253080225cf44971047849aea56a2b1841 | 812e26500ff3ad49533f341c05adb57218f06cd0 | /GlobalStructs.h | 4847b8a591bc9c4c7e5224e16fdc51645402bfbf | [] | no_license | LeanBool/SNESEmulator | 3b9a24ee72252b5e16e9b0bada677160dd698844 | 303ea5266cdd9ad7ec710858130645a1b79d9f57 | refs/heads/master | 2023-04-10T01:26:13.223862 | 2021-04-15T16:53:16 | 2021-04-15T16:53:16 | 355,891,942 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,939 | h | #pragma once
#include <cstdint>
struct fvec2
{
float x;
float y;
bool operator==(const fvec2& other) { if (other.x == this->x && other.y == this->y) { return true; } return false; }
fvec2& operator+(const fvec2& other) { this->x += other.x; this->y += other.y; return *this; }
fvec2& operator-(const fvec2& other)... | [
"dederichs.maiko@gmail.com"
] | dederichs.maiko@gmail.com |
218564d332b114ea28234691cc658b7d519fda13 | dca9b87a0a2bc3ad49beb6d47781b21115cc0230 | /compiler/regex_library/src/re3.cc | 7c082a4db304423927aec8a09073af645030d3f9 | [] | no_license | ranjanZ/isi_work | ed568319c7beae36ea94c46ce05be814c184cd46 | b4f08e58e380f2443a844fe8831e44a02ecbe670 | refs/heads/master | 2021-05-29T15:02:35.619872 | 2015-03-19T16:03:23 | 2015-03-19T16:03:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,396 | cc | #include"re3.h"
#include<stdlib.h>
//This function is used to display a NFA.
void dis_NFA(NFA nfa)
{
for(int i=0;i<int(nfa.T.size());i++)
{
// cout<<nfa.T[i].v1<<"----"<<nfa.T[i].c<<"--->"<<nfa.T[i].v2<<endl;
}
}
//This function is used to build new NFA by doing concatenation operation on given two NFAs.
NFA c... | [
"ranjan.rbc@gmail.com"
] | ranjan.rbc@gmail.com |
fc3b2e42e5cc873763d33a5b5ecbda4bc5baf57d | e232be5c6831bc7d6ab4f1939010f30d5959015a | /suif/include/suif1/operand.h | c92e85e7050a59dc907936892925f2541c6bbb72 | [
"LicenseRef-scancode-proprietary-license",
"BSD-3-Clause"
] | permissive | lottaquestions/taskgraph-metaprogramming | 9a8f1a3d9e65d56b2d0c426479df5f8c52c87d53 | 54c4e2806a97bec555a90784ab4cf0880660bf89 | refs/heads/master | 2023-08-29T10:56:06.099505 | 2020-04-14T21:09:28 | 2020-04-14T21:09:28 | 681,137,540 | 0 | 0 | BSD-3-Clause | 2023-08-21T10:54:05 | 2023-08-21T10:54:02 | null | UTF-8 | C++ | false | false | 4,369 | h | /* SUIF Operands */
/* Copyright (c) 1994 Stanford University
All rights reserved.
This software is provided under the terms described in
the "suif_copyright.h" include file. */
#include <suif_copyright.h>
#ifndef OPERAND_H
#define OPERAND_H
#pragma interface
RCS_HEADER(operand_h,
"$Id$")
clas... | [
"p.kelly@imperial.ac.uk"
] | p.kelly@imperial.ac.uk |
c51beaf663aff07916b01ddfcb009524736d78fd | 276b9fe8e3564a9b8e1ba5c424703626d9e4c84e | /ray/src/ray/sampler/InterpolatingSampler.h | da1d1bf0f9073d951f2faf11070c3b51aa2b68ea | [] | no_license | Sopel97/ray | 0e588b08250ad9a6cb0c402cbd5d25840ce325b8 | 4d306b4f17bf8e52e0a33140c936210ed84a7a6f | refs/heads/master | 2020-04-26T14:12:14.223158 | 2019-08-01T17:11:44 | 2019-08-01T17:11:44 | 173,604,730 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,329 | h | #pragma once
#include <ray/material/Color.h>
#include <ray/math/Ray.h>
#include <ray/math/Vec2.h>
#include <ray/math/Vec3.h>
#include <ray/utility/Array2.h>
#include <ray/utility/IntRange2.h>
#include <ray/Camera.h>
#include <algorithm>
#include <cmath>
#include <execution>
namespace ray
{
// uses the given s... | [
"tomasz.sobczyk1997@gmail.com"
] | tomasz.sobczyk1997@gmail.com |
434dbcf3add72de1850aac87bdd1cbefb5b12932 | 260e5dec446d12a7dd3f32e331c1fde8157e5cea | /Indi/SDK/Indi_Furniture_StandDrinkingAtBar_NoActor_parameters.hpp | 2f42189a2d912eaf571efeeed4f2f4adc604a69d | [] | no_license | jfmherokiller/TheOuterWorldsSdkDump | 6e140fde4fcd1cade94ce0d7ea69f8a3f769e1c0 | 18a8c6b1f5d87bb1ad4334be4a9f22c52897f640 | refs/heads/main | 2023-08-30T09:27:17.723265 | 2021-09-17T00:24:52 | 2021-09-17T00:24:52 | 407,437,218 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 577 | hpp | #pragma once
// TheOuterWorlds SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "Indi_Furniture_StandDrinkingAtBar_NoActor_classes.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Parameters
//-----------------------------------------------------------... | [
"peterpan0413@live.com"
] | peterpan0413@live.com |
76ee0179b8a60a15d1b118ef97136e14daf9e114 | 30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a | /Implementation/2528.cpp | e708b3e5aa55c16aff74a4166669fe75cca04c1a | [] | no_license | thegamer1907/Code_Analysis | 0a2bb97a9fb5faf01d983c223d9715eb419b7519 | 48079e399321b585efc8a2c6a84c25e2e7a22a61 | refs/heads/master | 2020-05-27T01:20:55.921937 | 2019-11-20T11:15:11 | 2019-11-20T11:15:11 | 188,403,594 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 107 | cpp | #import<cstdio>
int h,k,n,w;main(){for(scanf("%d%d",&n,&h);n--;w+=k>h?2:1)scanf("%d",&k);printf("%d",w);} | [
"mukeshchugani10@gmail.com"
] | mukeshchugani10@gmail.com |
2427d10000ed5658d1d1439cb2a164974246a741 | 8dee7f236ecccb1d2a8ca496a9826353f5bd9d78 | /include/bmp/playerbmp2.h | 09416aa35bd5a2389d4f7934a18fcafc211abcee | [
"MIT"
] | permissive | ant512/EarthShakerDS | 6675bc3f3df6923b56ef820ca8d748de57f5b52b | c23920bb96652570616059ee4b807e82617c2385 | refs/heads/master | 2020-05-18T13:14:12.995125 | 2015-02-08T06:05:01 | 2015-02-08T06:05:01 | 15,246,988 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 162 | h | #ifndef _PLAYERBMP2_H_
#define _PLAYERBMP2_H_
#include "bitmapwrapper.h"
class PlayerBmp2 : public WoopsiGfx::BitmapWrapper {
public:
PlayerBmp2();
};
#endif
| [
"devnull@localhost"
] | devnull@localhost |
df835822936c9d436c4507bd81ffc766aea588f6 | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/base/cluster/mgmt/cluscfg/basecluster/cclusdiskjoin.cpp | b67ea7ca19fb35aaf00205441d4481af9f631f58 | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,579 | cpp | //////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 1999-2000 Microsoft Corporation
//
// Module Name:
// CClusDiskJoin.cpp
//
// Description:
// Contains the definition of the CClusDiskJoin class.
//
// Maintained By:
// Vij Vasu (Vvasu) 08-M... | [
"112426112@qq.com"
] | 112426112@qq.com |
5045bdb9499b0b5fa12ca65fe14085870af36f76 | d26de612d84349d4e11281326d5c675d89a516ba | /project/src/noise.cpp | 11f142602627f9a54f7ffbeb972c24243d2146c6 | [] | no_license | azurblur/CloakRealtimeSimulation | c0239472f73394879696a57148ede0b494006c91 | f71bf04b137eeb50b4a9b13e1373da9c434157fa | refs/heads/master | 2021-01-21T06:11:19.339275 | 2014-02-08T21:51:39 | 2014-02-08T21:51:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 856 | cpp | #include "noise.h"
#include <boost/random.hpp>
noise::noise()
{
}
double noise::GetRandomNoise(double mean, double sigma)
{
typedef boost::normal_distribution<double> NormalDistribution;
typedef boost::mt19937 RandomGenerator;
typedef boost::variate_generator<RandomGenerator&, \
... | [
"ankeshanand1994@gmail.com"
] | ankeshanand1994@gmail.com |
766144487fc340953d87c231c61bfb0320623941 | cf48befa6375f9892a0784e715bf402c5fa25e50 | /SPPM/SPPM/kdtree.h | a77b625b17bd41c894868da41c02e9af03f44278 | [] | no_license | tabochans/FriendsRender-R-public | 74df63c16941923217d4fcb51a6d919d98208647 | f514d54d3dd6594727dc1fcf4364206f1164a832 | refs/heads/master | 2020-07-22T12:06:42.086293 | 2019-09-10T13:54:58 | 2019-09-10T13:54:58 | 207,196,275 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,779 | h | #pragma once
#include <vector>
#include <ostream>
#include <fstream>
#include "MT.h"
#include "Primitive.h"
#include "Vec.h"
namespace tgraph {
template<typename T>
struct Node {
T element;
enum AXIS {
AX_X = 0,
AX_Y = 1,
AX_Z = 2
};
AXIS axis;
const Node* parent;
const Node* children[2];
... | [
"***@***.com"
] | ***@***.com |
173d096812550035a1152d811246d9f7a283631c | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /components/assist_ranker/ranker_url_fetcher.h | 4f22b221174f8fab2e9602319ff79b1ae847af6f | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 2,383 | h | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_ASSIST_RANKER_RANKER_URL_FETCHER_H_
#define COMPONENTS_ASSIST_RANKER_RANKER_URL_FETCHER_H_
#include <memory>
#include "base/callback.... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
0ad356354956619b78d2ff16bac70c24457df9cb | 9903dddd130e477d9053dbb7a7d2dc5919f65386 | /FIT/FITsim/AliFITv7.cxx | e7f64af081633672c66d79ae772cc5c394040c68 | [] | permissive | ehellbar/AliRoot | c755e10c786efbc902f1cf1011f5c3bd6a4f0c0a | 387c0d12d306db20e4c23f003c201788589aeb8d | refs/heads/master | 2022-04-15T18:41:37.868022 | 2017-12-13T12:37:22 | 2017-12-15T08:38:42 | 114,354,549 | 0 | 0 | BSD-3-Clause | 2019-07-02T14:21:50 | 2017-12-15T09:46:36 | C++ | UTF-8 | C++ | false | false | 61,533 | cxx | /**************************************************************************
* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
* *
* Author: The ALICE Off-line Project. *
* Contributors ... | [
"Alla.Maevskaya@cern.ch"
] | Alla.Maevskaya@cern.ch |
36ecbb7b8789068968e85379c0947038bd25eb91 | 760da3ed9e79037dfccbf21ed82763bd42f315ce | /nasser/noiseVsRandom/src/testApp.cpp | e2ab354baa65a518af26b09e6c7b086702558a73 | [] | no_license | nasser/dtplayfulsystems | 279e25883083d774db927779bd0f12b78680671d | c8772f1f996013447deb373b52577cb2d0cfd728 | refs/heads/master | 2020-05-20T12:42:34.979435 | 2014-05-04T16:28:38 | 2014-05-04T16:28:38 | 16,565,198 | 3 | 1 | null | 2014-05-15T01:43:06 | 2014-02-06T01:36:10 | C | UTF-8 | C++ | false | false | 1,641 | cpp | #include "testApp.h"
//--------------------------------------------------------------
void testApp::setup(){
}
//--------------------------------------------------------------
void testApp::update(){
cout << ofNoise(6) << endl;
}
//--------------------------------------------------------------
void testApp:... | [
"ram@nas.sr"
] | ram@nas.sr |
4c6760d9971b93e736cc25ff03ad6228352aa4af | 2b60adb7ae670123c727111c3198c531e441f6fd | /doc/proto/message/mail.pb.h | dba9f9a8638899df61f1577efac6cecb15741ec0 | [] | no_license | kingstop/830 | 586b1c20bc5bb26b84afbbd0eb970fcbc22b2d02 | a5fabeb71111241947634383843a3280a8d0bd53 | refs/heads/master | 2021-01-01T16:56:34.635261 | 2015-06-30T15:46:25 | 2015-06-30T15:46:25 | 38,308,920 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | true | 41,138 | h | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: mail.proto
#ifndef PROTOBUF_mail_2eproto__INCLUDED
#define PROTOBUF_mail_2eproto__INCLUDED
#include <string>
#include <google/protobuf/stubs/common.h>
#if GOOGLE_PROTOBUF_VERSION < 2005000
#error This file was generated by a newer version of pro... | [
"kingstop@sina.com"
] | kingstop@sina.com |
80b06460ebba1a27afeb099cecaf0852d17aabac | a35b30a7c345a988e15d376a4ff5c389a6e8b23a | /boost/math/special_functions/owens_t.hpp | 20aa12827e6e3add24a615efb34e21d2014e7601 | [] | no_license | huahang/thirdparty | 55d4cc1c8a34eff1805ba90fcbe6b99eb59a7f0b | 07a5d64111a55dda631b7e8d34878ca5e5de05ab | refs/heads/master | 2021-01-15T14:29:26.968553 | 2014-02-06T07:35:22 | 2014-02-06T07:35:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 76 | hpp | #include "thirdparty/boost_1_55_0/boost/math/special_functions/owens_t.hpp"
| [
"liuhuahang@xiaomi.com"
] | liuhuahang@xiaomi.com |
751b56a310da6862091078b070e89ed8507e4669 | 9a66d8339de7cf8debcd79b2d6bc4b669245087e | /范馨月/第6次-2017312299-范馨月-金融实验/Computer.cpp | 55dd7f342398eefa03533a75f96811c812244e00 | [] | no_license | jinrongsyb17/homework-space | 391183e268f1a09e586a18e4cbe2735b59173074 | f0c8fe0c17c6fb08c55d967899d9b26a1782b0e3 | refs/heads/master | 2020-03-28T14:40:12.876141 | 2019-01-02T04:57:27 | 2019-01-02T04:57:27 | 148,510,153 | 9 | 18 | null | 2018-09-18T11:05:38 | 2018-09-12T16:33:38 | C++ | UTF-8 | C++ | false | false | 1,356 | cpp | #include<iostream>
using namespace std;
enum CPU_Rank { P1 = 1, P2, P3, P4, P5, P6, P7 };
class CPU {
public:
CPU(CPU_Rank inputR = P1, int inputF=1500, double inputV=200.0) {
rank = (CPU_Rank)inputR;
frequency = inputF;
voltage = inputV;
cout << "The constructor is called." << endl;
}
void run() {
cout ... | [
"43374259+ChristineFan0720@users.noreply.github.com"
] | 43374259+ChristineFan0720@users.noreply.github.com |
eb90868a613de1010b07f5f6ea6265d608ab1a03 | 0654228578d742c8aadc52f1755268c2ef4cabe0 | /IPSSIM_December/dataSet_2A.h | 48900e323c4d8eb3939c27886012c07c73c959fe | [] | no_license | ir0nheart/IPSSIM_December | 4c7c4060a6f1de213921838de31e952b701227ec | 81f1e6b8b6c19f4755d21e45df6b1a5391837532 | refs/heads/master | 2020-04-13T18:35:32.857545 | 2019-01-07T20:06:14 | 2019-01-07T20:06:14 | 163,379,083 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 857 | h | #pragma once
#include "DataSet.h"
class dataSet_2A:DataSet
{
/* Simulation Type (One Line Input)
* Four Words. The first word must be "SUTRA" - We actually gonna ignore this
* The second and third words indicate the version. - We will implement only "Version 2.2"
* The Fourth indicates the type of transport, an... | [
"demiryurek.a@husky.neu.edu"
] | demiryurek.a@husky.neu.edu |
995a295d941da29a5b8bd6db95342e8b4b97af72 | 82770c7bc5e2f27a48b8c370b0bab2ee41f24d86 | /graph-tool/src/graph/stats/graph_histograms.cc | 87e110497b7218b3185c9e5e53f007f288759169 | [
"Apache-2.0",
"GPL-3.0-or-later",
"GPL-3.0-only",
"LicenseRef-scancode-philippe-de-muyter"
] | permissive | johankaito/fufuka | 77ddb841f27f6ce8036d7b38cb51dc62e85b2679 | 32a96ecf98ce305c2206c38443e58fdec88c788d | refs/heads/master | 2022-07-20T00:51:55.922063 | 2015-08-21T20:56:48 | 2015-08-21T20:56:48 | 39,845,849 | 2 | 0 | Apache-2.0 | 2022-06-29T23:30:11 | 2015-07-28T16:39:54 | Python | UTF-8 | C++ | false | false | 2,720 | cc | // graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-2015 Tiago de Paula Peixoto <tiago@skewed.de>
//
// 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;... | [
"john.g.keto@gmail.com"
] | john.g.keto@gmail.com |
20821468ad01121ab09c9ada139369a474b5a40f | 79d33ac942942703fc433a767fc295f39f12f3a8 | /PC_Software/Lasaw/Include/GridCtrl_src/GridCtrl.h | e7424fbb0a899ac1598cbd0594e222cc55dd4a15 | [] | no_license | yisea123/glassCut | a6a00bbead9535515c0b47f2c84c36f20a3db26b | 239d122f3079662950179f3b0662e23f5fb470bd | refs/heads/master | 2020-09-05T13:55:46.604987 | 2019-06-18T09:35:25 | 2019-06-18T09:35:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 42,864 | h | /////////////////////////////////////////////////////////////////////////////
// GridCtrl.h : header file
//
// MFC Grid Control - main header
//
// Written by Chris Maunder <chris@codeproject.com>
// Copyright (c) 1998-2005. All Rights Reserved.
//
// This code may be used in compiled form in any way you desire. This
... | [
"37890017+linqing51@users.noreply.github.com"
] | 37890017+linqing51@users.noreply.github.com |
3fed7314ebe91b2287392f2d906bfd279ccd33d6 | 420f1a298ad4c94e44e7ff60fe309d79b080723a | /org.alljoyn.ControlPanel.Humidifier/HumidifierServiceEventArgs.h | 347241574b070b70fad7e62ebad137c1c695eca5 | [
"MIT"
] | permissive | jpoon/HeavenFresh-AllJoyn-Example | fe5820915b2e715fd6cd725babfdb16fa297dec8 | 10ed91014f072031eb13df613cc1165e19fd7726 | refs/heads/master | 2021-01-17T12:19:24.140864 | 2016-07-20T06:41:19 | 2016-07-20T06:41:19 | 42,607,513 | 0 | 1 | null | 2015-09-17T17:22:58 | 2015-09-16T19:04:13 | C++ | UTF-8 | C++ | false | false | 27,544 | h | //-----------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
// Tool: AllJoynCodeGenerator.exe
//
// This tool is located... | [
"git@jasonpoon.ca"
] | git@jasonpoon.ca |
756175407bcb04d9c30b027344812ca9b9f08732 | 8c0f3902d02056e9904f04041c953467689d296b | /main.cpp | 9fc59fb1090b647a0a3cc42e6ff0e9c30e766d32 | [] | no_license | michael52695/bubble_sort_data10k | 41e619a5201f7ca2f877d1d46f19a2b98e784e59 | e9e8a194e05f579dfec3b57f3612bdd657ac95df | refs/heads/master | 2021-01-23T03:48:23.989471 | 2013-02-05T08:00:53 | 2013-02-05T08:00:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,088 | cpp | #include <iostream>
#include <conio.h>
#include<cstdlib>
#include<string>
#include<sstream>
#include <fstream>
using namespace std;
int main()
{
int a[10000],count=0,n=0;
int x,i=0,j=0;
// clrscr();
ifstream myfile;
string line;
myfile.open ("data10k.txt");
wh... | [
"nolascomichael70@yahoo.com"
] | nolascomichael70@yahoo.com |
92f06ce587cd12e64ddbcebaa4f123f5c4ebf660 | 40225ccd8ea5c06723a913faac24e228230a5d1c | /1087 - Diablo.cpp | 63503b7206d072986532cb25cbd9ce4b1d6c1d8a | [] | no_license | maruf-rahad/lightoj | ca6f11903435362128bb150dbaeddab742c14ac0 | 9d23b249f76b886c09ac9d89372e9ea62263d1dd | refs/heads/master | 2023-01-13T13:07:53.160513 | 2020-11-17T18:01:07 | 2020-11-17T18:01:07 | 292,589,769 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,173 | cpp | #include<bits/stdc++.h>
using namespace std;
#define mx 200000
int ara[mx];
struct node{
int capacity;
int ase;
int val;
};
node tree[mx*4];
void zero(int n)
{
int i;
for(i=0;i<=n;i++)
{
ara[n] = 0;
}
for(i=0;i<=n*4;i++)
{
tree[i].capacity = 0;
tree[i].ase =... | [
"marufrahad253@gmail.com"
] | marufrahad253@gmail.com |
f96db63378c31faa8ccaada106249350f2e76ec9 | 631847fafbcfa07bf33eee078d9b59b464ce4b50 | /optimization/first_sdEta_mjj_optimization/sdEta_mistake_analyses/sdEta_mmjj_gridsearch/analysis_deltaeta4.6_mmjj_2000/Build/SampleAnalyzer/User/Analyzer/user.cpp | 7490b92a99bfeb9b39040f52bb388b1ef76f0a41 | [
"MIT"
] | permissive | sheride/axion_pheno | 7b46aeb7cc562800d78edd9048504fdbc0f5fa42 | 7d3fc08f5ae5b17a3500eba19a2e43f87f076ce5 | refs/heads/master | 2021-07-01T08:47:59.981416 | 2021-02-03T23:03:50 | 2021-02-03T23:03:50 | 219,261,636 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,628 | cpp | #include "SampleAnalyzer/User/Analyzer/user.h"
using namespace MA5;
bool user::Initialize(const MA5::Configuration& cfg,
const std::map<std::string,std::string>& parameters)
{
// Initializing PhysicsService for MC
PHYSICS->mcConfig().Reset();
// definition of the multiparticle "hadronic"
... | [
"elijah.sheridan@vanderbilt.edu"
] | elijah.sheridan@vanderbilt.edu |
a92b5bd1f81f967f829849047274c4f955472187 | 5ed86e19f8b02472e6ab0651cd02ad48b1c1e1cf | /2S2KT_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/Bulk_PhotonUnityNetworking.Utilities_0.cpp | e06cc171effefe02be149d782ba0e8b4c0c89983 | [] | no_license | playtradev/2S2K | 14a5d65645fd8ea57ce13e3e86eec91defb59348 | 4dbf9a1b5356ba1b9f9886096a7788d678fd2937 | refs/heads/master | 2020-05-09T06:47:01.465823 | 2019-04-15T15:28:19 | 2019-04-15T15:28:19 | 180,981,802 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,138,819 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "i... | [
"dev@playtra.com"
] | dev@playtra.com |
b83bc00d545b2b975eee4daa3f3ae35ab21fefd5 | 06cd635b4405c890cdf2d71f2138f632737ca4f9 | /tp2/src/globals.cpp | edc6f281e49aa0ca6253d3be25ee896ac69635f9 | [] | no_license | MatiasJAco/sg6671-tp1-g2 | 7a84311b9d2ab6f7678cfeeacdc97ea71e55c701 | 59ed875a6d1e36c7e33e6a00fdbb7c9a6be26cbb | refs/heads/master | 2020-04-01T23:12:06.859230 | 2011-06-17T11:10:44 | 2011-06-17T11:10:44 | 32,540,156 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 302 | cpp | #include "globals.h"
//Spline
vector<float> ctlVectorSpline;
//Interfaz
deque<GLuint> solidsList;
GLuint dl_curvaSpline;
GLuint dl_curvaBezier;
//Texturas
GLuint texName;
GLubyte checkImage[checkImageHeight][checkImageWidth][4];
//Animacion
int rotation = 0;
bool animation = true;
int target = 0;
| [
"skirhir@gmail.com@8c9cdbba-f223-9568-bec3-c68b3cb6d8cf"
] | skirhir@gmail.com@8c9cdbba-f223-9568-bec3-c68b3cb6d8cf |
c4804a913d9cc502f0961a555af6da5c62361bf9 | 9355bd6f4e0a2468d0160e5194d95d7877309e37 | /Ejercicio 2/MyForm.cpp | 6d5fc971d0c878f8cf9d607ccfe951a093a7a66d | [] | no_license | ErwinLima/Laboratorio-5 | 7e34defa73ac834dd066eba1bc13d482ec25cadd | cf5ce229c3be417b8bb6e9c41f71a7545bca5f17 | refs/heads/master | 2023-08-11T17:57:51.123968 | 2021-10-10T05:11:55 | 2021-10-10T05:11:55 | 411,373,420 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 297 | cpp | #include "MyForm.h"
using namespace System;
using namespace System::Windows::Forms;
[STAThreadAttribute]
int main(array<String^>^ args) {
Application::EnableVisualStyles();
Application::SetCompatibleTextRenderingDefault(false);
Ejercicio2::MyForm form;
Application::Run(%form);
return 0;
}
| [
"andreslima027@gmail.com"
] | andreslima027@gmail.com |
14c919813d9a293475144b60ac1baa93ab8340dd | 84929a07d0c2d121cddc452e0a428f91f2ddb14d | /Saída de dados/quest.cpp | 2822d35e20d55bb41308cabb07e4f47d2910c5a6 | [] | no_license | JoseMateusss/Logica-de-programacao-com-Cpp | 6c165aeac4a4882b6ca9eef2968ee84ec83256e9 | ed253a63cc813430e14fd131d89ab140f789e922 | refs/heads/master | 2020-04-25T13:30:27.988228 | 2019-03-21T10:58:28 | 2019-03-21T10:58:28 | 172,811,620 | 1 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 640 | cpp | //primeiro passo é fazer as importaões das bibliotecas do C++, que serão utilizadas. Algumas são obrigatórias, como as duas primeiras.
#include <iostream>
#include <cstdlib>
#include <string>
using namespace std;
int main ()
{
//Faça um progrma que exiba a o nome dos meses do ano em uma única linha".
cout << "Janeir... | [
"you@example.com"
] | you@example.com |
6db9d0687a3f2e8396e3504e7998d72e28c80a50 | 84f44ae897128baa9c6e3947052b9cb948153cc3 | /lcd/lcd.ino | 1bedd0aac006d4c2b40af9f76abc02ef50ac5c9c | [
"MIT"
] | permissive | mallvielfrass/ArduinoProject | 6095dbc536f2e1549e6b668af9f00c10dacdbc24 | a221b575a528a7a6f7d6ee5dd19ba63ff93b99c7 | refs/heads/master | 2020-12-07T08:01:23.954899 | 2020-01-08T23:35:55 | 2020-01-08T23:35:55 | 232,679,387 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,803 | ino | #include <LiquidCrystal.h>
LiquidCrystal lcd(8, 9, 4, 5, 6, 7);
#define BTN_UP 1
#define BTN_DOWN 2
#define BTN_LEFT 3
#define BTN_RIGHT 4
#define BTN_SELECT 5
#define BTN_NONE 10
#include <NewPing.h>
#define PIN_TRIG 12
#define PIN_ECHO 11
#define MAX_DISTANCE 4000
NewPing sonar(PIN_... | [
"masterharoldsaxon4@gmail.com"
] | masterharoldsaxon4@gmail.com |
01ed8ce63924dad99d36dbdce0cdc059ad6da22a | ac1b74c5e8b9f09c15c0f7c33cc6dbc9a11cb89e | /2020/Day 1/report.cpp | 8e47dc38ee5a60c795b4830bdce8b36567fb4d4b | [] | no_license | mrtonbrian/Advent-Of-Code | 2ea5e5cc7d4b8ebbedf2eac12122dbcd60c54526 | 4b6e532d04db6212650e2345171042751f0fd9a5 | refs/heads/master | 2023-01-21T13:13:05.683855 | 2020-12-04T10:09:08 | 2020-12-04T10:09:08 | 318,156,987 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,131 | cpp | #include <bits/stdc++.h>
using namespace std;
vector<int> nums;
pair<int, int> twosum(int target, int start, int end) {
unordered_set<int> complements;
for (int i = 0; i < end; i++) {
int x = nums[i];
if (complements.count(x)) {
return make_pair(x, target-x);
}
com... | [
"mrtonbrian@gmail.com"
] | mrtonbrian@gmail.com |
a17f449e48fe76a0c18dfdd4f3068ba57da3bd1f | 576c5250b6be12faf9cab6fba17b10848cbbd718 | /Joes_SDL_Framework/XDL_Keyboard.cpp | 99b659252c76456fee2eecf909b9329fe51bd0c5 | [] | no_license | JoeBentley63/XDL | 6616769161cab1f1d0acfc78e987426424d9d6ec | a4146d288cc9f5222c1e4c2ea8cd2f6fc0799a0a | refs/heads/master | 2021-05-31T07:25:23.235533 | 2016-01-24T12:53:26 | 2016-01-24T12:53:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,027 | cpp | //Singleton to handle keyboard input. Again, to avoid polling for keyboard input all over our code.
#include "XDL_Keyboard.h"
XDL_Keyboard* XDL_Keyboard::_me;
XDL_Keyboard::XDL_Keyboard(void)
{
}
XDL_Keyboard::~XDL_Keyboard(void)
{
}
XDL_Keyboard* XDL_Keyboard::GetInstance()
{
if(_me == NULL)
{
_me = new XD... | [
"seppybentley@gmail.com"
] | seppybentley@gmail.com |
42fff4463630e6fdb2cd93d46040231961aa23fb | fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd | /chrome/browser/search/most_visited_iframe_source.cc | d7641c8a84acfbbbe6040d952da8ff5f6e63545d | [
"BSD-3-Clause"
] | permissive | wzyy2/chromium-browser | 2644b0daf58f8b3caee8a6c09a2b448b2dfe059c | eb905f00a0f7e141e8d6c89be8fb26192a88c4b7 | refs/heads/master | 2022-11-23T20:25:08.120045 | 2018-01-16T06:41:26 | 2018-01-16T06:41:26 | 117,618,467 | 3 | 2 | BSD-3-Clause | 2022-11-20T22:03:57 | 2018-01-16T02:09:10 | null | UTF-8 | C++ | false | false | 3,895 | cc | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/search/most_visited_iframe_source.h"
#include "base/command_line.h"
#include "base/memory/ref_counted_memory.h"
#include "build/... | [
"jacob-chen@iotwrt.com"
] | jacob-chen@iotwrt.com |
f4fec8c7db44acd2730a24dde28badc1fdc11da1 | 7218e5663622ba16ee9acd69d380ef6b75b8c763 | /studies/extraJetsPreprocBDT/process.cc | f4738a892eaf091c92ee5756de2bc15f7f6a3230 | [] | no_license | sgnoohc/VBSHWWBabyLooper | 992121758520a8ce3d13a7c61884f68c8ef000ae | 8048eeba45114b6ac46230990f957d4414b03174 | refs/heads/main | 2023-07-01T03:12:10.081675 | 2021-08-11T18:34:57 | 2021-08-11T18:34:57 | 302,483,681 | 0 | 2 | null | 2020-12-02T21:38:11 | 2020-10-08T23:24:12 | C++ | UTF-8 | C++ | false | false | 22,019 | cc | #include "Nano.h"
#include "rooutil.h"
#include "cxxopts.h"
#include "Base.h"
#include "ElectronSelections.h"
#include "MuonSelections.h"
#include "VBSHWW.h"
#include "bdt.icc"
// ./process INPUTFILEPATH OUTPUTFILE [NEVENTS]
int main(int argc, char** argv)
{
VBSHWW vbs(argc, argv);
// Additional branches
... | [
"jkguiang@gmail.com"
] | jkguiang@gmail.com |
cbe0c46480f8e033ed1b84c63cef9daed3805ab5 | cc25bf4e9813ca7cb99b8474bb02bb7802e43e65 | /aufgabe3.cpp | cf03151de89ad1a650e9db5506553b447d04b329 | [] | no_license | buecktobias/PAD2 | 71cd583838cf6091feb696db7f8720f6960a4b96 | 5def756a969c6ad820cd5b450dd04e8fd876d0a9 | refs/heads/main | 2023-04-12T08:45:16.413592 | 2021-05-05T19:20:14 | 2021-05-05T19:20:14 | 363,633,910 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 925 | cpp | //
// Created by tobias on 05.05.21.
//
#include <iostream>
#include <cmath>
#include "aufgabe3.h"
void start3(){
int n;
std::cout << "Wie viele Nummern willst du eingeben?: ";
std::cin >> n;
std::cout << std::endl;
std::cout << "Gebe die Nummern ein! ";
std::vector<double> numbers;
for(in... | [
"youremail@yourdomain.com"
] | youremail@yourdomain.com |
a3ea718872cd4d56633350cfb4134e894987239b | a5326af130d8c0f3138282e0e8f84704d662e341 | /library/tracking_data/io/track_reader_kw18.cxx | 4ae63b02462c6942dae0770859285a402e89d9f9 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | daniel-riehm/burn-out | 98b75739400f981f7509a966da4bf449e3397a38 | 1d2afcd36d37127b5a3b6fa3f60bc195408ab3ea | refs/heads/master | 2022-03-05T12:25:59.466369 | 2019-11-15T01:37:47 | 2019-11-15T01:37:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,480 | cxx | /*ckwg +5
* Copyright 2010-2016 by Kitware, Inc. All Rights Reserved. Please refer to
* KITWARE_LICENSE.TXT for licensing information, or contact General Counsel,
* Kitware, Inc., 28 Corporate Drive, Clifton Park, NY 12065.
*/
#include "track_reader_kw18.h"
#include <fstream>
#include <cstdio>
#include <tracking... | [
"matt.dawkins@kitware.com"
] | matt.dawkins@kitware.com |
324a8769aa29e579fa0d15eae2576437e620bbd1 | 3efc50ba20499cc9948473ee9ed2ccfce257d79a | /data/code-jam/files/2437488_Simeon_2749486_0_extracted_second Stupid Small.cpp | 763d497fc51af6dc973c9384c61191f5c69149c5 | [] | no_license | arthurherbout/crypto_code_detection | 7e10ed03238278690d2d9acaa90fab73e52bab86 | 3c9ff8a4b2e4d341a069956a6259bf9f731adfc0 | refs/heads/master | 2020-07-29T15:34:31.380731 | 2019-12-20T13:52:39 | 2019-12-20T13:52:39 | 209,857,592 | 9 | 4 | null | 2019-12-20T13:52:42 | 2019-09-20T18:35:35 | C | UTF-8 | C++ | false | false | 1,018 | cpp | #include <fstream>
using namespace std;
typedef long long lld;
bool MoveUpDown (lld num)
{
if (num<0)
{
printf("NS");
}
else if (num>0)
{
printf("SN");
}
}
bool MoveLeftRight(lld num)
{
if (num<0)
{
printf("EW");
}
else if (num>0)
... | [
"arthurherbout@gmail.com"
] | arthurherbout@gmail.com |
41f9a03f12d7b45211e49b0fc9441f112778cf1c | b643341b408b090e9f83e21713e14fa8b7508a80 | /Source/artoolkit6-dependency/include/AR6/ARController.h | 10e70f309823b73eed518d6f843e04a5b4672e64 | [] | no_license | ThorstenBux/artoolkit6-calibration-android | a911fdf15efd00dbba2e95f2ae654262ced9c403 | f19b3a707bb7ceef37eccb54ebd15205f1637954 | refs/heads/master | 2021-07-11T12:06:13.662950 | 2017-10-13T09:15:34 | 2017-10-13T09:15:34 | 105,212,852 | 1 | 2 | null | 2017-09-29T00:44:32 | 2017-09-29T00:44:31 | null | UTF-8 | C++ | false | false | 18,287 | h | /*
* ARController.h
* ARToolKit6
*
* A C++ class encapsulating core controller functionality of ARToolKit.
*
* This file is part of ARToolKit.
*
* ARToolKit is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free S... | [
"thorsten.bux@outlook.com"
] | thorsten.bux@outlook.com |
41555917ac3cfa1842532bf2369aae07f6970d43 | f953e2c4405582a804c85ebd5e8a97236ba679ed | /Chapter15/Chapter15_01/Resource.h | 5057828f220cada683e6d19486bd52af02bbde15 | [] | no_license | Knabin/TBCppStudy | 384710f935e43bb617d07579f6cadae54732fd8e | ec7c322a035ff8c013c505bf8c64a851e66168fe | refs/heads/master | 2023-04-26T05:35:14.259977 | 2021-06-05T12:56:10 | 2021-06-05T12:56:10 | 254,893,482 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 239 | h | #pragma once
#include <iostream>
class Resource
{
//private:
public:
int m_data[100];
public:
Resource()
{
std::cout << "Resource constructed" << std::endl;
}
~Resource()
{
std::cout << "Resource destroyed" << std::endl;
}
}; | [
"ppoxx77@gmail.com"
] | ppoxx77@gmail.com |
7b12a99201c03befe66e4af11c718411196e1a64 | 386e4768a673cfe9e6463d3f0e3ed5cfa7e9eeb5 | /new_frame/include/utils/sutils.h | 34ffd77fbcf2eb84c8bcec6bcf357e57681a3c32 | [] | no_license | binbin6363/Hygeia | 92108269f5cb9508b42cf8d1214e891bc9236f74 | 62fde8f51736220846c060f0c8de64d859669bb4 | refs/heads/master | 2021-01-17T06:30:03.587233 | 2014-11-27T10:05:59 | 2014-11-27T10:05:59 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 43,557 | h | /**
* @file ISPUtils.h
* @brief 公用函数库
*
* 使用的一些公用函数,这个文件里包含了一些方便使用的函数
* 考虑到这里提供的函数会在多个项目中使用,因此不要包含ACE
*
* @author jdyu
* @version 1.0
* @date 2004-6-8
*
* @see
*
* <b>History:</b><br>
* <table>
* <tr> <th>Version <th>Date <th>Author <th>Notes</tr>
* <tr> <td>1.0 <td>2004-6-8 ... | [
"136800719@qq.com"
] | 136800719@qq.com |
c24cd23f0c6002ec83ac9dbe7832ad5825af80fb | 6f90b19191415e7a30914069cc019aeef88fc450 | /classes/student/student.h | 42ca47b320c554b2808802ab2456efa319fa11dd | [] | no_license | script0Brand/cis202-examples | 250d557584c6bba4e16a67fe50163afb748c6f76 | ea3b96506b0adcd366e6c06efb15a3d89bbd7fc1 | refs/heads/master | 2020-05-18T21:21:22.949611 | 2019-04-16T23:40:52 | 2019-04-16T23:40:52 | 184,659,515 | 1 | 0 | null | 2019-05-02T22:16:47 | 2019-05-02T22:16:47 | null | UTF-8 | C++ | false | false | 263 | h | #ifndef STUDENT_H
#define STUDENT_H
class Student
{
// make sure you have name and total quiz score member data
public:
Student();
void get_name();
void add_quiz(int score);
double get_average_score();get_average_score
double gpa();
};
#endif
| [
"paul.tonning@student.vvc.edu"
] | paul.tonning@student.vvc.edu |
e5f5f80ccbcf52b34bebea7e9000a780c65b0d03 | b6ff5e342f3675087d2704199bb5a46362b5fc20 | /1GI/S2/Programmation Orienté Objet en C++/Issam/Surcharge des opérateurs (les fractions)/src/UnRationnel.cpp | 1d75ea4319ef5645811d1eb3650fa46ff11b8980 | [] | no_license | Ssouh/EHTP | 75f5071282a1b0ed500d5c27e73b514fefe7af61 | 96558e59e398f652ae2e8a560b9dcd4ee3e8c6a8 | refs/heads/main | 2023-03-14T11:56:46.424726 | 2021-03-04T09:49:05 | 2021-03-04T09:49:05 | 330,687,825 | 0 | 0 | null | 2021-01-24T18:02:23 | 2021-01-18T14:15:22 | null | UTF-8 | C++ | false | false | 2,422 | cpp | #include "UnRationnel.h"
#include <iostream>
#include <ostream>
using namespace std;
UnRationnel::UnRationnel(int telNum,int telDenom)
{
sonNum=telNum;
sonDenom=telDenom;
}
void UnRationnel::somme(UnRationnel telX, UnRationnel telY)
{
sonNum = telX.sonNum*telY.sonDenom + telY.sonNum*telX.sonDenom;
son... | [
"safi-bigg@live.fr"
] | safi-bigg@live.fr |
b59d0d124fb41feebd57587229253095b6fa102c | 9a32178d3c2fdf377d84f65b55989264e67f40e9 | /2002/ALL VC SAMPLES/ATLServer/Server/General/input/input/input.h | 637df9ba482867d5197e5eda130f7281c554e2df | [] | no_license | philipwolfe/Samples | 5e5cc1376575ac6361b62a3554c98626f153b694 | 7eb703287a6d07596a141c4557f271efe6c1666f | refs/heads/master | 2021-12-25T12:52:52.616313 | 2021-12-19T04:26:29 | 2021-12-19T04:26:29 | 250,445,305 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,997 | h | // input.h : Defines the ATL Server request handler class
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// This source code is only intended as a supplement to the
// Microsoft Classes Reference and related electronic
// documentation provided with the library.
// See these sources for detailed i... | [
"philipwolfe@users.noreply.github.com"
] | philipwolfe@users.noreply.github.com |
2e990ba7a8a06642875ace9008525637b83784b1 | c6bddd88916e6c8697a9e02485bd22c58d76bcec | /GeneratedPlaceholders/SlateCore/FontProviderInterface.h | 869745f511e3e334022f002597077389eb43b1c2 | [] | no_license | GIRU-GIRU/Mordhau-Unofficial-SDK | 18d13d62d746a838820e387907d13b0a37aed654 | f831d7355cf553b81fb6e82468b3abf68f7955aa | refs/heads/master | 2020-07-06T03:36:48.908227 | 2020-04-22T13:54:00 | 2020-04-22T13:54:00 | 202,872,898 | 7 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 175 | h | #pragma once
#include "CoreMinimal.h"
#include "FontProviderInterface.generated.h"
UCLASS()
class UFontProviderInterface : public UInterface
{
GENERATED_BODY()
public:
}; | [
"45307738+crypdos@users.noreply.github.com"
] | 45307738+crypdos@users.noreply.github.com |
7b0e044a5431025ff3251abb8ae7ae82f2d4466d | 46ea7fbb88f0ecb9a7e64ec9ad773dba6d67de85 | /Programming_Assignments/Week_1/hexText.cpp | 5d17c33b299ee677f83fff034b3d9ca7adfc7ff3 | [] | no_license | dan13ram/Cryptography_Coursera | 6f1ea488d29dacd72de9b893ae2f10b3875eb9fb | 92ceacede2ede905b84890f1225707ee8e77015b | refs/heads/master | 2021-01-17T20:57:33.359937 | 2016-07-22T18:44:28 | 2016-07-22T18:44:28 | 63,975,815 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,173 | cpp | #include<iostream>
#include<cstdio>
#include<cstdlib>
#include<string>
using namespace std;
int value(char c){
if(c>='0' && c<='9') return (int)(c-'0');
else if(c>='a' && c<='f') return (int)(c-'a') + 10;
else if(c>='A' && c<='F') return (int)(c-'A') + 10;
else return (-1);
}
string textHex(string str){
string a;
cha... | [
"dan13ram@gmail.com"
] | dan13ram@gmail.com |
a522d2fc45e6e405c775604c639147b7ae1e52b7 | a83ea575ef83bcb7a5db6adfc55b64a68a32d5d6 | /Svn/Server/db/ClientManagerEventFlag.cpp | ebcfe24d4f2f3714b3b767e6774535b37dd6d2fd | [] | no_license | divinner/Astra2-Files | 1290abbd04082a35a4ca52a442d481328a5c1a7b | 7e4b50af4601ae7358039d700b45ccde25220219 | refs/heads/master | 2022-11-11T23:51:57.666395 | 2020-07-06T13:44:25 | 2020-07-06T13:44:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,302 | cpp | #include "stdafx.h"
#include "ClientManager.h"
#include "Main.h"
#include "Config.h"
#include "DBManager.h"
#include "QID.h"
void CClientManager::LoadEventFlag()
{
char szQuery[1024];
snprintf(szQuery, sizeof(szQuery), "SELECT szName, lValue FROM quest%s WHERE dwPID = 0", GetTablePostfix());
std::unique_ptr<SQLMsg>... | [
"37275901+ulubey4242@users.noreply.github.com"
] | 37275901+ulubey4242@users.noreply.github.com |
36db3c32d3553e3011e60c2847b5d4271fce9db2 | cfb50418164b5fd94a6c3ef4f5bb505d61c5f171 | /game_data/data_layer.h | 71fedbabd6e647c5d255a531e5e6f15e7c9b888e | [] | no_license | hackerlank/NewRunfast | e56fe222936d7c47096fd57066843c1c32a8596b | 50614fbbc30b84ff0549eb72a85b364c943e9ff6 | refs/heads/master | 2020-03-12T06:16:18.013203 | 2018-01-17T09:49:01 | 2018-01-17T09:49:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,866 | h | #ifndef _XPOKER_DB_DATALAYER_H_
#define _XPOKER_DB_DATALAYER_H_
#include <set>
#include <memory>
#include <cpp_redis.h>
#include <assistx2/singleton.h>
#include <assistx2/connector.h>
#include <assistx2/memcached_wrapper.h>
#include "xpoker.h"
#include "data_def.h"
#include "membergame.pb.h"
#include "memberfides... | [
"ysx.cpp@gmail.com"
] | ysx.cpp@gmail.com |
db14686443a788828de40858a66f9e3815d1f700 | 2f213caa34d1d6981b1308de71102bcc84ff38a9 | /5term/EVM/lab8/Form1.h | db15e7589d9ad803a917de9a57b62d7520417eba | [] | no_license | kilel/Study | d38ad39aae77fef92e187b8f30891a3b642095fd | 2d270176f61aaac96d5cab3c342622f5b3b9480d | refs/heads/master | 2021-01-19T08:26:05.142277 | 2014-05-18T21:03:18 | 2014-05-18T21:03:18 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 20,664 | h | #pragma once
#define pi 3.14159265358979323
namespace lab1 {
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::Drawing;
/// <summary>
/// Сводка для Fo... | [
"ki.lel@yandex.ru"
] | ki.lel@yandex.ru |
729e1780af48747a6a4c9011328944410e2aff03 | 56ed989ec33ee6012e1a2771d5d4fd92383bd457 | /app/src/main/jni/JniTest.cpp | abefd67726fb07391e27715c1a7f9210dcf7a993 | [] | no_license | willhua/OpenCVStudy | 19cd713b25bcb89cecb24f6403ed01d660dd1c9c | 7ff1994451461fa3346ac91ddb5f3a42ba389bfa | refs/heads/master | 2021-01-23T00:24:45.977647 | 2017-04-13T07:00:33 | 2017-04-13T07:00:33 | 84,638,753 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,119 | cpp | #include <jni.h>
#include <stdio.h>
#include <stdlib.h>
#include <android/log.h>
#include <time.h>
#include <sys/system_properties.h>
#ifndef JNI_TEST_H
#define JNI_TEST_H
#define LOG(...) __android_log_print(ANDROID_LOG_DEBUG, "lyhopencvn", __VA_ARGS__)
#ifdef __cplusplus
extern "C" {
#endif
void printfTime()
{
... | [
"znjxboy@163.com"
] | znjxboy@163.com |
31f1190a8abaa5193eedbc4fc4118c84ffdcf618 | ca32936825c3cbae13e4db108ad97d670e0a9264 | /oce-0.17/include/oce/math_MultipleVarFunctionWithHessian.hxx | 9604328b167b9b291e41e9751cd7f7a70e519d6f | [] | no_license | zqqiang/node-cad | 7b783fb758dcacb5b1e1b8276c73dfe0942adfbb | 739ff348b4d2c77b275c3a0fe87682c14ffd8181 | refs/heads/master | 2021-01-14T08:03:53.991041 | 2016-12-23T19:07:33 | 2016-12-23T19:07:33 | 46,592,925 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,306 | hxx | // This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _math_MultipleVarFunctionWithHessian_Header... | [
"qiangzhaoqing@gmail.com"
] | qiangzhaoqing@gmail.com |
37e4fe738a13a0fa584a65d8ac093b81051b4b29 | 134c468c1d362bf449a26ba62e214cf82aeb533f | /PAT (Basic Level) Practice (中文)/1036 跟奥巴马一起编程.cpp | bc6823acbb10da9e6866474e3e8bd694371cf4fd | [] | no_license | JunJie957/PAT-solutions | da5685276c7c718a3bd283d7792a752b7d0cb341 | 42df5d7204c585c60ba5b940ded196b95a230694 | refs/heads/master | 2023-01-21T15:23:34.937193 | 2020-12-03T07:59:59 | 2020-12-03T07:59:59 | 261,340,395 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 394 | cpp | #include <iostream>
using namespace std;
int main() {
int n;
char c;
scanf("%d %c", &n, &c);
for (int i = 0; i < n; ++i) printf("%c", c); printf("\n");
for (int i = 0; i < (n + 1) / 2 - 2; ++i) {
printf("%c", c);
for (int j = 1; j < n - 1; ++j) printf(" ");
printf("%c\n", c)... | [
"johnathan1874@163.com"
] | johnathan1874@163.com |
529ed4ae74367a5c13884bb8f0c94ae194d3c157 | adc8c8798aea0e06e93b621b55f000fb7a6a4345 | /art/compiler/driver/dex_compilation_unit.h | 24a9a5b6534ff881a23f0be9735293b4a5ec70ab | [
"Apache-2.0",
"NCSA"
] | permissive | maiyao1988/my_aosp81 | 34bbfe1e2632a8924c25f39e59804f162390b37c | d32ab834fd9b9036b56c2715481f85bbaad38081 | refs/heads/master | 2022-06-16T11:13:49.694990 | 2020-05-14T13:42:45 | 2020-05-14T13:42:45 | 264,388,353 | 10 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,476 | h | /*
* Copyright (C) 2012 The Android Open Source Project
*
* 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 app... | [
"yao.mai@dingxiang-inc.com"
] | yao.mai@dingxiang-inc.com |
840fb1db61c54508165225200a0160c32a3bb35d | fd557613ae16a9c8851a03a9b7216aa606fa87fc | /MGCommon/src/cbbItems/gymnastselectionlist.h | f4dfc4ed8b4c3909088331efe0d9e8238019217d | [] | no_license | Caleg74/MemorialGander | 3bf7511f8cf5977521b4689b977f1f313a3b656d | df34e0b19f4a8f33113a83e5001f5467bebf969e | refs/heads/master | 2023-02-22T23:14:16.426617 | 2023-02-15T10:25:41 | 2023-02-15T10:25:41 | 49,271,790 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 490 | h | #ifndef GYMNASTSELECTIONLIST_H
#define GYMNASTSELECTIONLIST_H
#include "comboboxmodel.h"
#include <QQmlApplicationEngine>
class GymnastSelectionList
{
public:
static GymnastSelectionList* Instance();
/** Initializes the core application components */
void Init(QQmlApplicationEngine &p_qEngine);
voi... | [
"gabriele.caletti@gmail.com"
] | gabriele.caletti@gmail.com |
31ff5d8c303e10e582136b1044533121f9495a4a | 6494b9ccb044e61ea56c8ac9e74df6c838034ab5 | /Commands/Collector/RollVar.h | 44e60edf57aa9404a0ad7729e9bda8d83da2605f | [] | no_license | team2059/Dent | 2949c2885effad0648de7c449057e128e8364449 | 4dd144d37781ca9946235d804a90bcd069c9d69e | refs/heads/master | 2020-12-28T09:31:08.519284 | 2015-03-26T14:25:51 | 2015-03-26T14:25:51 | 28,753,919 | 2 | 0 | null | 2017-04-27T16:33:00 | 2015-01-03T20:29:36 | C++ | UTF-8 | C++ | false | false | 941 | h | #ifndef RollVar_H
#define RollVar_H
#include "Commands/Command.h"
#include "../../DentRobot.h"
#include "../../DentRobot.h"
#include "WPILib.h"
/**
* @brief Rolls collector motors based on button 7
*/
class RollVar: public Command{
private:
double speed; //<! Speed multiplier of the collector
public:
/*... | [
"stonewareslord@gmail.com"
] | stonewareslord@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.