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
a0375e90625f3f2937ce9cf5efcbd7f797a2a579
ef267f8f1c277eccbfd735a8b574313efc20d0a8
/kaun/include/mesh_buffers.hpp
a5f9bee5e4d9fcb4422e234a98aec7fae6107d88
[]
no_license
pfirsich/kaun
d69a8dc1ab5aa002be2129f07f98e136c34cc821
8f3e2b2db7dc5f83b411eb8dd28d5499cdc29fb1
refs/heads/master
2020-03-25T04:58:13.428677
2020-03-07T23:17:55
2020-03-07T23:17:59
143,422,688
7
0
null
null
null
null
UTF-8
C++
false
false
5,756
hpp
#pragma once #include <cstdint> #include <memory> #include <vector> #include <glad/glad.h> #include "mesh_vertexformat.hpp" namespace kaun { enum class UsageHint : GLenum { STATIC = GL_STATIC_DRAW, STREAM = GL_STREAM_DRAW, DYNAMIC = GL_DYNAMIC_DRAW }; class GLBuffer { protected: GLenum mTarget; ...
[ "joelschum@gmail.com" ]
joelschum@gmail.com
b90e764aa845e87dffb28984d3938b36dc3cfc71
7e791eccdc4d41ba225a90b3918ba48e356fdd78
/chromium/src/chrome/browser/custom_handlers/protocol_handler_registry.h
eed96001a3b4103fe87cd11663a2ac880f1df493
[ "BSD-3-Clause" ]
permissive
WiViClass/cef-3.2623
4e22b763a75e90d10ebf9aa3ea9a48a3d9ccd885
17fe881e9e481ef368d9f26e903e00a6b7bdc018
refs/heads/master
2021-01-25T04:38:14.941623
2017-06-09T07:37:43
2017-06-09T07:37:43
93,824,379
2
1
null
null
null
null
UTF-8
C++
false
false
16,316
h
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_CUSTOM_HANDLERS_PROTOCOL_HANDLER_REGISTRY_H_ #define CHROME_BROWSER_CUSTOM_HANDLERS_PROTOCOL_HANDLER_REGISTRY_H_ #include <map...
[ "1480868058@qq.com" ]
1480868058@qq.com
a5bc7d93138d11ec9a676a33eba311664390ecf9
c475cd8531a94ffae69cc92371d41531dbbddb6c
/Projects/bullet3-2.89/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp
f4273199749d61d644ef195c589bb5023138c5be
[ "Apache-2.0", "LicenseRef-scancode-free-unknown", "Zlib" ]
permissive
WolfireGames/overgrowth
72d3dd29cbd7254337265c29f8de3e5c32400114
594a2a4f9da0855304ee8cd5335d042f8e954ce1
refs/heads/main
2023-08-15T19:36:56.156578
2023-05-17T08:17:53
2023-05-17T08:20:36
467,448,492
2,264
245
Apache-2.0
2023-05-09T07:29:58
2022-03-08T09:38:54
C++
UTF-8
C++
false
false
4,968
cpp
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2003-2009 Erwin Coumans http://bulletphysics.org This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is grant...
[ "max@autious.net" ]
max@autious.net
f4561007c88ba27675e34bd9f8b15c417ee2df36
d4cbb76ea9cbfecaaa2543ed571162e9cb899e3b
/092_rotated_sorted.cpp
c449f27f91e74189e94913388cd012dc734a6bd1
[]
no_license
Tewatia5355/Lets_brew
1851c02a69ac229e03d4912e35ad2da0bc181cd4
a7a788f3c1b6883993ed1658b95e45aa2ac1e9d0
refs/heads/main
2023-05-03T03:18:59.339289
2021-05-25T14:58:07
2021-05-25T14:58:07
322,290,124
0
0
null
null
null
null
UTF-8
C++
false
false
757
cpp
class Solution { public: int search(vector<int>& nums, int target) { int l = 0, r = nums.size() - 1,mid; while(l<=r) { mid = (r-l)/2+l; if(nums[mid]==target) return mid; if(nums[l]<=nums[mid])// means left side is sorted { ...
[ "yashbsr3@gmail.com" ]
yashbsr3@gmail.com
e93c1870fd50747377738816f312bbfc3a2d4479
06f31fd8f78a51f0c1eb3f77eea706e1ba5172e1
/src/debruijn/kmer_traits.hpp
6d3678ba157db807e5ce15108db038df7b19282b
[ "Apache-2.0" ]
permissive
ParBLiSS/bruno
5fc9e577bfe608757790fe05b23f775334d3c0f6
db82d6fd1f0850dc5e5a70cc978619954d714ce5
refs/heads/master
2021-01-25T07:50:28.042916
2018-08-24T14:48:02
2018-08-24T14:48:02
93,677,653
6
0
null
null
null
null
UTF-8
C++
false
false
15,546
hpp
/* * Copyright 2018 Georgia Institute 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 required by applicab...
[ "tpan7@gatech.edu" ]
tpan7@gatech.edu
768cbbfc412dedf7ed8c0e1670954f8f2871548d
068cb867ce1d2af162b30e0fae7a86bc47c03615
/Rose_Engine/Client/Game_FUNC.cpp
415f331411019c21ab7514a952659c9a50b38d6f
[]
no_license
PurpleYouko/Wibble_Wibble
de248d5838e47c7f58f42aaa0a041f84f55999c4
999ca49b9d2c39a883c7305a95546c2ec16b7054
refs/heads/master
2020-04-06T06:37:34.485841
2017-06-05T17:16:01
2017-06-05T17:16:01
45,996,692
3
8
null
null
null
null
UHC
C++
false
false
12,104
cpp
/* $Header: /Client/Game_FUNC.cpp 57 07-04-30 2:53p Raning $ */ #include "stdAFX.h" #include "IO_Effect.h" #include "OBJECT.h" #include "Game_FUNC.h" #include "Event/Quest_FUNC.h" #include "interface/it_mgr.h" #include "gamedata/cbank.h" #include "gamedata/cseparate.h" #include "gamedata/cupgrade.h" #in...
[ "purpleyouko@gmail.com" ]
purpleyouko@gmail.com
f2e78a9591313557a8c0feb96f973b1bb6040871
4347e647a61d7934b9e26a8f7d55c64ff037b942
/Sparky-core/src/embedded/Embedded.cpp
f038792754d3a528ee75f78ae063092c215708d9
[ "Apache-2.0" ]
permissive
Robson-Harami/Sparky
d5a91a17021bbd103081ec2da51e7dfb53dfe598
7e334d348a3ffe87eff0e6d280c50ad93f8bed2e
refs/heads/master
2020-04-06T04:37:00.682051
2015-11-09T10:08:39
2015-11-09T10:08:39
45,005,345
0
1
null
2015-10-26T23:52:42
2015-10-26T23:52:41
null
UTF-8
C++
false
false
265
cpp
#include "Embedded.h" namespace sparky { namespace internal { byte DEFAULT_FONT_ARRAY[] = { #include "files/SourceSansPro-Light.embed" }; byte* DEFAULT_FONT = DEFAULT_FONT_ARRAY; unsigned int DEFAULT_FONT_SIZE = sizeof(DEFAULT_FONT_ARRAY); } }
[ "cherno21@hotmail.com" ]
cherno21@hotmail.com
7ed257954782e562cde916d9a8252f09be9ce3fd
027d35121eddbd105ae8d33c63de0dd9d49d9ff2
/cc/prf/prf_set_wrapper_test.cc
095c672881fc38ae61f4def9b443424b838f9e06
[ "Apache-2.0" ]
permissive
yoavamit/tink
89dce94b4459e8c4de55d9a5d3eba1a5c1d5d9bd
a8f8912c88b0575af4ed777edb37097cb90cdfab
refs/heads/master
2023-01-19T02:33:06.260226
2022-07-28T19:47:17
2022-07-28T19:47:17
173,323,012
0
0
Apache-2.0
2019-03-01T15:16:55
2019-03-01T15:16:55
null
UTF-8
C++
false
false
4,556
cc
// Copyright 2020 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in w...
[ "copybara-worker@google.com" ]
copybara-worker@google.com
b2501bab9d8e69504f79b063ff2c82de57b14307
711e5c8b643dd2a93fbcbada982d7ad489fb0169
/XPSP1/NT/inetsrv/iis/config/src/wmi/utils/wmisec/wmisinkdemultiplexor.cpp
32dba99d231d717b9b3505d33d4a1dd995236a93
[]
no_license
aurantst/windows-XP-SP1
629a7763c082fd04d3b881e0d32a1cfbd523b5ce
d521b6360fcff4294ae6c5651c539f1b9a6cbb49
refs/heads/master
2023-03-21T01:08:39.870106
2020-09-28T08:10:11
2020-09-28T08:10:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,527
cpp
// WmiSinkDemultiplexor.cpp : Implementation of CWmiSinkDemultiplexor #include "stdafx.h" #include "wbemcli.h" #include "Wmisec.h" #include "WmiSinkDemultiplexor.h" ///////////////////////////////////////////////////////////////////////////// // CWmiSinkDemultiplexor STDMETHODIMP CWmiSinkDemultiplexor::Get...
[ "112426112@qq.com" ]
112426112@qq.com
efb85702e05eb7a3e0a115263c70e03b179dc686
a42a3a7109498b7d96d0f681652f708f3e7d0579
/C/周天彤/抽乌龟/Win_Learn/WinStep1/WinStep1.cpp
85f1a3b382fb3fd00154fbab84a069eac5340152
[ "WTFPL" ]
permissive
cczu-osa/practicum-projects
6f733d0db032e4858bd565540265bc6e1f918357
ff041aaca49cdfb687f6d41e1b874b38eed0d047
refs/heads/master
2022-03-30T23:33:40.162502
2020-01-04T08:48:20
2020-01-04T08:48:20
62,900,674
0
2
null
null
null
null
GB18030
C++
false
false
8,744
cpp
// WinStep1.cpp : Defines the entry point for the application. // #include "stdafx.h" #include<stdio.h> #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; // The title bar text TCHAR szWindowClass[MAX_LOA...
[ "richardchienthebest@gmail.com" ]
richardchienthebest@gmail.com
27c9866a124cdbab156627c57d74cb68d4f2c49c
3ae6b9fccea20b802386f1b7e393c74b49187497
/include/willow/input/MouseCodes.hpp
336ab7c0dfb846e9126263966858f7d07e840c85
[]
no_license
will1996/Willow_public
81e209c934484361ae17e52c052cc227f5156c3f
8f67ab14feda71328a15c257e3f8c9a93808573c
refs/heads/master
2023-07-27T17:17:58.017371
2021-09-09T19:52:25
2021-09-09T19:52:25
253,547,527
0
0
null
null
null
null
UTF-8
C++
false
false
628
hpp
#pragma once #include<iostream> namespace wlo{ typedef enum class MouseButton : uint16_t{ NONE = 0, BUTTON1 = 1, BUTTON2 = 2, BUTTON3 = 3, BUTTON4 = 4, BUTTON5 = 5, BUTTON6 = 6, BUTTON7 = 7, ...
[ "31424411+will1996@users.noreply.github.com" ]
31424411+will1996@users.noreply.github.com
1c9edea5d94f17d9b35805c4dc61de705ff4a497
45d300db6d241ecc7ee0bda2d73afd011e97cf28
/OTCDerivativesCalculatorModule/Project_Cpp/lib_static/FpmlSerialized/GenClass/fpml-shared-5-4/NonNegativeAmountSchedule.cpp
efaa707cfd45d3c5177f7734c344bfb9f63ede4c
[]
no_license
fagan2888/OTCDerivativesCalculatorModule
50076076f5634ffc3b88c52ef68329415725e22d
e698e12660c0c2c0d6899eae55204d618d315532
refs/heads/master
2021-05-30T03:52:28.667409
2015-11-27T06:57:45
2015-11-27T06:57:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,047
cpp
// NonNegativeAmountSchedule.cpp #include "NonNegativeAmountSchedule.hpp" #ifdef ConsolePrint #include <iostream> #endif namespace FpmlSerialized { NonNegativeAmountSchedule::NonNegativeAmountSchedule(TiXmlNode* xmlNode) : NonNegativeSchedule(xmlNode) { #ifdef ConsolePrint std::string initialtap_ = ...
[ "math.ansang@gmail.com" ]
math.ansang@gmail.com
990648fc8a71b26ac1a633b410fd4a654f51d622
4a266d6931aa06a2343154cab99d8d5cfdac6684
/csci3081/lab11/Main.cpp
e9489e14cfe4f2db5982c530db5b823a94bcddb1
[]
no_license
Magneticmagnum/robotikdude-school
f0185feb6839ad5c5324756fc86f984fce7abdc1
cb39138b500c8bbc533e796225588439dcfa6555
refs/heads/master
2021-01-10T19:01:39.479621
2011-05-17T04:44:47
2011-05-17T04:44:47
35,382,573
0
0
null
null
null
null
UTF-8
C++
false
false
1,701
cpp
#include "KeyValuePair.h" #include "KeyValueComparator.h" #include <fstream> #include <iostream> #include <string> #include <vector> #include <map> #include <algorithm> #define BUFFER_SIZE 256 int main(int argc, char* argv[]) { void usage(char* prog); std::map<std::string, int> strmap; std::map<std::string, i...
[ "robotikdude@e80761d0-8fc2-79d0-c9d0-3546e327c268" ]
robotikdude@e80761d0-8fc2-79d0-c9d0-3546e327c268
8da0bcec33e832eb7957a6de8b3397985da9c11b
139c554e74117873f2d6d23fbed42e9fd4200c2c
/Ca3 Game Project/quicksave.cpp
1c61e775985d81dace8306778c038356ac6f8d20
[]
no_license
gerrymcdonnell/Ca3-Game-Project
c168e4778f362b194be429525e1d60fbb57ae906
28184df4c0ca8108573ddce86ebc4b10b3a5651f
refs/heads/master
2021-08-30T00:41:38.130874
2017-12-15T11:58:58
2017-12-15T11:58:58
114,365,777
0
0
null
null
null
null
UTF-8
C++
false
false
4,294
cpp
#include <iostream> #include <fstream> #include <vector> #include "quicksave.h" #include "functions.h" using namespace std; QuickSave::QuickSave() { roomNumber=-1; characterName="default"; characterXP=0; characterClass="default"; } QuickSave::QuickSave(int roomNum,string playerName,int playerXP,string playerCla...
[ "irishbloke@gmail.com" ]
irishbloke@gmail.com
c2878609ab19da4d9a323e4d10046516755ced8f
857105b2e4eea9d4c62d56baa5db4d6d18cd42f1
/constant.cpp
9cf7f3abe20f90fa8e8acc52b96b1103fb728868
[]
no_license
peterpandayang/cpp_learning
8499902936c30d0fde3c72355f96d1e29d40d113
29f19cb530c8eba1843aad794d67e8eb26b00c22
refs/heads/master
2021-01-23T01:18:48.166307
2017-03-23T04:29:54
2017-03-23T04:29:54
85,899,614
0
0
null
null
null
null
UTF-8
C++
false
false
399
cpp
#include <iostream> using namespace std; #define LENGTH 10 #define WIDTH 5 #define NEWLINE '\n' int main() { int area; area = LENGTH * WIDTH; cout << area; cout << NEWLINE; // const part const int LENGTH2 = 10; const int WIDTH2 = 5; const char NEWLINE2 = '\n'; int area2; a...
[ "byang14@dons.usfca.edu" ]
byang14@dons.usfca.edu
8e40af3ce653f9496f4cc8d13be7a7a38178267c
d07c7de72d7cb9a3ed348baca1d9ee98064d8b1f
/SlimeSimulation/Engine/dxr/DXR_ShaderTable.h
4cce15408138cc3277a79733268971a617cfd945
[]
no_license
MarvinOtt/SlimeSimulation
352480ba0276be24a0f021b7f531ea1139344b3e
b9ec915b20e2aa87680f08138b9e5dc2027ef482
refs/heads/master
2023-08-23T09:18:06.606143
2021-09-16T16:57:24
2021-09-16T16:57:24
359,197,199
2
0
null
null
null
null
UTF-8
C++
false
false
1,250
h
#pragma once #include <d3d12.h> #include <dxgi1_4.h> #include <vector> using namespace std; class GraphicsDevice; class Buffer; class DXR_PipelineState; class DXR_ACS_TOP; class DXR_ACS_OBJ; class DXR_ShaderTable { public: Buffer* shaderTable = nullptr; Buffer* tempShaderTable = nullptr; LPCWSTR* missSha...
[ "marvin.ott@htlstp.at" ]
marvin.ott@htlstp.at
fada1056c63dba0e61ca3c11f1cbc85f4866da5d
0c27fd0c92876d52f7d68d3a1b60d124f37281ac
/apps/rivmaker/io/sacguiimporter.cpp
05e28ef7068933ade8af7cc559beacdba0bfe341
[]
no_license
waternk/prepost-gui
6892bee3640f432037d0fed37a8d7130eda8ad0e
abe29b2022ea016153f0d957da3acbaa0bb2dbb9
refs/heads/master
2022-10-14T12:09:04.869461
2020-06-01T18:10:20
2020-06-01T18:10:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,490
cpp
#include "sacguiimporter.h" #include "../data/arbitraryhwm/arbitraryhwm.h" #include "../data/benchmark/benchmark.h" #include "../data/crosssection/crosssection.h" #include "../data/elevationpoints/elevationpoints.h" #include "../data/hub/hub.h" #include "../data/leftbankhwm/leftbankhwm.h" #include "../data/project/proj...
[ "keisuke.inoue@mizuho-ir.co.jp" ]
keisuke.inoue@mizuho-ir.co.jp
0776292dd6e0ef7490281c30c413192bddc011fa
58a0fb5202fdceb9884b4dd4326603aeb8224d61
/mckp-19/c++/PrintMatrix.cpp
5a1327ff1fbbd87400e9b8572e4f586702ced72b
[ "MIT" ]
permissive
dotrado/mckp
e328ca30420fd531c3b2505d16f841e4e0a568d4
5c96ae444656100f560d6fdbc441b63f79a4b871
refs/heads/master
2022-03-29T10:35:43.277220
2020-01-23T23:51:10
2020-01-23T23:51:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,298
cpp
/** * Utils class which takes care of managing the writing on video of the d * ifferent solutions. */ #include "PrintMatrix.h" using namespace std; namespace utils { void PrintMatrix::printMatrix(int knapsackCapacity, int items, vector<vector<int>> &matrix) { for (int q = 0; q <= knapsackCapacity; q++) { ...
[ "chiara.volonnino@studio.unibo.it" ]
chiara.volonnino@studio.unibo.it
37641f88701989178bc7048fb5a2aa6217f8b727
04cdb0d188dd8d71c2523270c4f37784564c470c
/eclipse-projects/NeopixelGetaway/LegLight8.cpp
fc91624d6d88099cf4e0206aa5c80edad197d005
[]
no_license
olivergeith/arduino-projects
a72c4ebb91a4eb526e6d4b64447af0b99741afe7
6996055435d0e10d0c417a1f229049eca3131bf0
refs/heads/master
2022-06-04T20:59:09.908140
2022-05-13T10:41:16
2022-05-13T10:41:16
50,729,801
0
0
null
null
null
null
UTF-8
C++
false
false
4,867
cpp
/* * LegLight8.cpp * * Created on: 11.02.2016 * Author: Oliver */ #include "LegLight8.h" LegLight8::LegLight8(Adafruit_NeoPixel strip) { this->strip = strip; init(); } LegLight8::~LegLight8() { // TODO Auto-generated destructor stub } void LegLight8::init() { animating = false; animationStep = 0; l...
[ "oliver.geith@gmx.net" ]
oliver.geith@gmx.net
c2bb07f67497e8cfb045074e00faacf72f523aff
81a1b699e18635ff4416e85822f3c2c10c2e7ccc
/src/main.cpp
f304245666e57f909839b9fb2b86164d36f422d9
[]
no_license
mjrodriguez/SnowMPM
990dad521f9bb6ca8967d9c8230b9536c9f5e280
8d5b3e7ef0f16006e633bc1cc6bc98dd003fdf79
refs/heads/master
2021-05-30T23:50:27.510126
2015-09-09T09:44:35
2015-09-09T09:44:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
383
cpp
#include <QApplication> #include "MainWindow.h" #include "MPM.h" /* this code runs the basic main window and is created by the Qt Creator app */ int main(int argc, char *argv[]) { // make an instance of the QApplication QApplication a(argc, argv); // Create a new MainWindow MainWindow w; // show it w.show(...
[ "i7634113@bournemouth.ac.uk" ]
i7634113@bournemouth.ac.uk
9c7593ced4c10bd1d99ce7f3930292e522dd8430
dd71975e17363cd4fff13a8979ebd81f360058a4
/Source/ToolCore/Project/ProjectUserPrefs.h
f0e6d19c2802d6bdf60bc6b4e90a9dcbf57bfd89
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
honigbeutler123/AtomicGameEngine
95403fa3db60553270716d7fe9811ba9b4403070
2393fd70315120a3879d2db5f1e955dba75a898c
refs/heads/master
2023-05-07T11:53:58.631217
2023-04-14T09:20:38
2023-04-14T09:20:38
53,612,655
0
0
null
null
null
null
UTF-8
C++
false
false
1,550
h
// // Copyright (c) 2014-2015, THUNDERBEAST GAMES LLC All rights reserved // LICENSE: Atomic Game Engine Editor and Tools EULA // Please see LICENSE_ATOMIC_EDITOR_AND_TOOLS.md in repository root for // license information: https://github.com/AtomicGameEngine/AtomicGameEngine // #pragma once #include <Atomic/Core/Obje...
[ "josh@galaxyfarfaraway.com" ]
josh@galaxyfarfaraway.com
399134d294fd038279fc404bdade95556987f9f0
22d8a16181c0246a69ad69fa3b27e69bcf2b898b
/course04/homework03/arne/unique_ptr_int/unique_ptr_int.cc
e11a325bd33ee558552a743a23fde47dbc2926be
[]
no_license
fed001/cppcourse
6c449ce2e1b59a3cac9ed5ef0022f6452db862c1
ee0fc83681396ebd3a692186c74e4b3809664fe9
refs/heads/master
2020-08-07T00:33:58.932784
2019-12-16T21:39:53
2019-12-16T21:39:53
213,220,830
0
0
null
2019-10-06T18:23:24
2019-10-06T18:23:24
null
UTF-8
C++
false
false
323
cc
#include "unique_ptr_int.h" #include <utility> unique_ptr_int& unique_ptr_int::operator=(unique_ptr_int uniquePtr) { mPtr = std::move(uniquePtr.mPtr); uniquePtr.mPtr = nullptr; return *this; } int* unique_ptr_int::Release() { int* data; data = std::move(mPtr); mPtr = nullptr; return data;...
[ "donald@duck.com" ]
donald@duck.com
ea3275560ef355b549b5d4edea912073b63cfa53
ed5ab9930d9b1e90fee36b0a10d397b21e36648d
/ThriftHandler/CommandLineOptions.h
b3a3612e3495851eaa7a829b27259f368622a90d
[ "Apache-2.0", "LicenseRef-scancode-generic-cla" ]
permissive
prutskov/omniscidb
379c13ac6029afd459cf96eab28cd636dc8ee287
9a1e79cfeed4f6801f3f9805a0759569ae777ae8
refs/heads/master
2020-12-30T08:28:39.639271
2020-08-17T21:04:01
2020-08-18T16:51:29
238,927,530
0
0
Apache-2.0
2020-02-07T13:18:05
2020-02-07T13:18:02
null
UTF-8
C++
false
false
6,079
h
/* * Copyright 2020 OmniSci, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
[ "dev@aas.io" ]
dev@aas.io
0e667200114621cc31a9d74aa980c85943355cc3
2613d4fc16039af3f0480d313450eef57d9a687c
/src/examples/CreationSilexars.cpp
b28b59342a77a10fd655eb566270021c81814613
[]
no_license
flyingrub/FFGL-plugin-quickstart
14887f5505045df9e30cc531f424fb8d1b944469
e98650c0150382e0e1eac1ddeeb338ed6098957d
refs/heads/master
2020-04-27T01:54:52.441827
2019-07-16T13:37:28
2019-07-16T13:37:28
173,978,580
12
0
null
null
null
null
UTF-8
C++
false
false
684
cpp
#include "CreationSilexars.h" static PluginInstance p = Source::createPlugin< CreationSilexars >( { "FL04", // plugin unique ID "Creation Silexars"// Plugin name } ); static const std::string fshader = R"( void main() { float t = time; vec2 r = resolution; vec3 c; float l; float z=t; ...
[ "flyingrub@protonmail.com" ]
flyingrub@protonmail.com
3ba379368c05f045a7ac8f502702f166c5b185d4
fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd
/chrome/browser/chromeos/printing/zeroconf_printer_detector.h
f57f559b9f81f37e503db59cf7d0587bb6475051
[ "BSD-3-Clause" ]
permissive
wzyy2/chromium-browser
2644b0daf58f8b3caee8a6c09a2b448b2dfe059c
eb905f00a0f7e141e8d6c89be8fb26192a88c4b7
refs/heads/master
2022-11-23T20:25:08.120045
2018-01-16T06:41:26
2018-01-16T06:41:26
117,618,467
3
2
BSD-3-Clause
2022-11-20T22:03:57
2018-01-16T02:09:10
null
UTF-8
C++
false
false
833
h
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_CHROMEOS_PRINTING_ZEROCONF_PRINTER_DETECTOR_H_ #define CHROME_BROWSER_CHROMEOS_PRINTING_ZEROCONF_PRINTER_DETECTOR_H_ #include <memo...
[ "jacob-chen@iotwrt.com" ]
jacob-chen@iotwrt.com
dc7b3eb9f3789641b2f2966ff16634e622548829
6a0343bf299c33735904d1ffeffb718694e80b34
/c++11/main.cpp
5ed72534c56245268907f8cb507ce3d1ec2ffe6b
[ "MIT" ]
permissive
zhengfish/sdl2-examples
5ad369a5920d1eb6d5e92d6ba211deb59684d90d
084bfde4bf0691b5e97255a20d60eee1dc36d5cc
refs/heads/master
2020-03-28T05:45:29.629286
2018-08-27T18:10:07
2018-08-27T18:10:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,287
cpp
#include <SDL2/SDL.h> #include <iostream> using std::cout; using std::endl; int main() { if (SDL_Init(SDL_INIT_EVERYTHING) != 0) { cout << "SDL_Init Error: " << SDL_GetError() << endl; return 1; } SDL_Window *win = SDL_CreateWindow("Hello World!", 100, 100, 960, 540, SDL_WINDOW_SHOWN); if (win ==...
[ "rodseth@gmail.com" ]
rodseth@gmail.com
76e8f3e251d17da5fc1eafefa82e116813ddecfb
31d6c5493414a7944f6d25aa0441f80a9db593c2
/buffer/buffer.hpp
7a498e678f4b1f134c5415a9a2561b47666a2c58
[]
no_license
OLEGator30/Bot
2c51eeeef593e6a36ca2e83c311027eaa341eac3
56852275f0535ef9d56186b4b2b38b6e9df27fe2
refs/heads/master
2016-09-09T21:02:25.341616
2012-05-16T20:12:41
2012-05-16T20:12:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
244
hpp
#ifndef BUFFER_HPP #define BUFFER_HPP class classbuf { char *buffer; int size; int weight; void doublebuf(); public: classbuf(); ~classbuf(); void write(const char*); void write(char); char* read() const; void free(); }; #endif
[ "olegator30@inbox.ru" ]
olegator30@inbox.ru
1cb5ff658e7528a297548d550e4429bc6e10d999
80d4b57170166555c3d5a5168f7d2ef6c1fce2e3
/cs152/triangle.cpp
68411544b2601048b48f0322ff8272b25198ff24
[]
no_license
kjloo/Sample
a4a8c1da9bd3b72df1e666440ec03a8da3b4ba94
9731ebe45a19fec2f61cc833b06a1ad9f43fb2ce
refs/heads/master
2021-01-01T19:25:41.543823
2016-03-03T06:08:38
2016-03-03T06:08:38
15,890,638
0
0
null
null
null
null
UTF-8
C++
false
false
809
cpp
// triangle.cpp - Determines the type of triangle based on the three sides. // Returns the triangle type based on the length of the three sides: // 'e' : Equilateral triangle // 'i' : Isosceles triangle // 's' : Scalene triangle // 'n' : Not a triangle char triangleType(int side1, int side2, int side3) { // Check fo...
[ "loo.kaleb@gmail.com" ]
loo.kaleb@gmail.com
02a50f3f2a847fd7645b44fa861cdb59b11ed980
6c1d6ab86e6ec08a2561c9e6f62ebd9f3f41572f
/src/Data.inl
da99b62b0ef4291acb903f4b0bf70046971f728c
[]
no_license
Raychee/SoftLabelForest
6f5b781ddde9161f6b018e41bb36727a48a10e9c
89ead559fd941c4b414a7cbaa9a429abf4619398
refs/heads/master
2020-03-27T23:17:12.155585
2014-07-18T05:55:49
2014-07-18T05:55:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
36,477
inl
# ifndef DATA_INL_ # define DATA_INL_ # define NPY_NO_DEPRECATED_API NPY_1_8_API_VERSION # include <cstring> # include <cmath> # include <random> # include <boost/python.hpp> # include <numpy/arrayobject.h> # include "Q.hpp" # include "Array.hpp" template <typename _COMP_T, typename _SUPV_T, type...
[ "Raychee.Zhang@gmail.com" ]
Raychee.Zhang@gmail.com
f9515233a1786498ecdf989847789ed63486139a
8cd94d7210db1441ffe746d9389dede8f0ddbba4
/9cc.cpp
dbfa13cd460ef674c6a01b87bca9ae0c1bb0af23
[]
no_license
jumdtw/my_9cc
308de5bac67dc9e88a3dc60a61ae5dd398960eea
c062229a3f033676f9503b54cfdaf109f47a1e29
refs/heads/master
2020-04-20T03:00:54.911398
2019-12-11T00:20:52
2019-12-11T00:20:52
168,586,340
0
0
null
null
null
null
UTF-8
C++
false
false
20,537
cpp
#include<ctype.h> #include<stdio.h> #include<stdlib.h> #include<time.h> #include<string.h> #include<vector> #define INT_SIZE 4 enum { TK_NUM = 256, //整数トークン // 構文 TK_RETURN, TK_IF, TK_ELSE, TK_WHILE, // 変数の型 TK_INT, // int TK_DOUBLE, // double TK_CHAR, // char TK_I...
[ "ttnmrm1m3k5g1m3r3k@gmail.com" ]
ttnmrm1m3k5g1m3r3k@gmail.com
d750c03b6b83888a2826da28c1d5c67ed6d15cf9
19ba9b78ee88942a08f7df284d0f0ebba74d3541
/Random Life/cenchant.cpp
e1bddedcc6490a59e383491be6817d122801d45c
[]
no_license
gruffieux/randomlife
82f155d6ad702e385f1a8e6b1003c327a3575edf
1678039d885b7de3546f4dcc1ea028619af60717
refs/heads/master
2022-11-27T01:08:57.603023
2022-11-21T09:39:30
2022-11-21T09:39:30
92,827,769
0
0
null
null
null
null
ISO-8859-1
C++
false
false
757
cpp
#include "cenchant.h" Enchant::Enchant() { MinValue = MaxValue = 0; effect = NONE_PICKUP_ENCHANT; } Enchant::Enchant(int PE_MinValue, int PE_MaxValue, PICKUP_ENCHANT PE_effect) { MinValue = PE_MinValue; MaxValue = PE_MaxValue; effect = PE_effect; } Str Enchant::GetDescription() { switch (effect) { case MAGIC...
[ "gabriel.ruffix@gmail.com" ]
gabriel.ruffix@gmail.com
0fac0a0294a32ce5508d1ca9cda18d8996125079
9692c1602d113c9f58705d4c8e1c098d129d9fb2
/implementation/ECF/AlgGenHookeJeeves.h
f9d350d9548ee5f0d0ce4a6d9c3282a591ca514c
[]
no_license
PatrikOkanovic/Bachelor-Thesis
acbafd0b8cf7628e648cd13e1027f8245961c0fb
444d3efb2282522ee47bc35a02bfd856f7d439f4
refs/heads/master
2022-11-16T10:59:35.622214
2020-07-12T10:25:29
2020-07-12T10:25:29
278,910,084
0
0
null
null
null
null
UTF-8
C++
false
false
705
h
#ifndef AlgGenHookeJeeves_h #define AlgGenHookeJeeves_h #include "Algorithm.h" /** * \brief new algorithm, in development */ class GenHookeJeeves : public Algorithm { public: GenHookeJeeves(); bool advanceGeneration(StateP state, DemeP deme); bool initialize(StateP state); void registerParameters(StateP state)...
[ "patrik.okanovic@fer.hr" ]
patrik.okanovic@fer.hr
28ca87aed9e06afab5212b481769b7b7cae76e78
a9636f0d96503b890f0f80d52de6fa7beb3ffe29
/factors/stab_dynamic/stepoffsetfactors.h
f5662c7ebb78d8a97a48d1514ad8bd0ebc53c6a4
[]
no_license
grigp/a-analyser
5d14e8f91e2104fbc8ffbf47a28d20fd95eb667e
026badde88531b13a788140f8a3e13f08d4a5371
refs/heads/master
2023-09-01T08:09:35.475413
2023-06-14T11:37:22
2023-06-14T11:37:22
244,710,881
0
0
null
null
null
null
UTF-8
C++
false
false
10,957
h
#ifndef STEPOFFSETFACTORS_H #define STEPOFFSETFACTORS_H #include <QObject> #include "basedefines.h" #include "multifactor.h" #include "signalsdefines.h" #include "crossdefines.h" namespace StepOffsetFactorsDefines { static const QString GroupUid = "{917371CA-75C2-4534-8A61-9E2BCA750D17}"; static const QString GroupN...
[ "grig_p@mail.ru" ]
grig_p@mail.ru
9c3a887fc5550339219b2decf6c344c5a187cddb
7a38d1bc20c95de0dd38aa12084a0a799c30374e
/04-images/main.cpp
e0b811cb15b19723dad50ae583967cae5af3e4ca
[]
no_license
jencmart/bi-ep1
81134727f23fc1d7c236b85990d6977243b50a8b
7a58e203b24c88f3df28d70fb7813387ab9a9273
refs/heads/master
2022-11-21T04:02:54.759520
2018-10-03T13:15:26
2018-10-03T13:15:26
281,676,153
0
0
null
null
null
null
UTF-8
C++
false
false
3,924
cpp
#include <iostream> #include <sstream> #include <bitset> using namespace std; string binToHex(string & str) { if (str == "0000") return "0"; else if (str == "0001") return "1"; else if (str == "0010") return "2"; else if (str == "0011") return "3"; else if (str == "0100") return "4"; else ...
[ "martin.jenc@gmail.com" ]
martin.jenc@gmail.com
2f9561bdf8823a53d644284c72048ceb97080524
a30c698e2126092ae4af54b2d7ee2348dae2eca9
/Team-Project-Newcastle-Eric/Team-Project-Newcastle-Eric-Test-1/Team-Project-Newcastle-Eric-Test-1/GameTechCW/ncltech/ConfigFileLoader.h
b7d12cdb7e9e84e0490bb0287102fac72fb8e889
[]
no_license
IoannisPetridis/Team-Project-Newcastle
b051de846e24b5483d1bfc21d6d299de43df958f
3823e865fd2351d790c0811902911893c9e13a2b
refs/heads/master
2022-11-02T02:13:59.282266
2016-02-12T14:59:30
2016-02-12T14:59:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
498
h
//#include <fstream> //#include <vector> //#include <string> // //std::vector<int> ConfigFileLoader(std::string filename) { // std::vector<int> SettingList; // std::ifstream f(filename.c_str(), std::ios::in); // if (f) { // while (!f.eof()) { // int key_value; // std::string dump; // f >> dump; //no name matchin...
[ "Juzzmentz@gmail.com" ]
Juzzmentz@gmail.com
42357a8bb1fb9fdacef95df45ab8ec3823e44a3d
bdf3c98e33c6bc9c8e0332043cc5a3a3f5e8ea42
/src/rl-texplore-ros-pkg-master/src/rl_agent/src/Models/Stump.cc
ae2bde877e7cb95398a2e904102b78b251f3a64e
[]
no_license
jstestsuite/ros-test
c33e244794287e2665cace847a9faf1b596ddf92
b0bb5b06c1c18b804c0f0a4e2deb4d88be894d1f
refs/heads/master
2020-04-11T16:54:41.401198
2019-02-13T00:44:14
2019-02-13T00:44:14
161,938,209
0
0
null
null
null
null
UTF-8
C++
false
false
22,989
cc
#include "Stump.hh" Stump::Stump(int id, int trainMode, int trainFreq, int m, float featPct, Random rng): id(id), mode(trainMode), freq(trainFreq), M(m), featPct(featPct), rng(rng) { nOutput = 0; nExperiences = 0; // how close a split has to be to be randomly selected SPLIT_MARGIN = 0.02; //5; //01; //0....
[ "jsteele171@gmail.com" ]
jsteele171@gmail.com
c72ab014a57d71092a0a3635fe4d57029f3171ba
59632d289f68fccfc9071a20e10cffc7bbf4f8d4
/25-AdvanceLighting/Main.cpp
4fa47225c5b1e74c4ce999348f18ee86bc5f1fd9
[]
no_license
BennyFranco/OpenGLPractices
c3b0ce452ed2c65be0b59812da676eaf667504c2
91ded96387e1c5f12c4e0a2a330a08e9db76a2c9
refs/heads/master
2021-08-10T23:32:20.176800
2018-12-18T21:23:41
2018-12-18T21:23:41
115,046,159
0
0
null
null
null
null
UTF-8
C++
false
false
8,522
cpp
#define GLEW_STATIC #define STB_IMAGE_IMPLEMENTATION #include "stb_image.h" #include <GL/glew.h> #include <GLFW/glfw3.h> #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/type_ptr.hpp> #include <iostream> #include "Shader.h" #include "Camera.h" #define WIDTH 800 #define HEIGHT 600 #d...
[ "bennyfranco@icloud.com" ]
bennyfranco@icloud.com
62b09a20969a54a50e34092198903498849840ed
8a181848e73ad2215cb406850357d8b98037fae6
/Plugins/OSC/Source/OSC/Public/Common/OscDataElemStruct.h
7fe7cdc3690f7ad27d9bf269c959739766d3cd2b
[ "BSD-3-Clause" ]
permissive
Simbotic/UnrealGAMS
3cdce5222614b2c916ad8981285d7b4d38467dbc
3931d6d45ddc7aed7acf941740bd60250e9db196
refs/heads/master
2020-06-12T00:49:49.370475
2019-07-15T09:47:36
2019-07-15T09:47:36
194,140,823
1
0
BSD-3-Clause
2019-06-27T17:58:28
2019-06-27T17:58:28
null
UTF-8
C++
false
false
4,939
h
#pragma once #include "OscDataElemStruct.generated.h" USTRUCT(BlueprintType) struct OSC_API FOscDataElemStruct { GENERATED_USTRUCT_BODY() enum { FLOAT = 0, INT = 1, BOOL = 2, STRING = 3, BLOB = 4, }; public: FOscDataElemStruct() : Type(0), Data(0) { ...
[ "alex.rozgo@gmail.com" ]
alex.rozgo@gmail.com
277c3cd27cffebb1359ff1da7dec28172080cb2e
fd88bf8bf77affc30af4fbd9b2e3916bdaa0789b
/ref-impl/src/com-api/CAAFDescriptiveFramework.h
4f811ccd89805d857497bb020cbbe554196cf9dd
[]
no_license
jhliberty/AAF
6e6a7d898d42e6e91690c76afbc4cf581cc716fc
af8c9d43461ab556bd6cf8d98b0f001eb7b87cfe
refs/heads/master
2021-01-08T11:37:10.299319
2016-08-16T02:49:39
2016-08-16T02:49:39
65,782,219
1
0
null
null
null
null
UTF-8
C++
false
false
2,701
h
//@doc //@class AAFDescriptiveFramework | Implementation class for AAFDescriptiveFramework #ifndef __CAAFDescriptiveFramework_h__ #define __CAAFDescriptiveFramework_h__ //=---------------------------------------------------------------------= // // This file was GENERATED for the AAF SDK // // $Id: CAAFDescriptiveF...
[ "johnhenry.liberty@gmail.com" ]
johnhenry.liberty@gmail.com
78e74ac982926fe27c5f0ce3eb7a351e9cd0fd07
08be4f0862fcc8dafc69f6237da9401f152f2c48
/widevine/libwvdrmengine/cdm/core/src/device_files.cpp
0bee601225591f62fd297dece6358b7d5612b69c
[]
no_license
harryxiao/Sc7731-Sc8830-Vendor_Source
c41df77c7919c4b50457c3f35b55401d756301c4
c069804190c37465c27bfd982a9b82e1241795dd
refs/heads/master
2020-04-19T23:41:32.458177
2018-03-01T08:40:31
2018-03-01T08:40:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
22,759
cpp
// Copyright 2013 Google Inc. All Rights Reserved. #include "device_files.h" #if defined(__APPLE__) # include <CommonCrypto/CommonDigest.h> # define SHA256 CC_SHA256 # define SHA256_DIGEST_LENGTH CC_SHA256_DIGEST_LENGTH #else # include <openssl/sha.h> #include <openssl/md5.h> #endif #include <cstring> #include <stri...
[ "nayemur9800@gmail.com" ]
nayemur9800@gmail.com
61f8b739964d6a4a84478be4d915c6f5e0554a27
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/httpd/gumtree/httpd_patch_hunk_3121.cpp
d2713b572db6d9d7f185dc18ca1feaac878ceaed
[]
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
983
cpp
ssl_rand_seed(base_server, ptemp, SSL_RSCTX_STARTUP, "Init: "); #ifdef HAVE_FIPS if(sc->fips) { if (!FIPS_mode()) { if (FIPS_mode_set(1)) { - ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, s, + ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, s, APLOGNO(01884) ...
[ "993273596@qq.com" ]
993273596@qq.com
122013194d242fdba537b577677c55feb730676f
fd7d1350eefac8a9bbd952568f074284663f2794
/ace/Log_Record.inl
69e0ad9484bd2949bb6a22130e5e3b5789624591
[ "MIT" ]
permissive
binary42/OCI
4ceb7c4ed2150b4edd0496b2a06d80f623a71a53
08191bfe4899f535ff99637d019734ed044f479d
refs/heads/master
2020-06-02T08:58:51.021571
2015-09-06T03:25:05
2015-09-06T03:25:05
41,980,019
1
0
null
null
null
null
UTF-8
C++
false
false
2,293
inl
// -*- C++ -*- // // $Id: Log_Record.inl 2622 2015-08-13 18:30:00Z mitza $ #include "ace/Global_Macros.h" #include "ace/os_include/arpa/os_inet.h" #include "ace/Time_Value.h" #include "ace/OS_NS_string.h" #if defined (ACE_HAS_ALLOC_HOOKS) # include "ace/Malloc_Base.h" #endif /* ACE_HAS_ALLOC_HOOKS */ ACE_BEGIN_VERSI...
[ "jimbolysses@gmail.com" ]
jimbolysses@gmail.com
7153ac40ea17c5ddfb0dfc09edd03c1a433c5a75
7b5e739c79f91c562282b60bf90bb3eb828c86d1
/plugins/setFtpIniOcx18/public.cpp
40e38486f396a13fa3ece8d80e09e861e07a85e2
[]
no_license
isliulin/karl
a6e056576018b2a7669abbb416e370b7841d90e0
cfd810cd15a11e34dd014638002410930b6dc49a
refs/heads/master
2023-03-18T02:22:59.494248
2013-10-12T05:44:32
2013-10-12T05:44:32
null
0
0
null
null
null
null
GB18030
C++
false
false
4,721
cpp
//public.cpp #include "stdafx.h" #include "public.h" /* void DrawImg2Hdc(IplImage *img, UINT id, CDC *pDC, CRect rect) { HDC hDC=pDC->GetSafeHdc(); CvvImage cimage; cimage.CopyOf(img,img->nChannels); cimage.DrawToHDC(hDC,&rect); } */ bool RemoveDir(const char* szFileDir) { /* std::string strDir = szFileDir; if (...
[ "liyujian5201314@163.com" ]
liyujian5201314@163.com
41393ab657f9d1eb26450d2f9113cde76f7bf5a2
e884c4abff8b2a5ed42dba4bb7ea8e9876059c0f
/widgets/systrayicon.cpp
f51145671b092ea3d54f01aacb2ec0a25c0bf23d
[]
no_license
enkidu/qtlen4
bb0e61677ac40f9505c3fcf167295d73d1cd80a6
6b725406763d9ae6e71f7426538ae08f5c2e7419
refs/heads/master
2020-04-11T09:34:40.222140
2010-07-19T02:36:22
2010-07-19T02:38:17
158,343
1
0
null
null
null
null
UTF-8
C++
false
false
3,982
cpp
#include "systrayicon.h" QTlenTrayIcon::QTlenTrayIcon(QObject * parent):QSystemTrayIcon(parent) { icon1.addPixmap(QPixmap(QString::fromUtf8(":/icons/icons/32x32/offline.png")), QIcon::Normal, QIcon::Off); icon2.addPixmap(QPixmap(QString::fromUtf8(":/icons/icons/16x16/online.png")), QIcon::Normal, QIcon::Off); ico...
[ "enkidu@enkidu.drl.pl" ]
enkidu@enkidu.drl.pl
30307817f684b54368a1eebf5954c9b52e5294f3
7b553c72f434afb2765a2c1d61fa5898fbc07c18
/src/XSwarm.h
f2405369442e0d034345dfa7aad9d8bdb265824f
[]
no_license
ohnx/BeSwarm
30764ae08b4dc9eb0a8aad94b7fb59f6ebc302fe
0020f8539481ea3d45f59d8d4f93eb52a9262e0d
refs/heads/master
2021-05-26T13:00:10.184919
2013-11-06T15:21:47
2013-11-06T15:21:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,295
h
// BeSwarm class header file #include <interface/Point.h> /* Constants */ #define BEES 100 /* number of bees */ #define WASPS 2 /* number of wasps */ #define TIMES 3 /* number of time positions recorded */ #define BEEACC 3 /* acceleration of bees */ #define WASPACC 5 /* maximum acceleration of wasp */ #define BEEVEL...
[ "ajcsweb@gmail.com" ]
ajcsweb@gmail.com
969b69d74b17ba51878b7efa91d48536078ec924
b96c5fd5d7e9bc5c1c0836a2d54d4894679a8c60
/GameMenu/mainwindow2.h
47d436a85719fda836eec218df40a445f353d050
[]
no_license
TripathiA/3-D-Bike-Racing-Game-project
5121303d15a37dc98b4264f76159566547c6db91
1bae1aa26fee2fb3bbb58ff713291b42a4a00850
refs/heads/master
2020-03-26T16:11:52.853929
2014-08-19T17:28:02
2014-08-19T17:28:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,533
h
#ifndef MAINWINDOW2_H #define MAINWINDOW2_H #include "mainwindow.h" #include "ui_mainwindow.h" #include "mainwindow2.h" #include "ui_mainwindow2.h" #include "mainwindowhelp.h" #include "ui_mainwindowhelp.h" #include "mainwindowoptions.h" #include "ui_mainwindowoptions.h" #include <string> #include <string.h> #include <...
[ "tripathiaastha68@gmail.com" ]
tripathiaastha68@gmail.com
569e22e3d378feded7fa10164d1b8ceb53b828d7
1cb47f75913f8c36fb97c61e8e798724111790aa
/Temp/StagingArea/Data/il2cppOutput/AssemblyU2DCSharp_PlayerController_U3CEndLevelU3Ec3630161554.h
ccc1b65658b79e80f00a183673ed7f40c9f3b731
[]
no_license
jacobpelletier/DuckBo_v1
65b6dc275a0e5764c61ac7f52f8ef779aeb6b398
3088e547d2df59c32af8a71d50c6f39926753007
refs/heads/master
2021-01-02T22:48:53.443555
2017-10-30T19:41:55
2017-10-30T19:41:55
99,397,710
2
0
null
null
null
null
UTF-8
C++
false
false
2,671
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Object2689449295.h" // PlayerController struct PlayerController_t4148409433; // System.Object struct Il2CppObject; #ifdef __clang__ #pragma clang diagno...
[ "jacob.pelletier@pondurance.com" ]
jacob.pelletier@pondurance.com
d4be73346bc57a1ef38bd089f4869deee055fd5f
7b62b717ed8fc0b964e40a02e6589f0b256e38e9
/src/spider_database.h
95bc8f52369b88b6180b8a3895268bd42039361a
[]
no_license
MoonXu0722/Spider
e09ba0da00ea5229726faec123546fdcd116d71d
1ada3878ed91b8311f42da364bbd9da6469886cf
refs/heads/master
2021-05-29T00:28:32.965867
2020-04-09T06:57:22
2020-04-09T06:57:22
254,295,106
0
0
null
2020-04-09T06:56:30
2020-04-09T06:56:29
null
UTF-8
C++
false
false
740
h
#ifndef __CROTON_SPIDER_DATABASE_H__ #define __CROTON_SPIDER_DATABASE_H__ #include "spider_utils.h" #include "spider_config.h" #include "spider_url.h" #include <mysql/mysql.h> #ifdef WIN32 #pragma comment(lib,"libmysql.lib") #endif class Spider_Database { public: Spider_Database(); ~Spider_Database(); int init...
[ "liubingxia@AY131013162540328e4bZ.(none)" ]
liubingxia@AY131013162540328e4bZ.(none)
854a051e9677a0a2cde78687cab0a8a3c65df5c9
40186405984319a045d394f8dbffa572dd994ada
/3Dshooting/3Dshooting/Bullet.cpp
c674d684bd1492b412c429bfd2ceb7bd0b5cc860
[]
no_license
coil398/3Dshooting
7b243ddc1884796453df77c0acb55518ee4b1104
b4e42ccc4b675bde1a125dcdbbc345775fbbdbcd
refs/heads/master
2020-05-21T11:51:38.532494
2015-01-22T13:12:47
2015-01-22T13:12:47
27,577,265
0
1
null
null
null
null
SHIFT_JIS
C++
false
false
5,862
cpp
#include "Bullet.h" #include "Character.h" #include "Player.h" #include "Game.h" #include <stdio.h> #include <time.h> Bullet::Bullet() { i = 0; isShot = 0; bulletSpeed = 5.0f; LoadDivGraph("../materials/bullet/Bullet01.png", 5, 5, 1, 64, 64, bulletImage); } Bullet::~Bullet() { } void Bullet::Draw() { for (k = ...
[ "coil_the-world_1341398@i.softbank.jp" ]
coil_the-world_1341398@i.softbank.jp
073a4f795ba8dc5f8e303b9190eec06ca04b421b
649f6c20debb48494f72e84604f8ffdc84246fe7
/src/rpcrawtransaction.cpp
3fa625ba135b1881ab4b07fff6825de0f2249141
[ "MIT" ]
permissive
DevelCurrency/AztecCoin
f40d3cc28cdebbfb2520c78f425c99e28dda5047
feb1751edaa6ebb5e34a6c0a086c8a1586717809
refs/heads/master
2020-05-17T11:20:34.537241
2019-05-19T18:22:28
2019-05-19T18:22:28
183,682,651
1
0
null
null
null
null
UTF-8
C++
false
false
21,667
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 "rpcserver.h" #includ...
[ "" ]
355de5ee2f1b704edd8ca4ab738f310eeddc8305
4ac4d0379cbe17886b3ec9c1648805d4d97f07b0
/lecture_example/DAY2/11_is_abstract1.cpp
e3993aea7e8d6a6a1a8e0fb28e4526f25da76298
[]
no_license
nado6miri/cpp_idioms
1708c61d944e1908b07bac20da6b64916bc67385
400ad8cac1a7a841376cf52b5a792ffa9989df56
refs/heads/master
2020-06-13T21:20:10.566602
2019-07-26T03:11:29
2019-07-26T03:11:29
194,790,340
0
0
null
null
null
null
UTF-8
C++
false
false
217
cpp
// 11_is_abstract1 #include <iostream> #include <type_traits> // 143page.. class Shape { public: virtual void Draw() = 0; }; int main() { std::cout << std::is_abstract<Shape>::value << std::endl; }
[ "nado6miri@gmail.com" ]
nado6miri@gmail.com
d3e8ae3ab31067a1dc2e4300e6c800d22ae8af54
7d4762f4479c22cfd04cd0cee28bf189fcec8485
/src/env.cpp
ac1dbef062a1d3ebc80ba4ee01ede70109a15504
[]
no_license
stg101/robo-sandbox
a3a67f76264255e8b86ec8aed12a180be7e4526b
9a5370fd13deb2ea64e041bc61f1cc0a7059f078
refs/heads/master
2022-11-18T07:09:02.601639
2020-06-09T21:40:52
2020-06-09T21:40:52
245,664,423
0
0
null
null
null
null
UTF-8
C++
false
false
487
cpp
#include "env.h" Env::Env() { count = 0; frequency = 0; printf("created\n"); } Env::~Env() { } void Env::setFrequency(int n_frequency) { frequency = n_frequency; } void Env::step() { if (count == frequency) count = 0; else count++; } void Env::multiStep(int max_steps) { int current_steps = 0; while (c...
[ "ricardo@amigocloud.com" ]
ricardo@amigocloud.com
bda8a9ecb999429340e0390576c45abeeb3dd62a
9c3443b2a11720696318b724037804cecac51a5a
/AirConditioningController/src/main.cpp
9d569f572eede4eba3e2644aac2abd36d27eb78f
[]
no_license
Shumenkov/AirConditioning
43e8184e6bcfb816fb3ab7592e44b4b66b2b8d5d
bb45bcbf5b586461b1e26d7684a0873eab723b74
refs/heads/master
2022-12-19T07:02:02.491662
2020-09-20T12:38:01
2020-09-20T12:38:01
294,187,286
0
0
null
null
null
null
UTF-8
C++
false
false
270
cpp
#include <QGuiApplication> #include "mainwindow.h" int main(int argc, char *argv[]) { QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); QGuiApplication app(argc, argv); Conditioning::Controller::MainWindow mainwindow; return app.exec(); }
[ "SAMURAI@WIN-NJD7LDSQMH8.local" ]
SAMURAI@WIN-NJD7LDSQMH8.local
c104fd8c412aa005d360b2c8f1543cd2cd9f0dde
230b7714d61bbbc9a75dd9adc487706dffbf301e
/third_party/blink/public/web/modules/mediastream/media_stream_constraints_util_video_device.h
50787ff171d3c38eb705d1636c2107655f9dbb87
[ "BSD-3-Clause", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.1-only", "GPL-2.0-only", "LGPL-2.0-only", "BSD-2-Clause", "LicenseRef-scancode-other-copyleft" ]
permissive
byte4byte/cloudretro
efe4f8275f267e553ba82068c91ed801d02637a7
4d6e047d4726c1d3d1d119dfb55c8b0f29f6b39a
refs/heads/master
2023-02-22T02:59:29.357795
2021-01-25T02:32:24
2021-01-25T02:32:24
197,294,750
1
2
BSD-3-Clause
2019-09-11T19:35:45
2019-07-17T01:48:48
null
UTF-8
C++
false
false
7,254
h
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef THIRD_PARTY_BLINK_PUBLIC_WEB_MODULES_MEDIASTREAM_MEDIA_STREAM_CONSTRAINTS_UTIL_VIDEO_DEVICE_H_ #define THIRD_PARTY_BLINK_PUBLIC_WEB_MODULES_MEDIAS...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
45bc538055eae3f8e3ff18b2ce9db5413ff0a255
9ff362578806f0f4612fe92baf8963a8f56e4501
/tests/perf/lst/perf_list_sort.cc
f7c11447aa3ca8e1c3c76f803b3ef292c9e85a42
[ "MIT" ]
permissive
glouw/ctl
940d864a1886720981def0fef27b1437a0515191
435a2e6ba6cc4222e890b4c5993a750d29cb04e3
refs/heads/master
2023-09-04T10:30:11.805038
2021-07-01T01:33:52
2021-07-01T01:33:52
298,725,179
1,105
56
MIT
2021-11-09T05:07:44
2020-09-26T02:55:03
C
UTF-8
C++
false
false
521
cc
#include "../../test.h" #include <algorithm> #include <list> static bool compare(int& a, int& b) { return a < b; } int main() { puts(__FILE__); srand(time(NULL)); for(int run = 0; run < TEST_PERF_RUNS; run++) { std::list<int> c; int elems = TEST_PERF_CHUNKS * run; for(int elem...
[ "airglouw@gmail.com" ]
airglouw@gmail.com
7f34a930fbb35c337336f9059f2983a108132ecd
ea3f27b607f017e6a975ddfa63c9d1eaa649c7ea
/CodeForce/0291/A.cpp
98437da2333e234e2652ae1c1f31ad3443323ed1
[]
no_license
Igorjan94/CF
fbbda0037a866ebab33efe2db49b67302e420c37
816648a3a8e310e790e43b9c62a56ae6cc273844
refs/heads/master
2023-08-08T19:13:14.785199
2023-08-08T18:44:22
2023-08-08T18:44:22
19,123,715
0
0
null
2021-01-09T02:10:45
2014-04-24T20:52:42
C++
UTF-8
C++
false
false
2,067
cpp
#include <cstdlib> #include <iostream> #include <stdio.h> #include <vector> #include <set> #include <algorithm> #define enter printf("\n"); using namespace std; int INF = 1000000007; int mn = INF, mx = 0; vector<int> a(1001); void writeln(int a){printf("%d\n", a);}void writeln(int a, int b){printf("%d %d\n", a, b);}vo...
[ "igorjan94@mail.ru" ]
igorjan94@mail.ru
8131d251359e084018f0483d4bfc5514581d9161
74fdabdc79c726ed7e4e90a108796a330584008b
/hackerrank/repeatedstring.cpp
ec5b14bf301b591eb442e4bf2b938c1e91d435a5
[]
no_license
shreyakapoor08/CPP_Programs
ddcee90a477eace3b6f5cb4777cc0407e4d3007f
4ccb176372fc09e33d8613080e62fb77d32fbb8b
refs/heads/master
2021-06-18T12:36:28.439643
2021-01-31T17:07:07
2021-01-31T17:07:07
169,556,513
2
2
null
2020-10-02T08:49:38
2019-02-07T10:47:31
C++
UTF-8
C++
false
false
387
cpp
#include<iostream> using namespace std; int main() { string str; long long n,cnt = 0,rem,rept,remCnt = 0; cin >> str; cin >> n; long long len = str.length(); rem = n%len; rept = n/len; for(int i = 0; i < len; i++){ if(str[i] == 'a')cnt++; if(str[i] == 'a' && i < rem)remC...
[ "shreyakapoor98@gmail.com" ]
shreyakapoor98@gmail.com
04283ff30375e1ba75a8de02134167ba332e055a
122ac395f162075a5ba12c3119cc7eb3e0608ecb
/Projet Final/Physic_Engine/Physic_Engine/voro++.cpp
2d495a5a8bbf396e0f057db2385531062942d4db
[]
no_license
YomYomNuts/annualproject
c06c0a9c7cdd6752edb061f10e4f8e5c7362fcf0
6fc032b16959b693872899fc7a96171be66c71b2
refs/heads/master
2021-05-29T22:33:18.896324
2014-07-04T10:19:43
2014-07-04T10:19:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
488
cpp
// Voro++, a 3D cell-based Voronoi library // // Author : Chris H. Rycroft (LBL / UC Berkeley) // Email : chr@alum.mit.edu // Date : August 30th 2011 /** \file voro++.cc * \brief A file that loads all of the function implementation files. */ /*#include "cell.cpp" #include "common.cc" #include "v_base.cc" #i...
[ "noisette.guillaume@gmail.com" ]
noisette.guillaume@gmail.com
8d08ebbaafc413dc9857074066359a32df62ca99
bbfa470ececd273e994cb89bd1fdb3a536d314ac
/base/src/test/allocator_tests.cpp
1ea07c8f81904161f11f9baf68484f6d5a5b7108
[ "MIT" ]
permissive
fruitsfuture/AsHa
2fca95a0705ad83838e7f6de20c64e1e5b9baf6d
a6725d14a4cf65acaa45c20ca16019ff5943a43b
refs/heads/master
2023-08-27T04:52:56.429024
2021-11-02T09:06:47
2021-11-02T09:06:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,211
cpp
/*********************************************************************** ***********Copyright (c) 2009-2012 The Bitcoin developers*************** ******************Copyright (c) 2010-2019 Nur1Labs********************** >Distributed under the MIT/X11 software license, see the accompanying >file COPYING or http://www...
[ "crbru.yuthafiga@gmail.com" ]
crbru.yuthafiga@gmail.com
b655b323f3139595640f1f2b6b0089e48f5b9285
a68836464e43aa3be3385d6da15a7c51258c65d2
/apc_object_perception/apc_densecap/src/apc_densecap.cpp
33c5136135f9241051873bf2f6b4158573666764
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
jxw-tmp/nimbro_picking
b95eb71844f55e1701698ef5983eefabb2ee9fe3
857eee602beea9eebee45bbb67fce423b28f9db6
refs/heads/master
2020-03-08T05:49:55.144661
2017-05-26T09:47:42
2017-05-26T09:47:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,549
cpp
// Main entry point for apc_densecap // Author: Max Schwarz <max.schwarz@uni-bonn.de> #include <apc_densecap/apc_densecap.h> #include <ros/console.h> #include <ros/package.h> #ifndef APC_DENSECAP_MOCK extern "C" { # include <lualib.h> # include <lauxlib.h> # include <luaT.h> } # include <TH/THTensor.h> # inc...
[ "max.schwarz@ais.uni-bonn.de" ]
max.schwarz@ais.uni-bonn.de
4ed1ad16962da242981c56cdd7e74f834468392c
28b02d67f2540fb6eb395d4e5e89ba5b57df9761
/PhysicsEngine/PhysicsEngineApp.cpp
f27fccbf1fab1e1f76fdfb9fc6bdea59a88cc519
[ "MIT" ]
permissive
Twillij/2DPhysicsEngine
b218a6e907e0e8ed8ccfe1151ebab0126a0e0d61
bbbcbd6ef571194047d9906150b77086a0c583db
refs/heads/master
2023-03-29T23:23:40.287259
2021-04-05T14:11:30
2021-04-05T14:11:30
328,587,808
0
0
null
null
null
null
UTF-8
C++
false
false
2,481
cpp
#include "PhysicsEngineApp.h" #include "Texture.h" #include "Font.h" #include "Input.h" #include "Gizmos.h" #include "Box.h" #include "Circle.h" #include "Line.h" #include <iostream> bool PhysicsEngineApp::startup() { // increase the 2d line count to maximise the number of objects we can draw Gizmos::create(255U, 25...
[ "silentwill29@gmail.com" ]
silentwill29@gmail.com
9cc4eb6153cc7c2f3530969a143449f0d81c6c0e
d37733921c7606bb9c7272b1dcb250436773bd66
/11651.cpp
a308377df04978ae3da1ecd2cd6b325de30e9fe0
[]
no_license
MountainBaek/PS_
323ad83c2b369f51fab860484f868dc96ba57651
115f5c830e528c99a104fee7be2d484cffa07b32
refs/heads/main
2023-08-11T10:21:17.280428
2021-10-02T01:27:17
2021-10-02T01:27:17
412,660,883
0
0
null
null
null
null
UHC
C++
false
false
434
cpp
/*11651번 좌표 정렬하기 2*/ #include <iostream> #include <vector> #include <algorithm> using namespace std; int N; pair<int, int>temp; vector<pair<int, int>>v; int main() { ios::sync_with_stdio(0), cin.tie(0); cin >> N; for (int i = 0; i < N; i++) { cin >> temp.second >> temp.first; v.push_back(temp); } sort(v.begin(...
[ "mountain9975@gmail.com" ]
mountain9975@gmail.com
f086ebd552f3f863c42871e172080b609f939dcc
5ee7b59b955ebde297f0dd924382a96a79771681
/plnrcmbd/CrdPlnrPrs/CrdPlnrPrs_blks.cpp
5d16664827921d641ae0f953d8abfc63620f577d
[]
no_license
epsitech/planar
a3b22468e6718342218143538a93e7af50debee0
e97374190feaf229dac4ec941e19f6661150e400
refs/heads/master
2021-01-21T04:25:32.542626
2016-08-07T19:20:49
2016-08-07T19:20:49
48,572,177
0
0
null
null
null
null
UTF-8
C++
false
false
9,789
cpp
/** * \file CrdPlnrPrs_blks.cpp * job handler for job CrdPlnrPrs (implementation of blocks) * \author Alexander Wirthmueller * \date created: 4 Dec 2015 * \date modified: 4 Dec 2015 */ /****************************************************************************** class CrdPlnrPrs::VecVDo ***************...
[ "awirthm@gmail.com" ]
awirthm@gmail.com
47a9b7a81bfba04a1da3d7803428728681d5aaa2
6ade6030d4a4c74f18e63bd02abc610f52b072f2
/Design/GameDesign/Contribution/Jonathan_Chu/Label.cpp
e67c3c483cdac3597f1fcc5575712388e9e50290
[]
no_license
DataCommGameDesign/term-project
e4a499aa3660a58a862bed3b0721c63d974bbb02
d47a2d605de2b935b11c12f70744697f995c2e3d
refs/heads/develop
2020-12-31T03:34:25.779808
2015-04-08T08:07:25
2015-04-08T08:07:25
29,986,464
0
3
null
2015-04-08T08:07:25
2015-01-28T20:20:21
C++
UTF-8
C++
false
false
1,013
cpp
#include "Label.h" namespace GUI { /** * Initializes a label * * @date 2015-02-27 * * @revisions 2015-03-18 - Removed BGO parent from constructor * * @designer * * @programmer Jonathan Chu * Marc Rafanan * * @return initializer */ Label::Label(SGO* theBackground, std::string the...
[ "mikechimick@gmail.com" ]
mikechimick@gmail.com
e85797a4c291813ed79e3848034b6c4f8d12be1a
2b984e87cc5239bda08a9de7ddd31ad2a18774d5
/baekjoon/3033.cpp
44d96e03b9b774b7a99768e481fbdc4d43156071
[]
no_license
pce913/Algorithm
f862d0f450471c3b910bcf50e684caf856ec4165
1cb695972ea6804c8d669a9b606f1aaf87360af6
refs/heads/master
2022-02-08T06:51:39.537054
2022-01-31T16:20:03
2022-01-31T16:20:03
110,357,251
0
0
null
null
null
null
UHC
C++
false
false
6,814
cpp
//#include <cstdio> //#include <vector> //using namespace std; //const int MOD = 100003; //char W[200001]; //vector<int> pos[MOD]; // pos[i]: 해시값이 i인 부분 문자열의 등장 위치들 //inline int mod(long long n){ // if (n >= 0) return n % MOD; // return ((-n / MOD + 1)*MOD + n) % MOD; //} // //int main(){ // int L; // // scanf("%d %s",...
[ "pce0913@naver.com" ]
pce0913@naver.com
d3cc4a0a4ed6865f7e22abdca566db83fcb388df
085729bf70260c43f5e9aff285e5cefc69acd92e
/nn.hpp
951233a429e5c34d9c37ece8213c45307566b14a
[]
no_license
w-thomas/CS325_project4
5f2b29ec3d4499e9e549fb79a5e96c681fddb6d4
4bbe5ff4d3311080b709d1873f4ee384760cb378
refs/heads/master
2021-01-10T01:35:57.280346
2016-03-11T19:05:12
2016-03-11T19:05:12
53,098,168
0
0
null
null
null
null
UTF-8
C++
false
false
637
hpp
/* Author: Martin Stryffeler Filename: nn.hpp Date: 3/11/2016 Description: Nearest neighbor header file. Approximation algorithm for the travelling salesman problem */ #include <vector> #ifndef NN_H #define NN_H //Generate a random adjacency matrix std::vector< std::vector<int> > randAdjMa...
[ "stryffem@onid.oregonstate.edu" ]
stryffem@onid.oregonstate.edu
f7296a96bd9215219fb4def34626f14189d747da
60991740622890deef4e3c5443c939b0cedc2037
/runtime/native/libcore_io_Memory.cc
5e38280259628fb37ab61473d0a870124e6f7e73
[ "Apache-2.0" ]
permissive
crdroidandroid/android_art
b127f004da0e0c1b8fb24c268a2e4f3b844075ca
247d3a86dc8c87befb0a2372037827eb30bc7bdc
refs/heads/13.0
2023-08-29T03:11:42.018925
2023-08-22T01:41:37
2023-08-23T11:28:57
78,024,533
3
30
NOASSERTION
2022-10-14T12:31:50
2017-01-04T14:50:51
C++
UTF-8
C++
false
false
8,105
cc
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "miguelaranda@google.com" ]
miguelaranda@google.com
98e6c07f8a545e7acfb2de140937a6bef9da12c0
ca9ee8c2a84666a6b5be6be4e4e5763696abd7e3
/components/autofill/core/common/autofill_features.cc
458879daf418f8b00acb2f0a7de6bc5ce2b0e466
[ "BSD-3-Clause" ]
permissive
alexanderghose/chromium
df87d26d1922a480eb8a5a4223ca203d84a8947e
ae5d9f38d9d805048b827c6bc2dccea95988b24a
refs/heads/master
2022-11-20T05:53:45.728969
2020-07-17T02:52:34
2020-07-17T02:52:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,569
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 "components/autofill/core/common/autofill_features.h" #include "base/command_line.h" #include "base/feature_list.h" #include "base/metrics/field...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
0eeaa1ff6620258239f214c1f588634d744e56ed
73631796f3b567c73f9c38695f7520957b0068e6
/src/AsmJit/opcode_table.cpp
b5f5ab246d7b0ae4b6173d9963f791e18893034c
[]
no_license
dellsun/WProtect
116b6db6224719c08f8847c061fb496fceb1f6fd
beaaf20a40826f467b948baafb8cc5415b4c32f2
refs/heads/master
2021-01-23T01:55:50.388342
2015-10-19T14:05:31
2015-10-19T14:05:31
44,525,094
0
0
null
2015-10-19T09:41:50
2015-10-19T09:41:50
null
UTF-8
C++
false
false
18,324
cpp
#include "opcode_table.h" const unsigned int instruction_table_count = 575; const char * instruction_table[575] = { "ADC", // X86/X64 "ADD", // X86/X64 "ADDPD", // SSE2 "ADDPS", // SSE "ADDSD", // SSE2 "ADDSS", // SSE "ADDSUBPD", // SSE3...
[ "you@example.com" ]
you@example.com
afb82283fd503f84248886eb76602d1c19ed23c2
316cb40f1a263e3d8b62443d92e96ee76bfbf603
/Engine/Code/Engine/Renderer/Texture.cpp
ba005707b746c89c4c124799f424e8d0b1d36cee
[]
no_license
s-mckean52/Guildhall
2c775cfb9e5068fe475fe93b2bec95c9fdc71eeb
4985d063274f814949750fa5dc07f3a5ec4a260a
refs/heads/master
2023-04-12T14:52:14.686809
2021-05-06T05:08:41
2021-05-06T05:08:41
235,437,375
0
0
null
null
null
null
UTF-8
C++
false
false
4,544
cpp
#include "Engine/Renderer/Texture.hpp" #include "Engine/Renderer/D3D11Common.hpp" #include "Engine/Renderer/RenderContext.hpp" #include "Engine/Renderer/TextureView.hpp" //--------------------------------------------------------------------------------------------------------- Texture::~Texture() { m_owner = nullptr;...
[ "smckean@smu.edu" ]
smckean@smu.edu
0c098d6e3146e6c5e970a0344715976f97cbac1d
db96b049c8e27f723fcb2f3a99291e631f1a1801
/include/util/compress/zlib.hpp
9bcd5654d12e1c72f3a5f300fa838356cbd0cf8b
[]
no_license
Watch-Later/ncbi-cxx-toolkit-public
1c3a2502b21c7c5cee2c20c39e37861351bd2c05
39eede0aea59742ca4d346a6411b709a8566b269
refs/heads/master
2023-08-15T14:54:41.973806
2021-10-04T04:03:02
2021-10-04T04:03:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
27,061
hpp
#ifndef UTIL_COMPRESS__ZLIB__HPP #define UTIL_COMPRESS__ZLIB__HPP /* $Id$ * =========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechnology Information * * This software/database is a "United State...
[ "ludwigf@78c7ea69-d796-4a43-9a09-de51944f1b03" ]
ludwigf@78c7ea69-d796-4a43-9a09-de51944f1b03
69543629f9399debbf30686a6b7fdafbe717bf69
42e2b5d7d51ed282fc1b63a15f74c9c2e65e9eca
/Code_Skeleton/Part2/Game.cpp
866ddf2fd626a67f0284c503460fae47ce884e9d
[]
no_license
sivanyo/OS-HW3
f737b089de60f9c89a3ee2591dbc6f848353c8f3
6d77072f5e196c09768f558bfa26f28e8f74a0ba
refs/heads/master
2023-02-12T03:05:50.100294
2020-12-30T16:11:06
2020-12-30T16:11:06
325,539,378
0
0
null
null
null
null
UTF-8
C++
false
false
2,563
cpp
#include <Game.hpp> static const char *colors[7] = {BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN}; /*-------------------------------------------------------------------------------- --------------------------------------------------------------------------------*/ void Game::run() { _init_game(); // Starts the t...
[ "57237255+sivanyo@users.noreply.github.com" ]
57237255+sivanyo@users.noreply.github.com
60ce19b2a4c1c24de796caf4a0fa2a656d85e266
b1c4be5357d95a8bef78dab271189a4161ffbd2c
/Summer Practice/SPOJ/The Courier.cpp
b92d692fea641a959be9a03c4b4973484df1cd54
[]
no_license
Shaker2001/Algorithms-Library
faa0434ce01ad55d4b335c109f4f85736a6869ed
1aa09469ca434f6138547592ce49060d4400e349
refs/heads/master
2023-03-16T04:41:27.367439
2017-11-13T00:41:55
2017-11-13T00:41:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,727
cpp
#include<stdio.h> #include<string.h> #include<algorithm> using namespace std; #define INF 1000000000 int N, M, D, Z, O; int adj[101][101]; int dp [101][5000]; int orders [13][2]; int pows[] = {0,1,3,7,15,31,63,127,255,511,1023,2047,4095}; int minimize(int n, int bitmask){ if (bitmask==pows[O]) ...
[ "malatawy15@gmail.com" ]
malatawy15@gmail.com
ae7246b55c2c30b0aa43c584344e773926f3e4ef
dbc5ce4afcab5def2fcb3d8987721b6d11ba79cb
/Star Rain/ObjOver.cpp
ce045ccd84b98a683428e3fdb2fe0a89229af8ca
[]
no_license
Erin0428/team-Paella
56cb5c0279bc9b673f00d1a7f3d94391de443372
83299444bc0dac12bf5c8167e7eee7466d85717e
refs/heads/master
2020-04-27T15:43:11.377736
2019-05-20T03:08:04
2019-05-20T03:08:04
174,457,365
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
2,126
cpp
//使用するヘッダーファイル #include "GameL\DrawFont.h" #include "GameL\WinInputs.h" #include "GameL\SceneManager.h" #include "GameL\DrawTexture.h" #include "GameHead.h" #include "ObjOver.h" //使用するネームスペース using namespace GameL; extern float g_px; extern float g_py; //イニシャライズ void CObjOver::Init() { choose = 0; m_key_flag = f...
[ "GA1@DEV1-19" ]
GA1@DEV1-19
8dc029f73388eb72e419ecce684476b25b8b3a4c
4b9f6efafad74d1911f1529aad26e6bc3c9d0d57
/include/ygp/extended_type_traits.hpp
0fd5be01191a19da1c7767ed75d93c24560fb6ed
[ "MIT" ]
permissive
fcccode/YGP
128f31dc52c2b680383f4ab4e6c1ee272839865b
928d53aff1c8ca1327b0cf7ad6e6836d44c3447f
refs/heads/main
2023-01-27T21:18:39.080404
2020-12-08T14:39:40
2020-12-08T14:39:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,641
hpp
/* Extended type traits. */ #ifndef _YGP_EXTENDED_TYPE_TRAITS_HPP_ #define _YGP_EXTENDED_TYPE_TRAITS_HPP_ #include"configure.hpp" #include<tuple> #include<cstdint> BEGIN_NAMESPACE_YGP template<std::size_t _S,std::size_t ..._N> struct _Seq_gen; template<std::size_t _S,std::size_t _I,std::size_t ..._N> struct _Seq_ge...
[ "64308629+qaqwqaqwq-0@users.noreply.github.com" ]
64308629+qaqwqaqwq-0@users.noreply.github.com
d16d9ac0183d2f83fecff2aae75d663cbb077d80
df330feacf53c634d1c28083c0a6a75090a419df
/src/network/udp_client.cpp
3b000b22447e8595e41da64652cc53a99cb1bc6d
[]
no_license
localcc/Ts3ScreenShare
46a500700ff7e1f17027dd49e0e0b4099d7011bc
634cdb43562a617acd11aaa2c3dadf549e4ec55d
refs/heads/master
2023-03-29T03:23:20.509452
2021-04-01T16:10:35
2021-04-01T16:10:35
338,532,106
0
0
null
null
null
null
UTF-8
C++
false
false
5,316
cpp
// // Created by localcc on 3/20/21. // #include <network/udp_client.h> #include <stdexcept> #include <network/NetworkHelper.h> #include <network/packets/LoginPacket.h> #include <network/packets/CreateWindowPacket.h> #include <network/packets/StartWatchingPacket.h> #include <network/packets/StopWatchingPacket.h> #incl...
[ "work@zloserver.com" ]
work@zloserver.com
bd379c90a66475ec4884d2daa163a02823dcc08a
3f5b096a767370fe203b551f24e09c0fdd0150e2
/reactor/s08/Socket.h
88efbbbd90218355beb0a3d177002579619bf5cc
[ "BSD-3-Clause" ]
permissive
yszf/muduo-c11
d3ffcb9c5d775dd6238d27bf883897d6c09015fe
b3f10dbdd8828772b8a7bf62d09e5731c63bf5e0
refs/heads/main
2023-04-22T17:11:49.404256
2021-05-17T07:08:43
2021-05-17T07:08:43
353,918,322
0
0
null
null
null
null
UTF-8
C++
false
false
676
h
#ifndef MUDUO_REACTOR_SOCKET_H #define MUDUO_REACTOR_SOCKET_H #include "muduo-c11/base/noncopyable.h" namespace muduo { class InetAddress; class Socket : noncopyable { public: explicit Socket(int sockfd) : sockfd_(sockfd) { } ~Socket(); int fd() const { ...
[ "luobin_yszf@163.com" ]
luobin_yszf@163.com
2acb57b6eacc9cadd695884be2cea0c8a68a3167
1e12c3519c4d96b19bf8e9f2639561b26de57471
/Server/Src/ServerEngine/AVLTree.h
83d0c74073021ae2feae6b3fdc2afc85f1872594
[]
no_license
chayao2015/GameProject3
5a1ed5ea65e28a88e7f2786cc293f47cd82ef7fb
93c77c95958b5c6ca30d6e56ae6fb9e38f32905d
refs/heads/master
2021-08-14T23:56:52.568073
2017-11-17T01:53:33
2017-11-17T01:53:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,766
h
#ifndef __AVL_TREE_H__ #define __AVL_TREE_H__ #include <vector> template<typename TKey, typename TValue> class TreeNode { public: TreeNode():m_pLeft(NULL),m_pRight(NULL),m_nHeight(0) { } public: TKey* GetKey() { return &m_Key; } TValue* GetValue() { return &m_Data; } public: TValue m_Data; TKe...
[ "ylmbtm@163.com" ]
ylmbtm@163.com
11b284ce30c2c7040d96669d1a5d58efc287779d
fae45a23a885b72cd27c0ad1b918ad754b5de9fd
/benchmarks/accuracy_and_overhead/parsec-benchmark/pkgs/tools/cmake/src/Source/QtDialog/CMakeFirstConfigure.h
2cb6220c08831af9b7b8e4ac9cbe113f245e0098
[ "BSD-3-Clause", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-free-unknown", "MIT" ]
permissive
bitslab/CompilerInterrupts
6678700651c7c83fd06451c94188716e37e258f0
053a105eaf176b85b4c0d5e796ac1d6ee02ad41b
refs/heads/main
2023-06-24T18:09:43.148845
2021-07-26T17:32:28
2021-07-26T17:32:28
342,868,949
3
3
MIT
2021-07-19T15:38:30
2021-02-27T13:57:16
C
UTF-8
C++
false
false
1,022
h
#ifndef CMakeFirstConfigure_h #define CMakeFirstConfigure_h #include <QDialog> #include "ui_CMakeFirstConfigure.h" class CMakeFirstConfigure : public QDialog { Q_OBJECT public: CMakeFirstConfigure(); ~CMakeFirstConfigure(); void setGenerators(const QStringList& gens); QString getGenerator() const; bool...
[ "nilanjana.basu87@gmail.com" ]
nilanjana.basu87@gmail.com
9c68ff93d3f1456f0ca689d888d45e99f42e4238
5ffd6d1f3c83cfe3e636aa94674e9d58154d1396
/qt-file-mainwindow.h
b7eb9e6c24eb1e1715cfece1416a011c2416e2f9
[]
no_license
Salmista-94/Nik-
02151df6cbf6e62b29186398678c739eaf0d9b0b
b7a032eca3c98421ad789b38ed207bd39894811c
refs/heads/master
2021-01-23T13:18:01.336440
2014-09-18T20:55:30
2014-09-18T20:55:30
23,442,770
0
0
null
null
null
null
UTF-8
C++
false
false
2,887
h
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** You may use this file under the terms of th...
[ "alejandrogroso@hotmail.com" ]
alejandrogroso@hotmail.com
f663e924dd93fc906fe09caa734b7d0e1af0364b
1d0097e25c983c764be6871c4e9d19acd83c9a6d
/llvm-3.2.src/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
467edadc7e0933259f717d7d31659740e76e0421
[ "NCSA", "LicenseRef-scancode-unknown-license-reference" ]
permissive
smowton/llpe
16a695782bebbeadfd1abed770d0928e464edb39
8905aeda642c5d7e5cd3fb757c3e9897b62d0028
refs/heads/master
2022-03-11T23:08:18.465994
2020-09-16T07:49:12
2020-09-16T07:49:12
1,102,256
50
10
NOASSERTION
2020-09-16T07:49:13
2010-11-22T12:52:25
C++
UTF-8
C++
false
false
15,917
cpp
//===-- X86AsmBackend.cpp - X86 Assembler Backend -------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "cs448@cam.ac.uk" ]
cs448@cam.ac.uk
9d120e5c42ffca3cc15912e4223bb8e891b8046e
ac005b01e4d74dbc77580a2c15aff19e15391383
/Funciones/test.cpp
314187e5f0ee34c8d08be420d701bef66c0ff4c5
[]
no_license
robert-ds/Cpp
f6b633e884ece444e74b254058922536fae862c7
2da5c32581fa0304a84289f8270172c766183869
refs/heads/master
2020-04-23T22:54:14.166804
2019-04-18T13:25:02
2019-04-18T13:25:02
171,517,181
0
0
null
null
null
null
UTF-8
C++
false
false
220
cpp
#include <iostream> #include <conio.h> int main(){ int n = 365; std::cout << "Ingrese los dias adicionales: "; std::cin >> n; std::cout << "El total de dias es: "; std::cout << n; getch(); return 0; }
[ "vasquez.robert.andres@gmail.com" ]
vasquez.robert.andres@gmail.com
b58f1fee08aa80da8cf822aa8697f2ecef9d256c
eabe03e538e41b5223a605525bde6976503c1f81
/learn_c++/suanfa/十进制转八进制.cpp
f535d2b9342abcc096bd25f1ac4adfae6af76c2d
[]
no_license
zhengziqiang/learngit
99a29ffa82fb6d93fdbaaa10e1c62f6624cb31cb
66d0cb6b3a8b76d6836504514021fa7f08bbc6ee
refs/heads/master
2020-04-04T04:08:57.674855
2017-07-19T09:51:13
2017-07-19T09:51:13
55,275,928
6
4
null
null
null
null
UTF-8
C++
false
false
442
cpp
/*============================================================================== > File Name: 十进制转八进制.cpp > Author: zzq > Mail: zhengziqiang1@gmail.com > Created Time: 2016年11月08日 星期二 19时30分24秒 ==========================================================================*/ #include<iostream> #include<ve...
[ "1174986943@qq.com" ]
1174986943@qq.com
1c2f3c3c78a7e81c68ed7c52fcea2cd58a7bd780
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/inetcore/winhttp/tools/stress/stressapps/asynchttpspost-basicserver_ntlmproxy_sc/asynchttpspost-basicserver_ntlmproxy_sc.cpp
6c4603ee168c10fc41beda9e0c9f9fa82438c4a7
[]
no_license
jjzhang166/WinNT5_src_20201004
712894fcf94fb82c49e5cd09d719da00740e0436
b2db264153b80fbb91ef5fc9f57b387e223dbfc2
refs/heads/Win2K3
2023-08-12T01:31:59.670176
2021-10-14T15:14:37
2021-10-14T15:14:37
586,134,273
1
0
null
2023-01-07T03:47:45
2023-01-07T03:47:44
null
UTF-8
C++
false
false
13,973
cpp
////////////////////////////////////////////////////////////////////// // File: AsyncHTTPSPost-BasicServer_NTLMProxy_SC.cpp // // Copyright (c) 2001 Microsoft Corporation. All Rights Reserved. // // Purpose: // This file contains your implementation of the stress test function // WinHttp_StressTest() that is...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
16f14a6aa988a03d64266d70e5857fc5fcd356ac
ebd6f68d47e192da7f81c528312358cfe8052c8d
/decoders/swig/openfst-1.6.3/src/extensions/pdt/pdtshortestpath.cc
4c25430470de0df91995f92c947bdcee7cd8175d
[ "Apache-2.0" ]
permissive
inishchith/DeepSpeech
965ad34d69eb4d150ddf996d30d02a1b29c97d25
dcb7c716bc794d7690d96ed40179ed1996968a41
refs/heads/master
2021-01-16T16:16:05.282278
2020-05-19T08:00:33
2020-05-19T08:00:33
243,180,319
1
0
Apache-2.0
2020-02-26T05:54:51
2020-02-26T05:54:50
null
UTF-8
C++
false
false
2,144
cc
// See www.openfst.org for extensive documentation on this weighted // finite-state transducer library. // // Returns the shortest path in a (bounded-stack) PDT. #include <cstring> #include <memory> #include <string> #include <vector> #include <fst/log.h> #include <fst/extensions/pdt/pdtscript.h> #include <fst/util...
[ "inishchith@gmail.com" ]
inishchith@gmail.com
3ead26722d4ac1ab2add370b62463a990e277273
89cdeffd0851fcc29a82251e3bc7bd165c3d79ef
/MovementInterpolation/Camera.h
da077f7a597e163cd198b6be2efc1ff25331c0b9
[]
no_license
gitzuka/movementinterpolation
2c1b3e5408fd4ca37b9c8ed24289d483c15d3308
88edd2534bbb7f7034332f2a361f54677196f5d9
refs/heads/master
2020-04-24T15:31:48.191944
2019-02-22T13:31:27
2019-02-22T13:31:27
172,071,342
0
0
null
null
null
null
UTF-8
C++
false
false
1,528
h
#pragma once #include <QMatrix4x4> #define CAM_NEAR 0.01f #define CAM_FAR 50.0f #define FOV 60.0f #define SPEED 0.12f #define MOUSE_SENSITIVITY 0.005f #define TRANSLATION_STEP 0.4f class Camera { public: Camera(); float m_pitch; float m_yaw; QPoint m_mousePos; QVector3D m_eyeVector; QMatrix4x4 m_viewMatrix; QM...
[ "andrzejzuk93@gmail.com" ]
andrzejzuk93@gmail.com
f558e215ee0558b47d59f8c0bbde4b27aba4943b
f0a26ec6b779e86a62deaf3f405b7a83868bc743
/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessInput.h
333a26eff8befd484d502b11a537cdfa58c1ec38
[]
no_license
Tigrouzen/UnrealEngine-4
0f15a56176439aef787b29d7c80e13bfe5c89237
f81fe535e53ac69602bb62c5857bcdd6e9a245ed
refs/heads/master
2021-01-15T13:29:57.883294
2014-03-20T15:12:46
2014-03-20T15:12:46
18,375,899
1
0
null
null
null
null
UTF-8
C++
false
false
1,268
h
// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessAA.h: Post processing input implementation. =============================================================================*/ #pragma once #include "RenderingComposit...
[ "michaellam430@gmail.com" ]
michaellam430@gmail.com
62a18f49c2a1dec7b44415d43ca8f811ed92febb
1bb7b76e49f47f65caccc504b58c45e49fbc5975
/Castlevania/Panther.cpp
bfd5d2aa2d6b931a8ecb1a7a8705661c76d22525
[]
no_license
mrtanloveoflife/Castlevania
b0e64091ced12cf4632f256edeedfb2e08650ad0
b3eb5c7e0d4154bce2b511add45735c420e4a324
refs/heads/master
2020-04-15T00:04:59.630498
2019-01-05T15:41:56
2019-01-05T15:41:56
164,095,564
0
0
null
null
null
null
UTF-8
C++
false
false
3,266
cpp
#include "Panther.h" Panther::Panther(float x, float y) { this->SetPosition(x, y); health = 1; AddAnimation(720); AddAnimation(721); AddAnimation(722); AddAnimation(723); AddAnimation(724); AddAnimation(725); SetState(PANTHER_STATE_IDLE_LEFT); onScreen = true; isActive = false; } void Panther::SetState...
[ "mrtanloveoflife" ]
mrtanloveoflife
7c4bed68da853ca583cb722595580e24a544d846
6f68f7fda0b8cd39cbcfeb42845a1678735e4f46
/src/Invoker_x64/Invoker/lib/syscalls/invoker_syscalls.cpp
660e81b7b30f42953887533fbd497f024c669e3e
[ "MIT" ]
permissive
nickhakkz/invoker
fdd0c9d84843e2704bb20f12a614bb4ee3a8b724
623f8608835f44a6e91f9a4f4dd33d3695dfa5a8
refs/heads/master
2023-04-05T21:42:15.984857
2021-04-15T09:04:42
2021-04-15T09:04:42
null
0
0
null
null
null
null
WINDOWS-1250
C++
false
false
3,448
cpp
// Copyright (c) 2021 Ivan Šincek #include ".\invoker_syscalls.h" #include ".\syscalls.h" // ---------------------------------- STRINGS ---------------------------------- void SC_Output(std::string msg) { printf(msg.append("\n").c_str()); } // --------------------------------- BYTECODES ---------------------------...
[ "35937483+ivan-sincek@users.noreply.github.com" ]
35937483+ivan-sincek@users.noreply.github.com
d1a06784938ad195628d6d9b845e5f5c462606ca
75ae2e16b483f34c86538a2015416e03c563ae06
/code/windows/c_c++_code/早期c_c++/输出一个字节中被置1的位的个数/输出字节中为1的个数/输出字节中为1的个数/main.cpp
84d1b08df7d865f5bfbda8de0c2ba1ea5b9d0a35
[]
no_license
nijiahe/code
962d61efced0e4b7af0fcb93f158a489ed9237b0
4ac258c2e968d9bdfea7ffb76d1da4d79d6de94a
refs/heads/master
2021-02-08T00:49:28.074815
2020-03-01T05:32:44
2020-03-01T05:32:44
244,090,411
0
0
null
null
null
null
GB18030
C++
false
false
356
cpp
#include<iostream> using namespace std; /*实现了输入一个字节,返回这个数的二进制中有几个1*/ int bite1num(char a) { int num = 0; unsigned int bite = 1; for (int i = 0; i < sizeof(a)*8; i++,bite<<=1) { if ((a&bite) != 0) { num++; } } return num; } void main() { int num = bite1num(5); cout << num << endl; cin.get(); }
[ "2234503831@qq.com" ]
2234503831@qq.com
c45afec06ed188447e35758aac98b7a2599afc32
31592fc4b73f82efd3ac7cfd47ac4fea3513d57e
/Arduino/libraries/ESPert/examples/_0090_Ajax/_0090_Ajax.ino
a1ee6d3a3233f3c82ef2cf4b06cd8da91daeaa6e
[ "MIT" ]
permissive
IGGRAZUM/New
bcfe34f075a29e2718d766ca0d4d9b81c0e90c23
51ca0b33797927154325294a4843239b610cc172
refs/heads/master
2021-01-10T17:52:56.407750
2016-04-01T15:18:05
2016-04-01T15:18:05
55,205,479
0
0
null
null
null
null
UTF-8
C++
false
false
2,528
ino
#include <ESPert.h> #ifndef ESPRESSO_LITE_VERSION #define ESPRESSO_LITE_VERSION 2 #endif String indexPage = "<!DOCTYPE HTML>\n" "<html>\n" "<head>\n" "<meta charset=\"utf-8\">\n" "<title>ESP-DHT By IOXhop</title>\n" "<script>\n" "function loadXMLDoc() {\n" " var xmlhttp;\n" " if (window.XMLHttpR...
[ "aanik@bk.ru" ]
aanik@bk.ru
b6143202095492dea746f68db3ff47f9aa02ed45
1428aa5ce5291d1897191a76ce73ba13b49105b2
/net.cpp
83d1d1a3b204b0a8c93fe1eaf08a2c8db1907702
[]
no_license
Meliser/neuralNet
b7f5a231a442d638ebca0ddfdaeea5ef9b75427b
793d24604efe26e0e7ae8de6f6c98d82d67175c5
refs/heads/master
2020-04-25T00:33:15.129404
2019-03-23T19:51:41
2019-03-23T19:51:41
172,381,279
0
0
null
null
null
null
UTF-8
C++
false
false
1,116
cpp
#include"net.h" double net::learningRate = 1; // add constructor & net::net(initializer_list<int> &&topology) { layers.push_back(new Layer(*topology.begin())); for (auto it = topology.begin()+1; it !=topology.end(); it++) { layers.push_back(new Layer(*it, *(it - 1))); } } net::~net() { for (auto lay...
[ "mitya.korneev@gmail.com" ]
mitya.korneev@gmail.com
f0fac837eac15082d0315861dc53c32ba02f8d0a
6fdb87eb327434998c1c70ae36907741a080c13c
/firmware/Turtle_RadioShuttle/NVProperty/NVPropertyProviderInterface.h
526849715f03e43b3ec784a46ee901f708669c99
[]
no_license
demute/slightlight
e34f445d75ff455aad6dc76693e0a882ec87a065
90b2a0347f31ec49b18133177e0e21cf6dc1897b
refs/heads/master
2022-11-10T16:16:46.860071
2020-06-29T13:07:45
2020-06-29T13:07:45
271,522,346
0
0
null
null
null
null
UTF-8
C++
false
false
1,155
h
/* * This is an unpublished work copyright * (c) 2019 Helmut Tschemernjak * 30826 Garbsen (Hannover) Germany * * * Use is granted to registered RadioShuttle licensees only. * Licensees must own a valid serial number and product code. * Details see: www.radioshuttle.de */ #ifndef __NVPROPERTYPROVIDERINTERFACE_...
[ "mannet@kth.se" ]
mannet@kth.se
e5838fb16646e7bd73135d9eaaf546a31af3e28a
22ccaf67819cffcdb6e7542a431b119a36910ffe
/dp/boj_11053.cpp
1704df92bd4ad3a3619822c14357a49daa4bd541
[]
no_license
xjubep/Problem-Solving
c1f4cfa99a2cb1a6f953f2a7398f68e77b037637
40fff24cfa666eea2380c5b2e58be3761c171fb0
refs/heads/master
2023-08-02T17:40:02.844591
2021-09-12T04:23:05
2021-09-12T04:23:05
231,771,228
0
0
null
null
null
null
UTF-8
C++
false
false
680
cpp
// 가장 긴 증가하는 부분 수열 // dp[n] (n번째 항이 마지막인 수열 중 최대 길이) // dp[i] = max(dp[j]) + 1 (j < i && arr[j] < arr[i]) #include <bits/stdc++.h> using namespace std; int arr[1005]; int dp[1005]; int main(void) { ios_base::sync_with_stdio(false); cin.tie(nullptr); int n; cin >> n; for (int i = 1; i <= n; i++) ...
[ "xjubep@gmail.com" ]
xjubep@gmail.com
4d7221bab77b2f1215c5539ca3881c5b1b527364
b0a522abc6f5a9f011621dd9da43afbdff796584
/dlldiscovery/printhelp.cpp
6a06c054e3bb8ac1b65d78b1f448954bc305d998
[ "MIT", "LicenseRef-scancode-generic-cla", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
dotkt/aDLL
799456ba1de5f68ee86f1f14fe8deaef21d966e7
f929fabe81d1e23e46aea5377596806993fbd7b7
refs/heads/main
2023-06-29T22:21:34.925661
2021-07-29T13:03:13
2021-07-29T13:03:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,346
cpp
#include "adll.h" VOID PrintHelp() { puts( "Usage:\n" "---------------------------------------------------------------------------------------------\n" "-e, --executable-path: Path to the executable to be analyzed |\n" "-t, --txtfile-path: Path to ...
[ "ideaslocas@telefonica.com" ]
ideaslocas@telefonica.com
dc03b9a59ca2ceda95a789c20fc7088636c9b004
4db338dccf203d58a9b4c6a184355448d6c9b5fb
/Algorithms/Algorithms.cpp
63fd48722b1397e7bed388e8769c41a50a851983
[]
no_license
DingzhuChen/ModernCPPexamples
f87fc3a69a872c581f4438fe3b928c35dab71bc2
b4760fc6f47fd41706e3345e0bce2fe2f14e9ccb
refs/heads/master
2022-09-03T18:44:23.902083
2018-09-28T17:08:18
2018-09-28T17:08:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,233
cpp
#include <algorithm> #include <array> #include <iostream> #include <vector> // Avoid using #define const int BUFFER_SIZE = 6; using namespace std; int main() { // C array, static fixed sized int buffer1[BUFFER_SIZE] = {0, 3, 2, 5, 4, 0}; buffer1[0] = 10; cout << "buffer1: "; // Ranged-based for loop ...
[ "jos.onokiewicz@han.nl" ]
jos.onokiewicz@han.nl
14efb9e292b3ddcee9bb21efc64d5eee1aac3a2f
d36c3e5dc07d93e2f13329a10a18a3cd7fde3a8d
/libfm-brcm/CMutex.cpp
d387236ac9ff67875da2bb554074887591e908fb
[]
no_license
diepquynh/android_hardware_sprd
cd744d676941ac6c6de4a1e5f918bab360e52a47
c2d121d21d6e2873332845d413cc6dc972cc3967
refs/heads/lineage-15.1
2022-12-26T18:41:31.151121
2018-07-23T20:02:01
2018-07-23T20:25:07
62,931,528
4
18
null
2020-10-11T16:21:38
2016-07-09T04:11:58
C
UTF-8
C++
false
false
879
cpp
#include "CMutex.h" #include <sys/time.h> #include <unistd.h> CMutex::CMutex() { __init(); } CMutex::~CMutex() { __uninit(); } void CMutex::__init() { pthread_mutex_init(&mMutex, NULL); pthread_cond_init(&mCond, NULL); } void CMutex::__uninit() { pthread_mutex_destroy(&mMutex); pthread_cond...
[ "quyenach1234@gmail.com" ]
quyenach1234@gmail.com
67387cd96f82e1c551215fac141eddecb63e10aa
9562fd44a0a7143ec9057863b0f9a700ed36de23
/Tejas-Simulator/PIN/pin-2.14/source/tools/ToolUnitTests/callapp_perf_tool.cpp
975bc2d5b77099b83cf2f7e90f0c788f592d8b37
[ "Intel", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-proprietary-license", "Apache-2.0" ]
permissive
UDC-GAC/tejas_knl
57c31779967aed63bd170bcf642a0a7cc3c2ae9f
5e772aef46362d8bec8ad6d5427b9bcff9be5cfe
refs/heads/master
2023-04-22T07:04:22.760747
2021-05-06T15:19:24
2021-05-06T15:19:24
80,737,478
0
0
Apache-2.0
2021-05-06T15:19:25
2017-02-02T15:17:22
C++
UTF-8
C++
false
false
6,083
cpp
/*BEGIN_LEGAL Intel Open Source License Copyright (c) 2002-2014 Intel Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright noti...
[ "marcos.horro@udc.es" ]
marcos.horro@udc.es
e526def24e6a968673155b5158b6f70af98f117c
f10d1bfc482742d9e2e02d2651cfd03767ae1f1a
/LinkedList/LList.cpp
1a99b66419234bd384699f459be508712506959a
[]
no_license
Mosai57/DataStructures
8ef15ed98290524b03a4cbad460f433611a5c047
5e0050975b34282331f2246c470c3e9719f8cb5b
refs/heads/master
2021-01-10T16:22:28.129293
2015-05-26T00:02:39
2015-05-26T00:02:39
36,256,593
0
0
null
null
null
null
UTF-8
C++
false
false
2,698
cpp
#include "LList.h" #include <iostream> //===================================================================================== //Constructors LList::LList() { // Create a new node and make it the head node node_head = new node; // Set the data for the head node node_head->x = 0; n...
[ "mosai@Ultronbook" ]
mosai@Ultronbook
1901ae9fefda1fd0afd648682182726da0fa6118
8e0e85e475aa12e89d450376d524cae1f4f41fad
/development/include/GXDLMSAttribute.h
bcb7cf52fe6f30a6245b644135886e4199cbe2f9
[]
no_license
d21d3q/Gurux.DLMS.cpp
0afa6d1efd2caaeb86d53ae8f520a37827dda390
ab9268326bec721f6b39f21cf8701ba27884ade1
refs/heads/master
2021-01-20T16:45:21.272355
2016-04-20T06:28:05
2016-04-20T06:28:05
56,218,987
0
0
null
2016-04-14T08:08:01
2016-04-14T08:08:01
null
UTF-8
C++
false
false
3,778
h
// // -------------------------------------------------------------------------- // Gurux Ltd // // // // Filename: $HeadURL$ // // Version: $Revision$, // $Date$ // $Author$ // // Copyright (c) Gurux Ltd // //------------------------------------------------------------...
[ "mikko.kurunsaari@gurux.fi" ]
mikko.kurunsaari@gurux.fi