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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
abf546bdf2d5cf61703c0f4f5becd843803f8e1e | bb5d82c1b95bd1a86efe2b71554b22863e74a481 | /mainwindow.cpp | da7634d38dfda5e5141cf99cdc6d6c45120e1ec8 | [] | no_license | lcx64579/PortScanner | 9e88499f8171771013ee816189357ee3eeba4794 | c7f8cb06fb83c0ff2d340bfd89f4b411ce782a34 | refs/heads/master | 2022-11-05T19:39:55.889618 | 2020-06-25T14:20:56 | 2020-06-25T14:20:56 | 274,931,689 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,440 | cpp | #include "mainwindow.h"
#include "ui_mainwindow.h"
#include <QTcpSocket>
extern QMutex mutexRunning;
extern bool terminate;
extern int nowport;
int finishCounter;
int preProgressValue;
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
paused = f... | [
"lcx64579@163.com"
] | lcx64579@163.com |
a1cfd371b46fea6da47d4b76ffb44cf100f5cb43 | 4c0593d5a84c3370e0eb02aff1a31949b9db709b | /upgrade_bak/frameworks/runtime-src/Classes/ConfigParser.cpp | 70035e14e03412fb6f78070b77b00e652a77cde7 | [] | no_license | JakubDziworski/BasketBounce | 246d59bcbde716aa09d4eaab94937004449ea1fd | a64ebb6b74319d5dbbca5f4e2015a22a40d25608 | refs/heads/master | 2021-01-18T23:09:51.155798 | 2016-07-31T18:28:03 | 2016-07-31T18:28:03 | 25,026,993 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,143 | cpp |
#include "json/document.h"
#include "json/filestream.h"
#include "json/stringbuffer.h"
#include "json/writer.h"
#include "ConfigParser.h"
// ConfigParser
ConfigParser *ConfigParser::s_sharedInstance = NULL;
ConfigParser *ConfigParser::getInstance(void)
{
if (!s_sharedInstance)
{
s_sharedInstance = new... | [
"jakub.dziworski@gmail.com"
] | jakub.dziworski@gmail.com |
7d5445af18149386ad95d0c2f4071bc3d0dbaa11 | 16f235c9479403988415eeac8cb3ca8926983eef | /src/cuda-sim/ptx_sim.h | 1d30eb6b85a0d31b31a7f969eac500a260484ee3 | [
"BSD-3-Clause"
] | permissive | insight-cal/mafia | c88fd85ac63aa8f6db5fd09cc3f907152e1abb98 | 21dc3faa554fbc2ef167a1c99248fc3ab0be901f | refs/heads/master | 2022-05-08T04:15:14.874162 | 2022-01-21T02:17:29 | 2022-01-21T02:17:29 | 239,350,026 | 0 | 0 | NOASSERTION | 2020-02-09T18:07:46 | 2020-02-09T18:07:45 | null | UTF-8 | C++ | false | false | 14,508 | h | // Copyright (c) 2009-2011, The University of British Columbia
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// Redistributions of source code must retain the above copyright notice, this... | [
"tzk133@psu.edu"
] | tzk133@psu.edu |
e63914e04af71c8eabb6d2b71c65d58e5460f0e7 | 42088b8a7d1fe98e00ada27ec2016237c0a247b9 | /book/rvalues.cpp | 0328b0c3b71a03967f25b1bd71ae052568b0e1f0 | [] | no_license | tom-weiss-github/home | 581497770f7aebd04467290050b3b53dc40b948f | 1f41f9e5a1ab8381b839e638b632ceba26766d7d | refs/heads/master | 2023-06-11T10:26:33.714918 | 2023-06-05T21:09:04 | 2023-06-05T21:09:04 | 5,501,547 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,128 | cpp | #include <iostream>
#include <random>
struct HasMove
{
HasMove()
: m_data( new int[1000] )
{
std::random_device generator;
std::uniform_int_distribution<int> distribution(1,100);
m_data[0] = distribution(generator);
}
~HasMove()
{
delete [] m_data;
}
... | [
"Tom.Weiss@TradingTechnologies.com"
] | Tom.Weiss@TradingTechnologies.com |
3deaeb3bf0d002f704c29ca56264e06289e357d1 | 4f98a9bd165236fd5f4d12d6c2c852f42841f5a9 | /d02/ex00/main.cpp | a3bd30c83523fa51c7376bb417958822e9b5098c | [] | no_license | tsergien/cpp_learning | 74c0800b4b86fffc698de2de5ed3a094ad548b32 | 5cc814e65b486f1c1096902a08731f3fedc5d885 | refs/heads/master | 2020-04-01T17:15:45.084209 | 2018-10-17T10:26:00 | 2018-10-17T10:26:00 | 153,278,621 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,120 | cpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.cpp :+: :+: :+: ... | [
"chocolate1378@gmail.com"
] | chocolate1378@gmail.com |
79f03348d322a4fd466f97a1317833f3d54fd2e6 | fdb0a721d99df90f305ffd5e17899e31e87347a3 | /ArchiveDecoder.h | 093dec4a65f7494e3ca9e9bffa9dbc0bb47ff3e5 | [] | no_license | arstevens/ASAR-N-ary-Tree-Archive-Program | 967cd5156ded2621f423ec0d56062184d362e8c0 | 6f42820f6264476bb5d816368ff7c908f88dbfcd | refs/heads/master | 2021-09-06T20:25:46.428597 | 2018-02-11T04:25:01 | 2018-02-11T04:25:01 | 119,713,527 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 356 | h | #ifndef ARCHIVE_DECODER_H
#define ARCHIVE_DECODER_H
#include <string>
#include <fstream>
#include "Archive.h"
class ArchiveDecoder : public Archive {
public:
ArchiveDecoder(std::string);
bool extract();
private:
// Fields
std::string archive_buff;
bool readUntilEOE(std::ifstream&);
bool processRegexStr... | [
"aleks.stevens@protonmail.com"
] | aleks.stevens@protonmail.com |
bacb81dcbd564ab93d831c41a31faf8f66594029 | 502f2031baa1a08fa9c8d85e399f004720ac1985 | /线性表顺序表.cpp | 69161cdbf1fc0fc6eea97f8e85e53560a93729e9 | [] | no_license | Mercury-Duo/List-Linear | a0eb9e6202e03bd67dbee0441bb6032454e4ec03 | a7eceae40e387744cdc69d8f295ac051ad12d60b | refs/heads/master | 2023-04-05T08:30:03.884401 | 2021-04-13T11:41:12 | 2021-04-13T11:41:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,843 | cpp | #include<stdio.h>
#include<stdlib.h>
#define OK 1
#define ERROR 0
#define OVERFLOW -2
#define LIST_INIT_SIZE 100 //初始分配容量
#define LISTINCREMENT 10 //增量
typedef int Elemtype;
typedef int status;
//结构体
typedef struct {
Elemtype* elem;//空间基址
int length;//线性表长度
int listsize;
}sqlist;
//建立线性表
status Initl... | [
"铎@DESKTOP-733MSEH"
] | 铎@DESKTOP-733MSEH |
346251005266a24f63b5f51559b6de97853807d6 | 5ec00bc1fcfd8102bd83d7ed11c0c3147e4d7d78 | /Arduino/HFV_Driver_v2/HFV_Driver_v2.ino | 481db266d95c9a86d30f9b5e2f0ccba553b97f6a | [] | no_license | masc-ucsc/Kent_State_Project | 1d84432ec949b3917f3a9fa35f07f8a00e60d972 | b5be10a51d8d5b7991ac9b21243df942d18d218f | refs/heads/master | 2021-01-23T18:30:50.025930 | 2017-12-11T21:55:04 | 2017-12-11T21:55:04 | 102,795,963 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,503 | ino |
#define BAUD 9600
#define TURN_ON "pon"
#define TURN_OFF "off"
#define VOLTAGE_UP "vup"
#define VOLTAGE_DOWN "vdn"
#define DUTY_CYCLE_UP "dup"
#define DUTY_CYCLE_DOWN "ddn"
#define BUFFER_SIZE 16
char inBuffer[BUFFER_SIZE];
int ibIndex = 0;
#define STATE_OFF 0
#define STATE_ON 1
#d... | [
"hskinner@ucsc.edu"
] | hskinner@ucsc.edu |
0ef5edb4ca073e5bfcd2ecc5aa4343aac8efae7f | 9d6c899c97287c19980352e2e852717fb6dc8c09 | /tensorflow/examples/tf_volume/jni/object_tracking/image_utils.h | 22df43f3841ba701a4856af02f782196616dd68e | [
"Apache-2.0"
] | permissive | stesha2016/tensorflow | 4ce1215e3b6e69187890d4d807e466a56faeed49 | 23fd0dd3e6955ff138dfc30d179b66b4eca9e7db | refs/heads/master | 2020-04-15T16:07:25.378476 | 2019-02-01T06:23:45 | 2019-02-01T06:26:45 | 164,821,211 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,134 | h | /* Copyright 2016 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... | [
"stesha.chen@qq.com"
] | stesha.chen@qq.com |
cd3867faf513ea5fa7eae5bb1bf389ce48799d22 | ffd36aa4a71fae42e962398b5d37e7e92b0a68f1 | /src/ast/try_catch.cpp | ad9a7f0d1afa9a0bbd92d15b364339d67a2906bc | [
"MIT"
] | permissive | VonRosenchild/Vivaldi | 8b3f11d7bae013060d89184caf0523b938757abb | abb43a40dbbef826e8cc5a8e49dee43ed2823551 | refs/heads/master | 2021-01-24T04:29:53.406233 | 2015-03-20T15:53:43 | 2015-03-20T15:53:43 | 32,789,893 | 1 | 0 | null | 2015-03-24T09:49:54 | 2015-03-24T09:49:54 | null | UTF-8 | C++ | false | false | 1,142 | cpp | #include "try_catch.h"
#include "gc.h"
using namespace vv;
ast::try_catch::try_catch(std::unique_ptr<expression>&& body,
symbol exception_name,
std::unique_ptr<expression>&& catcher)
: m_body {move(body)},
m_exception_name {exception_name},
m_ca... | [
"jeorgun@gmail.com"
] | jeorgun@gmail.com |
be975a49f2b6a7f06fc473722c2d7e3da6ad69b1 | ed5ab9930d9b1e90fee36b0a10d397b21e36648d | /DataMgr/ForeignStorage/ParquetDataWrapper.cpp | c82c5fe060b9d2b1247cdc7fd410989c2f9318a4 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | prutskov/omniscidb | 379c13ac6029afd459cf96eab28cd636dc8ee287 | 9a1e79cfeed4f6801f3f9805a0759569ae777ae8 | refs/heads/master | 2020-12-30T08:28:39.639271 | 2020-08-17T21:04:01 | 2020-08-18T16:51:29 | 238,927,530 | 0 | 0 | Apache-2.0 | 2020-02-07T13:18:05 | 2020-02-07T13:18:02 | null | UTF-8 | C++ | false | false | 24,192 | cpp | /*
* Copyright 2020 OmniSci, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | [
"dev@aas.io"
] | dev@aas.io |
b09ba4cd813dca115a7ceecc1992c600570f1d06 | 8df6b0a4f126c7d7a36710190622a2d0371f4b78 | /lib/Support/include/llvm/ADT/EquivalenceClasses.h | f371a086d5b3418fc5a7bbaa8df880477d9899df | [] | no_license | FrankLIKE/AOT.Client | c7bf5d0c0e7e9f3b694dc715199ca15ba47175d5 | 70caf7e51e463d20cfbfc4f1b6009dfd5b9cf554 | refs/heads/master | 2020-12-11T09:03:22.838296 | 2014-12-18T15:40:34 | 2014-12-18T15:40:34 | 28,286,260 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,497 | h | //===-- llvm/ADT/EquivalenceClasses.h - Generic Equiv. Classes --*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file was developed by the LLVM research group and is distributed under
// the University of Illinois Open Source License. See LICENSE.TXT for details.
//
//===---... | [
"fvstudio@outlook.com"
] | fvstudio@outlook.com |
be8e7f266b2ade7dbc011c0007a402c6e09cfe8f | 8b4cfa801da7d1696ac2d422b41f71520220aca0 | /SimulateNalDrop.cpp | 1c6918064c2a2c78973918a555889364c4868d41 | [] | no_license | sijchen/ErrorConcealmentTest | fa812ce82573e8eda95a863096656d3f3d791ee5 | b4ac1f19411e15a556a6e0355cabaf63f40543d0 | refs/heads/master | 2021-01-01T19:16:44.050971 | 2014-11-18T18:12:42 | 2014-11-18T18:12:42 | 23,062,714 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 14,563 | cpp |
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include <math.h>
#include <assert.h>
using namespace std;
enum{
MODE_GET_NAL_LIST=0,
MODE_DROP_NAL=1,
};
enum{
NAL_TYPE_IDR=5,
NAL_TYPE_P=1,
NAL_TYPE_SPS=7,
NAL_TYPE_PPS=8,
};
typedef struct TagNal
{
int iNalIdx;
... | [
"sijchen@cisco.com"
] | sijchen@cisco.com |
494c85a754963016c352f57b5485702082f1e7d7 | 49045130a658ed0fa67771817a0d160201e472fb | /Beautiful/PP/mainwindow.cpp | ae6e066cc53f661478b1cb45d466a61a2a35aeea | [
"MIT"
] | permissive | martinkro/tutorial-qt | 5108fedd409100260e93c8544c3aeac9b07770c6 | 8685434520c6ab61691722aa06ca075f8ddbeacf | refs/heads/master | 2021-01-21T09:38:20.795623 | 2018-01-25T07:46:36 | 2018-01-25T07:46:36 | 91,661,126 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,098 | cpp | #include "mainwindow.h"
#include "config.h"
#include <QIcon>
#include <QLabel>
#include <QPixmap>
#include <QDateTime>
#include <QSplitter>
MainWindow::MainWindow(QWidget* parent)
:XBaseWindow(parent)
{
initUI();
initConnect();
}
MainWindow::~MainWindow()
{
}
void MainWindow::closeEvent(... | [
"martinkro@aliyun.com"
] | martinkro@aliyun.com |
a3994e557ee6849f3f4d43b216d47e438d32ae50 | e44ff4069f5b559954e7a66685c86b054a70de7a | /450 Codes/Arrays/buy_sell_stock.cpp | ab0db64d6ab75a2df4184e42ec2963caac807637 | [] | no_license | SayanDutta001/Competitive-Programming-Codes | 2912985e037f83bcde8e7fcb0036f1e31fa626df | 6dac061c0a4b1c5e82b99ec134e9e77606508e15 | refs/heads/master | 2023-03-17T04:25:47.507594 | 2021-03-05T16:23:09 | 2021-03-05T16:23:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 450 | cpp | #include <iostream>
using namespace std;
int stock(int n, int arr[])
{
int mini = INT16_MAX;
int maxi = 0;
for (int i = 0; i < n; i++)
{
mini = min(mini, arr[i]);
maxi = max(maxi, arr[i] - mini);
}
return maxi;
}
int main()
{
int n;
cin >> n;
int arr[n];
for (in... | [
"khanujabhupinder09@gmail.com"
] | khanujabhupinder09@gmail.com |
21871be4641b69b41a052dde4e33cadd6df2dfba | d632036c621f43207ba4a90c6b170f1bbcf91ae4 | /player/src/main/cpp/decode/audio/AudioSoftDecoder.h | 401a3271f444105ce1ac466ee631bcda69f3e95c | [] | no_license | ZengcxAPerson/BBQVideo | 20bd3ab8eefc4a0ca5bdf4ce768a8971d218dcb2 | 8da5ab73eaea5e33280518843598832a5f03f619 | refs/heads/main | 2023-05-23T22:32:48.909521 | 2021-05-14T15:30:39 | 2021-05-14T15:30:39 | 318,802,095 | 0 | 0 | null | 2021-06-14T03:32:59 | 2020-12-05T13:59:14 | HTML | UTF-8 | C++ | false | false | 898 | h | //
// Created by jian.yeung on 2021/1/9.
//
#ifndef BBQVIDEO_AUDIOSOFTDECODER_H
#define BBQVIDEO_AUDIOSOFTDECODER_H
#include "AudioDecoder.h"
#define AUDIO_SOFT_DECODER_TAG "AudioSoftDecoder"
class AudioSoftDecoder : public AudioDecoder {
public:
AudioSoftDecoder();
~AudioSoftDecoder();
void setPlaye... | [
"708892097@qq.com"
] | 708892097@qq.com |
a73995bf24bbee85e99506b11532fbce40aedab7 | 535d1b93fbe05923e2defac0f7c218bd64559e0d | /CarmenJuego/Proyecto/Carmen/bin/windows/obj/src/openfl/_Vector/BoolVector.cpp | 1da3695f733d82996cbbb6a484df10029ad9d73b | [] | no_license | XxKarikyXx/ProgVJ1 | af9a9f4d7608912e1b2bab9726266b9f4ef5f44d | d26e335379a001cce21d7cd87461d75169391222 | refs/heads/develop | 2020-03-13T12:44:19.172929 | 2018-06-05T17:58:01 | 2018-06-05T17:58:01 | 131,125,411 | 0 | 0 | null | 2018-05-09T05:12:42 | 2018-04-26T08:35:17 | Haxe | UTF-8 | C++ | false | true | 24,313 | cpp | // Generated by Haxe 3.4.2 (git build master @ 890f8c7)
#include <hxcpp.h>
#ifndef INCLUDED_openfl__Vector_BoolVector
#include <openfl/_Vector/BoolVector.h>
#endif
#ifndef INCLUDED_openfl__Vector_IVector
#include <openfl/_Vector/IVector.h>
#endif
HX_DEFINE_STACK_FRAME(_hx_pos_dd7a5ba250c0e821_311_new,"openfl._Vector.... | [
"kariky@hotmail.es"
] | kariky@hotmail.es |
15c1ec87bdb09c563852db814219ab7efe8deabb | 8b504e28b63b156e41dfb709c23e151e4a1a62fe | /matlab/graphs/matlab_bgl/libmbgl/yasmic/util/write_petsc_matrix.hpp | c9803e3ef49b5aa8fd364ebc1c7da875ebed721c | [] | no_license | Cinaraghedini/adaptive-topology | 31e2cd1b61999c0876c151f3968041008dfbdb77 | 958c5a981aa03fde97bf2cb49d992fa36eda9326 | refs/heads/master | 2022-05-01T12:08:26.757008 | 2022-04-11T17:01:45 | 2022-04-11T17:01:45 | 126,609,972 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,215 | hpp | #ifndef YASMIC_UTIL_WRITE_PETSC_MATRIX
#define YASMIC_UTIL_WRITE_PETSC_MATRIX
namespace impl
{
namespace endian
{
void swap_int_4(int *tni4) /* 4 byte signed integers */
{
*tni4=(((*tni4>>24)&0xff) | ((*tni4&0xff)<<24) |
((*tni4>>8)&0xff00) | ((*tni... | [
"32578137+Cinaraghedini@users.noreply.github.com"
] | 32578137+Cinaraghedini@users.noreply.github.com |
ebf309459376fc6d8cccf95f00bba5597848639d | eeec885fcbad78f6d7aef42988b51b624e78de4c | /button.cpp | 83f26f059da707970e5c38cec93ce983837a8c20 | [
"MIT"
] | permissive | tonymiceli/tinymfc | b4423b405f9ec4911d6491eaca2be0c20a81d403 | 68a5fbbaecf07a038d8e46cfc9a96d62480b12b5 | refs/heads/master | 2021-03-07T18:12:37.496564 | 2020-03-10T12:16:52 | 2020-03-10T12:19:48 | 246,286,027 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 735 | cpp | //#include "stdafx.h"
#include "button.h"
CButton::CButton()
{
}
BOOL CButton::Create(HINSTANCE hInstance,
LPCTSTR lpCaption,
HWND hWndParent,
int x,
int y,
int nWidth,
... | [
"6946957+tonymiceli@users.noreply.github.com"
] | 6946957+tonymiceli@users.noreply.github.com |
7dd7ba2e58b3f9b0e4ac4f5352d403afcef936f0 | bbac4ae92faff1c0fe9c922826011f2ef969bd13 | /Assignment3-codes/AREA_OF_.CPP | 6a2d59e3c89ac831b24af89c0d93c32e730c4208 | [] | no_license | Parash117/newbie-coding | 554519d62616923bad049c1bd98e3f7ef33a13bc | 02bf37be32d404d1362df28a9985509d9739fbd1 | refs/heads/master | 2021-01-11T21:52:58.970278 | 2017-03-13T13:18:50 | 2017-03-13T13:18:50 | 78,870,023 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 517 | cpp | #include<stdio.h>
#include<conio.h>
#define pi 3.1415
// a. calculate area and circumferance of a circle
// b. Calculate sum of 6 subject and find percentage
// c. Check whehter a number is even or odd
void main(){
clrscr();
float r, area, circ;
printf("Enter The radius of circle To get the area and circumference... | [
"unforgivingboy@gmail.com"
] | unforgivingboy@gmail.com |
8e6b2af630d5152fb898b06de717d9d24ec9c2b5 | 9ad526529f87dd9de7533dd8bb932b9db25616b0 | /UnitTests/TestDebugSymbols.cpp | c9d98a91e93f54f1d6f4aecb430126d9dfb0ff57 | [] | no_license | jonasblunck/DynHook | 9d41f7ef2a8360f52ddec167f3a19c8bc57e8e78 | 90950c08d1b63d10392e697131a2a489ea3cf5d1 | refs/heads/master | 2022-11-25T17:03:41.159009 | 2022-11-09T15:48:30 | 2022-11-09T15:48:30 | 63,905,318 | 18 | 9 | null | null | null | null | UTF-8 | C++ | false | false | 4,794 | cpp | #include "stdafx.h"
#include <map>
#include "DebugSymbols.h"
#include "DebugSymbolsTestClass.h"
#include "CppUnitTest.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
TEST_CLASS(TestDebugSymbols)
{
DebugSymbolsTestClass debugSymbolsTest;
TEST_CLASS_INITIALIZE(Initialise)
{
}
... | [
"jonasbl@microsoft.com"
] | jonasbl@microsoft.com |
281b123a727eda896d7ea362df248ed84db16fb6 | 0709803380490159fe3c00478da01e0bf400fdc2 | /StuntMarblesFinal/project/include/IrrOdeNet/CMarbles2WorldObserver.h | 0de05a37a6752171454a4764387a7e7d42eb9901 | [] | no_license | bayarovici/KinnectMarbleRacing | 2c45678c8a542765d6f684971878faa4ce9d983f | f5401921dd8dbf3f557c128de7ccdda7459cf049 | refs/heads/master | 2022-05-02T15:33:52.955483 | 2022-04-11T04:34:08 | 2022-04-11T04:34:08 | 131,445,088 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,312 | h | #ifndef _C_MARBLES2_WORLD_OBSERVER
#define _C_MARBLES2_WORLD_OBSERVER
#include <IrrOde.h>
#include <CMessage.h>
#include <irrlicht.h>
#include <CSerializer.h>
#define _FLAG_COLLISION 1
using namespace irr;
using namespace ode;
enum EnumMarbleMessages {
};
class IIrrOdeWorldListener {
public:
virt... | [
"bayar.menzat@gmail.com"
] | bayar.menzat@gmail.com |
7274b9de86a010f9c88165220b73637bca8baa99 | 093d2e689823e5716c46b09511d8adebb2320573 | /GFG/Binomial_Coefficient.cpp | 85e8f507940d3bdb640f5412cd3fef55e6b98236 | [] | no_license | gauravk268/Competitive_Coding | 02813a908e4cd023e4a7039997e750d1fdae6d92 | 783c246dbaf36425a5b7cb76b4e79e2b7ba1a10c | refs/heads/master | 2022-10-15T02:25:41.598723 | 2022-10-03T06:09:17 | 2022-10-03T06:09:17 | 235,630,000 | 20 | 22 | null | 2022-10-03T06:09:18 | 2020-01-22T17:45:32 | C++ | UTF-8 | C++ | false | false | 1,627 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef pair<int, int> pi;
typedef vector<int> vi;
typedef vector<pi> vpi;
typedef vector<ll> vll;
#define f first
#define s second
#define all(x) (x).begin(), (x).end()
#define pb push_back
#define endl "\n"
#define trav(x, a) for (aut... | [
"gauravk26800@gmail.com"
] | gauravk26800@gmail.com |
673cc6170f090de418e40bd3af63eb4d54f01c3e | 90e3c1fabc10a2e3d1bc860ad28304d389ad0d9c | /IRsendDemo/IRsendDemo.ino | ff31f666de48579df4cb58e6996db25170d5764a | [] | no_license | chicagozer/arduino | bd0d56563b91a56181d3ef850e9975089d7f3751 | c23746e5692f150be20d444d0bb43cc5cc1546ed | refs/heads/master | 2020-06-04T01:47:36.644551 | 2012-02-24T17:33:52 | 2012-02-24T17:33:52 | 3,180,786 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 571 | ino | /*
* IRremote: IRsendDemo - demonstrates sending IR codes with IRsend
* An IR LED must be connected to Arduino PWM pin 3.
* Version 0.1 July, 2009
* Copyright 2009 Ken Shirriff
* http://arcfn.com
*/
#include <IRremote.h>
IRsend irsend;
void setup()
{
Serial.begin(9600);
#if defined (__AVR_ATmega1280__) || ... | [
"chicagozer@comcast.net"
] | chicagozer@comcast.net |
52b2a53709851054272f9585288978cfedc75de4 | a6686120abe76b16a1d3afff173cbcdb1f657ac2 | /Tree-Graph/Heavy-light Decomposition.cpp | a2540ecc774a41305aacc3631228a40ef5ed75fc | [] | no_license | vivek8420/programming | d87c2c3ea908c6a4accb211343119afb635b022b | 1eb616be00671fd08bbc75edab4390067385f0ad | refs/heads/master | 2023-01-08T16:18:47.430444 | 2020-11-07T14:19:31 | 2020-11-07T14:19:31 | 240,758,120 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,064 | cpp | /*
* heavy-light decomposition
* problem: QTREE(SPOJ)
* author:savaliya_vivek
* resources: anudeep's blogs
*/
#include <bits/stdc++.h>
using namespace std;
#define ll long long int
#define PI pair<int,int>
#define ff first
#define ss second
#define boost ios_base::sync_with_stdio(false);cin.tie(NULL)
#define ... | [
"vdsavaliya123@gmail.com"
] | vdsavaliya123@gmail.com |
0a1676704529157b996c243320aa38eddab3298c | a3d57036a8b42f9dfc4da00bad528a502f6595dc | /projects/happy-hls/include/bits_io.h | 013aac6d8c52fcb65b2dc814c65db707cb95d0d8 | [] | no_license | zhouchunliang/chenzhengqiang | 5f3579badc557f887a6b09d4489c0f3134448c1d | d4cd58715343ce539ff2523e4ac0f0c80f2bd0c7 | refs/heads/master | 2020-07-07T12:05:27.104252 | 2017-12-28T08:31:06 | 2017-12-28T08:31:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,167 | h | /*
@author:chenzhengqiang
@file name:bits_operate.h
@version:1.0
@start date:
@modified date:
@desc:providing the apis of bits operate
*/
#ifndef _CZQ_BITS_IO_H_
#define _CZQ_BITS_IO_H_
#include<cstdio>
#include<stdint.h>
#define hton16(x) (((x>>8)&0xff)|((x<<8)&0xff00))
#define hton24(x) (((x>>16)&0... | [
"642346572@qq.com"
] | 642346572@qq.com |
768d5421b1fd1a7f26433d0aefb6be530422b169 | 587a987f72a6a0b366fdd52a611a56e10972491a | /LeetCode/230_二叉搜索树中第K小的元素.cpp | c4cd918a0f42564b57a6c95cae2fb81556a96aee | [] | no_license | SeanCST/Algorithm_Problems | 18e4115dfd8d6b51cef6fad90b537d989123d655 | 03f7de3e4717677967d8b11ed4d7f0285debdb61 | refs/heads/master | 2023-07-27T22:33:56.783638 | 2023-07-17T14:13:49 | 2023-07-17T14:13:49 | 144,162,747 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,195 | 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 {
private:
int cur = 0;
int res;
public:
int kthSmallest(TreeNode* root, int k) {
... | [
"seancst.x@gmail.com"
] | seancst.x@gmail.com |
92f78b74c759cb20ad2aa6d5b989862fb96ccdec | 949999f50ea171237914b24302de52d70cd026ea | /BattleTank/Source/BattleTank/TankMovementComponent.h | 520fd96030f9a8de419b6f548b290b69c9bc1958 | [] | no_license | baconcheese113/04_BattleTank | ae36381fa7559c14ca99bf1d2850564c6410925e | d595f970fdb80da3a28a2a6c8d77bde866a1ef86 | refs/heads/master | 2021-01-21T02:52:51.531392 | 2016-10-24T04:19:03 | 2016-10-24T04:19:03 | 68,353,747 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 945 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "GameFramework/NavMovementComponent.h"
#include "TankMovementComponent.generated.h"
class UTankTrack;
/**
* Responsible for driving the tank tracks
*/
UCLASS( ClassGroup = (Custom), meta = (BlueprintSpawnableCompon... | [
"baconcheese113@hotmail.com"
] | baconcheese113@hotmail.com |
217c15c096086fc9e9da889eedf336ae1fc70b43 | 673eaab40a1b13c7ce41b3f6ab580ba0855ea12a | /ED/L02Q01.cpp | 0902079d24d4b87af37165cab44831b504dbf733 | [] | no_license | marcosf63/CC | bb9b8a609b9e08ae6f59fce40c2bcade1137c5ba | 95559828c6bf1a02434b7fb3720661541aede7c7 | refs/heads/master | 2021-01-21T13:41:58.941563 | 2016-05-03T01:16:09 | 2016-05-03T01:16:09 | 45,278,805 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 560 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <algorithm>
#include "slist.h"
using namespace std;
int main() {
int i, j, k, n;
TList l;
do {
printf("Digite a quantidade de elementos da lista: ");
scanf("%d", &n);
} while (n < 0);
srand(time(0));
for (i = 1; l.... | [
"marcosf63@gmail.com"
] | marcosf63@gmail.com |
8b6957c73564c3b75d87aba01f30da85e43b8073 | bb3f5ed74704e733eb73a04ed3a5e297b2c6874d | /PROBLEM SET 06/Pebble Solitaire/pebble_solitaire.cpp | f0d79c20dd7f524ac5a6583c439e0b605e57108b | [] | no_license | Arnarkari93/AFLV | e44bdf04600a4e377aeb327412ba01f4d6e00059 | 4938213a5b280f24fa60f2839029acd739be05e9 | refs/heads/master | 2020-12-10T07:35:41.770786 | 2016-09-09T22:49:16 | 2016-09-09T22:49:16 | 27,455,903 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,144 | cpp | #include <algorithm>
#include <bitset>
#include <cassert>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <list>
#include <map>
#include <queue>
#include <set>
#include <sstream>
#include <stack>
#include <strin... | [
"arnarkari93@gmail.com"
] | arnarkari93@gmail.com |
394e00991cc6802746f1ca0a5431ccbed7d83f19 | 74474277086d7a54bdf9ba684a4c2b6b39635bcb | /cs320/SecuritySimulator/command.h | c5fa5c70cd7ac969160850c870f9e47cb172b188 | [] | no_license | lemon123456/ksc-archive | c10d2bbfa284fb37b31fcd1d82d5359e5852c2f0 | 487fb9028f416c394d3f54f65bee4f9df64fb7fb | refs/heads/master | 2020-04-07T23:38:04.854866 | 2012-05-04T01:54:59 | 2012-05-04T01:54:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 534 | h | #ifndef COMMAND_H
#define COMMAND_H
#include <QObject>
#include <QStringList>
#include "environment.h"
class Command : public QObject
{
Q_OBJECT
public:
explicit Command(QStringList args = QStringList(), QObject *parent = 0);
virtual ~Command();
QString name() const;
QStringList args() const;
... | [
"jake.petroules@petroules.com"
] | jake.petroules@petroules.com |
5f7f0d0cd0d0ea976579fe7af5d61cfea5705bc2 | 0a6a43b691996499230276055523eb895da6ffec | /.history/spectrum/spectrum_20190117003202.hpp | 2f4dbd6c406b9cfdb07be0abcee2789a9abc495d | [] | no_license | SoundRabbit/voice-changer | 362890a6e0ef1dda37c1666b946879fc12125370 | e5a5d64426fc072504477ae30c96e8e293a07a52 | refs/heads/master | 2020-03-27T09:49:50.340212 | 2019-01-16T17:55:04 | 2019-01-16T17:55:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 342 | hpp | #pragma once
template<int length>
class Spectrum {
private:
class Intensity {
public:
operator double();
double operator= (double);
double operator= (const Intensity&);
bool operator== (const Intensity&);
bool operator< (const Intensity&);
bool operator<= (const Intensity&... | [
"neu1neu9neu9neu9neu@gmail.com"
] | neu1neu9neu9neu9neu@gmail.com |
1781a6d4bdea4fdd8939386b956e159de64a345a | 8222416bad2ddb58f4c8f1869b523d8359f468fc | /VSTG/VSTG/ObjCreator.h | ee83dd3008d0d674faf1cf3331f3dc66aec11ce7 | [] | no_license | wchen1994/VSTG | 9f5e89ea15d48845c4b84c4b15dddff00d4d31e3 | d6ababaa908419def96623d2919039df8c1862e8 | refs/heads/master | 2021-01-20T00:29:36.313810 | 2017-07-15T04:49:12 | 2017-07-15T04:49:12 | 89,142,746 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,973 | h | #pragma once
#include "ObjEnemy.hpp"
#include "Enemys/EnemyDuck.h"
#include "Essential.hpp"
#include "ObjEnemyBullet.h"
#include "SoundPlayer.h"
#include <memory>
#include <SFML/System.hpp>
#include <chrono>
namespace ObjCreator {
void AssignTexture(std::shared_ptr<ObjCharacter> pObject, std::string texPath);
void ... | [
"wchen1994@github.com"
] | wchen1994@github.com |
5b364c1031f4704861aa0df61fdaa8c4428ade88 | 5722258ec3ce781cd5ec13e125d71064a67c41d4 | /java/util/function/DoubleToLongFunctionProxyForward.h | a20001731d8e5f771f60ba2b2c373b08b75f19f1 | [] | no_license | ISTE-SQA/HamsterJNIPP | 7312ef3e37c157b8656aa10f122cbdb510d53c2f | b29096d0baa9d93ec0aa21391b5a11b154928940 | refs/heads/master | 2022-03-19T11:27:03.765328 | 2019-10-24T15:06:26 | 2019-10-24T15:06:26 | 216,854,309 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 245 | h | #ifndef __java_util_function_DoubleToLongFunctionProxyForward_H
#define __java_util_function_DoubleToLongFunctionProxyForward_H
namespace java
{
namespace util
{
namespace function
{
class DoubleToLongFunctionProxy;
}
}
}
#endif
| [
"steffen.becker@informatik.uni-stuttgart.de"
] | steffen.becker@informatik.uni-stuttgart.de |
7b08b99e63c2bdac1ddd4a67a8b231be86b89ea8 | 697a751b80ac05a73a3ff38aa56e0f71359bf58e | /test/function/HashJoin/src/fileOps.h | e0bc8446658d90072c7ee752a60f24178c535bc0 | [
"GPL-2.0-only",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | HashDataInc/Gopherwood | e06203fb8b5ceeb726d30dd07b9e63f3aa3f4ef7 | 4e06e575b0b4a5efdc378a6d6652c9bfb478e5f2 | refs/heads/master | 2021-05-06T06:35:16.744434 | 2018-06-29T08:00:50 | 2018-06-29T10:04:40 | 113,868,415 | 12 | 6 | Apache-2.0 | 2018-06-29T10:07:51 | 2017-12-11T14:25:09 | C++ | UTF-8 | C++ | false | false | 1,354 | h | /*
* DBMS Implementation
* Copyright (C) 2013 George Piskas, George Economides
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later ... | [
"492960551@qq.com"
] | 492960551@qq.com |
baf6cfe3133cf2ec9d8abb326e5e0849019a4b12 | 2eb3b66b421a1f4a18bcb72b69023a3166273ca1 | /HackerRank/countercode/poisonous-plants/main.cc | bcb49365ef58d0e7a98ac538a4e1d54579b68d31 | [] | no_license | johnathan79717/competitive-programming | e1d62016e8b25d8bcb3d003bba6b1d4dc858a62f | 3c8471b7ebb516147705bbbc4316a511f0fe4dc0 | refs/heads/master | 2022-05-07T20:34:21.959511 | 2022-03-31T15:20:28 | 2022-03-31T15:20:28 | 55,674,796 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,968 | cc | #include <string>
#include <vector>
#include <climits>
#include <cstring>
#include <map>
#include <queue>
#include <algorithm>
#include <cmath>
#include <cstdio>
#include <iostream>
#include <set>
#include <deque>
#include <stack>
#include <cassert>
using namespace std;
#define FOR(i,c) for(__typeof((c).begin()) i=(c).... | [
"johnathan79717@gmail.com"
] | johnathan79717@gmail.com |
75c202b3dd8417792464038341a14115a666c3d6 | 877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a | /app/src/main/cpp/dir7941/dir22441/dir22442/dir22443/dir24492/file24578.cpp | 5826d627a41f954026f433f6d90e76ab1996588a | [] | no_license | tgeng/HugeProject | 829c3bdfb7cbaf57727c41263212d4a67e3eb93d | 4488d3b765e8827636ce5e878baacdf388710ef2 | refs/heads/master | 2022-08-21T16:58:54.161627 | 2020-05-28T01:54:03 | 2020-05-28T01:54:03 | 267,468,475 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 115 | cpp | #ifndef file24578
#error "macro file24578 must be defined"
#endif
static const char* file24578String = "file24578"; | [
"tgeng@google.com"
] | tgeng@google.com |
854736715fb56f74f48e47beb4db64c7446ebb5a | 910aafc71645dd14ef16927d3c8dfd0ad9a3e04d | /source/bluetooth/MicroBitBLEServices.cpp | 95cab9dff2ef173e55635264f39b1a5585c23084 | [
"MIT"
] | permissive | JoshuaAHill/codal-microbit-v2 | 19d6264952e82768f6484cb72f8cb84e6be53b60 | f750494458c641c19ede5560cb8f4d3894683f4b | refs/heads/master | 2023-05-29T18:02:01.284094 | 2021-06-17T08:58:59 | 2021-06-17T08:58:59 | 342,216,820 | 0 | 1 | MIT | 2021-06-09T10:14:18 | 2021-02-25T11:06:51 | null | UTF-8 | C++ | false | false | 3,411 | cpp | /*
The MIT License (MIT)
Copyright (c) 2016 British Broadcasting Corporation.
This software is provided by Lancaster University by arrangement with the BBC.
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... | [
"martinwilliamswork@gmail.com"
] | martinwilliamswork@gmail.com |
d6b9d038efc5493a91ad5edee605b6b901380248 | df22e22c3600b814710bb3e190b1435ef51a2ec7 | /HashMapTest.h | 2d4f7ff5b9a99e176e77647136f1c3316e761ed4 | [] | no_license | Cyan4973/smhasher | 32446b17dd556e0d403dbdf32bfbe71eea5dc7ef | e1adb07114f5f1f156c10b70ad9255f24f42a7d1 | refs/heads/master | 2023-08-31T10:54:50.524036 | 2020-03-07T10:49:07 | 2020-03-07T10:49:07 | 173,207,357 | 18 | 10 | null | 2020-03-05T23:28:53 | 2019-03-01T00:17:05 | C++ | UTF-8 | C++ | false | false | 267 | h | #pragma once
#include "Platform.h"
#include "Types.h"
std::vector<std::string> HashMapInit(bool verbose);
bool HashMapTest ( pfHash pfhash,
const int hashbits, std::vector<std::string> words,
const int trials, bool verbose );
| [
"rurban@cpan.org"
] | rurban@cpan.org |
c6483690fe2a796d52289e7acc86fb2c6cef72e7 | de7e771699065ec21a340ada1060a3cf0bec3091 | /analysis/common/src/test/org/apache/lucene/analysis/en/TestKStemFilterFactory.h | e2de1cb903a4286a92862f71fea5b15c9bf1cc27 | [] | no_license | sraihan73/Lucene- | 0d7290bacba05c33b8d5762e0a2a30c1ec8cf110 | 1fe2b48428dcbd1feb3e10202ec991a5ca0d54f3 | refs/heads/master | 2020-03-31T07:23:46.505891 | 2018-12-08T14:57:54 | 2018-12-08T14:57:54 | 152,020,180 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,758 | h | #pragma once
#include "../util/BaseTokenStreamFactoryTestCase.h"
#include "stringhelper.h"
#include <memory>
#include <stdexcept>
#include <string>
#include <deque>
/*
* Licensed to the Syed Mamun Raihan (sraihan.com) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this w... | [
"smamunr@fedora.localdomain"
] | smamunr@fedora.localdomain |
ae72cb9046fc8628416877df98d036d5b2da53c9 | 0551c16557ceb0b77778d2310365779e3cf7d954 | /Assgn5/sched.cpp | 8f7e7f13d9c0902c552539520378a8cbcd6f58e2 | [] | no_license | KoderCat/OS_lab | f0b6d5f25355fe564b2d692817a71e52d8c35599 | e8405d441e486a87bbbf07b246c191fa6fda4344 | refs/heads/master | 2020-04-15T05:24:25.721322 | 2019-04-15T09:08:29 | 2020-01-01T19:44:14 | 164,420,598 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,447 | cpp | #include <iostream>
#include <string>
#include <sstream>
#include <bits/stdc++.h>
#include <unistd.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <semaphore.h>
#include <sys/msg.h>
#include "headers.h"
using namespace std;
rq ready_queue;
mq message_queue;
int main(int argc, char **argv)
{
key_t rq_t = a... | [
"sayan.sinha@iitkgp.ac.in"
] | sayan.sinha@iitkgp.ac.in |
5dbe21027a589603a1343af5da132dcc9b53ed07 | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/run-scripts/tmp_1/MP+dmb.sy+addr-addr-rfi-ctrlisb-[fr-rf].c.cbmc.cpp | 1dd54484d785831e750ae8a2777a4d0351bbb1cb | [] | no_license | ashutosh0gupta/llvm_bmc | aaac7961c723ba6f7ffd77a39559e0e52432eade | 0287c4fb180244e6b3c599a9902507f05c8a7234 | refs/heads/master | 2023-08-02T17:14:06.178723 | 2023-07-31T10:46:53 | 2023-07-31T10:46:53 | 143,100,825 | 3 | 4 | null | 2023-05-25T05:50:55 | 2018-08-01T03:47:00 | C++ | UTF-8 | C++ | false | false | 60,336 | cpp | // 0:vars:4
// 4:atom_1_X0_1:1
// 8:thr0:1
// 9:thr1:1
// 10:thr2:1
// 5:atom_1_X8_1:1
// 6:atom_1_X9_0:1
// 7:atom_1_X11_1:1
#define ADDRSIZE 11
#define NPROC 4
#define NCONTEXT 1
#define ASSUME(stmt) __CPROVER_assume(stmt)
#define ASSERT(stmt) __CPROVER_assert(stmt, "error")
#define max(a,b) (a>b?a:b)
char __get_r... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
0d3984fbcaa6956aefe5909b212630504f060bac | 98342d650ae520a36a7bae33ff88f207739301b7 | /Source/SceneGraph/USD/pch.h | 75e7b0ec5191e51265ba90dae10188fc846182db | [
"MIT"
] | permissive | i-saint/USDForMetasequoia | 0304a1fee925cfd102adcc521d13b91b80272bd7 | e589d47434df913ae4d037c503a89373b5c7938c | refs/heads/master | 2021-03-17T04:42:48.592603 | 2020-04-22T01:22:19 | 2020-04-22T01:22:19 | 246,960,766 | 8 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,220 | h | #pragma once
#ifdef _WIN32
#define _CRT_SECURE_NO_WARNINGS
#define NOMINMAX
#define WIN32_LEAN_AND_MEAN
#define _WINDOWS
#include <windows.h>
#include <comdef.h>
#endif // _WIN32
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cstdint>
#include <string>
#include <vector>
#inc... | [
"saint.skr@gmail.com"
] | saint.skr@gmail.com |
3ecf04a7054806092862c0dae3486757a7d58cb1 | 872770c5323aa17120f2f708a1f0be09e663c9a8 | /Elastos/Framework/Droid/eco/inc/core/hardware/CSensorEvent.h | fcd3234240ed010299880dbd8cdf370f346f76a9 | [] | no_license | xianjimli/Elastos | 76a12b58db23dbf32ecbcefdaf6179510362dd21 | f9f019d266a7e685544596b365cfbc05bda9cb70 | refs/heads/master | 2021-01-11T08:26:17.180908 | 2013-08-21T02:31:17 | 2013-08-21T02:31:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 922 | h |
#ifndef __CSENSOREVENT_H__
#define __CSENSOREVENT_H__
#include "_CSensorEvent.h"
#include <elastos/AutoPtr.h>
CarClass(CSensorEvent)
{
public:
CSensorEvent();
virtual ~CSensorEvent();
CARAPI GetValues(
/* [out, callee] */ ArrayOf<Float>** values);
CARAPI SetValues(
/* [in] */ const... | [
"pos0637@hotmail.com"
] | pos0637@hotmail.com |
47facf1780d31d2ccda233beb441af744409593a | 45a6d862d1097be291cdbfc4e2afc68a3edb2d2e | /main.cpp | 9cadcdf712d3ca0f885f4f3387215a40898824ed | [] | no_license | AngryThundrWafl/csci-2421-hw6 | 64d245e9ab0c613ab5a0820d7b581ba1125c2998 | 8b9ed876d4c80281775fedaf3a4ec57342f37950 | refs/heads/master | 2021-08-31T09:38:21.016296 | 2017-12-20T23:08:54 | 2017-12-20T23:08:54 | 114,938,747 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,853 | cpp | #include <iostream>
#include <vector>
#include <queue>
#include "grocerystore.h"
using namespace std;
using namespace HW6;
int findSmallest(vector<queue<unsigned int> > &);
int main() {
cout << "Hello this is a grocery store simulation program" << endl;
double arrival_prob;
unsigned int total_time;
... | [
"pinabrian2015@gmail.com"
] | pinabrian2015@gmail.com |
eaf220c01d183dc13eda6c32bb4c9d52c642d918 | b29416f5fa6a751e82a652dd6cf0b973ec4c722f | /MiniAssignment/Library/Il2cppBuildCache/iOS/il2cppOutput/mscorlib16.cpp | fe8c0d1520e575f47851d3f7042f5c2e0cf49f8b | [] | no_license | PinkPonk1121/Nichabu | f2db396250a81da822ad7796f18d01c54c935388 | 78c91839e6006c98aa5950397ee425b72a58e49a | refs/heads/main | 2023-08-29T13:17:25.386004 | 2021-10-28T14:22:49 | 2021-10-28T14:22:49 | 415,226,610 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,777,061 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
template <typename R, typename T1, typename T2, typename T3>
struct VirtFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppM... | [
"proudy2013@gmail.com"
] | proudy2013@gmail.com |
5b2b487f01ea25f7956f5c2f7d0947652e8113c2 | 49a7bb67b0f2f42e7aae0746fab519e6fb612576 | /DirectXLearning/TestPlane.h | abaec9b07effbc51ce35debaad3a223e6ec40e14 | [] | no_license | brioche1703/DirectXLearning | cf964fa6ce335052344255304f68ac0b723e7bb2 | 17ccf6b09a3ae19fd6600dc2e2637e928f568a63 | refs/heads/master | 2023-09-06T05:34:25.445306 | 2021-11-04T11:31:19 | 2021-11-04T11:31:19 | 341,144,264 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 607 | h | #pragma once
#include "Drawable.h"
class TestPlane : public Drawable {
public:
TestPlane(Graphics& gfx, float size, DirectX::XMFLOAT4 color = { 1.0f, 1.0f, 1.0f, 0.0f });
void SetPos(DirectX::XMFLOAT3 pos) noexcept;
void SetRotation(float roll, float pitch, float yaw) noexcept;
DirectX::XMMATRIX GetTransformXM() ... | [
"kevin.meniel@gmail.com"
] | kevin.meniel@gmail.com |
3b8aba5ae0e7d22dd28897441b78edb815738e2a | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/242/992/CWE762_Mismatched_Memory_Management_Routines__delete_wchar_t_calloc_62b.cpp | e724d6faa1acacc790afcb42d098d62c0f664000 | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,527 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE762_Mismatched_Memory_Management_Routines__delete_wchar_t_calloc_62b.cpp
Label Definition File: CWE762_Mismatched_Memory_Management_Routines__delete.label.xml
Template File: sources-sinks-62b.tmpl.cpp
*/
/*
* @description
* CWE: 762 Mismatched Memory Management Routine... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
373d5beef08a7c62d97fd7d76d8c5cbd8716a571 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14337/function14337_schedule_21/function14337_schedule_21.cpp | 53ded0f37b353d3eca027d984fe4ac139ab2ed20 | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,792 | cpp | #include <tiramisu/tiramisu.h>
using namespace tiramisu;
int main(int argc, char **argv){
tiramisu::init("function14337_schedule_21");
constant c0("c0", 256), c1("c1", 512), c2("c2", 512);
var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i01("i01"), i02("i02"), i03("i03"), i04("i04"), i05("i05"), ... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
aef2858cf71dd60163c4ec147d83aa6334d53de1 | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/ots/src/src/hmtx.h | 4bf49349c7cf03c44a2ddd60310065bcc6493e04 | [
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"BSD-3-Clause"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 506 | h | // Copyright (c) 2009-2017 The OTS 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 OTS_HMTX_H_
#define OTS_HMTX_H_
#include "metrics.h"
#include "hhea.h"
#include "ots.h"
namespace ots {
class OpenTypeHMTX : public OpenTyp... | [
"jengelh@inai.de"
] | jengelh@inai.de |
0f5d73c3211996b62b22d23990ccef3b63303dbd | 57bff171fad4a5bbbe1a05cfc456c5f91a8c1549 | /AnalizadorCPP/calculator.cpp | 55197ab385ee9d56730d33f11868346cd1acb193 | [] | no_license | armando555/Analizadores-de-Expresiones | 34fb7f152d2e31a57ad9616a4945da5c3390f2e6 | a7acf0110beab04a7ad862a59a7da086d9da4d2e | refs/heads/master | 2020-09-15T16:37:59.470369 | 2019-11-23T00:20:31 | 2019-11-23T00:20:31 | 223,505,047 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 567 | cpp | #include "calculator.h"
#include "parser.h"
#include "ast.h"
#include <string>
#include <iostream>
#include <sstream>
Calculator::Calculator():
memory(0)
{}
int Calculator::eval(string expr) {
Parser* parser = new Parser(new istringstream(expr));
cout<<"PARSE IN CALCULATOR"<<endl;
AST* tree = parser->pa... | [
"armandosebas4@gmail.com"
] | armandosebas4@gmail.com |
cef0e6af4671a68fc814f4a05784d7821c04ccc6 | a06515f4697a3dbcbae4e3c05de2f8632f8d5f46 | /corpus/taken_from_cppcheck_tests_aflminimized/stolen_2047.cpp | 044559706832d268245e72dc6f5e8f327654768f | [] | no_license | pauldreik/fuzzcppcheck | 12d9c11bcc182cc1f1bb4893e0925dc05fcaf711 | 794ba352af45971ff1f76d665b52adeb42dcab5f | refs/heads/master | 2020-05-01T01:55:04.280076 | 2019-03-22T21:05:28 | 2019-03-22T21:05:28 | 177,206,313 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 119 | cpp | template < Types > struct S {> ( S < ) S >} { ( ) { } } ( ) { return S < void > ( ) } { ( )> >} { ( ) { } } ( ) { ( ) } | [
"github@pauldreik.se"
] | github@pauldreik.se |
0e94a75f3ef47d9675c14cd9c7e78cd5668e178d | 621286175f3646b93c155200fa45fff6d7d44f18 | /CommandServerTest/stdafx.cpp | d594a0994e1b258c3617a0127ea9341a14891dab | [] | no_license | alexkasp/logreader | 63adef302ef1b1c6c6eda6027c94e69d73251d4a | ed9e7e0e3780b085e231f68fefef0c49798856dc | refs/heads/master | 2016-09-02T03:33:23.117634 | 2015-01-20T11:51:20 | 2015-01-20T11:55:01 | 23,098,569 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 296 | cpp | // stdafx.cpp : source file that includes just the standard includes
// CommandServerTest.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"salihov1983@gmail.com"
] | salihov1983@gmail.com |
e8c9e477b99dfdc9e4533e661b79b74e52a3ea1f | dc3b1b231ee872d5d4d2e2433ed8a2d8fb740307 | /chapter05/ex19.cpp | ca2d72772116af32c5eecf7432b8ff62b28bb3d3 | [] | no_license | coder-e1adbc/CppPrimer | d2b62b49f20892c5e53a78de0c807b168373bfc6 | 33ffd4fc39f4bccf4e107aec2d8dc6ed4e9d7447 | refs/heads/master | 2021-01-17T08:54:23.438341 | 2016-08-13T03:21:08 | 2016-08-13T03:21:08 | 61,343,967 | 0 | 0 | null | 2016-06-29T14:37:16 | 2016-06-17T03:49:23 | C++ | UTF-8 | C++ | false | false | 431 | cpp | #include <iostream>
#include <string>
using std::cin;
using std::cout;
using std::endl;
using std::string;
int main(void)
{
string rsp;
do {
cout << "Please enter two strings:" << endl;
string str1, str2;
cin >> str1 >> str2;
cout << "The shorter one is: "
<< ((str1.size() < str2.size()) ? str1 : str2) ... | [
"mengxianghua1995+github@gmail.com"
] | mengxianghua1995+github@gmail.com |
11ed318ab51d6aa9da2d962b287efedd12e42f30 | 6150f5bfbecf86305e1ff0bc18efc1cec3acff64 | /DESERT_Addons/uwrov/uwrovctr-module.h | 4d8f7d179874c77a8716a1cbec0252924c345a1e | [
"BSD-3-Clause"
] | permissive | obolo/DESERT_Underwater | 7938f5a9b195eb00104297525f3120ad864480d0 | 0a5ea70a61ad65e682f1340ba30bf9e36b782558 | refs/heads/master | 2023-02-08T12:31:47.466974 | 2023-01-22T22:57:29 | 2023-01-22T22:57:29 | 382,600,706 | 0 | 0 | BSD-3-Clause | 2021-12-17T00:12:59 | 2021-07-03T11:40:18 | null | UTF-8 | C++ | false | false | 6,807 | h | //
// Copyright (c) 2017 Regents of the SIGNET lab, University of Padova.
// 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 of source code must retain the above copyrigh... | [
"fedefava86@gmail.com"
] | fedefava86@gmail.com |
aac7c12edb53bc4f3f0751ee393c97643a1a8337 | 4fdd656e931354aa4c86506710734040f6dac620 | /include/simplemapreduce/data/type.h | 17fde8d20f114cb8891402d4dd64fc7bf7bae024 | [] | no_license | riomat13/simple-mapreduce | f868da73a456822bd46293e391edb30ab96b7520 | 88bcbb43ab028128c911a1776c616d9713bab06f | refs/heads/master | 2023-04-19T08:55:14.820678 | 2021-05-04T04:25:28 | 2021-05-04T04:25:28 | 333,633,551 | 0 | 1 | null | 2021-05-04T04:25:29 | 2021-01-28T03:24:13 | C++ | UTF-8 | C++ | false | false | 527 | h | #ifndef SIMPLEMAPREDUCE_DATA_TYPE_H_
#define SIMPLEMAPREDUCE_DATA_TYPE_H_
#include <cstdlib>
#include <string>
namespace mapreduce {
namespace type {
using Int16 = std::int16_t;
using Int = std::int32_t;
using Int32 = std::int32_t;
using Long = std::int64_t;
using Int64 = std::int64_t;
using Float = float;
using Dou... | [
"ryo.m1985@yahoo.com"
] | ryo.m1985@yahoo.com |
3667bad07c9b83b08f524491c8e9a0dce7a46cf5 | 519ccfe2cf75d16b9ee6231f8a13f63a3ce91d62 | /src/fonts/stb_font_arial_bold_40_latin_ext.inl | b78f1b22398bccfd2b0321e8b01f601303810df9 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | stetre/moonfonts | 9dd6fd126524ead9105216e93b22a9b73de82dc2 | 5c8010c02ea62edcf42902e09478b0cd14af56ea | refs/heads/master | 2022-02-07T20:47:37.150667 | 2022-02-06T12:29:27 | 2022-02-06T12:29:27 | 96,556,816 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 220,209 | inl | // Font generated by stb_font_inl_generator.c (4/1 bpp)
//
// Following instructions show how to use the only included font, whatever it is, in
// a generic way so you can replace it with any other font by changing the include.
// To use multiple fonts, replace STB_SOMEFONT_* below with STB_FONT_arial_bold_40_latin... | [
"s_trettel@yahoo.com"
] | s_trettel@yahoo.com |
c99ef37930b578ca480185b4f96ffe1cea9f0583 | 19e5c3407466691aa0b42b2fc9a6790baafc5343 | /fix_heat.cpp | 09052e4779a0e76386b783eb4141198b33ddd0e8 | [] | no_license | 8cH9azbsFifZ/lammps-CSI | 168101d48f4ba2af5d1d8235ac7c969a74b283ff | ac4b39f405463aa6329e2bf0f72532248b028562 | refs/heads/master | 2021-06-02T23:40:27.967156 | 2019-11-05T00:46:52 | 2019-11-05T00:46:52 | 6,374,089 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,631 | cpp | /* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04... | [
"g@ziegenhain.com"
] | g@ziegenhain.com |
0a2805d7b0e7d4898cdcb54b48d92a1c24309008 | ba3ffede0c370b2a8af40fe9a82cdeb9dbf73fb6 | /Source/SurvivalGame/PauseUMG.cpp | 1a50773d57083e76d76cdab018fc1110d8ed1942 | [] | no_license | rickynanami/final-2097 | c4450ce672218d16c3010cc1d6d9910cfa65303a | de16d236d7a34f9fa676198f2189d70367d4ce6e | refs/heads/main | 2023-08-28T10:27:39.347096 | 2021-10-22T11:04:01 | 2021-10-22T11:04:01 | 419,305,501 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 780 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "PauseUMG.h"
#include "Components/Button.h"
#include "Kismet/GameplayStatics.h"
bool UPauseUMG::Initialize()
{
Super::Initialize();
if (ResumeButton != nullptr)
{
ResumeButton->OnClicked.AddDynamic(this, &UPauseUMG::OnClick... | [
"rwan0039@student.monash.edu"
] | rwan0039@student.monash.edu |
78a634eeb3e9a2c09e896fcc2ee3424cbe8348e1 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/curl/gumtree/curl_function_3671.cpp | f8c72f4149de34948a6fea3ed22af038b0f86ea4 | [] | 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 | 138,016 | cpp | void hugehelp(void)
{
fputs(
" _ _ ____ _ \n"
" Project ___| | | | _ \\| | \n"
" / __| | | | |_) | | \n"
" | (__| |_| | _ <| |___ \n"
" \\___|\\___/|_| \\_\\_____|\n... | [
"993273596@qq.com"
] | 993273596@qq.com |
5a938749af2c0700531dc5e026f803019ea81e57 | 9d364070c646239b2efad7abbab58f4ad602ef7b | /platform/external/chromium_org/url/url_canon_internal.h | 509a08c8292564e1efdc236cb7b6e9cb6a59b3ee | [
"BSD-3-Clause"
] | permissive | denix123/a32_ul | 4ffe304b13c1266b6c7409d790979eb8e3b0379c | b2fd25640704f37d5248da9cc147ed267d4771c2 | refs/heads/master | 2021-01-17T20:21:17.196296 | 2016-08-16T04:30:53 | 2016-08-16T04:30:53 | 65,786,970 | 0 | 2 | null | 2020-03-06T22:00:52 | 2016-08-16T04:15:54 | null | UTF-8 | C++ | false | false | 8,198 | h | // 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.
#ifndef URL_URL_CANON_INTERNAL_H_
#define URL_URL_CANON_INTERNAL_H_
#include <stdlib.h>
#include "base/logging.h"
#include "url/url_canon.h"
namespace... | [
"allegrant@mail.ru"
] | allegrant@mail.ru |
365d5954df63dd423ba092c64b6c6e2be9fa8137 | 3c4731772d7807f4166e0a0a597804ec9f09118c | /include/AMask.hh | 30bd5b876d401369feb1b961fdcf37e24f02a0a0 | [] | no_license | EsterRicci/alpide_software | 6d109140beca537aeda7d8726288e53fc47ab5e3 | 79a3c38178502dd90d142dc9288b32495b96c3fb | refs/heads/master | 2021-01-23T16:50:11.301453 | 2018-06-26T12:40:20 | 2018-06-26T12:40:20 | 102,744,558 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 450 | hh | #ifndef _AMASK_
#define _AMASK_ 1
#include "AHit.hh"
#include <vector>
#include <string>
class AMask{
public:
AMask();
AMask(std::vector <AHit> failingPixel);
std::vector<AHit> GetFailingPixel();
void SetFailingPixel(std::vector<AHit> failinfPixel);
int GetFailingPixelNumber();
void Dump();
//Mask tool... | [
"ester@Esters-MacBook-Air.local"
] | ester@Esters-MacBook-Air.local |
321996d1058a4aab7f05c80c2f85ca867203cde3 | c95046a7163a5367ff584a9cfc6c43449080c530 | /src/RcppExports.cpp | de7c7148df6e18966a969d9d7aa34d453dede58e | [] | no_license | cran/evgam | 90806b1c69f1f3f68b24487868ba55d3ae9e7cb4 | e2d6020708ab8fc2f010f57e655f8c25a248e7ee | refs/heads/master | 2022-08-01T17:36:36.520815 | 2022-06-28T13:20:02 | 2022-06-28T13:20:02 | 246,450,753 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 50,827 | cpp | // Generated by using Rcpp::compileAttributes() -> do not edit by hand
// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
#include <RcppArmadillo.h>
#include <Rcpp.h>
using namespace Rcpp;
#ifdef RCPP_USE_GLOBAL_ROSTREAM
Rcpp::Rostream<true>& Rcpp::Rcout = Rcpp::Rcpp_cout_get();
Rcpp::Rostream<false>& Rcpp::R... | [
"csardi.gabor+cran@gmail.com"
] | csardi.gabor+cran@gmail.com |
34002ab89f300cc70710b7e545394f9f290e016a | 78ef9b9ff961c9e24dee58ace2492cd8e764f760 | /example/seqalign/aa/seqalign.cpp | 7f6a74396e2ab69a172bc34072d98246e4a4d024 | [
"MIT"
] | permissive | brandonhamilton/MURACsim | 4ddea3800ff157eafc586064dc81f8dacb3dbdf2 | b435e95bc7952e3bf9b6b7ba66b1a4142647628d | refs/heads/master | 2020-04-26T10:04:43.828356 | 2012-02-29T16:16:44 | 2012-02-29T16:16:44 | 3,283,412 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 465 | cpp | /**
* MURAC Test Application - Smith-Waterman Sequence Alignment
* Author: Brandon Hamilton <brandon.hamilton@gmail.com>
*
*/
#include <iostream>
#include <systemc.h>
#include "../../../framework/murac.h"
using std::cout;
using std::endl;
extern int run_seqalign_simulation(unsigned long int stack);
MURAC_AA_EXE... | [
"brandon.hamilton@gmail.com"
] | brandon.hamilton@gmail.com |
7d9caa00fd517de2e48a0a07b798efdfb05329de | 456eb6e3e478323aeee34a3596f561f896c06c6a | /2018TARCMissileControl.ino | d4e83daa1ac8907b86be6abd859dcbe54dea2759 | [] | no_license | harambeAC/2018TARCMissileControl | 74784292063b8a5a87db9c39bf3cfb744f6b80c0 | 06a1710d253d344572d52669a371b029bbe45fcd | refs/heads/master | 2020-03-20T19:05:27.326444 | 2018-06-29T01:43:51 | 2018-06-29T01:43:51 | 137,620,643 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,167 | ino | // I2Cdev and MPU6050 must be installed as libraries, or else the .cpp/.h files
// for both classes must be in the include path of your project
#include "I2Cdev.h"
// ==============================Servoes Init================================
#include <Servo.h>
Servo xservo; // create servo object to control a servo
... | [
"alexyjchen@gmail.com"
] | alexyjchen@gmail.com |
0ab2ae53218f20cd082ba25d4af11383618d5251 | 2fec3c84e6b2fa675857e00cc6dc0aaacc8dc969 | /ObjectARX 2016/inc/dbdict.h | de00fdd04713912fabd30d5fd9a76aa7bb9dac4a | [
"MIT"
] | permissive | presscad/AutoCADPlugin-HeatSource | 7feb3c26b31814e0899bd10ff39a2e7c72bc764d | ab0865402b41fe45d3b509c01c6f114d128522a8 | refs/heads/master | 2020-08-27T04:22:23.237379 | 2016-06-24T07:30:15 | 2016-06-24T07:30:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,817 | h | #ifndef AD_DBDICT_H
#define AD_DBDICT_H
//
//
//////////////////////////////////////////////////////////////////////////////
//
// Copyright 2015 Autodesk, Inc. All rights reserved.
//
// Use of this software is subject to the terms of the Autodesk license
// agreement provided at the time of installation or downl... | [
"liheng301@126.com"
] | liheng301@126.com |
7d81bc81da58da26c8fe9ce3c1d3bcdc9be28521 | c8ca483d616f973ebbb70586941434de4db556a5 | /InputScreen.hpp | 4311f22bc94bcee9d495501c770a37593ef23a3f | [] | no_license | nqstefanko/CodeNames | 870bd6579b9e6865c3dc73ed0c325b566f0926ae | 288e3d20e06374fcfbf335676d0c291f8d60a0bf | refs/heads/master | 2020-04-20T04:14:17.216018 | 2019-03-07T07:20:48 | 2019-03-07T07:20:48 | 168,620,881 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 548 | hpp | #ifndef INPUTSCREEN_H
#define INPUTSCREEN_H
#include <SFML/Network.hpp>
#include <string>
#include <iostream>
#include "CScreen.hpp"
#include "Text.hpp"
#include "Util.hpp"
#include "InputBox.hpp"
class InputScreen : public CScreen {
private:
InputBox inputItem;
std::string * ipAddress;
void updateScr... | [
"nqstefanko@gmail.com"
] | nqstefanko@gmail.com |
4bd46de3c7da0d63e16189f8a42e5c9c48e388f8 | 9f60ce25f6967550d5b5918aec361055048a3af3 | /Exercise – Structures/number 1a/Project7/Source.cpp | 117868aee640a1c5015d2ef07614692454dabeae | [] | no_license | AustinMorrell/Homework | 61c9ae25c2e81626a3e6305aea39cdfc1e9e0dab | 89488bb7d8d314f4433da7bb4aa13ca53c6b97ad | refs/heads/master | 2020-06-02T01:23:49.124465 | 2015-09-29T14:02:04 | 2015-09-29T14:02:04 | 41,000,367 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 704 | cpp | #include <iostream>
#include <string>
using namespace std;
struct Player
{
string name;
int health;
int score;
int xPose;
int yPose;
int velocity;
};
int main()
{
Player Shadow;
cout << "What is your name?\n";
getline(cin, Shadow.name);
Shadow.health = 500;
Shadow.score = 0;
Shadow.xPose = 0;
Shadow.yPo... | [
"austinlm19@gmail.com"
] | austinlm19@gmail.com |
d632e05422e40c24e49994f2baafa59c74dac98d | e08608b224c1d5f5b1460c19322144e0106a116e | /Code/Projects/TaxiByNight/src/Bunnies/MainMenuPanel.h | 0cb92f55e7746dd69067d4b895a8275802af1555 | [] | no_license | asmCode/steering_test | 469efc4184d22eab86a023747b7444e1569e1694 | 16fa9f87a8b9371f80e803408cc36cff292cf177 | refs/heads/master | 2016-09-10T21:16:18.506839 | 2015-01-04T16:48:14 | 2015-01-04T16:48:14 | 15,961,947 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 498 | h | #pragma once
#include "Control.h"
#include "IControlEventsObserver.h"
class GameController;
class MainMenuPanel :
public Control,
public IControlEventsObserver
{
private:
MainMenuPanel(GameController *gameController);
// Control interface
void OnDraw(float time, float seconds);
// IControlEventsObserver in... | [
"majakthecoder@gmail.com"
] | majakthecoder@gmail.com |
2697e6bfc09f70305fb3ace654a4ac81361df9b7 | 3565f603491afe32b589ad6fa4d694f5e135d51d | /src/stock.hpp | 85a2608c5b0b3106baea5e04f899ebcbdf3707f0 | [] | no_license | jpajaror/dcalcpp | 53722c1fd7c41d4fa80a9e545c884566f4741d2a | cbf08a4744be46532d6fd38788078a0ab3dd507f | refs/heads/master | 2020-03-25T22:34:17.831016 | 2018-08-20T21:13:54 | 2018-08-20T21:13:54 | 144,229,883 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 834 | hpp | #ifndef STOCK_H
#define STOCH_H
#ifndef MONEY_DECIMALS
#define MONEY_DECIMALS 5
#endif
class Stock{
string tick;
string name;
long price;//Can be 32 bits, 5 decimals included
long q_div;
long a_div;
public:
Stock(string tick){
this.tick = tick;
}
void setName(string name){
this.name = nake;
... | [
"joswill@Joswills-MacBook-Air.local"
] | joswill@Joswills-MacBook-Air.local |
e96d740d850b46560dd3b1a74a4710a729175e41 | 0d83288d8996b8ca7394d04648bbc371b89d687f | /Graphics/GraphicsEngine/interface/PipelineState.h | 1410c067c81fdf953724f9b4fdcbdb2f945a84ac | [
"Apache-2.0"
] | permissive | IngoChou/DiligentCore | 6d5fc5381056958559c2d2622822868a06d6b09a | df6a316b684e2f2214e0b987f735c3e20a1d3418 | refs/heads/master | 2020-11-29T17:07:28.296733 | 2019-12-25T23:11:48 | 2019-12-25T23:11:48 | 230,174,739 | 1 | 0 | Apache-2.0 | 2019-12-26T01:38:13 | 2019-12-26T01:38:12 | null | UTF-8 | C++ | false | false | 12,623 | h | /* Copyright 2019 Diligent Graphics LLC
*
* 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
*
* THE SOFTWARE IS PROVIDED "AS... | [
"egor.yusov@gmail.com"
] | egor.yusov@gmail.com |
620d3f047fbb817025932bb797894ddc142d9f2f | bfa8064b2351145c900e58a9f9118932a4261ada | /1097.cpp | a41ee03745794663de764c42c042546ba98dc16c | [] | no_license | SHafin007/URI-ONLINE-JUDGE | f44db5e16d94615711105910e473cba0caf0a2dc | 45b5b188ca20cab8df7f35f1442a308ff072c314 | refs/heads/master | 2020-03-25T03:25:35.391827 | 2018-08-04T21:49:16 | 2018-08-04T21:49:16 | 143,341,075 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 181 | cpp | #include<iostream>
using namespace std;
main(){
int a=7,k;
for(int i=1;i<=10;i=i+2){
for(int j=1,k=a;j<=3;k--,j++){
cout<<"I="<<i<<" "<<"J="<<k<<endl;
}
a=a+2;
}
}
| [
"opriyoshafin@gmail.com"
] | opriyoshafin@gmail.com |
a6abcea6067b53b67c70cb34edc79c290d4732b1 | 7232a5edf160ce8d26855dfcd980fa1c6e2f4f2c | /src/libzerocoin/CoinSpend.h | db4898d2d522db96ceeceb606cb45f884226375f | [
"MIT"
] | permissive | stakework/stakework | d528560301e5abc29e2ff584d205f1a991ed1e04 | f21061082daf6ce20db59ad46a7b26f5b550d324 | refs/heads/master | 2020-05-13T18:27:34.858819 | 2019-04-17T08:38:24 | 2019-04-17T08:38:24 | 181,602,868 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,452 | h | /**
* @file CoinSpend.h
*
* @brief CoinSpend class for the Zerocoin library.
*
* @author Ian Miers, Christina Garman and Matthew Green
* @date June 2013
*
* @copyright Copyright 2013 Ian Miers, Christina Garman and Matthew Green
* @license This project is released under the MIT license... | [
"admin@bitstake.org"
] | admin@bitstake.org |
467036280da7366c32b446df2c41a5f74c5f0913 | ef42f6e7cc879160aac0374b2859ca5fce3a60a8 | /src/async/imap/MCIMAPFolderStatusOperation.h | 21b69edffc142974a43a675166c094cae13db80f | [
"BSD-2-Clause"
] | permissive | silenteh/mailcore2 | 595b5a870e70c2b83543ba2a2e71575698ba49d8 | c164e9f868fa101bcc344c083af33765e48cf732 | refs/heads/master | 2020-12-25T05:36:27.599266 | 2013-06-12T12:39:59 | 2013-06-12T12:39:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 987 | h | //
// MCIMAPFolderStatusOperation.h
// mailcore2
//
// Created by Sebastian on 6/5/13.
// Copyright (c) 2013 MailCore. All rights reserved.
//
#ifndef __MAILCORE_MCIMAPFOLDERSTATUSOPERATION_H_
#define __MAILCORE_MCIMAPFOLDERSTATUSOPERATION_H_
#include <MailCore/MCIMAPOperation.h>
#ifdef __cplusplus
namespace ... | [
"silenteh@gmail.com"
] | silenteh@gmail.com |
d7a2320299d5727abc702d20f852fd4955c90fdc | baae2eda20f6777f93d155fcc10b8ebd296aba41 | /qtfred/src/ui/QtGraphicsOperations.h | c68b23fa20facb683b52f076d5ed465d68641f39 | [] | no_license | rodrigobmg/fs2open.github.com | 62ec24927ffacbc2126c9ab6445b8ed08e748f56 | ae17e3f4b7f956cff92c5d2dc2c46f73b142e193 | refs/heads/master | 2020-03-10T02:28:54.759459 | 2018-04-09T15:08:27 | 2018-04-09T15:08:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,553 | h | #pragma once
#include <osapi/osapi.h>
#include "mission/Editor.h"
#include "FredView.h"
#include <QtGui/QOpenGLContext>
namespace fso {
namespace fred {
class QtOpenGLContext: public os::OpenGLContext {
std::unique_ptr<QOpenGLContext> _context;
public:
QtOpenGLContext(std::unique_ptr<QOpenGLContext>&& context);
... | [
"asarium@gmail.com"
] | asarium@gmail.com |
a98436a88b0c90b9b586687ac446f6548e848d8c | 743d902cacdfc47fb1bb29f796aba42f7b6f35ea | /UVA/11703.cpp | 68e3823afba50eff3f0672658b9c6a21cc7f261b | [] | no_license | dougnobrega/Marathon-Training | b2cf14236180067e3c530eecf66221a9a53558e1 | 743c4d7b84db2939c4f23f78ee2808b8390e05a5 | refs/heads/master | 2021-06-28T17:04:33.912087 | 2019-04-23T02:48:17 | 2019-04-23T02:48:17 | 143,894,959 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,046 | cpp | #include <bits/stdc++.h>
using namespace std;
// Typedef's start //
typedef long long ll;
typedef pair<int,int> pii;
typedef vector<int> vi;
typedef vector<ll> vll;
typedef vector<pii > vpi;
// Typedef's end //
// Define's start //
#define F first
#define S second
#define PB push_back
#define ... | [
"dougnobrega22@gmail.com"
] | dougnobrega22@gmail.com |
415e919ce387b5feaf9569a8ece5a6a6deb94280 | 4efc9b3494ca74c8c737a54991712c78da1a7003 | /numerical/statistic_.cpp | cf869279dada5f71e1579c7a8b31038e71e0372a | [] | no_license | leonshen33/freesurface_mesh | b104a47c288e2f2433e3d6f688aef2d9695c9e84 | 069c56e8e46f16595496af948c2a3ddfe216f88d | refs/heads/main | 2023-08-25T20:45:05.385483 | 2021-10-14T06:21:48 | 2021-10-14T06:21:48 | 416,989,775 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,763 | cpp | /*=============================================================================
File: statistics.cpp
Purpose:
Revision: $Id: statistic_.cpp,v 1.2 2002/05/13 21:07:45 philosophil Exp $
Created by: Philippe Lavoie (18 February 1999)
Modified by:
Copyright notice:
Copyright (C) 19... | [
"leon.shen@okstate.edu"
] | leon.shen@okstate.edu |
b38b9884b1b4174f08370498bce5da503e4e0c77 | 25530bb0da97911d147a6d29ae9bc332566cbe55 | /FluidEngine/Engine/Math/ConstantVectorField2.cpp | 457e5dc9f61bc8759a0a3b36e8b85b1bb8efc5b9 | [] | no_license | LCM1999/FluidEngine | 579a84702dce2a33ed2803a5acb701750389b916 | 0814ef8e4f740a170351ae4c3b90f23856020104 | refs/heads/master | 2022-05-05T05:12:56.179735 | 2019-10-31T03:38:27 | 2019-10-31T03:38:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 985 | cpp | #include "ConstantVectorField2.h"
namespace Engine
{
ConstantVectorField2::ConstantVectorField2(const Vector2D& value) : _value(value) { }
Vector2D ConstantVectorField2::sample(const Vector2D& x) const { return _value; }
std::function<Vector2D(const Vector2D&)> ConstantVectorField2::sampler() const
{
... | [
"1579148717@qq.com"
] | 1579148717@qq.com |
59002747a5701453d899e5dc6cf6ac6ebfe08bc8 | 477c6950a1ce6a810f1d38e1dce89857efd1628f | /The Simpsons Arcade/GameOverScene.h | b052d7db4ab92cf46eebd674a38e87d66d0051c0 | [
"MIT"
] | permissive | jowie94/The-Simpsons-Arcade | 85999adaf7178f6d6db34123c5d044fe75e2b13d | 61ec495fb035024cfef1af11493f3a3de2756036 | refs/heads/master | 2021-01-12T08:32:53.124110 | 2017-04-25T13:14:13 | 2017-04-25T13:14:13 | 76,608,160 | 3 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 356 | h | #ifndef __GAMEOVER_SCENE_H__
#define __GAMEOVER_SCENE_H__
#include "Scene.h"
#include "ModuleFonts.h"
class GameOverScene :
public Scene
{
public:
GameOverScene(bool active);
~GameOverScene();
bool Start() override;
update_status Update() override;
bool CleanUp() override;
private:
ModuleFonts::Font* _font;
... | [
"jowie.jowie@gmail.com"
] | jowie.jowie@gmail.com |
1c87f52d98363ddecbe26d91c57fd52aabda7fed | 2d549ea3ce6156c98a082812b0eb257097b029a2 | /C++Templates/src/TemplateStudy/04_Function Template/FT_11.cpp | 812d01e71c47d923c0c2062023134ca59aed85c2 | [] | no_license | xtozero/Study | da4bbe29f5b108d0b2285fe0e33b8173e1f9bbb1 | 61a9e34029e61fb652db2bf4ab4cd61405c56885 | refs/heads/master | 2023-07-14T02:13:39.507057 | 2023-06-25T09:03:48 | 2023-06-25T09:03:48 | 81,724,549 | 3 | 0 | null | null | null | null | UHC | C++ | false | false | 783 | cpp | #include <iostream>
#include <cstdlib>
template <typename T>
const T& min( const T& lhs, const T& rhs )
{
std::cout << "min( T, T )" << std::endl;
return lhs < rhs ? lhs : rhs;
}
/*
const int& min( const int& lhs, const int& rhs )
{
std::cout << "min( const int& lhs, const int& rhs )" << std::endl;
return lhs < rhs... | [
"xtozero@naver.com"
] | xtozero@naver.com |
e7c6be79d6c74fdca4f529cad16b765a7521a671 | 3599814b91c9d3e90b669b0f0e97df56173de789 | /src/filteractionjob_p.h | 887222406a299b2b83eab7def261c0af9de3c8ca | [
"CC0-1.0",
"BSD-3-Clause"
] | permissive | KDE/akonadi-mime | 364d3aecc3b55ad62829d2194c2d8e2e266415fb | 640ffea6077a2260ee73eba048dc3d1ba52f75b9 | refs/heads/master | 2023-08-23T11:23:27.278215 | 2023-08-03T02:12:39 | 2023-08-03T02:12:39 | 62,258,007 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,744 | h | /*
SPDX-FileCopyrightText: 2009 Constantin Berzan <exit3219@gmail.com>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#pragma once
#include "akonadi-mime_export.h"
#include <Akonadi/Item>
#include <Akonadi/TransactionSequence>
#include <memory>
namespace Akonadi
{
class Collection;
class ItemFetchScope;
cl... | [
"montel@kde.org"
] | montel@kde.org |
635dbb80734bfb4585c1cbbc6167ccff8389b4cb | 20dc0cfd0a3e7eedf0eda6e51ccaa1e33e34dfe6 | /poj/1146.cc | 7a32746b14c0c8dd09828217bbc1a20561b3f3d9 | [] | no_license | ZeroWen/ACM | 8436146687c625c8753fbe1cbbe006127618deaa | 6f616288817a093685e6e3cbc963f411f5478fc0 | refs/heads/master | 2020-12-03T10:25:42.195462 | 2015-06-15T16:47:52 | 2015-06-15T16:47:52 | 37,710,762 | 3 | 0 | null | 2015-06-19T08:28:34 | 2015-06-19T08:28:32 | C | UTF-8 | C++ | false | false | 3,183 | cc | /*
* =====================================================================================
*
* Filename: 1146.c
*
* Description:
* It is 2084 and the year of Big Brother has finally arrived, albeit a century late. In order to exercise greater control over its citizens and thereby to counter a chron... | [
"j.kuo2012@gmail.com"
] | j.kuo2012@gmail.com |
f04f0a1d23dbaad30c905331de36718b417b405e | 32f5701913bb483301183b3df202039573378264 | /c++/牛客网/编程初学者模块/BC128_小乐乐计算求和.cpp | 00def21e609ebbc1aac6656b8576b73a6274d44f | [] | no_license | msclam/CodeRepo | bb862de27a85efbc5baed70da3edfd29b509ebb1 | a3e38573e1a442edb712cf59f0b43b71f40cae0e | refs/heads/master | 2023-07-28T07:06:26.045181 | 2021-09-18T06:53:48 | 2021-09-18T06:53:48 | 406,753,461 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 324 | cpp | #include <bits/stdc++.h>
using namespace std;
int fun(int n) {
int res = 1;
for (int i = 1; i <= n; i ++ ) {
res *= i;
}
return res;
}
int main() {
int n;
cin >> n;
int res = 0;
for (int i = 1; i <= n; i ++ ) {
res += fun(i);
}
cout << res << endl;
return ... | [
"1938181753@qq.com"
] | 1938181753@qq.com |
29a546c2adce4e0b40eaa433614e4c3345e3cfce | 910d7cc35e1d0cb7ca0ec01bd25000fcae9bf2b3 | /Sanchez Contreras Gonzalo.cpp | 5f1c6f99aeb662d56fe3db821ea5fb0630fb36ad | [] | no_license | Andres-Perez-Garcia/utd-grupo-b-1-coding | fb4398fc1549b12923325010706b4845610c0030 | 256222b47de1b2e546e0d182b29f8f6308123840 | refs/heads/master | 2022-12-09T07:22:56.233816 | 2020-09-25T23:24:53 | 2020-09-25T23:24:53 | 298,933,297 | 0 | 0 | null | 2020-09-27T02:00:14 | 2020-09-27T02:00:14 | null | UTF-8 | C++ | false | false | 622 | cpp | <<<<<<< HEAD
=======
>>>>>>> 0d9e8284daf9f44db6c1725d05bd788c61ceb987
//libreria que se va a estudiar
#Include <stdlib.h>// libreria estandar para realizar tareas
#Include <stdlib.h>// libreria estandar para la entrada y salida de informacion en pamtalla
Sanchez Contreras Gonzalo
//funcion principal
int main(); {... | [
"71303831+Gonzalo123-propapu@users.noreply.github.com"
] | 71303831+Gonzalo123-propapu@users.noreply.github.com |
908c66abd628ef4861887dfe8b0d677db0daf787 | 6b2679182dd37329e2340ce787f412f9aae75901 | /practices/C++/pybind11/example/example.cpp | 1daf3927e751b22ca790be2b3cb9c8625746466d | [] | no_license | RWTHsniper/projects | d6a30c311f5edd516985e1eb302897e22ac08597 | 7e6a368d0d3cbefca7c9c265bc66b09ac9a3fb5d | refs/heads/master | 2022-06-12T22:31:07.598776 | 2022-06-04T14:07:26 | 2022-06-04T14:07:26 | 155,676,232 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,498 | cpp | /*
c++ -O3 -Wall -shared -std=c++11 -undefined dynamic_lookup $(python3 -m pybind11 --includes) example.cpp -o example$(python3-config --extension-suffix)
$ python
Python 2.7.10 (default, Aug 22 2015, 20:33:39)
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.1)] on darwin
Type "help", "copyright", "credits" or ... | [
"jaeyong.jung@rwth-aachen.de"
] | jaeyong.jung@rwth-aachen.de |
0e280ee9d34f26cc9657d49b67ab42dd99c3041f | 7902a7abf6ab4d3d831d8793e3dc0135f38ea850 | /OnlineJudges/BOJ/14545/main.cc | f0a9d65e389afe1f282c7e055bd9d11e46198493 | [] | no_license | jazz4rabbit/problem-solving | 5c26cf31e903dfaa5ad26d1c3daecad867dac6c2 | 7c2edd2ee940572e5471dc95aeb77d0ee52af2a0 | refs/heads/master | 2020-08-06T04:49:28.045894 | 2019-11-03T03:55:03 | 2019-11-03T03:55:03 | 212,840,649 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 279 | cc | #include <iostream>
using namespace std;
int P, l;
int main(void)
{
ios::sync_with_stdio(false), cin.tie(NULL);
// a(n) = n*n + (n-1)*(n-1) + ... + 1
cin >> P;
while (P--) {
cin >> l;
cout << l*(l+1)/2*(2*l+1)/3 << '\n';
}
return 0;
}
| [
"jazz4rabbit@gmail.com"
] | jazz4rabbit@gmail.com |
a6a4b89ce7afae64c5df2bed805f825fffcfe4f6 | 16626a0cd79aa7701b63e98bbc2a81da4e3ade0e | /leetcode/307_range_sum_query.cpp | 661114eca3c06ef64dab4e3d1d2eb98cad7a006d | [] | no_license | AndreMouche/algorithms_study | 1ae3e00e4db1047f71158d188f6102ceffee2def | 05bc75716ef5c227958b3a363912f57b1e1b41f3 | refs/heads/master | 2022-12-13T03:41:23.998558 | 2022-12-02T13:43:37 | 2022-12-02T13:43:37 | 5,314,981 | 6 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,249 | cpp | #include<stdio.h>
#include<vector>
using namespace std;
struct Node {
int left;
int right;
int sum;
Node* nleft;
Node* nright;
Node(){}
Node(int l,int r) {
left=l;
right=r;
nleft=NULL;
nright=NULL;
}
};
class NumArray {
public:
Node* root;
vector<int> nums;
// sum[i][length]... | [
"wuxuelian@trthi.com"
] | wuxuelian@trthi.com |
3d53d87d9c46d26b61d52b2d1eb7f39160c7921f | 843910b963dca4555308d2736c26fa0234d631a6 | /IoLib/src/CMemoryStream.h | 1a5f2b2a2f9f89886b57bcfa340bb2fc053f598a | [] | no_license | kobake/KppLibs | 1bbb11bbea8765738e975ddde81d8536c6a129f1 | 60d9343a41260f3d90be61b1e6fd4ee31b05d05b | refs/heads/master | 2021-01-17T19:26:04.315121 | 2020-03-28T00:37:43 | 2020-03-28T00:37:43 | 58,841,018 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 850 | h | #pragma once
#include <BaseLib.h>
#include "CInputStream.h"
class CMemoryInputStream : public CInputStream{
public:
CMemoryInputStream(const void* p,uint len);
CMemoryInputStream(Memory mem);
bool good() const;
bool Eof() const;
int Read(void* p,int size);
void peek(void* p,int size);
void skip(uint n);
voi... | [
"kobake@users.sourceforge.net"
] | kobake@users.sourceforge.net |
930c2f9262d5996a1103095fd9493cc8ef648dca | 7e7d2638270a4f300cfc351683a114cb6a5d073e | /SourceCode/Render/CommonTypes.h | 1ee8d383292c5c132c987d082012b115af400de1 | [] | no_license | nobitalwm/FCEngine | 2cb12b519d36d93533ba1fcca9fc0c1b28136d61 | 30da69199e7940a1eaf879142b41feb4d7709acd | refs/heads/master | 2020-06-15T03:02:04.834390 | 2014-05-11T06:33:04 | 2014-05-11T06:33:04 | 19,659,211 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,538 | h | #ifndef RENDER_COMMONTYPES_H__INCLUDE
#define RENDER_COMMONTYPES_H__INCLUDE
class CTex
{
public:
float u, v;
CTex(float u = 0.f, float v = 0.f):u(u),v(v){}
};
class CColor
{
public:
unsigned char r, g, b, a;
CColor()
{
r = 0;
g = 0;
b = 0;
a = 0;
}
CColor(... | [
"loveybeyond@163.com"
] | loveybeyond@163.com |
92323720aa0448e0557db1545c57eea232d60320 | 79e4992f38a158a2adf5f9a6130562ded0842a9a | /CleanCodeCourse2019/CurrentAccount.h | 70bd3574a105cc960305d43a78d3d579fdcb3d0a | [] | no_license | rdrangova/CleanCode-FMI-2019 | 62018f993a92d308c788be5de1ecfbd5019ebeaf | fb598313bc729394a6d14fc60d4bbf9cab0f8e9d | refs/heads/master | 2020-06-12T23:16:07.698737 | 2019-07-04T23:15:58 | 2019-07-04T23:15:58 | 194,457,766 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 363 | h | #pragma once
#include "Account.h"
class CurrentAccount :public Account
{
public:
CurrentAccount();
CurrentAccount(string iban, unsigned long long ownerId, double amount);
virtual void deposit(double toBeAdded) override;
virtual bool withdraw(double toBeRemoved) override;
virtual void display() const override;
v... | [
"rdrungova@gmail.com"
] | rdrungova@gmail.com |
0cce866171534effcbaf3fdedbe5a09f58c2fc84 | c8614af94547cac1407208cdc290705d52152ce2 | /slsDetectorCalibration/interpolations/eta2InterpolationBase.h | 26431ed92c66972f9b11d32477419cef43b79732 | [] | no_license | esrf-bliss/slsDetectorPackage | 91ea0109e88a804990a00afa16cfb83173feec9a | a6e23b0509e1536eaf014e0cce94c0d5d08c9cac | refs/heads/developer | 2023-04-29T21:57:29.848180 | 2020-12-01T17:40:45 | 2020-12-01T17:40:45 | 116,962,990 | 0 | 0 | null | 2019-03-13T12:20:19 | 2018-01-10T13:43:13 | C++ | UTF-8 | C++ | false | false | 8,969 | h | #ifndef ETA2_INTERPOLATION_BASE_H
#define ETA2_INTERPOLATION_BASE_H
#ifdef MYROOT1
#include <TObject.h>
#include <TTree.h>
#include <TH2D.h>
#include <TH2F.h>
#endif
#include "etaInterpolationBase.h"
class eta2InterpolationBase : public virtual etaInterpolationBase {
public:
eta2InterpolationBase(int nx=400, in... | [
"anna.bergamaschi@psi.ch"
] | anna.bergamaschi@psi.ch |
36f09d4e6ff3b2452f47fb84d3de94bd2b16c4c5 | cb8b5cc1f2c922b66a80cb29eebf0c987287ea25 | /LSettingsRelier.h | cd2c2ef590ca8aebddebc16f2a6ed51c919a3401 | [
"MIT"
] | permissive | wuwuzhazha/Lobster-SDK | 06d2c99b55bc319190601c66c66ace2c251dbffb | 6b05a8aeaccab597a3512ed6ee0d005be929cb0b | refs/heads/main | 2023-06-03T20:29:38.475948 | 2021-06-03T08:06:59 | 2021-06-03T08:06:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 850 | h | #ifndef LSETTINGSRELIER_H
#define LSETTINGSRELIER_H
#include <QString>
#include "LTree.h"
#include "LObixObj.h"
// Tree for configuration
typedef LTree<LObixObj>::Iterator LObixTreeMutableIter;
typedef LTree<LObixObj>::ConstIterator LObixTreeIter;
class LSettingsRelier
{
public:
LSettingsRelier() {}
... | [
"caizhuping@glbpower.com"
] | caizhuping@glbpower.com |
d2012e9e0669320342c74e9d52e1c9e331d431f6 | 9668e10e25ce4ad9d0610944ae9a6fbb420e4a33 | /include/ftl/memory.h | b4f49ead375599ab41f95a72d6572150be95307f | [
"Zlib"
] | permissive | mmoadeli/ftl | f6bad64da6fab669722e2f52ca2a17e77359d1d3 | afc4490aa8d546a612ace99d05556781e5ad7bb9 | refs/heads/master | 2021-01-17T21:52:42.103472 | 2013-06-26T20:23:52 | 2013-06-26T20:23:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,469 | h | /*
* Copyright (c) 2013 Björn Aili
*
* 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 anyone to use this software for any purpose,
* including commerci... | [
"bjorn.aili@gmail.com"
] | bjorn.aili@gmail.com |
5557e05681236f0d8b32543da9eec6fca3db7dac | d423d3e14b80a4b6b3b62754a84a23282143801a | /PCSend/main.cpp | 1faa7597d15edccc96f9b708bbce21808b72ddaf | [] | no_license | mheydorn/CameraFrame | 65fb90036d577c3c0f78e140a74f9cbccf366bae | 98a2d99ba17c6d3d754c20cf7768828333047e76 | refs/heads/master | 2021-01-23T10:39:42.829583 | 2017-06-08T16:38:10 | 2017-06-08T16:38:10 | 93,083,850 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 332 | cpp | #include "mainwindow.h"
#include <QApplication>
#include <QtCore/QCoreApplication>
#include "qextserialport/src/qextserialport.h"
#include <qfontdatabase.h>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.setWindowTitle("Camera Frame Controller");
w.show();
return ... | [
"matthew.heydorn@gmail.com"
] | matthew.heydorn@gmail.com |
5e7323cadf949ca6771606b02d564f40a1d93d74 | a0c4ed3070ddff4503acf0593e4722140ea68026 | /source/RPC/MIDLNEW/BACK/SRC/OUTAUX.CXX | 80780031e5f062aa6c8d98513fcb3040c244cd7b | [] | no_license | cjacker/windows.xp.whistler | a88e464c820fbfafa64fbc66c7f359bbc43038d7 | 9f43e5fef59b44e47ba1da8c2b4197f8be4d4bc8 | refs/heads/master | 2022-12-10T06:47:33.086704 | 2020-09-19T15:06:48 | 2020-09-19T15:06:48 | 299,932,617 | 0 | 1 | null | 2020-09-30T13:43:42 | 2020-09-30T13:43:41 | null | UTF-8 | C++ | false | false | 55,979 | cxx | /*++
Copyright (c) 2000 Microsoft Corporation
Module Name:
outaux.cxx
Abstract:
This module generates helper routine definitions and invocations.
Author:
Donna Liu (donnali) 09-Nov-1990
Revision History:
26-Feb-2000 donnali
Moved toward NT coding style.
--*/
#include "nulldefs.h... | [
"71558585+window-chicken@users.noreply.github.com"
] | 71558585+window-chicken@users.noreply.github.com |
b2889ab69344bf465f9ded3ee4a5fa3e6fde99d6 | 425ab06a4bdf1ee98b89ba201b55142587232f7a | /catch/include/catch/EqualsMat.hpp | fd9f4c057f37a73029428557e62fa9e9a5bd810a | [] | no_license | xaedes/Headtracking-AR-Rendering | 0bd7a957d142b3521ffa901a6d6dd35d85ba77ea | db097e0fb700fb173f80f0b6b63725c1240a5884 | refs/heads/master | 2021-05-06T20:39:06.754760 | 2017-12-10T13:39:05 | 2017-12-10T13:39:05 | 112,486,651 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,161 | hpp |
#include <opencv2/opencv.hpp>
#include "catch/catch.hpp"
// The matcher class
class MatMatcher : public Catch::MatcherBase<cv::Mat>
{
public:
MatMatcher(cv::Mat mat, float_t eps=1e-3)
: m_mat(mat)
, m_epsilon(eps)
{}
MatMatcher epsilon(float_t eps)
{
m_epsilon = eps;
}
... | [
"xaedes@gmail.com"
] | xaedes@gmail.com |
861916aac7f433e81f69b58776298343e3b5d47f | 07cb020eb4cd7ef4f8c873c144f8b099a2cd3829 | /文本查询程序(c++primier)/TextQuery.h | d03ddf6fafcdecc05449897f9b391bac6a3f5a2c | [] | no_license | njumathdy/demo-projects | 1b149fdbe97cd5d0ab3e554b9d09c5cfea742740 | 553261a798a66460cf29c065eac0a99ffb2dbcab | refs/heads/master | 2020-05-07T12:15:29.729154 | 2019-06-11T12:30:05 | 2019-06-11T12:30:05 | 180,496,476 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 539 | h | #ifndef TEXTQUERY_H
#define TEXTQUERY_H
#include <vector>
#include <memory>
#include <set>
#include <map>
#include <string>
#include <fstream>
#include "QueryResult.h"
using namespace std;
class QueryResult;
class TextQuery {
public:
using line_no = vector<string>::size_type;
TextQuery(ifstream&);
Quer... | [
"15850788569@163.com"
] | 15850788569@163.com |
821f1784ef87ef453fb3fa25437f85b8af87d9e1 | b61f4a1fc17944b3cc53e9ed8d12f3b51dcfb3ca | /LPCGraphicsProject-Windows-Eclipse/include/internal.h | 189bcee4658a6e163ee90ba7ec00eaaae6e7ef43 | [] | no_license | cschatz-teaching/lpcgraphics | 27018829a2b35c14c4e330fba05f583ed82d59ba | c48fe0ac4b7c1c14254035bb3f4b7f0a7936bcf2 | refs/heads/master | 2020-03-07T02:12:45.726424 | 2018-05-08T04:05:22 | 2018-05-08T04:05:22 | 127,203,118 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,841 | h | #ifndef internal_h
#define internal_h
#include <string>
#include "CImg.h"
using namespace std;
#define KEYS cimg_library::cimg
typedef void* Image;
const unsigned int keyESC = cimg_library::cimg::keyESC;
const unsigned int keyF1 = cimg_library::cimg::keyF1;
const unsigned int keyF2 = cimg_library::cimg::keyF2;
cons... | [
"colin.schatz@gmail.com"
] | colin.schatz@gmail.com |
8f6eb1fe89c2c06249cac0f2033e70d3b316d220 | 9d364070c646239b2efad7abbab58f4ad602ef7b | /platform/external/chromium_org/chrome/browser/profiles/chrome_version_service.h | 06b496e112f39dba81c990cd0e9dd0e8eb7fe8da | [
"BSD-3-Clause"
] | permissive | denix123/a32_ul | 4ffe304b13c1266b6c7409d790979eb8e3b0379c | b2fd25640704f37d5248da9cc147ed267d4771c2 | refs/heads/master | 2021-01-17T20:21:17.196296 | 2016-08-16T04:30:53 | 2016-08-16T04:30:53 | 65,786,970 | 0 | 2 | null | 2020-03-06T22:00:52 | 2016-08-16T04:15:54 | null | UTF-8 | C++ | false | false | 822 | h | // Copyright (c) 2012 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 CHROME_BROWSER_PROFILES_CHROME_VERSION_SERVICE_H_
#define CHROME_BROWSER_PROFILES_CHROME_VERSION_SERVICE_H_
#include <string>
#include "base... | [
"allegrant@mail.ru"
] | allegrant@mail.ru |
b947693269abe9a01336295f1dbd0eb94e884fd2 | 5a60d60fca2c2b8b44d602aca7016afb625bc628 | /aws-cpp-sdk-iotevents-data/source/model/BatchDisableAlarmResult.cpp | 55a44eab43413ceb7733acccaa698f2d1018bac0 | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | yuatpocketgems/aws-sdk-cpp | afaa0bb91b75082b63236cfc0126225c12771ed0 | a0dcbc69c6000577ff0e8171de998ccdc2159c88 | refs/heads/master | 2023-01-23T10:03:50.077672 | 2023-01-04T22:42:53 | 2023-01-04T22:42:53 | 134,497,260 | 0 | 1 | null | 2018-05-23T01:47:14 | 2018-05-23T01:47:14 | null | UTF-8 | C++ | false | false | 1,236 | cpp | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/iotevents-data/model/BatchDisableAlarmResult.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <aws/core/AmazonWebServiceResult.h>
#include <aws/core/utils/StringUtils.h>
#incl... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.