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
46a63a0cbe82c46162c48f992ff5a527d77dfd15
ae0f41c6dc1355833fb72ed85d132da1357bd4dc
/include/ContactSpacePlanning.hpp
8ec314af4dbf37e1cacac6825d2a56f80b1466c3
[]
no_license
UM-ARM-Lab/escher_openrave_cpp
6fe21ce1522655288505a2a6ed4857f6793c955f
45b00a99f151bd5dd65c77b05177ee938cd05ad3
refs/heads/master
2021-01-19T12:50:50.724282
2020-05-29T14:19:46
2020-05-29T14:19:46
100,801,299
0
0
null
2019-09-19T13:43:55
2017-08-19T14:54:08
C++
UTF-8
C++
false
false
11,395
hpp
#ifndef CONTACTSPACEPLANNING_HPP #define CONTACTSPACEPLANNING_HPP void getAllContactPoseCombinations(std::vector< std::vector<RPYTF> >& all_contact_pose_combinations, const std::vector<std::vector<RPYTF> >& possible_contact_pose_representation, size_t vec_index, std::vector<RPYTF>& contact_pose_combination); std::vect...
[ "mouwalin@gmail.com" ]
mouwalin@gmail.com
2a2371d66bf5ac14db230ed750848bb8dc3451f1
a7ff72d839e1717bdf111af03c3340f50d75d4bb
/modules/cvutils/include/fvision/cvutils/misc.h
34e231404023d2276b287c54b553235ca5c6c251
[]
no_license
ly774508966/fvision2010
0dec33e38e297a93ae5555a69ddb9090ef5efc91
4bac98f5717fc2080fa23b567f0353dda25ecba2
refs/heads/master
2021-05-29T09:55:51.762640
2012-06-01T15:10:32
2012-06-01T15:10:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,846
h
#ifndef FVISION_CVUTILS_MISC_H_ #define FVISION_CVUTILS_MISC_H_ #include <cv.h> #include <vector> #include <set> #include <map> #include <algorithm> /*! misc functions */ namespace fvision { std::vector<CvPoint> cvPointsFrom32fs(const std::vector<CvPoint2D32f>& pts); std::vector<CvPoint2D32f> ...
[ "ferryzhou@gmail.com" ]
ferryzhou@gmail.com
5d84f906feeba291e551c7df451060830b2c13a7
a3ff3921fb5d6dc782f8fe79d0452019f975d5c4
/03-6-2.cpp
0fd34fe42e85be8ed09af279a740b507600340b3
[]
no_license
Yang-zhizhang/pat
5282c45c64e32e84da8bb7b263136cdf9bc856a6
623c2c2caa951c56d4104f4b5a6e7463f6732bbd
refs/heads/master
2020-04-02T03:54:24.458921
2018-11-13T10:55:39
2018-11-13T10:55:39
153,990,470
0
0
null
null
null
null
UTF-8
C++
false
false
594
cpp
/*基础编程题库集 基础函数题6-2 多项式求值*/ #include <stdio.h> #define MAXN 10 double f(int n,double a[], double x); int main() { int n,i; double a[MAXN],x; scanf("%d %lf",&n,&x); /*n表示阶数,x表示未知数x的值*/ for (i = 0; i <=n ; ++i) { scanf("%lf",&a[i]); /*a[i]表示系数*/ } printf("%.1f\n",f(n,a,x) ); return 0; } double f(int n,...
[ "709831625@qq.com" ]
709831625@qq.com
ddfc905910505f99f5a1c1898b271f09bf5dcb27
90047daeb462598a924d76ddf4288e832e86417c
/chrome/browser/extensions/api/image_writer_private/image_writer_utility_client_browsertest.cc
b81800d5ecb467120f93fff861b7368ee056fecf
[ "BSD-3-Clause" ]
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
8,851
cc
// 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. #include "chrome/browser/extensions/api/image_writer_private/image_writer_utility_client.h" #include "base/bind.h" #include "base/callback.h" #include "b...
[ "xElvis89x@gmail.com" ]
xElvis89x@gmail.com
520dd76a1c52bb858bacc1fb34ae2c99b48a85fd
5fd93aa04501226c9046fa9cb10ce39d42016c59
/main.cpp
94755738015b4f6abe6b9939cea7cee9c003039f
[]
no_license
codezor/DoublelylinkedList
b53ba67b6d5fc3198528d0fe78bc838783df3923
13e458d4fd7f4bfc8401fa87bc9c888ea39a98d7
refs/heads/master
2021-01-23T04:23:15.936287
2017-03-25T22:33:31
2017-03-25T22:33:31
86,192,571
0
0
null
null
null
null
UTF-8
C++
false
false
4,075
cpp
// Compiler: Microsoft Visual Studio Community 2015 // Version: 14.0.25431.01 Update 3 // Program 3 // // Programmer: Cody Crofford // Date: March , 2017 // Course: CS 221 // Section: 2 // // Purpose: // Read file with baseball players name, class, and batting average // Write to output file a forma...
[ "codezor4@gmail.com" ]
codezor4@gmail.com
c4038c9d0d6c106e43cb66b2031b548516ddf8c0
b22588340d7925b614a735bbbde1b351ad657ffc
/athena/Trigger/TrigEvent/TrigNavStructure/test/ut_features_test.cxx
ddda620d9096a4669f8780c9c223cd38e422d55b
[]
no_license
rushioda/PIXELVALID_athena
90befe12042c1249cbb3655dde1428bb9b9a42ce
22df23187ef85e9c3120122c8375ea0e7d8ea440
refs/heads/master
2020-12-14T22:01:15.365949
2020-01-19T03:59:35
2020-01-19T03:59:35
234,836,993
1
0
null
null
null
null
UTF-8
C++
false
false
10,640
cxx
/* Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration */ #include <stdexcept> #include <stdint.h> #include "TrigNavStructure/StandaloneNavigation.h" #include "TrigNavStructure/TypelessHolder.h" #include "testutils.h" using namespace std; using namespace HLT; struct TestTNS : public Standalone...
[ "rushioda@lxplus754.cern.ch" ]
rushioda@lxplus754.cern.ch
a5ca7c0ab3367b5d283bd219512efc2445772aac
f04b91b7715f7e7850d4df90990cfc07aefb2a9b
/graph_schema-master/tools/hash_sim.cpp
075611de9c819a3558075508e533aed8154034b9
[]
no_license
paravangular/poets-vis
626e0e992512b9a010b07f66b05df704d558807f
a59e1bf51c670c2d3f84598f67909267dac2da53
refs/heads/master
2021-01-02T08:17:36.278368
2017-09-04T19:43:10
2017-09-04T19:43:10
98,986,570
0
0
null
null
null
null
UTF-8
C++
false
false
17,516
cpp
#include "graph.hpp" #include <libxml++/parsers/domparser.h> #include <iostream> #include <fstream> #include <memory> #include <random> #include <unordered_set> #include <algorithm> #include <cstring> #include <cstdlib> static unsigned logLevel=2; struct HashSim : public GraphLoadEvents { std::unordered_set<s...
[ "paravangular@gmail.com" ]
paravangular@gmail.com
6a22297cb37f1c4495b48995fa25ab336c6247e3
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5658282861527040_0/C++/sslfreedom/gbb.cpp
02d840cf05172ef61320a5a894dda4182f367ab2
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
2,364
cpp
#include <iostream> #include <cstdio> #include <cstring> #include <algorithm> using namespace std; typedef long long LL; const int N=200; int n; LL ans, a, b, c; LL f[N][2][2]; void init() { cin >> a >> b >> c; --a; --b; } LL g[2][2]; void work() { int tn=29; ans=0; f[tn+1][0][0]=1...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
63b704c97256ffac2897ab5e688fa44984e095d4
ff9a703b9c59af6d35c8ae3973c2ee356f8a7b37
/Graphs/surroundedRegions.cpp
4b5b1639f7cea229926060048be24d762c6eafa4
[]
no_license
ankurkejriwal/LeetCodeSolutions
ef0150acdfe82a3d6e77a04fb2844b61080637d9
152453357507dec83ff4d99360a3be3920682f09
refs/heads/master
2023-07-19T22:38:40.549512
2021-08-28T14:58:57
2021-08-28T14:58:57
328,835,572
0
0
null
null
null
null
UTF-8
C++
false
false
1,360
cpp
#include <iostream> #include <vector> #include <stdio.h> #include <climits> //g++ -std=c++11 .cpp -o using namespace std; void explore(vector<vector<char>> &grid, int row, int col){ bool rowInbound = row >= 0 && row < grid.size(); bool colInbound = col >= 0 && col < grid[0].size(); if( !rowInbound |...
[ "ankurkejriwal@ankurs-mbp.lan" ]
ankurkejriwal@ankurs-mbp.lan
d5cefe4c82638e22549dfe9d2c61e089f39de9b5
ea401c3e792a50364fe11f7cea0f35f99e8f4bde
/hackathon/zhi/NeuronStudio_zhi/image/nspixels-convert-lumu8.inl
1b97520e9f2c61c89fd9d3e8391ed459f0d35c22
[ "MIT" ]
permissive
Vaa3D/vaa3d_tools
edb696aa3b9b59acaf83d6d27c6ae0a14bf75fe9
e6974d5223ae70474efaa85e1253f5df1814fae8
refs/heads/master
2023-08-03T06:12:01.013752
2023-08-02T07:26:01
2023-08-02T07:26:01
50,527,925
107
86
MIT
2023-05-22T23:43:48
2016-01-27T18:19:17
C++
UTF-8
C++
false
false
2,232
inl
NS_PRIVATE void _ns_pixel_lum_u8_to_lum_u1( const NsPixelLumU8 *src, NsPixelLumU1 *dest ) { /* 8-bit value to a 1-bit value. */ dest->luminance = src->luminance >> 7; } NS_PRIVATE void _ns_pixel_lum_u8_to_lum_u12( const NsPixelLumU8 *src, NsPixelLumU12 *dest ) { /* 8-bit value to a 12-bit value. */ ...
[ "alan.zhizhou@gmail.com" ]
alan.zhizhou@gmail.com
7314a429d6e51987f89b6245ee3822eb48c7f9f6
6d7a3bb26053cb180f35c88daf108f5a773ff293
/wasm_llvm/tools/clang/include/clang/AST/CharUnits.h
ddead6046a147ce91b3c63010bf3db9d146076a8
[ "NCSA", "MIT" ]
permissive
WaykiChain/wicc-wasm-cdt
e4088f0313fbeb1aae7f4631b2735fbd2fc3c0c6
fcf9edcc9d8abf689c6a2452399735c887185bfa
refs/heads/master
2021-07-06T15:20:58.417585
2020-10-12T01:25:17
2020-10-12T01:25:17
237,560,833
1
2
MIT
2020-10-12T01:25:19
2020-02-01T04:19:53
C++
UTF-8
C++
false
false
8,073
h
//===--- CharUnits.h - Character units for sizes and offsets ----*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "1634054493@qq.com" ]
1634054493@qq.com
87dc605671a1c05ecab7ea3d2b195409555e3a1d
68572da614e34b418daab726a4075fd62eea2375
/practice/8/exercises/12_print_until_s.cpp
b8e44106cdb53b3a7da43b2049b554f75497e39b
[]
no_license
samkots/ppp2e
25ff5e7d2562476f670b439d75bde3564a66e3b7
b84cfa056600415b8136d773427f11f104e32c5e
refs/heads/master
2022-01-24T04:16:55.444701
2019-08-06T16:36:56
2019-08-06T16:36:56
113,661,884
1
0
null
2017-12-31T16:15:44
2017-12-09T10:44:22
C++
UTF-8
C++
false
false
957
cpp
#include "std_lib_facilities.h" //------------------------------------------------------------------------------ void print_until_s(const vector<string>& v, const string& quit) { for (const string& s : v) { if (s == quit) return; cout << s << '\n'; } } //----------------------------------------------------...
[ "samkots@gmail.com" ]
samkots@gmail.com
a75d4cf22d0de76f67991e4fe8d38784c37ff127
3e6c72304b0713af12e794636c157b8e9b4544be
/Entity structures/Game Menu's/menuitem.h
23e5d7ce0e5ddf3f51b3926c497255f6fb9a397c
[]
no_license
DrBiologicals/Total-Cube-Domination
5e8765c4edacdd78a12d5abc4fc78a8e6a836b2d
a4b35000a3bafadda8dd87d6683d8b9030d7f561
refs/heads/master
2021-01-10T17:08:01.564395
2015-10-27T01:38:13
2015-10-27T01:38:13
45,009,273
0
0
null
null
null
null
UTF-8
C++
false
false
1,369
h
// // Diploma of Interactive Gaming // Game Development Faculty // Media Design School // Auckland // New Zealand // // (c) 2005-2010 Media Design School // // File Name : menuitem.h // Description : Declaration for CMenuItem // Author : Rebeccah Cox // Mail : rebeccah.cox@mediadesi...
[ "scholzcarsten@outlook.com" ]
scholzcarsten@outlook.com
64e195f73a5b521d2f9f8c14f75ffe8ddb91c114
36605d770deb213434daab1626c1283863dad231
/src/init.cpp
9aea501b01445a4b4c683d3d73a8da23317110bf
[ "MIT" ]
permissive
insaneinthemembrane/Antilitecoin
4ff494a977c39a22b85c46a09482028d19beefe2
ac25e5ccfe42ff073448bc73736415ece543749f
refs/heads/master
2021-04-30T12:45:18.832297
2018-02-12T17:47:39
2018-02-12T17:47:39
121,280,130
0
0
null
null
null
null
UTF-8
C++
false
false
45,568
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "txdb.h" #include "walletdb.h" #include "bitcoinrpc.h" #include "net.h" #...
[ "antilitecoin@linuxmail.org" ]
antilitecoin@linuxmail.org
a4e2f2703dca3022d9794d84e5f00f973a2518e1
a5b566fe7906ec05fa0e638eab99d623eac8564e
/sources/MultiGeneSparseConditionOmega.cpp
416d6ce02fe2a9ecb90329cbfa8eda90c1645b01
[]
no_license
bayesiancook/bayescode
6d44f97ee617164538ac977cb5219ae670135674
855ac3b331267b9626d2ac25952d36a6a9374bdd
refs/heads/master
2023-08-29T03:37:01.202960
2022-10-05T16:06:57
2022-10-05T16:06:57
92,596,965
4
4
null
2022-04-14T08:36:06
2017-05-27T12:20:15
C++
UTF-8
C++
false
false
8,720
cpp
#include <cmath> #include <fstream> #include "MultiGeneChain.hpp" #include "MultiGeneSparseConditionOmegaModel.hpp" using namespace std; MPI_Datatype Propagate_arg; class MultiGeneSparseConditionOmegaChain : public MultiGeneChain { private: // Chain parameters string modeltype, datafile, treefile; int ...
[ "nicolas.lartillot@gmail.com" ]
nicolas.lartillot@gmail.com
1af6e6958ac88b9e81a0a886980bea22fdfc5e61
0500d134989e73782ad8c7f6d7e2873b3b3e8216
/cpp_d10_2019/ex01/RadScorpion.cpp
322fb7073e4ce5026a92ca6596ac4b00fc13069d
[]
no_license
alexis-riot/CPPool-Epitech
1d98a7b63eef9316b6de1ff54b6ee1a239df8c0d
956b84e26bebce2ec8c556b63ccd8579c1caac1b
refs/heads/master
2021-02-15T11:33:50.481050
2020-03-04T12:29:38
2020-03-04T12:29:38
244,894,656
0
0
null
null
null
null
UTF-8
C++
false
false
307
cpp
/* ** EPITECH PROJECT, 2020 ** cpp_d10_2019 ** File description: ** RadScorpion.cpp */ #include "RadScorpion.hpp" RadScorpion::RadScorpion() : AEnemy(80, "RadScorpion") { std::cout << "* click click click *" << std::endl; } RadScorpion::~RadScorpion() { std::cout << "* SPROTCH *" << std::endl; }
[ "riotalexis35@gmail.com" ]
riotalexis35@gmail.com
3c384484001cf82c4a15291ee1c632b81d7296ba
06465dcc5555b938f6fe4505eb3eaa0e806b6666
/Common/library_src/SiRegKeyGenerator/ManagedRegistrationLibrary/ManagedRegistrationData.cpp
aa8bb9d354869f142e8392c6630244b96cdf7f9d
[ "MIT" ]
permissive
michaelolson01/Holodeck
c94413b69c0ff355736a8df51e924f2f4733493e
54b97675a73b668f8eec8d9c8a8c7733e1a53db3
refs/heads/master
2022-05-10T01:37:09.187095
2017-11-16T23:23:10
2017-11-16T23:23:10
null
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
1,539
cpp
//************************************************************************* // Copyright (C) Security Innovation, LLC, 2002-2003 – All Rights Reserved. // // File: ManagedRegistrationData.cpp // // DESCRIPTION: Contains implementation for the managed wrapper around the // RegistrationData class // //==================...
[ "joebasirico@gmail.com" ]
joebasirico@gmail.com
c5468fa7fb7723d089a13315bf9e400fdfbc9648
58826910885ae77d587847d47ffdc6ff6d4775b6
/src/sr.cpp
13157af5544d4c5813dfdaeb7a0882e331246ee5
[]
no_license
richieverma/MNC-Reliable-Transfer-Protocols
e2d5595b8994e738313e264e86c44fb8f1bb39e5
845ce60a05308800da38a8fa38ef09e327a2a799
refs/heads/master
2021-01-12T14:57:18.604829
2016-04-02T01:05:11
2016-04-02T01:05:11
54,866,297
1
0
null
null
null
null
UTF-8
C++
false
false
13,379
cpp
#include "../include/simulator.h" #include <iostream> #include <string> #include <cstring> #include <vector> #include <algorithm> using namespace std; /* ****************************************************************** ALTERNATING BIT AND GO-BACK-N NETWORK EMULATOR: VERSION 1.1 J.F.Kurose This code should be ...
[ "richieverma@gmail.com" ]
richieverma@gmail.com
11b020f7a22766ff0ffa025b46de8385e151b7aa
87afd2b9face99ac5553f6dd4cf9595f754c6650
/definitivo/GetTheBall/GetTheBall/ModeledObjectLightAndColorAttributes.cpp
90f283b97901db30acdcf260d971428020b2db5b
[]
no_license
LauraLaureus/PickTheCow
5ca3f343d9d1ba03712e9d43763bd311cd9e5ba8
97f5f95daf24227f24310e60cdaa349ef17c1aed
refs/heads/master
2021-01-17T19:51:57.935594
2016-06-06T17:00:02
2016-06-06T17:00:02
60,543,688
0
0
null
null
null
null
UTF-8
C++
false
false
648
cpp
#include "ModeledObjectLightAndColorAttributes.h" #include "OpenGLColoring.h" ModeledObjectLightAndColorAttributes::ModeledObjectLightAndColorAttributes(RGBColor color) : color(color) { } ModeledObjectLightAndColorAttributes::~ModeledObjectLightAndColorAttributes() { } RGBColor ModeledObjectLightAndCol...
[ "l4depende@gmail.com" ]
l4depende@gmail.com
0a5579ce74478b3f4bc627957ab4c4081509f661
d7421772a8673cd768feb13c19c6051b9582413e
/app/xcopy.cpp
950b80b94e92cfe227b50e59e0d6cf96c7f9ccee
[]
no_license
lcls-daq/pgpcard
8fc1feeb553b6b2a6c755372b0f29297332250dc
0ed8183f7cde9bc65b69b3a7f0b0034fe627f5d0
refs/heads/master
2021-07-09T00:29:19.204352
2018-03-13T17:59:19
2018-03-13T17:59:19
87,586,113
0
0
null
null
null
null
UTF-8
C++
false
false
2,564
cpp
#include <sys/types.h> #include <sys/ioctl.h> #include <linux/types.h> #include <unistd.h> #include <stdio.h> #include <termios.h> #include <signal.h> #include <fcntl.h> #include <sstream> #include <string> #include <iomanip> #include <iostream> #include "../include/PgpCardMod.h" #include <time.h> #include <pthread.h> ...
[ "caf@SLAC.STANFORD.EDU" ]
caf@SLAC.STANFORD.EDU
fb4eaf6d82aea8393d7586862d6c708453d1918f
376e1818d427b5e4d32fa6dd6c7b71e9fd88afdb
/net/xorp/patches/patch-libxorp_timeval.hh
5d92daa3e9bf8f1cf17d8272d3da04c92cd5b4d5
[]
no_license
NetBSD/pkgsrc
a0732c023519650ef821ab89c23ab6ab59e25bdb
d042034ec4896cc5b47ed6f2e5b8802d9bc5c556
refs/heads/trunk
2023-09-01T07:40:12.138283
2023-09-01T05:25:19
2023-09-01T05:25:19
88,439,572
321
138
null
2023-07-12T22:34:14
2017-04-16T20:04:15
null
UTF-8
C++
false
false
804
hh
$NetBSD: patch-libxorp_timeval.hh,v 1.1 2013/06/13 21:48:09 joerg Exp $ --- libxorp/timeval.hh.orig 2013-06-13 18:08:49.000000000 +0000 +++ libxorp/timeval.hh @@ -239,6 +239,9 @@ public: * right-hand operand. */ bool operator==(const TimeVal& other) const; + bool operator!=(const TimeVal& other) co...
[ "joerg@pkgsrc.org" ]
joerg@pkgsrc.org
fd4cc21274c2f010508641626635220ff8d33326
535d1b93fbe05923e2defac0f7c218bd64559e0d
/CarmenJuego/Proyecto/Carmen/bin/windows/obj/src/openfl/filters/BitmapFilterShader.cpp
0b1fb58349499c79d693ef540059d70942487b13
[]
no_license
XxKarikyXx/ProgVJ1
af9a9f4d7608912e1b2bab9726266b9f4ef5f44d
d26e335379a001cce21d7cd87461d75169391222
refs/heads/develop
2020-03-13T12:44:19.172929
2018-06-05T17:58:01
2018-06-05T17:58:01
131,125,411
0
0
null
2018-05-09T05:12:42
2018-04-26T08:35:17
Haxe
UTF-8
C++
false
true
9,698
cpp
// Generated by Haxe 3.4.2 (git build master @ 890f8c7) #include <hxcpp.h> #ifndef INCLUDED_haxe_io_Bytes #include <haxe/io/Bytes.h> #endif #ifndef INCLUDED_openfl_display_Shader #include <openfl/display/Shader.h> #endif #ifndef INCLUDED_openfl_display_ShaderInput_openfl_display_BitmapData #include <openfl/display/Sha...
[ "kariky@hotmail.es" ]
kariky@hotmail.es
16395a6a8862988f75adf8f096e3ddc4c6baa1e5
d06120aaff28e4e90f891201a9278fc339566a8d
/monopoly/cocos2d/cocos/ui/UIListView.cpp
dae43dd0b4dd2707677cee2f11a19c4d112d1ded
[ "MIT" ]
permissive
li-letian/Monopoly
7b8d9372bb1fe1ad6565205ce9014b67b468e9d1
6427672842ed94bb4dad585206ec08ec9a5f7a4d
refs/heads/master
2022-11-13T03:44:57.776063
2020-06-21T14:21:18
2020-06-21T14:21:18
261,958,000
4
3
MIT
2020-06-13T15:54:52
2020-05-07T05:30:03
C++
UTF-8
C++
false
false
28,943
cpp
/**************************************************************************** Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated d...
[ "liletian@tongji.edu.cn" ]
liletian@tongji.edu.cn
7e5f9f2255765dc234c314ad376746ba6e47f47c
c0028a7d08dbbc8e6deeb4def36240c607612591
/libnet/atomic.h
60d018b4c5195329efffb6dc4f8c16c0d1101c56
[]
no_license
elwin0214/libnet
4a9d3ba4f99b6083c3bbc808e8866d2f32cccff8
a47b005d9e73154153972847f1c363972517537a
refs/heads/master
2020-05-21T18:03:19.478532
2017-09-10T14:32:41
2017-09-10T14:32:41
63,599,073
2
1
null
null
null
null
UTF-8
C++
false
false
1,067
h
#ifndef __LIBNET_ATOMIC_BOOL_H__ #define __LIBNET_ATOMIC_BOOL_H__ #include <libnet/nocopyable.h> namespace libnet { namespace atomic { class AtomicBool: public NoCopyable { public: explicit AtomicBool(bool v):value_(v) { } bool cas(bool expect, bool value) { return __sync_bool_compare_and_swap(&val...
[ "gongwei0214@gmail.com" ]
gongwei0214@gmail.com
98a6d1ed748d5502d3e5f7b3e3ebd526b121becf
d85870d79a3cf3378e3a3fa045b48715eb93bb54
/STL/S-03/3.5/3.5a/main.cpp
1dc8e3a957b777ec54783e209a32da9c7196a8f8
[]
no_license
simorgh10/CPlusPlus
706414e4c5b81cf9c88c25141a99c6722355f0d5
9dec56c5744ea7c0ed69e68663e801371788f999
refs/heads/master
2022-08-18T19:14:04.942363
2020-05-20T17:21:40
2020-05-20T17:21:40
265,637,253
1
0
null
2020-05-20T17:22:34
2020-05-20T17:22:33
null
UTF-8
C++
false
false
2,704
cpp
#include <deque> #include <iostream> using namespace std; /** * A list is a sequential collection of elements of type T. List * containers are implemented as doubly-linked lists; Doubly-linked * lists can store each of the elements they contain in different and * unrelated storage locations. The ordering is kept ...
[ "d.schmidt@vanderbilt.edu" ]
d.schmidt@vanderbilt.edu
a0fe1de04ba8f56ec3ad2600b2098e74b41977c9
02d3decdd7709a5550a27df0d3c7f6fa935a6b2c
/baekjoon/10266_photos_of_clocks.cpp
379aa7542f9a94330925645bd3fb031baab15663
[]
no_license
cdh981009/Algorithm
8f3a587260774e61bccfe7910746b918672c29d8
4f7027da58012cee09d062f8556013b40ff59df8
refs/heads/master
2023-04-30T22:56:22.038983
2023-04-19T14:50:10
2023-04-19T14:50:10
240,855,517
1
0
null
null
null
null
UTF-8
C++
false
false
2,178
cpp
#include <bits/stdc++.h> using namespace std; #define FOR(i, a, b) for (int i = (a); i < (b); ++i) #define FOR_(i, a, b) for (int i = (a); i <= (b); ++i) vector<int> getPi(const string& p) { int m = p.size(); vector<int> pi(m, 0); int match = 0; // i: 현재까지 본 t의 index // match: 현재까지 매칭된 길이 (p[0.....
[ "cdh981009@gmail.com" ]
cdh981009@gmail.com
5e1fe271402f62c81932117fd6ff457edce61d87
092057aedd9e6b46aac5e74fc441ff59ce40a827
/c++/DP--contigous sum.cpp
6369c2f515ec5d81f4301b49a2e67d52728e6ab7
[]
no_license
vichustephen/Programs
8f7feba77b9048b8834cec8391924650d807c818
2adc87dfd6774c16a5e6372ffd5d73aa24eb9c53
refs/heads/master
2020-03-26T18:15:44.891242
2019-03-27T13:53:30
2019-03-27T13:53:30
145,204,323
0
0
null
null
null
null
UTF-8
C++
false
false
941
cpp
#include <cmath> #include <cstdio> #include <vector> #include <iostream> #include <algorithm> using namespace std; void msum(long ar[],long n) { long csum=0,i,msum=0,nsum=0,f=0,high=-10; for(i=0;i<n;i++) { csum=csum+ar[i]; if(msum<csum) msum=csum; if(...
[ "vichus732@gmail.com" ]
vichus732@gmail.com
c835112f074cbd821727d3ba4c657efd3bd98ce4
533d5e1a40def1e1118895f6ba2b4d503c918d1a
/tools/BORLANDC/CRTL/IOSTREAM/STSKIP.CPP
293dc215c310ae4e36c0cba75f3892cd29f6d0b5
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
gandrewstone/GameMaker
415cccdf0f9ecf5f339b7551469f07d53e43a6fd
1fe0070a9f8412b5b53923aae7e64769722685a3
refs/heads/master
2020-06-12T19:30:07.252432
2014-07-14T14:38:55
2014-07-14T14:38:55
21,754,773
103
23
null
null
null
null
UTF-8
C++
false
false
1,039
cpp
/*[]------------------------------------------------------------[]*/ /*| |*/ /*| stskip.cpp |*/ /*| |*/ /*| Class ios ...
[ "g.andrew.stone@gmail.com" ]
g.andrew.stone@gmail.com
085fb5cc566a77d39858ee99b7b82826331d8fca
a014202b356813cbad6205a42fd68fb8d9e4f578
/asg4/time.h
4374bb5af8ce52248497ad8e758d6d7ea9acd8c9
[]
no_license
chaoge282/2D-Game-Development
21acb6eaaa05820cd71a5e44c3bea073465f196e
acb821e38679b689d583da306cc545d469f208c9
refs/heads/master
2020-12-30T14:12:25.408769
2017-05-15T02:54:23
2017-05-15T02:54:23
91,285,712
0
0
null
null
null
null
UTF-8
C++
false
false
1,057
h
#include <SDL.h> #include <string> class Manager; class Clock { public: static Clock& getInstance(); unsigned int getTicks() const; unsigned int getTotalTicks() const { return sumOfAllTicks; } unsigned int getSeconds() const { return getTicks()/1000; } float getFps(); private: friend class Manager; // s...
[ "lichao@g.clemson.edu" ]
lichao@g.clemson.edu
b7686930a2c937d74b07eb0789b5771fa28a510e
4f21bf73c0e9b2de11f08c5be1247140ea56dd5b
/Code/Libraries/Audio/src/iaudiosystem.h
0ee5f87390fc96b52e37a0264935f9e2edf29ae5
[ "Zlib" ]
permissive
BMG-Software/mEldritch
f3acf8c13a5195a566753ce1453443cfe9afdabe
7d07a845b3f04242ddf1f0abbad606c830ac8f20
refs/heads/master
2021-07-12T20:23:42.320087
2019-01-15T20:12:08
2019-01-15T20:12:08
164,134,410
1
0
null
null
null
null
UTF-8
C++
false
false
2,963
h
#ifndef IAUDIOSYSTEM_H #define IAUDIOSYSTEM_H #include "vector.h" #include "hashedstring.h" #include "simplestring.h" class ISound; class SoundManager; class ISoundInstance; class View; class Sound3DListener; enum ESoundPriority { ESP_Default, ESP_High, }; struct SSoundInit { SSoundInit() : m_Filename()...
[ "merc96github@gmail.com" ]
merc96github@gmail.com
671db82be082345d581cb0e2f72a043cb36b8f61
b5d557e3ed82f309f8e733f5e6eba74bc58620e5
/ArrayStack.cpp
cdaec7d13722504f6a1c0eeb268ac0bfabe249bf
[ "MIT" ]
permissive
Jeancasoto/P3_Examen2Lab_JeanSoto
f0fae483e862b93122758f3df24d0d5629fc1b57
dce5ae6219dcfedcfcb56cf33805383da07bf88c
refs/heads/master
2021-08-30T05:16:10.299024
2017-12-16T00:41:23
2017-12-16T00:41:23
114,391,229
0
0
null
null
null
null
UTF-8
C++
false
false
838
cpp
#include "ArrayStack.h" //#include "Object.h" ArrayStack::ArrayStack(int pSize) { size = pSize; array = new string *[size]; for (int i = 0; i < size; i++) { array[i] = 0; } availPos = 0; } bool ArrayStack::push(string *dato) { bool retVal = false; if (availPos == size) { array[availPos++] = dato; r...
[ "jeancasoto@unitec.edu" ]
jeancasoto@unitec.edu
180ee4b12a3488220699d5a072fea21d248316df
d8f8329e79a69f479629c946e1abd26d9e4ffd2d
/08-files/Files-Lab/hole.cc
f9c39a226f47a7fbb26fcdb12c7e76d27a8acc2c
[]
no_license
ignamiguel/fiuba-75-08-operating-systems
6475e7d3c35b6eb7c86a7eacded11b66eee02c81
3c24099cc7dd88480d1f3bd8c1bedfca7bc4b410
refs/heads/master
2022-01-17T04:00:08.997023
2019-07-11T02:40:37
2019-07-11T02:40:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
741
cc
#include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <iostream> #include <string.h> //+ .h #include <cstdlib> // agregad #include <cstdio> // agregado #define BUFSIZE 30 using namespace std; /* hole.c Crea un "hole" al hacer un seek mas alla del eof */ int main(int argc...
[ "ignacil.iglesias@mulesoft.com" ]
ignacil.iglesias@mulesoft.com
38d6ef1259d1952e0df0d6b06fb909f42d46b6cb
64f79a86846e1a733687631716aeeb12ff3e76a0
/lib/include/tdmonitor/marshaller.h
f2f219d3fa530003cead3046f577691a0d577815
[]
no_license
eplightning/tdmonitor
0b93c3e523299985c528ca223ecaebd2b2ce59ca
ef64a819c7081484b8e22100897718081857a2ed
refs/heads/master
2021-07-08T12:45:41.576158
2017-10-07T17:57:17
2017-10-07T17:57:30
106,118,945
0
0
null
null
null
null
UTF-8
C++
false
false
3,174
h
#pragma once #include <tdmonitor/types.h> #include <arpa/inet.h> #include <functional> TDM_NAMESPACE struct PropertyValue { bool isSharedPtr; union { u8 byte; u16 word; u32 dword; u64 qword; float singleFloat; double doubleFloat; SharedPtr<void> ptr; ...
[ "eplightning@outlook.com" ]
eplightning@outlook.com
f259e5d80b9727b3c1c1816715b61fd1381e9f61
a27cb8f96382ddf7c98bbc031cf88a234b10b29c
/Assembler/Parser.cpp
ace7eb6442fc95695147c35323e7463d48ec7116
[]
no_license
designerjgames/Jack
7b8784d03b1537d9366ec20d4fae055aac43ca69
b50cf6b5b6ba4d464aa668f4c0cb1683f435cb39
refs/heads/master
2020-03-23T15:39:11.486921
2018-07-20T23:00:20
2018-07-20T23:00:20
141,764,504
3
0
null
null
null
null
UTF-8
C++
false
false
7,853
cpp
#include "Parser.h" #include <algorithm> #include <iostream> #include <fstream> #include <string> #include <cctype> #include <regex> Parser::Parser( const string& xFilename ) { m_xFile.open(xFilename); if (m_xFile.fail()) { cout << "file opening failed" << endl; } } Parser::~Parser() { m_xFile.close(); } Pa...
[ "designerjgames@yahoo.com" ]
designerjgames@yahoo.com
42c445ec3b288cb9d3adc28b7eb1920cc1455d9b
84d70dd5336e8a4e77e8a76f6da66da7d393135c
/include/wx/longlong.h
bab44e92f2b3e26348923360ba7fde06f21d2432
[]
no_license
eozer/wxwidgets-static-vs2015-288
67b5d386204d514d5c20f9e13dd0b2be63d7388b
e1320aafdbc828e8ca603f079798b1468affe149
refs/heads/master
2020-03-17T13:52:16.255706
2018-05-16T10:16:57
2018-05-16T10:18:10
133,635,845
0
0
null
null
null
null
UTF-8
C++
false
false
34,389
h
///////////////////////////////////////////////////////////////////////////// // Name: wx/longlong.h // Purpose: declaration of wxLongLong class - best implementation of a 64 // bit integer for the current platform. // Author: Jeffrey C. Ollie <jeff@ollie.clive.ia.us>, Vadim Zeitlin // Modi...
[ "ege_can.ozer@airbus.com" ]
ege_can.ozer@airbus.com
4b6f49b4a0292aedce0d0ee5fa0332fd925c033d
f62c36abe93669409bccc998676cde6cc09e7903
/corelib/include/rtabmap/core/CameraRGBD.h
65d93b832819e09cb5a7d8ab8edd96f6f5c1011e
[]
no_license
izikhuang/rtabmap
c371477fd30ea826dafc918585d8ed725ecf5d0a
2cc34cbe7e52d2165dc821b439ff175558d4374c
refs/heads/master
2020-12-03T09:11:35.461168
2015-01-27T21:57:07
2015-01-27T21:57:07
29,955,955
1
0
null
null
null
null
UTF-8
C++
false
false
7,076
h
/* Copyright (c) 2010-2014, Mathieu Labbe - IntRoLab - Universite de Sherbrooke All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright ...
[ "matlabbe@f169173b-cf89-36c8-b27e-44dbe73f0c83" ]
matlabbe@f169173b-cf89-36c8-b27e-44dbe73f0c83
951b29f9781ae1e5cc1f9e330657900f9d6ec169
f48b7d7154f0f9d9894758dbea8097ddff2c8551
/ACE/ace1/ace1/标头.h
d6cdb1043a740736d6053952514e0f26ed4e336f
[]
no_license
zhouxicai/ToolCode
51e1d03997edc7eafbbadae7e711521824cec9b0
2b362504216147b0dc66a55277dc36896f5c6326
refs/heads/master
2020-12-24T05:34:59.396278
2019-03-01T10:33:22
2019-03-01T10:33:22
37,237,104
3
0
null
null
null
null
UTF-8
C++
false
false
553
h
//ACE_Server.h #include"ace/SOCK_Acceptor.h" #include"ace/SOCK_Stream.h" #include"ace/Log_Msg.h" #include"ace/Time_Value.h" #define SIZE_DATA 18 //#define SIZE_BUF 1024 #define SIZE_BUF 128 #define NO_INTERATION 5 class ACE_Server { public: ACE_Server(int port); ...
[ "zxc0168@sina.com" ]
zxc0168@sina.com
a46bfc03b294ad1157e12313c6ae625f52fe9b8e
285d143abbde1745cfabf64d980da11ee94ae3ad
/books/A.Stasiewicz/C++/06/6_14.cpp
82adf4650deb7aa9fd14add24efe85c5a0cf503f
[]
no_license
DorotaPawlowska/programming-practice
940de9aab31360f75509b58f116bcf27c40dcdc1
a96096f62f3db9c8d4b157cebeb7ef9f320753e8
refs/heads/master
2021-08-29T09:05:48.256384
2021-08-23T20:41:05
2021-08-23T20:41:05
143,737,042
1
0
null
null
null
null
UTF-8
C++
false
false
230
cpp
#include <iostream> #include <cmath> using namespace std; int main(){ double x; cout.precision( 4); for( x = 0; x >= -1; x -= 0.01){ cout.width( 5); cout << sin( x) << endl; } system("PAUSE"); return 0; }
[ "dpawlowska@op.pl" ]
dpawlowska@op.pl
d9b408c2135331e8aa70e4acd8de66bec3eb73be
59fd0b116ffbbd3a7bf95d88da0f221461efe709
/depndency-lib/main/hello-world.cc
4bcaccf54e51d01dc9b6cd9733474439b53a5a6a
[]
no_license
Quramy/clang-bazel-build-seed
c8a9c76fb1d863d6ffc4a8099fa738705b8ed760
941044e573981dafd4e52f6ff084a25a9e67b3da
refs/heads/master
2021-05-07T07:19:39.954301
2017-11-01T10:13:02
2017-11-01T10:13:02
109,116,563
0
0
null
null
null
null
UTF-8
C++
false
false
109
cc
#include "hello-greet.h" #include <iostream> int main() { std::cout << get_greet("Bazel") << std::endl; }
[ "yosuke.kurami@gmail.com" ]
yosuke.kurami@gmail.com
7784b211f0f99b24df5db1270310d82c93683833
ceb020fee45a01645f0b2adc118483c6cf296226
/InsertDeleteGetRandomO(1).cpp
c6349788c01074a6c2faf7cbe0da1f3d551a2a98
[]
no_license
anaypaul/LeetCode
6423c4ca1b0d147206c06ebb86c9e558a85077f2
667825d32df2499301184d486e3a674291c0ca0b
refs/heads/master
2021-09-28T06:05:21.256702
2020-10-12T04:01:46
2020-10-12T04:01:46
153,226,092
0
0
null
null
null
null
UTF-8
C++
false
false
1,385
cpp
class RandomizedSet { public: /** Initialize your data structure here. */ vector<int> arr; unordered_map<int, int> m; RandomizedSet() { std::ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0); } /** Inserts a value to the set. Returns true if the set did not a...
[ "anay.paul2@gmail.com" ]
anay.paul2@gmail.com
e325625047d30f40cadea7589ffbc98665787daa
df4ed4df19a463c32bbad9af14f5004a450fb39c
/src/drawing/rect.cpp
20db722380d35487b061ea4d0f5ed9480d6b9f3a
[]
no_license
Staco78/game.node
0705ecb7ef96b581b2375e547419d4ee5ebf3215
af1b1c144cec66dbb683202c02c71f69e3dbc3db
refs/heads/main
2023-07-24T17:11:54.620346
2021-09-08T19:05:44
2021-09-08T19:05:44
401,399,468
0
0
null
null
null
null
UTF-8
C++
false
false
1,375
cpp
#include "./rect.h" namespace game_node { Napi::Object Rect::init(Napi::Env env, Napi::Object exports) { Napi::Function func = DefineClass(env, "Rect", {InstanceAccessor("x", &Rect::getX, &Rect::setX), InstanceAccessor("y", &Rect::getY, &Rect::setY), InstanceAccessor("width", ...
[ "maxime@fbsc.fr" ]
maxime@fbsc.fr
eecc6f6cd946d47d4181fb46fcf9187f56e6e0eb
242215eb0c915c7992898108a2420cdae8bbe477
/PhysFrolic/Classes/PhysEngine.cpp
776f4f7db2626d58b3247e3c23230ae71087de26
[]
no_license
archylex/Frolic
077e5f60ce0f1e6b363e19f40d58b565196e6825
b71fc681cdf603fdebc13421b41b6e1cf9185abf
refs/heads/master
2021-02-18T23:53:20.059984
2020-03-05T20:13:08
2020-03-05T20:13:08
245,253,740
0
1
null
null
null
null
UTF-8
C++
false
false
1,316
cpp
#include "PhysEngine.h" PhysEngine * PhysEngine::m_instance = nullptr; PhysEngine* PhysEngine::getInstance() { if (!m_instance) m_instance = new PhysEngine; return m_instance; } PhysEngine::PhysEngine() { velocity = 0.0f; angle = 0.0f; delta = 1.0f; } float PhysEngine::getVelocity() { return velocity; } ...
[ "archylex@protonmail.com" ]
archylex@protonmail.com
84ad727a8eb684e2c3509947232a0c9eda02bde5
9f4e6f978b3bc1b3a04e076da1f18a744fa8b18c
/mediapipe/framework/deps/status_test.cc
59eeaa4e997b6a818ba7d626d3c8dd7ae8f9e643
[ "Apache-2.0" ]
permissive
paulbellamy/mediapipe
a2ac88173b4972c8a38c243eae25aad25e3da2eb
01b82d02ecab674b4c035d2639993d48aaaf22e1
refs/heads/master
2023-08-27T08:37:00.684605
2019-08-28T14:15:08
2019-08-28T14:15:08
204,948,742
0
0
Apache-2.0
2019-08-28T15:16:06
2019-08-28T14:16:05
null
UTF-8
C++
false
false
2,951
cc
// Copyright 2019 The MediaPipe Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or a...
[ "jqtang@google.com" ]
jqtang@google.com
9de2495e51e9c28595cc61219fac81765d554d4f
db021f4b97fd02a642ba6f7250ac7650993d84ec
/CHEFEQ.cpp
31dd46fc8c0fab9a1be3f9f1a2234f98f90a55f8
[]
no_license
sakshi-chauhan/CodechefCppCodes
39a6a2d7e16b13c5bd619c1e312249ff91a70ef0
fb2174ae362bebd2f42bd81ab423b7ae33719ed8
refs/heads/master
2021-01-13T02:40:20.288591
2015-06-16T06:42:38
2015-06-16T06:42:38
37,512,926
2
0
null
null
null
null
UTF-8
C++
false
false
1,157
cpp
#include<iostream> #include<algorithm> #include<cstdlib> #include<cstring> #include<stdio.h> #define gc getchar_unlocked #define pc putchar_unlocked using namespace std; int freq[100005]; int scan(){ int n=0; char ch; ch=gc(); while(ch<'0' || ch >'9') ch=gc(); while(ch>='0' && ch<='9'){ n=n*10+ch-'0'; ch=...
[ "csakshi25@yahoo.com" ]
csakshi25@yahoo.com
f5eace53acf2dd1bb12a8cbba4f8dc156a26d5c2
8cc4577d52a8826d69bfca183d799eaade45cda9
/SideBySideRenderWindowsQt-build/moc_SideBySideRenderWindowsQt.cpp
aa8b63d39b0ed978bcc85482d8a3ed8721291b00
[]
no_license
memkabdelaziz/QuaternionVTK
8ac3effc16eb1bae5e2328933b548e7bc3ab10fc
013baad4233d9f83e0c58917dae3ce542a3528bc
refs/heads/master
2021-01-12T09:49:50.037467
2016-12-12T19:49:04
2016-12-12T19:49:04
76,217,324
1
0
null
null
null
null
UTF-8
C++
false
false
4,105
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'SideBySideRenderWindowsQt.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.5.1) ** ** WARNING! All changes made in this file will be lost! *************************************...
[ "MohamedEssam@dyn1183-152.wlan.ic.ac.uk" ]
MohamedEssam@dyn1183-152.wlan.ic.ac.uk
0a5a10a57cae420a24ea577472a3f200ffed19db
6ba42f792b2fd8fe48506811657cd5ccde796a86
/build/pi-build/Sources/include/hxinc/kha/kore/graphics4/Graphics.h
8a27f9f20a0c035f04e6a9c54a5366225b8b9bd1
[]
no_license
JamesDSource/EngineeringDeviceApp
88a146f7bd5a0f1ea4250a6cb344b99b3578cc1b
39217bcf9d875420d7225fd44deac8af5ffff05c
refs/heads/main
2023-05-06T05:17:15.654971
2021-06-01T06:01:45
2021-06-01T06:01:45
331,424,959
0
0
null
null
null
null
UTF-8
C++
false
true
11,485
h
// Generated by Haxe 4.0.0-preview.5+1aaf080 #ifndef INCLUDED_kha_kore_graphics4_Graphics #define INCLUDED_kha_kore_graphics4_Graphics #ifndef HXCPP_H #include <hxcpp.h> #endif #ifndef INCLUDED_kha_graphics4_Graphics #include <hxinc/kha/graphics4/Graphics.h> #endif HX_DECLARE_CLASS1(kha,Canvas) HX_DECLARE_CLASS1(kha,...
[ "Jamesevora367@gmail.com" ]
Jamesevora367@gmail.com
297c59045c716a3e9a7039a0a41e9608e36026c9
86cbb00a994bf2f212a0f4863c286c9e40029083
/gameswf/gameswf_types.cpp
f206959817f3e2acc021fb8c49e82eb86b21b0a8
[]
no_license
public-domain/tu_testbed
06a8e2be383c3e02fe97edde1531dc62859f5fea
64f6f629c3f72611b2f087d60f310a6533517337
refs/heads/master
2021-02-09T01:23:23.000415
2020-03-01T20:52:35
2020-03-01T20:52:35
244,221,878
1
0
null
null
null
null
UTF-8
C++
false
false
16,292
cpp
// gameswf_types.h -- Thatcher Ulrich <tu@tulrich.com> 2003 // This source code has been donated to the Public Domain. Do // whatever you want with it. // Some basic types for gameswf. #include "gameswf/gameswf_types.h" #include "gameswf/gameswf_log.h" #include "gameswf/gameswf_stream.h" #include "games...
[ "jean-marc.lienher@bluewin.ch" ]
jean-marc.lienher@bluewin.ch
4492b59afe1c64d9058eee56e0b9e25f4fe6fa62
04b1803adb6653ecb7cb827c4f4aa616afacf629
/chrome/chrome_cleaner/engines/target/engine_requests_proxy.h
2ffee1d7454fd4a167d050e27a09d6b063336a58
[ "BSD-3-Clause" ]
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
4,933
h
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_CHROME_CLEANER_ENGINES_TARGET_ENGINE_REQUESTS_PROXY_H_ #define CHROME_CHROME_CLEANER_ENGINES_TARGET_ENGINE_REQUESTS_PROXY_H_ #include <win...
[ "sunny.nam@samsung.com" ]
sunny.nam@samsung.com
f3070920655651bf8e53105428e94fc187ce159c
f041209e795ec1bad5f88c5e5aaca6c94a9a01fc
/exercise_13.31/stdafx.cpp
f716893943a9b1aa177b00ff2824c53222bbe05b
[]
no_license
Pt0lemaeus/C-Primer5Edition
8ba6f26684e2ba2c0a774596f4cbc411bf3d8f41
7f21707d343eccc77cdb6be19782ebeba3264f30
refs/heads/master
2021-01-01T05:22:20.033801
2016-04-14T15:00:13
2016-04-14T15:00:13
56,126,013
0
0
null
null
null
null
UTF-8
C++
false
false
293
cpp
// stdafx.cpp : source file that includes just the standard includes // exercise_13.31.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" // TODO: reference any additional headers you need in STDAFX.H // and not in this file
[ "tuxiaomi@gmail.com" ]
tuxiaomi@gmail.com
819ab1a85e518f06e00d5e372b720af440b57826
3e691e8defd8b2a15ccac8006b1ab996e0e8b232
/Contrib/STLib/packages/numerical/random/normal/NormalGeneratorRatioGsl.h
6afded3ac778620a2841cc07492993f86f8c7473
[]
no_license
cpbotha/vtktudoss
16063bcd5d61bbbc81efbd2205f07ed0c3161eb1
d519f47c1c6e98501c5829b0c7d08355143ccb57
refs/heads/master
2021-09-03T21:57:39.924068
2017-11-14T11:17:50
2017-11-14T11:17:50
103,945,005
1
0
null
2017-11-14T11:17:51
2017-09-18T13:49:18
C++
UTF-8
C++
false
false
3,470
h
// -*- C++ -*- /*! \file numerical/random/normal/NormalGeneratorRatioGsl.h \brief Normal random deviate with zero mean and unit variance. */ #if !defined(__numerical_NormalGeneratorRatioGsl_h__) #define __numerical_NormalGeneratorRatioGsl_h__ #include "../uniform/DiscreteUniformGeneratorMt19937Gsl.h" #include ...
[ "cpbotha@vxlabs.com" ]
cpbotha@vxlabs.com
67bf3ecba6406634c1a64c5db8866b6004740a0b
dd656493066344e70123776c2cc31dd13f31c1d8
/MITK/Utilities/Poco/XML/include/Poco/DOM/NodeIterator.h
dfe33da4076523c0ae7a45f3c63710d9b287987e
[ "BSL-1.0" ]
permissive
david-guerrero/MITK
e9832b830cbcdd94030d2969aaed45da841ffc8c
e5fbc9993f7a7032fc936f29bc59ca296b4945ce
refs/heads/master
2020-04-24T19:08:37.405353
2011-11-13T22:25:21
2011-11-13T22:25:21
2,372,730
0
1
null
null
null
null
UTF-8
C++
false
false
6,252
h
// // NodeIterator.h // // $Id$ // // Library: XML // Package: DOM // Module: NodeIterator // // Definition of the DOM NodeIterator class. // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. // // Permission is hereby granted, free of charge, to any person or organization...
[ "dav@live.ca" ]
dav@live.ca
8d62d85be9c7e6a257c94127d2691e3ad0449126
0f63c66e2b0107fa719913284dd9fbd86ca21f07
/Communion/CommunicatorApplication.cpp
08c6a0552ddc973f7b4987f9c3183bcf9bc2b998
[]
no_license
lichq5/slam_code
ec1176844ac3c49a7044a78b42ab7cb26e111be9
4ee87ac7751d087d0f0bb4d83223ec35a0cea46a
refs/heads/master
2020-06-11T03:44:14.009556
2017-01-06T07:06:18
2017-01-06T07:06:18
76,011,743
0
0
null
null
null
null
UTF-8
C++
false
false
5,469
cpp
/* * CommunicatiorApplication.cpp * * Created on: 2016年10月31日 * Author: nico */ #include "CommunicatorApplication.h" #include <Console/Console.h> #include <Service/Service.h> #include <vector> #include <stdlib.h> namespace NS_Communion { CommunicatorApplication::CommunicatorApplication() { instance =...
[ "ily.6224817@qq.com" ]
ily.6224817@qq.com
152388fb55eeefe5f61f593b47b477dc1ee8ac93
55a0687f9cc826ac80f3f4b1a05243a354164c67
/music_simulation_3D/DemoFramework/ExaminerCameraNode.h
22e8bb479856e55fca02b585de6ffb8a82588ce1
[]
no_license
bettle123/music_recognization
13284673a95f5a33245e0b2d7a00b92a7e28524e
9371beedb4c488e0ae588f2eb5ee31678efa6fda
refs/heads/master
2020-04-11T08:52:02.065442
2019-05-21T22:23:06
2019-05-21T22:23:06
161,658,500
3
0
null
null
null
null
UTF-8
C++
false
false
7,445
h
#pragma once #include "ITransformNode.h" #include "IKeyboardHandler.h" #include "IMouseHandler.h" #include "PerspectiveTransformSolution.h" #include "TransformMatrixNodeSolution.h" #include "LookAtTransformSolution.h" #include "Trackball.h" using namespace Crawfis::Controller; namespace Crawfis { namespace Graphics...
[ "san3402@yahoo.com.tw" ]
san3402@yahoo.com.tw
14df4b49b7c3f289e850e858ababc9b0d6768f6f
78fe7c52ee3db148b0878398fa05b15fffa5ad8a
/DXTCompressor/FileLoader.cpp
480c34a0292aebb3f6afaf5088b2150d577c96a4
[]
no_license
hunterkill1987/dxt_compression
6497651bef1a9c9d0a65e6dca598801b9a211e53
75c75bf5a5e1f26ece1531198c5298562f1dbcdd
refs/heads/master
2021-01-22T18:51:03.773232
2017-03-21T21:44:04
2017-03-21T21:44:04
85,126,023
0
0
null
null
null
null
UTF-8
C++
false
false
2,519
cpp
#include "stdafx.h" #include "FileLoader.h" #include "BMPFile.h" #include "DDSFile.h" FileLoader* FileLoader::Instance = 0; char* FileLoader::Filename = 0; FileLoader* FileLoader::GetInstance() { if (Instance == 0) { Instance = new FileLoader(); } return Instance; } void FileLoader::DeleteInstance() { delete...
[ "kowalskip87@gmail.com" ]
kowalskip87@gmail.com
55a6dba03a8dd5ae3d2b1723455e7a559aa8ae79
6162ebcaeb421d5f5da352995ec510d86c4d526c
/Practica 1/src/context.cpp
a5be011c99cfcbbe6cd7134a735b8374cc989146
[]
no_license
AdrianEpi/Dise-o-y-An-lisis-de-Algoritmos
9341be94250ccfc588975264155840fa511932be
98105844caf576c06a4c8eabb9d52d4cd74d3aa1
refs/heads/master
2022-07-17T13:08:20.587754
2020-05-19T12:43:40
2020-05-19T12:43:40
240,601,841
0
0
null
null
null
null
UTF-8
C++
false
false
371
cpp
#include "../include/context.hpp" // The 'Context' class Context::Context(Strategy *strategy) { _strategy = strategy; } void Context::MultiplyInterface(int matrix_A[][MAX_AMMOUNT], int matrix_B[][MAX_AMMOUNT], int matrix_C[][MAX_AMMOUNT], int rows_[], int columns_[]) { _strategy -> AlgorithmInterface(m...
[ "Adrian@W10-Adrian.localdomain" ]
Adrian@W10-Adrian.localdomain
549114e406139703bdb618170f84b41ad6ca267d
785795e03547c5dc99a26ec347b150a87f673dbb
/oops/newdelete.cpp
761e0a05ac05da04e2987d1277f5fd2102a9e9ed
[]
no_license
syedareehaquasar/cpp
a6caffe00e58805e8a7c0f8c773ed7020a17b52c
cf7bb60b4c6dddadd4ae3d37a185f74b16912795
refs/heads/master
2023-08-25T11:32:02.555521
2021-09-22T16:40:01
2021-09-22T16:40:01
277,804,788
0
0
null
null
null
null
UTF-8
C++
false
false
604
cpp
#include <iostream> using namespace std; class CustomMemory { public: void *operator new(size_t objectSize); //Overloaded new void operator delete(void *ptr); //Overloaded delete }; void *CustomMemory::operator new(size_t objectSize) { cout << "Custom memory allocation" << endl; return malloc(o...
[ "reeha.saba@gmail.com" ]
reeha.saba@gmail.com
5a0cb165de488ebd6ba43e96c4476873bd287f8e
d077ec75206f6bb033f36c3c337b419583e4774b
/message_log.cpp
8f95638117e5c0f5be4142153ef2d92952df2cc3
[]
no_license
AbuDhabi/Fighter
bfc4f54b0628f25f681cbb101313ba273d6a424e
ba2fc722450005a0c70a06e1884fa4b1379518af
refs/heads/master
2021-01-23T17:32:08.559434
2013-12-25T20:09:38
2013-12-25T20:09:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,064
cpp
#include "header.h" #include "globals.h" int message_log() { bool done = false; while (!done) { SDL_Event event; while (SDL_PollEvent(&event)) { // check for messages switch (event.type) { // exit if the window is closed case SDL_QUIT...
[ "adhabi@gmail.com" ]
adhabi@gmail.com
b8ca1c5817395fb44e14dba2e067548e922e06fa
11f23e491818be3dc947f45483f902a449fffc0d
/GameFunc_3DFlyShooting_project/GameVictroy.h
ea63545b87f31fb8eb01b4687f18faf8c3f9f151
[]
no_license
JeongTaeLee/Galaxy-0214-07
55ff09cbd457115c5f596b55eee227a972576a98
7bb70e904d26ef4bd8bde1b3d473159bd5ef2274
refs/heads/master
2020-04-19T16:28:00.759323
2019-04-27T18:00:03
2019-04-27T18:00:03
168,305,469
0
0
null
null
null
null
UTF-8
C++
false
false
163
h
#pragma once #include "GameResult.h" class GameVictroy : public GameResult { public: GameVictroy(); virtual ~GameVictroy(); virtual void Init() override; };
[ "jeongtae8633@gmail.com" ]
jeongtae8633@gmail.com
88f5a861e0aa5887f1bba2f8595c0bf4db5e01d7
3bf91b10c47d677ac6caf121eeb4d1ead8d2b561
/src/helium/spooling/spooler.h
1fd4da3378f1ca011356c858ac5b8837e2587444
[]
no_license
fabiodl/helium
8d9dea1e433973632199ea10a5bf54b6a3741afe
fe8f58eb55e033c596d66e377dc808c46ca0dfce
refs/heads/master
2020-12-06T15:09:29.227558
2020-03-10T07:48:28
2020-03-10T07:48:28
67,750,827
0
0
null
null
null
null
UTF-8
C++
false
false
1,324
h
/*! * \brief libhelium * \author Fabio Dalla Libera * \date 2012.07.01 * \version 0.2 * Release_flags s */ #ifndef HE_SPOOLER #define HE_SPOOLER #include <helium/thread/thread.h> #include <helium/thread/semaphore.h> #include <helium/spooling/job.h> #include <helium/vector/array.h> namespace helium{ ...
[ "fabiodl@gmail.com" ]
fabiodl@gmail.com
64fdabaa0e755114bc872ba6eec7f8dfa6ad4365
e562b59c3dafab88737b81b6874c779ea6595fbd
/Wonder/Wonder/osc-cpp-qt-master/osc/reader/types/OscTags.h
5f5646a8680eb6519d2a92486c277c4b1fdaaf1d
[ "MIT" ]
permissive
l8090100/wonderstone
7891f292e23307cdb0fdb008c431ec55b357f0ef
3710c852fd4fb2ea400f799b9972e76299841e4d
refs/heads/master
2020-08-27T19:48:45.793651
2019-10-25T09:55:47
2019-10-25T09:55:47
217,474,917
1
0
null
null
null
null
UTF-8
C++
false
false
2,004
h
/* * Copyright (c) 2014 MUGEN SAS * * 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, ...
[ "l8090100@gmail.com" ]
l8090100@gmail.com
baae4179f7389c9c554fa07a2934fe2462b96e59
fbb037a9684dd29089fbc76af6fcc1acb0703979
/MyFPS/MyFPSGameMode.cpp
3b942055614ca58b68dcfb997e37cb0fa2e27b2b
[]
no_license
Lordderon5/WallRunSource
dc927afe1fb66ffe8dbf7a84f7259e82c628d2e7
bc4d1d808fd52016ff32a624fb11c2c0e6ed1685
refs/heads/main
2023-07-19T13:29:56.224204
2021-09-15T09:20:47
2021-09-15T09:20:47
406,694,433
0
0
null
null
null
null
UTF-8
C++
false
false
524
cpp
// Copyright Epic Games, Inc. All Rights Reserved. #include "MyFPSGameMode.h" #include "MyFPSHUD.h" #include "MyFPSCharacter.h" #include "UObject/ConstructorHelpers.h" AMyFPSGameMode::AMyFPSGameMode() : Super() { // set default pawn class to our Blueprinted character static ConstructorHelpers::FClassFinder<APawn> ...
[ "88936743+Lordderon5@users.noreply.github.com" ]
88936743+Lordderon5@users.noreply.github.com
05e68e5854c796dfa94ab38f9d6e7214f2db61f9
e77bff2fe05ed5afe986c6f724c97c91d45c7cfe
/672_Bulb_Switcher_II.cpp
1337e79cf0b51ca1c5d7fddc18d2d0924ef6215f
[]
no_license
zxlwbi199101/leetcode
ec4e7cc1c7c36f25553bb03c44bc58d8b06989cf
114a24a8f6fdebad15588bce626adf3891bdd55d
refs/heads/master
2021-01-19T00:18:57.294783
2017-10-27T08:33:21
2017-10-27T08:33:21
87,153,036
0
0
null
null
null
null
UTF-8
C++
false
false
1,463
cpp
/* * https://leetcode.com/problems/bulb-switcher-ii/description/ * * There is a room with n lights which are turned on initially and 4 buttons * on the wall. After performing exactly m unknown operations towards buttons, * you need to return how many different kinds of status of the n lights could be. * * Suppos...
[ "zxlwbi199101@gmail.com" ]
zxlwbi199101@gmail.com
99acbf3c89920be3afa72340694b5cabeb73f3e0
babad81c89a790e301bf319933cdd954a86174ad
/include/dsn/cpp/serialization_helper/dsn.layer2_types.h
79ca8961257fb075cc98f50985cf6d7ac71e0f64
[ "MIT" ]
permissive
glglwty/rDSN
e81e2168f9a4ac171258471b95d5e1bc1772149c
87a23b4b55303e78fc7a23c7742e565c75d8c0ab
refs/heads/master
2021-01-14T13:39:00.712818
2016-06-02T09:06:56
2016-06-02T09:06:56
45,517,033
3
0
null
2015-11-04T05:20:27
2015-11-04T05:20:27
null
UTF-8
C++
false
true
9,387
h
/** * Autogenerated by Thrift Compiler (@PACKAGE_VERSION@) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ #ifndef dsn_layer2_TYPES_H #define dsn_layer2_TYPES_H #include <iosfwd> #include <thrift/Thrift.h> #include <thrift/TApplicationException.h> #include <thrift/protocol/T...
[ "zhenyu.guo@microsoft.com" ]
zhenyu.guo@microsoft.com
8511e8b81abd048b3ec0dbe3e9a43d0951c29660
afa6a7c27aeb6b85ab50f3cef385c7c2c0296301
/PlikTekstowy.cpp
71c80bd3e068f161e37bf8ee8543b8fcba731c38
[]
no_license
Paulina-Jarosz/1-KsiazkaAdresowaObiektowo
be3d4c31072849c2f9a02dff1b15cce3a00fd30d
6562004be67ecf9e6a0ba6788886026d8bb24fc7
refs/heads/master
2023-03-27T07:53:33.454616
2021-03-29T11:51:49
2021-03-29T11:51:49
346,453,236
0
0
null
null
null
null
UTF-8
C++
false
false
453
cpp
#include "PlikTekstowy.h" bool PlikTekstowy :: czyPlikJestPusty() { bool pusty = true; fstream plikTekstowy; plikTekstowy.open(pobierzNazwePliku().c_str(), ios::app); if (plikTekstowy.good() == true) { plikTekstowy.seekg(0, ios::end); if (plikTekstowy.tellg() != 0) pusty =...
[ "paulinajarosz23@gmail.com" ]
paulinajarosz23@gmail.com
33de99d5e35073348d652d587e005bd7eba5d7d8
47ffaea81bb7937b55054718f6fa54186f4dba76
/Simurays.h
b155781ce8e8343cc54b5f41b77eef92ca9f4572
[]
no_license
fanzeng/simuRays
1e43baa014b152dcd8790be52516be77707e35e8
903554d447617a5d0751bdd618a0933883118fb9
refs/heads/master
2022-03-28T07:37:54.126687
2017-01-04T14:06:44
2019-12-29T23:49:45
78,020,656
0
0
null
null
null
null
UTF-8
C++
false
false
1,346
h
// Simurays.h : main header file for the SIMURAYS application // #if !defined(AFX_SIMURAYS_H__0845EEA3_1F0F_4910_9B9F_A715CAD8A311__INCLUDED_) #define AFX_SIMURAYS_H__0845EEA3_1F0F_4910_9B9F_A715CAD8A311__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #ifndef __AFXWIN_H__ #error include 'stdaf...
[ "fan.zeng@blackmoth.com.au" ]
fan.zeng@blackmoth.com.au
140c23cfa936ed52d35a969615920bf6671a21c0
f393e8ea54685ae881e5c71331ffc4625735ac2e
/hikr/build/Android/Preview/app/src/main/include/Fuse.Controls.Viewbox.h
6206ebc585f790da0d9264523b7fe61aea423c44
[]
no_license
joseph-shumway/Manna
f4c92f56152d3d206f8c9b1e9392a11d6245f10c
13354425ee59b10f3c22bbc442fdd85db2aa9d17
refs/heads/master
2022-02-17T01:20:42.479275
2017-12-21T23:23:47
2017-12-21T23:23:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,852
h
// This file was generated based on C:/Users/Shumcom/AppData/Local/Fusetools/Packages/Fuse.Controls/1.4.0/Viewbox.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Fuse.Animations.IResize.h> #include <Fuse.Binding.h> #include <Fuse.Controls.ContentControl.h> #include <Fuse.I...
[ "thegreenjag1@gmail.com" ]
thegreenjag1@gmail.com
989efc65bb598c57c2b874116952bd825a81acb2
cb5b061a07eaaaef65aaf674a82d82fbb4eea0c0
/depends/sdk/include/nsIDOMNavigatorUserMedia.h
c2e7fe309bc42ce50e2f67e7c33dfc6642255ad7
[]
no_license
shwneo/MonacoIDE
5a5831a1553b2af10844aa5649e302c701fd4fb4
6d5d08733c2f144d60abc4aeb7b6a1a3d5e349d5
refs/heads/master
2016-09-06T07:34:03.315445
2014-06-01T15:06:34
2014-06-01T15:06:34
17,567,104
0
0
null
null
null
null
UTF-8
C++
false
false
21,060
h
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM d:/xulrunner-24.0.source/mozilla-release/dom/media/nsIDOMNavigatorUserMedia.idl */ #ifndef __gen_nsIDOMNavigatorUserMedia_h__ #define __gen_nsIDOMNavigatorUserMedia_h__ #ifndef __gen_nsISupports_h__ #include "nsISupports.h" #endif #ifndef __gen_nsIVariant_h__ #includ...
[ "shwneo@gmail.com" ]
shwneo@gmail.com
95c5db5acbc4f57025e9b17e0988a966db980a56
f06348a82c769832d06b522827649bab9bc463cb
/YHKimTestEx/YHKimTestEx.h
b033828b8ac189282b509dd5a7dd0d9519a42258
[]
no_license
K-moovie/MFC
5ffb89cdaaf937ea69d193283e4fbaaf99b6ea57
d2b630021c5afc1b1631256f99faf89442c0f983
refs/heads/master
2020-08-07T16:19:11.051725
2019-12-16T14:16:05
2019-12-16T14:16:05
213,522,073
0
0
null
null
null
null
UTF-8
C++
false
false
597
h
 // YHKimTestEx.h: PROJECT_NAME 응용 프로그램에 대한 주 헤더 파일입니다. // #pragma once #ifndef __AFXWIN_H__ #error "PCH에 대해 이 파일을 포함하기 전에 'stdafx.h'를 포함합니다." #endif #include "resource.h" // 주 기호입니다. // CYHKimTestExApp: // 이 클래스의 구현에 대해서는 YHKimTestEx.cpp을(를) 참조하세요. // class CYHKimTestExApp : public CWinApp { public: CYHKimTe...
[ "kyha97@naver.com" ]
kyha97@naver.com
14839a92ebf76a48b4e5997ba0deef62f2a93d68
83687fcc892d5e7a70ea5dff33ab2e15b6ae6bbd
/Aulas/Aula 6 maratonUSP/passaBolinha.cpp
7c3cb5b3f11b317b51b30b5666c24faeafdb1dbb
[]
no_license
MatheusFerreiradeOliveira/Codes
742047d2600f0bd5a8e2b44273f40ef56dc3cc58
0415a1c661647407bccdbe80b6fd04209983c380
refs/heads/master
2020-12-18T10:53:17.519780
2020-01-21T13:47:48
2020-01-21T13:47:48
235,349,925
1
0
null
null
null
null
UTF-8
C++
false
false
825
cpp
#include <bits/stdc++.h> #define MAX 210 using namespace std; int n, m; int vet[MAX][MAX]; int visit[MAX][MAX]; int movX[] = {0 , 1, 0, -1}; int movY[] = {1, 0, -1, 0}; int saida = 0; void dfs(int ii, int jj) { saida++; visit[ii][jj] = 1; int a, b; for(int i = 0; i < 4; i++) { a = ii +...
[ "matheusferreiradeoliveira21@gmail.com" ]
matheusferreiradeoliveira21@gmail.com
13a6cec9c63a60acffcd5d3bb86502b2d5edc9b8
fe70c68a865ed7574057fd0988ef47f0e0f3e8d7
/File/FixedVector/FixedVector/IntVector.h
3afed93e00473a85db8aff5462e3e4ba2f4a0f83
[]
no_license
daeho03/CPP
dd03391cf165a99cee6dd3db885619b3cc8621f2
053be62384896aef279f455ef90181f257bfcbd6
refs/heads/main
2023-03-28T02:17:47.625876
2021-03-27T16:06:44
2021-03-27T16:06:44
340,357,770
0
0
null
null
null
null
UTF-8
C++
false
false
109
h
#pragma once class IntVector { public: IntVector(); IntVector(int x, int y); private: int mX; int mY; };
[ "dh.daeho@gmail.com" ]
dh.daeho@gmail.com
e45a887e2a6b5b7faa65f40900b9afba349333f9
9e96987baa948c8b14ae055fde7ee4278c1d80a8
/MFCApplication1/MFCApplication1Dlg.cpp
8fffb80ed0a5a1404d49e72349d190dbd881f2ed
[]
no_license
guangjie2333/LAB4
f981078717d11c9b3343880640c0bfbac05c0551
9549ad40d933f2c91eca47a0e17004a8291d814a
refs/heads/master
2023-09-03T09:06:00.866083
2021-10-31T04:11:03
2021-10-31T04:11:03
422,877,274
0
0
null
null
null
null
UTF-8
C++
false
false
30,811
cpp
 // MFCApplication1Dlg.cpp: 实现文件 /* 作者 :guangjie2333 时间 :2021.10.5 单位 :SZU 版本 :V1.0.0 */ #include "pch.h" #include "framework.h" #include "MFCApplication1.h" #include "MFCApplication1Dlg.h" #include "afxdialogex.h" #ifdef _DEBUG #define new DEBUG_NEW #endif /* ****************************************************...
[ "61270827+guangjie2333@users.noreply.github.com" ]
61270827+guangjie2333@users.noreply.github.com
d7d1913e5f447f3a65a2b4c76786cc90c7de22d3
ad746db7a66ffcab770fb15b3ea09b73fccd0f50
/include/Cats/Corecat/Data/Stream/DataViewOutputStream.hpp
e3c8ea709097f52ea407f6ba9eeb3836893fa28f
[ "MIT" ]
permissive
Watch-Later/Corecat
f5ba6f56ea6bc0a28903396f0e604bad0d5bb994
318c944aed754c00d6086f6ce5b9f62b61ada39f
refs/heads/master
2023-03-16T12:47:04.488095
2018-06-29T02:43:22
2018-06-29T02:43:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,529
hpp
/* * * MIT License * * Copyright (c) 2016-2018 The Cats Project * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to us...
[ "bobby825@126.com" ]
bobby825@126.com
22b49da2ada9a5efee6fc23756fdf2ba588d0c9c
e400b837d365b89effc8db504f2afa7f2ef61922
/LeafSimilarTrees/LeafSimilarTrees.cpp
2011653ee6270f6908ad2839d2cbc5dea77eb2c9
[]
no_license
S0nrEir/LeetCodeRep
29ade1c37ce5274a563c58d92f371172fbff45ba
681220ea974036fbb13851f983f621422ffe6c36
refs/heads/main
2023-06-20T00:03:16.600097
2021-07-07T09:36:50
2021-07-07T09:36:50
360,800,119
0
0
null
null
null
null
UTF-8
C++
false
false
2,297
cpp
#include "LeafSimilarTrees.h" #include <iostream> #include <stdio.h> #include <stack> #include <vector> #include "../BinaryTreeLevelOrderTraversal/TreeNode.h" using namespace std; LeafSimilarTrees::LeafSimilarTrees() { cout << "LeafSimilarTrees Constructed" << endl; } LeafSimilarTrees::~LeafSimilarTrees() { cout <...
[ "x73901@live.com" ]
x73901@live.com
fca92d0cc2226a9329fdd667bb72eb22c078506f
aea895b4f3caac17e3b3743723db2dbaaf69aeed
/C++/JZ38.cpp
2f2366b04e15e2dabf16f33a17fad4a86e2dda3d
[]
no_license
xxxsssyyy/offer-Goal
c8f28fe09dd86ed10d6fcb52e6b7881c46bb9998
6d509b83856fff744ca6e06c946cf55041a3311a
refs/heads/master
2021-08-02T15:28:06.820412
2021-07-29T02:09:46
2021-07-29T02:09:46
192,471,289
7
0
null
null
null
null
UTF-8
C++
false
false
1,233
cpp
// Created by xingsiyuan on 2021/2/2 15:43. // Copyright (c) xingsiyuan2019@ia.ac.cn #include<stdio.h> #include<stdlib.h> #include<iostream> #include<vector> #include<map> #include<algorithm> using namespace std; /* 题目描述: 输入一棵二叉树,求该树的深度。从根结点到叶结点依次经过的结点(含根、叶结点)形成树的一条路径,最长路径的长度为树的深度。 输入:{1,2,3,4,5,#,6...
[ "xsy961127@buaa.edu.cn" ]
xsy961127@buaa.edu.cn
cfe7fce4781d319eba1bb247b41a905769ff3834
0c1611d72f22471338901d0b48d5b980f5aa62c1
/C++/DisplayManagerTrunk/control/src/infoscreenmsg/data/GISSetGraphicsTypeMsgData.cpp
1e1cd0050fdd7cd9e2d00b3aa0fc59dcd1d698b8
[]
no_license
marianovolker/jmps-public
67319a34fa7e677292ed01d2767611b8d9259cc2
b2ca4a6921974e78a2dd128688d42beca121eec6
refs/heads/master
2021-01-20T19:09:11.424069
2018-03-29T18:51:38
2018-03-29T18:51:38
62,237,468
0
0
null
null
null
null
UTF-8
C++
false
false
985
cpp
#include "GISSetGraphicsTypeMsgData.h" #include "control/src/infoscreenmsg/utils/GISCommandStatusEnum.h" #include "control/src/infoscreenmsg/utils/GISException.h" #include "model/src/infoscreenmodel/GISModelSingleton.h" #include "utils/logger/src/GLogger.h" const char * GISSetGraphicsTypeMsgData::m_CName="SetG...
[ "marianovolker@gmail.com" ]
marianovolker@gmail.com
4939a411c3d4389bd8e8ddfa4c7851be90cf131d
1c7cb3154854a0d5f628c4285aa209affd8d2fc9
/chaos-ns-3/ns-3.27/src/mesh/model/dot11s/dot11s-mac-header.h
0ac9e110d0a663d7d067131a7a18058071b016d8
[ "GPL-2.0-only", "LicenseRef-scancode-free-unknown", "MIT" ]
permissive
ErikNatanael/royal-chaos
fac8e5891044490cd2e61b7367f284d99951d0d1
a8e763d3720cc3e158e98143cabce8106d8de2aa
refs/heads/master
2022-07-16T12:21:31.494237
2020-05-12T12:50:08
2020-05-12T12:50:08
263,333,134
0
0
MIT
2020-05-12T12:42:08
2020-05-12T12:42:08
null
UTF-8
C++
false
false
3,717
h
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2009 IITP RAS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation; * * This program is distribu...
[ "zhanglong3030@qq.com" ]
zhanglong3030@qq.com
f505281f1e113c0ec238f00eed64589b0dc6fcb5
6a22336e580b89b892f8564438cb102cbaae8890
/Classes/reader/dragonbones/animation/Animation.cpp
9babbb623266e00bb95981055410dbef7effa5d8
[ "MIT" ]
permissive
InversePalindrome/Apophis
7844a2f9b85d9036bec7f44c08fa87b9530a61ee
c2bb39e87d63cb51bc67f8e3682d84b3b4f970c8
refs/heads/master
2021-06-07T04:35:14.581022
2020-05-11T21:49:20
2020-05-11T21:49:20
132,280,984
8
1
null
null
null
null
UTF-8
C++
false
false
13,022
cpp
#include "Animation.h" #include "../armature/Armature.h" #include "../armature/Slot.h" #include "AnimationState.h" DRAGONBONES_NAMESPACE_BEGIN bool Animation::_sortAnimationState(AnimationState* a, AnimationState* b) { return a->getLayer() > b->getLayer(); } Animation::Animation() { _onClear(); } Animation::...
[ "bryantrianarueda@gmail.com" ]
bryantrianarueda@gmail.com
72f4be09e0f8b862cb3a8914dc069cb7906ae7b0
681f456bc4c20a7dbad4f1ccf27abb374fdcca0b
/SensorRawData.cpp
d01e86258bc381040c04fa7f90eb24f1b80efa32
[]
no_license
ternence-li/MoCap
c86daa3de0e27dbea9fc16508a065839eb48bc45
347032977081a56118e220bdd39e4709462b4006
refs/heads/master
2021-12-23T05:32:29.937185
2017-10-26T17:23:37
2017-10-26T17:23:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,425
cpp
/* Copyright (c) 2016, Jochen Kempfle 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 conditions and the following...
[ "j-kempfle@t-online.de" ]
j-kempfle@t-online.de
142a20fd15412e06c2502b5dc3d2c951d2bc4c48
dc592ffcd1e73ba871ca5c2901deecd2636df312
/threads/threadtest.cc
1c26490c3d9aa0ee4ee29b2a585bdbee08478cc9
[ "MIT-Modern-Variant" ]
permissive
EvanRossDavis/NachosOS
dfcc80bedca52d15d969d9063b80d86a04e74a30
b4d3938dacdc17c5de73bca7416acee6700a1cb2
refs/heads/master
2023-01-22T22:24:37.210504
2020-12-08T04:28:57
2020-12-08T04:28:57
315,865,253
1
1
null
null
null
null
UTF-8
C++
false
false
7,919
cc
// threadtest.cc // Simple test case for the threads assignment. // // Create two threads, and have them context switch // back and forth between themselves by calling Thread::Yield, // to illustratethe inner workings of the thread system. // // Copyright (c) 1992-1993 The Regents of the University of California. // ...
[ "EvanRossD@gmail.com" ]
EvanRossD@gmail.com
78af34f04cace2f42190b4bc4863156fffacf1ff
777a75e6ed0934c193aece9de4421f8d8db01aac
/src/Providers/UNIXProviders/CLPProtocolEndpoint/UNIX_CLPProtocolEndpoint_LINUX.hxx
22c8328f16bbd9a364204997addc73f52f7882d1
[ "MIT" ]
permissive
brunolauze/openpegasus-providers-old
20fc13958016e35dc4d87f93d1999db0eae9010a
b00f1aad575bae144b8538bf57ba5fd5582a4ec7
refs/heads/master
2021-01-01T20:05:44.559362
2014-04-30T17:50:06
2014-04-30T17:50:06
19,132,738
1
0
null
null
null
null
UTF-8
C++
false
false
134
hxx
#ifdef PEGASUS_OS_LINUX #ifndef __UNIX_CLPPROTOCOLENDPOINT_PRIVATE_H #define __UNIX_CLPPROTOCOLENDPOINT_PRIVATE_H #endif #endif
[ "brunolauze@msn.com" ]
brunolauze@msn.com
d27c35a96f6f22be3f52486a63c54ce85fde2e8f
64220976b206fb83db09c6d6cadbcd471c3229c6
/lslboost/boost/asio/traits/bulk_execute_member.hpp
89570ec742a9b8bf68b2ca8cdefe88ebe4cffae5
[ "MIT", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference" ]
permissive
nanoonyx/liblsl
3067be9e84da3ac52b28354a43c5ba2bb51dec70
65ccfcafcc096ec3df5048ea1b7fe39f19d4da1c
refs/heads/master
2023-07-30T06:39:00.422655
2021-09-23T07:05:00
2021-09-23T07:05:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,341
hpp
// // traits/bulk_execute_member.hpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2020 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // 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.txt) // #ifndef...
[ "ttstenner@gmail.com" ]
ttstenner@gmail.com
50c67eb6548207adc142b7578d3d509e042e8cef
1dbf007249acad6038d2aaa1751cbde7e7842c53
/cfw/include/huaweicloud/cfw/v1/model/EipOperateProtectReq_ip_infos.h
c1e2cd08985dc472464a9022fa829ea87c6bc4a0
[]
permissive
huaweicloud/huaweicloud-sdk-cpp-v3
24fc8d93c922598376bdb7d009e12378dff5dd20
71674f4afbb0cd5950f880ec516cfabcde71afe4
refs/heads/master
2023-08-04T19:37:47.187698
2023-08-03T08:25:43
2023-08-03T08:25:43
324,328,641
11
10
Apache-2.0
2021-06-24T07:25:26
2020-12-25T09:11:43
C++
UTF-8
C++
false
false
1,880
h
#ifndef HUAWEICLOUD_SDK_CFW_V1_MODEL_EipOperateProtectReq_ip_infos_H_ #define HUAWEICLOUD_SDK_CFW_V1_MODEL_EipOperateProtectReq_ip_infos_H_ #include <huaweicloud/cfw/v1/CfwExport.h> #include <huaweicloud/core/utils/ModelBase.h> #include <huaweicloud/core/http/HttpResponse.h> #include <string> namespace HuaweiCloud...
[ "hwcloudsdk@huawei.com" ]
hwcloudsdk@huawei.com
2f2a268219bcbaab3aa71c8f52f3e9b9e83610bf
fa703db3c7f0621c2c2656d47aec2364eb51a6d8
/1_ws19_20/ipi/ipiclib/Map.hh
e89ee57e10fbece3b240bfbc417dcd5378836544
[]
no_license
JosuaKugler/uni
f49b8e0d246d031c0feb81705f763859446f9b0f
7f6ae93a5ef180554c463b624ea79e5fbc485d31
refs/heads/master
2023-08-15T01:57:53.927548
2023-07-22T10:42:37
2023-07-22T10:42:37
247,952,933
0
0
null
null
null
null
UTF-8
C++
false
false
388
hh
// Existiert schon als std::pair // template<class Key, class T> // struct pair { // Key first; // T second; // } ; template<class Key, class T> class Map : private DLList<pair<Key,T> > { public : T& operator[](const Key& k); typedef typename DLList<pair<Key,T> >::Iterator Iterator; Iterator begin () c...
[ "josua.kugler@gmail.com" ]
josua.kugler@gmail.com
08505eaed74afb844a741bd1a7d9206b0d6f62be
989197ab3969bb013b35ae6ab3feda21763fdfa5
/ad2005/extract/Exam.cpp
69295824502a029043350be0042b1cb639374726
[]
no_license
A-Why-not-fork-repositories-Good-Luck/OldWorks
9d4abebf57c26d764387be01e353d1d5b68eb51c
3dacaba6fce1997f2dbbe39e7fde52a13d6dd93d
refs/heads/master
2023-03-24T16:03:59.668010
2014-12-02T03:58:25
2014-12-02T03:58:25
null
0
0
null
null
null
null
UHC
C++
false
false
27,060
cpp
#include "ace/Log_Msg.h" #include "Exam.h" #include "EDict.h" #include "Docs.h" #include "StrUtil.h" #include "DbQuery.h" #include "dbStore.h" #include <stdio.h> #include <string.h> #include <algorithm> #define PRN printf /** 예문 목록 삽입을 위한 비교. -- 문서 ID, 예문 위치 기준으로 비교. */ int Exam::cmpEx(exType *exA, exType *exB) { i...
[ "handol@gmail.com" ]
handol@gmail.com
ef25d90f59f12d3c92bc63e18f82bf5627082ddd
89fd0468d2bc58c7c173fa8ed2519b06d89867e1
/ExistingPEER_Events.h
6b497e32756afc698f7120e938025a3f6328c1e0
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
s-m-amin-ghasemi/EE-UQ
a0aaa3b81e130113197ed6e520ce1e1efc19ec03
7eb42d09b59b42fd1256c6d8693cfe46e0b8034b
refs/heads/master
2020-05-18T09:17:41.559600
2019-04-22T17:56:53
2019-04-22T17:56:53
184,320,857
1
0
NOASSERTION
2019-04-30T19:37:22
2019-04-30T19:37:22
null
UTF-8
C++
false
false
4,590
h
#ifndef EXISTING_PEER_EVENTS_H #define EXISTING_PEER_EVENTS_H /* ***************************************************************************** Copyright (c) 2016-2017, The Regents of the University of California (Regents). All rights reserved. Redistribution and use in source and binary forms, with or without modifi...
[ "fmckenna@berkeley.edu" ]
fmckenna@berkeley.edu
f8dea40e21a6675980cd525e98c3d30c955c0a44
c349f95efc51e744efd07fa71e702e6b0e77262c
/examples/code/source.re.cpp
24f2c7603082009762294baaca297725a63b0f21
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
hr567/Ana
16028049c54deb237359911a498cce625503549e
1e68907c2026af22bd71f032e9f29f1e88d19ce4
refs/heads/v0.10-wip
2023-05-12T08:32:02.887460
2021-05-28T12:27:02
2021-05-28T12:27:02
164,664,876
11
1
MIT
2023-04-13T17:09:43
2019-01-08T14:21:36
Rust
UTF-8
C++
false
false
150
cpp
#include <iostream> using namespace std; int main() { int a, b; while (cin >> a >> b) { cout << a + b << endl; } return 1; }
[ "hr567@hr567.me" ]
hr567@hr567.me
b55bf492a19aa9c987531e0ff68c8fdc139fb8cf
1c7926119285bb831c17671ca504829d4477b09e
/Resizablelib/ResizableSplitterWnd.cpp
06740232bdc5c820090b9d1f5955a11b013002fc
[ "Artistic-1.0", "Artistic-2.0" ]
permissive
paldier/eMule
523dd1635a01de00b0023f0cb8a242b31120cdaf
546858b16f88bf4b8470250741ebbaab12950f97
refs/heads/master
2021-01-01T19:18:35.476649
2019-02-06T06:27:38
2019-02-06T06:27:38
98,563,413
3
2
null
null
null
null
UTF-8
C++
false
false
4,253
cpp
// ResizableSplitterWnd.cpp : implementation file // ///////////////////////////////////////////////////////////////////////////// // // This file is part of ResizableLib // https://github.com/ppescher/resizablelib // // Copyright (C) 2000-2015 by Paolo Messina // mailto:ppescher@hotmail.com // // The contents of this ...
[ "paldier@hotmail.com" ]
paldier@hotmail.com
d9e8b2d7acdf223834bd33f49067cc0d9604e21f
0b967e60febd28201a28458287ef702e0abad4cf
/IOSBubbleGum/Classes/Native/Generics7.cpp
8019da7842b3fe6b2a9e4fe1b02f55aeb042f272
[]
no_license
subarunrun0812/BubbleGum
26002868c66cae7fd3a1ba80e2a50dbf860d74f6
9526ff562a7af208a29aa97090b4541c99a1d88d
refs/heads/main
2023-07-29T17:49:07.763086
2021-09-11T10:39:53
2021-09-11T10:39:53
405,351,492
1
0
null
null
null
null
UTF-8
C++
false
false
1,962,934
cpp
#include "pch-cpp.hpp" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <limits> #include <stdint.h> template <typename R, typename T1> struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj...
[ "subarunrun0812@yahoo.co.jp" ]
subarunrun0812@yahoo.co.jp
7a7f53e59218d0c2ada1c4dadf0884eb701f03b8
9c0a4056cf7954cec2de4f0ad8189068aa7c3b0e
/TMuffin/SkyBox/CSkyBox.h
2ef80f70ec4b2d7d0686e57eb371e06c30dff691
[]
no_license
thirty30/UDPBattle
a4b395bf9b1d6b62656d94031fdeb0ff4213b710
7c5dee89d48ee2085ce07551585d0322455aa531
refs/heads/master
2020-09-22T07:24:41.835845
2019-12-10T20:28:23
2019-12-10T20:28:23
225,103,787
3
0
null
null
null
null
UTF-8
C++
false
false
623
h
#pragma once class T_DLL_EXPORT CSkyBox : public CGameObject { private: n32 m_nShaderID; CMeshDrawInfo* m_pMeshDrawInfo; GLuint m_nTextureID; GLuint m_nULSampler; friend class CGraphicsRenderer; private: void InitMesh(const CMesh* a_pMesh); tbool LoadImage(GLenum a_eValue, const tcchar* a_strFileName); T_INL...
[ "402050805@qq.com" ]
402050805@qq.com
46af27e8bf2315b4ef408bba6ce148df0c263e46
02765ccb882a69e5b9bb7e634121a5ab2ecacf83
/Inheritance/driver_inherit3.cpp
459d24cdc2bc046f690c29b37967100546300c91
[]
no_license
ozzhaas/CPSC1020
d7c88753323b81442d5ab47293d79cdd5ded7f27
ccf2541e3439d756c02a45a7091f3f5a350db6d6
refs/heads/master
2022-03-17T09:34:42.137684
2019-12-08T20:18:29
2019-12-08T20:18:29
213,413,287
0
0
null
null
null
null
UTF-8
C++
false
false
888
cpp
// This program illustrates member function overriding. #include "inheritance3.h" #include <iostream> using namespace std; // These arrays of string are used to output // values of enumerated types. const string dName[] = { "Archeology", "Biology", "Computer Science" }; const string cName[] = { "Fr...
[ "mkhaas@clemson.edu" ]
mkhaas@clemson.edu
23afa7722199480f13013dcd9fa7d8e7eaed155e
ddd2a67e8d54cc451b5941906146607b047fa6b6
/CountSetBits.cpp
c25e3dd5e6208ea749e4bd6f720fa8063a5e2e83
[]
no_license
Kushagra-Kapoor25/DSA
cf1053d3bc5def66c78fe9c92dee41b7af9b01b3
314afafb6afa250e010b564a472a5a292e6824b3
refs/heads/main
2023-06-01T15:12:00.651700
2021-06-21T05:03:29
2021-06-21T05:03:29
371,939,850
0
0
null
null
null
null
UTF-8
C++
false
false
337
cpp
#include <bits/stdc++.h> using namespace std; int countSetBits(int n) { int res = 0; while (n > 0) { res = res + (n & 1); n = n >> 1; } return res; } int main() { #ifndef ONLINE_JUDGE freopen("input.txt", "r", stdin); freopen("output.txt", "w", stdout); #endif int n; cin >> n; cout << countSetBits(n); re...
[ "kushagrakapoor27@gmail.com" ]
kushagrakapoor27@gmail.com
815dc4ceb1e705d7b9a4c5fb8c8980928a0f25c2
a76fc4b155b155bb59a14a82b5939a30a9f74eca
/ProjetTomEval/tomeval/Mediaconsult_library/essais/test2/test2.cpp
60cca00e11e04dce508155977dbc639e82e49d15
[]
no_license
isliulin/JFC-Tools
aade33337153d7cc1b5cfcd33744d89fe2d56b79
98b715b78ae5c01472ef595b1faa5531f356e794
refs/heads/master
2023-06-01T12:10:51.383944
2021-06-17T14:41:07
2021-06-17T14:41:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
539
cpp
// test2.cpp : Defines the entry point for the console application. // #include <stdafx.h> #include <stdio.h> #include <string.h> extern "C" /*void _stdcall FSUB (int *INT_ARG, char *STR_IN, int STR_IN_LEN, char *STR_OUT, ...
[ "damien.bodenes@kantarmedia.com" ]
damien.bodenes@kantarmedia.com
925468f6ba1dc0ad1ceb77795f0a5b0fe7e34c29
a3c89b1ae57fad892bbb1490a0027b4a4f721334
/beast/boost/beast/core/impl/file_win32.ipp
b74f10bb88d539abef1cde88870074950c8e12cd
[ "BSL-1.0" ]
permissive
packetzero/third-party
5ef3d45c4b3fe9a07d7a0817c8c4fbc603cedb97
c800b54e82bc4b15cdd034a62bda53ba5d8a4871
refs/heads/master
2020-04-18T14:29:30.973147
2019-01-25T18:21:01
2019-01-25T18:21:01
167,590,236
0
0
null
2019-01-25T17:59:47
2019-01-25T17:59:47
null
UTF-8
C++
false
false
10,972
ipp
// // Copyright (c) 2015-2016 Vinnie Falco (vinnie dot falco at gmail dot com) // // 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.txt) // // Official repository: https://github.com/boostorg/beast // #ifndef BOOST_BEAST_...
[ "teddy@prosauce.org" ]
teddy@prosauce.org
c10b855f7dd43ce3b6075392d845c4b82e9d8f7f
6c4e391046022177244aeade63b03fc0824a4c50
/chrome/browser/android/offline_pages/recent_tab_helper_unittest.cc
1ed59913bf733e2fef90b97dac15ebeb98c1d0fd
[ "BSD-3-Clause" ]
permissive
woshihoujinxin/chromium-2
d17cae43153d14673778bbdf0b739886d2461902
71aec55e801f801f89a81cfb219a219d953a5d5c
refs/heads/master
2022-11-15T00:18:39.821920
2017-07-14T19:59:33
2017-07-14T19:59:33
97,331,019
1
0
null
2017-07-15T17:16:35
2017-07-15T17:16:35
null
UTF-8
C++
false
false
37,898
cc
// Copyright 2016 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/android/offline_pages/recent_tab_helper.h" #include <memory> #include "base/memory/ptr_util.h" #include "base/strings/string16....
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
5069ee5cde6e4bc9bf8bfc20b791b07e899560fd
fd7a11239ddd3b1bc44637e3563be56561214dd8
/src/objetos/barco/baranda/ParteAbajo.h
fa84091ccf8e0edcb3e9276e99edc6e0ccd2cb27
[]
no_license
AmaliaMV/theislandgr
9a3f61fac14671e82185d8a50623d9b3d6d7d988
81bec70cffeec9c9e05ec8bbb51a1666a99d8f71
refs/heads/master
2021-03-12T23:26:29.110483
2012-06-20T21:11:20
2012-06-20T21:11:20
32,231,388
0
0
null
null
null
null
UTF-8
C++
false
false
682
h
/* * ParteAbajo.h * * Created on: 04/01/2012 * Author: amalia */ #ifndef PARTEABAJO_H_ #define PARTEABAJO_H_ #include "../../ODTextura.h" #include "../ConstantesBarco.h" class ParteAbajo: public ODTextura { public: ParteAbajo( Textura* textura, float altura, float longitud, float titaMin, float titaMax,...
[ "amalia.0205@gmail.com@56b5fde7-4276-3573-20ec-a889f6e965ac" ]
amalia.0205@gmail.com@56b5fde7-4276-3573-20ec-a889f6e965ac
e6d61a4372e5df9a484aaf25b15318ef8963c573
fa8c51d9aad800594369cc2b71172ba20e9082ac
/main.cpp
1ce60469dd218cdb3936940c5b643971edd043aa
[]
no_license
Filich3737/Technotrack-4-HW
9f3657b749ce2d3e8518f62167639a772c8ff8f6
dd57b6ccd539ee64226049517c041652ae9bffdf
refs/heads/master
2020-04-03T23:43:33.260879
2018-11-01T00:33:46
2018-11-01T00:33:46
155,629,241
0
0
null
null
null
null
UTF-8
C++
false
false
10,737
cpp
/** *@file * @author Philip Khristolyubov * @version 1.0 * @date 01.11.2018 * @brief Третье домашнее задание по курсу "Введение в промышленное программирование и структуры данных" * @todo */ #include <iostream> #include <cassert> #include <cstring> #include <cstdlib> /** * @brief Unit test define * @p...
[ "fil.mail.ru@bk.ru" ]
fil.mail.ru@bk.ru
3d20a55cbacb18cc516ecb74156ea03ab8d7c275
e5ee9e410e9d41309782e26fe787b87a4c993036
/VirualMachine/sources/TaskContext.cpp
8285ee3392025a58a5f4ddf0c3f63d57d83bc531
[]
no_license
darwinbeing/Beer
f6e15d419a07c55c307e90c6bce3a77724517113
775f7ae97159b7d5289eeeaedfb69ad7674a7072
refs/heads/master
2021-01-16T00:57:55.681856
2014-12-07T14:08:10
2014-12-07T14:08:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,696
cpp
#include "stdafx.h" #include "TaskContext.h" #include "StackRef.h" #include "Method.h" #include "Frame.h" #include "ThreadSafeOutput.h" using namespace Beer; //#define BEER_TASKCONTEXT_VERBOSE #ifdef BEER_TASKCONTEXT_VERBOSE #define TASKCONTEXT_DEBUG(msg) { stringstream ss; ss << "TaskContext: " << msg << "\n"; Thre...
[ "kmaca89+registration@gmail.com" ]
kmaca89+registration@gmail.com
8ebe2555c878a61b980e9dea57e8f75311021eb9
31ac07ecd9225639bee0d08d00f037bd511e9552
/externals/OCCTLib/inc/Handle_TopOpeBRepDS_DataMapNodeOfDataMapOfShapeListOfShapeOn1State.hxx
71340995c25cf47ed51f0fe457417576125d19e4
[]
no_license
litao1009/SimpleRoom
4520e0034e4f90b81b922657b27f201842e68e8e
287de738c10b86ff8f61b15e3b8afdfedbcb2211
refs/heads/master
2021-01-20T19:56:39.507899
2016-07-29T08:01:57
2016-07-29T08:01:57
64,462,604
1
0
null
null
null
null
UTF-8
C++
false
false
958
hxx
// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _Handle_TopOpeBRepDS_DataMapNodeOfDataMapOf...
[ "litao1009@gmail.com" ]
litao1009@gmail.com
a2a9645a598fe04e88c01862a9d5cd7c883c6352
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/curl/gumtree/curl_new_log_14565.cpp
b1f36ea5114d7fc263e0e9f4d5910da0f76e57d0
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
560
cpp
fputs( " filename to have the output sent to stderr.\n" "\n" " If this option is used several times, the last one will be used.\n" "\n" " This option overrides -v, --verbose and --trace-ascii.\n" "\n" " --unix-socket <path>\n" " (HTTP) Connect through this Unix ...
[ "993273596@qq.com" ]
993273596@qq.com
1b7c6b26a774b8ae79049ac4d9dcf65f1a7be3d6
948a2d8357219a6f22ebdbc64fecd3ffc60780f2
/romeo/src/PositionInfo.cpp
89125fb0eba19034fe545c7b8691403aa3c7154f
[ "BSD-2-Clause" ]
permissive
romeoonlinesim/soccer-file
fe420d3f83c318470b9f97d07c487af7d38ed81a
827ebb824a9ed8d432c3f1a0af23251ff0b992f0
refs/heads/main
2023-08-14T22:26:23.791897
2021-10-12T09:51:31
2021-10-12T09:51:31
392,521,875
1
0
null
null
null
null
UTF-8
C++
false
false
18,267
cpp
/************************************************************************************ * WrightEagle (Soccer Simulation League 2D) * * BASE SOURCE CODE RELEASE 2016 * * Copyright (c) 1998-2016 WrightEagle 2D Soccer Simulation Te...
[ "dithocsinh@gmil.com" ]
dithocsinh@gmil.com