blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
905 values
visit_date
timestamp[us]date
2015-08-09 11:21:18
2023-09-06 10:45:07
revision_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-17 19:19:19
committer_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-06 06:22:19
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]date
2012-06-07 00:51:45
2023-09-14 21:58:39
gha_created_at
timestamp[us]date
2008-03-27 23:40:48
2023-08-21 23:17:38
gha_language
stringclasses
141 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
115 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
360eb6de9f96d158aa1d1b642aa9110da20e4932
a305b232694c4965458587933a9282195507707d
/UVA/Codigos/12015.cpp
41001a1b254891890baf9414462eb39a15cd96e4
[]
no_license
gustavo-candido/ONLINE-JUDGE
d1596a0d1b7960fc35686c8edb57e8360146a309
0b4070db187b4ff5761008039d4a5de426b07cf8
refs/heads/master
2022-06-09T10:33:40.956799
2022-05-13T18:11:36
2022-05-13T18:11:36
198,307,436
1
0
null
null
null
null
UTF-8
C++
false
false
397
cpp
#include <bits/stdc++.h> using namespace std; int main() { int n, maxi, C=0; vector<string> v; vector<int>x(10); string url; cin >> n; while(n--) { printf("Case #%d:\n", ++C); v.clear(); maxi = -1; for(int i=0; i<10; i++){ cin >> url >> x[i]; v.push_back(url); if(x[i] > maxi) maxi = x[i]; } ...
[ "gustavo.candido@pipefy.com" ]
gustavo.candido@pipefy.com
c4e7833303a884d2cfd4cab437c51ece08969f1c
0e6f1e410e9b28d492f82627ea2d633b6baa25db
/hackathon/zhi/pruning_swc/pruning_swc_plugin.cpp
f4998c7a46f23e4424458c9ae28239dd6c49349e
[ "MIT", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
hellozmz/vaa3d_tools
2174a50e3d33e65b59a3c44bc1aa2dddf0776a25
577a47b23c6c89adf9c96f5074576a423eb1fc2f
refs/heads/master
2021-01-20T07:18:02.193251
2017-04-26T22:09:14
2017-04-26T22:09:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
51,635
cpp
/* pruning_swc_plugin.cpp * This is a test plugin, you can use it as a demo. * 2014-05-02 : by Zhi Zhou */ #include "v3d_message.h" #include <vector> #include "pruning_swc_plugin.h" #include "basic_surf_objs.h" #include <iostream> #include "my_surf_objs.h" #include "../IVSCC_sort_swc/openSWCDialog.h" #include "....
[ "alan.zhizhou@gmail.com" ]
alan.zhizhou@gmail.com
d684458958fd741966e35290143d43eccdd9fdd8
93e75fbf66f304abc4b64df6b5c1e46bc045931f
/libs/irrlicht-1.2-patched/include/ITexture.h
27bbcb96495df35ef43313506f26baf6ca4a4a50
[ "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-unknown-license-reference", "Zlib" ]
permissive
fossabot/Bolzplatz2006
3397cd69a0d8e193ecee6e6dde6b196e5be0903b
a368427f9654776d9968de8ae067f200ffb0f68d
refs/heads/master
2023-02-24T08:42:02.268217
2021-01-29T09:49:34
2021-01-29T09:49:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,637
h
// Copyright (C) 2002-2006 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h #ifndef __I_TEXTURE_H_INCLUDED__ #define __I_TEXTURE_H_INCLUDED__ #include "IUnknown.h" #include "IImage.h" #include "dimension2d.h" #incl...
[ "hoehnp@gmx.de" ]
hoehnp@gmx.de
25f5884c9d27390f242745dc4ccc5fc3c6214b0c
7fbec71a53b135805eb5428cc5a535656f5c9540
/50_nodes/Chen/Headers/voxel.h
e55281e97a8338bf7bd3f774e675e6cf781a7850
[]
no_license
dmalagarriga/malagarriga-cognitive-neurodynamics-2019
4c9b4051acb582ec81e5352980f37642cd50195a
696ee54d302b5871d831dbf77980b6fe3ad1c562
refs/heads/master
2022-03-21T21:45:44.074366
2019-12-02T11:17:56
2019-12-02T11:17:56
224,648,670
0
0
null
null
null
null
UTF-8
C++
false
false
798
h
#ifndef _VOXEL_H_ #define _VOXEL_H_ //Class Voxel //#include <cstdio> #include <string> #include <iostream> #include <cstdlib> #include "gsl/gsl_rng.h" #include "gsl/gsl_randist.h" extern gsl_rng * r; using namespace std; class voxel { public: string Input; int Decide_input; float * y; float * f; floa...
[ "daniel.malagarriga@telefonica.com" ]
daniel.malagarriga@telefonica.com
1ace1262cceb0edd8c73bc40904e5513798dd041
276bfb62c83e0798bb1078b8d092c3121e55f214
/12_6_use_servo_table/main.cpp
7977cc8df7f742bf082de66bafc89f5dcaea72c8
[]
no_license
byron936/mbed12
176fefcd96542b85b9f8811dd0b620bbaba4b59c
719802c64ffe4870d0562dd5d8a3b110dd487239
refs/heads/master
2023-05-08T09:32:47.728317
2021-05-26T08:56:28
2021-05-26T08:56:28
370,362,192
0
0
null
null
null
null
UTF-8
C++
false
false
1,287
cpp
#include "mbed.h" #define CENTER_BASE 1500 BufferedSerial pc(USBTX, USBRX); DigitalIn encoder(D10); PwmOut servo(D11); Timer t; Timer t2; Ticker encoder_ticker; volatile int steps; volatile int last; void servo_control(int speed) { if (speed > 200) speed = 200; else if (speed < -200) ...
[ "cm9930914@gmail.com" ]
cm9930914@gmail.com
701b6fef026ce07809bd2190f558eae32379c3f5
967834d40ced59148efcb063fd1875ede6efd058
/Projects/038_ofNoise/src/ofApp.cpp
942c78945ed9c16648db525b4d809024fa00a060
[]
no_license
idesign0/openframeworks_projects
28d68e4dcbfad4780c8290a924f0e4fd4d0a19b7
b18bf2c62372d0b1553c7f061be78468b7240484
refs/heads/master
2023-01-01T18:49:27.479742
2020-10-25T05:12:02
2020-10-25T05:12:02
279,644,608
1
0
null
null
null
null
UTF-8
C++
false
false
2,638
cpp
#include "ofApp.h" //-------------------------------------------------------------- void ofApp::setup(){ speedx.resize(1); speedy.resize(1); speedz.resize(1); for (int i = 0; i < speedz.size(); i++) { speedx[i] = ofRandom(0.5, 1.5); speedy[i] = ofRandom(0.5, 1); speedz[i] = ofRandom(0.5, 1.5); } } //----...
[ "dhruvpatel2991998@gmail.com" ]
dhruvpatel2991998@gmail.com
6607c236a6e4f29b70d64a4785d36afad693a57d
914a83057719d6b9276b1a0ec4f9c66fea064276
/test/performance-regression/full-apps/qmcpack/src/QMCHamiltonians/NonLocalECPotential_CUDA.h
a1381cec802c0e078c5440fa3a8d937747cfde33
[ "NCSA", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-free-unknown", "GPL-1.0-or-later", "BSD-2-Clause" ]
permissive
jjwilke/hclib
e8970675bf49f89c1e5e2120b06387d0b14b6645
5c57408ac009386702e9b96ec2401da0e8369dbe
refs/heads/master
2020-03-31T19:38:28.239603
2018-12-21T20:29:44
2018-12-21T20:29:44
152,505,070
0
0
Apache-2.0
2018-10-11T00:02:52
2018-10-11T00:02:51
null
UTF-8
C++
false
false
2,956
h
////////////////////////////////////////////////////////////////// // (c) Copyright 2010- by Ken Esler and Jeongnim Kim ////////////////////////////////////////////////////////////////// // National Center for Supercomputing Applications & // Materials Computation Center // University of Illinois, Urbana-Champai...
[ "jmaxg3@gmail.com" ]
jmaxg3@gmail.com
99e62d0f8e58517fb0edae1445b70df30b6fd1ac
1a6bcd2b83889aae337ccc0b70d40487728f6e9f
/include/Engine.h
4f1901422811684d7f2fc40201061414f251bea0
[]
no_license
warmist/nsspace
c692dd1b3d9b2b0d720a7b2c9600fc9cdacc37c5
e07055b5763755afaa92d8536dcc6055827a24f7
refs/heads/master
2021-01-25T10:21:04.365507
2013-06-01T21:30:55
2013-06-01T21:30:55
10,428,690
1
0
null
null
null
null
UTF-8
C++
false
false
1,024
h
#ifndef ENGINE_H #define ENGINE_H #include "libtcod.hpp" #include "map.h" #include <fstream> #include "version.h" #include "clPather.h" #include "Creature.h" class Engine { public: Engine(); virtual ~Engine(); void Run(); void TileEd(char key,Tile *cur); Tile *Intro(); void UpdInventory(ItemSta...
[ "Warmist@gmail.com" ]
Warmist@gmail.com
eb7bb742669058e14a9b86c11599651beb5a17f4
9a3b9d80afd88e1fa9a24303877d6e130ce22702
/src/Providers/UNIXProviders/ProductPhysicalComponent/UNIX_ProductPhysicalComponent_ZOS.hxx
7fc08658409b11718d4df771beff1f7e12bfac50
[ "MIT" ]
permissive
brunolauze/openpegasus-providers
3244b76d075bc66a77e4ed135893437a66dd769f
f24c56acab2c4c210a8d165bb499cd1b3a12f222
refs/heads/master
2020-04-17T04:27:14.970917
2015-01-04T22:08:09
2015-01-04T22:08:09
19,707,296
0
0
null
null
null
null
UTF-8
C++
false
false
1,831
hxx
//%LICENSE//////////////////////////////////////////////////////////////// // // Licensed to The Open Group (TOG) under one or more contributor license // agreements. Refer to the OpenPegasusNOTICE.txt file distributed with // this work for additional information regarding copyright ownership. // Each contributor lice...
[ "brunolauze@msn.com" ]
brunolauze@msn.com
eca0236510cdbda23a4b4d2483c6e4022335e856
1982fc83c70b448f861e16e8a464935915e89842
/Solutions/8.bst/deklaracje.h
95260e40c5fe5e20e5b01af85ee6c72607c6b5fd
[]
no_license
fiiniefi/CPP
eb0fdb0c8e6623ac6fd956c4f22a87b84369f61f
bf9dc3230ba80a27f336d1acf96d5761dd3b67c1
refs/heads/master
2021-08-30T00:43:30.801389
2017-12-15T12:04:08
2017-12-15T12:04:08
114,362,638
1
0
null
null
null
null
UTF-8
C++
false
false
10,157
h
#pragma once #include "stdafx.h" #include <iostream> #include <type_traits> #include <functional> namespace struktury { template <typename Type, class Comparable = std::less_equal<Type>> class bst { protected: class node { public: Type value; node *left; node *right; node(Type value); node(con...
[ "marcin.drewniak1@vp.pl" ]
marcin.drewniak1@vp.pl
9eeb93faea812f0516ebeeb31456cfdfd7f74d4f
dd0c46b87a3aa559963db6b31526fd003a7e57f3
/include/datastats.h
f333cfac2c5622c4dacae056f6330472c4ffc904
[]
no_license
dunn-cwu/CS471_proj1
687c47c34c2c9ec6c66a735b4f13a0bbc51c1555
de4618bf08f75c93424aeb19959334b260326d9c
refs/heads/master
2020-05-03T00:23:49.721943
2019-04-13T23:23:59
2019-04-13T23:23:59
178,308,625
0
0
null
null
null
null
UTF-8
C++
false
false
2,603
h
/** * @file datastats.h * @author Andrew Dunn (Andrew.Dunn@cwu.edu) * @brief Header file for various data statistic functions * @version 0.1 * @date 2019-04-01 * * @copyright Copyright (c) 2019 * */ #ifndef __DATASTATS_H #define __DATASTATS_H #include <cmath> // sqrt() #include <algorithm> // std::sort...
[ "andrew.dunn@cwu.edu" ]
andrew.dunn@cwu.edu
7ab45e021da4a49c3cbdf864eeeb4e26a783d2e1
a3ed6c8e6c4997315161b2209282f6a24cc79996
/csgo_/csgo_/XOR.hpp
985c8f041b0c6b5439f84f56d91eada7b4e94414
[]
no_license
Cyrex1337/codenz
3e56c7ecccd975704b0f94e4d117403ed1ae021d
f1503d1a097629400d08a83af043921d870c3a81
refs/heads/master
2020-12-24T20:14:35.853574
2016-05-17T19:05:04
2016-05-17T19:05:04
59,050,414
1
0
null
null
null
null
UTF-8
C++
false
false
4,340
hpp
//-------------------------------------------------------------------------------- //-- XorCompileTime.hpp // // Author: frk // Date: 12.12.2015 // //-------------------------------------------------------------------------------- #pragma once #include <string> #include <array> #include <cstdarg> #define...
[ "xcyrex1337@gmail.com" ]
xcyrex1337@gmail.com
f084d6566618fcd9c5fd26e966446e61adcee5ea
3b9b4049a8e7d38b49e07bb752780b2f1d792851
/src/third_party/webrtc/modules/video_coding/frame_buffer.cc
61db0d12325059afe4bf906677c4d7e5d39be434
[ "BSD-3-Clause", "Apache-2.0", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "LicenseRef-scancode-google-patent-license-webrtc", "LicenseRef-scancode-unknown-license-reference", "BSL-1.0", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown", "MS-LPL", "LicenseRef-scancode-takuy...
permissive
webosce/chromium53
f8e745e91363586aee9620c609aacf15b3261540
9171447efcf0bb393d41d1dc877c7c13c46d8e38
refs/heads/webosce
2020-03-26T23:08:14.416858
2018-08-23T08:35:17
2018-09-20T14:25:18
145,513,343
0
2
Apache-2.0
2019-08-21T22:44:55
2018-08-21T05:52:31
null
UTF-8
C++
false
false
7,690
cc
/* * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
[ "changhyeok.bae@lge.com" ]
changhyeok.bae@lge.com
96ddb9a853d1bbbaf96750d56b64335afa64e556
10549922d157ce67b6a32759b09a8dee78aebe9c
/organizer_plat/meeting_request_utillities_api/inc/CMRUtils.inl
096ea151cc4de9b12fd399cd4444fa5093a33e41
[]
no_license
SymbianSource/oss.FCL.sf.app.organizer
c8be5fbc1c5d8fc7d54a63bb1793f8db823fa3d7
e15734d1943a012120b188fe3ffd5dd7594d145f
refs/heads/master
2021-01-10T22:41:15.449986
2010-11-03T11:42:22
2010-11-03T11:42:22
70,369,523
0
0
null
null
null
null
UTF-8
C++
false
false
2,935
inl
/* * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl-v10.h...
[ "none@none" ]
none@none
67d12ffd097186399300487a7827f4b2bcfeabfd
28e2a7ee4938c6cf3b8884a0f12926b4f112f07d
/hitables/Transformer.h
86e5c8636699ddfe3a930dac4c5a2faf42af5a97
[]
no_license
thalesaguiar21/Aldebaran
9a9c48f479c7ee0175981ddd8e5014151cde65d5
4ed166452cd6c539ca7978e0c3efc7cbe223d705
refs/heads/master
2021-08-24T09:03:07.294783
2017-12-06T23:28:57
2017-12-06T23:28:57
99,229,063
0
0
null
null
null
null
UTF-8
C++
false
false
541
h
#ifndef _TRANSFORMER_H_ #define _TRANSFORMER_H_ #include "../utility/Vector3.h" #include "Hitable.h" // vec3, vec4, ivec4, mat4 #include "../external/glm/glm.hpp" // translate, rotate, scale, perspective #include "../external/glm/gtc/matrix_transform.hpp" class Transformer { public: Transformer(); Hitable* Tra...
[ "thalesaguiar21@gmail.com" ]
thalesaguiar21@gmail.com
9ab5c949eb0ca36a2fea70bbe9f2c21d442d5c21
2f826d31f423fd50c705c7980e86b7a440cc182c
/UIClasses/UI/loginpage.h
ad1cfb84a1271ca3dab8908e4afbcc2fdf36012c
[]
no_license
SeraphRobotics/SR-Archive
ce3e0c6a3728abbedbb221b657b1b4585de42337
7bb44c4b5b6b47a0a3adb899d99d74f78f67d80d
refs/heads/master
2021-03-27T16:12:51.628023
2015-06-03T20:07:59
2015-06-03T20:07:59
33,962,353
0
0
null
null
null
null
UTF-8
C++
false
false
434
h
#ifndef LOGINPAGE_H #define LOGINPAGE_H #include <QWidget> namespace Ui { class LoginPage; } class LoginPage : public QWidget { Q_OBJECT public: explicit LoginPage(QWidget *parent = 0); ~LoginPage(); public slots: void on_PwdEdit_editingFinished(); void on_StartButton_clicked(); void on_SRB...
[ "jeffreyilipton@gmail.com" ]
jeffreyilipton@gmail.com
dca9c9be74316d0fe1bd9532d5cfaa47f248e7cd
5f6c489b70cf8e866aac6432a969029f22154c39
/main.cpp
1e2a4e082000bcbb39f5283d235839f7e7da5bf8
[]
no_license
sectasy0/Key47
3ec1d455b759c236dae35f43d0254662fd99fb39
0a8e68adc9d6d5d73616a7a2e2e5dee71a0918b2
refs/heads/master
2023-02-15T18:10:01.528981
2021-01-15T09:40:35
2021-01-15T09:40:35
320,577,864
3
0
null
null
null
null
UTF-8
C++
false
false
20,964
cpp
#include <iostream> #include <string> #include <Windows.h> #include <ctime> #include <vector> #include <fstream> #include <numeric> #include <thread> #include <future> #include <tchar.h> #include "main.h" #include "sendemail.h" #include "screenshot.h" #include "base64.h" std::string vector2string(std::vector<std::s...
[ "sectasy0@gmail.com" ]
sectasy0@gmail.com
8c4d7a3fa94c8b1c88d7f4e78f9fe46972735b09
68c28afe26354f2fc4e7ebb8ecfd11ef653bc9c3
/src/Game.cpp
5b3b86eabe76e0367955e84cae233451e9221657
[]
no_license
damir00/osteoblasts
47d2033a29dd454fe8416bec0f59a2d193fe9a0f
f2b92dda9c063088c80505fc63310c90bac08837
refs/heads/master
2021-07-25T11:48:48.269256
2016-11-05T06:58:30
2016-11-05T06:58:30
109,877,285
0
0
null
null
null
null
UTF-8
C++
false
false
355
cpp
#include "Game.h" /* CompDisplay::CompDisplay(Entity* e) : Component(e) { e->node_main.add_child(&root_node); } CompEngine::CompEngine(Entity* e) : Component(e) { entity->node_main.add_child(&node); } */ void CompDisplay::remove() { entity->node_main.remove_child(&root_node); } void CompEngine::remove() { entity-...
[ "damir.srpcic@gmail.com" ]
damir.srpcic@gmail.com
33871cb9b3b7408a870f60ace39d12587dd62f6e
4ccb6c096ac6ba68fa91a5c257331b20ecabf16e
/gfx/angle/src/libANGLE/Device.cpp
d00bf4ddaa763597e2a5d24b9398ce9b08cba150
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
classilla/tenfourfox
ad7856e9e2309e8d0da2d3eed3090cadf493a413
17b23692fe309927badba0617b7679ed50d46acb
refs/heads/master
2023-07-08T23:59:21.137323
2023-04-20T05:34:54
2023-04-20T05:34:54
40,451,619
247
41
NOASSERTION
2023-06-25T08:42:34
2015-08-09T21:46:01
null
UTF-8
C++
false
false
1,672
cpp
// // Copyright (c) 2015 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // Device.cpp: Implements the egl::Device class, representing the abstract // device. Implements EGLDevice. #include "libANGLE/Device.h" ...
[ "classilla@floodgap.com" ]
classilla@floodgap.com
60bf00da115f014f5fdc57a66d96e8b5ce7c8bae
5badb035ec0a60527859349314da313392425879
/net/quic/core/crypto/crypto_secret_boxer_test.cc
7fd67e5df750ab0cbd391f0c97384cc24da181d4
[]
no_license
youminxue/gndemo
c3b1697e78bb6d1fa14675a4657267490138c22e
d3b7d6c7e67a0146fad125da5662fa7821d33453
refs/heads/master
2020-03-18T19:32:31.234857
2018-06-05T03:47:36
2018-06-05T03:47:36
135,160,324
1
2
null
null
null
null
UTF-8
C++
false
false
2,647
cc
// Copyright (c) 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/quic/core/crypto/crypto_secret_boxer.h" #include "net/quic/core/crypto/quic_random.h" #include "net/quic/platform/api/quic_string.h" #i...
[ "youzhenyu@vipkid.com.cn" ]
youzhenyu@vipkid.com.cn
c547c1a57dc62315bd52e8e49b6526079d4318bf
fec81bfe0453c5646e00c5d69874a71c579a103d
/blazetest/src/mathtest/operations/svecdvecinner/VCbVDb.cpp
901fbb905c21f44d0077874627c4d3b4f8af60ca
[ "BSD-3-Clause" ]
permissive
parsa/blaze
801b0f619a53f8c07454b80d0a665ac0a3cf561d
6ce2d5d8951e9b367aad87cc55ac835b054b5964
refs/heads/master
2022-09-19T15:46:44.108364
2022-07-30T04:47:03
2022-07-30T04:47:03
105,918,096
52
7
null
null
null
null
UTF-8
C++
false
false
4,092
cpp
//================================================================================================= /*! // \file src/mathtest/operations/svecdvecinner/VCbVDb.cpp // \brief Source file for the VCbVDb sparse vector/dense vector inner product math test // // Copyright (C) 2012-2020 Klaus Iglberger - All Rights Reserved...
[ "klaus.iglberger@gmail.com" ]
klaus.iglberger@gmail.com
9120f8c1cfcb85c7c9bf0f1f2764c13ff2bfb9d7
3457a63bfb2e350b97c8457e46e8e9efdd04be12
/源代码/TAClient/taregisterwidget.cpp
f74b5f2c4805cc89defbc3f695208bb87f96affc
[]
no_license
fengMark/TASystem
80a157baa2033b4e01c94ed1251bdb93ccf24336
e3458a42287729e0cda917b2d2f884343d45ea7b
refs/heads/master
2020-05-05T07:25:23.156663
2019-04-06T11:37:35
2019-04-06T11:37:35
179,824,722
0
0
null
null
null
null
UTF-8
C++
false
false
3,313
cpp
#include "taregisterwidget.h" #include "ui_taregisterwidget.h" #include<QMessageBox> #include<model/taencryption.h> #include<QFont> TARegisterWidget::TARegisterWidget(QWidget *parent) : QWidget(parent), ui(new Ui::TARegisterWidget) { ui->setupUi(this); initRegisterWidget(); setWindowTitle(tr("注册"));...
[ "1573267183@qq.com" ]
1573267183@qq.com
2f2bd540be464dea4be24e9ab6077c918e055ae5
0c17d7bab80ac7c934678002249f81a6e3601d1f
/Example03CountingToHello/main.cpp
1a30e87a58c7e0623155d09ad5ab95351b213491
[]
no_license
TheOpenDevProject/CPlusPlus-Example-Set
18bba1fd557cff50d0c70f0bb6299eae1778eb01
d427319e951ead7d4d6a6c0487bc8d65c1dcb1cd
refs/heads/master
2020-04-06T04:34:41.970718
2014-07-23T08:56:04
2014-07-23T08:56:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
989
cpp
/* This file is part of The C++ Example Set. The C++ Example Set 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. The ...
[ "tkgs28@gmail.com" ]
tkgs28@gmail.com
122acaf8cd3ed73a0aa632c8475453bce9c345b1
c2acaed31ca2b351a967442001dfcc5982eb63c3
/Project C++/manager.h
689484bba670e98071b60676bdc409575203496a
[]
no_license
erankamil/E-commerce-Project
a205ed63cf90b31eb7468ad5684f5f92a0bcd404
4486690858351bd282e00105c3d4b64f6a421d38
refs/heads/master
2022-07-17T07:02:54.204518
2020-05-20T09:32:54
2020-05-20T09:32:54
259,017,633
1
0
null
null
null
null
UTF-8
C++
false
false
1,719
h
#ifndef __MANAGER_H #define __MANAGER_H #include "buyer.h" #include "seller.h" #include "user.h" class Manager { private: vector<User*> _usersArr; int _num_of_sellers = 0; int _num_of_buyers = 0; int _num_of_buyersNsellers = 0; Manager(Manager& other); public: Manager(); ~Manager(); //manu functions void ...
[ "erankamil@gmail.com" ]
erankamil@gmail.com
7b5219ada294469c06256e885c4d4deb700b8084
140d78334109e02590f04769ec154180b2eaf78d
/aws-cpp-sdk-iam/include/aws/iam/model/DeleteAccountPasswordPolicyRequest.h
6e62791c809bfe7a40009c6d6773228e02a249ec
[ "Apache-2.0", "MIT", "JSON" ]
permissive
coderTong/aws-sdk-cpp
da140feb7e5495366a8d2a6a02cf8b28ba820ff6
5cd0c0a03b667c5a0bd17394924abe73d4b3754a
refs/heads/master
2021-07-08T07:04:40.181622
2017-08-22T21:50:00
2017-08-22T21:50:00
101,145,374
0
1
Apache-2.0
2021-05-04T21:06:36
2017-08-23T06:24:37
C++
UTF-8
C++
false
false
1,105
h
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
[ "henso@amazon.com" ]
henso@amazon.com
d73c96fa780b684dd9859547748aaa48a2faadea
5f00edc6917a94a5f5e88766aaa6c7ca9ddcbf05
/include/jsoncons_ext/bson/bson_type.hpp
5b13434f7297911f8207c738efd75f858b99b24a
[ "BSL-1.0", "MIT", "Apache-2.0" ]
permissive
danielaparker/jsoncons
ff38ee815537eee156ced301e47c81d9136c8491
a414677d1333abd110e78c5eec950589956eee54
refs/heads/master
2023-08-03T16:13:14.890690
2023-07-22T01:20:13
2023-07-22T01:20:13
9,948,347
627
174
NOASSERTION
2023-09-11T09:41:15
2013-05-08T23:48:08
C++
UTF-8
C++
false
false
1,536
hpp
// Copyright 2013-2023 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See https://github.com/danielaparker/jsoncons for latest version #ifndef JSONCONS_BSON_BSON_TYPE_HPP #define JSONCONS_BSON_BSON_TYPE_H...
[ "danielaparker@yahoo.com" ]
danielaparker@yahoo.com
3af301edd3b5c2fc6d9b85d706f029ec72c0570a
afc87b1c398935834652541c5aa27395e7870dce
/PapyrusScaleform/PapyrusEvents.h
3001b2d915d592e33632ac16b0095ec53bc847d3
[ "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
dsandrini/skyui.plugins
4a1ceb8f8772fcbac3c2666d3ce5711867f5f6af
a2ea3216970e7ffae4fc1ce808ec2e07c2695812
refs/heads/master
2021-12-02T14:25:46.113468
2012-06-30T19:05:02
2012-06-30T19:05:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,904
h
#pragma once #include "GameForms.h" #include "GameTypes.h" #include "GameEvents.h" #include <map> #include <set> // crashes otherwise #pragma pack (push, 4) template <typename D> class EventRegistration { public: UInt64 handle; D params; bool operator<(const EventRegistration & rhs) const { return handle < rh...
[ "schlangster@gmail.com" ]
schlangster@gmail.com
e8964e255b47790e53e153007f5f918953106919
e142a836c4c4956004d68eda44168be27ed97e7b
/70.climbing-stairs.cpp
a58d63ab0f66cb9e53b483baa0fc417e1b5c488d
[]
no_license
usernamegenerator/leetcode
966e7e55f098850295886cb89dc9c97a4fa8099a
7aa47b1f8aad2ccc2f4d9fe83a8a4e1921c22aea
refs/heads/master
2021-11-17T17:34:55.754554
2021-09-10T04:10:04
2021-09-10T04:10:04
212,457,582
0
0
null
null
null
null
UTF-8
C++
false
false
1,242
cpp
/* * @lc app=leetcode id=70 lang=cpp * * [70] Climbing Stairs * * https://leetcode.com/problems/climbing-stairs/description/ * * algorithms * Easy (45.19%) * Likes: 2887 * Dislikes: 98 * Total Accepted: 510K * Total Submissions: 1.1M * Testcase Example: '2' * * You are climbing a stair case. It ta...
[ "bigship1990@gmail.com" ]
bigship1990@gmail.com
ad5d1b955ccf434b472ca51dcc29e41378628285
059f7813f86892ed3be15061fed937e5f251e277
/Bullet.cpp
31dc9b1763a1020a504fc75ba3915b286db10dfa
[]
no_license
bryanashaw/SDL-Game
b194acd4878d95565b2081f0bfe22a912eacd1ab
ea67aaa620afbcceafb70a12cf3f5d5929adb3ed
refs/heads/master
2023-06-18T06:14:34.121936
2017-07-30T23:37:30
2017-07-30T23:37:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,512
cpp
#include "Bullet.h" using namespace DungeonGame; void Bullet::Initialize(SDL_Renderer* pRenderer, BulletData* pBulletData) { m_pBulletData = pBulletData; std::string textureFilename = "images/Feather.bmp"; Sprite::Initialize(Sprite::LoadTexture(pRenderer, textureFilename.c_str())); m_Size = Vector2d(TILE_SIZE_H...
[ "blurchill@gmail.com" ]
blurchill@gmail.com
1ae9c576c17fdec7c60e364c3dcace48b3700ac9
cab38a8a3bbc3d775d806e1336bb41a676630626
/src/qt/bitcoinstrings.cpp
975c89a9b259a64ae545372f74fbf1411329d89a
[ "MIT" ]
permissive
goldenbirdcoin/goldenbirdcoin
8455379568e49765ee0b82c0cb173c1ec09186c5
cfd58f9686a1a5dd5d8daac2c2dc5e15cc01500f
refs/heads/master
2021-04-28T23:54:29.781242
2018-04-19T08:36:09
2018-04-19T08:36:09
77,724,605
1
0
null
null
null
null
UTF-8
C++
false
false
13,160
cpp
#include <QtGlobal> // Automatically generated by extract_strings.py #ifdef __GNUC__ #define UNUSED __attribute__((unused)) #else #define UNUSED #endif static const char UNUSED *bitcoin_strings[] = {QT_TRANSLATE_NOOP("bitcoin-core", "To use the %s option"), QT_TRANSLATE_NOOP("bitcoin-core", "" "%s, you must set a rpcpa...
[ "goldenbirdcoin@gmail.com" ]
goldenbirdcoin@gmail.com
13f02388a586bd9912b543c0eba09af7fecf5c72
7105d97bb783629ff2b38df4f303ff515743a6b5
/bindings/python/pyslang.cpp
32f15bb72f72f3b9ed6b8e0a28e9c8af038002db
[ "MIT" ]
permissive
MikePopoloski/slang
b7dcd5e47702ef2f19af11fd169b9a3f1230ed9c
cada0eb18795ba6a8484d0a52fec5d20b6410e62
refs/heads/master
2023-08-28T16:23:03.408083
2023-08-27T01:44:26
2023-08-27T01:44:26
80,874,333
455
115
MIT
2023-09-14T11:03:37
2017-02-03T22:20:21
C++
UTF-8
C++
false
false
1,713
cpp
//------------------------------------------------------------------------------ // pyslang.cpp // SPDX-FileCopyrightText: Michael Popoloski // SPDX-License-Identifier: MIT //------------------------------------------------------------------------------ #include "pyslang.h" void registerAST(py::module_& m); void regis...
[ "mike@popoloski.com" ]
mike@popoloski.com
21527e694275eb82e513c3598df8c920bf226cb7
e0f08f8cc9f0547a55b2263bd8b9ee17dcb6ed8c
/HACKEREARTH/JDA/chain.cpp
f208c883bfa2cdad5429b314619efb839d63d358
[ "MIT" ]
permissive
aqfaridi/Competitve-Programming-Codes
437756101f45d431e4b4a14f4d461e407a7df1e9
d055de2f42d3d6bc36e03e67804a1dd6b212241f
refs/heads/master
2021-01-10T13:56:04.424041
2016-02-15T08:03:51
2016-02-15T08:03:51
51,711,974
0
0
null
null
null
null
UTF-8
C++
false
false
2,400
cpp
#include <iostream> #include <cstdio> #include <algorithm> #include <cstring> #include <sstream> #include <vector> #include <iomanip> #include <cmath> #include <set> #include <map> #include <queue> #include <climits> #include <cassert> using namespace std; typedef long long LL; typedef pair<int,int> pii; #define pb ...
[ "aqfaridi@gmail.com" ]
aqfaridi@gmail.com
67a4fbfd7e6e65b088fbeb5fb0a2318a40cb21eb
c66fc1081547309b0d37829cd5ec28b9ae21b966
/包含min函数的栈.cpp
157790cb7d642e63b3a2cc5adbc3d364e93d7a1f
[]
no_license
huangjianjun/data_structure_vs2012
97deb1d50886a0528bd5543c8aa58bec5769874d
d7c66bc3855b0c214456443a633550eea151a49d
refs/heads/master
2020-07-29T16:33:19.500102
2016-11-14T03:45:05
2016-11-14T03:45:05
73,660,986
0
0
null
null
null
null
GB18030
C++
false
false
1,983
cpp
#include<iostream> using namespace std; #include<stdlib.h> #include<stack> stack <int> m_data;//为数据栈,用于正常的栈操作 stack <int> m_min;//辅助栈,用于记录压入到栈的最小元素 void stack_with_min_push(int value) { m_data.push(value); if(m_min.size() == 0 || value <= m_min.top()) m_min.push(value); else m_min.push(m_min.top())...
[ "736216485@qq.com" ]
736216485@qq.com
3f48836e17abb0a3cb9a5c41a8c8c66255c31de9
464cd8249cd3b4e6b5901eabc23e2b87ba9e7fab
/After Life/build/Android/Preview/app/src/main/include/Uno.Threading.TaskDelegate.h
1b55b8399011e1e5d43193bf657625d51c0a3e30
[]
no_license
martin-morales/After-Life
25f95dd5e5b6069355358ff7c9bd5b1bc022ee7c
932ff16a632048678343f887f4c2fc44a072b9eb
refs/heads/master
2021-09-23T00:11:32.160761
2017-05-26T03:13:26
2017-05-26T03:13:26
91,754,404
0
0
null
2018-09-18T22:04:13
2017-05-19T01:53:31
C++
UTF-8
C++
false
false
445
h
// This file was generated based on '../../../Library/Application Support/Fusetools/Packages/Uno.Threading/1.0.11/tasks/$.uno'. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Delegate.h> namespace g{ namespace Uno{ namespace Threading{ // internal delegate void TaskDeleg...
[ "27martinmorales@gmail.com" ]
27martinmorales@gmail.com
5ba7ef9c2d401d69e689671da795cde5fb08498b
86337139b22e03a9ab9533cd0564946695311f9b
/hello_world/src/talker.hpp
ec68d48b80d3481f712bd6313fa3955b92184884
[]
no_license
Karsten1987/ros2_tutorial
d7cb870cde1b7411da2186b43b1c5fc7356f083b
17667348a5f3cfdcf30b3974a648db10ce7c96f0
refs/heads/master
2020-03-19T16:58:55.539150
2018-06-10T12:56:40
2018-06-10T12:56:40
136,739,160
0
0
null
null
null
null
UTF-8
C++
false
false
866
hpp
#ifndef TALKER_HPP_ #define TALKER_HPP_ #include <chrono> #include "rclcpp/rclcpp.hpp" #include "std_msgs/msg/string.hpp" using namespace std::chrono_literals; class TalkerNode : public rclcpp::Node { public: TalkerNode(): rclcpp::Node("talker_node") { msg_ = std::make_shared<std_msgs::msg::String>(); ...
[ "karsten.knese@googlemail.com" ]
karsten.knese@googlemail.com
163009e0994432d9e14b5d68bf334349709270c5
9de3b93bf478a1efab58c0f3f9518eb3e9160a47
/2장/2-15.cpp
74a4347902435aa65092a568b372990e8dc07b25
[]
no_license
DragonSky2357/WinAPIStudy
89f72d9e0704198a3265a73030d56121e09def58
baa34d71d1c4eaf3ab824b8ea9008cbb78a0dcc5
refs/heads/master
2021-04-23T03:35:09.671761
2020-04-01T10:27:36
2020-04-01T10:27:36
249,894,413
0
0
null
null
null
null
UTF-8
C++
false
false
1,487
cpp
#include<Windows.h> #include<tchar.h> LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow) { HWND hwnd; MSG msg; WNDCLASS WndClass; WndClass.style = CS_HREDRAW | CS_VREDRAW; WndClass.lpfnWnd...
[ "qkrdydals327@gmail.com" ]
qkrdydals327@gmail.com
f9b2bcceccd3f54a657de535978e0b4c9e574a84
116bf4d86f67aa5c18037b18bc1589e38400fa0c
/SDK/ZC_Projectile_12Gauge_Enemy_classes.hpp
5a890387da4fddce467de7207d914926377dc773
[]
no_license
hinnie123/ZeroCaliber_SDK
67de4b0469acf273ca8b52450aa4036256ecdaef
20786d77bb83366d8faa152aad117e8f90872c43
refs/heads/master
2020-04-03T03:41:38.590945
2018-11-10T14:32:07
2018-11-10T14:32:07
154,992,910
2
1
null
null
null
null
UTF-8
C++
false
false
680
hpp
#pragma once // ZeroCaliber (0.6.0 EA) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- //Classes //--------------------------------------------------------------------------- // BlueprintGeneratedClass Projectile_12Gau...
[ "hindrik-sibma@hotmail.nl" ]
hindrik-sibma@hotmail.nl
0a8c49c923e7a26ab579e9d5d28c57505444bae9
57e7b4f7cdfa01ed1b53049ae3811147171b1989
/Win32xx/samples/DockContainer/src/Text.cpp
43306c526ef0a28c0b33d5147a98d5db695a74ed
[ "Unlicense" ]
permissive
mufunyo/VisionRGBApp
d083f34982de903a06c4f928817fdddb78ebb193
c09092770032150083eda171a22b1a3ef0914dab
refs/heads/trunk
2023-03-03T01:49:03.164808
2021-02-09T20:35:08
2021-02-09T20:37:05
324,387,638
2
1
Unlicense
2020-12-28T10:21:03
2020-12-25T15:34:00
C++
UTF-8
C++
false
false
1,149
cpp
/////////////////////////////////////////////////// // Text.cpp - Definitions for the CViewText, // and CDockText classes #include "stdafx.h" #include "Text.h" #include "resource.h" /////////////////////////////////////////////// // CViewText functions CViewText::CViewText() { } CViewText::~CViewText...
[ "mf@mufunyo.net" ]
mf@mufunyo.net
d3d698e23f5cc8bb82c86715380067e82a529303
641fa8341d8c436ad24945bcbf8e7d7d1dd7dbb2
/mojo/public/cpp/bindings/tests/versioning_apptest.cc
89fd88a3e904ab2742c949c5d9a21ef2d21475bd
[ "BSD-3-Clause" ]
permissive
massnetwork/mass-browser
7de0dfc541cbac00ffa7308541394bac1e945b76
67526da9358734698c067b7775be491423884339
refs/heads/master
2022-12-07T09:01:31.027715
2017-01-19T14:29:18
2017-01-19T14:29:18
73,799,690
4
4
BSD-3-Clause
2022-11-26T11:53:23
2016-11-15T09:49:29
null
UTF-8
C++
false
false
4,432
cc
// Copyright 2015 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 <stddef.h> #include <stdint.h> #include "base/macros.h" #include "mojo/public/interfaces/bindings/tests/versioning_test_client.mojom.h" #include...
[ "xElvis89x@gmail.com" ]
xElvis89x@gmail.com
523e384c0f6555ad2a7a4788b1cbc5e933677017
ac1c9fbc1f1019efb19d0a8f3a088e8889f1e83c
/out/release/gen/content/common/document_scoped_interface_bundle.mojom-test-utils.cc
4ca66ba91974ccac1da6f937c5dca8f5c5d26057
[ "BSD-3-Clause" ]
permissive
xueqiya/chromium_src
5d20b4d3a2a0251c063a7fb9952195cda6d29e34
d4aa7a8f0e07cfaa448fcad8c12b29242a615103
refs/heads/main
2022-07-30T03:15:14.818330
2021-01-16T16:47:22
2021-01-16T16:47:22
330,115,551
1
0
null
null
null
null
UTF-8
C++
false
false
1,201
cc
// content/common/document_scoped_interface_bundle.mojom-test-utils.cc is auto generated by mojom_bindings_generator.py, do not edit // 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. #if defined(__clang_...
[ "xueqi@zjmedia.net" ]
xueqi@zjmedia.net
08684337b1a7ad456ed290f8fe255d70c5a2a523
e8847e58f0be82a761e75d27a4e9b6d4a734200b
/COLLECT.CPP
3f2d0993a9971111800a2f4dae685f6b0bec9ba0
[ "BSD-3-Clause" ]
permissive
brablc/far-plugin-ctools
9e53605c3ac43d181babcb43222af59a5e4d2008
194bf88a5160cd3b1ad6575ff4cbb1f1e9383574
refs/heads/master
2020-05-17T19:48:51.766759
2014-01-12T23:25:25
2014-01-12T23:25:25
15,853,166
1
0
null
null
null
null
UTF-8
C++
false
false
1,894
cpp
#include <windows.h> #include <winmem.h> #include "collect.h" #define MAXCOLLECTIONSIZE 0x7FFFFFFF TEInfo::TEInfo(int aLine, int aCol, char* aMark, char* aState) : line(aLine), col(aCol) { *state = 0; *mark = 0; if ( aMark ) strcpy(mark, aMark); if ( aState ) strcpy(state, aState); } coll...
[ "ondrej@brablc.com" ]
ondrej@brablc.com
9d3f0a57e95b239ba0a0be424b14e1a3c53ab6e1
1cfe11899a53650bdef39663928c829ca9a4d49b
/ACM/C/1100/1100_1.cpp
1c8e88baa1b1ce109411a22665d77b0c8cce9b69
[]
no_license
unequaled/CodeCompetition
99447beddc05c6c0bb4d0500a483fe45f18cd3c4
52de75f490db49b0ab9fadd42829bff685d5a76d
refs/heads/master
2021-01-10T02:02:01.394404
2015-06-05T10:08:21
2015-06-05T10:08:21
36,925,997
0
0
null
null
null
null
UTF-8
C++
false
false
723
cpp
//#!179646VO #include <stdio.h> #include <conio.h> #include <stdlib.h> int main(void){ int i,j,num,temp; long *intArrA; int *intArrB; scanf("%d", &num); intArrA = (long *) malloc(num*sizeof(long)); intArrB = (int *) malloc(num*sizeof(int)); for (i=0; i <num; i++) sc...
[ "unequaled25@hotmail.com" ]
unequaled25@hotmail.com
804719806790c3b45f1760c4b87a5615bb7768f6
00e841811d72cc6b6990b8c0bd38365a1290e976
/v1.1/source/system/task/main_task/console.cpp
cb88e517209ecc0da53530b805422498cd3693ce
[]
no_license
kurochan/OASIS
625aaa829fe32a95eaf7f44e82466b6698ddbfa8
17c0ecd6b00cbfc34d6e0217b28b81330c1cba21
refs/heads/master
2021-01-01T05:34:25.877020
2011-01-30T15:33:00
2011-01-30T15:33:00
1,313,246
0
0
null
null
null
null
UTF-8
C++
false
false
5,197
cpp
/* * console.cpp * * * Created by Liva on 10/12/06. * */ #include "kernel.h" #include <string.h> #include <stdio.h> CONSOLE::CONSOLE(const short windowPosX, const short windowPosY, const short windowSizeX, const short windowSizeY, const UINT bufX, const UINT bufY){ _window=windowctl.create( windowPosX, wind...
[ "sap.pcmail@gmail.com" ]
sap.pcmail@gmail.com
6282e37f592b86dcdd33d3eaff338b2610b96eb3
e4f07fa2a63a56cbaa9e72410a743f340665648b
/src_mixed/Obj_linux/pair_lj_cut_coul_long_tip4p.h
6f1170f865acb355a887820a57a561075993c4d7
[]
no_license
sepehrs07/Parallel_Path_Swapping
c3fa36b76f70c779fb121d9f0395377d1167a3f3
ded12d7fda51976230a12256776d4d551805dbcb
refs/heads/master
2016-09-15T23:30:20.287698
2014-05-13T01:32:55
2014-05-13T01:32:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,421
h
/* ---------------------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator http://lammps.sandia.gov, Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC04...
[ "sepehr.saroukhani@gmail.com" ]
sepehr.saroukhani@gmail.com
851727ef921060782181e637cf34ec3d7d1dd3e7
da6c3bc6da08e33b2c2fc2d83a8e72065184d2ae
/yuki/etc/3011.cpp
030abf5645a79768c1f9e5d1b4c68a3b4dad024e
[]
no_license
stringray55/procon
73a5213829817640f9899e43781a472bce613424
22ddaf969f590d75064fdaaf16a5d020171ba84b
refs/heads/master
2020-04-12T05:26:14.561208
2018-12-18T15:33:55
2018-12-18T15:33:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,497
cpp
#include <bits/stdc++.h> using namespace std; typedef signed long long ll; #undef _P #define _P(...) (void)printf(__VA_ARGS__) #define FOR(x,to) for(x=0;x<to;x++) #define FORR(x,arr) for(auto& x:arr) #define ITR(x,c) for(__typeof(c.begin()) x=c.begin();x!=c.end();x++) #define ALL(a) (a.begin()),(a.end()) #de...
[ "kmjp@users.noreply.github.com" ]
kmjp@users.noreply.github.com
8d9c140002037fde72fdd1783b78898e2cac6f76
23d096a2c207eff63f0c604825d4b2ea1a5474d9
/CRUZET/Calibration/plugins/MuonAssociatorDelta.cc
9510713c4e26e3b4b34737aa4ba916b3c61e1359
[]
no_license
martinamalberti/BicoccaUserCode
40d8272c31dfb4ecd5a5d7ba1b1d4baf90cc8939
35a89ba88412fb05f31996bd269d44b1c6dd42d3
refs/heads/master
2021-01-18T09:15:13.790891
2013-08-07T17:08:48
2013-08-07T17:08:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,879
cc
#include "DataFormats/DetId/interface/DetId.h" #include "Geometry/CaloTopology/interface/CaloTopology.h" #include "Geometry/CaloEventSetup/interface/CaloTopologyRecord.h" #include "DataFormats/EgammaReco/interface/BasicCluster.h" #include "DataFormats/EgammaReco/interface/BasicClusterFwd.h" #include <vector> #inclu...
[ "" ]
ba319c10977bf7668272483a4a0819d2629472d0
83762a4888dab11be81c3e7f6c4e4357c8079ae8
/include/hermes/BCGen/HBC/SerializedLiteralGenerator.h
60c750cb4f7805058087952371f7c7b20c67d8e0
[ "MIT" ]
permissive
alloy/hermes
1dc62f278d3ab11ca8a21868452f87f148500cba
817d558140a829bdd3094698e20ae476d171bb66
refs/heads/master
2023-02-12T08:08:49.896373
2020-04-23T18:43:29
2020-04-23T18:45:57
258,312,171
1
0
MIT
2020-04-23T19:40:28
2020-04-23T19:40:27
null
UTF-8
C++
false
false
3,116
h
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #ifndef HERMES_BCGEN_HBC_SERIALIZEDLITERALGENERATOR_H #define HERMES_BCGEN_HBC_SERIALIZEDLITERALGENERATOR_H #include "hermes/IR/IR...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
f92ca4d1991758f82e3bdfa0d75cd31b26e090f8
78240d2189af3e945e46e657af21f34bd88319a0
/createpasswd.cc
b1c7ddf0e618eade6305c61925d15432fc6ec527
[]
no_license
rumol/createpasswd
ab35f9bfbc4da741c9d1a77a02b91d4c8be1f590
76a4d082d91b448263fbbfca32f274b6d4059eac
refs/heads/master
2021-01-10T04:32:37.641182
2015-12-10T14:16:27
2015-12-10T14:16:27
47,762,602
0
0
null
null
null
null
UTF-8
C++
false
false
1,644
cc
#include <stdlib.h> #include <unistd.h> #include <iostream> extern char *__progname; void usage(int exit_status) { std::cerr << __progname << " [-ehr] [-n number_of_password] [-l min_password_length] [-p distribution_parameter] [-m max_password_length]" << std::endl; exit(exit_status); } char random_char() { ...
[ "david.rumol.moreira@gmail.com" ]
david.rumol.moreira@gmail.com
cbbcc87bae0319163fd8deb5be2fda065bf588f6
707faf9498b106f93305321b2f1ee9c31784506f
/university-work/before/c/altele/afistoke.cpp
0bf05a2852db1cab877e9b72058a3f9b0d66eae8
[]
no_license
bdumitriu/playground
489479996fd3c8a83f456d08c01de5e09acb18d8
22a67f59832f0367806e50c84f2aec1ebba18150
refs/heads/master
2023-07-31T13:53:37.833865
2023-07-18T23:06:28
2023-07-18T23:07:24
2,675,737
1
0
null
2022-11-24T03:00:56
2011-10-30T15:39:47
Java
UTF-8
C++
false
false
642
cpp
#include <stdio.h> #include <conio.h> int i= 0; int sep(char a, char *x) { int j; for (j= 0; j < 5; j= j+1) if (a == x[j]) return 1; return 0; } int ret_token (char *s, char *x) { int j, k; while (sep(s[i], x)) i= i+1; j= i; while(!sep(s[j], x)) j...
[ "bogdan.dumitriu@qtronic-software.ro" ]
bogdan.dumitriu@qtronic-software.ro
4ed01b7eb84d96a2098baf59581128c95bb5072b
611dfda5d7dd68f76ad92f505e1f3a2bf6fa55a9
/Cxx/Utilities/ExtractArrayComponent.cxx
3d7d779690ad72fb2f5e25763d1949902e18933b
[]
no_license
sandylovesa/VTKWikiExamples
acdbf47ebe01d082a96a291549c0f1cd45c12135
b8a5d4336527fa24b768a1bd3fb5004d2b5e79ac
refs/heads/master
2020-12-25T02:10:38.460642
2016-06-30T00:22:48
2016-06-30T00:22:48
62,450,904
1
0
null
2016-07-02T12:59:15
2016-07-02T12:59:15
null
UTF-8
C++
false
false
1,740
cxx
#include <vtkVersion.h> #include <vtkArrayCalculator.h> #include <vtkDoubleArray.h> #include <vtkPointData.h> #include <vtkPolyData.h> #include <vtkSmartPointer.h> int main(int, char *[]) { vtkSmartPointer<vtkPoints> points = vtkSmartPointer<vtkPoints>::New(); points->InsertNextPoint(1.0, 0.0, 0.0); points->...
[ "bill.lorensen@gmail.com" ]
bill.lorensen@gmail.com
6fb92a7bef133f5ffbe19e2f0f81784bcb06d486
636394fc4967123179dd2dc935f437e735c6d38a
/export/windows/obj/src/AssetPaths.cpp
4f277d1ceac287c216e518e2382bc4a4e90b246c
[ "MIT" ]
permissive
arturspon/zombie-killer
865e6ef3bdb47408f9bfea9016f61bf19b2559c7
07848c5006916e9079537a3d703ffe3740afaa5a
refs/heads/master
2021-07-18T16:44:26.556092
2019-05-04T13:56:08
2019-05-04T13:56:08
181,805,463
0
1
MIT
2021-07-16T23:18:46
2019-04-17T02:50:10
C++
UTF-8
C++
false
true
13,811
cpp
// Generated by Haxe 4.0.0-rc.2+77068e10c #include <hxcpp.h> #ifndef INCLUDED_AssetPaths #include <AssetPaths.h> #endif HX_LOCAL_STACK_FRAME(_hx_pos_a71b198b2cf5b646_28_boot,"AssetPaths","boot",0x7f6e2362,"AssetPaths.boot","flixel/system/macros/FlxAssetPaths.hx",28,0x71054749) void AssetPaths_obj::__construct() { } ...
[ "artursponchi@gmail.com" ]
artursponchi@gmail.com
cc0fe8cd9545a248da9c57e7cc893ca611d31541
9a72c4f8187350c60e53c1b51565d3a6204d766e
/Classes/mahjong-algorithm/standard_tiles.h
3736c0397b8d292e587e63800b8926fd7dce473b
[ "MIT" ]
permissive
wenyy168/ChineseOfficialMahjongHelper
c7efb02d3da13a442d83ae04c37db0fb0d5efb37
7db992b7a8de56aac0b65509e8eb37dba332cfb8
refs/heads/master
2022-01-31T07:22:09.691810
2019-07-22T13:26:30
2019-07-22T13:26:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,330
h
/**************************************************************************** Copyright (c) 2016-2019 Jeff Wang <summer_insects@163.com> 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 withou...
[ "summer_insects@163.com" ]
summer_insects@163.com
37404f1040e2cc94a4c9d96eef0402add7a45ba1
2e2b2b8e7dcfac00379591e796f652d534181e7a
/atcoder/075/e.cpp
ebaedd07b981a7b8f1c12c86c2d441091d6f9146
[]
no_license
bansalshaleen/C-
caf6eea6a7c8271c646304677b384a20c35a5e2c
276d676ed7dd9923772e67e5ff84267af41c13cb
refs/heads/master
2023-06-10T09:58:21.430225
2021-07-04T11:25:36
2021-07-04T11:25:36
264,470,320
0
0
null
null
null
null
UTF-8
C++
false
false
1,895
cpp
#include <bits/stdc++.h> #include <numeric> #include <iomanip> using namespace std; typedef long long int ll; typedef unsigned long long int sll; typedef long double ld; #define A 100000000ll #define B 998244353ll #define FAST ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); #define pb push_back #define mxe(v) *ma...
[ "sbansal@ec.iitr.ac.in" ]
sbansal@ec.iitr.ac.in
19a58e6ee8ba8653a041609457ea1327f8b05a02
90047daeb462598a924d76ddf4288e832e86417c
/third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.cpp
1d81d4c7c3abbb044cac6f5ae4ece26d8f5a3edd
[ "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
massbrowser/android
99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080
a9c4371682c9443d6e1d66005d4db61a24a9617c
refs/heads/master
2022-11-04T21:15:50.656802
2017-06-08T12:31:39
2017-06-08T12:31:39
93,747,579
2
2
BSD-3-Clause
2022-10-31T10:34:25
2017-06-08T12:36:07
null
UTF-8
C++
false
false
12,636
cpp
/* * Copyright (C) 2012-2013 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 code must retain the above * copyright notice, this list...
[ "xElvis89x@gmail.com" ]
xElvis89x@gmail.com
749193fd735b09983632062f51a942e45cf6f703
531571ad501cffa7f4c914ea0f9b5683e41fb539
/OpenCV-android-sdk/sdk/native/jni/include/opencv2/opencv_modules.hpp
a9406b35649a23eda98437a57c8d4504c75a636f
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
minghuang81/opencvdepth
f2571f83b5fefe5b06bb5abb9e7b983fef905458
6ed113e94ab67452385c0f4d740ca3ab2b0a5389
refs/heads/master
2022-01-06T22:58:58.219926
2019-07-22T19:50:59
2019-07-22T19:52:05
198,081,015
2
0
null
null
null
null
UTF-8
C++
false
false
809
hpp
/* * ** File generated automatically, do not modify ** * * This file defines the list of modules available in current build configuration * * */ // This definition means that OpenCV is built with enabled non-free code. // For ming, patented algorithms for non-profit/non-commercial use only. /* #undef OPENCV_...
[ "minghuang81@hotmail.com" ]
minghuang81@hotmail.com
addf9e6836acddb35e08952f80ced32f80fccf1c
edab58696afb07657232f17490b24c8e1e11b6c2
/miscellanious/RPA_DP_IMPROVED.cpp
a5ed5eda4aa1c406590d45bf87650c50714ef56b
[]
no_license
mhcayan/competitive-programming
cd8e08da67138cfbdcd2d47cd70572a7fc6435fd
f80ab6929a5d2eb780d35679688ea39138cf9e8a
refs/heads/master
2022-05-27T15:03:46.147224
2022-05-22T00:21:29
2022-05-22T00:21:29
161,851,714
0
0
null
null
null
null
UTF-8
C++
false
false
5,181
cpp
#include<cstdio> #include<cstdlib> #include<vector> #include<algorithm> #include<cmath> #include<iostream> #include<time.h> using namespace std; #define pb push_back #define FOR(i,a,b) for(i=a;i<=b;i++) #define RFOR(i,a,b) for(i=a;i>=b;i--) #define MAXSERVER 500 #define MAXREPLICA 200 #define MAXL 500 #define INT_MX 2...
[ "ayanctg@gmail.com" ]
ayanctg@gmail.com
20d097a78cd06c494109bdce6193c2ae364b3170
85151b78f4e9fa72ac709e8cdf45de81b8e290a8
/file_utils.h
9355a3a9a32994f80036b2cbbbe96dde7489108e
[]
no_license
UtkarshMish/connect-game-crow
31f67b301eddf198f253eb4c5dc6abb531e82770
b4957a7f06e049a98822e97ff86932d85bf385d6
refs/heads/master
2023-04-20T21:20:45.344296
2021-05-06T04:20:01
2021-05-06T04:20:01
306,370,166
0
0
null
null
null
null
UTF-8
C++
false
false
2,738
h
#include <utility> #include "crow_all.h" #include "unordered_map" using namespace crow; using namespace std; #ifndef GAME_APP_FILE_UTILS_H #define GAME_APP_FILE_UTILS_H class ServerFile { private: string file; string extension; string contentType; string location; string findExtension() { ...
[ "iiutkarshmishraii@gmail.com" ]
iiutkarshmishraii@gmail.com
ba5a271b3774ba5b0473406ccc1a33e031f9b891
bd37f7b494990542d0d9d772368239a2d44e3b2d
/server/src/Operacion.cpp
ce787af59e1d046fa302642a4685ebd4f847e2a7
[]
no_license
nicosuarez/pacmantaller
b559a61355517383d704f313b8c7648c8674cb4c
0e0491538ba1f99b4420340238b09ce9a43a3ee5
refs/heads/master
2020-12-11T02:11:48.900544
2007-12-19T21:49:27
2007-12-19T21:49:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
322
cpp
/////////////////////////////////////////////////////////// // Operacion.cpp // Implementation of the Class Operacion // Created on: 21-Nov-2007 23:40:20 /////////////////////////////////////////////////////////// #include "Operacion.h" Operacion::Operacion(){ } Operacion::~Operacion(){ } ...
[ "scamjayi@5682bcf5-5c3f-0410-a8fd-ab24993f6fe8" ]
scamjayi@5682bcf5-5c3f-0410-a8fd-ab24993f6fe8
06a0410a8fe8fec30fe610e7ad7625508e642242
1a543e7112e6a3b49098c2c8f8b1a7f1973a77fe
/Books/C++프로그래밍/Chapter 04/3차원_객체_배열.cpp
4a96eec020d1001f49e32e828328ce56f302f639
[]
no_license
booknu/PS_Relative
d0bc27cbc695511610b83a6f541410f4c13fafd8
944964bfed4ae04f38c20b1dfddea1c63f236f82
refs/heads/master
2022-06-09T02:22:12.306623
2020-05-05T08:35:20
2020-05-05T08:35:20
198,022,480
1
1
null
null
null
null
UHC
C++
false
false
2,247
cpp
///************ //<주소> : //********** //<해결방안> : // //3차원 "객체 배열" 생성, 활용법 // //1. Obj ***arr; 형식으로 3차원 포인터 선언 // //2. arr = new Obj**[z] 와 같이 가장 외부 배열 할당 // //3. arr[0, z) = new Obj*[y] 와 같이 중간 배열 할당 // //4. arr[0, z)[0, y) = new Obj[x] 와 같이 가장 안쪽 배열 할당 (이 때, 1차원 객체 배열을 할당하는 것과 같으므로 생성자 호출됨) // //5. arr[z][y][x].~~~~ ...
[ "limsydev@gmail.com" ]
limsydev@gmail.com
9b8741d90eb31e1dad0bc982af9ccb100b6335b4
45f9f51c81f495153b42ecbe7fdef855770546ff
/Program.cpp
ed0d4a291397182aeb1d4af72a754a03bfea8417
[ "Apache-2.0" ]
permissive
alexpilotti/OpenStackService
1d705d7afa2f8397c7d930bdd344fdfb5730f857
86386728d86a9198b24b18b53f891ecf0ca76514
refs/heads/master
2021-08-31T05:54:29.523627
2017-11-21T12:32:47
2017-11-21T12:39:08
111,615,894
0
1
null
2017-12-20T13:17:05
2017-11-22T00:12:05
C++
UTF-8
C++
false
false
1,437
cpp
/* Copyright 2012 Cloudbase Solutions Srl All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agree...
[ "apilotti@cloudbasesolutions.com" ]
apilotti@cloudbasesolutions.com
0ebc975160d76520f4aabdaf707b761c9af1a996
400983ad7be2f7face799c0fd19b4d655ffa7725
/CC DecemberCookOFF/1.cpp
4ac80ccfda2e506ffaf6273c8ef8d801494c5b42
[]
no_license
AdityaTeltia/C-DS-Algo
6bf88bd2c17941f03e618aeab741a80f67896f25
0d51e49dee04d6a1047918050ba2a82e88aed172
refs/heads/master
2023-02-28T06:28:42.300938
2021-02-04T11:32:28
2021-02-04T11:32:28
317,859,846
1
0
null
null
null
null
UTF-8
C++
false
false
577
cpp
#include<bits/stdc++.h> using namespace std; int main(){ int t; cin>>t; while(t--){ string s; cin>>s; int c = 0; int a= 0; if(s.length()%2 != 0){ cout<<-1<<endl; }else{ for(int i=0;i<s.length();i++){ if(s[i]=='1'){ ...
[ "teltia.aditya22@gmail.com" ]
teltia.aditya22@gmail.com
684934b9da345a3ff41308b9c2be158193fc1397
9d6b183720e6672b6c5b5b0d46983d6a381c25ce
/commonutils.cpp
40fcc7cb5b52128ea9694ce1aeb9e9aefd72bfea
[]
no_license
wocan23/ElasticSearchCli
a71c31edb1491b0b11b80b54283b2cdc2b6b1e19
bc007beb692c5d1cca91197ae1c99609353d618c
refs/heads/master
2020-12-11T03:13:32.440088
2020-01-14T06:50:58
2020-01-14T06:50:58
233,775,569
0
0
null
null
null
null
UTF-8
C++
false
false
3,186
cpp
#include "commonutils.h" #include <QLabel> #include <QTextBrowser> #include <QDebug> CommonUtils::CommonUtils() { } QHBoxLayout* CommonUtils::createShowLayout(QString &key, QString& value, int width){ QHBoxLayout * hLayout = new QHBoxLayout; QLabel *keyL = new QLabel(key+":"); keyL->setFixedWidth(100)...
[ "1115870494@qq.com" ]
1115870494@qq.com
a2acb86ce8bbbd4ba2ea8cfa2b2c6b450b9f5f30
6d1bce0a64556d76da21e44ead424af7ca2a1b6b
/[A]lihanEngine/[A]lihanEngine/vertexarray.h
8519b67170a5826f5306b6cdbb919141c20f5f6f
[]
no_license
15831944/AdvancedGameProgrammingEngine
9fbe19e9197b18dc6689672dc920738f5db5141d
0da8af8a36945d4dc4b24aa66729862d2f261e24
refs/heads/master
2023-03-21T02:59:02.682756
2017-05-10T07:37:22
2017-05-10T07:37:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
360
h
#pragma once #include <vector> #include <GL\glew.h> #include "buffer.h" namespace prototype { namespace graphics { class VertexArray { private: GLuint m_ArrayID; std::vector<Buffer*> m_Buffers; public: VertexArray(); ~VertexArray(); void addBuffer(Buffer* buffer, GLuint index); void bind() ...
[ "m00ndogmiller@gmail.com" ]
m00ndogmiller@gmail.com
f01456debc504ab21b09570276b270d5abad04f7
6bfea0dd6b727e22b0f72c25486ba9acd5f00da8
/finalExp/OpenCVWithQtDemo/OpenCVQtConnecter.cpp
b82c5f7ace5afbecbbe1dd87a9652b0538017211
[]
no_license
youhengchan/OpenCV-with-Qt-Demo
de98a467cff8c8a89e9a801768190795698fc65b
2a830958dbee8b3226a3abc4c0b2ddebce341df7
refs/heads/master
2020-09-30T10:49:55.324052
2020-07-23T14:59:35
2020-07-23T14:59:35
227,272,524
1
1
null
null
null
null
UTF-8
C++
false
false
7,542
cpp
#include "openCVQtConnecter.h" #include <vector> #include <stack> void LabelDisplayMat(QLabel *label, cv :: Mat &mat) { cv::Mat Rgb(mat.size(), mat.type()); QImage Img; if (mat.channels() == 3) { cv::cvtColor(mat, Rgb, cv::COLOR_BGR2RGB); Img = QImage((const uchar*)(Rgb.data), Rgb.cols,...
[ "youhengchan@qq.com" ]
youhengchan@qq.com
24a0969bb9a9e8f31d7b68f30e69b50f368a5546
3122a3e4305a674a03fef02f5ae29a241d703be3
/libc/test/src/__support/File/file_test.cpp
d7bdeb7a2ba19521702baa8590ca6f52ff9cc871
[ "NCSA", "Apache-2.0", "LLVM-exception" ]
permissive
privbox/llvm-project
a55472345a465159b8b6b4eec543657dd7bd2031
e072a123d3b24995b0921802d69c93c08e3667bf
refs/heads/main
2023-04-13T13:27:07.270511
2022-04-25T22:46:03
2022-05-03T17:15:04
488,298,907
2
0
null
null
null
null
UTF-8
C++
false
false
12,282
cpp
//===-- Unittests for platform independent file class ---------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
[ "sivachandra@google.com" ]
sivachandra@google.com
6a9994e76ea8dbdc8178bd4676e83d7d9b3a789c
cef41861b5c21ae334c1174f36a23a75d5eea090
/samp4_4/moc_widget.cpp
1bf7bfdb9dfe658dfca3efd2f141596128e110d3
[]
no_license
18616378431/QTProjects
4f4dfb7abcbbb61629dfc504696dbd28ec46d8b5
76090c1d243f635986e0dd34c52fed31a7f4ea3c
refs/heads/master
2021-06-23T05:01:44.646295
2021-06-18T05:49:42
2021-06-18T05:49:42
156,533,053
0
0
null
null
null
null
UTF-8
C++
false
false
4,983
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'widget.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.9.1) ** ** WARNING! All changes made in this file will be lost! **************************************************************...
[ "wang673339759@sina.com" ]
wang673339759@sina.com
88bd3087995691418be5ae9ac3a3df117017369a
6dad8696136ce04919c014011bcabd9a3edef3b1
/Terrace Source/codes/background subtraction/t_ZivkovicAGMM.cpp
47de26fd634c251f2e82d2f337e1bb5562937302
[]
no_license
lochuynh211/Pedestrian-Tracking
0e0342a2ade24591846c4c7975d2fe75c8bd184c
0a02fb089ed8586dded8b481490d5e0d3dc72442
refs/heads/master
2021-01-10T23:20:43.861527
2016-10-11T14:07:33
2016-10-11T14:07:33
70,596,584
0
0
null
null
null
null
UTF-8
C++
false
false
10,060
cpp
/**************************************************************************** * * ZivkovicAGMM.cpp * * Purpose: Implementation of the Gaussian mixture model (GMM) background * subtraction algorithm developed by Z. Zivkovic. * * Author: Donovan Parks, September 2007 * * This code is based on code by Z. Zivkovic's...
[ "loc.huynh.211@gmail.com" ]
loc.huynh.211@gmail.com
bae336b26d84535e910b890a8a1aed3aa81d5b09
3dde0c96f0682fae153673e409986c901be4a463
/MFC/10-DesplazamientoVertical/StdAfx.cpp
c40518ce22871d2d87b696d05c7881304e3233df
[ "MIT" ]
permissive
NestorJavier/Programacion_avanzada-Visual-
1bd801c217ee98ae9be1d5cb9fe8187cb2f0fb04
1ccb8d41988d860689a6f8ef74bdd53da62c5214
refs/heads/main
2023-01-15T20:25:55.246800
2020-11-24T02:29:21
2020-11-24T02:29:21
315,493,914
0
0
null
null
null
null
UTF-8
C++
false
false
216
cpp
// stdafx.cpp : source file that includes just the standard includes // DesplazamientoVertical.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
[ "Nestor.Mendez1@daikinapplied.com" ]
Nestor.Mendez1@daikinapplied.com
b426793927ce5484f5296d40bd1ce1ead6075113
5fcc718e15e951bb0ef3fae7816ee2f33cfced82
/STRSUB.cpp
9e02a09f9af88bbbb00968908f826ae05993c792
[]
no_license
Shubhamsingh147/Codechef-Hackerrank-Hackerearth-etc
27ec108b05350222829450d9da8f66bfe1ebd085
8974aa238d3609a61f0003bee5fb56c3e2b31b01
refs/heads/master
2021-01-19T04:24:32.494028
2016-06-01T09:21:58
2016-06-01T09:21:58
60,162,140
0
0
null
null
null
null
UTF-8
C++
false
false
2,314
cpp
#include <iostream> #include <stdio.h> #include <string> using namespace std; bool isCorrect (string ss, int k) { if (ss.length() < k) return true; else if (ss.length() < 2*k + 1) { int count_0 = 0, count_1 = 0; for (int i = 0; i < ss.length(); ++i) { if (ss[i] == '0') count_0++; else ...
[ "shubhamsingh147@gmail.com" ]
shubhamsingh147@gmail.com
40a412d84ff8908a5a560f18cbac5b7702daccba
711e5c8b643dd2a93fbcbada982d7ad489fb0169
/XPSP1/NT/inetsrv/iis/svcs/infocomm/atq/atqbmon.cxx
ba9cf7af958ff93c7ac189141fbb47e5199ef020
[]
no_license
aurantst/windows-XP-SP1
629a7763c082fd04d3b881e0d32a1cfbd523b5ce
d521b6360fcff4294ae6c5651c539f1b9a6cbb49
refs/heads/master
2023-03-21T01:08:39.870106
2020-09-28T08:10:11
2020-09-28T08:10:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
24,864
cxx
/*++ Copyright (c) 1998 Microsoft Corporation Module Name: atqbmon.cxx Abstract: ATQ Backlog Monitor Author: 01-Dec-1998 MCourage Revision History: --*/ #include "isatq.hxx" #include "atqbmon.hxx" ATQ_BACKLOG_MONITOR * g_pAtqBacklogMonitor = NULL; ATQ_BACKLOG_MONI...
[ "112426112@qq.com" ]
112426112@qq.com
ea1fe81c8acce5a4349807814fcde24a0db1a98d
e56d544246865a64ed25eeb62bc86fde5f4e784c
/sample/4_tetris/src/gra.cpp
08da060205af549ed96af79335c9ef397cbba85d
[]
no_license
pdpdds/allegro4_dos
44017d6892549f49359f6970b3454b09e927f29c
9232b3acb2bfb883cbdafb1b50daa227a0e27956
refs/heads/master
2022-11-27T10:56:39.927867
2022-11-20T09:33:04
2022-11-20T09:33:04
187,037,477
13
1
null
null
null
null
UTF-8
C++
false
false
3,637
cpp
#include "gra.h" #include "silnik.h" #include <cstdlib> #include <ctime> #include <iostream> #include <allegro.h> #define wys_tab 21 #define szer_tab 12 #ifdef _WIN32 #define szer_okna 800 #define wys_okna 600 #else #define szer_okna 320 #define wys_okna 200 #endif #define odleglosc_od_lewej_krawedzi 95 #define odle...
[ "juhang3@daum.net" ]
juhang3@daum.net
7696b8f1010f8ce7646ac6ea664d70d29e5e744b
d0fb46aecc3b69983e7f6244331a81dff42d9595
/sas/src/model/DescribePropertyScaItemResult.cc
fb1176a8d2bd14bdd139becb0e50296463ba0a9e
[ "Apache-2.0" ]
permissive
aliyun/aliyun-openapi-cpp-sdk
3d8d051d44ad00753a429817dd03957614c0c66a
e862bd03c844bcb7ccaa90571bceaa2802c7f135
refs/heads/master
2023-08-29T11:54:00.525102
2023-08-29T03:32:48
2023-08-29T03:32:48
115,379,460
104
82
NOASSERTION
2023-09-14T06:13:33
2017-12-26T02:53:27
C++
UTF-8
C++
false
false
2,894
cc
/* * Copyright 2009-2017 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
bcf93076e6a5d55b8356de6755012c63f269107d
f013a56f6155d9f19a7d4be597e25801417b1f64
/Documents/VisualStudio2019/source/repos/Hola2020/Hola2020.cpp
901a5df5f5448988cbe0c11c2f90feb150a4e020
[]
no_license
SugeilyCruz/PO208-2019
1aebeb2d4f017162e25983a0c41d491cebba779f
9f5a265cf58fda870a8d126a965888b572414186
refs/heads/master
2022-10-11T03:05:41.446996
2020-06-12T16:21:05
2020-06-12T16:21:05
271,842,166
0
0
null
null
null
null
UTF-8
C++
false
false
979
cpp
// Hola2020.cpp : Este archivo contiene la función "main". La ejecución del programa comienza y termina ahí. // #include <iostream> int main() { std::cout << "Hello World!\n"; } // Ejecutar programa: Ctrl + F5 o menú Depurar > Iniciar sin depurar // Depurar programa: F5 o menú Depurar > Iniciar depuración // Su...
[ "55gush99@gmail.com" ]
55gush99@gmail.com
a4c1355d2d9f454f3c5d3ad0d585289167216137
cc7661edca4d5fb2fc226bd6605a533f50a2fb63
/Mono.Security/PrivateKeyInfo.h
c5f6a796ca24328d4869f75bd5d0fa2ea3c81260
[ "MIT" ]
permissive
g91/Rust-C-SDK
698e5b573285d5793250099b59f5453c3c4599eb
d1cce1133191263cba5583c43a8d42d8d65c21b0
refs/heads/master
2020-03-27T05:49:01.747456
2017-08-23T09:07:35
2017-08-23T09:07:35
146,053,940
1
0
null
2018-08-25T01:13:44
2018-08-25T01:13:44
null
UTF-8
C++
false
false
495
h
#pragma once #include "..\UnityEngine\UnicodeString*.h" #include "..\System\Collections\ArrayList.h" namespace rust { class PrivateKeyInfo : public Object // 0x0 { public: UnityEngine::UnicodeString* _algorithm; // 0x10 (size: 0x8, flags: 0x1, type: 0xe) unsigned char* _key; // 0x18 (size: 0x8, flags: 0x1, ty...
[ "info@cvm-solutions.co.uk" ]
info@cvm-solutions.co.uk
70a4f12ce5ab38f1a658d9cd589da80bd76665a4
bc90e70ee2139b034c65a5755395ff55faac87d0
/sprout/weed/expr/eval.hpp
918b9261addf37ddb52a7476aaaacea3931bf9c5
[ "BSL-1.0" ]
permissive
Manu343726/Sprout
0a8e2d090dbede6f469f6b875d217716d0200bf7
feac3f52c785deb0e5e6cd70c8b4960095b064be
refs/heads/master
2021-01-21T07:20:16.742204
2015-05-28T04:11:39
2015-05-28T04:11:39
37,670,169
0
1
null
2015-06-18T16:09:41
2015-06-18T16:09:41
null
UTF-8
C++
false
false
1,254
hpp
/*============================================================================= Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.tx...
[ "bolero.murakami@gmail.com" ]
bolero.murakami@gmail.com
9f94519ec7e13534bf4f4c2f83b4f8cc4c8efdea
d09945668f19bb4bc17087c0cb8ccbab2b2dd688
/csacademy/041-060/044/e.cpp
8335227dc412d628e0ae166c2597eb3277149e80
[]
no_license
kmjp/procon
27270f605f3ae5d80fbdb28708318a6557273a57
8083028ece4be1460150aa3f0e69bdb57e510b53
refs/heads/master
2023-09-04T11:01:09.452170
2023-09-03T15:25:21
2023-09-03T15:25:21
30,825,508
23
2
null
2023-08-18T14:02:07
2015-02-15T11:25:23
C++
UTF-8
C++
false
false
2,048
cpp
#include <bits/stdc++.h> using namespace std; typedef signed long long ll; #undef _P #define _P(...) (void)printf(__VA_ARGS__) #define FOR(x,to) for(x=0;x<(to);x++) #define FORR(x,arr) for(auto& x:arr) #define ITR(x,c) for(__typeof(c.begin()) x=c.begin();x!=c.end();x++) #define ALL(a) (a.begin()),(a.end()) #...
[ "kmjp@users.noreply.github.com" ]
kmjp@users.noreply.github.com
08957458d5e25d06e6dcb63503cce76d3808bde1
f29b4042e8d0759ec56ce0b4b6a59d27cbd75a6b
/probability.cpp
1a380f3cef8f5c776162897795a6320998255813
[]
no_license
sevengram/basic-algorithm
c7cbd45e7fbba90a7174c9f76208f9124fefa48c
8d423bb5ee76ac1b1a1644ca7bea11d7b133b6e0
refs/heads/master
2020-07-20T19:09:59.565006
2016-08-26T05:03:06
2016-08-26T05:03:06
66,617,897
0
0
null
null
null
null
UTF-8
C++
false
false
1,861
cpp
#include "common.h" vector<int> rand_select_k_items(vector<int> &stream, int k) { int i; vector<int> pool; for (i = 0; i < k; i++) { pool.push_back(stream[i]); } srand(time(0)); for (; i < stream.size(); i++) { int j = rand() % (i + 1); if (j < k) { pool[j] =...
[ "sevengram1991@gmail.com" ]
sevengram1991@gmail.com
1c4c95c5a86451484ab45682b3e933b72a451885
dbf59704ea314deb18fd05e67ff6b05cc16be091
/llvm/include/Support/hash_set
620dd336671bf5822dfb33687427640738ddda66
[ "NCSA" ]
permissive
raujika418/GoodOldDays
7b689e1093ee5b863a14115c1d9f5b012f089b4d
8eb4770127c28e4d21987190daed54b5fa2ccc29
refs/heads/master
2022-02-24T00:45:30.557879
2019-07-18T16:06:02
2019-07-18T16:06:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,764
//===-- Support/hash_set - "Portable" wrapper around hash_set ---*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file was developed by the LLVM research group and is distributed under // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===--------...
[ "raujikachu@localhost.localdomain" ]
raujikachu@localhost.localdomain
8120f959400fdf7e91ff9462f843b13c97ea1ac0
e2a6a74397a8c3012094ee3ded9a0c6c5f058333
/Codeforces/28Feb2015-A/main.cpp
b369a21f3019b6138e9755f15256d7afabe64407
[]
no_license
Emi14/Concursuri
4ed73907166625b9a87ad53e29034c85e0c7f336
7e8ec675558a62485491d6cbab928985eb4e8edc
refs/heads/master
2016-08-13T00:02:11.407590
2016-03-26T13:54:09
2016-03-26T13:54:09
54,777,590
0
0
null
null
null
null
UTF-8
C++
false
false
958
cpp
#include <iostream> #include <cstring> using namespace std; int i,j; char s[9]; int main() {int b=0,w=0; for(i=1;i<=8;i++) { cin.getline(s,9); for(j=0;j<=7;j++) if(s[j]=='q') b+=9; else if(s[j]=='Q') w+=9; else if(s...
[ "emiionut@gmail.com" ]
emiionut@gmail.com
375ffaaea5eb1db3d89f438cd51e04bb28d71b37
6081ffa2642eea469cef45535984f349fa21832c
/src/Tag/Tag_Version.h
c8a64e93211b663b262b62c8f1702186c0b89cb0
[]
no_license
rocky2shi/NoteSrv
22a71ac45f14ec002f6db61993bd56cffb3551a4
a4cd12ff99a4c21c6ba8e1f5e92559de14890bd3
refs/heads/master
2020-05-29T15:25:13.130916
2011-05-09T17:43:14
2011-05-09T17:43:14
1,580,375
1
0
null
null
null
null
UTF-8
C++
false
false
518
h
#ifndef __TAG_VERSION_H_20100603__ #define __TAG_VERSION_H_20100603__ #include "Tag.h" namespace TAG_VERSION_SPACE { // 显示版本号 class Tag_Version : public Tag { protected: virtual string Get(Page *page); public: Tag_Version(const string &page, const string &tag); virtual ~Tag_Version(); protected: ...
[ "rocky2shi@126.com" ]
rocky2shi@126.com
bf3ca1c5f30e1a33d641adfa1159009e34afdb1a
1f177420199032d90ab028e0375b5e927221c657
/luogu/luogu1419.cc
0f58ba1501a8dccf39a567758d6881a1aa224f98
[]
no_license
afawa/OI-problem
0ca454eceefaad78a076822e39c1eefabe9fec19
f0bf82976463ad541ef7b2a3735cf973297085d9
refs/heads/master
2023-01-09T04:03:13.658576
2020-10-25T15:43:44
2020-10-25T15:43:44
296,617,659
1
0
null
null
null
null
UTF-8
C++
false
false
1,126
cc
#include <bits/stdc++.h> using namespace std; int n,s,t; int a[100005]; double prefixSum[100005]; int q[100005]; bool check(double mid){ prefixSum[0] = 0; for(int i=1;i<=n;++i){ prefixSum[i] = prefixSum[i-1] + (double) a[i] - mid; } int head = 1, tail = 0; for(int i=s;i<=n;++i){ whil...
[ "1700012786@pku.edu.cn" ]
1700012786@pku.edu.cn
be96f2083e98b8c5c8b78876977abe0513fb86cd
d4b17a1dde0309ea8a1b2f6d6ae640e44a811052
/include/algorithms/neural_networks/initializers/gaussian/gaussian_initializer.h
8da84be73259ad28e600a87cf47e58ada80e5de8
[ "Apache-2.0", "Intel" ]
permissive
h2oai/daal
c50f2b14dc4a9ffc0b7f7bcb40b599cadac6d333
d49815df3040f3872a1fdb9dc99ee86148e4494e
refs/heads/daal_2018_beta_update1
2023-05-25T17:48:44.312245
2017-09-29T13:30:10
2017-09-29T13:30:10
96,125,165
2
3
null
2017-09-29T13:30:11
2017-07-03T15:26:26
C++
UTF-8
C++
false
false
6,807
h
/* file: gaussian_initializer.h */ /******************************************************************************* * Copyright 2014-2017 Intel Corporation * * 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 th...
[ "vasily.rubtsov@intel.com" ]
vasily.rubtsov@intel.com
5fcc2ea3418cb0d76a876f9e1b16c3cb6453e111
e0b4fc8aaf60ff3c4187646ab132027b603da0be
/CR126/CR126_A/main.cpp
f93a6055fea917c5f5c7892fd13e9dae1bfceea6
[]
no_license
tupieurods/SportProgramming
c886a2b3759d43d1ec52e949c7027c9c43bf6ef1
9f2362e14b51f249141166c1867d081f125e7358
refs/heads/master
2021-01-23T22:53:20.521768
2014-10-29T16:27:13
2014-10-29T16:27:13
15,796,982
0
0
null
null
null
null
UTF-8
C++
false
false
4,189
cpp
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <algorithm>; using namespace std; int n, m, k; bool rotated; struct point2i { int x, y; int goodness() { return rotated ? x * 65536 + y : y * 65536 + x; } }; template <bool direction> class FindNext { private: ...
[ "tupieurods@gmail.com" ]
tupieurods@gmail.com
ea4cf08995dd460b5fde4238752826d92e7c7b7c
aae79375bee5bbcaff765fc319a799f843b75bac
/srm_5xx/srm_593/HexagonalBoard.cpp
88d32302b99cf4fdeb9eacd20406d1c32476e317
[]
no_license
firewood/topcoder
b50b6a709ea0f5d521c2c8870012940f7adc6b19
4ad02fc500bd63bc4b29750f97d4642eeab36079
refs/heads/master
2023-08-17T18:50:01.575463
2023-08-11T10:28:59
2023-08-11T10:28:59
1,628,606
21
6
null
null
null
null
UTF-8
C++
false
false
7,028
cpp
// BEGIN CUT HERE /* SRM 593 Div1 Easy (250) 問題 -ヘックスの升目のボードがある -Xの印がついているところに色を塗る -隣接していれば違う色を塗る -最低何色必要か求める */ // END CUT HERE #include <string> #include <vector> #include <iostream> #include <sstream> #include <string.h> using namespace std; typedef vector<string> StrVec; class HexagonalBoard { int N; StrVec...
[ "karamaki@gmail.com" ]
karamaki@gmail.com
669cbaa014983c6f90735b31ffaeb1f8e70a7878
97e76ec354c5b7f74b3485317ce01a68e21dd8f2
/zdj/leetcode_105.cpp
d6c8150f35bb0d814e7eee361cacb7450a573053
[]
no_license
ShixianGuo/LeetCode
870c23929e361f20becf9b070eadbe4b95faa218
cefaca1f2b70e13b9894bc4bfaa28fe90454b8b4
refs/heads/master
2022-11-08T08:39:45.176535
2020-06-05T05:05:19
2020-06-05T05:05:19
259,957,334
11
34
null
2020-06-05T05:05:20
2020-04-29T14:59:09
C++
UTF-8
C++
false
false
962
cpp
#include <vector> #include <algorithm> using namespace std; struct TreeNode { int val; TreeNode *left; TreeNode *right; TreeNode(int x) : val(x), left(NULL), right(NULL) {} }; class Solution { vector<int> pre; vector<int> in; public: TreeNode* recur(int pre_left, int pre_right, int in_left...
[ "brandon_zu@qq.com" ]
brandon_zu@qq.com
d1d3317271bc0197035eee126ddb8bea78ce2473
29b81bdc013d76b057a2ba12e912d6d4c5b033ef
/boost/include/boost/iostreams/device/null.hpp
b9e1d3db232942919fbda2b36dc8702fe6f8c55b
[]
no_license
GSIL-Monitor/third_dependences
864d2ad73955ffe0ce4912966a4f0d1c60ebd960
888ebf538db072a92d444a9e5aaa5e18b0f11083
refs/heads/master
2020-04-17T07:32:49.546337
2019-01-18T08:47:28
2019-01-18T08:47:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
129
hpp
version https://git-lfs.github.com/spec/v1 oid sha256:ef35d07e379f66cad35217fb8b41ba5e8ecee1a965948c2594a8fd300347f4f2 size 2200
[ "you@example.com" ]
you@example.com
cae44347562e50187e0cb7a86926ccac7de99af8
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/c++/ClickHouse/2017/4/main.cpp
24b728dcec50da2506849b8bf322dc16ea15d425
[ "BSL-1.0" ]
permissive
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
C++
false
false
2,091
cpp
#include <common/config_common.h> #if USE_TCMALLOC #include <gperftools/malloc_extension.h> #endif #include "Server.h" #include "LocalServer.h" #include <Common/StringUtils.h> /// Universal executable for various clickhouse applications int mainEntryClickHouseServer(int argc, char ** argv); int mainEntryClickHouseClie...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
3e851b9bff231b722b0d3874925d6aae08f80cb0
6ac2c73b558526c6ee1e24225eeebfea1b0f377a
/src/test.cpp
6110f73aa7027ee3655673c9c1b8383107af9ae0
[]
no_license
yonasteodros/eigen-cuda-pcl
789767fa15d01f74d0e59281563e2c518415f22e
48df1522396853bb3e4ff2b4ca15091ee2d07d84
refs/heads/main
2023-02-26T02:21:39.598948
2021-02-06T19:18:22
2021-02-06T19:18:22
333,815,044
2
0
null
null
null
null
UTF-8
C++
false
false
1,189
cpp
#include <test.hpp> #include "cudakernel.cuh" #include <pcl/io/pcd_io.h> namespace Test { pcl::PointCloud<pcl::PointXYZRGB> testfunction() { int N = 2000000; pcl::PointCloud<pcl::PointXYZRGB> cloud ; cloud.width = N; cloud.height =1; cloud.is_dense=false; cloud.p...
[ "yonas.tefera@iit.it" ]
yonas.tefera@iit.it
4904269f769eccb9448566fbad21a238cb9dee6e
8d952a06e3809a06825a3be7b067201f3652f16a
/debug/atomics/petri/place.cpp
ab121d2b59a22ddb78a482cc19299e7312c1b846
[ "MIT", "GPL-3.0-only" ]
permissive
andyLaurito92/haikunet
b771eaf6bd91292485f0a49698ce123b9308d676
db44623b248c56735c28a5f589c3239dc7e9855e
refs/heads/master
2021-06-14T12:38:38.996450
2021-05-05T18:26:02
2021-05-05T18:26:02
75,564,849
2
1
MIT
2021-05-05T18:26:26
2016-12-04T21:12:31
C++
UTF-8
C++
false
false
2,381
cpp
#include "place.h" void place::init(double t,...) { //The 'parameters' variable contains the parameters transferred from the editor. va_list parameters; va_start(parameters,t); char *fvar; fvar = va_arg(parameters, char*); m = getScilabVar(fvar); //initial total tokens fvar = va_arg(parameters, char*);...
[ "andy.laurito@gmail.com" ]
andy.laurito@gmail.com
503c1a61ac8049a371334b50d4269a4a8fee8b07
5456502f97627278cbd6e16d002d50f1de3da7bb
/extensions/common/permissions/permissions_data.cc
54167e44b7af85e7564626eb51b1fed04d4bffce
[ "BSD-3-Clause" ]
permissive
TrellixVulnTeam/Chromium_7C66
72d108a413909eb3bd36c73a6c2f98de1573b6e5
c8649ab2a0f5a747369ed50351209a42f59672ee
refs/heads/master
2023-03-16T12:51:40.231959
2017-12-20T10:38:26
2017-12-20T10:38:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,433
cc
// Copyright (c) 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "extensions/common/permissions/permissions_data.h" #include <algorithm> #include <utility> #include "base/command_line.h" #includ...
[ "lixiaodonglove7@aliyun.com" ]
lixiaodonglove7@aliyun.com
28098679a2658c894fb73541095e2757fb820331
2ce2dcb7fe1c38e35a31a05378d83f96cd580e0d
/src/topology.cc
ec347032df2fc550bcf4c13fcb38cb67d3152776
[]
no_license
Ado012/MeristemBasic_p
6510490aa22ee0ff7ae60120c351b029d680f01c
61e1ac257878d4bf2132e2ce055874cc7abb7407
refs/heads/master
2023-04-15T20:02:47.793858
2022-06-10T00:59:57
2022-06-10T00:59:57
501,822,165
0
0
null
null
null
null
UTF-8
C++
false
false
3,679
cc
/** * Filename : topology.cc * Description : A class describing a topology (size,volume updates) * Author(s) : Henrik Jonsson (henrik@thep.lu.se) * Created : October 2003 * Revision : $Id: topology.cc 600 2015-01-02 16:45:56Z henrik $ */ #include<iostream> #include<fstream> #include "topology.h"...
[ "ado012@ucr.edu" ]
ado012@ucr.edu
e386ca55518c8f08fb96ff8822413b3595332066
82dc3cc4c97c05e384812cc9aa07938e2dbfe24b
/development/src/elements/multiscale/FEA_FormatT.h
05abbf12630740d262e44a46a79d98542bd55c85
[ "BSD-3-Clause" ]
permissive
samanseifi/Tahoe
ab40da0f8d952491943924034fa73ee5ecb2fecd
542de50ba43645f19ce4b106ac8118c4333a3f25
refs/heads/master
2020-04-05T20:24:36.487197
2017-12-02T17:09:11
2017-12-02T17:24:23
38,074,546
3
0
null
null
null
null
UTF-8
C++
false
false
1,777
h
#ifndef _FEA_FORMATT_ #define _FEA_FORMATT_ #include "FEA.h" #include "ShapeFunctionT.h" #include "dArrayT.h" #include "LocalArrayT.h" namespace Tahoe { class FEA_FormatT { public: FEA_FormatT (void) { } void Shapes ( ShapeFunctionT *fShapes, FEA_ShapeFunctionT &FEA_Shapes ); void Shapes ( Shape...
[ "saman@bu.(none)" ]
saman@bu.(none)
a5ecedd9914b3f6c2f36d19cefa9c631f8359e5a
5befacbaf05d991626ae21950a974d86b646c3f9
/engine/DebugMenuCommands.cpp
d44e8b4a73f4db9a97c8ee377f5db17849ebb2f3
[]
no_license
macBdog/game
59693907929db6296bd17e3c3c371c166979c101
d8e4f351064edd323df01fe2501d3c22dab13888
refs/heads/master
2022-01-16T00:06:50.172159
2022-01-14T16:59:51
2022-01-14T16:59:51
1,821,111
3
2
null
2013-04-19T02:16:46
2011-05-30T11:10:10
C++
UTF-8
C++
false
false
27,201
cpp
#include "DataPack.h" #include "Gui.h" #include "InputManager.h" #include "FontManager.h" #include "ModelManager.h" #include "TextureManager.h" #include "Widget.h" #include "WorldManager.h" #include "DebugMenuCommands.h" DebugMenuCommand::DebugMenuCommand(const char * a_name, Widget * a_parent, Colour a_co...
[ "charles@henden.com.au" ]
charles@henden.com.au
89c7f0bc8e5675d7577154d8fd42b87b56f9a25e
0c18185058d034df784235a0629e06cd226f12cc
/things/thingscode/ble1_5/flexonlySerial1/flexonlySerial1.ino
2615db8e37195497f8feaabccf1c17984c2bc66a
[ "Apache-2.0" ]
permissive
wearablebiosensing/tex-tronics
2f2ade76f03b0defb6599bd7755daf67f27fcc3e
7315c09b325e06d61d2b42abd877050a522f3c4c
refs/heads/master
2022-12-11T10:53:53.021039
2020-01-29T18:31:33
2020-01-29T18:31:33
104,231,299
5
3
Apache-2.0
2022-12-08T00:47:32
2017-09-20T15:08:43
Java
UTF-8
C++
false
false
11,496
ino
/* Copyright (c) 2016 RedBear 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, merge, publish, distri...
[ "shehjar_sadhu@my.uri.edu" ]
shehjar_sadhu@my.uri.edu
a87e0bf75b7cf13f2400047d99017c48727f9b15
5a2349399fa9d57c6e8cc6e0f7226d683391a362
/src/qt/qtwebkit/Source/JavaScriptCore/profiler/ProfilerDatabase.h
172c8eeac117815ee26e20f5ee32a376185ecd33
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-other-copyleft", "GPL-2.0-only", "LGPL-2.0-or-later", "GPL-1.0-or-later", "LGPL-2.0-only", "BSD-3-Clause" ]
permissive
aharthcock/phantomjs
e70f3c379dcada720ec8abde3f7c09a24808154c
7d7f2c862347fbc7215c849e790290b2e07bab7c
refs/heads/master
2023-03-18T04:58:32.428562
2023-03-14T05:52:52
2023-03-14T05:52:52
24,828,890
0
0
BSD-3-Clause
2023-03-14T05:52:53
2014-10-05T23:38:56
C++
UTF-8
C++
false
false
3,614
h
/* * Copyright (C) 2012, 2013 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...
[ "ariya.hidayat@gmail.com" ]
ariya.hidayat@gmail.com
0a0fd80068ade8cf063b90e433ecf308cd1e5b84
dd1b73115a9bc52611cd4968df6facc178ef7a55
/src/qt/sendmessagesentry.cpp
76f4826a02f093ede21cd996341ca6fd2aac15f7
[ "MIT" ]
permissive
upcoin/upcoin
07383cfd7fbaa07fc524d2ade29952672a517fb0
b30684e63b4594345cb389f4b84292d6ad99d0ac
refs/heads/master
2016-09-16T03:29:19.864730
2014-10-18T18:51:35
2014-10-18T18:51:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,042
cpp
#include "sendmessagesentry.h" #include "ui_sendmessagesentry.h" #include "guiutil.h" #include "addressbookpage.h" #include "walletmodel.h" #include "messagemodel.h" #include "optionsmodel.h" #include "addresstablemodel.h" #include "smessage.h" #include <QApplication> #include <QClipboard> SendMessagesEntry::SendMes...
[ "upcoindev@gmail.com" ]
upcoindev@gmail.com
850c346af149e07e5bdcbc7d67f0243d55f4744a
58cd29467c422b32b53c7d83a771d6600fc98a4d
/src/Geometries/CircleGeometry.h
6c50b6fb81585e7161c0ec17016b2131284e381b
[]
no_license
yudhcq/ThreeWasm
c2f0c121bb2d9558a022e4d3fc64f16500ab18ed
6a8cc52ef9e4b3a1b4e49e84c2d934a69bf87e8b
refs/heads/master
2023-01-29T08:53:26.430109
2020-11-11T05:39:02
2020-11-11T05:39:02
286,633,241
1
0
null
null
null
null
UTF-8
C++
false
false
72
h
#pragma once namespace Three::Geometries { class CircleGeometry{ }; }
[ "yudhcq@163.com" ]
yudhcq@163.com
b6540bb5b4e40269873fe9c5946150f11f3db26a
9c4f48b6e8c71a0989f04bceb3f223a43d031c15
/easy/nice_angles.cpp
781c66fa003f12e306bf4c99a3165b9056c6b20f
[]
no_license
joeyuan19/CodeEval
c1c696cc7ad4f00e67e788cc6b707fe859aad70d
cf85c8665a6d1b541be7d5aae7d66ce76c32c37b
refs/heads/master
2020-04-04T22:24:18.680053
2018-11-06T03:53:05
2018-11-06T03:53:05
156,322,997
0
0
null
null
null
null
UTF-8
C++
false
false
648
cpp
#include <iostream> #include <fstream> #include <string> #include <sstream> using namespace std; string pad(int n) { string tmp = ""; tmp += '0'+n/10; tmp += '0'+n%10; return tmp; } void process(string line) { double x; stringstream(line) >> x; int deg = ((int)(x)); x = x-deg; int...
[ "joe.yuan19@gmail.com" ]
joe.yuan19@gmail.com
0f2acb7691bf265c8904b31a831232507f4d3d65
d1e124a991faa4fd09cc047fca31bfd41b60cf14
/Hardware_Code/GSM_Tester/GSM_Tester.ino
9097d07da5bf890d0593dbe02bb3631bd50e1d9f
[]
no_license
sarthaktanwani/E-Funnel
e977ecab534fd8dc9d6d7b19b119b384492baa64
920ca9d9e7ae1bebc00b0451f749cc98a93fc61f
refs/heads/master
2021-10-10T23:38:16.749897
2019-01-19T06:04:46
2019-01-19T06:04:46
150,891,934
1
0
null
null
null
null
UTF-8
C++
false
false
1,583
ino
#include <SoftwareSerial.h> //SoftwareSerial GPRS(14, 12, false, 256); SoftwareSerial GPRS(10, 11); String outMessage = "Message form GSM Module"; String destinationNumber = "+917417464147"; unsigned char buffer[64]; uint8_t count = 0; void setup() { // put your setup code here, to run once: GPRS.begin(9600); ...
[ "stanwani7@gmail.com" ]
stanwani7@gmail.com
c05d69b316c7355626f7123a293bff0777206fcd
3baffc040c8c8b330fb355a76a02d9629caf875f
/libs/GameAppState/AppStateManager.cpp
d817481486045a449154a13de682ce44dfb2d963
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
max-delta/retrofit-public
76ded1e506ed37796d40cc5ddbf0b71db7a0fb46
e294fc356ad3fbee28d3637c2a524d051d57bd0f
refs/heads/master
2023-09-03T11:53:23.988590
2023-09-02T01:49:59
2023-09-02T01:49:59
203,477,950
3
0
NOASSERTION
2019-08-21T06:39:47
2019-08-21T00:55:32
C++
UTF-8
C++
false
false
2,033
cpp
#include "stdafx.h" #include "AppStateManager.h" #include "GameAppState/AppStateRef.h" #include "GameAppState/AppStateTickContext.h" #include "GameAppState/AppStateChangeContext.h" #include "core/ptr/default_creator.h" namespace RF::appstate { ////////////////////////////////////////////////////////////////////////...
[ "54338561+max-delta@users.noreply.github.com" ]
54338561+max-delta@users.noreply.github.com