blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
260 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
11.4k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
80 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
8
9.86M
extension
stringclasses
52 values
content
stringlengths
8
9.86M
authors
listlengths
1
1
author
stringlengths
0
119
d291f7ca968b19aae0f44d1ff319b51a59d1684d
6aea8c84fd22e5925d143430db5c6013f23f8e4c
/src/realm/parser/parser.cpp
b29835e32132d843d34f1fdebfef2246bf5caf68
[ "Apache-2.0", "LicenseRef-scancode-generic-export-compliance" ]
permissive
brinchj/realm-core
548ad7f3a551a38c93fd484a25a19392473c9804
df05d18755136db382cd8cffa26bcb8032ef3585
refs/heads/master
2020-03-17T14:27:34.638444
2018-05-16T13:50:47
2018-05-16T13:52:00
133,672,917
0
0
Apache-2.0
2018-05-16T13:50:21
2018-05-16T13:50:21
null
UTF-8
C++
false
false
26,703
cpp
//////////////////////////////////////////////////////////////////////////// // // Copyright 2015 Realm Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/li...
[ "js@realm.io" ]
js@realm.io
e59c449a7551f6f322c8d8256625fe67cd1dc51a
ef187d259d33e97c7b9ed07dfbf065cec3e41f59
/work/atcoder/abc/abc011/B/answers/130553_zaki_.cpp
a3bfc075289d3eeded22b6c867426fa133d96432
[]
no_license
kjnh10/pcw
847f7295ea3174490485ffe14ce4cdea0931c032
8f677701bce15517fb9362cc5b596644da62dca8
refs/heads/master
2020-03-18T09:54:23.442772
2018-07-19T00:26:09
2018-07-19T00:26:09
134,586,379
0
0
null
null
null
null
UTF-8
C++
false
false
258
cpp
#include <bits/stdc++.h> using namespace std; int main(){ cin.tie(0); ios::sync_with_stdio(false); string s;cin>>s; char a=toupper(s[0]); cout<<a; for(int i=1;i<s.length();i++){ char b=tolower(s[i]); cout<<b; } cout<<endl; }
[ "kojinho10@gmail.com" ]
kojinho10@gmail.com
efb01e3aeb8e46111660106fdfb12628029cfee0
4314b9458f325a7824d8c5bb71a146fd0cf7bfdb
/Przewodnik/Element.cpp
033eade2209d21f939d69d3f397d256b41201b19
[]
no_license
sobanskikarol91/Electronic-Guide
e553fa6ca6177c96eebb140d82b5cb9b095ae2d2
f102c335638ddafdefcd7cd6e23a1e42396067a3
refs/heads/master
2020-03-18T23:40:54.109988
2018-06-04T15:45:34
2018-06-04T15:45:34
135,418,987
0
0
null
null
null
null
UTF-8
C++
false
false
253
cpp
#include "Element.h" Element::Element() :model("Nieznana"), kategoria("Nieznana") {} Element::Element(string nazwa, string kategoria) : model(nazwa), kategoria(kategoria) {} void Element::wyswietl() { koloruj_txt("Model: " + model, KOLOR::ZIELONY); }
[ "sobanskikarol91@gmail.com" ]
sobanskikarol91@gmail.com
3a2e09fff41b71f184a048416f96032858ead6a2
8ea3e8f19811c10668364fef391dfd0613e8aad7
/include/clasp/core/glue.h
a6ebd73482165fdd67aeb2b4df668ea059a5b90c
[]
no_license
guicho271828/clasp
f9833e18052a4a97130e1e44fec739dd10aa5a33
168fcc26eaebd8dbc41263140181fe94ed04dd9a
refs/heads/master
2023-02-04T07:15:43.184112
2020-12-13T15:59:54
2020-12-13T15:59:54
320,916,383
0
0
null
null
null
null
UTF-8
C++
false
false
8,401
h
/* File: glue.h */ /* Copyright (c) 2014, Christian E. Schafmeister CLASP 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; either version 2 of the License, or (at your option) any later version. Se...
[ "chris.schaf@verizon.net" ]
chris.schaf@verizon.net
1c8881f2a2755dd40aed7bb39a2f5e3bcbb599a6
c3ac30228bfba25bf70bc5fe3a77c037cb21d3c5
/QPlayer Base FFPlayer/demux.cpp
07ededd03c8a3e5374b3b3a966c16d825b6984c0
[]
no_license
melonbo/ffmpeg
735a30a5f9cd79df458f765fc446600fcd7ccc67
fc40bace8ae1477f47c1872c703dd37445701d46
refs/heads/master
2020-05-07T19:09:09.454301
2019-08-27T16:08:34
2019-08-27T16:08:34
180,799,350
0
2
null
null
null
null
UTF-8
C++
false
false
134,969
cpp
#include "demux.h" #include "QPlayer.h" #include <QMessageBox> #include <QDebug> demux *pdemux; /* * Copyright (c) 2003 Fabrice Bellard * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as publishe...
[ "guliqun1983@163.com" ]
guliqun1983@163.com
e1476d4636dba80964dd437cfc31258a6ba38c97
4eb18bac662678e4cd57d9352624e341201bde92
/ActorX_3DSMAX/ActorX.cpp
144097b36e995ca3f68afe774ba720397f780ba7
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Coeptis87/ActorX-1
8bc9ca337dd0bfd13b97814b7f340252b0ea7f82
9686ebc9766197c40c53a3093c483cc6fad42355
refs/heads/master
2020-12-23T13:26:47.761607
2020-01-30T08:10:05
2020-01-30T08:10:05
237,166,854
0
0
BSD-3-Clause
2020-01-30T08:09:10
2020-01-30T08:09:09
null
UTF-8
C++
false
false
6,394
cpp
// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Licensed under the BSD license. See LICENSE.txt file in the project root for full license information. /***************************************************************** ActorX.cpp Actor eXporter for Unreal. Created by Erik de Neve Exports...
[ "git@gildor.org" ]
git@gildor.org
fda530b2957654d10953ec0fd06577b2d5bea91e
c20b459468fa359a6f4c545db72a211d38298909
/source/tree-graph/minimalTree.cpp
ae6d288782e1dc0e30ea3ee4aa4bf335638bc31d
[]
no_license
mycppfeed/Leetmap
e0340c6ecb85901c9555900a871e159a16940028
f1f31085de60adce9dabe5eb2e5c4d66a5ba1572
refs/heads/master
2021-11-04T00:13:19.882064
2019-04-26T21:18:30
2019-04-26T21:18:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,473
cpp
#include<iostream> typedef struct _Node { int data; struct _Node* left; struct _Node* right; } node; void insert(node** root, int data) { if(NULL == *root) { node* n = new node; n->data = data; n->left = n->right = NULL; *root = n; } else { if(data <= (*root)->data) { if((*roo...
[ "sdasgup3@illinois.edu" ]
sdasgup3@illinois.edu
eb68082389c9d5eff48a1a50257e6e45cbb9b1e3
e62f6ac171a1c6c9f12159497c045e8bf302e6f6
/include/drivers/ata.h
5151ccadc611189d21e1f73fa1de1062c7931264
[]
no_license
ofirDubi/CoolOS
f6b7b1eade6578b8ffbd19bdfc8b7b6928c0a4f5
59149c355cf41c083ef445e67243a37f43dd544e
refs/heads/master
2018-09-06T07:56:10.163054
2018-01-16T11:43:47
2018-01-16T11:43:47
112,595,550
6
1
null
null
null
null
UTF-8
C++
false
false
1,939
h
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: ata.h * Author: ofir123dubi * * Created on January 7, 2018, 10:38 AM */ #ifndef __COOLOS__ATA_H #define __COOLOS__...
[ "ofir123dubi@gmail.com" ]
ofir123dubi@gmail.com
8935b02ce8c3a87647639aa39cf2a89d96203d53
b1c06fcc909d57d102b00989fdbd9da91247a4a5
/Source/Tests/Engine/Engine.cpp
67b485b679fe9e06b7454c0a7fdc04ed5e20107c
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
TheophilusE/THEOE11
fa7b2b0be0bc8c9a667b57412b3362c9685a31cb
b5fa471d6d24fd5a2509f658706771093c8cdf08
refs/heads/master
2023-08-25T14:31:42.202426
2021-11-06T03:40:16
2021-11-06T03:40:16
410,686,889
0
0
null
null
null
null
UTF-8
C++
false
false
1,356
cpp
// // Copyright (c) 2017-2021 the rbfx project. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, mer...
[ "65521326+GodTHEO@users.noreply.github.com" ]
65521326+GodTHEO@users.noreply.github.com
4265741bf2a17b0521daec0ad6b3e8b9b07d27d1
08a297b183344689e8fcb03a1c365e84279c6592
/C/CppUtils/CppUtils/Vector3D.h
aafe4fea7d71e7527694e3d434bada4af33a93b6
[]
no_license
bgoose99/cpruitt-utils
64aca6a215412ac2d06546e60f5a93b11deba200
e7bb66e5e5d7166602e0dec5ef3e3a2a5730ee55
refs/heads/master
2020-05-18T18:20:06.716436
2018-01-10T12:50:07
2018-01-10T12:50:07
32,396,168
2
0
null
null
null
null
UTF-8
C++
false
false
8,313
h
#ifndef __Vector3D__ #define __Vector3D__ // local includes #include "ISerializable.h" /****************************************************************************** * *****************************************************************************/ class Vector3D : public ISerializable<Vector3D> { publi...
[ "charlespruitt79@gmail.com@5557aa65-72ec-d561-3f1f-9a833d31c65a" ]
charlespruitt79@gmail.com@5557aa65-72ec-d561-3f1f-9a833d31c65a
a2640e43927939f0d9ec04efb29d384fc25b508e
b4f7073600455d0938d153a902e4e1a9d0b990ff
/practical_exercises/10_day_practice/day10/文件例题/12-5.cpp
6c40322943fbce1de1559810d797fcc97fac9d90
[]
no_license
Neflibatata/CPPThings
34784cb0d13b79484874e53e6f791a6448d283c2
52c5794f529396d438e447f5800836f56413cef5
refs/heads/master
2023-03-29T12:07:21.258987
2021-04-02T05:48:14
2021-04-02T05:48:14
353,918,825
5
0
null
null
null
null
GB18030
C++
false
false
575
cpp
//Eg12-5.cpp #include<iostream> #include<iomanip> using namespace std; int main(){ char c[30]="this is string"; double d=-1234.8976; cout<<setw(30)<<left<<setfill('*')<<c<<"----L1"<<endl; cout<<setw(30)<<right<<setfill('*')<<c<<"----L2"<<endl; //showbase显示数值的基数前缀 cout<<dec<<showbase<<showpoint<<...
[ "1076119830@qq.com" ]
1076119830@qq.com
fcd78a4fdee7ec3927f1f15d972b18606a5ec72f
a4cc03a687fec33fb986990cf053c1a04804b6f1
/avs/libconfigutils/files/src/libs/threading/Executor.cpp
8538c8f057dc1234f3fb33603c8c3dd9c72b065b
[]
no_license
lindenis-org/lindenis-v833-package
93768d5ab5c6af90e67bca2b4ed22552ab5d8ae8
220e01731729a86a0aac2a9f65e20a0176af4588
refs/heads/master
2023-05-11T22:20:40.949440
2021-05-26T09:42:15
2021-05-27T08:24:18
371,616,812
6
2
null
null
null
null
UTF-8
C++
false
false
1,678
cpp
/* * Executor.cpp * * Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * ...
[ "given@lindeni.com" ]
given@lindeni.com
a7c781819eb71cae4180b325cd4ea35e1436a22f
dfa7de41e6e14cd1e109362b67b843512a5adeaf
/Homework_1/Task_1.cpp
89abcb794751451235a5f3593abe50488bfc3482
[]
no_license
IskanderRyspaevUniDubna/HomeworkProgramming
7fcc76f63cb60ba524aeab7a2677f65c6bcf274c
d3c959f72f8391dfe6fcdc67b3e067df72ca6ac8
refs/heads/main
2023-07-17T11:17:21.912194
2021-08-20T16:03:49
2021-08-20T16:03:49
362,289,637
2
0
null
null
null
null
UTF-8
C++
false
false
253
cpp
#include <iostream> using namespace std; char comparison_of_numbers(int a, int b); int main() { return 0; } char comparison_of_numbers(int a, int b) { if (a > b) return '>'; if (a < b) return '<'; if (a == b) return '='; }
[ "noreply@github.com" ]
noreply@github.com
26772759d692e8286536e770c24964ee603d0c45
2aa9217158b25c2231f4040becde9747b50dc0f7
/raw2tiff.cc
b4c9c32c5644ac3b5c6b0ccc6b6392fb754c3aec
[]
no_license
yiannis/gsoc2009
18ddefee4b4d3beed9f39d8ebb1604c3aeba1146
bdb3c62659f14851ed3fdb271bfa48ea4767aa22
refs/heads/master
2016-09-06T06:03:41.797013
2010-05-05T19:30:35
2010-05-05T19:30:35
233,151
1
0
null
null
null
null
UTF-8
C++
false
false
693
cc
#include <string> #include <fstream> #include "RAW.hh" using namespace std; int main(int argc, char *argv[]) { if (argc < 2) { cerr << "Usage: " << argv[0] << " <raw image> [-i <icc_profile>]" << endl; return 1; } string profile; if (argc == 4 && argv[2][0] == '-' && argv[2][1] == 'i') ...
[ "jonnyb@hol.gr" ]
jonnyb@hol.gr
e03f7f4cff8fdfa6ac3e9526e20337d383b9747b
7bb34b9837b6304ceac6ab45ce482b570526ed3c
/external/webkit/Source/WebCore/bindings/js/JSXMLHttpRequestUploadCustom.cpp
091c380ecf6899d9f1f16a752c23ef23a6ff941b
[ "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.0-or-later", "GPL-1.0-or-later", "GPL-2.0-only", "LGPL-2.1-only", "LGPL-2.0-only", "BSD-2-Clause", "LicenseRef-scancode-other-copyleft", "Apache-2.0" ]
permissive
ghsecuritylab/android_platform_sony_nicki
7533bca5c13d32a8d2a42696344cc10249bd2fd8
526381be7808e5202d7865aa10303cb5d249388a
refs/heads/master
2021-02-28T20:27:31.390188
2013-10-15T07:57:51
2013-10-15T07:57:51
245,730,217
0
0
Apache-2.0
2020-03-08T00:59:27
2020-03-08T00:59:26
null
UTF-8
C++
false
false
2,034
cpp
/* * Copyright (C) 2008, 2009 Apple Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of condit...
[ "gahlotpercy@gmail.com" ]
gahlotpercy@gmail.com
cdb7e517f6be44b3800053262ceed91347d159ba
401d235c1e18ea0dd05e3af66cac681f56eced4f
/lib/DS18B20_temperature_sensor/Temperature.h
ffe515e16a05f49820d9e24a76d0f919c73ebf7f
[]
no_license
tinysoul/ethercat-slaves
4da278ce957c3354012fb4b450440a19af54aac1
f521ec7d8f36b8995396493c0226864927967513
refs/heads/master
2023-05-26T18:31:56.693402
2020-12-01T10:56:53
2020-12-01T10:56:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,569
h
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\ * Library implementing the software interface for a DS18B20+ temperature sensor. * * Hardware consists of a TO-92 three-pin device with a round side and a flat side. * * Pin "GND" should be connected to ground v...
[ "o.n.dehaas@student.tudelft.nl" ]
o.n.dehaas@student.tudelft.nl
d2ecabf1fc581ed4ba86ad0b7a492722595950e6
b2b23e3bd62aab8b729ebc0d99aeb5d37c5b75c3
/netc/Poller.cpp
a688965c6aca5e913d98cc17356659998ed89b50
[ "Apache-2.0" ]
permissive
loulousky/reactor
f410f47a847f1819f3133232d21777d87d04117d
06262d5ebbef3d8187584d856cdb1c65776e9eb0
refs/heads/master
2023-06-15T19:04:09.956329
2021-07-16T09:40:27
2021-07-16T09:40:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
854
cpp
// // Created by suncx on 2020/8/17. // #include "Poller.h" #include "Ext.h" #include "Channel.h" #include "EventLoop.h" #include "PollPoller.h" #include "EpollPoller.h" #include "ConsoleStream.h" #include <cassert> #include <cstdlib> using reactor::net::Poller; Poller::Poller(EventLoop *loop) : loop(loop) {} void ...
[ "sun.chengxiong@foxmail.com" ]
sun.chengxiong@foxmail.com
bc5aed12d90dc07e702e77dc03085b5e2e9ec69d
99cc5ceee9a7fc92127bbc992b92cc3e6c23f7e0
/benchmarks/src/cuda/ispass2009/AES/aesCudaUtils.cpp
eca99b11e121e925d38d2f5b745f6aae05863544
[ "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
kiliakis/gpgpu-sim_simulations
676768f989c0dd6bd5118f3c6930fbb67eac3b0e
cbd8fa40d5716d18639f81a344d16cc9a3729df1
refs/heads/master
2020-03-29T22:30:09.999748
2018-11-07T10:25:22
2018-11-07T10:25:22
150,424,468
0
0
BSD-2-Clause
2018-09-26T12:41:28
2018-09-26T12:38:56
C
UTF-8
C++
false
false
13,292
cpp
/*************************************************************************** * Copyright (C) 2006 * * * * * * This p...
[ "konstantinos.iliakis@cern.ch" ]
konstantinos.iliakis@cern.ch
a1a7a6037ebd5694d5ffe3ee4fadf3f765446f85
16451b68e5a9da816e05a52465d8b0d118d7d40c
/data/tplcache/879ae476de6559a3e514d89fbeabde8c.inc
a54188e8459b96bcbd99a252a7d7c98ad5f5dcab
[]
no_license
winter2012/tian_ya_tu_ku
6e22517187ae47242d3fde16995f085a68c04280
82d2f8b73f6ed15686f59efa9a5ebb8117c18ae5
refs/heads/master
2020-06-20T17:42:14.565617
2019-07-16T12:02:09
2019-07-16T12:02:09
197,184,466
0
1
null
null
null
null
GB18030
C++
false
false
1,672
inc
{dede:pagestyle maxwidth='800' ddmaxwidth='170' row='3' col='3' value='2'/} {dede:comments}图集类型会采集时生成此配置是正常的,不过如果后面没有跟着img标记则表示规则无效{/dede:comments} {dede:img ddimg='' text='图 1'}/uploads/allimg/c130311/13629A44134530-1a22.jpg{/dede:img} {dede:img ddimg='' text='图 2'}/uploads/allimg/c130311/13629A44134530-1a22.jpg{/dede...
[ "winter2012102@gmail.com" ]
winter2012102@gmail.com
f904addf594aefdf1ceaba0c07af368e1882dac0
b6351cfb742128250a02064dae921735363c7c35
/src/Card.h
0db1aa0fa4a97243d9d21b0ba42db801ec297f30
[ "MIT" ]
permissive
KSouthwood/CppND-Capstone
9113ef550fa50bd40c79ba7e821845f273b830a1
ac95629a4ef81fb7177d7f346f094de3d4d217e9
refs/heads/master
2020-07-23T21:07:19.240623
2019-09-15T03:21:49
2019-09-15T03:21:49
207,706,535
0
0
null
null
null
null
UTF-8
C++
false
false
1,595
h
/* * The MIT License * * Copyright 2019 Keri Southwood-Smith. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, ...
[ "keri.southwood@gmail.com" ]
keri.southwood@gmail.com
8bd8bd7ea7c89b65e95e0f577348038e50064727
96c6d154a673d6a780e94512d73630cacc726fe0
/sql/mySqlTest/mySqlTest/10_codeQuestion.cpp
2119bdb11ebcd33c2c529ceec947ad0e584d97b7
[]
no_license
wy1996-hub/Common-code-module
121b467ff7fd2f6d9959f25b161577642c33e56a
b4a3c61136ccf84fde5969f5b4165e82b17388ef
refs/heads/main
2023-06-08T02:41:07.816427
2021-07-01T13:42:15
2021-07-01T13:42:15
311,587,074
1
0
null
null
null
null
UTF-8
C++
false
false
239
cpp
#include <iostream> #include <opencv2\opencv.hpp> #include "LXMysql.h" using namespace std; using namespace cv; int main(int argc, char *argv[]) { LXMysql my; my.Init(); my.Close(); cout << "finish" << endl; getchar(); return 0; }
[ "1728587757@qq.com" ]
1728587757@qq.com
b5c40cc6b057f84215a7bdbfab02484631239f92
e992aa2b1ee29bc2da3b5a7870726ec3e8efeba7
/src/qt/bitcoinunits.cpp
4076f5b4b4c1ae8973c4a9da5e31b0641a72c95a
[ "MIT" ]
permissive
EarthcoinCash/EarthcoinCash
56d8c97456cb7b9bd33a21aed0844a4a7412d093
cec3a4af17eeed5b47c79925386ab23b7ef1edaf
refs/heads/master
2021-01-01T13:38:11.036653
2020-03-14T20:35:55
2020-03-14T20:35:55
239,302,398
1
0
null
null
null
null
UTF-8
C++
false
false
6,201
cpp
// Copyright (c) 2011-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/bitcoinunits.h> #include <primitives/transaction.h> #include <QStringList> BitcoinUnits::BitcoinUnits(QObject...
[ "yanding2@outlook.com" ]
yanding2@outlook.com
d1ddadfc0ec4dae387d2aa01158e56e555682a74
a68ff133b0affb7208ae96ba1717caf07fc0cd7c
/Source/PluginProcessor.cpp
af97e72c186df29e380db736ee241fa0133d2b66
[]
no_license
Nazaroni/naron-eq
62ed4c97e2c3234a42b7f22e17c592ad89308763
0232f9daa284be56af783477b5e92c6299e592a8
refs/heads/main
2023-07-12T03:36:58.218337
2021-08-15T19:59:37
2021-08-15T19:59:37
370,818,917
0
0
null
2021-05-26T20:11:14
2021-05-25T20:23:40
C++
UTF-8
C++
false
false
19,387
cpp
/* ============================================================================== This file contains the basic framework code for a JUCE plugin processor. ============================================================================== */ #include "PluginProcessor.h" #include "PluginEditor.h" //===...
[ "nazar.malyy@gmail.com" ]
nazar.malyy@gmail.com
8bac48b5d05d96c70b0649232fc7ad897abd9295
31315e3a4d29eda95db818b32a78ddeff452ee04
/Codeforces/484A.cpp
bc2a0eda157312a11d9c5a58af7e20643deaeecf
[]
no_license
trunghai95/MyCPCodes
c3cb002308e522ab859fb8753f3b7c63cef29a6f
4f7a339dd3841dfc54d18ec446effa8641d9bd37
refs/heads/master
2022-12-12T22:52:26.120067
2022-12-03T04:36:13
2022-12-03T04:36:13
47,124,575
1
1
null
null
null
null
UTF-8
C++
false
false
714
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; int test; ll a, b, res; int popcount(ll x) { int res = 0; while (x) { if (x&1) ++res; x >>= 1; } return res; } bool getbit(ll x, int pos) { return ((x >> pos) & 1) != 0; } int main() { scanf("%d", &test); while (test--) { scanf(...
[ "bthai.1995@gmail.com" ]
bthai.1995@gmail.com
4ceb3929c368b31e53b55944e2adfc354ab70e93
b1aea6dcf4973007afe90ad554416f39702c01f0
/Line.cpp
022d6bf22df7677545256dfbe23f2e97d1ab7b79
[]
no_license
yichangliao/DrawSquares
1c885ee8d915145054827291f1302baa812bd157
c49558d7b59d40c6cd5d96f3f90b4b89f13d6f12
refs/heads/main
2023-03-24T13:01:13.335150
2021-03-16T03:41:36
2021-03-16T03:41:36
348,200,229
0
0
null
null
null
null
UTF-8
C++
false
false
1,015
cpp
/******************************************************************************* ** Author: Yi Chang Liao ** Date: 12/08/2019 ** Description: Line.hpp is the Line object implementation file ** It contains: ** (1). member initialized constructor ** (2). virtual function for object ...
[ "noreply@github.com" ]
noreply@github.com
e82c4bdb63b5acb6b5d4a79b5577baf7fe9eb484
ad74f7a42e8dec14ec7576252fcbc3fc46679f27
/WinMxDC/TAsyncSocket2.h
845757ac9bce74b89ab04fbd1d8e9e2bfc89f50a
[]
no_license
radtek/TrapperKeeper
56fed7afa259aee20d6d81e71e19786f2f0d9418
63f87606ae02e7c29608fedfdf8b7e65339b8e9a
refs/heads/master
2020-05-29T16:49:29.708375
2013-05-15T08:33:23
2013-05-15T08:33:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
186
h
// TAsyncSocket2.h #ifndef T_ASYNC_SOCKET2_H #define T_ASYNC_SOCKET2_H #include "WAsyncSocket2.h" class TAsyncSocket2 : public WAsyncSocket2 { public: }; #endif // T_ASYNC_SOCKET2_H
[ "occupymyday@gmail.com" ]
occupymyday@gmail.com
b48e9257a2bc4ee354984564c3a72749e7dd0a5b
55e66aa5e9f7d5b5dbdc7ab9b485d500f8665835
/js_airsim_to_ros_library/include/js_airsim_to_ros_library/time_generated.h
005096c90acabc6fc1ea097360bb1275291ec16c
[ "MIT" ]
permissive
caomw/RecursiveStereoUAV
9b34d6e1f5a4bd78790e3b238d68d2e9a4c4dfa9
61294da9ae889156aad26540a22c900bac8d393e
refs/heads/master
2021-07-16T15:53:12.900687
2017-10-23T20:19:28
2017-10-23T20:19:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
883
h
// automatically generated by the FlatBuffers compiler, do not modify #ifndef FLATBUFFERS_GENERATED_TIME_AIRSIM_TO_ROS_H_ #define FLATBUFFERS_GENERATED_TIME_AIRSIM_TO_ROS_H_ #include "flatbuffers/flatbuffers.h" namespace airsim_to_ros { struct time; MANUALLY_ALIGNED_STRUCT(4) time FLATBUFFERS_FINAL_CLASS { priva...
[ "jonathan.schmalhofer@mytum.de" ]
jonathan.schmalhofer@mytum.de
f96a34e5171779dbb20f9c72d97b2dab8fc96737
ed7d7ef502f31f645506658e031ea228dc409729
/LCD/LCD_4bouttons_et_modification_var/LCD_25052021.ino
bf22641a715f52c3b43d2e889ec53e3c0ad2309f
[]
no_license
rc-enseignant/maquettemoteur
f20afed4425e052fc08fbd5981e5d509207d06dd
1e6bf6ad54d2d74039038dd7d0b53854646c72a8
refs/heads/main
2023-06-04T06:53:44.970753
2021-06-21T16:30:28
2021-06-21T16:30:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,206
ino
#include <LCD16x2.h> #include <Wire.h> ///////////// Attention code adapté pour le LCD OLIMEX 16x2 int page = 1; boolean didMyOneTimeAction = false; LCD16x2 lcd; int buttons; const int Broche_BP_HAUT = 13; const int Broche_BP_BAS = 14; unsigned int RPM; int Temp; int Injection = 500; int Aallumage =...
[ "noreply@github.com" ]
noreply@github.com
cd61c3a034bbff68374bb69a01849a4888a84dd0
f5d3f15095860bd6b56e22dc1e692b4a6cee084e
/src/qt/test/uritests.cpp
738a7a31392dbcf302a588357f5b6321aa26d881
[ "MIT" ]
permissive
modcrypto/brofist
052d23c20692ea49d0236470b59d549a2d0133f5
6019a1d6a9753071b73de4509943fcc605b698ee
refs/heads/master
2020-03-08T03:17:12.693725
2018-08-31T14:25:46
2018-08-31T14:25:46
127,886,344
2
2
MIT
2018-07-24T11:47:01
2018-04-03T09:44:37
C++
UTF-8
C++
false
false
4,299
cpp
// Copyright (c) 2009-2014 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "uritests.h" #include "guiutil.h" #include "walletmodel.h" #include <QUrl> void URITests::uriTests() { SendCo...
[ "admin@brofistcoin.su" ]
admin@brofistcoin.su
c589226fdcf2c685cf5c21201b6e775272ac909d
ff404ad7e3c5b2a76c72229b285877615ae3aadc
/cutlass/tools/profiler/src/cublas_helpers.h
6bb2f4e94b02ad6ab71d306301164021113fc5bf
[ "BSD-3-Clause" ]
permissive
HenryYihengXu/cuda
80ac34e1853aa2a5127c7519500bd521fb953363
6290b46752b7f2db9ed93ba4004d18c7d7bdd63e
refs/heads/master
2020-08-13T07:05:15.181009
2019-12-15T01:46:45
2019-12-15T01:46:45
214,928,446
0
0
null
null
null
null
UTF-8
C++
false
false
3,859
h
/*************************************************************************************************** * Copyright (c) 2017-2019, NVIDIA CORPORATION. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted * provided that the following conditions are me...
[ "xu443@wisc.edu" ]
xu443@wisc.edu
3252dab422d5a13d3cf0e964d93e03745cdbdedf
b8bcfac790be34eeaf5527f912da54bbb2fc2d48
/Tests/GPU/CudaGraphs/BuildingGraphs/main.cpp
a3dfadf6b7367ee8d32f0205c1e3cb19a625e4b9
[ "BSD-2-Clause" ]
permissive
zetwal/amrex
cabfbf636b5078e55170fa46e46d2d797034d04c
95995073ff23e4051330c9f96fd2d195d77b9468
refs/heads/master
2021-01-03T01:32:23.724017
2020-02-03T17:12:48
2020-02-03T17:12:48
239,858,821
1
0
NOASSERTION
2020-02-11T20:33:51
2020-02-11T20:33:50
null
UTF-8
C++
false
false
18,793
cpp
#include <AMReX.H> #include <AMReX_ParmParse.H> #include <AMReX_MultiFab.H> using namespace amrex; // MFIterLoop // Written as a seperate function for easy changes/testing. void MFIterLoopFunc(const Box &bx, double* val, Array4<Real> &a) { amrex::ParallelFor(bx, [=] AMREX_GPU_DEVICE (int i, int j, int k) ...
[ "kngott@lbl.gov" ]
kngott@lbl.gov
705af56587c906812bca9808fe35aacf3d2ac9f0
3c339fa082b2ed728aa263d657aa4d23bee18d1e
/jni/game/commond.cpp
41b3bd385cfecece88b5592da9b9c2fadb4dcbcf
[]
no_license
Francklyi/Game-Shot
08cb173872ec9aa3492e1df91706c758c1c919ad
18d27fe044125e761fe2004d55b2bb05d7359cd1
refs/heads/master
2021-01-10T17:25:18.739544
2015-11-19T03:28:56
2015-11-19T03:28:56
46,415,996
0
0
null
null
null
null
UTF-8
C++
false
false
226
cpp
#include "commond.h" #include "TextureFactory.h" #include "Screen2d.h" void initEngine() { //glsl=new GLSL(); pRenderManager=new RenderManager(); pTexFactory=new TextureFactory(); pScreen2d=new Screen2d(); }
[ "linyu_45@126.com" ]
linyu_45@126.com
2e87068bc522729d121797160552a7171b2a0ed4
12a07fa356cc73ea3fe305633255206c64de9298
/Peter_v250_src/Loader/BufList.h
fd749db6008f067b217da85b078f0e3777bfe94d
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
inferno986return/gemtree-peter-mirror
8982df1b77260aa83734589c814b67a5b36f780a
e9e9bac2f806a0f6b7107d5e68725d167c62dc73
refs/heads/master
2021-06-24T10:45:19.113511
2018-12-06T16:12:08
2018-12-06T16:12:08
160,628,335
7
1
null
null
null
null
WINDOWS-1250
C++
false
false
4,616
h
/***************************************************************************\ * * * Buffer seznamů * * * \***************************************************************************/ ///////////////////////////////////////////////////////////////////////////// ...
[ "inferno986returns@gmail.com" ]
inferno986returns@gmail.com
3d3e5183a0b4e5a577eebcf892f014500a4d0b52
f933b3960ba73367d95b510c196a5e13d9e77ab9
/trx/Walls32/tabarray.h
325b7cd59b36bcdece96be2a56ee55312a1a4eac
[]
no_license
victorursu/walls
7ba50033c1ad28f66e8a97bcf37248e527c878a1
fab6c82714d837acdc5ecb95c7cb36a5d0cbc903
refs/heads/master
2021-01-21T14:17:21.934574
2017-02-19T23:58:52
2017-02-19T23:58:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,769
h
// tabarray.h : interface of the CTabArray class // Written by Gerry High // V1.2 4/13/94 // ///////////////////////////////////////////////////////////////////////////// // Modifications for my use (DMcK) -- // Must define one or both symbols in each pair below: // // T_TABS: enable top tab style // LR_TABS:...
[ "jedwards@fastmail.com" ]
jedwards@fastmail.com
7b123118a0544b11420ded3659f09d459335fc1a
db557a30a28f77774cf4662c119a9197fb3ae0a0
/HelperFunctions/DebugReportCallbackListEntry.cpp
ec5aba1dde00b63d32afc2d229b316691f9b9f1d
[ "Apache-2.0" ]
permissive
dkaip/jvulkan-natives-Linux-x86_64
b076587525a5ee297849e08368f32d72098ae87e
ea7932f74e828953c712feea11e0b01751f9dc9b
refs/heads/master
2021-07-14T16:57:14.386271
2020-09-13T23:04:39
2020-09-13T23:04:39
183,515,517
0
0
null
null
null
null
UTF-8
C++
false
false
1,505
cpp
/* * Copyright 2019-2020 Douglas Kaip * * 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...
[ "dkaip@earthlink.net" ]
dkaip@earthlink.net
04dfde7d4a96ba9e4f4a3f49e982a7782cc6ad1d
1b8ae41e4e43429ba6c21b49fdfa7312ddee23b3
/dp_labs_and_solutions/dp_labs_and_solutions/dp_cpp_labs_and_solutions/null_object/solution/unary_plus.h
3d035a222b4509b642098a8295d7bfcebc8e4e00
[]
no_license
Technipire/Cpp
9f8476a944497b82ce425a3d9191acb74337a129
78d4c89385216865b9a9f475055fca1ff600d2a4
refs/heads/master
2021-05-01T16:31:45.977554
2017-04-03T00:02:01
2017-04-03T00:02:01
32,282,437
1
0
null
null
null
null
UTF-8
C++
false
false
291
h
// unary_plus.h #ifndef unary_plus_header #define unary_plus_header class expression; class expression_visitor; #include "unary.h" class unary_plus : public unary { public: unary_plus(expression * a_operand1); virtual void accept(expression_visitor & a_expression_visitor); }; #endif
[ "andyxian510@gmail.com" ]
andyxian510@gmail.com
cc32ebda141b87f114049716e70b8d07baa4a02f
c3239e159a407b2df8d5cb66ef68dbb14d66e792
/1/5.cpp
b25e005c0d154b36b5680bfd6d40cb285f2c777b
[]
no_license
trsantos/cpp-primer
088ebe6fb528ba4207467e6e86ef4f2d4339b1df
ef9d22dcc05b5b4deb7677f874a756acadf12a96
refs/heads/master
2021-01-09T20:57:21.832000
2017-08-14T00:28:07
2017-08-14T00:28:07
65,816,025
0
0
null
null
null
null
UTF-8
C++
false
false
312
cpp
#include <iostream> int main() { std::cout << "Enter two numbers:" << std::endl; int v1 = 0, v2 = 0; std::cin >> v1 >> v2; std::cout << "The product of "; std::cout << v1; std::cout << " and "; std::cout << v2; std::cout << " is "; std::cout << v1 * v2; std::cout << std::endl; return 0; }
[ "trsantos1@gmail.com" ]
trsantos1@gmail.com
1de76a014c4108de878341af73d85b30c3322893
1d1b1645bd2770938afebb21cf394dd6263ccc03
/Intel_common/include/vaapi_utils_x11.h
10d5574a273e84c109d24d495706be4316117fe6
[]
no_license
masterofeye/RemoteThirdParty
42bdac053430c8c9f54970e94ccd6035427b8780
22169f1c4b7be3264fe9bb037acecd1478977d79
refs/heads/master
2021-01-21T14:28:27.560336
2017-07-11T10:40:08
2017-07-11T10:40:08
95,286,051
1
0
null
null
null
null
UTF-8
C++
false
false
2,581
h
/******************************************************************************\ Copyright (c) 2005-2015, Intel Corporation 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...
[ "kunadt@schleissheimer.de" ]
kunadt@schleissheimer.de
60e7d30918986bb440d21e1bc241aefa696383bd
3b44945eca9d1e59ba00d7d56280aa8311c3fe99
/ZegarDzialaNaDwaPrzekazniki/ZegarDzialaNaDwaPrzekazniki.ino
aa34d1ebc4a6945a7d3680680d1c5b19f6d425ce
[]
no_license
KrzysztofGiblewski/ArdoinoProgramatorCzasowy
30cde837da51229273c795299c28384c89f6ec87
6377b5025a032c7a1ef50c86f53218114f9383af
refs/heads/master
2020-04-07T10:04:02.937979
2019-01-03T17:59:24
2019-01-03T17:59:24
158,274,033
0
0
null
null
null
null
UTF-8
C++
false
false
3,866
ino
#include <LiquidCrystal.h> #include <Servo.h> #define PRZYCISK 7 #define PRZYCISKKK 8 #define PRZEKAZNIK 13 #define PRZEKAZNIK 10 unsigned long aktualnyCzas = 0; unsigned long zapamietanyCzas = 0; unsigned long roznicaCzasu = 0; int minuty = 5; int godziny = 16; int sekundy = 0; int wloncz =6; int wyloncz =22...
[ "krzysztofgiblewski@gmail.com" ]
krzysztofgiblewski@gmail.com
6c9c9e27474ac602cfaf0fe6dfd3946bfd4a8964
1880ae99db197e976c87ba26eb23a20248e8ee51
/tke/include/tencentcloud/tke/v20180525/model/LivenessOrReadinessProbe.h
5fd80828f7cd389b3fb7ea8ae03dc8ee0d9b7b0b
[ "Apache-2.0" ]
permissive
caogenwang/tencentcloud-sdk-cpp
84869793b5eb9811bb1eb46ed03d4dfa7ce6d94d
6e18ee6622697a1c60a20a509415b0ddb8bdeb75
refs/heads/master
2023-08-23T12:37:30.305972
2021-11-08T01:18:30
2021-11-08T01:18:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,645
h
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
[ "tencentcloudapi@tencent.com" ]
tencentcloudapi@tencent.com
c8b294cf10524e2097a47d75ef26b8b79a0ae725
03cd30e201f2594f9a12dd8f821470436ea65c59
/sketch_jul13a/sketch_jul13a.ino
84c240b4f6ff79c1d5b4e5e78177b3ab4a3a90ca
[]
no_license
seem-sky/Arduino-2
fec9402983c5f233d0a37a1207591d0eb2fe2d5b
9ca264b1b452db3dd9083b7ccf110ac8c5073a65
refs/heads/master
2020-12-11T04:12:33.273489
2015-06-30T07:55:44
2015-06-30T07:55:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
430
ino
float value = -34.03; void setup() { // put your setup code here, to run once: Serial.begin(57600); randomSeed(analogRead(0)); } void loop() { char topic[128]; char message[128]; float value =+ random(-7500,15000) / 1000.0; sprintf (topic, "sensor/%s", "01"); dtostrf(value, 4, 2, mess...
[ "stevetrease@gmail.com" ]
stevetrease@gmail.com
b94741c77ef97837dded81266966e16bddaea2e9
8d1f66104f69be5b6358ce4d4fc94aa72766dbec
/[Source]TMSRV/TNDeck100.h
cb6a5e621ebb2618c950fd1f11387955ef13e474
[]
no_license
DevNightCorp/Tantra-Online
afd33702dadc85ed6b725e607ebd1669876ee7db
6fe6f8677147d113b609e8d9311ff6789f664b9c
refs/heads/master
2020-08-28T19:56:19.987142
2019-10-30T07:42:11
2019-10-30T07:42:11
217,805,912
8
2
null
null
null
null
UHC
C++
false
false
828
h
/**************************************************************************************** 작성자 : 정재웅(spencerj@korea.com) 작성일 : 2003-09-09 수정자 : 수정일 : 프로젝트명 : 설명 : TNDeck class를 size 100으로만 고정해서 static으로 만들어놓은 것. *************************************************************************************...
[ "noreply@github.com" ]
noreply@github.com
afaef3bf959f180d96db36a93a14e545634c0358
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/CMake/CMake/CMake-joern/Kitware_CMake_repos_function_1629.cpp
ca3d9b07f59df2ee666d3d9daea85966b16f6ad5
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,104
cpp
static int gnu_sparse_old_read(struct archive_read *a, struct tar *tar, const struct archive_entry_header_gnutar *header, size_t *unconsumed) { ssize_t bytes_read; const void *data; struct extended { struct gnu_sparse sparse[21]; char isextended[1]; char padding[7]; }; const struct extended *ext; if (g...
[ "993273596@qq.com" ]
993273596@qq.com
cdcbb55e9ec4249eccc1264627b1294e0830a533
3ea34c23f90326359c3c64281680a7ee237ff0f2
/Data/1449/E
9cf31ea6569ba17d8c26cbd36806b23149401ba4
[]
no_license
lcnbr/EM
c6b90c02ba08422809e94882917c87ae81b501a2
aec19cb6e07e6659786e92db0ccbe4f3d0b6c317
refs/heads/master
2023-04-28T20:25:40.955518
2020-02-16T23:14:07
2020-02-16T23:14:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
80,933
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | foam-extend: Open Source CFD | | \\ / O peration | Version: 4.0 | ...
[ "huberlulu@gmail.com" ]
huberlulu@gmail.com
19fe078614bf6febfd11168c9c41219b9c7e9ece
4c6eb9be5aabe23647954427ac915d096167ad9a
/include/IKBenchmark/Squat6D/Case4.hpp
3fd2b94d3f9951392db8347a0c194f84009c869c
[]
no_license
zdkhit/ik-performance-test
a0a5ff913e4d00ea0076950a5ea037175b506c0f
989d2a4e994db99ee4e4eaa726e20a08a2917dd8
refs/heads/master
2023-03-18T04:53:05.914265
2020-12-22T13:31:43
2020-12-22T13:31:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,025
hpp
#pragma once #include "SquatMotion.hpp" namespace IKBenchmark { namespace Squat6D { template <typename Scaler> class Case4 : public SquatMotion<Scaler> { public : Case4(); virtual ~Case4(); virtual void collect_log( ...
[ "s16c1077hq@s.chibakoudai.jp" ]
s16c1077hq@s.chibakoudai.jp
0c2f59e97ebd49ebf881cbc2a1aa7f335c2b8511
79cc728daf0813ced0f855a824f42ac2d390e97e
/Cpp/cpp24/24-2/24-2.cpp
dfb96c3853f7998d0ba7a6f13f0bd093ccd218aa
[]
no_license
ueclectic/step-homeworks
ed2d7f3a6ccbb8dd7e3cf91b04fbf49c48ebf24b
37dab02cde52bc5b1ad447ccc8edd2dab67448ec
refs/heads/master
2021-06-01T08:23:12.741134
2016-03-11T17:16:54
2016-03-11T19:51:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,544
cpp
/* Создать класс для работы с матрицами. Предусмотреть, как минимум, функции для сложения матриц, умножения матриц, транспонирования и присваивания матриц друг другу, установку и получение произвольного элемента матрицы. Необходимо перегрузить соответствующие операторы. */ #include <iostream> #include "Matr...
[ "matviienkos@gmail.com@7c4d67bf-a6d6-bd9e-cbfa-6ceb9c08b31b" ]
matviienkos@gmail.com@7c4d67bf-a6d6-bd9e-cbfa-6ceb9c08b31b
5d1107b32c1434feb9acebc890fe042f167dbd92
9e0866d8bf10f883c498efb8e074187064d8b27e
/Szeminarium_2020_tavasz/Bukki_Daniel/junius/basketball_algowiki.cpp
8ba9100c9946e2082a8a3463984214702d0d1853
[]
no_license
lacitoo/Algowiki
9c8c8e9f5bbfbfd87efdac7c397082e16cbe6f10
f16c37050c707f62f6c900f83f2799f8e3016d7b
refs/heads/master
2022-10-05T00:01:17.237224
2020-06-10T09:00:49
2020-06-10T09:00:49
184,261,131
0
3
null
2020-06-10T09:00:50
2019-04-30T12:48:59
C++
ISO-8859-2
C++
false
false
1,358
cpp
#include <iostream> using namespace std; // Az osszmagasssag nagy lehet, hasznaljunk minel nagyobb egesz tipust typedef unsigned long long ulong; int main() { int N; cin >> N; // Beolvassuk a bal oldali sor magassagait int* L = new int[N]; for (int l = 0; l < N; ++l) cin...
[ "noreply@github.com" ]
noreply@github.com
8eede1139f9c6d2251e5b312bf0f6bbd8e982af6
302f9c5c5b4b150506db82669c4ccc11fdd53f7b
/shared/ebm_native/FindBestBoostingSplitsPairs.cpp
ffb5e05bd13db65fe5fb8d1666274c411253255d
[ "MIT" ]
permissive
stefanhgm/interpret
7403c46e43f6b0834dc5e2a447609b0f8d5c36a9
0a15fb6f3ab02c1b3a93a775d46598254c6b4490
refs/heads/master
2023-05-13T08:16:02.138020
2021-06-03T07:46:22
2021-06-03T07:46:22
288,154,260
1
0
MIT
2020-08-17T10:47:42
2020-08-17T10:47:42
null
UTF-8
C++
false
false
51,809
cpp
// Copyright (c) 2018 Microsoft Corporation // Licensed under the MIT license. // Author: Paul Koch <code@koch.ninja> #include "PrecompiledHeader.h" #include <stddef.h> // size_t, ptrdiff_t #include "ebm_native.h" // FloatEbmType #include "EbmInternal.h" // INLINE_ALWAYS #include "Logging.h" // EBM_ASSERT & LOG #inc...
[ "interpretml@outlook.com" ]
interpretml@outlook.com
ec6fee89dd0ea8b2b3391b14191a416468a17c9f
6ed471f36e5188f77dc61cca24daa41496a6d4a0
/SDK/AcidExplosionEmitter_parameters.h
5a2e4cb447f7cdfe9fdc55e1d466ca4cf2f2356d
[]
no_license
zH4x-SDK/zARKSotF-SDK
77bfaf9b4b9b6a41951ee18db88f826dd720c367
714730f4bb79c07d065181caf360d168761223f6
refs/heads/main
2023-07-16T22:33:15.140456
2021-08-27T13:40:06
2021-08-27T13:40:06
400,521,086
0
0
null
null
null
null
UTF-8
C++
false
false
827
h
#pragma once #include "../SDK.h" // Name: ARKSotF, Version: 178.8.0 #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- // Parameters //--------------------------------------------------------------------------- // Function A...
[ "zp2kshield@gmail.com" ]
zp2kshield@gmail.com
6a44dc0e22c1a0fbfd9df7a394e0f0c540ea8f88
27c85a9ffcd8f0a3ccbc5e2ccb8793feb0369ea8
/include/UECS/detail/RTSCmptTraits.inl
ce136e63aa0ebad1b12f1a1da419300099e2224f
[ "MIT" ]
permissive
armadi110/UECS
7fbc553c88de2f45ba83891ff0cedc51b6445b60
65aaf0a797b11859bedcb2f26c359cb4c247b383
refs/heads/master
2022-07-28T23:52:37.234282
2020-05-22T04:37:16
2020-05-22T04:37:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,789
inl
#pragma once #include "../RTDCmptTraits.h" namespace Ubpa { template<typename Cmpt> void RTSCmptTraits::Register() { static_assert(std::is_copy_constructible_v<Cmpt>, "<Cmpt> must be copy-constructible"); static_assert(std::is_move_constructible_v<Cmpt>, "<Cmpt> must be move-constructible"); static_assert(std...
[ "641614112@qq.com" ]
641614112@qq.com
a0a830b0bfd8eb09bc552393d527b341502f8cbf
cde01c5c60fef176da25ec06f5c3b63a4254daa4
/Lab0/Cpp/charts.cpp
f1ac8583699f15590de7ead7953f937b43d37aea
[]
no_license
mate0091/Algorithms
5cbc6303b892fd6b3b1da48ff66865917a1e1b08
a38f3ac36298d9163df245ff5a706ab87d16a5b0
refs/heads/master
2022-11-15T08:47:35.686071
2020-07-08T16:34:29
2020-07-08T16:34:29
278,141,500
0
0
null
null
null
null
UTF-8
C++
false
false
983
cpp
#include <stdio.h> #include <stdlib.h> #include <math.h> #include "Profiler.h" Profiler prof("Functions"); int fact(int n) { if(n) { return n * fact(n - 1); } return 1; } void createGroup(int step, int max_size) { for(int n = 1; n < max_size; n += step) { prof.countOperation(...
[ "mate.kelemen009@gmail.com" ]
mate.kelemen009@gmail.com
1c9a91538ac346e065263233dc8e938d2b60f892
cea82f8c7bfdbee74b28e6372c3a40bbdf6bccf1
/test-misc/quotesource-client.cpp
f6242eb9e6734133157479513ac9004cefe409c0
[]
no_license
asakul/libgoldmine
5de94469efd30f9f2a357d6c5d621d3578106984
69e498c02f7bb63d65bb8eb34422c8c3d96c7e22
refs/heads/master
2020-04-06T03:33:58.198160
2016-09-16T14:32:25
2016-09-16T14:32:25
56,564,310
0
0
null
null
null
null
UTF-8
C++
false
false
865
cpp
#include "quotesource/quotesourceclient.h" #include "goldmine/data.h" #include "cppio/iolinemanager.h" #include <boost/thread.hpp> #include <iostream> #include <cstdlib> #include <ctime> using namespace goldmine; class Sink : public QuoteSourceClient::Sink { public: void incomingTick(const std::string& ticker, c...
[ "denis@kasan.ws" ]
denis@kasan.ws
b0469f43095298e7afc5ee2f0c17e90e688e3dd9
85aed0bcac5d6aea781dff64029c2d23fcba984b
/netserverLib/s_CDbGlobal.cpp
1e93381c42b0c6ddc266320268026ffb3b2930c6
[]
no_license
youdontknowme17/ura
3c76bf05eccd38b454b389841f1db49b59217e46
e31bc9fd9c2312175d250dc4dc1f9c656c7f2004
refs/heads/master
2020-03-28T15:49:00.379682
2018-09-15T09:57:49
2018-09-15T09:57:49
148,628,762
0
2
null
null
null
null
UTF-8
C++
false
false
3,406
cpp
/////////////////////////////////////////////////////////////////////////////// // s_CDbmanager.cpp // // class CDbList // class CDbmanager // // * History // 2002.05.30 jgkim Create // // Copyright 2002-2003 (c) Mincoms. All rights reserved. // // * Note : // ////////////////////////////////////////...
[ "markcalimosa@gmail.com" ]
markcalimosa@gmail.com
1635d8dc6e56f2a0e4ecd78ba2bd888b2ff260d2
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/wget/hunk_574.cpp
729fc03d344824b3e0ff03b13cdfcee68ae72493
[]
no_license
ccdxc/logSurvey
eaf28e9c2d6307140b17986d5c05106d1fd8e943
6b80226e1667c1e0760ab39160893ee19b0e9fb1
refs/heads/master
2022-01-07T21:31:55.446839
2018-04-21T14:12:43
2018-04-21T14:12:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
899
cpp
"Adresár `%s' neexistuje.\n" "\n" -#: src/ftp.c:588 +#: src/ftp.c:730 msgid "==> CWD not required.\n" msgstr "==> CWD nie je potrebné.\n" -#: src/ftp.c:649 +#: src/ftp.c:791 msgid "Cannot initiate PASV transfer.\n" msgstr "Nemožno iniciovať prenos príkazom PASV.\n" -#: src/ftp.c:653 +#: src/ftp.c:795 msgid...
[ "993273596@qq.com" ]
993273596@qq.com
dd1f74c822409d0854f881d6134e8c3997525ad2
1baf951f176c87713d6718a7841ea2e695f2ba2f
/2주차/예제/topic_first/src/simple_pub.cpp
50c957d2d19091037b35fb81ed3668374fcc8d82
[]
no_license
ing03201/study_ROS
5a454504f8f94c8e9a1f7eca191ff214282fe4c7
6e5c1885ccf0172ce3d7376ae0ade6dfb3c94fe3
refs/heads/master
2020-04-07T23:18:10.277362
2018-11-24T08:25:06
2018-11-24T08:25:06
158,806,799
0
0
null
null
null
null
UTF-8
C++
false
false
722
cpp
#include "ros/ros.h" #include "topic_first/simplemsg.h" #include <sstream> int main(int argc, char *argv[]){ ros::init(argc, argv, "simple_pub"); ros::NodeHandle n; ros::Publisher pub = n.advertise<topic_first::simplemsg>("chatter", 1000); ros::Rate loop_rate(10); int count = 0; while(ros::ok()...
[ "ing03201@gmail.com" ]
ing03201@gmail.com
06e217ef46cbfe3c93a28197edea22c54f740096
cbd0d93632b38f6ed242766bb56dbc0b29f3f0a2
/src/UnrealCompiler/CompilerSettings.h
90492b44026c05a2de37abdd12d66dfd2cd38733
[ "Apache-2.0" ]
permissive
RtsAiResearch/IStrategizer
97b60c6d12d3cd71dbd952e45b37746fee8b61a6
2005060d40190041e4d541e23b6148336241d690
refs/heads/master
2020-05-17T08:24:29.666200
2017-03-06T06:42:53
2017-03-06T06:42:53
3,828,751
15
2
null
2017-03-06T06:42:53
2012-03-26T01:31:58
C++
UTF-8
C++
false
false
451
h
#ifndef COMPILERSETTINGS_H #define COMPILERSETTINGS_H #include <string> using namespace std; class CompilerSettings { public: static CompilerSettings& Instance() { static CompilerSettings instance; return instance; } string GrammarDefinitionPath() { return "Tiny(C)SDT.txt"; } string LexerDefinitionPath() ...
[ "mhesham.fcis@gmail.com" ]
mhesham.fcis@gmail.com
c451d8c5c5bb566349fcc2f6d2ea959f218524fa
ab97d80652186bd4944214545049cd9ede45d684
/simpleperf/read_elf_test.cpp
f2649e00a6d51e369fb99697248a28860212ccbb
[ "Apache-2.0" ]
permissive
maxime-poulain/android_system_extras
e95716b43f26bfab884261de5fb96075cc91556c
baaceaeff834b848f2b5c48b3d7744401ed900f1
refs/heads/master
2022-09-17T18:05:14.402947
2016-05-27T23:30:47
2016-05-27T23:30:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,099
cpp
/* * Copyright (C) 2015 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "yabinc@google.com" ]
yabinc@google.com
eb77fd608114e3a7e265b7edf6b5c38420799b54
e4de1fcdc728bdfd0580fc07adefbfbb48d67892
/simplerpg/Rect.cpp
8de70690300a9f1cf9164b4a176996f7c6bc1d5b
[]
no_license
astrellon/SimpleRPG
1df00b5900deb624c7fe264b88d39a509f67df9c
ce9afb107925488c0a159664f3ea387a56ef559a
refs/heads/master
2021-01-19T20:18:28.767459
2011-11-03T20:58:54
2011-11-03T20:58:54
1,505,830
0
0
null
null
null
null
UTF-8
C++
false
false
788
cpp
#include "Rect.h" Rect::Rect() { mX = 0; mY = 0; mWidth = 0; mHeight = 0; } Rect::Rect(int x, int y, int width, int height) { mX = x; mY = y; mWidth = width; mHeight = height; } Rect::~Rect(void) { } void Rect::setWidth(const int &width) { if(width < 0) { setX(getX() + width); mWidth = -width; } els...
[ "sovereign250@gmail.com" ]
sovereign250@gmail.com
2e61fb9dae466d683b10f7e488d940b17ca1e2ad
3d85474e3ca2c9de7941477d0e06d7bdb867e6af
/088-merge-sorted-array.cpp
d4daaefbebad303c81d8753546dfcaef7490a1d7
[ "MIT" ]
permissive
nave7693/leetcode
9dd7c14d27e8f3abc974a50028709c236bdc03ef
8ff388cb17e87aa9053eaed3b84e7dc2be3e2e49
refs/heads/master
2020-05-22T08:02:27.292507
2017-08-28T18:20:46
2017-08-28T18:20:46
51,724,795
0
0
null
null
null
null
UTF-8
C++
false
false
797
cpp
// https://leetcode.com/problems/merge-sorted-array/ class Solution { public: void merge(vector<int>& nums1, int m, vector<int>& nums2, int n) { int index1 = m - 1; int index2 = n - 1; int mergeIndex = m + n - 1; while (index1 >= 0 && index2 >= 0) { int nextEl...
[ "nave7693@digitcastle.net" ]
nave7693@digitcastle.net
25573ecc5e9dbbe20a0be3234444b4fde5faefde
4bf7451ea5753a1138ed37b251585421486abd15
/src/qt/psbtoperationsdialog.cpp
6c3d3ad0e57e125664d22324ed7dff1b56c58af9
[ "MIT" ]
permissive
bitcoin-invest/bitcoin-invest
f81fa2f683530512989bff5c338ca91e664e178a
59119d63a9a695a81e2103cfa6c753acc928d534
refs/heads/main
2023-02-21T09:51:42.525312
2021-01-01T12:22:44
2021-01-01T12:22:44
325,972,447
0
0
null
null
null
null
UTF-8
C++
false
false
10,808
cpp
// Copyright (c) 2011-2020 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/psbtoperationsdialog.h> #include <core_io.h> #include <interfaces/node.h> #include <key_io.h> #include <node/ps...
[ "mail@bitcoin-invest.io" ]
mail@bitcoin-invest.io
166b7301c2793e4b6e48dbb22e8fa41cbfe94b15
440f814f122cfec91152f7889f1f72e2865686ce
/src/game_server/server/extension/cooling/cooling.h
ec0c42d52240a55e7f134a2f67acf4d713153bf5
[]
no_license
hackerlank/buzz-server
af329efc839634d19686be2fbeb700b6562493b9
f76de1d9718b31c95c0627fd728aba89c641eb1c
refs/heads/master
2020-06-12T11:56:06.469620
2015-12-05T08:03:25
2015-12-05T08:03:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,160
h
// // Summary: buzz source code. // // Author: Tony. // Email: tonyjobmails@gmail.com. // Last modify: 2013-03-25 17:52:24. // File name: cooling.h // // Description: // Define class Cooling. // #ifndef __GAME__SERVER__COOLING__COOLING__H #define __GAME__SERVER__COOLING__COOLING__H #include "core/base/noncopyable.h" ...
[ "251729465@qq.com" ]
251729465@qq.com
e346aeb8ff0d8edb5d1df503d050b20584b1481c
4ffabcaae35b539ffd723881a24e50bca97b6061
/external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderMatrixTests.hpp
894323c6f5daba7dc9ffb7db049e21ec1d78b544
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
timur-losev/Vulkan-CTS
e1661b0dfb34aeccf546eed91b337c3b28d0f0d8
617f61f7d996886d48fc623c3138213218eee030
refs/heads/vulkan-cts-1.0
2020-12-03T05:33:45.052645
2016-03-03T18:00:41
2016-03-03T18:00:41
53,886,246
0
0
null
2016-03-14T19:39:12
2016-03-14T19:39:11
null
UTF-8
C++
false
false
1,754
hpp
#ifndef _VKTSHADERRENDERMATRIXTESTS_HPP #define _VKTSHADERRENDERMATRIXTESTS_HPP /*------------------------------------------------------------------------ * Vulkan Conformance Tests * ------------------------ * * Copyright (c) 2015 The Khronos Group Inc. * Copyright (c) 2015 Samsung Electronics Co., Ltd. * * Per...
[ "pgal.u-szeged@partner.samsung.com" ]
pgal.u-szeged@partner.samsung.com
b710e392a634a44ca998f7df34f496a74b5421df
f0749232d54f17e3c321b0b90daaeb23b9faec82
/Online Judge Code/[Other] Online-Judge-Solutions-master_from github/SPOJ/Classical/2416 - Distinct Subsequences.cpp
21da1de3ea3081b56a760a7744bfc6c554bc3469
[]
no_license
tmuttaqueen/MyCodes
c9024a5b901e68e7c7466885eddbfcd31a5c9780
80ec40b26649029ad546ce8ce5bfec0b314b1f61
refs/heads/master
2020-04-18T22:20:51.845309
2019-05-16T18:11:02
2019-05-16T18:11:02
167,791,029
1
0
null
null
null
null
UTF-8
C++
false
false
733
cpp
#include <cstdio> #include <cstring> using namespace std; const int MOD = 1000000007; long long dp[100001]; int L,last[26]; char s[100001]; int main(){ int T; scanf("%d",&T); dp[0] = 1; while(T--){ scanf("%s",s); L = strlen(s); memset(last,-1,sizeof(last)); ...
[ "1505002.tm@ugrad.cse.buet.ac.bd" ]
1505002.tm@ugrad.cse.buet.ac.bd
82e6d794c2161c7d2a9579cca11c26ccab20af30
d7ac06bfde8dcebe4a608c1400b370381d31418d
/ClientSide/structures.cpp
a7caaa5904c747255eba1faabf4e5f9c4fe08c08
[]
no_license
Kalito98/NETB380-Client-Server-Dictionary
89bc612050fedb40ff1465a4b858bd9c16e4fde1
f477a5c7550c59aed8417b9d5a0a4995c35efe41
refs/heads/master
2022-11-20T04:05:23.263387
2020-07-16T09:13:29
2020-07-16T09:13:29
255,307,271
0
0
null
null
null
null
UTF-8
C++
false
false
55
cpp
#include "structures.h" structures::structures() { }
[ "kaloyan.yanev98@gmail.com" ]
kaloyan.yanev98@gmail.com
f243e695dcfbc519d794a38d3e3220438510fae6
b4e5794699bc2e841776a21ead34c70f962ea2d5
/WorkerInfo/main.cpp
e54732faf185e707dfbeec74a99196a4f01ca641
[]
no_license
tangxinpeng/worker_info
bb800fa6acf4b09199c0d14b5d89307b95c23551
45eee98c350fa30eaab5eb28f63fce0b13694a18
refs/heads/master
2020-03-29T16:14:03.882922
2018-10-13T14:26:27
2018-10-13T14:26:27
null
0
0
null
null
null
null
GB18030
C++
false
false
5,023
cpp
#include"main.h" MYSQL* g_pConn; int SqlConn() { g_pConn = mysql_init(NULL); if (!g_pConn) { printf("Error %u: %s\n", mysql_errno(g_pConn), mysql_error(g_pConn)); return 0; } if (mysql_real_connect(g_pConn, "localhost", "root", "123456", "d_worker", 0, NULL, 0) == NULL) { printf("Error %u: %s\n", mysql_errn...
[ "978831608@qq.com" ]
978831608@qq.com
e4bf75e5dc8d472c513ca6a446f423ca429b1536
3329ff94ba44f5a575b5398985a33aa948b5f944
/0.00625/sprayCloud:rhoTrans_O2
d49f4b027e61575a5fd96d10fcb2fa29a74a06d5
[]
no_license
zlsherl/SKPS_simple
38cfac333dd65ed752e34c9f00b555d4255d2efc
0de13926915af0c7eaf1904fe57a8149a7741ba1
refs/heads/main
2023-05-26T20:03:42.391527
2021-06-12T10:24:09
2021-06-12T10:24:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
994
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2012 | ...
[ "krystek.pietrzak@gmail.com" ]
krystek.pietrzak@gmail.com
b5727fa07e441a31f1ac370d98def4d8aa6c455e
a38873fb106f5a056dbd2a49f3a2fecb9716870b
/PCShop/PCShop/ProductTypeDTO.h
a5d6e80b1e22c2b572f138e62a11cc6fc9752d1e
[]
no_license
PeterPavlovIvanov/C-Synthesis-and-Analysis-of-Algorithms
37529c5c0408d75837cf7a1e522b0343520f481d
c180b6fd5fc21e47e5d5aa491234462c5b7758cd
refs/heads/master
2022-10-10T03:31:25.535156
2022-09-22T17:50:38
2022-09-22T17:50:38
244,894,399
1
0
null
null
null
null
UTF-8
C++
false
false
564
h
#pragma once #include "ProductTypes.h" #include "Categories.h" #include "Models.h" #include "Brands.h" class ProductTypeDTO { public: ProductTypeDTO() { } ProductTypeDTO(PRODUCT_TYPES* productType) { this->productType = *productType; } ProductTypeDTO(PRODUCT_TYPES productType, CATEGORIES category, MODELS mo...
[ "47712814+PeterPavlovIvanov@users.noreply.github.com" ]
47712814+PeterPavlovIvanov@users.noreply.github.com
2740dd0a4d470d1daf49b002e81600fa8131d83b
9bc0beeb37cd2c2cea01c9018244ae912dc6be27
/modules/drivers/smartereye/smartereye_handler.cc
f434e0358abc0503c3dfffbb3ca16fda41d2e79d
[ "Apache-2.0" ]
permissive
jinghaomiao/apollo
9af69412e0972c5e44a5fd01c4e2d6b60dc7e0d7
d58f852fc57af58c18c0a8892226c0e24aacb18c
refs/heads/master
2021-06-04T11:45:43.743449
2020-09-21T20:59:41
2020-09-21T20:59:41
96,828,443
7
6
Apache-2.0
2020-09-16T07:15:51
2017-07-10T22:57:40
C++
UTF-8
C++
false
false
1,794
cc
/****************************************************************************** * Copyright 2020 The Apollo Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
[ "xiaoxiangquan@gmail.com" ]
xiaoxiangquan@gmail.com
41d6f4fe713f0342e06af2862d067747637a3588
d84a900f50f30cfb9c6440497c5eeff132e0e275
/universal_robot/ur_kinematics/src/ur_moveit_plugin.cpp
2ee606dd14df7cb9fd5b432eb48eecc59edaec38
[]
no_license
dovanhuong/master_thesis_hci_robotics_june_2019
23bbbf205344b848d1764b6ae0d5c49045f29fbb
1cfde77acdb47c42dc339aaaf2ced83b82671d70
refs/heads/master
2022-01-05T19:54:21.157341
2019-07-15T05:29:43
2019-07-15T05:29:43
189,994,897
1
0
null
null
null
null
UTF-8
C++
false
false
31,583
cpp
/********************************************************************* * Software License Agreement (BSD License) * * Copyright (c) 2014, Georgia Tech * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are ...
[ "noreply@github.com" ]
noreply@github.com
4794f7e875838095e158d2816fb20cb9999e1461
60ed3c031a1ec7843b149c197e0b6681f01a3456
/archive/010_Alternate-Sum.cpp
158ad670a90d415791258251a3aed403dca03407
[]
no_license
chengzeyi/whu-acm-oj
e5b04f9c4d59fc03dcc289142acebddd680e4461
b97ddd82edc90413ec128bad61f4812f0ae6ea07
refs/heads/master
2020-08-15T00:32:59.288617
2019-12-01T09:52:29
2019-12-01T09:52:29
215,254,398
3
0
null
null
null
null
UTF-8
C++
false
false
892
cpp
#include <bits/stdc++.h> #define BOUND 2006 long long calcTotalValue(const std::vector<int> &q) { size_t n = q.size(); if (n == 0) { return 0; } long long total = *std::max_element(q.begin(), q.end()); for (size_t i = 0; i < n - 1; ++i) { total *= 2; if (total < 0) { ...
[ "ichengzeyi@gmail.com" ]
ichengzeyi@gmail.com
a157d0410f4719368847e2d47c5088e4a58f9f16
3a49ecb20d178f25e5b796df394ac851f4b4780d
/main.cpp
a60e557977fbe440d359e7e2586805f6846b4068
[]
no_license
merabetam/MERABET
0fa55d022bdc857454c1b3d84a9e56a408c21a7e
384d4a025420115d22d91e4f2e46695cc82ca7e5
refs/heads/master
2021-01-24T18:38:20.668197
2017-04-20T15:25:34
2017-04-20T15:25:34
84,456,869
0
0
null
null
null
null
UTF-8
C++
false
false
996
cpp
#include "jpg.h" #include "mnist.h" #include <limits.h> float dist(float* v1, float* v2){ int i; float d=0; for (int i=0; i<784; i++){ d+= (v1[i]-v2[i])*(v1[i]-v2[i]); } return d; } float linear_classifier(float* w, float* x){ float d=0; for (int i=0; i<784; i++){ d+= w[i]*x[i]; }if (d>=0) {return 1; ...
[ "noreply@github.com" ]
noreply@github.com
1f27ca0606c5b7abc649d6131b5b608b28051aa8
113e9efe00252564f64f5a5c2b0d826d63335627
/codes/LowestCommonAncestor.cpp
8240fc3c0b819cf69a0a011dbbbea320592ad16c
[]
no_license
adzo261/competitive-programming
5e2af033f5e957158d455acb513ba9f44a169b9c
c8baa4dc493fc7690e592132e979687f4948ce15
refs/heads/master
2020-12-04T11:14:15.750927
2020-10-11T08:18:17
2020-10-11T08:18:17
231,742,005
6
0
null
null
null
null
UTF-8
C++
false
false
2,906
cpp
#include <bits/stdc++.h> using namespace std; vector<long long> euler; long long tree[8*200010]; long long height[200010]; long long first[200010]; bool visited[200010]; vector<long long> g[200010]; long long n; void dfs(long long source,long long h) { visited[source]=true; first[source]=euler.size(...
[ "adityazope261@gmail.com" ]
adityazope261@gmail.com
de90052aa8b2ed1e205a9d8514f018ffca13d7d7
c842c4895de8115303f4435f9c59af9133e2ceda
/obj_dir/VsimTop__Trace__Slow.cpp
4b426a44db07a85223152090caababf0a058874b
[]
no_license
Ziyue-Zhang/riscv-cpu
66bf02565ab9b882ccd37c41a5a9655017b8eb9e
540b3a19ff94d89c2b9802f1978ebd7c16828073
refs/heads/main
2023-01-13T16:14:31.876344
2020-11-22T16:49:25
2020-11-22T16:49:25
301,183,351
0
0
null
null
null
null
UTF-8
C++
false
false
149,902
cpp
// Verilated -*- C++ -*- // DESCRIPTION: Verilator output: Tracing implementation internals #include "verilated_vcd_c.h" #include "VsimTop__Syms.h" //====================== void VsimTop::trace(VerilatedVcdC* tfp, int, int) { tfp->spTrace()->addInitCb(&traceInit, __VlSymsp); traceRegister(tfp->spTrace()); } ...
[ "2846728884@qq.com" ]
2846728884@qq.com
25892cb495a32804909c9238169d3092a9f2d2ad
39b2682e2b488322469dda038c8ee3564556bb5a
/Results/Collagen/various_potentials/collagen_sim_results/collagen_anhar1/src/Eigenfunctions.hh
f50ecb2f441f285b128a88a5cb724b9bf5487568
[]
no_license
htailor/ucl_phd_thesis
8d9980c88258fa6733fdb88435985f783fa090ef
5697c1bef948ef94cbe777f0647904f60338594f
refs/heads/master
2021-01-18T18:17:50.486461
2013-12-29T21:14:53
2013-12-29T21:14:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
200
hh
#ifndef INCLUDE_EIGENFUNCTIONS_HH #define INCLUDE_EIGENFUNCTIONS_HH #include <complex> using namespace std; complex<double> PSI_R(int s, double eta); complex<double> g(int r, double eta); #endif
[ "hemant_tailor_2010@hotmail.com" ]
hemant_tailor_2010@hotmail.com
3b55851e21fa7aebff5ce0d9f2448b627c5870a8
47de94fb364e9c5e7ef07c3d5a9529a7420d7e1c
/graph_trees/UV10505.cpp
08aca14c6ace0ae062cb435836df1eb8367a7b44
[]
no_license
Dainerx/Competitive-programming
5490c4acf2f82f5aa88955b5ab38083a7846b376
edb9757681d8c241b5b7c523591c1136e4ac9008
refs/heads/master
2021-01-19T22:05:40.931873
2019-05-21T15:37:07
2019-05-21T15:37:07
88,751,997
6
1
null
null
null
null
UTF-8
C++
false
false
2,739
cpp
#Bipartite Graph Check Level 2 #include <cmath> #include <climits> #include <queue> #include <vector> #include <map> #include <cstdlib> #include <fstream> #include <iomanip> #include <iostream> #include <sstream> // istringstream buffer(myString); #include <stack> #include <algorithm> #include <cstring> #include ...
[ "noreply@github.com" ]
noreply@github.com
6cc9bd41fd28827e71bf5305b2ef184161376881
106e93bdacea5476487d220dfc763a6940babb53
/Game/hazard.cpp
bf3eed409c300f72202d8d2308598c8ede39a4e4
[]
no_license
Douglas-Pichard/Survive-It-
81381c560e5729e11440c5fb12a9ec83264fc153
c8bfdccd105ce4b596bb66bbbd008eef34e8dd44
refs/heads/master
2022-10-18T05:57:05.302716
2020-06-17T06:05:21
2020-06-17T06:05:21
266,086,920
0
0
null
null
null
null
UTF-8
C++
false
false
260
cpp
#include "hazard.h" #include "scene.h" Hazard::Hazard(std::string id) : Game_Object(id, "Texture.Lava") { _height = 50; _width = 50; _translation = Vector_2D(300, 425); } Hazard::~Hazard() { } void Hazard::simulate_AI(Uint32, Assets*, Input*, Scene*) { }
[ "7581@ait.nsw.edu.augit config user.name Douglas-Pichardgit commit -mgit config user.email 7581@ait.nsw.edu.au" ]
7581@ait.nsw.edu.augit config user.name Douglas-Pichardgit commit -mgit config user.email 7581@ait.nsw.edu.au
d4883b2f03f3de7261c835c52e92854b51682d7b
1a5d41db8c15baa889cd204a9f53aedf7acabbd2
/save.h
3009acf374f84e1ee4485a71fc81063d77adba34
[]
no_license
K-u-r-c/FizykaProjekt
b09562002a7391ed0b65f1dce009d9266475ebd2
286a38ab2f951e3ca25ed1e3ddc0728d24b720e1
refs/heads/main
2023-09-03T01:58:16.210177
2021-11-17T09:24:46
2021-11-17T09:24:46
426,578,417
0
0
null
null
null
null
UTF-8
C++
false
false
290
h
#pragma once #include <fstream> void removeDataFile(const char *filename) { remove(filename); } void saveData(double x, double y1, double y2) { std::ofstream myfile("data.txt", std::ios::out | std::ios::app); myfile << x << " " << y1 << " " << y2 << "\n"; myfile.close(); }
[ "jak.kurc@gmail.com" ]
jak.kurc@gmail.com
6b22f21b1510a1da94ef1578f17de0b383c80fab
9a3c44184a2e82d55f00bc34510aed927672e1ff
/Shadowmapping/Shadowmapping/src/executables/ScreenQuad.cpp
e6321c5d744d8063653fdd23be33644dbe5265b8
[]
no_license
Benebaby/OpenGL
0698aadf517a311c252672635a1d7531a13b386b
20c48db64e62ff5a8481ae563b3e441939acbbbb
refs/heads/master
2020-05-22T09:57:50.755897
2020-04-13T17:49:16
2020-04-13T17:49:16
183,394,550
0
0
null
null
null
null
UTF-8
C++
false
false
727
cpp
#include "ScreenQuad.h" ScreenQuad::ScreenQuad() { glGenVertexArrays(1, &VAO); glBindVertexArray(VAO); glGenBuffers(2, VBO); glBindBuffer(GL_ARRAY_BUFFER, VBO[0]); glBufferData(GL_ARRAY_BUFFER, sizeof(quadVertices), &quadVertices[0], GL_STATIC_DRAW); glEnableVertexAttribArray(0); glVertexAttribPointer(0, 2, ...
[ "Benedikt.Krieger@outlook.com" ]
Benedikt.Krieger@outlook.com
5a0ee9e52842472f32ae540f0fae774032e7e761
92e2aa1c7596a681be06e4c1d9c7cbae6c5c0140
/Polynomial/include/Polynomial.h
a2391f268a4eb3489074ecec62a49a1a0abc2458
[]
no_license
zxc525/zhang_xiaochen
00cf9c65abfd256f552f2a5e372876022e265040
6723cffb404e8b8829e2966e0362290610672582
refs/heads/master
2020-04-03T02:17:16.266900
2019-04-21T13:02:56
2019-04-21T13:02:56
154,952,036
0
0
null
null
null
null
UTF-8
C++
false
false
1,207
h
#ifndef POLYNOMIAL_H #define POLYNOMIAL_H #include<iostream> using namespace std; #include<iostream> struct Term{ double coef; int exp; Term * next; Term():coef(0), exp(0), next(NULL) {} Term(double _coef, int _exp = 0): coef(_coef), exp(_exp), next(NULL) {} }; class Polynomial{ Term poly; public: Poly...
[ "1591073132@qq.com" ]
1591073132@qq.com
156c2ede88210c1cace9fb66f52b47e3425e7a8b
6ad4abd17004219e63ab4629ef9a7f62afc56246
/Jogo da Velha/Jogo da Velha/Jogo_velha.h
21919bf10114d0181edb92226c823004caccccdf
[]
no_license
LCSSchmidt/Jogo-Da-Velha-Trabalho
5da82c26f641e8a44d418e1b63f702bc1cb3418a
e0fdb8218c89492d9a8c20b92b1e90bc37642bed
refs/heads/master
2021-01-23T04:38:58.046473
2017-09-10T20:20:59
2017-09-10T20:20:59
102,450,787
0
0
null
null
null
null
ISO-8859-1
C++
false
false
2,982
h
#pragma once #include "stdafx.h" #include <iostream> using namespace std; #define TAMANHO_LINHA 3 #define TAMANHO_COLUNA 3 bool verificacao_de_esqueleto(int coluna, char linha_caracter, char mapa[TAMANHO_COLUNA][TAMANHO_LINHA]) { int A = 0; int B = 1; int C = 2; int linha = 4; if (linha_caracter == 'A') { l...
[ "stit_@LUSGO" ]
stit_@LUSGO
a232b513e4bcb885f25f21cc02c1b6d8b010cb6d
5671c626ee367c9aacb909cd76a06d2fadf941e2
/frameworks/core/components_v2/inspector/stepper_item_composed_element.cpp
5afa7370836037ce06d27ab44379363f66799458
[ "Apache-2.0" ]
permissive
openharmony/ace_ace_engine
fa3f2abad9866bbb329524fb039fa89dd9517592
c9be21d0e8cb9662d5f4f93184fdfdb538c9d4e1
refs/heads/master
2022-07-21T19:32:59.377634
2022-05-06T11:18:20
2022-05-06T11:18:20
400,083,641
2
1
null
null
null
null
UTF-8
C++
false
false
4,380
cpp
/* * Copyright (c) 2021-2022 Huawei Device Co., Ltd. * 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...
[ "zhuzijia@huawei.com" ]
zhuzijia@huawei.com
9daddc35be295e53daf50643c84a213e7caba84c
9505b1c216ab9044d30887be5b2612affbcb3896
/Source/TreeDrawGUI/changewidthvariation.cpp
91ffb0f98573cfccdcb365d80246534cdc668ec4
[ "BSL-1.0", "MIT" ]
permissive
Merrik44/Yggdrasil
11accdad8c38fd44a75c917029be6d6e8d3471c7
dcc44c7f4da8023ff7ff66d13caa870e8fa2c14f
refs/heads/master
2020-04-05T22:59:48.722740
2012-11-06T19:51:24
2012-11-06T19:51:24
6,003,037
0
1
null
null
null
null
UTF-8
C++
false
false
2,589
cpp
#include "changewidthvariation.h" ChangeWidthVariation::ChangeWidthVariation(WidthChanges cbo, WidthChanges cbf, QVector<long> branchesBeingModifiedIden, QVector<WidthChanges> obo, QVector<WidthChanges> obf, long id, Branch* tr) { currBranchOrig = cbo; currBranchFinal = cbf; branchIdentifiers = branchesBei...
[ "merrik44@live.com" ]
merrik44@live.com
e610fb0f27e2597170ddd20ee10ab6e74fd2a104
f02eeb00aab23ca323e27024f5e8ccb96610b874
/src/gcc/main.cc
5e157f717bc46f4702e8de5d47eb9e3d154c0f76
[ "MIT" ]
permissive
paule32/zwip-alpha
f1856953d51ef7e051c301e15061483c958d80d8
c82972593244b1f7979b2434e9bd373994201a85
refs/heads/main
2023-04-20T17:06:28.239430
2021-05-02T17:56:40
2021-05-02T17:56:40
362,907,674
0
0
null
null
null
null
UTF-8
C++
false
false
1,382
cc
// ------------------------------------------------------ // File : src/cross/dos/main.cc // // Autor : Jens Kallup <kallup.jens@web.de> - paule32 // License : (c) kallup.net - non-profit - 2021 // ----------------------------------------------------- # include "common.pch.hpp" using namespace kallup::String; us...
[ "kallup.jens@web.de" ]
kallup.jens@web.de
e5527fb3b7405b4a922006e26afb04e3100c0328
2c939787ce4bd10f49dd9626357ea3a4f7297e82
/Agar/NetMessages/NetMessages.h
69a63077658adfbcdd484b41faea896e92221c03
[]
no_license
lmsierra/Agar2.0
5899d93159e10b02e74898413b0b4612572dabf7
7e7ecc9d16b70e9f879aeb927607a512f76b2537
refs/heads/master
2021-01-23T13:32:04.702250
2017-09-07T00:31:43
2017-09-07T00:31:43
102,671,286
0
0
null
null
null
null
UTF-8
C++
false
false
3,432
h
#ifndef __NET_MESSAGE_H__ #define __NET_MESSAGE_H__ #include <vector> #include "EntityInformation.h" enum NetMessageType { MESSAGE_SNAPSHOT, MESSAGE_MOVEMENT, MESSAGE_PLAYER_JOIN, MESSAGE_EATEN, MESSAGE_FOOD_EATEN, MESSAGE_INIT, MESSAGE_DELETE_PLAYER, MESSAGE_UNKNOWN }; ...
[ "lmsierrod@gmail.com" ]
lmsierrod@gmail.com
af1080affc036ba2d3ec39518bc65fdabd3cd44a
b1544145744f9443a609d219a25ec58b5ad9898a
/Sims/math/bbox.h
72d160e5a26109b9ea433c241641d10cc53a4344
[]
no_license
mi2think/Sims
082ddb2b2f3f14ca7917e846c8bcfb237c3b8bca
38670724c2bea6723b13949537f0108a384435ea
refs/heads/master
2021-01-11T19:35:26.705960
2020-11-22T15:26:09
2020-11-22T15:26:09
66,848,431
0
0
null
null
null
null
UTF-8
C++
false
false
2,386
h
/******************************************************************** created: 2016/09/16 created: 16:9:2016 22:22 filename: D:\Code\Sims\Sims\math\bbox.h file path: D:\Code\Sims\Sims\math file base: bbox file ext: h author: mi2think@gmail.com purpose: Bounding Box/Sphere **********************************...
[ "mi2think@gmail.com" ]
mi2think@gmail.com
bddeb0aa1d069b6500bb03e047b7f3dce3bfd30c
15ca5b17f80e4d2990ada92c7411237f592d8501
/CheckerSquare.h
2f9787f4025363942f1f63e2b412d62aeefdbbe6
[]
no_license
muhdmirzamz/Board-Game-Collection
8e87e241769db012b728551f78ddde3c8446a938
3602e939995cc50d92f005c482ed344a7a5c613a
refs/heads/master
2020-05-18T17:19:00.136730
2014-01-15T05:18:05
2014-01-15T05:18:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
222
h
#ifndef CHECKERSSQUARE_H #define CHECKERSSQUARE_H #include "Square.h" //Author Kevin Reid class CheckerSquare: public Square{ public: CheckerSquare(); bool isKing(); void promote(int player); }; #endif
[ "richard.kavanagh7@mail.dcu.ie" ]
richard.kavanagh7@mail.dcu.ie
03ef62c4494db05770426bf19af8522a8deacbf6
38c10c01007624cd2056884f25e0d6ab85442194
/remoting/base/util_unittest.cc
3f489b842e8a8ef36da8696151833ecb2c029443
[ "BSD-3-Clause" ]
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
4,056
cc
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <algorithm> #include "remoting/base/util.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/webrtc/modules/desktop_capt...
[ "zeno.albisser@hemispherian.com" ]
zeno.albisser@hemispherian.com
5cad18403ad6a18e32e795ef64c40cdf92bf9c22
fc149911de6e614db6793c16ff322a78bdd5a162
/Algorithms/235/solution.cpp
06e0dd58bb9662b187f64d6d440533ca3f6a3f1b
[]
no_license
longf0720/leetcode
e3a5f5e9d495c39db3e1f1810460eb01e9b7622f
d5809e2d30002f40a653ece1ae70b0bb7978551e
refs/heads/master
2020-12-07T17:15:45.107904
2017-08-22T06:32:01
2017-08-22T06:32:01
95,451,981
0
0
null
null
null
null
UTF-8
C++
false
false
539
cpp
/** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x) : val(x), left(NULL), right(NULL) {} * }; */ class Solution { public: TreeNode* lowestCommonAncestor(TreeNode* root, TreeNode* p, TreeNode* q) { while(root) ...
[ "longf0720@gmail.com" ]
longf0720@gmail.com
9cb91432c5045b84d820d7632588e43384129e3f
f6de34c1827198ab6cf457b2d646aa63e873fc0f
/src/huffman.cpp
4cbbdc1622e509ce7e930c94ce5ce598fce878d9
[]
no_license
Korshun/QZRcon
fbab00e43ddb791e7de199cacb19341add4f4c38
f81561a4ffb46869641d83d8ae625870a2cf1822
refs/heads/master
2020-12-03T06:31:09.369058
2015-09-16T18:22:24
2015-09-16T18:22:24
65,635,599
2
0
null
2016-08-13T20:27:52
2016-08-13T20:27:52
null
UTF-8
C++
false
false
9,905
cpp
// Version 5, released 5/13/2009. Compatible with Zandronum/Skulltag launchers and servers. #include <stdlib.h> #include <string.h> #include <stdio.h> #include <ctype.h> #include <math.h> #define USE_WINDOWS_DWORD #include "huffman.h" #define M_Malloc malloc /* QT WRAPPER */ // FIXME: 4 kilobytes max. QByteArray hu...
[ "monsterovich@asus.(none)" ]
monsterovich@asus.(none)
442039a8f4da2f8e0ca860e95a23d0874b23dfee
cf3f2ef515dc502dec496858d186869f521d8162
/Code/Tools/FBuild/FBuildTest/Tests/TestProjectGeneration.cpp
3f2fbf897d40f72cec4c11195d1448495d1b7705
[ "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-unknown-license-reference" ]
permissive
liamkf/fastbuild
080809c85600eb2766edf5a09e21ccd08d697826
7c63e69e8c7a63fa598fb23e61102a40ceba10b3
refs/heads/master
2021-01-17T11:32:36.300190
2018-02-06T20:42:14
2018-02-06T20:42:14
62,898,561
2
1
null
2016-07-08T15:26:57
2016-07-08T15:26:57
null
UTF-8
C++
false
false
18,138
cpp
// TestProjectGeneration.cpp //------------------------------------------------------------------------------ // Includes //------------------------------------------------------------------------------ #include "FBuildTest.h" // FBuild #include "Tools/FBuild/FBuildCore/Helpers/VSProjectGenerator.h" #include "Tools/F...
[ "franta.fulin@gmail.com" ]
franta.fulin@gmail.com
3f0f3ff6585c4875abfcc1e1baa6dc2d4e4fb8d8
8587a2d2bbbb5f23115fa5e6061134fdad7f3508
/cpp_Ehpub_Composition_Relate_Class/Man.cpp
67b4986c0e5259c473b84c01fcca467ced91ff85
[]
no_license
YoungWanHeeMOng/YoungWanHeeMOng
2dc50b508279a912f85c58d0f1f152760d69a250
2afc3f10322ccb840937e4a9600de3fa11c79fd1
refs/heads/main
2023-05-01T02:16:46.454059
2021-05-20T21:55:28
2021-05-20T21:55:28
366,675,224
1
0
null
null
null
null
UTF-8
C++
false
false
597
cpp
#include "Man.h" Man::Man() { eyes[0] = new Eye(true); eyes[1] = new Eye(false); } Man::~Man() { delete eyes[0]; delete eyes[1]; } void Man::Sleep() { cout << "======== Sleep =========" << endl; eyes[0]->Close(); eyes[1]->Close(); } void Man::Walk() { cout << "======...
[ "noreply@github.com" ]
noreply@github.com
1f2cb2214ececd50091d026bc0359a94c92ddd96
6b9e941d5cfdd505b5e6015b5870a64841f24a61
/Hw2/Hw2/mazequeue.cpp
e0be1c7f7e368930717eac45cb4d186fc0b2a645
[]
no_license
sihanmin/Data-Structures
dc7d31aae0242fa5ed99c68c2f0bdb4f0813c55d
0f2195bd10919c2ce6cc877dcefbd6f37a8dd802
refs/heads/main
2023-01-01T06:05:43.707846
2020-10-20T12:23:41
2020-10-20T12:23:41
305,697,338
1
0
null
null
null
null
UTF-8
C++
false
false
1,696
cpp
//// //// mazequeue.cpp //// Hw2 //// //// Created by Mint MSH on 2/5/17. //// Copyright © 2017 Mint MSH. All rights reserved. //// // //#include <stdio.h> //#include <string> //#include <queue> //using namespace std; // //class Coord //{ //public: // Coord(int rr, int cc) : m_r(rr), m_c(cc) {} // int r() con...
[ "noreply@github.com" ]
noreply@github.com
8c7ea9554538653d982cb6956629bc9841e87bbb
e9524de67a41052b01a3c4e352d4b16344a92c6d
/wk1_d/rectangleXeno/src/ofApp.cpp
c4b4bd9d03072c1f4070641b6f69aefec80f54bd
[]
no_license
nyantee/ashen733__AlgoSims2016
62e0ea19caa7fd4f8b71a80b600b82e27977ddcd
d4a31b86dbe20b67ef9f07db36f0f04763544739
refs/heads/master
2021-01-12T13:24:44.483157
2016-12-16T02:07:54
2016-12-16T02:07:54
68,978,183
0
0
null
null
null
null
UTF-8
C++
false
false
2,174
cpp
#include "ofApp.h" //-------------------------------------------------------------- void ofApp::setup(){ // ofSetVerticalSync(true); ofEnableAlphaBlending(); myRect.pos.x = 10; myRect.pos.y = 10; pinkRec.pos.x = 20; pinkRec.pos.y = 50; blueRec.pos.x = 50; blueRec.p...
[ "nyanteeasherman@Nyantees-MBP.wireless.newschool.edu" ]
nyanteeasherman@Nyantees-MBP.wireless.newschool.edu
4844ea169ecc7b808b87404ede8439105655069f
a7764174fb0351ea666faa9f3b5dfe304390a011
/inc/AdvApprox_Cutting.hxx
a8ad78f95350bc8d5fbc8b9a66aa6d7ddd40daa2
[]
no_license
uel-dataexchange/Opencascade_uel
f7123943e9d8124f4fa67579e3cd3f85cfe52d91
06ec93d238d3e3ea2881ff44ba8c21cf870435cd
refs/heads/master
2022-11-16T07:40:30.837854
2020-07-08T01:56:37
2020-07-08T01:56:37
276,290,778
0
0
null
null
null
null
UTF-8
C++
false
false
1,433
hxx
// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _AdvApprox_Cutting_HeaderFile #define...
[ "shoka.sho2@excel.co.jp" ]
shoka.sho2@excel.co.jp
c0e621ec1318ab2e6ccabb1e3d3a6292ffa8ddac
da659b9c71a3c89a71f1639669da93e315edb198
/AMG_Messenger/src/comando.cpp
3d132523f4d7e88c91e3c8fe38b791af25033a81
[]
no_license
amg1127/PROGRAMAS-DA-FACULDADE
941b732f1abc1c2b8859dd2b8f1ce5e580183153
48efcdb52e6a165d6980406909b3501212c0d2c4
refs/heads/master
2020-05-17T19:56:39.930515
2020-02-17T11:55:04
2020-02-17T11:55:04
183,930,907
0
0
null
null
null
null
UTF-8
C++
false
false
11,321
cpp
#include "comando.h" comando::comando () { DEBUGA("comando::comando ();"); NOVO_OBJETO (this->t, QTimer (this)); this->_Estado = QueEstado::Pronto; this->novalinha = QRegExp (QString("[\\r\\n]")); Q_ASSERT (this->novalinha.isValid()); this->_flag = true; QObject::connect (this->t, SIGNAL(ti...
[ "amg1127@5465fe1f-e9f4-4a51-a9b0-42098c041c11" ]
amg1127@5465fe1f-e9f4-4a51-a9b0-42098c041c11
d8f7848d0c4501a6d8b7381c1483ec3f6862eb60
d62f26f81313b318b597a08762412f153e597f23
/1013_Battle_Over_Cities/1013_Battle_Over_Cities.cpp
e138f8a9a90111f5999c9e8addfee9d28fea9b4e
[]
no_license
DenryDu/PAT-TestSet
bee75c53c60e4da62307103955e572831975cca5
afa0fdd363461bcea56d439cd92b50ed982c0f2c
refs/heads/master
2022-11-04T21:45:30.020075
2020-03-08T13:17:04
2020-03-08T13:17:04
244,071,586
2
0
null
null
null
null
UTF-8
C++
false
false
891
cpp
#include <bits/stdc++.h> using namespace std; bool ways[1001][1001]={false}; int numCity, numWays, numCheck; void dfs(int index, bool* vis){ vis[index]=true; for(int i=1;i<=numCity;i++){ if(ways[index][i]==true&&vis[i]==false) dfs(i,vis); } } void check(int c){ int count=-1; bool visited[...
[ "2364549135@qq.com" ]
2364549135@qq.com
e081e6e6cf7a5beb85855ba0627b13ff632c098b
112edff83fd52f7cd2b217728ff0d322e9cc8fb1
/libs/kasten/core/io/abstractsynctoremotejob_p.hpp
3d3871fe87d2bf73d15223f07ffdd54dcc7e9df7
[]
no_license
otilrac/okteta
839ee73dd9fae5ffa2d967d059e6cac421fcaf8e
89741587627c8e25cafe608e1b91284b66fd9d42
refs/heads/master
2023-05-06T04:23:15.194076
2021-05-29T01:16:30
2021-05-29T01:16:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
865
hpp
/* This file is part of the Kasten Framework, made within the KDE community. SPDX-FileCopyrightText: 2008-2009 Friedrich W. H. Kossebau <kossebau@kde.org> SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL */ #ifndef KASTEN_ABSTRACTSYNCTOREMOTEJOB_P_HPP #define KASTEN...
[ "kossebau@kde.org" ]
kossebau@kde.org
51b680c7b5240f5b9a10794db45b8a98249296b8
9c6593b0ae4378233cdeba469ef1df73a32e5885
/Cael/src/cael/AccelerationFunction.h
0e2520afcb93ef2681a12506c31c5527a2baf6ee
[]
no_license
Dominicinator/Cael
f12a2ae99d7ce128b6e2f8df4c2b9528b060e851
8cd672a0395975543c2d6c4e30bb1e1b7590711b
refs/heads/master
2022-12-14T01:52:48.327540
2020-09-10T07:22:08
2020-09-10T07:22:08
219,253,067
0
0
null
null
null
null
UTF-8
C++
false
false
1,118
h
#pragma once #include "Utility.h" #include "SimulationState.h" #include "BarnesHutTree.h" #include <iostream> namespace Cael { enum Methods { SQUARE, BARNESHUT }; class AccelerationFunction { public: AccelerationFunction(); virtual ~AccelerationFunction(); virtual void frameinit(const SimulationState & state...
[ "dominicdonahue@gmail.com" ]
dominicdonahue@gmail.com
229c1edf94baa1dbbec4788cbd6cf11c9bb17949
93343c49771b6e6f2952d03df7e62e6a4ea063bb
/LeetCode/32.cpp
2ffccae3b247cf5c8ab82a63f92ca4beab25ff77
[]
no_license
Kiritow/OJ-Problems-Source
5aab2c57ab5df01a520073462f5de48ad7cb5b22
1be36799dda7d0e60bd00448f3906b69e7c79b26
refs/heads/master
2022-10-21T08:55:45.581935
2022-09-24T06:13:47
2022-09-24T06:13:47
55,874,477
36
9
null
2018-07-07T00:03:15
2016-04-10T01:06:42
C++
UTF-8
C++
false
false
1,199
cpp
#include <algorithm> #include <stack> class Solution { public: int longestValidParentheses(string s) { int len = s.size(); int maxp = 0; stack<int> stk; for (int i = 0; i < len; i++) { if (s[i] == '(') { stk.push(i); } ...
[ "noreply@github.com" ]
noreply@github.com
0b4c888e501ad8cca06d9a1c55dfdc74863b32d8
91ec6f5b701e52c7c4cf99b58bf7eb1077b05be2
/ICPC/HBCPC2019题解/标程仅供参考/E.cpp
af36ee75a911292dc004b79ee21701ae4799f344
[]
no_license
MuMuloveU/ACM_contest_problem
c71653f56db0bc30175da5ef06969b8cf557b4d5
d253935c3dcc856fa4d20a6ccfd6a36d8a41970b
refs/heads/master
2023-03-18T17:22:15.705604
2020-09-01T10:11:16
2020-09-01T10:11:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,312
cpp
#include <bits/stdc++.h> using namespace std; const int maxn = 2e5 + 5; int n, m, t; int a[maxn]; int b[maxn]; struct bittree { int tree[maxn]; int lowbit(int x) { return x & -x; } int sum(int p) { int ret = 0; while (p) { ret += tree[p]; p -= lowbit(p); ...
[ "229781766@qq.com" ]
229781766@qq.com