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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8a5dcf3a663440b4ddab67fd28043a677cb7a295 | 38cd531010694859583d6b7d2c6e1ab47b592f6f | /sim_drone/include/odeint-v2/libs/numeric/odeint/test/vector_space_1d.hpp | 5fc2b1af7f45ee69d48b1c2fd897213036c8d8ed | [
"BSL-1.0"
] | permissive | tianbot/yy_drone | 9282d21f0318ddb3dbed983f760a403257574f2a | 53919d708f9b25111301dfcef6937717e1b700b4 | refs/heads/master | 2020-03-12T12:46:45.710645 | 2019-08-22T02:32:50 | 2019-08-22T02:32:50 | 130,626,404 | 5 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 2,671 | hpp | /*
[auto_generated]
libs/numeric/odeint/test/trivial_state.cpp
[begin_description]
This file defines a vector_space 1d class with the appropriate operators.
[end_description]
Copyright 2009-2012 Karsten Ahnert
Copyright 2009-2012 Mario Mulansky
Distributed under the Boost Software License, Version... | [
"code@tianbot.com"
] | code@tianbot.com |
5055ecb4ea09c9e77c958a525149aca59e4a0588 | b62a83cd4fc3c9f3ecf23d23870616958ae729ce | /EventAnlProc.cxx | 629585c54df713a8fe69f692bd698e6f65c85ed9 | [] | no_license | amist88/DESPEC_Online_S480 | d115130e56d13b16168ee492d4b9e49a3789c18f | 67592084b548540d0869f621277ffc6b76754524 | refs/heads/master | 2022-12-20T00:08:10.824401 | 2020-09-17T14:08:34 | 2020-09-17T14:08:34 | 277,759,252 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 88,392 | cxx | // $Id: EventAnlProc.cxx 754 2011-05-18 11:04:52Z adamczew $
// Adapted for DESPEC by A.K.Mistry 2020
//-----------------------------------------------------------------------
// The GSI Online Offline Object Oriented (Go4) Project
// Experiment Data Processing at EE department, GSI
//--------------------... | [
"a.k.mistry@gsi.de"
] | a.k.mistry@gsi.de |
7d4c1f89852dc443eed1abcb223e6ac1128c7d60 | c520d460ad77863f9c524f0d1fff4e40780a70b5 | /slam/match/徐磊/src/ORBmatcherHF.cpp | 9ee1f4ce03360cf32158e927108e0e78d4c6dbba | [] | no_license | crischeng/SummerCamp2018Homework | 21d7ac75821e2e88826a280ba4332b67353968de | a5a530865fe0dfeb013e49abf60c99c95a71b646 | refs/heads/master | 2018-12-21T00:56:02.786089 | 2018-11-29T08:20:21 | 2018-11-29T08:20:21 | 143,667,244 | 0 | 0 | null | 2018-08-06T02:38:17 | 2018-08-06T02:38:17 | null | UTF-8 | C++ | false | false | 4,718 | cpp | //
// Created by oem on 18-8-28.
//
#include "ORBmatcherHF.h"
#include "ORBmatcherBF.h"
#include <iostream>
using namespace std;
using namespace cv;
bool ORBmatcherHF::matchFundamental(std::vector<cv::KeyPoint> keypoints1, cv::Mat descriptors1,
std::vector<cv::KeyPoint> keypoints2,... | [
"1224830613@qq.com"
] | 1224830613@qq.com |
e82d604fc20ff76b75a8002a6da85a19be63101b | 924a0de82cbfe65ce95478ebe977f0f21f683c5e | /Lb_6/Library.h | a254a44d1c480a7f841e617a2393e1ea0642db8b | [] | no_license | NikitaOchin/Mini_Course_C- | 8321a272961ee2c8bab55a0498a13e9681581c5a | 0a415ddc3a51975c16f776986565bfaae05831d9 | refs/heads/master | 2020-12-19T17:06:16.205777 | 2020-01-23T13:04:07 | 2020-01-23T13:04:07 | 235,796,420 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 395 | h | #pragma once
#include "Book_In_library.h"
class Library
{
public:
Library();
Library(int n, Book_In_library bil[], int s);
~Library();
private:
int num;
Book_In_library* BIL;
int s_BIL;
public:
void Set_num(int);
int Get_num();
void Set_BIL(Book_In_library[], int s = -1);
Book_In_library* Get_BIL();
void... | [
"ochinskiy.nikita@gmail.com"
] | ochinskiy.nikita@gmail.com |
ca4fc7535b03f350b0f676b2e144fdd1d2fc211d | f1dfa37d76f2cde5523b47668914ceb10116af53 | /uva problem/11388 - GCD LCM.cpp | 2af6f99848788c7226361e9ebfabc0a0ba6dae59 | [] | no_license | Muzahid037/Online-Judge-Problems | d7fffd8daad60d9c5801882be1678cd851d54c29 | 5f14253f70c178c373f9b926a825bd82354ff10c | refs/heads/master | 2022-03-15T00:45:38.384365 | 2022-02-24T13:56:40 | 2022-02-24T13:56:40 | 236,151,466 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 313 | cpp | #include<bits/stdc++.h>
using namespace std;
typedef long long ll;
int main()
{
ll t;
cin>>t;
while(t--)
{
ll g,l;
cin>>g>>l;
if(g>l || l%g!=0)
{
cout<<"-1"<<endl;
continue;
}
cout<<g<<" "<<l<<endl;
}
return 0;
}
| [
"48602232+Muzahid037@users.noreply.github.com"
] | 48602232+Muzahid037@users.noreply.github.com |
a24e8f243bb658717b137597c882e8130f61e399 | eb12139b901811950a483f38561f01145050f9f9 | /student/05/wordcount/main.cpp | 4839a8d371085fbb109fb3ef4d10c5e57acd7f34 | [] | no_license | cxanng/programming_2 | bd5f0c5adc61c91a9bb819809433826632a53790 | b2ab6424d1c64f6d66d961e3a0484a66322e7aaa | refs/heads/master | 2023-02-20T09:59:32.254330 | 2020-05-10T18:29:25 | 2020-05-10T18:29:25 | 331,700,024 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,220 | cpp | #include <iostream>
#include <map>
#include <string>
#include <set>
#include <fstream>
#include <vector>
#include <array>
bool is_in(std::vector<int> list, int num){
for (auto i : list) {
if (i == num) {
return true;
}
}
return false;
}
int main()
{
std::string infile_name;
... | [
"anh.t.nguyen@tuni.fi"
] | anh.t.nguyen@tuni.fi |
d29275e4f5c1ee1ba9d9a4a4404febce3103b314 | 39d334b60911ba0e89fa559a61fa87fae480c806 | /src/ext-lsv/lsvUtils.cpp | 0860aef7b5bfbadc8f54e04ab04d84e271caa6a0 | [
"MIT-Modern-Variant"
] | permissive | perry0513/LSV-PA | b6349943f7143bb8f4947efa2b687bb932c7738a | 205543fda79a47566f44f6fc8af388036646e428 | refs/heads/master | 2023-02-01T09:29:37.319658 | 2020-12-10T04:17:36 | 2020-12-10T04:17:36 | 299,777,556 | 0 | 0 | null | 2020-09-30T01:20:19 | 2020-09-30T01:20:18 | null | UTF-8 | C++ | false | false | 404 | cpp | #include "lsvUtils.h"
int Lsv_sortCompare(Abc_Obj_t ** a, Abc_Obj_t ** b) {
return Abc_ObjId(*a) > Abc_ObjId(*b)? 1: -1;
}
void Lsv_printInputs(const char * str, Vec_Ptr_t * vec) {
Abc_Obj_t * pEntry;
int i, sz = Vec_PtrSize(vec);
if (sz == 0) return;
printf("%s: ", str);
Vec_PtrForEachEntry( Abc_Obj_t *... | [
"perrypeiweichen@gmail.com"
] | perrypeiweichen@gmail.com |
957b7a1323707036fab27e684793985a14c61566 | 42fa37ae1eb49ccba5bba28adf4535030636ecaf | /contrib/db/libmdbx/test/base.h | 04942818d9dc33f536ea9f0df79101f61a9101d6 | [
"OLDAP-2.8",
"Apache-2.0"
] | permissive | evolution-project/evolution | 45f3d9d807495b1a7948605b4655b58d605e92c9 | 8f02773f9f4ffb28e1e1055f11eac4b51a44d74b | refs/heads/master | 2023-05-14T01:06:48.098477 | 2023-05-01T09:36:09 | 2023-05-01T09:36:09 | 244,397,006 | 7 | 5 | NOASSERTION | 2022-04-05T22:58:00 | 2020-03-02T14:52:12 | C++ | UTF-8 | C++ | false | false | 3,751 | h | /*
* Copyright 2017-2019 Leonid Yuriev <leo@yuriev.ru>
* and other libmdbx authors: please see AUTHORS file.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted only as authorized by the OpenLDAP
* Public License.
*
* A copy of this licens... | [
"crypto.zoidberg@gmail.com"
] | crypto.zoidberg@gmail.com |
2dedfa10922386b4a6fb7e09221564625cd58872 | d3fcfbaa0e200f49cefe4b77388292402e428eb3 | /LeetCode/1222. Queens That Can Attack the King.cpp | 826e006c7262ece30eab1ecd9ed83e4928f57f00 | [] | no_license | edge555/Online-Judge-Solves | c3136b19dc2243e9676b57132d4162c554acaefb | 452a85ea69d89a3691a04b5dfb7d95d1996b736d | refs/heads/master | 2023-08-22T03:23:11.263266 | 2023-08-21T07:22:33 | 2023-08-21T07:22:33 | 145,904,907 | 14 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,075 | cpp | class Solution {
public:
int grid[65][65];
int dx[8]={1,1,0,-1,-1,-1,0,1};
int dy[8]={0,1,1,1,0,-1,-1,-1};
vector<vector<int>> queensAttacktheKing(vector<vector<int>>& queens, vector<int>& king) {
memset(grid,0,sizeof(grid));
for(auto v:queens){
grid[v[0]][v[1]]=1;
}
... | [
"2010.ahmed.shoaib@gmail.com"
] | 2010.ahmed.shoaib@gmail.com |
fcfd775827e758e17a679ab72c3e0cf72e57c403 | b72698e6ff8c36a35e34dd5c80f3499e59ca5169 | /samples/core_backtrace_example/test.cpp | e525f9815feda7953feb99794b2c804dea25d976 | [
"BSD-3-Clause"
] | permissive | jolting/mrpt | 1d76a8811bbf09866bc9620fe720383f3badd257 | 2cfcd3a97aebd49290df5405976b15f8923c35cb | refs/heads/develop | 2023-04-10T01:39:58.757569 | 2021-02-06T17:57:26 | 2021-02-06T17:57:26 | 54,604,509 | 1 | 2 | BSD-3-Clause | 2023-04-04T01:28:54 | 2016-03-24T01:15:39 | C++ | UTF-8 | C++ | false | false | 1,102 | cpp | /* +---------------------------------------------------------------------------+
| Mobile Robot Programming Toolkit (MRPT) |
| https://www.mrpt.org/ |
| ... | [
"joseluisblancoc@gmail.com"
] | joseluisblancoc@gmail.com |
676b7872c78835f85e2d29deabce7c2fa9746385 | 2e45e34bd49219445e81c8f31ed87f11c2f95269 | /Counter.cpp | 8278f8ddaf59d3863b71b14ee700b5aea6d7653d | [] | no_license | KhvedY/Cat | ba9b279b2d4aecae0c36b0afc6f82e416ea25052 | 163ff751acccf76247e84d4b4285cca77e680e66 | refs/heads/master | 2021-01-21T04:31:56.907158 | 2016-06-26T09:25:50 | 2016-06-26T09:25:50 | 50,935,380 | 0 | 0 | null | 2016-06-25T09:19:07 | 2016-02-02T16:42:39 | C++ | UTF-8 | C++ | false | false | 624 | cpp | #include "Counter.h"
Counter::Counter(uint min_value, uint max_value, uint step, uint current_value)
{
Setmin_value(min_value);
Setmax_value(max_value);
Setstep(step);
Setcurrent_value(current_value);
}
void Counter::Setcurrent_value(uint current_value)
{
if (current_value>=max_value)
std::cout << "Wrong valu... | [
"jillfoh@mail.ru"
] | jillfoh@mail.ru |
2589e635bfd4845d506df4cd656374b015e1590a | 6be00af604a4dd5e706652ee603ec075446953a8 | /Team09/bonus/source/DesignExtractor.h | a64643775a9597d98f6248412d30322f20e68240 | [] | no_license | iceclementi/SPA | d088eb07125dc906f9962bcf6c06e69511a0fbf1 | 527099dc14a7fdd39763f36d5dedc9ab15e11436 | refs/heads/master | 2023-08-26T00:03:11.123064 | 2021-11-08T10:33:39 | 2021-11-08T10:33:39 | 425,784,747 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,443 | h | #pragma once
#include "Common.h"
#include "TNode.h"
#include "PKB.h"
typedef unordered_map<string, unordered_map<string, int>> PROC_MATRIX;
typedef unordered_map<string, int> POS_TABLE;
namespace DesignExtractor {
class DesignExtractor {
public:
/*-------------------------------------*\
| DE Constr... | [
"iceclementi@gmail.com"
] | iceclementi@gmail.com |
1dd2b2f46ade635671a9d0241c65bdad5c5855bf | 629fefdfabf17530e914fab4b79fbbd2c5a414ca | /程序代码/参考代码/语音信号的端点检测程序/endpointD/basop.cpp | bb4babcbc5a6565d8763f9659d7997260cda4375 | [] | no_license | wjt-bjtu/Endpoint-Detection | e92f40c3552c02387acb280051a0d9ccbe1483f4 | 56763ba9570d85d06f3a4304d8da91e93b3c597b | refs/heads/master | 2021-12-27T20:36:13.002336 | 2018-01-16T03:12:00 | 2018-01-16T03:12:00 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 8,388 | cpp | /*******************************************************************
**** 文件: basop.cpp ****
**** 功能: 计算LPCC 和 MFCC所用到的一些共同的基本函数 ****
**** 浮点程序 ****
**** 最后定型01.08.20, 许海国 ****
*******************************************************************/
#include <math.h>
#include "cst_l... | [
"leafspace_zhang@163.com"
] | leafspace_zhang@163.com |
4aae38aaf5b6e53a097b123b672e8e2e5392407d | b97f0d918bdce8d1b0a7fa9c4c044af1bc0766b2 | /xerces/include2.5/xercesc/validators/datatype/YearDatatypeValidator.hpp | c4f5e7f33b6830e396d9af2602b63ba16b2b9385 | [] | no_license | rauls/newscaster | 47ade74338c9d7032a275858ebbaa3deb2aa0b6c | 2557eee7b146454042e93382d734d7ca4a5ca2df | refs/heads/master | 2021-01-01T20:16:34.236163 | 2014-02-08T09:17:31 | 2014-02-08T09:17:31 | 2,427,760 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,043 | hpp | /*
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001 The Apache Software Foundation. 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 c... | [
"Raul.sobon@gmail.com"
] | Raul.sobon@gmail.com |
b2046868b2f8bdcac7a50ee1f393cc5c8ff0418d | f05155d1c9c41fcc6e31686505f856fd2fbc06de | /2020/June/hudai new.cpp | f745c87e1de2543feb9fe3374c56c758ecfd9d6f | [] | no_license | T-tasir/Competetive-Programming | 22308db58c827a8dfa9d2f879f7a1c135f3ab96a | b56ab712fd2147a69b90b7300e281b9b6ed85852 | refs/heads/main | 2023-08-18T07:35:22.656508 | 2021-10-14T13:20:33 | 2021-10-14T13:20:33 | 368,572,215 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,801 | cpp | #include<bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef long double dl;
typedef unsigned long long ull;
#define pb push_back
#define PB pop_back
#define nn "\n"
#define O_O ios_base::sync_with_stdio(false); cin.tie(NUL... | [
"allmoontasir256@gmail.com"
] | allmoontasir256@gmail.com |
384b050cd659ed53168c8fb5355290b9869eca46 | 36047fef1e4a3067b43b822c277272c21f024585 | /tftconsole/src/tftlcd_mm16_f407ze.h | 8861a08d0fa1419628f311da025c5da8b41bfcac | [
"Zlib",
"BSD-3-Clause"
] | permissive | nvitya/nvcmtests | 2edf76d12f1b29065f6e6a7adc632c0cd5886b6a | 0f8bfedf16bbe3a5803bf8a9300b1a1a73da805b | refs/heads/master | 2021-12-07T02:53:16.133283 | 2021-08-12T10:19:09 | 2021-08-12T10:19:09 | 121,033,854 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,572 | h | /* -----------------------------------------------------------------------------
* This file is a part of the NVCM Tests project: https://github.com/nvitya/nvcmtests
* Copyright (c) 2018 Viktor Nagy, nvitya
*
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the autho... | [
"nvitya@gmail.com"
] | nvitya@gmail.com |
4ed77d0d20cc9254f8de190f4cb3565cc2baad62 | 05f580305dd6aaef48afc1ad2bfbb2646015a674 | /query_optimizer/rules/CollapseSelection.hpp | bc5e4a353b3938adef6afadc3c668a61a5ce0245 | [
"Apache-2.0",
"MIT",
"BSD-3-Clause"
] | permissive | udippant/incubator-quickstep | 637b6d24c5783dab5d38c26ef4b5fb8525c1711c | 8169306c2923d68235ba3c0c8df4c53f5eee9a68 | refs/heads/master | 2021-01-20T00:45:37.576857 | 2017-04-20T20:28:12 | 2017-04-23T19:57:02 | 89,181,659 | 1 | 0 | null | 2017-04-24T00:24:48 | 2017-04-24T00:24:48 | null | UTF-8 | C++ | false | false | 1,752 | hpp | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | [
"jianqiao@cs.wisc.edu"
] | jianqiao@cs.wisc.edu |
2e9cd4d3dfb871c75c90b0cb5a2cd3e48aadc60a | c2bc2db21984f587e7bfa70203cfc98667f20fe8 | /Detour/PolygonReference.h | c7608eeaa53b5fb876d9869fbaece4de8c0474a4 | [] | no_license | LichProject/RecastManaged | 892427b14620b05db5b92c573b48d4e1206e82ba | d106d7a39ff1f66945473da7b7f9e9ee1c0123cd | refs/heads/master | 2023-06-23T18:20:30.160808 | 2021-07-27T13:43:50 | 2021-07-27T13:43:50 | 213,716,085 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 204 | h | #pragma once
namespace RecastManaged
{
namespace Detour
{
public ref struct PolygonReference
{
PolygonReference(unsigned id);
System::String^ ToString() override;
unsigned Id;
};
}
}
| [
"xlichproject@gmail.com"
] | xlichproject@gmail.com |
42a5fb4d55bcdafc351f60b4eb0009d121312596 | 030722883e7ae5dffcffe447e22adcc45b293399 | /src/esp/gfx/WindowlessContext.h | 1527cfc40fdf7a97c1e2dfc8f79c856fb19d5f0b | [
"MIT"
] | permissive | super5-22/habitat-vis | f6236533c143cf013f73f77bcdbe315b3875c75f | dfddf38761ebe1185a6d84d82134db107c42036b | refs/heads/master | 2023-07-09T06:56:22.625924 | 2021-08-06T02:22:01 | 2021-08-06T02:22:01 | 393,222,628 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 743 | h | // Copyright (c) Facebook, Inc. and its affiliates.
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
#ifndef ESP_GFX_WINDOWLESSCONTEXT_H_
#define ESP_GFX_WINDOWLESSCONTEXT_H_
#include "esp/core/esp.h"
namespace esp {
namespace gfx {
class ... | [
"15680631280@163.com"
] | 15680631280@163.com |
3a71e163fccda89740817c471d9b2fa3935c4c9b | 6022e9679dc339bcd1bfb462efe024300a7b0d1d | /functional/src/main/main.cpp | 1cba511c8e3d9e502962e88421fdea825c150dcc | [] | no_license | tzemanovic/HP | 0ce9fe544dfc59a5af2665380e309dad43c11428 | a7996e6a858590c80d642989fbf9075105d879c9 | refs/heads/master | 2021-09-10T23:23:55.924120 | 2018-04-04T08:04:10 | 2018-04-04T08:04:10 | 26,917,129 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 245 | cpp | ///
/// replace WinMain function with main on Windows
///
#include <pch.hpp>
#ifdef HP_PLATFORM_WIN32
extern int main( int argc, char ** argv );
int WINAPI WinMain( HINSTANCE, HINSTANCE, LPSTR, INT )
{
return main( __argc, __argv );
}
#endif
| [
"tzemanovic@gmail.com"
] | tzemanovic@gmail.com |
72bd4589bb76f5a554cf5e5db44d4e4eb8ef2d31 | 1f2d1ea771f14e2cfa0af55eb385c7b0817b8db7 | /src/udpserver1.cxx | db595e656041b1fde2bac2c7f90cbf9bc61578d2 | [] | no_license | geoffmcl/tcp-tests | 33d861b8c7dbd75bb6846e31f43627dc6dee11d5 | 32a4e914ecbfa066f3e1b8f279443b051810d598 | refs/heads/master | 2021-01-10T11:19:48.784071 | 2020-10-12T19:05:28 | 2020-10-12T19:05:28 | 48,856,674 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,978 | cxx | /*******************udpserver.c*****************/
/* Header files needed to use the sockets API. */
/* File contain Macro, Data Type and Structure */
/* definitions along with Function prototypes. */
/* header files */
/* 2011-04-04: ported to MS Windows - geoff */
// udpserver.cxx
// 2011-03-31 - Some (messy) exper... | [
"ubuntu@geoffair.info"
] | ubuntu@geoffair.info |
7e82eb2e2a3d88aac0d2a34ce5b5870bdf8a333f | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/libstdc++-v3/testsuite/25_algorithms/rotate_copy/requirements/explicit_instantiation/2.cc | 97c1e71e55a84d9dadb2767ba752d34587009fe3 | [
"LGPL-2.1-only",
"GPL-3.0-only",
"GCC-exception-3.1",
"GPL-2.0-only",
"LGPL-3.0-only",
"LGPL-2.0-or-later",
"Zlib",
"LicenseRef-scancode-public-domain"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C++ | false | false | 1,146 | cc | // { dg-do compile }
// 2007-09-20 Benjamin Kosnik <bkoz@redhat.com>
// Copyright (C) 2007-2022 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU General Public License as publish... | [
"rink@rink.nu"
] | rink@rink.nu |
275446aaff067a69c0075e0ffae89f040eca02fe | 3a6c369cc9e3fc065277c416af2691b3d6411635 | /LED.h | 79eb160d80a45031d5b906554fd16e96b36f023c | [] | no_license | tianyayouge/led-designer-plugin | f451d737cee6a85fbc004cf7a77cfd61dd098064 | e206ab5ca332a313f75b0f83496a207191d00ff6 | refs/heads/master | 2022-04-01T11:14:10.753720 | 2017-09-19T16:00:41 | 2017-09-19T16:00:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,711 | h | #ifndef _LED_H_
#define _LED_H_
#include <QtDesigner/QtDesigner>
#include <QWidget>
class QTimer;
/********************Exported functions needed by ScriptCommunicator.**********************/
/**
* Creates the wrapper classe
* @param scriptThread
* Pointer to the script thread.
* @param customWidget... | [
"salvador@inti.gob.ar"
] | salvador@inti.gob.ar |
9026a2b630bc606d0d9fefc47f1538cd691f4ada | 3418355b1c7286acc240cb110870fec51ab6d1ea | /code/week2/labo.cc | 4a102cd4d561ebfe6cc680948c56dde8e59cf6c7 | [] | no_license | gdavila/cpp-coursera | 3b29b267398b2256d05389a5b05daa529f38671d | ac29523e46a852026f7b21114297cede215f4aca | refs/heads/master | 2022-11-10T07:19:06.708195 | 2020-06-28T22:49:35 | 2020-06-28T22:49:35 | 268,683,892 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,079 | cc | #include <iostream>
#include <string>
using namespace std;
class Souris
{
/*****************************************************
Complétez le programme à partir d’ici
*******************************************************/
private:
double poids;
string couleur;
int age;
int... | [
"ferdavi6@gmail.com"
] | ferdavi6@gmail.com |
1eeea70dea006f83ba47424532f985cc33b3e48a | 5ec06dab1409d790496ce082dacb321392b32fe9 | /clients/cpp-qt5-qhttpengine-server/generated/server/src/models/OAIOrgApacheSlingJcrResourcesecurityImplResourceAccessGateFactoryProperties.cpp | 02cc3449a8032d6076d697630311b4b77b1ebd77 | [
"Apache-2.0",
"MIT"
] | permissive | shinesolutions/swagger-aem-osgi | e9d2385f44bee70e5bbdc0d577e99a9f2525266f | c2f6e076971d2592c1cbd3f70695c679e807396b | refs/heads/master | 2022-10-29T13:07:40.422092 | 2021-04-09T07:46:03 | 2021-04-09T07:46:03 | 190,217,155 | 3 | 3 | Apache-2.0 | 2022-10-05T03:26:20 | 2019-06-04T14:23:28 | null | UTF-8 | C++ | false | false | 4,234 | cpp | /**
* Adobe Experience Manager OSGI config (AEM) API
* Swagger AEM OSGI is an OpenAPI specification for Adobe Experience Manager (AEM) OSGI Configurations API
*
* OpenAPI spec version: 1.0.0-pre.0
* Contact: opensource@shinesolutions.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openap... | [
"cliffano@gmail.com"
] | cliffano@gmail.com |
13052f0638f50b96ff936471bca8511e3206f453 | 5f2585d45a83385e6c076921b0189b68fc18fa1a | /src/engine/graphics/Texture2D.cpp | 39f7b302bdc2609904f93f70fdc26e95d7415a97 | [] | no_license | andrewkpeterson/rigid-body-physics | ff8e84858cd7234a098d948470a56c9963b8e2d2 | aca5a3bb5e775f0337e4a19e4b3fd4ed0ebe6cec | refs/heads/master | 2023-03-18T21:57:51.390194 | 2021-02-26T18:32:33 | 2021-02-26T18:32:33 | 326,251,145 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,817 | cpp | #include "Texture2D.h"
#include <utility>
Texture2D::Texture2D(unsigned char *data, int width, int height, Texture::DATA_TYPE type, int numComponents)
{
GLenum format, internalFormat;
switch(numComponents) {
case 1:
format = GL_RED;
break;
case 2:
format = GL_RG;
break... | [
"andrew_peterson1@brown.edu"
] | andrew_peterson1@brown.edu |
4b00e64aff4f182c999e19ef12b3ca63c0c1cfd3 | d5630c5960c1fa135cf61d56320d16dcd770755c | /legacy/src/alpha/game/game_object.cc | 164da1d53872386bafa3cfa5a92edf9bb27af4c0 | [] | no_license | guileen/endlessworld | ba6e6c542e76a24c8baaf0e03fc9f41e78325b12 | 326ffcf3e4ee31b9955a63174246c18ede9f1de6 | refs/heads/master | 2021-06-17T06:25:36.066534 | 2021-02-10T16:30:04 | 2021-02-10T16:30:04 | 149,941,878 | 0 | 0 | null | 2021-01-20T16:26:18 | 2018-09-23T02:37:05 | C | UTF-8 | C++ | false | false | 3,193 | cc | //
// game_object.c
// endlessworld
//
// Created by 林 桂 on 18/10/4.
// Copyright © 2018年 林 桂. All rights reserved.
//
#include "game_object.h"
#include "game_scean.h"
void GameObject::updateFrame(uint32_t tick) {
}
void GameObject::render(Renderer* r) {
// world Coordinate to screen Coordinate.
scean->p... | [
"guileen@gmail.com"
] | guileen@gmail.com |
9ed6f042e882e89c77d95aee52ea3f82947b168c | 7ea618b70e81a9478e896949ab99995b089fe8de | /libsrc/blitz/src/memcached_server.cc | f41c7ae7da207d758207fcb3b9c17dee30365a9f | [] | no_license | rickyu/mlsimgsearch | bab0cc11901ac3adf652a7f4daeaa01721b6b9e5 | 7fa89f058333af65c27e58d952a7ebbcbd94b46f | refs/heads/master | 2020-03-22T21:01:41.687118 | 2018-07-12T02:48:09 | 2018-07-12T02:48:09 | 140,650,471 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 9,899 | cc | #include <utils/time_util.h>
#include <utils/logger.h>
#include <string>
#include <sys/time.h>
#include "blitz/memcached_server.h"
using namespace std;
namespace blitz {
static CLogger& g_log_framework = CLogger::GetInstance("framework");
static void FreeBuffer(void* buffer,void* ctx) {
AVOID_UNUSED_VAR_WARN(ctx);... | [
"yuzuo2012@xiaochuankeje.cn"
] | yuzuo2012@xiaochuankeje.cn |
8b040af104eae5e20dfb8b7303657f01e8b3216e | 22d893d5353eff99bfda1a874bdf4e96d83bac9e | /fpreader/SBPC.cpp | 2260f06f8a06355995719dc285f01082120600a8 | [] | no_license | rohit231095/Fingerprint | e2a2f5a105f632613362f1282f2543cef87a3b04 | 2eff92594a21e6a74d0cf061186b0b619d548c9d | refs/heads/master | 2020-05-18T23:36:50.264694 | 2019-05-03T10:21:41 | 2019-05-03T10:21:41 | 184,715,959 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,634 | cpp | // SBPC.cpp: implementation of the CSBPC class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "SBPC.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
///////////////////////////////////////////////////////////////... | [
"rohit.khandelwal@greatwits.com"
] | rohit.khandelwal@greatwits.com |
784ead8d3d017b1c019f07b693f85619b511c2a5 | 256c5b875be2fd45614130ba002c3362c788f484 | /9-2-3.cpp | d5a900b6bbf94563b1eca82948b409810b98289a | [] | no_license | Gxsghsn/acm | 58ef6702522fbe89d9c456637fc7f7f70c79de8e | 511a39c4b42c1975feea49133741c41307994ba5 | refs/heads/master | 2021-01-22T06:54:06.025306 | 2014-11-07T00:30:13 | 2014-11-07T00:30:13 | 20,996,780 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,227 | cpp | #include <iostream>
#include <cstdio>
#include <algorithm>
#include <memory.h>
using namespace std;
int n;
//int S[n][n];
int d[100];
int V[100];
int maxv[100];
int minv[100];
#define INF 999999
int dp(int S){
int& ans = d[S];
if(ans!=-1) return ans;
ans=-2;
for(int i=0;i<n;i++){
if(S>=V[i]){
... | [
"646546851@qq.com"
] | 646546851@qq.com |
7ecaeea0c25bde90fb74c4f407187ae82b6454b5 | 45b242225b117852d0b4f3768ed845614e3e96ed | /src/DShared.cpp | f573d0347b3527c5c84ef4dc1b9ff6db0ef1d58e | [
"Apache-2.0"
] | permissive | da0x/xr.desktop | d7da667470d3bb75ad59759d0fc7d66a36021f83 | 218a7cff7a9be5865cf786d7cad31da6072f7348 | refs/heads/master | 2021-05-28T02:15:19.583099 | 2014-12-14T20:20:44 | 2014-12-14T20:20:44 | 28,004,479 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,440 | cpp | //C++
/*
----------------------------------------------------
The Desktop Project
------------------
Copyright 2004 Daher Alfawares
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.apac... | [
"daher.alfawares@live.com"
] | daher.alfawares@live.com |
e73129db4aa67abfde639d76dd27b9a7dc5b9eff | a320fc99dcfa469d4b24078292567e5789d7a4dd | /part2/test-array.cpp | dab8e7330e7337883e3e32e09926ba6a112ce623 | [] | no_license | noelprince/array-implementation | 63be0228ce573a8a5b4a5a98176dbe796fb52955 | 68d0ba5a71d5fd131905c133ae95cda202c26db6 | refs/heads/master | 2020-12-22T15:58:19.709559 | 2020-01-27T21:31:06 | 2020-01-27T21:31:06 | 236,849,538 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,583 | cpp | // Lang:CwC
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <iostream>
#include <assert.h>
#include "object.h"
#include "string.h"
#include "array.h"
int main() {
printf("Starting Tests for Arrays \n");
test_size();
test_get_1();
test_get_2();
test_add();
test_add_2();
t... | [
"bhalla.yash98@gmail.com"
] | bhalla.yash98@gmail.com |
881b91f2b00e195684d2ca2a2b91f85f6ef1cfee | fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd | /extensions/renderer/utils_native_handler.cc | a74cc269e83044e73895f68671c4635f3e8c6f70 | [
"BSD-3-Clause"
] | permissive | wzyy2/chromium-browser | 2644b0daf58f8b3caee8a6c09a2b448b2dfe059c | eb905f00a0f7e141e8d6c89be8fb26192a88c4b7 | refs/heads/master | 2022-11-23T20:25:08.120045 | 2018-01-16T06:41:26 | 2018-01-16T06:41:26 | 117,618,467 | 3 | 2 | BSD-3-Clause | 2022-11-20T22:03:57 | 2018-01-16T02:09:10 | null | UTF-8 | C++ | false | false | 975 | cc | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "extensions/renderer/utils_native_handler.h"
#include "base/macros.h"
#include "extensions/renderer/script_context.h"
#include "third_party/WebK... | [
"jacob-chen@iotwrt.com"
] | jacob-chen@iotwrt.com |
d3a0d2da972339cb31ddf13c61c6e2732460682c | 0a8af3b8038fdf2eed2f02623474ea8281c5332c | /Ventura/src/Checkbox.h | 104304aa44b7063324ff4c3a2e2c9c9ce6e25950 | [
"MIT"
] | permissive | VictorAlvizo/Ventura | b81409d0e7f7090a4168c51b496fd86f99e58bdf | 57d2141f87534984acfd08ad49d91d177b8ffbe5 | refs/heads/main | 2023-04-28T21:13:21.688000 | 2021-04-22T19:30:41 | 2021-04-22T19:30:41 | 302,493,982 | 0 | 0 | MIT | 2021-01-01T21:20:25 | 2020-10-09T00:36:58 | C | UTF-8 | C++ | false | false | 3,036 | h | #pragma once
#include <functional>
#include "Hitbox.h"
#include "CollisionHandler.h"
#include "TextRenderer.h"
class Checkbox
{
public:
//Constructer if you wish to keep the default checkbox textures
Checkbox(unsigned int windowWidth, unsigned int windowHeight, bool initalCheck, glm::vec2 pos, glm::vec2 size, float ... | [
"37986878+VictorAlvizo@users.noreply.github.com"
] | 37986878+VictorAlvizo@users.noreply.github.com |
60f83a7b43cb6ffa5842ab45f56ba699f09d1640 | cb80a8562d90eb969272a7ff2cf52c1fa7aeb084 | /inletTest4/0.075/yPlus | b9e310a86112a3326c3b9415060d57be5c942086 | [] | no_license | mahoep/inletCFD | eb516145fad17408f018f51e32aa0604871eaa95 | 0df91e3fbfa60d5db9d52739e212ca6d3f0a28b2 | refs/heads/main | 2023-08-30T22:07:41.314690 | 2021-10-14T19:23:51 | 2021-10-14T19:23:51 | 314,657,843 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,794 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2006 |
... | [
"mhoeper3234@gmail.com"
] | mhoeper3234@gmail.com | |
b2477b3a6fb64bd7afa4169c0e470503f859a70d | 145f0a9cae60a535492a6cf4f8bb391f8afffa81 | /analysis/drawSignals.cpp | ae5eb183612cb57fb1f0c3d18d15163b40dd4125 | [] | no_license | pandolf/ZGAnalysis | 096f94146fd7025e451c1ee8945b3acd8dc23ad8 | a9dfe94a786ae867a0d61fa0c140af5b174327fb | refs/heads/master | 2021-01-21T04:51:11.761036 | 2016-07-20T13:20:17 | 2016-07-20T13:20:17 | 49,513,096 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,981 | cpp | #include "TFile.h"
#include "TCanvas.h"
#include "TTree.h"
#include "TStyle.h"
#include "TLegend.h"
#include "TPaveText.h"
#include "TH1D.h"
#include "TH2D.h"
#include "../interface/ZGDrawTools.h"
#include "../interface/ZGConfig.h"
int main( int argc, char* argv[] ) {
if( argc==1 ) {
std::cout << " USAGE:... | [
"francesco.pandolfi@cern.ch"
] | francesco.pandolfi@cern.ch |
791d77bb5425ef286f09ae24c988f1a9f27a4284 | 84f14cb07820dd11e2d838d2d61d7d0fc29db81f | /268_MissingNumber/Solution.hpp | 08184c277c839c4f27b65fd6181b6ed14b7109d0 | [] | no_license | zhangsj1007/leetcode | d7d70639f45348513b3ab39bc3fc61e3cf12830d | d946ec6618425522300d1780e418fa5d639d48ba | refs/heads/master | 2020-03-22T13:11:46.337432 | 2019-12-29T09:27:23 | 2019-12-29T09:27:23 | 140,090,141 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 818 | hpp | class Solution {
public:
int missingNumber(vector<int>& nums) {
/*int t1;
for (int i = 0; i < nums.size(); i++){
if (nums[i] == -1)
continue;
if (nums[i] == nums.size()){
nums[i] = -1;
continue;
}
t1 = nu... | [
"mac@macdeMBP.lan"
] | mac@macdeMBP.lan |
b95bfb4ca2321affe873dbdc464a7be2a45f5ada | 94aee862fc27375d34b78212940d28ab17da0e0b | /freemodbus/port/assert.h | d629d5a4035dbf5c399ede10b2a7fa8c79461e4e | [] | no_license | tosobright/STM32-MyTest | 650ff7bdca074c82f03196363767ba076ed6ec91 | 788f661347ed66002ccc2d13353ae98c3ca36eb6 | refs/heads/master | 2021-01-26T09:16:20.150749 | 2020-02-27T02:22:59 | 2020-02-27T02:22:59 | 243,400,288 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,984 | h | /* assert.h: ANSI 'C' (X3J11 Oct 88) library header section 4.2 */
/* Copyright (C) Codemist Ltd., 1988-1993 */
/* Copyright 1991-1993 ARM Limited. All rights reserved. */
/* version 0.04 */
/*
* RCS $Revision: 137287 $
* Checkin $Date: 2008-08-27 13:36:52 +0100 (Wed, 27 Aug 2008) $
* R... | [
"tosobright@gmail.com"
] | tosobright@gmail.com |
fe5ce42c54adc8e1cfb7320050579642f863dea1 | 36b9decf14d266d6babaf1c44085c2ba869c03ce | /Remnant-main/Remnant/SDK/Mod_Vampiric_parameters.h | f619374f23eb286b02c78027e450aa2704ba52de | [] | no_license | RoryGlenn/RemnantLootSwitcher | 6e309a7b2b7bac88a166b552b640c830b863eb2d | 85c4cb6839b7c0f60cf8143c571d64ca12439a63 | refs/heads/master | 2022-12-29T08:47:15.713546 | 2020-10-23T22:01:45 | 2020-10-23T22:01:45 | 305,910,400 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,331 | h | #pragma once
// Name: Remnant, Version: 6
#include "../SDK.h"
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
/*!!HELPER_DEF!!*/
/*!!DEFINE!!*/
namespace UFT
{
//---------------------------------------------------------------------------
// Parameters
//-----------------------------------------------------------... | [
"romglenn@ucsc.edu"
] | romglenn@ucsc.edu |
be24b54b02b6548a90b9928c40d887d56f73e419 | d62b977daf767d637c8ab300d5543da1418f3d4c | /SimpleProduct.cpp | f7d3bd6d706e21e43d8de7cac2888ffeef55dc01 | [] | no_license | Azfar320/URI_Solution_Beginner_C_Plus_Plus_Program | 76b7381948d959c1eaf04b4c345fd528d73d5181 | e2c39a942ce8cade6d91258b868d1cd7f031b672 | refs/heads/master | 2020-08-28T16:54:20.318529 | 2019-10-26T19:49:09 | 2019-10-26T19:49:09 | 217,761,066 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 183 | cpp | //URI Problem 1004
#include <iostream>
using namespace std;
int main(){
int A, B, Product;
cin>>A>>B;
Product = A*B;
cout<<"PROD = "<<Product<<endl;
return 0;
}
| [
"ahnafh600@gmail.com"
] | ahnafh600@gmail.com |
c45162a57b906af18050a6827e8db2f38513520e | ec17cb0ee29851b9f41d48a43e023d03a4aa7443 | /arith.cpp | d06e58c82aa0107192448a468034403739579f19 | [] | no_license | rohit4813/SPOJ | a7efec71a9a1c2de689d7776bbfead8ee1815fa1 | 25aaaee6e8e01b0a54de1562cef537b888444590 | refs/heads/master | 2020-04-06T04:30:09.165143 | 2015-07-23T09:01:40 | 2015-07-23T09:01:40 | 38,891,304 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 857 | cpp |
#include<stdio.h>
using namespace std;
int main(){
int t,i,z;
int first[501],second[501],s1,s2;
char str[505];
char op;
//freopen("arith.txt","r",stdin);
scanf("%d",&t);
while(t--){
s1=0,s2=0,z=0;
scanf("%s",str);
while(str[s1]>=48&&str[s1]<=57)
{first[s1]=str[s1]-48;
s1++;
}
op=str[s1];
for(z=s1+... | [
"ranjanvermarohit@gmail.com"
] | ranjanvermarohit@gmail.com |
3865e5ebc4bb6b902d950a06cd3785fee3063794 | c57819bebe1a3e1d305ae0cb869cdcc48c7181d1 | /src/qt/src/3rdparty/webkit/Source/WebCore/generated/JSSVGException.cpp | c82810f9f7e71a45dc3d4e033539d47967445ddf | [
"BSD-3-Clause",
"BSD-2-Clause",
"LGPL-2.1-only",
"LGPL-2.0-only",
"Qt-LGPL-exception-1.1",
"LicenseRef-scancode-generic-exception",
"GPL-3.0-only",
"GPL-1.0-or-later",
"GFDL-1.3-only"
] | permissive | blowery/phantomjs | 255829570e90a28d1cd597192e20314578ef0276 | f929d2b04a29ff6c3c5b47cd08a8f741b1335c72 | refs/heads/master | 2023-04-08T01:22:35.426692 | 2012-10-11T17:43:24 | 2012-10-11T17:43:24 | 6,177,895 | 1 | 0 | BSD-3-Clause | 2023-04-03T23:09:40 | 2012-10-11T17:39:25 | C++ | UTF-8 | C++ | false | false | 10,808 | cpp | /*
This file is part of the WebKit open source project.
This file has been generated by generate-bindings.pl. DO NOT MODIFY!
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation... | [
"ariya.hidayat@gmail.com"
] | ariya.hidayat@gmail.com |
6b0e8ddeed2a0397c60a9e6c16c79f8a9bff2437 | ffe96dc069948a9aeac92b9b734b919f412d598b | /parser/Assign.cpp | 738d587cfce5c0ca47cadc2dac7376155ef3625f | [
"MIT"
] | permissive | corefan/ShaderLab-1 | 51c53ee995e32d397a7d7bc4545501dbe3a8586a | ecb2e716693b878d4501329f207ee341cb3e6ef0 | refs/heads/master | 2020-07-16T22:49:52.531174 | 2016-09-18T09:41:11 | 2016-09-18T09:41:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 699 | cpp | #include "Assign.h"
#include "Variable.h"
#include <stdio.h>
namespace sl
{
namespace parser
{
static const char* OUTPUT_NAME = "_col_static_";
Assign::Assign(Variable left, Variable right)
: m_left(left)
, m_right(right)
{
}
Assign::Assign(Variable left, float r, float g, float b, float a)
: m_left(left)
, m_... | [
"zhuguang@ejoy.com"
] | zhuguang@ejoy.com |
a5157ae63a401fff5d1d005637416863a702f0bb | f12fba78fbe3ea306766cb32e27d16a693418203 | /ACM-Codebook/Book1 - Graph Theory/shortest-paths/spfa.cpp | 2311907aee216d74f305b714c9f3158b8deff56a | [] | no_license | wx-csy/ACM-Code-Library | ffb51f965d84116c8c749428070be951a62a6484 | 9c0e4d1c434801fae799469add43730a6605da6a | refs/heads/master | 2021-01-20T05:37:18.682370 | 2018-10-16T07:14:50 | 2018-10-16T07:14:50 | 89,795,537 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 689 | cpp | // ! This procedure is to replace `dijkstra', and cannot be used alone.
bool inq[MAXV];
void spfa(int src){
queue<int> q;
fill(d, d + V + 1, INF);
d[src] = 0;
fill(inq, inq + V + 1, false);
q.push(src); inq[src] = true;
while (!q.empty()){
int u = ... | [
"sy_chen@smail.nju.edu.cn"
] | sy_chen@smail.nju.edu.cn |
d89386f92b8c3ff13f48e1b5ae67840dc82f07a5 | 2c8717383e7e1451b9da4d8a288ef100e37c0745 | /Thirdparty/SFML-2.4.2/src/SFML/Network/Http.cpp | ef6987fb7aabbdc6a951caffbeec51dc89dfa081 | [
"MIT",
"GPL-1.0-or-later",
"LGPL-2.0-or-later",
"Zlib",
"BSD-3-Clause",
"LicenseRef-scancode-public-domain"
] | permissive | lunacys/Notemania | f939099ebf9ec843e8307badab48e7332fc58db2 | fcf314ea37fa3f5aa0ca7817708d0b5e8ec171ba | refs/heads/master | 2020-12-14T09:48:35.527794 | 2018-03-09T14:21:52 | 2018-03-09T14:21:52 | 95,440,217 | 1 | 3 | MIT | 2018-03-09T14:21:53 | 2017-06-26T11:36:54 | C++ | UTF-8 | C++ | false | false | 11,442 | cpp | ////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
// Copyright (C) 2007-2017 Laurent Gomila (laurent@sfml-dev.org)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held liable for any damages a... | [
"grishafof@gmail.com"
] | grishafof@gmail.com |
127e7f5715fe34ccce9d98f1e0f96bcc080aa0c7 | e991bcfb47226ecb9e843137b366dbeec367ae50 | /ash/system/holding_space/holding_space_item_views_container.h | 4cbfebb95ef774b4051be9d652845afe56d56184 | [
"BSD-3-Clause"
] | permissive | hdwdsj/chromium-1 | 61d4756c7eb0d82a7eac454c549eb5703fcd42c7 | 67e55c4d99283c8ce4f626ac450007f6ecdc4128 | refs/heads/master | 2023-01-03T22:13:22.189772 | 2020-10-27T02:59:16 | 2020-10-27T02:59:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,308 | h | // Copyright 2020 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 ASH_SYSTEM_HOLDING_SPACE_HOLDING_SPACE_ITEM_VIEWS_CONTAINER_H_
#define ASH_SYSTEM_HOLDING_SPACE_HOLDING_SPACE_ITEM_VIEWS_CONTAINER_H_
#include "a... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
8fcfb641cb32ce44dabe8816927c3aebf9a3fa44 | 0a087a94e431bb295610f93c6e409f36f763e8a3 | /Class Drob.cpp | 82da3a7bc4e334fd2b6985e3cb6197854f775413 | [] | no_license | Arbalest163/Class-Drob | 8e33e3cb3150cf477ce86db8ff84aad9f6ab327d | f66d8dc5bfe4cae89eb156d01553f1a837106de6 | refs/heads/master | 2023-06-02T11:53:43.609468 | 2021-06-17T20:08:53 | 2021-06-17T20:08:53 | 377,949,339 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,936 | cpp | #include <iostream>
#include<cassert>
using namespace std;
class Drob {
private:
int* m_numerator;
int* m_denominator;
public:
Drob() :Drob(1, 1) {}
Drob(int numerator, int denominator)
:m_numerator{ new int( numerator ) }, m_denominator{ new int(denominator) }{}
friend ostream& operator<<(ostream& out, const ... | [
"evil_xacker@mail.ru"
] | evil_xacker@mail.ru |
366cd06544ec09665404ad3344259b650b16a28c | 0345e8f39d9550e6c9ca59ed0701f31a8ec73eb8 | /libcaf_net/caf/detail/net_syscall.hpp | 633c8f7dab4fbd20e6e77824295c26ba9b3d19fb | [] | no_license | xiaoruiguo/incubator | 1b0947bfaea3f3b61966274269558bdbdf7b41e8 | 53c85439385a6d7f2902206e014385ef522cb469 | refs/heads/master | 2022-11-09T04:41:46.836957 | 2020-06-16T17:59:46 | 2020-06-16T17:59:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,660 | hpp | /******************************************************************************
* ____ _ _____ *
* / ___| / \ | ___| C++ *
* | | / _ \ | |_ Actor *
... | [
"dominik.charousset@haw-hamburg.de"
] | dominik.charousset@haw-hamburg.de |
a335170f6541fc611e0ddf39617a15a75432a7e4 | 3321c48a25f5acf51d975b7abcb2b78a991bfc4f | /spatialTesti/Il2CppOutputProject/Source/il2cppOutput/Vuforia.UnityExtensions1.cpp | a42bddfeba37563ebbbef847a6f80a52f5de10a0 | [] | no_license | lebbs/Healthlab | 08d775406ac7debf1c9da136b0cdbc3f94fa9f95 | 38187389c2554e18bd2278ab8d7b0cafe5272754 | refs/heads/master | 2022-07-07T09:18:00.242693 | 2019-09-19T08:51:39 | 2019-09-19T08:51:39 | 201,021,590 | 0 | 0 | null | 2022-06-22T21:26:35 | 2019-08-07T09:49:30 | C++ | UTF-8 | C++ | false | false | 2,194,812 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
template ... | [
"lebbis63@gmail.com"
] | lebbis63@gmail.com |
007cbd7605984b81891b17d73b715205fc4f4f5d | 6c6edacb08d11d19324faf2f2842051824cf2a37 | /cf/vkcup_wild/a.cpp | bfdfe1698653e40c496330b821084c5bc3346676 | [] | no_license | kuzmichevdima/coding | 1245ccae13338d0f3266a6ca7b1eda3d60fc5c7b | 0e17042b0809f66b577788e10077a35fad3c3551 | refs/heads/master | 2020-05-21T04:35:16.096214 | 2018-05-04T15:06:14 | 2018-05-04T15:06:14 | 53,984,317 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,954 | cpp | #include <cstdio>
#include <cstring>
#include <algorithm>
#include <vector>
#include <iostream>
#include <cassert>
#include <cmath>
#include <string>
#include <queue>
#include <set>
#include <map>
#include <cstdlib>
using namespace std;
#define INF 1e+9
#define mp make_pair
#define pb push_back
#def... | [
"kuzmichev_dima@mail.ru"
] | kuzmichev_dima@mail.ru |
ebf08fc979b169a31efa1a1fbe5a10e31cbd7d1f | 1a17167c38dc9a12c1f72dd0f3ae7288f5cd7da0 | /Source/ThirdParty/angle/third_party/deqp/src/framework/common/tcuStringTemplate.hpp | 31d6a303cb2db9ebf177368fd7745c444b142daf | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"Zlib",
"LicenseRef-scancode-khronos",
"BSL-1.0",
"BSD-2-Clause"
] | permissive | elix22/Urho3D | c57c7ecb58975f51fabb95bcc4330bc5b0812de7 | 99902ae2a867be0d6dbe4c575f9c8c318805ec64 | refs/heads/master | 2023-06-01T01:19:57.155566 | 2021-12-07T16:47:20 | 2021-12-07T17:46:58 | 165,504,739 | 21 | 4 | MIT | 2021-11-05T01:02:08 | 2019-01-13T12:51:17 | C++ | UTF-8 | C++ | false | false | 1,534 | hpp | #ifndef _TCUSTRINGTEMPLATE_HPP
#define _TCUSTRINGTEMPLATE_HPP
/*-------------------------------------------------------------------------
* drawElements Quality Program Tester Core
* ----------------------------------------
*
* Copyright 2014 The Android Open Source Project
*
* Licensed under the Apache License, ... | [
"elix22@gmail.com"
] | elix22@gmail.com |
0c0f0a98d1449bff301ecd873adfb5fe3b230184 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/curl/gumtree/curl_new_log_9933.cpp | 920305e9aa1bd1a1f768463b8c12f026bc8577af | [] | 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 | 520 | cpp | fputs(
" tocols, without relying upon support for that protocol being\n"
" built into curl to avoid an error.\n"
"\n"
" This option can be used multiple times, in which case the effect\n"
" is the same as concatenating the protocols into one instance of\n"
" ... | [
"993273596@qq.com"
] | 993273596@qq.com |
063003bab6573ada09b4afa0df18e5c455e421c8 | 4bb20f4933a1f6356a28d8597201093f7b70e76f | /sidebar.cpp | 2634d099f90e933d37252415e6ce8cf54eb28be4 | [] | no_license | irfan13482002/AlgorithmVisualiser | 27f6f7b8c3b48f2037593aedaeb6db99b40977b4 | 50c2f62a7031ba9cb499182097b98cb1b613a7a3 | refs/heads/master | 2022-10-01T17:08:58.411009 | 2020-06-07T16:11:37 | 2020-06-07T16:11:37 | 270,355,356 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 21 | cpp | #include "sidebar.h"
| [
"irfan661299@gmail.com"
] | irfan661299@gmail.com |
f7b0e9e8a84d5ca77131744e14ce6f8d6693c30c | ebe5abd1ffa82fbcd45b430cf8360d111f0344c8 | /04-Collision/Candle.cpp | ad0a49597e6ca1e818fd6cca3d9b1d5c8a2899bc | [] | no_license | khduy/castle_vania | f421ccf733d51452a12dd0f5b57f513e659d59a2 | 3793c0a916b5c6aad5c4d18058d98955972d1924 | refs/heads/master | 2023-02-03T16:31:18.296964 | 2020-12-21T01:53:53 | 2020-12-21T01:53:53 | 299,236,391 | 0 | 1 | null | 2020-10-22T09:09:34 | 2020-09-28T08:11:21 | C++ | UTF-8 | C++ | false | false | 777 | cpp | #include "Candle.h"
Candle::Candle(float X, float Y)
{
texture = TextureManager::GetInstance()->GetTexture(TAG::CANDLE);
sprite = new Sprite(texture, 100);
this->x = X;
this->y = Y;
type = TAG::CANDLE;
Health = 1;
}
Candle::~Candle()
{
}
void Candle::GetBoundingBox(float& left, float& top, float& right, float... | [
"17520217@ms.uit.edu.vn"
] | 17520217@ms.uit.edu.vn |
bdc5da2750ee03e20ddf0df425a991437f9d72a4 | 49914b07703ba7f255406781f33419b9df9f99fb | /src/admin/AdminCmd.h | 27eb5d8aed5b879101a0aee63d2aafad2a98c585 | [
"Apache-2.0"
] | permissive | chenjun-bj/pluto | 831fe07bf21a3772e8f87e39e3bf18b32244ebb1 | 0d4001bbed742afb39505af4662c5ffbe189f222 | refs/heads/master | 2020-05-30T15:10:04.034051 | 2020-03-28T11:22:20 | 2020-03-28T11:22:20 | 37,918,370 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,235 | h | /**
*******************************************************************************
* AdminCmd.h *
* *
* Node administration commands ... | [
"chenjun.bj@gmail.com"
] | chenjun.bj@gmail.com |
be99f14e04381d3c17f9c7c2e585c3c9e08d22c0 | c3f5649640e73d82054e35590078d389560a5173 | /c++addon/internal_field.cc | ca616bb8a489c98bd13c91be8617fa2d1c9716dc | [] | no_license | paabuu/nodejs-code-snippets | 87d7efec8689867a07fcdeac6cf0ae08d5039193 | 584d199004a6f7293f99b1a94b276e4776885593 | refs/heads/master | 2020-04-10T08:57:23.895989 | 2018-12-27T10:49:55 | 2018-12-27T10:49:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,004 | cc | #include <node.h>
#include <iostream>
using namespace v8;
void GetInfo(const FunctionCallbackInfo<Value>& args) {
Isolate* isolate = args.GetIsolate();
Local<Object> self = args.Holder();
Local<String> info = Local<String>::Cast(self->GetInternalField(0));
args.GetReturnValue().Set(info);
}
void Init... | [
"wenjie.yang@ihandysoft.com"
] | wenjie.yang@ihandysoft.com |
618cba271e1d8c9edb83c3d9282726da2c057647 | 058355106fcf57b746afc5e9979281477c8bd34c | /.history/116.populating-next-right-pointers-in-each-node_20200902144227.cpp | 34c14bda298da2bff5fca0056a782544a5164323 | [] | no_license | Subzero-10/leetcode | ff24f133f984b86eac686ed9b9cccbefb15c9dd8 | 701ec3dd4020970ecb55734de0355c8666849578 | refs/heads/master | 2022-12-24T19:03:16.482923 | 2020-10-11T09:25:29 | 2020-10-11T09:25:29 | 291,388,415 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,254 | cpp | /*
* @lc app=leetcode id=116 lang=cpp
*
* [116] Populating Next Right Pointers in Each Node
*/
// @lc code=start
/*
// Definition for a Node.
class Node {
public:
int val;
Node* left;
Node* right;
Node* next;
Node() : val(0), left(NULL), right(NULL), next(NULL) {}
Node(int _val) : val(_va... | [
"shizheng961111@gmail.com"
] | shizheng961111@gmail.com |
858d53818cf410f71481a1faa071382096c586f8 | 47375de5e72d01549df8842847c47d909a4d00fd | /basic_arduinoio.cpp | 693c3e6fd1ce57bfdc79e3a551529cf1cdebf2fe | [] | no_license | doleynikov/terminal-basic | e2e41781c496fdbbbd745cadec77d98dd9f7f2c4 | 110a1ac4a60f52465cbf15d19331f8efbfbf7470 | refs/heads/master | 2021-01-22T22:35:27.927012 | 2017-04-12T10:19:01 | 2017-04-12T10:19:01 | 85,559,127 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,469 | cpp | /*
* ucBASIC is a lightweight BASIC-like language interpreter
* Copyright (C) 2016, 2017 Andrey V. Skvortsov <starling13@mail.ru>
*
* 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 v... | [
"doleynikov@gmail.com"
] | doleynikov@gmail.com |
9906873ae95d49e9e4289736f8e63ded4c7e8120 | f823bf74488b39518bf4d5301ed787592ed3efe6 | /cpp/src/videoplayer.h | fa48e458934d26334b49088a71def238b956996d | [] | no_license | Beannie85/BrightNetwork_Internship_Project | 660dff0c4f98f937574a3b97d5ac8cf156110e1b | e4868b5597633e60799a95ef5ef3b60583c83511 | refs/heads/main | 2023-06-12T18:53:51.238869 | 2021-07-01T11:26:01 | 2021-07-01T11:26:01 | 382,009,489 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,795 | h | #pragma once
#include <string>
#include <unordered_map>
#include "videolibrary.h"
#include "videoplaylist.h"
/**
* A class used to represent a Video Player.
*/
class VideoPlayer {
private:
VideoLibrary mVideoLibrary;
std::vector<Video> allowedVideos = mVideoLibrary.getVideos();
std::vector<std::string> play... | [
"kai.teoh@kcl.ac.uk"
] | kai.teoh@kcl.ac.uk |
b4405fef89b391abdbb22fe4c6ab57d6755b9d15 | a515cd0ee8dd645a84f9c9db64d60a596fcacca1 | /CPP/cpp_rush2_2019/src/PapaXmasTable.hpp | 6a44a6a9d09e1a41c04dc4e04e06fec802de9b12 | [] | no_license | oscarayu94/Epitech | 4ef2ad51b8bf22a8ab2167c55c973f69bd22100e | dd0e3206a9ab6871c4a0f5b4001e5ca3c6fbe638 | refs/heads/master | 2022-11-06T21:03:27.702444 | 2020-06-12T15:15:12 | 2020-06-12T15:15:12 | 271,827,187 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 541 | hpp | /*
** EPITECH PROJECT, 2020
** cpp rush 2
** File description:
** table
*/
#ifndef TABLE_HPP
#define TABLE_HPP
#include "ITable.hpp"
#include "LittlePony.hpp"
#include "Teddy.hpp"
class PapaXmasTable: public ITable {
public:
PapaXmasTable(void);
void put(Object *) override;
Object *take(void) override;
... | [
"oscarayu94@gmail.com"
] | oscarayu94@gmail.com |
4c29fd75b93ea8bb6a259be153415ebf280b70be | ac8980c6c83106c38e8dd1bfbb69a0aa853875ab | /main.cpp | 47e96db2fd5e76d16349f8d59985e282cfae29a1 | [] | no_license | AdamCoxProgramming/EscapeRoom | 335a8a47d410276358b996dd9c165fef49e50b7d | 1ad80c2c48e224bf5242a20f555b1f657ef3bcc3 | refs/heads/master | 2021-06-28T13:35:57.223073 | 2017-09-20T16:08:03 | 2017-09-20T16:08:03 | 104,238,336 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,783 | cpp | #include"LineParser.cpp"
#include<vector>
#include<conio.h>
#include<algorithm>
using namespace std;
string ScreenText;
int main() {
//Monster Creature;
Player MainCharecter;
ActionManager ActionMan( MainCharecter );
XmlParser Reader;
Reader.LoadWorldFromFille("Rooms.txt", ActionMan);
MainCharecter.Curr... | [
"adam.cox@student.howest.be"
] | adam.cox@student.howest.be |
f4763833de259c44f81779753804d313f262547e | ffec49bedbbcdf74281665fa66be8068d3f65fe6 | /林鑫-实验2-1/floyd.cpp | 3a68af15d1099bab7b86f2c76f916564ab10c38e | [] | no_license | Bacsonlx/Algorithm-analysis | 87cf3dc1f3566004ddef803609bc4116c99d906b | c240c6fc71b856f5b5ecd0b1fddabf97ae1912f2 | refs/heads/master | 2021-01-25T22:41:39.452702 | 2020-06-07T14:22:49 | 2020-06-07T14:22:49 | 243,210,918 | 2 | 1 | null | null | null | null | GB18030 | C++ | false | false | 908 | cpp | #include<iostream>
#include<fstream>
using namespace std;
int e[111][111];
int m, n, u, v, l;//n个顶点,m条边,输入m行,一行有顶点u,v以及他们的距离l
const int inf=0x3f3f3f3f;
ifstream fin("input.txt");
ofstream fout("output.txt");
void init()
{
for(int i=1; i<=n; ++i)
{
for(int j=1; j<=n; ++j)
{
if(i == j)
e[i][j] = 0;
if(... | [
"1160950618@qq.com"
] | 1160950618@qq.com |
568dfb58d57b7fb0434d79c3f3049eaddd38f2ed | fd35832226f87e0cd5221d96484d82088bf01fd7 | /shadowDetect/colorshadowdetector.cpp | 38b2643964e6ca1c5ecf0b72024a5f66031dd70a | [] | no_license | MiniBullLab/ai_system | f694bbf6c23e2599729c75b9b17436748a04c80b | 07ef72454d68099642f71ea6f6374f2a62a8449e | refs/heads/main | 2023-07-13T05:20:24.462401 | 2021-08-21T05:16:14 | 2021-08-21T05:16:14 | 398,184,386 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,786 | cpp | #include "colorshadowdetector.h"
#include <iostream>
#include <opencv2/core/core_c.h>
ColorShadowDetector::ColorShadowDetector()
{
init();
std::cout << "ColorShadowDetector()" << std::endl;
}
ColorShadowDetector::~ColorShadowDetector()
{
std::cout << "ColorShadowDetector()" << std::endl;
}
//初始化参数
void ... | [
"1014153254@qq.com"
] | 1014153254@qq.com |
f7fcc025b6eecbdc94b0680c6fb61019d6e242ab | bc9198126d77f1e4bf622a133fa62da77a1acbd5 | /tests/CoreTests/CryptoNoteBoostSerialization.h | 3f965ca41614fb057118fcbe4a7cec0b35dc8dc7 | [] | no_license | opentreasury/upscale.bank | ed3f6f51d764768da73c7196df65114f5484de8f | b3efaae7b54216575a4f637946d7c0727aaa36fa | refs/heads/master | 2023-08-03T03:35:40.157189 | 2018-01-05T11:13:21 | 2018-01-05T11:13:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,761 | h | // Copyright (c) 2011-2016 The UpscaleCoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#pragma once
#include <boost/serialization/vector.hpp>
#include <boost/serialization/utility.hpp>
#include <boost/seriali... | [
"saranshisat@icloud.com"
] | saranshisat@icloud.com |
eb0a5fb2b07739d70614addbfbcb227e7566349c | e193e7ad781b3e289c9ec8e6ff327b70eff70b10 | /Data_Structures/Queue/QueueDowning.cpp | 7ee68907dd58e156e30519e6fed3199fe760cf70 | [
"MIT"
] | permissive | JasonD94/HighSchool | 6a2e38d177c5715915630c423ab3814956f0601b | e37bb56b8149acc87cdb5e37ea619ab6db58fc29 | refs/heads/master | 2016-08-05T15:48:25.192051 | 2015-01-29T16:58:17 | 2015-01-29T16:58:17 | 23,292,054 | 0 | 0 | null | 2014-11-08T21:08:01 | 2014-08-24T20:34:55 | C++ | UTF-8 | C++ | false | false | 13,652 | cpp | #include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <conio.h>
#include <windows.h>
using namespace std;
int enqueue(int queue[], int tmp); //enqueue function
int dequeue(int queue[]); //dequeue function
int peek(int queue[]); //peek function
int print(int queue[... | [
"jason_downing@student.uml.edu"
] | jason_downing@student.uml.edu |
0f12ad387b5fb72dd14c1bd647c90a98b09bd503 | 0dc683feaa3b34b30159c34528e08e45815a6b2d | /FourDeltaOne.SourceCode/IW4M/clientdll/extdll/Scriptability.cpp | 7151727a1bfcae7c7d855a649402fc389c063971 | [] | no_license | wanfl/nta_sources | 6c119e6610abb7387fd00e42dc174a4d5e3e7911 | c6d6e9d8966af266bdd840c0c274a245b7119f23 | refs/heads/master | 2020-06-21T18:20:10.791089 | 2017-09-13T17:51:20 | 2017-09-13T17:51:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,549 | cpp | #include "StdInc.h"
#include "Script.h"
#include "Mono.h"
#include <algorithm>
#include <string>
// global stuff we might need
#ifdef COMPILING_IW5M
DWORD* scr_retArgs = (DWORD*)0x1F3E414;
VariableValue** scr_stack = (VariableValue**)0x1F3E410;
#endif
#ifdef COMPILING_IW4M
DWORD* scr_retArgs = (DWORD*)0x... | [
"callofdutypsp@gmail.com"
] | callofdutypsp@gmail.com |
aca7619336373cbebe6af988e2b5149d1b8532cc | 1dcfcb4deaa3f0f9acef371012a233da277c6ba4 | /201201045_Assign4/code/dist.cpp | 99a16e59f3b9c8221891a444550b75a4a6a5c7da | [] | no_license | abhishekb2331/DBMS | bdc60ff780189cdebddf42739e37e18bddced4de | 2600bf60ebd747792dc09f2207a8b4f6757d6d34 | refs/heads/master | 2021-01-10T22:14:45.212309 | 2016-10-08T13:54:55 | 2016-10-08T13:54:55 | 70,335,186 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,822 | cpp | #include<stdio.h>
#include <iostream>
#include<string>
#include<stdlib.h>
#include<string.h>
#include<limits.h>
#include <cstring>
#include <algorithm>
#include<bits/stdc++.h>
using namespace std;
#define A 54059 /* a prime */
#define B 76963 /* another prime */
//#define C 86969 /* yet another prime */
map < int , se... | [
"abhishekb.2331@gmail.com"
] | abhishekb.2331@gmail.com |
a6f80258b9539b2df93bb8f5cc22aac9085c9966 | c4c3e721c040abd543fedeb90cf60491a50bbf3f | /currday.cpp | 1b0571ba17abc06cab4edccc81ac8f58ac1247a6 | [] | no_license | kolesnikovaO/C-Ess-KI3 | 6698f6f9bdaa51ecec82b1bea1a847eeacbba6bc | 371ef82ef7e823322d7afbec6110f57124c77329 | refs/heads/master | 2021-08-30T17:33:53.795305 | 2017-12-18T20:29:55 | 2017-12-18T20:29:55 | 106,173,247 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 439 | cpp | #define _CRT_SECURE_NO_WARNINGS 1
#include <iostream>
#include <ctime>
using namespace std;
struct Date {
int year;
int month;
int day;
};
Date today(void) {
time_t t = time(NULL);
tm tl = *localtime(&t);
Date date;
date.year = tl.tm_year + 1900;
date.month = tl.tm_mon + 1;
date.day = tl.tm_mday;
return da... | [
"kolesnikovaolga@debian.debian.knu"
] | kolesnikovaolga@debian.debian.knu |
aa8e3a16ab3b6e12dce128a4363f1365cbb68a01 | c93681f4e561cdcc4ecc5f0433d6e4c0b29f54a1 | /day06/ex02/Base.hpp | 57d19942de73ada8ea0942a1ee88abbbeefc74a1 | [] | no_license | amatshiye/CppBootcamp | 497c552a5445d5e8a4080f18b4423c15ad8e305f | 4e0bb05d361fa34948d55fdca4be1685615d110e | refs/heads/master | 2020-03-19T05:30:00.649595 | 2018-06-14T14:43:09 | 2018-06-14T14:43:09 | 135,938,464 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 120 | hpp | #ifndef BASE_HPP
#define BASE_HPP
#include <iostream>
class Base{
public:
virtual ~Base(void);
};
#endif
| [
"amatshiy@e4r22p3.wethinkcode.co.za"
] | amatshiy@e4r22p3.wethinkcode.co.za |
b932a9525573c4eca1f766171f90bc1219e51a84 | 455e7a7455443eb6b2e947c6ae92f7e9a46f907e | /catkin_ws/src/navigation/astar_path_planning/src/wall_following_node.cpp | def7086c55d8e8d7791a27e91d96a070d4f34d21 | [] | no_license | ARG-NCTU/racecar | d2750dd34a7c648129a169080973e25ac3975ed5 | dbf81efa2e3f81b55a2f5471a91528fb16219cd9 | refs/heads/master | 2023-07-27T00:53:43.979375 | 2021-09-05T10:22:35 | 2021-09-05T10:22:35 | 294,080,677 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 223 | cpp | #include "wall_following.hpp"
int main(int argc, char** argv)
{
ros::init(argc, argv, "wall_following_node");
ros::NodeHandle nh, pnh("~");
WallFollower wf(nh, pnh);
while(ros::ok()) ros::spinOnce();
return 0;
}
| [
"louis5228@gmail.com"
] | louis5228@gmail.com |
3b830474f1b2c16d47b9c08db161e5d2fdd1a563 | 476b62392b6b96353af265e4b4e4010147b9ff68 | /Easy100_2020-9-19/AC_ABC142_C.cpp | c83a939e6f905140fe9062705db8f33db6a79850 | [] | no_license | Nattchi/Atcoder | 16d803dd8d83593f31b1a2e399ceefb350990ff0 | 820c4f648a25542da61543bef277f533d6edc614 | refs/heads/master | 2022-04-04T03:30:15.678042 | 2022-03-20T19:08:01 | 2022-03-20T19:08:01 | 247,407,286 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 367 | cpp | #include <iostream>
#include <string>
#include <vector>
#include <algorithm>
using namespace std;
int main(){
int n;
cin >> n;
int a;
vector<int> order(n+1);
for(int i = 1; i <= n; i++){
cin >> a;
order[a] = i;
}
for(int i = 1; i <= n; i++){
cout ... | [
"Yuu.tan@icloud.com"
] | Yuu.tan@icloud.com |
7f6854440d0a0f628e4981410bddd662366443d4 | 12e0d98e306a899f702bf48b7829fe1054a4fa39 | /CHILHOOD/CHILHOOD.ino | 0666140efdbadf9132de627596cfc9a8ef1ce26e | [] | no_license | zoe1996-02/way.github.io | 417d564cab85a3def29007505b47d1cd8ff14f9a | 51583f3b8ff6aee3767e63b7d17e5a2c994cb649 | refs/heads/master | 2021-01-21T19:06:17.750968 | 2017-05-30T03:57:29 | 2017-05-30T03:57:29 | 92,114,428 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,870 | ino | /*------------音符对应蜂鸣器频率------------*/
#define B0 31
#define C1 33
#define CS1 35
#define D1 37
#define DS1 39
#define E1 41
#define F1 44
#define FS1 46
#define G1 49
#define GS1 52
#define A1 55
#define AS1 58
#define B1 62
#define C2 65
#define CS2 69
#define D2 73
#define DS2 78
#define E2 82
#define F2 ... | [
"zoey@wangzongyudeMacBook-Pro.local"
] | zoey@wangzongyudeMacBook-Pro.local |
edd299f50c913c85c875eaebcc13864751939453 | 2f0f8fe56ffefa04af6d9be5c29e99e5bfff3ede | /src/TimerEvent.cpp | 8ed870ce1cad76b5bb90e46400e57a454b4b7ed3 | [] | no_license | ccahiggins/RPiHomeHub | 59dc2a2958bd00cb2dc4948f2c3d3c0bc0f1dd41 | 920f1131d0a215a6a5e69df89bceade8d4f33782 | refs/heads/master | 2022-03-12T12:15:25.910068 | 2022-03-06T01:23:35 | 2022-03-06T01:23:35 | 36,039,754 | 0 | 0 | null | 2022-03-06T01:23:36 | 2015-05-21T22:09:08 | C++ | UTF-8 | C++ | false | false | 1,043 | cpp | #include "TimerEvent.hpp"
#include <ctime>
#include <iostream>
TimerEvent::TimerEvent(int hour_, int minute_, bool one_time_) : hour(hour_), minute(minute_), one_time(one_time_) {
enabled = true;
trig_hour = -1;
trig_min = -1;
trig_day = -1;
}
void TimerEvent::trigger() {
time_t t = time(0);
st... | [
"phishulus@hotmail.com"
] | phishulus@hotmail.com |
36fb76f3697ef1e10e35cf76b7a809f41b22d141 | 0f2bbe9f37d6229f55edb7dafcd765b794de8b05 | /docs/obsolete/old code/refs/display_color/TEST/TEST.ino | 24e640c1cab2f295bc924cd4987b5d00d3a8ee61 | [] | no_license | luchete80/ambovis | 5839d8ba335d972224482814278dee9662e116e9 | 68793f8d56ee236114ade0cb4e4c9199eb0c45ed | refs/heads/master | 2023-08-20T02:57:57.769747 | 2023-08-12T00:28:13 | 2023-08-12T00:28:13 | 253,255,925 | 0 | 0 | null | 2023-08-12T00:28:15 | 2020-04-05T14:36:30 | C++ | UTF-8 | C++ | false | false | 7,584 | ino | #include "SPI.h"
#include "Adafruit_GFX.h"
#include "Adafruit_ILI9340.h"
#if defined(__SAM3X8E__)
#undef __FlashStringHelper::F(string_literal)
#define F(string_literal) string_literal
#endif
// These are the pins used for the UNO
// for Due/Mega/Leonardo use the hardware SPI pins (which are different)
#defin... | [
"luciano.buglioni@gmail.com"
] | luciano.buglioni@gmail.com |
308afe40e0da15df7797d012b63c8214446ca792 | 786d069498e5d7986cd69763625d88ed5b610f05 | /cylinder2D_DyM/processor2/0/wallFilmRegion/polyMesh/pointProcAddressing | a2cae436d0758727b9ff50d68b2e9e2f2f90c3c3 | [] | no_license | TatianaStenina/iceFoam | cf78c8b4fcccd4ffd63646e576ba9b2528a67b1d | 4f46a1bfa57500cbf6053bf4cc83fd1e12ef6595 | refs/heads/master | 2022-06-15T05:46:12.361200 | 2020-05-08T09:08:02 | 2020-05-08T09:08:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 935 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1912 |
... | [
"psuburner@gmail.com"
] | psuburner@gmail.com | |
fd7f431f20b70b9576ed1cc0ece6f24d178a0ff2 | 3c8c72b133e12e64db61c8dd8ef9b9027a26df27 | /cmmse/lab/libsource4/bsl/output/include/bsl/var/Ref.h | 3a4c87265521bc4a2b9f3841e7a390460c0d365b | [] | no_license | sinomiko/56wlk | 67498c31f460a9fd1634926e21425599be31e40b | 1c74ee2eb1a2e96949e7596260b965fe3c9d1f71 | refs/heads/master | 2020-12-08T09:37:59.899011 | 2020-01-10T02:26:48 | 2020-01-10T02:26:48 | 232,948,314 | 0 | 0 | null | 2020-01-10T02:26:23 | 2020-01-10T02:26:22 | null | GB18030 | C++ | false | false | 16,819 | h | /***************************************************************************
*
*
**************************************************************************/
/**
* @file Ref.h
* @brief
*
**/
#ifndef __BSL_VAR_REF_H__
#define __BSL_VAR_REF_H__
#include "bsl/var/IRef.h"
#include "bsl/var/Null.h"
namespa... | [
"sayigood@gmail.com"
] | sayigood@gmail.com |
5bbdb459e4bdf9620c12ff18664ccdc4a28df0e4 | 1478f099642f33a9d0d5e2df3860b3838e4fba38 | /tpls/pressio-demoapps/tests_cpp/eigen_rusanov_flux_jacobians_euler/main2d.cc | 8dd7db53148c87df0cf370da7da51a79591cf723 | [
"BSD-3-Clause"
] | permissive | Pressio/pressio-tutorials | 3a56197a19c2b01d41b708297470b7a6f2b83686 | 86aedf3b2897ded40f98cf89b6bd0fb318ab5982 | refs/heads/main | 2023-07-29T09:38:42.468688 | 2023-06-14T11:46:00 | 2023-06-14T11:46:00 | 206,623,806 | 4 | 1 | NOASSERTION | 2023-07-06T23:07:41 | 2019-09-05T17:45:50 | C++ | UTF-8 | C++ | false | false | 2,675 | cc |
#include <iostream>
#include <stdio.h>
#include <cmath>
#include "pressiodemoapps/euler2d.hpp"
int main(){
auto passedString = "PASS";
double tol = 1e-4;
double eps = 1e-6;
using scalar_t = double;
scalar_t gamma = 1.4;
scalar_t rhoL = 1.;
scalar_t uL = -1.;
scalar_t vL = 2.;
scalar_t pL = 1.;
Ei... | [
"fnrizzi@sandia.gov"
] | fnrizzi@sandia.gov |
f08a3ab4c4a95bec81c6614065510267aaf05b9f | e5378a6290420a80710e44b5d0dc3dd55aaee334 | /Magic Spells.cpp | 97c1f65d2f1d277ea603357908a4cfc98062d678 | [] | no_license | saksham-johri/HackerRank | c1b8b27c1d164f27530dfae6533313d93577de7b | b80b1f433cbc0b2179eddd90553966d9e5459f9a | refs/heads/master | 2022-11-12T12:11:35.471544 | 2020-07-07T10:22:39 | 2020-07-07T10:22:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 722 | cpp |
/* Enter your code here */
auto *x0 = dynamic_cast<Fireball*>(spell);
if (x0) { x0->revealFirepower(); return ;}
auto *x1 = dynamic_cast<Frostbite*>(spell);
if (x1) {x1->revealFrostpower(); return ;}
auto *x2 = dynamic_cast<Thunderstorm*>(spell);
if (x2) {x2->revealThunderpower(); return ; }
auto *x3 ... | [
"sakshamjohri@gmail.com"
] | sakshamjohri@gmail.com |
0f323f4a68384cbb3d2cd876ea120250b7a2f8a8 | a259d49d26ba1e667760d4154ab02cbd45e9bd81 | /LIS (n log n).cpp | d99337684f7c7a45e5d45bcfbb548acd219100cf | [] | no_license | rofi93/Algorithms | 7a507f54495f894333b0c78e42bd7c6fb1f70dce | 3753b8f4f87e9422abd879167dd6763eb724aef3 | refs/heads/master | 2021-01-20T19:18:27.610696 | 2018-09-23T18:48:39 | 2018-09-23T18:48:39 | 64,378,797 | 6 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 2,925 | cpp | /* -------------------------------- */
/* Name: MD. Khairul Basar */
/* Institute: HSTU */
/* Dept: CSE */
/* Email: khairul.basar93@gmail.com */
/* -------------------------------- */
#include <bits/stdc++.h>
/* all header files */
#define fs first
#define ... | [
"khairul.basar93@gmail.com"
] | khairul.basar93@gmail.com |
f421de129286a7bd2a143820bd3c093fa85f40ac | 85bcac5d7883f439fd040b10b8d3ce258dd7ade4 | /Mikudayo/Bullet/PhysicsPrimitive.cpp | b429a745712c0f7d01a5c40f66f84ed9153752f6 | [
"MIT"
] | permissive | newpolaris/Mikudayo | f9effd73467065f98c20efce398ed0782901bb7f | f989697848bee0f2a45636758050620b2421e77a | refs/heads/master | 2023-02-03T10:59:39.513123 | 2020-12-23T08:36:04 | 2020-12-23T08:36:04 | 104,229,577 | 18 | 1 | MIT | 2019-02-18T16:20:26 | 2017-09-20T14:55:50 | C | UTF-8 | C++ | false | false | 1,467 | cpp | #include "stdafx.h"
#include "LinearMath.h"
#include "PhysicsPrimitive.h"
#include "Physics.h"
#include "BaseRigidBody.h"
#include "PrimitiveBatch.h"
using namespace Physics;
using namespace Primitive;
PhysicsPrimitivePtr Primitive::CreatePhysicsPrimitive( const PhysicsPrimitiveInfo& Info )
{
auto Ptr = std::make... | [
"newpolaris@gmail.com"
] | newpolaris@gmail.com |
c199ab5ab2eb7cbc1c1c946647b52c426f0d76f6 | 1ba99208487e49075f687fa8b6ae17d4ea50c681 | /Code/CGAL/tmp/read_wkt.cpp | 6d0dad21eb8e1956a1303b307cd82ef05a670f1b | [] | no_license | aocalderon/RIDIR | e79d33711ea5d355b272500969826953a6cae897 | 0ebab5c0160e1ed16ed365dc902e62d06b5b7654 | refs/heads/master | 2023-05-26T14:11:39.936432 | 2023-05-12T03:40:48 | 2023-05-12T03:40:48 | 181,546,524 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 723 | cpp | #include <boost/geometry.hpp>
#include <boost/geometry/geometries/point_xy.hpp>
#include <boost/geometry/geometries/polygon.hpp>
#include <iostream>
using namespace std;
namespace bg = boost::geometry;
int main()
{
typedef bg::model::d2::point_xy<double> point_type;
bg::model::polygon<point_type> poly;
bg::read... | [
"acald013@ucr.edu"
] | acald013@ucr.edu |
742e1c45aa58b246fb5db0ecd15703008f10176d | 0bc317b69aa631562d7f9ad3c9d3bc0305c4a844 | /game.cpp | 60a9f93444db32b3c189ed2e89e4385cdbb5bb0f | [] | no_license | XhenryZhang/Snakes-Ladders | 6f76d0017ede82cedd24b3b202e5e1713f75009e | fc3e8089cf357e02aa105693b1775167393003c1 | refs/heads/master | 2021-03-19T19:55:06.261751 | 2020-03-18T04:49:18 | 2020-03-18T04:49:18 | 247,142,828 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,822 | cpp | // game.cpp
// Implements class Game
// Author: Xinyi Zhang - 3/17/2020
#include "game.h"
#include <iostream>
#include <stack>
// constructors
Game::Game(int size, int ladderNum, int snakeNum, std::vector<int> &ladders, std::vector<int> &snakes) : gameSize(size), numLadders(ladderNum), numSnakes(snakeNum){
snakeS... | [
"xzhang515@cs.ucsb.edu"
] | xzhang515@cs.ucsb.edu |
84b33cb956ae268aa29f013648fe9c98a8192eb5 | 96d6b185066292b255a164921f8b863a2ba5939f | /nuiengine/include/nuiengine/KImageDrawable.h | 9a511b66c062678ead9d9c26987b5ab7e075cc58 | [
"Apache-2.0"
] | permissive | 15d23/NUIEngine | 30130ea0ab60e8cc42292c1a752e2e3533e95c20 | a1369d5cea90cca81d74a39b8a853b3fba850595 | refs/heads/master | 2021-06-24T12:27:35.198858 | 2020-10-22T05:38:11 | 2020-10-22T05:38:11 | 140,224,669 | 0 | 0 | Apache-2.0 | 2020-10-22T05:38:12 | 2018-07-09T03:05:40 | C++ | UTF-8 | C++ | false | false | 3,058 | h | // **************************************
// File: KImageDrawable.h
// Copyright: Copyright(C) 2013-2017 Wuhan KOTEI Informatics Co., Ltd. All rights reserved.
// Website: http://www.nuiengine.com
// Description: This code is part of NUI Engine (NUI Graphics Lib)
// Comments:
// Rev: 2
// ... | [
"56132958@qq.com"
] | 56132958@qq.com |
26f6ff8d7e73b51ea6f457d298b061d97d66d470 | 609a75957a0531b5d45536076ea7671c9f8a8355 | /cxx/main-linux.cc | 6fba003f2be620e934e65cceec7bb8378f5540d5 | [] | no_license | eriytt/AsteroidsVR | 996040f71b9de1f57ea9202012016e96cd85d48b | 59fcb453d29a802cec01e1e6f0747bf018b2cfbb | refs/heads/master | 2020-06-07T20:06:30.078137 | 2019-08-16T20:09:56 | 2019-08-16T20:09:56 | 193,085,103 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,080 | cc | #include <unistd.h>
#include <ois/OIS.h>
#include "AsteroidsVR.hh"
#include "keycodes.h"
#define O2A_LETTER(x) case OIS::KC_##x: return AKEYCODE_##x
static inline int OIS2AndroidKey(int key)
{
switch (key)
{
O2A_LETTER(A);
O2A_LETTER(B);
O2A_LETTER(C);
O2A_LETTER(D);
O2A_LETTER(E)... | [
"erik.ytterberg@learningwell.se"
] | erik.ytterberg@learningwell.se |
331f39f924d3185f228ae6b37f73d5d21ac665f9 | ea82bec6b8e03522b718945276cdeff5b0a27270 | /面向对象编程C++ 石竹/Code/时间类.cpp | cd1b4df742c435ee9de19af2d426603fd515bd70 | [] | no_license | zzfd97/Backup-of-postgraduate-study-materials | b0572d6a23d290dff4164b04c90b849877dc8122 | 4486dae99b974635853cb4cb623b06572f634dfa | refs/heads/master | 2023-05-12T19:19:45.676986 | 2021-06-05T04:50:10 | 2021-06-05T04:50:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 471 | cpp | #include <iostream>
using namespace std;
class myTime {
public:
int hour, minute, second;
bool negative;
myTime():hour(0), minute(0), second(0), negative(false){}
myTime(int h, int m, int s){
minute = m;
second = s;
if (h < 0) {
hour = abs(h);
negative = true;
}
else {
hour = h;
negative = fa... | [
"739741104@qq.com"
] | 739741104@qq.com |
eacecc0a4e079fe40bc95dc25f0d546063b08cc7 | f451db53c0ae449505c4b554a2781d15fca500b7 | /src/PaymentGateService/PaymentGateService.cpp | 2beac0c892284c4de8c731b72f84e743980c3b15 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | bitcoinectcoin/criptonitacoin | b6c7c10ce1f1a1f4343caa992e18ddc257d0bdf6 | 48631dea833d333ebc3449e47eeefabfa002bdad | refs/heads/master | 2020-03-24T20:02:56.084441 | 2018-07-31T03:41:10 | 2018-07-31T03:41:10 | 142,956,894 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,681 | cpp | /*
* Copyright (c) 2018, The bitcoin2network developers.
* Portions Copyright (c) 2012-2017, The CryptoNote Developers, The Bytecoin Developers.
*
* This file is part of bitcoin2network.
*
* This file is subject to the terms and conditions defined in the
* file 'LICENSE', which is part of this source code packag... | [
"CodingRonin@bitcoin2.network"
] | CodingRonin@bitcoin2.network |
f2d1fa8e88d44479c4274934713a20e73ac07137 | b4dc293d7635cc4dddf9d5d8739e9a79aff7c2ac | /src/qt/guiutil.cpp | d603abe9d3126d96208ad09aedff937eab99e2da | [
"MIT"
] | permissive | Ecuadordigitalcurrency/EDC | 14b61c5083c50842489b94517834e7331008e36c | 7ac2d0abd54c5126218d815a10929a686a3d3201 | refs/heads/master | 2021-01-13T15:24:41.240741 | 2016-12-16T12:51:05 | 2016-12-16T12:51:05 | 76,397,837 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,392 | cpp | #include "guiutil.h"
#include "bitcoinaddressvalidator.h"
#include "walletmodel.h"
#include "bitcoinunits.h"
#include "util.h"
#include "init.h"
#include <QString>
#include <QDateTime>
#include <QDoubleValidator>
#include <QFont>
#include <QLineEdit>
#include <QUrl>
#include <QTextDocument> // For Qt::escape
#include ... | [
"2076881175@qq.com"
] | 2076881175@qq.com |
4ae418be2da5a21c9a1dac1c87c8cd394d07f121 | 626cec9096cfc05b162f3dee28186e54907978ca | /CAlleles.h | 14b90c24545aad0ab0f4f8e1ce073d9ad43d3da1 | [] | no_license | timotheenivalis/CodeAllForward | 7c6dad11ef5fc6db1f948210d7a0de6023a4f8cc | e5608e24e91bccacc15454b1b75bd1ce8c8f6f0d | refs/heads/master | 2021-08-03T13:17:12.329335 | 2021-08-02T00:40:34 | 2021-08-02T00:40:34 | 47,258,218 | 0 | 0 | null | 2021-06-24T06:12:14 | 2015-12-02T12:01:32 | C++ | ISO-8859-1 | C++ | false | false | 1,821 | h | // This is the source code for BiFit version 0.2
// BiFit simulates secondary contacts between two taxa (or species,
// depending on your favorite species definition).
// The software outputs introgression statistics for autosomal,
// gonosomal and mitochondrial markers. Processes considered include
// ... | [
"timothee.bonnet@ieu.uzh.ch"
] | timothee.bonnet@ieu.uzh.ch |
44627b6dbdb2447023f9f30aeb819326a7edde24 | b83f4c35fb534be62754a405a26ca23c195ec42a | /gotoxy.cpp | d832cbf696f14a100847c86aef506a074295e24b | [] | no_license | NataFomchenkova/AaDS_Lab_3 | 3ed0a495faaa95e48bc94f7b9c5b2e29635ff6fc | 189569c596f41408544338692e25a5fec4d672ee | refs/heads/master | 2020-04-13T02:02:45.175195 | 2018-12-23T13:16:49 | 2018-12-23T13:16:49 | 162,891,364 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 212 | cpp | #include "stdafx.h"
#include "gotoxy.h"
void gotoxy(int xpos, int ypos)
{
COORD scrn;
HANDLE hOuput = GetStdHandle(STD_OUTPUT_HANDLE);
scrn.X = xpos; scrn.Y = ypos;
SetConsoleCursorPosition(hOuput, scrn);
} | [
"43876309+NataFomchenkova@users.noreply.github.com"
] | 43876309+NataFomchenkova@users.noreply.github.com |
2b2afa5f3bb6d52e805ac2c3a80f218dfd463c8d | f207164511f0dfe3f01f6e0c21fd7548e626397f | /image/test/gtest/Common.cpp | 0cd30c61ce8467d27467df864db7408f5538c9b3 | [] | no_license | PortableApps/palemoon27 | 24dbac1a4b6fe620611f4fb6800a29ae6f008d37 | 3d7e107cc639bc714906baad262a3492372e05d7 | refs/heads/master | 2023-08-15T12:32:23.822300 | 2021-10-11T01:54:45 | 2021-10-11T01:54:45 | 416,058,642 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,747 | cpp | /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* 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/. */
#include "Common.h"
#include <cst... | [
"roytam@gmail.com"
] | roytam@gmail.com |
ff396dd3c025057247f37a2c27a12fb6f27fc6c3 | 549add4a73e22aba9800c3fe7634dcd5c0849371 | /inc/app.h | c93d1b8dbcefd5dd1e6cf6dd5132af99a24e4b7f | [
"MIT"
] | permissive | gmso/cpp-algos-test | a81d654f936da46372577a1adefb5b88b57d6291 | af83c996b078e600866f27f012f407c105bbf78d | refs/heads/main | 2023-04-09T11:39:06.535474 | 2021-04-25T10:37:26 | 2021-04-25T10:37:26 | 354,920,258 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 183 | h | #pragma once
#include "utils.h"
namespace app
{
void printHelp(utils::types::Algo_Map& algos);
utils::types::Algo_Map initAlgos();
int run(int argc, char* argv[]);
} | [
"german.mene@gmail.com"
] | german.mene@gmail.com |
0fedcf3079d2431b2f44a203c0571477fee966bc | 166173b82b4aa7ee61ed6f4b216e275f50d1823e | /Alpha2Format.h | 7803085e9f662001dfe4bd1b7309782bfea00ff2 | [] | no_license | sbutsky/HW | e73e2b1d427c4e5a45d3e869e260faec2368b9ea | 2097955ab0d193f496544cf2c92e98d9c1e97f5e | refs/heads/master | 2020-04-01T09:26:39.523001 | 2018-10-15T07:59:10 | 2018-10-15T07:59:10 | 153,075,103 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,413 | h | #pragma once
#include <iostream>
#include <string>
#include <vector>
#include <tuple>
#include "commons.h"
#include "AlphaFormat.h"
class Alpha2Format : public AlphaFormat
{
private:
struct candidate_item {
std::tuple<size_t, std::string> data;
bool has_asterisk() { return std::get<0>(data) != std:... | [
"moonwalker72@gmail.com"
] | moonwalker72@gmail.com |
dc217b032343a3b33bb23364861270d7031260cb | 1f63dde39fcc5f8be29f2acb947c41f1b6f1683e | /Boss2D/addon/webrtc-jumpingyang001_for_boss/modules/congestion_controller/goog_cc/goog_cc_network_control.cc | fdf8749724aab88ec190f19c6a40939715bbc71e | [
"BSD-3-Clause",
"LicenseRef-scancode-google-patent-license-webm",
"LicenseRef-scancode-google-patent-license-webrtc",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | koobonil/Boss2D | 09ca948823e0df5a5a53b64a10033c4f3665483a | e5eb355b57228a701495f2660f137bd05628c202 | refs/heads/master | 2022-10-20T09:02:51.341143 | 2019-07-18T02:13:44 | 2019-07-18T02:13:44 | 105,999,368 | 7 | 2 | MIT | 2022-10-04T23:31:12 | 2017-10-06T11:57:07 | C++ | UTF-8 | C++ | false | false | 23,010 | cc | /*
* Copyright (c) 2018 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | [
"slacealic@nate.com"
] | slacealic@nate.com |
a8f816fea151b3ecbaf4b7079783348689dfd7fe | 88ab5d73c57006cd351790175faeca14e5c57296 | /h+cpp/EnemyData/EnemyNo101/PartsMove/ENo101_DoorMove.h | e68d910ab98ecfad8ae8bba522839ddfb3d9e112 | [] | no_license | FUKUDA87/SourceFolder | e7c3b639ccd653ebdeac1cc0f6dfc6f5ddbb6a3e | 19255cfaa9adfa1a728adf69917c6c9d6b743ba2 | refs/heads/master | 2020-11-27T08:41:08.329700 | 2019-12-21T04:03:54 | 2019-12-21T04:03:54 | 229,373,484 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 377 | h | #pragma once
#include"../../Base&Manager/PartsMoveBase.h"
class C_ENo101_DoorMove :public C_PartsMoveBase {
public:
C_ENo101_DoorMove(const bool SetReverseFlg);
C_PartsMoveBase* Move(PARTS *Parts, const D3DXMATRIX *Mat, const int *Speed, const int *MaxSpeed, int *NowPhase);
private:
D3DXMATRIX StartMat, EndMat;
fl... | [
"kd1290926@st.kobedenshi.ac.jp"
] | kd1290926@st.kobedenshi.ac.jp |
a8eca8593d9e0626560ee7cafa82151d9188b2a5 | 8715867ccf09f502a6725b80355042ea99008bae | /[C++] Freelance/FREELANCE6/L1/L1/Source.cpp | 5d22b90ce6ad9db19902c07a2929c961527ed297 | [] | no_license | MaxRev-Dev/My-Labs | 0ef1f07313e0eb5bd23ce01c2bd012ed389858d8 | 0ac8c7570985701606fe65277ad58c7590895912 | refs/heads/master | 2022-12-11T12:04:45.121156 | 2021-11-05T02:18:20 | 2021-11-05T02:18:20 | 148,040,090 | 0 | 0 | null | 2022-12-08T01:16:43 | 2018-09-09T15:42:32 | C++ | UTF-8 | C++ | false | false | 914 | cpp | #include <iostream>
#include <Windows.h>
#include <algorithm>
#include <string>
#include <conio.h>
using namespace std;
int main() {
SetConsoleCP(1251);
SetConsoleOutputCP(1251);
int N = 100;
int *a = new int[N];
for (int i = 0; i < N; i++) {
a[i] = rand() % 1000000 + 1; // заповнюємо рандомними числами
cou... | [
"cmthea32@gmail.com"
] | cmthea32@gmail.com |
3cec7a4fc0bdb42b24ee603fc27d8f3d0d2dbce6 | 0d3eb75b20f37e1fdc23085aab189ba008a2c859 | /mocAf-3D-Conway-s-Game-of-Life/FPS_counter.cpp | 96de357329db1192e206534da917ae9feb09bb97 | [
"Apache-2.0"
] | permissive | mohcenHafidi/mocAf-3D-Conway-s-Game-of-Life | 496d76475ebf4c14a2176a7267eac62623c03187 | b820b880a1bc45b58822089c6ef4d133df1d0040 | refs/heads/master | 2021-07-10T22:03:22.565906 | 2020-10-12T23:21:16 | 2020-10-12T23:21:16 | 206,657,647 | 0 | 0 | Apache-2.0 | 2019-09-05T21:20:17 | 2019-09-05T21:08:07 | C++ | UTF-8 | C++ | false | false | 411 | cpp | #include "FPS_counter.h"
FPS_counter::FPS_counter(void)
{
lastTime = glfwGetTime();
nbFrames = 0;
currentTime = 0;
}
FPS_counter::~FPS_counter(void) {}
void FPS_counter::calculate()
{
currentTime = glfwGetTime();
nbFrames++;
if (currentTime - lastTime >= 1.0) {
system("CLS");
std::cout << nbFrames / (curre... | [
"hafidimohcen07@gmail.com"
] | hafidimohcen07@gmail.com |
3e6c70a00aac4c2300c55c5364dee56beb2b46f0 | ef9e704cdf8735a5ab83561d548a4282a14e72e8 | /src/TabularData.h | 75beaa64159edbb7da84e35394a4a40a49a3439a | [] | no_license | shixuansun/MOOCDataTransformation | f116c91297315690e3d399ca85e972bfd54cae3f | 206243602b914ecd5ab8c5930537cec9ca16767e | refs/heads/master | 2021-01-11T03:18:35.768720 | 2016-10-18T07:35:18 | 2016-10-18T07:35:18 | 71,089,919 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 792 | h | //
// Created by ssunah on 10/17/16.
//
#ifndef MOOCDATATRANSFORMATION_TABULARDATA_H
#define MOOCDATATRANSFORMATION_TABULARDATA_H
#include "ColumnData.h"
#include <vector>
#include <cstring>
#include <map>
#include <string>
#include <iostream>
#include <algorithm>
using namespace std;
class TabularData {
private:
... | [
"ssunah@csz765.mobilenet.cse.ust.hk"
] | ssunah@csz765.mobilenet.cse.ust.hk |
eb17e47ae71eaf8dca20e3d7f03c84e9191e4dcc | e4dd13b6dc8d8e82272807e220edeef838afb641 | /GitLab-examples-MT/examples/simple_numa/vector_multiply.cpp | 4d68882620741f702108ef9fe3640b19d7740af2 | [] | no_license | eleanor-broadway/testing_HPE_libs | ca493f0cc41aff36e9c9e422c6993ea7551a80cc | be1e0fc844133f6aac0bf28e2ad9b10aa279a526 | refs/heads/master | 2023-08-18T07:39:08.132133 | 2021-10-12T14:23:04 | 2021-10-12T14:23:04 | 409,264,399 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,482 | cpp | // Example codes for HPC course
// (c) 2012 Andreas Hehn, ETH Zurich
#include <vector>
#include <iostream>
#include <numeric>
#include <cstdlib>
#include "timer.hpp"
int main(int argc, char* argv[]) {
hpcse::timer<> exec_timing;
if( argc != 3 ){
std::cerr << "Usage: " << argv[0] << " <size in Mfloats>... | [
"ebroadwayr@gmail.com"
] | ebroadwayr@gmail.com |
20748e6c0bf39e0758394c49d6fa54f46f950b0b | 5e1dee44b9f5708793b1da7c84b66bf363312daf | /src/test-case/network.cpp | 69bb5310ff1960f26f0d05b413b169db73dc13ab | [
"MIT"
] | permissive | dbc60/cxxhttp | 0c4841f0797433ba7812a37f2acfabd89049c016 | d874b17e6c2bbf7d66983d43944c53b105aec51b | refs/heads/master | 2021-04-15T18:51:44.918670 | 2017-06-25T17:13:40 | 2017-06-25T17:13:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,770 | cpp | /* Network handling tests.
*
* These tests are potentially flaky, in the sense that they rely more on the
* networking setup of the host running them than other test.
*
* See also:
* * Project Documentation: https://ef.gy/documentation/cxxhttp
* * Project Source Code: https://github.com/ef-gy/cxxhttp
* * Licenc... | [
"magnus@ef.gy"
] | magnus@ef.gy |
60e45967f62750dde2e465b6a5dcdc85f5143104 | 04ef276477dbb672a7597c4bab8c557e3a298a5f | /Bank/Transactions.cpp | 6f3320751283bf207d83503e9d704f2e64d0ebd4 | [] | no_license | Igor-bite/ITMO-OOP | d01da132f95e4fef77fd9142712ecdebe3a5e56a | c6c3234ab8ec2efebc56f04a9ecf168ef41b8f73 | refs/heads/main | 2023-02-07T23:01:58.637110 | 2020-12-19T11:14:35 | 2020-12-19T11:14:35 | 322,828,335 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,283 | cpp | #pragma once
#include "Accounts.cpp"
class ITransaction {
protected:
Account* account;
double money;
Date date;
public:
ITransaction(Account* account, double money) {
this->account = account;
this->money = money;
date = Date();
}
ITransaction(Account* account, double m... | [
"klyuzhevigor"
] | klyuzhevigor |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.