blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
986 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
145 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
122 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
9c4047e4544e8b131665d9ff5bfa1ee9bb07e63a
9f81d77e028503dcbb6d7d4c0c302391b8fdd50c
/google/cloud/bigquery/storage/v1/bigquery_read_options.h
4e104cf190b63712bb077311957377431891e2db
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
googleapis/google-cloud-cpp
b96a6ee50c972371daa8b8067ddd803de95f54ba
178d6581b499242c52f9150817d91e6c95b773a5
refs/heads/main
2023-08-31T09:30:11.624568
2023-08-31T03:29:11
2023-08-31T03:29:11
111,860,063
450
351
Apache-2.0
2023-09-14T21:52:02
2017-11-24T00:19:31
C++
UTF-8
C++
false
false
2,488
h
// Copyright 2021 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
[ "noreply@github.com" ]
googleapis.noreply@github.com
19136515ec06a0f5377695103548a2b02832822c
36466c39d3ae94c2f936d4fdfe0fd4b034bbfa80
/3rdparty/mkldnn/src/common/mkldnn_debug.cpp
7fbef3f04b551ae813b5b8c9bab5a14118c35a18
[ "Apache-2.0", "Intel", "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "BSL-1.0", "MIT", "BSD-2-Clause", "Zlib", "NCSA", "LicenseRef-scancode-generic-cla", "BSD-2-Clause-Views" ]
permissive
zhouhuaman/dgt
ccc674dc6abb055eeb5b88eaa0177de3a051b362
a1df50efa3b635c20ddaa6bc5068e5f7bb863b5e
refs/heads/master
2022-11-27T21:53:05.980980
2020-01-13T09:33:14
2020-01-13T09:33:14
233,558,790
1
2
Apache-2.0
2022-11-23T15:05:17
2020-01-13T09:29:56
C++
UTF-8
C++
false
false
11,090
cpp
/******************************************************************************* * Copyright 2018 Intel Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.o...
[ "zhouhuman@163.com" ]
zhouhuman@163.com
580ead725676fe4a04d637ee87fcb3575a0a6e2c
b4c88ea247bbe0892cca93f77b7172c3e48b0c42
/system/portable/devices/misc/include/DeviceMCP2510SPI.h
9bc6796daaf269b8745171bdf2a5270d0d82300f
[]
no_license
micro-os-plus/micro-os-plus-i
09c420c846ad4cf6f8b91144001b5fc2880c7d7b
d17eb4471b754eeb868bba80f2b1d5f9021443b1
refs/heads/master
2023-05-27T06:00:27.536050
2023-05-20T07:43:50
2023-05-20T07:43:50
62,032,946
1
0
null
null
null
null
UTF-8
C++
false
false
497
h
/* * Copyright (C) 2011 Liviu Ionescu. * * This file is part of the uOS++ distribution. */ #ifndef DEVICEMCP2510SPI_H_ #define DEVICEMCP2510SPI_H_ #include "portable/kernel/include/OS_Defines.h" #if defined(OS_CONFIG_BOARD_AVI_A07527) #include "portable/devices/misc/include/DeviceSPIUsart...
[ "ilg@livius.net" ]
ilg@livius.net
cc1d7bc242aeb257ad594fb4295d7921f9e424a2
5df1a677af9379c9a82f1b29359a65ad8cbc385e
/CodeForces/PastContest/777/B.cpp
1c6561d5a968d659f4fd5f5d44f7b9b42841d956
[]
no_license
heyshb/Competitive-Programming
92741a4e7234e1ebce685c1b870f1287bee18f1a
363ef78d950afb53f0e5f1d2329f27dd7b9a44c2
refs/heads/master
2021-12-15T03:12:37.676111
2021-12-01T14:32:25
2021-12-01T14:32:25
122,315,094
1
0
null
null
null
null
UTF-8
C++
false
false
939
cpp
#include <bits/stdc++.h> using namespace std; typedef long long LL; int N; char s[1010]; int sum[2][10]; int v[2][1010]; int len[2]; int main() { scanf("%d",&N); scanf("%s",s); for (int i=0;i<N;i++)sum[0][s[i]-'0']++; scanf("%s",s); for (int i=0;i<N;i++)sum[1][s[i]-'0']++; for (int i=0;i<2;i++) { len[i] = ...
[ "heyshb@vip.qq.com" ]
heyshb@vip.qq.com
bee2cd261b6b3c57df3c85e950b9601357c47688
c7ebab4f0bb325fddd99e2e6952241e6d5177faf
/EventLoopThread.h
fad3725c33023384341417f46d25065e6aa98a7a
[]
no_license
zhuqiweigit/mymuduo
d1cd19a4a10ad7c2d2d327dafa3a6c9379d8c76a
31701d4b72cf29051bf721ea1d720535b048b39c
refs/heads/main
2023-03-08T03:49:18.547494
2021-02-26T12:51:39
2021-02-26T12:51:39
342,574,386
0
0
null
null
null
null
UTF-8
C++
false
false
621
h
#pragma once #include <functional> #include <mutex> #include <condition_variable> #include <string> #include "noncopyable.h" #include "Thread.h" class EventLoop; class EventLoopThread{ public: using ThreadInitCallBack = std::function<void(EventLoop*)>; EventLoopThread(const ThreadInitCallBack& cb = ThreadIni...
[ "XXX@xx.com" ]
XXX@xx.com
292ae258db5a43c5064a4dae991337c97fcd9943
06f93fbd24e9bb5592e1bfc56d5a5969414c042f
/7. Reverse Integer.cpp
4fccd5ee675fc19717a7c5560210b8e838804332
[]
no_license
bigdaddyyjm/LeetCode
1c78cd087bf2043e296cb4090333d1c35d20aa89
b016bc003427c6808f350d076d4d99c51f603d12
refs/heads/master
2021-03-27T19:30:48.945711
2017-12-25T15:03:45
2017-12-25T15:03:45
115,010,146
0
0
null
null
null
null
UTF-8
C++
false
false
840
cpp
class Solution { public: int reverse(int x) { int flag; unsigned long long ans=0; int ele; vector<int> list_x; if(x>=0){flag=1;} else {flag=0;} int a = abs(x); //if(unsigned(x)>INT_MAX)return 0; while(a!=0){ ele = a%10; ...
[ "yangjingmin@Pilgrim" ]
yangjingmin@Pilgrim
d34889fc4438908fe6f6e64b937836410926c198
71a6536c475747a261ed168df6f9de1307cb0e2a
/wnt_ASTNode.h
a591051b4949a2def58e5606d7c6b8543183f04f
[]
no_license
glaretechnologies/winter
f33737d5de8aa5c47af83cf483b77effe614b948
78eb7a531ee4b41b5893f9e4ed368e4b3f3ce2b9
refs/heads/master
2023-07-09T12:14:52.305663
2023-07-05T14:46:31
2023-07-05T14:46:31
175,217,041
5
0
null
null
null
null
UTF-8
C++
false
false
37,237
h
/*===================================================================== ASTNode.h --------- Copyright Glare Technologies Limited 2019 - File created by ClassTemplate on Wed Jun 11 03:55:25 2008 =====================================================================*/ #pragma once #include "wnt_Type.h" #includ...
[ "nick@indigorenderer.com" ]
nick@indigorenderer.com
d42d936f294ae67a619571ea82cdb1bd0846be21
509b32cf65d208b8f6284b139999b59a29556d1b
/alvere/alvere_application/src/systems/s_direction_from_movement.hpp
5136aa5b759a1c9b820e9367c83c6fff219e981e
[]
no_license
geoorgeous/alvere_engine
1725b57aea848635cc667a0d64d66be54d8079ed
71176a6690ffd46c0b1953450afaa6fb4b990647
refs/heads/master
2021-08-04T06:05:12.879753
2020-05-18T21:43:08
2020-05-18T21:43:08
172,511,977
0
0
null
null
null
null
UTF-8
C++
false
false
537
hpp
#pragma once #include <alvere/world/system/query_updated_system.hpp> #include "components/c_direction.hpp" #include "components/physics/c_movement.hpp" class S_DirectionFromMovement : public alvere::QueryUpdatedSystem<C_Direction, const C_Movement> { public: void Update(float deltaTime, C_Direction & direction, co...
[ "jameskime100@googlemail.com" ]
jameskime100@googlemail.com
231361dd8fd2f10d46b47cbaf174d3691cb73f60
7bdce218461971fb5804059038de061fde3c1187
/MarkdownParserCore/Regexpression.cpp
01897d74134c2da4ecbd6ea14e68ddf01e51ac61
[]
no_license
jh-isw/MarkdownParser
691d023b62ae4ddf26faf42fd9e10d9b7c22365f
0af83e1013f9dfe53be537df1efb66fcf906ebfa
refs/heads/master
2021-07-10T05:46:47.470307
2017-10-09T08:01:06
2017-10-09T08:01:06
106,251,967
0
0
null
null
null
null
UTF-8
C++
false
false
3,228
cpp
// // Created by blacknote on 08.04.17. // #include "stdafx.h" #include <stdio.h> #include <stdarg.h> #include <iostream> #include "Regexpression.h" Regexpression::Regexpression() { } void Regexpression::regexh1(std::stringstream* instrstream) { std::string line; std::stringstream retstrstream; std::regex regh...
[ "jan.hecht@jh-isw.de" ]
jan.hecht@jh-isw.de
2f2bc632db55ee262dce90ec7ec088fc6a2eb29d
924de80dab7907fdb03ab1cafeea6e399d9759c6
/LIBRARY/WINDOWS/INCLUDES/GTEngine/Include/Graphics/GteBlendTransformController.h
aef587f478353ba5dd6bb6d9239e5878ad042c73
[]
no_license
x-tox-man/xengine
866fd44d79207c71c6ad2709a66496d392ec0f6d
81b9445795422969848acfffde59136e1eb66fbe
refs/heads/master
2021-04-29T10:39:43.257184
2020-10-25T10:48:54
2020-10-25T10:48:54
77,837,329
0
1
null
null
null
null
UTF-8
C++
false
false
2,877
h
// David Eberly, Geometric Tools, Redmond WA 98052 // Copyright (c) 1998-2016 // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt // http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // File Version: 2.1.0 (2016/01/25) #pragma once #include <Graphic...
[ "x_tox_man@hotmail.com" ]
x_tox_man@hotmail.com
6877ce8b88cee81dc5d4c0c4e92b3df63c062472
170dd8b4d93da1f3431054a97cad2e7fabfffd09
/libredex/ControlFlow.cpp
ece4f112f9069d8218cafafc6e396a1d2b7e2964
[ "MIT" ]
permissive
urantialife/redex
37959427c167df8d92622e3ad67c4ba8ae4e32d5
7c970695c7bb1ca3720c6843de7abcb0175faa8f
refs/heads/master
2020-06-01T14:18:23.771227
2019-06-07T00:09:34
2019-06-07T00:22:25
190,811,580
1
0
null
2019-06-07T21:36:30
2019-06-07T21:36:29
null
UTF-8
C++
false
false
78,112
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 "ControlFlow.h" #include <boost/dynamic_bitset.hpp> #include <boost/numeric/conversion/cast.hpp> #include <iterator> #in...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
9917ce3a6173ba3d6a8000092d906268e6b57701
065f9c32f1921bd8221122968f5d8a07e57cf956
/devel/include/snake_control/GetJointTrajectoryResponse.h
83000a5ec5e7a7dd8705aceef6c70fe5f9a10e92
[]
no_license
atkpwn/snake_ws
f789da9bb81d1d36528d5b017cee24f298ebeabb
32cf95cd44c0db43d909b77e6836df6dbebcb8eb
refs/heads/master
2020-03-19T09:33:04.177899
2018-06-15T23:08:45
2018-06-15T23:08:45
136,298,110
0
2
null
2018-06-08T12:21:11
2018-06-06T08:32:57
C++
UTF-8
C++
false
false
8,401
h
// Generated by gencpp from file snake_control/GetJointTrajectoryResponse.msg // DO NOT EDIT! #ifndef SNAKE_CONTROL_MESSAGE_GETJOINTTRAJECTORYRESPONSE_H #define SNAKE_CONTROL_MESSAGE_GETJOINTTRAJECTORYRESPONSE_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h...
[ "noreply@github.com" ]
atkpwn.noreply@github.com
2f21af0814056322fdb3c8a7ce82ba46d38fd994
208524c136c96caf0aa2cd1799c8ff6eb84f466f
/study/12_3197.cpp
a8026be6935eb76374abeaccebf02298df534151
[]
no_license
jisun-16/beakjoon-online-judge-with-c-
96d04198a5de67f04183464cf08cff0ad5cb087c
f229466cb025b186a5fbc369a9b36ca2282627b1
refs/heads/master
2021-11-25T14:20:19.502289
2021-11-06T05:59:06
2021-11-06T05:59:06
205,304,301
0
0
null
null
null
null
UHC
C++
false
false
1,606
cpp
#include<iostream> #include<queue> #include<cstring> using namespace std; const int dx[]={-1,0,1,0},dy[]={0,-1,0,1}; int r,c; int area_num[1501][1501]; char lake[1501][1501]; bool visited[1501][1501]; pair<int,int> swan; queue<pair<int,int> > water_q,water_nq,swan_q,swan_nq; bool avail(int x,int y){ return x>=0&&x...
[ "limjisun97@naver.com" ]
limjisun97@naver.com
91e919d50706a0c708834d37fa0ddb6b2ce4a48e
f3397365f6d031ea0ed1b9d6993eaad389073624
/src/turtlebot3_server.cpp
111658c427c5d4b5559dfc584dc122060459411d
[]
no_license
mtt5/turtlebot3_example_cpp
c29757273c07cd68f847deea20fa189fc7dde283
ca63dcd432199fbfd60110cac6e644ab1b950a88
refs/heads/master
2020-05-31T18:50:39.732749
2019-06-05T18:25:22
2019-06-05T18:25:22
190,442,837
0
0
null
null
null
null
UTF-8
C++
false
false
5,847
cpp
#include <ros/ros.h> #include <actionlib/server/simple_action_server.h> #include <math.h> #include <geometry_msgs/Twist.h> #include <geometry_msgs/Point.h> #include <geometry_msgs/Quaternion.h> #include <nav_msgs/Odometry.h> #include <sensor_msgs/JointState.h> #include <turtlebot3_msgs/SensorState.h> #include "turtlebo...
[ "ma.tiant@husky.neu.edu" ]
ma.tiant@husky.neu.edu
4951508cf547ab3e47a3faac02971cfeb7230c2c
37f241dab8c4356d0549eac15878d73c84334af0
/src/rpcrawtransaction.cpp
7cbbd04b46d006f491735391019ad8e47b1672b8
[ "MIT" ]
permissive
onyxcoin/Onyxcoin
caeffa61b0b1f6d23de2ed520af7a1f6c690d897
f171305cc6f61b9b375e471f65c6bc6d19d4e700
refs/heads/master
2020-05-27T08:13:50.371668
2014-07-30T16:34:28
2014-07-30T16:34:28
22,436,059
1
1
null
null
null
null
UTF-8
C++
false
false
20,286
cpp
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2012 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 <boost/assign/list_of.hpp> #include "base58.h" #include "bitcoinrpc.h" #inclu...
[ "onyx@carsencustoms.com" ]
onyx@carsencustoms.com
01e70b02579d5d10bcc9e44bfa6494d128d3ef41
29b81bdc013d76b057a2ba12e912d6d4c5b033ef
/boost/include/boost/gil/extension/io/io_error.hpp
ceb4a15214b31c3f6fe60072456bb1c74175c035
[]
no_license
GSIL-Monitor/third_dependences
864d2ad73955ffe0ce4912966a4f0d1c60ebd960
888ebf538db072a92d444a9e5aaa5e18b0f11083
refs/heads/master
2020-04-17T07:32:49.546337
2019-01-18T08:47:28
2019-01-18T08:47:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
129
hpp
version https://git-lfs.github.com/spec/v1 oid sha256:0e399cae8f216763b202d3b38a9fb2db1ca68a7fdc97e9416fcee04912b22592 size 1566
[ "you@example.com" ]
you@example.com
db4536a17a1e4418159037e208a3c27f25a9b14b
0e007b1afb6ce6d5522a7471fef740439f56011d
/base-usage/cplusplus/client-server/test_client2.cpp
4e7feb9da7d4f681192e5b05b242c2983948ee61
[ "Unlicense" ]
permissive
sczzq/symmetrical-spoon
9ab7813c5238bb43a1c4e60244781f05bc422470
aa0c27bb40a482789c7c6a7088307320a007b49b
refs/heads/master
2021-06-03T21:00:45.448102
2020-09-01T07:12:55
2020-09-01T07:12:55
90,471,406
0
0
null
null
null
null
UTF-8
C++
false
false
2,791
cpp
/************************************************************************* > File Name: test_client2.cpp > Author: ziqiang > Mail: ziqiang_free@163.com > Created Time: Mon 08 May 2017 09:54:35 PM CST ************************************************************************/ #include <iostream> using namespace std...
[ "ziqiang_free@163.com" ]
ziqiang_free@163.com
c19d4792102ca2b1594e9282fac7fcb821280a6c
8a7f7233a07c758242dc9f864fad6e52d33f3e10
/src/blockchain_utilities/cn_deserialize.cpp
939d84421bea062cfb115fd1aa33474f7626328a
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
uniblockchain/ultrapoint-core
cbf3304cdd8d21fb3e0c55ebb01d7b3ff9e4482d
bd88de3b0aa45a666b19a3f79d50b0d4728417ce
refs/heads/master
2021-08-31T06:05:44.452980
2017-12-16T11:13:04
2017-12-16T11:24:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,172
cpp
// Copyright (c) 2014-2017, The Monero Project // // 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 /...
[ "devtnga@gmail.com" ]
devtnga@gmail.com
89a0da2b7641816defe5d1e0f88bc284de366f75
579f6399b3f8238eee552b8a70b5940db894a3eb
/koryakin.afanasy/A1/circle.hpp
555dd8773eab5a4434f7a3cdad6f284427bf1557
[]
no_license
a-kashirin-official/spbspu-labs-2018
9ac7b7abaa626d07497104f20f7ed7feb6359ecf
aac2bb38fe61c12114975f034b498a116e7075c3
refs/heads/master
2020-03-19T04:18:15.774227
2018-12-02T22:21:38
2018-12-02T22:21:38
135,814,536
0
0
null
null
null
null
UTF-8
C++
false
false
408
hpp
#ifndef CIRCLE_H #define CIRCLE_H #include "shape.hpp" #include "base-types.hpp" class Circle : public Shape { public: Circle(const point_t &center, const double radius); double getArea() const override; rectangle_t getFrameRect() const override; void move(const double dx, const double dy) override; void mov...
[ "a.kashirin.official@gmail.com" ]
a.kashirin.official@gmail.com
c36bb2366deea47d0fad8d374f0a67bc337b0b0e
063e25de1aebb2b22f8f79416377a5a7de991df4
/StepTest.cpp
3b92302a71222b247f777e3c38f48ab94002af71
[]
no_license
samsaradog/tttcpp
f1f0dae8b74cf26338ac04d6a7e9f44acb0797dd
a6aa12d25501d4a754c2b5a134f779448237c644
refs/heads/master
2020-06-06T16:49:54.153975
2012-08-09T20:40:28
2012-08-09T20:40:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,696
cpp
// file StepTest.cpp #include <iostream> #include <cppunit/config/SourcePrefix.h> #include "StepTest.h" #include "StepFactory.h" CPPUNIT_TEST_SUITE_REGISTRATION( StepTest ); //--------------------------------------------------------------- void StepTest::setUp() { StepFactory the_factory; step_m_p = the_facto...
[ "shinkyo@iglou.com" ]
shinkyo@iglou.com
da643a5bfdda54a804f507a3a76825f405432a6e
381d916e2203ec6c770432ea05326ddf1c2f9c2a
/te0711_prj.srcs/sources_1/bd/design_1/ip/design_1_axi_smc_0/sim/design_1_axi_smc_0_sc.h
e08958568520dfccca58e03d7813789d5b29ed23
[]
no_license
wknitter/te0711_prj
a9effa207176cecfee450ce149269df18de201aa
d9cf337a411de0fd2f58487c8ca9213d170ceeda
refs/heads/main
2023-04-25T00:06:32.129719
2021-05-18T17:57:16
2021-05-18T17:57:16
357,305,325
0
1
null
null
null
null
UTF-8
C++
false
false
3,452
h
#ifndef IP_DESIGN_1_AXI_SMC_0_SC_H_ #define IP_DESIGN_1_AXI_SMC_0_SC_H_ // (c) Copyright 1995-2021 Xilinx, Inc. All rights reserved. // // This file contains confidential and proprietary information // of Xilinx, Inc. and is protected under U.S. and // international copyright and other intellectual property // laws. ...
[ "whitney@knitronics.com" ]
whitney@knitronics.com
42b1f608891e0735fa399b2fb7a20715581000ac
e593f2d1c721abe179fe9c89ab4f1aa6081a00b8
/rand_test.hpp
8c4cccda66a193fb9186bcda4ede2df33737f94e
[]
no_license
jquac015/CS100-lab4
5207bde57ae37287aadbd45ddd1be592491dd201
3b508bfb4d53c6370cf42088da4b869c196f5d17
refs/heads/master
2023-02-03T09:38:39.291038
2020-11-05T19:40:08
2020-11-05T19:40:08
322,056,187
0
0
null
null
null
null
UTF-8
C++
false
false
233
hpp
#ifndef __RAND_TEST_HPP__ #define __RAND_TEST_HPP__ #include "gtest/gtest.h" #include "rand.hpp" TEST(RandTest, RandEvaluate) { Rand* test = new Rand(); EXPECT_NEAR(1, test->evaluate(), 100); } #endif //__RAND_TEST_HPP__
[ "jquac015@ucr.edu" ]
jquac015@ucr.edu
1f750285c7d8ff23d3154faf133df719b5afcf0f
4352b5c9e6719d762e6a80e7a7799630d819bca3
/tutorials/eulerVortex.twitch/eulerVortex.cyclic.twitch/4.83/p
fd80026168f20e562a72877bc8b54a1b33695528
[]
no_license
dashqua/epicProject
d6214b57c545110d08ad053e68bc095f1d4dc725
54afca50a61c20c541ef43e3d96408ef72f0bcbc
refs/heads/master
2022-02-28T17:20:20.291864
2019-10-28T13:33:16
2019-10-28T13:33:16
184,294,390
1
0
null
null
null
null
UTF-8
C++
false
false
69,356
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "tdg@debian" ]
tdg@debian
348e280c0618bc784af3e092bea7d76caef281df
ad0797c84ffd8354fd5b0baaf242128bd5bfb43f
/fwdmodel_flobs.cc
74900152745178e2e09421195f7cd58c5a9a6738
[]
no_license
mosszhaodphil/FABBER_UAT
1a053700e881b8865148d0a3899e0c04c4080f56
5ec706f8fc93a00aac9b6d830a6b0f8117994abc
refs/heads/master
2020-04-06T12:08:15.710689
2015-03-25T08:09:57
2015-03-25T08:09:57
31,378,979
0
0
null
2016-09-20T18:44:40
2015-02-26T17:23:11
C++
UTF-8
C++
false
false
8,001
cc
/* fwdmodel_flobs.cc - Does FLOBS Adrian Groves, FMRIB Image Analysis Group Copyright (C) 2007 University of Oxford */ /* Part of FSL - FMRIB's Software Library http://www.fmrib.ox.ac.uk/fsl fsl@fmrib.ox.ac.uk Developed at FMRIB (Oxford Centre for Functional Magnetic Resonance Imaging...
[ "mosszhao@Mosss-MacBook-Pro.local" ]
mosszhao@Mosss-MacBook-Pro.local
e7820c344e997399de0e161fa13f2b383210532f
d4faf438bd3f8e94178acdd31157d03d955c582b
/src/Utils/FBX_Importer.h
759a910069e1b49bb741af0d9bd49e06d6f142b9
[]
no_license
luoxz-ai/cpp_game_engine
19684a3c235fb7738b2988ed73dbaab08e2e5c2d
f25c950c9c312cc239e27acaeda85b5f852e8a01
refs/heads/master
2023-04-12T13:55:31.426366
2021-05-05T20:11:40
2021-05-05T20:11:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,223
h
#pragma once #include <Windows.h> #include <stdio.h> #include <iostream> #include <string> #include <sstream> #include <vector> #include "Structs.h" #include "Entity/Mesh/Mesh.h" #include "Entity/Mesh/MeshDeformer/Animation/Animation.h" // Utils #include "fbxsdk.h" struct FBX_LoadResult { bool success = false; boo...
[ "fmehmetun3@gmail.com" ]
fmehmetun3@gmail.com
0a9981ca96dbd52af16f11ab04f14f72ef7aab16
72f92da77af907d49db9a6e1d82b78ec683e60ce
/practices/cpp/level1/√ p05_Canvas/Circ.cpp
102bbb7b9195cb9e827986f55fa3338c4ddce5df
[]
no_license
ldzhangyx/CCpp2016
f0f9f52e15c7b871719ddb7ad9502bf92641aa16
42ea8150ced35100fc2bf65afb420b1167002e66
refs/heads/master
2021-01-15T21:15:05.952470
2016-06-24T09:17:45
2016-06-24T09:17:45
52,485,652
0
0
null
2016-02-25T00:53:20
2016-02-25T00:53:20
null
UTF-8
C++
false
false
67
cpp
// // Created by Administrator on 2016/6/13. // #include "Circ.h"
[ "ldzhangyx@outlook.com" ]
ldzhangyx@outlook.com
896146af3ac9501934e94468e143324cc76b6f87
6fddb9789cdcae612766266ee05d1ad850b9f0ab
/CppFizzBuzz04b/include/range/v3/iterator/diffmax_t.hpp
57a280cd7e8d5e6c180633c3d3c3d9f20f7d331a
[]
no_license
melston/cppFizzBuzz
a8488b35981fc1ab69f4100df0082a2e2cfba8e7
adc2cdeb8b187288857a23b01908a6f1727641c1
refs/heads/master
2020-05-27T17:19:51.376255
2019-06-06T04:32:12
2019-06-06T04:32:12
188,717,867
0
0
null
null
null
null
UTF-8
C++
false
false
17,514
hpp
/// \file // Range v3 library // // Copyright Eric Niebler 2019-present // // Use, modification and distribution is subject to 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) // // Project home: https://github.com/ericniebler...
[ "melston1777@gmail.com" ]
melston1777@gmail.com
15cf0b87bfc035b27021c2a3dfb125420b23527d
1f013e822124dfe9b4611f1fe08675a23871566e
/home/akielczewska/z1/tro.cpp
96a7d0afb9c43832fc3df50ae45c2c0fbce2429e
[]
no_license
dtraczewski/zpk2014
a1d9a26d25ff174561e3b20c8660901178d827a5
548970bc5a9a02215687cb143d2f3f44307ff252
refs/heads/master
2021-01-21T06:06:32.044028
2015-09-06T12:17:07
2015-09-06T12:17:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
188
cpp
#include <iostream> using namespace std; main() { int a,b,c; cin >> a >> b >> c; if (a+b>c && a+c>b && b+c>a) cout << "TAK" << endl; else cout << "NIE" << endl; }
[ "aneta.kielczewska@student.uw.edu.pl" ]
aneta.kielczewska@student.uw.edu.pl
f8417f64cdc4d8fe7b31c5fe1bf7e04498e17f40
e08bcb770a05655d1bd803b8fca9defc6698188a
/examples/postfix/composite_operation.hh
c7640bd3f90f81081e11fca2c7a943b2485ab200
[]
no_license
elsys/oop-2016-2017
f006c9e717d83b6efa152d89b7f61be8ec4a4740
cadc4f2b55adb68655f0fb568ccc0e9b156c426c
refs/heads/master
2021-01-11T03:10:12.609194
2018-05-31T05:53:57
2018-05-31T05:53:57
70,146,655
13
21
null
2017-04-04T11:47:17
2016-10-06T11:12:08
PostScript
UTF-8
C++
false
false
373
hh
#ifndef COMPOSITE_OPERATION_HH__ #define COMPOSITE_OPERATION_HH__ #include <list> #include "operation.hh" class CompositeOperation: public Operation { std::list<Operation*> operations_; public: CompositeOperation(const std::string& name); ~CompositeOperation(); void add_operation(Operation* op); ...
[ "lubomir.chorbadjiev@gmail.com" ]
lubomir.chorbadjiev@gmail.com
86030c8f0df20f20e1d8ca226f91355ca1127a7c
fb6e1b288e76b34903b5d79262e5942148f1b188
/TestCapi/Test_CDHashAVLTree.cpp
2fc661c8a9363b230c039b37d788fe802a564257
[]
no_license
zhangnju/capi
2fee06bb32b4871ca79dc062115a8dacf6b3febf
bc64605c18e47b90dd2f69ff9d1d622e3a89d6a1
refs/heads/master
2020-03-18T01:31:13.212222
2018-05-20T11:52:06
2018-05-20T11:52:06
134,145,645
0
0
null
null
null
null
ISO-8859-13
C++
false
false
2,844
cpp
/* * Copyright (c) 2006-2008 * Author: Weiming Zhou * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, * provided that the above copyright notice appear in all copies and * that both that copyright notice and this permissi...
[ "nzhangnju@gmail.com" ]
nzhangnju@gmail.com
a68d4cf6a617f0de643a9cf6559ba876ca66babe
078544d216185416a840399172f07ccd1caad07f
/friendtrackerUI/src/RegistrationHandler.cpp
0185281918ebc320e713d3ce501b766956091ad4
[]
no_license
sukwon0709/friendtrackerUI
23bec4ee5e885e5a6829c26dc02155ae1707ff41
14d64d60288b53584b968e018e2e979f6732a2a8
refs/heads/master
2021-01-10T19:45:06.595769
2013-04-03T00:41:29
2013-04-03T00:41:29
8,827,293
0
1
null
null
null
null
UTF-8
C++
false
false
7,803
cpp
/** * Connect to BBM * * by Sukwon Oh */ #include "RegistrationHandler.hpp" #include <bb/cascades/AbstractPane> #include <bb/cascades/Application> #include <bb/cascades/QmlDocument> #include <bb/system/SystemDialog> #include <bb/platform/bbm/Context> #include <bb/platform/bbm/RegistrationState> #include "LoginMe...
[ "s3oh@uwaterloo.ca" ]
s3oh@uwaterloo.ca
1e29e7513257305cc5edabf872713b5ee9582778
e9a8fffb05b32e8332f15d4dea96761261c0353c
/image-compression/compression.cpp
cbe935ab6ee868186775c93baea6b355ca2b5f5a
[]
no_license
brightnesss/image-processing
7590933547519ba551d2b6df630a92437a329f7a
450914d04d33020e1868d800f2fe2e7896397da2
refs/heads/master
2020-05-23T08:10:40.040189
2017-01-13T12:02:09
2017-01-13T12:02:09
70,224,402
0
0
null
null
null
null
GB18030
C++
false
false
3,928
cpp
//8*8矩阵的zigzag行程压缩编码示意 #include <iostream> #include <opencv2\opencv.hpp> #include <math.h> #include <vector> #include <algorithm> #define PLUS 1 #define MINUS 0 using namespace std; using namespace cv; void InitMat(Mat &img, float(*pf)[8]) { for (unsigned short i = 0;i < img.rows;++i) for (unsigned short j = 0;j...
[ "brightness_j@hotmail.com" ]
brightness_j@hotmail.com
eb3f5ff7f0e0fea98a39a59d1d32977cb6f54988
257592e3ab692064e4545d30c58bed7cda59e8ad
/FunctionGenerator/pci.cpp
7d81263aab3d08b456da218dc0c74e6a507d8a37
[]
no_license
CheMingLee/PMC6_DLL_FunctionGenerator
8e5ac8ae6220ca8dbd7d574711aa570f5b846eb6
66c725f2e73cd85b8324e3908c9a865746ae86e6
refs/heads/master
2023-02-24T21:43:50.027263
2021-01-28T10:54:36
2021-01-28T10:54:36
329,289,703
0
0
null
null
null
null
BIG5
C++
false
false
14,155
cpp
// pci.cpp : 定義 PCI通訊功能 #include "stdafx.h" #include <stdio.h> #include "pci.h" #include "Dev_PMC6.h" #include <setupapi.h> #include <winioctl.h> #include "ctrlcard.h" //#define _MEGSHOW #define KER_RW //Bill_20100202 reply status #define PCI_NO_DATA 0 #define PCI_READ_END 1 #define PCI_RETRY 2 #define _NOCARD #de...
[ "jmli1993@gmail.com" ]
jmli1993@gmail.com
6ec8d304fd26a61d2effef62a2239c1f6c11884e
7619f1f54f8a1f7b11dc1dbb840fd15677a10855
/playertwo/cmake-build-debug/playertwo_autogen/EWIEGA46WW/moc_Player.cpp
a3bc45f8640e6634c9e9c8e0e4524d496c17869b
[]
no_license
kbyun03/4122FinalProject
b52ffd6f3f09161c2523f48dd6e061e130ea2554
83a414c3ebe49d03b0e90a8b515c81fa1666891c
refs/heads/master
2020-03-10T15:13:30.964122
2018-05-03T18:22:36
2018-05-03T18:22:36
129,444,228
0
0
null
null
null
null
UTF-8
C++
false
false
3,541
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'Player.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.10.1) ** ** WARNING! All changes made in this file will be lost! *************************************************************...
[ "tzeng.a@gmail.com" ]
tzeng.a@gmail.com
bbbc20eed67ded3fb4d1ae1cda5ffd5e002e824f
d6b4bdf418ae6ab89b721a79f198de812311c783
/intlpartnersmgt/src/v20220928/model/DescribeCustomerInfoResponse.cpp
a572e0dadae77d3da879c2e8e53c5b9b0cb018e4
[ "Apache-2.0" ]
permissive
TencentCloud/tencentcloud-sdk-cpp-intl-en
d0781d461e84eb81775c2145bacae13084561c15
d403a6b1cf3456322bbdfb462b63e77b1e71f3dc
refs/heads/master
2023-08-21T12:29:54.125071
2023-08-21T01:12:39
2023-08-21T01:12:39
277,769,407
2
0
null
null
null
null
UTF-8
C++
false
false
4,570
cpp
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
[ "tencentcloudapi@tencent.com" ]
tencentcloudapi@tencent.com
6137213523d3ddd397365b81fe30a82fce77eccb
095b7832c29a9225b83f9f4ff8355ef6a6543b0d
/Miscellaneous/BinaryTreeZigZagTraversal.cpp
191fc1ca50e3913bcc670415f192f6b1997872b8
[]
no_license
I-Venkatesh/Data-structures-and-algorithms
a459b2a45fe0b5d2399e4f287bb83ea5d1742fac
0d05ee80d0e6dd5f376b843975f3c70abac1457f
refs/heads/master
2023-08-13T20:19:52.214023
2021-09-11T14:36:30
2021-09-11T14:36:30
323,447,201
0
0
null
null
null
null
UTF-8
C++
false
false
1,503
cpp
/** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode() : val(0), left(nullptr), right(nullptr) {} * TreeNode(int x) : val(x), left(nullptr), right(nullptr) {} * TreeNode(int x, TreeNode *left, TreeNode *right) : val(x), l...
[ "venkatesh.i18@iiits.in" ]
venkatesh.i18@iiits.in
35e5a5651241d6561f29a640d3b3b2f6bf154417
d09945668f19bb4bc17087c0cb8ccbab2b2dd688
/atcoder/abc251-300/abc282/h.cpp
ff41ae325bad8c630c66d30fb5858e4ead9e7f67
[]
no_license
kmjp/procon
27270f605f3ae5d80fbdb28708318a6557273a57
8083028ece4be1460150aa3f0e69bdb57e510b53
refs/heads/master
2023-09-04T11:01:09.452170
2023-09-03T15:25:21
2023-09-03T15:25:21
30,825,508
23
2
null
2023-08-18T14:02:07
2015-02-15T11:25:23
C++
UTF-8
C++
false
false
1,757
cpp
#include <bits/stdc++.h> using namespace std; typedef signed long long ll; #define _P(...) (void)printf(__VA_ARGS__) #define FOR(x,to) for(x=0;x<(to);x++) #define FORR(x,arr) for(auto& x:arr) #define FORR2(x,y,arr) for(auto& [x,y]:arr) #define ALL(a) (a.begin()),(a.end()) #define ZERO(a) memset(a,0,sizeof(a))...
[ "kmjp@users.noreply.github.com" ]
kmjp@users.noreply.github.com
00554c1b359ed4d05a729f6915fdca3655b76a48
019b1b4fc4a0c8bf0f65f5bec2431599e5de5300
/content/browser/tracing/tracing_controller_impl_data_sinks.cc
1ee6327893aad4cbbf028b0de0034db24642d901
[ "BSD-3-Clause" ]
permissive
wyrover/downloader
bd61b858d82ad437df36fbbaaf58d293f2f77445
a2239a4de6b8b545d6d88f6beccaad2b0c831e07
refs/heads/master
2020-12-30T14:45:13.193034
2017-04-23T07:39:04
2017-04-23T07:39:04
91,083,169
1
2
null
2017-05-12T11:06:42
2017-05-12T11:06:42
null
UTF-8
C++
false
false
12,000
cc
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <utility> #include "base/bind.h" #include "base/files/file_util.h" #include "base/json/json_writer.h" #include "base/macros.h" #include "base/str...
[ "wangpp_os@sari.ac.cn" ]
wangpp_os@sari.ac.cn
e9ae623dc7570ac6dee58c45760afa2438624337
9808c0970f80c3260d1b91a226580aba3e52e2d5
/valdes-engineering/src/investigations/bulkDiffusivityMeasurements2015/beamExpander/adiabatic_rear/aluminum_target/sept24/fit_models.h
9a0e0155ccc7e3d1c83d634a693089187992951e
[]
no_license
raymondvaldes/tat
5d519732efb5ed379be1ac2579a6dbf7ac67e52f
0fa3a1902cf81682d741fe0063435c6b61bac148
refs/heads/master
2021-01-18T15:42:09.009818
2015-10-30T16:55:23
2015-10-30T16:55:23
13,633,268
2
0
null
null
null
null
UTF-8
C++
false
false
972
h
// // asdf.h // tat // // Created by Raymond Valdes on 9/24/15. // Copyright © 2015 Raymond Valdes. All rights reserved. // #ifndef fit_models_asdf_h #define fit_models_asdf_h #include "run1_rear_70degC.h" #include "fit_a_b1_b2_RC.h" namespace investigations{ namespace bulkDiffusivityMeasurements2015{ namespace ...
[ "raymondvaldes@gmail.com" ]
raymondvaldes@gmail.com
c9803d81d66a47a65e50f09e83e4d1d4d8e3f022
4b8886c64703f9025c91f7d38c356cf1b001b2a1
/Library/Il2cppBuildCache/WebGL/il2cppOutput/UnityEngine.AnimationModule.cpp
a7afcd9017579913a9b51d670e4948a898617822
[]
no_license
MikoCode/CaveRide
cdb5394d9e81afd18d99f6d97a19e640620b904e
330cb9f8879163a630fb11950e1d4fa52c36fcfd
refs/heads/main
2023-08-27T21:01:19.421432
2021-11-13T10:05:57
2021-11-13T10:05:57
355,978,043
0
0
null
null
null
null
UTF-8
C++
false
false
242,487
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 VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* ...
[ "79205367+MikoCode@users.noreply.github.com" ]
79205367+MikoCode@users.noreply.github.com
8f2195874ab869da11fe15fa5c70102ef01b4a9b
43a2fbc77f5cea2487c05c7679a30e15db9a3a50
/Cpp/External (Offsets Only)/SDK/BP_msc_hurdygurdy_pio_01_a_ItemDesc_classes.h
82fec60f39c50589d4d8837a2324442017ddafd7
[]
no_license
zH4x/SoT-Insider-SDK
57e2e05ede34ca1fd90fc5904cf7a79f0259085c
6bff738a1b701c34656546e333b7e59c98c63ad7
refs/heads/main
2023-06-09T23:10:32.929216
2021-07-07T01:34:27
2021-07-07T01:34:27
383,638,719
0
0
null
null
null
null
UTF-8
C++
false
false
867
h
#pragma once // Name: SoT-Insider, Version: 1.102.2382.0 /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Classes //-----------------------------------------------...
[ "Massimo.linker@gmail.com" ]
Massimo.linker@gmail.com
f0f2cf8c0240b1b4e6f6c889b1434985304cfb63
67110b6ee81e0958ae7150687d78a279ddc9a133
/cl_dll/hud.cpp
08b76aeeeb3abb7a720e5d100f2942f724ae96eb
[]
no_license
ataceyhun/LeakNet-SDK
c383fb8fa555d33c5d3a9e9283590a3a28244745
aeedaf894a3f5e749e59e80c39600c5fd3e89779
refs/heads/master
2020-06-13T19:38:15.198904
2016-11-18T11:25:56
2016-11-18T11:25:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
23,731
cpp
/*** * * Copyright (c) 1999, Valve LLC. All rights reserved. * * This product contains software technology licensed from Id * Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc. * All Rights Reserved. * * Use, distribution, and modification of this source code and/or resulting * object co...
[ "uavxp29@gmail.com" ]
uavxp29@gmail.com
cef497f735fbabddfd787d44d52843c202c02f06
734431ff4768b4129450523319ba80ea3e2a5898
/test/flip.cpp
45faf408155b591c6e984ae2799838d2bcb21b45
[]
no_license
dopic/Fit
5b9b8ea8b5505eb585575d3c1c57c34e7b189eb0
d895d531fb27e9ac642158851d6782553d94b9d3
refs/heads/master
2020-12-30T22:09:02.318221
2015-03-18T22:34:02
2015-03-18T22:34:02
33,482,242
1
0
null
2015-04-06T13:04:42
2015-04-06T13:04:42
null
UTF-8
C++
false
false
215
cpp
#include <fit/flip.h> #include <fit/placeholders.h> #include "test.h" FIT_TEST_CASE() { FIT_TEST_CHECK(3 == fit::flip(fit::_ - fit::_)(2, 5)); FIT_STATIC_TEST_CHECK(3 == fit::flip(fit::_ - fit::_)(2, 5)); }
[ "pfultz2@yahoo.com" ]
pfultz2@yahoo.com
a39da48198dd89cd99930e80b97855e3fd33a20b
c8e3da287e92eb3e24b7f1dbefddde083053754a
/src/SerializableArray.h
f4b035f53eb61f986fb1bc983ceb4e93be75cb94
[]
no_license
rvishna/flow-shop-scheduler
e55269cdfbcc2a69ad32569cbccbc6fbddbb59b1
d36d52c0bf56d47be9c8d556f3a7b7229fb86915
refs/heads/master
2023-03-25T19:24:33.868554
2021-03-23T06:10:22
2021-03-23T06:10:22
348,830,865
1
0
null
null
null
null
UTF-8
C++
false
false
2,054
h
#ifndef SERIALIZABLE_ARRAY_H #define SERIALIZABLE_ARRAY_H #include "DataContext.h" namespace flow_shop_scheduler { template<typename T> class SerializableArray : public JSONSerializable { public: virtual void set(json&) const override; virtual void get(const json&, std::shared_ptr<DataContext> dataContext = ...
[ "rvishnampet@gmail.com" ]
rvishnampet@gmail.com
aa12e239d41a9ee497b2e97df0453b6729800804
c980768b06aed339b2d6b47fc0d13507f068537c
/GhCore/ghApp.h
4fa3402a08aa5c8d87e7bf529bd000dd78e8fb10
[]
no_license
jiaco/genehuggers
f4a3b99cdfea59cbaf56fc29a26f0230db69dcbb
30c3ba1f07aa7a9832385b2d2847d051e77cfd28
refs/heads/master
2021-01-01T05:51:38.865068
2012-04-16T07:57:40
2012-04-16T07:57:40
32,718,214
0
0
null
null
null
null
UTF-8
C++
false
false
1,994
h
#ifndef GH_APP_H #define GH_APP_H 1 #include <QtCore> #include "ghDef.h" #include "ghVariant.h" #include "ghParam.h" #include "ghOfp.h" #include "ghErrorprone.h" namespace GH { inline QMap<QString,QString> Args( const int argc, char** argv ) { QMap<QString,QString> rv; for( int ac = 1; ac < argc;...
[ "jiacov@gmail.com" ]
jiacov@gmail.com
d9a2ff812cfdef3b3287f75d7ecc730bb1b54808
5e4a548b4531f68eb55af8804b3fe12499195179
/frameworks/base/core/jni/android_hardware_camera2_legacy_LegacyCameraDevice.cpp
d349f3881bf7c47bd1e10854e0dbdbf724559eab
[ "LicenseRef-scancode-unicode", "Apache-2.0" ]
permissive
ytjojo/Framwork8.1
41f9264e0023377646b116d9635fc81440f8cf6a
564fb59e980c1e41d5b07ecdd29dac7f3ae90e58
refs/heads/master
2020-03-23T09:03:04.962984
2017-10-28T06:40:48
2017-10-28T06:40:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
29,418
cpp
/* * Copyright (C) 2014 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...
[ "xiangchunhua8888@163.com" ]
xiangchunhua8888@163.com
bc0b5fb2921833ec34fad9ba1af60d8cb87d43b1
b1d02643a70ce076f167a84eb1ff36bfcdb5b704
/e/time.h
ff0fd4006f0a49da19279ae4f58926109ea4acdb
[]
no_license
cnangel/libe
b534b90c8710243f37f407b360200bb215572df3
9e2c6af24b4ca5b388243af882ea8fdbb8a0583b
refs/heads/master
2021-01-20T18:43:30.808316
2016-05-30T09:36:31
2016-05-30T09:36:31
59,999,009
0
0
null
null
null
null
UTF-8
C++
false
false
1,723
h
// Copyright (c) 2011, Robert Escriva // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above copyright notice, // this list of c...
[ "cnangel@gmail.com" ]
cnangel@gmail.com
24ad28795c3e5c26021ecba8228850c23bf5321a
e8a7ceb8962d118a5dd816ac14b1e3c94e5c7f8b
/spepcpp/src/spep/ipc/Engine.cpp
bdd8c4dcfd10786c527c57557791e10007049dae
[ "Apache-2.0" ]
permissive
axilotl/esoeproject
dcfa73cb10b3977728fe2a76f24417837614a3b0
42348b232559a5013314863dc506948c2353f0e8
refs/heads/master
2020-12-25T00:09:23.529134
2012-02-13T05:13:04
2012-02-13T05:13:04
1,539,359
1
0
null
null
null
null
UTF-8
C++
false
false
1,306
cpp
/* Copyright 2006-2007, Queensland University of Technology * 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 requi...
[ "s.mangelsdorf@gmail.com" ]
s.mangelsdorf@gmail.com
bf9e7bfe7409151ecd76df7a38451d06befb68db
afef6fbfdc966ef99b1a5fe670d7221bbf825639
/intersections/intersectionkdtreegeometrymedian.cpp
5f53418c1d5c4088f241e05e433468a2736ba88a
[]
no_license
poechsel/raytracer
3886a3b3f7cbb088aae78da9b8089eac5b661319
31c49f6b0688ae6cf01289602184dd255d92d449
refs/heads/master
2021-07-03T00:41:40.323621
2017-09-23T21:25:50
2017-09-23T21:25:50
104,599,919
1
0
null
null
null
null
UTF-8
C++
false
false
1,332
cpp
#include "intersectionkdtreegeometrymedian.h" IntersectionKdTreeGeometryMedian::IntersectionKdTreeGeometryMedian(Scene *scene, bool a): IntersectionKdTree(scene, a) { //ctor } SplitPlane IntersectionKdTreeGeometryMedian::heuristic(BoundingBo...
[ "pierre.oechsel@gmail.com" ]
pierre.oechsel@gmail.com
92eac32f9362139f98ca92273c5b56c18c748f61
5031748db8679263b080e625bcd71b8324dc2e45
/polymorphism_virtual/source/static_local_obj.h
8052068ed7be2b7b2cfcd91284bece6fd6c78a7d
[]
no_license
MingYueRuYa/cpp_inside_object
d9e40092a6e4f39a2d89ed61287958903a9e2788
a142c27de275e994333e60434f92c170640ca842
refs/heads/master
2021-06-09T16:25:58.594969
2021-05-23T04:38:50
2021-05-23T04:38:50
180,293,312
2
2
null
null
null
null
UTF-8
C++
false
false
860
h
/**************************************************************************** ** ** Copyright (C) 2019 635672377@qq.com ** All rights reserved. ** ****************************************************************************/ #ifndef static_local_obj_h #define static_local_obj_h #include <Windows.h> #include <iostre...
[ "liushixiong@flash.cn" ]
liushixiong@flash.cn
fcb02db4a7cc309e81b6c76bd0b5b5913660dc50
b1905a6fff073d63ca9a9f93475d35758b5a9c76
/src/names/mempool.cpp
c27060d4dc725ff53ea1de4cba4eb5a1a36d90d7
[ "MIT" ]
permissive
transferdeer/namecoin-core
3800be405bb4ee7536a571040a6b73f92c1a8d91
d42521bf1364dac0efa6b38b1355dd13a8298207
refs/heads/master
2023-05-29T13:10:02.092814
2021-06-07T08:23:28
2021-06-07T08:23:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,915
cpp
// Copyright (c) 2014-2021 Daniel Kraft // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <names/mempool.h> #include <coins.h> #include <logging.h> #include <names/encoding.h> #include <script/names.h> #include <txmempoo...
[ "d@domob.eu" ]
d@domob.eu
93bce8db60f0b5c5f6a547f18e5ea477664bb386
363ed21924ca293ce9f7a375840eb70a0d1900a4
/utility/geoip/geoip_deprecated.cpp
187e09eb07faf603fc070fab1234e9a6b2214c6f
[]
no_license
voseventosixm/porchswingchair
a4577227a93fb941ddb14ff3587772f488249c2e
6bc4466d8522612cbac069fa28fdc00f33246ce2
refs/heads/master
2021-01-23T08:15:22.607557
2017-03-28T17:28:26
2017-03-28T17:28:26
86,490,216
0
0
null
null
null
null
UTF-8
C++
false
false
7,538
cpp
#include "geoip_internal.h" char * GeoIP_org_by_ipnum(GeoIP * gi, unsigned long ipnum) { GeoIPLookup gl; return GeoIP_name_by_ipnum_gl(gi, ipnum, &gl); } char * GeoIP_org_by_ipnum_v6(GeoIP * gi, geoipv6_t ipnum) { GeoIPLookup gl; return GeoIP_name_by_ipnum_v6_gl(gi, ipnum, &gl); } char * GeoIP_org_b...
[ "zhouyu2410@gmail.com" ]
zhouyu2410@gmail.com
94a434f969372b613b73094534ce370f783953bc
85515970843a39d6ddae0476320c4027aa050e49
/iptux0.5.3/src/SendFileData.cpp
e1c1843423a141f483d700a4764ebd62485390ed
[]
no_license
zzqhost/iptux
ed0ddea05e0ca7bb683e878d97ab4710c4baba21
48a722ea8d76f0df83e69e4e5b5cd2f2b2cc8800
refs/heads/master
2020-05-26T21:50:08.358593
2013-04-09T07:44:21
2013-04-09T07:44:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,131
cpp
// // C++ Implementation: SendFileData // // Description: // // // Author: Jally <jallyx@163.com>, (C) 2009 // // Copyright: See COPYING file that comes with this distribution // // #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include "SendFileData.h" #include "ProgramData.h" #include "MainWi...
[ "b649@borqs.com" ]
b649@borqs.com
bca7c2163b5e24c1392c716253f18bb4bdef6063
5363c29a3631ddf7739e03bce9f8eec7733300bf
/Reme/src/Reme/Events/ApplicationEvent.h
c699b598c22fac99955b147c10980ebe3e3e6f38
[]
no_license
remtori/Reme
a6b8e3aa9c9785a6e0d11ba3f4b80a38cc7e3251
ba85a9bf98dfb0ff553b470daf34ed807f30333a
refs/heads/master
2021-02-17T14:49:12.409353
2020-04-27T02:48:38
2020-04-27T02:48:38
245,104,489
2
0
null
2020-04-27T02:48:39
2020-03-05T08:10:39
C++
UTF-8
C++
false
false
1,284
h
#pragma once #include "Reme/Events/Event.h" namespace Reme { class WindowResizeEvent : public Event { public: WindowResizeEvent(unsigned int width, unsigned int height) : m_Width(width), m_Height(height) {} inline unsigned int GetWidth() const { return m_Width; } inline unsigned int GetHeight() const { r...
[ "lqv.remtori@gmail.com" ]
lqv.remtori@gmail.com
4cd32807cffd98f94f1276eee77893ee61de3e3b
2f0c70013cb2e8f3815694ae75dd9b73fdf22d33
/spectrum/models/genericE6SSM/genericE6SSM_two_scale_soft_beta_TYd.cpp
ff52d8cc917d9aa0a22a282839b612a222bbea22
[]
no_license
azedarach/E6SSM-Tuning
9d3e0fffb3fe5979b8735a2907219eb944fcfeae
62f8050e814db2e4468b868cb31bcb63ee1dbda2
refs/heads/master
2021-05-31T00:07:01.359375
2016-01-03T22:34:23
2016-01-03T22:34:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,711
cpp
// ==================================================================== // This file is part of FlexibleSUSY. // // FlexibleSUSY is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published // by the Free Software Foundation, either version 3 of the Licens...
[ "dylan.harries@adelaide.edu.au" ]
dylan.harries@adelaide.edu.au
f2bcacd71d462cf0bdaef301cc87e2cc42df506d
436adbbd309a6d2d283a4e9fe2e7c5c671ce0db7
/Classes/UIWidgets/LuaExtensionsDS.cpp
27966b4584bdcb073317745e07b72dc64e07d7f2
[]
no_license
daxingyou/q_card
87077b343445acf04132cdd0701952d941f19036
3b458ee32ec03509f293324ab8de88efad3d2501
refs/heads/master
2021-12-23T19:59:58.341338
2017-11-21T06:36:57
2017-11-21T06:36:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
18,185
cpp
/* ** Lua binding: Cocos2d ** Generated automatically by tolua++-1.0.92 on 02/10/14 14:41:11. */ /**************************************************************************** Copyright (c) 2011 cocos2d-x.org http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of ...
[ "chenhlb8055@gmail.com" ]
chenhlb8055@gmail.com
52ccfb4b5a146a48b1e5e012967aca37e9abf6ae
5aa3aad29eadddbddf454164f17649eff5a7f93f
/Sources/chap02/bool.cpp
b46d6d0d096c953b4e51103775a84c1a930a802b
[]
no_license
jungwongarden/cpp
1304d0e266e22d9aa3e7b02fe4ea61ea47e2e34d
456d7025b542ff05fbdc2849f202b1beb77ed1b4
refs/heads/master
2022-01-13T19:01:19.740931
2019-06-29T01:28:07
2019-06-29T01:28:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
152
cpp
#include <iostream> using namespace std; int main() { bool b; b = (1 == 2); cout << std::boolalpha; cout << b << endl; return 0; }
[ "noreply@github.com" ]
jungwongarden.noreply@github.com
9890d3a178eda9ed7d21fb9173a577d04c71417b
cdd954c874762b94828dac7c29f185804403b4b2
/RocketPlugin/buildmode/RocketScenePackager.h
584e0cc6fe475b6af799cd658b99a72f73842eae
[ "Apache-2.0" ]
permissive
Adminotech/meshmoon-plugins
cd2c898bcae0fbab796e9829c48754c81be4644a
32043ef783bdf137860d7d01eb22de564628e572
refs/heads/master
2021-01-13T00:44:55.012875
2016-03-07T14:58:03
2016-03-07T14:58:03
52,879,540
4
2
null
null
null
null
UTF-8
C++
false
false
8,573
h
/** @author Adminotech Ltd. Copyright Adminotech Ltd. All rights reserved. @file @brief */ #pragma once #include "RocketFwd.h" #include "FrameworkFwd.h" #include "SceneFwd.h" #include "CoreDefines.h" #include "qts3/QS3Fwd.h" #include "utils/RocketZipWorker.h" #include "IAttribute.h" #incl...
[ "jonne@adminotech.com" ]
jonne@adminotech.com
43d45e2b9e81492779ed297d6f0346fa8c48107f
c6c1b91615287a431581d3e71d87eda3aed5713a
/Demos/iOS/UnicodeDemo/Classes/UnicodeDemoController.h
8a483d5b3859aa7576aa897fc61e00151d1709d4
[ "MIT", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
sloopdoom/ftgles-gles2
a813eaf57d98ef33c976c0c700444946d000f4b6
13aa7b45ecc890efc6703abcb0cbdd59ffb5cde3
refs/heads/master
2021-01-15T18:50:43.125598
2013-05-07T08:17:32
2013-05-07T08:17:32
9,907,253
0
1
MIT
2018-10-01T03:54:29
2013-05-07T08:18:24
C
UTF-8
C++
false
false
1,449
h
/* Copyright (c) 2010 David Petrie Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distri...
[ "yeetan@gmail.com" ]
yeetan@gmail.com
cdbfa32e9d1832828f4dd0abcd2c523571e46cfa
6336483e4cb8bff0f0cf2ecbb70a88c57d6f9c87
/SDXEngine/SDXRenderer.h
1e84814175683ebdc2777204282fe866dc90ec60
[]
no_license
hoisin/SDXEngine
8deef9f456bf41ac0c420c5a1498176abc44cb94
7d5cb792657a19ef4055f159a1d8d645e950db93
refs/heads/master
2022-08-10T19:21:16.553728
2022-08-01T20:43:51
2022-08-01T20:43:51
139,254,558
0
0
null
2022-07-30T14:46:04
2018-06-30T14:09:33
C++
UTF-8
C++
false
false
1,448
h
//-------------------------------------------------------------------------- // // Renderer class // //-------------------------------------------------------------------------- #pragma once #include <list> #include "SDXDirectX.h" #include "SDXDirect2D.h" #include "SDXCameraFP.h" #include "SDXRasterState.h" #include "...
[ "mwctsang@gmail.com" ]
mwctsang@gmail.com
3ea8fdf0f1d8fdccfde60f5ced1edf7a5792a09d
95b4c39aa258a484e867027328efc9ff6010b1db
/util/Ext/typeid_cast.h
bc6034db180a44631b50bd0660c217778eda8af7
[]
no_license
wusihang/db
d9d1067d4e4a145a56682cffaab64371079833a4
2d17871abd6135fbf60cd3083e78a6f79e7584ea
refs/heads/master
2020-03-13T06:57:04.561319
2018-11-27T00:51:12
2018-11-27T00:51:12
131,015,240
0
1
null
2018-11-27T00:51:13
2018-04-25T14:01:22
C
UTF-8
C++
false
false
664
h
#pragma once #include <type_traits> #include <typeinfo> #include <string> #include<Poco/Exception.h> template <typename To, typename From> typename std::enable_if<std::is_reference<To>::value, To>::type typeid_cast(From & from) { if (typeid(from) == typeid(To)) return static_cast<To>(from); else ...
[ "wusihang9@139.com" ]
wusihang9@139.com
ed920c83d7b4584a0fcb0fc0fea55f795d3fb57c
1a9bb62b32771102c0b32ffefe305ca702bea268
/tide/core/configuration/Configuration.h
297ff1b68fc9def56ed0641fcb4aab1edb2a207e
[ "BSD-2-Clause" ]
permissive
BlueBrain/Tide
9fa3a5b802026f204491eb625653d6e431c2bea8
e35a8952b3c8ea86db098602f2d95fb4ba542dae
refs/heads/master
2022-05-07T01:14:44.308665
2022-04-27T13:47:18
2022-04-27T13:47:18
54,562,203
52
21
BSD-2-Clause
2022-04-27T13:47:19
2016-03-23T13:33:25
C++
UTF-8
C++
false
false
6,568
h
/*********************************************************************/ /* Copyright (c) 2013-2018, EPFL/Blue Brain Project */ /* Raphael Dumusc <raphael.dumusc@epfl.ch> */ /* All rights reserved. */ /* ...
[ "raphael.dumusc@epfl.ch" ]
raphael.dumusc@epfl.ch
50373f7c8aa234bef1b3ad254de74dcc76433be1
26673266a372001ad9c10bda162ef373476fbf0f
/ObstacleMap.cpp
43ae2318e128b8b726e0f1e83fefc672fea53fd8
[]
no_license
megamareep/SmallGame
cb577f7a48b3433db2137e5db8e9d3085e28ebc0
9ca8314fecb61d3c1e8c5c24e6ded105b202ccfb
refs/heads/master
2021-01-15T11:49:03.484997
2014-04-07T13:24:26
2014-04-07T13:24:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,553
cpp
/*! @ObstacleMap.cpp */ #include "ObstacleMap.h" using namespace std; ObstacleMap::ObstacleMap() { height = 0; width = 0; gridSquareSize = 0; texture = LoadTexture::getInstance(); player = Player::getInstance(); //texture->Initialise(); } ObstacleMap::~ObstacleMap() { } void ObstacleMap::loadFromFile(const...
[ "megamareep@gmail.com" ]
megamareep@gmail.com
0592ba078b8772fbbce1d2ec29ba1990b58e6d5a
ccddbc9b140b5630212f75f1654073edfdf8cfd9
/Third/ExCode/bigNumber.cpp
533936fab61bf334db0ff0543c1d000884f4fcb0
[]
no_license
ksunchikk/oop
fd974d436dd6ab5bef4f078e9a537e101b075655
2530c625e224fad0df1e5e0cb545105edd0b5e5b
refs/heads/master
2023-02-13T13:33:56.688722
2021-01-09T09:49:51
2021-01-09T09:49:51
296,397,165
0
1
null
null
null
null
UTF-8
C++
false
false
8,418
cpp
#include "bigNumber.h" #include <cstdio> #include <iostream> namespace Prog3a { bigDecNum::bigDecNum() { //знак +, все цифры - нули for (int i = 0; i < SZ + 1; ++i) Num[i] = 0; n = 1; //количество разрядов } //формирование из типа long int bigDecNum::bigDecNum(long int x...
[ "k151201@yandex.ru" ]
k151201@yandex.ru
4d73cc07efeb029b65692723e40d589e8fd725ef
eb1d2c439aa39a699efbe67221d2ce60355ee334
/main.cpp
d2c135a35b0841fa051c3dc1493836c711cfbcac
[]
no_license
ruthbijaoui/hw9
2ba73642061c29858d9ed5fb31aa098242d4738d
fc43e590330d995306c97b1d0b643a3d6c77d3fe
refs/heads/main
2023-02-23T18:45:08.044951
2021-01-30T16:21:19
2021-01-30T16:21:19
333,941,916
0
0
null
null
null
null
UTF-8
C++
false
false
1,166
cpp
#include <iostream> #include <cstring> #include "ip.h" #include "port.h" extern int check_args(int, char**); extern void parse_input(Field&); int main(int argc, char** argv) { String* output; size_t size = 0; /* Check that the parameters of main method are correct */ if (check_args(argc, argv) != 0) { retu...
[ "ruthbijaoui" ]
ruthbijaoui
2c141e0a8dbd034e3a30fc5d5c44a85ff02c4cbe
3e5ae9b260b16fcc86bb0669c1bd4e56912b5433
/VCB600ENU1/MSDN_VCB/SAMPLES/VC98/MFC/GENERAL/SNAPVW/SNAPPS.H
01f7981508fc0a467886e459561a64b889340833
[]
no_license
briancpark/deitel-cpp
e8612c7011c9d9d748290419ae2708d2f3f11543
90cdae5661718e65ab945bcf45fe6adff30c1e10
refs/heads/main
2023-06-14T14:07:05.497253
2021-07-05T01:46:04
2021-07-05T01:46:04
382,984,213
0
0
null
null
null
null
UTF-8
C++
false
false
1,480
h
#if !defined(AFX_SNAPPS_H__E2FD70FC_605F_11D1_A346_00C04FD91807__INCLUDED_) #define AFX_SNAPPS_H__E2FD70FC_605F_11D1_A346_00C04FD91807__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // SnapPs.h : header file // ///////////////////////////////////////////////////////////////////////////...
[ "briancpark@berkeley.edu" ]
briancpark@berkeley.edu
fbab7dfdc2b5e4a7ad4d47e9e08373704ee5705a
c237a84cbb8ce7742233249391ac57324bd50ee9
/Neo_Study/0828_API_03_BLOCKGAME/SceneManager.cpp
2d56d45cef34d8855ebcdf373b281078f8959731
[]
no_license
JongHyunP/PJH
f7e0b597594520a2dc82eed249a87da599c38a17
621bf2385197cd2ba445ae1b5dcb38489aa5d6ed
refs/heads/master
2020-07-07T06:48:47.162030
2019-10-24T00:06:07
2019-10-24T00:06:07
203,282,005
0
0
null
null
null
null
UHC
C++
false
false
626
cpp
#include "SceneManager.h" SceneManager::SceneManager() { } SceneManager::~SceneManager() { } void SceneManager::registerScene(const string & sceneName, Scene * scene) { sceneContainer.insert(pair<string,Scene*>(sceneName, scene)); } void SceneManager::reserveChangeScene(const string & sceneName) { map<string, ...
[ "Administrator@DESKTOP-UPBBAIM" ]
Administrator@DESKTOP-UPBBAIM
4de4d446c75776fb8e30e043fbdb19a35617595e
62c5835005ce84cd7f18cefb1ad3b5ee46e20ecc
/src/Eta.h
2e0d576c34f02c339223c60c35a7cd5b254c2f0f
[]
no_license
s-jeong/MSBS
b5ca0a938ab0c13c7d7e76a1267ecc3c788d2a76
d911084bba137867cffd68241d41115f4c3a4847
refs/heads/master
2023-07-09T13:41:44.479595
2021-08-21T15:40:31
2021-08-21T15:40:31
286,003,613
0
0
null
null
null
null
UTF-8
C++
false
false
814
h
#ifndef _ETA_H #define _ETA_H #include <RcppArmadillo.h> using namespace Rcpp; // [[Rcpp::depends(RcppArmadillo)]] // [[Rcpp::export]] IntegerVector Eta(List delta, IntegerVector gamma, int p, int q) { int total_length = 0; for (int i = 0; i < p; ++i){ total_length += Rf_length(delta[i]); } IntegerVector ind(...
[ "sjeong823@gmail.com" ]
sjeong823@gmail.com
97833e08f5190c867189f6d6bdcd765e0436f676
d7285a8b2ed222c0e0870e29374d0ba644aa9622
/03.cpp
83da72012caccd5563cdbf2e0c82cac8df29d00c
[]
no_license
ANAGHA-R-NAIR/assignment-3
acf5cc1e42a7826dd9d2bdcd613afe428e59ca36
a02082be6217cf741e1fe833bef30827968aaa5d
refs/heads/master
2021-01-23T10:22:09.529333
2017-09-15T15:16:49
2017-09-15T15:16:49
102,612,478
0
0
null
null
null
null
UTF-8
C++
false
false
221
cpp
#include<iostream> using namespace std; main(){ int a; cout<<"Enter number= "; cin>>a; if( a<0) { cout<<"Negative number"<<endl; }else if(a>0) { cout<<"Positive number"<<endl; }else{ cout<<"Number=0"<<endl; } return 0; }
[ "noreply@github.com" ]
ANAGHA-R-NAIR.noreply@github.com
7fc04c794ab80b01acb34b7a63b9bdbb86444e1b
2eecc41bc8ae893490b30e3abd9808bbd2bd6bdb
/Source/DirectX11Texture.cpp
278a4cd13f1a17ac6ce27b97da5abbd3c9e725ff
[]
no_license
shadercoder/scge
d991230860573a56a44f3ecac2de38c4f25a67f3
cec2bb285aa284206b4d41b9bbbf129a151bf200
refs/heads/master
2021-01-10T04:20:19.240225
2012-11-05T22:50:20
2012-11-05T22:50:20
44,643,412
0
0
null
null
null
null
UTF-8
C++
false
false
1,637
cpp
#include "scge\Graphics\DirectX11\DirectX11Texture.h" #include <string> #include <fstream> #include <sstream> DirectX11TextureData::DirectX11TextureData(ID3D11Device *d3d11Device, Console &console, FileSystem &fileSystem, bool multiThreadLoad, const std::string &arguments) : TextureResourceData(fileSystem) ...
[ "quaver.smith@0469fb3b-1f0d-998d-8d12-02512b85cd7a" ]
quaver.smith@0469fb3b-1f0d-998d-8d12-02512b85cd7a
4a749cb60b637b01dbd5ed6da0898f7c7ddf8bdc
6a2b431dbccff26a1a092ed506bebdfa4ae261b8
/VectTypes/VectVert.hpp
a7bb4aa5c0c97a76da9f1a96f4375114359cb6bd
[]
no_license
l-GlebaTi-l/VectHoriVert
e75781bb7955d6550b62d57c91a0687183814ef3
ddbf976420ee026fd4ca57fdae0518b1518294b3
refs/heads/master
2022-09-18T16:53:40.507211
2020-06-03T12:01:22
2020-06-03T12:01:22
269,068,309
0
0
null
null
null
null
UTF-8
C++
false
false
274
hpp
class CStringVert : public CString { public: using CString::operator=; CStringVert(char *str) : CString(str){} int output(); }; class FactoryCStringVert : public CFabricData{ public: CString* Create(char *str){ return new CStringVert(str); } };
[ "gleban37@rambler.ru" ]
gleban37@rambler.ru
a56741b839854b815bc2c9af710b293492279984
41b4e949f031f189ac27f16cb45fc29801c1cebb
/frameworks/base/services/surfaceflinger/Layer.cpp
307ef5531dc183934df2fab827070be809e70e83
[ "Apache-2.0", "LicenseRef-scancode-unicode" ]
permissive
MeteorOS-project/android_gingerbread_inspiration
b9d498c79ace82c6dd1a0ec9f26aedca8e9804d5
80269edd6df74514e37d87cfabd3570123cd80f1
refs/heads/master
2023-05-23T04:42:55.879988
2015-02-22T06:14:57
2015-02-22T06:14:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
34,385
cpp
/* * Copyright (C) 2007 The Android Open Source Project * Copyright (C) 2010, Code Aurora Forum. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://w...
[ "xdtianyu@gmail.com" ]
xdtianyu@gmail.com
afe0a09aeee5266c518ab6daa39d2cbb610303c8
fab0133d18d7ed079166e5fc0d19ddef6c9d1064
/Leetcode/Linked List/160. Intersection of Two Linked Lists.cpp
e5aaca0e198bc6abc7cbc1aa72e057c5f48a3b76
[]
no_license
sarthak11yadav/Competitive-Programming
f0a708223c524ed419efb4d7741390b79de8e76d
5bf2abced61940c19d9e6d60d2181638f069d372
refs/heads/master
2022-12-24T11:56:34.389709
2020-10-12T08:35:43
2020-10-12T08:35:43
303,455,130
3
0
null
null
null
null
UTF-8
C++
false
false
1,014
cpp
/** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode(int x) : val(x), next(NULL) {} * }; */ class Solution { public: ListNode *getIntersectionNode(ListNode *headA, ListNode *headB) { int ct1=0,ct2=0,i,j,k,n,m; ListNode *temp1=headA,*...
[ "noreply@github.com" ]
sarthak11yadav.noreply@github.com
d808cf570c37eaf7d975d2382f8882ba4a37cdb9
82996d1c42874a5e75ebde51189e086126162774
/screenshot.cpp
ab86c9beb1f14f1d951ff47ca7bd29435820a269
[ "MIT" ]
permissive
Happy-Ferret/GLCollection
804f7c85e322ff83d725ad12247fc4f7305739b5
13d7a60e7e7a4bd099195fe4d3d35d9c08c31a62
refs/heads/master
2020-06-02T21:13:56.982206
2018-12-14T19:53:47
2018-12-14T19:53:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,602
cpp
#include <stdlib.h> #include <string.h> #include <stdio.h> #include <time.h> #include "gl.h" #include "glfw_utilities.h" #define STB_IMAGE_WRITE_IMPLEMENTATION #include <stb_image_write.h> // https://github.com/nothings/stb void flipVertically(int width, int height, char *data) { char rgb[3]; for (int y = 0; y <...
[ "vallentinsource@gmail.com" ]
vallentinsource@gmail.com
c1d5dd653fd6e1779ccd5cb558d4ae99700365ef
ccbb81d220a9eb23b5bb170cef885851e86e6b53
/Alyona and Spreadsheet.cpp
6d747fe210fd6aee09b6c71be5eacdafad51eac1
[]
no_license
anuragpratap05/Dynamic_Programming--1
93beb2918cfd50a9a56454f1382584b99e4f6a98
cdd2d20796b9271216dfe0a60ec9158e7b482b1e
refs/heads/master
2023-01-02T11:23:10.444370
2020-10-31T09:39:59
2020-10-31T09:39:59
299,927,611
0
0
null
null
null
null
UTF-8
C++
false
false
1,245
cpp
# Dynamic_Programming--1 #include<bits/stdc++.h> using namespace std; int main() { int n,m; cin>>n>>m; int a[n+1][m+1]; for(int i=1;i<=n;i++) { for(int j=1;j<=m;j++) { cin>>a[i][j]; } } int dp[n+1][m+1]; for(int i=1;i<2;i++) { ...
[ "noreply@github.com" ]
anuragpratap05.noreply@github.com
3e6d26dfd305babd712138badda5af72a4d2cf91
cc034592d1eeb2a1d8a5bfbb96346a3da7f812f2
/Sail/src/graphics/text/Text.cpp
f16ac205025499b5aca08e1375f7f0d552596831
[ "MIT", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
tofb15/Sail
63187e070b8bc45cc216e1975e3224c30e52c26b
ce3162a7336a4ef77221eac9a7e96ac2e4f8de0b
refs/heads/master
2020-06-13T03:37:26.946324
2019-02-05T22:36:36
2019-02-05T22:36:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
784
cpp
#include "pch.h" #include "Text.h" #include "SailFont.h" #include "../shader/ShaderSet.h" using namespace DirectX::SimpleMath; Text::Ptr Text::Create(const std::wstring& text, const Vector2& pos, const Vector4& color) { return std::make_unique<Text>(text, pos, color); } Text::Text(const std::wstring& text, const V...
[ "alexander.wester@gmail.com" ]
alexander.wester@gmail.com
6cb53157b9dfeb0cf3351cd1075f43053653f031
9413ac384ca5a94484b0cfe11a95d09d01bd1015
/main.cpp
e0d9138cec7088969dfb44edac3bc4fc4899bae5
[]
no_license
peerasakp/demo2
ae75106758b864b64a5c68f0ad851301ee666001
f3ab8b296d90cebeffcf9a6be0633f05d4a8292a
refs/heads/master
2022-12-28T15:54:08.788643
2020-10-15T06:54:32
2020-10-15T06:54:32
304,235,276
0
0
null
null
null
null
UTF-8
C++
false
false
208
cpp
#include <iostream> using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(int argc, char** argv) { cout << "hello"; return 0; }
[ "peerasakp@gmail.com" ]
peerasakp@gmail.com
de0ea780bde278519d98386257e3ca0a1532af17
8a0fa8913bd6fc1dc0573c3bd1178083f9c7cbdc
/排序/归并排序/归并排序.cpp
60962ac5d44a22f3321ba88e799937f1a5f28b68
[]
no_license
zhenghao-peng13/first
18469c813080941cfb125413f261f6659b202fac
2ca015baf634a414d65555b76951fd3f9433aa15
refs/heads/master
2023-04-25T11:09:18.274625
2021-05-14T11:33:46
2021-05-14T11:33:46
330,086,776
0
0
null
null
null
null
UTF-8
C++
false
false
256
cpp
#include <iostream> #include<random> using namespace std; int main() { srand((unsigned)time(NULL)); int a[10]; for (int i = 0; i < 10; i++) { a[i] = rand() % 50; cout << a[i]<<'\t'; } cout << endl; return 0; }
[ "3120001535@mail2.gdut.edu.cn" ]
3120001535@mail2.gdut.edu.cn
e774613e5bb5e7e77921eb67f01f7eeb3f36929c
a46973289535ae19034b148fa54c2e91db3f4436
/15 Geometry Shader Beginning/Effects.h
faabeade92e97759e27a93f70763367ee472b442
[ "MIT" ]
permissive
SunIcey/DirectX11-With-Windows-SDK
2ba4e77cdf07ec3d49c9f1cbba26d8910849f44d
a0bb4fd618c6d9e1b4a35b46f2f94a289072a8e9
refs/heads/master
2020-04-30T00:57:59.161013
2019-03-17T04:31:27
2019-03-17T04:31:27
null
0
0
null
null
null
null
GB18030
C++
false
false
2,529
h
//*************************************************************************************** // Effects.h by X_Jun(MKXJun) (C) 2018-2019 All Rights Reserved. // Licensed under the MIT License. // // 简易特效管理框架 // Simple effect management framework. //**************************************************************************...
[ "757919340@qq.com" ]
757919340@qq.com
f469b2a95a3d505457d0a3873898a94f90ed9607
cce5c0e483c887dea4a32da7bcdd7118d437987c
/Forest Simulator/ForestSim/ForestSimApp.cpp
23201c0fb2179bde08c0bafe627ed3cbfc1de50d
[]
no_license
PotatoesBasket/AIE-AIForGames
7f79a929da820313877937d4a4de38f2eb9cbe98
2bc1a2f0226d5e2a008da1f721eebf2a9ffd9f83
refs/heads/master
2021-08-06T03:58:08.253386
2021-07-13T04:58:43
2021-07-13T04:58:43
221,143,227
0
0
null
null
null
null
UTF-8
C++
false
false
4,367
cpp
#include "ForestSimApp.h" #include "Texture.h" #include "Font.h" #include "Input.h" #include "ScreenDefines.h" #include <time.h> bool ForestSimApp::startup() { RNG& rng = RNG::getInstance(); rng.setSeed((int)time); m_2dRenderer = std::make_unique<aie::Renderer2D>(); m_map = std::make_unique<Map>(); initCamera(...
[ "PotatoesBasket@hotmail.com" ]
PotatoesBasket@hotmail.com
289fa46965c3730d770a63fd67a294e8432ded8d
72b7c060297cb81101047f5e2e575b6f532541ca
/src/Open3D/Geometry/EstimateNormals.cpp
d4ce195490d47a8b9f130754a7b0fac402114132
[]
no_license
iwanbok/INFOMR_Project
cfd0d56401f448d64f647bc1e7f4399001b2b3f0
5c8317f36304e45ca279f7bec069faeb55a2bef5
refs/heads/master
2022-03-15T20:44:43.865180
2019-11-10T11:18:34
2019-11-10T11:21:27
206,776,943
0
0
null
null
null
null
UTF-8
C++
false
false
12,496
cpp
// ---------------------------------------------------------------------------- // - Open3D: www.open3d.org - // ---------------------------------------------------------------------------- // The MIT License (MIT) // // Copyright (c) 2018 www.open3d.org // // Permissio...
[ "iwan.boksebeld@gmail.com" ]
iwan.boksebeld@gmail.com
247b288bd8c17df8885928057c7739b8e3c9aee0
7292047e5cf82bfeec921ac1623ea3038a564ff3
/GraphicManager.cpp
c49b3d64a6216e6705bda9878e861108aef2e326
[]
no_license
kokojae/MultiMapEngine
9e756fd21e20cbae9b811d247e3048b825aeb4eb
60783f59441e84e7989351fe488d16c03defef7c
refs/heads/master
2022-11-22T02:01:26.395661
2020-07-25T08:28:34
2020-07-25T08:28:34
282,165,144
0
0
null
null
null
null
UHC
C++
false
false
1,994
cpp
#include "DXUT.h" #include "GraphicManager.h" #include "MultiMapEngine.h" LPD3DXSPRITE GraphicManager::sprite = nullptr; ID3DXFont* GraphicManager::font = nullptr; void GraphicManager::Init() { D3DXCreateSprite(DXUTGetD3D9Device(), &sprite); D3DXCreateFont( DXUTGetD3D9Device(), 70, 0, FW_BOLD, 1, FALSE...
[ "54296776+kokojae@users.noreply.github.com" ]
54296776+kokojae@users.noreply.github.com
7f568f1b1cefcd2c3d315456368f8ccf99a36cb6
eeedc65ef99590d8316963717d1012cc6c90c9c5
/src/qt/addresstablemodel.cpp
c85306b81d7557a7d4c5dcd2cc205287826833ef
[ "MIT" ]
permissive
BayerTM/DraftCoinZ
e277353042c908373738bce65716c38ab0cbc0ff
217db2822a320d278d93dda4d3cd5dc4d01764f2
refs/heads/main
2023-06-01T00:54:12.511923
2021-06-09T21:35:24
2021-06-09T21:35:24
362,256,925
0
0
MIT
2021-04-27T22:23:49
2021-04-27T21:33:59
null
UTF-8
C++
false
false
14,640
cpp
// Copyright (c) 2011-2015 The Bitcoin Core developers // Copyright (c) 2014-2020 The DFTz Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "addresstablemodel.h" #include "guiutil.h" #include "walletmode...
[ "james@xmc.com" ]
james@xmc.com
04fe555f6203f99adbddb5c4801b76aafe989bf8
84609227f080f26a80b96c0bcae8e54e88cee2a8
/AR40.cpp
c59a62f0f976f1536799d36c1e669ddf39e6f6fc
[]
no_license
leann0101/hw
00306381fef2afa7137368f59c8dac4c76429b88
18a1bf8e102c09894d734e56379fd92f744f5b33
refs/heads/master
2022-11-17T19:59:12.715029
2020-07-10T14:24:43
2020-07-10T14:24:43
278,432,584
0
0
null
null
null
null
UTF-8
C++
false
false
717
cpp
#include <iostream> #include <stdlib.h> #include<string> using namespace std; int main(){ int num, j=0, cnt=0; cin >> num; int n[10000] = {}; for (int i = 0; i < num;i++){ cin >> n[i]; } if(n[0]<=5)//從右半邊開始 cnt += n[0] * 36;//360度除以10,每格是36度,算往右邊跑幾格 else cnt += (10-n[0])*36;//算往左...
[ "noreply@github.com" ]
leann0101.noreply@github.com
9254a860f87e923fb8403077c9aae5c7704a5444
e41bbc5c02ccea33b7904ff0799c7d16ab48c6d5
/client/AuctionWidget.hpp
ba927aa6eec268b1d4dca9740d8a9f64693422e1
[]
no_license
dbertha/quidditch-man
a1a53ae2cfb5bdf1b588340df57ee31644547f84
91dc4938c2e1b4acd488e7888cde076125f915ad
refs/heads/master
2020-03-30T08:05:37.019366
2014-04-08T09:08:40
2014-04-08T09:08:40
30,409,519
0
0
null
null
null
null
UTF-8
C++
false
false
1,437
hpp
#ifndef AUCTIONWIDGET_H #define AUCTIONWIDGET_H #include <iostream> #include <stdio.h> #include <stdlib.h> #include <QMainWindow> #include <QAction> #include <QMenuBar> #include <QMenu> #include <QMessageBox> #include <QStringList> #include <QProgressDialog> #include <QSocketNotifier> #include <QTimer> #include <QLabe...
[ "manolegr@ulb.ac.be" ]
manolegr@ulb.ac.be
8d233de45ba7a1e22720382a48b39438077f424f
a4a8b3219ff36ce2d945c50f01e3fedd2796446a
/muduo/net/http/HttpRequest.h
6714fd72b0fccd69559b0bbac2011001ddf812f6
[ "BSD-3-Clause" ]
permissive
HhTtLllL/muduo
9883bc0c1ce9004cbff1695b6884c30718446c47
5250f18c2efda4cac7d8a03eb0b37b2a2f0a64b4
refs/heads/master
2021-05-18T11:03:33.570737
2020-08-10T05:17:56
2020-08-10T05:17:56
251,220,297
2
0
null
null
null
null
UTF-8
C++
false
false
4,053
h
// Copyright 2010, Shuo Chen. All rights reserved. // http://code.google.com/p/muduo/ // // Use of this source code is governed by a BSD-style license // that can be found in the License file. // Author: Shuo Chen (chenshuo at chenshuo dot com) // // This is a public header file, it must only include public header fi...
[ "1430249706@qq.com" ]
1430249706@qq.com
6143f3d82fc58dc22669d41a127e4d47c562d521
10883f9d5286249c155c01292e090320e09da1f7
/DeviceGateway/serialport/myserialport.h
e4ac4a3f6210c1737585790824245bd9b93c1744
[]
no_license
ZJPJAY/QT_Quick_Project
004bb1b52640704ef8cebfd5e34d25cbd1c6e6a6
e00ebc40912adacc00fd336684a29963fedbe761
refs/heads/main
2023-06-16T22:01:29.547663
2021-07-16T13:32:28
2021-07-16T13:32:28
384,033,166
0
0
null
null
null
null
UTF-8
C++
false
false
1,375
h
#ifndef MYSERIALPORT_H #define MYSERIALPORT_H #include <QSerialPort> #include <QTimer> #include <QStringList> class MySerialPort : public QSerialPort { Q_OBJECT protected: explicit MySerialPort(QObject *parent = nullptr); public: static MySerialPort *getObject(); QStringList getPortLis...
[ "563902816@qq.com" ]
563902816@qq.com
55b6ada0906ca3825603842a71a9f597cb58a473
17c9968d84be9a156d4717248b44bb0ea133233e
/SS_Dll/Misc.cpp
6c4e3aa5bab5053b8b04b38fa87994ba28bc9546
[]
no_license
NamoPark/Sample
b0f48f4b977c22456c8e615f2be98736fa263ff8
ccc873db51bce9fd16084474232630b9d9d036d6
refs/heads/master
2021-01-15T05:24:47.277293
2020-02-25T02:16:15
2020-02-25T02:16:15
242,889,282
0
0
null
null
null
null
UTF-8
C++
false
false
3,831
cpp
#include "stdafx.h" #include "Misc.h" #include <WS2tcpip.h> #include "SS_Interface.h" #define UNSIGNED_BYTE_0 85; #define UNSIGNED_BYTE_1 83; #define SIGNED_BYTE_0 83; #define SIGNED_BYTE_1 73; static char ix_Mutex[cVaU3_MaxMutexID + 1]; void SleepMsg(DWORD dwMilliseconds) { DWORD dwStart = 0; MSG msg = { 0, }; ...
[ "nhpark@DESKTOP-F13BD6F" ]
nhpark@DESKTOP-F13BD6F
b8f5b943b07ecee0d67f06671bd2443036217073
214d6269dacd432903b1aeda037869972ea2642d
/C++ Program/Array/Kadane's_Algorithm.cpp
618a21cc9f6b00b6c07561c0e4a3bfda35818107
[]
no_license
shivitdoescode/Example-Programs
671562ebea5b3dcc338d0fffaae79ef30b2d875f
5d4fff960b3fdecfff59b4e6d7ae388380beb967
refs/heads/main
2023-08-12T11:05:40.742656
2021-10-04T12:27:55
2021-10-04T12:27:55
413,411,301
1
0
null
2021-10-04T12:26:33
2021-10-04T12:26:33
null
UTF-8
C++
false
false
482
cpp
///Kadane's Algorithm #include<bits/stdc++.h> using namespace std; int maxSubArraySum(int a[], int size) { int maxi = a[0]; int curx = a[0]; for (int i = 1; i < size; i++) { curx = max(a[i], curx+a[i]); maxi = max(maxi, curx); } return maxi; } int main() { int a[] = {-2, -5, 9...
[ "noreply@github.com" ]
shivitdoescode.noreply@github.com
e7c31c7808d3ffd0e8ad54a248ca63a7d2ae8a89
417f0d1edc5e77c5a0073ac88e274cf97b4768a1
/Basketball_demo/src/Regulator.h
b186ad706712a22129900ed35c090a717b422f4a
[]
no_license
lyback/LGameAI
c559dea9f77c24c216fd3f4bff953a927b4309e5
4751a6fa699f77379eb56565139e96b40ad89b11
refs/heads/master
2021-01-05T14:25:50.448823
2017-07-23T08:16:46
2017-07-23T08:16:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,794
h
// @Name : REGULATOR_H // // @Author : Yukang Chen (moorekang@gmail.com) // @Date : 2011-09-04 21:56:19 // // @Brief : this is defination of Regulator, // : be used by those requested more time distance computations #if !defined(REGULATOR_H) #define REGULATOR_H #include "PrecisionTimer.h" class Regula...
[ "laiyierjiangsu@gmail.com" ]
laiyierjiangsu@gmail.com
797f0ca69040d4f031ccbcf79ab26195a1ef2da7
f299ad78e0760d64dc2a9cb78ccba99f0f5353de
/src/RDSParser.cpp
3752ad231fe4670c89fbe8a445dcfb894bc378be
[ "BSD-3-Clause" ]
permissive
mathertel/Radio
20f98fc4afe64cffb7a8134b31d38e95b1138f28
470badc405b07cb52340c860024bc84027fe1e46
refs/heads/master
2023-02-13T18:12:54.391452
2023-02-11T15:03:15
2023-02-11T15:03:15
23,551,116
274
101
BSD-3-Clause
2023-02-03T19:02:28
2014-09-01T18:05:11
C++
UTF-8
C++
false
false
5,702
cpp
/// /// \file RDSParser.cpp /// \brief RDS Parser class implementation. /// /// \author Matthias Hertel, http://www.mathertel.de /// \copyright Copyright (c) 2014 by Matthias Hertel.\n /// This work is licensed under a BSD style license.\n /// See http://www.mathertel.de/License.aspx /// /// \details /// ///...
[ "mathertel@hotmail.com" ]
mathertel@hotmail.com
a361b74378c300f6c8497fc181e09278f2737d19
9f32ed58a8c9c1fb390d5f5b27542bdc534dbc6b
/astgen/src/ast_utils.cpp
ee4c387c7ab9dcfaf8131ef9ebcbbd9b57944cc0
[]
no_license
bgyss/cppmm
f97fb52cf3c90f8a49ecaba10f8cdafe35989231
cf6506283625256d1e61356b8986e8db98eb1962
refs/heads/main
2023-08-19T23:55:27.813763
2021-10-22T21:25:08
2021-10-22T21:25:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,639
cpp
#include "ast_utils.hpp" #include "pystring.h" namespace ps = pystring; #include "base64.hpp" #include <clang/AST/ASTContext.h> #include <clang/AST/Attr.h> #include <clang/Basic/ExceptionSpecificationType.h> #include <clang/Basic/SourceManager.h> #define SPDLOG_ACTIVE_LEVEL TRACE #include <spdlog/fmt/fmt.h> #include ...
[ "anderslanglands@gmail.com" ]
anderslanglands@gmail.com
30b3c7d54d1c1210d296287bc65e31b594a6f02b
bbeaadef08cccb872c9a1bb32ebac7335d196318
/Fontes/Patamar/TFormPatamar.h
c3eb60a9132d04bbc2c22734a6e1a06442ad7c9b
[]
no_license
danilodesouzapereira/plataformasinap_exportaopendss
d0e529b493f280aefe91b37e893359a373557ef8
c624e9e078dce4b9bcc8e5b03dd4d9ea71c29b3f
refs/heads/master
2023-03-20T20:37:21.948550
2021-03-12T17:53:12
2021-03-12T17:53:12
347,150,304
0
0
null
null
null
null
ISO-8859-2
C++
false
false
2,815
h
//--------------------------------------------------------------------------- #ifndef TFormPatamarH #define TFormPatamarH //--------------------------------------------------------------------------- #include <Classes.hpp> #include <Controls.hpp> #include <StdCtrls.hpp> #include <Forms.hpp> #include <ActnList.hpp> #in...
[ "danilopereira@usp.br" ]
danilopereira@usp.br
e6fb6f4685c46f5af54a6ab2ebb93dc2201a4ff9
c8cadfa6aca222ac8d7f8f54c9c18c6fa463309a
/zlibrary/core/src/language/ZLLanguageDetector.h
44435adf900a370b1370d31d7adf6fae1a5db518
[]
no_license
justsoso8/fbreader-0.8.17
9f402e4796b5d9eb0eb008d40f38d28f19a73cfa
9aab2bbcb3db1ac0c4927919cdcfd24cfa2abe4b
refs/heads/master
2021-01-22T23:21:22.120929
2010-11-11T03:59:00
2010-11-11T03:59:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,594
h
/* * Copyright (C) 2007-2008 Geometer Plus <contact@geometerplus.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later ver...
[ "Justsoso8@gmail.com" ]
Justsoso8@gmail.com
196df46724cbedbc46d6503fad0507c5ab170929
7719e2ae617b3bd0a444444707682d75c379c82d
/Labirintas/Priesai.cpp
070b1d283b030419b8b5b2a7fad237f8d0146cf4
[]
no_license
deivunis/Labirintas
d599db168eca8b38cc410ef3a9736b08b4402bb7
45b6806d30d185dd5afad1cb319ce3620721bcbf
refs/heads/master
2023-04-20T01:20:44.277461
2021-05-14T16:36:23
2021-05-14T16:36:23
364,684,556
0
0
null
null
null
null
UTF-8
C++
false
false
1,052
cpp
#include "Priesai.h" using namespace std; /*/void Goblinas::Monstras() { mx = 7; my = 1; monstras = { 4 }; }*/ int Goblinas::Damage() { srand((unsigned)time(0)); int dmg = 1 + (rand() % 30); return dmg; } int Goblinas::Exhaustion() { srand((unsigned)time(0)); int exh = 1 + (rand() % 30); return exh; } int Go...
[ "d3ivunis@gmail.com" ]
d3ivunis@gmail.com
f1b2d8711664ef90eded1c74bd147f3a1e32ad0c
659d99d090479506b63b374831a049dba5d70fcf
/xray-svn-trunk/xrNetServer/NET_Client.cpp
96b27ed91435f13d94683fa52958d3ac65daa281
[]
no_license
ssijonson/Rengen_Luch
a9312fed06dd08c7de19f36e5fd5e476881beb85
9bd0ff54408a890d4bdac1c493d67ce26b964555
refs/heads/main
2023-05-03T13:09:58.983176
2021-05-19T10:04:47
2021-05-19T10:04:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
20,620
cpp
#include "stdafx.h" #include "NET_Common.h" #include "net_client.h" #include "net_server.h" #include "net_messages.h" #include "NET_Log.h" #pragma warning(push) #pragma warning(disable:4995) #include <malloc.h> #include "dxerr.h" //#pragma warning(pop) // {0218FA8B-515B-4bf2-9A5F-2F079D1759F3} static const GUID NET_...
[ "16670637+KRodinn@users.noreply.github.com" ]
16670637+KRodinn@users.noreply.github.com
995b491b4c413bf764fa008b4e124225a928db28
4aab8fc2297c562ab5c473bb306038fc88060d5d
/ListCtrlDemo/ListCtrlDemo/ListCtrlDemoDlg.h
d0555ab12779e03c97b6fe4519d29973d51711b8
[]
no_license
imhawool/C-MFC
93e88edd1921068943498cd2fde254c796f3ce96
7ebf3be7ffe2d2b5482ba435fb2d625f318e9c4d
refs/heads/master
2020-05-26T19:37:23.573459
2017-04-19T01:04:15
2017-04-19T01:04:15
82,498,566
0
1
null
2017-03-03T01:22:43
2017-02-19T23:57:05
C++
UHC
C++
false
false
854
h
// ListCtrlDemoDlg.h : 헤더 파일 // #pragma once #include "afxcmn.h" // CListCtrlDemoDlg 대화 상자 class CListCtrlDemoDlg : public CDialogEx { // 생성입니다. public: CListCtrlDemoDlg(CWnd* pParent = NULL); // 표준 생성자입니다. // 대화 상자 데이터입니다. enum { IDD = IDD_LISTCTRLDEMO_DIALOG }; protected: virtual void DoD...
[ "noreply@github.com" ]
imhawool.noreply@github.com
c8e487cbfecf24e8f60c12a2732b7298a49ffe24
0674a19a60ed1e2c16cd8eeae4306de2bcf44e92
/dialog.cpp
c974c2a43a2fde5be671d20fcd9887307bf4612c
[ "MIT" ]
permissive
ashumeow/SchoolSystem
e5ca45ba5cf5db1231d6f00a68f65e775f4cc25c
5bd9ed8e6c32246293cc70a7a75d2e67986bf7bd
refs/heads/master
2021-01-15T05:43:46.274299
2014-04-25T22:02:33
2014-04-25T22:02:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,329
cpp
#include "dialog.h" Dialog::Dialog(const QStringList &m_listSubject, QDialog *parent): QDialog(parent), gLayout(new QGridLayout), labelSubject(new QLabel("Subject")), labelGrade(new QLabel("Grade")), comboBoxSubject(new QComboBox), comboBoxGrade(new QComboBox), ok(new QPushButton("Accept")), cancel(new QPu...
[ "ogunyinkajoshua@yahoo.com" ]
ogunyinkajoshua@yahoo.com
3c4d8280dc09d6e5bc323ede7fe86a41107c8287
d6cf7e3a1a58fd3185e2619419f6aa66e8e9a9da
/3.6.7 Cyclic process. Working with numbers in number/9/main.cpp
ce0abb202045bce0c497a2731fa39e7c85b34228
[]
no_license
Nkeyka/Qt-Creator-Cpp-Book
6ba92cdb0eda0b844c83815266756c7e18d285e1
dcbfaf86bd0ece7c0e5642e03ab5796e2a68c916
refs/heads/main
2023-02-23T08:52:16.902547
2021-02-02T05:21:36
2021-02-02T05:21:36
319,847,831
0
0
null
null
null
null
UTF-8
C++
false
false
299
cpp
#include <iostream> using namespace std; int main() { int N, N2; cout << "N = "; cin >> N; cout << "N2 = "; cin >> N2; while (N != N2) { if (N > N2) N -= N2; else N2 -= N; } (N == 1) ? cout << "Yes" : cout << "No"; return 0; }
[ "nkeyka@gmail.com" ]
nkeyka@gmail.com
9f6409b4ad031fd1090c6ffab3f56cda5f9fe999
1bcb966740f47c0edc23e9b05afec55f2bcae36a
/client/cplusplus/loginregister/LayerLogin.h
12718b2ecc2884e87d36f3e0954e405c91a08027
[]
no_license
East196/diabloworld
0d2e9dbf650aa86fcc7b9fc1ef49912e79adb954
d7a83a21287ed66aea690ecb6b73588569478be6
refs/heads/master
2021-05-09T12:15:31.640065
2018-02-04T15:16:54
2018-02-04T15:16:54
119,007,609
3
2
null
null
null
null
UTF-8
C++
false
false
1,283
h
#ifndef Client_LayerLogin_h #define Client_LayerLogin_h #include"cocos2d.h" #include"cocos-ext.h" #include "SocketClient.h" #include "CData.h" #include "LodingLayer.h" #include "TeXiao.h" USING_NS_CC; USING_NS_CC_EXT; using namespace std; class LayerLogin:public CCLayer { public: CREATE_FUNC(LayerLogin...
[ "2901180515@qq.com" ]
2901180515@qq.com