blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f96c0f6593904d7109149f72b555c8d508a237b8 | 0b3a6cd668ba97425dbf5bd217b6d29e156a8c73 | /app/widgets/missionrejectedwidget.cpp | 746d123012b4e938b57ea68f8a7050474f7a0d26 | [] | no_license | VasylA/quest | e676e161d2c2be4ce33dad10e3cbb8247b7f76c6 | aaf8121d01e5239c92510cdcb266b9fcdcf9dd86 | refs/heads/master | 2020-04-07T14:32:49.805193 | 2018-11-25T17:31:46 | 2018-11-25T17:31:46 | 158,451,602 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,092 | cpp | #include "missionrejectedwidget.h"
#include <QLabel>
#include <QMovie>
#include <QHBoxLayout>
MissionRejectedWidget::MissionRejectedWidget(QWidget *parent)
: QWidget(parent)
, _animationLabel(new QLabel)
{
setupUi();
setupTimer();
}
void MissionRejectedWidget::launch(int millisecondsToShutdown)
{
... | [
"vasyl18@ukr.net"
] | vasyl18@ukr.net |
2764beb1a2def2cc11ac84dbd43ce198ce89e700 | 9c677a1775705f7c8f683d1f89d47e9ed15a32ee | /ACM/luogu/1072.cpp | 7fca5a302f2989f5a674b7c49dde8cdb410f3529 | [] | no_license | nc-77/algorithms | 16e00a0f8ce60f9b998b9ee4ccc69bcfdb5aa832 | ced943900a2756a76b2c197002010dc9e08b79c4 | refs/heads/main | 2023-05-26T20:11:25.762015 | 2021-06-08T07:16:30 | 2021-06-08T07:16:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,432 | cpp | #include<bits/stdc++.h>
#define ll long long
#define debug(x) cout<<#x<<'='<<x<<endl
#define set0(x) memset(x,0,sizeof(x))
using namespace std;
//#define int long long
const int inf=0x3f3f3f3f;
const int maxn=2e6+10;
map<ll,ll>prime[4];
void fac(ll n,map<ll,ll>&prime)
{
prime.clear();
for(int i=2;i<=n/i;i++)
... | [
"291993554@qq.com"
] | 291993554@qq.com |
9ac4398b4fe525e81f03f199533a90913a2ab51b | 831b714d97e68e34f18ada861b7c9b19902fdaae | /libsource/include/motors.h | 7b53f98aa992e12732141142f9456d27dedf7bfa | [] | no_license | anosnowhong/phantom | 05f9bb292f65ad7501fe855d3efa94e61395f8a0 | 7d20ce9672e1d9f37ca5b656c56eb81751da7304 | refs/heads/master | 2021-01-10T13:52:28.920575 | 2016-09-16T23:41:00 | 2016-09-16T23:41:00 | 52,229,681 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,020 | h | /******************************************************************************/
class MOTOR
{
private:
int Type;
#define MOTOR_TYPE_MAXON_RE35 0
#define MOTOR_TYPE_MAXON_RE25 1
CONTROLLER *Controller;
int Channel;
double UnitsPerNm;
STRING ObjectName;
public:
MOTOR... | [
"hong@Snows-MacBook-Pro.local"
] | hong@Snows-MacBook-Pro.local |
d426c1342c7df6231859f84d809b73849272609f | ea33b4b176770d7bab5508489da61313ad66c54e | /My Addons/ofxFlash/iosExample/src/testApp.h | 6413ea9df393420bdb9ec0b08267cc88a36679ed | [] | no_license | roikr/openFrameworks007 | e14576fa329070b3eb603004904d76515350991a | 7ee9268ea64b71bfa8aba43d4aee10c690f35da8 | refs/heads/master | 2021-01-20T11:31:37.809556 | 2014-08-14T09:43:39 | 2014-08-14T09:43:39 | 22,948,501 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 610 | h | #pragma once
#include "ofMain.h"
#include "ofxiPhone.h"
#include "ofxiPhoneExtras.h"
#include "ofxFlash.h"
class testApp : public ofxiPhoneApp {
public:
void setup();
void update();
void draw();
void exit();
void touchDown(ofTouchEventArgs &touch);
void touchMoved(ofTouchEventArgs &touch);
void touchUp(ofT... | [
"roikr75@gmail.com"
] | roikr75@gmail.com |
6b252118f239414cd9958838eac3da78d7707273 | dfd48108f1a289d935d531cadfe50a37570c277f | /assignments/assignment_1/src/heartRates/GetTargetHeartRateLower.cpp | 466472c33b9573b3df5742be1252a9c24d4875cf | [] | no_license | reilly-q/com326 | 5f7aeba5b3d7bc2b1d406923b9dad684bffb982d | 18e712ec53ab6f8b18009f9351f7c2291f285da9 | refs/heads/master | 2023-01-28T06:55:38.693391 | 2020-12-08T13:18:25 | 2020-12-08T13:18:25 | 298,539,587 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 274 | cpp | /*
* GetTargetHeartRateLower.cpp
*
* Version Information v1.0
* Author: Quinn Reilly
* Date: 08 oct 2020
*
* Copyright notice
*/
// Include classes and headers
#include "HeartRates.h"
int HeartRates::GetTargetHeartRateLower() {
return targetHeartRateLower_;
}
| [
"reilly-q@ulster.ac.uk"
] | reilly-q@ulster.ac.uk |
c66dc8b4393b90a924810926f313b50c884aac9d | 8481b904e1ed3b25f5daa982a3d0cafff5a8d201 | /C++/POJ/POJ 2954.cpp | 350cf32a2ef04b618e50433e8470a15b8a059de0 | [] | no_license | lwher/Algorithm-exercise | e4ac914b90b6e4098ab5236cc936a58f437c2e06 | 2d545af90f7051bf20db0a7a51b8cd0588902bfa | refs/heads/master | 2021-01-17T17:39:33.019131 | 2017-09-12T09:58:54 | 2017-09-12T09:58:54 | 70,559,619 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,055 | cpp | #include<iostream>
#include<cstdio>
#include<cstdlib>
#include<cstring>
using namespace std;
int t,n;
int x1,x2,x3,y1,y2,y3;
int ans,on;
int gcd(int a,int b)
{
if(b==0) return a;
return gcd(b,a%b);
}
int main()
{
int i,j;
while(scanf("%d%d%d%d%d%d",&x1,&y1,&x2,&y2,&x3,&y3))
{
if(x1==0&&y1==0&&x2==0&&y... | [
"751276936@qq.com"
] | 751276936@qq.com |
a3baea67ec101f35724cd55d31d651446307598f | c18e3cba4f445613b2ed7503061cdfe088d46da5 | /docs/atl/codesnippet/CPP/modifying-the-atl-dhtml-control_3.cpp | a7f42c8b59eafe3c7a8e9da761fbed7d6f115e8b | [
"CC-BY-4.0",
"MIT"
] | permissive | MicrosoftDocs/cpp-docs | dad03e548e13ca6a6e978df3ba84c4858c77d4bd | 87bacc85d5a1e9118a69122d84c43d70f6893f72 | refs/heads/main | 2023-09-01T00:19:22.423787 | 2023-08-28T17:27:40 | 2023-08-28T17:27:40 | 73,740,405 | 1,354 | 1,213 | CC-BY-4.0 | 2023-09-08T21:27:46 | 2016-11-14T19:38:32 | PowerShell | UTF-8 | C++ | false | false | 81 | cpp | m_spBrowser->Navigate(CComBSTR(L"www.microsoft.com"), NULL, NULL, NULL, NULL); | [
"v-zhecai@microsoft.com"
] | v-zhecai@microsoft.com |
4a4a976aff2cac632d1623a96e473480f993230d | b27291aa51411e0cdc1b0a49e85a4af7b1894eff | /Date/Date.h | db063d0b63a92436ccb30b8630826f887d4b45be | [] | no_license | Ilya837/Date | 19f54a02961a5ded47bb026bb16d6cd74cba4f83 | c0506ce6d550818a2d353dcaa040444c04cdc63c | refs/heads/master | 2023-03-25T04:01:38.631119 | 2021-03-21T08:02:34 | 2021-03-21T08:02:34 | 347,344,421 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 756 | h | #pragma once
#include <iostream>
#include <assert.h>
#include <string>
#include <iomanip>
#include <limits>
using namespace std;
class Date
{
private:
int Day, Month, Year;
public:
Date();
Date(const Date& date);
Date(const int day, const int mouth, const int year);
Date(string date);
~Date();
Date operator =... | [
"mikerin-2002@mail.ru"
] | mikerin-2002@mail.ru |
cbd0e8fd0c88b04673775e03eb5a88a13587454f | 2ffc0539201e0c1feae3f98efa8c54f28a99a5ac | /src/qt/bitcoingui.cpp | f9e6c2d02a6f7f1ccdb63c55f1a41ebffb535630 | [
"MIT"
] | permissive | BovineOverlord/DorfcoinSourceCode | a0a48094690139c23f3eabd9a8509d713ec37c61 | 2d380cea86837e9b15923e8bd9b2e9b5cacac967 | refs/heads/master | 2021-01-15T17:16:05.534569 | 2017-08-09T00:03:03 | 2017-08-09T00:03:03 | 99,747,030 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 30,158 | cpp | // Copyright (c) 2011-2013 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 <QApplication>
#include "bitcoingui.h"
#include "transactiontablemodel.h"
#include "optionsdialog.h"
#include "abou... | [
"andrew_sainz@live.com"
] | andrew_sainz@live.com |
c052a69c15f1a948cc954838d8ea310583df991a | 70cdf389c2bc8f0b34e8f6d461b3dae7c52af549 | /tests/test_operator_run.cpp | 938bcda1f0d6ca1e9dc3920137eb2e97148da19a | [] | no_license | LIZECHUAN/openlf | 526839545414c59d9584f78c11aa282ab5c34869 | fe907092f23f9457e151f36e2faa6ea41e4cef43 | refs/heads/master | 2020-05-31T07:27:43.838912 | 2015-09-23T14:44:15 | 2015-09-23T14:44:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,111 | cpp | /*
* File: test_operator_run.cpp
* Author: swanner
*
* Created on Mar 25, 2014, 11:06:07 AM
*/
#include <cppunit/BriefTestProgressListener.h>
#include <cppunit/CompilerOutputter.h>
#include <cppunit/extensions/TestFactoryRegistry.h>
#include <cppunit/TestResult.h>
#include <cppunit/TestResultCollector.h>
#incl... | [
"kiryl2009@hotmail.com"
] | kiryl2009@hotmail.com |
7ff54ba55ff9573c74a21e208b9e14dddac2b907 | b2d5e4c4bac4e040d83ce87cc1baa1c1bd330287 | /CodeChef/NAME1.cpp | f007850fe725c420649df355d171ce4b0a31f509 | [
"MIT"
] | permissive | stalin18/C-and-CPlusPlus-Programs | 7b4894f66a767f093f8649c6db983b6f9a2bb53a | b2a303fe6b16e42c3b6d1a4167e6b884142d1928 | refs/heads/master | 2016-08-04T15:03:09.200457 | 2014-02-13T02:23:58 | 2014-02-13T02:23:58 | 11,862,479 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 913 | cpp | #include<iostream>
#include<string>
using namespace std;
int main(){
int t, n;
string a, b, child_concat;
cin>>t;
while(t--){
int parent[26]={0};
int children_[26]={0};
int i=0;
child_concat="";
cin>>a>>b;
a+=b;
cin>>n;
s... | [
"kunalswami@live.in"
] | kunalswami@live.in |
ad59df8e6e287f3a545080db1f80c0db5ecbdcaf | 3352a1db84dd6a6164b2d0832f1cb57e94f2e1e3 | /FFH2 BA Mod/Assets/src/CvGameCoreDLL.041o/CvUnit.cpp | 4fa583a7de844fcde0da3f14d3058f11d4e565b3 | [] | no_license | AdrianGin/pic-source | bef9fe0d52e356b7e8579e2a82e9271f4a877bcb | 54f321d0a5ad3530a1c46d53ca24cee62f20aa4a | refs/heads/master | 2023-09-02T22:57:08.380760 | 2021-11-20T10:19:11 | 2021-11-20T10:19:11 | 273,621,080 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 516,277 | cpp | // unit.cpp
#include "CvGameCoreDLL.h"
#include "CvUnit.h"
#include "CvArea.h"
#include "CvPlot.h"
#include "CvCity.h"
#include "CvGlobals.h"
#include "CvGameCoreUtils.h"
#include "CvGameAI.h"
#include "CvMap.h"
#include "CvPlayerAI.h"
#include "CvRandom.h"
#include "CvTeamAI.h"
#include "CvGameCoreUtils.h"
#include "... | [
"adrian.gin@gmail.com"
] | adrian.gin@gmail.com |
18dabc5192383046b1e82224ca0d094d23a2dbde | 867820e33acc08a858007da901c48b12f9a4b424 | /src/QAPSolGenerator.cpp | c9b0eb093d99b6022ba7fba1f98f9221b8a1f615 | [] | no_license | gemari7/P5 | ab212e00c497a8576bd6f0a0172f94b473625bd9 | f15922e6c21d881dca6042ab051b0509003c62f6 | refs/heads/master | 2020-03-15T20:21:04.164487 | 2018-05-13T20:55:21 | 2018-05-13T20:55:21 | 132,330,629 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 527 | cpp | #include "QAPSolGenerator.h"
#include "QAPInstance.h"
#include "QAPSolution.h"
#include <stdlib.h>
void QAPSolGenerator::genRandomSol(QAPInstance &instance, QAPSolution &solution){
int numBuildings=instance.getNumBuildings();
int numLocations=numBuildings;
int randomLocation;
for (int i = 0; i < numBuildings; i+... | [
"gemari777@gmail.com"
] | gemari777@gmail.com |
8a750e92c04f27c925b99c8eaacb9e73689dd912 | cb2c81f37cc3b4d660a66db69c1ac35027c4fe9d | /example/separate/03.cpp | ac17ce50ac916ed49a04b5ef7326a750921eb97d | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | lcaminiti/lcxx | f15ecb57bfbf8356d9607aa05e9abed554cc4a97 | c492f3d724209cfcb0cf22599e60c468fa0ab546 | refs/heads/master | 2021-05-01T15:03:53.531280 | 2018-02-24T17:00:39 | 2018-02-24T17:00:39 | 121,028,771 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,862 | cpp |
#include <queue>
#include <future>
#include <condition_variable>
#include <mutex>
#include <thread>
#include <utility>
#include <iostream>
template<typename T>
class threadsafe_queue {
public:
void push(T&& value) {
std::lock_guard<std::mutex> l(mut_);
data_.push(std::move(value));
cond_.n... | [
"lorcaminiti@gmail.com"
] | lorcaminiti@gmail.com |
91c4c468ffa30b80c896b6f778804743140219e9 | 55d7754ace69c50ec9ea74d68b5f3ca2ad554113 | /src/common/CmdLine/include/Support/CmdLine.h | 70c8fb998bf49ccff288f49d428eaba7475bcb16 | [
"MIT",
"NCSA"
] | permissive | ukoeln-vis/sgrvr | ad6f7531a054c306683199fc4720d2cfecef961e | e4a3f98fdede7af2f62adea49900788a16c6680c | refs/heads/master | 2016-09-05T17:32:54.583647 | 2015-11-24T13:43:41 | 2015-11-24T13:43:41 | 40,511,153 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 17,434 | h | // This file is distributed under the MIT license.
// See the LICENSE file for details.
#pragma once
#include "Support/StringRef.h"
#include "Support/StringRefStream.h"
#include <algorithm>
#include <memory>
#include <stdexcept>
#include <vector>
#ifdef _MSC_VER
#pragma warning(push)
#pragma warning(disable : 4512)... | [
"info@szellmann.de"
] | info@szellmann.de |
cd139ebf197d408f35cf79b0496d8f09a9bd5436 | 18b6aef6ebe67c63a4943e3c5beabd1db440017d | /EnduringLife_Client/Object.h | cbce069554c6e469fcff3f89181a80c5f63c2b48 | [] | no_license | HoinJang/EnduringLife | 317d08fa3ba0f1d85128e4703afda03e4b8996cd | f2819c865b2fc093fa54c4f4e7879cce15ffab7e | refs/heads/master | 2021-06-28T18:48:28.225393 | 2019-02-18T06:53:41 | 2019-02-18T06:53:41 | 132,803,888 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 14,445 | h | //------------------------------------------------------- ----------------------
// File: Object.h
//-----------------------------------------------------------------------------
#pragma once
#include "Mesh.h"
#include "Camera.h"
#include "Mydefine.h"
#define DIR_FORWARD 0x01
#define DIR_BACKWARD 0x02
#define D... | [
"ghdlsfl@naver.com"
] | ghdlsfl@naver.com |
cb295e6821a2ccfcc1b385a31402f86a3bc243b8 | 89c7bead0bfb7b3b4d3d53450cc69bc4db47b7c2 | /Engine/Code/Engine/Core/General/Tags.cpp | 09afe218679078681ccbd16e7b19f87a6f98eb3b | [] | no_license | itsdrell/SoftwareDevelopment | 73fb218ae002a4dc3cd9bbed8f50ccc1a2d8a2f4 | 546b0d59e21f25a9b951ca0adc38783c1305f7ab | refs/heads/master | 2020-03-19T00:43:23.348211 | 2019-05-08T17:21:37 | 2019-05-08T17:21:37 | 135,498,540 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,088 | cpp | #include "Tags.hpp"
bool DoTagsShareATag(Tags & a, Tags & b)
{
for(uint i = 0; i < a.GetSize(); i++)
{
std::string aCurrent = a.GetTagAtIndex(i);
for(uint j = 0; j < b.GetSize(); j++)
{
std::string bCurrent = b.GetTagAtIndex(j);
if(aCurrent == bCurrent)
return true;
}
}
return false;
}
bool ... | [
"ztbracken@gmail.com"
] | ztbracken@gmail.com |
d89906ced9f86135a55a72d112e55d4aa4afbdce | f6f2c2b157cf1e9b10ca33acb41b13c795e55191 | /test/test_pid.cpp | 8ea20258094490b59e3279d793eaf7e64dbcaa2c | [] | no_license | ashwinvk94/ackermann_pid | fc515612b639c5604952e03b37b6c9333a402d2e | 87a3262fc2c8e11da7d6cbd43dde8b83570b7a4d | refs/heads/master | 2020-08-09T05:28:59.452064 | 2019-10-11T22:28:35 | 2019-10-11T22:28:35 | 214,008,498 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,451 | cpp | /**
* @file test_ackerman_controller.cpp
* @author Ashwin Varghese Kurutukullam
* @author Charan Karthikeyan
* @brief Testing cases for ackerman_controller
*
* @Copyright "Copyright 2019 <Charan Karthikeyan>
* @Copyright "Copyright 2019 <Ashwin Varghese Kurutukullam>
*/
#include <gtest/gtest.h>
#include "pid.... | [
"pvcharankarthikeyan@gmail.com"
] | pvcharankarthikeyan@gmail.com |
bee7cac5be0d708dcc4044ecc41430ea96ba1d59 | 3e000de4c63cadc352cec1224c275275085ebf87 | /src/reverselock.h | aefcf766ede9f4eee8a4ae0ee0a88e67f26cd870 | [
"MIT"
] | permissive | mo-bay/oasis | 0c02ad688aeb3ccdcc7dc8d8e11c5a2701a6903f | 0d9469399907f69e4ac9c51fd4791e84d2926363 | refs/heads/main | 2023-04-17T18:54:08.094658 | 2021-05-06T15:16:31 | 2021-05-06T15:16:31 | 363,743,117 | 0 | 0 | MIT | 2021-05-02T20:25:25 | 2021-05-02T20:25:24 | null | UTF-8 | C++ | false | false | 807 | h | // Copyright (c) 2015 The Bitcoin Core developers
// Copyright (c) 2017-2019 The oasis developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_REVERSELOCK_H
#define BITCOIN_REVERSELOCK_H
/**
* An RAII-style ... | [
"derek@Dereks-iMac.local"
] | derek@Dereks-iMac.local |
e7cc390f8f49809e9e64d2cd1faa871c744c98ac | 9bdb9ca05409a125a000636d6da6df5316959329 | /libfranka/src/network.h | 8236a7f4ce68ef7a3792063fe05bd9584dfb8311 | [
"Apache-2.0"
] | permissive | IntelligentSun/franka | 612ccdfc5042e98c9abb876df3f31193e6c7a179 | a28b3015c5810da3fe0a60ae14041300e187165b | refs/heads/master | 2020-05-03T12:34:11.931502 | 2019-03-31T01:40:35 | 2019-03-31T01:40:35 | 178,627,207 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,362 | h | // Copyright (c) 2017 Franka Emika GmbH
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
#pragma once
#include <chrono>
#include <cmath>
#include <cstdint>
#include <cstring>
#include <functional>
#include <mutex>
#include <unordered_map>
#include <vector>
#include <Poco/Net/DatagramSocke... | [
"17321255121@163.com"
] | 17321255121@163.com |
48e88f8f9cd667b8a74b54b071f9b37d7bc145c6 | ac8013f41c0c8e48394b63f78f49c6d57b365b76 | /GNN-Computing/include/aggregator.h | 1b746c9801bdfc710997f2e1be28ff5166695113 | [] | no_license | lichong0309/lcsrc | 7eefac366220fa6c03de137b5bd9f67821011ef2 | 673b72e6fbb1a4e4173d93dff1de5792c266fea9 | refs/heads/main | 2023-08-07T17:42:11.840314 | 2021-09-30T07:27:26 | 2021-09-30T07:27:26 | 403,853,738 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,743 | h | #ifndef AGGREGATOR_H
#define AGGREGATOR_H
#define __shfl(a, b, c) __shfl_sync(0xffffffff, a, b, c)
#define __shfl_down(a, b) __shfl_down_sync(0xffffffff, a, b)
#include "util.h"
#include "data.h"
#include "graph_schedule.h"
__global__ void convertCSRToEdgelist(int *ptr, int *idx, int *edgelist, int num_v)
{
int ... | [
"chongli0309@gmail.com"
] | chongli0309@gmail.com |
93b17db39b7d02dacdc1badaf96b47fd8bc84333 | 17dbbbdc6bd3fe56a466d97f674b735720da60a5 | /services/tracing/public/cpp/perfetto/producer_client.h | 30b9019b8ac4f0458dc192a02d238018f245209b | [
"BSD-3-Clause"
] | permissive | aileolin1981/chromium | 3df50a9833967cf68e9809017deb9f0c79722687 | 876a076ba4c2fac9d01814e21e6b5bcb7ec78ad3 | refs/heads/master | 2022-12-21T09:32:02.120314 | 2019-03-21T02:41:19 | 2019-03-21T02:41:19 | 173,888,576 | 0 | 1 | null | 2019-03-05T06:31:00 | 2019-03-05T06:31:00 | null | UTF-8 | C++ | false | false | 7,122 | h | // Copyright 2018 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 SERVICES_TRACING_PUBLIC_CPP_PERFETTO_PRODUCER_CLIENT_H_
#define SERVICES_TRACING_PUBLIC_CPP_PERFETTO_PRODUCER_CLIENT_H_
#include <memory>
#includ... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
1cdc81dbd1870bbb0ef9f78dada279204e780132 | 5aa916bf1650c7c28818cf569cf717b3db32ead6 | /TornadoEngine/Source/Developer/ShareDev/Scene/Common/GameObject.cpp | ade3872ef33f4b7dc337fa2d4dc22c8315e624a1 | [] | no_license | lxq2537664558/MMO-Framework | 125c21d2cec6e29ec42bb72f05691ddaef9de448 | b0bac7e040ec632543d3d3d4ee23be1bf6224dd9 | refs/heads/master | 2021-08-19T04:22:28.528036 | 2017-11-24T18:48:46 | 2017-11-24T18:48:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,011 | cpp | /*
Author: Gudakov Ramil Sergeevich a.k.a. Gauss
Гудаков Рамиль Сергеевич
Contacts: [ramil2085@mail.ru, ramil2085@gmail.com]
See for more information License.h.
*/
#include "GameObject.h"
#include "BehaviourPattern.h"
TGameObject::TGameObject()
{
mPtrPattern = NULL;
mID = 0;
}
//-----------------------------... | [
"ramil2085@mail.ru"
] | ramil2085@mail.ru |
8b662ff536f8597f2ed35c1e82b94193c6dc6f3f | 85c5b0ad7cd689ef9f6865af7c7b1829fc513aae | /containers/OptionContainer.hpp | 1c03018e2e4a85c65353019877bfa94d85563751 | [] | no_license | Busiu/Games | 025433ca3f547c816ae68e8eb0d47caf8813a710 | b56d01ffe1a1467e81cf6f21ce7692fdd61a4746 | refs/heads/master | 2020-03-28T11:35:52.989971 | 2019-03-06T02:27:46 | 2019-03-06T02:27:46 | 148,229,682 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 645 | hpp | //
// Created by Busiu on 12.09.2018.
//
#ifndef GAMES_OPTIONCONTAINER_HPP
#define GAMES_OPTIONCONTAINER_HPP
#include "../Libraries.hpp"
#include "../util/Types.hpp"
class OptionContainer {
private:
int currentResolution = 1;
const static int noResolutions = 5;
std::array<Resolution, noResolutions> resol... | [
"busiu69@gmail.com"
] | busiu69@gmail.com |
7a801e819f48871c55bcdc8b30d122a32db824ee | c71d9862169295dd650390ca44f2ebeb2e6740af | /src/gui/accessible/qaccessiblebridge.h | b21fced6293f14e623bc7fc9cfd97e3845de5c56 | [] | no_license | maoxingda/qt-src | d23c8d0469f234f89fdcbdbe6f3d50fa16e7a0e3 | e01aee06520bf526975b0bedafe78eb003b5ead6 | refs/heads/master | 2020-04-14T00:05:16.292626 | 2019-01-05T05:49:42 | 2019-01-05T05:49:42 | 163,524,224 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,061 | h | /****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public L... | [
"39357378+maoxingda@users.noreply.github.com"
] | 39357378+maoxingda@users.noreply.github.com |
fab7eddd1f85df94a4486dc735b0b284a3ca9033 | 531eed13a18d37f3b098fff0a2e9a4c82d01be66 | /termproject/fold_block.cpp | f0935abc067d06a04c8e821b1e80a1bc938ab501 | [] | no_license | metrosxxmin/OOP_201502090 | fa44d9b08c72603f3358794a9922c0e57a2c3e1c | f90fe64d4d3009bc2f6fec245dabad96fb37c39f | refs/heads/master | 2020-07-24T01:58:52.409679 | 2019-12-18T14:17:57 | 2019-12-18T14:17:57 | 207,767,588 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,101 | cpp |
//
// Created by Soomin on 2019-11-27.
//
#include "fold_block.h"
#include "block.h"
#include "array_2d.h"
fold_block::fold_block(int c1, int c2, int c3) {
block * _part1 = new block(c1);
_part1->set_location(2, 1);
block * _part2 = new block(c2);
_part2->set_location(2, 0);
block * _part3 = ne... | [
"sxxmin.lee@gmail.com"
] | sxxmin.lee@gmail.com |
2fe4e1fb3869d6b21c875cf09671307a63925c75 | ef4d8a0d5aa7cfa3e9d16c358a7c2c41424a1b07 | /src/chainparams.h | 2fc8041ebdc5e7971da15381df190c21b0a52428 | [
"MIT"
] | permissive | dutcoin/dutcoin | c9810befeb7cd8cbde9a6013f589cd845b7314fb | 7c68a7e7561ca1185603be614aeefc2a96d5d3c1 | refs/heads/main | 2023-03-19T22:59:41.281470 | 2021-03-21T00:51:01 | 2021-03-21T00:51:01 | 348,498,448 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,459 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2018 The PIVX developers
// Copyright (c) 2018 The dutcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or ... | [
"dutcoin@hotmail.com"
] | dutcoin@hotmail.com |
5460a42b3a2316f6dac2b214ec5a96bf2cc9a326 | bf1d7de7f83d4e2b085acb10ada52f3d19128111 | /les13Mesh/src/ofApp.cpp | f51207e5adf4d41ebf98045e1c5d9478b22fba25 | [] | no_license | julianbeek/openFrameworksHKU | fd7d29ac2df1dc67dfd2c5fb99de828b9341767d | e53b23464a2d2c11c00e6c63acca61c48c8e0fc4 | refs/heads/master | 2021-01-10T09:31:53.014852 | 2015-12-08T00:17:35 | 2015-12-08T00:17:35 | 43,745,658 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,842 | cpp | #include "ofApp.h"
//--------------------------------------------------------------
void ofApp::setup(){
image.load("image.jpg");
for (int y=0; y<MESH_HEIGHT; y++){
for (int x=0; x<MESH_WIDTH; x++) {
ofPoint vertex = ofPoint((x - MESH_WIDTH/2)*MESH_SIZE,
... | [
"julian.vandebeek@student.hku.nl"
] | julian.vandebeek@student.hku.nl |
01f0fc95c4be9d4867965e1bbcce5a982fefb329 | a75bfdb61d2bfa20f71d2a1548188db18a8e5e6d | /Codeforces/377/d.cpp | 2218ea2cf754f4bd338b4cd62d6585bd09bca2e8 | [] | no_license | Ra1nWarden/Online-Judges | 79bbe269fd35bfb1b4a5b3ea68b806fb39b49e15 | 6d8516bb1560f3620bdc2fc429863a1551d60e6a | refs/heads/master | 2022-05-01T17:50:00.253901 | 2022-04-18T06:55:25 | 2022-04-18T06:55:25 | 18,355,773 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 898 | cpp | #include <cstdio>
#include <cstring>
using namespace std;
const int maxn = 100000;
int t[maxn+5];
int v[maxn+5];
int o[maxn+5];
int d[maxn+5];
int n, m;
bool test(int x) {
memset(d, -1, sizeof d);
int idx = m;
for(int i = x; i >= 1; i--) {
if(t[i] == 0 || d[t[i]] != -1) {
continue;
}
o[idx--]... | [
"wzh19921016@gmail.com"
] | wzh19921016@gmail.com |
18f0297657ef8be3ef6d4112d9ea5a142fc54564 | 7b266ba5ba9a4aef70306222e3d75c13c90cc907 | /pyschedcl/passes/feature_pass/thrud/include/thrud/DivergenceAnalysis.h | 34d2ae7ce25935543b03d9d7c6846365dda52331 | [
"NCSA",
"MIT"
] | permissive | anighose25/pyschedcl-concurrent | 7d5ef37c6787e31515bfa02517a9f58c8b4d6512 | b50db92f090c2299b4cb080d40cd8d9a269b7bf7 | refs/heads/master | 2023-02-02T09:02:51.768124 | 2020-10-08T07:42:13 | 2020-10-08T07:42:13 | 287,000,379 | 0 | 1 | MIT | 2020-12-10T18:06:48 | 2020-08-12T11:50:04 | C | UTF-8 | C++ | false | false | 1,722 | h | #ifndef DIVERGENCE_ANALYSIS_H
#define DIVERGENCE_ANALYSIS_H
#include "thrud/DataTypes.h"
#include "thrud/DivergentRegion.h"
#include "thrud/NDRange.h"
#include "thrud/ControlDependenceAnalysis.h"
#include "llvm/Pass.h"
#include "llvm/Analysis/PostDominators.h"
using namespace llvm;
class DivergenceAnalysis {
publ... | [
"anighose25@gmail.com"
] | anighose25@gmail.com |
6f2cd47ac889b08c5b52c87526093aab98e0bcb0 | 190c5e13c9710e77d84fe70e33988332834188bc | /gml/source/vector3.cpp | 2c282a28980bc1261cdf25ea55d2460858f068c2 | [] | no_license | YgritteSnow/gml | de2810da885be8cf9f3b651a09b334b89b2c0f16 | 97255cf5e91f319cdc13485f77b56582468bc5b8 | refs/heads/master | 2021-01-11T08:25:59.430879 | 2016-10-28T15:39:49 | 2016-10-28T15:39:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,138 | cpp | #include "../include/gmlvector.h"
#include "../include/gmlutility.h"
#include <cmath>
#include <cassert>
#include "inner_util.h"
namespace gml
{
const vec3& vec3::zero()
{
static vec3 v(0.0f, 0.0f, 0.0f);
return v;
}
const vec3& vec3::one()
{
static vec3 v(1.0f, 1.0f, 1.0f);
return v;
}
const vec3& vec3... | [
"goteet@126.com"
] | goteet@126.com |
2b248958a2fab3d4b8f1afa9e1da4947b9c290b3 | 27b06e601577ea8ed643d83c878608f47b6cd929 | /multiphaseInterFoam/waveSlopeOil/system/decomposeParDict | 6a431055e6fa796f55d02275b4463624c4e2dd7f | [] | no_license | SMUZYG/olaFlow_supplementary | 891e7f377562d72bb18fc88947c77d62a790fb80 | f87d4fe3274f4174453c15f65b5e02524732c776 | refs/heads/master | 2023-07-27T02:48:42.961568 | 2021-09-08T14:52:01 | 2021-09-08T14:53:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,183 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.1.0 |
... | [
"phicau@gmail.com"
] | phicau@gmail.com | |
1c868561c5f0ea07c9d4d9ee447666242b10518c | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/git/gumtree/git_new_hunk_2016.cpp | 829ae1c3ba69b4323b013c8e7858f6d320f0f8db | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 400 | cpp | die("More than one commit to dig from %s and %s?",
revs->pending.objects[i].name,
final_commit_name);
sb->final = (struct commit *) obj;
final_commit_name = revs->pending.objects[i].name;
}
return xstrdup_or_null(final_commit_name);
}
static char *prepare_initial(struct scoreboard *sb)
{
int i;... | [
"993273596@qq.com"
] | 993273596@qq.com |
18df51c42bb368e7e9c40617a8d09fda4f9ed54a | 8566324b0a42dd56ef204ee1a02b8d701346793a | /deps/quic/quic_session_test.cc | e50985adbad2c15312559293d52d54f028912155 | [] | no_license | kppamy/Orca | b81c54c930722f664363c53f36a85e71704af80a | 416226cf9ca6a57c933ef8379bbf0e3ad405dd40 | refs/heads/master | 2021-05-29T04:15:00.438930 | 2015-07-16T04:56:45 | 2015-07-16T04:56:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,825 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "net/quic/quic_session.h"
#include <set>
#include <vector>
#include "base/basictypes.h"
#include "base/containers/hash_tables.h"
#include "... | [
"kohachiro@qq.com"
] | kohachiro@qq.com |
c2383c1815872955ffa6739350b177c84e8d6804 | bc33c7c9f47857290e82a40a4867ade56484ff3f | /main.cpp | eea8eb73d27d342b9bb8845b278f91114b368b05 | [] | no_license | philip-h/cgol | c78fd697f7ca5bfd964d913f297bcef1d359053c | 65b0cd84c2400c356179e9cf86ccefc062563c20 | refs/heads/master | 2022-11-21T08:13:03.865413 | 2020-06-25T02:54:36 | 2020-06-25T02:54:36 | 274,806,489 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 520 | cpp | #include "Game.h"
Game *game = nullptr;
int main( void ) {
const int FPS = 15;
const int frameDelay = 1000 / FPS;
Uint32 frameStart;
int frameTime;
game = new Game();
game->init("Game", 800, 800, false);
while (game->isGameRunning()) {
frameStart = SDL_GetTicks();
game->handleEvents();
... | [
"philip.habib6347@gmail.com"
] | philip.habib6347@gmail.com |
cb6b3a8cfce792fe0ff38a2ae92d46f339ad431a | fdebed37cdfcf61f2e38f92abd59608d9a65271c | /src/world_generation/MountainModule.cpp | 05775febdca6c92e2cd875b6c43c23071ee84929 | [
"Apache-2.0"
] | permissive | guymor4/EagleBird | 71022d143bee308cdf77bc5648688b55036c21fa | 6b21819345c2a5d983a9d7fac2a12d85e3bbe9c2 | refs/heads/master | 2022-03-02T09:17:41.534035 | 2019-10-17T20:09:15 | 2019-10-17T20:09:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,364 | cpp | // MountainModule.cpp
//
// Copyright (C) 2003, 2004 Jason Bevins
//
// 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) any later... | [
"guymor4@gmail.com"
] | guymor4@gmail.com |
296f575b55c19d470a6b98759f11115ec059f380 | 0f8c689169c39d435b8559b7c1bd5fb80cceb8fc | /include/Paper.h | 392b5401b86bb92970313adfb2aa3ec8e6be6475 | [] | no_license | hervasManuel/paperMarker | 981ea198e4f10ea269947c0b8be95517d088996c | 476b0e3f3462a9d54991e88f1db8c5b02c195461 | refs/heads/master | 2016-09-10T11:41:45.105448 | 2015-03-14T08:56:20 | 2015-03-14T08:56:20 | 32,203,403 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,562 | h | #ifndef _ARGOS_PAPER_H
#define _ARGOS_PAPER_H
#include "CameraModel.h"
#include <vector>
#include <iostream>
#include <opencv2/opencv.hpp>
using namespace std;
using namespace cv;
/**
*\brief This class represents a sheet of paper. It is a vector of the fours corners of the paper
*
*/
class Paper: public vec... | [
"hervas.manuel@gmail.com"
] | hervas.manuel@gmail.com |
d7b57ab4fab2cd7cc19ce41822c0c7364f987688 | 33d6f34adda0007c7e1c7a9e1c1226879ebd8eff | /level0/CacheSet.cc | d6bd3cb1ef11431e4a0daf5b82989194c21638d6 | [] | no_license | mdacrim97/cache-memory-simulations | 8b2a7e74439cf73934cafe35b99a5db833f4617f | 2621470ffc15f67fdf05df9a674b9f4478d8c53c | refs/heads/master | 2022-06-20T21:13:04.642832 | 2020-05-13T16:32:32 | 2020-05-13T16:32:32 | 263,681,571 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,450 | cc | #include "CacheSet.h"
using namespace std;
//Mario Alex Crim
/************************************************************************************
The CacheSet class is meant to simulate one set of CacheSet entries (in an N-way CacheSet)
******************************************************************************... | [
"mdacrim97@gmail.com"
] | mdacrim97@gmail.com |
c33be47164cdb75e107da20eaaa33b04cff52bd6 | 1fd1f1be6794b9bc9234e8af9cec5519c7cf1b58 | /cs225/graph.cpp | 5716da4d6bdd90fe4eb142b5101d6cc0d74ba665 | [] | no_license | ylim31/graph-algorithm | 657c8db3e3a66459613dc5fcbb59364a404554ff | 099a0749065e1e592716b8b4f87de8991aaba3f7 | refs/heads/master | 2023-03-06T04:27:33.739667 | 2020-12-12T01:31:10 | 2020-12-12T01:31:10 | 339,611,073 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,224 | cpp | #include "graph.h"
const Vertex Graph::InvalidVertex = "_CS225INVALIDVERTEX";
const int Graph::InvalidWeight = INT_MIN;
const string Graph:: InvalidLabel = "_CS225INVALIDLABEL";
const Edge Graph::InvalidEdge = Edge(Graph::InvalidVertex, Graph::InvalidVertex, Graph::InvalidWeight, Graph::InvalidLabel);
Graph::Graph(bo... | [
"ylim31@illinois.edu"
] | ylim31@illinois.edu |
c9a40c5d31920d5bebd15fad1eba4b1110686b5a | 82ed416edcfdef66cb457415f11b5d399e07ac33 | /basicWindow/basicWindow.cpp | 89c31bfb4f85a697760dda0db1c865eb0025f78b | [] | no_license | tirodkar-raj/glGA | 279acd914fc27074a995e161f9af0f533913f85f | 999c9f384937a684c6579a3e6c751dc84123dfb6 | refs/heads/master | 2016-09-10T01:39:35.150625 | 2014-02-24T19:03:49 | 2014-02-24T19:03:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,445 | cpp | //
// main.cpp
// basicWindow
//
// Created by George Papagiannakis on 23/10/12.
// Copyright (c) 2012 University Of Crete & FORTH. All rights reserved.
//
// basic STL streams
#include <iostream>
#include "PlatformWrapper.h"
// GLM lib
// http://glm.g-truc.net/api/modules.html
#define GLM_SWIZZLE
#define GLM_... | [
"papagian@ics.forth.gr"
] | papagian@ics.forth.gr |
f2f269d6253887450617b67b30aaad80998465e0 | fe5a8141eb208eb5b667c9698863235210452b47 | /src/s2/s2furthest_edge_query.h | 30615b5d6915064c9d1a7aaefad32b8317a501c1 | [
"Apache-2.0"
] | permissive | TheMBTH/s2geometry | ae1abb681321dabdf74d08730451b630caf4c188 | efb4eb8d0cbe8ddcf68a8600ab217129a2d94283 | refs/heads/master | 2023-03-09T16:02:34.307849 | 2023-01-12T05:48:11 | 2023-01-12T05:48:11 | 182,154,924 | 0 | 0 | null | 2019-04-18T20:43:55 | 2019-04-18T20:43:55 | null | UTF-8 | C++ | false | false | 18,573 | h | // Copyright Google Inc. 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 required by applicable law ... | [
"jmr@google.com"
] | jmr@google.com |
5b8c686306c34db61be1007b5159b7340904aa68 | 63cc8d2f24108115622939ba206703d12cfb9a97 | /WinAPI-슈팅 게임/Bullet.cpp | 337427472e3e72933cc9da6bed126a8e754bd245 | [] | no_license | kthss01/SGA_Programming_Homework | 936bc34bd181b88348c697a817f91260480af5bf | a86b43791e7eb96638f36a984eb493a914240fa5 | refs/heads/master | 2018-08-25T06:37:38.186468 | 2018-06-03T05:00:38 | 2018-06-03T05:00:38 | 118,196,014 | 3 | 8 | null | null | null | null | UTF-8 | C++ | false | false | 4,027 | cpp | #include "stdafx.h"
#include "Bullet.h"
Bullet::Bullet()
{
}
Bullet::~Bullet()
{
}
HRESULT Bullet::Init(int bulletMax)
{
bulletImage = new Image;
bulletImage
->Init("images/bullet_blue_10x1.bmp", 25 * 10,
25, 10, 1, true, RGB(255, 0, 255));
for (int i = 0; i < bulletMax; i++) {
tagBullet bullet;
Zer... | [
"kthss01@naver.com"
] | kthss01@naver.com |
490429b5c9c9ae764cc8e739148833220ed0f3b7 | 1ae40287c5705f341886bbb5cc9e9e9cfba073f7 | /Osmium/SDK/FN_HeroSquadBonusesDetailWidget_classes.hpp | 8a26cd72791cb7de37dd58d2d60e9ac7dd253db7 | [] | no_license | NeoniteDev/Osmium | 183094adee1e8fdb0d6cbf86be8f98c3e18ce7c0 | aec854e60beca3c6804f18f21b6a0a0549e8fbf6 | refs/heads/master | 2023-07-05T16:40:30.662392 | 2023-06-28T23:17:42 | 2023-06-28T23:17:42 | 340,056,499 | 14 | 8 | null | null | null | null | UTF-8 | C++ | false | false | 2,313 | hpp | #pragma once
// Fortnite (4.5-CL-4159770) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// WidgetBlueprintGeneratedClass HeroSqu... | [
"kareemolim@gmail.com"
] | kareemolim@gmail.com |
246f46bd7b61f8b7234956793632a1ca15d03f35 | 9ae5edf1371569f182ba3dd87bd2414ec98f523c | /cracking_coding_interview/balanced_tree.cpp | adbc58b0316ffa6e80edfa90c4cd9c62b08dc219 | [] | no_license | Manan007224/street-coding | 19000ed422563ca776053ec33adcd4e0b2734a8d | d3337805e0406684bcb3392898df163d315db624 | refs/heads/master | 2020-03-08T02:01:33.063948 | 2019-09-16T04:33:22 | 2019-09-16T04:33:22 | 127,847,522 | 1 | 0 | null | 2019-07-06T13:06:05 | 2018-04-03T03:47:59 | C++ | UTF-8 | C++ | false | false | 114 | cpp | #include <iostream>
using namespace std;
struct Node{
int val;
Node* l;
Node* r;
}
int main(){
return 0;
} | [
"maniyarmanan1996@gmail.com"
] | maniyarmanan1996@gmail.com |
ce7ef32c791c2dbab4ed91db9cb41c663d5cf53c | d2249116413e870d8bf6cd133ae135bc52021208 | /MFC CodeGuru/misc/writeavi/WRITEAVI.CPP | aea2d87d7185838b29c71c914c017ca60071abfb | [] | no_license | Unknow-man/mfc-4 | ecbdd79cc1836767ab4b4ca72734bc4fe9f5a0b5 | b58abf9eb4c6d90ef01b9f1203b174471293dfba | refs/heads/master | 2023-02-17T18:22:09.276673 | 2021-01-20T07:46:14 | 2021-01-20T07:46:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,526 | cpp | /**************************************************************************
*
* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
* KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
* PURPOSE.
*... | [
"chenchao0632@163.com"
] | chenchao0632@163.com |
c6b4838da83e89e6884debeca374a70d36bf1ea8 | 10ee2f7993bee6bc055b4fb88975997fa4ae9266 | /iPics.h | 0e96532016b086ccdb9b151662ec9d02dac26b5b | [] | no_license | sbrotee63/The-Lone-Ranger-Lab-Project | bcf19461953100027883133d1e387c6c3d4738c9 | f54d89f63def81ba52bf2fce76558b8b8c8e4f22 | refs/heads/master | 2020-04-06T10:46:25.898006 | 2018-11-13T14:41:31 | 2018-11-13T14:41:31 | 157,391,273 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 575 | h | #include "stdio.h"
using namespace std;
#define endl "\n"
struct pic
{
int x,y;
int pxl[800][500];
};
struct ENEMY
{
struct pic die, arrowLoad, arrowUnload, knife, stand;
int life, arrow;
double x, y;
};
struct BOSS
{
struct pic bossArrowLoad, bossArrowUnload, bossKnife, bossShield, bossStand;
int life, arro... | [
"44999838+sbrotee63@users.noreply.github.com"
] | 44999838+sbrotee63@users.noreply.github.com |
8cca07674ad20cd0f0b57b58309ef31e34faba2c | ae04470c3c266513002c2c5c9ac9b034614930cb | /27XX/zoj.2748.src.1.cpp | 430c25e89b8d90bbd619d991344a2471c01389c0 | [] | no_license | fish-ball/acm.zju.edu.cn | 281315b9aab0517801ca780972a327642867eb7d | 984d48539607ed082749204a81d4aecac5bdac53 | refs/heads/master | 2021-03-12T19:15:13.640962 | 2018-11-16T10:34:34 | 2018-11-16T10:34:34 | 14,883,882 | 1 | 1 | null | null | null | null | GB18030 | C++ | false | false | 758 | cpp | // 2016200 2009-10-17 11:37:51 Accepted 2748 C++ 0 184 呆滞的慢板
// 足球人墙,很无聊的几何题,注意墙一定是直线,不能是弧线就是了。
#include <iostream>
#include <cmath>
using namespace std;
int main() {
double a, W, x, y, D, A;
const double PI = acos(-1.0);
while(cin >> a >> W >> x >> y >> D >> A) {
double sa = a + a;
do... | [
"alfred.h@163.com"
] | alfred.h@163.com |
03a582b4d90b4d47b60ed776b79dfb0dc18b6ed6 | 2a68bf731b4a7771bc0be45a5ba667be259662c6 | /LinkListImpl/LinkListImpl/main.cpp | 91294e554149acc989f1b9d8b9cb8e9be0099a60 | [] | no_license | loypt/Data-Structure-wtu | 0e6ee509d1cbd958db41af99beb5e72c020d4985 | 29585183cfcca2faaa4a68642dc8dbe22dde650e | refs/heads/main | 2023-06-01T22:03:24.519554 | 2021-06-18T12:39:11 | 2021-06-18T12:39:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,311 | cpp | //
// main.cpp
// LinkListImpl
//
// Created by Loyio Hex on 3/26/21.
//
#include <stdio.h>
#include <stdlib.h>
#define TRUE 1
#define FALSE 0
#define OK 1
#define ERROR 0
#define INFEASIBLE -1
#define OVERFLOW -2
typedef int Status;
typedef int LElemType_L;
typedef struct LNode
{
LElemType_L data;
struc... | [
"i@loyio.me"
] | i@loyio.me |
9487a6fdf0d0b412e4a0dcb8bc5d42fe2c6ce27d | d5d6047d86e39a99cd09a5bbb2ad0820f5f2d39f | /glm/glm.hpp | f357abfeaa08e30ef99940d4759ee2cd138164bf | [
"MIT",
"LicenseRef-scancode-public-domain"
] | permissive | gchunev/Dice4D | 5bb184c3767294bb1e80111651d6601fab076335 | f96db406204fdca0155d26db856b66a2afd4e664 | refs/heads/master | 2020-05-23T22:33:42.752018 | 2019-05-24T14:50:28 | 2019-05-24T14:50:28 | 186,976,624 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,541 | hpp | /// @ref core
/// @file glm/glm.hpp
///
/// @defgroup core Core features
///
/// @brief Features that implement in C++ the GLSL specification as closely as possible.
///
/// The GLM core consists of C++ types that mirror GLSL types and
/// C++ functions that mirror the GLSL functions.
///
/// The best documentation for... | [
"georgi.chunev@gameloft.com"
] | georgi.chunev@gameloft.com |
c3ccb8c993cb79e42cbdd3c524f8ce6663d55b40 | 8a55bdec478d2fb48508deac13ca3aeeda46fa06 | /src/wallet/walletdb.h | 8adf153fb637dc8e98499d0cd5176cfb04768d03 | [
"MIT"
] | permissive | hideoussquid/aureus-core-gui | 83b0525e1afa349e0834e1a3baed5534043cd689 | ce075f2f0f9c99a344a1b0629cfd891526daac7b | refs/heads/master | 2021-01-19T00:04:39.888184 | 2017-04-04T08:15:18 | 2017-04-04T08:15:18 | 87,142,504 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,214 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2016 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef AUREUS_WALLET_WALLETDB_H
#define AUREUS_WALLET_WALLETDB_H
#include "amou... | [
"thesquid@mac.com"
] | thesquid@mac.com |
2a84f946f30fbcaa3858fd87596da0e938e53d5a | f66d08afc3a54a78f6fdb7c494bc2624d70c5d25 | /Code/CLN/src/real/format-output/cl_fmt_paddedstring.cc | 127d23a0e2ba5dea2c70ec6d5e61dbb85f09b334 | [] | no_license | NBAlexis/GiNaCToolsVC | 46310ae48cff80b104cc4231de0ed509116193d9 | 62a25e0b201436316ddd3d853c8c5e738d66f436 | refs/heads/master | 2021-04-26T23:56:43.627861 | 2018-03-09T19:15:53 | 2018-03-09T19:15:53 | 123,883,542 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 694 | cc | // format_padded_string().
// General includes.
#include "cln_private.h"
// Specification.
#include "real/format-output/cl_format.h"
// Implementation.
#include <cstring>
namespace cln {
void format_padded_string (std::ostream& stream, sintL mincol, sintL colinc, sintL minpad, char padchar, bool padleftflag, con... | [
"nbalexis@gmail.com"
] | nbalexis@gmail.com |
639acd30d9579904a5b0e3b43a1f321d7d3e3192 | 38f574a4c10f8f7e2ec775e7a3db7c7003d36540 | /deps/include/objscip/objprobdata.h | cb78ba1968cd611bf772682b31afe2000fea9c78 | [
"MIT",
"Apache-2.0"
] | permissive | kjartanm/sudoku-solver | a601c20122ffbdc95fc33a09d579f287575e3b7b | a376e33bafd91f0e33b0cade5be90c4f48ed73af | refs/heads/master | 2022-12-08T00:50:14.609241 | 2020-08-31T06:36:26 | 2020-08-31T06:36:26 | 288,816,033 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 10,415 | h | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* */
/* This file is part of the program and library */
/* SCIP --- Solving Constraint Integer Programs */
... | [
"kjartan@muller.no"
] | kjartan@muller.no |
4b776d18038896f0d09e4fa93f7e960cb47538d3 | e9321204dfca38eaf12eca38f83476879c170441 | /PDA/VTK-6.3.0/Utilities/KWSys/vtksys/SystemTools.cxx | 6c4a7a67586fe1f6e6d655e08eedd555811b2e50 | [
"BSD-3-Clause"
] | permissive | jumperbeng/backup | 1d96d471e4aa1adc1179fa78db02b08ff944f7ab | 64e36db87446ddae132524e19fef45f2b1b01242 | refs/heads/master | 2021-07-14T08:27:34.831316 | 2017-10-17T04:09:31 | 2017-10-17T04:09:31 | 107,211,167 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 136,756 | cxx | /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Distributed under the OSI-approved BSD License (the "License");
see accompanying file Copyright.txt for details.
This software is distr... | [
"wangzixuan828@gmail.com"
] | wangzixuan828@gmail.com |
e44b8d5ba065a36a3408da0aa19cd8696a0e3d07 | 572c9859d07746ea3b109c7675dd68ee5b0f0f31 | /src/vidf/common/interpolate.h | cc4ba2e65df6802557b38709a7d06fab047ce582 | [
"MIT"
] | permissive | filami/vidf | ce13f447142406bb80d55657b732122c16c2a65c | f93498e7e29fb39e6624e6e13450d0f5dc37abb0 | refs/heads/master | 2021-01-18T23:12:56.508550 | 2020-01-29T22:16:50 | 2020-01-29T22:16:50 | 42,007,421 | 0 | 0 | null | 2016-10-25T18:43:08 | 2015-09-06T15:23:58 | C++ | UTF-8 | C++ | false | false | 788 | h | #pragma once
namespace vidf
{
template<typename T>
float Cubic(T y0, T y1, T y2, T y3, T mu)
{
T a0,a1,a2,a3,mu2;
mu2 = mu*mu;
a0 = y3 - y2 - y0 + y1;
a1 = y0 - y1 - a0;
a2 = y2 - y0;
a3 = y1;
return a0*mu*mu2 + a1*mu2 + a2*mu + a3;
}
template<typename T>
T Hermite1(T x)
{
return 2 * x*x*x ... | [
"filipeamim@videmogroup.org"
] | filipeamim@videmogroup.org |
1cc8848acc67e5b600ad105e12e2ff9ceb6c3f16 | 0200d7280c7487d5a679b73efa713ed06a53d95c | /exercise/chapter5/exercise1.cpp | 8a5c14ba8228ba10f2195ec48d59c068dd39142c | [] | no_license | JimLgy/CplusLearning | 08a848557b47845edba8644e176c4e41c3377a28 | d27e0798efa60fb7e3a5ffb13f64e0bc82717452 | refs/heads/master | 2020-12-02T18:21:24.566460 | 2020-05-22T09:46:20 | 2020-05-22T09:46:20 | 231,077,198 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 371 | cpp | #include <iostream>
int main()
{
using namespace std;
cout << "Enter the small integer: ";
int x, y, total = 0;
cin >> x;
cout << "Enter the large integer: ";
cin >> y;
for (int i = x; i <= y; i++)
total += i;
cout << "The sum of all integers between " << x << " and ... | [
"ubuntu@localhost.localdomain"
] | ubuntu@localhost.localdomain |
bc1af245dfbef03b9e51abd1b96fff4438dd603e | 536656cd89e4fa3a92b5dcab28657d60d1d244bd | /content/browser/plugin_private_storage_helper.h | 8ac5bbd60fc5b072d200f4796fb68a5cf453c363 | [
"BSD-3-Clause"
] | permissive | ECS-251-W2020/chromium | 79caebf50443f297557d9510620bf8d44a68399a | ac814e85cb870a6b569e184c7a60a70ff3cb19f9 | refs/heads/master | 2022-08-19T17:42:46.887573 | 2020-03-18T06:08:44 | 2020-03-18T06:08:44 | 248,141,336 | 7 | 8 | BSD-3-Clause | 2022-07-06T20:32:48 | 2020-03-18T04:52:18 | null | UTF-8 | C++ | false | false | 1,502 | h | // 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.
#ifndef CONTENT_BROWSER_PLUGIN_PRIVATE_STORAGE_HELPER_H_
#define CONTENT_BROWSER_PLUGIN_PRIVATE_STORAGE_HELPER_H_
#include "ppapi/buildflags/buildflags.h... | [
"pcding@ucdavis.edu"
] | pcding@ucdavis.edu |
9e7ad1883462cac170b58fe9f8835fb422a5df16 | aff683534daacde945102e4648027dd8e806edbe | /src/bindings/bindings.cpp | 483108e4d20410bcf293f2e55929cfc167dc7011 | [
"MIT"
] | permissive | jtyow1/rhino3dm | 6c80bedf52441b4d801d470e7a0dbd9787e12462 | 9f9d7a222723e24e258413d0205a081c0cc4402a | refs/heads/master | 2020-04-13T06:32:42.301831 | 2018-12-18T00:16:42 | 2018-12-18T00:16:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,607 | cpp | #include "bindings.h"
#if defined(ON_PYTHON_COMPILE)
namespace py = pybind11;
PYBIND11_MODULE(_rhino3dm, m){
m.doc() = "rhino3dm python package. OpenNURBS wrappers with a RhinoCommon style";
#endif
#if defined(ON_WASM_COMPILE)
using namespace emscripten;
EMSCRIPTEN_BINDINGS(rhino3dm) {
void* m = nullptr;
#endif
... | [
"steve@mcneel.com"
] | steve@mcneel.com |
f447b36ca005bf8494143533a6719990e4444db5 | c071cc45036f090ab307f47a893ca46052f9acd8 | /SiLib/CmdDispatcher.h | b3128ea76658049d915ec860f590603ae5413ca7 | [] | no_license | sevlat/OrLogic | f0c3efe19fc5831c925431cea2d4f706269314ce | d2d8b533e6b01869cf803ddc86d456889fa29920 | refs/heads/master | 2020-05-30T19:45:10.943674 | 2013-06-12T21:37:06 | 2013-06-12T21:37:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,735 | h | #ifndef CmdDispatcher_h_already_included__19_01_2013__731FC38
#define CmdDispatcher_h_already_included__19_01_2013__731FC38
//
// SeVlaT, 19.01.2013
//
#include "Types.h"
#include "Commands.h"
struct TProtCmdPacket;
///////////////////////////////////////////////////////////////////////////////
template<typename DER... | [
"sevlat@mail.ru"
] | sevlat@mail.ru |
367e868321b09f20b7fad48d8d2aad108c751120 | 2ce5246d19d55211172d79b4091aeafd73e77a27 | /Problems/boj17419.cpp | 10a5d7785f7edbddd6b21da8500e7bd6188cd029 | [] | no_license | MingNine9999/algorithm | 49e76a1fbcdbeea8388491c793f31ee6866054ae | 76be13e394e3e96cdcec0de9390f1fd573d442c5 | refs/heads/master | 2021-04-23T09:09:05.097401 | 2020-09-11T16:23:29 | 2020-09-11T16:23:29 | 249,915,663 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 361 | cpp | //Problem Number : 17419
//Problem Title : 비트가 넘쳐흘러
//Problem Link : https://www.acmicpc.net/problem/17419
#include <cstdio>
using namespace std;
char a[1111111];
int main(void)
{
int n = 0;
scanf("%d", &n);
scanf("%s", a);
n = 0;
for (int i = 0; a[i] != 0; i++) {
if (a[i] == '1') {
n++;
}
}
printf... | [
"mingu.song@nhn.com"
] | mingu.song@nhn.com |
7dc366ca35f549e21087b13233f5e650dffb3713 | 555b6971c92299b14ead2e4cfc90d499e6b971d5 | /Competitive Programming/gym/Lista de Carnaval/l1/q7.cpp | ecf0e34fa6a6f7711dcc04a460b8297179c1740a | [] | no_license | M-Rodrigues/Programming | dc538cde56545c2477276093617e18385d2401cb | ebc782f721fca3a0ee81449dd78b75f7ef332f5f | refs/heads/master | 2020-04-16T10:48:38.730265 | 2019-08-02T02:47:19 | 2019-08-02T02:47:19 | 165,517,658 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 866 | cpp | #include<stdio.h>
int main() {
int a[41][41],i,j,n;
unsigned long int sum=0;
scanf("%d",&n);
for(i=0;i<=n;i++) {
for(j=i;j>=0;j--) {
if(i==0) {
if(j==i) a[i][j]=1;
} else if(i==1){
if(j==i) a[i][j]=1;
if(j==0) a[i][j] =... | [
"matheus.rodrigues.ime@gmail.com"
] | matheus.rodrigues.ime@gmail.com |
5ae45d0d8884bbb80033f0352c3f44be587a8034 | 31063d113776e35dbd80d355dfd24ac7d7f8b451 | /Practicas C++/Ordenamiento de Vectores/ejercicio 7_2.cpp | e56c4d28d91a59c3f18b391427751dfdc0c3ed8f | [] | no_license | MezaMaximiliano/Practicas_Cplusplus | 8550b3ae8ae1878d2926b86e196528b2c40818e6 | 0388684b4ad54e29fd20cb3e72d8447adc9b8c85 | refs/heads/master | 2023-07-24T19:06:46.133155 | 2021-09-07T22:07:51 | 2021-09-07T22:07:51 | 404,133,431 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 2,834 | cpp | #include<stdlib.h>
#include<iostream>
#include<string.h>
using namespace std;
struct dato {
char nombre[15];
int dia;
int mes;
int anio;
int fecha;
};
typedef dato vector[60];
void pedirDatos (vector,int &);
void buscar(vector,int &,int & );
int main(){
setlocale(LC_ALL, "spanish");
vector persona;
in... | [
"meza.maximiliano364@gmail.com"
] | meza.maximiliano364@gmail.com |
e78826169c227238cf0f7b5f1aeeaac8a2067ac3 | 9dd3fbb1fd33aff84a0519739cad1b957e82f538 | /object_manipulator/include/object_manipulator/grasp_execution/reactive_grasp_executor.h | b4207ed804c8adaa21d3d300d1a99916c7b766a6 | [] | no_license | ipa320/cob_object_manipulation | cf454708d467687dfc26526fd506ec8fbfc5c9a0 | 3dbb6add8f5bdd389113ec37d8e3a274143382eb | refs/heads/master | 2016-09-09T21:08:26.839910 | 2012-07-06T13:20:16 | 2012-07-06T13:20:16 | 2,564,106 | 0 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 2,945 | h | /*********************************************************************
*
* Copyright (c) 2009, Willow Garage, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of... | [
"alexander.bubeck@ipa.fraunhofer.de"
] | alexander.bubeck@ipa.fraunhofer.de |
3092c6487356cb82dd01f792f156ec9f966e1b82 | 7114e3edfa9b724e554b34e8651e56b796c986e7 | /Session01/NullExample.h | 475517e6ee2a08c25ceef68beff1fa3799c6996e | [] | no_license | SarlotaKonvickova/cpp1 | 42c3ea4e1498fc389c18f1f59678e0ad9934213c | 183a3cdf0fc31d8f80366b51e3657a223e0a3855 | refs/heads/master | 2020-08-06T20:44:06.650497 | 2019-12-04T14:17:10 | 2019-12-04T14:17:10 | 213,146,590 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 395 | h | #ifndef CPP1_NULLEXAMPLE_H
#define CPP1_NULLEXAMPLE_H
#include <iostream>
#include "AllocationMemory.h"
void Foo(int i)
{
std::cout << i << std::endl;
}
void Foo(int* i)
{
//null ukazuje do 0 na pamet 0 - nepovoleny pristup do pameti
std::cout << i << std::endl;
int id;
std::cin >> id;
}
void ... | [
"konvickova@pineal.cz"
] | konvickova@pineal.cz |
7a08f489623393680db528439b549ac3e3717abd | 0de9688de651ee81660dee187291bd97e5da1ee2 | /tool/code/trunk/cxx/GUI/Core/source/ccipdUpdateVTKImageSlice.cxx | b963745fcb10683bd44a20933e8a85bbd1b9146a | [] | no_license | zengruizhao/Radiomics | 2845cd7f17a46fae95be5d68b135ceda76ed4e44 | 34c1f1bff12fb994c904eaab0691f33819067003 | refs/heads/master | 2022-04-26T11:56:59.338297 | 2020-05-01T08:15:12 | 2020-05-01T08:15:12 | 257,222,358 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,268 | cxx |
//////////////////////////////////////////////////////////////////////////////////////////
// ccipd includes
#include "ccipdUpdateVTKImageSlice.h"
// std includes
#include <iostream>
#include "ccipdDisableWarningsMacro.h"
// vtk includes
#include <vtkSmartPointer.h>
#include <vtkImageSlice.h> // the a... | [
"zzr_nuist@163.com"
] | zzr_nuist@163.com |
d1cedebd07d58b9037a12f4b74a64351f6828c2e | ebf2fba7ad36fb22d73e18c7fbf66b7ef8fdb976 | /texk/web2c/xetexdir/XeTeXFontMgr.h | ec087da90bfbd23487866c3f5e3c5fe0522225e5 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-public-domain"
] | permissive | 00mjk/lib-tex | 391cf554e24736a00fb9c33f2690b7af1d8a4a3b | b815a302235e78215c8706c98792471e197f8431 | refs/heads/master | 2023-01-06T09:39:24.745386 | 2020-11-02T17:16:23 | 2020-11-02T17:16:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,494 | h | /****************************************************************************\
Part of the XeTeX typesetting system
Copyright (c) 1994-2008 by SIL International
Copyright (c) 2009 by Jonathan Kew
Copyright (c) 2012, 2013 by Jiang Jiang
SIL Author(s): Jonathan Kew
Permission is hereby granted, free of charge, to ... | [
"nicolas.holzschuch@inria.fr"
] | nicolas.holzschuch@inria.fr |
a3abd4d67014550b905ed492df5d4ea0adf378aa | 622974cd61d5a4c6cb90ce39775198989e0a2b4c | /apps/cloud_composer/tools/statistical_outlier_removal.cpp | 1cf5440bf9273810b6878db19e4aa016fe28f48e | [
"BSD-3-Clause"
] | permissive | kalectro/pcl_groovy | bd996ad15a7f6581c79fedad94bc7aaddfbaea0a | 10b2f11a1d3b10b4ffdd575950f8c1977f92a83c | refs/heads/master | 2021-01-22T21:00:10.455119 | 2013-05-13T02:44:37 | 2013-05-13T02:44:37 | 8,296,825 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,507 | cpp | #include <pcl/apps/cloud_composer/tools/statistical_outlier_removal.h>
#include <pcl/apps/cloud_composer/items/cloud_item.h>
#include <pcl/filters/statistical_outlier_removal.h>
#include <pcl/point_types.h>
Q_EXPORT_PLUGIN2(cloud_composer_statistical_outlier_removal_tool, pcl::cloud_composer::StatisticalOutlierRemov... | [
"jkammerl@rbh.willowgarage.com"
] | jkammerl@rbh.willowgarage.com |
0540a24e98a44c96ac58eed741e7f01dedb6c3d0 | 6588dbf2b104d121ebecf3cdc4ad33587132428d | /quickjs/src/main/jni/JsMethodProxy.cpp | 4961a42ea058bc57fce814feeaf787f172c646bc | [
"MIT",
"Apache-2.0"
] | permissive | chenguandong/duktape-android | ed9596688631a7fd32d105aaabe2dc588eeb4ca3 | ffab0fbf06eb9315fbaa9cde62c746e7c96ab3a9 | refs/heads/master | 2020-09-10T06:36:19.455124 | 2019-11-06T16:32:19 | 2019-11-06T16:32:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,789 | cpp | /*
* Copyright (C) 2019 Square, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"shawn.zurbrigg@gmail.com"
] | shawn.zurbrigg@gmail.com |
9cae1a947f502dee460709141eb986f478e6d371 | 8d0e4668d60f6381752cd9f601d9096dab750379 | /babysteps/03/lib/loggger.h | ea046095ddaee731d3c37c383ecaaf2a3f3aaa83 | [] | no_license | cab13e/lightwalk-sim | faeb464e9d89862131c6484eedb0b916ea513752 | a25c16c84730e67d3d8298e5a324957e8da3d9f3 | refs/heads/master | 2021-05-16T12:13:03.377721 | 2017-09-29T03:17:29 | 2017-09-29T03:17:29 | 105,224,643 | 0 | 0 | null | 2017-09-29T03:15:13 | 2017-09-29T03:15:13 | null | UTF-8 | C++ | false | false | 458 | h | #ifndef Loggger_h
#define Loggger_h
#include "application.h"
#define ACTIVE true
#define INACTIVE false
class Loggger {
public:
Loggger(bool active, String name) {
_active = active;
_name = name;
if (_active) {
Serial.begin(9600);
}
}
void log(String message) {
if (_active) {
... | [
"brent@twinbear.com"
] | brent@twinbear.com |
89248bfe789d769f8d31f1a5b24cfa86ea68dcd6 | 6f7134e83f5fec27dead00d217dbae3d3e1ca51e | /TransBitmapAux/stdafx.cpp | 5bb7bd49f056d86bc4a3c04170294737ec39f0c8 | [] | no_license | amos42/WideViewer | fdb2d454d83dfbe0e4634bedb8b4fe7503ddd239 | ad45abf4492fc9d7cf49c1d7f0bede86f085cb88 | refs/heads/master | 2022-05-14T21:25:42.801853 | 2022-05-03T10:32:35 | 2022-05-03T10:32:35 | 166,665,126 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 337 | cpp | // stdafx.cpp : 표준 포함 파일만 들어 있는 소스 파일입니다.
// TransBitmap.pch는 미리 컴파일된 헤더가 됩니다.
// stdafx.obj에는 미리 컴파일된 형식 정보가 포함됩니다.
#include "stdafx.h"
// TODO: 필요한 추가 헤더는
// 이 파일이 아닌 STDAFX.H에서 참조합니다.
| [
"jcmh74@gmail.com"
] | jcmh74@gmail.com |
c62767758626b5f7bb20ea3bd579476cd31274c9 | efc1751123bcf28b603bcbe870eee6ca85bf1932 | /2015_09_11/1_BINOM/main.cpp | 9a9b814762fccf3e88544e6982eb30e8e914ffc9 | [] | no_license | wheredyoufindthis/algorithms | 87141e0495677b34b191bc0a3f71943786bbfa67 | e12046252016fb044d6912a3330a4b219e13ab97 | refs/heads/master | 2021-05-30T03:35:45.974225 | 2015-12-18T12:38:36 | 2015-12-18T12:38:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,547 | cpp | #include <iostream>
#include <queue>
#include <algorithm>
#include <numeric>
#include <cstdlib>
#include "binomial_queue.cpp"
void fill(binomial_queue<int> &b_queue, std::priority_queue<int> &queue, int count)
{
std::vector<int> content(count, 0);
std::iota(content.begin(), content.end(), 1);
while (... | [
"Тулин Даниил@27ab2815-0c4e-2c49-80cd-d2551c38e382"
] | Тулин Даниил@27ab2815-0c4e-2c49-80cd-d2551c38e382 |
d1ac0c8ee0000722aebf2961950272c24f305bdd | 4b100e0519f3362554bac7434baac61a1d08ddd2 | /third_party/ros_aarch64/include/sensor_msgs/Illuminance.h | 0ca49eb7f18bc5b740254f24555ad5a9b35348d6 | [
"Apache-2.0"
] | permissive | YapingLiao/apollo1.0 | 17002fefaf01e0ee9f79713fd436c8c3386208b6 | 6e725e8dd5013b769efa18f43e5ae675f4847fbd | refs/heads/master | 2020-06-18T13:04:52.019242 | 2018-01-29T01:50:43 | 2018-01-29T01:50:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,379 | h | // Generated by gencpp from file sensor_msgs/Illuminance.msg
// DO NOT EDIT!
#ifndef SENSOR_MSGS_MESSAGE_ILLUMINANCE_H
#define SENSOR_MSGS_MESSAGE_ILLUMINANCE_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_message_traits.h>
#include ... | [
"14552258@qq.com"
] | 14552258@qq.com |
cb06fc7f02b20724ea4a5075b9155f444555a23f | 1923bc8737243124e9b519683e5274d26df1db6a | /HomeworkAvg/homeworkAverage.cpp | a9b2d054fc09db0d3eaa632840fcf8643fc51ecb | [] | no_license | mattmcguin/CS-4102 | 3becc82f9e6ed4adbc3de33a9fc11fd99d2e6c77 | 6a86c6547e06df27373087442f84c46d68dea272 | refs/heads/master | 2020-03-17T01:31:22.821275 | 2018-05-12T15:26:46 | 2018-05-12T15:26:46 | 133,156,483 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,697 | cpp | // Author: Matt McGuiness
#include <stdio.h>
#include <math.h>
typedef struct {
int hw[15];
int lab[15];
int midtermScore;
int finalScore;
char studentID[20];
char firstName[20];
char lastName[20];
} Student;
double calcHWAverage(int n, Student *student);
double calcLabAverage(int n, Stud... | [
"mattjmcguiness@gmail.com"
] | mattjmcguiness@gmail.com |
01923e710c8a6ccc3bf4c535412cbeb4769a6631 | b9fec5de8fc07b11688c86e1a69a5e8368279b0a | /CPP/OOP/CMaking/OOP_laba1/source_only/empl.h | 120a30fb1da199d71c16537280ca3b757a1140a0 | [] | no_license | qasqad/other_examples | 1017269f59a21451e813cb254bc8b689eab6b452 | e7afe5fff0f2feb76bbc109166bf3f023b186a13 | refs/heads/master | 2023-06-22T12:38:55.534124 | 2023-06-18T22:12:59 | 2023-06-18T22:12:59 | 238,759,813 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 921 | h | #pragma once
#include <string>
#include <iostream>
using namespace std;
class empl
{
string nm; // имя
int age; // возраст
string lv; // должность
public:
empl(); // конструк... | [
"en@noemail.com"
] | en@noemail.com |
eeb6221b191db3f742b9c176e0eeb9ef8c0e350d | ea0033701bcdfe49eec621d9f15484f5745772f7 | /c++11/mygrep/QueryResult.h | 7bf8310032e20aeb8b10974ad4cc5a9f995d7def | [] | no_license | domyhero/Experiment | 78e35422eec8983d4cb3b137a7b0e94edfab6fdc | 5ef7bccc739fabc9283fdaf9e7130016f78f0a59 | refs/heads/master | 2021-06-15T08:04:15.507936 | 2017-03-31T16:16:32 | 2017-03-31T16:16:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,133 | h | // =====================================================================================
//
// Filename: QueryResult.h
//
// Description:
//
// Version: 1.0
// Created: 2013年11月04日 17时01分46秒
// Revision: none
// Compiler: g++
//
// Author: Hurley (LiuHuan), liuhuan199... | [
"liuhuan1992@gmail.com"
] | liuhuan1992@gmail.com |
4d8cb1e7df00ed49a3162ef870825c99e161749c | b534f120a3a1ec46b34bf4f1dba6208a25de205d | /src/lib/additup/messagefactory.cc | fd7546f4a27b049cc2308d436734c4257b81988e | [] | no_license | chinitadelrey/additup | b4e1a3e81cd936689b85e288d4895e67de5e9582 | 4f2813a0e87b8c507d072a42a8e1594dae75cdc9 | refs/heads/master | 2021-05-26T14:27:14.938775 | 2012-05-16T13:02:37 | 2012-05-16T13:53:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,010 | cc | // ----------------------------------------------------------------------------
// Project: additup
/// @file messagefactory.cc
/// @author Andy Parkins
//
// Version Control
// $Author$
// $Date$
// $Id$
//
// Legal
// Copyright 2011 Andy Parkins
//
// ---------------------------------------------... | [
"andyparkins@gmail.com"
] | andyparkins@gmail.com |
91fd367d6e462a8ed841c88eee798f35a3b3f432 | cc5a1bf6996614009c6370ee36d3210da5cb7139 | /runtime/mac/AirGame-desktop.app/Contents/Resources/res/ch23/LostRoutes/frameworks/cocos2d-x/cocos/platform/android/jni/Java_org_cocos2dx_lib_Cocos2dxBitmap.cpp | 468b20219896099d67d847025b7f60c7b8e616b3 | [
"MIT"
] | permissive | huangjin0/AirGame | fd8218f7bbe2f9ca394156d20ee1ff1f6c311826 | 0e8cb5d53b17fb701ea7fe34b2d87dde473053f3 | refs/heads/master | 2021-01-21T18:11:22.363750 | 2017-05-23T06:59:45 | 2017-05-23T06:59:45 | 92,020,449 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,953 | cpp | /****************************************************************************
Copyright (c) 2012 cocos2d-x.org
Copyright (c) 2013-2014 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 fi... | [
"772361448@qq.com"
] | 772361448@qq.com |
bcc73cbaaa39a553a847450ece4020fa6744018f | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /art/compiler/dex/quick/gen_common.cc | 8e31a25d9299836def73693e9bacd6268aad1ebe | [
"Apache-2.0",
"MIT"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | C++ | false | false | 68,646 | cc | /*
* Copyright (C) 2012 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... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
c68a532d8906d33d370d5811e22f9d21fe85ea34 | 0a7a9e928211e508c1c87e24e57d6f204c7e0a73 | /src/edit.cc | b657661fb14c6fd01e45c7b25000ee06d7c5a14d | [] | no_license | troyh/beercrush_php | e80d47ca21ea730c2c978b996e064f2f210f4ce5 | 13fac0487ca2bb25be2258e607c239c5691daf91 | refs/heads/master | 2016-08-06T11:15:24.568055 | 2010-11-17T22:31:42 | 2010-11-17T22:31:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,642 | cc | #include <fcgi_stdio.h>
extern "C"
{
#include <cgic.h>
}
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
// Boost stuff
#include <boost/filesystem.hpp>
#include <OAK/oak.h>
#include <OAK/loginutils.h>
#include "beercrush.h"
using namespace std;
namespace bfs=boost::filesystem;
extern "C" void cgiInit(... | [
"troy@c0f1bf54-08b6-4aeb-9e84-c69c557caba5"
] | troy@c0f1bf54-08b6-4aeb-9e84-c69c557caba5 |
8c33b847dd429b961126f6ede029e67e2984ca3b | 86f8019eabea54665bf709725aaf7b2967206058 | /engine/generators/source/MarshGenerator.cpp | 95cd1745173a723519679682d5c634fbc9fbe7fb | [
"MIT",
"Zlib"
] | permissive | cleancoindev/shadow-of-the-wyrm | ca5d21a0d412de88804467b92ec46b78fb1e3ef0 | 51b23e98285ecb8336324bfd41ebf00f67b30389 | refs/heads/master | 2022-07-13T22:03:50.687853 | 2020-02-16T14:39:43 | 2020-02-16T14:39:43 | 264,385,732 | 1 | 0 | MIT | 2020-05-16T07:45:16 | 2020-05-16T07:45:15 | null | UTF-8 | C++ | false | false | 2,394 | cpp | #include "AllTiles.hpp"
#include "ItemManager.hpp"
#include "MarshGenerator.hpp"
#include "TileGenerator.hpp"
#include "RNG.hpp"
using namespace std;
const int MarshGenerator::PCT_CHANCE_BOG_IRON = 25;
MarshGenerator::MarshGenerator(const std::string& new_map_exit_id)
: Generator(new_map_exit_id, TileType::TILE_TYPE... | [
"jcd748@mail.usask.ca"
] | jcd748@mail.usask.ca |
0faea895801c60e0c226e3998f74a852b6c14949 | 176c566e4ca31736149ecb87bb4861a5b97e6046 | /NeoPixelTest/NeoPixelTest.ino | 473a93955ce042bc66d3d7199b08730f0677e14e | [] | no_license | CCAHybridLab/ArduinoDemo | 35d489d64ef1dd7baaff2aca5c05f4714be50bc6 | cac818c91c9be932737f49fd162e03cf99df6502 | refs/heads/main | 2023-04-28T16:01:55.828479 | 2021-05-24T22:28:09 | 2021-05-24T22:28:09 | 368,319,379 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,781 | ino | // Code from: https://gist.github.com/dougalcampbell/7243998
#include <Adafruit_NeoPixel.h>
#define PIN 11
#define STRIPSIZE 16
// Parameter 1 = number of pixels in strip
// Parameter 2 = pin number (most are valid)
// Parameter 3 = pixel type flags, add together as needed:
// NEO_KHZ800 800 KHz bitstream (most Ne... | [
"dewen@cca.edu"
] | dewen@cca.edu |
802f0dfbe24e40af8c5e8d9bf08aba25dea4c719 | 6276ee99caf2a4bfd5adeefa4e815a30b220075e | /Baekjoon/1759_암호_만들기.cpp | 0ca4a6aaad649904b99b9555ccc18aba3f54c97c | [] | no_license | RokwonK/Problem_solving | ba95b71aac0567e1d321484d2ffd9809c8b6654e | 92bf77b93fcbe9102a18fc30a9d539276b06ffc5 | refs/heads/master | 2022-12-05T00:10:21.709831 | 2020-08-13T05:44:17 | 2020-08-13T05:44:17 | 210,171,514 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,069 | cpp | #include<iostream>
#include<algorithm>
#include<vector>
using namespace std;
int L, C;
vector<char> arr;
vector<char> password;
void print_password() {
int col = 0;
int conso = 0;
for (int i = 0; i < L; i++) {
char c = password[i];
if (c == 'a' || c == 'e' || c == 'i' || c == 'o' || c ... | [
"wonrok97@naver.com"
] | wonrok97@naver.com |
aa82746f31b4255b53459d0abfd564c332aeda90 | b7f4b07b4ba4049e556757cd5712f2c0b4ad0fa8 | /final/b_____up2.cpp | 8fb45cc24c09f3cf3ebb14c8074795d743445362 | [] | no_license | matt-fevold/Parallel_Projects | 262ee90d706eaa8a9a8e613c7b90d560059c0036 | 5a462a5e080f3cb596e1d81a715b01073d09b298 | refs/heads/master | 2021-01-09T20:20:46.228767 | 2017-08-23T22:23:03 | 2017-08-23T22:23:03 | 81,269,722 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,629 | cpp | //This program is gonna be the shit.
//to compile : g++ -O0 create_table.cpp -o create_table
#include <stdio.h>
#include <fstream>
#include <stdlib.h>
#include <iostream>
#include <string.h>
#include <cstring>
#include <sstream>
#include <cmath>
#include <time.h>
#include <sys/time.h>
#include <pthread.h>
//Init v... | [
"mfevold@matt.fevold"
] | mfevold@matt.fevold |
a0c6c480f52d85a5bd9f3e233d9780b35f3484ef | fc833788e798460d3fb153fbb150ea5263daf878 | /boj/2000~2999/2512.cpp | d310534418a9f2ff6c5ae6d399173b7bdf08e890 | [] | no_license | ydk1104/PS | a50afdc4dd15ad1def892368591d4bd1f84e9658 | 2c791b267777252ff4bf48a8f54c98bcdcd64af9 | refs/heads/master | 2021-07-18T08:19:34.671535 | 2020-09-02T17:45:59 | 2020-09-02T17:45:59 | 208,404,564 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 382 | cpp | #include<stdio.h>
#include<algorithm>
int main(void){
int N, M, a[10001], sum=0; scanf("%d", &N);
for(int i=0; i<N; i++) scanf("%d", &a[i]), sum+=a[i];
a[N]=0; N++;
std::sort(a, a+N);
scanf("%d", &M);
int r=N-1;
if(M>=sum){
printf("%d", a[r]);
return 0;
}
while(M<sum && r>0){
sum-=a[r]*(N-r);
sum+=a[r... | [
"ydk1104@naver.com"
] | ydk1104@naver.com |
0057c72cbecc82cbe75d52fa2110ca24a61f185e | f4a454c286bb181c65205a46c28676461e72e1bd | /libretrodb/imagetools.cpp | 28fd90ba2219791d019afc25accda2b9f1afa3a0 | [] | no_license | meepingsnesroms/libretro-GameFinder | c8e2342403047dbb8cdab4f0711669a31d5a9153 | b668e09b839e85e41c1963d030b35367db6076bb | refs/heads/master | 2021-09-03T23:49:13.710508 | 2018-01-13T00:44:14 | 2018-01-13T00:44:14 | 111,157,819 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,856 | cpp | #include <stdint.h>
#include <string.h>
#include <formats/image.h>
#include <string>
void copy_rect(unsigned fb1_w, unsigned fb1_h, uint32_t* fb1_data, unsigned fb1_x, unsigned fb1_y, unsigned rect_w, unsigned rect_h, unsigned fb2_w, unsigned fb2_h, uint32_t* fb2_data, unsigned fb2_x, unsigned fb2_y)
{
for(unsigne... | [
"guicrith@gmail.com"
] | guicrith@gmail.com |
45c6bcc95a06b0d27f13fca9f412aa21bf8fcb13 | 0cf8d6e3a2ac43e60d114045b62ffd1b6609b719 | /code example/IF.ino | e7e3dbb8fa9c4298bcdd16d5ca1ed2d510127f1c | [] | no_license | WangHuancheng/Robot | 94fcb48fe4cffe262ede61924dd251e81a1ce1a4 | 32ff7f2eae1224ba621bc412f6cfd7ff0116be91 | refs/heads/master | 2022-05-01T11:02:08.495617 | 2022-04-27T15:58:23 | 2022-04-27T15:58:23 | 136,593,361 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 368 | ino | void getEncoderL(void)
{
//Serial.println("L");
encodertime_L++;
if(digitalRead(ENCODER_L1) == LOW)
{
if(digitalRead(ENCODER_L2) == LOW)
{
encoderVal_L--;
}
else
{
encoderVal_L++;
}
}
else
{
if(digitalRead(ENCODER_L2) == LOW)
{
encoderVal_L++;
}
... | [
"wangkang980930@outlook.com"
] | wangkang980930@outlook.com |
a689a7c5dc855b19e41be03b26ddbb324fdf99eb | b72b78977fe074011ef6c2dc6080cc96c11308a3 | /Learn Advanaced Modern C++/CRTP/main.cpp | d4eb9785c227870cf0ac8fe6910fd341aab56a1e | [] | no_license | christianyoedhana/CppPractice | 9e16e3eac5eaa3fb23e11f8c63ca0265ef8cf1ce | 5dda87c7227983263a2b256ccef9cc99e2dd8b26 | refs/heads/main | 2023-03-13T09:51:24.302045 | 2021-03-05T22:10:14 | 2021-03-05T22:10:14 | 342,725,957 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 509 | cpp | //The premise for using CRTP is knowing the type to use at compile time and wanting to do something about the interface
#include "CRTPSub1.h"
#include "CRTPSub2.h"
#include "Malformed.h"
#include <iostream>
using namespace std;
template <typename T> void executeTask(CRTPBase<T>& actors)
{
cout << __FUNCSIG__ << endl... | [
"christian.yoedhana@gmail.com"
] | christian.yoedhana@gmail.com |
36040a9ecc010134d870afb96892c2f9b7dc4ad3 | ec77e636964027dece32ac921617f70532804cf7 | /第6章-惯性导航解算及误差模型/06-imu-navigation/src/imu_integration/src/generator/activity.cpp | fb30208fc241502c7bbfcd9caf24c82dbe9b169a | [] | no_license | zxl19/sensor-fusion-1 | c18c50b0f351bc14ec5ae8ddef6e455fb36a9f99 | e70719165ac83eb65904a9057ee1db2dadcfcf96 | refs/heads/main | 2023-07-13T05:11:57.828772 | 2021-08-23T17:38:44 | 2021-08-23T17:38:44 | 399,796,740 | 1 | 0 | null | 2021-08-25T11:39:46 | 2021-08-25T11:39:45 | null | UTF-8 | C++ | false | false | 9,237 | cpp | /*
* @Description: IMU measurement generation activity
* @Author: Ge Yao
* @Date: 2020-11-10 14:25:03
*/
#include "imu_integration/generator/node_constants.hpp"
#include "imu_integration/generator/activity.hpp"
#include "glog/logging.h"
#include <eigen3/Eigen/src/Geometry/Quaternion.h>
#include <math.h>
namespace... | [
"18810521109@163.com"
] | 18810521109@163.com |
4e01bdf2a15357ed13d97f9d1b758ce716bf47fa | 0ca8832a2818af66f1a584d7cf6c56abf0af8591 | /src/thirdparty/boost/boost/date_time/date_formatting_limited.hpp | ea104024b65729f708685bdd8809df0d6eca9f21 | [] | no_license | knobik/source-python | 241e27d325d40fc8374fc9fb8f8311a146dc7e77 | e57308a662c25110f1a1730199985a5f2cf11713 | refs/heads/master | 2021-01-10T08:28:55.402519 | 2013-09-12T04:00:12 | 2013-09-12T04:00:12 | 54,717,312 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,629 | hpp | #ifndef DATE_TIME_DATE_FORMATTING_LIMITED_HPP___
#define DATE_TIME_DATE_FORMATTING_LIMITED_HPP___
/* Copyright (c) 2002-2004 CrystalClear Software, Inc.
* Use, modification and distribution is subject to the
* Boost Software License, Version 1.0. (See accompanying
* file LICENSE_1_0.txt or http://www.boost.o... | [
"satoon101@gmail.com"
] | satoon101@gmail.com |
ec245e64f1a18623429d55a237a34b64335778b7 | bdb421953ea75cbe26387b33d9f93a789b83754c | /Modules/src/Scene/Node.h | 4bfe206e3d403b9a0a897e523c7fa004a1b57b53 | [] | no_license | deanamu/2DGraphics1PushPUsh | e442401b6ce6fa56678a37e07b9e875d85838c74 | 26a6e6d812134cdfd8d29e497d49df4acf823c32 | refs/heads/master | 2021-04-13T11:28:06.776960 | 2020-03-22T10:27:26 | 2020-03-22T10:27:26 | 249,159,684 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 1,991 | h | #ifndef INCLUDED_GAMELIB_SCENE_NODE_H
#define INCLUDED_GAMELIB_SCENE_NODE_H
#include "GameLib/Math/Matrix34.h"
#include "GameLib/Math/Matrix44.h"
#include "GameLib/Math/Functions.h"
#include "Scene/NodeTemplate.h"
#include "Scene/AnimationNode.h"
namespace GameLib{
namespace Scene{
using namespace GameLib::Math;
cla... | [
"concept_sj@naver.com"
] | concept_sj@naver.com |
51469e0a7f1efac463752fb91c6a01468a8849a2 | 63d59d93394cf1b3b0f4aa6f72420ec140e5bdcb | /src/LedModule.cpp | e6fe26f22186dbc08bb3ab97459802f92006101e | [] | no_license | aligator/LedControl | 920ab597572e45d46b452fcbba30a46c796c507b | 471bb8ef5ab7183dd174346af68967643c173c4f | refs/heads/master | 2022-01-20T09:05:57.143636 | 2021-12-29T15:10:27 | 2021-12-29T15:10:27 | 221,569,793 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 132 | cpp | #include "LedModule.h"
#include <Arduino.h>
LedModule::LedModule(LedStrip* led)
{
this->led = led;
}
LedModule::~LedModule()
{
} | [
"aligator@suncraft-server.de"
] | aligator@suncraft-server.de |
0c9ae46218cdf49d49b7ae1dfed460b5205396c5 | b18ca0fce34a5fef6ff7aedd6d3cd5d3d73acf27 | /mytool.cpp | 731715c9c1ac1eec729cfa819b35ea2c07d04c73 | [] | no_license | yaropro14/Acronis | 6595e283d771e683fe45ac4dc968a190d36ba189 | 1b567877318a86e4d4d45a789f392e075b113942 | refs/heads/master | 2020-05-19T14:33:54.682625 | 2019-05-05T21:36:13 | 2019-05-05T21:36:13 | 185,062,714 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,048 | cpp | #include <stdio.h>
#include <string.h>
#include <vector>
std::vector <int> MakePref(char * arg);
int main(int argc, char * argv[])
{
if(argc <= 1)
{
printf("ERROR: there is no string for replacing\n");
return 0;
}
std::vector <int> pf = MakePref(argv[1]);
int c = g... | [
"yaropro14@gmail.com"
] | yaropro14@gmail.com |
2d4dcd52a33efbb49937de3077361eb47d872a20 | 8f0b030578f953f8661e4815618f8b03e768ba1d | /volumecontrol.cpp | 70920986c9b162d1b7b146d02f879a0118f7a49b | [] | no_license | shinyawhy/QooMusicPlayer | 7380ff457ff600b507114a0d07d49988c4488e2e | af8654109fd2df4e1addba8576f73ce957f434d4 | refs/heads/master | 2023-02-20T16:09:48.132170 | 2021-01-18T03:21:49 | 2021-01-18T03:21:49 | 315,882,470 | 10 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,870 | cpp | #include "volumecontrol.h"
#include "ui_volumecontrol.h"
volumecontrol::volumecontrol(QMediaPlayer *player, QSettings &settings, QWidget *parent) :
QDialog(parent),
ui(new Ui::volumecontrol), settings(settings), player(player)
{
ui->setupUi(this);
setWindowFlags(Qt::Popup | Qt::FramelessWindowHint | Q... | [
"46371594+shinyawhy@users.noreply.github.com"
] | 46371594+shinyawhy@users.noreply.github.com |
715d067888797c8479298ae18e85d5a10e406c83 | 3a4824694c944e97b44790bcdf2589e110e762f9 | /HelloWorldWriter/main.cpp | 9f442ff05e529cd56214b1cf4c8f54962406f14e | [] | no_license | juanmcloaiza/SmallCMakeProjectWithTests | 60b9cdf4c2f50fab9a6cbf92a1fe7d849470ebfd | 57e5f35d966ff8f8093a8a9e7f14df129e2e772a | refs/heads/master | 2023-05-02T00:52:07.591802 | 2023-04-17T13:49:58 | 2023-04-17T13:49:58 | 131,190,189 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 701 | cpp | #include <iostream>
#include <chrono>
#include <thread>
#include "HelloWorldWriter.h"
using namespace std;
int main() {
HelloWorldWriter p;
int x = 4;
this_thread::sleep_for(std::chrono::seconds(1));
cout << "Hello World" << endl;
this_thread::sleep_for(std::chrono::seconds(1));
cout << " x = " << x << endl;
... | [
"j.carmona.loaiza@fz-juelich.de"
] | j.carmona.loaiza@fz-juelich.de |
93e73e45a923ecdea8ced9400c88b64c38938616 | e0c552a5429bc5549683efd6d9871cf2bac84b0b | /solution1-50/combinationSum2.cpp | bd142d27c9b2b8b7faf9c6998f88dd26bb424258 | [] | no_license | Vious/leetCodeRepo | 4e1569d510670cc7d69e2fa6401af1a44bdbb0bf | 4596b8d2cea08f75dcacad7a5d6ee927f4db5bed | refs/heads/master | 2020-03-23T14:17:55.011380 | 2019-01-05T02:07:03 | 2019-01-05T02:07:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,717 | cpp | #include <iostream>
#include <algorithm>
#include <vector>
#include <string>
#include <bitset>
#include <array>
#include <assert.h>
using namespace std;
/* static int fast = []() {
ios_base::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
return 0;
}(); */
class Solution {
public:
void dfsCombSu... | [
"viousxie@outlook.com"
] | viousxie@outlook.com |
3fd36425af7ee6dbc465e30461fc11a2adbd8847 | 71b6f2ae57ccca18a53d2e75cc543cdf44e3a02f | /剑指offer/21.cpp | 48f92b2da85b00ec54c45f1fbd5156146368bcf6 | [] | no_license | tangjiahua/all-my-code | bbaf00cd2f9341e75cba7c32e02be39f1251779c | 62b8606372aeeae456087418a3213e7516ffa4c9 | refs/heads/master | 2023-06-01T14:52:02.333317 | 2021-06-14T19:01:17 | 2021-06-14T19:01:17 | 353,415,805 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 469 | cpp | class Solution {
public:
vector<int> exchange(vector<int>& nums) {
int i = 0;
int j = nums.size() - 1;
while(i < j){
while(nums[i] % 2 == 1 && i < j){
i++;
}
while(nums[j] % 2 == 0 && i < j){
j--;
}
i... | [
"tangjiahuabit@qq.com"
] | tangjiahuabit@qq.com |
f911e27576d2d34fbcc5a7ed36c0e5e7ac47452d | e33b790ec7b22a4c2cfc470d46794e954a2e4a7d | /lib/WaveformTracer.h | 92dc9593df59d23a9d59927d0432bf7693fb5d7a | [
"LicenseRef-scancode-other-permissive"
] | permissive | caizikun/tool_axe | 0ae4abf3e7d5feb6280f37bbafe0f5b4bf1d8d9a | c1d7c0ad8095abc6733eb8df3bc0f4f72b3852d6 | refs/heads/master | 2020-03-20T10:40:53.686373 | 2018-05-30T13:46:20 | 2018-05-30T13:46:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,034 | h | // Copyright (c) 2011, Richard Osborne, All rights reserved
// This software is freely distributable under a derivative of the
// University of Illinois/NCSA Open Source License posted in
// LICENSE.txt and at <http://github.xcore.com/>
#ifndef _WaveformTracer_h_
#define _WaveformTracer_h_
#include <vector>
#include ... | [
"richard@xmos.com"
] | richard@xmos.com |
f536483f319e1b1d17ee111ea76a651ce999545b | 21ede326b6cfcf5347ca6772d392d3acca80cfa0 | /chrome/browser/page_load_metrics/page_load_tracker.h | da20db944c8b2ec37ff6018119d724b8453f0355 | [
"BSD-3-Clause"
] | permissive | csagan5/kiwi | 6eaab0ab4db60468358291956506ad6f889401f8 | eb2015c28925be91b4a3130b3c2bee2f5edc91de | refs/heads/master | 2020-04-04T17:06:54.003121 | 2018-10-24T08:20:01 | 2018-10-24T08:20:01 | 156,107,399 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,559 | h | // 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.
#ifndef CHROME_BROWSER_PAGE_LOAD_METRICS_PAGE_LOAD_TRACKER_H_
#define CHROME_BROWSER_PAGE_LOAD_METRICS_PAGE_LOAD_TRACKER_H_
#include <memory>
#include <v... | [
"team@geometry.ee"
] | team@geometry.ee |
7526c5be10da73571a71cc2422aecca5d498ebcb | 54440e4a806367e5d16c9b1fabd91ab97e5a9156 | /matrix4x4.cpp | 83c6cdeccad9909e225f9bc486e8775f593c60bb | [] | no_license | Strauts/3D-programmering | 85110067b203bc2e21dbbecd9ceeebac48cd61b0 | f17fe027f967730a1b3e2f1822880064536348af | refs/heads/master | 2022-07-25T16:02:47.723945 | 2020-05-20T09:00:46 | 2020-05-20T09:00:46 | 265,508,201 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,060 | cpp | #include "matrix4x4.h"
#include <cmath>
#include <utility>
#include <cassert>
#ifndef M_PI
#define M_PI 3.14159265358979323846 //Visual Studio did not find it...
#endif
Matrix4x4::Matrix4x4(bool isIdentity)
{
if(isIdentity)
{
identity();
}
else
{
for(int i = 0; i < 4; i++)
... | [
"perkaasa92@gmail.com"
] | perkaasa92@gmail.com |
68ffb0cd22ea49156ef551c394ac98a5d2964d02 | 8526ec13c88491690d60ef9abbc5e8d1817b8c22 | /TextFileOOP/TextFile.cpp | ca2dbf5680f922e0b0fcc4771c6513870415ee2f | [] | no_license | petrshirin/TextFile | 776ef3db7d4bdc8970fe648f032037aee823b992 | be6050a38270d4fe5323053c02f0dbed59c904e8 | refs/heads/master | 2020-11-29T23:54:59.787723 | 2019-12-26T11:16:22 | 2019-12-26T11:16:22 | 230,244,915 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,523 | cpp | #include "pch.h"
#include "TextFile.h"
#include <string>
TextFile::TextFile()
{
}
bool compare_arrs(int* arr1, int* arr2, int len1, int len2) {
int len;
if (len1 < len2)
len = len1;
else
len = len2;
for (int i = 0; i < len; i++) {
if (arr1[i] != arr2[i])
return false;
}
return true;
}
TextFile::TextF... | [
"p.e.shirin@gmail.com"
] | p.e.shirin@gmail.com |
4d9325fa301d062aa28d63754cfa2ea210715058 | 1a9652da55e21fd177f20f165b456c8297ee4738 | /C++Save/Tmp/ProjectA/Core/GData/DreamerTable.cpp | c192ef5f0248300d8873681b9186381e3f64a9f4 | [] | no_license | jingsia/three1 | c65e7a65f1e3b34ffd0b3922b2043c097acddf06 | 9d568722f90e37ca92a4c7561fe808da58ec1c1c | refs/heads/master | 2020-07-23T04:32:46.423865 | 2016-12-22T16:10:15 | 2016-12-22T16:10:15 | 73,817,286 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 377 | cpp | /*************************************************************************
> File Name: DreamerTable.cpp
> Author: yangjx
> Mail: yangjx@126.com
> Created Time: Wed 20 Apr 2016 07:38:41 AM CST
************************************************************************/
#include "Config.h"
#include "DreamerTable.h"
... | [
"839172105@qq.com"
] | 839172105@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.