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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5c5827cc3cf156be8f260dfd64827db72f5ed160 | 2c1b6d7d648e78bc61b2caa78b21138a9ac51752 | /shared/glcTexture.cpp | e123645a12841c15bd680e29be09f9f93d0e2f71 | [] | no_license | DrGabriel/Exercicios-CompGrafica---2018.2-UFRRJ---IM | 9be9c0abca55b08ad507421c82b7f2dfbb6ef024 | 5dd3c505f8eaad04cb6354b31055e36dc08ec2e3 | refs/heads/master | 2020-03-26T18:55:03.795504 | 2018-12-09T22:40:59 | 2018-12-09T22:40:59 | 145,238,546 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,656 | cpp | #include <string>
#include <stdio.h>
#include <malloc.h>
#include "GL/glut.h"
#include "png.h"
#include "glcTexture.h"
//-----------------------------------------------------------
glcTexture::glcTexture()
{
this->numberOfTextures = 1;
this->textureID = new GLuint[1];
this->aspectRatio = new f... | [
"gabriel_santosgso@yahoo.com.br"
] | gabriel_santosgso@yahoo.com.br |
b92c9e9d5058dd2e29a24fe76d7b8f46676786c4 | d94a7ed1357454ec5e6aacd94f53753ba6f79d76 | /Tominator/Tominator/include/Machine.h | 8590347e297f1ed137bd6af5de34bb460ffc59a2 | [] | no_license | Patrick-Batenburg/cpp-tominator | 2ab45a8cbbdc6b04c2fb026494df6752144aa4c4 | b980e035bd493462bf9a5901996181b029c2759c | refs/heads/master | 2020-11-23T22:21:17.264679 | 2020-08-21T17:11:15 | 2020-08-21T17:11:15 | 227,844,619 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,988 | h | #pragma once
#include "BaseMachineState.h"
#include "BaseMode.h"
#include "WaterBalloon.h"
#include "DCMotor.h"
#include "RotaryEncoder.h"
#include "BaseGrid.h"
#include "Grid.h"
#include "ConveyorBelt.h"
#include "RobotArm.h"
#include "Carriage.h"
#include "Frame.h"
#include "ControlPanel.h"
#include <HX711.h>
#includ... | [
"zammypatrick@gmail.com"
] | zammypatrick@gmail.com |
5a87ecf93823b12f16399128fa48fecf8b3878a1 | 3880ba5dd87374f538acff13603082fbdcef1e96 | /URS/main.cpp | e92f7cf3b9e8ceddaf5bd1c3b7a2ae8db3b5561f | [] | no_license | yiikai/RTMPserver | b6a96bfb3bd34932fc65876613b10d4cd3f864b2 | 70138adcfd565b7481c98094ace676d46c197dcb | refs/heads/master | 2021-01-11T09:42:17.932044 | 2017-04-10T08:37:53 | 2017-04-10T08:37:53 | 77,515,255 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 126 | cpp | #include "rtmpserver.h"
int main()
{
rtmpserver* server = rtmpserver::getInstance();
server->rtmp_listen();
return 0;
} | [
"yiikai1987910@gmail.com"
] | yiikai1987910@gmail.com |
5fbe849d59f8c89de8b19868c4761e101a56d513 | fc66877dfc2df24b266dbaae63e93d0f2bc62f4b | /c++/string/integer2Roman.cpp | 934a4d897cfdceb98b9ad1156e5a1e0c933d327b | [] | no_license | kumarNith/ProblemSolving | e95a455b9b9c4173bec92022622a5fc12d03e5f4 | 84461e74a710ffb690f894a06ae08a31395f5aaf | refs/heads/master | 2020-03-25T19:48:06.561678 | 2018-08-10T15:08:52 | 2018-08-10T15:08:52 | 144,100,731 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 833 | cpp | #include<vector>
#include<iostream>
#include<string>
#include<map>
using namespace std;
vector<int> rVal = {50,10,5,1};
map<int, char> roman = {{1, 'I'},{5, 'V'},{10, 'X'},{50,'C'},{100,'L'}};
void int2Roman(int n, string romanEq){
int len = rVal.size();
for(int i = 0; i <len;i++){
int val = rVal[i];
if((n/val)... | [
"kumarnith03@gmail.com"
] | kumarnith03@gmail.com |
591b76fe81a5a7ec8bcfe50df075c46b71a4d6a8 | 8e9f5f5dae55fc790bd287a7595113ad5496152f | /ABC142A-OddsofOddness.cpp | b06e5110dc108528b95964034a269c8d6939c083 | [] | no_license | tagfa/atcoder | 9ebd4e1bac1030517c84db433999360f3913990c | 07dda7cfa0cbe5f9f5fef7f53b23787b77c9a84d | refs/heads/master | 2020-04-26T08:47:51.618605 | 2019-11-06T05:17:18 | 2019-11-06T05:17:18 | 173,434,697 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 244 | cpp | #include <iostream>
#include <vector>
#include <string>
#include <cstdlib>
#include <algorithm>
#include <math.h>
using namespace std;
int main(){
int n;cin>>n;
double m=ceil(n/2.0);
float a=(float)m/n;
cout<<a<<endl;
} | [
"tagfa.job@gmail.om"
] | tagfa.job@gmail.om |
7df019625ff2133d7e49e049c7a3ea7d67ebba5d | 527739ed800e3234136b3284838c81334b751b44 | /include/RED4ext/Types/generated/anim/IKTargetParams_Add.hpp | 09dac9bf2343b13517c6a1549534c9a8e8111ae1 | [
"MIT"
] | permissive | 0xSombra/RED4ext.SDK | 79ed912e5b628ef28efbf92d5bb257b195bfc821 | 218b411991ed0b7cb7acd5efdddd784f31c66f20 | refs/heads/master | 2023-07-02T11:03:45.732337 | 2021-04-15T16:38:19 | 2021-04-15T16:38:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 518 | hpp | #pragma once
// This file is generated from the Game's Reflection data
#include <cstdint>
#include <RED4ext/Common.hpp>
#include <RED4ext/REDhash.hpp>
#include <RED4ext/ISerializable.hpp>
namespace RED4ext
{
namespace anim {
struct IKTargetParams_Add : ISerializable
{
static constexpr const char* NAME = "animIK... | [
"expired6978@gmail.com"
] | expired6978@gmail.com |
77827deaab3145bd4d4e2d5d41dd862efb579b87 | 86c435c8df26980ef3e85340ba3e44d22ae504fc | /CpsData/techcredential.cpp | b4ca753d8790a413c9288bed6da69a5a42376615 | [
"MIT"
] | permissive | KrisToe4/qt | 25ea9e2c458525e88d45990aeaae3f0056699714 | 39802a173644ae1d29a9f7da49125fda385fb1b6 | refs/heads/master | 2021-05-15T03:57:03.882516 | 2018-02-05T22:53:25 | 2018-02-05T22:53:25 | 120,078,768 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,284 | cpp | #include "techcredential.h"
#include "utils.h"
namespace CpsData
{
TechCredential::TechCredential()
{
this->m_sType = "";
this->m_jCredentials = {};
this->m_LocalIp = QHostAddress::LocalHost;
}
TechCredential::~TechCredential()
{
Utils::DestructorMsg("Tech Credentia... | [
"kristofor.wilson@gmail.com"
] | kristofor.wilson@gmail.com |
2ca8da4b70f231361a7ef91baef470f9c1c5e523 | aab4acf5f144985ef0ba69fa122ecdb0973a61e3 | /SCANVariants/anySCANReImpl/InputOutput.cpp | 6b80a5742dfb32926ebf5e18f50ccf3b26933b6b | [
"MIT"
] | permissive | zzerain/ppSCAN | 1f2e07fed7b7bb6ae40a7f5f6b7721d92f74eb0c | 691b39309da1c6b5df46b264b5a300a35d644f70 | refs/heads/master | 2023-03-19T06:41:15.712172 | 2020-06-04T03:24:55 | 2020-06-04T03:24:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,099 | cpp | //
// Created by yche on 8/4/17.
//
#include "InputOutput.h"
#include <algorithm>
#include <chrono>
#include <iostream>
InputOutput::InputOutput(const string &dir) : dir(dir) {}
using namespace std::chrono;
void InputOutput::ReadDegree() {
auto start = high_resolution_clock::now();
ifstream deg_file(dir +... | [
"yche@cse.ust.hk"
] | yche@cse.ust.hk |
e1781fe4e4478fb605570c6ff75c07ba9aa9968c | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/squid/gumtree/squid_repos_function_2365_squid-3.1.23.cpp | 6cb2535ca63b5c94cdba2c5706c31a5d0e5b8d64 | [] | 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 | 320 | cpp | void
ipcache_restart(void)
{
ipcache_high = (long) (((float) Config.ipcache.size *
(float) Config.ipcache.high) / (float) 100);
ipcache_low = (long) (((float) Config.ipcache.size *
(float) Config.ipcache.low) / (float) 100);
purge_entries_fromhosts();
} | [
"993273596@qq.com"
] | 993273596@qq.com |
38c1ceb22745910316e0369e5b0c1d221a439267 | f798e5955febcbb5e053604dde0056225954e956 | /InterviewBIT/Subset.cpp | 4fbdc3f7150695623abed19c6fbebf4b33392e07 | [] | no_license | atulRanaa/problem-solving-directory | bd129da93f205602fd1b596a80d98ca3c164020f | 3c261a7a57591203d0fb502859a0e388f9b09ae1 | refs/heads/master | 2022-09-02T00:22:02.199595 | 2022-08-22T07:14:56 | 2022-08-22T07:15:41 | 177,447,829 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 963 | cpp | void findAllSubsequence(vector<int> &A,
// set< vector<int> > &S,
vector< vector<int> > &S,
unordered_map<int, int> &M,
vector<int> &T, int itr) {
for(int i = itr; i < A.size(); i = M[A[i]]+1) { // if(itr < A.size()) {
// T.push_back( A[itr] );
T.push_back( A[i] );
// S.ins... | [
"atul.rana@go-mmt.com"
] | atul.rana@go-mmt.com |
464030f39fc8905927ab5649923383339d0fc413 | ccf598722e2f9ffff1a1773721f196158310c5fd | /RecoLocalMuon/CSCSegment/src/CSCSegAlgoUF.h | eb93253942ce328a8ce4ccd581f5a23747978ef2 | [] | no_license | cherepan/CSCDev | d9009132a270140acc7cadd4ce28c64338b94d33 | f42737a80732c287c59f97dc80f0c323d76294f8 | refs/heads/master | 2020-08-02T11:41:43.658164 | 2019-09-27T14:44:43 | 2019-09-27T14:44:43 | 211,338,819 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,842 | h | #ifndef CSCSegment_CSCSegAlgoUF_h
#define CSCSegment_CSCSegAlgoUF_h
/**
* \class CSCSegAlgoUF
*
* This is the original algorithm for building endcap muon track segments
* out of the rechit's in a CSCChamber
* 'RU' = 'RUssia' = Road Usage
*
* A CSCSegment is a RecSegment4D, and is built from
* CSCRecHit2D objec... | [
"vladimir.cherepanov@cern.ch"
] | vladimir.cherepanov@cern.ch |
7dcd6cd0afc3822cb4c4f758cd21e87863e0d7bb | 4ccb6c096ac6ba68fa91a5c257331b20ecabf16e | /ipc/chromium/src/base/string_util.cc | 21c1a8d5e833741488ce875b1e5fa17b0b707d97 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | classilla/tenfourfox | ad7856e9e2309e8d0da2d3eed3090cadf493a413 | 17b23692fe309927badba0617b7679ed50d46acb | refs/heads/master | 2023-07-08T23:59:21.137323 | 2023-04-20T05:34:54 | 2023-04-20T05:34:54 | 40,451,619 | 247 | 41 | NOASSERTION | 2023-06-25T08:42:34 | 2015-08-09T21:46:01 | null | UTF-8 | C++ | false | false | 23,890 | cc | // Copyright (c) 2006-2008 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 "base/string_util.h"
#include "build/build_config.h"
#include <ctype.h>
#include <errno.h>
#include <math.h>
#include <stdarg.h>
#incl... | [
"classilla@floodgap.com"
] | classilla@floodgap.com |
ba952a49e58ca911ad6ca9f4784733ea641a5fab | 03341fd96c759cd6c0dd35d9aa3270090b3d34ee | /PuzzleGame/Switch.h | 335d08a9e187bf0d556c8ffa77aa4de77abfc05e | [] | no_license | zwb55/24780-Project | 98cb027cd51c30dd7ad48f52e6596119dc7215bd | 3e06e013ab32b30cbd3ffc533b07310faeb8df95 | refs/heads/master | 2020-08-31T07:25:59.752766 | 2019-12-04T19:18:00 | 2019-12-04T19:18:00 | 218,635,766 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 360 | h | #pragma once
#include "Component.h"
#include <vector>
const double PI = 3.1415927;
class Switch : public Component
{
public:
/* Functions */
Switch(int _px, int _py, int _doorx, int _doory);
void draw();
void update();
bool open = false;
private:
double theta;
double length; // length of the handle
double r;
... | [
"57369446+jamie-yjh@users.noreply.github.com"
] | 57369446+jamie-yjh@users.noreply.github.com |
b776714027cc9e982a471fe8ed7209d7a10efd34 | 3f0c86f07332e47f7f10663f2638e75069a80d69 | /examples/ControllerWithTimer/ControllerWithTimer.ino | 029507faf3d766a2e0441290813a39676bb63ae7 | [
"MIT"
] | permissive | ivanseidel/ArduinoThread | cc15d0ccc7c4ce1c8d349705649314f253eec8ef | 1a4e504c5f9c7e17efa7b453603341ffbbfb1385 | refs/heads/master | 2022-07-16T02:41:44.110309 | 2018-10-05T20:13:34 | 2018-10-05T20:13:34 | 9,994,728 | 949 | 237 | MIT | 2022-03-09T21:57:10 | 2013-05-11T03:57:57 | C++ | UTF-8 | C++ | false | false | 2,154 | ino | #include <Thread.h>
#include <ThreadController.h>
/*
This example, requires a Timer Interrupt Library.
If you are using Arduino NANO, UNO... (with ATmega168/328)
Please go to: http://playground.arduino.cc/code/timer1
If you are using Arduino DUE,
Please go to: https://github.com/ivanseidel/DueTimer
Include th... | [
"ivanseidel@gmail.com"
] | ivanseidel@gmail.com |
1bf5c93f9e25d8d0427d8c8e3c2147fbaa9ef763 | e29b39448d111df4326c7a23370549be779e9dbb | /Plugins/Nsis7z/CPP/7zip/UI/NSIS/ExtractCallbackConsole.cpp | f862a14abb75cd12365d700598e4abc24cdde937 | [] | no_license | lineCode/nsDM | e2874028fcda2346f94c8278a11689f0c3e9200e | e45cfbeb2969d4b89fdb81c27f73f6be2b07a67d | refs/heads/master | 2022-10-10T08:44:43.156863 | 2020-06-12T02:40:57 | 2020-06-12T02:40:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,297 | cpp | // ExtractCallbackConsole.h
#include "StdAfx.h"
#include "ExtractCallbackConsole.h"
#include "UserInputUtils.h"
#include "NSISBreak.h"
#include "Common/Wildcard.h"
#include "Windows/FileDir.h"
#include "Windows/FileFind.h"
#include "Windows/Time.h"
#include "Windows/Defs.h"
#include "Windows/PropVaria... | [
"halx99@outlook.com"
] | halx99@outlook.com |
7ffc584da6d5900dabbdae409d248b35b323ec53 | bb8f8accc040f7e0880ac194fc823f96933345fd | /UPSUB.cpp | 741662aa90223676bf1442bab5a06ee1ee7cba89 | [] | no_license | draconware/spoj | 16f5501d9a721d93729db524896963bd2606746c | c8df41eceb00b87a6015465d30e21003bb681731 | refs/heads/master | 2021-01-01T06:00:56.568003 | 2018-02-28T16:57:15 | 2018-02-28T16:57:15 | 97,326,359 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,202 | cpp | #include<bits/stdc++.h>
using namespace std;
vector<pair<string,int> > v;
int dp[109];
void backtrack(string s,int m){
int n = (int)s.length();
string str;
for(int i=0;i<n;i++){
string str(1,s[i]);
if(dp[i]==1){v.push_back(make_pair(str,i));}
}
for(int len=2;len<=m;len++){
vector<pair<string,int> > temp;
... | [
"mayankaggarwal426@gmail.com"
] | mayankaggarwal426@gmail.com |
15ccc27b23ba0719be20c7e325d4d857ad54a751 | 680440f5e59eb2157c1ecb41fd891880ac47c459 | /XJOI/Level2/XJOI3277 最大子段和/max.cpp | f17097a32185fa2fdb406065658bd34bc982c188 | [] | no_license | Skywt2003/codes | a705dc3a4f5f79d47450179fc597bd92639f3d93 | 0e09198dc84e3f6907a11b117a068f5e0f55ca68 | refs/heads/master | 2020-03-29T09:29:54.014364 | 2019-11-15T12:39:47 | 2019-11-15T12:39:47 | 149,760,952 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 597 | cpp | #include<cstdio>
#include<cstring>
#include<iostream>
using namespace std;
const int maxn=100005;
int n,a[maxn],sum[maxn],ans=-(1<<30);
inline int read(){
int ret=0,f=1;char ch=getchar();
while (ch<'0'||ch>'9') {if (ch=='-') f=-1;ch=getchar();}
while (ch>='0'&&ch<='9') ret=ret*10+ch-'0',ch=getchar();
return ret*f;
... | [
"skywt2003@gmail.com"
] | skywt2003@gmail.com |
3bbcd757793c05e43e453b32c8e608a517181aa7 | 8915f8d7b0039e7f02b252a1eaf96d18bb0e4296 | /Cryptohaze-Combined/inc/GRT_Common/GRTTableHeaderVWeb.h | 90eefd392115ade1e1a95af1d93ea508ed1aa1ee | [] | no_license | wireghoul/sploit-dev | 4ace5dbd9d192d97d39ed4f95b6bf463a0ede7a5 | 23a41b85a1beb95036f69fb0f228c3e8459a72c9 | refs/heads/master | 2023-08-20T11:08:36.446110 | 2023-08-16T02:23:44 | 2023-08-16T02:23:44 | 5,593,528 | 52 | 32 | null | null | null | null | UTF-8 | C++ | false | false | 5,749 | h | /*
Cryptohaze GPU Rainbow Tables
Copyright (C) 2011 Bitweasil (http://www.cryptohaze.com/)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any la... | [
"wireghoul@justanotherhacker.com"
] | wireghoul@justanotherhacker.com |
2b8de6ea14d4988e9f15b2c3ced529d481830e41 | 23b8eb67b6c480d783ed47c624d2b53c293164f2 | /app/src/main/cpp/native-lib.cpp | 13e07a8cc20eeb8e69f1d1ef0cb1efae67ac89ee | [] | no_license | sakurafisch/ndkexample | 6d0eef9b064897a6eaea697af411001696c35779 | f35e88981bafed0d12a181236c307dacda38f471 | refs/heads/master | 2022-11-19T12:32:53.521720 | 2020-07-25T03:50:13 | 2020-07-25T03:50:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 236 | cpp | #include "hello.h"
#include <jni.h>
#include <string>
extern "C" JNIEXPORT jstring JNICALL
Java_com_winnerwinter_ndkexample_MainActivity_stringFromJNI(JNIEnv* env, jobject /* this */) {
return env->NewStringUTF(sayHi().c_str());
}
| [
"winnerwinter1998@gmail.com"
] | winnerwinter1998@gmail.com |
45325966c2038da4227b3184a3ac465853e17ba5 | ae429ade27050228f76f0171bdddc6a66f6a7201 | /Lumos/Source/Lumos/Platform/OpenAL/ALManager.cpp | 7eb5982c23b602114bb8716ce9dec61bf6f66db0 | [
"MIT",
"LicenseRef-scancode-public-domain"
] | permissive | Yavuz1234567890/Lumos | 7ec71f314e1b40d2450d1b55b4ba4e8550a95b80 | 92f6e812fdfc9404bf557e131679ae9071f25c80 | refs/heads/master | 2023-05-06T16:34:24.932677 | 2021-05-10T20:22:59 | 2021-05-10T20:22:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,448 | cpp | #include "Precompiled.h"
#include "ALManager.h"
#include "ALSoundNode.h"
#include "Maths/Maths.h"
#include "Graphics/Camera/Camera.h"
#include "Utilities/TimeStep.h"
#include "Scene/Component/SoundComponent.h"
#include <imgui/imgui.h>
namespace Lumos
{
namespace Audio
{
ALManager::ALMana... | [
"jmorton06@live.co.uk"
] | jmorton06@live.co.uk |
db73245f33505f4350049bf19bc699dd83df1dde | d15dfc660dc216473df86d421358e5be109d099c | /day13.cpp | f730b6257152d4a7e059ea8d9168199caba7a05b | [] | no_license | supgunjan/July_LeetCoding_Challenge | 03f8de82ee5cec9d6e92a120f9c62c5b9a448650 | 019f3868278e4f3e5eeb2938b332e0ce88fa33af | refs/heads/master | 2022-11-26T14:39:16.398182 | 2020-08-02T05:22:32 | 2020-08-02T05:22:32 | 279,968,725 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 820 | cpp | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode() : val(0), left(nullptr), right(nullptr) {}
* TreeNode(int x) : val(x), left(nullptr), right(nullptr) {}
* TreeNode(int x, TreeNode *left, TreeNode *right) : val(x), l... | [
"gittyreki@gmail.com"
] | gittyreki@gmail.com |
46f583a7ed5b625c5e9340050906a52ab9f2bee4 | 3159d77c2fc0828025bd0fb6f5d95c91fcbf4cd5 | /cpp/runtime_polymorphism/runtime_polymorphism/main.cpp | 89d59135265866fe29239b7f1f56e4f28a08da9f | [] | no_license | jcmana/playground | 50384f4489a23c3a3bb6083bc619e95bd20b17ea | 8cf9b9402d38184f1767c4683c6954ae63d818b8 | refs/heads/master | 2023-09-01T11:26:07.231711 | 2023-08-21T16:30:16 | 2023-08-21T16:30:16 | 152,144,627 | 1 | 0 | null | 2023-08-21T16:21:29 | 2018-10-08T20:47:39 | C++ | UTF-8 | C++ | false | false | 73 | cpp | #include <utility>
#include "shape_intf.h"
int main()
{
return 0;
} | [
"mjcmana@gmail.com"
] | mjcmana@gmail.com |
a59a04d04261a0a9ffd20f215c9ddf1b423a3e8f | 8958bd6e638f767fc112bc8a04d4cfbf9ae36a3f | /SourceCode/hw3/HW_swap.cpp | 14c123b63ff202c97a1b23ec40a7e1cb2f08893b | [] | no_license | ahamedbashir/imageProcessing | 4b559b6a3bc4462f69f786c6cebbc4a0c9a10153 | ae35cd9220e6f6a700e7b42eed9fcee9042f2ed7 | refs/heads/master | 2021-06-14T02:59:19.572590 | 2021-02-14T23:00:05 | 2021-02-14T23:00:05 | 150,358,155 | 0 | 1 | null | 2018-09-29T22:07:35 | 2018-09-26T02:37:15 | C++ | UTF-8 | C++ | false | false | 3,218 | cpp | // ************************************************************
// ************************************************************
// complex struct data type for fft1D
typedef struct {
int len; // length of complex number list
float * real; // pointer to real number list
float * imag; // pointer... | [
"ahamedb1991@gmail.com"
] | ahamedb1991@gmail.com |
3d6851e344efe298ce15fceffe394f7647ee8d92 | 9d127f4c4da8aae3de139b0322a8512dfca8a5ce | /test/ComSystem.h | 425246a6fa895c205f24dc11a6e133bf7bfb9df3 | [] | no_license | inniyah/vcar | 48e2d114b7841cef4055ad40848b383266eeafcc | 03ff717632c154471a4ce58046fa001f0316a7c2 | refs/heads/master | 2020-04-06T04:02:19.948105 | 2016-02-22T01:20:54 | 2016-02-22T01:20:54 | 40,381,685 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,022 | h | #ifndef COM_SYSTEM_H_8AE693A2_4C11_11E5_95E1_10FEED04CD1C
#define COM_SYSTEM_H_8AE693A2_4C11_11E5_95E1_10FEED04CD1C
#include "common/Singleton.h"
#include "common/LinkedList.h"
#include "AbstractCanMsgHandler.h"
namespace CanBus_can01 {
struct TxMsgs;
struct RxMsgs;
}
class CanDriver;
class ComSystem : public co... | [
"Miriam.Ruiz-Gonzalez@bmw.de"
] | Miriam.Ruiz-Gonzalez@bmw.de |
43f534b3f8681ec9a94876540c545bff7686be35 | 52ca17dca8c628bbabb0f04504332c8fdac8e7ea | /boost/python/detail/caller.hpp | f64540d8f6cbab66007fde972af5b40367f2446a | [] | no_license | qinzuoyan/thirdparty | f610d43fe57133c832579e65ca46e71f1454f5c4 | bba9e68347ad0dbffb6fa350948672babc0fcb50 | refs/heads/master | 2021-01-16T17:47:57.121882 | 2015-04-21T06:59:19 | 2015-04-21T06:59:19 | 33,612,579 | 0 | 0 | null | 2015-04-08T14:39:51 | 2015-04-08T14:39:51 | null | UTF-8 | C++ | false | false | 66 | hpp | #include "thirdparty/boost_1_58_0/boost/python/detail/caller.hpp"
| [
"qinzuoyan@xiaomi.com"
] | qinzuoyan@xiaomi.com |
a012d3c87735f5ffa3f2bcf698f79daa09dfec10 | 2e0ffa41d68347285aeeea7b29039ef04cc7489a | /GWSystem1.0/SlideSet.cpp | b711e8f1d5ac897caad0f761c5fbc2ad72406a4e | [] | no_license | AutumnCake/GWsystem_GIT | 9b824a6e460b2c782259beb1e354d92687d89f38 | da4aabaf6db804cc8424b9cf504c1e4519979156 | refs/heads/master | 2020-07-21T19:44:48.190713 | 2019-09-23T02:49:45 | 2019-09-23T02:49:45 | 206,958,800 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 15,335 | cpp | // SlideSet.cpp : 实现文件
//
#include "stdafx.h"
#include "GWSystem1.0.h"
#include "SlideSet.h"
#include "afxdialogex.h"
using namespace::std;
// CSlideSet 对话框
IMPLEMENT_DYNAMIC(CSlideSet, CDialogEx)
CSlideSet::CSlideSet(CWnd* pParent /*=NULL*/)
: CDialogEx(CSlideSet::IDD, pParent)
{
}
CSlideSet::~CSlideSet()
{
}
... | [
"jiaxin_xing@yeah.net"
] | jiaxin_xing@yeah.net |
54ada4dcea0b183e71d27ebfdf31ddbd4f9e6362 | 9820d16f4dbcbca8704672d191b27654b2299aff | /src/test/scheduler_tests.cpp | 8b0224274940889495f40ede2fd5765c9f7c8117 | [
"MIT"
] | permissive | reecore-coin/Reex | 460f10b629b2a55ed8891f6defe995e19fc35bcb | e90c42a8f127d7234298652c7c629028c8903c6f | refs/heads/master | 2022-02-24T13:15:27.359970 | 2022-02-14T15:38:54 | 2022-02-14T15:38:54 | 188,392,909 | 5 | 8 | MIT | 2020-05-14T16:07:26 | 2019-05-24T09:23:54 | C++ | UTF-8 | C++ | false | false | 4,924 | cpp | // Copyright (c) 2012-2013 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "random.h"
#include "scheduler.h"
#if defined(HAVE_CONFIG_H)
#include "config/reecore-config.h"
#else
#define HAVE_W... | [
"info@reecore.org"
] | info@reecore.org |
66801b67bff88c0fe35e580b09f317b923a8fcf6 | f90de00314d0a7fda3a9a2a9577a0e6a1469d88b | /cpp_primer/15/15_23.cpp | 191e07ab5a3058b044d90eeabc8e0cecc3a7660c | [] | no_license | 1iuyzh/exercise | fdb4c6c34c47e512c5474c4b90c7533f81c1177f | 95f0b9e91dd8fb7fd9c51566fd47eff4f033d1be | refs/heads/master | 2020-05-20T12:59:51.518359 | 2018-10-25T03:36:11 | 2018-10-25T03:36:11 | 80,420,443 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 852 | cpp | #include<iostream>
using std::cin; using std::cout; using std::endl;
class Base {
public:
virtual void fcn() {
cout << "Base::fcn() virtual" << endl;
}
};
class D1 : public Base {
public:
void fcn() {
cout << "D1::fcn() override" << endl;
};
virtual void f2() {
cout << "D1... | [
"liuyzh@tju.edu.cn"
] | liuyzh@tju.edu.cn |
e07883dfc844e0941b869fa91fb9c9cb4271fff2 | 6fa498c70093678f759a916246b2b17d4ea8c1ff | /Algorithms/product-of-array-except-self.cpp | a7137f0e60172bbd337cf650e45ec03b9acb903d | [] | no_license | bc2009/LeetCode | 8cfd425b79105d7340d087513562797ff2b6f367 | 3a32e60b9cbad4f64d467efb7079891b0e1979db | refs/heads/master | 2021-01-20T03:29:30.353770 | 2017-04-25T22:23:47 | 2017-04-25T22:23:47 | 89,544,688 | 0 | 2 | null | 2017-04-27T02:01:09 | 2017-04-27T02:01:08 | null | UTF-8 | C++ | false | false | 798 | cpp | // 238. Product of Array Except Self
// https://leetcode.com/problems/product-of-array-except-self/
// https://discuss.leetcode.com/topic/20434/o-n-time-and-o-1-space-c-solution-with-explanation
#include <iostream>
#include <vector>
using namespace std;
class Solution {
public:
vector<int> productExceptSelf(vector<int... | [
"yuanhui.yang@outlook.com"
] | yuanhui.yang@outlook.com |
70a394276ed6c06d6eb99b99dd214684f73215dc | ee4f338aebedc47b06bd08fd35eada5aa81c7a91 | /SDK/BZ_BP_WeaponFishLauncher_functions.cpp | 46d9338428d4568b7a2436e2487ee049245a789e | [] | no_license | Hengle/BlazingSails_SDK | 5cf1ff31e0ac314aa841d7b55d0409e3e659e488 | 8a70c90a01d65c6cbd25f3dfdd1a8262714d3a60 | refs/heads/master | 2023-03-17T11:11:09.896530 | 2020-01-28T19:46:17 | 2020-01-28T19:46:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,400 | cpp | // BlazingSails (Dumped by Hinnie) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "../SDK.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Functions
//---------------------------------------------------------------------------
// Functi... | [
"hsibma02@gmail.com"
] | hsibma02@gmail.com |
c0979c0756194c9a5c09b533ec4ead47dd44b02f | 7bfdaa5be493d8e98ff6f97be9a297e8ee98285b | /04-C++ Programming/77.cpp | 7def04a07a9508332feaf176d994341e5c4e6c10 | [] | no_license | GhulamMustafaGM/C-Programming | a21795ff9183462d41bb6916966342c4059cd2e2 | 4db74317e85ea883dbef173f02d937765ee2a6f5 | refs/heads/master | 2023-03-16T23:31:45.024962 | 2021-02-18T22:25:25 | 2021-02-18T22:25:25 | 194,243,282 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 153 | cpp | // auto variable
#include <iostream>
using namespace std;
int main()
{
auto i = 2.5;
i -= 1;
cout << i;
return 0;
}
/* ouput:
1.5
*/ | [
"mustafaji@gmail.com"
] | mustafaji@gmail.com |
b4a8a971d533f63390dfb326a0aff677ac9eddfe | 6406b3c27bc1ed7177eedd1238699a9e05a186e1 | /src/client/AsyncProcThread.cpp | 39f2f9c1766ea6d776f7ec2c4e0add4b954be044 | [
"Apache-2.0"
] | permissive | hezhihua/horse-rpc | 87f3fa077dcf7fb72083ce39040bbe9758cddbe8 | 49dec2c474e72c0afac2dabfc09a9028bcd20978 | refs/heads/main | 2023-02-03T02:04:50.811538 | 2020-12-23T06:27:43 | 2020-12-23T06:27:43 | 314,122,013 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,085 | cpp | /**
* Tencent is pleased to support the open source community by making Tars available.
*
* Copyright (C) 2016THL A29 Limited, a Tencent company. All rights reserved.
*
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except
* in compliance with the License. You may obt... | [
"415720959@qq.com"
] | 415720959@qq.com |
8546deeb3e043e11fa3228e1b0cb3682c5945ddd | b165ac44270cf8ae867dd6fa27027fb5fcdc417a | /src/urho_type_delagate.cpp | 8c69bbbebd1ac66699b70748286daf3941279cda | [] | no_license | dprandle/toolkit_new | d2b851d4bad11478bf4b0c5aef580394d5ad5f0b | 3d8b52918e80c19d3a87c6fc0c3217b01e188e38 | refs/heads/master | 2020-03-29T15:26:42.104830 | 2019-11-04T00:37:39 | 2019-11-04T00:37:39 | 150,063,376 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,618 | cpp | #include <QItemEditorFactory>
#include <urho_type_delagate.h>
#include <mtdebug_print.h>
Urho_Type_Delagate::Urho_Type_Delagate(QWidget * parent) : QStyledItemDelegate(parent)
{
int cb_desc_type_id = qRegisterMetaType<Selected_Attrib_Desc>("Selected_Attrib_Desc");
}
Urho_Type_Delagate::~Urho_Type_Delagate()
{}
v... | [
"dprandle@alaska.edu"
] | dprandle@alaska.edu |
f6b4ce3ff3e1b279035d1ff3993c901f0bdaa4f1 | 3195a2939ccd836f2ec17ddece22abdd7c442fab | /src/execution/sema/sema_checking.cpp | cc5ebf80a3c72c6d537b95eed70d7ff99c23937c | [
"MIT"
] | permissive | GustavoAngulo/terrier | 38e2c744398414efd5c54269e1ee7baf38eadfcc | 4018882f59e862151599d5afc476abc73e925abf | refs/heads/master | 2020-04-22T12:39:57.861487 | 2019-11-04T20:31:30 | 2019-11-04T20:31:30 | 170,380,103 | 1 | 0 | MIT | 2019-10-11T17:57:20 | 2019-02-12T19:43:32 | C++ | UTF-8 | C++ | false | false | 11,020 | cpp | #include "execution/sema/sema.h"
#include "execution/ast/ast_node_factory.h"
#include "execution/ast/context.h"
#include "execution/ast/type.h"
namespace terrier::execution::sema {
void Sema::ReportIncorrectCallArg(ast::CallExpr *call, uint32_t index, ast::Type *expected) {
GetErrorReporter()->Report(call->Positio... | [
"pavlo@cs.brown.edu"
] | pavlo@cs.brown.edu |
e6ddcf602bd6f9cb57b86dd08b451b580e508270 | 7b9f4bf685f79bb2ba38e0f13d3db0931f693208 | /ArdR120.ino | fcb241295dc814131e3d4f0e73fec679eda843f6 | [
"MIT"
] | permissive | richardwilliamson/ArdR120 | 7f46c58252a68df5fc659c917bbae63e112a8932 | b1ffeb2adc879da2735d3dbf2f376740bdcd4536 | refs/heads/master | 2021-01-21T13:25:49.099678 | 2016-04-30T23:22:27 | 2016-04-30T23:22:27 | 51,666,445 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,300 | ino | //+10v > XLR pin 2 > brown
//Ground & screen - wires to XLR male pin 1 > grey
//pins 3-5 : not used
//Pin 6: RX (data to base/handheld) - wires to XLR male pin 5 > pink
//Pin 7: TX (data from base/handheld) - wires to XLR male > GREEN
#define DEBUG
#include "ArdR120.h"
#include "SetupManager.h"
#include "setup_wifi.... | [
"richard@richard-williamson.com"
] | richard@richard-williamson.com |
11c88f3398b311cb795110d67c624fc507ed357c | 05a7327ce1383fe4f66e795d03d5175c43daaf3f | /C++/test16.cpp | 3626570ed87d88ab2e5f71968f63ff6fec88ce0b | [] | no_license | victorsun0926/Learning | 374960cd7765fbb38b3188a98b5a6ec6a96ec040 | ab69291469ff45b9b9f6ac1df5c752d413d27521 | refs/heads/master | 2021-09-18T12:27:14.102876 | 2021-04-20T11:44:01 | 2021-04-20T11:44:01 | 232,578,458 | 0 | 0 | null | 2021-03-19T11:28:51 | 2020-01-08T14:13:01 | C++ | UTF-8 | C++ | false | false | 723 | cpp | /*
* @Author: Victor Sun
* @Github: https://github.com/victorsun0926/
* @CreateTime: 2020-05-27 19:37:13
* @LastEditTime: 2020-05-27 19:45:17
*/
#include <iostream>
#include <iomanip>
using namespace std;
struct POINT{
float x;
float y;
};
struct CIRCLE{
float r;
struct POINT center;
}Circle;
in... | [
"pvz2loveyou@gmail.com"
] | pvz2loveyou@gmail.com |
56e3a7cf867ca16aa7a2bcc07e80c985559ccac9 | 830062cc7e71cf360c7c82eb7a2c2c6e9e9678dd | /test/unit/map/split_michael_dhp.cpp | e2841bb8340a34f6cb9c4c9af36325914cb4b025 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | Rextuz/libcds | c92552a8230efaec239c4de08940451c1f810051 | bdc8ebf24da12e18502a142033fe554eddcdf73f | refs/heads/lazy_skip_list_dev | 2021-05-05T05:03:55.924801 | 2018-01-28T20:13:28 | 2018-01-28T20:13:28 | 118,657,345 | 0 | 0 | BSD-2-Clause | 2018-01-28T11:28:03 | 2018-01-23T19:18:40 | C++ | UTF-8 | C++ | false | false | 10,736 | cpp | /*
This file is a part of libcds - Concurrent Data Structures library
(C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2017
Source code repo: http://github.com/khizmax/libcds/
Download: http://sourceforge.net/projects/libcds/files/
Redistribution and use in source and binary forms, with... | [
"libcds.dev@gmail.com"
] | libcds.dev@gmail.com |
335abfe43e47930d05819af0265caa529d9d6436 | c2fc4673b511b347b47158be96e6bf1f01e3f167 | /extras/jbcoin-libpp/extras/jbcoind/src/jbcoin/app/paths/PathRequest.cpp | 6a9fb9af39c4c46a220c38afd7a411dd4ec33cc5 | [
"MIT-Wu",
"MIT",
"ISC",
"BSL-1.0"
] | permissive | trongnmchainos/validator-keys-tool | 037c7d69149cc9581ddfca3dc93892ebc1e031f1 | cae131d6ab46051c0f47509b79b6efc47a70eec0 | refs/heads/master | 2020-04-07T19:42:10.838318 | 2018-11-22T07:33:26 | 2018-11-22T07:33:26 | 158,658,994 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 22,411 | cpp | //------------------------------------------------------------------------------
/*
This file is part of jbcoind: https://github.com/jbcoin/jbcoind
Copyright (c) 2012, 2013 Jbcoin Labs Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby ... | [
"trongnm@chainos.vn"
] | trongnm@chainos.vn |
05039abaab02b149a0e699234773fe04b37de51f | 32e65734d4da6cae9e2cd8407c8ce949b4e8f952 | /daemon/external_auth_manager_thread.cc | c14adda35eb050a766c1b2a4e1e56f4f7d4ba378 | [] | no_license | AnithaKuberan/kv_engine | a8e51b4d017eacfd94c22f1bbda686edf4c4f0d4 | 63a9d75638fe91408014fd6b9835a43d40aa9665 | refs/heads/master | 2020-04-15T04:39:26.362742 | 2019-01-03T19:20:07 | 2019-01-04T10:53:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,072 | cc | /* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
* Copyright 2018 Couchbase, 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
*
* ... | [
"trond.norbye@gmail.com"
] | trond.norbye@gmail.com |
77dc4473d18045a38536f5e1b150bd4c2a4f6c3e | 1062cc33391d03dbe19956ab55b7c6ab87fa4e98 | /src/win32/CFileTransferDialog.h | 62a6bb2f413e356eaf24f7073ee3385025670bb3 | [] | no_license | ysangkok/pgpfone | e30d4cf06a5551ecf1bd7a012949f62978a66164 | ba8cfdd06ca2680fc46881a16e0149ff3a669f05 | refs/heads/master | 2021-01-21T04:26:42.676566 | 2016-08-16T22:50:07 | 2016-08-16T22:50:07 | 6,214,934 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,055 | h | /*____________________________________________________________________________
Copyright (C) 1996-1999 Network Associates, Inc.
All rights reserved.
$Id: CFileTransferDialog.h,v 1.4 1999/03/10 02:33:20 heller Exp $
____________________________________________________________________________*/
#ifndef CFILETRANSFERD... | [
"ysangkok@gmail.com"
] | ysangkok@gmail.com |
169cb2d9a0c946064d82fdac3cd562ebf7d6aede | 2788cb3ad63bafea870441fb99a619cbffa43698 | /source/simulation/trainer.cpp | 4a66e4f633c408df730ef8d31be08ccca80a2f58 | [
"MIT"
] | permissive | tfussell/cort | 166e276e3f9953ff23db0dd60ba9904226bbe362 | bf548aaeab0dfca9a88afaa0c5420270622f4a0d | refs/heads/master | 2021-01-17T07:04:05.977669 | 2016-03-25T06:45:06 | 2016-03-25T06:45:06 | 28,144,991 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,368 | cpp | /*
The MIT License (MIT)
Copyright (c) 2006-2016 Thomas Fussell
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, ... | [
"thomas.fussell@gmail.com"
] | thomas.fussell@gmail.com |
8ca5f657bdd0c65174f0062792286950a74d6088 | 99f685e9f559c87d3333985ae229884ccbfbd8ee | /默认参数问题/默认参数.cpp | 76e40d82a02a07086976656990c1afa51fd241ed | [] | no_license | StephennQin/Program-Examples | a52c8e2b0b956b88fd773cb8b6a5d6eb6b3562b0 | 8b9f48709c7c446f9daa2550bbff54d6a5028d49 | refs/heads/master | 2020-12-02T08:05:33.359532 | 2017-07-10T11:11:38 | 2017-07-10T11:11:38 | 96,765,985 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 241 | cpp | #include <iostream>
void printArea(double radius = 1);
int main()
{
printArea(); // [Error] too few arguments to function 'void printArea(double)'
printArea(4);
return 0;
}
void printArea(double radius =2)
{
std::cout<<radius<<std::endl;
}
| [
"StephennQin@users.noreply.github.com"
] | StephennQin@users.noreply.github.com |
8146f1b62cd2aa2c9eb3ea7530dad303b63ec36b | 140d78334109e02590f04769ec154180b2eaf78d | /aws-cpp-sdk-clouddirectory/source/model/BatchAttachPolicy.cpp | 766d0ce4a81cf8ed48100969f7050e3f5bf17516 | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | coderTong/aws-sdk-cpp | da140feb7e5495366a8d2a6a02cf8b28ba820ff6 | 5cd0c0a03b667c5a0bd17394924abe73d4b3754a | refs/heads/master | 2021-07-08T07:04:40.181622 | 2017-08-22T21:50:00 | 2017-08-22T21:50:00 | 101,145,374 | 0 | 1 | Apache-2.0 | 2021-05-04T21:06:36 | 2017-08-23T06:24:37 | C++ | UTF-8 | C++ | false | false | 1,934 | cpp | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"henso@amazon.com"
] | henso@amazon.com |
59197446d14a2e362d351ea0820241fc03503589 | 810edea964dbef93cd47fa61f50efbf41528be7e | /university/usc_csci_565_compiler_design/Project4/adjmatrix.h | 0089df1544b6834954fc2e11656a0914b6cc0a64 | [
"MIT"
] | permissive | sanjnair/projects | 2cee6e3c5f34d348067a34dc4be7535bc3b050df | 9d7fce9a9d219b7e63a06bb57d16f23e20eb4dc3 | refs/heads/master | 2021-01-20T00:09:05.448898 | 2017-04-27T07:33:06 | 2017-04-27T07:33:06 | 89,086,374 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,240 | h | #if !defined __adjmatrix_H__
#define __adjmatrix_H__
#include "mysimple.h"
#include "prjsupport.h"
#include "bitvector.h"
#include "web.h"
#include "regspec.h"
/**
* Encapsulates the adjmatrix of the node
*/
class AdjMatrix {
public:
/**
* Constructs a AdjMatrix
*/
AdjMatrix( WebList &webList,
... | [
"ssnair@gmail.com"
] | ssnair@gmail.com |
1cbd745382e3efec74799d0af947b93538261357 | e049a9d88fed5b42709d01d37e39c517f63d1a42 | /HERoEHS-Tools/motion_editor_server/src/motion_editor_server.cpp | 5f3179f9807276763387be5cea319dd395a28a0b | [] | no_license | RobotEmperor/HERoEHS-Common-Essential | a0abee4698a291dd0b3feb824be28a210aa18a12 | 7381144cd6733ae4487b0b0b99e7a4a9a52efb02 | refs/heads/master | 2020-03-12T20:27:43.098833 | 2018-06-12T06:35:09 | 2018-06-12T06:35:09 | 130,806,219 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,090 | cpp | /*
* motion_editor_server.cpp
*
* Created on: Mar 11, 2018
* Author: robotemperor
*/
#include "motion_editor_server/motion_editor_server.h"
#define OFFSET_ROSPARAM_KEY "offset"
#define OFFSET_INIT_POS_ROSPARAM_KEY "init_pose_for_offset_tuner"
using namespace motion_editor;
using namespace action_module;
... | [
"leeche12@hanyang.ac.kr"
] | leeche12@hanyang.ac.kr |
2e42d9acb5dfa13268069f5c1c3259228404caf4 | d6f39f51280a3a345bbe7a7cc52f814f6a3a9592 | /src/device_config.cpp | 924c332a06e8d509e9534fdc7d07a4b28aa11e57 | [
"Apache-2.0"
] | permissive | gift-surg/Xono2L | 6223a7ccd4d548bdaaf71633fb2c0e776cad49c6 | c72fe7327217e18e77b5371ae7767f7cba5642df | refs/heads/master | 2020-04-03T19:41:16.912011 | 2019-04-11T15:01:27 | 2019-04-11T15:01:27 | 155,531,656 | 4 | 1 | Apache-2.0 | 2019-04-15T12:09:18 | 2018-10-31T09:32:22 | C++ | UTF-8 | C++ | false | false | 233 | cpp | #include "device_config.h"
DeviceConfig::DeviceConfig()
: depth(0)
, freq(0)
{
}
DeviceConfig::~DeviceConfig()
{
}
DeviceConfig& DeviceConfig::get_instance()
{
static DeviceConfig _device_config;
return _device_config;
}
| [
"dzhoshkun.shakir@gmail.com"
] | dzhoshkun.shakir@gmail.com |
4638079af0e86770cb20a6d86d2be48ed7c8cae2 | 86623498716c69db23f206f1c977b3344b08e690 | /External/Effekseer153a/src/EffekseerRendererLLGI/EffekseerRendererLLGI.Renderer.h | c587978d566e6d4517e4455342bc69757e01915c | [] | no_license | SIGAKNIGHT/2021_TeamProduction_2nd | bd3136ff796b7ed8ecb1573c9112d4406f70b4fa | 91ee525d619cb1436ccf876dd4fe80b9a34fea20 | refs/heads/main | 2023-06-05T07:28:27.014290 | 2021-06-22T06:25:48 | 2021-06-22T06:25:48 | 378,953,627 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,194 | h |
#ifndef __EFFEKSEERRENDERER_LLGI_RENDERER_H__
#define __EFFEKSEERRENDERER_LLGI_RENDERER_H__
#include "../EffekseerRendererCommon/EffekseerRenderer.Renderer.h"
#include "EffekseerRendererLLGI.Base.h"
#include <LLGI.CommandList.h>
#include <LLGI.Constantbuffer.h>
#include <LLGI.Graphics.h>
#include <LLGI.IndexBuffer.... | [
"sasugagen@gmail.com"
] | sasugagen@gmail.com |
c30a177907d9d65c9f83aba020087ba6349d3d61 | a68389cd02e6b8d1caa9513040cc4d5f970ae565 | /ChatVR-Windows_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/Unity.InputSystem1.cpp | f6c8c5c04d18cd0b6efb754f33863e74898cea15 | [] | no_license | Breality/ChatSpace-VR | 585ace201640d5856fb744be9ee0a262ad6870c7 | a6f2edcf202e726014235444a7239f0d696a14f3 | refs/heads/master | 2023-03-26T22:55:17.157573 | 2021-03-29T03:08:18 | 2021-03-29T03:08:18 | 352,499,841 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,331,513 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
template <typename R>
struct VirtFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const Virt... | [
"anish.5@hotmail.com"
] | anish.5@hotmail.com |
4a52cfc8703b153f2812847fb6734bf449f6eedd | 089077acd7dc512a1afde017692382b0b9ada02f | /SmartHSR/FaceElement.h | 84deb00825c5cbf77f027c959ad5bd38d1afb74d | [] | no_license | lizzyly7/SmartDraw | 6830b172cebcf2005366b7438d771af3faa137cf | cb891dbe66d75bbb3f692fce72e91402e1c97010 | refs/heads/main | 2023-04-19T05:54:52.948266 | 2021-05-04T11:02:01 | 2021-05-04T11:02:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 894 | h | // FaceElement.h: interface for the CFaceElement class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FACEELEMENT_H__5AE51401_D01E_40F2_B919_0F4E31065006__INCLUDED_)
#define AFX_FACEELEMENT_H__5AE51401_D01E_40F2_B919_0F4E31065006__INCLUDED_
#if _MSC_VER > 1000
#pragma once... | [
"humkyung@atools.co.kr"
] | humkyung@atools.co.kr |
eafdd23a34fbb1b58182de1e7967db592f512d01 | cefaad21ba2246f43d82b9e3bb75cb75eea40f1a | /Rescue Mission/Src/menu.h | 63543e59a1d175911d6dc2a8a90f2c72e5f21ae7 | [] | no_license | eGunar/Rescue-Mission | a8358238a86a19ba8ee06155229965a0ecc9ca67 | 31dfdb43931b65d2007c470761384e8e3968e0d4 | refs/heads/master | 2021-09-03T19:18:58.446542 | 2018-01-11T10:37:17 | 2018-01-11T10:37:17 | 104,379,113 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 226 | h | #pragma once
class Menu{
public:
Menu();
~Menu();
void Init(const char* title, int xpos, int ypos, int width, int height, bool fullscreen);
void HandleEvents();
void Update(double dt);
void Render();
void Clean();
}; | [
"egunnar1999@gmail.com"
] | egunnar1999@gmail.com |
cd6db55d0be8a84d7c936745704320d2f2c16bde | e1eb713b848c0eab983c88b7785f4a7c90e77033 | /src/em_driver_library/EM_datagrams/KMALL_mrz_decoder.h | 597ca87be301850a909b99f738ec9dd7c38d4616 | [
"BSD-3-Clause"
] | permissive | CCOMJHC/kongsberg_em_driver | fa4ce25e6cae5315fc57ab5c0c1b373ba770f88e | 9e9437518be6f2d169ea3de595a5e2b99a50ae85 | refs/heads/noetic | 2023-03-27T11:29:18.785108 | 2021-01-29T13:16:56 | 2021-01-29T13:16:56 | 357,337,068 | 0 | 0 | BSD-3-Clause | 2021-04-12T20:56:47 | 2021-04-12T20:56:46 | null | UTF-8 | C++ | false | false | 7,164 | h | #pragma once
#include "EMdgmFormat.h"
#include "EMdgmFormat_h.h"
#include <utility>
#include <cstring>
#include <ros/console.h>
namespace kmall
{
// The code below assumes manu constants and structures not to change between protocol revisions
// This is checked at compile time here
static_assert(EMdgm_f::MAX_NUM_BEAM... | [
"axel.durbec@gmail.com"
] | axel.durbec@gmail.com |
ce5bd47bdd98abdecf13f1b97d1c9b7b51db2a7c | f2058f6c6207f71140ac0d63ae3d30083367a0d3 | /DEFINITIVO/CPP/Persona.cpp | 6241825c9c8572081a93e7fd24af14faecba0cd4 | [] | no_license | JeanCarloB/Hangman | ebfc7c021d46c501bcfc329259de830159ca199a | 12cf164f8ac92005d3f5de5e4744ef9d201fbc55 | refs/heads/main | 2023-04-07T20:32:07.569674 | 2021-04-22T19:01:33 | 2021-04-22T19:01:33 | 360,650,099 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 344 | cpp | #include "Persona.h"
Persona::Persona(string nom) :nombre(nom) {}//Constructor persona
Persona::~Persona() {}//Destructor persona
string Persona::getNombre() { return nombre; }//Metodo get nombre
string Persona::toString() {//Metodo to string
stringstream s;
s << ">>>PERSONA>>>" << endl
<< "Nombre: " << nombre << e... | [
"76853715+JeanCarloB@users.noreply.github.com"
] | 76853715+JeanCarloB@users.noreply.github.com |
e55d3b7e6ecdd67836062d4cc502d700b10c21ee | 11accd7d8b93093a5b1efcb1915f620476690687 | /src/qt/sendcoinsentry.cpp | af0ef0f728eb2086013ad16b798b3f58a3121fbf | [
"MIT"
] | permissive | zahidaliayub/pupa | 22da407b6e244f1ba4c221705cde76ffd175fd23 | 57c1da7c8852e44397b4823fca692d442ca6fabb | refs/heads/master | 2020-03-18T17:19:54.613367 | 2017-05-09T20:23:09 | 2017-05-09T20:23:09 | 135,022,003 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,297 | cpp | #include "sendcoinsentry.h"
#include "ui_sendcoinsentry.h"
#include "guiutil.h"
#include "bitcoinunits.h"
#include "addressbookpage.h"
#include "walletmodel.h"
#include "optionsmodel.h"
#include "addresstablemodel.h"
#include <QApplication>
#include <QClipboard>
SendCoinsEntry::SendCoinsEntry(QWidget *parent) :
... | [
"empowrcoin@gmail.com"
] | empowrcoin@gmail.com |
855bdd689eb6856a3107901c4685e544c126cf62 | 0199a062dba079f1582da2f7a38771a542e94d72 | /Codes/Thanh/LaundryMachine_V1/Lock.h | 06158736b06750eb7977b50ea37ce2d113d0522d | [] | no_license | bilal614/ESP | 5a475ed3bfdb6b10a732b338465540a162ccff53 | 0d5561ecb59f7467a1734bcd290b97dd49b097a9 | refs/heads/master | 2020-04-06T04:28:42.737412 | 2017-01-22T18:21:54 | 2017-01-22T18:21:54 | 73,697,347 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 448 | h | #ifndef LOCK_H
#define LOCK_H
#include "ILock.h"
const boolean locked = 1;
const boolean unlocked = 0;
class Lock
{
private:
ILock* iLock;
boolean lock;
public:
Lock();
Lock(ILock *);
void lockMachine();//is the polling function to check what the lock switch status is and will turn on/of... | [
"thanhhnk@gmail.com"
] | thanhhnk@gmail.com |
efafd41a036c648701f3f85aa5604f79153b3e24 | a72f854d7c74f14e3e91a18eca7fea162d7559cc | /SingleLinkedList/SingleLinkedList/singleLinkedlist.h | 3d62e1da8ffb64bb0d8c44fa386ed9422a504384 | [] | no_license | tumblery/DataStructure | 61524f53d07d630f47109fe8f0b49ed284ebcaa9 | b73e9116b737d06e8197181af152b6dbaec7f0b5 | refs/heads/master | 2020-04-08T19:49:46.673097 | 2018-11-29T13:47:22 | 2018-11-29T13:47:22 | 159,672,771 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 512 | h | #pragma once
#define upper -1
#define lower 0
typedef class _Data {
public:
int data_1;
char data_2;
public:
bool operator ==(_Data a);
};
typedef class sNode {
public:
_Data data;
sNode* next;
public:
sNode();
void insert_node(sNode* head,_Data data);//tail을 반환한다.
bool delete_node(sNode* head, _Data data);//삭제... | [
"hack2kong@gmail.com"
] | hack2kong@gmail.com |
f372ad2efd57acd2089e7e0613b2feffbee892bf | 22fc35d198bed5d0c251fa987abae23f26bdead6 | /09-2018-11-27/src/main.cpp | 60162f7752d8a0e15e1b08156237656aaedaffa5 | [] | no_license | obakiner/cpsc5011-01-fq18 | ca9bca7404eadd2635d96ec3569fbef772aabdaa | 60ef1b179ddd7ba7b2699df7f7594386566fad53 | refs/heads/master | 2020-04-09T11:25:24.180503 | 2018-11-29T21:04:39 | 2018-11-29T21:04:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 272 | cpp | #include <iostream>
using namespace std;
//void basic_class_definition();
//void destructor();
void overloading();
//void inheritance();
//void exceptions();
int main() {
//basic_class_definition();
//destructor();
overloading();
//inheritance();
//exceptions();
}
| [
"42451381+hanks-su@users.noreply.github.com"
] | 42451381+hanks-su@users.noreply.github.com |
a9d3b4fe57144a46478f1f83151e2aa7ab323c45 | 5950c4973a1862d2b67e072deeea8f4188d23d97 | /Export/macos/obj/include/lime/utils/_Bytes/Bytes_Impl_.h | bdefeb0046a1b5fe578000ac62d485ad5453342b | [
"MIT"
] | permissive | TrilateralX/TrilateralLimeTriangle | b3cc0283cd3745b57ccc9131fcc9b81427414718 | 219d8e54fc3861dc1ffeb3da25da6eda349847c1 | refs/heads/master | 2022-10-26T11:51:28.578254 | 2020-06-16T12:32:35 | 2020-06-16T12:32:35 | 272,572,760 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 3,286 | h | // Generated by Haxe 4.2.0-rc.1+cb30bd580
#ifndef INCLUDED_lime_utils__Bytes_Bytes_Impl_
#define INCLUDED_lime_utils__Bytes_Bytes_Impl_
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS2(haxe,io,Bytes)
HX_DECLARE_CLASS2(lime,app,Future)
HX_DECLARE_CLASS2(lime,utils,CompressionAlgorithm)
HX_DECLARE_CLASS3(lim... | [
"none"
] | none |
99cfeb5701ff2fd85a2d2b80340fe90a5f0ab935 | 394e0d5b73350ccc7addea5568b442eaa2d005f7 | /Project1_logic_error/logic_error.cpp | 12c81028d28ae0843be836b2530e48a90fbe3cbe | [] | no_license | bensigal/cs31 | 44f025f3b18e91d36a72c7c7fab71561032fa0d5 | 8e56d886149af0a49fa553fc8becb65f8819697b | refs/heads/master | 2022-10-29T10:56:32.006488 | 2020-06-21T15:05:01 | 2020-06-21T15:05:01 | 273,925,810 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 887 | cpp | // Code for Project 1
// Report poll results
#include <iostream>
using namespace std;
int main()
{
int numberSurveyed;
int obey;
int disobey;
cout << "How many people were surveyed? ";
cin >> numberSurveyed;
cout << "How many of them are obeying the stay-at-home and other health orders? ";
cin >> obey;
cout ... | [
"ben@bensigal.com"
] | ben@bensigal.com |
98a75be1a083e9a6606bdcd006ef62a04fbee458 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/CMake/CMake-gumtree/Kitware_CMake_repos_block_2101.cpp | 2a3611e36754c6a6cc81c352af88d2b33a2ed680 | [] | 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 | 120 | cpp | {
report_good(false, entry.str);
printf("had %d bytes, used %d\n", entry.n, used);
return false;
} | [
"993273596@qq.com"
] | 993273596@qq.com |
c588f1bf7459837d3236fb54287f5742d09aa9b2 | d54f02bf92bc9eff0c7b38299fcc900ec4e84602 | /src/dk_http.cpp | 978adda8244fa58f5fb7d016aab303f6b1d56731 | [] | no_license | jimmy486/dk-server | 7c37200ae0c03bdb73f9fb51278d5dc58e8eeb82 | a20b46868e77cb2c1c5da4c443c197089f3166ec | refs/heads/master | 2021-01-22T01:43:52.101123 | 2014-06-16T02:39:05 | 2014-06-16T02:39:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,975 | cpp | /**
* author:jlijian3@gmail.com
* date:2012-03
*/
#include "dk_core.h"
using namespace std;
/*********** DKHttpRequest ************/
void DKHttpRequest::HandleResponse(struct evhttp_request *req, void *arg) {
DebugResponse(req);
}
void DKHttpRequest::EventHttpRequestCb(
struct evhttp_request *req, void *a... | [
"jlijian3@gmail.com"
] | jlijian3@gmail.com |
802c35a04c5af5f2f4c9bc290a75e2ebb7cc358b | 57cc3e87296444f33dd42c4bcc3a1a8a0f227c19 | /format.cpp | 3d54d4ab3f575f6da665489875436af5d3c22105 | [] | no_license | gakash2k01/cpCpp | 14ccd39355c271f62a605dd8bb89a7c6846ebc1a | 906c04fddd5a38fab556ef994061ab8d86c2e80d | refs/heads/master | 2023-09-03T23:19:41.488786 | 2021-10-30T21:29:31 | 2021-10-30T21:29:31 | 415,230,091 | 1 | 0 | null | 2021-10-13T13:32:52 | 2021-10-09T07:01:35 | C++ | UTF-8 | C++ | false | false | 296 | cpp | #include <bits/stdc++.h>
#define int long long
using namespace std;
void solve()
{
//write ur code here
}
int32_t main()
{
ios_base::sync_with_stdio(false);
cin.tie(NULL);
cout.tie(NULL);
int t1=1;
cin>>t1;
while(t1--)
{
solve();
}
return 0;
} | [
"gakash2001@gmail.com"
] | gakash2001@gmail.com |
bbef495538b7dc0ce0e4fbf19a15291c9820584e | 353e68388ae0a51731a5c56daa0621e04274df1f | /01 Arduino/02 Development/fine_tuning_of_marble/src/FTMotor.cpp | 79c383fb68f5452cad803578f6cf260424555ac7 | [] | no_license | ndsh/floorScanners | 09f79419846d5c0706aeb62fb0f7f6bb23555697 | 3c01716da69a4061a4fac50e7d10d3fb3bed9283 | refs/heads/master | 2023-05-07T12:18:26.796780 | 2021-06-01T06:50:53 | 2021-06-01T06:50:53 | 59,841,477 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,643 | cpp | /*
./~ FTMotor.cpp
./~ Copyright (c) 2016 The Fine Tuning of Marble
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
*/
#include "FTMotor.h"
FTMotor::FTMotor(int stepPin... | [
"me@julian-h.de"
] | me@julian-h.de |
397ea2864ad48d4100ae6a6d0d7201b0dc57df96 | 8fb8904f47a33700cc54753b97c75ed145e50ebb | /FunOS/OS.cpp | 4ac15293c77f3f7dd33a8f1ffb733ff375480106 | [] | no_license | captain4gamer/FunOS | 07d99e7820680b30e041e56975f0249a80e90232 | 91b79ebe1452087875475dbce4c58b1110e444dc | refs/heads/main | 2023-06-22T20:29:29.041793 | 2021-07-23T22:33:28 | 2021-07-23T22:33:28 | 388,927,535 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16 | cpp | #include "OS.h"
| [
"michakatsov@gmail.com"
] | michakatsov@gmail.com |
a5d8cdc9a7f9a4052bc43e00b1214f9a8ccf9f4e | f40cecb3429b0502f4ce1ba3dad2424008258d0c | /d01/ex03/Zombie.hpp | 491e31ff0851ba5451c0b78333c49a31f219af2c | [] | no_license | iradchenua/CPP_POOL | 396301d8011866d37742b62d466706c2255b3b00 | 78d5d6567f7ab333bf0e178133668ff9c9eb8f08 | refs/heads/master | 2020-04-03T12:21:54.655144 | 2018-10-31T13:48:22 | 2018-10-31T13:48:22 | 155,249,866 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 177 | hpp | #include <iostream>
#include <string>
#ifndef ZOMBIE_HPP
# define ZOMBIE_HPP
class Zombie {
public:
std::string name;
std::string type;
void announce(void);
};
#endif | [
"oxxxyivan@gmail.com"
] | oxxxyivan@gmail.com |
c65c68bc8020989f7f06d93aec8c45e46e9bef72 | 93023b3cc40696e17fd1645718eef77b935b43c6 | /Source/rmuxPlugin/rmuxPluginPCH.cpp | d7019f70903cab8b4d52e1bd4380af25c83a04d0 | [] | no_license | gon1121/rmux | e1390e2bdc29fbbc8f25f0537e622acbb0ac574e | ca47e1366244bd96e1f8178a87ef4b6cbdda6948 | refs/heads/master | 2020-05-02T11:57:45.821282 | 2014-11-24T11:13:55 | 2014-11-24T11:13:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,327 | cpp | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Product and Trade Secret source code contains trade secrets ... | [
"gon1121@gmail.com"
] | gon1121@gmail.com |
32c13e266ea806861873068b2657240d16f727cf | b677894966f2ae2d0585a31f163a362e41a3eae0 | /ns3/ns-3.26/src/lte/test/lte-test-uplink-power-control.h | c481fad7a8190d7d9e317893b1a318f21c76b006 | [
"LicenseRef-scancode-free-unknown",
"GPL-2.0-only",
"Apache-2.0"
] | permissive | cyliustack/clusim | 667a9eef2e1ea8dad1511fd405f3191d150a04a8 | cbedcf671ba19fded26e4776c0e068f81f068dfd | refs/heads/master | 2022-10-06T20:14:43.052930 | 2022-10-01T19:42:19 | 2022-10-01T19:42:19 | 99,692,344 | 7 | 3 | Apache-2.0 | 2018-07-04T10:09:24 | 2017-08-08T12:51:33 | Python | UTF-8 | C++ | false | false | 3,050 | h | /* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2014 Piotr Gawlowicz
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation;
*
* This program i... | [
"you@example.com"
] | you@example.com |
045cc2e4e45522d36b44f5d23a0e56feb577313f | 3540227605b89bdef7cd6a97198db6db6e1498b1 | /src/save_ply.hpp | 3c511caa0c0c4143fdc8152d03fa4d9e8ef28b27 | [] | no_license | prashant905/GPU-CUDA | 5083a932f09c696cee61821eaba6105ba42dcca4 | 5b6a57ca8d042ff810fc47ee3567c05b846afdf3 | refs/heads/master | 2020-12-25T10:41:21.564772 | 2016-07-31T22:30:39 | 2016-07-31T22:30:39 | 63,724,025 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,714 | hpp | #include <sstream>
#include <iomanip>
#include <fstream>
#include <vector>
#ifndef WIN64
#define EIGEN_DONT_ALIGN_STATICALLY
#endif
#include <Eigen/Core>
#include <Eigen/Dense>
#include <opencv2/core/core.hpp>
/*
bool depthToVertexMap(const Eigen::Matrix3f &K, const cv::Mat &depth, cv::Mat &vertexMap)
{
int w... | [
"PRASHANT905@gmail.com"
] | PRASHANT905@gmail.com |
ccb65e350445986817be186989dd5a2f6238eb12 | 350fe17d45d545242682e667c16c1aafb2f2c904 | /SHO_GS/IOCPSocketAcceptTHREAD.h | 1586eace02e27553413662391e2eda890eb758e8 | [] | no_license | hdelanno/titanmods | cd371984f26432b238087bac61bda395166e06fb | 1712e5bc5f9d192eca2666721475419c7da0adf2 | refs/heads/master | 2021-01-20T16:45:18.250756 | 2014-03-18T16:55:13 | 2014-03-18T16:55:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 602 | h | ////////////////////////////////////
/////// IOCPSocketAcceptTHREAD ////////////
////////////////////////////////////
#ifndef IOCPSocketAcceptTHREAD_H
#define IOCPSocketAcceptTHREAD_H
#include "SHO_GS.h"
class TGAMESERVER_API IOCPSocketAcceptTHREAD : public CAcceptTHREAD {
private: IOCPSocketSERVER * m... | [
"james.benton2@gmail.com"
] | james.benton2@gmail.com |
d2dd919a5c6e3bb9417511c69d908e4a7a7ea744 | f00c77674ff2127e244abad3fdbd28706ca0f822 | /pcbeditor/fsm/statearcitem.cpp | f77fd7502cd18c9c4ce5f9f03b15de32b2188e26 | [] | no_license | DaeHeeLim/eda | 65a8a2c48ac8452b9e74d0c3a2a278db8089fa2d | e1f93961f02b0b600727c382a87630418a8c37ec | refs/heads/master | 2020-03-25T13:29:23.905426 | 2018-02-10T07:43:45 | 2018-02-10T07:43:45 | 143,828,336 | 1 | 0 | null | 2018-08-07T06:14:55 | 2018-08-07T06:14:55 | null | UTF-8 | C++ | false | false | 5,209 | cpp | #include "statearcitem.h"
#include "arcitem.h"
#include "ellipseitem.h"
#include "lineitem.h"
StateArcItem::StateArcItem(QObject* parent)
: State(parent),
arcItem(nullptr),
ellipseItem(nullptr),
lineItem(nullptr),
circleArcRadius(0),
metaStartAngle(0)
{
}
bool StateA... | [
"742966969@qq.com"
] | 742966969@qq.com |
407feca0f0464449d86674a18200cfcf29d4d6c5 | 40de3c7facfe74caf581656762a61baf08fd2418 | /testing/processing/testRFID/rfid-ultimo/rfid-ultimo.ino | d817039f767ba94f8c3ca26e530d590652997b3a | [] | no_license | Zeriel/login-rfid | 1d81c5f7db459474ae9c45da80c16ab7cb50cc65 | 2dcb7c62396009ddd5377bedccb5f5cc4644a58b | refs/heads/master | 2020-07-16T03:51:18.132117 | 2019-11-30T23:26:35 | 2019-11-30T23:26:35 | 205,712,562 | 0 | 0 | null | 2019-11-30T23:26:36 | 2019-09-01T17:53:37 | C++ | UTF-8 | C++ | false | false | 1,710 | ino | #include <MFRC522Extended.h>
#include <require_cpp11.h>
#include <deprecated.h>
#include <MFRC522.h>
#include <SPI.h>
#include <MFRC522.h>
// Arduino UNO
//#define RST_PIN 9 // Configurable, see typical pin layout above
//#define SS_PIN 10 // Configurable, see typical pin layout abov... | [
"moradillo.f@gmail.com"
] | moradillo.f@gmail.com |
320c738b667b124e9d6cf1519d7e6d190e3a58ab | 9e21cb55eee5a36151580f8babfaae1fc9c72bb3 | /vins_estimator/src/featureTracker/feature_tracker.h | cdb7a4d5653e5b3bab841825198d18e946d4cce5 | [] | no_license | xuwuzhou/Vt019 | 206ea62db9bb818392a5f2fef1f5dfe8aa034a46 | 46e035996c102f5f0f478b57eb370216ad63345c | refs/heads/master | 2022-12-10T10:20:37.797594 | 2020-08-26T08:56:00 | 2020-08-26T08:56:00 | 281,032,005 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,962 | h | /*******************************************************
* Copyright (C) 2019, Aerial Robotics Group, Hong Kong University of Science and Technology
*
* This file is part of VINS.
*
* Licensed under the GNU General Public License v3.0;
* you may not use this file except in compliance with the License.
*
* Aut... | [
"jackzhouweichao@163.com"
] | jackzhouweichao@163.com |
2e2d44df52c05eb6a81e0da360e29c0a30ca6f75 | ad273708d98b1f73b3855cc4317bca2e56456d15 | /aws-cpp-sdk-sts/source/model/GetAccessKeyInfoResult.cpp | 1b5a005f78f5769e14aba89c47288dc844e446e3 | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | novaquark/aws-sdk-cpp | b390f2e29f86f629f9efcf41c4990169b91f4f47 | a0969508545bec9ae2864c9e1e2bb9aff109f90c | refs/heads/master | 2022-08-28T18:28:12.742810 | 2020-05-27T15:46:18 | 2020-05-27T15:46:18 | 267,351,721 | 1 | 0 | Apache-2.0 | 2020-05-27T15:08:16 | 2020-05-27T15:08:15 | null | UTF-8 | C++ | false | false | 2,085 | cpp | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
4be894f33553242bb0fa7a1ad1ed5b6671e62f9f | b63775f1778bf7683f153ada4c29352bff8af951 | /arduino_board/scanner-pro/libraries/Scanner/src/Keyboard.cpp | 4a948f686d2b873c628f7adcfefc073dd5397688 | [
"MIT"
] | permissive | oschwartz10612/Scanner-Pro-MK3 | 6a9f35f5d87f305e51aab5dc61caacdaa7ce391a | e7332f4d8fdfcf8a9909d6cda75d32fb43c69e65 | refs/heads/master | 2023-03-06T13:37:41.789053 | 2021-12-26T02:41:44 | 2021-12-26T02:41:44 | 199,907,381 | 16 | 2 | MIT | 2023-03-04T04:33:55 | 2019-07-31T18:16:26 | C | UTF-8 | C++ | false | false | 8,978 | cpp | /*
Keyboard.cpp
Copyright (c) 2015, Arduino LLC
Original code (pre-library): Copyright (c) 2011, Peter Barrett
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... | [
"oschwartz10612@gmail.com"
] | oschwartz10612@gmail.com |
2b6b5304660832fa915891e705278360458cdba6 | 8459e2c11b7ec2303e5e026f2efcad02da706c2b | /C++/operator/usetime2/mytime2.h | 48228e1c320e2cb10cc1aa696c58f85a8ef13878 | [] | no_license | Marcos2015/Linux_Pra_Fast | 998c10471aadbb11932c641ef8cb9dd588553f9a | f0ff9b5aa709c8db5780332240e05f0619168b25 | refs/heads/master | 2020-03-30T05:38:47.479566 | 2019-05-07T12:16:36 | 2019-05-07T12:16:36 | 132,846,063 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 334 | h | #include <iostream>
class Time
{
private:
int hours;
int minutes;
public:
Time();
Time(int h,int m);
void AddMin(int m);
void AddHour(int h);
void Reset(int h=0,int m=0);
Time operator+(const Time& t)const;
Time operator-(const Time& t)const;
Time operator*(double mul)const;
void Show()... | [
"herematch@gmail.com"
] | herematch@gmail.com |
2a2c50499cdd9f37da61240eb1d37e11b54b20ac | 9a725002a593bbe9860309fcc7773dfcf3959e18 | /src/VulkanLib/vkHelper.cpp | 61668aaedf586c783e15baeb88f4103058c5fd9b | [] | no_license | j8307042003/VulkanRealTimeRenderer | 667ffd413632f60a88e7a6d2c839a21f3e2a2dd0 | e41ffba83945ee6e28bc56c451613e5cd3b057bb | refs/heads/main | 2023-02-12T17:47:14.510427 | 2020-12-31T18:29:23 | 2020-12-31T18:29:23 | 308,385,073 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 36,052 | cpp | #include "vkHelper.h"
#include <iostream>
#include <vector>
#include <stdlib.h>
#include <algorithm>
#include <vulkan/vulkan.h>
#include "Renderer/vkSys.h"
#include <fstream> // std::ifstream
// #include <execinfo.h>
#include <signal.h>
#include <stdlib.h>
// #include <unistd.h>
#define STB_IMAGE_IMPLEMENTATION
... | [
"j8307042003@yahoo.com.tw"
] | j8307042003@yahoo.com.tw |
536b3fe4ca8674439aaa82ce09cbcc7353379ff9 | a19376bb68b381d89da4fc4a40974aebeaeeb89a | /Data Structures/Labs/lab12/superhero.cpp | cfd3e88fdd0c27229fb701327813ea489077a6f5 | [] | no_license | sirmarcis/a9667backup | d20b5b861f26dfe6f977376a2705e79109831dee | 163185574f6078c17a7f12546f149a240099e358 | refs/heads/master | 2021-01-10T01:01:25.444103 | 2014-05-16T19:25:26 | 2014-05-16T19:25:26 | 19,864,113 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 651 | cpp | #include <string>
#include <iostream>
#include <sstream>
#include "superhero.h"
bool Superhero::operator>(const Superhero& lft){
if((lft.getPower() == "fire" && power == "wood") || (lft.getPower() == "wood" && power == "water") || (lft.getPower() == "water" && power == "fire"))
return false;
e... | [
"anders_Maraviglia@yahoo.com"
] | anders_Maraviglia@yahoo.com |
5371a5ae98b9ccf3e80bd82d03ca19a6e074e032 | 513dc7751fd20f98f2f88ab83b4d68c9472e6c1b | /src/qt/transactionfilterproxy.cpp | 34d05aa1b7693a5cdfa753d6aefa26f09ace30ef | [
"MIT"
] | permissive | SputnikChain/Sputnik | fbb41689602fe537017b1011231e76f3ab8c7c9b | 4c83758e5e57c973a98d606c01e1cc49df2f8339 | refs/heads/main | 2023-05-15T05:30:47.093620 | 2021-06-02T12:22:20 | 2021-06-02T12:22:20 | 373,155,528 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,995 | cpp | // Copyright (c) 2011-2013 The Bitcoin developers
// Copyright (c) 2017 The PIVX developers
// Copyright (c) 2021 The Sputnik developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "transactionfilterproxy.h"
#inclu... | [
"85232841+SputnikChain@users.noreply.github.com"
] | 85232841+SputnikChain@users.noreply.github.com |
0670ac78631baa1324f898c3602bbe5e2cc68a14 | daa3523cabf6fab7799c34ba68f428bbcf360bfb | /BiTreeCSV/BiTCSVnumLeavesVis.hpp | 4ef08947964459b957604aa2944f13202f0f6be9 | [] | no_license | MateLaszloToth/dataStructures | aca81da7f589cb24b45daff50970c318885f5791 | ff4b3a62928a000cf11b04781e7a01fec0539cdb | refs/heads/master | 2020-04-22T20:16:30.665392 | 2019-02-18T08:05:00 | 2019-02-18T08:05:00 | 170,620,741 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,667 | hpp | // File: BiTreeCSV/BiTCSVnumLeavesVis.hpp
#ifndef BITCSVNUMLEAVESVIS_HPP_
#define BITCSVNUMLEAVESVIS_HPP_
#include <iostream>
#include "BiTreeCSV.hpp"
#include "ABiTreeCSVVis.hpp"
#include "BiTCSVisEmptyVis.hpp"
using namespace std;
// ========= BiTCSVnumLeavesVis =========
template<class T>
class BiTCS... | [
"matetoth@Mates-MacBook-Pro.local"
] | matetoth@Mates-MacBook-Pro.local |
e6aa97044857262e518c67cd0da43850c81be107 | 6cf70cb39cae4b799835e5d85cff159644d2273b | /GreeshWorkSpace/oops/Project1/ProductCar.h | 8d930b8715613f6249b6d1b236bb3031269b1632 | [] | no_license | greeshmika-korrapati/Greeshmika-projects | 854045e25482e85e1a42120b061b5f4bcc101f90 | 2c2ad535c9856d01b1ca6bad8e053dd6c90c333a | refs/heads/master | 2020-06-02T08:29:52.711924 | 2019-09-19T20:40:57 | 2019-09-19T20:40:57 | 191,099,522 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 388 | h | #ifndef PRODUCTCAR_H
#define PRODUCTCAR_H
#include "Factory.h"
#include "Benz.h"
#include "Bmw.h"
#include "Audi.h"
class ProductCar:public Factory
{
public:
ProductCar();
Car* createCar(QString name);
~ProductCar();
private:
const QString constStrBenz = "Benz";
const QString constStrBMW = "BMW";
... | [
"korrapati.9@wright.edu"
] | korrapati.9@wright.edu |
73eab9ec3246496485f47152966bbc594da742e8 | 7420eac7debbc02d5cbf2c640b238a1482fdb861 | /洗牌算法/main.cpp | c289e6aad43f089b6bb3fe20170bfed79f61836a | [] | no_license | BiggestDreamer/cs | 7d9573e3d3048361e390dcd94592cc1db7c50632 | 70fb454c7f03447000c1f7a26f5ed7690e5ae9f0 | refs/heads/master | 2020-06-01T23:17:48.824380 | 2019-07-01T14:27:53 | 2019-07-01T14:27:53 | 190,963,250 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 734 | cpp | #include <time.h>
#include <vector>
#include <iostream>
#define LENGTH 25
using namespace std;
vector<int> oldArray;
vector<int> newArray;
void RandomArray(vector<int> oldArray, vector<int>& newArray){
for(int i=LENGTH;i>0;i--){
srand(unsigned(time(NULL)));
int index = rand()%i;
newArray.push_back(oldArray[in... | [
"1250983732@qq.com"
] | 1250983732@qq.com |
21ff2811d5a60c55daa03700b05a243d9cf4fdd6 | add2d78ff3254014ef81cff06a14a92a6043bc72 | /lexer.cpp | 9fc54e84c66d9e6ab181df52e18f7bf9994bab65 | [] | no_license | DobroSun/Ccli | f2e424fc7d93c586ccc12a91ec10627dfae907ab | fb69d8b9a86f785416ed8cb5e0391751e1586352 | refs/heads/master | 2020-08-30T09:33:50.069215 | 2020-08-25T19:08:28 | 2020-08-25T19:08:28 | 218,334,921 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,311 | cpp | #include "lexer.h"
#include "utility.h"
#include "value.h"
#include <cctype>
#include <cstdlib>
#include <cstdio>
#include <cassert>
static Token current_token;
static const char *cursor;
static auto inc_cursor() -> void {
assert(*cursor);
cursor++;
}
// LiteralTok.
static auto is_floating_point_number(const c... | [
"mr.dobrogost02@mail.ru"
] | mr.dobrogost02@mail.ru |
514ca0d9dc927407d717c5a12a8609d49893311c | ba6be82c0bec8dcd97c51c8fc928e8ff1fbd56cc | /TypesetWidget/text.cpp | 7173cd3933fd07f03b2b36f03621dafae3c1ba44 | [
"MIT",
"LicenseRef-scancode-public-domain"
] | permissive | viniltc/YAWYSIWYGEE | 0ded24bd275ac6bcb808efdefbf9b093b60bc00f | d6347deb99166c7de2292df33952867c24158f3c | refs/heads/master | 2020-12-28T04:01:33.652887 | 2020-02-03T21:57:22 | 2020-02-03T21:57:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,066 | cpp | #include "text.h"
#include "document.h"
#include "globals.h"
#include "parser.h"
#include "phrase.h"
#include <QGraphicsSceneMouseEvent>
#include <QPainter>
#include <QStyleOptionGraphicsItem>
#include <QTextCursor>
#include <QTextDocument>
namespace Typeset{
Text::Text(uint8_t script_level, QString str){
setFo... | [
"JohnDTill@gmail.com"
] | JohnDTill@gmail.com |
2aceb443dac144724d096348ae4973f43162f17c | 480017c1233b051d8c98061d4c453f42bcd8223c | /number1082.cpp | f796e7b0e3e4d01dfa1e0b222333fd8c6f77fd5e | [] | no_license | seunghak321/codeup | 8618152e02098afd2b8183661d926007da229ed2 | 4e439ce1559bbfcdd05c00fd3da352caf92ce372 | refs/heads/master | 2023-06-24T21:30:23.392357 | 2021-07-15T16:01:02 | 2021-07-15T16:01:02 | 386,165,099 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 168 | cpp | #include<stdio.h>
int main()
{
int a;
int i;
scanf("%X", &a);
for (i=1;i<=15;i++)
{
printf("%X*%X=%X\n",a,i,a*i);
}
return 0;
}
| [
"dududada0321@naver.com"
] | dududada0321@naver.com |
8d9c29d38965f46921473e1cd89a5af291042be1 | c0a32e2c6123b5aee91836c5771d019d9f8c1a96 | /2020/5/cg/lab6/lab6minecraft/lab6/Renderer/RSolid.h | 615c455a76e57dc76c093747c7da9e0f8a1c0eba | [] | no_license | blackdrako/Study | 7dfec76c321b47eea59be61f71c236b6c255be3e | 460b414120fbfdc2956798ec2d5a1d3f6c5ea171 | refs/heads/master | 2021-06-21T21:43:22.013938 | 2021-05-14T09:53:24 | 2021-05-14T09:53:24 | 221,056,139 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 640 | h | #ifndef RCHUNK_H_INCLUDED
#define RCHUNK_H_INCLUDED
#include <vector>
#include <SFML/System.hpp>
#include "../Shaders/Chunk_Shader.h"
#include "RInfo.h"
struct Camera;
namespace Chunk
{
class Section;
}
namespace Renderer
{
class RChunk
{
public:
RChunk();
void draw (c... | [
"blackdrako@users.noreply.github.com"
] | blackdrako@users.noreply.github.com |
c88ba45286d40c7a9c1d423b99f11665efea6d6e | 8292c5cce93769f05d806e49564b54bbb32d5bac | /Source/Section_05/Terrain/GrassComponent.h | de02aee4021500eb0ad202db96428475ad66b61f | [] | no_license | Sarariman/TestingGround | 6044ae96956c8d87163b0694e0a0376b439efe06 | 31a3387427527435375d1dd79b7ab8843631ef3e | refs/heads/master | 2020-03-28T17:53:55.538431 | 2018-10-03T19:22:57 | 2018-10-03T19:22:57 | 148,833,254 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 935 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Components/HierarchicalInstancedStaticMeshComponent.h"
#include "Components/SceneComponent.h"
#include "GrassComponent.generated.h"
UCLASS( ClassGroup=(Custom), meta=(BlueprintSpawnableComp... | [
"sculpting@yahoo.com"
] | sculpting@yahoo.com |
70344561eb55eaa6d3eddb066a0dd9399b8f64e4 | a6b4332ac5d440e95aa5cb1079e4951bd8510ccf | /Cpp_source/Ch_06/exercise56.cpp | 530d358be2d22acef0e94c12e27117a4aaf0a84f | [] | no_license | lihe/Cpp_primer_5th | ad336930a7c594fc12dedab761bbf163766bad90 | 231a29c5454747b3da821e23ec50d0daa6fdf26c | refs/heads/master | 2023-03-20T15:47:39.651659 | 2021-03-13T09:27:23 | 2021-03-13T09:27:23 | 329,536,585 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 583 | cpp | #include <iostream>
#include <vector>
using namespace std;
int func1(int a, int b){
return a + b;
}
int func2(int a, int b){
return a - b;
}
int func3(int a, int b){
return a * b;
}
int func4(int a, int b){
return a / b;
}
void Compute(int a, int b, int (*p)(int, int)){
cout << p(a, b) << endl;... | [
"lihellowd@outlook.com"
] | lihellowd@outlook.com |
372cb8816316517de915fdcca3ee69ff565881d1 | b48372c0351061dc6b1b9620d9353c9e26b528b9 | /src/optimization/residual_blocks/pre_integration_residual_block.cpp | 7df164a64e199fe8c07c8f68df5e90beb159ca1f | [] | no_license | chenghegao4556/SuperVIO | 4230fc3083f94bb4803e6723bba1c348bb2af662 | f1e0cdee74179d5366bf4cd889d82198eb4cac84 | refs/heads/master | 2023-01-19T14:12:45.747143 | 2020-11-19T13:56:56 | 2020-11-19T13:56:56 | 262,433,187 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,093 | cpp | //
// Created by chenghe on 4/2/20.
//
#include <optimization/residual_blocks/pre_integration_residual_block.h>
namespace SuperVIO::Optimization
{
typedef PreIntegrationResidualBlock::Ptr Ptr;
typedef PreIntegrationResidualBlock::Type Type;
/////////////////////////////////////////////////////////////////... | [
"chenghegao4556@gmail.com"
] | chenghegao4556@gmail.com |
df1452476a4bf00e5c12e93e7b8df7f6a3d23c0b | d3cf897a9ba0f624da78ea59091237f54a9ff402 | /189D.cpp | 702f7124ccc3ae23ab0719155092a89f63c44d04 | [] | no_license | divyanshTyagi/ProblemsSolving | 6caa70fc68cf5983b8f41b142ec9361e89b045e5 | 8ac1c71c32bc87956bf49e16fabafa57c91d1a10 | refs/heads/master | 2023-04-06T05:28:40.302645 | 2021-04-18T03:48:48 | 2021-04-18T03:48:48 | 293,764,751 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,953 | cpp | #include <bits/stdc++.h>
#define float double
#define sz 100005
//#define int long long
#define all(a) a.begin(), a.end()
#define mod 1000000007
using namespace std;
#define vi vector<int>
#define vvi vector<vector<int>>
#define debug cout << "here" << endl;
#define rep(i, n) for (int i = 0; i < n; ++i)
#define pb push... | [
"divyansh1107@gmail.com"
] | divyansh1107@gmail.com |
a2ad538d91fbc2e3311a852c029269de83b2e0c1 | 1213871151c6244ae73f27375e97993b4d903bd3 | /AnimationManager.h | ccf742a1e7d0b1364765737c0f2830f79958b09a | [] | no_license | rzejek/ludzik | 98be2727dac5aac79e1af6540ddfa97f9880ccd8 | 26fd5f10cfe3b5830eae83f6d21e5b6b1e1b2ea8 | refs/heads/master | 2022-04-21T17:05:54.107229 | 2020-04-22T17:06:54 | 2020-04-22T17:06:54 | 258,242,626 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,282 | h | /*
* AnimationManager.h
*
* Created on: 18 kwi 2020
* Author: andr
*/
#ifndef ANIMATIONMANAGER_H_
#define ANIMATIONMANAGER_H_
#include "GltfBase.h"
#include "GraphObject.h"
struct Animation
{
std::vector<float > TimePoints;
std::vector<float > Values;
std::vector<glm::vec3 > Values3;
std::... | [
"andrzejjakiestakie@gmail.com"
] | andrzejjakiestakie@gmail.com |
11dd867c20f656d612a9776a12c5260c3b48adfa | 010279e2ba272d09e9d2c4e903722e5faba2cf7a | /catboost/libs/monoforest/helpers.h | 653e48652f6363da0f9fcd248d7d02c60b8110c7 | [
"Apache-2.0"
] | permissive | catboost/catboost | 854c1a1f439a96f1ae6b48e16644be20aa04dba2 | f5042e35b945aded77b23470ead62d7eacefde92 | refs/heads/master | 2023-09-01T12:14:14.174108 | 2023-09-01T10:01:01 | 2023-09-01T10:22:12 | 97,556,265 | 8,012 | 1,425 | Apache-2.0 | 2023-09-11T03:32:32 | 2017-07-18T05:29:04 | Python | UTF-8 | C++ | false | false | 397 | h | #pragma once
#include "grid.h"
#include "split.h"
#include "monom.h"
#include "polynom.h"
#include <util/generic/fwd.h>
namespace NMonoForest {
TString ToHumanReadableString(const TBinarySplit& split, const IGrid& grid);
TString ToHumanReadableString(const TMonomStructure& structure, const IGrid& grid);
... | [
"ilyzhin@yandex-team.ru"
] | ilyzhin@yandex-team.ru |
d6e83153268ba20f77d2c3abdedaff7dd1496a84 | 7988ce55163824fc54e0a0b2507f75932d8fbd5a | /Game/Unit/SpecificUnit/SpecificUnit.h | e4e62c4ab225ed7e7ecb8c90eedb5eee730e8a17 | [] | no_license | connorcarpenter/dspr-gameserver | 5e3ae1666041d58330db90839685a89eaccce529 | 81d8ee0bc2044b98f8e5efe02e6db60e95f22bad | refs/heads/master | 2022-04-23T00:52:14.810430 | 2019-01-02T20:25:56 | 2019-01-02T20:25:56 | 255,485,384 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 286 | h | #pragma once
//
// Created by connor on 11/2/18.
//
namespace DsprGameServer {
class SpecificUnit {
public:
virtual void update() {};
virtual void specialAction(int actionIndex) {};
virtual void specialAction(int actionIndex, int x, int y) {};
};
} | [
"connorcarpenter@gmail.com"
] | connorcarpenter@gmail.com |
a08859889c445c330ed9b1edeb984098986b051b | 31ad00ea5e02c1b3d828dc57c89341e166cde9b1 | /sfml_game1/Game.h | 9350386a4e736ad105ab2906b71d22660f774258 | [] | no_license | ktkurt/squares_game | 1bf59701b8e3f76b709be4ae2679a8300cd645fc | dff2afc739fd7e0cf493a976e9cf5c8a0d5d0576 | refs/heads/master | 2023-01-08T04:27:08.077065 | 2020-10-08T14:32:42 | 2020-10-08T14:32:42 | 302,370,020 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 610 | h | #pragma once
#include <SFML/Graphics.hpp>
const int SIZE = 4;
const int ARRAY_SIZE = SIZE * SIZE;
const int FIELD_SIZE = 480;
const int CELL_SIZE = 120;
enum class Direction
{
left = 0,
right = 1,
up = 3,
down = 4
};
class Game : public sf::Drawable, public sf::Transformable
{
private:
int el... | [
"kaito51@yandex.ru"
] | kaito51@yandex.ru |
f29e86f9e08f2797f19accd4db3c425905f1a2dd | 988ab828b4afc8ca56f408e26a21e7763600122c | /graphs/check graph is bipartite or not.cpp | a09d45e85a0c1b4288aa4f54b6221697b49939a8 | [] | no_license | prakharss/C-plus-plus-Programs | 5c986a1ec1fb94311cf03ee3a7c0cf5ef7f84750 | 2ca1b5c276e69441203f58eb5c95cd636b506123 | refs/heads/master | 2022-12-16T02:37:59.554796 | 2020-09-05T18:20:57 | 2020-09-05T18:20:57 | 181,132,029 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,458 | cpp | /*
check graph is bipartite or not
O(e+v) S(bm) space complexity, where b is the branching factor of the tree and m is the maximum length of any path
*/
#include<bits/stdc++.h>
using namespace std;
typedef long long int li;
vector<li> vec[100001];
li vis[100001]={0},color[100001]={0};
bool flag;
void usingDFS(li i)
... | [
"ps123sengar@gmail.com"
] | ps123sengar@gmail.com |
9ce6e398025071d0fa52ee05196b881529be08b7 | 14f7272613f8862ca43de50916ecf44115417c62 | /oopsfraction.cpp | 193aba743db5195166f0c10bf3704c2a0b275209 | [] | no_license | varunchoudhary/c- | c8af71b9261d1a23d4f651b1e8ff4c9037e38931 | 086f3a777ca8a3e163a0dc0349d6b1010571fe4d | refs/heads/master | 2020-12-06T15:03:09.105485 | 2017-07-20T18:26:34 | 2017-07-20T18:26:34 | 95,418,180 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,125 | cpp | #include<iostream>
#include<stdio.h>
using namespace std;
class fraction{
int ne;
int de;
public:
fraction(){
ne=0;de=1;
}
fraction(int n,int d){
this->ne=n;
this->de=d;
}
int getne(){
return this->ne;
}
int getde(){
return this->de;
}
void setne(int n){
this->ne=n;
}
void s... | [
"varun.cool46@gmail.com"
] | varun.cool46@gmail.com |
2ae4e5f78725a4544c0b0cc18954d757e92f6dab | 1854c32b4021107a96a2e2ca7ab9c8988647f4df | /jni/DiagnoseBase/include/CommWithDisplay.h | fbd05cdf6529f36d011dae952777a3081ba414fe | [] | no_license | dgtal/Diagnose | 9d5eaffd6211193c0aab57afc4e3cbb3fe8d3683 | 4c05655c60716f973878fc6fd9c1f855a2e2a2d6 | refs/heads/master | 2021-01-13T08:57:53.939906 | 2015-12-16T03:23:08 | 2015-12-16T03:23:08 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,874 | h | #ifndef __DISPLAYDIAGNOSECOMMUNICATION_H_
#define __DISPLAYDIAGNOSECOMMUNICATION_H_
#include <string>
#include <jni.h>
using namespace std;
#include "adsStd.h"
#include "Binary.h"
#include "CommBaseClass.h"
#ifdef WIN32
#include "windows.h"
#endif
// 定义跟显示进程通讯的消息ID
#define ID_Message 34543 //#define ID_Message 300... | [
"1695981713@qq.com"
] | 1695981713@qq.com |
c34a8c5ac52e5771f6b4b768f90a45b92f043ac8 | 5cc0893c6f41f80c520d0edbddd702bfc6b500c1 | /src/lib/liquid/Filters/StandardFilters.hpp | f54cb1a8c41eb2c92525fa7c8172b303fe54d146 | [
"Zlib"
] | permissive | aonorin/openliquid | 0a34bb8c6d37bcc79973a8b61744e53bc465e219 | 35863a9e25411da39057732c8a65db0c72fed920 | refs/heads/master | 2020-12-26T03:11:34.072495 | 2015-01-22T12:53:16 | 2015-01-22T12:53:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 120 | hpp | #include "HtmlFilters.hpp"
#include "MathFilters.hpp"
#include "ManipulationFilters.hpp"
#include "TruncateFilters.hpp"
| [
"mail@nickbruun.dk"
] | mail@nickbruun.dk |
5bc6c27ca8b62d14ba83c275cc86d6e010ca1dca | be7fa5578ae1ba394815f7f323dff2ca57bdebe5 | /CP/Fenwicktree.cpp | bf78d3ff078aa1411c5d06387f6d949ff709c44a | [] | no_license | priya2006/Algorithms | f25de58e18c7d7a985f9071df55f51c72cf8bd65 | cc0355f537625b119f355e08075ce5d0efa4f6f2 | refs/heads/master | 2020-12-18T21:04:24.892399 | 2020-10-31T13:21:14 | 2020-10-31T13:21:14 | 235,519,339 | 0 | 2 | null | 2020-11-03T15:03:37 | 2020-01-22T07:16:03 | C++ | UTF-8 | C++ | false | false | 681 | cpp | #include<bits/stdc++.h>
using namespace std;
void update(int in,int x,int n,int *fentree)
{
for(;in<=n;in+=(in&(-in)))
{
fentree[in]+=x;
// cout<<fentree[in]<<endl;
}
}
int query(int a,int *fentree)
{
int sum=0;
for(;a>0;a-=(a&(-a)))
{
sum+=fentree[a];
}
... | [
"gupta.priyanshi2006@gmail.com"
] | gupta.priyanshi2006@gmail.com |
883a510e135fa5c65a77cd25977f7bd9cb2a6f85 | d3da86935d1ca8e80c7b960012853f2c535d9303 | /baekjoon/1157.cpp | 84f5ae8b216dc1e90809399e90b3a099719b9cb1 | [] | no_license | sangmin95/Codes | 382e1f5be35d91e9e373a86999f8ede50e364e8d | 8b9499e3df41bdceeb42e4e9ca5771a02e936ca4 | refs/heads/master | 2020-05-03T14:53:59.662670 | 2019-06-30T13:36:27 | 2019-06-30T13:36:27 | 178,691,029 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 677 | cpp | #include <iostream>
#include <cstring>
#include <ctype.h>
#define LENGTH 1000001
int main()
{
std::ios::sync_with_stdio(false);
char str[LENGTH];
bool Qmark=false;
int alphabets[26] = {0};
int index=0,max=0,now;
int length;
std::cin >> str;
length=strlen(str);
for(int i=0;i<length;i++)
{
if(str[i] <= 'z... | [
"sangmin95@gmail.com"
] | sangmin95@gmail.com |
7fb61059df6214ead5763d34fc577bbe9da643e6 | cbbeff29bb1d9edff600d3fec82f7c915e8863a5 | /src/graphblas/system/sequential_rtl_new/sparse_reduce.hpp | 1a8fc353f350206757eae2c7ade536045788db07 | [
"LicenseRef-scancode-unknown-license-reference",
"Xnet"
] | permissive | haveidea/gbtl_dev | db4b69da058e120f6710341143c88c1f6bf13299 | bc4598cc27f9988cf96c01d7cdb5337c9ae668b5 | refs/heads/master | 2021-05-16T14:01:13.216288 | 2018-01-17T22:59:53 | 2018-01-17T22:59:53 | 117,902,010 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,558 | hpp | /*
* Copyright (c) 2017 Carnegie Mellon University.
* All Rights Reserved.
*
* THIS SOFTWARE IS PROVIDED "AS IS," WITH NO WARRANTIES WHATSOEVER. CARNEGIE
* MELLON UNIVERSITY EXPRESSLY DISCLAIMS TO THE FULLEST EXTENT PERMITTED BY
* LAW ALL EXPRESS, IMPLIED, AND STATUTORY WARRANTIES, INCLUDING, WITHOUT
* LIMITATIO... | [
"jingh1@mali.andrew.cmu.edu"
] | jingh1@mali.andrew.cmu.edu |
b00ac2c789869c43e57154a59cfa5f4c36534ea0 | beb97ed1bf4e4e79eada9997efda394659b67979 | /DualSGM/DualSGM.hpp | c1442db3b8c7998e46298673a667328207ab49e4 | [] | no_license | Evelyn-W/ForegroundRecognization | 65c9c45bdaf7fceac1a7b2ba7d28a7b2d7ef4f6d | 9c396c57fd6700ec8b20a399e1f9c2c8b6566559 | refs/heads/master | 2021-04-25T12:13:02.171786 | 2017-11-23T14:07:47 | 2017-11-23T14:07:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,482 | hpp |
#ifndef __DualSGM__
#define __DualSGM__
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/video/tracking.hpp>
#include <opencv2/calib3d/calib3d.hpp>
#include <iostream>
#include <ctime>
#include <sys/time.h>
#include "Blur.hpp"
using namespace cv;
class DualSGM {
public:
~DualSGM();
Dual... | [
"wangsandra2@gmail.com"
] | wangsandra2@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.