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
63537ea03d6094b1bce93003d6787a647971ab47
f806d792bf22bc8306a0926f7b2306c0b3dd4367
/ACM Training/网络流24题/test.cpp
27a12400b0ac5bf5bb8f687cc51b033caea2a322
[ "MIT" ]
permissive
Wycers/Codelib
d7665476c810ddefd82dd758a4963f6b0e1b7ac1
7d54dce875a69bc998597abb1c2e2c814587c9b8
refs/heads/master
2023-03-05T13:57:44.371292
2022-09-22T02:23:17
2022-09-22T02:23:17
143,575,376
28
4
MIT
2023-03-04T22:05:33
2018-08-05T01:44:34
VHDL
UTF-8
C++
false
false
179
cpp
#include <cstdio> #include <cstring> using namespace std; int a[2]; int main() { memset(a, 0xff, sizeof(a)); printf("%d %d %d\n", a[0], a[1], 0xffffffff); return 0; }
[ "11711918@mail.sustc.edu.cn" ]
11711918@mail.sustc.edu.cn
17fe2a2d044561927a48edaad043a44566a63f02
7e1b1c5f2f3a40f6499b8d5d7b49bc722d2a1917
/lib/Utils/Dumper.cpp
47ecad3d48a90f2cee7d7fbd18221846f55531ef
[ "MIT" ]
permissive
joshbedo/hermes
b2d6b0f6c5abaeff94190a2f7b343c0772d9df14
cda1b533fcda1da28800c05878d27b920364b57d
refs/heads/master
2022-12-18T18:15:44.266618
2020-09-22T18:35:45
2020-09-22T18:37:18
297,771,133
1
0
MIT
2020-09-22T21:00:35
2020-09-22T21:00:34
null
UTF-8
C++
false
false
12,693
cpp
/* * 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. */ #include <cctype> #include <string> #include "llvh/ADT/DenseMap.h" #include "llvh/ADT/DenseSet.h" #include "llvh/ADT/SmallVector.h...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
78c57aec47e8f8dda95804a5aa3b3b527de4b9e1
c67adfb692d89114a3788cfdbd22c8745dd086f1
/include/P12218319/cio/algorithms/ISPO.hpp
20d4eb3127c81054103477cf6a77864af4d57027
[ "Apache-2.0" ]
permissive
p12218319/CIO
f59bc638cd49dae61f30080ec07086009c9fb6a8
b302fec4d1b3e0f6f18bf8b83a4229fadd5091c0
refs/heads/master
2021-01-10T05:59:51.655404
2016-02-24T21:07:51
2016-02-24T21:07:51
52,361,423
0
0
null
null
null
null
UTF-8
C++
false
false
3,333
hpp
/* Copyright 2016 Adam Smith & Fabio Caraffini (Original Java version) 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 require...
[ "solairelibrary@mail.com" ]
solairelibrary@mail.com
b2cc906cbfc07da3a8e0bd3177d663dfcda61ed4
a72da64560f6a59f36efff557a5e5b6b762f1b8d
/mcput.cpp
2259d7618343e69b6c1d61a3826bb1438f142d60
[]
no_license
Nickalus/Project-4
726f66968a553e8679d6da95f3e5d9b9c1de1935
45b28f035c19a85b03e24fb18b263c80b56a670c
refs/heads/master
2021-01-10T22:08:08.206094
2014-12-11T04:24:58
2014-12-11T04:24:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
422
cpp
#include "StoreClient.hpp" int main(int argc, char *argv[]) { if(argc != 5) { std::cout << "Error! Not enough args!" << std::endl; std::cout << "mcput MachineName <port> <Key> <filename>" << std::endl; return -1; } StoreClient mcPut(std::string(argv[1]), atoi(argv[2]), at...
[ "NickYonts@Gmail.com" ]
NickYonts@Gmail.com
acd48414d049e9892679ebf16bc71ca5dc635acc
5809b53fc9920f0cce03d3352b3aae87a7412e3c
/programacion_2/archivos/archivos_secuenciales/Prof_domingo/datos_basicos.h
6dc83d2af67e0dd8cfe4d4875da01f75e5581d41
[]
no_license
valbornoz/PRs_ULA
504e2b87c82c60c2ff188a3a11c08cc57c7e544d
f57fa9c213ad5b5de4febd428962736625664ef9
refs/heads/master
2022-11-14T15:00:44.826471
2020-06-22T19:10:43
2020-06-22T19:10:43
274,209,485
0
0
null
null
null
null
ISO-8859-1
C++
false
false
1,191
h
// Ejemplo que muestra la especificación de una clase. #include<iostream.h> #include<string.h> /**************************************************************/ // Especficación de la clase Persona con datos Básicos......... /**************************************************************/ class persona { char ...
[ "albornoz1995@gmail.com" ]
albornoz1995@gmail.com
23f0da2cec5cca4b93a495588f4b73683c48f14f
6e0eff95eb73ad35a987777e1801f04c27f862f5
/libge/core_paint__make_widget.cpp
707a3f9dae5bdbf0c4b5cd574f6680232a081463
[]
no_license
mugisaku/gamebaby-20190707-frozen
8ae1049694c68d2df43494bcb13ca01b6d35ca79
50356e3c9fc05adcc0d305932e89798a72c78bb1
refs/heads/master
2020-03-30T03:22:35.855826
2019-06-25T04:46:32
2019-06-25T04:46:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,132
cpp
#include"libge/ge.hpp" #include"libgbstd/windows/component.hpp" namespace ge{ using namespace gbstd; widget* core_paint:: make_operation_widget() noexcept { auto undo_btn = new button(new label(u"Undo",colors::black),[](button_event evt){ if(evt.is_release()) { evt->get_userdata<core_pain...
[ "lentilspring@gmail.com" ]
lentilspring@gmail.com
f4ce053cf89d5051fb2b2694c37f129db8bdf3a1
7612214d70a9fbcd912d104e37e0adef382e99dc
/src/agent/payload.h
3dceac635327b8311dc57a7318170bc2343cebcb
[]
no_license
wenbinf/spi
10de986b707a887ce906798078866f920bb70e51
97f14fa7c14e33d435954827512a287f15357b87
refs/heads/master
2021-01-18T07:14:12.763970
2016-09-28T05:41:02
2016-09-28T05:41:02
62,347,876
0
0
null
2016-06-30T23:14:39
2016-06-30T23:14:39
null
UTF-8
C++
false
false
3,449
h
/* * Copyright (c) 1996-2011 Barton P. Miller * * We provide the Paradyn Parallel Performance Tools (below * described as "Paradyn") on an AS IS basis, and do not warrant its * validity or performance. We reserve the right to update, modify, * or discontinue this software at any time. We shall have no * obliga...
[ "wenbin@cs.wisc.edu" ]
wenbin@cs.wisc.edu
29fe14c15fa085d937888e943193ced68ce9292e
2f10f807d3307b83293a521da600c02623cdda82
/deps/boost/win/debug/include/boost/geometry/algorithms/detail/distance/interface.hpp
264d39b2c32f2fd1fdd95b791b3bc0787424f818
[]
no_license
xpierrohk/dpt-rp1-cpp
2ca4e377628363c3e9d41f88c8cbccc0fc2f1a1e
643d053983fce3e6b099e2d3c9ab8387d0ea5a75
refs/heads/master
2021-05-23T08:19:48.823198
2019-07-26T17:35:28
2019-07-26T17:35:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
130
hpp
version https://git-lfs.github.com/spec/v1 oid sha256:f6f5e2d5e882942511c7b54d16e255823a1e2e757f109199fd7afb0c0e392479 size 12254
[ "YLiLarry@gmail.com" ]
YLiLarry@gmail.com
f3547db5e3f3769d4c321372134659644ecb7142
1af49694004c6fbc31deada5618dae37255ce978
/chrome/browser/chromeos/scanning/scanning_paths_provider_impl_unittest.cc
e08638706798876178dd4b7a6bebc6f8d579bff2
[ "BSD-3-Clause" ]
permissive
sadrulhc/chromium
59682b173a00269ed036eee5ebfa317ba3a770cc
a4b950c23db47a0fdd63549cccf9ac8acd8e2c41
refs/heads/master
2023-02-02T07:59:20.295144
2020-12-01T21:32:32
2020-12-01T21:32:32
317,678,056
3
0
BSD-3-Clause
2020-12-01T21:56:26
2020-12-01T21:56:25
null
UTF-8
C++
false
false
5,509
cc
// Copyright 2020 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/chromeos/scanning/scanning_paths_provider_impl.h" #include <memory> #include "base/bind.h" #include "base/files/file_path.h" #i...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
2bb4d1875cd2651734c2a279434750d321568a96
fb375827d6e1900ee83f423bfae3660ef0576123
/release/modules/photo/opencv_perf_photo_pch_dephelp.cxx
712885f35e0f9eba972656106b2ab97b33d89624
[]
no_license
andresax/opencv_polimi
6f8d92b1553fa2d38a37ba16edaaff646e6bd1d9
c86c396c0c1e36b720f0b3f1250bbf1f5123c570
refs/heads/master
2020-04-08T04:25:45.999578
2012-11-23T18:39:49
2012-11-23T18:39:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
136
cxx
#include "/home/rodrygojose/opencv_polimi/modules/photo/perf/perf_precomp.hpp" int testfunction(); int testfunction() { return 0; }
[ "rodrygojose@gmail.com" ]
rodrygojose@gmail.com
e845d4bbdee38b375607bbdb66f6c1ebf2c28b99
263f4af3a55035c6fbc57dee5c818aa8ce18926a
/src/main.cpp
ef89a7eea29770ce9cb167e2e63732e8bb5cb9d5
[]
no_license
shm512/CG2014_1
0201fe72687040679351f8f79e48c52e9cf20c03
48f9340d0877c162325ebf4a04b556006a20b4aa
refs/heads/master
2021-01-01T05:47:16.052150
2015-02-13T23:50:33
2015-02-13T23:50:33
30,781,327
0
0
null
null
null
null
UTF-8
C++
false
false
4,266
cpp
#include <string> #include <sstream> #include <iostream> #include <fstream> #include <initializer_list> #include <limits> #include <vector> #include <tuple> #include <queue> using namespace std; #include "constants.h" #include "io.h" #include "matrix.h" #include "preprocess.h" #include "segmentation.h" #include "obje...
[ "shm3512@yandex.ru" ]
shm3512@yandex.ru
40d7a1700759c59ff5a8163628bd0e45ad2dede5
9a58f6b2de14443b02dfa086355be8478e887f51
/GOSX Lite/source/Engine/FeatureManager/Features/Esp.h
eb885a912794b6ef51431da6b850cd9d9fc26e48
[ "Apache-2.0" ]
permissive
mxwll1/GO-SX-Internal-Lite
4564869859fc47e1d5eecc03a397f9cbb5f84249
63a1f5735c99ef6a24142c659158e1406e1a7328
refs/heads/master
2021-01-18T18:14:38.151199
2017-03-30T10:51:13
2017-03-30T10:51:13
86,851,954
13
7
null
2017-03-31T19:08:47
2017-03-31T19:08:47
null
UTF-8
C++
false
false
482
h
// // Esp.hpp // GOSX Pro // // Created by Andre Kalisch on 20.02.17. // Copyright © 2017 Andre Kalisch. All rights reserved. // #ifndef Esp_h #define Esp_h #include "SDK/SDK.h" #include "Engine/DrawManager/draw.h" class CEsp { public: CEsp(CDrawings* drawMngr); void DrawESP(); void DrawCrossHair(); ...
[ "aka@rissc.com" ]
aka@rissc.com
f5a911e7f1ad8a248faac42f2b9d7bc94ce6209e
22b428f69d38cdb3443633beef87df24ce11ca19
/encode/server_nvenc.cpp
b1b90993e7c6b2c80839aa52694a82134f4ef98b
[]
no_license
trippelc23/Embedded2
50b6b8b9712c9cf2136f993ab2557c076ece2093
a61f90c172615877696a6777752afa6325cd7b77
refs/heads/master
2022-09-22T22:51:12.426377
2020-06-04T05:38:34
2020-06-04T05:38:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,609
cpp
#include <sys/socket.h> #include <netinet/in.h> #include <unistd.h> #include <opencv2/highgui.hpp> #include <opencv2/imgproc.hpp> #include <NvPipe.h> // TODO fix issue of rebuilding from more than 1 packet #define LISTEN_PORT 9001 #define IMG_HEIGHT 200 #define IMG_WIDTH 200 void setup_server_socket(int port, int &s...
[ "tanliyon@hotmail.com" ]
tanliyon@hotmail.com
6a380249363d424db4666b2adb944ed92b725e99
dd949f215d968f2ee69bf85571fd63e4f085a869
/subarchitectures/vision.sa/branches/spring-school-2011-DEPRECATED/src/c++/vision/components/ObjectTracker/Tracker/include/Quaternion.h
1be69d0ba1877a173817315d53bac72f0151440a
[]
no_license
marc-hanheide/cogx
a3fd395805f1b0ad7d713a05b9256312757b37a9
cb9a9c9cdfeba02afac6a83d03b7c6bb778edb95
refs/heads/master
2022-03-16T23:36:21.951317
2013-12-10T23:49:07
2013-12-10T23:49:07
219,460,352
1
2
null
null
null
null
UTF-8
C++
false
false
1,142
h
//HEADER: // Title: class Quaternion // File: Quaternion.h // // Function: Header file for Quaternions for rotations in OpenGL // From: http://gpwiki.org/index.php/OpenGL:Tutorials:Using_Quaternions_to_represent_rotation // // Author: Thomas Mörwald // Date: 17.06.2009 // ----------------------...
[ "michaelz@9dca7cc1-ec4f-0410-aedc-c33437d64837" ]
michaelz@9dca7cc1-ec4f-0410-aedc-c33437d64837
a68bcdc8608bb323a3c0a8f44bd9c58b24eccc15
40896320a81f84c7404e7c0e0b93907d743c1d27
/THE2/Foundry.h
34936dc3a98fa3f8321aa4d6b3b4273bd0036ada
[]
no_license
fatihdeveli/CENG334-Intr-to-Operating-Systems-Assignments
b496bd8a5d56322c9fdde13d31e369c05d78eb79
5765e9e7155f28dc2f7249debef0168409ea7b87
refs/heads/master
2022-01-06T21:22:02.848388
2019-04-28T14:37:46
2019-04-28T14:37:46
175,494,458
0
0
null
null
null
null
UTF-8
C++
false
false
1,152
h
// // Created by fatih on 21.04.2019. // #ifndef FOUNDRY_H #define FOUNDRY_H #include <semaphore.h> extern "C" { #include "writeOutput.h" } #define TIMEOUT 5 class Foundry { public: Foundry(unsigned int id, unsigned int interval, unsigned int capacity); static void *foundry(void *args); // Foundry thr...
[ "fatih.develi@hotmail.com" ]
fatih.develi@hotmail.com
b62b3a838d05ab6f0bdd3c813c12ff024a8d7823
fbc0ef0534b516624238cbbf3af7a387d30e3ca5
/ооп/ооп/Action.cpp
3e6a7710c7a1c497582769143dc4c9bdd483bff6
[]
no_license
orehovakatya/4sem
90bbb84b8255bf32d1eff28651f034d92ece5687
970d7dcca249c06828ab445503f7b33901e48755
refs/heads/master
2021-01-19T08:54:50.623371
2017-06-05T17:22:42
2017-06-05T17:22:42
87,695,726
0
0
null
null
null
null
UTF-8
C++
false
false
514
cpp
#include "Action.h" action_values modify_act(argument &arg) { return arg.modify_act; } char *load_act(argument arg) { return arg.load_act; } errors draw_prosessor(model &mod, My_drawing g) { return draw_model(mod, g); } errors change_points_prosessor(model &mod, argument arg) { return change_points(mod.p, modif...
[ "Екатерина Орехова" ]
Екатерина Орехова
c403b09f0da8276ea13d5bd99d4d8ce91ee8d7ab
833dc03ee2fd3e03a4b877435065cd86d7077132
/CSC375/Program Assignments/prog02/prog02.cpp
bd2d9cedb704f4040e3da5c69bca61993228f5b0
[]
no_license
popebob/collegefiles
a0c715b946a82c6863ffdbb10b4cbf58e6d57a82
843b186aee826dd6a586c115c0c1a58a234ea399
refs/heads/master
2020-03-09T01:47:34.861814
2018-06-13T15:56:26
2018-06-13T15:56:26
128,524,326
0
0
null
null
null
null
UTF-8
C++
false
false
2,467
cpp
/*********** Cody Adams CSC375-01 prog02 Winter 2009 Dev-C++ 4.9.9.2 Compiled on Windows 7 x64 Build 7000 prog02.cpp -- UI source ***********/ #include <list> #include <cstdlib> #include <iostream> #include <fstream> #include <cmath> #include <algorithm> #include "change.cpp" using namespace std; //***************...
[ "coadams@umflint.edu" ]
coadams@umflint.edu
1e5cc7f77b04d59116be0f1e121143b289d47776
c6fc0c923576e3aafe5e38ad9d5436632376cb81
/tutorial7/lud-openblas-cuda-v4/data/MatrixFactorData.h
833c7a979c1eba01066fcdb5144c366512ecaae1
[ "NIST-Software" ]
permissive
sowo/HTGS-Tutorials
d09d71219c9457dbf655c99c8766c81780592ada
bc1dc18b3f6ca91fb5d457f31430498cbf1d606e
refs/heads/master
2020-07-17T13:56:29.158130
2019-04-12T21:06:24
2019-04-12T21:06:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
850
h
// // Created by tjb3 on 7/28/16. // #ifndef HTGS_TUTORIALS_MATRIXFACTORDATA_H #define HTGS_TUTORIALS_MATRIXFACTORDATA_H #include <htgs/api/IData.hpp> #include "MatrixBlockData.h" template <class T> class MatrixFactorData : public htgs::IData { public: MatrixFactorData(const std::shared_ptr<MatrixBlockData<T>> &...
[ "timothy.blattner@nist.gov" ]
timothy.blattner@nist.gov
4bc2aaf20c31a4cdba1f1f620f5959500216d13a
73fe2df5d2ee3a4d4e4ab2c857f581c0a28124c5
/piece.hpp
4f85ef9c0eaf73a95810d739427836a0bc1f85d1
[ "MIT" ]
permissive
austonst/music-gen
2a4af9f33a1298cf05ee151389d5450dfee33f53
bd3ea6d1c5388c98e3105d83e2822ed3cca311a1
refs/heads/master
2020-05-09T10:59:34.327068
2015-02-13T19:58:54
2015-02-13T19:58:54
18,116,211
3
1
null
null
null
null
UTF-8
C++
false
false
1,632
hpp
/* -----Piece Class Header----- Auston Sterling austonst@gmail.com The header file for the Piece class, representing an entire musical song. */ #ifndef _piece_h_ #define _piece_h_ #include "theme.hpp" #include <string> struct PieceSettings { //Default constructor, sets to minimum strictness PieceSettin...
[ "austonst@gmail.com" ]
austonst@gmail.com
c4bf828159d3b467737f63b16fb1c2ae6e59c514
5b169dab4172c58b94eb30007709027339725b3e
/g2o_frontend/mapper/graph_viewer/drawable_laser.h
e3d748504cb1324136bf6d531d2095e37d8c9e56
[]
no_license
redheli/g2o_frontend
29dff9b19d08e778ab7a758dab47f664afa73b93
2cef4895e050e60c2d2d17251ba48ff8fd6d4e61
refs/heads/master
2020-12-11T06:02:35.708806
2014-06-12T13:58:32
2014-06-12T13:58:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
573
h
#ifndef DRAWABLE_LASER_H #define DRAWABLE_LASER_H #include "drawable.h" #include "g2o_frontend/sensor_data/laser_robot_data.h" #include <vector> class DrawableLaser : public Drawable { public: DrawableLaser(); DrawableLaser(LaserRobotData* laser_); inline virtual void setLaser(LaserRobotData* laser_) ...
[ "greyzhan@greyzhan-N56VZ.(none)" ]
greyzhan@greyzhan-N56VZ.(none)
fac89d666da4c4ebae6c30a659dd43e041f23dde
cb12e0eb5fbc5904df7dca160bd5005485af66ff
/xmrig-override/crypto/common/Algorithm.h
359610a75506e2a94f99bf313b73489c507f7fe3
[]
no_license
cryptoandcoffee/node-cryptonight-hashing
dc2be30ec96d51eb87f8707c5bdb4157e4b959f7
571042040ddf8242314f941fb668315bb73c23ab
refs/heads/master
2023-02-22T03:02:57.488297
2021-01-22T15:44:59
2021-01-22T15:44:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,133
h
/* XMRig * Copyright 2010 Jeff Garzik <jgarzik@pobox.com> * Copyright 2012-2014 pooler <pooler@litecoinpool.org> * Copyright 2014 Lucas Jones <https://github.com/lucasjones> * Copyright 2014-2016 Wolf9466 <https://github.com/OhGodAPet> * Copyright 2016 Jay D Dee <jayddee246@gmail.com> * C...
[ "hkfoan@gmail.com" ]
hkfoan@gmail.com
3e56e8436f68f6689b50b475e386e81e5de1ed1e
ac7b2a13b18aadc88d0d32ae1c691180f456bd43
/firmware/common_libraries/WS2812B_STM32_Libmaple/src/WS2812B.cpp
f34be5e72cd5ad1fd7b8b833d378625a0b28ad84
[]
no_license
coddingtonbear/maxwell
9151b3e8ce67c878a50e4cfc2f2e931077afdfcc
fe8e781734fc8191973843a91d2690620f39644b
refs/heads/master
2021-05-07T06:42:31.075228
2019-12-12T15:28:30
2019-12-12T15:28:30
111,770,265
5
0
null
null
null
null
UTF-8
C++
false
false
7,968
cpp
/*----------------------------------------------------------------------------------------------- Arduino library to control WS2812B RGB Led strips using the Arduino STM32 LibMaple core ----------------------------------------------------------------------------------------------- Note. This library has only...
[ "me@adamcoddington.net" ]
me@adamcoddington.net
d5dea1726c6f1641eda514a5af2c1ed1d31298f9
d801fbfaf6efc761f31895e4ddc56165310efde8
/src/MQTT.cpp
0e554b2b4de9b58324d0a9e29038629752a3846e
[]
no_license
wwkkww1983/ULP_Temp_logger
80262e75fd6d9b37fc0454c5dd0d4d5a22f48cc0
282dab87c7bb77e42f5d40fba38148e6796f5f87
refs/heads/master
2023-04-20T18:02:16.908745
2021-05-06T23:47:12
2021-05-06T23:47:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
922
cpp
#include"MQTT.h" WiFiClient client; // Create mqtt port (client might be a wifi or gprs client) PubSubClient mqtt(client); void MQTT_setup(){ mqtt.setServer(BROKER, MQTT_PORT); //mqtt.setCallback(MQTT_callback); } void MQTT_connect(){ while (!mqtt.connected()) { if(mqtt.connect(MQTT_ID, MQTT_USER, MQTT...
[ "radhisghaier33@gmail.com" ]
radhisghaier33@gmail.com
1912ff9085acbf29242f26888b81d883a9fda5f1
150ce3406aee410b19cbda38ea9569b28ecfc6e9
/replaceSpaces.cpp
89cf194279c5980fc378deefd2d7596f42180412
[]
no_license
ivamshky/CrackingCodingInterview-Practice
cc2c8e2f9ae8333660fa74fc8fd4bdedd845a485
8ad4e5880eec281a68929e479131c9983523ceb6
refs/heads/master
2021-08-07T03:03:39.570333
2017-11-07T11:02:07
2017-11-07T11:02:07
109,590,149
0
0
null
null
null
null
UTF-8
C++
false
false
827
cpp
#include <bits/stdc++.h> using namespace std; void replaceSpaces(char str[], int len){ int spaceCount = 0, newLen; for(int i=0; i<len; ++i){ if(str[i]==' ') spaceCount++; } newLen = len + 2*spaceCount; str[newLen] = '\0'; newLen--; // cout<<st...
[ "ivamshky1117@gmail.com" ]
ivamshky1117@gmail.com
d6c7a57edf11e7d8ce6849f0672f3f4b86080518
987924ee7a7a106083172378d1110e32f3260bec
/src/imputation/guide_opencl.cpp
51c4c0bcba76a9e8eedf8fdee6ef972c0c12b61f
[]
no_license
gchen98/mendel-gpu
e8ef9c4387df4611ae72941ffd96559857cf333d
2e6ac8afa3a0ca40c38925da561977f0bb1e7725
HEAD
2016-09-05T13:50:10.365078
2015-06-02T13:33:27
2015-06-02T13:33:27
32,549,440
0
0
null
null
null
null
UTF-8
C++
false
false
3,318
cpp
#include"../cl_constants.h" #include"../io_manager.hpp" #include"../mendel_gpu.hpp" #ifdef USE_GPU #include"../cl_templates.hpp" #endif void GuidedMendelGPU::prep_impute_genotypes_guide_opencl(){ if (run_gpu){ #ifdef USE_GPU writeToBuffer(buffer_haplotypes, 1, &g_haplotypes, "buffer_haplotypes" ); write...
[ "gchen98@gmail.com@7eb4e3fc-0c4b-6441-56c4-373da399108a" ]
gchen98@gmail.com@7eb4e3fc-0c4b-6441-56c4-373da399108a
30c4268760355bfcae0e84733c9a2dea455a17f4
1b76e4a5a4006cfef120bee9c5abce865eb3cc8a
/src/mgl/clipper.cc
8ba2dcff1360d9a31c76385a60f42eca5aae0f68
[ "Apache-2.0" ]
permissive
hugomatic/extrudo
70ef66a2756e4ecaa737fd90f0e81ceaea9f7b8b
fd9f14d5e7c6869f9e7e7f09787353b655f90f72
refs/heads/master
2016-09-05T14:21:47.770688
2015-05-21T17:38:12
2015-05-21T17:38:12
27,986,856
0
0
null
null
null
null
UTF-8
C++
false
false
102,582
cc
/******************************************************************************* * * * Author : Angus Johnson * * Version : 4.7.4 ...
[ "hugo@hugomatic.ca" ]
hugo@hugomatic.ca
4ac48ddd3f31dbf7846996e902980cf81212c074
209b44ca9f1ebab2fc4b189cee293fbea9c523f5
/Model/Node.cpp
77898915ffd947073d924dd01ccdba3078699c75
[]
no_license
Sydothekido11/FixedNodes
c43eb6c47f0bf11675e926576b6351a6ef719fbc
d8fb7f5c88e9ee6ca3db697b29e142d79d06a29e
refs/heads/master
2021-01-01T03:58:44.550175
2016-05-23T19:40:19
2016-05-23T19:40:19
57,071,817
0
0
null
null
null
null
UTF-8
C++
false
false
630
cpp
/* * Node.cpp * * Created on: Jan 27, 2016 * Author: snem8901 */ #include "Node.h" //#include <iostream> template <class Type> Node<Type>::Node() { this->value=0; this->pointers = nullptr; } template <class Type> Node<Type>::Node(const Type& value) { this->value = value; this->pointers = nullptr; } tem...
[ "snem8901@740s-pl-109.local" ]
snem8901@740s-pl-109.local
f9151deca1adcb12b2ec383942e3bbc3067ca63b
b23cd20968179a67bb3b16a44e9ca19cb47fa0d8
/lib/Target/Cpu0/Cpu0SEISelLowering.cpp
8d3b8d2f25ad595d6b3bf8c29070e37f2e94d18f
[ "NCSA" ]
permissive
ttjost/llvm_rep
1abadc8e81be8d974720472131fe0175a9c43aef
5ace0c872c966333bbae0063337838cc48960ae5
refs/heads/master
2021-01-13T15:04:39.142676
2016-12-12T17:13:46
2016-12-12T17:13:46
76,277,936
0
0
null
null
null
null
UTF-8
C++
false
false
2,197
cpp
//===-- MipsSEISelLowering.cpp - MipsSE DAG Lowering Interface --*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "tiagotrevisanjost@gmail.com" ]
tiagotrevisanjost@gmail.com
d4994762ee37466eea705d59fb0d98e2e429f9b9
f1f22bdcaed0d1a3081ed1a3d55f0b28aca03411
/MidTerm_Test/Practice05/Practice05-2/p5-2.cpp
ecfb7ce4aa220318409caf256eb780c6def857d3
[]
no_license
ITlearning/2019_CPP
2bb7cb1657908a7b588396a05156fd80a4a3bda1
27daac0a802f0f567b7d76a9fd30c380a77f88e7
refs/heads/master
2022-03-12T07:13:56.960026
2019-11-26T15:46:54
2019-11-26T15:46:54
213,922,008
1
0
null
null
null
null
UTF-8
C++
false
false
671
cpp
#include <iostream> using namespace std; class ArrayUtility { public: static void intToDouble(int source[], double dest[], int size) { for (int i = 0; i < size; i++) { dest[i] = (double)source[i]; } } static void doubleToInt(double source[], int dest[], int size) { for (int i = 0; i < size; i++) { des...
[ "yo7504@naver.com" ]
yo7504@naver.com
60ecd0fc06b4eb3cbe9fa4b11f02bc5d8f67c5bb
56dc83b864de250b0b0fde6892d934dae0900fb2
/SevenSegementDisplay/BasicHttpClient/BasicHttpClient.ino
c15a95161225ca67df9845a9a9d34d2be6d26b53
[]
no_license
timdows/AMD
192b2aa4b4e481229d563487a4c41717d5f8c954
11577e2a7b0d93bd6745d99af430483e97ad3a50
refs/heads/master
2020-04-07T04:49:26.500401
2018-12-21T15:54:18
2018-12-21T15:54:18
41,149,960
0
2
null
null
null
null
UTF-8
C++
false
false
1,478
ino
/** BasicHTTPClient.ino Created on: 24.05.2015 */ #include <Arduino.h> #include <ESP8266WiFi.h> #include <ESP8266WiFiMulti.h> #include <ESP8266HTTPClient.h> #define USE_SERIAL Serial ESP8266WiFiMulti WiFiMulti; void setup() { USE_SERIAL.begin(9600); // USE_SERIAL.setDebugOutput(true); USE_SERIAL....
[ "tim@inexpro.nl" ]
tim@inexpro.nl
2ea93f97678fe6e50f42a7fed52fb8aa316e21a2
af0ecafb5428bd556d49575da2a72f6f80d3d14b
/CodeJamCrawler/dataset/12_25470_35.cpp
3cae889955865ff6933dccd9d9de1c149cf68caf
[]
no_license
gbrlas/AVSP
0a2a08be5661c1b4a2238e875b6cdc88b4ee0997
e259090bf282694676b2568023745f9ffb6d73fd
refs/heads/master
2021-06-16T22:25:41.585830
2017-06-09T06:32:01
2017-06-09T06:32:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,579
cpp
#include <cstdio> #include <iostream> #include <algorithm> using namespace std; #define openfile {freopen("B-large.in","r",stdin);freopen("a.out","w",stdout);} #define debug 01 int n, s, p, te, t[105]; int f[105][105]; void init() { memset(f,0,sizeof(f[0][0])*105*105); f[0][1] = -999999999; } in...
[ "nikola.mrzljak@fer.hr" ]
nikola.mrzljak@fer.hr
5d16a6dfe3267f965bbf629bd6e6cb8a5ab6e22e
cde9dc97b0fc3df945e2500a4b21deb9caf994cf
/rasteroperations/source/movingaverage.cpp
6ebc8bc0df5a263ce5ec791830404f45873673af
[]
no_license
MartinSchouwenburg/ilwisobjects
7bbe06a9c097472dea0496522465f59701782351
ad59176c1eb79d56089abc009ea1622958d78fe4
refs/heads/main
2023-05-10T13:46:05.864706
2021-06-14T08:56:55
2021-06-14T08:56:55
373,075,845
0
0
null
null
null
null
UTF-8
C++
false
false
10,602
cpp
/*IlwisObjects is a framework for analysis, processing and visualization of remote sensing and gis data Copyright (C) 2018 52n North This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either versi...
[ "m.l.schouwenburg@utwente.nl" ]
m.l.schouwenburg@utwente.nl
17b3ca31cefdbbddb188c08ae5e8cbc9a57af78c
4f37081ed62e44afa0b2465388a8adf9b5490b13
/device/fido/ctap_make_credential_request.h
09bb87c50c4bbcb2e07a10538c8e302eb1a22303
[ "BSD-3-Clause" ]
permissive
zowhair/chromium
05b9eed58a680941c3595d52c3c77b620ef2c3ac
d84d5ef83e401ec210fcb14a92803bf339e1ccce
refs/heads/master
2023-03-04T23:15:10.914156
2018-03-15T11:27:44
2018-03-15T11:27:44
125,359,706
1
0
null
2018-03-15T11:50:44
2018-03-15T11:50:43
null
UTF-8
C++
false
false
2,888
h
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef DEVICE_FIDO_CTAP_MAKE_CREDENTIAL_REQUEST_H_ #define DEVICE_FIDO_CTAP_MAKE_CREDENTIAL_REQUEST_H_ #include <stdint.h> #include <string> #include <...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
c1fbbfa5b6c0457ffc85ccb9839fb9f42445c713
8fb9ae63c6a64d9f0789643405be4282c33c3a1b
/UVA/195 - Anagram_v2.cpp
027dfff03f33b557fe502a1a35b4ded6ff652da2
[]
no_license
RafikFarhad/Code_is_fun
7c67b4d9c97d7e58ccf822214d1ba4fe51b88ba6
08fd1c53125deaaeb0d6aac8f9c2fd7c76a05e4d
refs/heads/master
2021-07-25T13:32:48.839014
2021-01-10T00:23:34
2021-01-10T00:23:34
46,503,470
0
0
null
null
null
null
UTF-8
C++
false
false
2,045
cpp
/// RAFIK FARHAD /// fb.com/rafikfarhad /// SUST_CSE_13 #include <cstdio> #include <iostream> #include <string> #include <cstring> #include <cmath> #include <ctime> #include <cstdlib> #include <algorithm> #include <new> #include <vector> #include <stack> #include <queue> #include <map> #include <set> #...
[ "rafikfarhad@gmail.com" ]
rafikfarhad@gmail.com
058101afe14be88a3c060160242d11f23a27ffe3
4b895264eb78dfe5c77eb73bc805a6ccdcdb3e6a
/part4/test/Test.cc
c938134bef2dd5ce71b2bcee9cdcb53f02a85863
[]
no_license
louis-xu-ustc/CMakeTutorial
7965375bb5a98db7b18e7a2a2af9ed65e192ecbe
6f296bdd8173ee190e802d0659cc37255ac73f6a
refs/heads/master
2021-04-12T11:11:58.416838
2018-03-26T20:08:31
2018-03-26T20:08:31
126,872,833
0
0
null
null
null
null
UTF-8
C++
false
false
85
cc
#include "Library.h" int main(int argc, char** argv) { print(); return 0; }
[ "yunpeng.xu@aptiv.com" ]
yunpeng.xu@aptiv.com
acd474a2cb2efc1273034949b8af864ff12b6543
6a85c1c65a9f290ee49261aca29614f73a07bbab
/common/parser/bison_parser_common_test.cc
a981c3493d08d818d2991eb78e627ea1939cfaf1
[ "Apache-2.0" ]
permissive
MinaToma/verible
95c246643913e7340b0554773b366977f9bd5fc6
4323aa5260bc40c3315ce46ea29f77a5e6e4688b
refs/heads/master
2023-01-10T13:11:20.641089
2020-11-12T16:00:39
2020-11-12T16:01:47
282,202,509
1
0
Apache-2.0
2020-08-17T17:06:31
2020-07-24T11:29:43
C++
UTF-8
C++
false
false
2,252
cc
// Copyright 2017-2020 The Verible Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law o...
[ "h.zeller@acm.org" ]
h.zeller@acm.org
89de9e821ddb9ce86ab1c296e5b4545746e1514b
85227ab940fd400fcd3373d792c597a57baecc31
/mouse_event.cpp
aec5dd38804ea3e38034f7dfa2a9159026c15ef4
[]
no_license
joke15/myTestCode
3548837acbb26ee4082e84bf73ce591c171ec4b7
756e9b6f73c1c01c637f0503409a09a7d2861cf3
refs/heads/master
2023-01-04T00:13:11.155284
2020-10-29T07:17:21
2020-10-29T07:17:21
308,247,794
0
0
null
null
null
null
UTF-8
C++
false
false
8,992
cpp
// control_trigger.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include <WinSock2.h> #include <windows.h> #include <wingdi.h> #include <iostream> #include <stdio.h> #include <stdlib.h> #define BUF_SIZE 256 #pragma comment(lib,"Ws2_32.lib") //#pragma comment(lib,"Gdi32") struct MouseEvent { unsigned __int32 type; ...
[ "lz231141@nd.com.cn" ]
lz231141@nd.com.cn
1bcf41c5606a484f23390f213c2b74f3703ecc4d
7817bb863b7ee98ff159991c9765327d63e297ed
/test/mock_io.cpp
97e50e4569fd3c5c9a281cae5a82d5cc1b355a2c
[]
no_license
dynamatt/cup-pong-firmware
2c78044acde0426f4e4d4c92615d13b66d901c4c
f901d2faa1f28fcf8fa4249b50947994f55bdf3d
refs/heads/master
2023-07-25T10:54:28.061693
2023-07-15T04:25:53
2023-07-15T04:25:53
217,632,805
0
0
null
null
null
null
UTF-8
C++
false
false
281
cpp
#include "io.h" uint16_t analogue_value; uint8_t transmitter_enabled; void IO_initialise() { } uint16_t IO_readReceiver() { return analogue_value; } void IO_enableTransmitter() { transmitter_enabled = 1; } void IO_disableTransmitter() { transmitter_enabled = 0; }
[ "mattmwilliams89@gmail.com" ]
mattmwilliams89@gmail.com
9c787d68ee5ca43d5f59a6a55b8f5ccfff8aacff
85caa299cc7ddf32db9301ff99cd4c0281129e73
/src/viewer/lsviewer/main.cpp
137600127f8ec8b95af9ce64da16c59b96223602
[]
no_license
mtao/MSc
f42f97e14341a9fe924d8e2f66e3f8ea4f77b3fe
d6f8220f35c4b44e45cfc73bc71c385303496117
refs/heads/master
2016-09-05T14:47:28.082342
2012-12-29T14:42:55
2012-12-29T14:42:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
393
cpp
#include "window.h" #include <QtGui> #include <QGLWidget> #include <iostream> int main(int argc, char **argv) { QApplication app(argc, argv); LevelSetViewer viewer(":/shader"); //MeshViewer viewer("shader"); viewer.show(); if(argc>1) { std::cout << "Opening file: "<< argv[1] << std::...
[ "mtao@dgp.toronto.edu" ]
mtao@dgp.toronto.edu
e6bd27faf81547e7f46be13de98a068c01fe82af
1ee13dc719329c88fe27000a4b74c83d891ac6ab
/lib/sched.cpp
9d9e5334a22605021d3755802852e04dee4dfc17
[]
no_license
moneytech/woot
9be9e9bd44238198c26be32ef4ed970d59098817
7d0f505c66af58acb5d86d8421e97008875bac54
refs/heads/master
2020-09-28T09:03:33.426025
2019-02-23T13:43:28
2019-02-23T13:43:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
139
cpp
#include <sched.h> #include <thread.h> int sched_yield() { Thread *ct = Thread::GetCurrent(); if(ct) ct->Yield(); return 0; }
[ "pvc.meheha@gmail.com" ]
pvc.meheha@gmail.com
438cc7438ad86b6dd7bab628128454e049d11f06
d4d020f8df79022278560631ab87f39fc1d4a8fd
/aws-cpp-sdk-quicksight/include/aws/quicksight/model/ListIAMPolicyAssignmentsResult.h
83c5dbdcb14c5b6d492b7705bc2ed787eafae158
[ "MIT", "Apache-2.0", "JSON" ]
permissive
Roy-Chou/aws-sdk-cpp
98f107d04ec7b5de102eece03b405287b6777653
65da84d7f0b3ee37f8b4ca03ca06c7338367f073
refs/heads/master
2020-09-17T15:51:42.876187
2019-11-25T20:31:24
2019-11-25T20:31:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,312
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...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
3bf340de47721d9b87d4bfb3c878b1204dfefa85
e5ef3a75620a9abb270fc7602a17b0273d3c13ca
/Algorithms/dfs.cpp
d95ffabe5a525a58cd9a968be62515c9e35186bf
[]
no_license
Zyloc/Algorithm-and-library
19197fab8f5ddc35b11daba5f4a5776f2a2da62c
213034bfd013cc3c03e8cc5c4fe07111ddbfb021
refs/heads/master
2020-04-12T06:25:45.782093
2018-02-15T22:38:00
2018-02-15T22:38:00
60,200,527
1
1
null
null
null
null
UTF-8
C++
false
false
1,664
cpp
/* * Satyam Swarnkar (Zyloc), Nit Silchar */ #include <cmath> #include <cstdio> #include <vector> #include <iostream> #include <algorithm> #include <string> #include <string.h> #include <map> #include <set> #include <stack> #include <iomanip> #include <functional> #include <limits.h> #include <list> using namespace ...
[ "sswarnkar13@gmail.com" ]
sswarnkar13@gmail.com
9989f3780037d7c51ca0198f3ec870a779af1784
dac5d10c7d53f766e496da8a9cfe06d6c20e29ae
/hdoj/1982.cpp
d105dd637081a5c1d600f10091f62ba29df88739
[]
no_license
koalaink/hdoj
b2f8842cc7a1082f620f593d7480a94da6fe9b20
b608f46736680c272e8870071c17c5ed82b50da9
refs/heads/master
2020-06-14T10:10:29.557015
2016-11-30T15:45:39
2016-11-30T15:45:39
75,200,182
0
0
null
null
null
null
UTF-8
C++
false
false
704
cpp
#include<iostream> #include<stdio.h> #include<string> using namespace std; int main(){ int c,i,j,len,temp; char p[10001]; cin>>c; while(c--){ cin>>p; len=strlen(p); temp=0; j=0; for(i=0;i<len;i++){ if(p[i]>='0'&&p[i]<='9'){ temp=temp*1...
[ "Huibin Dai" ]
Huibin Dai
86a5eec5ba597415a54b9312d61bb331c9aa13ec
779e6ee81c172ea9973e9145995b032ce99984de
/src/game/agent/combat/CombatComponentManager.cpp
3f8d0baeaaa4db15ba811d1e58e7439ff2f392a1
[ "MIT", "Apache-2.0", "LicenseRef-scancode-public-domain" ]
permissive
zeeneddie/galavant
ef9ae8e1f42982154e07fe7e61b0d3725c1544ef
3da5ee8cfe5f12f0d842f808d22aafc9493941db
refs/heads/master
2020-04-13T01:43:19.965092
2017-11-26T04:06:29
2017-11-26T04:06:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,076
cpp
#include "CombatComponentManager.hpp" #include "game/agent/AgentComponentManager.hpp" #include "util/Time.hpp" namespace gv { ResourceDictionary<CombatActionDef> g_CombatActionDefDictionary; CombatComponentManager g_CombatComponentManager; CombatComponentManager::CombatComponentManager() { DebugName = "CombatCompo...
[ "macoymadson@gmail.com" ]
macoymadson@gmail.com
643eba17149b6597d96b10d7be0f9ac67ceeb11a
ef86a581705727979c02bf8d2a7a9e69c537698b
/Room/victory.hpp
1d05ae8e367c84f2fd45834b40008f71a61a4da3
[]
no_license
victorkesten/Magical-Zenland
6b769da1c901ebd51ba350523c240435a6d52fba
2c2d1f96e16c58ae508be4e7d744f07e32041959
refs/heads/master
2021-01-17T17:24:46.545844
2016-09-29T13:53:28
2016-09-29T13:53:28
69,572,342
0
0
null
null
null
null
UTF-8
C++
false
false
353
hpp
#ifndef VICTORY_H #define VICTORY_H #include "room.hpp" class Victory : public Room { std::string output = "FF"; public: Victory(); ~Victory(){actors.clear();}; int temperature(int) override; std::string description() override; void changeDes(std::string) override; void lootDescription() override; bool unlock...
[ "Kesten@Victors-MacBook-Pro.local" ]
Kesten@Victors-MacBook-Pro.local
a65d7d6962637ddc0f25f7ba8dfb825db9b16cef
8b4716c5b3620cd4742b3621a39b2c1c2969e2f5
/dataobj/network_packet.h
7a1b075fae681da5d9a9704d66b1b33fc35a442e
[]
no_license
z9999/simutrans
bf781a526cc4a8bce6617be8e7dedf6f8929a5b0
7a2a1074727b787c3075dd31f3e4fde251627478
refs/heads/master
2021-01-18T00:31:20.718859
2010-08-11T10:31:14
2010-08-11T10:31:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,128
h
#ifndef _NETWORK_PACKET_H #define _NETWORK_PACKET_H #include "../simtypes.h" #include "../utils/memory_rw.h" #include "network.h" #define MAX_PACKET_LEN (8192) // static const do not work on all compilers/architectures #define HEADER_SIZE (6) // the network sizes are given ... class packet_t : public memory_rw_t {...
[ "dwachs@gmx.net" ]
dwachs@gmx.net
59c8867393423c5e828d20188731560425743cda
53671078d0f8bde2914e391bdc20c19c600fec8c
/services/inputflinger/InputCommonConverter.cpp
8aee39fd0b59df66e4f25e3e1c89cc559218e96a
[ "LicenseRef-scancode-unicode", "Apache-2.0" ]
permissive
SuperiorOS/android_frameworks_native
de45879d8c7564a9da64cd41238a1545077730e2
7e1bee5f27f011c9573cfcdbbe64dcc6a786a9ec
refs/heads/thirteen
2023-06-25T20:24:44.848214
2022-11-15T10:44:22
2023-06-21T10:06:30
149,220,650
2
34
NOASSERTION
2023-02-23T01:10:58
2018-09-18T03:01:34
C++
UTF-8
C++
false
false
20,069
cpp
/* * Copyright (C) 2022 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...
[ "svv@google.com" ]
svv@google.com
670096746f7daf4ed57fde9269bd861c6d3dbaf5
bed9b382dd9b3fa047f4118cf0bc324406f1f940
/src/Graphics/PathDrawable.hpp
3a854ddda39a02b99c0fb9648640b041445a57da
[ "LicenseRef-scancode-free-unknown", "MIT" ]
permissive
scemino/engge
7a1a8bb4a9226e324381d50cc2ea57d98e88447c
641208858f4a8ffd152cda017d4317b609b8637f
refs/heads/master
2022-11-10T06:07:32.812231
2022-11-06T20:04:04
2022-11-06T20:04:04
157,253,104
149
19
MIT
2020-11-28T10:30:50
2018-11-12T17:49:11
C++
UTF-8
C++
false
false
525
hpp
#pragma once #include <vector> #include <memory> #include <glm/vec2.hpp> #include <ngf/Graphics/Drawable.h> #include <ngf/Graphics/RenderTarget.h> #include <ngf/Graphics/RenderStates.h> namespace ng { class PathDrawable final : public ngf::Drawable { public: explicit PathDrawable(std::vector<glm::vec2> path); [[n...
[ "scemino74@gmail.com" ]
scemino74@gmail.com
cc0e768a680088f1ef823fc1353b04af4b8fc6e9
cef80039db141221124ad4ebf1c33749858399f8
/platform/shared/common/ThreadQueue.cpp
ae7acfcd0ef4b16da76d80837954603a6eaaa947
[ "MIT" ]
permissive
stinie/rhodes
84283a1f64bc1a11eec90e55e3892b5849613c11
3e0ad9794d8482c9a30f889d10c9e27820508808
refs/heads/master
2021-01-18T11:37:15.446564
2010-12-26T20:30:39
2010-12-26T20:30:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,439
cpp
#include "ThreadQueue.h" namespace rho { namespace common { CThreadQueue::CThreadQueue(common::IRhoClassFactory* factory) : CRhoThread(factory) { m_nPollInterval = QUEUE_POLL_INTERVAL_SECONDS; m_bNoThreaded = false; m_ptrFactory = factory; } CThreadQueue::~CThreadQueue(void) { } void CThreadQueue::addQ...
[ "evgeny@rhomobile.com" ]
evgeny@rhomobile.com
e18f331182293f363cd31b1de44ebc1981c4d297
6965579510d3ee38f2c8b67d2a3d24026677297e
/2019_autonomous_mobile_robot/src/uway_pointmaker/uway_main.cpp
b042853347bad18922f41282f46d5f81fc5c9f5e
[]
no_license
ku-robo/kuaro
8fd7e36d50bdfcf161822267e6e1c52090c40ca2
36e7937b136a461d7f8238f64cf9555078582711
refs/heads/master
2020-07-29T06:02:06.829042
2019-09-20T02:52:13
2019-09-20T02:52:13
209,692,231
0
0
null
null
null
null
UTF-8
C++
false
false
9,068
cpp
/*----------------------------------------------- * uway_main.cpp(読み方:うぇーぃ) * <Last Update> H28/10/05 * <version> v1.0 * * <MEMO> * Shota Ushiro * * <10.05> way point作成ツール作成 * 最適化は行っていない各自でよろしく * ---------------------------------------------*/ /*-----ヘッダー宣言-------------------------------*/ // ros incl...
[ "pch18@qq.com" ]
pch18@qq.com
20b02b2a7c91b8b1c8267c28d84b88019e241157
46efaaff119423bd04b3cef06067114ff6c9bfbc
/TribesAscend_DX_TA/TribesAscend_DX_TA/DX.cpp
d4beedc5df371a3c54e6e956cf659ae7a16f2dc6
[]
no_license
0x54433323106/TribesAscendDX9_Source
fd66809d5d02c0024cdae879283a6dfe21a5aa50
84d002d33cf310e5c6ea9fb39fcc04df87e55a69
refs/heads/master
2023-02-06T00:45:59.994683
2020-11-21T22:12:29
2020-11-21T22:12:29
233,537,459
0
0
null
null
null
null
UTF-8
C++
false
false
37,130
cpp
#define VERSION 1.0.3 #include <iostream> #include <map> #include <string> //#include <ctime> #include "CustomTextureManager.h" #include "DX.h" #include "Files.h" //#include "Memory.h" #define USE_QUERY_TIMER //#define USE_TIMEGETTIME_TIMER #ifdef USE_TIMEGETTIME_TIMER #include <windows.h> #pragma comment(lib, "wi...
[ "59816964+0x54433323106@users.noreply.github.com" ]
59816964+0x54433323106@users.noreply.github.com
55a5884b84476086356d5a3c27bd578e696a7b02
3c7698d347a959ea2a1434eaf5c71f4e155d4612
/shared/cs488-framework/CS488Window.cpp
536bb109546b3c6cc5d1ec2953e2213f3428ed7e
[]
no_license
oxue/raytracer
b891c3435fc4d8dff2db656232a5c1356ad73494
9ab090d91aed8657ed9bb9e18546fd483064f4a9
refs/heads/master
2021-07-15T13:08:13.146030
2020-05-11T00:39:59
2020-05-11T00:39:59
138,846,771
0
0
null
null
null
null
UTF-8
C++
false
false
13,976
cpp
#include "CS488Window.hpp" #include "cs488-framework/Exception.hpp" #include "cs488-framework/OpenGLImport.hpp" #include <sstream> #include <iostream> #include <cstdio> #include <imgui/imgui.h> #include <imgui_impl_glfw_gl3.h> using namespace std; //-- Forward Declarations: extern "C" { int gl3wInit(void); } stati...
[ "oliverxu@Olivers-MBP.lan" ]
oliverxu@Olivers-MBP.lan
8104e4741bd357dc81c0afa6749f22a115e19bce
4ef69f0044f45be4fbce54f7b7c0319e4c5ec53d
/include/cv/core/cmd/out/zpotf2.inl
bea9e82c9ba8d38097af011b8610ba84292e01a3
[]
no_license
15831944/cstd
c6c3996103953ceda7c06625ee1045127bf79ee8
53b7e5ba73cbdc9b5bbc61094a09bf3d5957f373
refs/heads/master
2021-09-15T13:44:37.937208
2018-06-02T10:14:16
2018-06-02T10:14:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
153
inl
#ifndef __zpotf2__ #define __zpotf2__ #define c_b1 c_b1_zpotf2 #define c__1 c__1_zpotf2 #include "zpotf2.c" #undef c_b1 #undef c__1 #endif // __zpotf2__
[ "31720406@qq.com" ]
31720406@qq.com
4c370bb527d88f33a7160d4adf84a096e0279f94
c01fa2cfc94c04c6b4f3aba019e1d2101695241b
/Exp005Motor/Exp005Motor.ino
d8d3826f3b6633ddf3f33c3ebce922edf108e58e
[]
no_license
preshathakkar/Arduino-Experiments
1e5cff76c02308a9e54667642877bd73d2a45de3
b7a57d797a0bb30e58912940e29bbb16573948aa
refs/heads/master
2021-01-01T06:18:41.605841
2015-03-02T22:12:17
2015-03-02T22:12:17
31,566,170
2
0
null
null
null
null
UTF-8
C++
false
false
424
ino
int motorPin = 9; void setup() { //Set the PWM Motor pin as an output pinMode(motorPin, OUTPUT); } void loop() { //Increase Motor Speed from 0 -> 255 for (int i=0; i<=255; i++) { analogWrite(motorPin, i); delay(10); } delay(500); //Hold it! //Decrease Motor Speed from 255 -> 0 for(int ...
[ "smilepresha@gmail.com" ]
smilepresha@gmail.com
f9135c6d9f5980f60806e45f1760947269731b2a
3c0e92dc6bf91c6a6c1b8c73d5da0b038c58e436
/proxies/Pelican/include/comm/transport/ISocket.h
f540b03e2e45a6dc8e3f399c0aae473057091391
[]
no_license
yebo92/mavwork
f9d47d84e952c9b9939216b09f50fa128131ab9e
a7bce5766874850528857f6fd96fce4152f5775a
refs/heads/master
2022-06-10T18:27:52.428622
2013-06-06T16:25:14
2013-06-06T16:25:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,029
h
/* * Socket.h * * Created on: 27/04/2012 * Author: Ignacio Mellado-Bataller */ #ifndef SOCKET_H_ #define SOCKET_H_ #include "../../data/Buffer.h" #include "../network/IAddress.h" namespace Comm { class ISocket { public: inline virtual ~ISocket() {} // Implementations must provide this methods virtual...
[ "ignacio.mellado@gmail.com" ]
ignacio.mellado@gmail.com
ee6aa32987bd21257543effee777780a142bb55e
0308bd8baccff9a59c7ac931ec00d418486d9e15
/algorithms/algorithms2/1547_공.cpp
f18ceb761b430ae089dcdd6ab6fc53b070c8ad68
[]
no_license
nanenchanga53/BackJoonAlgorithems
55d2b532a8d54ba2c014346880657643cfa27ce4
9ac62dc26f3021a39bca518d16285447179d8daa
refs/heads/master
2021-06-03T13:47:13.697788
2021-02-19T06:08:24
2021-02-19T06:08:24
134,537,167
0
0
null
null
null
null
UTF-8
C++
false
false
310
cpp
#include<iostream> #include<algorithm> using namespace std; int main() { int m,x,y; int cup[4] = { 0,1,0,0 }; cin >> m; while (m--) { cin >> x >> y; swap(cup[x], cup[y]); } for (int i = 1; i <= 3; i++) { if (cup[i] == 1) { cout << i << endl; break; } } system("pause"); return 0; }
[ "nanenchanga53@mediasol.kr" ]
nanenchanga53@mediasol.kr
9d180598695daf51e735734e0c3b75e4d2bb6e1b
2aed63d9aa027419b797e56b508417789a604a8b
/injector2degHex/case_interPhaseChangeFoam_waxman/processor4/0.75/phi
56fd968378e38645b28672b8c98ca87e0ef952d5
[]
no_license
icl-rocketry/injectorCFDModelling
70137f1c6574240c7202638c3713102a3e1e9fd8
96591cf2cf3cd4cbd64536d8ae47ed8080ed9016
refs/heads/main
2023-08-25T03:30:59.244137
2021-10-09T21:04:45
2021-10-09T21:04:45
322,369,673
3
5
null
null
null
null
UTF-8
C++
false
false
117,878
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2012 | ...
[ "39316550+lucpaoli@users.noreply.github.com" ]
39316550+lucpaoli@users.noreply.github.com
ed41d6fc234b3f28924a7b96ade704d965f6dc13
f1a329fe1ec5ad7766b00e5509d7a3b9ff362700
/src/currency_core/currency_format_utils.h
5916212dd8a999bd370d21fa1fe69420158165d5
[]
no_license
dave-andersen/boolberry
259033078b9556dba2ad09a4cb2884426507aa66
3a5729522e1f8d7ba157435aad6fa4927a6f3d4c
refs/heads/master
2020-12-25T01:17:16.404467
2014-10-19T11:53:45
2014-10-19T11:53:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
17,102
h
// Copyright (c) 2012-2013 The Cryptonote developers // Copyright (c) 2012-2013 The Boolberry developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #pragma once #include "currency_protocol/currency_protocol_defs.h" #inc...
[ "crypto.zoidberg@gmail.com" ]
crypto.zoidberg@gmail.com
ffa0e06e71cf769a549d5ec6ee9abc5277a37eae
9bbde5ca23415e230da40de1f1b4e11fb0f2154d
/rflib/ipc/RFProtocolFactory.cc
11bfe2678b793e355d5fa66b52a391bdd5ae69ce
[]
no_license
rogerscristo/IPTables-RouteFlow
2d9f6705c3cd0fb4471901c4092f9b8c0abc04ed
10b5a83ac9d62ff590962730e8c0acd230e201eb
refs/heads/master
2021-01-19T08:08:46.901507
2017-01-13T04:27:49
2017-01-13T04:27:49
21,546,882
0
0
null
null
null
null
UTF-8
C++
false
false
870
cc
#include "RFProtocolFactory.h" IPCMessage* RFProtocolFactory::buildForType(int type) { switch (type) { case PORT_REGISTER: return new PortRegister(); case PORT_CONFIG: return new PortConfig(); case DATAPATH_PORT_REGISTER: return new DatapathPortRegister()...
[ "krigisk@gmail.com" ]
krigisk@gmail.com
1d59840b1a36bb7d984e947ba32623fca3201b4a
401bfdd4c6426e9ca7e10dc76d363c9a96da1549
/Element.h
dbd4ee81bdba25caf594ac8c206ae2cc2e0b14e3
[]
no_license
aaronmsc/MoM
38f56ad1043c0da5c618ca1b87609ed8b7d52036
f53ff9bd957dbd635953d8be72cb329db173c4f5
refs/heads/master
2020-04-08T13:03:17.485336
2018-05-12T12:37:24
2018-05-12T12:37:24
159,373,138
1
0
null
null
null
null
UTF-8
C++
false
false
2,339
h
#ifndef _ELEMENT_H_ #define _ELEMENT_H_ #include <vector> #include <armadillo> #include "Typedef.h" #include "EMOption.h" #include "uniform_func.h" namespace mom { class Port; class Element { private: // index of the element int index; // Coordinate of vertex of the element ...
[ "dingxiaoqiyx@sina.com" ]
dingxiaoqiyx@sina.com
c38d19bbb006b21f02b8eaa4c59b89baf155b4ea
c676bb921ca046f2216d1cd1011ca02136c93654
/chess/GUI.cpp
31c478b27a588486b5425cf8335bf3d6a8d9100f
[ "Apache-2.0" ]
permissive
Rexagon/chess
b25f9a4ca84d9b19dcca615d924a8f6b6511790f
fcb8933ec13263893ad12d06b29448db3bc0fc9b
refs/heads/master
2021-01-15T08:13:27.123041
2017-09-02T18:38:00
2017-09-02T18:38:00
99,559,016
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
5,565
cpp
#include "GUI.h" #include <stack> #include "Core.h" GUI::GUI() : m_current_focused_item(nullptr), m_current_hovered_item(nullptr), m_current_pressed_item(nullptr) { sf::Vector2u windowSize = Core::get_window()->getSize(); m_root_widget = create<Widget>(); m_root_widget->set_position(0.0f, 0.0f); m_root_widg...
[ "reide740@gmail.com" ]
reide740@gmail.com
e6aa7c824d6496d5d9a1d65e64fa0c2c7bcf9d21
1302a788aa73d8da772c6431b083ddd76eef937f
/WORKING_DIRECTORY/frameworks/native/libs/gui/IGraphicBufferProducer.cpp
f4ba3bf15fb7f19d7d1106c71bd2c314048eb639
[ "LicenseRef-scancode-unicode", "Apache-2.0" ]
permissive
rockduan/androidN-android-7.1.1_r28
b3c1bcb734225aa7813ab70639af60c06d658bf6
10bab435cd61ffa2e93a20c082624954c757999d
refs/heads/master
2021-01-23T03:54:32.510867
2017-03-30T07:17:08
2017-03-30T07:17:08
86,135,431
2
1
null
null
null
null
UTF-8
C++
false
false
30,244
cpp
/* * Copyright (C) 2010 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...
[ "duanliangsilence@gmail.com" ]
duanliangsilence@gmail.com
f78cce8792186f83ae03deb1d52954910d5858ff
349fe789ab1e4e46aae6812cf60ada9423c0b632
/ComClasses/DLL/Devices/Viki/UkasVikiImpl.h
88ce3811a7fef142d9b9c3aa8c56120c71bb9632
[]
no_license
presscad/ERP
a6acdaeb97b3a53f776677c3a585ca860d4de980
18ecc6c8664ed7fc3f01397d587cce91fc3ac78b
refs/heads/master
2020-08-22T05:24:15.449666
2019-07-12T12:59:13
2019-07-12T12:59:13
216,326,440
1
0
null
2019-10-20T07:52:26
2019-10-20T07:52:26
null
UTF-8
C++
false
false
3,301
h
//--------------------------------------------------------------------------- #ifndef UkasVikiImplH #define UkasVikiImplH //--------------------------------------------------------------------------- #include "IFiskReg.h" #include "UkasVikiFR.h" //--------------------------------------------------------------- class _...
[ "sasha@kaserv.ru" ]
sasha@kaserv.ru
b127c16797a8d4672b076972f9cf3f11974384a3
d416cd1cfd09edcc797863d240e307e0d7020086
/leetcode/add-and-search-word-data-structure-design/main.cpp
16b1f886f5127b527ad476e970fef3dab34f09e5
[]
no_license
pengchengla/ACM
b9f02ae94e928f767c4be22b0ec4d4142ca0325f
31f7a745aaf715db7bbf1ebf843c2e713ba1271f
refs/heads/master
2021-01-20T15:44:43.323452
2016-06-28T08:40:36
2016-06-28T08:40:36
60,081,887
0
0
null
null
null
null
UTF-8
C++
false
false
1,793
cpp
/*=============================================================== * Copyright (C) 2015 All rights reserved. * 文件名称:main.cpp * 创 建 者:pengcheng * 创建日期:2015-07-03 * 描 述: ================================================================*/ #include <iostream> using namespace std; struct TrieNode{ char ch; ...
[ "pengcheng@pc.local" ]
pengcheng@pc.local
1ce90946d65f3ec4fd4ef9b3a32e75c17e7bd27f
cb67c0a4c1f76333794f423c6e0de053740ed284
/message_sync/src/sync_thermal.cpp
22cb165ad197bfb06267477aa229d8d047c932fc
[]
no_license
vxgu86/yd_monitor
98d23ee61b8e28dfabe8cc4c5206e357b72b6b8e
96b0d7e6b2a1082e2eb3ff769842df75654da6db
refs/heads/master
2020-09-10T21:12:20.646137
2019-11-01T03:15:35
2019-11-01T03:15:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,853
cpp
#include <message_filters/subscriber.h> #include <message_filters/synchronizer.h> #include <message_filters/sync_policies/approximate_time.h> #include "sensor_msgs/CompressedImage.h" #include "nav_msgs/Odometry.h" #include "std_msgs/String.h" #include "yidamsg/pointcloud_color.h" #include "std_msgs/UInt8.h" #include "...
[ "1976954875@qq.com" ]
1976954875@qq.com
b038595068837e6cc579373f862eba94f137c742
dda21f4378e37cf448d17b720da4a1c9eb2b24d7
/SDK/SB_BP_Perk_Stoneshaper_Flesh_To_Stone_parameters.hpp
3e40a5e52b8626935c985eded09df9fbae90d19c
[]
no_license
zH4x/SpellBreak-FULL-SDK
ef45d77b63494c8771554a5d0e017cc297d8dbca
cca46d4a13f0e8a56ab8ae0fae778dd389d3b404
refs/heads/master
2020-09-12T17:25:58.697408
2018-12-09T22:49:03
2018-12-09T22:49:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
404
hpp
#pragma once // SpellBreak By Respecter (0.15.340) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "SB_BP_Perk_Stoneshaper_Flesh_To_Stone_classes.hpp" namespace SpellSDK { //--------------------------------------------------------------------------- //Parameters //--------------------------------------...
[ "45327951+realrespecter@users.noreply.github.com" ]
45327951+realrespecter@users.noreply.github.com
6e474a50077081ac182f6dd35e2e3a7b87403e4e
fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd
/components/download/public/download_params.h
86a629c0fcd0a2c4353738073c564a2d5adc8f85
[ "BSD-3-Clause" ]
permissive
wzyy2/chromium-browser
2644b0daf58f8b3caee8a6c09a2b448b2dfe059c
eb905f00a0f7e141e8d6c89be8fb26192a88c4b7
refs/heads/master
2022-11-23T20:25:08.120045
2018-01-16T06:41:26
2018-01-16T06:41:26
117,618,467
3
2
BSD-3-Clause
2022-11-20T22:03:57
2018-01-16T02:09:10
null
UTF-8
C++
false
false
5,244
h
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_DOWNLOAD_PUBLIC_DOWNLOAD_PARAMS_H_ #define COMPONENTS_DOWNLOAD_PUBLIC_DOWNLOAD_PARAMS_H_ #include "base/callback.h" #include "base/tim...
[ "jacob-chen@iotwrt.com" ]
jacob-chen@iotwrt.com
00b66c4883bbf15802ef12210f4e6d15ba3e02ed
c45151f3520d303dede70fbf868c92afeb40a4bb
/src/qt/guiutil.h
416e7b50ef0e0014cf8ab1c65b517c1fa178e1f5
[ "MIT" ]
permissive
tronier/CO2Coin
8c37a1c861914166cfc9880a774604d5c147a078
9534ce53c8e8544a1350e50466c0c24804e824ba
refs/heads/master
2021-02-18T16:36:13.345705
2020-03-05T16:30:57
2020-03-05T16:30:57
245,207,460
0
0
null
null
null
null
UTF-8
C++
false
false
4,292
h
#ifndef GUIUTIL_H #define GUIUTIL_H #include <QString> #include <QObject> #include <QMessageBox> class SendCoinsRecipient; QT_BEGIN_NAMESPACE class QFont; class QLineEdit; class QWidget; class QDateTime; class QUrl; class QAbstractItemView; QT_END_NAMESPACE /** Utility functions used by the Bitcoin Qt UI. */ names...
[ "info@co2coin.info" ]
info@co2coin.info
050f3ec0733d300898950bcb2dcfe43968000ca9
c024a8d406ab3556a8c5bf5d66256cf6ec5dc7d9
/7/FindMaxEx/FindMaxEx.h
ef1fbacf5b4ce73c9949416b57518efbc39061eb
[]
no_license
sergeythrees/Object-Oriented-Programming
1fa17b5606360b4b6ef1dd6e470f7426fef649b6
77e227a64cb2cf00f429c090bc16ca6ec8aefa36
refs/heads/master
2021-09-04T09:49:56.837506
2018-01-17T20:02:33
2018-01-17T20:02:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
392
h
#pragma once template<typename T, typename Less/* = typeid(bool operator<()))*/> bool FindMaxEx(std::vector<T>const & arr, T & maxValue, Less const & less/* = less()*/) { if (arr.empty()) { return false; } const T* lastMax = &arr.front(); for (size_t i = 0; i < arr.size(); ++i) { if (less(*lastMax, arr[i]))...
[ "sergeythrees@gmail.com" ]
sergeythrees@gmail.com
e7eef8cc284ae1cd507bcf09bae62c5bbe13aa31
70d468df1bb8b959a6964dbde0b7af56bc5a47f2
/text_generator.cpp
03f84c358cc46345d854e428ec98565a5b4e5e6b
[]
no_license
darkraven74/TextGenerator
e4bbc43266ab7ff7523b95c64686cd83605631fd
341e7ee8411ff93b406bc920ba2e05b87a2b9f0c
refs/heads/master
2016-08-11T13:26:36.915324
2015-12-09T10:52:14
2015-12-09T10:52:14
47,180,078
0
0
null
null
null
null
UTF-8
C++
false
false
2,024
cpp
// // Created by darkraven on 01.12.15. // #include "text_generator.h" #include <fstream> #include <iostream> #include <sstream> #include <cmath> #include <algorithm> text_generator::text_generator(std::string input_file) : words_number(0) { std::ifstream input_stream(input_file.c_str()); std::string lin...
[ "darkraven8@gmail.com" ]
darkraven8@gmail.com
ee1340c3447cc6f89043ca42c2e5b844a7f9b1d4
5b0b4601d6c803b932b65234c6225cce18a53bf3
/LeetCode121/main.cpp
97fda43c367407cd09f89d3c2ec3676b1fa5682e
[]
no_license
PiggerZZM/leetcode-exercises
376f5fe1fe8fe9ca357e33c8b702b14835623fc3
4687f927083412b2cc416450f114f11043cbcf79
refs/heads/master
2023-04-08T23:23:35.576513
2021-04-19T03:40:22
2021-04-19T03:40:22
273,419,993
0
0
null
null
null
null
UTF-8
C++
false
false
433
cpp
/* author: PiggerZZM date: 2020-6-19 language: cpp */ #include <vector> #include <algorithm> #include <cstdio> using namespace std; #include "LeetCode121-a.cpp" #include "LeetCode121-b.cpp" int main() { SolutionA s1; vector<int> prices = {7,1,5,3,6,4}; int result = s1.maxProfit(prices); printf("%d\n"...
[ "442823793@qq.com" ]
442823793@qq.com
c41374ca474e1e65d012aea82365fbb861db22e5
cba65f37aacd6af9993ac9f858daa31cd46458ed
/app/text/append_line.cpp
548d36d6945cb03b97afb0e795272c9c68d313fe
[ "MIT" ]
permissive
valeryami/ladybag2
537aeeae3efab062ee35ec643768af39716d5451
918f3986aa060b4740632732c85acaf96322ad0c
refs/heads/main
2023-05-30T16:48:33.809396
2021-06-09T22:29:02
2021-06-09T22:29:02
375,489,954
0
0
null
null
null
null
UTF-8
C++
false
false
1,036
cpp
/** * append_line.cpp -- функции для добавления строк * * Copyright (c) 2021, Alexander Borodin <aborod@petrsu.ru> * * * This code is licensed under a MIT-style license. */ #include "_text.h" /** * Добавляет одну строку к тексту * @param txt текст * @param contents новая строка * @re...
[ "vmiheeva@cs.petrsu.ru" ]
vmiheeva@cs.petrsu.ru
f4c428fbef3f8064729cb8bb064169b2e4db0d26
4f56c5cb99b2b0834e4d06d19a753061ba1c0c6f
/tablemodel.h
5ba2268d3cb79f5e755daabb5f0b3fa6c8a9d8f7
[]
no_license
IvanSchcitov/QT_interface
8badd2ecd40dd3e481dc0a4a528782d90458ae40
f2b499dfc7d602687987409dc77a6350d664aee7
refs/heads/master
2021-05-12T15:08:29.998776
2018-02-09T08:38:01
2018-02-09T08:38:01
116,777,348
0
0
null
null
null
null
UTF-8
C++
false
false
843
h
#ifndef TABLEMODEL_H #define TABLEMODEL_H #include <QAbstractTableModel> #include "treeitem.hpp" class TableModel : public QAbstractTableModel { Q_OBJECT public: TableModel(TreeItem* treeItem); int rowCount(const QModelIndex &parent = QModelIndex()) const override ; int columnCount(const QModelIndex ...
[ "iovin87@mail.ru" ]
iovin87@mail.ru
b2459f7bd7cd3fd15f942fec6e6558d472a6cc8d
0ba5369d6b79227c77879db5a67e5703d04dd34b
/Programmers/lv2/repeat_binary_transformation.cpp
fe41ed66f320264775cdc587a753ec7b3d8d98cb
[]
no_license
ParkHaeChan/DataStructureAndAlgorithmCPP
cfac1545478ef158842d28f1e959af756c52b717
5f99e37012ea95a41637ea09d8c6df6dfd2aec36
refs/heads/main
2023-08-30T14:17:37.988524
2021-11-01T12:51:35
2021-11-01T12:51:35
379,231,411
2
0
null
null
null
null
UTF-8
C++
false
false
1,863
cpp
/* 이진 변환 반복하기 https://programmers.co.kr/learn/courses/30/lessons/70129 문제 설명 0과 1로 이루어진 어떤 문자열 x에 대한 이진 변환을 다음과 같이 정의합니다. x의 모든 0을 제거합니다. x의 길이를 c라고 하면, x를 "c를 2진법으로 표현한 문자열"로 바꿉니다. 예를 들어, x = "0111010"이라면, x에 이진 변환을 가하면 x = "0111010" -> "1111" -> "100" 이 됩니다. ?: 0과 1로 이루어진 문자열 s가 매개변수로 주어집니다. s가 "1"이 될 때까지 계속해서 s에...
[ "lucidsun92@gmail.com" ]
lucidsun92@gmail.com
32d4e9f17b5e27381bfe3594cbb23b86650748fc
360080a32b5d14ebcb58b7848313582819e3307f
/heros2048/proj.wp8/2048heros.h
bc3b7c17cbc7fb6c5aec9d454d6c1fc6d65c0ed7
[]
no_license
tjh83/MyProject
a6e04966112780eac24bc4dd5e586203f66d7aac
6d941273bf8e98f0e413dce0ba1de99620e2c985
refs/heads/master
2018-12-29T01:34:48.468814
2015-03-17T02:24:44
2015-03-17T02:24:44
32,364,144
0
0
null
null
null
null
UTF-8
C++
false
false
1,718
h
#pragma once #include "../Classes/AppDelegate.h" ref class 2048heros sealed : public Windows::ApplicationModel::Core::IFrameworkView { public: 2048heros(); // IFrameworkView Methods. virtual void Initialize(Windows::ApplicationModel::Core::CoreApplicationView^ applicationView); virtual void SetWindow(Windows:...
[ "tjh8306@gmail.com" ]
tjh8306@gmail.com
48ef4008961d5ff2cbf415a2d16da64a0a19541f
40cd81f397721cd1dad6590cef00f16ab94b53ba
/MPA5/commands.hpp
18ed5354c4d65241d4b278770b7d67d76c2e3f53
[]
no_license
ohhskar-school/cmsc-123
c16b543fe394d11635a4628c6e9d9fed8c1693be
f32b323c1b9065fbd238af1943e18b4a694e3e6a
refs/heads/master
2022-03-20T15:00:33.784720
2019-12-18T06:37:55
2019-12-18T06:37:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
429
hpp
#ifndef MPA5_COMMANDS #define MPA5_COMMANDS #include "commands/append.hpp" #include "commands/cd.hpp" #include "commands/command.hpp" #include "commands/cp.hpp" #include "commands/ls.hpp" #include "commands/mkdir.hpp" #include "commands/mv.hpp" #include "commands/rm.hpp" #include "commands/rmdir.hpp" #include "command...
[ "oscarvianvalles@gmail.com" ]
oscarvianvalles@gmail.com
7eba5956a7541ade3824b9bf234659bca0fd2077
411ab7c07e92cc575ce6044927fe842114ad1b8b
/parts/ IAudioProvider.h
e612da30ebc3de7308e6fe83d0a7c9c64c3a4060
[]
no_license
zeplaz/symecodev
5a1df6322bba351bb5ea3c8c29f2577307f8a1b5
1894303fa17c97b9799144fa9792e4b0f1973b05
refs/heads/master
2021-09-29T03:45:47.587611
2018-11-23T16:52:20
2018-11-23T16:52:20
154,870,745
0
0
null
null
null
null
UTF-8
C++
false
false
350
h
#pragma once //#include "stdafx.h" #include <string.h> class IAudioProvider { public: virtual ~IAudioProvider() {} virtual void PlaySound(std::string filename) = 0; virtual void PlaySong(std::string filename, bool looping) = 0; virtual void StopAllSounds() = 0; virtual bool IsSoundPlaying() = 0; virtual...
[ "life.in.the.vivid.dream@gmail.com" ]
life.in.the.vivid.dream@gmail.com
b36b446eef3243db8e2b8ddfbad3a74f591cb462
9b8708ad7ffb5d344eba46451cabc3da8c0b645b
/Moteur/Vulkan/memoryblock.h
69bf9d22250cc0f83a25aec05d9b4580fc7049fc
[]
no_license
VisualPi/GameEngine
8830037305ff2268866f0e2c254e6f74901dd18d
03c60c571ab3a95b8eaf2c560aa3e4c9486a77c3
refs/heads/master
2021-07-08T18:13:28.459930
2017-10-08T12:05:05
2017-10-08T12:05:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
467
h
#pragma once #include "device.h" int findMemoryType(uint32_t memoryTypeBits, vk::PhysicalDeviceMemoryProperties const &properties, bool shouldBeDeviceLocal); struct MemoryBlock { vk::DeviceMemory memory; vk::DeviceSize offset{ 0 }; vk::DeviceSize size{ 0 }; bool free = false; void *ptr = nullptr; // Useless ...
[ "antoine.morrier@outlook.fr" ]
antoine.morrier@outlook.fr
bd03fa0a9901e72a2f1cff63b6ca18d7b026e67c
48e9625fcc35e6bf790aa5d881151906280a3554
/Sources/Elastos/Runtime/Core/marshal/android_linux/mshproc.cpp
09f44abb9e7578ae2dfdfd8f5f563c59a0f63a9b
[ "Apache-2.0" ]
permissive
suchto/ElastosRT
f3d7e163d61fe25517846add777690891aa5da2f
8a542a1d70aebee3dbc31341b7e36d8526258849
refs/heads/master
2021-01-22T20:07:56.627811
2017-03-17T02:37:51
2017-03-17T02:37:51
85,281,630
4
2
null
2017-03-17T07:08:49
2017-03-17T07:08:49
null
UTF-8
C++
false
false
34,577
cpp
//========================================================================= // Copyright (C) 2012 The Elastos 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 // // ...
[ "cao.jing@kortide.com" ]
cao.jing@kortide.com
55f740b4af693862b478affa648a024bd6c484be
2f10f807d3307b83293a521da600c02623cdda82
/deps/boost/win/debug/include/boost/function_types/detail/pp_retag_default_cc/master.hpp
a2437fc20ea51c681697b8c3232f4352395b0a69
[]
no_license
xpierrohk/dpt-rp1-cpp
2ca4e377628363c3e9d41f88c8cbccc0fc2f1a1e
643d053983fce3e6b099e2d3c9ab8387d0ea5a75
refs/heads/master
2021-05-23T08:19:48.823198
2019-07-26T17:35:28
2019-07-26T17:35: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:424b7fdc622b828f068d504d4ae307f45a871bf83efd3cc7d6696ae5dcad85c6 size 3116
[ "YLiLarry@gmail.com" ]
YLiLarry@gmail.com
716b3ff876a21dcd8f70ed7e584363e9093c0a36
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/inetsrv/iis/svcs/cmp/easp/comp/src/compobj.h
6450935dc126500ea3295b65afc0946128864fe1
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,274
h
// CompObj.h : Declaration of the CASPEncryption #include "resource.h" // main symbols #include <asptlb.h> ///////////////////////////////////////////////////////////////////////////// // easpcomp class CASPEncryption : public CComDualImpl<IASPEncryption, &IID_IASPEncryption, &LIBID_EASPCOMPLib>, public I...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
0af24b765e2ce96666b44f335af52da727687157
6fea8d35315dbf883055bbe7123ea84bad35cec0
/src/qt/plutusstrings.cpp
98be594550f99654055ad1716ed83f994bc6b817
[ "MIT" ]
permissive
PlutusCapital/core
caef5b3710bda17e062837ad6e4653c78065c318
9a02ab820245afdb2b3ab4bea621a78bfef37590
refs/heads/master
2023-01-04T01:36:55.766312
2020-10-29T09:11:15
2020-10-29T09:11:15
227,622,200
0
0
null
null
null
null
UTF-8
C++
false
false
32,453
cpp
#include <QtGlobal> // Automatically generated by extract_strings.py #ifdef __GNUC__ #define UNUSED __attribute__((unused)) #else #define UNUSED #endif static const char UNUSED *plutus_strings[] = { QT_TRANSLATE_NOOP("plutus-core", " mints deleted\n"), QT_TRANSLATE_NOOP("plutus-core", " mints updated, "), QT_TRANSLA...
[ "sbohare@techracers.io" ]
sbohare@techracers.io
26e6b7c962208e766a96fb9e1fd9d7e04305e2bb
e85fdbbea321fbe0ac699d92ab452c515f97d1e9
/matchI.cpp
e3962752ce4c350c2b27196bf63f947544919e15
[]
no_license
fanliyong007/acmhomeworks
3c212b2c74ab43ad16e7fe277093e4df49b3dd27
718c3aee1c8c621e2a8699cbf378ddf178b88c63
refs/heads/master
2021-01-22T19:58:54.871018
2019-09-24T04:57:19
2019-09-24T04:57:19
85,262,548
0
0
null
null
null
null
UTF-8
C++
false
false
1,147
cpp
#include<iostream> using namespace std; int main() { string s1, s2; while(cin>>s1>>s2) { int len1 = s1.length(); int len2 = s2.length(); bool flag = false; if(len2>len1) { cout << "no" << endl; continue; } for (int i = 0; i < le...
[ "fanliyong007@hotmail.com" ]
fanliyong007@hotmail.com
bc38ea2ca87f4d18f6fd28f3b7e658cac74f611f
46c22c9d51a1f469c9920cb4064590a278ca09f3
/Wearable Electronics/Day 5/Jump Shoes 2/Jump_shoes2.ino
8fda761a071c4a5011a47f7bc4489cb6d947f3f3
[]
no_license
saransh44/SteamWorks-Projects
3f1bb34dd0ee20a36d6de25c7d1497c404712fa1
4ca66d06303cce0f81b974268889e309d74fbb34
refs/heads/master
2020-04-17T17:14:07.538010
2019-01-21T10:43:32
2019-01-21T10:43:32
166,774,758
0
0
null
null
null
null
UTF-8
C++
false
false
792
ino
#include <Adafruit_CircuitPlayground.h> #include <Wire.h> #include <SPI.h> float x, y, z; //values to measure acceleration in 3 dimensions float total = 0.0; void setup() { CircuitPlayground.begin(); Serial.begin(9600); } void loop() { getAcc(); //collect magnitude of acceleration if (total > 30) { /...
[ "saranshgupta32@gmail.com" ]
saranshgupta32@gmail.com
35a2a1dec777a9afbdf45c64e72a8fa247565c3e
6f4887d435b9420c7c1ac20c9b618bbdfe16464c
/also/pomosh rayke.cpp
6001c4e5cd37414bbcc096c7511c9511adf896e2
[]
no_license
beloofficial/Dev-C
4af8b69e58b07543a062360d9b17b0024759f0e2
64471bf2a2da7d3bf40f15445e397112648c189f
refs/heads/master
2022-01-10T22:36:33.601075
2019-05-04T09:18:59
2019-05-04T09:18:59
184,855,569
2
0
null
null
null
null
UTF-8
C++
false
false
197
cpp
#include<iostream> using namespace std; int main() {double a,n; cin>>n; for(a=1;a<=n;a++) { if(2*a*a+a-2395==0)cout<<a; } system("pause"); return 0; }
[ "amantay.or@gmail.com" ]
amantay.or@gmail.com
e88367e797a60874cba5841d9c306ceb51cb80fb
c54a93c3356de22f32bf5c6e92f051391046734a
/platform_release/adobe/future/widgets/headers/visible_change_queue.hpp
d617cf0aa8a1c4992aa50624dd03fa5f44b18ff3
[]
no_license
tfiner/adobe_asl
8d2eb6ae715b29217e411001b946914ff23b5f59
d7d1c2af5e0cf15fa8a170bb8d725dc935796c8a
refs/heads/master
2020-12-24T15:49:13.250941
2012-07-23T05:49:27
2012-07-23T05:49:27
4,744,424
1
0
null
null
null
null
UTF-8
C++
false
false
2,418
hpp
/* Copyright 2005-2007 Adobe Systems Incorporated Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt or a copy at http://stlab.adobe.com/licenses.html) */ /****************************************************************************************************/ #ifndef ADOBE_VISIBLE_CH...
[ "github@tfiner.fastmail.fm" ]
github@tfiner.fastmail.fm
5e18111f28e0192c8ab35493666a6feb34144660
7f6fe18cf018aafec8fa737dfe363d5d5a283805
/ntk/storage/directory.h
b638832dc32cf97ddf552a517e8d2fc4ee14694b
[]
no_license
snori/ntk
4db91d8a8fc836ca9a0dc2bc41b1ce767010d5ba
86d1a32c4ad831e791ca29f5e7f9e055334e8fe7
refs/heads/master
2020-05-18T05:28:49.149912
2009-08-04T16:47:12
2009-08-04T16:47:12
268,861
2
0
null
null
null
null
UTF-8
C++
false
false
2,836
h
/****************************************************************************** The NTK Library Copyright (C) 1998-2003 Noritaka Suzuki $Id: directory.h,v 1.6 2003/11/11 12:07:09 nsuzuki Exp $ ******************************************************************************/ #pragma once #ifndef __NTK_STORA...
[ "nrtkszk@gmail.com" ]
nrtkszk@gmail.com
6c2c399b659c765791532f5f2c22d6e3116bd57c
7e88587fb56d494adf0f0d35ba414d4bdfc81664
/LAWA-lite/iris2/my/compressionlaplace1d.h
ff1f36181f580267c1cbcee5598385ff51768a9f
[]
no_license
iris-haecker/LAWA
8c488652b64db299299dd72fa7fb0a0e3baf4d83
a79c6b70e4558935da34a04da62bdb4af2da08af
refs/heads/master
2021-01-25T04:57:43.279709
2013-09-18T10:31:05
2013-09-18T10:31:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
597
h
#ifndef IRIS2_MY_COMPRESSIONLAPLACE1D_H #define IRIS2_MY_COMPRESSIONLAPLACE1D_H 1 #include <iris2/my/laplace1d.h> namespace lawa { template <typename T> struct CompressionLaplace1D { const Laplace1D<T> &A; short s_tilde, jmin, jmax; CompressionLaplace1D(const Laplace1D<T> &A); void ...
[ "iris.haecker@uni-ulm.de" ]
iris.haecker@uni-ulm.de
636a762985769cb174b2a3e9ea6bd4f988b0217c
a210bc73428084c04b07c19b705eb1e2baffb9d4
/71A. Way Too Long Words/71A. Way Too Long Words.cpp
a5135abd9c433114a9410db065a38e3950ce14db
[]
no_license
imanmousaei/CodeForces
15067e49cf41bc4f34fd691a8267c79dea785962
1add0c41353e75b75f867304640b717aff60df49
refs/heads/master
2021-07-06T14:38:02.445337
2020-08-04T15:37:58
2020-08-04T15:37:58
137,961,173
0
0
null
null
null
null
UTF-8
C++
false
false
949
cpp
/** Coder : Iman Mousaei Accepted **/ #include <bits/stdc++.h> #define ___ ios_base::sync_with_stdio(false); using namespace std; typedef long long ll; const ll LLINF = LLONG_MAX - 7; const int INF = INT_MAX - 7; const int MAX = 100 + 7; const int MOD = 1e9 + 7; string s[MAX],answer[MAX]; string i2s(int a) { ...
[ "imanmousaei1379@gmail.com" ]
imanmousaei1379@gmail.com
825100dec0a67cfa7ff5a2cf8c88394e222a8dc2
11c74b57455ce2454849fbe9a73a2e0d2a3542d2
/contests/2020多校联合训练/杭电/题解/杭电多校5_题解_数据_标程/杭电多校5_题解_数据_标程/多校标程/1007.cpp
5e84265aaad797c8a9fe0ae2886ef3580bc068ee
[]
no_license
heyuhhh/ACM
4fe0239b7f55a62db5bc47aaf086e187134fb7e6
e1ea34686b41a6c5b3f395dd9c76472220e9db5d
refs/heads/master
2021-06-25T03:59:51.580876
2021-04-27T07:22:51
2021-04-27T07:22:51
223,877,467
9
0
null
null
null
null
UTF-8
C++
false
false
2,051
cpp
#include<bits/stdc++.h> using namespace std; typedef long long ll; typedef long double ld; typedef unsigned long long ull; typedef pair <ll,ll> pii; #define rep(i,x,y) for(int i=x;i<y;i++) #define rept(i,x,y) for(int i=x;i<=y;i++) #define per(i,x,y) for(int i=x;i>=y;i--) #define all(x) x.begin(),x.end() #define pb pus...
[ "2468861298@qq.com" ]
2468861298@qq.com
4cb999eba24d861489fb5ab531427246094553c8
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/base/efiutil/efilib/inc/ifssys.hxx
7472d909ff54aae4f07f6e1ebcf94efe97a4e73d
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,702
hxx
/*++ Copyright (c) 1991 Microsoft Corporation Module Name: ifssys.hxx Abstract: This module contains the definition for the IFS_SYSTEM class. The IFS_SYSTEM class is an abstract class which offers an interface for communicating with the underlying operating system on specific IFS i...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
75672954f7873b8bf580b064795b3a11bb159730
cb1b800db9c2475b1f342fd892af869e1e5ab41d
/robogym_ws/devel/.private/moveit_msgs/include/moveit_msgs/JointLimits.h
e2a188392d344bbc2c761d22c48a8428125c7275
[]
no_license
klekkala/robogym_moveit
c64cb49f9fe11d5dbd2b10816708e323f772a4f6
d5cdb3c177b719dd8366e0e1c741c5fd5e97521a
refs/heads/main
2023-04-23T23:45:52.593518
2021-05-17T06:34:57
2021-05-17T06:34:57
365,917,056
1
0
null
null
null
null
UTF-8
C++
false
false
7,995
h
// Generated by gencpp from file moveit_msgs/JointLimits.msg // DO NOT EDIT! #ifndef MOVEIT_MSGS_MESSAGE_JOINTLIMITS_H #define MOVEIT_MSGS_MESSAGE_JOINTLIMITS_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> #include ...
[ "haomengz@usc.edu" ]
haomengz@usc.edu
70924403fa05516ef837c81536d5ff4ee73e14ae
dcc9e001d4b4a2d04c7adc212e10157d7cc054ce
/SFML_Asteroids/SFML_Asteroids/Main.cpp
10684a8011a48c56bc6e845f91339765a037e375
[]
no_license
UchihaKite/SFML_HI_Prototype
0ffa801e228715d67cec9fd917083d061e4e4bac
d4c6ecffba3c0eea48e275ec2a2894bd6e01fecb
refs/heads/master
2021-10-23T21:14:03.810859
2019-03-20T03:38:29
2019-03-20T03:38:29
155,454,906
0
1
null
null
null
null
UTF-8
C++
false
false
2,550
cpp
#include "Engine.h" #include "StarParticleSystem.h" #include <iostream> // Declare the Resoltuion of the Game sf::Vector2i g_Resolution(sf::VideoMode::getDesktopMode().width / 2, sf::VideoMode::getDesktopMode().height / 2); int main() { // Create the Window sf::RenderWindow s_Window(sf::VideoMode(g_Resolution.x, g_...
[ "UchihaKite@gmail.com" ]
UchihaKite@gmail.com
785cdec90c2e67b9d52375ad0831926fd5aee4ca
fd87c754b7474e2f415b95e16dd6da431e4e488b
/test.cpp
cf6c33127cc97e5b18ab6545f7789df1f733489a
[]
no_license
takaryu0916/test
c11a6bceaf90776b1254aa8befb1bf9e49824218
d85ebc2e1f201629e836ccf56bbfbba16357e4ce
refs/heads/master
2020-04-02T05:35:14.210842
2018-10-22T04:52:02
2018-10-22T04:52:02
154,090,015
0
0
null
null
null
null
UTF-8
C++
false
false
71
cpp
#include <stdio.h> void test() { printf("hello world"); return 0; }
[ "takaryu0916@gmail.com" ]
takaryu0916@gmail.com
416dac24b0e08967bedcc1475ff4e7a51aa946ea
04b1803adb6653ecb7cb827c4f4aa616afacf629
/third_party/blink/renderer/core/css/rule_feature_set.cc
5deeff346cc1073f664ac11b79820712e9105ce0
[ "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
Samsung/Castanets
240d9338e097b75b3f669604315b06f7cf129d64
4896f732fc747dfdcfcbac3d442f2d2d42df264a
refs/heads/castanets_76_dev
2023-08-31T09:01:04.744346
2021-07-30T04:56:25
2021-08-11T05:45:21
125,484,161
58
49
BSD-3-Clause
2022-10-16T19:31:26
2018-03-16T08:07:37
null
UTF-8
C++
false
false
49,802
cc
/* * Copyright (C) 1999 Lars Knoll (knoll@kde.org) * (C) 2004-2005 Allan Sandfeld Jensen (kde@carewolf.com) * Copyright (C) 2006, 2007 Nicholas Shanks (webkit@nickshanks.com) * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Apple Inc. All * rights reserved. * Copyright (C) 2007 Alexey Pros...
[ "sunny.nam@samsung.com" ]
sunny.nam@samsung.com
b69f70cff52ccc646beb9179d0ef1fed974a75d0
e5d7314e57789b78b80f5aa9367ba1c0c6cd59b1
/chapter4/arrayone.cpp
c30f41420de558e1a76752ba9b9b293d47dd4c54
[]
no_license
dga1t/cpp-primer-practice
1b36da26922433647ac1396a3d6ffead88ad0178
8f68b71b16297f8c8d490d811ddc62dc4b3bbe2b
refs/heads/master
2023-05-29T03:44:40.098175
2021-06-06T12:33:50
2021-06-06T12:33:50
321,054,667
1
0
null
null
null
null
UTF-8
C++
false
false
668
cpp
#include <iostream> int main() { using namespace std; int yams[3]; yams[0] = 7; yams[1] = 8; yams[2] = 6; int yamcosts[6] = {20, 30, 5}; cout << "Total yams = "; cout << yams[0] + yams[1] + yams[2] << endl; cout << "The package with " << yams[1] << " yams costs "; cout << yamcosts[1] << " cents p...
[ "dpsmnsk@gmail.com" ]
dpsmnsk@gmail.com
450f647da1dae28d0e6478da6c852cb75a01ca24
43231c1fd76651dda337c8484fa07d808663866b
/examples-repo/Ampel/Template/IDE-Host/Ampel/Ampel/Ampel.cpp
adda237420d4f9f3a7604a69d5e933a2f0b9a092
[]
no_license
speedbyte/EasyLabHelper
6636abdd25e1a0d139fa834b033b6e7337afc9a7
a51bd68c7fc78f72a215e3005df55e4b3851768f
refs/heads/master
2020-06-01T05:20:54.692605
2018-02-05T12:10:53
2018-02-05T12:10:53
190,654,589
0
0
null
null
null
null
ISO-8859-1
C++
false
false
162
cpp
// Ampel.cpp : Definiert den Einstiegspunkt für die Konsolenanwendung. // #include "stdafx.h" int _tmain(int argc, _TCHAR* argv[]) { return 0; }
[ "vagrawal@hs-esslingen.de" ]
vagrawal@hs-esslingen.de
f4386c65e991cfa439e7e3c118a82865f394b72e
248e9951f171425a21d30f4f9789b4780aef83a7
/src/test/denialofservice_tests.cpp
1739a43d0b8e9708399ed1bd4c4bafe9693e3160
[ "MIT" ]
permissive
bitcoinrtx/BitcoinRTX-V0.1
8dd4f2b79e40d1eba39a1dc8e27bffe5c34785d4
defcb5024837d0a17152d1304e6de3fb338436f5
refs/heads/master
2023-03-12T11:16:08.751490
2021-03-06T20:05:56
2021-03-06T20:05:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,022
cpp
// // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. // Unit tests for denial-of-service detection/prevention code #include <banman.h> #include <chainparams.h> #include <net.h> #include <net_processing.h> #include <script/sign.h...
[ "kunal@coinrecoil.com" ]
kunal@coinrecoil.com
0d84e427986c0dad43fd9786b46055c73dbd67f6
2cb0747238376e3f6a9347d31f2469d1d767452f
/shadows and particles/common/controls.cpp
c45c788c652931e0b906b6cb3fa0342d033cfac9
[]
no_license
Smorgasfjord/VikingGame
0a2ca4484f223fa3a924b0ffaaeb24081fb50b60
d9985e9c0885b3ee39a51d2eb2d2ca9d3adba758
refs/heads/master
2021-03-13T00:06:42.662797
2014-06-11T15:30:43
2014-06-11T15:30:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,644
cpp
// Include GLFW #include </home/nclarke/Desktop/deps/glfw/include/GLFW/glfw3.h> extern GLFWwindow* window; // The "extern" keyword here is to access the variable "window" declared in tutorialXXX.cpp. This is a hack to keep the tutorials simple. Please avoid this. // Include GLM #include </home/nclarke/Desktop/deps/glm...
[ "nclarke@calpoly.edu" ]
nclarke@calpoly.edu
45e161aa58bfa973500d594823bbd4d60f243e16
9af5ce5f7128d6ec19aa6ebcfa9770260aa17b4d
/HTN_Plugin/Source/HTN_Plugin/Private/JSHOP2_Experiments/SimpleFPS/JSHOP2_ExperimenterSimpleFPS.cpp
9c596181e76d1385b39a764bc32016f7ca9acd2e
[ "MIT" ]
permissive
ChairGraveyard/HTN_Plan_Reuse
efae07d5ca30de4f3e4c563adc8e5c5e07252c6a
acdf5e6f808f50b98a4be4da653a7c27b6e713df
refs/heads/master
2020-12-22T20:01:55.117181
2016-03-31T12:34:32
2016-03-31T12:34:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
18,497
cpp
#include "HTN_PluginPrivatePCH.h" #include "HTNPlanner/HTNPlanner.h" #include "HTNPlanner/HTNPlannerComponent.h" #include "HTNPlanner/TaskNetwork.h" #include "JSHOP2_Experiments/DataCollector.h" #include "JSHOP2_Experiments/SimpleFPS/HTNWorldState_SimpleFPS.h" #include "JSHOP2_Experiments/SimpleFPS/SimpleFPSObject.h" #...
[ "d.soemers@gmail.com" ]
d.soemers@gmail.com