blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
be89ea4c5bd78e8d9ee4f6c72dda4908684f6722 | 5f99d28a6807340158ebff89b4cafafd252b9d74 | /XMLLib/xml.hpp | f48b1ab43deb058de34c5ab013443551b1038c8b | [] | no_license | NotAPenguin0/XMLLib | 5ebd533dc3d66c3e0a06d735520fd09fd86cc0d1 | 7ab71d26cb8f87ed8e9a4a0525aa90e908728ab1 | refs/heads/master | 2020-04-20T17:03:13.469038 | 2019-02-03T18:22:29 | 2019-02-03T18:22:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,908 | hpp | #ifndef MVG_XML_HPP_
#define MVG_XML_HPP_
#include "charconv.hpp"
#include "tree.hpp"
#include <sstream>
#include <string>
#include <unordered_map>
#include <variant>
#include <vector>
namespace mvg::xml {
struct xml_version {
int major;
int minor;
};
namespace detail {
template<typename T, typename U, ty... | [
"33437@vitaetpax.be"
] | 33437@vitaetpax.be |
5c2a265bb5f4fdce55e15b3d51ce5b94c7162bdc | 385f1352c2b24fa467c21ba8a271c750b466a136 | /Practice/atoi.CPP | 756d8837f220113c7c0f9500bbb3735d2611d97d | [] | no_license | XRSHEERAN/CPPArchive | 805fa98cb22c415815a5ae821ff8140fdd5e1a7d | b9761e2e9498a55ca6fa70c1cf3541797db39bd5 | refs/heads/master | 2020-04-01T06:03:25.005801 | 2019-07-05T14:56:30 | 2019-07-05T14:56:30 | 152,931,522 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 978 | cpp | class Solution {
public:
int myAtoi(string str) {
long int ret=0;
int sign=1;
bool strt=false;
for(int i=0;i<str.size();i++){
int curr=str[i]-'0';
if(str[i]==' '){
if(strt)
break;
continue;
}
... | [
"noreply@github.com"
] | XRSHEERAN.noreply@github.com |
39ab682e84ca2db2921712b26dc5b28d28c9ba5a | b07ce3cc46e1a2a638d867a602bc37e15e3f786d | /src/UpCloud-Core/DatabaseLib/db/conf/databaseconf.cpp | 68f716fecaa3c58e87cb65f50d1a2e120b76d196 | [] | no_license | Lynzabo/UpCloudEcosphere | 9c4b12585aedffdf9f9b982f5345357efd406b12 | c7ce266f627dd6570e6b9d7606cd7e2b90bf8f9a | refs/heads/master | 2021-01-06T20:39:02.722381 | 2017-08-07T04:07:46 | 2017-08-07T04:08:01 | 99,533,490 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,517 | cpp | #include "databaseconf.h"
SINGLETON_INITIALIZE(DatabaseConf)
DatabaseConf::DatabaseConf() {
}
DatabaseConf::~DatabaseConf() {
delete settings;
settings = NULL;
}
void DatabaseConf::setConfPath(const QString &confPath)
{
this->confPath = confPath;
}
void DatabaseConf::loadConf()
{
// 配置文件路径
se... | [
"linzhanbo@le.com"
] | linzhanbo@le.com |
f363f3c5ce20310ce6c53dfcf418b8f74cb8acd5 | 83e1bf9235ffc68b839cc2f7b1fb87fe5ed90fc7 | /Main.cpp | 60e0984118b9a93b34f2ce72a7f278b40d8042e8 | [] | no_license | CodingZwen/Space-Invaders | dfb8391a18aaac8f149bde04de278470ddcb0757 | 01f7d25750b82e56c6c02f9718f27e8a1cc3cd80 | refs/heads/master | 2020-07-23T06:40:03.246157 | 2019-09-21T12:55:21 | 2019-09-21T12:55:21 | 207,476,161 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,085 | cpp | #include <SFML\Graphics.hpp>
#include <iostream>
#include "Game.h"
#include <Windows.h>
#include <conio.h>
#include <tchar.h>
#include <strsafe.h>
#include <memory>
using namespace std;
void setFrame(int Frame) {
int currentFrame = Frame < 10 ? Frame : 0;
std::cout << "reingekommen: " << Frame <<... | [
"noreply@github.com"
] | CodingZwen.noreply@github.com |
802a3e42e5f4b98b5205d6948b7a201896d611a1 | 1a2752708cfa58fc70cb76fcfdf061576c722c97 | /src/DesignSpaceHelper/SortListCtrl.cpp | 76da30e49edc1d674f2d51b6c65e0bd0d442a915 | [
"LicenseRef-scancode-other-permissive"
] | permissive | dyao-vu/meta-core | 7adf67093303288f1875a819ad1f4d9bfb00cd53 | 54a67c9ab3eb569545724c10909f436c0770da7d | refs/heads/master | 2020-04-07T05:54:27.154716 | 2017-02-09T18:33:25 | 2017-02-09T18:35:38 | 57,243,888 | 0 | 0 | null | 2016-04-27T20:01:12 | 2016-04-27T20:01:12 | null | UTF-8 | C++ | false | false | 12,743 | cpp | /*----------------------------------------------------------------------
Copyright (C)2001 MJSoft. All Rights Reserved.
This source may be used freely as long as it is not sold for
profit and this copyright information is not altered or removed.
Visit the web-site at www.mjsoft.co.uk
e-mai... | [
"kevin.m.smyth@gmail.com"
] | kevin.m.smyth@gmail.com |
04e906b69160d72ccf4508c6b0662f4af16656a9 | 1dbdf74191d0627d22668403263580ba668f1ef1 | /FrameData.cpp | 919ccce4a165adc6b42dfd20ed4e1953caeabadf | [] | no_license | josey822000/stereo | 65d24688eab3dad60df51446dc4a3a3af41c407e | 205d98ab815fda5bfe20313b28c4042c67c98cbf | refs/heads/master | 2021-03-12T19:25:20.180460 | 2013-02-22T12:29:32 | 2013-02-22T12:29:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 493 | cpp | #include "FrameData.h"
#include <iostream>
CvMat* FrameData::getD(){
if (! b_dis){
std::cout << "No disparity in FrameData!" << endl;
return 0;
}
else
return _D;
}
CvMat* FrameData::getMask(){
if( ! b_mask){
std::cout << "No mask in FrameData!" << endl;
return 0;
}
else
return ... | [
"josey822000@hotmail.com"
] | josey822000@hotmail.com |
8a1ff467d8f3a3021332df152aca85b71145df80 | e331e4f0c321b98acde31faf3548194ae6d7d14b | /src/wallet/test/wallet_test_fixture.h | 7d066a180f8a6529b324ac41e81063186b8fcd21 | [
"MIT"
] | permissive | MB8Coin/mb8coin-core | 487e3e16e43c008a6913d92e6edcf428c67a1f50 | 1fa5bd60019f6cff8038ace509ec4ca17c8233c7 | refs/heads/master | 2021-10-27T07:12:31.935401 | 2021-10-19T19:02:31 | 2021-10-19T19:02:31 | 131,882,320 | 5 | 3 | MIT | 2019-05-24T14:29:38 | 2018-05-02T17:10:21 | C++ | UTF-8 | C++ | false | false | 513 | h | // Copyright (c) 2016 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef MB8COIN_WALLET_TEST_FIXTURE_H
#define MB8COIN_WALLET_TEST_FIXTURE_H
#include "test/test_mb8coin.h"
/** Testing setup and... | [
"vidaru@protonmail.com"
] | vidaru@protonmail.com |
6deacab0a19e991206427bea8b0d8e08cca6081b | 39c4b60a9a32a776385b4ab028a1650f2fda9039 | /feather-neomatrix-bluetooth-snowflake/feather-neomatrix-bluetooth-snowflake.ino | 18e81f174cacd206eaad7073cd59eea258e3c054 | [
"MIT"
] | permissive | adafruit/Bluefruit-NeoMatrix-Snowflake | 8849ef50090d59fe4539da6ca935a248347420de | 77c474317bddfacaa810f7d4b8f62f87edaf5436 | refs/heads/master | 2021-01-10T14:47:18.148568 | 2019-05-02T21:27:05 | 2019-05-02T21:27:05 | 48,254,092 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 19,676 | ino | /*********************************************************************
This is an example for our nRF51822 based Bluefruit LE modules
Pick one up today in the adafruit shop!
Adafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing
product... | [
"beckystern@iMac.local"
] | beckystern@iMac.local |
1851dd4ee50dbdc85e20ce7d5a9c64b6681b79bf | d6292bb708a38c46dd0bef488b0be542fd6e86ce | /CodeMonk/Basics of Programming/Basics of Input Output/Seven Segment Display.cpp | 6035088378edc602fcf7c9109089364e31b9747e | [] | no_license | prantostic/HackerEarth | 3fe1f35f34f9060ca0bcb02834b89a49885847cb | 913f77556257b03ad345620779231f900bec0c2b | refs/heads/master | 2020-11-24T22:44:16.461286 | 2020-03-04T16:20:12 | 2020-03-04T16:20:12 | 228,370,108 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 452 | cpp | #include <iostream>
using namespace std;
int main(int argc, char const *argv[]) {
ios_base::sync_with_stdio(0);
cin.tie(nullptr);
int t, n;
string num;
int array[10] = {6, 2, 5, 5, 4, 5, 6, 3, 7, 6};
cin >> t;
while (t--) {
cin >> num;
n = 0;
for (auto &i : num) {
n += array[i - '0'];
}
string an... | [
"pranavchaudhary2310@gmail.com"
] | pranavchaudhary2310@gmail.com |
eed634baa1a098f9c4ce12e7eb18ce4f77228d10 | ebceff05439fdefda4ba83880131bd299b4be8c2 | /SmartWatch_Software/Declarations.h | c9651657584ae0a269a4d91f26b4c3a17faf5453 | [
"MIT"
] | permissive | gynsolomon/ESP32-Smart-Watch | 7be464222b8b0e5e68d5a453e1ed61cbe42c0181 | 30b09c41cc169f85af7ce6d98a36e0d081bc41ac | refs/heads/master | 2022-12-08T10:15:01.662180 | 2020-08-19T03:12:30 | 2020-08-19T03:12:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 179,158 | h | #include <WiFi.h>
#include <Wire.h>
#include <Adafruit_GFX.h> // Core graphics library
#include <Adafruit_ST7735.h> // Hardware-specific library for ST7735
#include <SPI.h>
// #include "BluetoothSerial.h"
#include "BLEDevice.h"
//prints debug information to the serial terminal when declared
//#define DEBUG
//#defin... | [
"matthew.bellafaire@gmail.com"
] | matthew.bellafaire@gmail.com |
44efecdaf23ec9dbd65bf05fad57bbac2e0f5529 | ca6c10c6f861404b2e15010a00fd2a327809d899 | /Graphs/toposort.cpp | 9aab96e7d6b5e7bb8da7bf053846cb6697b4a61d | [] | no_license | aniketakgec/CommonAlgos | b1fab1e1e525445032bd408e4df7f3bd50d488d6 | 0c47b745e15470a67c6f6fa0699d4bc17717f01a | refs/heads/master | 2022-12-05T10:13:35.663360 | 2020-08-21T09:00:56 | 2020-08-21T09:00:56 | 273,922,364 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 921 | cpp | #include<bits/stdc++.h>
using namespace std;
#define ll long long int
#define fastio ios_base::sync_with_stdio(false);cin.tie(NULL);cout.tie(NULL);
vector<ll> adj[10001];
int in[10001];
vector<ll> res;
void toposort(int n) // based on kahn algorithm
{
queue<ll> q;
for (int i = 1; i <=n; ++i)
{
if(in[i]==0)
q.... | [
"aniketpandey353@gmail.com"
] | aniketpandey353@gmail.com |
35ffe3e1f9e7ca2d4a76b9c028a3a5d8b1c9e5bf | 6b8873065d10d0082760236744bad4a490393086 | /Rocface/CGAL/include/CGAL/predicates/kernel_ftC3.h | c3b00da611868dc6bf3e2f0fdf9e7111a2a9542b | [
"NCSA",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | XiSheng1998/Rocstar | ec32443f67187069fb37ce5d187bc2c43da016b7 | 7a0f3147ac81503e4347be39288c9bedbe358a39 | refs/heads/master | 2022-12-27T12:50:32.652912 | 2018-11-26T08:30:28 | 2018-11-26T08:30:28 | 216,749,801 | 1 | 0 | null | 2019-10-22T07:26:51 | 2019-10-22T07:26:51 | null | UTF-8 | C++ | false | false | 12,693 | h | // ======================================================================
//
// Copyright (c) 2000 The CGAL Consortium
// This software and related documentation is part of the Computational
// Geometry Algorithms Library (CGAL).
// This software and documentation is provided "as-is" and without warranty
// of any kin... | [
"mtcampbe@illinoisrocstar.com"
] | mtcampbe@illinoisrocstar.com |
b6adf9c0e2c96bb64d86bc39eaa02bf114d7d6b4 | e98a1cd9cee64c1957c96ec4a357dd3e6c9c2bb4 | /profile/set_n_get_expose.cpp | ddf9d1fa76bdc8c7818c627cce7bec1bda69c912 | [
"MIT"
] | permissive | coolshuiping/oolua | 1df835d985ef7433a9948544c5b4bafa7014e14a | 437b0911e00ff07b74b93bf115026c688af6f31d | refs/heads/master | 2021-01-10T20:06:49.711326 | 2013-06-14T20:42:31 | 2013-06-14T20:42:31 | 33,646,236 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 973 | cpp | #include "set_n_get_expose.h"
#ifdef OOLUA_LUABIND_COMPARE
# include "luabind/luabind.hpp"
# include "luabind/operator.hpp"
#endif
EXPORT_OOLUA_FUNCTIONS_1_NON_CONST(Set_get,set)
EXPORT_OOLUA_FUNCTIONS_1_CONST(Set_get,get)
void open_Luabind_set_n_get(lua_State *l)
{
#ifdef OOLUA_LUABIND_COMPARE
luabind::open(l);... | [
"liam.list@gmail.com@078c8882-b850-11de-b71e-ab0a53e69959"
] | liam.list@gmail.com@078c8882-b850-11de-b71e-ab0a53e69959 |
9e3698f05d7a2065fdda3e3303801ee51f49196a | 0a9a614314f9bb804b33b011fdcb297929b2c896 | /CTest11.1(catchRect)/CTest11.1(catchRect)/stdafx.cpp | 0961424068ec745d8ea84f9e803137867d7e45a3 | [] | no_license | WSJ-github/MFC | f217d6bb0881c6ec8d0091eb9406823be1da513d | 64d264f183f6f1fda5d4d3f42d4385b8780b40fa | refs/heads/master | 2021-03-26T16:18:26.672169 | 2020-06-08T16:16:26 | 2020-06-08T16:16:26 | 247,721,744 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 175 | cpp |
// stdafx.cpp : 只包括标准包含文件的源文件
// CTest11.1(catchRect).pch 将作为预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
| [
"963013061@qq.com"
] | 963013061@qq.com |
4cbf3ff387d0f7b2f0557aab00b299c3f5a57563 | edc19019ad9957723bc61b8ccf3d049fc11de3ce | /day5.cpp | d840447773ac3c97565c1b25eed2392c2306f9c6 | [] | no_license | phmongeau/advent-of-code-2019 | 0e56cae135d1f178bdabb1b128669cdb6c87b3ee | a82405bf00c19932fd041d54924bf9e46331bb7f | refs/heads/master | 2021-07-25T17:42:39.671003 | 2019-12-18T04:55:39 | 2019-12-18T04:56:47 | 226,598,065 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,410 | cpp | #include <iostream>
#include <cmath>
#include <climits>
#include <cstring>
int main()
{
int INPUT = 5;
// int OUTPUT = 0;
int start_memory[] = {
// 3,9,8,9,10,9,4,9,99,-1,8
// 3,9,7,9,10,9,4,9,99,-1,8,
// 3,3,1108,-1,8,3,4,3,99,
// 3,3,1107,-1,8,3,4,3,99
// 3,12,6,1... | [
"ph.mongeau@gmail.com"
] | ph.mongeau@gmail.com |
7b85735d045dd35585e6685d2305b720d29d5332 | 425386c14f9b576801e861d2d6a11bfb6b89b704 | /BinaryTreeMaximumPathSum/MaxPathSum/main.cpp | 63dcf728576f6a0d649959ba0444497d61c3411d | [] | no_license | tianyangche/leetcode-1 | e7323e2adcf4a6c74793b844a978a3ff3fd903b7 | c2d276c0777328381039633ebea5189fe5444169 | refs/heads/master | 2021-01-01T19:29:26.312637 | 2013-11-13T21:39:41 | 2013-11-13T21:39:41 | 16,220,915 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 300 | cpp | #include <iostream>
#include "MaxPathSum.h"
using namespace std;
int main() {
TreeNode node1(0);
TreeNode node2(1);
TreeNode node3(1);
node1.left = &node2;
node1.right = &node3;
MaxPathSum maxPathSum;
int result = maxPathSum.maxPathSum(&node1);
cout << result << endl;
system("pause");
} | [
"shuk.xie@gmail.com"
] | shuk.xie@gmail.com |
166206013ef5efda66eb50be4e78ef29747af187 | d7085a2924fb839285146f88518c69c567e77968 | /KS/SRC/convex_box.cpp | 86abbb77c655a12525beefd6fc12e79214e116dd | [] | no_license | historicalsource/kelly-slaters-pro-surfer | 540f8f39c07e881e9ecebc764954c3579903ad85 | 7c3ade041cc03409a3114ce3ba4a70053c6e4e3b | refs/heads/main | 2023-07-04T09:34:09.267099 | 2021-07-29T19:35:13 | 2021-07-29T19:35:13 | 390,831,183 | 40 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 878 | cpp | #include "global.h"
#include "convex_box.h"
convex_box::convex_box( const convex_box& _box )
{
for( int i = 0; i < 6; i++ ) {
planes[i] = _box.planes[i];
}
bbox = _box.bbox;
}
void serial_in( chunk_file& fs, convex_box* box )
{
chunk_flavor cf;
for( serial_in( fs, &cf ); cf != CHUNK_... | [
"root@teamarchive2.fnf.archive.org"
] | root@teamarchive2.fnf.archive.org |
fe9c528f2c38cbf15e4403cd8b0e30c03ed8db3f | 8ec2fec1a179ddae6780fc1954c2ee9a92e9d01f | /raytracing/GLVector.h | 9b962ea6e67dc2fbf2d9a329035a8880b095e2b7 | [] | no_license | Angeladadd/RayTracing | 196358cf569ed9d1397d329d5f2ebf4a7b073ea8 | 109ba9b6600b8aef05cb25e2e9e12c57b72203b9 | refs/heads/master | 2020-04-16T18:47:47.851298 | 2019-01-15T11:29:47 | 2019-01-15T11:29:47 | 165,835,639 | 0 | 1 | null | 2019-01-15T11:09:50 | 2019-01-15T10:59:59 | null | UTF-8 | C++ | false | false | 2,113 | h | //
// GLVector.h
// raytracing
//
// Created by sunchenge on 2018/12/28.
// Copyright © 2018 sunchenge. All rights reserved.
//
#ifndef GLVector_h
#define GLVector_h
#include <cstdlib>
#include <cstdio>
#include <cmath>
#include <fstream>
#include <vector>
#include <iostream>
#include <cassert>
#include <algorith... | [
"noreply@github.com"
] | Angeladadd.noreply@github.com |
4d0b53a482c90dd265b437118ba4418b10d65bdf | 10c14a95421b63a71c7c99adf73e305608c391bf | /gui/painting/qdrawhelper_sse3dnow.cpp | 325071e7a296c7ba53ffb82c3cae7beafa0c42b8 | [] | no_license | eaglezzb/wtlcontrols | 73fccea541c6ef1f6db5600f5f7349f5c5236daa | 61b7fce28df1efe4a1d90c0678ec863b1fd7c81c | refs/heads/master | 2021-01-22T13:47:19.456110 | 2009-05-19T10:58:42 | 2009-05-19T10:58:42 | 33,811,815 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,216 | cpp | /****************************************************************************
**
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
** Contact: Qt Software Information (qt-info@nokia.com)
**
** This file is part of the QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial... | [
"zhangyinquan@0feb242a-2539-11de-a0d7-251e5865a1c7"
] | zhangyinquan@0feb242a-2539-11de-a0d7-251e5865a1c7 |
efbf311bf1aa554542ef80263b1cfd0b3ad46c7e | 64058e1019497fbaf0f9cbfab9de4979d130416b | /c++/src/algo/blast/api/version.cpp | 422b333779995f239eed305df9c70cea863560af | [
"MIT"
] | permissive | OpenHero/gblastn | 31e52f3a49e4d898719e9229434fe42cc3daf475 | 1f931d5910150f44e8ceab81599428027703c879 | refs/heads/master | 2022-10-26T04:21:35.123871 | 2022-10-20T02:41:06 | 2022-10-20T02:41:06 | 12,407,707 | 38 | 21 | null | 2020-12-08T07:14:32 | 2013-08-27T14:06:00 | C++ | UTF-8 | C++ | false | false | 5,141 | cpp | /* $Id: version.cpp 363242 2012-05-15 15:00:29Z madden $
* ===========================================================================
*
* PUBLIC DOMAIN NOTICE
* National Center for Biotechnology Information
*
* This software/database is a "United States Government Work"... | [
"zhao.kaiyong@gmail.com"
] | zhao.kaiyong@gmail.com |
4c35a52742a6d71cc449b9bb30ca38397f951dcb | 560090526e32e009e2e9331e8a2b4f1e7861a5e8 | /Compiled/blaze-3.2/blazetest/blazetest/mathtest/lu/DenseTest.h | cc06b79f6e423f78862ffe84230eb5ef0f618914 | [
"BSD-3-Clause"
] | permissive | jcd1994/MatlabTools | 9a4c1f8190b5ceda102201799cc6c483c0a7b6f7 | 2cc7eac920b8c066338b1a0ac495f0dbdb4c75c1 | refs/heads/master | 2021-01-18T03:05:19.351404 | 2018-02-14T02:17:07 | 2018-02-14T02:17:07 | 84,264,330 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,287 | h | //=================================================================================================
/*!
// \file blazetest/mathtest/lu/DenseTest.h
// \brief Header file for the dense matrix LU test
//
// Copyright (C) 2012-2017 Klaus Iglberger - All Rights Reserved
//
// This file is part of the Blaze library. You ... | [
"jonathan.doucette@alumni.ubc.ca"
] | jonathan.doucette@alumni.ubc.ca |
f520746bb9ae7faabdead251ae01231f61361c56 | 1bf8b46afad5402fe6fa74293b464e1ca5ee5fd7 | /Demo/Shenmue3SDK/SDK/BP_AnimNotify_RequestAnimation_functions.cpp | e95b9fdcdbad4406fded728b1c3f04d32bc93f35 | [] | no_license | LemonHaze420/ShenmueIIISDK | a4857eebefc7e66dba9f667efa43301c5efcdb62 | 47a433b5e94f171bbf5256e3ff4471dcec2c7d7e | refs/heads/master | 2021-06-30T17:33:06.034662 | 2021-01-19T20:33:33 | 2021-01-19T20:33:33 | 214,824,713 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,184 | cpp |
#include "../SDK.h"
// Name: S3Demo, Version: 0.90.0
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
// Functions
//---------------------------------------------------------------------------
// Function BP_AnimNotify_Req... | [
"35783139+LemonHaze420@users.noreply.github.com"
] | 35783139+LemonHaze420@users.noreply.github.com |
4ad2ae8c75c8e8ebd78377297390ac770dbe00f2 | 3d1900860202c28b11cd44ba088f5eb8a29f86cc | /Plugins/DialoguePlugin_4_25/Source/DialoguePlugin/Private/DialogueUserWidget.cpp | 3cb45815571851171d9bd0ee601a47b92b6f55b4 | [] | no_license | Aieko/TDGame | 221a7c6488fb3c823bb8edb3dd59625319bea064 | 3cecd93a89dfa94ed6005868834b1aa215967aaf | refs/heads/master | 2023-03-14T16:57:56.327935 | 2021-03-19T23:23:51 | 2021-03-19T23:23:51 | 331,007,513 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,915 | cpp | // Copyright Underflow Studios 2017
#include "DialogueUserWidget.h"
#include "UObject/UnrealType.h"
#include "UObject/Class.h"
#include "Dialogue.h"
bool UDialogueUserWidget::IsConditionsMetForNode_Implementation(FDialogueNode Node)
{
for (UDialogueConditions* Condition : Node.Conditions)
{
if (IsValid(Condition)... | [
"Aieko666@hotmail.com"
] | Aieko666@hotmail.com |
951af2d8a66b829941b346097e29047768cb2191 | 09d26a821db354a052df22d6d68da522fdd30b79 | /variantdesign/PrtModifyDlg.h | b72845f59686c0497646b836dc234503ebbf494c | [] | no_license | simmon2014/RuiLi | c04fd2e43933650380950111c55e188f5a021a3c | bf20d7344859ad6a1186bf1d37b804d078a6c00f | refs/heads/master | 2020-12-31T07:10:59.554489 | 2017-03-29T12:04:23 | 2017-03-29T12:09:35 | 86,577,100 | 0 | 4 | null | null | null | null | GB18030 | C++ | false | false | 1,022 | h | #pragma once
#include "afxwin.h"
#include "afxcmn.h"
#include "DetailInfoClass.h"
// CPrtModifyDlg 对话框
class CPrtModifyDlg : public CDialog
{
DECLARE_DYNAMIC(CPrtModifyDlg)
public:
CPrtModifyDlg(CWnd* pParent = NULL); // 标准构造函数
virtual ~CPrtModifyDlg();
// 对话框数据
enum { IDD = IDD_DIALOG_PRTMODIFY };
protecte... | [
"simmon2014@163.com"
] | simmon2014@163.com |
8d441eeb8fb17cad740a56f9ae22d2fcb1362268 | ab08dcb1f06ab70edd174d6b72e38f90180e22ac | /SDK/imgui_master/examples/example_freeglut_opengl2/main.cpp | d57ee07f0cc2fb0759adbf980832fce30da97a32 | [
"MIT"
] | permissive | AngelMonica126/GraphicAlgorithm | f208bbbe0212151a2659b425816380d9f9dbdd8a | 58877e6a8dba75ab171b0d89260defaffa22d047 | refs/heads/master | 2022-06-02T18:46:36.061487 | 2022-03-06T14:30:44 | 2022-03-06T14:30:44 | 271,798,397 | 1,240 | 203 | MIT | 2021-08-19T07:32:05 | 2020-06-12T12:55:47 | C++ | UTF-8 | C++ | false | false | 6,217 | cpp | // dear imgui: standalone example application for FreeGLUT + OpenGL2, using legacy fixed pipeline
// If you are new to dear imgui, see examples/README.txt and documentation at the top of imgui.cpp.
// (Using GLUT or FreeGLUT is not recommended unless you really miss the 90's)
#include "imgui.h"
#include "../imgui_impl... | [
"vailing817@gmail.com"
] | vailing817@gmail.com |
27b7feb22e4bd34a5da40208eb5fe03a13dd3799 | 49eb0d08311529b1d2375429a9cbb5582d77fd2d | /src/wallet/coincontrol.h | 13c19452fdedec67c923708586a9042d42233581 | [
"MIT"
] | permissive | mario1987/deimos | bcbaa7b4ed617a70c37047e6590264941b94a170 | 72cb8c33b5a6d4e09e4019602db7cea8c686d505 | refs/heads/master | 2020-03-19T23:11:08.313125 | 2018-06-11T23:06:30 | 2018-06-11T23:06:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,938 | h | // Copyright (c) 2011-2016 The DeiMos Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef DEIMOS_WALLET_COINCONTROL_H
#define DEIMOS_WALLET_COINCONTROL_H
#include "primitives/transaction.h"
/** Coin Control... | [
"support@lipcoins.org"
] | support@lipcoins.org |
161d9c327a3b5e5e4af4f0605b9f0c43f38a2d36 | 4c2966241a4ee36120cbdf22a145c57f2387a2bd | /CvUnit.h | 112b8d82f62f3ce5a931c08d6ffd989aa9d8f743 | [] | no_license | Ninakoru/Civ-5-BNW-Smart-AI | 17cc273c625bdcffda262e2a9d0b116dfde65618 | 5ed09f668f339030c6b9fb80e0740100631e18ba | refs/heads/master | 2021-01-20T12:10:28.959507 | 2016-02-01T00:52:04 | 2016-02-01T00:52:04 | 49,821,819 | 2 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 52,508 | h | /* -------------------------------------------------------------------------------------------------------
© 1991-2012 Take-Two Interactive Software and its subsidiaries. Developed by Firaxis Games.
Sid Meier's Civilization V, Civ, Civilization, 2K Games, Firaxis Games, Take-Two Interactive Software
and their re... | [
"ninakoru@gmx.com"
] | ninakoru@gmx.com |
dd217fe56d596365fb9539376036f9076a49d049 | da8a9560ad2eda67e586c47af32a8efd3fc8f423 | /LB_code/WhileLoop_Advanced1.cpp | 318d5ef926f5a9e5828270f4666d6d94cb7972a8 | [] | no_license | Kwadders/LB_code | 254c3d12b72ff34e88867e50ece29655e6167f82 | db269585afa41247cc34cc4ae55bfcd3cc4b839c | refs/heads/master | 2016-09-05T22:24:57.576149 | 2014-02-19T10:26:11 | 2014-02-19T10:26:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,262 | cpp | #include <iostream>
using namespace std;
/****************************************************************
*Author: Lewis Bucke *
*Date: 30th April 2013 *
*Description: Function to output "HellowWorld" a number of *
times defined ... | [
"kwadwo@debian.home"
] | kwadwo@debian.home |
0ad49cfa1cdafe46d86dc180784d2968a2a5eead | 51b0c7cff3ad2e0de16b075290151d38632c6b14 | /lib/BddUnity/src/BddUnity/Entry/Test/Params.hpp | b8e4e41cae0dffb7d24fa513371483d86a2ee21a | [] | no_license | pghalliday/platformio-testing | 914301e97e2df48faa89ce651727efe823e00ee4 | 7759156f3f821167c28a233eb12d2d5f89efe6f1 | refs/heads/master | 2022-10-12T01:58:13.004973 | 2020-06-08T01:05:45 | 2020-06-08T18:30:32 | 269,110,261 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 393 | hpp | #pragma once
#include "../Interface.hpp"
namespace BddUnity {
namespace Entry {
namespace Test {
struct Params {
const char * label;
const int line;
Memory::Pool::Interface<Interface, Callback::Params> & callbackPool;
Memory::Pool::Interface<Interface, AsyncCallback::Param... | [
"pghalliday@gmail.com"
] | pghalliday@gmail.com |
e640252cbe72e57d898dbfa08d22087d7b03eb62 | 61c263eb77eb64cf8ab42d2262fc553ac51a6399 | /src/Command.cpp | 159a8add0c9b9be9607029b56d9a413ea0dd41b2 | [] | no_license | ycaihua/fingermania | 20760830f6fe7c48aa2332b67f455eef8f9246a3 | daaa470caf02169ea6533669aa511bf59f896805 | refs/heads/master | 2021-01-20T09:36:38.221802 | 2011-01-23T12:31:19 | 2011-01-23T12:31:19 | 40,102,565 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,118 | cpp | #include "global.h"
#include "Command.h"
#include "RageUtil.h"
#include "RageLog.h"
#include "arch/Dialog/Dialog.h"
#include "Foreach.h"
RString Command::GetName() const
{
if (m_vsArgs.empty())
return RString();
RString s = m_vArgs[0];
Trim(s);
return s;
}
Command::Arg Command::GetArg(unsigned i... | [
"davidleee121@gmail.com"
] | davidleee121@gmail.com |
aecce31bc677d44685e9120a39e39d331eed049d | 01e1ab7e8ae116b42d993352371e94db9e4efe75 | /chapter1/BasicArithmeticGenerator/BasicArithmeticGenerator/arithmetic_expression.cpp | 9910556c39a344991b6ed2fe624502f1c32042a3 | [] | no_license | mmz-zmm/BuildToWin | 1ac07d2ca88ff395fd808f1c59167b40a13f8e33 | 201d6605f06ad336cfa30b75807627cf755b521b | refs/heads/master | 2021-09-10T07:52:21.339877 | 2018-03-22T12:00:35 | 2018-03-22T12:00:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,035 | cpp | #include "stdafx.h"
#include "arithmetic_expression.h"
#include <random>
#include <iostream>
#include <sstream>
#include <ctime>
#include <cctype>
static wstring operators = L"-+x÷^";
void swap_subtree(tree_node * &mid, tree_node *&left, tree_node * &right)
{
tree_node * tmp = left;
mid->left = right;
mid->right... | [
"zhaomzhao@hotmail.com"
] | zhaomzhao@hotmail.com |
6e097dded0b3c555fd85a73a34a73d91b519b0c1 | c8963464141bf77e314ccded867df0facbe45ffa | /algorithm/treeBurrowsWheelerTransform/builder.cpp | ae4f033ff7e15d55118f9460fee3cbbdd7f96ae2 | [] | no_license | cle-ment/path-index-graph-kernel | 01616b80b11fa466609158f2d5f0da872ebd5cfd | 485167d65f519bb3eb310fb0fe9fc33aefb69c0c | refs/heads/master | 2018-09-06T21:32:41.909338 | 2014-04-10T16:02:36 | 2014-04-10T16:02:36 | 13,365,718 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,423 | cpp |
#include "SimpleForest.h"
#include "TBWTBuilder.h"
#include "BitRank.h"
#include "HuffWT.h"
#include <sstream>
#include <iostream>
#include <stdexcept>
#include <fstream>
#include <string>
#include <ctime>
#include <cstring>
#include <cassert>
#include <getopt.h>
using namespace std;
/**
* Definitions for parsing ... | [
"cle-ment@gmx.de"
] | cle-ment@gmx.de |
2bdac7b311a0606f9c9a7911ce75be2ce8270897 | 7fb22ada43c55707bbbab6f7a0f5728d5d0a6c1a | /src/flux_tools/FluxFitter.cxx | 04edd60fe9030db91dbd2cbf5c809f6f0c2f0285 | [
"MIT"
] | permissive | cvilelahep/DUNEPrismTools | 15c817d686ce823cd0a4683cdc668ec7a7eaf5f4 | b84c0ff620839d463c219f84cc6a884be486f484 | refs/heads/master | 2021-10-02T20:48:52.303880 | 2018-11-19T20:34:57 | 2018-11-19T20:34:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,323 | cxx | #include "FluxFitter.hxx"
#include "SliceConfigTreeReader.hxx"
#include "ROOTUtility.hxx"
#include "StringParserUtility.hxx"
#include "Fit/Fitter.h"
#include "Math/Factory.h"
#include "Math/Functor.h"
#include <algorithm>
#include <chrono>
#include <functional>
// #define DEBUG_LHOOD
void FluxFitter::Initialize(F... | [
"luketpickering@googlemail.com"
] | luketpickering@googlemail.com |
6a517cab87be6a5c395dc1903493472d23dcbae0 | a2111a80faf35749d74a533e123d9da9da108214 | /raw/pmbs12/pmsb13-data-20120615/sources/brbym28nz827lxic copy/717/sandbox/meyerclp/apps/dreme/dreme.h | 758601e532b83478e67e107918d597e1bc9d427d | [
"MIT"
] | permissive | bkahlert/seqan-research | f2c550d539f511825842a60f6b994c1f0a3934c2 | 21945be863855077eec7cbdb51c3450afcf560a3 | refs/heads/master | 2022-12-24T13:05:48.828734 | 2015-07-01T01:56:22 | 2015-07-01T01:56:22 | 21,610,669 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 62,115 | h | #ifndef SANDBOX_MEYERCLP_APPS_DREME_H_
#define SANDBOX_MEYERCLP_APPS_DREME_H_
#include <fstream>
#include <iostream>
#include <map>
#include <vector>
#include <math.h>
#include <seqan/basic.h>
#include <seqan/file.h>
#include <seqan/find.h>
#include <seqan/stream.h>
#include <seqan/find_motif.h>
#include <seqan/index.... | [
"mail@bkahlert.com"
] | mail@bkahlert.com |
d52b8602c31f0e5dd01d7ccbdf18720beace32ce | 549a402538164fb88a2711ae1454f413127630c6 | /src/ControlBar.cpp | 900d545c1be52b0dbc56e1168abf81a21aa425c9 | [] | no_license | vilhelmo/orka | f06c6e9f4c49ec50af2d2c993585ba54b323e83c | 6ba56cf74742b32ea0913dc1b4edc7e1452cd38a | refs/heads/master | 2016-08-04T01:24:24.839916 | 2014-01-12T08:59:48 | 2014-01-12T08:59:48 | 10,898,266 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,316 | cpp | /*
* ControlBar.cpp
*
* Created on: Dec 27, 2013
* Author: vilhelm
*/
#include "ControlBar.h"
#include <QLayout>
#include <QLabel>
#include <QPushButton>
#include <QHBoxLayout>
#include <QIcon>
#include <utility>
#include <iostream>
#include "ImageProvider.h"
namespace orka {
ControlBar::ControlBar(QWi... | [
"vilhelmo@gmail.com"
] | vilhelmo@gmail.com |
8304d52cf9bbb4686a0c02a11da023f6dbc14e21 | da94b9bd63a9eb355e41385521c7ba43b3c43cf9 | /test/Common/utest-parallel-collective-broadcast.hpp | 3618236ba31f817674de3ccf9794de5bdc6204ac | [] | no_license | zhanggjun/coolfluid3 | 9630cc4c4e6176d818ad20c9835ba053ce7c7175 | 04a180e1f8fdc20018dd297c00a273462e686d03 | refs/heads/master | 2023-03-26T02:54:11.595910 | 2011-08-09T07:52:37 | 2011-08-09T07:52:37 | 526,964,683 | 1 | 0 | null | 2022-08-20T15:25:58 | 2022-08-20T15:25:57 | null | UTF-8 | C++ | false | false | 10,960 | hpp | // Copyright (C) 2010 von Karman Institute for Fluid Dynamics, Belgium
//
// This software is distributed under the terms of the
// GNU Lesser General Public License version 3 (LGPLv3).
// See doc/lgpl.txt and doc/gpl.txt for the license text.
// this file is en-block included into utest-parallel-collective.cpp
// do ... | [
"tbanyai@vki.ac.be"
] | tbanyai@vki.ac.be |
04b23c7e481059248ff08b275f9d07a1460c3c3b | 3292ecba93bd0c329e8a6d2eb5acb697bd11e507 | /All Codes/URI_2896.cpp | 2b2d941365aaec6edc9ad105aaf42272cae26714 | [
"MIT"
] | permissive | BrunaCorty/URI-Online-Judge-Solutions | 4e37b1082cfba566eb026460a3d49663b9b701cb | 62aa23f4bfcf9ea2a1054451c6380ed827816b3c | refs/heads/master | 2023-02-14T04:01:36.415001 | 2021-01-12T17:26:13 | 2021-01-12T17:26:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 357 | cpp | #include <iostream>
using namespace std;
int main() {
int t, k, n, temp;
cin >> t;
while (t--)
{
cin >> k >> n;
if (k > n) {
temp = (k / n) + (k % n);
} else if (k < n) {
temp = k;
} else {
temp = 1;
}
cout << temp << ... | [
"anuhimel@gmail.com"
] | anuhimel@gmail.com |
9cdfdae32d7c183aaa8771699429622bb5d4f587 | b8eb357354eeef47b1675031a0b350dd297a81ef | /54. Spiral Matrix - Medium - Pass/cpp.cpp | 3b69b463b04ad99203912764108f5b9155e32b1b | [] | no_license | wsyzxxxx/LeetcodeGOGOGO | 3e9dd70f01db220048683688f71e7b88d3921d08 | 48418ce917baf05390f1bc8df35aba9e0516f97b | refs/heads/master | 2021-11-26T17:29:23.065653 | 2021-10-29T18:23:32 | 2021-10-29T18:23:32 | 195,494,436 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,173 | cpp | class Solution {
public:
vector<int> spiralOrder(vector<vector<int>>& matrix) {
if (matrix.empty() || matrix[0].empty()) {
return {};
}
int up = 0;
int low = matrix.size();
int left = 0;
int right = matrix[0].size();
std::vector<int> res;
... | [
"645658325@qq.com"
] | 645658325@qq.com |
13a75733afb3920da137f08be2ccb8019e3290fa | 6909fd482f686b868bd6b021a1a676147ae35411 | /NecroDancer/NecroDancer/Stage1Beat.h | b16d441fa7ca01390a031efadb059a3fc7c8f93e | [] | no_license | SamMul815/Direct2D-API | 889612708ff4babd0c4842a78da2e19a2ca7c632 | 14faea47bd7ed0683ae92e130d3bcd63cc93c307 | refs/heads/master | 2020-04-18T04:37:15.557553 | 2019-01-23T20:06:47 | 2019-01-23T20:06:47 | 167,245,812 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 250 | h | #pragma once
#include "HeartBeat.h"
class Stage1Beat : public HeartBeat
{
public:
Stage1Beat();
~Stage1Beat();
virtual HRESULT Init(int y);
virtual void Update();
virtual void Render();
virtual void Release();
virtual void NoteLoad();
};
| [
"815youngmin@naver.com"
] | 815youngmin@naver.com |
fc43c371d9df9080e1aec4ac87d2f6a7d97bdac3 | 3306ffb058ea67d4140dcbc641a735d3cafdfd68 | /src/qt/sendcoinsentry.cpp | 56125779d7ef0ca7b3c0f6d07f2b63acad958e00 | [
"MIT"
] | permissive | niobiumcoin/niobiumcoin | a98f724f3f5047ff6cdda4aba2d5e7e6ddf6fd44 | b6f3d8691231f51aa83c119740fb0971d764267a | refs/heads/master | 2019-07-12T20:14:00.837924 | 2017-11-21T19:59:34 | 2017-11-21T19:59:34 | 107,165,666 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 4,641 | cpp | #include "sendcoinsentry.h"
#include "ui_sendcoinsentry.h"
#include "guiutil.h"
#include "bitcoinunits.h"
#include "addressbookpage.h"
#include "walletmodel.h"
#include "optionsmodel.h"
#include "addresstablemodel.h"
#include "stealth.h"
#include <QApplication>
#include <QClipboard>
SendCoinsEntry::SendCoinsEntry(QW... | [
"dev@niobiumcoin.org"
] | dev@niobiumcoin.org |
573880833bcd9ee26a4129db4739841cb6406efa | 421120321d272ed949e749a671b6318b0817b40f | /Mino.cpp | 45b5ba7fff63e3343aff7f388a8c6a7634b27ed8 | [] | no_license | nckuharden/lab7 | 525d6584672b7e148f1733df7710097d79431246 | 58c2b8f3c43edeaf805ac15a70f320edaca6d60b | refs/heads/master | 2021-01-19T13:30:51.427410 | 2015-06-30T19:18:35 | 2015-06-30T19:18:35 | 38,327,889 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 192 | cpp | #include "Mino.h"
Mino::Mino(int mri):max_ri(mri) {};
Mino& Mino::turn()
{
rotate_index=(rotate_index>=max_ri)?0:rotate_index+1;
return *this;
}
void Mino::rotatez()
{
rotate_index=0;
}
| [
"ilovemyself1725@gmail.com"
] | ilovemyself1725@gmail.com |
0930eaf4fba63c64bf15224e89a1196aef062e4a | 2b309dadb0b3774472eb546c132bd87bdbf334fe | /hex-pecs/src/os.h | bc0faeb936c610386882aa99eaa53f97e3e1bab1 | [] | no_license | albandil/Hex | ee35951c8e0b3ec0009c710f392e2027be915eff | 6585c5ac3e2543b5b0a6819d52b40ba9da7400a1 | refs/heads/master | 2021-08-27T18:05:57.032730 | 2021-08-01T06:39:46 | 2021-08-01T06:39:46 | 132,655,225 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,716 | h | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// //
// / / / / __ \ \ / / //
// / /__ / / / _ \ \ \/ / ... | [
"jakub.benda@seznam.cz"
] | jakub.benda@seznam.cz |
a91fcac80c99f5267d4d224c5ca801ef6fc8b7be | b71687dbd04be6397255c151a72677c4a3122923 | /UnrolledLinkedList.h | cc0462cca1ce3d1dfff30b13e0117f1efd6a5273 | [] | no_license | conganh1991999/UnrolledLinkedList | c8f8dac8ad17d4bcbdebaba60afa9d7d1bf4a4b5 | 79f42f56a8392954225c2e851d08c08f744c68f8 | refs/heads/master | 2020-09-11T17:41:10.803281 | 2019-11-16T18:26:36 | 2019-11-16T18:26:36 | 222,141,809 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,059 | h | /* Copyright (C) 2018
* Course: CO2003
* Author: Rang Nguyen
* Ho Chi Minh City University of Technology
*/
#pragma once
#include"Node.h"
class UnrolledLinkedList {
private:
Node* head;
Node* tail;
int size;
int numOfNodes;
int nodeSize;
public:
// Your tasks: complete the implementation of t... | [
"noreply@github.com"
] | conganh1991999.noreply@github.com |
3c408174fafb1ef3c9c0c883e0f6bdce1abee90f | 6864dcda3dad783f2a87ce789427b362412a2264 | /inc/dictos/net/Address.hpp | 0c91e870e365e7665a74d56bebac8ed63c6d7f7a | [
"BSD-2-Clause"
] | permissive | JasonDictos/dictos-net | 1af3cd6b2b68ed1281b11def335cf18324608083 | 2a8bcbf8ef67761a4d5e3ee5df2aefa6131fbf34 | refs/heads/master | 2020-03-08T04:58:17.858625 | 2018-05-25T18:24:47 | 2018-05-25T18:24:47 | 127,935,718 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,591 | hpp | #pragma once
namespace dictos::net {
inline Address::Address(const Address &addr)
{
operator = (addr);
}
inline Address::Address(Address &&addr)
{
operator = (std::move(addr));
}
inline Address &Address::operator = (const Address &addr)
{
if (this == &addr)
return *this;
m_protocol = addr.m_protocol;
m_addr... | [
"jason@dictos.com"
] | jason@dictos.com |
b27950ecd13e166d3df51825c1993179357fd6ec | 7391feeb5b8e31f982422bdd74517e954d8c955e | /Foundation/testsuite/src/FormatTest.h | 94328d462d724862f3528dae1a087309dfff9c68 | [
"BSL-1.0"
] | permissive | AppAnywhere/agent-sdk | 62d762d0424fc2e8d4a98b79fb150e635adedd4d | c5495c4a1d892f2d3bca5b82a7436db7d8adff71 | refs/heads/master | 2021-01-11T15:22:01.406793 | 2016-09-01T16:36:20 | 2016-09-01T16:36:20 | 80,341,203 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 686 | h | //
// FormatTest.h
//
// $Id: //poco/1.7/Foundation/testsuite/src/FormatTest.h#1 $
//
// Definition of the FormatTest class.
//
// SPDX-License-Identifier: BSL-1.0
//
#ifndef FormatTest_INCLUDED
#define FormatTest_INCLUDED
#include "Poco/Foundation.h"
#include "CppUnit/TestCase.h"
class FormatTest: public CppUnit... | [
"guenter.obiltschnig@appinf.com"
] | guenter.obiltschnig@appinf.com |
d60d724b743d78be9a4a172310e2f1333c58cd90 | 33b567f6828bbb06c22a6fdf903448bbe3b78a4f | /opencascade/BVH_Constants.hxx | db5e1707c696e850c96bd7de303280b0239e2136 | [
"Apache-2.0"
] | permissive | CadQuery/OCP | fbee9663df7ae2c948af66a650808079575112b5 | b5cb181491c9900a40de86368006c73f169c0340 | refs/heads/master | 2023-07-10T18:35:44.225848 | 2023-06-12T18:09:07 | 2023-06-12T18:09:07 | 228,692,262 | 64 | 28 | Apache-2.0 | 2023-09-11T12:40:09 | 2019-12-17T20:02:11 | C++ | UTF-8 | C++ | false | false | 1,852 | hxx | // Copyright (c) 2017 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special ... | [
"adam.jan.urbanczyk@gmail.com"
] | adam.jan.urbanczyk@gmail.com |
708fef3d586f4fc6811bf929edca7fab67b9af8e | c908bf928a89cd3d6a5fc0cca3875d2a2257f9ed | /samples/queueinglib/Job_m.cc | 5bc686a404abc5b8ac1540803d68c3c8d755b8a7 | [] | no_license | alainrk/omnetppsds | 707013b46b5080f7a5925a7e5d6cde0a973e5786 | 123702cd2335481a808aa413082c8122d2ed4987 | refs/heads/master | 2020-07-04T14:03:32.814753 | 2014-11-14T18:46:13 | 2014-11-14T18:46:13 | 25,935,380 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,462 | cc | //
// Generated file, do not edit! Created by opp_msgc 4.5 from Job.msg.
//
// Disable warnings about unused variables, empty switch stmts, etc:
#ifdef _MSC_VER
# pragma warning(disable:4101)
# pragma warning(disable:4065)
#endif
#include <iostream>
#include <sstream>
#include "Job_m.h"
USING_NAMESPACE
// Anothe... | [
"alain.narko@gmail.com"
] | alain.narko@gmail.com |
cf90784b26bfdf932bab78040fb5ce6d6d295b5d | 12840d008d17df59a37997691774fa87e5f227be | /zhongzihao-personal/codeforces/475/C.cpp | a9b4455018e288859ad8e08efdaa89204bbe38d0 | [] | no_license | clatisus/ACM-ICPC-Team-Archive | 4b6c3d2dfb300f928f4f201ae156bde5f871a734 | 7410ddfa81de8750668d8ac2c334987b5af7e613 | refs/heads/master | 2022-07-21T13:03:22.768792 | 2020-01-04T11:30:43 | 2020-01-04T11:30:43 | 136,951,655 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,562 | cpp | #include<bits/stdc++.h>
typedef long long ll;
typedef std::pair <ll, ll> pii;
std::map <ll, std::vector <pii>> Hash;
int main(){
int n;
scanf("%d", &n);
for (int i = 0; i < n; ++ i){
ll w, h, c;
scanf("%I64d%I64d%I64d", &w, &h, &c);
Hash[w].push_back({h, c});
}
for (auto &u : Hash){
std::sort(u.second.b... | [
"clatisus@gmail.com"
] | clatisus@gmail.com |
f57d563e738b8167a5b1f3052e7d74d8242bd14a | 6a16318ae41875c771477a1279044cdc8fc11c83 | /Horoscopes/src/database/database.h | 65189be67a60c3af5a8b9babb06a842e7e4404a6 | [] | no_license | JasF/horoscopes | 81c5ad2e9809c67d16606a2e918fd96b0450dbee | 880fdf92d6cd48a808e24928dc54a106bda34ce6 | refs/heads/master | 2021-09-10T13:43:46.246063 | 2018-03-27T06:24:02 | 2018-03-27T06:24:02 | 118,770,043 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 702 | h | //
// database.h
// Horoscopes
//
// Created by Jasf on 30.10.2017.
// Copyright © 2017 Freedom. All rights reserved.
//
#ifndef database_h
#define database_h
#include "base/horobase.h"
#include "database/resultset.h"
namespace horo {
class _Database {
public:
virtual ~_Database() {}
virt... | [
"andreivoe@gmail.com"
] | andreivoe@gmail.com |
1b85cfb749da35bd088876c6baab1bface5b9efb | 713530bcd0cf43dd35aa15f04a3bce1c597ce8f7 | /UnixTest/FileOut.h | e36ba3cac4c8413f80a2e9374d03580f3609d644 | [] | no_license | Jamescwg/CrossPlatformFileIO | c14f70e017745deafd72d754abb2f52d35668195 | d97568f59fc1a446079cfa0031dee8cbcb7d5555 | refs/heads/master | 2020-03-19T12:08:55.970002 | 2018-06-07T10:25:00 | 2018-06-07T10:25:00 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,364 | h | /**
* FileName:FileOut.h
* Description:文件写入类(重载运算符<<)
* Author:ZiQin
* DateTime:2018-6-1
* Version:v1.0.0
*/
#ifndef FILEOUT_H_
#define FILEOUT_H_
#include <cstring>
#include <string>
#include <sstream>
#include "BaseFileIO.h"
/**
* 符号常量说明:
* f_bin 文件读写以字节流的形式
*/
#define f_bin true
class FileOut : public BaseFileIO... | [
"ziqin9510@163.com"
] | ziqin9510@163.com |
f07285211331f67dceb08ae6a4a48b54ab0705d0 | c315785bb6d0076bf628157638621b9b61281b2f | /lowlvl.cpp | ba99360ccd18b1f780fd15772b0ccdd5d9bd09df | [] | no_license | nestori/aery32-lcd | c82a6878af3e7882e7b8e6b075fa6c9cbd3451d4 | e3d2abd48c1d538897a3851b1ab3cf39925a71ec | refs/heads/master | 2021-01-15T14:43:03.045520 | 2013-04-23T08:44:08 | 2013-04-23T08:44:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,910 | cpp | /*
By Nestori, 2013
don't blame me when stuff burns
I mean if
*/
#include "lowlvl.h"
#ifdef FORAERY
//data pins, db00 - db15 are portb 0 - 15 pins
//controlling pins
const uint8_t PIN_RS = AVR32_PIN_PA23;
const uint8_t PIN_WR = AVR32_PIN_PA24;
const uint8_t PIN_RD = AVR32_PIN_PA25;
const uint8_t PIN_CS = AVR32_PI... | [
"nestori@server.fake"
] | nestori@server.fake |
580b5984a2a28eab21b1936034516ce287590abe | be14e50a83bc718d0c871b74eb218188eef5248a | /boost_di/LSP.cpp | a2053948b8154b4b4440e7f7e2d608ae4ee9d41d | [] | no_license | russellboyd/studying | 405a0236affcd02236ef760f7c6aa18bc577870b | 93b30003c7ea513690fc693f21f73a8f42e13690 | refs/heads/master | 2022-04-18T20:42:57.295590 | 2020-03-30T15:49:02 | 2020-03-30T15:49:02 | 113,865,608 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,332 | cpp | //Liskov Substitution Principle
//Objects in a program should be replaceable with instances of their subtypes w/o altering the correctness of the program
#include <vector>
#include <iostream>
#include <string>
class Rectangle
{
protected:
int width, height;
public:
Rectangle(const int width, const int height) : w... | [
"rgboyd10@gmail.com"
] | rgboyd10@gmail.com |
9058dc6f40d776c9dbd545db5a2a4cadd00ac1bd | d50135b9c62d39ef89166bd1f5207e9521b1ff5e | /os/components/SIGFOX_Protocol/include/SIGFOX_Protocol.h | 53e0880fd92dd1ea2c86b20f47cf59549d5e0ac4 | [] | no_license | ghsecuritylab/loka_v2_sdk | e0645de3226c63db41c3850e9ed384e335cde9e3 | 68ab76f6c37f59daedc83cd9c90737e42618bd96 | refs/heads/master | 2021-02-28T14:27:25.728525 | 2018-11-13T12:11:34 | 2018-11-13T12:11:34 | 245,704,869 | 0 | 0 | null | 2020-03-07T21:01:03 | 2020-03-07T21:01:02 | null | UTF-8 | C++ | false | false | 2,261 | h | //**********************************************************************************************************************************
// Filename: SIGFOX_Protocol.h
// Date: 18.10.2017
// Author: Rafael Pires
// Company: LOKA SYSTEMS
// Version: 1.0
// Description: Handles data transmission over SIGFOX
//********... | [
"suppliers@loka-systems.com"
] | suppliers@loka-systems.com |
801ad4bdf6d265796451df2ba7c456deefaaad39 | aa0e2de778d1f27fa307a400d9a0a2d424c33b6c | /comment_counter_test_suite/test_2.cpp | a0fd974552e43543038866d268705628921531b6 | [] | no_license | tooyoungtoosimplesometimesnaive/code_base_snapshot | 045618e88b6145aa14446d320a362be165541f85 | 708f47c6b5b52ab69406df8377dce72e05760f2c | refs/heads/master | 2021-05-12T18:00:31.778117 | 2018-01-26T06:11:32 | 2018-01-26T06:11:32 | 117,058,194 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26 | cpp | /*
comment */
int a = 0;
| [
"xingmarc@yeah.net"
] | xingmarc@yeah.net |
1c70698993963112634caf2eb68aeffddf86ed1f | 0aac33abf5a943608c7f9d0de70489074f0b49d2 | /distorter.cpp | e2c8011b9d3ffe034eade6b0060c12aae2cffd94 | [] | no_license | edu-ht/Earthbound-Backgrounds | 208f42efc710052a8b27908261c61f5fb41e7c62 | 2e068a7b8ef4401d8699f55c7cc90faf2fa362ab | refs/heads/master | 2020-04-17T01:36:06.899697 | 2019-01-22T20:30:37 | 2019-01-22T20:30:37 | 166,099,048 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,717 | cpp | /*
* Quick-and-dirty battle animation distorter in Allegro
* - Mr. Accident :3
*/
#include <allegro5/allegro.h>
#include <stdio.h>
#include <math.h>
/*
* Function: distort_frame
* Parameters:
* src - the source bitmap
* dst - the bitmap to draw the distortion to
* t - the time val... | [
"eht17@inf.ufpr.br"
] | eht17@inf.ufpr.br |
6df2ca480516fccae26631daa30412efe38ef46f | 471c8c40cb8b2b959bbcc97ffecc9f768de2576f | /main.cpp | ddf6159d6423c6a9d447262a5b7e01d1544bd8c9 | [] | no_license | sToor16/Longest-Common-Substring | 6c5edec43ace5e71d59872561e74c08de14d2776 | e395bee59f12ac33d9627de4cda69a44f940d0d2 | refs/heads/master | 2020-03-21T17:10:36.611199 | 2018-06-27T02:22:24 | 2018-06-27T02:22:24 | 138,817,781 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,222 | cpp | // Use suffix array and LCP to compute
// longest common substring of two input strings. BPW
/*
* This program has been successfuly complied and runs on omega
* The c++ version used was 11
* CLion IDE was used to write the code
* To make the code work simply copy the code and run in an ide
* IF any compiliation e... | [
"toor@Toors-MacBook-Pro.local"
] | toor@Toors-MacBook-Pro.local |
4896e470f840114173e2ebf2c19cf4521d771785 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/printscan/faxsrv/util/version.cpp | 8755e99eeb72f0430346063bf73f121b117048cb | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C++ | false | false | 5,813 | cpp | /*++
Copyright (c) 2001 Microsoft Corporation
Module Name:
string.c
Abstract:
This file implements version functions for fax.
Author:
Eran Yariv (erany) 30-Oct-2001
Environment:
User Mode
--*/
#include <windows.h>
#include <tchar.h>
#include <stdlib.h>
#include "... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
41f1f255612ce8a4fca58653506b469f9a5478b5 | 39ad669032a5299a7376c25305e5d2a51455bc37 | /ComIOP/Wrapper/Common/COpcString.h | 09761edd1034111df644f9d693a7130ab8bd0217 | [
"MIT",
"LicenseRef-scancode-generic-cla"
] | permissive | andreasmast/OPC-Client | b52db0eaa23b99e789979169bcde265b00c5ef89 | e1c632c1ed3418961d1a1afc29afe134f8c30402 | refs/heads/master | 2021-01-18T18:25:39.180162 | 2016-06-12T18:13:46 | 2016-06-12T18:13:46 | 60,808,318 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 7,581 | h | /* ========================================================================
* Copyright (c) 2005-2011 The OPC Foundation, Inc. All rights reserved.
*
* OPC Foundation MIT License 1.00
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
... | [
"andreasmast@web.de"
] | andreasmast@web.de |
a303edb49957fd118d421ef45d796b399283e625 | e092784c058ef50578868c282175f27dd65397cb | /include/awkward/layoutbuilder/LayoutBuilder.h | 347f6cf6e3a50148473d1ccccecca27bcffe68f9 | [
"BSD-3-Clause"
] | permissive | tamasgal/awkward-1.0 | 622086635a4bcd51e4c6bf555eb573d960e80208 | 3f5a4cc0a6e9c180b6e92eb76836722b7c55594a | refs/heads/main | 2023-02-02T09:16:48.392793 | 2022-04-12T09:07:58 | 2022-04-12T09:07:58 | 245,475,790 | 0 | 0 | BSD-3-Clause | 2020-03-06T17:07:56 | 2020-03-06T17:07:55 | null | UTF-8 | C++ | false | false | 8,525 | h | // BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
#ifndef AWKWARD_LayoutBuilder_H_
#define AWKWARD_LayoutBuilder_H_
#include "awkward/common.h"
#include "awkward/util.h"
#include "awkward/forth/ForthMachine.h"
#include "awkward/layoutbuilder/FormBuilder.h"
#include <complex>
n... | [
"noreply@github.com"
] | tamasgal.noreply@github.com |
26b96ba2b2863752eb17b47809625c1b0b991770 | 6e1e553470e6ec9fb76678f50f7e09dd7694c071 | /src/fakmenu.h | 25fe22cdcbc2945e985ef00bf829d28d8d502e70 | [] | no_license | fakob/MoviePrint_v003 | fedfe6b2b8c1598f5ffdddddada8f3d264a0b12b | 55155b34afe4178a3dedab3f5ad01c0f3e7a78e1 | refs/heads/master | 2021-01-20T20:14:35.557797 | 2016-08-07T15:12:57 | 2016-08-07T15:12:57 | 65,137,995 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,808 | h |
//
// fakMenu.h
// MoviePrint
//
// Created by fakob on 14/02/21.
//
//
#ifndef FAKMENU_H
#define FAKMENU_H
#include "ofMain.h"
#include "ofxEasing.h"
//#include "ofxTween.h"
//#include "ofxUI.h"
#define FAK_ORANGECOLOR ofColor(238, 71, 0, 255)
#define FAK_DARKORANGECOLOR ofColor(99, 30, 0, 255)
#define FAK_DAR... | [
"jakob@fakob.com"
] | jakob@fakob.com |
6ffb4ce4c71aa6f8c14c27d74c339fde223084aa | 70fe255d0a301952a023be5e1c1fefd062d1e804 | /LeetCode/1309.cpp | 0f54984aa7a45f4a32b3157b30fb9e3843715108 | [
"MIT"
] | permissive | LauZyHou/Algorithm-To-Practice | 524d4318032467a975cf548d0c824098d63cca59 | 66c047fe68409c73a077eae561cf82b081cf8e45 | refs/heads/master | 2021-06-18T01:48:43.378355 | 2021-01-27T14:44:14 | 2021-01-27T14:44:14 | 147,997,740 | 8 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 576 | cpp | class Solution {
public:
string freqAlphabets(string s) {
int len = s.size();
char* ans = new char[len];
int j = 0;
for(int i=0;i<len;) {
if(i==len-1) {
ans[j++] = s[i]-'1'+'a';
break;
}
if(i+2<len && s[i+2]=='#') {
... | [
"java233@foxmail.com"
] | java233@foxmail.com |
e3cc7899e8352804b66c24cc6799f6a41c3d8a23 | 6e0be5b324afc8470e29c28006ecaf134076ff0e | /deps/prebuilt/include/icu/unicode/curramt.h | e1b07d9be125deec29bd751b2da1761221798ff1 | [
"MIT"
] | permissive | Bhaskers-Blu-Org2/WinObjC | 3abe3a338738ad607ca658edee1bcfcb542fe69f | ea3f7983803fa02309f974ff878b6c9ecc72c7c4 | refs/heads/develop | 2022-04-03T15:19:31.807607 | 2020-01-06T16:33:43 | 2020-01-06T16:47:55 | 276,100,793 | 0 | 1 | MIT | 2020-06-30T13:05:08 | 2020-06-30T13:05:07 | null | UTF-8 | C++ | false | false | 3,613 | h | /*
**********************************************************************
* Copyright (c) 2004-2006, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
* Author: Alan Liu
* Created: April 26, 2004
* Since: ICU 3.0
******... | [
"rajsesh@microsoft.com"
] | rajsesh@microsoft.com |
16ef5ab7909e9aa672553d8cefb68cb9e58941e5 | aa4889e0964576e315ea44b28620a03a5e2eaf49 | /92 亲和数.cpp | ecd9a6d12431a591a7d5302ac42633720aa6da76 | [] | no_license | TodyStewart/DevC-Files | c7f64fb679b2d24b5c1bb73fbaa45bbb4fe3829d | dce6c9b66592b49ba2332b3485b7e0a3e3bd88ab | refs/heads/main | 2023-05-10T02:28:53.753655 | 2021-06-07T14:13:53 | 2021-06-07T14:13:53 | 374,690,876 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 843 | cpp | #include<bits/stdc++.h>
using namespace std;
long long a,b,x,y,temp1,temp2,tot;
bool prime[100000000];
void luckynumber(long long a,long long b)
{
for(int z=1;z<=b;z++)
prime[z]=true;
prime[1]=false;
for(x=2;x<=sqrt(b);x++)
if(prime[x])
for(y=2;y<=b/x;y++)
prime[x*y]=false;
for(x=a;x<... | [
"123483705@qq.com"
] | 123483705@qq.com |
e37e0b81bb66490401456e5c354a9ea60a80f482 | b16e2f8cc94df8320f9caf8c8592fa21b1f7c413 | /Codeforces/10D/dp.cpp | c1d96cf7c3fbef73605f2ff0338c9fa9756887c3 | [
"MIT"
] | permissive | codgician/Competitive-Programming | 000dfafea0575b773b0a10502f5128d2088f3398 | 391f3ce9b89b0a4bbbe3ff60eb2369fef57460d4 | refs/heads/master | 2022-06-13T04:59:52.322037 | 2020-04-29T06:38:59 | 2020-04-29T06:38:59 | 104,017,512 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,451 | cpp | #include <iostream>
#include <cstdio>
#include <algorithm>
#include <cmath>
#include <string>
#include <cstring>
#include <iomanip>
#include <climits>
#include <vector>
#include <queue>
#include <map>
#include <set>
#include <stack>
#include <functional>
#include <iterator>
using namespace std;
#define SIZE 510
int f... | [
"codgician@users.noreply.github.com"
] | codgician@users.noreply.github.com |
c4eb1594e318c8db9d3f10edcdd639050c74a621 | c0c1b2a437ec7ebf243907cc13bd85e62ab5b577 | /chromeos/services/assistant/test_support/fake_libassistant_service.cc | c3a786b9f160ad828a000512b3e5c6c19ef3e518 | [
"BSD-3-Clause"
] | permissive | Xela101/chromium | 06b5d6264dc5440f92af8d73e4e5ea7b53089ad8 | 7e4e583c0cae170b4f9d308250d3aab3e3aa6dd9 | refs/heads/master | 2023-02-27T12:05:10.336834 | 2021-02-02T20:40:26 | 2021-02-02T20:40:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,481 | cc | // 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.
#include "chromeos/services/assistant/test_support/fake_libassistant_service.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace chromeos {
name... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
a399ca522789bf3422b5d9a3ccf027d20ae67e3c | a4564681dea3ed248c2f6dfcc800453931ff6c8b | /div381A.cpp | 7fa3d4f4538ae3d3ff46b2919af44094c1c0c4b2 | [] | no_license | GENTLEMAN009/Codeforce-Problem-Solve | 9bd80c7f86895020d3ab9b5b4b66fcd2d3cd7b1a | ec08e3f187ae634f51217f6d275bb6f7ca6b5eb3 | refs/heads/master | 2020-04-02T07:46:48.133932 | 2018-10-22T20:51:39 | 2018-10-22T20:51:39 | 154,214,600 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,355 | cpp | #include<bits/stdc++.h>
#define Max 100010
#define pi acos(-1.0)
#define mem(a,b) memset(a,b,sizeof(a))
using namespace std;
int main()
{
long long int n,i,j,k,a,b,c, m;
while(cin>>n>>a>>b>>c)
{
if(n%4==0)
{
cout<<"0"<<endl;
}
else
{
... | [
"noreply@github.com"
] | GENTLEMAN009.noreply@github.com |
33f2e85b0edbfce0b95fde56cb22207ae4771dd3 | 3d88508d70d060ded2b0747bf5d9bc0e000339e8 | /28、预发包,多线程资源回收深度思考/nginx/_include/ngx_c_socket.h | fef27717171c22652d95823c5e446d88b810e8bd | [] | no_license | zengrixi/architecture | 2820f99b6fcda2f2beb328a458ca52558a320f3a | b9f40240e79df3ec93e98b6a4b00e84f01dd21f9 | refs/heads/master | 2022-04-26T06:26:26.294615 | 2022-04-02T14:14:48 | 2022-04-02T14:14:48 | 168,486,342 | 6 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 13,221 | h |
#ifndef __NGX_SOCKET_H__
#define __NGX_SOCKET_H__
#include <vector> //vector
#include <list> //list
#include <sys/epoll.h> //epoll
#include <sys/socket.h>
#include <pthread.h> //多线程
#include <semaphore.h> //信号量
#include <atomic> //c++11里的原子操作
#include "ngx_comm.h"
//一些宏定义放在这里-------------... | [
"zengrixi@outlook.com"
] | zengrixi@outlook.com |
0fde8cf6bd603eaa6df2e63f7915f0451c6c954f | a1448c6dcc51887ce0cb4679154844c8f1731ed9 | /healthboost.cpp | 58295dc28799be15901dbb78c98a26ebf77e946d | [] | no_license | edwardUL99/CS4076-ZorkUL | 2b0ca100c0ee8ed5caac76d07fa1412431daa19d | 0dc5c8d72b12a33775a275697bc4f4555cfbad46 | refs/heads/master | 2022-07-04T19:29:52.557409 | 2020-05-12T22:16:11 | 2020-05-12T22:16:11 | 263,445,136 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 521 | cpp | #include "healthboost.h"
#include <sstream>
// 9. Initialiser list
HealthBoost::HealthBoost(string description, int boostValue, ZorkUL *game) : Boost(description, boostValue, game) {
}
void HealthBoost::apply() {
Character &player = game... | [
"18222021@studentmail.ul.ie"
] | 18222021@studentmail.ul.ie |
9af67073ba90e5b0f15d888764c7a0cd081781af | d327e106285776f28ef1d6c8a7f561b7f05763a6 | /WinStudio/Ex_SDI1/Ex_SDI1.h | 0a1d9b4d2415c0f63a7befb37e1d622fbeb12b3a | [] | no_license | sky94520/old-code | a4bb7b6826906ffa02f57151af2dc21471cf2106 | 6b37cc7a9338d283a330b4afae2c7fbd8aa63683 | refs/heads/master | 2020-05-03T12:37:48.443045 | 2019-07-23T00:38:16 | 2019-07-23T00:38:16 | 178,631,201 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 520 | h |
// Ex_SDI1.h : Ex_SDI1 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
#endif
#include "resource.h" // 主符号
// CEx_SDI1App:
// 有关此类的实现,请参阅 Ex_SDI1.cpp
//
class CEx_SDI1App : public CWinAppEx
{
public:
CEx_SDI1App();
// 重写
public:
virtual BOOL InitInstance();
virtu... | [
"541052067@qq.com"
] | 541052067@qq.com |
c73d89027b71f1273d13d7881237cb3c09840f15 | 38c10c01007624cd2056884f25e0d6ab85442194 | /third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.cpp | 8eecaab106c2805e763df6896aa5177558fe03e7 | [
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"MIT",
"Apache-2.0"
] | permissive | zenoalbisser/chromium | 6ecf37b6c030c84f1b26282bc4ef95769c62a9b2 | e71f21b9b4b9b839f5093301974a45545dad2691 | refs/heads/master | 2022-12-25T14:23:18.568575 | 2016-07-14T21:49:52 | 2016-07-23T08:02:51 | 63,980,627 | 0 | 2 | BSD-3-Clause | 2022-12-12T12:43:41 | 2016-07-22T20:14:04 | null | UTF-8 | C++ | false | false | 10,586 | cpp | // 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 "config.h"
#include "modules/serviceworkers/RespondWithObserver.h"
#include "bindings/core/v8/ScriptFunction.h"
#include "bindings/core/v8/Scrip... | [
"zeno.albisser@hemispherian.com"
] | zeno.albisser@hemispherian.com |
cf4b4dbd4aa5df35ed2f57b1b668af86d36720c2 | 970dc71a9dea95273c718f3f4cba2d4f81510e9c | /GondarEngine/gsLogger.cpp | 5de0ba23d9e134e2528fa90d5dc3aa7f6360d962 | [] | no_license | ViolaTarek/GondarGameEngine | 4f72794a163ed411ec5a68d48a246c3d6b508d00 | cae7770b885127929724ba94cf37ceede23ac536 | refs/heads/master | 2020-04-05T02:18:59.262339 | 2016-11-01T19:39:18 | 2016-11-01T19:39:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 370 | cpp | #include "gsLogger.h"
#include "GLFW\glfw3.h"
#include <iostream>
using namespace std;
void glfwErrorCallback(int error, const char* description)
{
GS_LOG("GLFW Error (Code: " << error << "): " << description);
}
void gsLogger::init() {
glfwSetErrorCallback(glfwErrorCallback);
}
void gsLogger::log(const stringst... | [
"ygor.reboucas@gmail.com"
] | ygor.reboucas@gmail.com |
4fec3dd6a7c875cf1878d5dd6a6238cdd1b6f7ca | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/dawn/src/dawn/native/BuddyAllocator.cpp | 2d7de752b71e8ffc105ce9574c767c3c3aab4319 | [
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 9,637 | cpp | // Copyright 2019 The Dawn 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 agreed t... | [
"jengelh@inai.de"
] | jengelh@inai.de |
a1721387b1facbc3709c20537d8052ed29d3785a | cfeea15c5f9229c9b7f5e1c26311d2bdf727cb8c | /mapping/src/MPS3SeqTools/generateStatsAndCompareAlignerResults.cpp | 3aed3c36ea89e22ff8a425e51de78b9c071324d2 | [] | no_license | turnervo23/MapSplice | c943072c0c0017051bb80b995cf070198817e061 | df36f285cca26b3a77cc2762b2320c9b576bb4cc | refs/heads/master | 2020-05-27T03:24:01.394991 | 2019-06-12T18:10:16 | 2019-06-12T18:10:16 | 188,464,331 | 0 | 0 | null | 2019-05-24T17:43:39 | 2019-05-24T17:43:39 | null | UTF-8 | C++ | false | false | 2,520 | cpp | // This file is a part of MapSplice3. Please refer to LICENSE.TXT for the LICENSE
//incorporate 7 individual programs into one
// for stats of alignments, junctions and compare them with ground truth.
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <malloc.h>
#include <string.h>
#include <iostream>
#... | [
"xli262@g.uky.edu"
] | xli262@g.uky.edu |
59a6f34b52f16e1f2817a7b63a20cb1d803eece8 | 508510d10ddcb009fc4fb53a26d897bc462039c0 | /PUBG/SDK/PUBG_GeneralSettingWidget_parameters.hpp | b5fbdc15755bfcf0ca516923d1cf015afb1eebfa | [] | no_license | Avatarchik/PUBG-SDK | ed6e0aa27eac646e557272bbf1607b7351905c8c | 07639ddf96bc0f57fb4b1be0a9b29d5446fcc5da | refs/heads/master | 2021-06-21T07:51:37.309095 | 2017-08-10T08:15:56 | 2017-08-10T08:15:56 | 100,607,141 | 1 | 1 | null | 2017-08-17T13:36:40 | 2017-08-17T13:36:40 | null | UTF-8 | C++ | false | false | 2,547 | hpp | #pragma once
// PLAYERUNKNOWN BattleGrounds () SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "../SDK.hpp"
namespace Classes
{
//---------------------------------------------------------------------------
//Parameters
//---------------------------------------------------------------------------
// Fu... | [
"jl2378@cornell.edu"
] | jl2378@cornell.edu |
67f4808beb202ff303d04558173d5dbeb0eab237 | 758378bbd01ff3fc509c5725596c671b53ddb4dd | /demos/Lights/include/GLWindow.h | e26aa07abea68fb19bd571b447b1ee0d0e1cef98 | [] | no_license | suncorner/NGL | 38a5a520899ce4f4a3796e419f5ff3fc35b02721 | 18b232416742f4ccfaecf60c9541559637c9cf5a | refs/heads/master | 2016-09-05T16:51:47.833680 | 2010-06-17T17:58:49 | 2010-06-17T17:58:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,101 | h | #ifndef __GL_WINDOW_H__
#define __GL_WINDOW_H__
#include "ngl/Camera.h"
#include "ngl/Colour.h"
#include "ngl/Light.h"
#include "ngl/TransformStack.h"
// must be included after our stuff becuase GLEW needs to be first
#include <QtOpenGL>
class GLWindow : public QGLWidget
{
Q_OBJECT // must include this if you... | [
"jmacey@bournemouth.ac.uk"
] | jmacey@bournemouth.ac.uk |
ff81fdd2d1d50fbce580bcb8f7bbd89f3b4410fb | e8372087fd576992670214a91ad8a7855551fb5b | /Projects/3DOpenGLMouseMazeGame/3D_OpenGL_Mouse_Maze_Game/Graphics_MidTerm/ColorCube/LoadBitmap.cpp | 7c457e9ae593546be6aae8dc81a9080b0b5862cc | [] | no_license | braden-catlett/Code-Collection | b8d66c6e137098a3fb7e2ebde346892b704e65d5 | 643700c618225ce96141922d049e5a34628e175d | refs/heads/master | 2022-12-06T00:32:58.645365 | 2020-08-25T22:30:47 | 2020-08-25T22:30:47 | 290,332,207 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,197 | cpp | #include <iostream>
#include <cmath>
#include <iomanip>
#include <cassert>
#include <vector>
#include <cstdio>
using namespace std;
#include <Windows.h>
#include "Angel.h"
#include <GL/glew.h> // for OpenGL extensions
#include <GL/glut.h> // for Glut utility kit
#define GL_CHECK_ERRORS \
{ \
int err=glGetError(); \
... | [
"braden.catlett@gmail.com"
] | braden.catlett@gmail.com |
6f3f83d21bf48aa465aa6b02d884d1c961b2728c | dc78edcd8316a4a684e957401c290b196a72c4f4 | /jsonSerialiser_test.h | c687189a7ab3238335a8656dab4b3d860d944cca | [
"Apache-2.0"
] | permissive | nitindeokate99/jansson_wrapper | 2ef945cf54b8d183ee028f6bb684d4754a9042a9 | 8709607cd4ad5bf01448b9a2b80cd287b93a3c10 | refs/heads/master | 2021-01-21T21:14:11.489801 | 2017-06-19T14:55:02 | 2017-06-19T14:55:02 | 94,786,988 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,158 | h | /*!
* @file : "JSonSerializerTest.h"
* @brief : Unit tests for JSonSerializer class. It will check each
* module with positive and negative tests. It has around 23 tests.
* @author : nitin deokate
* @date : Sept/2013
$Id$
*/
#include "cxxtest/TestSuite.h"
#include "common/qappframework/JSonSeri... | [
"noreply@github.com"
] | nitindeokate99.noreply@github.com |
221a837a59f052b3ce727c15385e40f01a62b8d4 | 7d8c806c571b3cffba198a1d2e02a4d8dd384bf8 | /c++/project/8.0/Manager.cpp | 62bfa11b7085c7fa415aceaf9e8d08f8471851c0 | [] | no_license | qqworker/Cplusplus | a364b75fe950894d3c2373e18bade37b5bf9fe7a | 4742be55b215aca741eb7226b9ff6b42ccd3c4df | refs/heads/master | 2023-04-09T14:19:41.844095 | 2020-12-14T03:39:13 | 2020-12-14T03:39:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 467 | cpp | #include "Manager.h"
Manager::Manager(const string& name,double salary,double bonus)
:Employee(name,salary),m_bonus(bonus){
//保存经理的绩效奖金
fprintf(file," %g",m_bonus);
}
void Manager::printExtra(void)const{
cout << "职位:经理" << endl;
cout << "绩效奖金:" << m_bonus << endl;
}
double Manager::calMerit(voi... | [
"874319327@qq.com"
] | 874319327@qq.com |
e4160f6ca14ac43752e98bcf0da1382be7903e90 | d2d4028ee83066400c53b7144ec416bff1fedc83 | /ACM-UVA/458/458.cpp | b966e7fcddd9a505aa2628d9c4095345cdea80f0 | [] | no_license | sergarb1/Competitive-Programming-Solved-Problems | f822e3a11d8977e3bdacbe5e478055af792bdd0e | b33af9d6168a4acaf7f398d5e0598df99686e51a | refs/heads/master | 2023-01-11T15:38:05.933581 | 2022-12-27T12:29:45 | 2022-12-27T12:29:45 | 137,689,428 | 5 | 12 | null | null | null | null | UTF-8 | C++ | false | false | 738 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#define MAX_CADENA 2000000
int main()
{
char cadena[MAX_CADENA];
int i,tam;
#ifndef ONLINE_JUDGE
close (0);
open ("458.in", O_RDONLY);
close (1);
ope... | [
"sergi.profesor@gmail.com"
] | sergi.profesor@gmail.com |
eba84c8a7b7b4d32584b5844687ff2725e5b1b79 | 402c363510a1c55679f3bf613bfae091377f28d9 | /CONTROL_MOTOR.ino | acf676256446d28e8c831e85a5b7e71c9dc7f250 | [] | no_license | PutraArmy/PlantSmartArduino | 055f60533cb508ac9d07a2b595ea60ea698da2b8 | 843c6e4732c2150f08eaafba21fe95844a8ca8de | refs/heads/master | 2022-12-02T01:54:33.769493 | 2020-08-15T01:50:56 | 2020-08-15T01:50:56 | 287,658,512 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 638 | ino | void controlMotor() {
SiramRef = Firebase.getInt(DBPump);
refHumiTanahMin = Firebase.getFloat(DBHumiRefMin);
refHumiTanahMax = Firebase.getFloat(DBHumiRefMax);
controlMotorManual();
contorlMotorOtomatis();
}
void controlMotorManual() {
if (SiramRef == 1) {
digitalWrite(PUMP_PIN, ACTIVE);
s... | [
"armhy333.mahasiswa.unikom.ac.id"
] | armhy333.mahasiswa.unikom.ac.id |
2d533b365caaaffa8b57b6a94fd7620d7dd10004 | 7d9d300dbb58acd69cbc005a501ff193aadb5801 | /180901.Editor/180901.Editor.cpp | 7fcebede1f96590b7558b71b811d5532e2e690e8 | [] | no_license | jameskim3/_project5 | e2954defce54b1238b077658186857a9b5638f63 | 6ce688063b7c028e5792fd03f79278638374e681 | refs/heads/master | 2023-07-22T23:03:23.432003 | 2021-09-06T13:09:11 | 2021-09-06T13:09:11 | 401,706,722 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,842 | cpp | #include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
static char document[1024 * 1024 + 2];
static int DS;
static int SCORE = 0;
static int PANELTY = 0;
static int seed = 3;
static void verify(char* document);
extern void create();
extern void putChar(char a);
extern void putEnter();
extern v... | [
"ipofri2@gmail.com"
] | ipofri2@gmail.com |
a9647063237cbce7ed115ba4924921cf78e2c10a | 38a14aa51557d007d981b2e3a295218796dd6e03 | /Testing/VisuFLTK/otbRenderingImageFilterPhase.cxx | a5c3236e628ef6db4615cf81f53ed81b84d087c4 | [] | no_license | spacefan/Monteverdi | aaa241cc9950ec465bdce4d651cf0038b1300aba | 90edf7b1d5836539d5c723109e9fb53d9458f865 | refs/heads/master | 2021-05-28T21:07:55.319705 | 2015-07-02T10:12:30 | 2015-07-02T10:12:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,969 | cxx | /*=========================================================================
Program: ORFEO Toolbox
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
See OTBCopyright.txt for details.
This software is distributed WITHOUT ... | [
"mickael.savinaud@c-s.fr"
] | mickael.savinaud@c-s.fr |
879e5a42a76caace446ddffa28e90d7dee13429f | 7c518b2636ed291b422fefe19ca4e2f84c52495b | /Deque.cpp | 977e56a4c03ac3862b3f4a7aaf9b3df08e65a431 | [] | no_license | artemiksion/Deque | 5447db441920230579ee7adaed3afde2cfb1981e | 6b2dba497b68acf60d86aa92a60485c91d2a49db | refs/heads/master | 2023-04-23T13:16:00.565264 | 2021-05-04T16:35:28 | 2021-05-04T16:35:28 | 238,858,158 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,821 | cpp | #include <iostream>
#include <conio.h>
using namespace std;
class Deque
{
private:
struct NodeOfDeque
{
public:
NodeOfDeque* Left;
NodeOfDeque* Right;
int info;
NodeOfDeque()
{
info = 0;
Left = Right = nullptr;
}
};
NodeOfDeque* Back;
NodeOfDeque* Front;
void MemoryAl... | [
"noreply@github.com"
] | artemiksion.noreply@github.com |
fd6ebd70fdc4d46e7c9bbe4ba4c6ea900ac6e31b | 256262880a2df87b61124ac8dbfd4a868a160127 | /src/Actions/Validate.h | 5734be27ce44f1269351df6a26b549ebcf199e85 | [] | no_license | GamalMohamed/Flowchart-Simulator | b919da3188dc1ea4ff4d4e0104f5654b83c9a909 | ea6e5a2124cb71cbe680f3bb08c8ebfed8acbefd | refs/heads/master | 2021-01-17T06:57:06.739000 | 2016-05-29T10:11:55 | 2016-05-29T10:11:55 | 59,837,913 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 217 | h | #pragma once
#include "Action.h"
class Validate : public Action
{
public:
Validate(ApplicationManager *pAppManager);
virtual void ReadActionParameters();
virtual void Execute();
bool isValid(string& err);
}; | [
"Gamal Mohamed"
] | Gamal Mohamed |
7084a0453c28e2abe5ef78a248271f650c836bd5 | a08801a75064ee658a5ff5f1dd241eeab45f8f96 | /main.cpp | a8725b59ca6fcab3a95f366d5447002c19b0ac42 | [] | no_license | aripramuja/warehousing-system | 0865e0a663bd67c8b4c93ff717c8ef0477b5bbf3 | d97bb5b457c9e8eff584eb6bd2e68fe1b0bad4dc | refs/heads/main | 2023-04-08T11:54:33.312083 | 2021-04-14T15:27:30 | 2021-04-14T15:27:30 | 357,952,808 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,636 | cpp | #include <iostream>
#include <fstream>
#include <stdlib.h>
using namespace std;
/// Laporan max
void laporan_pendingin();
void laporan_kimia();
void laporan_lemari();
void menuLaporan();
/// DATA BARANG
void DataDingin();
void DataLemari ();
void DataChemist ();
void menu_DataBarang ();
///DATA TRANSAKSI PENDINGNIN
vo... | [
"105218009@student.universitaspertamina.ac.id"
] | 105218009@student.universitaspertamina.ac.id |
5f5da5e8f2da4efb51bf24f4a31446ae5f98bcff | c851236c2a3f08f99a1760043080b0a664cf3d92 | /MAXSUMCIRCULARSUBARRAYVVVVIMP.cpp | 48d4e12c88508a0d62f989180cb65f8154a7670f | [] | no_license | Anubhav12345678/competitive-programming | 121ba61645f1edc329edb41515e951b9e510958f | 702cd59a159eafacabc705b218989349572421f9 | refs/heads/master | 2023-01-20T08:12:54.008789 | 2020-11-18T10:23:42 | 2020-11-18T10:23:42 | 313,863,914 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,459 | cpp |
/*
Given a circular array C of integers represented by A, find the maximum possible sum of a non-empty subarray of C.
Here, a circular array means the end of the array connects to the beginning of the array. (Formally, C[i] = A[i] when 0 <= i < A.length, and C[i+A.length] = C[i] when i >= 0.)
Also, a subarray may o... | [
"anubhavgupta408@gmail.com"
] | anubhavgupta408@gmail.com |
bb761d784ce4e5d3b4fc3f8f79a988e8f278cec6 | 0b9cbe14237343a4fdd9077ab9ad506ff73008e9 | /Utils/Scripter/main.cpp | b1d39b83280f5d78a8df9ddae2423f6403072381 | [] | no_license | aicreed/SBSPSS | 9cdfa219f67875db2f971142277732c00955abb8 | 6782909006153f2cba8d80d8e9339ee5fc39d71c | refs/heads/master | 2021-01-04T13:36:22.014724 | 2020-03-06T14:37:45 | 2020-03-06T14:37:45 | 240,575,228 | 0 | 0 | null | 2020-02-14T18:36:51 | 2020-02-14T18:36:50 | null | UTF-8 | C++ | false | false | 1,980 | cpp | /*=========================================================================
main.cpp
Author: PKG
Created:
Project: Spongebob
Purpose:
Copyright (c) 2000 Climax Development Ltd
===========================================================================*/
/*-------------------------------------------------... | [
"paul@localhost"
] | paul@localhost |
d9906edc0364cb67db8efdb6e11a31da21012bc8 | cc0f78b105bc3be5a12362393213fc6a07b5cafd | /HomeworkDatabase.h | 761cbe9bab853fbe52ba71dc480eb8db962ef9a5 | [] | no_license | jcisneros21/homework-database | 9d00366d73d0b5dc587caebcc6e8b31ab13106e7 | f5c87447e2d7c008d8542ade69e73646ef85b4e5 | refs/heads/master | 2016-09-06T19:06:53.347693 | 2015-10-05T00:59:47 | 2015-10-05T00:59:47 | 42,222,362 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 442 | h | #ifndef HomeworkDatabase_H
#define HomeworkDatabase_H
#include <string>
class HomeworkDatabase
{
private:
std::string className;
std::string homework;
int dueDate;
public:
HomeworkDatabase(const std::string className, const std::string homework, int dueDate);
HomeworkData... | [
"jcisneros@slu.edu"
] | jcisneros@slu.edu |
1af925f2ce28b90be1d1be0e15cd4c62185bf8f5 | bc75dda735072384a43013ee472c4871f0697d62 | /AOJ/user.h | 41f029631bab9c175ca474fa1bc2fdaabef8dc2f | [] | no_license | arrows-1011/Tools | 8b7c97fa9b02ae0b5d40a6ba1e9876987bab8b0e | 5663c922c4e8d2830c89cd2a71a6a515405eadf5 | refs/heads/master | 2020-12-24T07:53:31.835445 | 2016-08-23T12:10:18 | 2016-08-23T12:10:18 | 52,806,252 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,133 | h | #include <iostream>
#include <set>
#include <string>
class User {
private:
std::string id;
std::string name;
std::string affiliation;
std::string solved;
std::set<std::string> solved_list;
public:
User();
User(std::string, std::string,
std::string, std::string,
std::... | [
"s1210207@gmail.com"
] | s1210207@gmail.com |
064af13becaff08e3ecfc1095a35352001a4360b | e74fe677468f44c1109af6798dc10ec1c160e71c | /demo1v1/demo1v1/CFullSceenStatic.cpp | 99c3230933bc7b667c54dc033be168c1a9ae1977 | [] | no_license | shinevv/shinevvSdkWin | e2ecf0a380b6f81e7941ec751af7060402dc6375 | 22ceff02126762cef2939f1e921ba1ca238e4da6 | refs/heads/master | 2021-04-26T23:59:17.926120 | 2019-09-18T04:03:43 | 2019-09-18T04:03:43 | 123,889,236 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,223 | cpp | // CFullSceenStatic.cpp: 实现文件
//
#include "stdafx.h"
#include "CFullSceenStatic.h"
#include "demoDlg.h"
// CFullSceenStatic
IMPLEMENT_DYNAMIC(CFullSceenStatic, CStatic)
CFullSceenStatic::CFullSceenStatic()
{
m_preWinRect = { 0 };
m_bFullScreen = FALSE;
m_hParent = NULL;
m_pParentDlg = NULL;... | [
"wuqiang@imssys.cn"
] | wuqiang@imssys.cn |
336260bd4e0852394f3d0e8c4c8905437e7e0e32 | 89be3f4867c497e066e3aac86f2f4d1a09269458 | /lib/libarch/arm/ARMFirstTable.cpp | 2280256927736ce7eeeb2105f4610b2552c05001 | [
"Apache-2.0"
] | permissive | SpaceMonkeyClan/FreeNOS-1.0.3 | 90d6320b675ac292c5da785c7193179c6ebd88f9 | 0967dc627a7a73a7ccead427e56ff193dece1248 | refs/heads/main | 2023-08-19T16:12:53.794555 | 2021-10-29T15:30:01 | 2021-10-29T15:30:01 | 404,900,188 | 0 | 1 | Apache-2.0 | 2021-10-18T04:40:38 | 2021-09-09T23:44:19 | C++ | UTF-8 | C++ | false | false | 9,746 | cpp | /*
* Copyright (C) 2015 Niek Linnenbank
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is d... | [
"renedena842@gmail.com"
] | renedena842@gmail.com |
761a3fc118fef057f3d8665e752a8e3c13e59616 | 57444ae1f4341b295120a3b14a72fc60397c423a | /FONCTIONS/events/global_events/feedback/ev_wrong_action.cpp | 45559ba097ab16fe1f4e0e7250319e847c207c8c | [] | no_license | PoulpePalpitant/Wall-in | b3c68b463376887d5ee0534cbfb4d6aafa1e2c9c | d3cb6511df1d74c06e800342afa7a994bd9fcff5 | refs/heads/master | 2023-04-09T13:04:43.299234 | 2021-04-16T22:03:54 | 2021-04-16T22:03:54 | 260,096,762 | 3 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 837 | cpp |
#include "ev_wrong_action.h"
#include "../../../UI/console_output/render_list.h"
#include "../../events.h"
#include "../../../player/player.h"
void Ev_Wrong_Action(); // Fait flasher le joueur en rose quand il fait dequoi de pas correct. Ex: tirer quand il peut pas, se déplacer à un endroit blocké ()
static Event ev... | [
"64504737+PoulpePalpitant@users.noreply.github.com"
] | 64504737+PoulpePalpitant@users.noreply.github.com |
55b2e028b8617371d369c0ef65672ff6c3da19bd | 29e48649e4e8e9e58b29953ec63e3b3d1ef05dbf | /mapLab/mapLab/Map.h | 76783a71992cf311a64f39944be2efad3e8b32f5 | [] | no_license | karolynalvarez/MapLab | d2eaedd55ec4c0b96261ee98a84496377d4ced68 | ba046d74d83ec6095b130eb424e11341be7bfb14 | refs/heads/master | 2020-05-24T09:52:23.278522 | 2017-03-13T17:14:10 | 2017-03-13T17:14:10 | 84,845,104 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 154 | h | #pragma once
#include "Location.h"
class Map
{
public:
Map(std::string startingLocationName);
~Map();
Location *_currentLocation = nullptr;
};
| [
"ncc"
] | ncc |
f55cd64dd7c21383759ccdac0d51df3dfe2bb9f2 | a380c203330d133ec92fa555b9d0611c85fdaff6 | /Arduino/Capteurs/Particules/PPD42NS/particules/particules.ino | 6eba926e6cc7ab56e473f4b870b58fe3986c7fae | [] | no_license | Snoz58/smrtcty | 172fe11f0e71e43a63f8d7932be8ad65ceab4e01 | 9130976f66407aa6729ae79aee286291b5a111a5 | refs/heads/master | 2021-06-19T15:48:30.255961 | 2019-08-27T13:18:15 | 2019-08-27T13:18:15 | 114,651,883 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,034 | ino | #include "math.h"
int pin = 6;
unsigned long duration;
unsigned long starttime;
unsigned long sampletime_ms = 30000;//sampe 30s ;
unsigned long lowpulseoccupancy = 0;
float ratio = 0;
float concentration = 0;
float concentrationm3 = 0;
float pm25 = 0;
float pm10 = 0;
void setup() {
Serial.begin(9600);
pinMode(8... | [
"corentin.metenier@gmail.com"
] | corentin.metenier@gmail.com |
e9fb38d1cfb9cfe97c6a8ee0be5ddfe83852411e | e741bdbd046f87157142908ee5e261a1beda16aa | /rec/rpc/Server.cpp | b35e16be6c625d173e4af8ff651f2701ed21ba85 | [] | no_license | yangfuyuan/rec_rpc-1.0.0 | a52a4e6c97a8acad863f19c19ceb7333f7959967 | 9ae79a784d8ad9c0d784cc8213900f77c0ea1f72 | refs/heads/master | 2020-07-31T08:34:06.080252 | 2016-11-13T07:35:44 | 2016-11-13T07:35:44 | 73,602,528 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,477 | cpp | /*
Copyright (c) 2011, REC Robotics Equipment Corporation GmbH, Planegg, Germany
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice,
... | [
"chushuifurong618@126.com"
] | chushuifurong618@126.com |
73cbcb006857a2a009dfbf88aa39bba7333da63c | 85c5ec5dcb3a78201fab99c61b19763115f33208 | /Codechef/LONGCOOK.cpp | 145ac7e4dfc76c4e1eecc55b1d6a56f492aa947e | [] | no_license | gaurav1620/Competitive-Coding | 3fea83700b5a6d94e4b9b40966222390b92b07de | 9b729b8dcc941cb9187b9bec970b2e56063ca0fc | refs/heads/master | 2023-07-04T06:50:29.584930 | 2021-08-07T15:52:12 | 2021-08-07T15:52:12 | 291,438,389 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,833 | cpp | /*
© GAURAV KHAIRNAR 2019
@ Website : gaurav1620.rf.gd
@ Github : gaurav1620
@ Insta : may_be_gaurav_
@ Gmail : gauravak007@gmail.com
@ CodeForces : gaurav1620
@ CodeChef : gaurav1620
# Dont compare yourself with anyone in this world.If you do so, you are insulting youreself .
*/
#include<bits/st... | [
"gauravak007@gmail.com"
] | gauravak007@gmail.com |
bcb460490d3e069716a136b0ae6cd8c0dda57e03 | 9755de8a1e3e1075ad298954c8b5e9a3b0d6d139 | /NumericalSineCalculator/sinsolver.h | f5c9e49f12c1cc4d1a0af5dcec08f73ddc0ece80 | [] | no_license | FrozenBurning/Arbitrary-Precision-Sine | 36512fddb090eae119931cc31283ca1e498e23de | de0b5e9405a011b6ad38c5d3de8e443a02b6e709 | refs/heads/master | 2022-04-21T22:10:30.692962 | 2020-03-10T13:18:56 | 2020-03-10T13:18:56 | 223,957,273 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 463 | h | #ifndef SINSOLVER_H
#define SINSOLVER_H
#include <math.h>
#include <iostream>
#define Taylor_Series 0
#define Differential_Equation 1
#define Fourier 2
class SinSolver
{
private:
double _x;
double _h;
int _n;
int _flag;
double taylor_series_method();
double differential_equation_method();
... | [
"chenzhaoxi0924@126.com"
] | chenzhaoxi0924@126.com |
e275416a0eae9265dcd3c29cad5e8c18531983bf | 0d616b8bd6c4688db70ef6b1523be6fcac87945d | /135/e5_14.cpp | 9802779af4ab77fb98ce362fd5616011e4f5b678 | [] | no_license | JasonWu00/cs-master | 88f1ab0918f395d751c03bb6e394e849d2f8c76e | 41236bce5ed945e70bad6870cf2b71fee0ebc767 | refs/heads/main | 2023-04-30T12:32:01.292636 | 2021-05-20T16:20:35 | 2021-05-20T16:20:35 | 369,269,136 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 280 | cpp | //Modified by: Ze Hong Wu (Jason)
//Email: zehong.wu17@myhunter.cuny.edu
//Date: March 11, 2021
//LHomework E5.14
#include <iostream>
using namespace std;
void sort2(int& a, int&b) {
if (b < a) {
int temp_storage = b;
b = a;
a = temp_storage;
}
}
| [
"jasonwul33t@gmail.com"
] | jasonwul33t@gmail.com |
067752c52be5e13facb538004522dc2ff22d14a1 | 64178ab5958c36c4582e69b6689359f169dc6f0d | /vscode/wg/sdk/UTwitterIntegrationBase.hpp | 8dfc7393c050f65d064025be9eb18b9cdc179b2a | [] | no_license | c-ber/cber | 47bc1362f180c9e8f0638e40bf716d8ec582e074 | 3cb5c85abd8a6be09e0283d136c87761925072de | refs/heads/master | 2023-06-07T20:07:44.813723 | 2023-02-28T07:43:29 | 2023-02-28T07:43:29 | 40,457,301 | 5 | 5 | null | 2023-05-30T19:14:51 | 2015-08-10T01:37:22 | C++ | UTF-8 | C++ | false | false | 874 | hpp | #pragma once
#include "UPlatformInterfaceBase.hpp"
#ifdef _MSC_VER
#pragma pack(push, 1)
#endif
namespace PUBGSDK {
struct alignas(1) UTwitterIntegrationBase // Size: 0x40
: public UPlatformInterfaceBase // Size: 0x40
{
private:
typedef UTwitterIntegrationBase t_struct;
typedef ExternalPtr<t_stru... | [
"1395329153@qq.com"
] | 1395329153@qq.com |
4db67cd3d0bfab33045f0526d2c22cff9eb8dcdb | d61d05748a59a1a73bbf3c39dd2c1a52d649d6e3 | /chromium/device/gamepad/nintendo_controller.h | 356187d1f54c607424e693d7b4c1f7c97517d191 | [
"BSD-3-Clause"
] | 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 | 7,094 | h | // Copyright 2019 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 DEVICE_GAMEPAD_NINTENDO_CONTROLLER_H_
#define DEVICE_GAMEPAD_NINTENDO_CONTROLLER_H_
#include "device/gamepad/abstract_haptic_gamepad.h"
#include... | [
"csineneo@gmail.com"
] | csineneo@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.