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
727e779661fbeb7c31dddb21354a78205a985029
aad58a8df5c485f01b950ccc55efbdf0efcfc3cc
/ScreenOled2.ino
b71aad74f825f32bec655b244ce9554a704c0167
[]
no_license
aboillet/photontest
5bf05436eb1390a754750864df49073ec4e45ed4
dd129f8860a97b752a0fce7cb1c9edf6108666b5
refs/heads/master
2021-01-23T14:57:30.633667
2015-09-07T12:58:53
2015-09-07T12:58:53
41,286,626
0
0
null
null
null
null
UTF-8
C++
false
false
6,240
ino
/* This is an example for our Monochrome OLEDs based on SSD1306 drivers Pick one up today in the adafruit shop! ------> http://www.adafruit.com/category/63_98 This example is for a 128x64 size display using SPI to communicate 4 or 5 pins are required to interface Adafruit invests time and resources providing thi...
[ "antoine.boillet@gmail.com" ]
antoine.boillet@gmail.com
1947b61952b96321ae180eee1a56ba9f5cd85e4a
756953bd7487da84962013ed4efc19a5ed2561a5
/src/LuaIntf/impl/CppObject.h
e8409cb72bc27ba835cfef56a891b975abe5872b
[]
no_license
Dummiesman/mm2hook
a4ade067fdc981ea4accde5dbfeb7653b2b5247f
511c96a24b88f3210791dd8ea668fb377b02c4f5
refs/heads/master
2023-08-19T05:39:17.219544
2023-08-10T15:32:00
2023-08-10T15:32:00
93,969,666
2
0
null
2017-06-10T22:53:27
2017-06-10T22:53:27
null
UTF-8
C++
false
false
17,196
h
// // https://github.com/SteveKChiu/lua-intf // // Copyright 2014, Steve K. Chiu <steve.k.chiu@gmail.com> // // The MIT License (http://www.opensource.org/licenses/mit-license.php) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (...
[ "mk.ludwig1@gmail.com" ]
mk.ludwig1@gmail.com
a8015626f060d97f691143aed0fa9e8c67db8cb4
ae47a1672c9b3b3c3b66451b2f01b8559ec3357a
/lib/src/facts/fact.cc
9f7d37afe92df0fa2b973f557103234aaeebb420
[ "Apache-2.0" ]
permissive
RagnarDanneskjold/cfacter
45b007a8db6bdbb39470a92177daa74ead0aed51
20259bc26029b5ee9a4ab54dadf6c04b362f8856
refs/heads/master
2020-12-25T13:12:53.921762
2014-07-22T17:13:52
2014-07-22T17:13:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
345
cc
#include <facter/version.h> #include <facter/facts/collection.hpp> #include <facter/facts/scalar_value.hpp> using namespace std; namespace facter { namespace facts { void populate_common_facts(collection& facts) { facts.add("cfacterversion", make_value<string_value>(LIBFACTER_VERSION)); } }} //...
[ "peter.huene@puppetlabs.com" ]
peter.huene@puppetlabs.com
da52e50da2b20ee357a25dbc01cc2df99fb002e9
5d8b7f15ca6a8fefdb891ca6ff6aeed6aa6a00bb
/LaboratorioPila/LaboratorioPila/ElementoDouble.h
42dfa23169f9b02baf7ac434979b425cda58e8e9
[]
no_license
Xbulldcm/LaboratorioPila
6f2c70b5a513171541727909091870a1b43a4897
3870cae9c70e71d47b0065d767365793dcfb3a1c
refs/heads/master
2021-01-10T21:03:50.040847
2015-06-04T07:05:15
2015-06-04T07:05:15
36,852,823
0
0
null
null
null
null
UTF-8
C++
false
false
393
h
/* * ElementoDouble.h * * Created on: May 8, 2015 * Author: b11555 */ #ifndef ELEMENTODOUBLE_H_ #define ELEMENTODOUBLE_H_ #include "Elemento.h" using namespace std; class ElementoDouble : public Elemento { private: double d; public: ElementoDouble(double d); ~ElementoDouble(); int compareTo(Elemento...
[ "dcm2311@gmail.com" ]
dcm2311@gmail.com
a8b614143c247de9c0b125785a204f7dbe74d6aa
4489e19d2f55ad685290616966b248caf58a3495
/virtual.cpp
b55f614b35765475b40b44fb8f64e37f20be3c68
[]
no_license
fkymy/CPPModules
ae0c2c708307c9b64f678f7a56eda48ff2fa9d04
a5fc2a9d2e2bc277356f8999ab183296bebe9075
refs/heads/main
2023-06-06T07:40:31.745437
2021-06-26T10:44:43
2021-06-26T10:44:43
365,246,120
0
0
null
null
null
null
UTF-8
C++
false
false
359
cpp
class BaseClass { public: virtual ~BaseClass() {} // Polymorphic classes need virtual destructors virtual void doSomething(); private: int baseX, baseY; }; class DerivedClass: public BaseClass { public: virtual void doSomething(); // Override BaseClass version private: int derX, derY; }; int main(...
[ "yuskefuku@gmail.com" ]
yuskefuku@gmail.com
f50a8b27deb8b3190b410babd491c16eb28bf4e3
7f8b5850d5ff2c8cf3f47aec67eb67ae9ea4d553
/src/modules/SX126x/SX1268.h
5a1453d22a8e4d7266d722ae3336882d124a9257
[ "MIT" ]
permissive
BarryPSmith/RadioLib
1eb51f4253ba41c1744cf5d7c023138c9280f605
4032aac9443a6b59437ab47cd5266f3971d1f991
refs/heads/master
2022-01-25T12:57:14.651572
2019-12-02T05:03:55
2019-12-02T05:03:55
220,471,305
0
0
MIT
2019-11-12T21:05:33
2019-11-08T13:21:27
C++
UTF-8
C++
false
false
3,204
h
#ifndef _RADIOLIB_SX1268_H #define _RADIOLIB_SX1268_H #include "../../TypeDef.h" #include "../../Module.h" #include "SX126x.h" //SX126X_CMD_SET_PA_CONFIG #define SX126X_PA_CONFIG_SX1268 0x00 /*! \class SX1268 \brief Derived class for %SX1268 modules. */ class SX1268: public SX126x { publ...
[ "jgromes@users.noreply.github.com" ]
jgromes@users.noreply.github.com
e483c68a6257192d72b619e8b37211a1074ecaec
53525eb9d3ed764bfee093701abcd659be392022
/quiz1.2/l.cpp
727ebcf03f79e3e4dae346e9976d09b2831a5a98
[]
no_license
derbess/PP1-assist
078f36370443ad127c75909235d89ded2c611675
821eec271a2a7aa6a70749e16294ac99325e18bd
refs/heads/master
2023-02-26T07:48:19.366360
2021-02-04T10:51:48
2021-02-04T10:51:48
335,924,297
0
0
null
null
null
null
UTF-8
C++
false
false
232
cpp
#include<iostream> #include<cmath> using namespace std; int main() { int n; cin>>n; int hh = n/3600; // 4000 1 int mm = (n%3600)/60; // 400 6 int ss = n%60; cout<<hh<<":"<<mm<<":"<<ss; return 0; }
[ "uderbes@gmail.com" ]
uderbes@gmail.com
2324f06cb626061845b455d271c349179ecb855b
059a0e5f9d354799102f7f203e2cab029c528bd9
/src/apps/TestApp.cpp
a1f970345b1a76693c66b841638547346e09f684
[]
no_license
alexgg-developer/vulkan_dod_framework
6e0770708118f3692f06ea5ceb0e110d5fd9770a
2bacd341aea0bf724254099c826892d82b24b9e9
refs/heads/master
2020-09-01T00:50:37.026708
2020-05-11T07:37:55
2020-05-11T07:37:55
218,832,636
0
0
null
null
null
null
UTF-8
C++
false
false
3,311
cpp
#include "TestApp.h" #include <vector> #include <assert.h> #include <iostream> #define GLM_ENABLE_EXPERIMENTAL #include <glm/gtx/string_cast.hpp> using namespace dodf; void TestApp::run() { //testMemory(); size_t initSize = 33554432; MemoryPool::Initialize(initSize); movementComponentManager.allocate(100); te...
[ "alexgg.developer@gmail.com" ]
alexgg.developer@gmail.com
d3ab5b001f5b01e72df9aab0a03ffdddaaaccc9a
5ed573724846fb350964cc3950cb9e93efbf6c22
/Routing/tema4.cpp
b2935f34fc5bead12cb02a874b3053fd30460c42
[]
no_license
zouwen198317/MyProjects
571729c431ef819b9ce4c2bf7603beadc035e222
9e96269f5c45208f08e7f0224f9980be92d291a0
refs/heads/master
2021-01-21T12:06:39.892506
2015-01-24T21:22:29
2015-01-24T21:22:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,750
cpp
#include "tema4.h" /* ========================================================================== */ int main( int argc, char *argv[]) { int numtasks, parinte = NONE, rank, destination, tag = 1; char inmsg, outmsg = 'x', buf[1401]; MPI_Status Stat; std::vector<int> tokens; Messages message; std::string recv; ...
[ "alex@gigiel.(none)" ]
alex@gigiel.(none)
258533201b1b543a865f5ae799d62c30c6eb3ff3
e1efe8a7dbf1544565cc1702ea0230537d1be62f
/2018831068/Q2a_Euler.cpp
16c70f89d5cd5d43e814c45581f6bb1d4627f846
[]
no_license
Sourav9063/Cpp-All-codes
d99061666b2d40961e458c95d7e436388a351eec
06369df7b5f7b9a4b091a49a74722ea41761914d
refs/heads/master
2023-03-08T09:25:18.843800
2023-02-06T15:19:29
2023-02-06T15:19:29
243,684,953
2
0
null
null
null
null
UTF-8
C++
false
false
1,964
cpp
// Name: #pragma GCC optimize("Ofast") #pragma GCC optimize ("unroll-loops") #pragma GCC target("sse,sse2,sse3,ssse3,sse4,popcnt,abm,mmx,avx,tune=native") #include<bits/stdc++.h> using namespace std; #define ll long long int //lld #define ull unsigned long long int //llu #define pt cout<<"*"<<"\...
[ "53114581+Sourav9063@users.noreply.github.com" ]
53114581+Sourav9063@users.noreply.github.com
c097857e8d92eb7934da44015db3207e0beeccd9
583318dcc75237d74ed25b0394d37299d303c0df
/Macros/2016/Plotting/13TeV/2016/Plotting_PhaseSpaces_2016_FULL/SKTreeValidationDir/SKTreeValidationDoubleEG/MakeDataMCCompPlots.cpp
1d4e662e40ad02b06d49ae6057f2030eae4b2d6b
[]
no_license
jalmond/LQanalyzer
7457096ad8a90cb6e7a14e28170338c1de06cdec
06292f3a4b46e8a00d72025ff968df1b61bc990e
refs/heads/CatAnalyzer_13TeV
2020-04-04T07:16:53.746743
2018-12-07T00:08:37
2018-12-07T00:08:37
13,470,313
1
14
null
2018-11-12T09:55:34
2013-10-10T12:14:06
C++
UTF-8
C++
false
false
65,611
cpp
//// Code makes directory of histograms and cutflow. #include "MakeDataMCCompPlots.h" #include "Math/QuantFuncMathCore.h" #include "TMath.h" #include "TGraphAsymmErrors.h" #include "CMS_lumi.h" int main(int argc, char *argv[]) { ///////////////////////////////////////////////////// // // 3 stages to setup ...
[ "jalmond@cern.ch" ]
jalmond@cern.ch
2c3ccc7bf4c9f974bab9123f48493ea15c297984
6e46da75306b7fbec2d9e83da71a23669a89edc5
/library/source/renderer/backend/vulkan/render_tasks/upload_scene_render_task.cpp
fcdc3275f04b8649f9ef7d56b8d3520d8fb51537
[ "BSL-1.0" ]
permissive
acdemiralp/makina-old
a5d09a4a7a7f1c7c3b2ae290efa0d8e3613538e9
8246d6683bb4a7f1b40a31f24a21dc8b1ff736ba
refs/heads/master
2023-05-28T18:52:43.089816
2018-07-01T17:29:31
2018-07-01T17:29:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
19,993
cpp
#include <makina/renderer/backend/vulkan/render_tasks/upload_scene_render_task.hpp> #include <makina/renderer/backend/vulkan/context.hpp> #include <makina/renderer/light.hpp> #include <makina/renderer/mesh_render.hpp> #include <makina/renderer/projection.hpp> #include <makina/renderer/transform.hpp> #include <makina/r...
[ "demiralpali@gmail.com" ]
demiralpali@gmail.com
e083d88041adf04e021a11895edd8ca093094b3d
47bed47216f11afd4576f20d483a9195119f25e9
/library.h
3880d258d26dcd3f3ee3c323c06ec9b8f27192b6
[]
no_license
strk123/proj1
1b7acbe9e84af6cb0a13a887ac0bc4c8da65fb32
d0491748849b0e0ec1108a050a3c61ccac4e400f
refs/heads/master
2020-04-04T19:02:49.361471
2018-11-05T14:41:03
2018-11-05T14:41:03
156,189,669
0
0
null
null
null
null
UTF-8
C++
false
false
744
h
#include <iostream> #include <vector> #include <string> #include "member.h" #include "resource.h" using namespace std; class library { private: vector<book> books; vector<undergraduate> undergraduates; public: library(); void set_books(); // resource file을 읽어 초기 books에 저장 void input(); // input.dat file을 읽고 outp...
[ "strk1234@gmail.com" ]
strk1234@gmail.com
8b94d85883975be85ac6a45d28332ee376929066
9532703c7c34daf1cac1d11550a0e9bc46843095
/esp8266-weather-station-master/WorldClockDemo/WundergroundClient.h
019dffa2a77879be4123b2854b3f74bb15ace4c4
[ "MIT" ]
permissive
piwrks/ESP8266-OLED-Wetterstation-Weather-station
8dd7479513e8455b5f228f4033cfebed8c6757dd
899afd812fe9edd67ae66ea749e3a07c13def03d
refs/heads/master
2021-01-10T06:20:31.111640
2017-02-13T18:58:57
2017-02-13T18:58:57
53,750,211
3
3
null
null
null
null
UTF-8
C++
false
false
2,989
h
/**The MIT License (MIT) Copyright (c) 2015 by Daniel Eichhorn 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, m...
[ "noreply@github.com" ]
piwrks.noreply@github.com
648f0761910b41f411843cc7ae9abb9756f7a3a1
e8c77866d6982b8d69131dd39be234123f41ffde
/projects/base_with_physics/levelone.h
d10885a2f9b8024b5e56f341703537f565d05fac
[]
no_license
cyber-squid/gad173-project3
36b27cc082817e06583ba1313a29dd6fa6b5a9b0
88c603b68308c89bd36b2049908e209e64310e16
refs/heads/main
2023-04-29T19:59:55.430797
2021-05-11T22:24:17
2021-05-11T22:24:17
365,833,319
0
0
null
null
null
null
UTF-8
C++
false
false
299
h
#pragma once #include "scene.h" class LevelOne : public Scene { public: LevelOne(); ~LevelOne(); void Load(sf::RenderWindow& window); void Update(sf::RenderWindow& window); void Render(sf::RenderWindow& window); sf::Sprite* backgroundSprite; std::string MapFileOne = "savefile.txt"; };
[ "s.albreiki@student.saedubai.com" ]
s.albreiki@student.saedubai.com
72852fd814a54268de2386694c3237704ac21a5e
c26ff0247f8fa98b565f2751c9764b53dd169ca8
/src/allsem.cpp
246dce1a5311ac8ee49d3ae7f899d3d6e8cade6f
[]
no_license
stepa997/Djordje_OS
e10d08a01e378e063e32bf59096561e132d8797b
cf18148d8ec73c781fc2d8dfa07fef5853917560
refs/heads/master
2023-04-10T08:24:28.673652
2021-04-11T19:17:38
2021-04-11T19:17:38
356,959,403
0
0
null
null
null
null
UTF-8
C++
false
false
1,186
cpp
/* * allsem.cpp * * Created on: Sep 16, 2018 * Author: OS1 */ #include "allsem.h" int Allsem::getSize(){ return size; } void Allsem::put(Semaphore* s){ lock(); Elem* pom = new Elem(s); if(head==0) head=tail=pom; else{ tail->next=pom; tail=pom; } size++; unlock(); } void Allsem::get(Semaphore*...
[ "stepa@gmail.com" ]
stepa@gmail.com
6cf7c369c555619371e29acb1d6b32996766b6d3
31742fea5bdd2fa8660ce7db6d5654eec46703b0
/Qt/Flooder2D/mainwindow.h
8a2f2f5fe366785ac10c36003702a66506880538
[]
no_license
gibbogle/vessel-tools
a0e039a7c25a08a3efb1f9a0522298ac43eb969e
1e8b7c8babcc528e132ef443304e6b191d31e001
refs/heads/master
2021-01-15T15:52:20.412951
2020-09-06T15:54:34
2020-09-06T15:54:34
36,261,658
3
6
null
null
null
null
UTF-8
C++
false
false
498
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #ifdef HAVE_QT5 #include <QtWidgets/QMainWindow> #else #include <QtGui/QMainWindow> #endif namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = 0); ~MainWindow(); public slots: vo...
[ "g.bogle@auckland.ac.nz" ]
g.bogle@auckland.ac.nz
b48e230b74e58352856f1169806d5681aa933cf6
a4741e8b9c11bc66fbeda98b7d10fbe0d4abb39d
/DataMember.cpp
8b5e03bb696a25d69d10ac736a737a67cf3d2607
[ "MIT" ]
permissive
DrJWCain/DIA-SDK
6bad776c056261fe9e21f03f747526c90172961f
3e64fe45e34c5bc5553cd6ab24b9bf46cb7f46a5
refs/heads/master
2021-01-10T17:08:04.822333
2015-10-13T14:16:07
2015-10-13T14:16:07
44,179,907
3
1
null
null
null
null
UTF-8
C++
false
false
1,880
cpp
#include "stdafx.h" #include "DataMember.h" #include "useful.h" DataMember::DataMember() { } DataMember::DataMember(CComPtr<IDiaSymbol> pIDiaSymbol) : Symbol(pIDiaSymbol) { DWORD tag; checkResult(pIDiaSymbol->get_symTag(&tag)); if(SymTagData != tag) { throw 0; } } DataMember::DataMember(const DataMembe...
[ "james.cain@quantel.com" ]
james.cain@quantel.com
c97d518f308b371b7af1a3c9c2cb2a5f5480de1c
c711368f99932257d7f470dce4e8fc440c6e6503
/tests/matrix_test.cpp
7c34966fdcf3e612e1ac6e137c1f17f5bb9172dd
[ "MIT" ]
permissive
supercamel/EmbeddedToolKit
25fb58438e493776a7dd19c37ffc3dd096518de0
77acf7b3f39a04b49bd25e7423374af38d517dff
refs/heads/master
2023-02-03T16:55:17.879324
2023-01-30T06:41:46
2023-01-30T06:41:46
63,699,801
20
6
null
2018-02-26T20:35:01
2016-07-19T14:16:08
C++
UTF-8
C++
false
false
2,064
cpp
#include "matrix_test.h" #include "out.h" #include <etk/matrix.h> using namespace etk; #include <iostream> using namespace std; /* #include <Eigen/Dense> using Eigen::MatrixXd; */ bool matrix_addition() { Matrix<2,3> a(5,4,3,2,1,0); Matrix<2,3> b(5,6,7,8,9,10); Matrix<2,3> c; c = a + b; for...
[ "samuel.cowen@camelsoftware.com" ]
samuel.cowen@camelsoftware.com
b1ef9c5b2eae47cf657f34a89ab5bfa535e55162
ba089fb37040a27d5cabf3220025e73174e59d69
/04.chapter/02.CompB/CompB.cpp
4d90567a04fd78256c263258e1b2b7b2d5dbb5cc
[]
no_license
goodpaperman/principle
7de67613d2c7cef4c2ec3635e64fa68a12d9a8c1
ffc1b20050f2cc46f942f04e324007ef699d8476
refs/heads/master
2020-05-30T11:04:01.631468
2019-06-01T04:10:10
2019-06-01T04:10:10
189,689,070
0
0
null
null
null
null
UTF-8
C++
false
false
1,553
cpp
// CompA.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #include "ComponentB.h" #include "Factory.h" #include "Registry.h" HMODULE g_hModule; BOOL APIENTRY DllMain( HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved ) {...
[ "haihai107@126.com" ]
haihai107@126.com
76501bfd70b4a05eef6f7c732c8c931c2ccd3b2d
eed348530ed642edfa269ed24746d5e945d1fabc
/vescinterface.h
4bfc7c95a82e59295d5c1315fb2a368b877a448e
[]
no_license
batitous/vesc_tool
f327747ebd4887e299a920ed38dc1f785fa55536
cc35bcac90b82862fc90c696c3f83ca1e85343c2
refs/heads/master
2021-04-18T20:36:13.759195
2019-07-15T08:45:33
2019-07-15T08:45:33
126,341,354
0
1
null
2019-07-15T08:45:34
2018-03-22T13:42:55
C++
UTF-8
C++
false
false
4,399
h
/* Copyright 2016 - 2017 Benjamin Vedder benjamin@vedder.se This file is part of VESC Tool. VESC Tool is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (...
[ "benjamin@vedder.se" ]
benjamin@vedder.se
772c42d6cd9e2aa8b52a2cebcdd95bdcfa16a7a4
208bfdca6a44e6a92f449152e51dc19defb1b495
/include/circle_detection/tumult/tools/Vertex.h
22b7edc4229c712184d39de2f059e161c1b7ed47
[]
no_license
jonathan-schwarz/circle_detection_ros
2c8404af722416e2b84b8551e4c523ccac09c9b4
356b3f44284a134e04d048e9a26d13aea6dc8c7c
refs/heads/master
2020-05-30T16:37:16.573145
2013-09-02T13:55:37
2013-09-02T13:55:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,063
h
#ifndef ___VERTEX__H #define ___VERTEX__H #include <math.h> #include <iostream> #include <assert.h> #include <iomanip> template<typename SCALAR_TYPE, size_t DIMENSION> class Vertex { public: Vertex(); Vertex(const SCALAR_TYPE& init ); Vertex(const Vertex<SCALAR_TYPE,DIMENSION>& other); Vertex(...
[ "youbot@ubuntu.(none)" ]
youbot@ubuntu.(none)
6396ad6f00873f6d1f55c60842f9095ae9b77fce
8a28f36f268e5c9239f2ca5b5a324094b6a181dd
/Line.h
68063aba07862d4d0afca92aeeaa8a6a9142757a
[]
no_license
Junix-honor/Board
fdffc2b01491238b40db99bc01e0dfe0144a4725
c041bfb063e8fdedb9ba2906df0dca7e61d57b36
refs/heads/master
2023-01-28T17:07:45.943019
2020-12-07T15:16:56
2020-12-07T15:16:56
319,358,057
0
0
null
null
null
null
UTF-8
C++
false
false
232
h
#pragma once #include "graph.h" class Line : public graph { public: Line(); ~Line(); Line(const Line& L); void DrawGraph(); Line* renew(); bool IsInGraph(screenPt TP, double error); bool IsEnd(); const char* getType(); };
[ "957824346@qq,com" ]
957824346@qq,com
8ef33d0cfa01b9ec7f35dfac1393f2b57add8667
94db39b9620020f23ecc9a1b4a6cc6a5a55b23a7
/Sort, search algorithms/Вариант б-7/inch_vector.cpp
5c1cf932ef707a0eb57bab2124f80229ab92fac5
[]
no_license
bmvskii/DataStructuresAndAlgorithms
87926b75decc4f47ca0809bfae45f944e3e6b4f3
67b6842fe10156f48132435080ef18c445a851d4
refs/heads/master
2020-03-25T02:03:36.200164
2018-08-02T09:51:33
2018-08-02T09:51:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,007
cpp
#include "inch_vector.hpp" #include <cstring> #include <iostream> #include <cassert> void InchVectorInit ( InchVector & _vector, int _allocatedSize ) { _vector.m_pData = new EnglishLengthUnit[ _allocatedSize ]; _vector.m_nAllocated = _allocatedSize; _vector.m_nUsed = 0; } void InchVectorDest...
[ "evg.rogovoy@gmail.com" ]
evg.rogovoy@gmail.com
94d8196b46f17f70b2a31ada1deca539bf41ea3c
5ae5abff00fdb3c46ac858c5990bdb6976b04f7a
/sensorAgua.ino
da3fe7041a53157e7a8283a88e4277d65cbe384d
[]
no_license
rianmartinez/11-M-memorial
598512de6840014ba525f21e01a5ceca4832d658
f5eb713187abd129ba9582ca0d8031b792073326
refs/heads/master
2023-07-01T16:27:44.561516
2021-08-03T16:49:55
2021-08-03T16:49:55
325,355,338
0
1
null
null
null
null
UTF-8
C++
false
false
465
ino
//FUNCION DE LECTURA DE VALORES DEL SENSOR AGUA #define WATER_SENSOR 4 //Conectado al pin 4 del ESP32 void sensorAgua() { pinMode(WATER_SENSOR, INPUT); } void loopsensorAgua(){ int agua; agua = digitalRead(WATER_SENSOR); if (agua==1){ //cuando sea 1 considero que no hay agua Serial.println("No hay ...
[ "you@example.com" ]
you@example.com
3e95d00777a6fbe904e4362f1a32f3b13cf97b2f
878c373a23c8df91c3c2fe01de9ddea849e60c42
/Engine/src/AnimatedTranslation.cpp
822391d7da6b95c896c01f54b0409a2dd3e5f638
[]
no_license
b-pereira/CG1617
1b8c22db69fd94dc7a8e870ff35a3dbd5bb5e722
0cda2acaa3ce87c86aa592757b5e7900e6c27b7b
refs/heads/master
2022-10-12T11:32:53.828698
2022-08-27T21:05:39
2022-08-27T21:05:39
82,802,438
1
0
null
null
null
null
UTF-8
C++
false
false
1,972
cpp
/* * AnimatedTranslation.cpp * * Created on: 20/04/2017 * Author: rsilva */ #include "AnimatedTranslation.h" #include "GL/glut.h" #include <iostream> #include "Point3d.h" #include "Catmull-Rom.h" #include <cmath> AnimatedTranslation::AnimatedTranslation() : time ( 0 ) { } AnimatedTranslation::Animated...
[ "pereirabruno05@gmail.com" ]
pereirabruno05@gmail.com
c5b86cbff7fafe694459b2082b254d31648c13b8
3f8b288711bb5adc2394171507f54c62dc60c601
/atcoder/abc/145a.cpp
302c1f3f2f35cf3045dede4caf15ba5b6da72511
[]
no_license
pontsuyo/procon
65df6356f0ea1cfb619898d9e8cc6e326c0586e7
804aaeb526946172a8f41e0619712f5989b6b613
refs/heads/master
2021-06-15T15:13:04.441761
2021-03-20T05:26:54
2021-03-20T05:26:54
175,234,672
1
0
null
null
null
null
UTF-8
C++
false
false
511
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int, int> P; #define rep(i, n) for (int i = 0; i < (int)(n); i++) #define chmin(x, y) x = min(x, y) #define chmax(x, y) x = max(x, y) #define MOD (int) (1e9+7) #define INF (int) 2e9 #define LLINF (ll) 2e18 int main(){ int n; strin...
[ "tsuyopon9221@gmail.com" ]
tsuyopon9221@gmail.com
89ac4b6456b7fd4c07651fe56157a5ab0c71cc92
650d7465a173237d244cd58dfafb642ecab5a135
/ejercicios_lista/ejercicios_lista/src/ascendente.cpp
99bb8110ff5ce9b818e1705cca843bf00465d7f4
[]
no_license
ECipolatti/AED
77c4fcb308e4d6b921fdbc524b17737a1d4b533f
2deda197550a32d96acd92890daad0f7fd10ea14
refs/heads/master
2021-04-25T06:18:29.064504
2017-12-11T17:08:18
2017-12-11T17:08:18
113,885,512
0
0
null
null
null
null
UTF-8
C++
false
false
8,697
cpp
// $Id$ /* COMIENZO DE DESCRIPCION En ciertas aplicaciones interesa separar las corridas ascendentes en una lista de n\'umeros $L=~(~a_1,~a_2,~...,~a_n~)$, donde cada corrida ascendente es una sublista de n\'umeros consecutivos $a_i$, $a_{i+1}$, ..., $a_{i+k}$, la cual termina cuando $a_{i+k}>a_{i+k+1}$, y ...
[ "pelecipo@gmial.com" ]
pelecipo@gmial.com
9ccc2aa8e1ba1c10bb87a886ca05495a4c469a13
d62a85e7e7aa9cfad3baf5606463f46b6b66cd4c
/AnKi/Renderer/DownscaleBlur.cpp
4e075c0d4abf4d38e330d8af27fd637ab4a7c7f8
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
code2man/anki-3d-engine
afe71f65ec96d941498cbba30574e3ff30a47b7a
174eaf7fd937eb93d0f6ff3a6389a574e04725cb
refs/heads/master
2023-07-03T14:47:43.960368
2021-08-12T18:50:47
2021-08-12T18:50:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,199
cpp
// Copyright (C) 2009-2021, Panagiotis Christopoulos Charitos and contributors. // All rights reserved. // Code licensed under the BSD License. // http://www.anki3d.org/LICENSE #include <AnKi/Renderer/DownscaleBlur.h> #include <AnKi/Renderer/Renderer.h> #include <AnKi/Renderer/TemporalAA.h> namespace anki { Downscal...
[ "godlike@ancient-ritual.com" ]
godlike@ancient-ritual.com
83c2fe95a8f37a80161e993734604b7c5f9887cc
0d4864ca111609a82e95f0cfe79d0816073c3244
/include/blp/blpapi_name.h
31f952a763037c8c19d0665bb2fd21280225be2a
[]
no_license
Ilya-Grigoryan/Cornerstone_FVM
1c5772894474c07fab6219ede9219faf8c43760f
4dc88655aae1b9b013505b480b67caa8a9f6ef94
refs/heads/master
2020-04-27T18:27:21.437077
2014-02-13T21:07:20
2014-02-13T21:07:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,431
h
/* Copyright 2012. Bloomberg Finance L.P. * * 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, pu...
[ "ilya281989@gmail.com" ]
ilya281989@gmail.com
24105fe60f67a7ce403a9da337ebefe3654869aa
8f6e4aaf22263ad0ae34b8dcaa833c948613f06b
/BattleTank 4.14/Source/BattleTank/Private/TankAimingComponent.cpp
488ed0b0799b4751cd9988b0b99740c9816c30f4
[]
no_license
Weythran/04_BattleTank
c4f79fb6b2f57b183d7b46377ea396021e4e7212
760782a38fa4f26202ec14f20b7c199ab088d68e
refs/heads/master
2021-01-12T21:07:37.766073
2016-12-16T03:43:37
2016-12-16T03:43:37
68,674,486
0
0
null
null
null
null
UTF-8
C++
false
false
3,890
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "BattleTank.h" #include "TankBarrel.h" #include "TankTurret.h" #include "Projectile.h" #include "TankAimingComponent.h" void UTankAimingComponent::Initialise(UTankBarrel* BarrelToSet, UTankTurret* TurretToSet) { Barrel = BarrelTo...
[ "tenkovskiy@yahoo.com" ]
tenkovskiy@yahoo.com
295f8ab42b245e55f8e8b22f9cec4ee19ef1bd70
f021919ba3c6fe61e63bc74b1b57449ba10347c1
/duilib/共享Demo/Duilib扩展交流,请先阅读ReadMeFirst/CommonLib/Duilib11x/UICommonControls.cpp
9e42fe327787a13888d26837a45c5d4f7ad38601
[ "MIT", "Libpng", "Zlib", "Apache-2.0", "BSD-2-Clause" ]
permissive
cnsuhao/ComBase
67809cdd204287da5e7a734b319b4dafc6d266c2
dc44aa7fb6dc9181261d88acada28d52fb18630f
refs/heads/master
2021-06-20T01:40:54.290269
2017-07-23T11:05:40
2017-07-23T11:05:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
84,644
cpp
#include "StdAfx.h" namespace DuiLib { ///////////////////////////////////////////////////////////////////////////////////// // // CLabelUI::CLabelUI() : m_uTextStyle(DT_VCENTER), m_dwTextColor(0), m_dwDisabledTextColor(0), m_iFont(-1), m_bShowHtml(false) { ::ZeroMemory(&m_rcTextPadding, sizeof(m...
[ "Johnny-Martin@users.noreply.github.com" ]
Johnny-Martin@users.noreply.github.com
d23d6f559e5e9c44b513e6cff42c9cbf0f5e01ea
7223467dee9729d6f891064a396513558714ca66
/Program In CPP/helloworld.cpp
125c586cb87e9a0dd75fc9ceb7229324561bb9b5
[]
no_license
zaidajani/Hacktoberfest_2021-1
c2be8d0a9e163a870726bb838055b4b4e526660f
5675f9be7ab12510fdb0b962638905efed9372ca
refs/heads/main
2023-09-04T12:04:01.865557
2021-10-30T06:18:42
2021-10-30T06:18:42
422,800,957
1
0
null
2021-10-30T06:17:39
2021-10-30T06:17:38
null
UTF-8
C++
false
false
96
cpp
#include<iostream> using namespace std; int main(){ cout<<"Hello World!"<<endl; return 0; }
[ "noreply@github.com" ]
zaidajani.noreply@github.com
c675e2e6ee9be13823bc18735acb2e82492710cd
4c23be1a0ca76f68e7146f7d098e26c2bbfb2650
/ic8h18/0.0005/NEOC6KETGF
6816ad683bbab605c0eaafc3de75771a3506fb69
[]
no_license
labsandy/OpenFOAM_workspace
a74b473903ddbd34b31dc93917e3719bc051e379
6e0193ad9dabd613acf40d6b3ec4c0536c90aed4
refs/heads/master
2022-02-25T02:36:04.164324
2019-08-23T02:27:16
2019-08-23T02:27:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
843
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "jfeatherstone123@gmail.com" ]
jfeatherstone123@gmail.com
26b8bcae1ce6a7c4a10a03651b0e423b81822fa9
903767e9e1bd7ae4c273621f2787e8e93ed38553
/Codeforces/Div2/785/F.cpp
ffecec80ce9e4b0fa2159a34b269009acbc5db2c
[]
no_license
itohdak/Competitive_Programming
609e6a9e17a4fa21b8f3f7fc9bbc13204d7f7ac4
e14ab7a92813755d97a85be4ead68620753a6d4b
refs/heads/master
2023-08-04T08:57:55.546063
2023-08-01T21:09:28
2023-08-01T21:09:28
304,704,923
0
0
null
null
null
null
UTF-8
C++
false
false
1,470
cpp
#include <bits/stdc++.h> #include <print.hpp> using namespace std; #define ll long long #define ld long double #define REP(i,m,n) for(int i=(int)(m); i<(int)(n); i++) #define rep(i,n) REP(i,0,n) #define RREP(i,m,n) for(int i=(int)(m); i>=(int)(n); i--) #define rrep(i,n) RREP(i,(n)-1,0) #define all(v) v.begin(), v.end()...
[ "itohdak@gmail.com" ]
itohdak@gmail.com
a9c4a3cb3317fc9e2610cf630115a17158475fb4
8d6d787de31695ce6c0914b17b843e870303abb9
/ImageFilterC++/ImageFilterC++/ImageFilter/Textures/CloudsTexture.h
c4353d32afa02d2ea61e3bbf5347f1192a6a827c
[]
no_license
laloli/ImageFilterC
15527da4858ee0b2b67b08a0c54c4cd0b776ebac
617dd34c816fa9c55a3a83a3806bb0a8948ab947
refs/heads/master
2021-01-12T14:46:21.035764
2012-07-17T05:41:09
2012-07-17T05:41:09
null
0
0
null
null
null
null
GB18030
C++
false
false
2,238
h
/* * HaoRan ImageFilter Classes v0.4 * Copyright (C) 2012 Zhenjun Dai * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by the * Free Software Foundation; either version 2.1 of the License, or (at your * option) an...
[ "daizhj@gmail.com" ]
daizhj@gmail.com
c125442c0cd57c4d4672813fa8ff582ecfdbb259
3f7a258233ce1c88fe91feb7b4cd17437e8e6a9e
/vertexData.h
0a332f8a999d9733a5af958d799a90006f65c915
[]
no_license
VesaVirt4nen/VulkanObjectRenderer
364768facf3faabbfef4122154c645531f7ce6c8
683a31aaf744f7f9d9bb71ba43a3d5e48b085753
refs/heads/master
2023-02-12T02:58:02.054364
2021-01-15T15:33:02
2021-01-15T15:33:02
327,652,819
0
0
null
null
null
null
UTF-8
C++
false
false
611
h
#ifndef VERTEXDATA #define VERTEXDATA #include <glm.hpp> #define GLM_ENABLE_EXPERIMENTAL #include <glm/gtx/hash.hpp> struct vertexData { public: glm::vec3 pos; glm::vec2 texCoord; glm::vec3 color; bool operator==(const vertexData& other) const { return pos == other.pos && color == other.color && texCoord == o...
[ "vesa.virtanen@hotmaik.com" ]
vesa.virtanen@hotmaik.com
73515ffbb9c16a4e298f6fea87266b83e3d6f5e9
71dfe3869c8d3528c6c587dc6f68682c0f2b1205
/sort함수2.cpp
9fa180acbe36d1ef32443b48ef7d00433643f775
[]
no_license
nohtaegeuk/SW_LECTURE
b2e7959c9cd1750137be95c004ab0a058039f9de
e4061dc66a9b69005e5edeadeb4f604138a68a5f
refs/heads/main
2023-04-17T07:59:59.429383
2021-05-06T05:55:38
2021-05-06T05:55:38
325,008,827
0
0
null
null
null
null
UHC
C++
false
false
671
cpp
#include <iostream> #include <vector> #include <algorithm> using namespace std; int main(void) { vector < pair < int, string > > v; //pair는 쌍을 의미. int와 string이 쌍을 이룬다는 의미. v.push_back(pair<int, string>(90, "박한울")); v.push_back(pair<int, string>(85, "이태일")); v.push_back(pair<int, string>(82, "나동빈"...
[ "noreply@github.com" ]
nohtaegeuk.noreply@github.com
c68fb3d31aad35833522ecc2e42ce882059dd2e2
898d977587c06809002cdc86cc66121fba32cc8e
/owGame/WMO/WMO_Part_Fog.cpp
f051d2125e70be35ed453518a2549ff24897270b
[ "Apache-2.0" ]
permissive
websolution10030/OpenWow
e301248ec460059d3389cd8fd3e9da4db7e3af28
84a5539c1f1993484ca60f56974d7c8217061922
refs/heads/master
2023-06-06T01:24:05.615319
2021-06-25T00:29:19
2021-06-25T00:29:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
694
cpp
#include "stdafx.h" #ifdef USE_WMO_MODELS // General #include "Wmo_Part_Fog.h" WMO_Part_Fog::WMO_Part_Fog(const SWMO_FogDef& WMOFogProto) : m_WMOFogProto(WMOFogProto) { color = glm::vec4(m_WMOFogProto.fog.color.r, m_WMOFogProto.fog.color.g, m_WMOFogProto.fog.color.b, m_WMOFogProto.fog.color.a); m_WMOFogProto.posi...
[ "alexstenfard@gmail.com" ]
alexstenfard@gmail.com
879e0eeaa52da2452ccd521b39ea8e01f432799d
d09945668f19bb4bc17087c0cb8ccbab2b2dd688
/yuki/2001-2100/2011.cpp
01c58e19e6fbdae5a8c861b87a224b8dfefce66b
[]
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
932
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
b789bf9da578a5bbb57f2725766cca1100ec0681
1eb8dfa815ab711f06353520e6e895e88e02b872
/jyro_accelerometer/angle_v9/angle_v9.cp
f817d508ffeeda4015afe48936c68a4d9437ae78
[]
no_license
Simu3/RobotLog
bcd0319bfc5c787c5c7ee4a29d546d55c0080124
9c4aa2f5ca658cc57d2340ccfb9fdb614a84f0a3
refs/heads/master
2016-08-08T02:48:52.415656
2015-05-04T07:31:44
2015-05-04T07:31:44
35,020,633
0
0
null
null
null
null
UTF-8
C++
false
false
5,386
cp
#line 1 "C:/Users/i121326/Documents/workspace/robot/jyro_accelerometer/angle_v9/angle_v9.c" #line 17 "C:/Users/i121326/Documents/workspace/robot/jyro_accelerometer/angle_v9/angle_v9.c" void SetUp(); void OutPut(double, double); void Debug(double, double); void AcceleCheck(double, double, double); char Dec2Ascii(c...
[ "simu3.developer@gmail.com" ]
simu3.developer@gmail.com
489590dd5905af24ccb90e644c47fd8652e140d0
3bbdb849378fcd4eedaedcb545b474b7c4703423
/core/src/mapcss/StyleProvider.cpp
d86bd92c97282e3b6058633de33de84af8475719
[ "Apache-2.0" ]
permissive
TechnoBotz/utymap
9104438d5b53b78ed7dd948528370e86fba8b6e3
0f04913f179e9f16ff751cc18011eb0a12f62bde
refs/heads/master
2020-05-23T08:07:48.511998
2016-09-30T21:46:48
2016-09-30T21:46:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,232
cpp
#include "entities/ElementVisitor.hpp" #include "entities/Node.hpp" #include "entities/Way.hpp" #include "entities/Area.hpp" #include "entities/Relation.hpp" #include "mapcss/Style.hpp" #include "mapcss/StyleProvider.hpp" #include "utils/CoreUtils.hpp" #include "utils/GradientUtils.hpp" #include <functional> #include ...
[ "ilya.builuk@gmail.com" ]
ilya.builuk@gmail.com
2b61608f4c03a1267b89654ce213f4516c58f451
8c537e968a6fe71a1fda0dbe70fe9404a6b7d227
/SurviveGameNewNew/SurviveGameNewNew/MyWidgets/MySaveWidget.cpp
f873566b37e7ffe503e6ce74b1f675fec2fa0572
[]
no_license
jkjkil4/SurviveGameNewNew
51cded801b4ffd71ee3fa01fc1308f3c3fbac7cf
6c00c47a19073cc8508ede27f0d9dfd366969a16
refs/heads/master
2021-02-09T20:17:08.739270
2020-05-04T06:51:37
2020-05-04T06:51:37
244,321,360
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
1,046
cpp
#include "MySaveWidget.h" MySaveWidget::MySaveWidget(MyEngine* e, int w, int h, MySave* save, LPD3DXFONT g_pFont, LPD3DXFONT g_pFontSmall, MyWidget* parent) : MyWidget(e, w, h, nullptr, parent), save(save), g_pFont(g_pFont), g_pFontSmall(g_pFontSmall) {} inline void MySaveWidget::_onRender(LPD3DXSPRITE g_pSprite, i...
[ "52841865+jkjkil4@users.noreply.github.com" ]
52841865+jkjkil4@users.noreply.github.com
5cf524f191c7e86ffb2de7ee60de39a936558423
f3d628043cf15afe9c7074035322f850dfbd836d
/codeforces/1468/n/n.cpp
78ef0d660d609cdb2d65a8c7a794968ca0243329
[ "MIT" ]
permissive
Shahraaz/CP_S5
6f812c37700400ea8b5ea07f3eff8dcf21a8f468
2cfb5467841d660c1e47cb8338ea692f10ca6e60
refs/heads/master
2021-07-26T13:19:34.205574
2021-06-30T07:34:30
2021-06-30T07:34:30
197,087,890
5
2
null
null
null
null
UTF-8
C++
false
false
1,173
cpp
#include <bits/stdc++.h> using namespace std; #ifdef LOCAL #include "/debug.h" #else #define db(...) #endif #define all(v) v.begin(), v.end() #define pb push_back using ll = long long; const int NAX = 2e5 + 5, MOD = 1000000007; void solveCase() { vector<int> c(3), a(5); for (auto &x : c) cin >> x; ...
[ "shahraazhussain@gmail.com" ]
shahraazhussain@gmail.com
c828fead699b487f2af2d9c30145615cfaceafd3
4f8e69f9302bfc3c4b9484e174b5cc7de278fce2
/sample/sp/code/main.cpp
67ffb3e767548b7b0da466cb29b6ad42f9332adc
[ "MIT" ]
permissive
245nishiko/simplesp
1d461a72b3be3c650600cea6bd5415a818698475
6a71022dbb9a304e5a68d60885a04906dc78913a
refs/heads/master
2023-02-19T01:47:37.486233
2020-12-06T12:50:58
2020-12-06T12:50:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,024
cpp
#define SP_USE_DEBUG 1 #include "simplesp.h" using namespace sp; int main() { //-------------------------------------------------------------------------------- // zip like encode & decode //-------------------------------------------------------------------------------- { Mem1<int> src; ...
[ "sanko.shoko@gmail.com" ]
sanko.shoko@gmail.com
d4ab18346641f1758fdd9daa5ab0ddfd39bbf32d
43101e21b88d47e8fd4a13c8f0a55e599495dbf6
/resize/mainwindow.h
f684051d1bf7eae1b8580ca0d01e87369e26bb2e
[]
no_license
mbjapzon/resize
1cfbf03e88cf0b836d59696a158511aef4f3e19f
3969a22d5661c024dd63616a03bd5d7cfca9b65d
refs/heads/master
2020-04-04T22:25:13.530894
2018-11-06T21:20:35
2018-11-06T21:20:35
156,323,573
0
0
null
null
null
null
UTF-8
C++
false
false
466
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include "sequenceWidget.h" namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = nullptr); ~MainWindow(); private slots: void on_pushButto...
[ "noreply@github.com" ]
mbjapzon.noreply@github.com
55ad3454d3e9a8490c826d0a29921f60be8833d1
3229832db88314105d7231bd0aef539bc74a98b8
/src/util.cc
1a3235a2cd75caa8e48d97b8cb9f2c8d3f426da3
[ "MIT" ]
permissive
looksgood/spdylay
b2e20b461f21b1150f582a5f64298482746948cf
fc0cfc7faf840af5c99f52e68ea3d8343aab9101
refs/heads/master
2021-01-16T18:08:07.234335
2013-03-01T12:01:45
2013-03-01T12:01:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,582
cc
/* * Spdylay - SPDY Library * * Copyright (c) 2012 Tatsuhiro Tsujikawa * * 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...
[ "tatsuhiro.t@gmail.com" ]
tatsuhiro.t@gmail.com
46bc1cae32ad8b07586d87d7fa4fe29b10055092
50dc1bb36d583884ea7a198d3b605247b54d9dea
/skinchanger.cc/SDK/globals/globals.cpp
0f411e6a50851d8982db67c8c8f1fd218ab97356
[]
no_license
n30np14gu3/skinchanger.cc
c5845a37e921b4722d71cacd6713fc27125ea46c
5e05817ac945de6cb393497084b47a4200750b32
refs/heads/master
2023-01-23T23:14:36.444829
2020-11-25T16:03:15
2020-11-25T16:03:15
236,482,706
5
1
null
null
null
null
UTF-8
C++
false
false
187
cpp
#include "globals.h" #include "../crypto/XorStr.h" namespace globals { string hwid; int last_update = 1579392001; int code; void initGlobals() { last_update = 0; code = 0; } }
[ "darknetsoft@yandex.ru" ]
darknetsoft@yandex.ru
c6df0103c8acc587b217e66ea76073c3e8ab367e
e246116503e60e7e7538f0875fa4829e468ffa49
/shaderLoader.cpp
acab141d6d7e9f00ed4d71c3e8d47dcd297cd45e
[]
no_license
viktorhellqvist/voxel-test
e1418b631cb4e2fed393763a0db35c3161fdd637
029b52c9af435a5af801441dab9d1d15770c5cb1
refs/heads/main
2023-08-29T10:56:47.369785
2021-10-21T20:45:04
2021-10-21T20:45:04
418,400,105
0
0
null
null
null
null
UTF-8
C++
false
false
3,032
cpp
#include "shaderLoader.h" #include <iostream> Shader::Shader(const char* vertexPath, const char* fragmentPath) { // Read the Vertex Shader code from the file std::string VertexShaderCode; std::ifstream VertexShaderStream(vertexPath, std::ios::in); if (VertexShaderStream.is_open()) { std::strin...
[ "vikhe931@student.liu.se" ]
vikhe931@student.liu.se
3a4d16b19bab19704992fd4307757eda82a51a96
7de3b24a478651e60f851276f31d12644ff53c47
/projects/smart_home/src/thread.cpp
c63c1b7ae776362c7602e0d9bd640b1685403d73
[]
no_license
maoral1810/alankri
01203e3a6440d99f6b6f55008b56adb56bc6a319
396fc99d8531acd285349993e08f738525cdeed7
refs/heads/master
2021-07-17T05:47:14.310537
2020-10-13T18:14:05
2020-10-13T18:14:05
218,999,329
0
0
null
null
null
null
UTF-8
C++
false
false
3,830
cpp
#include <pthread.h> // pthread create #include <iostream> // runtime_error #include <cassert> // assert #include <cerrno> #include "thread.hpp" #include "runnable.hpp" #include "thread_exceptions.hpp" namespace smart_home { static void ThreadCreateErrors(int a_status); static bool TimeJoinError(int a_status); Thr...
[ "maoral1810@gmail.com" ]
maoral1810@gmail.com
04232a303576eff82a2aac0070c589e24ae811e9
aee6532e12c540c4debef475dd54c923519df8fe
/test/kmpdemo.cpp
c7ddd5af56eb004db51c04cc0a97957bad386ca0
[ "MIT" ]
permissive
huazhang2/Algorithm
b64b958d8f22b7428e06078ef2d496a3c913540c
63627d84ca8a648049340f0fdc4649c134e0dd3d
refs/heads/master
2020-03-19T13:17:58.984609
2018-06-08T05:25:50
2018-06-08T05:42:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
679
cpp
#include <iostream> #include "mybasic.h" #include "mykmp.h" int main(int argc, char *argv[]) { const char *str = "BBCABCDABABCDABCDABDET"; const char *pattern = "BCDABDE"; int ptLen = strlen(pattern); int kmpIndex = -1; cout << "basic kmp: " << endl; cout << "str = " << str << endl; cout <...
[ "xiangp126@126.com" ]
xiangp126@126.com
0a96bbc728aa6e0aeded71f72888828f85d5b780
c9b454b7d95cb09c21fe133b00a8ae0daf99dcc8
/MemoryDrinker.cpp
345d75d9fcf0f78635419b6b82c43063926c7384
[]
no_license
thiyagu86/sample_projects
1d472aa0a8c4dcb174be42f71efc928e8b90c3d3
d5c2c93d96d0d11e6c2fe3c0a2c1ab611f0d94ed
refs/heads/master
2021-07-14T14:01:09.568435
2020-08-25T15:10:54
2020-08-25T15:10:54
199,885,184
0
0
null
null
null
null
UTF-8
C++
false
false
2,070
cpp
/*Code Snipped for Simulating Different Memory Loads*/ #include <iostream> #include <sys/sysinfo.h> int phys_mem_avail(void) { struct sysinfo info; int err = sysinfo(&info); if (-1 != err) { return (100 - ((info.freeram * 100)/info.totalram)); } else { return -1; } } ...
[ "send2thiyagu@gmail.com" ]
send2thiyagu@gmail.com
3b1e0db31f350cce843bfd8778273d05858789a8
5123b40e2b826124a9c01023d9fec9d511ae544b
/init/init_turtle.cpp
cd4c108bcd0330dbbe0fa39b42a0d890dc9d236e
[ "MIT" ]
permissive
btwooton/logo
0e9a5f6647572f8d3a608891796bd0ea5f4dafed
fb55611a7e42606da7fe0fdc4a501741e1d29552
refs/heads/master
2020-04-29T14:03:05.047858
2019-04-24T03:48:05
2019-04-24T03:48:05
176,185,285
2
1
null
null
null
null
UTF-8
C++
false
false
143
cpp
#include "init_turtle.hpp" Turtle __turtle__; void init_turtle(double x, double y, int a, bool pd) { __turtle__ = Turtle(x, y, a, pd); }
[ "gcowootont@gmail.com" ]
gcowootont@gmail.com
e77e2dda8c1795344d7b34cb9066986f643cf642
4ccadd5be8d3ffa1aaffe528b0786a8a956128aa
/paddle/fluid/framework/ir/fuse_optimizer_ops_pass/fuse_sgd_op_pass.cc
1504f00b27cd6a416761a4227f6c504bb38278bb
[ "Apache-2.0" ]
permissive
yaoxuefeng6/Paddle
1844879647cca7d725b34f2ddf3be65600f5b321
e58619295e82b86795da6d29587a17a3efdc486a
refs/heads/develop
2022-09-06T19:17:26.502784
2020-05-13T03:05:26
2020-05-13T03:05:26
192,290,841
1
0
Apache-2.0
2022-05-23T10:02:47
2019-06-17T06:51:06
C++
UTF-8
C++
false
false
2,484
cc
// Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requir...
[ "noreply@github.com" ]
yaoxuefeng6.noreply@github.com
b9c7262d6ec5f12624d06a23e207d5f8ca4d6d93
db48761fc3cb0f8c702c5e66dbd4b683172e53cc
/euler26.cpp
f3b72c41e5e87da621fb861bf9975341b0784232
[]
no_license
subrataduttauit/Project_Euler
15e0e6e1dd3182c35fd1833d6ece826c96a2db98
9e9b17d6a7d07db23cb7749689bfdfeb0836e09d
refs/heads/master
2020-04-21T00:37:00.450263
2015-08-24T18:59:45
2015-08-24T18:59:45
40,826,511
1
0
null
null
null
null
UTF-8
C++
false
false
792
cpp
/* * Solution to Project Euler problem 26 * by Subrata Dutta * * University Institute of Technology, Burdwan University * Dept. of Information Technology * https://github.com/subrataduttauit * https://in.linkedin.com/in/subrataduttauit */ #include <stdio.h> #include <gmp.h> #define M 1000 int main(void) {...
[ "subrataduttauit@gmail.com" ]
subrataduttauit@gmail.com
94ee47dad36c66bd67aab50f4e9acbdd86d5d1f7
3b4db29ebde79579801d8952e8c84d4fcefb81bc
/PortableTimer.h
4c0f917b4de4eed967993f336f7438b68710886e
[]
no_license
shusenl/simple-glsl-raycaster
beeb5f2b679e89733e3aa7c6050e4a0469ae9ca3
b35ec4317b43924f0f861d0fe8e186224db3c485
refs/heads/master
2021-03-12T21:19:48.424678
2015-10-06T05:37:44
2015-10-06T05:37:44
43,574,771
1
0
null
null
null
null
UTF-8
C++
false
false
831
h
#ifndef _PORTABLE_TIMER_H #define _PORTABLE_TIMER_H #ifdef WIN32 #include <windows.h> #endif //TODO portability class PortableTimer { public: void Init(); void StartTimer(); void EndTimer(); float GetTimeSecond(); private: #ifdef WIN32 LARGE_INTEGER _ticksPerSecond; LARGE_INTEGER _ti...
[ "shusenl@sci.utah.edu" ]
shusenl@sci.utah.edu
b0e1fe68dd80246bc7481ef82b5d03aa35dce320
a28b4a82e787e1a35424386b63a4f9e9cf2f6585
/DSAlgoPrep/WordLadderDFS.cpp
4b4667ab1102a45e577dd6a4bc9bce7f3404c17a
[]
no_license
SorrowfulBlinger/DSAlgoPrep
03e046b0b3ae0caf058b2f75effba936f07dcccf
6400f87d580b8353ecef3b2f085e92ee62d510f8
refs/heads/master
2022-10-20T16:09:50.445299
2020-07-19T18:29:55
2020-07-19T18:29:55
280,924,540
0
0
null
null
null
null
UTF-8
C++
false
false
119
cpp
#include "pch.h" #include "WordLadderDFS.h" WordLadderDFS::WordLadderDFS() { } WordLadderDFS::~WordLadderDFS() { }
[ "purushot@adobe.com" ]
purushot@adobe.com
addd253e1a3c362ab891d9b4e731dd44f921f587
48af55400936b704d3d4458d48cee1b187c8f9d6
/Nhan_Hai_So_Nguyen_Lon.cpp
cdb944f7ed5468032a6eb614ddad0597ba22cdc0
[]
no_license
BuiHuyHieu/BaitapC-Cplusplus
907848c6a4284f314f806ce52258e61207843499
b60e6c1edfddf6ae79779758b574bcaf899919ac
refs/heads/master
2020-04-19T17:16:35.989076
2019-04-29T15:06:23
2019-04-29T15:06:23
168,330,091
0
0
null
null
null
null
UTF-8
C++
false
false
2,181
cpp
#include<bits/stdc++.h> using namespace std; int StoI(char CHAR) { return int(CHAR)-48; } string nhan(string Bignumber, int number) { string tempNumBer=""; int i,sum,mod=0; for(i=Bignumber.size()-1;i>=0;i--) { //int mod=0; char temp = StoI(Bignumber[i]); sum = temp*number+mod...
[ "noreply@github.com" ]
BuiHuyHieu.noreply@github.com
680fa97c804b921412b1e7bca719e7d1fdff2e24
65e13aab6c33b887c93d3150a2da058c2e75dfad
/Easy/Easy028/main.cpp
9ac4cc56150d19b5c1b0c8a476696d58f1e0f1c8
[]
no_license
ianw3214/DailyProgrammer
8e50a6044df41be89706c489a8f5e16227ad84aa
75afe10117bd20cee2f3d9851b864ddcd542f3f2
refs/heads/master
2021-01-19T02:05:05.757632
2017-12-10T07:03:19
2017-12-10T07:03:19
56,127,360
0
0
null
null
null
null
UTF-8
C++
false
false
934
cpp
/* Duplicate finding program */ #include <iostream> #include <vector> // function declarations int getDuplicate(std::vector<int>); int main() { // the vector to put through the function std::vector<int> input = { 1, 5, 6, 7, 2, 3, 4, 9, 2}; // run the function and store to an integer int output = getDuplicate(...
[ "ianw3214@gmail.com" ]
ianw3214@gmail.com
015338e0791115da77283a3c863dd69867f4b2fd
d66e2695d16579ca62ac8f208299606688ab9245
/vulkan/vulkan_handles.hpp
502bc96ba7bd84199885119c36b1053b9e3b99e8
[ "Apache-2.0" ]
permissive
EhmedBelal/Vulkan-Hpp
db756fa7d1652d0e7237f2d1b59ec99ec6359a78
729550951cc290b4e8166ba9b4b2c59cced164fb
refs/heads/master
2023-07-26T21:00:35.494536
2021-09-14T07:38:20
2021-09-14T07:38:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
781,044
hpp
// Copyright 2015-2021 The Khronos Group Inc. // // SPDX-License-Identifier: Apache-2.0 OR MIT // // This header is generated from the Khronos Vulkan XML API Registry. #ifndef VULKAN_HANDLES_HPP #define VULKAN_HANDLES_HPP namespace VULKAN_HPP_NAMESPACE { //=================================== //=== STRUCT forward...
[ "asuessenbach@nvidia.com" ]
asuessenbach@nvidia.com
50515138deb3b7b551ca0b0bf6ce1f70ffd8ab85
c1515b4b1d2f710bc8d9ff637a492bf22596ab07
/src/pattern/dock_pattern_widget.cpp
0a620a8e99ec805c28388d7dbf37fd0d397ee67b
[]
no_license
PeterZs/garment_design
eec0574c142665f664ea1883992e02d79b6690eb
7fd7b280dba05c888404cf8db1b6ac4fd37defef
refs/heads/master
2020-11-29T18:10:28.613057
2017-03-26T14:02:48
2017-03-26T14:02:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,186
cpp
// // Filename : dock_pattern_widget.cpp // Author : Jamie Wither // Purpose : The main widget of the dock for the Pattern module. // Date of creation : 13 Dec 2005 // /////////////////////////////////////////////////////////////////////////////// // LICENSE #include <qcheckbox.h> #incl...
[ "edward2414@gmail.com" ]
edward2414@gmail.com
734169c1372d48441eac5c09e301ea93859caf79
c7350c770088fb682d400fe646b9801765017eed
/src/SdsDustSensor.cpp
16145d98be917376d3740bbfe830e9c280f57f91
[ "MIT" ]
permissive
lewapek/sds-dust-sensors-arduino-library
addd89a157910f19bf2bfe6c0e467dfe330ffb33
ed5917d324cbee938fa61e7c2d301b63d05ef545
refs/heads/master
2022-02-28T20:34:27.550513
2022-02-14T18:41:03
2022-02-14T18:41:03
131,445,447
71
25
MIT
2022-02-16T09:38:11
2018-04-28T21:30:11
C++
UTF-8
C++
false
false
3,163
cpp
#include "SdsDustSensor.h" void SdsDustSensor::write(const Command &command) { for (int i = 0; i < Command::length; ++i) { sdsStream->write(command.bytes[i]); #ifdef __DEBUG_SDS_DUST_SENSOR__ Serial.print("|"); Serial.print(command.bytes[i], HEX); #endif } #ifdef __DEBUG_SDS_DUST_SENSOR__ S...
[ "lewapek@gmail.com" ]
lewapek@gmail.com
faa58e267d0920c88998d7507c84cc1f60d22c43
3b40374043ee732d8e45bac5711f56b9146b347f
/10/105.cpp
3e0572be5ead98c9fab1a3be5d59a1821aa795a7
[]
no_license
hpsdy/c-plus
01e2681ddd410a0f71a93e183d610a355d461313
9077aff1c62136281777a0e03ab2981aa0330fbe
refs/heads/master
2021-01-24T04:08:09.042744
2018-11-03T04:13:07
2018-11-03T04:13:07
122,922,744
0
3
null
null
null
null
UTF-8
C++
false
false
311
cpp
#include"head.h" int main(){ char p[] = {'a','b','\0'}; char cp[] = {*strdup(&p[0]),*strdup(&p[1]),*strdup(&p[2])}; char pp[] = {p[0],p[1],p[2]}; cout<<p<<endl; cout<<cp<<endl; cout<<pp<<endl; cout<<equal(begin(p),end(p),begin(cp))<<endl; cout<<equal(begin(p),end(p),begin(pp))<<endl; return 0; }
[ "1036474541@qq.com" ]
1036474541@qq.com
b5ea1eec6f0ccf12ab710f0c3eaf28d4c9badc73
81bfc38f9c6fc8f99295dbf7b712bce7ec6e2cb2
/fizz/server/ServerProtocol.cpp
8fc5380651285b91e07ddd702bbc62f6b144692e
[ "BSD-3-Clause" ]
permissive
karthikbhargavan/fizz
a058abfda79f6bd5b00173d753810ceddfd28369
0d57338a2ff5e3a57ea0aaf1d9c96a8a04a07164
refs/heads/master
2020-04-07T14:08:10.197743
2018-11-20T05:10:55
2018-11-20T05:18:25
158,434,990
0
0
NOASSERTION
2018-11-20T18:36:04
2018-11-20T18:36:03
null
UTF-8
C++
false
false
71,342
cpp
/* * Copyright (c) 2018-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ #include <fizz/server/ServerProtocol.h> #include <fizz/crypto/Utils.h> #include <fizz/protocol/Certifi...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
1aed340026817b97f251d1eb6b92ee6e147faa29
74c8da5b29163992a08a376c7819785998afb588
/NetAnimal/Game/Coding/Coding/coding.h
8d3d8e430f5b56f2c856f33cbf59a8af3477c110
[]
no_license
dbabox/aomi
dbfb46c1c9417a8078ec9a516cc9c90fe3773b78
4cffc8e59368e82aed997fe0f4dcbd7df626d1d0
refs/heads/master
2021-01-13T14:05:10.813348
2011-06-07T09:36:41
2011-06-07T09:36:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
918
h
#ifndef CODING_H #define CODING_H #include <QtGui/QMainWindow> #include "ui_coding.h" #include <orz/Framework_Component/FrameworkComponentAllInclude.h> #include <orz/Framework_Base/FrameworkBase.h> #include <orz/Toolkit_Base/DynLibManager.h> class Coding : public QMainWindow { Q_OBJECT public: Coding...
[ "ogre3d@yeah.net" ]
ogre3d@yeah.net
ef67da1f42945a747d459fe31a82ca999135596b
3282ccae547452b96c4409e6b5a447f34b8fdf64
/SimModel_Python_API/simmodel_swig/SimModel_Dll_lib/framework/SimWindowType_Window.cxx
822c0b861911d74b17a9acdac7c8c820acd332c6
[ "MIT" ]
permissive
EnEff-BIM/EnEffBIM-Framework
c8bde8178bb9ed7d5e3e5cdf6d469a009bcb52de
6328d39b498dc4065a60b5cc9370b8c2a9a1cddf
refs/heads/master
2021-01-18T00:16:06.546875
2017-04-18T08:03:40
2017-04-18T08:03:40
28,960,534
3
0
null
2017-04-18T08:03:40
2015-01-08T10:19:18
C++
UTF-8
C++
false
false
3,600
cxx
// Copyright (c) 2005-2014 Code Synthesis Tools CC // // This program was generated by CodeSynthesis XSD, an XML Schema to // C++ data binding compiler. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as // published by the Fre...
[ "cao@e3d.rwth-aachen.de" ]
cao@e3d.rwth-aachen.de
70d72fa35691d1629a8a1d725bbdcbf65aa6cbdd
76c2464e21661c56f62da197ab9bcb88d309a005
/CppCollection/IniTurboV3.10.h
a8cb7905b8749f2aa9aa1fbb290e4db5bc9e018b
[ "MIT" ]
permissive
huoyongkai/Wireless360
fbb03c4a9932ae432d50fe5658a5eb81e8134e76
20b458809b16aa05316cbbe98d2aebc10b4ba19f
refs/heads/master
2022-11-11T20:23:11.077025
2020-06-25T03:59:54
2020-06-25T03:59:54
274,699,320
3
0
null
null
null
null
UTF-8
C++
false
false
2,830
h
/** * @file * @brief Turbo codec * @version 3.10 * @author Yongkai HUO, yh3g09 (forevervhuo@gmail.com, yh3g09@ecs.soton.ac.uk) * @date Aug 8, 2010-July 14, 2011 * @copyright None. */ #ifndef INITURBO_H #define INITURBO_H //#define $IniParser //#define $Puncturer #include "Headers.h" #include IniParser_H #includ...
[ "ykhuo@hotmail.com" ]
ykhuo@hotmail.com
f2d30e555d2f98c3bd407a70b973a23a5b2ec6ce
a7764174fb0351ea666faa9f3b5dfe304390a011
/drv/ShapeSchema/ShapeSchema_PColPGeom2d_HArray1OfBezierCurve.cxx
578011a4dedce09a025091239c71778cecf3aa75
[]
no_license
uel-dataexchange/Opencascade_uel
f7123943e9d8124f4fa67579e3cd3f85cfe52d91
06ec93d238d3e3ea2881ff44ba8c21cf870435cd
refs/heads/master
2022-11-16T07:40:30.837854
2020-07-08T01:56:37
2020-07-08T01:56:37
276,290,778
0
0
null
null
null
null
UTF-8
C++
false
false
3,683
cxx
#ifndef _ShapeSchema_PColPGeom2d_HArray1OfBezierCurve_HeaderFile #include <ShapeSchema_PColPGeom2d_HArray1OfBezierCurve.hxx> #endif #ifndef _PColPGeom2d_HArray1OfBezierCurve_HeaderFile #include <PColPGeom2d_HArray1OfBezierCurve.hxx> #endif #include <ShapeSchema_PColPGeom2d_HArray1OfBezierCurve.ixx> #ifndef _Storage_Sch...
[ "shoka.sho2@excel.co.jp" ]
shoka.sho2@excel.co.jp
a719e713d56068179c668d6c6acdd87a6287b4fb
74125d889be8312867038c7ed87db3de8680e14a
/Framework/Framework/source/src/MarchingCube.cpp
258239556459cb1a607af72ca4492a1672a938c0
[]
no_license
leezhongshan/3D-Framework
7c0e29eef618879d8c8f27699ace458777fd134e
a81e9041d893b87787ec5e39d51a314968c24103
refs/heads/master
2021-01-18T10:12:27.464207
2014-12-23T10:11:51
2014-12-23T10:11:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
22,140
cpp
#include "MarchingCube.h" MarchingCubes::MarchingCubes() { } MarchingCubes::~MarchingCubes() { } // the marching cubes algorithm unsigned int MarchingCubes::marchCube(const glm::ivec3& a_pCubeCorners, const glm::vec3& a_pCubeSize, float*** a_fVolume, float a_fVolumeThreshold, glm::vec3* a_pVerts) { unsi...
[ "skweek@live.com" ]
skweek@live.com
d626a28bf9c591685f95f7c89044f3f4342edb07
696e35ccdf167c3f6b1a7f5458406d3bb81987c9
/chrome/browser/ui/webui/downloads/downloads_list_tracker.h
7095a71bab3b37c4ec4d1eeff30418bdcdb6d821
[ "BSD-3-Clause" ]
permissive
mgh3326/iridium-browser
064e91a5e37f4e8501ea971483bd1c76297261c3
e7de6a434d2659f02e94917be364a904a442d2d0
refs/heads/master
2023-03-30T16:18:27.391772
2019-04-24T02:14:32
2019-04-24T02:14:32
183,128,065
0
0
BSD-3-Clause
2019-11-30T06:06:02
2019-04-24T02:04:51
null
UTF-8
C++
false
false
4,918
h
// 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. #ifndef CHROME_BROWSER_UI_WEBUI_DOWNLOADS_DOWNLOADS_LIST_TRACKER_H_ #define CHROME_BROWSER_UI_WEBUI_DOWNLOADS_DOWNLOADS_LIST_TRACKER_H_ #include <stddef....
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
f2650104e2e8303ebf793ef36a42355a4fedeee2
dc2e0d49f99951bc40e323fb92ea4ddd5d9644a0
/Activemq-cpp_3.7.1/activemq-cpp/src/main/activemq/commands/BaseCommand.h
664dd4516579443471760622e9285370a4015a6e
[ "Apache-2.0" ]
permissive
wenyu826/CecilySolution
8696290d1723fdfe6e41ce63e07c7c25a9295ded
14c4ba9adbb937d0ae236040b2752e2c7337b048
refs/heads/master
2020-07-03T06:26:07.875201
2016-11-19T07:04:29
2016-11-19T07:04:29
74,192,785
0
1
null
null
null
null
UTF-8
C++
false
false
5,372
h
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
[ "626955115@qq.com" ]
626955115@qq.com
a8bea2b4ae85853d42b35e782ccbe3260c387fb4
596c55c96b1e14140285180cc5559600fe6275aa
/实训代码/MyJob2/MyJob2/main.cpp
0936605abf68fae0fe42f90dc66dc63cb799915d
[]
no_license
zelda9528/C-code-
939e82fee7f86012cf7eae618e4dec9ec0421731
075fca634e18ec00fdc347033c15c41160e1e52a
refs/heads/master
2023-08-17T00:51:32.072612
2021-09-29T14:23:23
2021-09-29T14:23:23
287,930,689
0
0
null
null
null
null
GB18030
C++
false
false
507
cpp
// MyJob2.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <iostream> using namespace std; string& replace_all(string& str, const string& old_value, const string& new_value) { while (true) { string::size_type pos(0); if ((pos = str.find(old_value)) != string::npos) str.replace(pos, old_val...
[ "2671100876@qq.com" ]
2671100876@qq.com
b3ead584e36884b0376e56f8bc3124171cac22ae
30663cc15919dad4b35ff8e11e7781807d187ee0
/project_NP/keypadlcd.ino
f217ccf7a355fd922fa0b83b77c001767cb0ed0e
[]
no_license
uni3621/Refresh_git
088fe80aabc47413084f64e8c277216d6bab7c58
80453bb7c80c445590bce784c018e336f95d44f9
refs/heads/master
2020-03-18T15:49:30.052776
2018-06-22T12:07:14
2018-06-22T12:07:14
134,930,966
0
0
null
null
null
null
UTF-8
C++
false
false
2,779
ino
#include <LiquidCrystal.h> // include LCD library (standard library) #include <Keypad.h> // include keypad library - first you must install library (library link in the video description) // number of the keypad's rows and columns const byte rows = 4; const byte cols = 4; char keyMap [rows] [cols] = { // define the...
[ "39480716+youngsunglee@users.noreply.github.com" ]
39480716+youngsunglee@users.noreply.github.com
f6fb843f6dbc2c60ee8eb27c34635f4e294fd98e
63405a74cb4e4c9a15d39a336319cdf8c076afae
/test/unit/TestBaseSerialPort.h
d6ad0d7eea5a604d6dca44282cc1c5d88966ef8d
[ "MIT" ]
permissive
oddguid/visualstatus
3fd7e380274a919f3d16fd028eee8a584684ff76
0ac831dfb5ce65e5885e06f041b2fd2162a0287a
refs/heads/master
2016-09-11T01:41:47.778549
2015-03-21T15:42:59
2015-03-21T15:42:59
19,531,067
0
0
null
null
null
null
UTF-8
C++
false
false
1,433
h
#ifndef VST_TESTBASESERIALPORT_H #define VST_TESTBASESERIALPORT_H #include <QtTest/QtTest> #include "../../src/BaseSerialPort.h" namespace unittest { /// Unit tests for BaseSerialPort class. class TestBaseSerialPort : public QObject { Q_OBJECT private slots: /// Tests the default constructor. void defaultCons...
[ "oddguid@oddguid.com" ]
oddguid@oddguid.com
af0989c5582ba46ee91866bd712601589272aedc
5a0a4583a7d88c2dd34df2d67b1556e38cba9d68
/kap41Container_lst177-41unorderedset-init.cpp
f2e06473f92923f6740c2288503fe3743dd87830
[]
no_license
Paul-Arts/cplus
bde0adc63b2d8f32bb6d209696699d0e08c38511
7f90a98bd05f69e8861df99d08011cf042883884
refs/heads/master
2020-12-01T02:00:50.339970
2019-12-28T00:52:26
2019-12-28T00:52:26
230,536,999
0
0
null
null
null
null
UTF-8
C++
false
false
1,099
cpp
#include <unordered_set> //# #include <set> #include <iostream> //# using std::unordered_set; using std::cout; //# template<typename Elem> //# std::ostream& operator<<=(std::ostream&os, const unordered_set<Elem>&data) { //# for(auto &e : data) { os << e << ' '; } return os << '\n'; } //#...
[ "paul@netwerk" ]
paul@netwerk
8fd61c1c9279902196f3cdb13de73a755df3e164
2e852daa4169ed585dd9250b314ddad06500e093
/labs/lab_4/Rational.cpp
37f559fdabdfb444e0d98c6a64d739a3bb2296ff
[]
no_license
EmilBaltaevPSTUAsu/info
6c535ac7daf069eb56a05a4a3c938daad70a2003
189f7f46f9bf2f8b63fe0afdc9e7f68f232dc314
refs/heads/main
2023-04-14T11:06:39.061295
2021-04-19T09:01:50
2021-04-19T09:01:50
359,393,363
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
1,671
cpp
#include "Rational.h" void Rational::set_first(int f) { first = f; } void Rational::set_second(int s) { if (s == 0) { cout << "Ошибка знаменателя, равен 0" << endl; second = 1; } else second = s; } Rational& Rational::operator=(const Rational& r) { if (&r == this) return *this; first = r.first; secon...
[ "swibleperm@gmail.com" ]
swibleperm@gmail.com
726f757d5e56205b4a70f059f1af982dead28296
437ebfc3ee630522b55d94123e00084a24282dd9
/board.h
6b9de423e490ceb89259d1203c6dd315dabafcda
[]
no_license
Chesterrific/Picross
b036b62abaa3a31fa4b62bc4194463ddc5c1c90b
ec789f59196c673520fe7951929da0d4b338ab02
refs/heads/master
2020-03-08T23:58:13.374601
2018-04-06T22:39:31
2018-04-06T22:39:31
128,477,051
0
0
null
null
null
null
UTF-8
C++
false
false
971
h
#ifndef BOARD_H #define BOARD_H #include <fstream> using namespace std; const int BOARD_SIZE = 4; const int HINT_SIZE = 8; class Board{ private: int board[BOARD_SIZE][BOARD_SIZE]; //player board int boardSol[BOARD_SIZE][BOARD_SIZE]; //solution board to be compared to int columnHin...
[ "chesterguinto@gmail.com" ]
chesterguinto@gmail.com
2805ef13a93470206fc77e4922711d70ec73f40b
31a95616e23a8fd692bb4bb133a6574f0a5b27ea
/ProjectShell/Source/ProjectShell/ProjectShell.cpp
6bc9cf3488ddf5d47a6374771565a05ff242b329
[]
no_license
GimmickPouch/ProjectShell
749ce98a99e8f88b24d03c83628b840d132ad18c
79c3772d2526a18a1f36d4cdf260af47334c3331
refs/heads/master
2020-04-14T18:49:40.716219
2019-05-25T15:16:47
2019-05-25T15:16:47
164,034,324
0
0
null
2019-05-10T13:03:46
2019-01-03T23:41:11
C++
UTF-8
C++
false
false
250
cpp
// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved. #include "ProjectShell.h" #include "Modules/ModuleManager.h" IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, ProjectShell, "ProjectShell" ); DEFINE_LOG_CATEGORY(LogProjectShell)
[ "luke.alexander.perry@gmail.com" ]
luke.alexander.perry@gmail.com
c3c9321db845d292fd663612af78bfa623f356fa
4fefd88ca3a20d926fd5db93b0a18a1e7c06d4d4
/MWDS/person.h
da4b2cf58234b2400c9cb8e42c2a1b2cde0b0a9c
[]
no_license
shehryarnaeem/SamplePrograms
d59467680166bfc7c1a8ead7b53ec6b70742c0e4
982b5fa68a8fa741a43c921c60ed9b0dd48b255a
refs/heads/master
2021-01-24T06:49:20.819039
2017-11-09T10:38:17
2017-11-09T10:38:17
93,324,203
0
0
null
null
null
null
UTF-8
C++
false
false
426
h
#ifndef PERSON_H #define PERSON_H #include <QString> class Person { protected: QString name; QString address; QString phone; public: Person(); Person(QString,QString,QString); Person(const Person&); void set_name(QString); void set_address(QString); void set_phone(QString); QSt...
[ "heyshutup@gmail.com" ]
heyshutup@gmail.com
8416c34b520b81b1c19c40439e91010beaa37fa4
ebc022853bb26cec0b0dbf9b8cfeece26f18f64d
/bitstream.cpp
d32430c07faea456fd4686f6c29572ed3f968688
[]
no_license
KaiLangen/multihypothesis
570db69b70a34614d6ab7c2ce885bff1716ef612
86f1976c512536bc75e05da67c7f327354947eb6
refs/heads/master
2020-04-23T12:51:24.054962
2019-06-21T20:15:52
2019-06-21T20:15:52
171,182,927
0
0
null
2019-06-05T16:47:36
2019-02-17T23:07:49
C++
UTF-8
C++
false
false
3,549
cpp
#include <cassert> #include <iostream> #include "bitstream.h" // ----------------------------------------------------------------------------- // ----------------------------------------------------------------------------- Bitstream::Bitstream(int bufferCapacity, FILE* fileHandle) { _fileHandle = fileHandle; ...
[ "kai.langen@usask.ca" ]
kai.langen@usask.ca
5e0437b40b74ff682777bd05b6d6432e5db59a77
9904f7d5e8a28fd9f863510d5f17cb87d0693295
/main.cpp
96b9f9db1fb4d26cab5aa001aa930e1ef1f25a58
[]
no_license
libra581/QtCheckBox
62dc08e063ddd4cc378c67758f34f95946cd846b
a83b838be20909458297f5b1e5e05a1443c21ea2
refs/heads/main
2023-03-03T09:53:03.840240
2021-02-12T06:55:30
2021-02-12T06:55:30
337,724,301
0
0
null
null
null
null
UTF-8
C++
false
false
1,883
cpp
/************************************************* * * Наименование: Пользовательский (кастомный) СheckBox * Версия: 1.0 * Дата написания: 01.05.2019 * Используемый язык: Qt/C++ * Написал: Семенов Д.С. * * Описание цели программы: * Программа демонстрирует работу с кастомным классом checkbox'a * myCh...
[ "semdima14@mail.ru" ]
semdima14@mail.ru
73599f8cddc9f575f468249340030956163375d3
8cc637d830b30b6c2cddcde8dfcfc6f578e553df
/src/ukf.cpp
923a853a104d0e255178b4a13ecd31f7f1962b9d
[]
no_license
gauti1311/SFND_Unscented_Kalman_Filter
5bd1ee0d398d82770aec22c4042adc04c4b9f2c7
c96583ad69622e2904006312eb23b06b9d53ebdd
refs/heads/master
2023-02-25T08:22:25.542858
2021-01-31T15:16:47
2021-01-31T15:16:47
256,785,431
0
0
null
null
null
null
UTF-8
C++
false
false
13,081
cpp
#include "ukf.h" #include "Eigen/Dense" #include "iostream" using namespace std; using Eigen::MatrixXd; using Eigen::VectorXd; /** * Initializes Unscented Kalman filter */ UKF::UKF() { // if this is false, laser measurements will be ignored (except during init) use_laser_ = true; // if this is false, radar me...
[ "gautam1311@yahoo.com" ]
gautam1311@yahoo.com
983ee6b9281d98e5cd95f2c53e3d72e3e3d25bc6
6ced41da926682548df646099662e79d7a6022c5
/aws-cpp-sdk-sagemaker/include/aws/sagemaker/model/AutoMLCandidateGenerationConfig.h
82ee42ddee2d483b246f8c709a84388eb9ea9489
[ "Apache-2.0", "MIT", "JSON" ]
permissive
irods/aws-sdk-cpp
139104843de529f615defa4f6b8e20bc95a6be05
2c7fb1a048c96713a28b730e1f48096bd231e932
refs/heads/main
2023-07-25T12:12:04.363757
2022-08-26T15:33:31
2022-08-26T15:33:31
141,315,346
0
1
Apache-2.0
2022-08-26T17:45:09
2018-07-17T16:24:06
C++
UTF-8
C++
false
false
7,531
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/sagemaker/SageMaker_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { namespace Utils { namespace Json { class JsonValue; c...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
6fb249b8d995042d86e5b4ddb99a318c090fd18a
7e21e6f21a53af41f8a87a05aa544b347713c7de
/Activities/Linked List/stackedlinklist.cpp
f3f021dda1c43965858457bc328ee65c15ffb0bb
[]
no_license
subalouis/CPP-Code-Base
7e96f8967213b51e78754fa20fcb017ae266c3d2
803a19fc36c779643ac7ecf9933e8d8198ebd99f
refs/heads/main
2023-03-07T13:47:08.114485
2021-02-17T07:41:50
2021-02-17T07:41:50
339,597,662
0
0
null
null
null
null
UTF-8
C++
false
false
419
cpp
#include <iostream> #include <stack> using namespace std; int main (){ stack <int> stack1,stack2; for (int i=10;i<=50; i+=10){ stack1.push(i); stack2.push(i); } if (!stack1.empty()){ cout <<"List is Empty!"<<endl; } while (!stack1.empty()){ cout<< stack1.top()<<" "; stack1.pop(); } cout<< endl; w...
[ "51257898+subalouis@users.noreply.github.com" ]
51257898+subalouis@users.noreply.github.com
3dc2563d98d3eb3ee4c9419046f554f4c762fbf8
57b7f4d8721504aeb88c715f323e897828436780
/arduino_code/arduino_code.ino
4857aea95153b62d93c0092b67fb10bfb9b4e47a
[]
no_license
Youngermaster/Arduino-Car-Controller
fdcca0ef6938a30dacbb32a7f13e422e593dbbca
0eef65c5546f5236af016f013603c4fafa7d55e0
refs/heads/master
2020-09-12T19:12:16.057684
2019-12-31T12:12:54
2019-12-31T12:12:54
222,522,171
0
0
null
null
null
null
UTF-8
C++
false
false
2,245
ino
/** Car Bluetooth Arduino Controller Author: Juan Manuel Young Hoyos. */ #include <SoftwareSerial.h> // You can change the pins #define BLUETOOTH_TX 50 #define BLUETOOTH_TD 51 #define MOTOR_1_A 22 #define MOTOR_1_B 23 #define MOTOR_1_PWM 24 #define MOTOR_2_A 27 #define MOTOR_2_B 28 #define MOTOR_2_PWM 29 con...
[ "jmyoungh@eafit.edu.co" ]
jmyoungh@eafit.edu.co
1665baf4105f2970a57a4bdc5169753fc7ee22f5
ddd80bc1939f9e51ab1fd0b883767572fbd5d3b4
/Week 1/BitManipulation_7.cpp
ae0c3bab9b729afd980803bafa227fa5884cd36e
[]
no_license
preksha121/IPMP
e03c75e5a142557fbd4e05eb31fad4c4532f5c5d
1b07371bbc9a15f24f2324b89dca3a40d3e2257b
refs/heads/main
2023-06-05T16:19:05.758340
2021-06-25T18:15:03
2021-06-25T18:15:03
352,301,608
0
0
null
null
null
null
UTF-8
C++
false
false
236
cpp
#include <bits/stdc++.h> using namespace std; int f(int n) { return n & (n - 1); } int main() { int n; cin>>n; cout<<"The number after unsetting the"; cout<<" rightmost set bit "<<f(n); return 0; }
[ "noreply@github.com" ]
preksha121.noreply@github.com
05e5d3e3df983301f7c20dc2167188300b0d24c0
814d5d3d79dbb4468d82a0e57277f57b09a62c17
/darwin/Framework/include/CM730.h
ff4746eb7ffb1adfbcf5208130330e78ca858566
[]
no_license
rsmrafael/DarwinWalking-Repository
a64ce41d8a9f80e528fae8296222fa810f292e26
b08d1fd10d36abb62fa01536de7298e83e69fd58
refs/heads/master
2021-01-10T04:30:29.684386
2015-10-08T01:06:57
2015-10-08T01:06:57
43,387,421
4
0
null
null
null
null
UTF-8
C++
false
false
4,733
h
/* * CM730.h * * Author: ROBOTIS * */ #ifndef _CM_730_H_ #define _CM_730_H_ #include "MX28.h" #define MAXNUM_TXPARAM (256) #define MAXNUM_RXPARAM (1024) namespace Robot { class BulkReadData { public: int start_address; int length; int error; unsigned ch...
[ "rafael.sebatiaomiranda@mail.utoronto.ca" ]
rafael.sebatiaomiranda@mail.utoronto.ca
31358c652e4d50316c90088a4935641546f3b4b1
c1deb83dfe59041431114f98445fa02f362fafd0
/src/10_alignment.cpp
d82766e2c61cf8f0cd1a256e1dcc711768c7e481
[]
no_license
a-nooj/3d-object-reconstruction-kinect
8ea7b4a46a123d12a8f859671b9036918995604e
73e89ec810d924dad7689fb68d081792f316d16a
refs/heads/master
2022-03-18T07:39:02.195228
2019-11-21T17:47:55
2019-11-21T17:47:55
11,278,433
5
0
null
null
null
null
UTF-8
C++
false
false
4,844
cpp
#include <vector> #include <string> #include <pcl/console/parse.h> #include <pcl/io/pcd_io.h> #include <pcl/registration/ia_ransac.h> #include <pcl/registration/icp.h> #include <pcl/features/fpfh.h> #include <pcl/kdtree/kdtree_flann.h> int main (int argc, char ** argv) { pcl::PointCloud<pcl::PointXYZRGB>::Ptr source ...
[ "anujpasricha01@gmail.com" ]
anujpasricha01@gmail.com
761014eec206d463ccba51885bd7b5094d48389a
a15950e54e6775e6f7f7004bb90a5585405eade7
/ui/app_list/views/expand_arrow_view.cc
4fb6d2dfe0d7a3d9c3f1883434b6d6421d339bdb
[ "BSD-3-Clause" ]
permissive
whycoding126/chromium
19f6b44d0ec3e4f1b5ef61cc083cae587de3df73
9191e417b00328d59a7060fa6bbef061a3fe4ce4
refs/heads/master
2023-02-26T22:57:28.582142
2018-04-09T11:12:57
2018-04-09T11:12:57
128,760,157
1
0
null
2018-04-09T11:17:03
2018-04-09T11:17:03
null
UTF-8
C++
false
false
10,734
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 "ui/app_list/views/expand_arrow_view.h" #include <memory> #include <utility> #include "base/bind.h" #include "base/metrics/histogram_macros.h" ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
15e825db78ab9c0381014aeca8c37cc8922cb7b7
68bd54635d86cbf9661551e2117c0bf7a452fb54
/test_1/test_1_git/main.cpp
f24ae493cbd203bd159fe0f173c9af551c1d059a
[]
no_license
Jurgen1313/test
e104b3dac64c7e20ea7bda1d3d5cc197eda30f10
c0a155807cea956926617ebb6ffe9082c6d6b528
refs/heads/master
2021-01-21T09:38:12.080833
2017-07-19T18:44:23
2017-07-19T18:44:23
91,661,739
0
0
null
null
null
null
UTF-8
C++
false
false
283
cpp
#include <iostream> using namespace std; int main(int argc, char *argv[]) { cout << "Hello World!" << endl; cout << "Test project 1" << endl; cout << "Test project 2" << endl; cout << "Test project 3" << endl; cout << "Test project 4" << endl; return 0; }
[ "jazuk.jurij@gmail.com" ]
jazuk.jurij@gmail.com
fdd331340b0ceccd4b8c5b2c3eaacc9dc802ed0f
5f3f9360eb91b7c6d9032d4897b092705325a6af
/1611/main.cpp
8ebe5101fa0a0a247e5135fc5ad00e8e2f688377
[]
no_license
luigidcsoares/uri
ff2cb2ad63a79f22b672ebe780d3cad892b2df0a
a41bd2c7f9f32553110e2b698543fd14858b203b
refs/heads/master
2022-12-27T14:30:15.536559
2020-10-11T23:21:25
2020-10-11T23:21:25
303,012,518
0
0
null
null
null
null
UTF-8
C++
false
false
3,715
cpp
#include <iostream> using namespace std; // Note: Cormen 3ed. (english), page 31 (modified a little bit to sort in // descending order). void merge(int *A, int p, int q, int r) { int n1 = q - p + 1; int n2 = r - q; int L[n1 + 1], R[n2 + 1]; for (int i = 0; i < n1; i++) L[i] = A[p + i]; for (int j...
[ "luigidcsoares@gmail.com" ]
luigidcsoares@gmail.com
4559723d20df457472c52594a35e739139edd1cf
8ecdbfc9e5ec00098200cb0335a97ee756ffab61
/games-generated/Stencyl_Vertical_Shooter/Export/windows/obj/src/openfl/errors/IOError.cpp
7db171f36d200a9b09701777b377edf3a2d78726
[]
no_license
elsandkls/Stencyl_VerticalSpaceShooter
89ccaafe717297a2620d6b777441e67f8751f0ec
87e501dcca05eaa5f8aeacc9f563b5d5080ffb53
refs/heads/master
2021-07-06T11:08:31.016728
2020-10-01T05:57:11
2020-10-01T05:57:11
184,013,592
1
0
null
null
null
null
UTF-8
C++
false
true
3,314
cpp
// Generated by Haxe 3.4.7 #include <hxcpp.h> #ifndef INCLUDED_openfl_errors_Error #include <openfl/errors/Error.h> #endif #ifndef INCLUDED_openfl_errors_IOError #include <openfl/errors/IOError.h> #endif HX_DEFINE_STACK_FRAME(_hx_pos_f56cae0bb14fb04e_13_new,"openfl.errors.IOError","new",0xdfaba8cf,"openfl.errors.IOEr...
[ "elsandkls@kidshideaway.net" ]
elsandkls@kidshideaway.net
c966fa5d2efd0955f5fde5fae461dfbafd2af6b1
9c5a7750e380f9e882c8e2c0a379a7d2a933beae
/LDS/DesCrossLjbDlg.h
2bda8e98b270b1dfa1f5de6153b8c5d87cadbacf
[]
no_license
presscad/LDS
973e8752affd1147982a7dd48350db5c318ed1f3
e443ded9cb2fe679734dc17af8638adcf50465d4
refs/heads/master
2021-02-15T20:30:26.467280
2020-02-28T06:13:53
2020-02-28T06:13:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,333
h
#if !defined(AFX_DESCROSSLJBDLG_H__3BECFC26_D9B6_4349_B008_A7492FC0A4CF__INCLUDED_) #define AFX_DESCROSSLJBDLG_H__3BECFC26_D9B6_4349_B008_A7492FC0A4CF__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DesCrossLjbDlg.h : header file // ////////////////////////////////////////////////////////////...
[ "wxc_sxy@163.com" ]
wxc_sxy@163.com
dc4cba741572a883fa0c5adf65e23d99705e1e05
bb5371b9a1574654760dbc2627f7fe542d3be1bd
/ppp/ppp_module.h
7a6af10f98cc3dd945ca181568c037c100ec5ab6
[ "BSD-3-Clause" ]
permissive
roxell/odp-example-sisu
60bec41c27b118fe9988bcca7882af0f88e240d5
a0896101fada5840aa49868c4aef0139ea9e3b5d
refs/heads/master
2021-01-17T22:00:42.659199
2016-09-08T14:18:54
2016-09-08T14:34:28
67,710,707
0
0
null
2016-09-08T14:31:33
2016-09-08T14:31:33
null
UTF-8
C++
false
false
1,265
h
/* Copyright 2015, ARM Limited or its affiliates. All rights reserved. */ //Packet Processing Pipeline - module definitions #ifndef _PPP_MODULE_H #define _PPP_MODULE_H #include <stdint.h> #include <stdlib.h> #include <odp.h> #include "stdatomic.h" #include "ppp_graph.h" class ppp_packet; class ppp_graph; union ppp_...
[ "ola.liljedahl@arm.com" ]
ola.liljedahl@arm.com
43255b9798c21dca7bd163c7d73a1f8222e009bd
c5a22b55781c5aa18cd8ddbbaabdf6e4f4bf3ed4
/include/jadesoul/utils/str.hpp
bc6891d54ebf0b114d8e5cccd3363b92f5a8d9f0
[]
no_license
jadesoul/jadesoulpp
fc575db15d37d2290835c9d924def5531f736657
7a6bd0b8a36951a5de5420028297a45b04d17951
refs/heads/master
2021-01-25T12:08:42.713083
2012-08-30T07:15:37
2012-08-30T07:15:37
5,610,275
1
0
null
null
null
null
UTF-8
C++
false
false
17,422
hpp
#ifndef STR_HPP_1324997558_33 #define STR_HPP_1324997558_33 /** * File: str.hpp * Description: * * Copyright (c) 2011 Jadesoul (Home Page: http://jadesoul.org) * Licensed under the GNU General Public License: * http://www.gnu.org/licenses/gpl.html * * Date: 2011-12-27 22:52:38.326000 * Written In: Peking Uni...
[ "wslgb2006@gmail.com" ]
wslgb2006@gmail.com
1d8671c64ba0edcb1e9e8988ef2e66984525375b
32d79fd164614b06fb976721f980c068ee348abe
/tutorials/FollowMe2LearnQt/projects/01_01_HelloWorld/GeneratedFiles/qrc_HelloWorld.cpp
7fbee842b2c73bea98b0c0ec70f4aa7016621bda
[ "MIT" ]
permissive
Ubpa/LearnQt
3bf494237c0a2eedbee176c9096ac53843aff314
e0d7f436dcc7c8f91f420d9265b411e5e783553d
refs/heads/master
2020-04-18T03:16:41.082962
2019-01-26T08:05:46
2019-01-26T08:05:46
167,193,088
1
1
null
null
null
null
UTF-8
C++
false
false
1,369
cpp
/**************************************************************************** ** Resource object code ** ** Created by: The Resource Compiler for Qt version 5.12.0 ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #ifdef QT_NAMESPA...
[ "641614112@qq.com" ]
641614112@qq.com
acc6f82536234460f6da46250d9c57371a999363
8f7e1783102f8d7eb7766e53426b5668fa6a328a
/web_code/web/visualization_simulator.h
e8c0c7a3b29a333553447d2e56663312f4f513c7
[]
no_license
parkpatt/bus-simulation
362d928246af2060c4a53d4fca5348eab9f977c3
6ceefe2d2b25e3417fba78ed49c17ddccc9255d7
refs/heads/main
2023-03-27T20:23:52.984349
2021-03-17T17:20:44
2021-03-17T17:20:44
348,787,611
0
0
null
null
null
null
UTF-8
C++
false
false
1,316
h
/** * @file visualization_simulator.h * * @copyright 2020 Parker Patterson * * @brief The header file for the visualization simulator */ #ifndef VISUALIZATION_SIMULATOR_H_ #define VISUALIZATION_SIMULATOR_H_ #include <vector> #include <list> #include <ctime> #include "./web_interface.h" #include "../../src/confi...
[ "noreply@github.com" ]
parkpatt.noreply@github.com
5d083596e136279278c31d08ccc63ae160f55dbb
57c478cc5536aa9a76f0829fc9ac903331774ff0
/Source/NoTolerance/Item/Item.cpp
b86a12fbe9971ebdf6aae41cb7b068c14bccec67
[]
no_license
cmduilio/NoTolerance
b3ef3cad6c44310d3af7b366c2499ae9816e5e24
99494079411e487e07837c3242ae5cec90dceb37
refs/heads/master
2023-07-02T07:53:11.043282
2021-08-08T21:48:30
2021-08-08T21:48:30
353,871,318
0
0
null
null
null
null
UTF-8
C++
false
false
253
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "Item.h" UItem::UItem() { DisplayName = FText::FromString("Name"); ActionText = FText::FromString("Action"); Description = FText::FromString("Description"); }
[ "cmduilio@gmail.com" ]
cmduilio@gmail.com
668ad63cda89fbf23ded34788318b1dcb8331254
f212bb7e8e104e064eb5c22467e13e8164558c6c
/server_STM32/src/main.cpp
83170ec27f02a3687886836d759224191a850dfd
[]
no_license
renelamo/Kcockpit
cb716f6bfcb0c24bccdec1b897fb391f137c9eb1
5998f1cbb8c46a2cc5c240b9e1374846e7e94cbb
refs/heads/master
2022-10-22T06:55:19.344824
2021-04-05T14:36:35
2021-04-05T14:36:35
177,197,490
0
0
null
2022-10-04T23:59:16
2019-03-22T19:22:29
C
UTF-8
C++
false
false
1,483
cpp
#include "Arduino.h" #include "Comm.h" #include "OutputsManager.h" #include <InputsManager.h> OutputsManager* omgr; InputsManager* imgr; HardwareTimer* timer; void print_sizes(){ Serial.print("long ");Serial.println(sizeof(long)); Serial.print("long long ");Serial.println(sizeof(long long)); Serial.print(...
[ "remi.lamiaux@telecom-sudparis.eu" ]
remi.lamiaux@telecom-sudparis.eu
3fd7322236ca7fe3efbb26db8446d15d487b0d20
e922b11f390758e0ca2f40174c0dbef11aef97bf
/Team Member Specfic/Aaron/Old BTS Material/dialog.h
fb3302e482304950b31688ef7adf7a1e5ca2ab31
[]
no_license
AaronPatterson1/RaspiCameraSystem
aa15366e5171b8d6cfaa79515c89537276a39a66
2cfc75162ee2f66d1aeb714740a02bae1c11890c
refs/heads/master
2021-08-31T22:49:38.285713
2017-04-10T20:38:10
2017-04-10T20:38:10
115,179,531
0
0
null
null
null
null
UTF-8
C++
false
false
586
h
#ifndef DIALOG_H #define DIALOG_H #include <QDialog> #include <QTcpSocket> namespace Ui { class Dialog; } class Dialog : public QDialog { Q_OBJECT public: explicit Dialog(QWidget *parent = 0); ~Dialog(); QTcpSocket *m_pClientSocket; private slots: void displayError (QAbstractSocket::SocketError ...
[ "blank" ]
blank