blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
260 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
11.4k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
80 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
8
9.86M
extension
stringclasses
52 values
content
stringlengths
8
9.86M
authors
listlengths
1
1
author
stringlengths
0
119
d484adc16f72b9f381db49e0491824ee4b2ff217
8afb5afd38548c631f6f9536846039ef6cb297b9
/_REPO/MICROSOFT/cocos2d-x/cocos/editor-support/cocostudio/CCComBase.h
8479e36220969f009de8f87ba1fde25f11777754
[ "MIT" ]
permissive
bgoonz/UsefulResourceRepo2.0
d87588ffd668bb498f7787b896cc7b20d83ce0ad
2cb4b45dd14a230aa0e800042e893f8dfb23beda
refs/heads/master
2023-03-17T01:22:05.254751
2022-08-11T03:18:22
2022-08-11T03:18:22
382,628,698
10
12
MIT
2022-10-10T14:13:54
2021-07-03T13:58:52
null
UTF-8
C++
false
false
2,389
h
/**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. http://www.cocos2d-x.org 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 So...
[ "bryan.guner@gmail.com" ]
bryan.guner@gmail.com
929c531a6c5e2935e954784f4b6e25a3b0d2353b
2eb76d0e7de1292e885e6069421c49180cf607ea
/zimodem/zimodem/zimodem.ino
4b5b6dd256eef4f5078c49df5cfc4eff4bccb76b
[ "Apache-2.0" ]
permissive
StuartSeeley/Link232-Wifi
8fa2f508c11d0dcfe8ae382fe284e7e08f655e98
167b1bb02e0688d866754bb09d88365e3120ee16
refs/heads/master
2023-06-15T17:31:19.977686
2021-07-12T02:58:49
2021-07-12T02:58:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,682
ino
/* Copyright 2016-2019 Bo Zimmerman 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...
[ "dabone@gmail.com" ]
dabone@gmail.com
b8ff0be3b3a53f2fc09b5af5f77c1ae7d931a75c
6e5a9fbd9d60c2bcafd7c7d8b4fa0fffd3d8c132
/src/test.cpp
b0d64bdfac6d75f91314383c8df6929f0a8f98e6
[]
no_license
ZhaoChunYao/GoLite-Compiler
d53a17ec8fec8572814a3893e39ef690f2aac4ef
48f458f21866bd4b0b4df4cc43ba2683df7d1077
refs/heads/master
2022-12-10T04:14:36.433007
2020-09-08T00:20:12
2020-09-08T00:20:12
293,652,182
0
1
null
null
null
null
UTF-8
C++
false
false
123
cpp
#include <iostream> #include <string> #include <array> #include <vector> using namespace std; int main() { int j = 0 ; }
[ "chunyao.zhao@mail.mcgill.ca" ]
chunyao.zhao@mail.mcgill.ca
d70a405dc3850598a9fee5eb63b99a6f18e61b1d
85b157d4ea0125ccd821169e1f296db5e41a8991
/src/ofApp.cpp
cb9435bfc44f1d1b69a11de876cdc76124a40c0d
[ "MIT" ]
permissive
fishkingsin/whiteSpace
d968d7c7e5860ab5fb7096fa2a4d45f49baff604
e7706b0e1365dd210bf12d3262e0e3dc0db8956d
refs/heads/master
2020-03-30T06:58:31.246277
2015-06-21T16:19:34
2015-06-21T16:19:34
37,815,682
0
0
null
null
null
null
UTF-8
C++
false
false
6,000
cpp
#include "ofApp.h" //-------------------------------------------------------------- void ofApp::setup(){ ofSetFrameRate(25); // ofSetBackgroundAuto(false); ofSetLogLevel(OF_LOG_VERBOSE); ofEnableAlphaBlending(); ofEnableArbTex(); kinect.setRegistration(true); kinect.init(); kinect.open()...
[ "fishkingsin@gmail.com" ]
fishkingsin@gmail.com
77230c7bc68da8299d23e910dd417966cad133ad
366d6d990cfd02a8592cb6c3a192145a077be01a
/C_plus/chapter5/5_1/ex_2/ARR.cpp
624f4fdcb24deaccd006986fa518f88d6f9602e1
[]
no_license
gd5512/xuexi
50e7f14555ba22c6024e1c1f56d376c0c429ca56
f684506a40a508e3971e6388df847aeb5bf9374c
refs/heads/master
2020-03-07T10:20:06.456986
2018-09-20T12:45:10
2018-09-20T12:45:10
127,428,979
0
0
null
null
null
null
ISO-8859-7
C++
false
false
702
cpp
#include<iostream> #include<cmath> using namespace std; int main() { int queen[8]; int total=0; int i,j,k; for(i=0;i<8;i++)queen[i]=0; for(i=1;;){ if(queen[i]<8){ k=0; while(k<i&&(queen[k]-queen[i])&&(abs(queen[k]-queen[i])-abs(k-i)))k++; if(k<=i-1) { ...
[ "noreply@github.com" ]
noreply@github.com
2f72dc5f199c89447ead3bc512ec1fdf4e199bd6
3e09c615deb22f171be1b8acec8ad969c03c9d06
/src/slamEnd.cpp
cad89008ffa7a5714c0497a5ddabc19e2d44854b
[]
no_license
santoshdahal2016/LearningRGBD-SLAM
d98983b0e58577b61f8b3b846ed6ad5f5b95cfb2
08ab2d94a5e55e6554dadfe774d4d8d03bfbdfe8
refs/heads/master
2022-04-14T08:45:02.896138
2020-04-11T08:27:08
2020-04-11T08:27:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,360
cpp
#include <iostream> #include <fstream> #include <sstream> using namespace std; #include "slamBase.h" #include <g2o/types/slam3d/types_slam3d.h> #include <g2o/core/sparse_optimizer.h> #include <g2o/core/block_solver.h> #include <g2o/core/factory.h> #include <g2o/core/optimization_algorithm_factory.h> #include <g2o/cor...
[ "webtutor2016@gmail.com" ]
webtutor2016@gmail.com
5df56ad12d3a37021227a02a9afc97d62aa11295
b8bc365f96bf72b4706d03db181f79946e5ca234
/DirectX11/Bindable.cpp
cf033694602894c27655b609323df5311501b5a2
[]
no_license
minkipro/myDirectX11
4d37801914b083d27b5c22c0b3d8c8132112b1cb
d072df515e8c0cba1199c27b21c3b5f099337c50
refs/heads/master
2020-08-12T11:28:34.814623
2019-11-11T08:56:58
2019-11-11T08:56:58
214,759,152
0
0
null
null
null
null
UTF-8
C++
false
false
438
cpp
#include "Bindable.h" ID3D11DeviceContext* Bindable::GetContext(Graphics& gfx) noexcept { return gfx.pContext.Get(); } ID3D11Device* Bindable::GetDevice(Graphics& gfx) noexcept { return gfx.pDevice.Get(); } DxgiInfoManager& Bindable::GetInfoManager(Graphics& gfx) noexcept(IS_DEBUG) { #ifndef NDEBUG return gfx.inf...
[ "ghkdalsrl222@gmail.com" ]
ghkdalsrl222@gmail.com
7b6de69447c6c8b80da4f4c78d8f3f8ddb2a0126
f4592210511b2fa752ba38d9d047643c3c87ca31
/wled00/wled05_init.ino
e11d9f9fef28f6c8816b95332d5a845fa96377a9
[ "MIT" ]
permissive
Eisbaeeer/WLED
673cc2d83fb89bd762fb0d0916435a3a6616b1da
e3b9b341fd9d389fb9b5e1d0f1db59ba0d7b7f3c
refs/heads/master
2020-03-29T14:08:22.244647
2018-08-31T20:36:38
2018-08-31T20:36:38
150,000,836
1
0
MIT
2018-09-23T16:04:45
2018-09-23T16:04:45
null
UTF-8
C++
false
false
18,190
ino
/* * Setup code */ void wledInit() { EEPROM.begin(EEPSIZE); showWelcomePage = (EEPROM.read(233) != 233); ledCount = ((EEPROM.read(229) << 0) & 0xFF) + ((EEPROM.read(398) << 8) & 0xFF00); if (ledCount > 1200 || ledCount == 0) ledCount = 10; //RMT eats up too much RAM #ifdef ARDUINO_ARCH_ESP32 if (ledCoun...
[ "cschwinne@gmail.com" ]
cschwinne@gmail.com
42e9012323336ef03a1b9d85b9342b0e3c3c240e
d55755141c0e12552562cca50837020e73737ac7
/source/spring-recruitment/297. Serialize and Deserialize Binary Tree.cpp
d560437f85f7e0da479d6ead91f251199304d0ad
[]
no_license
xulzee/LeetCodeProjectCPP
5452e218b57b5bf28117cab98b163f07bcce7329
129bea6296560676eca4fa9b20fe83dc935a3b92
refs/heads/master
2020-06-26T00:09:27.612312
2020-03-22T09:06:54
2020-03-22T09:06:54
199,463,509
4
1
null
null
null
null
UTF-8
C++
false
false
6,765
cpp
// @Time : 2019/3/20 10:40 // @Author : xulzee // @Email : xulzee@163.com // @Software: CLion #include <iostream> #include <vector> #include <sstream> #include <string> #include <algorithm> #include <queue> #include <stack> #include "utils.h" using namespace std; // Definition for a binary tree node. struct Tre...
[ "xulzee@163.com" ]
xulzee@163.com
5198c934bd1fe6c7dfa0065d37db8699637da2a6
f20e965e19b749e84281cb35baea6787f815f777
/Rec/Calo/CaloReco/src/SubClusterSelectorTool.cpp
185a6ebf7c303f2aabaaab1bf95c98a48db6911a
[]
no_license
marromlam/lhcb-software
f677abc9c6a27aa82a9b68c062eab587e6883906
f3a80ecab090d9ec1b33e12b987d3d743884dc24
refs/heads/master
2020-12-23T15:26:01.606128
2016-04-08T15:48:59
2016-04-08T15:48:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,670
cpp
// Include files // local #include "SubClusterSelectorTool.h" //----------------------------------------------------------------------------- // Implementation file for class : SubClusterSelectorTool // // 2014-06-20 : Olivier Deschamps //----------------------------------------------------------------------------- ...
[ "odescham@cern.ch" ]
odescham@cern.ch
39f5894702730eaba1b310cc490b06b542729677
cba2271b98ab5b6e2a17ff193baed58cdcfc7015
/Week_4/03 Programming Assignment/Example.cpp
ca7f3a38509953751f52d38ef9b8c3e88f99420a
[ "Unlicense" ]
permissive
FakeDefault1/basics-of-c-plus-plus-development-white-belt-1
ddf54dcd55c55ba325dce5468cb1a68c61c5b96f
9ad0aec57a54e505955ad4a93a0636903ba92822
refs/heads/master
2021-09-29T01:25:11.319091
2018-11-22T10:13:07
2018-11-22T10:13:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,346
cpp
#include <iostream> #include <string> #include <vector> #include <algorithm> using namespace std; struct Image { double quality; double freshness; double rating; }; struct Params { double a; double b; double c; }; class FunctionsPart { public: FunctionsPart(char new_operation, double new_...
[ "hitoku@list.ru" ]
hitoku@list.ru
2830e392df7b811785269086120786c2623dc301
8046ceae036515176d89bce65fd0826ae8ae47e9
/src/com/douma/_1_first_day/_125/代码实现_C++.cpp
3c924c9a9987c7005012ec7d3c40b6ef7d868481
[]
no_license
jeffytang/douma_algo_training_camp
6a9de3cf07fb984f3e71d60762ebbde043b094de
637cf4faafcc5ad81ca83556e311b5b3f001ea37
refs/heads/main
2023-04-14T21:34:07.993697
2021-04-23T07:04:54
2021-04-23T07:04:54
357,849,899
3
0
null
null
null
null
UTF-8
C++
false
false
646
cpp
public: bool isPalindrome(string s) { int left = 0; int right = s.size() - 1; while (left < right) { // 忽略左边无效字符 while (left < right && !isalnum(s[left])) { left++; } // 忽略右边无效字符 while (left < right && !isalnum(s[ri...
[ "tangwq_ok@163.com" ]
tangwq_ok@163.com
11dd91ca22c43c065b80260da9ebd3e328004072
66b7e4373e00f66878e762413dff28b18c4e16a9
/C++/Untitled1.cpp
63774dff5281e95370fe305818831f8abfcf5c43
[]
no_license
AoueXD/OLD
9fc459a38132646c30109a745677ccbdf1781e95
b204a5bf7ef0dc85cedf4fa820fa2b0af4de35fe
refs/heads/master
2022-09-30T07:39:41.317940
2020-06-06T07:57:05
2020-06-06T07:57:05
269,551,755
0
0
null
null
null
null
BIG5
C++
false
false
984
cpp
#include <iostream> #include <fstream> using namespace std; int main(){ int i = 0, j = 0, G = 0, temp = 0, k; string name, str1, str2; //沒有長度 ifstream data("data.txt", ios::in); //從外面拿進來; ofstream ofile("ans.txt", ios::out);//appent == 串流; out == 取代 //ofile.open("data.txt"); if(ofile.fail()){ ...
[ "noreply@github.com" ]
noreply@github.com
874856900e8e6047a6f290f0b7d9d5b839f8f264
50588ba0a12e9a3167fe05534a76bda9276b8f1d
/QT Project/JembatanTimbang/mainwindow.cpp
fb01a1140894a5fb64a232ab4484845bfef72704
[]
no_license
hazmi-e205/Jembatan-Timbang
fa7814f61c1bb8f00a356e111acc88a16af60873
b859849713c46e2902675c09b8c99aadef2e0615
refs/heads/master
2021-08-20T08:45:30.103500
2017-11-28T16:36:35
2017-11-28T16:36:35
112,360,454
0
0
null
null
null
null
UTF-8
C++
false
false
12,618
cpp
#include "mainwindow.h" #include "ui_mainwindow.h" QString namaFilenya,alamatFilenya,waktu,tipe,balasanSql; QString alamatPortal,alamatSensor; QTimer *timer1; Mat streamKamera, capture; VideoCapture kamera(0); MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow) { ui->setu...
[ "hazmiarifin@gmail.com" ]
hazmiarifin@gmail.com
057ef04e7dea90e3e5ee3bd69b0aa3e95ff9b6f8
d14b5d78b72711e4614808051c0364b7bd5d6d98
/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
e5b48d9d52c031eb112b9d969ad903b6220adb2e
[ "Apache-2.0" ]
permissive
google/swiftshader
76659addb1c12eb1477050fded1e7d067f2ed25b
5be49d4aef266ae6dcc95085e1e3011dad0e7eb7
refs/heads/master
2023-07-21T23:19:29.415159
2023-07-21T19:58:29
2023-07-21T20:50:19
62,297,898
1,981
306
Apache-2.0
2023-07-05T21:29:34
2016-06-30T09:25:24
C++
UTF-8
C++
false
false
85,909
h
//===-- llvm/CodeGen/GlobalISel/MachineIRBuilder.h - MIBuilder --*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
[ "swiftshader-scoped@luci-project-accounts.iam.gserviceaccount.com" ]
swiftshader-scoped@luci-project-accounts.iam.gserviceaccount.com
12e692b5eaca5dafb252cb9c567aa1a28681cf0a
9415903a8d1bc8d6c0595a72bf4743f91a3bb494
/ProctRadish/Classes/Card.h
1d50d31880d5de0991ad3c6f07113d6df9321c01
[]
no_license
137428/ProtectCarrot
67ddf582d3e610212573fb173d7da57a7326afa7
6aa1c5063c14af913febcf5c1cbf7b54435a3983
refs/heads/master
2023-01-08T14:59:50.292290
2020-11-07T07:36:42
2020-11-07T07:36:50
310,550,728
1
0
null
null
null
null
UTF-8
C++
false
false
389
h
#ifndef __CARD_H__ #define __CARD_H__ #include "cocos2d.h" #include "DataClass.h" USING_NS_CC; class CCard : public Sprite { public: CCard(); ~CCard(); virtual bool initWithData(SCardDt* pCard); static CCard* createWithData(SCardDt* pCard); void setSprite(int nMoney); CC_SYNTHESIZE(int, m_nArmsID, ArmsID); CC_SY...
[ "2095409978@qq.com" ]
2095409978@qq.com
24f666f2dbb14c62226dca55f77536db7731fdb3
83ed0c5d2f8b7392c74a14f1e44926fcf1d8e701
/svgview.cpp
df0e2a30709ebd53dfbd39a1baa70daaa1f9a4ea
[ "MIT" ]
permissive
lgg-awesome/Scribbler
23748458d2e356af8a05da2051e338dd5c7c12b4
07e0209d824d9694c726299a612ee6c6306236d5
refs/heads/master
2021-09-23T13:49:08.632716
2018-09-23T09:34:06
2018-09-23T09:34:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
29,945
cpp
#include "svgview.h" SvgView::SvgView(QWidget *parent) : QGraphicsView(parent) { currentScaleFactor = 1.0; areBordersHidden = false; maxScaleFactor = 1.5; minScaleFactor = 0.05; itemsToRemove = 0; setTransformationAnchor(QGraphicsView::AnchorUnderMouse); setDragMode(ScrollHandDrag); s...
[ "alextopchiy@gmail.com" ]
alextopchiy@gmail.com
7d548216a3b305dfc606a9a4c2cee4da37597a61
9e9d8d8599f653401c863a4c3ccb73051d474ae2
/OOP244-Workshop6/at_home/at_home/at_home/Contact.h
0b82048ee5d39c052cb6151852a0035fe8a4411a
[]
no_license
mon369/OOP244
f897f8e4ddd5ca4927cdf367a06fb7b8cc103289
f9b3ebf133cce93d1373f3c1dc3ff13ec552842f
refs/heads/master
2021-07-09T21:06:52.123476
2017-10-02T21:42:33
2017-10-02T21:42:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
927
h
#ifndef H_CONTACT_H #define H_CONTACT_H // TODO: add namespace here namespace communication { const int areaCodeLength = 3; const int numberLength = 7; const int numberCode1Length = 3; const int numberCode2Length = 4; class Contact { char m_name[21]; long long* m_phoneNumbers; int m_noOfPhoneNumbers; pu...
[ "abelinocencio@live.com" ]
abelinocencio@live.com
f2d25c8ce1602b865453e7fbb8da74b801832570
dca5c3d6234dcae89ccb0ceabaec9c67a5de4aa6
/c++_concurrency/ch4/main.cpp
5fe62bb8e31fa6ec171ebfac75a0b2a45bb7f625
[]
no_license
gameworld/cpp
ec72b719c087e4744795fe9ec6fb12a36b1bd13b
7bcb0a291f19d363eec5da97f950d2f530568dda
refs/heads/master
2016-09-05T17:17:50.977088
2015-08-03T16:20:52
2015-08-03T16:20:52
40,135,076
0
0
null
null
null
null
UTF-8
C++
false
false
593
cpp
#include "threadsafequeue.h" #include <thread> #include <iostream> #include <chrono> void push_func(threadsafe_queue<int> &c) { int i=0; while(1) { //std::this_thread::sleep_for(std::chrono::seconds(1)); c.push(i++); } } int main() { threadsafe_queue<int> tqueue; std::thread t(push_func,std::ref(tque...
[ "fighter@fighter-PU450CD" ]
fighter@fighter-PU450CD
d9718f06350f26db8d77ca7d7d33cf8827986f06
694b8cd53264a5195f4b3bb0d6ff66e2d4964067
/main/wconnect/bthost/brew/statext/src/OEMBTExtSD.h
4383ce18d56f876bbfcd786ad2f61ef4ac7a2f3b
[]
no_license
liuguilin129/1110
d15a6d4714980252ba595fb9444d66be213d0b7e
eb22bb81efcb6cfe7493c8136c35b2b48fe728cb
refs/heads/master
2020-06-15T02:02:45.545932
2016-11-30T12:07:42
2016-11-30T12:07:42
75,183,270
0
0
null
2016-11-30T12:06:10
2016-11-30T12:06:10
null
WINDOWS-1252
C++
false
false
4,806
h
#ifndef _OEMBTEXTSD_H_ #define _OEMBTEXTSD_H_ /*=========================================================================== FILE: OEMBTExtSD.h SERVICES: BlueTooth SD QCT extension GENERAL DESCRIPTION: BREW interface to the Bluetooth SD PUBLIC CLASSES: Not Applicable INITIALIZATION AND SEQUENCING...
[ "jiaoyuhai@3f3bbce5-bc85-8142-9eb1-77d090cfebd4" ]
jiaoyuhai@3f3bbce5-bc85-8142-9eb1-77d090cfebd4
ff542eaba2c4722ef48409b121845eab9d75e62d
f58613c182158db46eb0d6cdb5dd462264e9cb1a
/genfile/src/SNPFilteringSNPDataSource.cpp
c0918c95ea046d69a043d7f8e87b37aa98edf57b
[ "BSL-1.0" ]
permissive
gavinband/bingwa
989afa0c73657163fd51a25e253f0f51e2d60569
d52e166b3bb6bc32cd32ba63bf8a4a147275eca1
refs/heads/master
2022-04-16T22:48:11.354125
2019-05-17T22:30:35
2019-05-17T22:30:35
254,956,845
0
0
null
null
null
null
UTF-8
C++
false
false
3,395
cpp
// Copyright Gavin Band 2008 - 2012. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #include "genfile/Error.hpp" #include "genfile/SNPDataSource.hpp" #include "genfile/VariantIdentifyingDa...
[ "gavin.band@well.ox.ac.uk" ]
gavin.band@well.ox.ac.uk
309c07d3fd68a90f9da5f4be3f2856aee11e64d5
52505166e409b44caf7a0b144ef0c453b586fcee
/performance-eval/FlexNLP/s1_i_time/sim_model/src/compute.cc
2535b37f5b88c0a0f9eebec485694dfec0d18878
[]
no_license
yuex1994/ASPDAC-tandem
fb090975c65edbdda68c19a8d7e7a5f0ff96bcb8
decdabc5743c2116d1fc0e339e434b9e13c430a8
refs/heads/master
2023-08-28T04:37:30.011721
2021-08-07T13:19:23
2021-08-07T13:19:30
419,089,461
0
0
null
null
null
null
UTF-8
C++
false
false
60,793
cc
#include <iomanip> #include <flex.h> #define ILATOR_VERBOSE_PARENT static int instr_cntr = 0; void flex::LogInstrSequence(const std::string& instr_name) { instr_log << "Instr No." << std::setw(5) << instr_cntr << '\t'; instr_log << instr_name << " is activated\n"; instr_cntr++; } static bool g_initialized = false...
[ "anonymizeddac2020submission@gmail.com" ]
anonymizeddac2020submission@gmail.com
729db8b634a047dbfbf25dabf85360aa0f90751b
db2ab59ca17e04c7d3f03c559f22acccf346ab42
/codeforces/eco.cpp
afc0e46d219d54da9ec750063b3455139ec29d27
[]
no_license
ashsek/Competetive-Codes
274821d8054b2278e1583bb1415d9ea2dc0a6828
9e700de53334b38f26dbad65235b83884c933ba2
refs/heads/master
2021-06-12T04:34:43.904710
2021-01-08T05:35:58
2021-01-08T05:35:58
115,346,203
0
0
null
2019-10-19T03:47:49
2017-12-25T15:09:30
HTML
UTF-8
C++
false
false
1,909
cpp
#include <bits/stdc++.h> // #include <boost/multiprecision/cpp_int.hpp> // using boost::multiprecision::cpp_int; using namespace std; #pragma GCC optimize "-O3" #define watch(x) cout << (#x) << " is " << (x) << endl #define rep(i,a,b) for(int i=a;i<b;i++) #define repd(i,a,b) for(int i=a-1;i>=b;i--) #de...
[ "ashwinsekhari@gmail.com" ]
ashwinsekhari@gmail.com
0030e16d1d315a0ede933b35720cee9435630abf
ad822f849322c5dcad78d609f28259031a96c98e
/SDK/Hazard_Spiker_2_functions.cpp
4c0e46d406e3043f5d0002b0a3c948bc4510a7d5
[]
no_license
zH4x-SDK/zAstroneer-SDK
1cdc9c51b60be619202c0258a0dd66bf96898ac4
35047f506eaef251a161792fcd2ddd24fe446050
refs/heads/main
2023-07-24T08:20:55.346698
2021-08-27T13:33:33
2021-08-27T13:33:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,597
cpp
#include "../SDK.h" // Name: Astroneer-SDK, Version: 1.0.0 #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- // Functions //--------------------------------------------------------------------------- // Function Hazard_Spik...
[ "zp2kshield@gmail.com" ]
zp2kshield@gmail.com
94caaeffcf3a3a3a8b5e2fe563efc2e40e4bc41b
23ba9a4885136c8fd097255141aa13c694e928fb
/PaperHome/main.cpp
fc7288e54f19c769d04d8713162061efc01a44b0
[]
no_license
mzatielr/PaperHome
36119f7bce5758b1c61410b8fc2c2fb032a1afcc
47a3f758d86f244d7f091688cc27efa77d00c59b
refs/heads/master
2020-03-30T10:23:17.856792
2018-10-13T16:59:21
2018-10-13T16:59:21
151,115,316
0
0
null
null
null
null
UTF-8
C++
false
false
586
cpp
#include "defs.h" #include "PaperHomeConsts.h" #include "WinSockInfo.h" #include "Communicator.h" int main() { try { printf("Starting PaperHome\n"); WinSockInfo wsa_info; Communicator commicator; while (true) { try { Sleep(PaperHomeConsts::PaperHomeTryToConnectInterval); commicator.tryConnect(Pap...
[ "mordehaizai@gmail.com" ]
mordehaizai@gmail.com
001060ed77109985cd1b9b5927e7d09cd3cbeca9
190cfe853208fa287aa2539f1dd4e729f5235091
/HospitalFee/FMOutpatientCostSynthesisbyLine.h
8718f9af5f5caf6f613e7bee01100fa901a148c3
[]
no_license
smithgold53/HMSReportForms
d8cacb7de1509995b46be16bc5a99ca9104dbea1
7f426de1a3f8b7bad956c62ba61306a3969accf2
refs/heads/master
2020-05-18T09:24:39.420731
2015-05-06T09:47:03
2015-05-06T09:47:03
34,946,969
0
0
null
null
null
null
UTF-8
C++
false
false
3,534
h
#ifndef FMOUTPATIENTCOSTSYNTHESISBYLINE_H #define FMOUTPATIENTCOSTSYNTHESISBYLINE_H ////////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright(C) Viet Nam Medical Software Join Stock Company. 2005-2010. // All rights reserved. // This program is protect...
[ "smithgold53@gmail.com" ]
smithgold53@gmail.com
4cbfe3dce04a2f8305140e4e0c2523a3e8927560
23886a9bfee4dff5d7fa7951d791b3b105fd000d
/libbulletc/src/btBroadphaseProxy_wrap.cpp
94650236b4c321f548d7251e0c3d731305548d50
[ "Zlib" ]
permissive
RainsSoft/BulletSharpPInvoke
a4edf1a52e5dc9c055380a249c579abf062a2048
5c4bf014557c704e13f6133cf791dc120be8789d
refs/heads/master
2021-01-15T23:11:39.635346
2015-08-29T06:13:38
2015-08-29T06:13:38
41,657,848
1
0
null
2015-08-31T05:39:57
2015-08-31T05:39:57
null
UTF-8
C++
false
false
4,843
cpp
#include <BulletCollision/BroadphaseCollision/btBroadphaseProxy.h> #include <BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h> #include "conversion.h" #include "btBroadphaseProxy_wrap.h" btBroadphaseProxy* btBroadphaseProxy_new() { return new btBroadphaseProxy(); } btBroadphaseProxy* btBroadpha...
[ "andres.traks@gmail.com" ]
andres.traks@gmail.com
a11e3ae720e0d812d39e59318d8834e528e28951
9cf2ad2c42bb19b9529ffdcadadaee4a26d86f41
/bullet3/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h
30246a3f19bb2d63bae783c48f8111f03345d743
[]
no_license
ccour004/android-sdl2-gradle-template
9baff97c70b33870a7c80e95530a845bd20a4a22
f8e6099e529a47185d3d6765cd2c7ba11e49b08e
refs/heads/master
2021-01-21T15:30:30.239412
2017-05-23T01:56:15
2017-05-23T01:56:15
91,843,203
0
0
null
null
null
null
UTF-8
C++
false
false
7,715
h
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/ 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. Permiss...
[ "ccour004@gmail.com" ]
ccour004@gmail.com
b71162fcf5db57b41790d59ffbd4ea75b4be9abe
3184a7e2c590f2018e8c79a111bf2530681a9d60
/src/rpcblockchain.cpp
b48d21dec7071754a3c1a0faf0f694a4c657e531
[ "MIT" ]
permissive
CryptoHelp/Teddycoin
73011bfbf2d848772c9d9405eff2d61b27025778
9ff6d11ba54a6fe1a6080a42c0273e16cbedb285
refs/heads/master
2021-01-14T10:52:32.778378
2014-07-03T07:35:47
2014-07-03T07:35:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,268
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 "main.h" #include "bitcoinrpc.h" using namespace json_spirit; using namespace...
[ "teddydevteam@gmail.com" ]
teddydevteam@gmail.com
d34cb46f511367c42b1efb7a2c1e15b6c1b778ff
eae49d07232b13b0250000671f9d0e8dbff9c1b5
/dlib/matrix/matrix_data_layout.h
86a7e72f93db3d7cd9734d876a6a580183a2cd68
[ "BSL-1.0" ]
permissive
carolladeira/MAPD
d2dcc05af633ead8505aab883ac62b92650528d1
c3e15f1fb16f79f2d8d772d9d03370c81b3b4fd7
refs/heads/master
2022-11-30T02:18:42.105310
2020-08-06T13:55:25
2020-08-06T13:55:25
250,655,440
1
0
null
null
null
null
UTF-8
C++
false
false
37,395
h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MATRIx_DATA_LAYOUT_ #define DLIB_MATRIx_DATA_LAYOUT_ #include "../algs.h" #include "matrix_fwd.h" #include "matrix_data_layout_abstract.h" #ifdef MATLAB_MEX_FILE #inclu...
[ "carolladeira2@hotmail.com" ]
carolladeira2@hotmail.com
b450fdeccd8295f4b032a76e171d3ff4b9729854
d7c8eef037c29bfc28fdae98776413d2022db612
/632. 最小区间.cpp
5bdb693cb831f2b655f52ad75f554f0929e11fc7
[]
no_license
Stayaccept/LeetCode
0d3e83240ab9a3e51e8e153a2fd33f4f6ca43e8a
1b5a3afd54583ea9945342832fde1d8b053ad96c
refs/heads/master
2020-03-29T15:22:22.544462
2019-12-23T15:25:19
2019-12-23T15:25:19
150,060,048
3
0
null
null
null
null
UTF-8
C++
false
false
1,135
cpp
/* * @lc app=leetcode.cn id=632 lang=cpp * * [632] 最小区间 */ // @lc code=start class Solution { public: int p[3505]; struct node{ int u,id; friend bool operator<(node a,node b){ return a.u>b.u; } }; priority_queue<node> qu; vector<int> smallestRange(vector<vect...
[ "noreply@github.com" ]
noreply@github.com
5003357d9fa1b32b50b186ffe8fd65ea6fbefa42
32b8db47c9335f65aeb39848c928c3b64fc8a52e
/tgame-client-classes-20160829/game/evolution/EvolutionCell.h
3495a60c5dfb2a039139c9b256d0b51398417ef1
[]
no_license
mengtest/backup-1
763dedbb09d662b0940a2cedffb4b9fd1f7fb35d
d9f34e5bc08fe88485ac82f8e9aa09b994bb0e54
refs/heads/master
2020-05-04T14:29:30.181303
2016-12-13T02:28:23
2016-12-13T02:28:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,468
h
#ifndef EvolutionCell_h__ #define EvolutionCell_h__ #include "basic/BaseLayout.h" class EvolutionCell: public UIWidget { public: enum CellStat { CELL_DARK, CELL_NEXT, CELL_LIGHT }; public: EvolutionCell(); virtual ~EvolutionCell(); virtual void setStat(CellStat stat); protected: Cell...
[ "1027718562@qq.com" ]
1027718562@qq.com
249da288dc226448db61ac8e59d83fd6a7f236ef
c0f3c24d18b55e9a20770f8cb2085585d35ac648
/barre/barrerectangle.cpp
7a01e701cc0e58001ff40f64fb1131a2ab2dbba2
[]
no_license
Bouvet-Paul/ApprendreCpp
16e69f9b81b353240617a1bab75bf391ce005231
5c89c135021e0ada7ab9c1a1d9d64b67e263a680
refs/heads/master
2023-08-14T21:36:07.933972
2021-09-22T08:49:32
2021-09-22T08:49:32
404,615,278
0
0
null
null
null
null
UTF-8
C++
false
false
445
cpp
#include "barrerectangle.h" #include <iostream> using namespace std; BarreRectangle::BarreRectangle(string _reference, float _longueur, float _densite, string _nomAlliage, float _largeur): Barre(_reference, _longueur, _densite, _nomAlliage), largeur(_largeur) { cout << "constructeur de la classe barr...
[ "polobasket12@gmail.com" ]
polobasket12@gmail.com
1da96016e9c3ffb3588af63d7866d04aa5fab748
ec6caae2562da59ca9a71407e7d9e08dbe3b2867
/Stock/ChildFrm.h
74d9e95a41cc34fa3b15d868c8c9d63a7dfab0d0
[]
no_license
renyi534/stock_view
54cd36fe82d433f8d25487bd681ebc9026457082
8d1d027984b680f7df32e8011849e3a22cdee228
refs/heads/master
2016-09-05T19:53:05.076791
2012-07-20T15:15:09
2012-07-20T15:15:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,344
h
// ChildFrm.h : interface of the CChildFrame class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_CHILDFRM_H__F8262907_9D66_430B_81D1_9A9E5AA1739A__INCLUDED_) #define AFX_CHILDFRM_H__F8262907_9D66_430B_81D1_9A9E5AA1739A__INCLUDED_ #if _MSC_VER > 1000 #pragma once #en...
[ "renyi533@hotmail.com" ]
renyi533@hotmail.com
f16031a29dda0e929dd54e6f90fab52eca997b59
dd8106cf8685979560b1309d8468bb5018f5ef30
/engine/src/cetech/resource_compiler/private/builddb.cc
dced1c890c213017a6fe71e03fe32c95e7ff12ce
[ "CC0-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
gitter-badger/cetech
b3433b41425216e0d15118101e6a016e28ca5706
2939194a82546c7cc8480717cc60dc2d49619527
refs/heads/master
2021-01-14T08:36:31.840039
2015-11-30T21:21:48
2015-11-30T21:21:48
47,177,915
0
0
null
2015-12-01T09:03:13
2015-12-01T09:03:12
null
UTF-8
C++
false
false
5,500
cc
#include <cstdint> #include "cetech/resource_compiler/private/builddb.h" #include "cetech/log/log.h" #include "celib/defines.h" #include "sqlite3/sqlite3.h" #include "cetech/filesystem/filesystem.h" namespace cetech { struct SQLiteSTMT { sqlite3* _db; sqlite3_stmt* _stmt; SQLiteSTMT(sq...
[ "o.voves@gmail.com" ]
o.voves@gmail.com
c939bc0e35da4ec9d289eff639ba6e6f14464a15
ec37ee79c6b57758119c5ebea120da8712f53dc5
/Practice questions/PointersToPointers.cpp
08e2c457515a3cee252add6dc2901cc2e7923821
[]
no_license
rakhi2207/C-Learning
76a063560270efbb68de95ab911aeabe22d58462
f576121685b1503c9ab4276c4ec480297f93a1fc
refs/heads/master
2023-06-25T08:07:41.130542
2021-07-25T11:11:35
2021-07-25T11:11:35
374,215,501
1
0
null
null
null
null
UTF-8
C++
false
false
275
cpp
#include<iostream> using namespace std; int main() { int **p,*q,a; a=10; q=&a; p=&q; cout<<a<<"\n"; cout<<&a<<"\n"; cout<<q<<"\n"; cout<<*q<<"\n"; cout<<&q<<"\n"; cout<<p<<"\n"; cout<<*p<<"\n"; cout<<**p<<"\n"; return 0; }
[ "jharakhi1211@gmail.com" ]
jharakhi1211@gmail.com
b16ddc22188b12d6cfea5a8d2421d224d1d77f6e
80dc00aebfb7e8a748e26e978f99bbb224d3845c
/EMProject/CommandTable.cpp
143ba6681abdb65143af1db53c3903d07b25a649
[]
no_license
NTUST-CSIE-Engineering-Mathematics-Team/Engineering-Mathematics-Project
3e80c0970866ea3dbbff033baf1fc8b753ec3ca9
776bf7725be9586b8c3e3a1833e930fb5698b92d
refs/heads/master
2021-01-16T18:02:16.960553
2014-04-10T08:49:23
2014-04-10T08:49:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
447
cpp
#include "CommandTable.h" using namespace em::intrprt::cmd; CommandTable::CommandTable(array<Command^>^ commands) : ConstantTable(createKeys(commands), commands) { } CommandTable::~CommandTable() { } array<String^>^ CommandTable::createKeys(array<Command^>^ commands) { array<String^>^ keys = gcnew array<String^...
[ "maeglin89273@gmail.com" ]
maeglin89273@gmail.com
fb8217986b249106fc2e4698518b9237e875dbef
867a94c4b137da3f08014854cd68cec2ca42ab78
/Trees/leftView.cpp
f189c76eba9912e46993d333e8e2112ca4ccdcd2
[]
no_license
sakshistar/LeetcodeSolutions
9391bdf6ebd7b4c86a75358c51f43374423a618e
13ff8e61caf6c0bcff32a964c81060e1c28497a5
refs/heads/master
2022-12-29T20:13:28.083884
2020-10-23T13:31:01
2020-10-23T13:31:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
423
cpp
void leftView(Node *root) { // Your code here queue<Node*> q; if(root==NULL) return ; q.push(root); while(!q.empty()){ int n=q.size(); for(int i=0;i<n;i++){ Node* f=q.front(); q.pop(); if(i==0){ cout << f->data << " "; } ...
[ "nishantc.co.17@nsiit.net.in" ]
nishantc.co.17@nsiit.net.in
ad3fbdfc974526d166cd624fd4192f8203b18b49
17aa3adf597cc4d33bb712a160a6754cc3503d3c
/topology/sourcefile/ParticleObject.h
a696e035b01540e415b6a934ce035ef3770a8106
[]
no_license
qingerqingting/ihep
9318c8d5b77fb5bdb02bff2591c5bc849ddb1270
c7d40e840732a2e1303c0b5d6ad3b72987c175e1
refs/heads/master
2021-01-22T10:09:03.125693
2017-09-04T07:50:05
2017-09-04T07:50:05
102,332,605
0
0
null
null
null
null
UTF-8
C++
false
false
695
h
#ifndef ParticleObject_h #define ParticleObject_h 1 #include <string> #include <fstream> #include <vector> class ParticleObject { public: ParticleObject(); ~ParticleObject(); std::string GetParName(int ) const; double GetParMass(int ) const; private: std::ifstream parListFile; struct M...
[ "729258078@qq.com" ]
729258078@qq.com
12b152631391cb946ae511f986e0045f3fb91b03
4636812cd9de422639d8fab6f63696364bb0db03
/labs_first_course_2019-2020/lab4/P12/Source.cpp
2d5a96bcab7069b1f51673a19aec0398f7f0066a
[]
no_license
Andrey2528/Program_c-plus-plus
506fe990e3cb387ce9ebc311fe2f235615b06864
c0297cdf3124f1469664f4e8d81754cd579d4f91
refs/heads/main
2023-02-24T16:27:16.611488
2021-01-28T12:16:03
2021-01-28T12:16:03
333,746,725
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
212
cpp
/*12. Поясніть чому еквівалентні наступні оператори : a) if (x) x = 0; і if (x!= 0) x = 0; b) if (!x) x = 1; і if (x == 0) x = 1;*/ //Жуков Андрій 10.10.2019
[ "andreys20.2016@ukr.net" ]
andreys20.2016@ukr.net
621d24b5cc6a8408110e800dba415f642d89cb69
67e6870300fa50f02b175f58dd435e313d08452b
/PRGQUEUE.CPP
39efc4d5a1a07ff1074e49e2289a577a204e1a05
[]
no_license
MANEESHAPR535/DS-lab
0a9070e44dadb3fe177c90558829449c417534bf
9da5694742f95c9924f8df1195cbf8919b39a256
refs/heads/main
2023-03-02T10:21:21.645635
2021-02-08T12:38:16
2021-02-08T12:38:16
330,363,007
0
0
null
null
null
null
UTF-8
C++
false
false
1,539
cpp
#include<stdio.h> #include<conio.h> #include<stdlib.h> #define sz 5 int front=-1,rear=-1; void enqueue(int *q) { if(front==(rear+1)%sz) { printf("\n queue is full \n"); return; } if(front==-1) front=0; rear=(rear+1)%sz; printf(" \n enter the element want to insert:"); scanf("%d",&q[rear]); } void dequ...
[ "noreply@github.com" ]
noreply@github.com
3ac17fb3d315946cf8b9f91cb60943dc9231eada
082948f59374775195affa69f06b26ccbad6ec63
/Clairewd’sMessage.cpp
9f8780f0c5e348c46ebfd3bed7c3cc65f18cd915
[]
no_license
Udun00/everydayText
082c661d8c29c7251763548ee7e90c1ade219245
5681947124fe4cbbcf033ff15af1c789e3362949
refs/heads/main
2023-06-04T16:58:19.195166
2021-06-16T13:34:36
2021-06-16T13:34:36
372,553,952
0
0
null
null
null
null
UTF-8
C++
false
false
1,406
cpp
/* 题目:https://vjudge.net/contest/441568#problem/D 思路:题目相当于给出了一个转变字符串和信息字符串,利用信息前缀和后缀kmp匹配,找到最长的匹配长度,未匹配的字符串转变回去放在信息字符串后面,输出信息字符串 */ //代码实现 #include<stdio.h> #include<string.h> int next[1000010]; char s[1000010]; char t[30]; void get_next() { next[0]=0; int i=0,j=0; int len=strlen(s); for(int i=1;i<len;i...
[ "noreply@github.com" ]
noreply@github.com
8767e7d5bdc0a794d5d74f9bc7e2473e1e36ea0b
8e58c645b241773ac78ea542d30145d7943b5739
/ui/ImageLabel.cpp
91e54863c5807d9dc56ce5e8c8e8aa835d756abe
[]
no_license
PuddingZJU/QGrabCut
4354e1a38019de5d65d674ae6eef423f5abc3c4a
40bfe98ae1e8b619bbb840f758ea22faf35bec5e
refs/heads/master
2023-04-02T17:28:09.891564
2014-05-27T02:32:10
2014-05-27T02:32:10
null
0
0
null
null
null
null
GB18030
C++
false
false
5,405
cpp
#include <QPainter> #include <QPoint> #include <QScrollBar> #include <QSlider> #include <QScrollBar> #include "ImageLabel.h" #include "ParamWidget.h" #include "QGrabCut.h" /// ImageLabel function ImageLabel::~ImageLabel() { } ImageLabel::ImageLabel(QImage *img): ImageWidget(img) { } void ImageLabel::release() { ...
[ "leonroxas@gmail.com" ]
leonroxas@gmail.com
e2aa7ebdf08e17713c5c23d692bf9fbc5aee5413
407a7e8a3178f43ee7b074c7a69071deeee07f2a
/P2/software/fuentes/AGE-posicion.cpp
a5046bebcfdc8be8cdf33a93e2f0cd6df7b44e9b
[ "MIT" ]
permissive
dcabezas98/MH
db025ce2bfc5d757f72ec7891302b3b470f2a8da
98ced0552d6736004225aaafb5facd385a9a28d2
refs/heads/main
2023-05-27T02:51:04.233126
2021-06-15T18:24:49
2021-06-15T18:24:49
344,588,856
1
0
null
null
null
null
UTF-8
C++
false
false
7,269
cpp
#include <iostream> #include <vector> #include <stdlib.h> // srand y rand #include <algorithm> // sort y random_shuffle #include <time.h> using namespace std; int EVALS=0; // Llamadas a evaluación const int LIMIT=100000; // Límite de evaluaciones const int CHROMOSOMES=50; // Nº cromosomas float PROB_MUT=0.1;...
[ "dxabezas@gmail.com" ]
dxabezas@gmail.com
19c5eeefdb7009f2f0744ff67827111a0a333a3f
90646db14c522b842a6a7a5517fb43f38a7ee3ed
/gef_abertay/samples/animation_playback/motion_clip_player.cpp
0744211c53ad7c0720a2a1b4d6a30f5748b9af1b
[]
no_license
AlbanFl/GeometryGame
531ac3ecdcd448ca28f2a934421caaaaee5cab56
779e57db1192388c42784bc278ec88c649ec46ff
refs/heads/master
2021-01-19T16:34:01.350076
2017-04-17T09:32:03
2017-04-17T09:32:03
88,271,177
0
1
null
null
null
null
UTF-8
C++
false
false
1,495
cpp
#include "motion_clip_player.h" #include <animation/animation.h> #include <system/debug_log.h> MotionClipPlayer::MotionClipPlayer() : clip_(NULL), anim_time_(0.0f), playback_speed_(1.0f), looping_(false) { } bool MotionClipPlayer::Update(const float delta_time, const gef::SkeletonPose& bind_pose) { bool finished = f...
[ "alban.flandin@gmail.com" ]
alban.flandin@gmail.com
1d24e640c7f26e89eb1b40d0414f0ce785c3e20c
643e735e5bc6ece28ed925976cd9d50ce1cd9d13
/ScrapCalc/Shared/Libraries/chilkat-9.5.0-ios/cpp_include/CkXml.h
f7a4a88771a9ac335cbbcf5b3a1a0f1684ab8348
[ "MIT" ]
permissive
hamza1216/metalcalc-ios
20c1cb2a8c2609233ed929d1b816f2d797efd153
57f83a0a614ca4d024e706d253df3246c0e3a301
refs/heads/main
2023-07-10T00:47:06.695060
2021-08-04T22:11:31
2021-08-04T22:11:31
392,833,018
0
0
null
null
null
null
UTF-8
C++
false
false
38,609
h
// CkXml.h: interface for the CkXml class. // ////////////////////////////////////////////////////////////////////// // This header is generated for Chilkat v9.5.0 #ifndef _CkXml_H #define _CkXml_H #include "chilkatDefs.h" #include "CkString.h" #include "CkMultiByteBase.h" class CkByteData; #i...
[ "hamza.el.kedmiri.1216@gmail.com" ]
hamza.el.kedmiri.1216@gmail.com
443e1bc2b3d9bb7510464e0feb5ad9c25d61bc4b
19f94a97c553355e88b8b0f07b19ef38d2fbde48
/src/Scene/AbstScene.h
1b9db8290d74a3654482cd7865d7136869a8034b
[]
no_license
sakakiy/of_simpleShootingGame
18ca63a63010712d065e8fa6f61f9370401f7097
5ab96932fed8c79a4e0062ccd26d373c69a9698c
refs/heads/master
2021-01-23T18:51:14.427376
2014-11-09T09:00:28
2014-11-09T09:00:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
434
h
// // AbstScene.h // simpleShootingGame // // Created by 榊原吉伸 on 2014/11/03. // // #ifndef __simpleShootingGame__AbstScene__ #define __simpleShootingGame__AbstScene__ #include <stdio.h> #include <ofMain.h> class AbstScene{ protected: AbstScene **scene; public: virtual void setup() = 0; virtual vo...
[ "sakura.colonnade@gmail.com" ]
sakura.colonnade@gmail.com
649d8c797be5b8fe3b4950e9487433267e09c50f
cc7661edca4d5fb2fc226bd6605a533f50a2fb63
/Assembly-CSharp/PrefabPoolCollection.h
79ced939ff6c83ac03d8b0d71008df91036e9974
[ "MIT" ]
permissive
g91/Rust-C-SDK
698e5b573285d5793250099b59f5453c3c4599eb
d1cce1133191263cba5583c43a8d42d8d65c21b0
refs/heads/master
2020-03-27T05:49:01.747456
2017-08-23T09:07:35
2017-08-23T09:07:35
146,053,940
1
0
null
2018-08-25T01:13:44
2018-08-25T01:13:44
null
UTF-8
C++
false
false
234
h
#pragma once namespace rust { class PrefabPoolCollection : public Object // 0x0 { public: System.Collections.Generic.Dictionary<unsigned int,PrefabPool> storage; // 0x10 (size: 0x8, flags: 0x6, type: 0x15) }; // size = 0x18 }
[ "info@cvm-solutions.co.uk" ]
info@cvm-solutions.co.uk
ebcced477415e31157fda2bd0c94cb65277950f1
b848fc13e9e1dbfe80ac5c6782f10de1d6645736
/Loki/move.cpp
c78973609003df65debb4a3ab04e95a2de4f6278
[]
no_license
amanjpro/Loki
87e0c9a0eb878bb8b7e26513feba2462e145ed3a
29a75b6e156dc8a98fc79c2960b9da92bcaf8d7a
refs/heads/master
2023-04-24T07:42:40.676677
2021-04-24T19:26:12
2021-04-24T19:26:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,873
cpp
#include "move.h" Move_t* MoveList::operator[](int index) { if (index >= size() || index < 0) { return nullptr; } return (moveList + index); } /* MOVE REPRESENTATION IS INSPIRED BY STOCKFISH A move can be stored in a 16 bit unsigned integer. bit 0..5 -> destination square (0 to 63) bit 6..11 -> origin square (...
[ "abildskovniels@gmail.com" ]
abildskovniels@gmail.com
46f89cc5e9bdb5ecde14e65a650a57b20f71b0df
3ac1b97c9b9700fe9442ba08dcbebea829a9a570
/texture.cpp
38c92f20fcbfc76700f4c8010ed1df3a2be19fb8
[]
no_license
dylanw3000/CS541-Digipen
ff39dba9013515fb07ec471e2cd7ded506bd69a4
00b61f24513fdb6d5cec546336cf35eecb1f39f4
refs/heads/main
2023-04-19T09:05:12.146328
2021-05-07T19:39:43
2021-05-07T19:39:43
320,053,189
0
0
null
null
null
null
UTF-8
C++
false
false
2,752
cpp
/////////////////////////////////////////////////////////////////////// // A slight encapsulation of an OpenGL texture. This contains a method // to read an image file into a texture, and methods to bind a texture // to a shader for use, and unbind when done. ////////////////////////////////////////////////////////////...
[ "dylanw3000@gmail.com" ]
dylanw3000@gmail.com
4efb891224ee1cfac5c2b40dd80e39b1caee9029
1af0bc3634313da229fcf7015abec43981b4162a
/hundredandbelow/82.cpp
e71e9b1cad1b13c5675d5872a706aefbf228af65
[]
no_license
errai-/euler
b2996e227ede830e8c56252bcce08a92538464df
054c391d3aee6bcb9ba4dbf24f4ec6cb5b8b55c3
refs/heads/master
2022-06-18T09:02:54.573903
2018-05-14T08:21:48
2018-05-14T08:21:48
85,503,541
0
0
null
null
null
null
UTF-8
C++
false
false
1,670
cpp
#include <iostream> #include <fstream> #include "82Classes.h" #include <set> using std::cout; using std::endl; using std::set; int takeStep( MatrixHolder &matrix, set<Path> &threads ){ Path next( &matrix ); auto iter = threads.begin(); next = *iter; threads.erase(iter); cout << "Row: " << next.getRow() <<...
[ "hannu.siikonen@aalto.fi" ]
hannu.siikonen@aalto.fi
500d2502b765acea623a3d91b628c297cf60800e
beda2ec932340415a5c46306a8a7e3cad1cbc630
/hw2/main.cpp
ec62e3a56b69e4059581a4cd4e156725822924d8
[]
no_license
ZakMaks/aip_semestr2
68efcbc567136645cae3def95946039a2dd77ae9
88f57b9104e9e6ceb93567ec944f314e1cad34eb
refs/heads/main
2023-05-23T17:50:17.226261
2021-06-17T06:40:55
2021-06-17T06:40:55
342,708,722
0
0
null
null
null
null
UTF-8
C++
false
false
815
cpp
#include <iostream> //nomer 2b #include <fstream> #include <string> //Пользователь вводит параметры фигуры. Найти периметр и площадь фигур: //b. Прямоугольник int main() { int a , b; std::cout << "Vvedi storonu prumougolnika A " << std::endl; std::cin >> a; std::cout << "Vvedi storonu pr...
[ "noreply@github.com" ]
noreply@github.com
289372ee7a88e51083a41be25fa197d360cbf5c4
ff84592243606c55a1696c69e92d64db4e4b26f3
/Assignment2/src/SimpleFactory.cpp
dfc927aa60363853cf2bea62314e3ac0b4a422a6
[]
no_license
shancezhao/C-plusplus
be0cd93153f8c9392571ecb536885affa40773e2
3e4787088133a250361ac3645fd736507b685c72
refs/heads/master
2021-04-03T08:17:16.082725
2018-03-26T15:42:58
2018-03-26T15:42:58
120,000,117
0
0
null
null
null
null
UTF-8
C++
false
false
1,813
cpp
/* * SimpleFactory.cpp * * Created on: Feb 9, 2018 * Author: zhaos */ #include "SimpleFactory.h" #include <vector> #include "Student.h" #include "Employee.h" #include "StudentFactory.h" #include "EmployeeFactory.h" namespace edu { namespace neu { namespace csye6205 { SimpleFactory::Simpl...
[ "noreply@github.com" ]
noreply@github.com
7d332f20b8105ebbeaa314e6d5eaf12c167af22f
8c9b57b4d92f3c31b16bba1ba4d1e87a249b2516
/BT_C6_8.cpp
da12a8368e8532fa8273797d572ff814a6823334
[ "Unlicense" ]
permissive
baotap098/BapTap_OOP_C
d5aea06f839003ab4ee518147aa03ca793f79732
875f78a79dac27ec93e4d03e1c66ecdc38910266
refs/heads/master
2020-03-14T16:37:02.768578
2018-05-01T10:41:52
2018-05-01T10:41:52
131,701,574
0
0
null
null
null
null
UTF-8
C++
false
false
425
cpp
#include<iostream> using namespace std; class OBJECT{ private: static unsigned int count; unsigned int serial; public: OBJECT(){ count+=1; serial = count; } void answer(); }; int main(){ OBJECT o1,o2,o3; o1.answer(); o2.answer(); o3.answer(); system("pause"); return 0; } ...
[ "noreply@github.com" ]
noreply@github.com
d924e241f0c865f7c4eefe52c0cbc5cdb16896f6
cab3adf3493b547251a9231d9994276abb5a38ad
/3_array_sort_withoutusingsortingalgo.cpp
e63fe27da80b49a17f95dba6af017976086cc23c
[]
no_license
aviavinashkr/Questions-by-Love-Babbar
d19f0d011cd489ce7231e910ab9ab0d3e85f8f5d
2cc42040f643d9efa882011fb055054656ecc3a9
refs/heads/main
2023-03-21T17:50:54.042223
2021-03-09T18:29:31
2021-03-09T18:29:31
322,270,599
0
0
null
null
null
null
UTF-8
C++
false
false
1,015
cpp
// { Driver Code Starts #include<bits/stdc++.h> using namespace std; // } Driver Code Ends class Solution { public: void sort012(int a[], int n) { int low =0, mid=0 , high =n-1; while(mid<=high){ if(a[mid]==0){ swap(a[low++],a[mid++]); ...
[ "noreply@github.com" ]
noreply@github.com
4a12d10c44062f2e041749875d412750a0e4b70e
c3c3b97e824370642f20a0cb408bb054c7b6049c
/BOJ/숌언어/숌언어/main.cpp
60f3bed508567debd5f62aee3636a38591b423d9
[]
no_license
chrisais9/algorithm
00333c0f731ffd5971bf20871e622b48d22617c2
2a4fdf8e3f5d3da0b88cd2832d74e8e1dcbe09e9
refs/heads/master
2022-06-13T04:57:32.181733
2022-06-03T08:35:36
2022-06-03T08:35:36
136,615,290
0
0
null
null
null
null
UTF-8
C++
false
false
1,260
cpp
#include <iostream> #include <fstream> #include <algorithm> #include <vector> #include <string> #include <ctype.h> #include <memory.h> using namespace std; string a; int n, b[3000], visited[3000], s, e, r; vector<int> vt[3000]; int valid(char a, char b) { int x,y; if(isupper(a)) { x=a-'A'; y...
[ "chrisais9@naver.com" ]
chrisais9@naver.com
121ef2a97e1e6ff0fc033100c191096ddac101e5
b1846a5bc27ccb4c6c8526dba7aef2eedfc031b7
/parking/server/node_modules/scrypt/src/node-boilerplate/scrypt_node_sync.cc
c1dbc38143d27ef811e123b16c6c739b884320e6
[]
no_license
minhaz1/hackumbc
047e90369a3315333a0b1fffc5410b832338a1c7
3ff1b5a0c4e0a2d15a1577e592ceed0addc0a9aa
refs/heads/master
2021-01-10T20:04:09.641896
2013-12-08T20:05:19
2013-12-08T20:05:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,583
cc
/* scrypt_node_sync.cc Copyright (C) 2013 Barry Steyn (http://doctrina.org/Scrypt-Authentication-For-Node.html) This source code is provided 'as-is', without any express or implied warranty. In no event will the author be held liable for any damages arising from the use of this software. Permission is granted to an...
[ "minhazm@gmail.com" ]
minhazm@gmail.com
a2828c5ea36b2250893b65c1d0263551a993404d
5c364c06003ec3d6b9b2a8b91eaab6d0293ff907
/hdu/第一阶段/线段树学习/luogu4879权值线段树/copy.cpp
cc41fdf622b2f4c5b7b4f5efb1950bdc11b4a5a6
[]
no_license
majiaoliya/acm
aa3d4b9679ac8f7ace28c2f4b5a21dc2d6421b71
c0aa06b08547e6d75ea5a4b7db3cfe5e7f9bed83
refs/heads/master
2020-09-17T01:51:16.950731
2020-04-29T15:02:05
2020-04-29T15:02:05
223,952,294
0
0
null
null
null
null
UTF-8
C++
false
false
2,217
cpp
#include <algorithm> #include <iostream> #include <cstring> #include <cstdio> using namespace std; #define debug(x) cerr << #x << "=" << x << endl; const int MAXN = 500000 + 10; int n,m,lover[MAXN],sep[MAXN],a[MAXN]; struct Node{ long long sum; int cnt; }tree[MAXN * 4]; void update(int rt) { tree[rt].sum ...
[ "majiao@qq.com" ]
majiao@qq.com
dc98c39f2ff3561ae1b60e1b781ed95378278a76
ea8ba7cfc4f4773ed516e094ded4bc36502f93b5
/branch/old_angsys/angsys_beta3/source/graphics/graphics.shared/source/d3d11/d3d11_surface.cpp
22fc2629c289d0ae2eecb57d6dbae7807a6c8bb9
[ "Apache-2.0" ]
permissive
ChuyX3/angsys
15f896f0b4823b63a14aff8e35a30f344f2c30e8
89b2eaee866bcfd11e66efda49b38acc7468c780
refs/heads/master
2021-07-07T18:58:39.437477
2020-06-29T05:33:08
2020-06-29T05:33:08
92,321,439
0
0
null
null
null
null
UTF-8
C++
false
false
4,788
cpp
#include "pch.h" #include "d3d11/d3d11_driver.h" #if defined _DEBUG #define new new(__FILE__, __LINE__) #endif #if DIRECTX_SUPPORT using namespace ang; using namespace ang::graphics; using namespace ang::graphics::d3d11; //#define MY_TYPE ang::graphics::d3d11::d3d11_surface //#include <ang/inline/object_wrapper_spe...
[ "chuyangel.rm@gmail.com" ]
chuyangel.rm@gmail.com
2563d8b0eebcb9e869b2d6236e6f57705e1634dc
d9975b97e09ae5f5225c04fac385746d44a6a374
/pylucene-4.9.0-0/build/_lucene/org/apache/lucene/analysis/compound/hyphenation/HyphenationTree.h
44370b16e3804cea033a730d2ed78318a3be263d
[ "Apache-2.0" ]
permissive
Narabzad/elr_files
20038214ef0c4f459b0dccba5df0f481183fd83a
3e623c7d9c98a7d6e5b26e6e4a73f46ff5352614
refs/heads/master
2020-06-04T02:01:17.028827
2019-06-28T21:55:30
2019-06-28T21:55:30
191,825,485
1
0
null
null
null
null
UTF-8
C++
false
false
3,715
h
#ifndef org_apache_lucene_analysis_compound_hyphenation_HyphenationTree_H #define org_apache_lucene_analysis_compound_hyphenation_HyphenationTree_H #include "org/apache/lucene/analysis/compound/hyphenation/TernaryTree.h" namespace org { namespace apache { namespace lucene { namespace analysis { na...
[ "43349991+Narabzad@users.noreply.github.com" ]
43349991+Narabzad@users.noreply.github.com
9c12e26910f2b076675b33de62ad4fba04a85a29
64d122a36531e5cdd0d0d35de05ba5a712ad9042
/include/Basso_stlops.h
8a4bf758e3538d78efb8e100569c27b2c11ea3b6
[]
no_license
jfchessa/Basso
593c9c7d2e77ee4325b13ee349ba7f3f38674664
db1e0f88f13bd719d9f976565d116fa46dd2336e
refs/heads/master
2021-01-21T04:47:27.438659
2016-06-30T03:24:19
2016-06-30T03:24:19
52,620,497
0
0
null
null
null
null
UTF-8
C++
false
false
3,734
h
#ifndef _BASSO_STLOPS_H_ #define _BASSO_STLOPS_H_ #include "Basso_defs.h" #include <queue> #include <list> #include <set> #include <map> namespace Basso { using namespace std; template<class StLTyPe> void PrintArray1D( const StLTyPe *l, int n, ostream &os=cout ) { const StLTyPe *ptr = l; for ( int i=0; i<n; ++i,...
[ "jfchessa@utep.edu" ]
jfchessa@utep.edu
249368006e7b5517a1091fe50e6d2d89c23323d1
268daced8e4533f6fe57ef6601068e69aa88f198
/bst.cpp
915f6dba7edfdb55519436c605ea5e71913da3fe
[]
no_license
fanaticjo/amcat
db06dc6463656a7fef379c173fef93e3715f98a5
6f902c06d19f04da63e47bf06927b2698b403430
refs/heads/master
2020-04-05T14:34:29.397090
2017-07-26T13:13:14
2017-07-26T13:13:14
94,690,943
1
0
null
null
null
null
UTF-8
C++
false
false
3,388
cpp
#include<queue> #include<iostream> using namespace std; struct bstnode { int data; bstnode *right; bstnode *left; }; bstnode *getnode(int x) { bstnode *temp=new bstnode(); temp->data=x; temp->right=NULL; temp->left=NULL; } bstnode *insert(bstnode *root,int data) { if(root==NULL) { ...
[ "noreply@github.com" ]
noreply@github.com
a8968e307bbd857db4002929fb4d372d84aa73cd
4846a300d3df6fc6383123ecb32fe7dc6f62ef96
/DoubleSensor/Li.V1/SetInfo.cpp
b4f7901c7abf23a892042df4f4174320a17af681
[]
no_license
az86/CamerProjects
d07528ac5aa47c868b2b2064770fac60fefdee0e
a90f53d3224f38e7035492c640e9d3c5a9a45f56
refs/heads/master
2021-09-11T01:18:19.514912
2018-04-05T14:23:39
2018-04-05T14:23:39
103,245,474
0
0
null
null
null
null
UTF-8
C++
false
false
100
cpp
#include "StdAfx.h" #include "SetInfo.h" SetInfo::SetInfo(void) { } SetInfo::~SetInfo(void) { }
[ "m_sunqi@qq.com" ]
m_sunqi@qq.com
abf57ece93494c3c683c9ec4cda9f6b42931ec50
63ebcf1891ed64d114f859f81e7444eb00e499bb
/src/engine/jsonUtil.cpp
f635f8294e166de12d20a8664e929ddc70b4e748
[]
no_license
ikutoo/MG1906
a289c02e65afe7ededb0586b2257c1ec04f469e4
bc4905375474cf7cb2c164b6eb9524bc06d8a9af
refs/heads/master
2020-06-04T08:54:17.585741
2019-08-10T12:32:30
2019-08-10T12:32:30
191,952,283
0
0
null
null
null
null
UTF-8
C++
false
false
8,034
cpp
#include "jsonUtil.h" #include "utility.h" #include "resourceManager.h" #include "node.h" #include "sprite.h" #include "label.h" using namespace DxEngine; //********************************************************************* //FUNCTION: CJsonReader::CJsonReader(const std::string& vFilename) { auto FileContent = Ut...
[ "1007833641@qq.com" ]
1007833641@qq.com
bac9cfc6f945f7766c5a400f6e9110d9a28f3484
3f3a18c5631caa1309abe886cede6d221295724d
/dataset_reader/include/dataset_reader/reader.h
389da6f518c4025a3c6ee7eca63108abc165a298
[]
no_license
leo-wkd/h20_navigation
053d21a5438c7e7ea1bbc555a9741afcc451efee
321b5a9985fdbccbd06d2f065a0ab4cf816ba4c9
refs/heads/master
2020-07-20T15:00:46.835752
2019-09-05T22:26:01
2019-09-05T22:26:01
206,664,111
1
0
null
null
null
null
UTF-8
C++
false
false
4,728
h
#ifndef READER #define READER #include "ros/ros.h" #include "sensor_msgs/LaserScan.h" #include <fstream> #include <string> #include <sstream> #include <tf/transform_broadcaster.h> #include <nav_msgs/Odometry.h> /* This program reads a raw log file and publishes the scanner data and the odometry data for gmap. Current...
[ "noreply@github.com" ]
noreply@github.com
366d49d07f3f66be4577882f05703c1da965f6d4
396124da20ba58266abb81e40cd335bf7198dac2
/ku060_solution/.autopilot/db/udp.pp.0.cpp.ap-line.cpp
bb16a6bdfd200588f97ab45db8209e5f702c140c
[]
no_license
Ahrfry/vasado
d6d2f4824f674a845b916b5188b3347b644ccbde
a3bec59220d4a807eeaae831317e446cb08b76ac
refs/heads/master
2020-08-26T17:59:29.867336
2019-10-23T15:48:25
2019-10-23T15:48:25
153,848,350
0
0
null
null
null
null
UTF-8
C++
false
false
2,681,246
cpp
#pragma line 1 "example/udp.cpp" #pragma line 1 "example/udp.cpp" 1 #pragma line 1 "<built-in>" 1 #pragma line 1 "<built-in>" 3 #pragma line 155 "<built-in>" 3 #pragma line 1 "<command line>" 1 #pragma empty_line #pragma empty_line #pragma empty_line #pragma empty_line #pragma line 1 "/opt/Xilinx/Vivado_HLS/2016.4/comm...
[ "frythelegend@gmail.com" ]
frythelegend@gmail.com
3031a50b754d2d228260f8d266ae272e118e5947
b247668a88e0fe282b1cd29da8afaea9c9691d3d
/cantera18/changes/MinGW_Port/Cantera/src/equil/vcs_inest.cpp
f071a044a518659bae4b1ec155d4888cd798c384
[]
no_license
nashiong/cantera
1d47be92b1ad321018ac6136ca9bd52e3e5ac3b4
45c579993135e5899d851cc0ca66618445b5296e
refs/heads/master
2021-01-10T07:00:29.059520
2015-08-24T17:10:06
2015-08-24T17:10:06
44,044,045
0
0
null
null
null
null
UTF-8
C++
false
false
17,531
cpp
/** * @file vcs_inest.cpp * Implementation methods for obtaining a good initial guess */ /* $Author$ * $Date$ * $Revision$ */ /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. ...
[ "hkmoffa@02a645c2-efd0-11dd-984d-ab748d24aa7e" ]
hkmoffa@02a645c2-efd0-11dd-984d-ab748d24aa7e
a84563aaab6e620922731db37941dcc92989874c
76d4243eb812451c6e248df117f629a752417429
/Camera.cpp
9822229b821b072d0e4325c2d3a9724b813b8441
[]
no_license
sevoniak/SpaceShooter
e41c318e91284f836a544ee7c6ab0a716d37b338
70065f5d1dc1cc8f1148bc98c3188779f41948c3
refs/heads/master
2021-01-10T04:16:22.426591
2016-03-03T21:37:20
2016-03-03T21:37:20
53,049,252
0
0
null
null
null
null
UTF-8
C++
false
false
6,036
cpp
#include "Camera.h" Camera::Camera(int width, int height) { position = XMFLOAT3(0.0f, 0.0f, -5.0f); direction = XMFLOAT3(0.0f, 0.0f, 1.0f); upDirection = XMFLOAT3(0.0f, 1.0f, 0.0f); XMStoreFloat4(&orientation, XMQuaternionRotationRollPitchYaw(0, 0, 0)); screenWidth = width; screenHeight = height; sc...
[ "sebsplace@gmail.com" ]
sebsplace@gmail.com
41363d5efeda9fe39e422cf63bca638b5fbf0f25
056fcc67222afe34d96fd9cadb35469f6d305907
/driveronly_mp_rom/frameworks/av/media/libstagefright/include/MPEG2TSExtractor.h
30b71b5275086ddbb756f79442bc85c679e41cfe
[ "Apache-2.0", "LicenseRef-scancode-unicode" ]
permissive
datagutt/12055
a9e98f2972a76d92b7d07eee690cd1300b780efe
593741d834fff91ad3587c762caea5f00b69ba69
refs/heads/master
2020-07-21T13:04:55.731555
2013-10-10T06:12:43
2013-10-10T06:12:43
14,116,459
1
1
null
null
null
null
UTF-8
C++
false
false
2,449
h
/* * 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...
[ "zhangws@gmail.com" ]
zhangws@gmail.com
a4431e5466324ae36a97d8911e32ca2e14a69993
9218e5e38843856242f052a99c04d748c4f644fc
/cf 1374E1(2).cpp
426a764f3249e05811799d1ba08c0c4c65250395
[]
no_license
Sajib-006/Compettitive-programming-code
1ad124165935e1df5a346093d43fcc6ad40dfb64
4cf96529c6084951f53fd31fbf7e9f161570a734
refs/heads/master
2022-12-02T09:00:58.579188
2020-08-16T17:35:12
2020-08-16T17:35:12
282,496,200
0
0
null
null
null
null
UTF-8
C++
false
false
612
cpp
#include <cstdio> #include <algorithm> #define maxn 200010 using namespace std; int a[maxn],b[maxn],c[maxn],an,bn,cn; int main(){ int n,k,i,t,x,y,ans=0; scanf("%d%d",&n,&k); for(i=1;i<=n;i++){ scanf("%d%d%d",&t,&x,&y); if(x==1&&y==1)c[++cn]=t; else if(x==1)a[++an]=t; else if(y==1)b[++bn]=t; }...
[ "noreply@github.com" ]
noreply@github.com
7756c2a46fff3e6a560505bb07d6249ac2c809a9
8567438779e6af0754620a25d379c348e4cd5a5d
/net/http2/decoder/decode_http2_structures_test.cc
71cd286258f5cc049967f63622d4b85ec1571d41
[ "BSD-3-Clause" ]
permissive
thngkaiyuan/chromium
c389ac4b50ccba28ee077cbf6115c41b547955ae
dab56a4a71f87f64ecc0044e97b4a8f247787a68
refs/heads/master
2022-11-10T02:50:29.326119
2017-04-08T12:28:57
2017-04-08T12:28:57
84,073,924
0
1
BSD-3-Clause
2022-10-25T19:47:15
2017-03-06T13:04:15
null
UTF-8
C++
false
false
13,712
cc
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/http2/decoder/decode_http2_structures.h" // Tests decoding all of the fixed size HTTP/2 structures (i.e. those defined // in net/http2/http...
[ "hedonist.ky@gmail.com" ]
hedonist.ky@gmail.com
04e1c358bb72e55582e386f8014840c27a9f80d7
bcb81cd629fd9af3038e8b497c0604f4828c952d
/GdfEdit2/StringTable.cpp
65de1c47576e4675af6dceb4775811cedf57d7b1
[ "MIT" ]
permissive
joeriedel/tread2.4f
be2394d4f9fd2820097ecf0bd2efd9ece272479d
e23ac7beb3db6601095334e54b8e3e565f3e520a
refs/heads/master
2020-06-18T11:12:30.254749
2019-07-10T22:42:07
2019-07-10T22:42:07
196,283,955
2
1
null
null
null
null
WINDOWS-1252
C++
false
false
2,332
cpp
// STRINGTABLE.CPP // Copyright © 1999 Joe Riedel, Nick Randal. // Author: Nick Randal. #include "stdafx.h" #include "StringTable.h" #define TABLE_SPAN 20000 CStringTable m_StringTable; CStringTable* GetStringTable() { return &m_StringTable; } CStringTable::CStringTable() { for(int n = 0; n < 27; n++) m_nCount[n...
[ "joeriedel@hotmail.com" ]
joeriedel@hotmail.com
686765663b7a038c3d258efdd643e966aa2c9cd4
32d7c0ec4148ebf4025dcdd7f56df0cb0a88dcaf
/OKEEGE14.cpp
cfbeea02a2c3689c1b73ff57d085a482073e0041
[]
no_license
Chukwu12/gh-Java-project-pt2
720f927867b1bded4c7d1a085ec4b77128e258ff
c37a37fdda38a08712a211e3d461ddd10d683463
refs/heads/master
2022-10-20T20:23:21.280686
2020-06-16T14:33:14
2020-06-16T14:33:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,129
cpp
#include <iostream> using namespace std; int main() { char ch; cout << ("Line 1: Enter a string: "); cin.get(ch); cout << endl; cout << "line 4 : after first cin.get (ch);" << "ch = " << ch << endl; cin.get(ch); cout << "Line 6 : after second cin.get(ch);" << "ch = " << ch << endl; ci...
[ "noreply@github.com" ]
noreply@github.com
b9390fa2b5f5910291e2bc74f605a2c1f04d8fb5
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/admin/snapin/filemgmt/svcprop.h
bf47aae72b3828996cbf0fcfd8700069a3d95ce3
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,634
h
// SvcProp.h : header file // // Data object used to display service properties. // // #ifndef __SVCPROP_H__ #define __SVCPROP_H__ ///////////////////////////////////////////////////////////////////// // Structure used by the hardware profile listbox. One of these // structure is allocated per listbox item. // // Ty...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
d1fca9dcff54f7b8586a0c1c585deaf8fc964f34
b22588340d7925b614a735bbbde1b351ad657ffc
/athena/Trigger/TrigT1/TrigT1RPChardware/TrigT1RPChardware/CMROCompare.h
739844f601cee21727acb4da1657ddff0b0420b6
[]
no_license
rushioda/PIXELVALID_athena
90befe12042c1249cbb3655dde1428bb9b9a42ce
22df23187ef85e9c3120122c8375ea0e7d8ea440
refs/heads/master
2020-12-14T22:01:15.365949
2020-01-19T03:59:35
2020-01-19T03:59:35
234,836,993
1
0
null
null
null
null
UTF-8
C++
false
false
598
h
/* Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration */ #ifndef CMROCompare_H #define CMROCompare_H #include "TrigT1RPChardware/Lvl1Def.h" #include "TrigT1RPChardware/MatrixReadOut.h" #include "MuonCablingTools/BaseObject.h" class CMROCompare : public BaseObject { public: CMROCompare(Matri...
[ "rushioda@lxplus754.cern.ch" ]
rushioda@lxplus754.cern.ch
ddbf7f56625ba55aab5750a9b7145ae86c219477
b6bf42ba6650ff16e8ca32b0b996b14d7397a25d
/lw5/Garanin Timofey/lab/BatcherAlgoritm.cpp
83f44862a6a8788ea2b31949377f63624e0b29c2
[]
no_license
onethousandsuns/pp
3132e9fc96b6a3979267192ab4a4a4e090ce3cce
b52943f096d2122cb50e005f5693d02a9228461a
refs/heads/master
2021-01-18T13:12:45.156628
2017-04-04T06:15:59
2017-04-04T06:15:59
80,737,749
0
0
null
2017-02-02T15:20:26
2017-02-02T15:20:26
null
UTF-8
C++
false
false
2,729
cpp
#include "stdafx.h" #include "BatcherAlgoritm.h" #include <iterator> #include <omp.h> #include <chrono> CBatcherAlgoritm::CBatcherAlgoritm(Vector const & listValues) :m_listValues(listValues) { } Vector CBatcherAlgoritm::GetSortedList() const { return m_listValues; } bool CBatcherAlgoritm::SortList() { auto copyL...
[ "wrager@users.noreply.github.com" ]
wrager@users.noreply.github.com
c253f251cd70f68ebe4451c9d20e6fbe183903e9
b257bd5ea374c8fb296dbc14590db56cb7e741d8
/Extras/DevExpress VCL/Library/RS17/cxExtEditRepositoryItems.hpp
908d3b5406d3c771e4d31f70692192ecce313b07
[]
no_license
kitesoft/Roomer-PMS-1
3d362069e3093f2a49570fc1677fe5682de3eabd
c2f4ac76b4974e4a174a08bebdb02536a00791fd
refs/heads/master
2021-09-14T07:13:32.387737
2018-05-04T12:56:58
2018-05-04T12:56:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,101
hpp
// CodeGear C++Builder // Copyright (c) 1995, 2012 by Embarcadero Technologies, Inc. // All rights reserved // (DO NOT EDIT: machine generated header) 'cxExtEditRepositoryItems.pas' rev: 24.00 (Win32) #ifndef CxexteditrepositoryitemsHPP #define CxexteditrepositoryitemsHPP #pragma delphiheader begin #pragma option pu...
[ "bas@roomerpms.com" ]
bas@roomerpms.com
308506c0785412ed06b03c0319c72f1f4b6759c0
b46e6e8fabe537f25d57713b2caf6171161d8a85
/C++/PAT_basic/1016. 部分A+B (15)/key.cpp
8e0c2837d8f3aee8400ecb255966ab3ad38bc311
[]
no_license
liuzeyan/MyLearning
655d9ef09195029fc321496593521807f790ac7a
83f8a182b461d3f9a98c0455cb48fe8939c28440
refs/heads/master
2021-09-04T11:42:35.052385
2018-01-18T11:21:56
2018-01-18T11:21:56
104,704,551
0
0
null
null
null
null
UTF-8
C++
false
false
424
cpp
#include<iostream> #include<string> using namespace std; int main() { string str1,str2; char ch1,ch2; int sum1=0,sum2=0; int c1 = 1,c2 =1; cin>>str1>>ch1>>str2>>ch2; for(int i=0;i<str1.length();i++) { if(str1[i]==ch1) { sum1= sum1+c1*(ch1-48); c1=c1*10; } } for(int i=0;i<str2.length();i++) { i...
[ "liuzeyan3148@qq.com" ]
liuzeyan3148@qq.com
04e5e4b64b5d1f83040c0c88fbd5491dbcf21a84
1a66e809db3cd8f8b2a925a2a51f46de29bea6f7
/testCGAL/overlapping/tests/r3d_unit_tests.cpp
1bcb6e2140d0be9ea36cb27f892b9dc52e784fc6
[]
no_license
tlchoque/overlapping_2D
47c089b94985b4a6cbc6584edfe2f9a30f431c93
becc8df67c849faf016bb76050e3fa401234c084
refs/heads/master
2020-12-02T22:38:43.857592
2017-07-05T02:03:20
2017-07-05T02:03:20
96,159,674
0
0
null
null
null
null
UTF-8
C++
false
false
27,756
cpp
/* * * r3d_unit_tests.c * * Definitions for r3d unit tests. * * Devon Powell * 31 August 2015 * * This program was prepared by Los Alamos National Security, LLC at Los Alamos National * Laboratory (LANL) under contract No. DE-AC52-06NA25396 with the U.S. Department of Energy (DOE). * All rights...
[ "thony_106@hotmail.com" ]
thony_106@hotmail.com
51dcde26add4c4325174dbc98fd0bd428794e430
7e71bd676112ab5a1971a271f141e6fd33005625
/third_party/boost/libs/locale/test/test_convert.cpp
0bc8d9745492e3f4fa4e0ee0bc8d428f81fc5966
[ "BSL-1.0" ]
permissive
avplayer/httpd
b45ed6151ecd54a3a6306ed320a97aa6deb60c68
f2c73ffbc5804d20ec6e5b8814d6eddf9be06d37
refs/heads/master
2023-07-31T12:03:28.740001
2023-07-14T08:39:35
2023-07-14T08:39:35
72,509,091
9
3
null
null
null
null
UTF-8
C++
false
false
5,386
cpp
// // Copyright (c) 2009-2011 Artyom Beilis (Tonkikh) // // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt #include <boost/locale/conversion.hpp> #include <boost/locale/generator.hpp> #include <boost/locale/info.hpp> #include "boostLocale/test/tools.hpp" #include "b...
[ "jack.wgm@gmail.com" ]
jack.wgm@gmail.com
6aaf11a48972f1d79caec3cae311a02705ce8007
90895261e08d3b50e10dfc7eeb37484bb7851c60
/MouseGestures/multistrokeRecognizers/rectanglegesturesmanager.h
05d90fd89be50c800d62c32206a5b80907bf8b93
[]
no_license
qreal/tools
8286c4cce3c6dc9c7d9daec79504dc489c33f5ae
e9df29b7b4d199e2fd296272352c133c2db9c510
refs/heads/master
2021-01-19T02:42:56.589267
2017-11-17T10:27:24
2017-11-17T10:27:24
1,831,652
1
4
null
2014-10-31T11:03:13
2011-06-01T12:53:14
C++
UTF-8
C++
false
false
374
h
#pragma once #include "abstractRecognizer.h" #include "GeometricForms.h" class RectangleGesturesManager : public GesturesRecognizer<double *> { public: RectangleGesturesManager(); double getMaxDistance(QString const &); bool isMultistroke(); double getDistance(double * const & key1, double * const & ke...
[ "ololo@ololo.org" ]
ololo@ololo.org
f746c10bb3ab69857d44e85fd1c3270d7761c1e5
5bc8120d7de29a44a63513b4de6c8ebf2d859e01
/include/convert.h
1cffd6cc7ed7c898f086ad9607f75a9cde6e2293
[]
no_license
timepp/tplib
cee608a7278918dbe82385904317cd4f560da0bb
7016f1556d9223110b61cc15d8a1395172fa304f
refs/heads/master
2021-07-01T04:06:09.197948
2021-06-23T02:51:04
2021-06-23T02:51:04
1,198,633
2
0
null
null
null
null
UTF-8
C++
false
false
587
h
#pragma once #include <string> #include <stdlib.h> namespace tp { struct cvt { static int to_int(const wchar_t* s) { return _wtoi(s); } static int to_int(const std::wstring& s) { return to_int(s.c_str()); } static bool to_bool(const wchar_t* s) { ...
[ "tongjunhui@live.cn" ]
tongjunhui@live.cn
4a4a3e06d7e68172cc89c3bcd2996a9d00b697b7
0b33d5b91d7c28ceeac36aa8b987a133b8a1bd79
/code_forces/122_A.cpp
bd2ac8a3c5c12805a2678be832850fa35e52b696
[]
no_license
yollotltamayo/Online-Judges-Solutions
8379bc1703ab870157fea932aa13bcafe6584c48
78ed1b8af0c73f6ea55f6988782ce94f21fd5222
refs/heads/master
2022-10-18T16:59:49.089781
2020-06-11T22:39:55
2020-06-11T22:39:55
271,128,410
0
0
null
null
null
null
UTF-8
C++
false
false
271
cpp
#include<iostream> using namespace std; int main(){ int veces,ban = 0; int a[] = {4,7,47,74,477,447,444,777,774,744}; cin>>veces; for(int y = 0;veces >= a[y];y++){ if(veces%a[y] == 0) { ban = 1; break; } } if(ban) cout<<"YES"; else cout<<"NO"; }
[ "yollotltamayo@comunidad.unam.mx" ]
yollotltamayo@comunidad.unam.mx
39dbba5351e47a3c6669e205404325892c1433bf
770b7ad3c4e294e9c60d7c0e4f5d90f62daf3de0
/ComponentRackDetection/smartsoft/src/utils/PointManipulation.cc
409dbbe6abb99dea7b0e0bd598e8cad6f357dcad
[]
no_license
Servicerobotics-Ulm/ComponentRepository
b1b73ea8871366f05846aedc4ca4df4024b8fe39
0c958e9dd9263b525b404bb9581f33c15cfbb3d8
refs/heads/master
2022-12-15T07:54:19.437434
2022-12-06T14:30:05
2022-12-06T14:30:05
122,948,164
2
11
null
2021-02-10T12:03:13
2018-02-26T09:46:20
C++
UTF-8
C++
false
false
10,907
cc
// -------------------------------------------------------------------------- // // Copyright (C) 2017 Matthias Rollenhagen // // rollenhagen@hs-ulm.de // schlegel@hs-ulm.de // // ZAFH Servicerobotic Ulm // Christian Schlegel // University of Applied Sciences // Prittwitzstr. 10 // 89075...
[ "matthias@mlutz.de" ]
matthias@mlutz.de
19566f1a0b8d7ca803e110acf993f6cff823988f
c951370324d6e79afeaeb916cf9c0cb52b914cbc
/gurls++/include/gurls++/task.h
2490b927fba40c771f03929d50a906ca9f58a267
[]
no_license
kod3r/GURLS
66dc66349c417dcf8784d94947b94f9a815b371f
0265bea4ea3aacb9ac43c0e699de5ddfbc272b07
refs/heads/master
2020-12-28T21:51:54.778508
2015-05-25T13:22:26
2015-05-25T13:22:26
37,486,916
1
0
null
2015-06-15T19:36:41
2015-06-15T19:36:41
null
UTF-8
C++
false
false
3,131
h
/* * The GURLS Package in C++ * * Copyright (C) 2011-2013, IIT@MIT Lab * All rights reserved. * * author: M. Santoro * email: msantoro@mit.edu * website: http://cbcl.mit.edu/IIT@MIT/IIT@MIT.html * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided t...
[ "andrea@camelotbio.com" ]
andrea@camelotbio.com
cfdab48513ed81c6665810ae39a49ad645248cd2
5a34f38e1d0b6a925bb602383705f0e45b449dff
/cf/893/e2.cpp
68cdfb8fe735f185c48f8352ac8314e3687fa2e2
[]
no_license
samuraiexx/competitiveProgramming
15fcbcf75114c80d112473e5ce9d69b9f33d5280
1862e381d0d7aecc0082f2416950cd18b26858d4
refs/heads/master
2021-06-10T20:53:39.039074
2019-03-25T01:02:21
2019-03-25T01:02:21
106,463,296
0
1
null
2019-10-20T21:18:08
2017-10-10T19:43:09
C++
UTF-8
C++
false
false
1,012
cpp
#include<bits/stdc++.h> #define st first #define nd second typedef long long ll; using namespace std; const int N = 1e6 + 5; const int MOD = 1e9 + 7; int sieve[N]; int dp[N][21]; bool vis[N][21]; ll fexp(ll a, int b){ ll ans = 1; while(b) if(b&1) ans = (ans * a)%MOD, b--; else a = (a*a)%MOD, b/=2; retur...
[ "samuraiexx@gmail.com" ]
samuraiexx@gmail.com
2c2240bb62cc9c79460248c09a379ca387f4f233
e07e3f41c9774c9684c4700a9772712bf6ac3533
/app/Temp/StagingArea/Data/il2cppOutput/AssemblyU2DCSharp_GSN_Skill_Requests_WebRequester_1855886527.h
88b3d200d79971758096aa6a65f32f037daa9d18
[]
no_license
gdesmarais-gsn/inprocess-mobile-skill-client
0171a0d4aaed13dbbc9cca248aec646ec5020025
2499d8ab5149a306001995064852353c33208fc3
refs/heads/master
2020-12-03T09:22:52.530033
2017-06-27T22:08:38
2017-06-27T22:08:38
95,603,544
0
0
null
null
null
null
UTF-8
C++
false
false
3,937
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // Newtonsoft.Json.JsonSerializerSettings struct JsonSerializerSettings_t842388167; // System.Text.StringBuilder struct StringBuilder_t1221177846; // GSN.Skill.Requests.IWebRequest st...
[ "gdesmarais@gsngames.com" ]
gdesmarais@gsngames.com
e79de0e6d70f13de771a6b41950935d20a1d6fbd
4b9f1933df8b7ec281b7d11362e0336c5af02717
/Model.cpp
93054059c33896de97d03f1404fe80afbbc2718d
[]
no_license
misha1125/MashGraphProject
200f3d46f09fecec6476e4694d7bba6ec04ca8c0
ca7c9ddf41e4d2eca9c330cc4966ff97d198dd63
refs/heads/master
2023-02-03T22:59:02.473234
2020-12-22T19:48:19
2020-12-22T19:48:19
312,877,170
0
0
null
null
null
null
UTF-8
C++
false
false
11,166
cpp
// // Created by михаил on 08.12.2020. // #include "Model.h" // пока без индексов Model::Model(MyShader &shader, Camera &camera, GLfloat *vertex, size_t vertex_size, size_t vertex_cnt, const char *image_path, GLfloat width, GLfloat height, bool has_normal): shader(shader), camera(camera), vertex...
[ "mordvincevmisha@mail.ru" ]
mordvincevmisha@mail.ru
ee8b5de21332651ab1f5f46c47e54fc75e7dd71d
76b5222a7d501c585e24e9947ebe9eb8b1cfbf2c
/DX_Study/DXEngine/DXEngine03_Draw/AppWindow.cpp
e9d6b09c6907c3b91e22ed86f9ca59df50dd5181
[]
no_license
HugoRep/GitC_Study
21033886e81d8c57be7eeb490a81543534b9cf15
594310aec7aa31a332f14a5a03f4612104c606ff
refs/heads/master
2022-01-31T08:49:18.055102
2019-07-02T08:59:05
2019-07-02T08:59:05
null
0
0
null
null
null
null
UHC
C++
false
false
2,153
cpp
#include "AppWindow.h" #include "Engine.h" #include <iostream> AppWindow* app = NULL; //윈도우 메세지 프로시저 ( 메세지 처리자); LRESULT CALLBACK WindowProcessor(HWND hwnd,UINT msg,WPARAM wParam,LPARAM lParam) { if (app != NULL) return app->MessageProcessor(hwnd, msg, wParam, lParam); else return DefWindowProc(hwnd, msg, wPara...
[ "bluezigi@gmail.com" ]
bluezigi@gmail.com
ca02a0247758859f05974206dda07ad5bdffb8ec
ef68b62f4a1dd2e26e26ef2fc67e18f8fbe96418
/libs/cg_nui/ray_tool.cxx
21b14fcfcbf7b1be73ca27f9b8e77a9c8189efa9
[]
no_license
lintianfang/cleaning_cobotics
68d9a4b418cdadab9dde1c24f529f45e7fc3bd4f
26ccba618aec0b1176fcfc889e95ed5320ccbe75
refs/heads/master
2023-02-25T21:36:10.777059
2021-01-29T09:49:16
2021-01-29T09:49:16
281,898,712
1
0
null
null
null
null
UTF-8
C++
false
false
5,153
cxx
#include <cgv/base/base.h> #include "ray_tool.h" #include <cgv/math/pose.h> #include <cgv/math/ftransform.h> namespace cgv { namespace nui { ray_tool::ray_tool(const std::string& _name, int32_t _controller_index) : controller_tool(_name, _controller_index) { ray_length = 3.0f; pick_all = false; } void ray_tool::...
[ "tianfang.lin@tu-dresden.de" ]
tianfang.lin@tu-dresden.de
76faaa5be4ed7ad066c07e673be4038fdbcb4691
d57e80d2c7cce697a4f2cb2b2f5f143b89c777bd
/Core/interface/TextIO.h
3b18e4cf48b8f093e345d3a79f5f2d57d9020250
[]
no_license
cms-hh/HHStatAnalysis
0b4a3c6c0c34da2f12dc20f4cf5fbc5157f3cb58
c41e37f10ccaac71d37500a4917d08f65c29385e
refs/heads/master
2023-01-13T08:16:31.247041
2021-04-12T13:44:39
2021-04-12T13:44:39
54,017,549
2
9
null
2022-12-30T21:00:34
2016-03-16T09:18:25
C++
UTF-8
C++
false
false
4,383
h
/*! Definition of primitives for a text based input/output. This file is part of https://github.com/hh-italian-group/AnalysisTools. */ #pragma once #include "exception.h" #include <unordered_set> #include <boost/algorithm/string.hpp> namespace analysis { template<typename T, typename CharT = char> std::basic_string...
[ "konstantin.androsov@cern.ch" ]
konstantin.androsov@cern.ch
97f490d967f9af2a102ce8bcd462b4145b92e729
7bdde4a5fb84764fb8f46a984e03062c65889013
/Code/Visualization/Imports.h
c9d6322b84ecb1e6562618bdebd2f037661334ec
[]
no_license
ahillbs/bachelor-thesis
249852458498471e776478e8fb39459bfe05c5ea
0da0b674bf2c3ff775b9d739e098900eb56b27c0
refs/heads/master
2021-08-12T01:52:27.256503
2017-11-14T09:20:49
2017-11-14T09:20:49
110,665,876
0
0
null
null
null
null
UTF-8
C++
false
false
656
h
// // Created by gharg on 30.08.17. // #ifndef PROJECT_SVGIMPORT_H #define PROJECT_SVGIMPORT_H #include <vector> #include "../Utilities/GeoUtil.h" #include "../Capturing/Header/Capturing2D.h" #include <boost/property_tree/xml_parser.hpp> #include <boost/property_tree/ptree.hpp> struct Polyline { std::vector<Vector2...
[ "a.hill@tu-bs.de" ]
a.hill@tu-bs.de
fc82a6cfdbcc28d7dca6f9c449d8258f4a0bdf56
d5e8b4237d0da18fa8c82d2a5d16383790ce39fc
/C++/libevent_demo/fork_server.cpp
860ece82b2ca40d2c8c1d0f92d5c05539d802285
[]
no_license
CodevilWang/code_snippet
1768a161ce2bb4f3584c9ea2ee6fb88ebf9c71c2
755b6c6896b9b8064baad1d8585a461bf63cf8d9
refs/heads/master
2021-01-19T20:16:08.733764
2020-03-09T15:12:18
2020-03-09T15:12:18
18,260,238
0
0
null
null
null
null
UTF-8
C++
false
false
2,198
cpp
// code from libevent tutorial /* For sockaddr_in */ #include <netinet/in.h> /* For socket functions */ #include <sys/socket.h> #include <unistd.h> #include <string.h> #include <stdio.h> #include <stdlib.h> #define MAX_LINE 16384 char rot13_char(char c) { /* We don't want to use isalpha here; setting the locale ...
[ "codevil.w.m@gmail.com" ]
codevil.w.m@gmail.com
a69f4bdad206769e13ac0808f1cf0af5ee539622
2cbdcb198b63dbdc63b9d3ec6f3c7741283b0e71
/src/util/PacketDump.h
72a730b067ac0ef391c3f874744121bc6d836e8c
[]
no_license
lasfar1008/inetmanet-2.0
2a4245ae864ee5222d601ce32bc0c94cd7fdf63d
6691287e2c2c03025c2ab238ed3ffd967bad0ec2
refs/heads/master
2021-01-16T09:51:11.479991
2011-11-05T12:30:30
2011-11-05T12:30:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,732
h
// // Copyright (C) 2005 Michael Tuexen // Copyright (C) 2008 Irene Ruengeler // Copyright (C) 2009 Thomas Dreibholz // Copyright (C) 2011 Zoltan Bojthe // // This program 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 S...
[ "alfonso@alfonso-System-Product-Name.(none)" ]
alfonso@alfonso-System-Product-Name.(none)
4337952c86e542ac98700730911fa56eb607b86b
72a599527a8105ad809c372edc9bc7fd206669bd
/library/utilities/jsonparsehelper.cpp
9a08fb681fdb5e8e10c0d372e1ee4aef7c68bbde
[]
no_license
The-Professional/agk-game-engine
26f3d40b919a818d106c603e199221064b580640
84f25b1a2c92e4814699ce0b002b0ab1523f2522
refs/heads/master
2021-05-09T02:40:35.844133
2018-04-01T04:50:03
2018-04-01T04:50:03
119,218,126
0
0
null
null
null
null
UTF-8
C++
false
false
12,205
cpp
// Physical component dependency #include "jsonparsehelper.h" // Game lib dependencies #include <agk.h> #include <common\bitmask.h> #include <common\vector2.h> #include <common\vector3.h> #include <common\vector4.h> #include <common\iobject.h> #include <common\collectionobject.h> #include <input\inputstate.h> #include...
[ "crosenorn@gmail.com" ]
crosenorn@gmail.com
599922bcce46d2b8ac857bbad7c0bfe19236c58c
f598f1493e6357b62880240717d8c9dc957f5d0c
/src/net.cpp
93aea06a8df00cbc0ad2380c8a54bdb7def9097b
[ "MIT" ]
permissive
franksalinas2/hvc
e7814c1f48b093a6a3fc7e7f44023fe88cf7ddf6
abc5590b653df10089c7b4cc4c8794f2421f1106
refs/heads/master
2021-01-13T08:53:36.795661
2016-10-25T03:05:02
2016-10-25T03:05:02
71,853,866
0
0
null
null
null
null
UTF-8
C++
false
false
62,179
cpp
// Copyright (c) 2009-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 "irc.h" #include "db.h" #include "net.h" #include "init.h" #include "strl...
[ "empowrcoin@gmail.com" ]
empowrcoin@gmail.com
96861a41f87b24681bded5123b0a082847c04afd
50d3b6becb84460c6a4087330b60dbd9b067b2bd
/rbf.cpp
1d56cab7e466b3d0d8b446bffa3758f7197cbeb9
[]
no_license
TheDwoon/SpectralSensorProfiles
72c9abafd28be56e3f3cdc917c2c2bd0339bbc6b
d81cdf1b15f1c400c106c9596ad1c290bfd3229c
refs/heads/master
2023-05-14T06:26:58.714126
2021-06-07T01:06:07
2021-06-07T01:06:07
374,496,430
0
0
null
null
null
null
UTF-8
C++
false
false
1,824
cpp
#include "rbf.h" #include <iostream> double rbf::rbf_kernel(double x) const { return exp(-m_weight * m_weight * x * x); } Eigen::MatrixXd compute_distance_matrix(const Eigen::MatrixX2d &xs) { const size_t num_rows = xs.rows(); Eigen::MatrixXd m(num_rows, num_rows); for (Eigen::Index i = 0; i < num_ro...
[ "TheDwoon@users.noreply.github.com" ]
TheDwoon@users.noreply.github.com
5d5bb75a672a7f66b5746d32dca7606ad76c520f
428f52ac651ca0ed50abd318023492f3e5f2c446
/src/result.cpp
94e141827f6c2b1870a9ddbc22ea9ea98f455470
[]
no_license
hemirt/mariadb
4baf68a5fb14b0b36c20a788ad6a0c3de937cf5c
2186bd19aa4f2c9b1e1de5a735f3c82d2e5e27a3
refs/heads/master
2021-10-23T01:11:49.409355
2021-10-18T09:11:52
2021-10-18T09:11:52
110,337,882
0
0
null
null
null
null
UTF-8
C++
false
false
893
cpp
#include "hemirt/result.hpp" namespace hemirt { namespace DB { ErrorResult::ErrorResult(const std::string& error) : err(error) { } ErrorResult::ErrorResult(std::string&& error) : err(error) { } AffectedRowsResult::AffectedRowsResult(std::uint64_t num) : numAffected(num) { } Result::Result(ErrorResult&&...
[ "hemirt@email.cz" ]
hemirt@email.cz
bd8568cb065fb54e1d7082d3c4f38ed4b413a303
7eec256284530e38e2e3b34cfb003fb27d592ccd
/PSEGTREE - Make Versions in Segment Tree.cpp
6ff80e196d1523e24358bc32325e79c7c376975f
[]
no_license
rudyjayk/SPOJ
88c6c1c504c0570305737b14249c2e39dc61cb39
dd961a5efff3c30fbb03dea957e03674f4dea255
refs/heads/master
2022-03-04T03:36:39.429095
2019-10-28T09:14:42
2019-10-28T09:14:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,190
cpp
#include<bits/stdc++.h> using namespace std; #define ll long long #define mx 100005 int arr[mx]; struct Node { Node* left; Node* right; int val; Node(int _val=0, Node* _left = NULL, Node* _right = NULL) { val = _val; left = _left; right = _right; } }*root[...
[ "noreply@github.com" ]
noreply@github.com
226d3964666edbc6b395d19d563bd21b419adf5c
ebf214d3eeeadd99abc5952882d4552f4e39c107
/HFO_mgm/src/chain_action/pass_checker.h
3e0df1b9c27bb6e936d0816420ff8a306b76be5a
[ "MIT" ]
permissive
goncamateus/graduationMgm
b87e5a068864253ab7704b247600802ef816a15b
ee264d6f1bffdbbbb04c55c8f43146604d54cc88
refs/heads/master
2022-04-10T20:37:45.231599
2020-03-06T13:21:31
2020-03-06T13:21:31
197,375,982
6
3
MIT
2020-02-01T18:14:22
2019-07-17T11:26:36
C++
UTF-8
C++
false
false
1,359
h
// -*-c++-*- /* *Copyright: Copyright (C) Hiroki SHIMORA This code 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, or (at your option) any later version. This code is distributed in th...
[ "mgm4@cin.ufpe.br" ]
mgm4@cin.ufpe.br