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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c383eef98ef613a848b08518b103d9f740ca578a | 83d681d15c07c7e2668deaf98f1bbb3479846087 | /QFF/Qff/SurvivalCurve.cpp | 3a774ccf4081af1ca3d6ffc96cccbd2c5a34a885 | [
"LicenseRef-scancode-free-unknown",
"MIT"
] | permissive | QuantFinanceFramework/QFF | d38b513a9e7a6f04ccb66eba02084d4edb3e500d | 6a9bf51d8f80d862d4e952b2fe33f21d9697a40a | refs/heads/master | 2022-07-10T18:10:29.505702 | 2022-06-30T03:30:18 | 2022-06-30T03:30:18 | 119,756,771 | 3 | 3 | MIT | 2020-03-20T11:10:27 | 2018-01-31T23:29:29 | C++ | UTF-8 | C++ | false | false | 1,941 | cpp | #include "SurvivalCurve.h"
#include <algorithm>
#include "DateFunctions.h"
using boost::gregorian::date;
using std::map;
using std::unique_ptr;
using std::vector;
namespace qff {
SurvivalCurve::SurvivalCurve(date curve_date, vector<date> dates,
const vector<double>& survival_probabilities... | [
"kevin_yiu21@hotmail.com"
] | kevin_yiu21@hotmail.com |
ef0c83aead5b0c638856eef318c43995fef7904b | a9265b150a00b4f81cf82cb8bac598e13147bbae | /HonorsSection2/DirectX - TDNLib/source/system/textLoader.cpp | 395f421ddf71ba40606d2d162e6b5de78b5af6ae | [] | no_license | Honors2016ProjectA2/Main | 2f7c1dc1dc7d737524f516b84c4e4a9ba558ec90 | 830eccf808e1525ec9ddd66b7fadd95133e0869b | refs/heads/master | 2021-01-21T04:32:42.675528 | 2016-07-15T13:57:18 | 2016-07-15T13:57:18 | 54,442,708 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 8,627 | cpp | #include <windows.h>
#include "TextLoader.h"
//*****************************************************************************************************************************
//
//
//
//*****************************************************************************************************************************
... | [
"owatasosan001@gmail.com"
] | owatasosan001@gmail.com |
76e1c7acefb74c1d6ffc58abd716a4d9fd6e0505 | 6a477e7ebf9b6cd5c89ffeaef2e4cccb1fa5022b | /TrueType-exaples/Subtitle/Subtitle/main.cpp | f8eb27acae58c57d16ac3e43f0d97deee505b0c5 | [] | no_license | wudping/misc_starting | a86df399bba4c97e77b987c45c20c52397637674 | bfed68b25b5751ec4e2c6a146df315e7e136db82 | refs/heads/master | 2020-04-25T15:05:45.073045 | 2014-07-29T01:21:04 | 2014-07-29T01:21:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 309 | cpp | #include <stdio.h>
#include "subtitle_srt.h"
//#define FILE_NAME "E:\\subtitle\\srt\\the.53rd.annual.grammy.awards.srt"
//#define FILE_NAME "panda.srt"
#define FILE_NAME "subtitle1.srt"
int main(int argc,char* argv[])
{
subtitle_srt srt;
srt.load(FILE_NAME);
srt.read_srt_data();
return 0;
} | [
"hiccupzhu@gmail.com"
] | hiccupzhu@gmail.com |
162c484288986fc13f25732449b614594d792642 | 0bf5c15399a640ab8df037006543ca89dd30f768 | /main.cpp | 31afbb2ce38a266d7c5e05145087791567985a13 | [] | no_license | CosimoMarchi/Compito | 3edcd25ff4c0c53a36e7c471b69561e45bbaa539 | 1c099cb2951795a0c2e37cfc407a3fcce80c4e04 | refs/heads/master | 2021-08-26T08:09:29.716441 | 2017-11-21T20:51:31 | 2017-11-21T20:51:31 | 111,657,825 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 412 | cpp | #include<iostream>
using namespace std;
int main()
{
//
// Variabile Contatore di tipo int
//
int count=0;
//
// Ciclo che incrementa la variabile
//
for(int x=0; x<10; x++)
{
count++;
}
//
<<<<<<< HEAD
// Valore finale Variavile count
=======
// Visua... | [
"cosimo999@gmail.com"
] | cosimo999@gmail.com |
32e4c212ea1967d557e8d1e2d1d41b168a672ade | 8710f4b47da4386e401731efaa781ef3be10992c | /yolox_openvino_version2/openvino_toolkit_ubuntu18_2022.2.0.7713/runtime/include/ngraph/op/nv12_to_rgb.hpp | ed2ad3a0791741db0161968d8c5fe0b05861dafa | [] | no_license | yhwang-hub/dl_model_deploy | 3be62c00bd69cddbb1c17236238c31f62495b81b | 847dd097075ee25f817b393fd16f91083eb15500 | refs/heads/master | 2023-05-23T04:32:57.396575 | 2023-05-16T15:05:58 | 2023-05-16T15:05:58 | 578,062,937 | 65 | 18 | null | null | null | null | UTF-8 | C++ | false | false | 281 | hpp | // Copyright (C) 2018-2022 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#pragma once
#include "openvino/op/nv12_to_rgb.hpp"
namespace ngraph {
namespace op {
namespace v8 {
using ov::op::v8::NV12toRGB;
} // namespace v8
} // namespace op
} // namespace ngraph
| [
"yuehong.wang@uisee.com"
] | yuehong.wang@uisee.com |
529164b72dcf3d8b870048da530d18ff9309884c | 7d7f286b78893e608c5426cddaaf9acde5145104 | /practice/94_WordBreakII.cpp | 6d1f6da3cd1054650f907e2ea6da54dce4744c60 | [] | no_license | zqnnn/coding-note | 6b82b70364009b3e2368100e7b7b86795699a5e6 | eb2bf5b60541da501ed31644e8d86aeaf18881a2 | refs/heads/master | 2020-04-27T05:34:30.897151 | 2019-09-18T02:21:11 | 2019-09-18T02:21:11 | 174,084,412 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,837 | cpp | //
// Created by zhangqianni on 2019-07-24.
//
//给定一个非空字符串 s 和一个包含非空单词列表的字典 wordDict,在字符串中增加空格来构建一个句子,使得句子中所有的单词都在词典中。返回所有这些可能的句子。
//
//说明:
//
//分隔时可以重复使用字典中的单词。
//你可以假设字典中没有重复的单词。
//示例 1:
//
//输入:
//s = "catsanddog"
//wordDict = ["cat", "cats", "and", "sand", "dog"]
//输出:
//[
// "cats and dog",
// "cat sand dog"
//... | [
"775784772@qq.com"
] | 775784772@qq.com |
e79f938feb1c1853fa83e3998e5cf94527c960b9 | ff29fe1db22d0f6c0b637c597981bd1cea58ccd8 | /Classes/Depends/Application/Global.cpp | 2fe580663cd318d1b3999ee495eddb5106b7920c | [] | no_license | CristinaBaby/DecorateChristmas | 34603c1848eac8505fe60d480fa6db8c6febbe2a | e0d65ebf898708ce8029bda40f2e7c382e476306 | refs/heads/master | 2021-04-26T15:01:22.169475 | 2015-11-23T09:05:51 | 2015-11-23T09:05:51 | 46,609,410 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 378 | cpp | #include "Global.h"
float contentScale=1.0f;
Size screenSize;
int resourceType=SF_RESOURCES_1024_768;
float blankArea_width=0;
float blankArea_height=0;
bool soundOn=true;
bool closeAds=true;
Size design_size = Size(0, 0);
Size frame_size = Size(0, 0);
bool gIsHomeVedio = false;
bool gNoneIap = false;
... | [
"wuguiling@smalltreemedia.com"
] | wuguiling@smalltreemedia.com |
5b2b1ef5067921ce06cfec4bd2adcd5d52fcb50c | fe35c9799bc3171f7918ad2883faa3a36eff53ca | /group-privacy-server/group_privacy/mpi/BigIntegerArithmeticOperators.cpp | 8c61cbe1f970d2b4dfe163db9afaef5bfce9ba35 | [] | no_license | pawel-kieliszczyk/step-out-group-signatures | 63a1312b97884a40f8344a884e4dd62187fe07d3 | fc2c81f01a9760f5a79719e02f52ae369e8bc2a4 | refs/heads/master | 2020-12-24T14:17:44.677979 | 2018-09-12T18:13:37 | 2018-09-12T18:13:37 | 31,135,798 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,164 | cpp | /**
* @file BigIntegerArithmeticOperators.cpp
* @author Pawel Kieliszczyk <pawel.kieliszczyk@gmail.com>
* @version 1.0
*
* @section LICENSE
*
* Copyright (C) 2011 Pawel Kieliszczyk
*
* This file is part of Group Privacy.
*
* Group Privacy is free software: you can redistribute it and/or modify
* it under th... | [
"pawel.kieliszczyk@gmail.com"
] | pawel.kieliszczyk@gmail.com |
faf3a45dd86f83682f27f14104034f91aed13aca | 7e2e71956fdf70da787bf4edcfcf7ecd34fd9c99 | /o2Editor/Sources/Core/Actions/DeleteActors.cpp | 2a4efad75142d0b1f468df79474e82e9bc2f3138 | [] | no_license | dmitrykolesnikovich/o2 | 579abb53c805b117d11986017dcdb50f50d75409 | c1b9038c6f56466ab96544c0e9424e4b9baf6553 | refs/heads/master | 2020-03-13T00:31:46.701057 | 2018-04-23T19:33:58 | 2018-04-23T19:33:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,878 | cpp | #include "stdafx.h"
#include "DeleteActors.h"
#include "Scene/Actor.h"
#include "SceneWindow/SceneEditScreen.h"
#include "TreeWindow/ActorsTree.h"
#include "TreeWindow/TreeWindow.h"
namespace Editor
{
DeleteActorsAction::DeleteActorsAction()
{}
DeleteActorsAction::DeleteActorsAction(const Vector<Actor*>& deletin... | [
"zenkovichan@gmail.com"
] | zenkovichan@gmail.com |
1418c406df6c4cb5c144ff9e4e84bda2e2d2ea87 | 534e2e3d8d8bebd2366c0fee60886d84597ee0ef | /TIOJ/1598.cpp | 39060d3b9d13cda12a5a05e7320eeedb3a696cfb | [] | no_license | coldEr66/online-judge | a8844d3f35755adafd4f43a1f08ce56b6b870601 | e85ec0750d92dd00133c93284085a0f5d8a11d36 | refs/heads/master | 2021-09-07T01:58:10.634492 | 2021-07-28T16:31:13 | 2021-07-28T16:31:13 | 128,494,315 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,922 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef double lf;
typedef pair<int,int> ii;
typedef pair<ii,int> iii;
#define REP(i,n) for(ll i=0;i<n;i++)
#define REP1(i,n) for(ll i=1;i<=n;i++)
#define RREP(i,n) for (int i=n-1;i>=0;i--)
#define RST(i,n) memset(i,n,sizeof i)
#define SZ(a) (ll)a.size... | [
"seal1000402@gmail.com"
] | seal1000402@gmail.com |
bc895996fa7e201f79f461dd909718f821f6dc28 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/collectd/gumtree/collectd_repos_function_1027_collectd-5.0.1.cpp | 3e815139a060f434ec11eb5bb7a412b0857f8aff | [] | 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 | 1,156 | cpp | static int receive_loop (void) /* {{{ */
{
pinba_socket_t *s;
s = pinba_socket_open (conf_node, conf_service);
if (s == NULL)
{
ERROR ("pinba plugin: Collector thread is exiting prematurely.");
return (-1);
}
while (!collector_thread_do_shutdown)
{
int status;
nfds_t i;
if (s->fd_nu... | [
"993273596@qq.com"
] | 993273596@qq.com |
ff52bd7ff3f7b9d0e620d35a1836ac7d3831eb68 | 4df97e21fa3924c8f4204ab52c2a66618f0a18fa | /LimaDetector/specifics/ProsilicaCCD/ProsilicaCCDClass.cpp | df0bb762837797335b4001715b0d4171ba25ddd8 | [] | no_license | soleil-ica/Lima-tango | 0edda611fd3c80c998486e439d59889d44cc944b | ef051dc3a619c8d845d1b1c1bd7f695964bba82b | refs/heads/master | 2021-01-18T05:50:04.894814 | 2015-11-06T11:24:42 | 2015-11-06T11:24:42 | 6,884,986 | 0 | 2 | null | 2012-12-11T16:10:31 | 2012-11-27T14:43:06 | C++ | UTF-8 | C++ | false | false | 12,741 | cpp | static const char *ClassId = "$Id: $";
static const char *TagName = "$Name: $";
static const char *CvsPath = "$Source: $";
static const char *SvnPath = "$HeadURL: $";
static const char *HttpServer = "http://www.esrf.fr/computing/cs/tango/tango_doc/ds_doc/";
//+============================================... | [
"noureddine@synchrotron-soleil.fr"
] | noureddine@synchrotron-soleil.fr |
971185d263dfd4652ac4ec8b01cfabefd45c088b | 12cf27e6585ed8ed72522d3f9bd51bc50b199b1c | /GuessTheWord.h | 07a4caea958727c971809bca8a423335435d431d | [] | no_license | ageorge/Hangman | e426d6fc671071787292cca58c45d41b9ca68dff | 3ce80a9b5f148602b2d85abeb6eaf88a13382a71 | refs/heads/master | 2020-04-22T14:55:15.289065 | 2019-02-13T07:24:10 | 2019-02-13T07:24:10 | 170,460,933 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,510 | h | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/*
* File: GuessTheWord.h
* Author: anitageorge
*
* Created on September 15, 2017, 4:10 PM
* Compiler Used:
*
* This is a ... | [
"anitageorge355@gmail.com"
] | anitageorge355@gmail.com |
30a415f6361a0d328cf49a4e11059eae6d1adad3 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5744014401732608_1/C++/david942j/code3.cpp | df2aae9c260c20b38715b4619d9c8cfea019f989 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 2,943 | cpp | //by david942j
#include <cstdio>
#include <cstring>
#include <set>
#include <map>
#include <ctime>
#include <vector>
#include <algorithm>
#include <iostream>
#include <cmath>
#include <deque>
#include <cassert>
#include <queue>
#include <stack>
#include <cstdlib>
#ifndef DAVID
#include <bits/stdc++.h>
... | [
"alexandra1.back@gmail.com"
] | alexandra1.back@gmail.com |
4c26d5b3000bef3f065be95f07d3b6b1e87706ff | d7991ba2766a15e50a560c7d0973f299f2a2987b | /programa9/main.cpp | 74b6c5a3fdcb3f90d8e1b70d2cb60df36a81dc3c | [] | no_license | crcenteno9933/programacion2sisty | ca77173ec0c7c065c25aff22735cc2f094bab670 | d579ade8b3e9764b183340f24af7c60e6ca827a8 | refs/heads/master | 2021-01-19T14:33:01.941943 | 2014-06-13T01:27:45 | 2014-06-13T01:27:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 932 | cpp | #include <iostream>
using namespace std;
/* ingresar cinco numeros y determinar cuales son pares e impares
luego debera de representar al final el primedio de los numeros pares e
impares y los contadores */
int main()
{
int cpar, cimpar, num,c,prom1par,prom2impar,sum1par,sum2impar;
cpar=0;
cimpar=0;
... | [
"carlosr.centenol@gmail.com"
] | carlosr.centenol@gmail.com |
4778dd04594e1ee046b7520549a3d68b2cd19ffe | 9c5a9cdad7a0975824d7a291d53c3801fa7c3f80 | /PAT/code/fifth/5.1/5.1 2 B1003(20)/5.1 2 B1003(20)/stdafx.cpp | dd63c8457b72dfff90e67c3ee020f4557786a5a5 | [] | no_license | luckyxuanyeah/Algorithm_Practice | 893c6aaae108ab652a0355352366a393553940fe | 4f6206a8bfd94d64961f2a8fb07b8afbeb82c1b1 | refs/heads/master | 2020-04-06T13:48:11.653204 | 2019-07-17T15:35:47 | 2019-07-17T15:35:47 | 157,508,492 | 0 | 0 | null | 2018-11-14T08:19:44 | 2018-11-14T07:27:47 | null | GB18030 | C++ | false | false | 268 | cpp | // stdafx.cpp : 只包括标准包含文件的源文件
// 5.1 2 B1003(20).pch 将作为预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
// TODO: 在 STDAFX.H 中
// 引用任何所需的附加头文件,而不是在此文件中引用
| [
"382435443@qq.com"
] | 382435443@qq.com |
1cb7568afa20ee3c53fa19fcc3ace0eabc5c7897 | b258e2449fd26ab92c4be56a368e45c514efe60a | /moc_mendmodepage.cpp | 623459ddfd3a9b52dcbfce4b53dcd3ed3f5dcf7a | [] | no_license | MinnieJewel/DJY | f6c3e6b99104f334fa41f98d6c5256352ff6fad8 | 74a3b6b34871a7fbd38b9fc0d8158b679d54014a | refs/heads/master | 2022-09-16T19:30:46.147808 | 2020-06-02T06:29:42 | 2020-06-02T06:29:42 | 268,722,025 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,746 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'mendmodepage.h'
**
** Created: Tue Jun 2 11:36:20 2020
** by: The Qt Meta Object Compiler version 62 (Qt 4.6.3)
**
** WARNING! All changes made in this file will be lost!
***********************... | [
"jewelminnie@163.com"
] | jewelminnie@163.com |
ab35c8ce809ea81baa7dd4640cd2ccfc88cc394b | 5568016bf15db275d3997bb8672d436faa6a1281 | /Queue List/node.h | 27ed8d4a23aa8f43da51b91d726e75572dba8bf4 | [] | no_license | zeeshanarif513/DataStructures-Projects | 6c2a7bf638a5799b4345dcca221c82563ddcd76a | edd02e57a5b843e1cae46a82300f3bca40ae61c6 | refs/heads/main | 2023-07-16T22:34:02.148874 | 2021-08-18T16:36:02 | 2021-08-18T16:36:02 | 397,669,440 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 235 | h | #ifndef NODE_H
#define NODE_H
#include<iostream>
using namespace std;
class Node {
private:
int data;
Node *next;
public:
Node();
void setData(int);
void setNext(Node*);
int getData() const;
Node* getNext() const;
};
#endif | [
"zeeshanarif513@gmail.com"
] | zeeshanarif513@gmail.com |
9a5f40e9eea36848ad104de2bb0652cf4ccc030c | 8c37b5363ff77a10e9c54204bc88b1c9861cdee6 | /torch/csrc/jit/script/builtin_functions.cpp | a09d177210a2bc96fa4bc60da7d867907e3ca2e0 | [
"BSD-2-Clause",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"Apache-2.0"
] | permissive | gchanan/pytorch | 50bf0843388c5ce3a818cf79688cf319b2262b15 | 0d03e73ae73aa6964ef72f848a77d27afeacf329 | refs/heads/master | 2021-07-02T16:20:50.304428 | 2019-12-26T20:52:21 | 2019-12-26T20:52:21 | 88,906,627 | 9 | 1 | NOASSERTION | 2019-12-26T20:52:23 | 2017-04-20T20:14:16 | Python | UTF-8 | C++ | false | false | 3,955 | cpp | #include <torch/csrc/api/include/torch/jit.h>
#include <torch/csrc/jit/code_template.h>
#include <torch/csrc/jit/script/builtin_functions.h>
#include <torch/csrc/jit/script/resolver.h>
namespace torch {
namespace jit {
namespace script {
auto scalar_operators_source = CodeTemplate(
R"SCRIPT(
def mul(a : ${Scalar}... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
e19917f690c9969937d59f0089c4896a0f8ac6f7 | 0b98f2f29b506bc6183600623dd97eb99b03bae5 | /flu3d/bmp.h | f98ef2f29b493fdb12b518baaf1fb5f9b3fc8088 | [] | no_license | Flushot/flu3d | 5a0b687596581fe2b8e90451f4c5e93fdebeb767 | 04282309a19f5d475220b450c176988a1be0286a | refs/heads/master | 2021-03-27T20:01:50.727519 | 2016-01-11T18:54:11 | 2016-01-11T18:54:11 | 49,407,969 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 448 | h | //---------------------------------------------------------------------------
class AUX_RGBImageRec {
void convertBGRtoRGB();
public:
byte *data;
DWORD sizeX;
DWORD sizeY;
bool NoErrors;
AUX_RGBImageRec(): NoErrors(false), data(NULL) {};
AUX_RGBImageRec(const char *FileName);
~AUX_... | [
"flushot@gmail.com"
] | flushot@gmail.com |
b33ade86414ff03a05e15182650623e672afa350 | 4151c674d672e47292ee3b075b5925533741d04a | /Seventh/Seventh/Dlist.cpp | 50d01ac643b72e46561484effd3e83f303232a2d | [] | no_license | None-stopCoding/Deque_queue_list | cae2a1ea786fb978c3c2dc2099b210f8c2f142e5 | 94e762f993bd6e5ad6e47abb3eefb2814ee0d121 | refs/heads/master | 2020-06-06T15:34:00.222580 | 2019-06-19T17:53:07 | 2019-06-19T17:53:07 | 192,777,931 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 3,616 | cpp | #include "Dlist.h"
#include <iostream>
#include <conio.h>
using namespace std;
Dlist::Dlist() : head(NULL), tail(NULL) {}
void Dlist::pushBack(int& val) {
Elem* tmp = new Elem(val);
if (this->isEmpty()) {
head = tmp;
tail = head;
}
else {
Elem* tmp2 = tail;
tail->next = tmp;
tail = tmp;
tail->prev =... | [
"gkvalex7@gmail.com"
] | gkvalex7@gmail.com |
58766c3af20446d76e48ee4ebabddbacb93efd8f | bd9c1a7c6ee0d4ce9bb2e86c6176b28e4c911067 | /Ray Tracing Project/task5/hittable.h | 7d0749b70d3c68384c79edd3533483351cc2f9ce | [] | no_license | melihkurtaran/Computer_Graphics | 0c4e694b411fa162fed32dcd15879473c0ff763c | 36d991df993488b40f8fac0b96c96063b70d1bae | refs/heads/main | 2023-02-20T01:43:23.708085 | 2021-01-24T10:25:55 | 2021-01-24T10:25:55 | 332,414,002 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 358 | h | // Created by Melih Kurtaran on 30/10/2020.
// Copyright © 2020 melihkurtaran. All rights reserved.
//
#ifndef hittable_h
#define hittable_h
#include "ray.h"
#include "material.h"
#include "vec3.h"
class hittable {
public:
virtual bool hit(const ray& r, double t_min, double t_max, hit_record& rec) cons... | [
"melihkurtaran@sabanciuniv.edu"
] | melihkurtaran@sabanciuniv.edu |
ca47830e3446012cd8c35fb4140f006594e89045 | 3ac8c943b13d943fbd3b92787e40aa5519460a32 | /Source/IPC/Semaphore.cpp | 902ca06f146c6ecf022dfd6531720f5a1c7010ff | [
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | locosoft1986/Microkernel-1 | 8069bd2be390d6d8ad10f73e8a944112a764a401 | c9dfeec4581d4dd8b1e9020adb3778ad78b3e525 | refs/heads/master | 2021-01-24T04:54:08.589308 | 2010-09-23T19:38:01 | 2010-09-23T19:38:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,142 | cpp | #include <IPC/Semaphore.h>
Semaphore::Semaphore(unsigned int atom)
{
atomic = atom;
}
Semaphore::~Semaphore()
{
}
Semaphore &Semaphore::operator =(const Semaphore &x)
{
atomic = x.atomic;
return *this;
}
unsigned int Semaphore::operator +=(unsigned int x)
{
return __sync_add_and_fetch(&atomic... | [
"edward.neal@gmail.com"
] | edward.neal@gmail.com |
e2c61cec5601342384dfda3fcf2f7fd451ece0bd | d09945668f19bb4bc17087c0cb8ccbab2b2dd688 | /codeforce/581-620/606/c2.cpp | d28f5dcf1f3f421e9215e544e956c1719edec8e3 | [] | no_license | kmjp/procon | 27270f605f3ae5d80fbdb28708318a6557273a57 | 8083028ece4be1460150aa3f0e69bdb57e510b53 | refs/heads/master | 2023-09-04T11:01:09.452170 | 2023-09-03T15:25:21 | 2023-09-03T15:25:21 | 30,825,508 | 23 | 2 | null | 2023-08-18T14:02:07 | 2015-02-15T11:25:23 | C++ | UTF-8 | C++ | false | false | 1,611 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef signed long long ll;
#undef _P
#define _P(...) (void)printf(__VA_ARGS__)
#define FOR(x,to) for(x=0;x<(to);x++)
#define FORR(x,arr) for(auto& x:arr)
#define ITR(x,c) for(__typeof(c.begin()) x=c.begin();x!=c.end();x++)
#define ALL(a) (a.begin()),(a.end())
#... | [
"kmjp@users.noreply.github.com"
] | kmjp@users.noreply.github.com |
6aa69b24fc9efd7f5820880a772b739f5aa96874 | 4435a0a6110b77060478876a464f6187d635f3a3 | /MGEOP_gen/Snap-2.3/snap-adv/agmdirected.cpp | df257ae1ba5f9f3dcd810bf64bcdf063cb5dc359 | [] | no_license | vshesh/fractal-graphs | 014469f650fd42eb9a3334699a73ef9dbfafca1c | 5d294f903458148470216d0bca4723d5c8e3644d | refs/heads/main | 2021-06-07T07:55:49.462792 | 2021-04-03T00:51:51 | 2021-04-03T00:51:51 | 75,800,804 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 130 | cpp | version https://git-lfs.github.com/spec/v1
oid sha256:13e8b2f23b638ec4872a80e271bc4f8cf3c3b6a265e7b24e84f08da2154a8f35
size 37627
| [
"cayman.simpson@gmail.com"
] | cayman.simpson@gmail.com |
b1f521a4e70344a0d11ad1cfe328a7e034facf70 | 009bd79c41006bb639b91ade662b3d25b67b3a54 | /Verifier/Model/Model.h | 7702b0688abd1e1772c42b39c67d03adc70ea0f1 | [] | no_license | wqythu13/BeagleTranslator | 95438049bd4fbc7e5d79c5a51494f398915e0b84 | b04bedd5b1ed16617bb6ce76988a4e66e4aaabc6 | refs/heads/master | 2022-03-30T01:16:31.231940 | 2020-01-17T03:19:18 | 2020-01-17T03:19:18 | 225,153,443 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,145 | h | //
// Created by wqy on 19-11-17.
//
#ifndef VERIFIER_MODEL_H
#define VERIFIER_MODEL_H
#include "Process/Process.h"
#include "Pragma/Property.h"
#include "Pragma/InitialKnowledge.h"
#include <string>
#include <list>
using std::string;
using std::list;
namespace esc {
class Model {
private:
string name... | [
"wangqinyu303@gmail.com"
] | wangqinyu303@gmail.com |
eb27b03ff3351a31a1306b819c3d9a24f15c473c | 9a3b9d80afd88e1fa9a24303877d6e130ce22702 | /src/Providers/UNIXProviders/QueueHierarchy/UNIX_QueueHierarchy.cpp | b027cf3cfe569eae133d34b38898fd87ae8500f6 | [
"MIT"
] | permissive | brunolauze/openpegasus-providers | 3244b76d075bc66a77e4ed135893437a66dd769f | f24c56acab2c4c210a8d165bb499cd1b3a12f222 | refs/heads/master | 2020-04-17T04:27:14.970917 | 2015-01-04T22:08:09 | 2015-01-04T22:08:09 | 19,707,296 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,292 | cpp | //%LICENSE////////////////////////////////////////////////////////////////
//
// Licensed to The Open Group (TOG) under one or more contributor license
// agreements. Refer to the OpenPegasusNOTICE.txt file distributed with
// this work for additional information regarding copyright ownership.
// Each contributor lice... | [
"brunolauze@msn.com"
] | brunolauze@msn.com |
34710801d4ebfa7624d9f4af6d8ea52f16fab68a | 384cc62c83d3802ce42a4a25dea06edcc0ebdf03 | /addressList/addressList/mainwindow.h | 75b02f0726209adb8d666a41180c88908d6c2bdd | [] | no_license | wtzhu13/CPPOrCProectDemo | f181d5fd63a9cc206fc5b5700841940bba196aed | d1da4c2062577eaf0c3d6c335e62281527d3a7a0 | refs/heads/master | 2021-05-21T01:33:10.374305 | 2020-10-24T02:27:11 | 2020-10-24T02:27:11 | 252,487,222 | 8 | 10 | null | null | null | null | UTF-8 | C++ | false | false | 502 | h | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
namespace Ui {
class MainWindow;
}
class QSqlTableModel;
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
private slots:
void on_pushButton_clicked();
void on_push... | [
"wtzhu_13@163.com"
] | wtzhu_13@163.com |
399f0e5a7397b7e6961d872f5ba89960d4329ba0 | a12561bd20872c67ac93579949ef9376248b8d51 | /src/MuseRecord.cpp | 8230bf1155a7f5b7c4d5946419bddb5ab7c9b599 | [] | permissive | juyaolongpaul/humlib | fa13119fdf89b22d9c1ac5dc36a46b22c503e052 | 266528211e727c593a6f8a1e6a9ac46d77aab54c | refs/heads/master | 2020-09-10T18:33:09.871995 | 2019-10-17T07:29:58 | 2019-10-17T07:29:58 | 221,797,343 | 0 | 0 | BSD-2-Clause | 2019-11-14T22:24:02 | 2019-11-14T22:24:02 | null | UTF-8 | C++ | false | false | 80,554 | cpp | //
// Programmer: Craig Stuart Sapp <craig@ccrma.stanford.edu>
// Creation Date: Tue Jun 30 22:41:24 PDT 1998
// Last Modified: Tue Sep 24 06:47:55 PDT 2019
// Filename: humlib/src/MuseRecord.cpp
// Web Address: http://github.com/craigsapp/humlib/blob/master/src/MuseRecord.cpp
// Syntax: C++11
// vim: ... | [
"craigsapp@gmail.com"
] | craigsapp@gmail.com |
3c34121557c2df6bab2530494869b80dc4439c8b | 050c8a810d34fe125aecae582f9adfd0625356c6 | /heapsort/main.cpp | 1258f18a4b3711b510525f2a39aa54d699aeadc7 | [] | no_license | georgerapeanu/c-sources | adff7a268121ae8c314e846726267109ba1c62e6 | af95d3ce726325dcd18b3d94fe99969006b8e138 | refs/heads/master | 2022-12-24T22:57:39.526205 | 2022-12-21T16:05:01 | 2022-12-21T16:05:01 | 144,864,608 | 11 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 911 | cpp | #include <fstream>
#include <algorithm>
using namespace std;
ifstream f("heapsort.in");
ofstream g("heapsort.out");
int p,c,N,nh,H[100000],i;
int main()
{
H[0]=10000000;
f>>N;
for(i=1;i<=N;i++)
{
f>>H[i];
c=i;
p=c/2;
while(1)
{
if(H[p]>H[c])
... | [
"alexandrurapeanu@yahoo.com"
] | alexandrurapeanu@yahoo.com |
693eaca9f763b2d8a00f8ec38102798c0f48c587 | 7c007d8a5cb1eb652d6ca530048bef0f52ce75da | /cpp/wingchun/portfolio/src/portfolio_manager.cpp | df32744644fb312f4aabdea330168de383b40fae | [
"Apache-2.0"
] | permissive | xybeyond/kungfu | 9fc4bca0e127157d71719b14eec81f515e40d37a | d5d9b464adce59f5430c5296d5b741f4e53664a9 | refs/heads/master | 2020-05-20T03:10:17.086950 | 2019-05-07T07:30:00 | 2019-05-07T07:30:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,940 | cpp | //
// Created by PolarAir on 2019-04-18.
//
#include "portfolio_manager.hpp"
namespace kungfu
{
PortfolioManager::PortfolioManager(const char *db) : impl_(new impl(db))
{
}
PortfolioManager::~PortfolioManager()
{
if (nullptr != impl_)
{
delete impl_;
impl_... | [
"dongkeren@gmail.com"
] | dongkeren@gmail.com |
1b77c986a31f64dabf58c372c93024ba7703aace | 03f73885f17027a9e7141c1cdc0ab9795b17932e | /QHTool/example/TestQSettingsXmlFormat/main.cpp | c2863c39240ba89c6dca93a3cec2fa284efe0169 | [] | no_license | xinala1122/Qt-1 | e9c6d06e79de92238bdab113b7c4b5ff9fff8a9c | 0d5b17c852f02750694ac1c031033b9711426a85 | refs/heads/master | 2021-01-11T19:42:16.898954 | 2015-05-19T07:58:44 | 2015-05-19T07:58:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 181 | cpp | #include "TestQSettingMainWnd.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
return a.exec();
}
| [
"haifu.tian@goland.cn"
] | haifu.tian@goland.cn |
f5208ee315e8400fb5a24d2d908cfdd1976c5e8d | f0cb939867f21e53fad26ae4969c69ba0f99cd99 | /fas/serialization/json/parse/space/ad_comment.hpp | cd112d32f81462c63fa60a7cddf244eb56bf76f9 | [] | no_license | migashko/faslib-sandbox | 238550c6dce4866392a1527dfee030a6b593dd71 | a61b49cbab0e84a9440a1ad5d350ccbaff75995e | refs/heads/master | 2021-01-23T03:48:38.525241 | 2013-11-04T03:19:45 | 2013-11-04T03:19:45 | 4,808,593 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 727 | hpp | //
// Author: Vladimir Migashko <migashko@gmail.com>, (C) 2013
//
// Copyright: See COPYING file that comes with this distribution
//
#ifndef FAS_SERIALIZATION_JSON_PARSE_AD_COMMENT_HPP
#define FAS_SERIALIZATION_JSON_PARSE_AD_COMMENT_HPP
#include <fas/serialization/except/tags.hpp>
#include <fas/serialization/parse/a... | [
"migashko@gmail.com"
] | migashko@gmail.com |
c85acfdd96ebd0c0b8a26f8210b2209598b178c0 | 6466e95fc3f54137af13acb908b408bc236eb4fe | /test_code/indi-code-1591-trunk/3rdparty/gerry/ScopeSim.h | 7a8001b814a1766e8aad8d20ce5dfa4856852635 | [] | no_license | Jesse-V/RLAGS-USU | 4581b440fed66b59f020c4ac47967ea7e659af89 | 596e3387adfa44bb14523141a66500c172ef8dbc | refs/heads/master | 2020-06-07T12:07:47.390736 | 2014-07-31T21:07:02 | 2014-07-31T21:07:02 | 20,243,129 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 555 | h | #ifndef SCOPESIM_H
#define SCOPESIM_H
#include "IndiTelescope.h"
class ScopeSim : public IndiTelescope
{
protected:
private:
double ra;
double dec;
bool Parked;
public:
ScopeSim();
virtual ~ScopeSim();
virtual char *getDefaultName();
vi... | [
"linaro@linaro-ubuntu-desktop.(none)"
] | linaro@linaro-ubuntu-desktop.(none) |
b0a26b4eada1341d18421271a09394557cf4efa8 | 792ad26fd812df30bf9a4cc286cca43b87986685 | /数据结构/HDU 2795 Billboard 线段树.cpp | 78c83fb261bc8af6699bbc8468ba6bf6951e0ba8 | [] | no_license | Clqsin45/acmrec | 39fbf6e02bb0c1414c05ad7c79bdfbc95dc26bf6 | 745b341f2e73d6b1dcf305ef466a3ed3df2e65cc | refs/heads/master | 2020-06-18T23:44:21.083754 | 2016-11-28T05:10:44 | 2016-11-28T05:10:44 | 74,934,363 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,078 | cpp | #include <stdio.h>
#define lson l, m, rt << 1
#define rson m+1, r, rt << 1 | 1
#define MAX 200004
int f[MAX << 2];
int max(int x, int y)
{
return x > y ? x : y;
}
void pushup(int x)
{
f[x] = max(f[x << 1], f[x << 1 | 1]);
}
void build(int l, int r, int rt, int k)
{
if(l == r)
{
... | [
"someway.bit@gmail.com"
] | someway.bit@gmail.com |
82bad2c44b444d0373badd45abde27ccd5838aab | d61d05748a59a1a73bbf3c39dd2c1a52d649d6e3 | /chromium/third_party/abseil-cpp/absl/debugging/stacktrace.h | 8b831e2681558702f454d5dbd3e37e8e293e2a3d | [
"BSD-3-Clause",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Csineneo/Vivaldi | 4eaad20fc0ff306ca60b400cd5fad930a9082087 | d92465f71fb8e4345e27bd889532339204b26f1e | refs/heads/master | 2022-11-23T17:11:50.714160 | 2019-05-25T11:45:11 | 2019-05-25T11:45:11 | 144,489,531 | 5 | 4 | BSD-3-Clause | 2022-11-04T05:55:33 | 2018-08-12T18:04:37 | null | UTF-8 | C++ | false | false | 10,132 | h | // Copyright 2018 The Abseil Authors.
//
// 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 agre... | [
"tofu@rMBP.local"
] | tofu@rMBP.local |
a50840b6ecc4faa13f56b7353f49726b6391193a | 4c23be1a0ca76f68e7146f7d098e26c2bbfb2650 | /ic8h18/0.006/IC4H8O2H-I | 2c4b1bb573ff602adf97223669876ff5bc6799d6 | [] | no_license | labsandy/OpenFOAM_workspace | a74b473903ddbd34b31dc93917e3719bc051e379 | 6e0193ad9dabd613acf40d6b3ec4c0536c90aed4 | refs/heads/master | 2022-02-25T02:36:04.164324 | 2019-08-23T02:27:16 | 2019-08-23T02:27:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 841 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"jfeatherstone123@gmail.com"
] | jfeatherstone123@gmail.com | |
8c71e0560a254f27335f00ab7d453aa7091604ca | e509715d24d33c7163a73bd0ac7965644c53ca35 | /NekoPlace/Components/NekoNinjaComponents/NekoBase.hpp | 43ff7a049d590a799cb328f1baf51abd924f9a70 | [] | no_license | SleepySquash/NekoPlace.cpp | 0b565d2ef2b728e6ef3ddc4196ec82d0c3a4f858 | 50ee2d4e4c532e88b6b7d40672d097191675d0d9 | refs/heads/master | 2020-04-19T07:32:14.224693 | 2019-05-22T19:46:01 | 2019-05-22T19:46:01 | 168,050,222 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,589 | hpp | //
// NekoBase.hpp
// NekoPlace
//
// Created by Никита Исаенко on 27/02/2019.
// Copyright © 2019 Melanholy Hill. All rights reserved.
//
#ifndef NekoBase_hpp
#define NekoBase_hpp
#include <iostream>
#include <fstream>
#include <SFML/Main.hpp>
#include "../../Engine/EntitySystem.hpp"
#include "AbilityBase.hpp"
... | [
"mayday@MacBook-Pro-Nikita.local"
] | mayday@MacBook-Pro-Nikita.local |
7012d49abbcdf075b833bad2149f7966ec94c7b4 | 1cc31fa016630243ca992a901112306fd6888a8f | /mkr1000_old_code/neon.cpp | 16b2b82dd4a7eb0ff20af7d4eecff5e510657d3a | [] | no_license | countitlabs/neon | 846e105da8ba725bd986dc49b21d3bd311e6b3ad | 5dde883222a25cec8fef65da2e1042310260952d | refs/heads/master | 2020-04-14T14:35:10.997061 | 2019-04-03T14:20:40 | 2019-04-03T14:20:40 | 163,898,481 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 593 | cpp | // File: neon.cpp
// Description: This file allows mkr1000 board connection to a wpa wifi source and makes a get request to the worldclock api.
// Last updated: 01/06/19
// Libraries added:Arduinojson, WiFi101
#include "SPI.h"
#include "api.h"
#include "network.h"
Network Wifi("<WIFI SSID GOES HERE>","<WIFI PASSWORD>... | [
"keithlowc@gmail.com"
] | keithlowc@gmail.com |
3e3cb54d529976d6bf598987d5d5f7527bcedc52 | 2066017b8d6a1fb750787c08f5a43d87bf2dff99 | /PrMCTools/PrDownstreamChecker.cpp | dbf567f2c022d4dbff22286547dee0ebb9412850 | [] | no_license | adamdddave/downstream | 3d5290bafa150ac0ade92ded54d236aea2f9f730 | 149f5802e8c7deacb278b36db4bf4ab787fbfe39 | refs/heads/master | 2021-01-10T14:50:52.198598 | 2015-06-10T09:54:24 | 2015-06-10T09:54:24 | 36,117,684 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 85,891 | cpp | // Include files
#ifndef PrDownstreamChecker_CPP
#define PrDownstreamChecker_CPP
#include "GaudiKernel/AlgFactory.h"
#include "GaudiKernel/PhysicalConstants.h"
#include "Event/FitNode.h"
#include "Event/STCluster.h"
#include "Kernel/HitPattern.h"
#include "Linker/AllLinks.h"
#include "Linker/LinkedFrom.h"
#include "E... | [
"adamdddave@googlemail.com"
] | adamdddave@googlemail.com |
7b568f4bb67fb802644033b6541186a09592e092 | f2d55f62f67753509819e631ae2775b281b8ed8e | /tree and graph/Path Sum II/main.cpp | 9d4417d034c273fe77b20acd020485862140e469 | [] | no_license | caogl/Algorithms_practice | bd2d2081d65e3412910de5d386a3628eb05b6955 | c8f9a0bccfcae56fd0cd058b11a33a8233d27c4e | refs/heads/master | 2021-06-13T02:03:41.344850 | 2018-03-13T06:51:59 | 2018-03-13T06:51:59 | 16,342,981 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,634 | cpp | #include<iostream>
#include<vector>
using namespace std;
struct TreeNode
{
int val;
TreeNode *left;
TreeNode *right;
TreeNode(int x) : val(x), left(NULL), right(NULL) {}
};
vector<vector<int> > pathSum(TreeNode *root, int sum);
void pathSum(TreeNode* root, int sum, int cur, vector<int>& tmp, vector<v... | [
"caogl@umich.edu"
] | caogl@umich.edu |
de3afc217c412c0f6fd0b83512088e159ed712e4 | 1a9e5914b9aef1627aa8b12b992e600a8f68365f | /AmethystUDPServer/cPhysicsManager.hpp | 5aebcf52f19b5a16c2ccb552e3b81f1259efea38 | [] | no_license | KirkbyD/edu-Netwrk-UDP | c91b6c87844d9a34254892e3daa97733b6a33639 | 240f2cccb5f124b7b34769f5d4f230c9b534f139 | refs/heads/main | 2023-04-09T21:12:33.716446 | 2021-04-15T02:44:37 | 2021-04-15T02:44:37 | 358,109,637 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,059 | hpp | #pragma once
#include <vector>
#include "iMediatorInterface.hpp"
#include "MediatorGlobals.hpp"
#include <map>
#include "cError.hpp"
#include "cPhysics.hpp"
#include "cAABB.hpp"
#include "cModelObject.hpp"
#include "DebugRenderer/cDebugRenderer.hpp"
#include "cGameObjectFactory.hpp"
#include "cUDPServer.hpp"
struct Bo... | [
"kirkby.dylan@gmail.com"
] | kirkby.dylan@gmail.com |
6549b66d2a2abec641dfd737798180117c3457ff | 2449603b9fbb260ff4ab260ba17440605e96ad33 | /main.cpp | 8f0bfa180a104177f573ccee9a3f75d935c1163f | [] | no_license | 99saugat/CPP_Project | 73d5d26bddec8e43377201e460194a4e904d00b0 | e55b7fbf126939818088f4aa472d927a2f7bbc26 | refs/heads/main | 2023-07-17T06:33:13.270050 | 2021-08-25T05:09:01 | 2021-08-25T05:09:01 | 382,529,106 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 7,648 | cpp | /*
***This program prints the truth table of a given expression.***
Written by Saugat Baral(076BEL041) of the group PRSS for object oriented programming project.
If you find any problems, please mail me at 99saugat@gmail.com
Expressions that have been tested to work:
A&B
A|B
!A&B
A&!B
!A&!B
!A|!B
A&B&C
!A&B|C
!A&B&!... | [
"99saugat@gmail.com"
] | 99saugat@gmail.com |
4efc333cbd4c45f647eaec9bb4707a75b078212b | 23caaf0e4824eb64e3065e5b4a0d783057f712ab | /Sourcecode/stereo_ver2/solution1/syn/systemc/Loop_2_proc_PAR_RdEe.h | fb1291ca2a218abc07febbc2e6e4045e64d531b6 | [] | no_license | prashant87/Binocular-Stereo-Vision-PYNQ | 67e126e6ca3c89a00ce0bb974b256c7ba37dc306 | efb64c4d6fa229070a4a865f10161ff06c23083e | refs/heads/master | 2022-11-24T21:18:12.380550 | 2020-08-01T10:52:55 | 2020-08-01T10:52:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,816 | h | // ==============================================================
// File generated on Sat Aug 01 16:46:15 +0800 2020
// Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC v2018.3 (64-bit)
// SW Build 2405991 on Thu Dec 6 23:38:27 MST 2018
// IP Build 2404404 on Fri Dec 7 01:43:56 MST 2018
// Copyright 198... | [
"zhangwenyu3087@163.com"
] | zhangwenyu3087@163.com |
3ad5a51a6ced164c04353d9ab1c68d3cd2943a9a | 562aaeeb36128a12f31245b49b52584409ac9e79 | /10.0.15063.0/winrt/internal/Windows.Devices.Lights.2.h | bb547e0aebf1441293e3aba1b5253dd7e622c391 | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | PlainRubbish/cppwinrt | af6b2fde4bb56a8c310f338b440e8db7943e2f2e | 532b09e3796bd883394f510ce7b4c35a2fc75743 | refs/heads/master | 2021-01-19T05:06:17.990730 | 2017-03-31T20:03:28 | 2017-03-31T20:03:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,079 | h | // C++ for the Windows Runtime v1.0.170331.7
// Copyright (c) 2017 Microsoft Corporation. All rights reserved.
#pragma once
#include "Windows.Devices.Lights.1.h"
#include "Windows.Foundation.1.h"
WINRT_EXPORT namespace winrt {
namespace ABI::Windows::Foundation {
#ifndef WINRT_GENERIC_52a69dfd_f0d6_593... | [
"kwelton@microsoft.com"
] | kwelton@microsoft.com |
11c0b33d9ebdb8eac8e1af01eb60187fa7dd4299 | 573a66e4f4753cc0f145de8d60340b4dd6206607 | /JS-CS-Detection-byExample/Dataset (ALERT 5 GB)/899902/osquery-1.6.0/osquery-1.6.0/osquery/dispatcher/distributed.h | ba715a4a252aff04ed2b3619c993e39344662a49 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"BSD-3-Clause"
] | permissive | mkaouer/Code-Smells-Detection-in-JavaScript | 3919ec0d445637a7f7c5f570c724082d42248e1b | 7130351703e19347884f95ce6d6ab1fb4f5cfbff | refs/heads/master | 2023-03-09T18:04:26.971934 | 2022-03-23T22:04:28 | 2022-03-23T22:04:28 | 73,915,037 | 8 | 3 | null | 2023-02-28T23:00:07 | 2016-11-16T11:47:44 | null | UTF-8 | C++ | false | false | 686 | h | /*
* Copyright (c) 2014, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
#pragma onc... | [
"mmkaouer@umich.edu"
] | mmkaouer@umich.edu |
13acbda2b5f78add2e3570dd015ccdbf0d2642ac | cfff7a4bf4be142b91536b4d8fe4edc8488f3403 | /Real_Time_Environmental_info_Monitor_Linux/file_op/cloudconfigfile.cpp | 7ea192d83774e4a7f5c82eaa60473db86acb53b3 | [] | no_license | swiftjiang/Real-Time-Environmental-info-Monitor | 5217374d6416a68c0e11dd8c022caf7efa1b9cf7 | 83636d4f7eb9a099538047a7a89f0064b1644534 | refs/heads/master | 2021-01-22T02:17:40.370591 | 2018-04-14T07:13:16 | 2018-04-14T07:13:16 | 92,348,739 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 103 | cpp | #include "cloudconfigfile.h"
CloudConfigFile::CloudConfigFile(QObject *parent) : QObject(parent)
{
}
| [
"swiftjiang2018@gmail.com"
] | swiftjiang2018@gmail.com |
ed8fc66b74ee327cd983fe6f5500e8c849aafc0a | f8d76935f342abceff51a90a2844110ac57a4d2e | /solution/srm328_scoredifference.cpp | ecbfcb503f95242f859907a56a4d901cd627d880 | [] | no_license | rick-qiu/topcoder | b36cc5bc571f1cbc7be18fdc863a1800deeb5de1 | 04adddbdc49e35e10090d33618be90fc8d3b8e7d | refs/heads/master | 2021-01-01T05:59:41.264459 | 2014-05-22T06:14:43 | 2014-05-22T06:14:43 | 11,315,215 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 32,497 | cpp | /*******************************************************************************
* Automatically generated code for TopCode SRM Problem
* Problem URL: http://community.topcoder.com/stat?c=problem_statement&pm=6854
*******************************************************************************/
#include <vector>
#... | [
"qiudejun@gmail.com"
] | qiudejun@gmail.com |
78c22f85b77db0a5fe69cacc94dd71adf42556c3 | 1f2ba15e21a80b939cfe8b44851370ed5728b171 | /Chapter 2/2.2.11 (1).cpp | db3d2441dceee6c4361c7bc851a92f2dabe0b635 | [] | no_license | AWoLf98/CPP-Advanced-Programing | bc8d9fc50731ccd22d433c2c7842bb7c5b68fc6d | 1cccb906dc8a3d3ea07b4d55d6fd47284e2fd5be | refs/heads/master | 2021-08-31T04:38:12.021413 | 2017-12-20T10:16:48 | 2017-12-20T10:16:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 436 | cpp | #include <iostream>
#include <fstream>
#include <set>
#include <functional>
using namespace std;
int main()
{
set <double, greater<double>> valuesA = { -1.1, 2.9, -2.3, 3.7 };
set <double, greater<double>> valuesB = { -3.14, 2.71, -3.88, 2.19 };
valuesA.swap(valuesB);
for (auto value : valuesA)... | [
"andresistuk@ukr.net"
] | andresistuk@ukr.net |
b3c8af45721b50d67aea851b91180ff9025e9a6d | 746162035bf4802803baa339e397181c9ee4cc2a | /dmoz-0.1/textgarden/Wlb2Bow/Wlb2Bow.cpp | 76a3cee3dbae6a6fd24b515c98dabc11209b6128 | [] | no_license | edgeflip/dmoz | 648a1e1d07aa143d306fc07efaf94349ae3dead6 | 990d848174c538d72d7f84917a385c46237a8143 | refs/heads/master | 2021-01-17T18:28:50.378701 | 2014-01-09T21:39:29 | 2014-01-09T21:39:29 | 15,776,307 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,082 | cpp | #include "mine.h"
int main(int argc, char* argv[]){
Try;
// create environment
Env=TEnv(argc, argv, TNotify::StdNotify);
// get command line parameters
Env.PrepArgs("Web-Log-Binary To Bag-Of-Words-Weights", -1);
TStr InWlbFNm=Env.GetIfArgPrefixStr("-i:", "", "Input-WebLogBin-FileName");
TStr OutUsrBowFN... | [
"f4nt@f4ntasmic.com"
] | f4nt@f4ntasmic.com |
47876aeb1db714e8c2f7a535b730d5a50c7bfe5a | 02403958ff3cc25e46d5bdf449d058d67fc377b6 | /ultra_sonic/src/ultraSonic.cpp | 8530e0260be9b5551d8239b3587472497badf5a5 | [] | no_license | ychengkingdom/snbird | 15cd02bbf737cfec7a8fb20995d79f22457adfe8 | ed70481ec8cd3a67995fc6cdb8dcea41bc3b400d | refs/heads/master | 2022-09-12T14:33:31.613675 | 2020-05-22T08:19:01 | 2020-05-22T08:19:01 | 196,955,122 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,528 | cpp | /***********************************************************************
*Coypright 2020 by Ychengking. All rights reserved. *
*@file: ultraSonic.cpp. *
*Main function of the ultraSonic.cpp *
****************************... | [
"yangchengemail@126.com"
] | yangchengemail@126.com |
2620750489e94123e8f443803c243d36e8c90bd6 | ea3df53a91227cc19255fe8b59c276e0d6f26b39 | /PLRP_V2_3/Code/Inicio.hpp | 07fb350072183a58a465a23ffba5de4b95b825ce | [] | no_license | ljb193843/PLRP_v2 | f9c5cc2a90b33e57a61308471e99a16e824220c5 | 51abe9bb2684e989d80a727cc8a6c08fe6fa0370 | refs/heads/master | 2021-04-12T08:06:56.355735 | 2017-11-26T22:57:01 | 2017-11-26T22:57:01 | 126,092,053 | 1 | 1 | null | 2018-03-20T22:44:00 | 2018-03-20T22:44:00 | null | UTF-8 | C++ | false | false | 1,600 | hpp | double DistEuclidian(double X1, double Y1,double X2, double Y2){
return sqrt(pow((X2-X1),2)+pow((Y2-Y1),2));
}
void Asignar_Costos(unmap_st_unmap &costos,unmap_C contenedores,unmap_D depositos){
//Parametros para distancia euclidiana
double DX1,DY1,DX2,DY2,CX1,CY1,CX2,CY2,coste;
//Iteradores para contene... | [
"jiflorescarrasco@hotmail.com"
] | jiflorescarrasco@hotmail.com |
1a3e037e58ce9b6f6ddbae7f6b3a39dfab6e5cb6 | e530eef8b1e5f6fd001ad2cb69b1ed0bb201eeea | /Matlab Altered/pdistmex.cpp | 5cdd2fed606c9702a2ee5c9cf5cbc96cf1a14f8a | [
"AFL-3.0"
] | permissive | dtbinh/gene-armada | 099f51b40d0090229c5a9198a2e269f813492a9d | 6d2a624f7a2d05e292201b6120761677866e9449 | refs/heads/master | 2021-01-17T05:59:53.717597 | 2016-09-29T13:47:26 | 2016-09-29T13:47:26 | 83,699,071 | 1 | 0 | null | 2017-03-02T16:23:07 | 2017-03-02T16:23:07 | null | UTF-8 | C++ | false | false | 12,447 | cpp | /*
* pdistmex.cpp
*
* Calculates pairwise distances between observations.
* Helper function to pdist.m
*
* This is a MEX-file for MATLAB.
* Copyright 1993-2006 The MathWorks, Inc.
*/
/* $Revision: 1.1.6.4 $ $Date: 2006/11/11 22:57:35 $ */
#include "mex.h"
#include <math.h>
#include <string.h>
... | [
"pmoulos@gmail.com@ac212d5f-9eb8-a257-c634-f571048ff109"
] | pmoulos@gmail.com@ac212d5f-9eb8-a257-c634-f571048ff109 |
b45650eb94f5d2748eefeb53284665bd22d58e84 | 4bf5ccad5f792672ca230813d9c16b127ac968c5 | /Mountain.hpp | b06c801514bcae05fe0ad34a15b67bfc96accf1a | [] | no_license | ThibsG/skiing_singapore | 20043e28ef9ae2bdc7c521e55562379c8679829b | 9f738ff9074e5f7c0b44408e91a30417ecc729a8 | refs/heads/master | 2021-01-23T06:34:21.991002 | 2015-06-21T20:07:11 | 2015-06-23T08:48:58 | 37,415,044 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,236 | hpp | #ifndef MOUNTAIN_HPP
#define MOUNTAIN_HPP
#include <string>
#include <vector>
#include <list>
namespace SkiMountain
{
class Viewer;
/// Path representation
typedef std::vector<uint16_t> Path;
/**
* @class Mountain
* Class representation of the mountain
*/
class Mountain
{
friend class Viewer;
public:
/*... | [
"thibaud@debian"
] | thibaud@debian |
8fd27c5fd6a9b8875197c3078d7bb9764805ff43 | 572516736866a7035802d45cfb2adcfd746b37d3 | /source/include/dqm4hep/Service.h | da7485859909d273bed4cde6da1e886be20cd84f | [] | no_license | rete/dqm4hep-net | 24a5dfc86d599c887f38a7f947e4c03593e2eb4c | 664dec1a90b98335ebb114cd5a00cc3a66b30b02 | refs/heads/master | 2021-05-07T18:13:44.990542 | 2018-04-22T02:41:05 | 2018-04-22T03:16:16 | 108,755,238 | 0 | 0 | null | 2017-10-29T17:26:33 | 2017-10-29T17:26:33 | null | UTF-8 | C++ | false | false | 6,070 | h | /// \file Service.h
/*
*
* Service.h header template automatically generated by a class generator
* Creation date : sam. d�c. 3 2016
*
* This file is part of DQM4HEP libraries.
*
* DQM4HEP is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published... | [
"remi.ete@gmail.com"
] | remi.ete@gmail.com |
7e80ccecea5517579f72b8189e4582edf2b4b422 | 85b9ce4fb88972d9b86dce594ae4fb3acfcd0a4b | /build/iOS/Release/include/Fuse.Triggers.Actions.Resume.h | ad3fca6a93303c1c9e65298f88fbb7e701b36828 | [] | no_license | bgirr/Global-Pot_App | 16431a99e26f1c60dc16223fb388d9fd525cb5fa | c96c5a8fb95acde66fc286bcd9a5cdf160ba8b1b | refs/heads/master | 2021-01-09T06:29:18.255583 | 2017-02-21T23:27:47 | 2017-02-21T23:27:47 | 80,985,681 | 0 | 0 | null | 2017-02-21T23:27:48 | 2017-02-05T10:29:14 | C++ | UTF-8 | C++ | false | false | 737 | h | // This file was generated based on C:\Users\EliteBook-User\AppData\Local\Fusetools\Packages\Fuse.Triggers\0.44.1\actions\$.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Fuse.Triggers.Actions.PlaybackAction.h>
namespace g{namespace Fuse{namespace Triggers{namespace Actio... | [
"girr.benjamin@gmail.com"
] | girr.benjamin@gmail.com |
4af41fef54cc97f257b4d26ae5a092843ad56f1f | fd02283e58d39c4e4068b98c02720ca4c5c176f2 | /windows/wrapper/impl_org_webRtc_RTCAnswerOptions.cpp | 040ac2461328bf7f9e2f48341d9f4c46ac62ddc3 | [
"BSD-3-Clause"
] | permissive | fibann/webrtc-apis | 4dbfd3c3fc962250718be0e82a850e784dad6740 | 0d303d62f7e6483cf4b57c24ef295c487b0c28dd | refs/heads/master | 2021-08-18T05:56:40.132259 | 2019-05-07T15:55:13 | 2019-05-07T15:55:13 | 214,481,189 | 0 | 0 | BSD-3-Clause | 2019-10-11T16:21:52 | 2019-10-11T16:21:52 | null | UTF-8 | C++ | false | false | 3,308 | cpp |
#include "impl_org_webRtc_RTCAnswerOptions.h"
#include "impl_org_webRtc_RTCOfferAnswerOptions.h"
using ::zsLib::String;
using ::zsLib::Optional;
using ::zsLib::Any;
using ::zsLib::AnyPtr;
using ::zsLib::AnyHolder;
using ::zsLib::Promise;
using ::zsLib::PromisePtr;
using ::zsLib::PromiseWithHolder;
using ::zsLib::Prom... | [
"robin@opticaltone.com"
] | robin@opticaltone.com |
5f2f51c50117dcd2950955aaab549a9835f0cad1 | 5f0dc6b8bba6bdacd8128ab86ca308e6a80c4246 | /Simplenote/base64.cpp | 57ea6437212f509b7d513335ea39101d45182ad8 | [] | no_license | pr0v3rbs/Simplenote | 4ddef7c960a5b62ce4fbf919b40a34b890c9b349 | b121867fa45c3b877edff5ee1e3b62f5be2d54f8 | refs/heads/master | 2021-01-19T04:06:58.171302 | 2016-05-02T15:53:24 | 2016-05-02T15:53:24 | 61,016,972 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,995 | cpp | #include "stdafx.h"
#include "base64.h"
#include <iostream>
static const std::string base64_chars =
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"abcdefghijklmnopqrstuvwxyz"
"0123456789+/";
static inline bool is_base64(unsigned char c) {
return (isalnum(c) || (c == '+') || (c == '/'));
}
std::string Base64Encode(unsigned char c... | [
"rla5072@paran.com"
] | rla5072@paran.com |
dbbe6957445aa120b80890578e2c9f88de41f7f9 | d648ec8afd48bc3c5af7199fb94c3db7ce81145a | /src/TItleMake3D/TItleMake3D/src/MyTriangle.cpp | e98fda4ec1791a44888106e567d2923270211c14 | [] | no_license | Tukamotosan/TitleViewer | bf32e2489e381da0f03ae231f597fdcf62f41168 | 1686ee2e78a3bb5524f79d3c509bb5e8d402b38c | refs/heads/master | 2020-12-25T14:38:28.584622 | 2016-07-06T14:40:44 | 2016-07-06T14:40:44 | 62,727,479 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 301 | cpp | #include "MyTriangle.h"
MyTriangle::MyTriangle(void)
{
p1.x = 0.0f;p1.y = 0.0f;p1.z = 0.0f;
p2.x = 0.0f;p2.y = 0.0f;p2.z = 0.0f;
p3.x = 0.0f;p3.y = 0.0f;p3.z = 0.0;
c1.r = 0; c1.g = 0; c1.b = 0;
c2.r = 0; c2.g = 0; c2.b = 0;
c3.r = 0; c3.g = 0; c3.b = 0;
}
MyTriangle::~MyTriangle(void)
{
}
| [
"mamoru tsukamoto"
] | mamoru tsukamoto |
ed0b479a052433230ccded671cb76a2ae4a5f977 | 360e04537b3a0215fad4bfc2e521d20877c9fa60 | /数组/字符串中的最大值.cpp | 6df0840b7b2519dea8c8cf3986ebe97c8913f42f | [] | no_license | Randool/Algorithm | 95a95b3b75b1ff2dc1edfa06bb7f4c286ee3d514 | a6c4fc3551efedebe3bfe5955c4744d7ff5ec032 | refs/heads/master | 2020-03-16T19:40:49.033078 | 2019-07-08T15:05:50 | 2019-07-08T15:05:50 | 132,927,189 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 687 | cpp | //http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1277
#include <bits/stdc++.h>
using namespace std;
#define M 100005
char S[M];
int next[M], len, prefix[M];
void build_next(const char *S) {
int i = 0, j = next[0] = -1;
while (i <= len) {
if (j < 0 || S[i] == S[j])
next[++i] ... | [
"dlf43@qq.com"
] | dlf43@qq.com |
0352ce481821b3bdb5ec17e2fe8c6653ef971add | 9430abe2cca18ce9a51be49c438629a37628bc9e | /排序/快速排序.cpp | 49095f8f29af90f29e6b36b509e7b6067a80d937 | [] | no_license | steamqaqwq/dataStruct | 760b2b23673cf6ac55e3efe0a4400608b052f1b8 | 92039a04d5437cd946b1ef7ba833315a450e8474 | refs/heads/main | 2023-04-02T11:51:02.251319 | 2021-04-09T00:52:16 | 2021-04-09T00:52:16 | 348,330,625 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,395 | cpp | #include <stdio.h>
// 重点!!!!!!!!
// 思路 拿一个数抽出当基准,就空出一个 右小于基准
// 快速排序 low基准 分左右 low<基准<high
// 左空右移 low==high基准元素找出位置
// 左右字表 再次递归排序
//---------------------------
// 选取元素 头中尾对比挑/随机挑
// 算法效率 划分均匀 递归深度小 算法效率高
// 时间复杂度 = O(n*递归层数) 空间复杂度=O(递归层数)
// 最好时间复杂度=O(nlog2n) #每次基准元素均匀划分
// 最坏时间复杂度=O(n^2) #序列本有序/逆序
// 最好空间复杂度=O(log2... | [
"1293410417@qq.com"
] | 1293410417@qq.com |
2266632d6eca591c0f5395fdb42d09494ee908a6 | 0379dd91363f38d8637ff242c1ce5d3595c9b549 | /windows_10_shared_source_kit/windows_10_shared_source_kit/10_1_14354_1000/Source/network/wlan/sys/wdi/driver/NetworkHistory.cpp | c840da0cd987be6ae95ed13001bebd9a2f2567cc | [] | no_license | zhanglGitHub/windows_10_shared_source_kit | 14f25e6fff898733892d0b5cc23b2b88b04458d9 | 6784379b0023185027894efe6b97afee24ca77e0 | refs/heads/master | 2023-03-21T05:04:08.653859 | 2020-09-28T16:44:54 | 2020-09-28T16:44:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,116 | cpp | /*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
NetworkHistory.cpp
Abstract:
Implementation for maintaining history of networks on a port
Environment:
Kernel mode
Revision History:
--*/
#include "precomp.hpp"
#include "NetworkHistory.tmh"
//... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
09f6272e95f100d0911c1dcd546b3286d517fb94 | e21f1f02f68f150771269bea6e4599e7bde6cb17 | /RatEngine/Source/Engine/DeviceContext.cpp | 5720922d84dfb2941516c3763b51731108873e3e | [] | no_license | virusmarathe/RatEngineECS | b604532dfcbd2fe6a80e546e7e5d41d91740ebbc | bb2c6751cb50dbba7d65de2632151641aa15d34c | refs/heads/master | 2022-10-27T23:23:44.186276 | 2020-06-14T05:54:26 | 2020-06-14T05:54:26 | 257,109,654 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,165 | cpp | #include "DeviceContext.h"
#include "SwapChain.h"
#include "VertexBuffer.h"
#include "VertexShader.h"
#include "PixelShader.h"
#include "ConstantBuffer.h"
#include "IndexBuffer.h"
#include "Texture.h"
#include <exception>
DeviceContext::DeviceContext(ID3D11DeviceContext* context, RenderSystem* system) : m_DeviceContex... | [
"virusmarathe@gmail.com"
] | virusmarathe@gmail.com |
e9bd089198eec8b75a7fa3b16909ce77ea456ddb | cf9c4f10e2db6508a4784eb56d63c87000047e78 | /src/Base/PictureLoader.cpp | 242e095844fd8f6e735eebbfae239ceb7dab7f3b | [
"MIT"
] | permissive | wakare/Leviathan | 86f578bebb0b9100920d981ef6c67672a241b94b | 8a488f014d6235c5c6e6422c9f53c82635b7ebf7 | refs/heads/master | 2021-06-26T17:25:28.927589 | 2020-10-11T15:12:53 | 2020-10-11T15:12:53 | 151,736,145 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 53 | cpp | #include "PictureLoader.h"
namespace Leviathan
{
} | [
"wakarenokaze@gmail.com"
] | wakarenokaze@gmail.com |
91cb9269cf4b7970884530821eb3750e979e490a | ad273708d98b1f73b3855cc4317bca2e56456d15 | /aws-cpp-sdk-lex-models/source/model/LogType.cpp | 184f89523be541cec8c41f6136d79c8b10357f89 | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | novaquark/aws-sdk-cpp | b390f2e29f86f629f9efcf41c4990169b91f4f47 | a0969508545bec9ae2864c9e1e2bb9aff109f90c | refs/heads/master | 2022-08-28T18:28:12.742810 | 2020-05-27T15:46:18 | 2020-05-27T15:46:18 | 267,351,721 | 1 | 0 | Apache-2.0 | 2020-05-27T15:08:16 | 2020-05-27T15:08:15 | null | UTF-8 | C++ | false | false | 2,331 | cpp | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
44de6ff92189121884486d22dfd6aa25cbdd5734 | 50f2a23b6164e4161d06547d897b979608f9b6d1 | /SDK/FG_Widget_Options_DropdownBox_structs.hpp | 5f95b905b85651e6d9d4048abed7e8ec1ea3fc14 | [] | no_license | satisfactorymodding/SatisfactorySDK | 35433a3bd19f34c7dfd0a4cf141a310be4b9d382 | e9a2332e0f76b92c99d4072638c1560b8137e821 | refs/heads/master | 2020-05-24T11:21:41.715919 | 2019-10-10T07:48:30 | 2019-10-10T07:48:30 | 187,234,176 | 8 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 332 | hpp | #pragma once
// Satisfactory SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "FG_Basic.hpp"
#include "FG_Engine_classes.hpp"
#include "FG_Widget_OptionValueController_classes.hpp"
#include "FG_CoreUObject_classes.hpp"
#include "FG_SlateCore_classes.hpp"
namespace SDK
{
}
#ifdef _MSC_VER
#pragma pack(... | [
"kronosdev45@gmail.com"
] | kronosdev45@gmail.com |
dfc29457b6bcb816ff33a99538671b1ae7b3ef29 | 4b3531c6398c74071ea73db5b0a4bf9f323d706d | /src/options_dialog.cpp | 9bb4512b91d2ea756255088d0d0fb2daa2b0717e | [] | no_license | ermachkov/GUI-Creator | 18ff543dc3840b972b7cf256b549276d4ce233f2 | 1408ffbe2ebc8153cc02fc2a195bcb61fce8b039 | refs/heads/master | 2021-01-19T22:11:04.269027 | 2012-06-15T05:06:52 | 2012-06-15T05:06:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,147 | cpp | #include "pch.h"
#include "options_dialog.h"
#include "options.h"
OptionsDialog::OptionsDialog(QWidget *parent)
: QDialog(parent)
{
setupUi(this);
// получаем настройки сетки и направляющих
Options &options = Options::getSingleton();
mShowGridCheckBox->setChecked(options.isShowGrid());
mShowDotsCheck... | [
"artur@hell.(none)"
] | artur@hell.(none) |
ab1192f5c77c0605eb3202a5203944657714090a | 874c09006d62e8cbb68998feb017c7b91e7e440f | /Unity Project/iOS Build/Classes/Native/mscorlib13.cpp | 57658c29e331d87ef3f98c014bc68f6c7f2758c5 | [] | no_license | diegomeire/EmbeddedUnity | 211444ce7838f07aa333d6617315276e0f41e0ba | d5520713352d796bc78e3a4cd888b5d263cde8d9 | refs/heads/main | 2023-08-19T11:19:57.426372 | 2021-09-19T18:08:01 | 2021-09-19T18:08:01 | 304,991,000 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,904,207 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
#include "icalls/mscorlib/System.Threading/Timer.h"
#include "icalls/mscorlib/System/Type.h"
#include "icalls/mscorlib/System/TypedReference.h"
struct VirtActionInvoker0
{
typedef ... | [
"diego.meire@outlook.com"
] | diego.meire@outlook.com |
623a2ed90b16407d990bbe61a3b02fa7e14f42bf | cd6619d9fd994bf889fc861244e86a97a0f3523e | /Competitive/longest_consecutive_subseq.cpp | 632a0416775e38d098cd226260f68cb3568bee99 | [] | no_license | Shivam06/Coding | 06f1189a0ffeb5645eb27de10c342077ec52621e | 00b2009b5b5ccdbabdfb3d95977dd934414f319a | refs/heads/master | 2020-05-22T08:13:46.779256 | 2018-03-02T05:44:41 | 2018-03-02T05:44:41 | 60,615,709 | 0 | 0 | null | 2017-04-08T07:33:35 | 2016-06-07T13:35:09 | C++ | UTF-8 | C++ | false | false | 37 | cpp | #include<iostream>
using namesapcestd | [
"shivammahajan6596@gmail.com"
] | shivammahajan6596@gmail.com |
41ba7b3e4674dc2275c25205f1c2afdd427d6c2c | 53f9922752f652b005afbced292c53a5e2d7252f | /AS1/String/test_str.cpp | 91d0da305a15cf58802af8c199d1b08b1d3f85bf | [] | no_license | leannejdong/ObjectOrientedCPP | 2e3a7b877545001ef1ad3d6bb1fb29b897eb757d | 515ff564fb5feb7bdd0ae002a9dd507e5b120e5d | refs/heads/master | 2020-04-22T00:15:22.136982 | 2019-05-07T14:15:10 | 2019-05-07T14:15:10 | 169,972,732 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 282 | cpp | // test_string.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
using namespace std;
#include "Demo.h"
#include <iostream>
int main()
{
Demo d;
for (int i = 0; i<= 24; i++)
{
d.setX(i);
cout << "x = " << d.getX() << endl;
}
return 0;
}
| [
"jdleanne@gmail.com"
] | jdleanne@gmail.com |
ca335280b308793365532129dd29ca756e2dc86f | be8b9231c92e6c184f0692c92df9667be3770cb1 | /Musical_Instruments_2017_2018/Musical_Glove/OLD CODE/gloves/Gloves_R/teensy/avr/libraries/Snooze/utility/Snoozelc5vBuffer.cpp | 91e0b921b0e5db6b130e44c97a7f5edc8c7ec98d | [
"MIT"
] | permissive | Pocketart/typhoonclawvex | def0f4a607c90b1bafb180466dfa12ddd8a480c1 | eb4b523c13541b2b9136d32259bd0399b46a289e | refs/heads/master | 2021-09-15T07:26:07.218099 | 2018-05-07T02:20:15 | 2018-05-07T02:20:15 | 105,268,399 | 4 | 3 | MIT | 2018-05-04T17:30:49 | 2017-09-29T12:12:32 | C++ | UTF-8 | C++ | false | false | 1,601 | cpp | /***********************************************************************************
* Snoozelc5vBuffer.h
* Teensy 3.x/LC
*
* Purpose: LC 5v Buffer
*
***********************************************************************************/
#include "Snoozelc5vBuffer.h"
/*********************************************... | [
"henry012007@gmail.com"
] | henry012007@gmail.com |
ef70792de2579e3aca75b82d898253ca5d2df41f | 95704ac2cdd72a0b4c075819798389dd01e716e4 | /Classes/AppDelegate.cpp | c4327a5a7ba700ae24154a6861b21c5fbd63049a | [] | no_license | Dothi/Dear-Deer | 8e8f4374dc9a347dfcbe78fac165a014485c062c | fef1a7d234fcae97724721c05fb5ee1ff37815aa | refs/heads/master | 2021-07-05T01:57:05.344979 | 2017-09-26T19:41:02 | 2017-09-26T19:41:02 | 104,928,172 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,598 | cpp | #include "AppDelegate.h"
#include "SplashScene.h"
USING_NS_CC;
static cocos2d::Size designResolutionSize = cocos2d::Size(1024, 576);
static cocos2d::Size smallResolutionSize = cocos2d::Size(1024, 576);
static cocos2d::Size mediumResolutionSize = cocos2d::Size(1024, 576);
static cocos2d::Size largeResolutionSize = coc... | [
"jyrihonkakoski@gmail.com"
] | jyrihonkakoski@gmail.com |
a6433ac074657bb29be6ea756d4599585c71af6e | 981d954ac6f5930d6cf14f2becfb5deb92b5df3d | /libsslwrapper/include/pkey.h | cb607989dad593d0de374396e8f11210d28d4420 | [
"MIT"
] | permissive | wma1729/simple-n-fast | e04b97afad55c5964930509b2ff763723a0d2bf9 | abb06a9147b1eb4418ef5acb176eead64b991c51 | refs/heads/master | 2021-07-09T17:27:09.630851 | 2021-04-30T18:33:56 | 2021-04-30T18:33:56 | 102,918,847 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 993 | h | #ifndef _SNF_PKEY_H_
#define _SNF_PKEY_H_
#include "file.h"
#include "sslfcn.h"
namespace snf {
namespace ssl {
/*
* Encapsulates OpenSSL key (EVP_PKEY).
* - The key can be in der or pem format.
* - A type operator is provided to get the raw key.
*/
class pkey
{
public:
pkey(data_fmt, const std::string &, const... | [
"rakesh.didwania@gmail.com"
] | rakesh.didwania@gmail.com |
be82fe792acf6f4ad90c99b07d9a74de9d8eecc2 | fbcf19d08075222d558d30f5c6bf0efde4d57ac2 | /Labs/L02/L02/main.cpp | 42562e1a3a0c247e78896d59e6daf92b0866baf4 | [] | no_license | mrajevski/DPS920 | d90de18e09002e12ac190f59f6bd1990750a719d | e0bbea590e79a956b079108ee49e6bf9689f0542 | refs/heads/master | 2020-12-19T03:18:48.169285 | 2020-04-08T13:34:32 | 2020-04-08T13:34:32 | 235,604,762 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,810 | cpp | #define _CRT_SECURE_NO_WARNINGS
#include <opencv2/opencv.hpp>
#include <string>
#include <iostream>
#include <filesystem>
#include <vector>
using namespace std;
int main(int argc, char** argv) {
cv::namedWindow("Lab 02", cv::WINDOW_AUTOSIZE);
cv::VideoCapture cap;
cap.open(0);
if (!cap.isOpene... | [
"mrrajevski@mysenseca.ca"
] | mrrajevski@mysenseca.ca |
300c551c9ccc7db3f895e6d1ee8e791bf2a131b0 | b087c20012a82c2105a38e7af0bbb0722257ef7d | /src/main.cpp | b67f544371844453b2bf1ad327b082eaba93261f | [
"BSD-3-Clause",
"BSD-2-Clause",
"MIT"
] | permissive | F1r3Hydr4nt/sdlgl3-wavefront | 66c6451b772c086c0045862696681c17c87f04bb | 7ddcc1f580931f1d790a317ed36751fa28b174c1 | refs/heads/master | 2021-05-31T22:57:55.989582 | 2015-06-29T22:35:27 | 2015-06-29T22:35:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,721 | cpp | #include "Common.h"
#include "BinaryData.h"
#include "SceneNode.h"
#include "Renderer.h"
#include "Texture.h"
#include "tiny_obj_loader.h"
#include "SDL.h"
#include "SDL_opengl.h"
void infoMsg(const char* msg)
{
SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_INFORMATION, "Info", msg, NULL);
}
void errorMsg(const char*... | [
"liebert@pdx.edu"
] | liebert@pdx.edu |
0f06cd7bf419b860f6eec895146c7e04a6bdfe3c | 9c7573ec0981fd3f19ae1688d4b7e9630968599f | /ENGR122/Homework/Homework1.ino | 926b80bbcef20cff9bac9fed2874ab0236b87db3 | [] | no_license | MStevenTowns/Arduino | 734f85d643997fd61b4f929a5d7d96463f4cf754 | a510141b9a27039721c73a375dae1d676de1e2d2 | refs/heads/master | 2020-04-13T16:16:32.354018 | 2018-12-27T19:23:14 | 2018-12-27T19:23:14 | 163,316,715 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,222 | ino |
void setup()
{
Serial.begin(9600); // allows output to display
pinMode(2, OUTPUT); // define digital pin 2 as an output (output to LED)
pinMode(13, INPUT); // define digital pin 3 as an input (input from sensor)
}
void loop()
{
tone(2,38000); // output a... | [
"facelesslunatic@gmail.com"
] | facelesslunatic@gmail.com |
be6b7e5f511e5553d0e2813b6e532886e0f9a778 | a47370c21a3dbe1ca12f602d50050434f3678f52 | /Source/ESPOnly/server_response.cpp | a75d06f0f142593615fdf13927f27e9d50878281 | [] | no_license | mactep8/smart_village | f6adf34781f928022c84c67c7ca6d9ff1c134ea7 | a8c9fece63954a081c0c750a8c36cae79a527538 | refs/heads/master | 2023-01-01T05:04:59.538708 | 2020-10-23T17:20:11 | 2020-10-23T17:20:11 | 306,699,501 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,193 | cpp | #include "server.h"
#include "AbstractUnit.h"
#include "MyController.h"
#include <FS.h>
void MyWebSRV::sendIndexResponse(WiFiClient wcl)
{
File f = SPIFFS.open("/index.html", "r");
if (!f) {
#ifdef DEBUG
DEBUG_PORT.println("file open failed"); // "открыть файл не удалось"
#endif DEBUG
SendHTTPRes... | [
"mactep8@yandex.ru"
] | mactep8@yandex.ru |
8c0782ca5d2c691bc891a28130fe5f073460d604 | 404590d728fe8e9d5ae1206eaf83fb0c70d57f2b | /include/lq_info.h | bed5a36419b64553c5c3588c44ca936e3f297fe6 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | jwlawson/ptope | 5dfab632decb3a0fe069fd6840fdc0e78d305f4d | 2c664ac4fb7b036a298e7c6a1b2cf58d803f227a | refs/heads/master | 2021-01-10T09:30:15.514253 | 2016-09-15T12:42:07 | 2016-09-15T12:42:07 | 46,420,841 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,305 | h | /*
* lq_info.h
* Copyright 2015 John Lawson
*
* 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 ... | [
"john@jwlawson.co.uk"
] | john@jwlawson.co.uk |
75c36f2d89bc87abf09ff862dc944da483898a8d | 4ecf14e0bbe105958d83e5fad014a1cd014e669d | /gfx/skia/skia/src/gpu/ops/GrAAStrokeRectOp.cpp | 8b47f5e30fc79dec94bb2d417740a1f54f4d6a38 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | fx-dev-playground/gecko | 2c1a13a51f00645f8bfc35c9ec71a4d40b8c8dc2 | 889acebc871804214ab2579e434d7633e271e5cb | refs/heads/central_default | 2023-01-27T11:13:44.498662 | 2018-01-16T21:43:19 | 2018-01-16T21:43:19 | 64,968,340 | 8 | 13 | NOASSERTION | 2023-01-11T07:47:54 | 2016-08-04T21:24:19 | null | UTF-8 | C++ | false | false | 26,713 | cpp | /*
* Copyright 2015 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "GrAAStrokeRectOp.h"
#include "GrDefaultGeoProcFactory.h"
#include "GrOpFlushState.h"
#include "GrResourceKey.h"
#include "GrResourceProvider.h"
#include "SkStrokeRe... | [
"lsalzman@mozilla.com"
] | lsalzman@mozilla.com |
1db8bea5052ac04d5f31e84e004db1c1f189c218 | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/097/055/CWE36_Absolute_Path_Traversal__wchar_t_console_ifstream_51a.cpp | 2d519ccee676fcd186e4120b514e6c98e0be3060 | [] | 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 | 3,222 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE36_Absolute_Path_Traversal__wchar_t_console_ifstream_51a.cpp
Label Definition File: CWE36_Absolute_Path_Traversal.label.xml
Template File: sources-sink-51a.tmpl.cpp
*/
/*
* @description
* CWE: 36 Absolute Path Traversal
* BadSource: console Read input from the console... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
b75b0ae69225420cf6d022bc2f53ba00ff198d9b | 8ec9319e221bcf4b46d3f23e48c78158c6150a18 | /C++/Sorting/radix_sort.cpp | 0430619fe476e7bb0ee37ae79ccf70ad839d8820 | [
"MIT"
] | permissive | coding-freak456/algorithmsUse | 40cf901e217cd45412f06b29b4c37a5f1e2fb27a | a98b7f8fa763ddfc51e43da89364be2f0a70fbd7 | refs/heads/master | 2023-01-04T19:21:14.722036 | 2020-11-01T11:45:16 | 2020-11-01T11:45:16 | 305,447,173 | 0 | 1 | MIT | 2020-11-01T11:45:17 | 2020-10-19T16:31:26 | C++ | UTF-8 | C++ | false | false | 1,365 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
#include <iomanip>
using namespace std;
void PrintArray(vector<int> &arr)
{
for (int ele : arr)
cout << ele << " ";
cout << endl;
}
int getMax(vector<int> &arr)
{
int mx = arr[0];
for (int i = 1; i < arr.size(); i++)
mx = max(... | [
"pranay.kothari17@gmail.com"
] | pranay.kothari17@gmail.com |
cb40a5319f9a5c372afccc7dfbd3157cea518a56 | 075043812c30c1914e012b52c60bc3be2cfe49cc | /src/SDLGUIlibTests/SDL_Fixture.h | b7fee6cd1013f277ad13175a51caadc584545e0f | [] | no_license | Luke-Vulpa/Shoko-Rocket | 8a916d70bf777032e945c711716123f692004829 | 6f727a2cf2f072db11493b739cc3736aec40d4cb | refs/heads/master | 2020-12-28T12:03:14.055572 | 2010-02-28T11:58:26 | 2010-02-28T11:58:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 746 | h | #pragma once
#include <sdl.h>
#include <iostream>
#include <Widget.h>
struct SDL_fixture
{
bool SDL_init_ok;
SDL_Surface* screen;
SDL_fixture()
{
SDL_init_ok = true;
int init_result;
if((init_result = SDL_Init(SDL_INIT_VIDEO)) != 0)
{
SDL_init_ok = false;
std::cout << "Error starting ... | [
"danishcake@hotmail.com"
] | danishcake@hotmail.com |
75e69d14e819bb847970ac0fb6c6b38d79205cc1 | 8339e35782758e576a16d6f8c3e728bb46a5dd44 | /Push Dominoes.cpp | 2f45a46df4fcb3c607d7f2a16d5ccb9517dd28b8 | [] | no_license | arash-ha/Cpp | 019ef465703e31ce4cb1e3f976d46f872d58a360 | d403ce0e3215179cf547c3c02f5b2441d4f4abbc | refs/heads/master | 2023-09-04T11:31:41.820492 | 2023-08-28T14:17:29 | 2023-08-28T14:17:29 | 212,376,838 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,947 | cpp | /*
Push Dominoes
There are n dominoes in a line, and we place each domino vertically upright. In the beginning, we simultaneously push some of the dominoes either to the left or to the right.
After each second, each domino that is falling to the left pushes the adjacent domino on the left. Similarly, the dominoes fall... | [
"54961176+arash-ha@users.noreply.github.com"
] | 54961176+arash-ha@users.noreply.github.com |
564dafdaea507c2670602871f1bea13a9103a380 | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/068/126/CWE122_Heap_Based_Buffer_Overflow__cpp_CWE193_wchar_t_loop_52a.cpp | 4e8b461108dfc1b5fdc250b0c38bdfc6c6132d5c | [] | 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 | 2,356 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE193_wchar_t_loop_52a.cpp
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE193.label.xml
Template File: sources-sink-52a.tmpl.cpp
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSource: Allocate me... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
6327ea4ea17bb3a9a1f3892db1a027570bc6f9bd | b0bee5e16808f0c74c2aee69f5128842c95706e6 | /src/qt/askpassphrasedialog.cpp | bed343bea61764cf5397446c8c8a0bc630c7bbf1 | [
"MIT"
] | permissive | mylottocoin/source-code | a9cf62b95bd5f1f50c42f82900742061332ccb9c | 3be98d86ec5224a69c1fc13155bd5c871d399c73 | refs/heads/master | 2021-05-02T06:49:18.716959 | 2018-02-09T06:13:06 | 2018-02-09T06:13:06 | 120,864,945 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,267 | cpp | #include "askpassphrasedialog.h"
#include "ui_askpassphrasedialog.h"
#include "guiconstants.h"
#include "walletmodel.h"
#include <QMessageBox>
#include <QPushButton>
#include <QKeyEvent>
extern bool fWalletUnlockStakingOnly;
AskPassphraseDialog::AskPassphraseDialog(Mode mode, QWidget *parent) :
QDialog(parent),... | [
"mylottocoin@gmail.com"
] | mylottocoin@gmail.com |
62f185b36fff25531814ef63788f595594841771 | c4cab2201d408a84ecee2e736dea4cf75c9e86ce | /frag/src/ShaderProgram.h | 35102cae53e53e3588bd061fba2e5d180842a96d | [
"MIT"
] | permissive | chao-mu/art | ecd911816467a2fbbd4269256b36f4c394d4df53 | 20c536f42146648f8c6a2a3771c1eed69315a693 | refs/heads/master | 2020-04-27T23:16:17.363806 | 2019-08-18T20:10:00 | 2019-08-18T20:10:00 | 174,768,860 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,826 | h | #ifndef FRAG_SHADER_PROGRAM_H
#define FRAG_SHADER_PROGRAM_H
// STL
#include <map>
#include <functional>
#include <unordered_set>
// Boost
#include <boost/filesystem.hpp>
// OpenGL
#include <GL/glew.h>
namespace frag {
class ShaderProgram {
public:
ShaderProgram();
~ShaderProgram(... | [
"chao-mu@hackpoetic.com"
] | chao-mu@hackpoetic.com |
e7752eb11ff933f9c9da8e80ae043ce60a474d22 | 1859e30178bffa621c73aaeeb28f4168ba3e57d8 | /CharmCPP/benchOutsrc/benchDSEOut.cpp | dc3b3b1e65222b238d0b55f4f6cdb85d63484928 | [] | no_license | JHUISI/auto-tools | a97441e96781523646f8607570a1978417a78135 | 88d20b08dbd2f7a799619ac25986184633af459f | refs/heads/master | 2021-08-29T07:04:06.846700 | 2021-08-23T13:29:55 | 2021-08-23T13:29:55 | 8,965,681 | 21 | 6 | null | 2017-01-23T20:07:52 | 2013-03-23T04:13:24 | Python | UTF-8 | C++ | false | false | 4,829 | cpp | #include "TestDSEOut.h"
#include <fstream>
#include <time.h>
string getID(int len)
{
string alphabet = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
string id = "";
int val, alpha_len = alphabet.size();
for(int i = 0; i < len; i++)
{
val = (int) (rand() % alpha_len);
id += alphabet[val];
... | [
"jakinye3@jhu.edu"
] | jakinye3@jhu.edu |
47e8ea649e06f90ab6ce9ba7edcb1c73f65060b8 | 60689b9ba2a4eb03885140700b160dcdec491211 | /chapter13/EX13.50(P481)/EX13.50(P481).cpp | 6ff0b7b4988c2fff71ae3dcf5bf0900968b036ef | [] | no_license | nideng/Cpp_Primer_5th_edition | af1e99f935ceb1245acb468d5fe3c519cff6b464 | 8a5067358dc4969dd408e623e78265996a096824 | refs/heads/master | 2021-01-14T15:00:14.943025 | 2020-04-01T01:36:28 | 2020-04-01T01:36:28 | 242,653,119 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 293 | cpp | #include"EX13.50(P481).h"
#include<vector>
#include<iostream>
using std::vector;
int main()
{
vector<String>vec;
std::cout << vec.capacity() << std::endl;
String s1("hello"), s2("world"), s3("why"),s4("hi");
vec.push_back(s1);
vec.push_back(s2);
vec.push_back(s3);
vec.push_back(s4);
} | [
"nideng@live.cn"
] | nideng@live.cn |
5baead88ef81d4e8a5683cc17b5d9eb1a53e3e8e | 5d3fe444a6c65d973270e93085a1df6ec043cf02 | /ParticleSystemsGL/3DS.cpp | 1f3e47b69c6676c2bcf31d0b5a3f6f283a026cb7 | [] | no_license | ryyppy/ParticleSystemsGL | 749067ac76ce316ec15d061f0261ea1f19700885 | d65016af0b1cae0b456c98543db903f60ec61c3e | refs/heads/master | 2020-04-15T11:40:06.259978 | 2013-03-01T11:26:09 | 2013-03-01T11:26:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,449 | cpp | /*
Program name:Combat of Death
Description source file: this class loads 3ds models
Copyright (C) 2005 Hylke Donker
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 Li... | [
"p.stapfer@gmail.com"
] | p.stapfer@gmail.com |
65c90aff803e437e14b06d5e9964f9ba8c0cd1b6 | e8829e35dfea2474746fc8a556d29d8c40982da0 | /rush00/BulletsLine.cpp | 161909a834715ed39e464283281b26d0a8b564c8 | [] | no_license | beardings/cpp_pool | 8048ab81a423cb0b26a46f56a1fd384935ad5c92 | 5fbd7ffca7e23c32b92917c1257d5ff47fcb5c4a | refs/heads/master | 2020-03-08T05:30:37.334523 | 2018-06-27T18:50:49 | 2018-06-27T18:50:49 | 127,949,573 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 955 | cpp | #include "BulletsLine.hpp"
BulletsLine::BulletsLine() {}
BulletsLine::BulletsLine(const BulletsLine & obj)
{
*this = obj;
return ;
}
BulletsLine::~BulletsLine(void)
{
return ;
}
BulletsLine & BulletsLine::operator=(const BulletsLine & obj)
{
this->_count = obj._count;
for (int i = 0; i < this->_count; i++) {
... | [
"beardings@gmail.com"
] | beardings@gmail.com |
7017d388ab59fc2e9f24ef44e83781ee23f26514 | 26ba18f15532023552cf9523feb84a317b47beb0 | /JUCE/examples/Assets/Box2DTests/OneSidedPlatform.h | cd5173b089bbbfa25c9d3cc277472fb38b4265d1 | [
"GPL-1.0-or-later",
"GPL-3.0-only",
"ISC",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-proprietary-license",
"MIT"
] | permissive | Ultraschall/ultraschall-soundboard | d3fdaf92061f9eacc65351b7b4bc937311f9e7fc | 8a7a538831d8dbf7689b47611d218560762ae869 | refs/heads/main | 2021-12-14T20:19:24.170519 | 2021-03-17T22:34:11 | 2021-03-17T22:34:11 | 27,304,678 | 27 | 3 | MIT | 2021-02-16T20:49:08 | 2014-11-29T14:36:19 | C++ | UTF-8 | C++ | false | false | 3,251 | h | /*
* Copyright (c) 2008-2009 Erin Catto http://www.box2d.org
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
* Permission is granted to anyone to use this software for any purpose,
* i... | [
"daniel@lindenfelser.de"
] | daniel@lindenfelser.de |
3bcc4b1af40558c50c68a01b724f51647cef16ad | f4e17640afef6d1b4d4a85f583a90e37f705dbd5 | /B2G/gecko/netwerk/protocol/http/HttpChannelParent.cpp | 11ca5a179e7e3d9b2d9391e4eb7c3934e7230597 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | wilebeast/FireFox-OS | d370362916f0c5a5408fa08285dbf4779f8b5eb3 | 43067f28711d78c429a1d6d58c77130f6899135f | refs/heads/master | 2016-09-05T22:06:54.838558 | 2013-09-03T13:49:21 | 2013-09-03T13:49:21 | 12,572,236 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 21,356 | cpp | /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set sw=2 ts=8 et tw=80 : */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */... | [
"info@hadrons.me"
] | info@hadrons.me |
2ce1839f3c780ffa5ca2e381ad9429e7ae4cace3 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE762_Mismatched_Memory_Management_Routines/s06/CWE762_Mismatched_Memory_Management_Routines__new_free_int64_t_74b.cpp | 43185647fba6d9c129147e1d948d1928e433fff3 | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C++ | false | false | 1,726 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE762_Mismatched_Memory_Management_Routines__new_free_int64_t_74b.cpp
Label Definition File: CWE762_Mismatched_Memory_Management_Routines__new_free.label.xml
Template File: sources-sinks-74b.tmpl.cpp
*/
/*
* @description
* CWE: 762 Mismatched Memory Management Rou... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
ef4f38ec3b8346a9887c5d3f472563f060dff311 | 618627ee21039a0618ec5f0eba48139c02627e58 | /accelerated_c++/chapter_4/squares.cpp | aec05b079eb39e3e9e13a9c1dd2210cf5507c871 | [] | no_license | khiner/notebooks | 600cdabcde7e37e997b8b4b7d9a1f6695659c73c | 3a384115bc55bdd0e0b0f784c313d22caf09c987 | refs/heads/master | 2023-02-06T11:09:02.742255 | 2023-02-04T04:02:09 | 2023-02-04T04:02:09 | 114,580,562 | 65 | 12 | null | null | null | null | UTF-8 | C++ | false | false | 260 | cpp | #include <iostream>
#include <iomanip>
using std::cout; using std::endl; using std::setw;
int main() {
int maxValue = 100;
for (int i = 0; i <= maxValue; i++) {
cout << setw(4) << i << " " << setw(6) << i * i << endl;
}
return 0;
}
| [
"karl.hiner@gmail.com"
] | karl.hiner@gmail.com |
b91a8eeee79a8d225ba55f749d86562b3b08589c | 6cc16578eaff4bb00997f2b239b1bef5649589c5 | /libvfuzz-core/src/sensor/sensor/base.h | f3d622d388df8462ffdffd7bdd5c2b382cdb8687 | [
"MIT"
] | permissive | Microsvuln/vfuzz | adac216c4b21b1e1c67580df9d7d94b42c7a0beb | d44b7ecae34f54d8bbe934262dde04f27fa2fac7 | refs/heads/master | 2022-11-16T02:29:04.954547 | 2020-07-13T18:47:54 | 2020-07-13T18:47:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,438 | h | #pragma once
#include <functional>
#include <base/types.h>
#include <optional>
namespace vfuzz {
namespace sensor {
typedef std::function<void(const SensorID ID, const Value data)> onReady_t;
class BaseSensor
{
private:
const SensorID ID;
bool subordinated;
std::optional<Value> lastValue;... | [
"guidovranken@gmail.com"
] | guidovranken@gmail.com |
edf378f38db775691cd86ac5d78d49bdd1bb170f | 16b0034c136a8d3168e093b42e6282cb0f57fab4 | /MotorDeBusca/HashTable.h | fed378e7d54dfd1cfc53b1ce90f385e8ea0fb5b9 | [] | no_license | JoaoPauloBorges/search-engine | 2611c30a83e95cd8ed23453b9d5026d6a5d4d54f | c704d19af70202b35ea27a22895f35066d1f5514 | refs/heads/master | 2022-03-02T00:32:44.130447 | 2019-11-21T23:57:09 | 2019-11-21T23:57:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,259 | h | #ifndef HASHTABLE_H
#define HASHTABLE_H
#include <Entry.h>
namespace ED2 {
template <class TypeKey, class TypeValue>
class HashTable
{
int tamVetor;
int uso;
Entry<TypeKey,TypeValue>* *VetHash;
int funcHash1(TypeKey Key);
int funcHash2(TypeKey Key);
public:
HashTable();
HashTable(int taman... | [
"joaopaulo.borges.gm@hotmail.com"
] | joaopaulo.borges.gm@hotmail.com |
708246b71339fa5b2ee2e5bc6245eb50c8a5a1a0 | fea9e0d9e3f0871772f6e3fbb81b89da634a7f9a | /LanguageEngine/langeng/__doxygen__/page/Mainpage.hpp | 39c3d591dd7a4459067fd757424c21f52476ac5e | [
"BSD-3-Clause"
] | permissive | kelvinchin12070811/LanguageEngine | 12c57bd5c5816239d08494f3dfc9b14425a6835a | 34cc4a0a33b7a824768eb7d6e8cfadb86cbc84da | refs/heads/master | 2020-03-19T16:19:15.085824 | 2018-09-05T14:24:58 | 2018-09-05T14:24:58 | 136,710,753 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 614 | hpp | /*! \mainpage The documnetation of Languange Engine
Language Engine is a header only library that provide a simple solution to multilanguage application.
Language Engine's translation files are written in JSON format and using [rapidJSON](http://rapidjson.org) as the phraser.
## Compile Time Configurations
This libr... | [
"chinkaiwen@yahoo.com"
] | chinkaiwen@yahoo.com |
e7e8dc3fa4c3a47702750b3999988f60aa712510 | b4aff90b636412db70a2e2e2ab819a24d65cba2b | /voipengine/voipsdk/webrtc/src/chromium/src/media/filters/ffmpeg_demuxer.h | 76d0fbb0fd5c7014e083b086c52bfa6a0d183713 | [] | no_license | brainpoint/voip_ios | 9a9aebba88b3c5bb17108d7ed87c702f23dc6f12 | 5205f896b9e60881f52c0b12b1c5188c9608d83e | refs/heads/master | 2020-12-26T04:37:38.258937 | 2015-04-14T16:16:31 | 2015-04-14T16:16:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,453 | 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.
// Implements the Demuxer interface using FFmpeg's libavformat. At this time
// will support demuxing any audio/video format thrown at it. The strea... | [
"houxuehua49@gmail.com"
] | houxuehua49@gmail.com |
f580f7dc738e6fbc0581cca5ff001ffbf5547ef0 | bbdfaab9b45dfd810982686e1f31398588ea8188 | /LeetCode5_2/LeetCode5_2/test.cpp | c66f5854d048f1dbbadd4dbbb8910b7383a7577c | [] | no_license | CXYhh121/LeetCode | ed30e6d4172e125add1109a336efd962ac2fe79e | d4d19025d6666f64aaef15d93faced1a4306aaa7 | refs/heads/master | 2020-05-20T12:46:03.290203 | 2019-11-07T13:30:42 | 2019-11-07T13:30:42 | 185,580,020 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,715 | cpp | #define _CRT_SECURE_NO_WARNINGS
#include <iostream>
#include <vector>
using namespace std;
struct TreeNode
{
TreeNode* left;
TreeNode* right;
int _val;
TreeNode(int value)
:left(nullptr)
, right(nullptr)
, _val(value)
{}
};
//路径总和I
//class Solution {
//public:
// bool hasPathSum(TreeNode* root, int sum)
//... | [
"1637018959@qq.com"
] | 1637018959@qq.com |
6a03e28bd765d14f3f12f08de83f3eb1ad192271 | 4b430686ae824c78604e15818c4b864778468ca1 | /Library/Sources/Stroika/Foundation/Cryptography/SSL/ServerContext.cpp | e1c6fd3dd0feee0b593451a30997d50847cab43c | [] | no_license | kjax/Stroika | 59d559cbbcfb9fbd619155daaf39f6805fa79e02 | 3994269f67cd9029b9adf62e93ec0a3bfae60b5f | refs/heads/master | 2021-01-17T23:05:33.441132 | 2012-07-22T04:32:58 | 2012-07-22T04:32:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 191 | cpp | /*
* Copyright(c) Sophist Solutions, Inc. 1990-2012. All rights reserved
*/
#include "../../StroikaPreComp.h"
#include "ServerContext.h"
using namespace Stroika::Foundation;
| [
"lewis@RecordsForLiving.com"
] | lewis@RecordsForLiving.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.