blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
daf5891fd020bf74e85eff58241e0730a1d4114b | ed7fdaf65af4304f1e3257aa98012bb5589c591a | /3DViewer/MouseWheelListener.cpp | 6a489537535aeecf9ca7fddfa5742939fa91a9f5 | [] | no_license | elissawolf92/Mini_maya | 3c497015a194963b40181639fa52e9bf20c217b1 | eb76d0c74539e378f779513d1c804f1e680453e7 | refs/heads/master | 2021-01-22T09:57:59.527544 | 2012-10-09T00:52:01 | 2012-10-09T00:52:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 177 | cpp |
#include "MouseWheelListener.h"
void MouseWheelListener::mouseWheelUp(MouseEvent& event)
{
}
void MouseWheelListener::mouseWheelDown(input::CMouseEvent& event)
{
} | [
"welissa@seas.upenn.edu"
] | welissa@seas.upenn.edu |
55b652a6e666a931124fc54496ac3d21cf65117e | 06726bb031816046fe2175e483981e5f6e2ece82 | /test/toolman.cpp | 770697d749c6a02989e45269737b0eeba2a8cde2 | [] | no_license | a37052800/c | 2390f07c77131fbe01fc26943cb544edebc1726a | e966460b617dbfdeca324a6b4e845a62c70631bb | refs/heads/master | 2023-01-11T11:49:06.463615 | 2022-12-26T08:14:27 | 2022-12-26T08:14:27 | 150,870,651 | 0 | 0 | null | null | null | null | BIG5 | C++ | false | false | 2,209 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
int countdivide (int y[],int len,int DIV) //(主程式的陣列,陣列的長度,除數) 判斷是否整除
{
int c=0; //每三個數分割一次陣列 c 紀錄要開幾格
if (len%3==0&&len>=3) c=len/3; //判斷幾格
else c=len/3+1; //判斷幾格
int k[c+1]; //宣告k為分割後的陣列並將陣列開大一格防止溢位
for (int i=0;i<c+2;i+... | [
"a37052800@gmail.com"
] | a37052800@gmail.com |
87510f3eb0a4fc4208937634970898b1a80c4006 | 391be069a8c90fe380e772a8ef174fe44a91e8b6 | /Hacker-Earth/Sumit's String.cpp | c34a6f559dcb2ae81e2a7c7e1c1d8b55105953c6 | [] | no_license | NahiyanNashrah/ProblemSolving | 6605e4f9382f8fdd8c82856f3161a1ceef2cf3f0 | 8f2498f0a019ffae15c958ed8e4c7a43108bb5f1 | refs/heads/master | 2020-04-27T07:59:13.596924 | 2019-04-02T07:58:49 | 2019-04-02T07:58:49 | 174,155,304 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 612 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
int t;
cin>>t;
while(t--)
{
char s[251];
cin>>s;
int f=0;
int l=strlen(s);
for(int i=0;i<l;i++)
{
if(s[i+1]-s[i]==1||s[i+1]-s[i]==-1)
{
c... | [
"noreply@github.com"
] | noreply@github.com |
28d79ac3cae0f34384ec330b8bdf11ee0b2d962b | c0c44b30d6a9fd5896fd3dce703c98764c0c447f | /cpp/Targets/Nav2API/Shared/src/SynchronousStatus.cpp | 5785d57ec058a8286bc2e4abd658f1008e421f3a | [
"BSD-3-Clause"
] | permissive | wayfinder/Wayfinder-CppCore-v2 | 59d703b3a9fdf4a67f9b75fbbf4474933aeda7bf | f1d41905bf7523351bc0a1a6b08d04b06c533bd4 | refs/heads/master | 2020-05-19T15:54:41.035880 | 2010-06-29T11:56:03 | 2010-06-29T11:56:03 | 744,294 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,485 | cpp | /*
Copyright (c) 1999 - 2010, Vodafone Group Services Ltd
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of co... | [
"hlars@sema-ovpn-morpheus.itinerary.com"
] | hlars@sema-ovpn-morpheus.itinerary.com |
1db9f8b5efffe1803b7a8cd8dd494ab3745d9ada | 8f95fe99975df30d83979745508d3ef475b26b58 | /quanergy_client/src/modules/distance_filter.cpp | 370fa644e4fd14b3a983514c8bf3ff076156c9e7 | [
"MIT"
] | permissive | 77waiwai-Demon/Project-Lidar_Mine_Jtk1-master | b37de38a1e97001c9be28b8028acb212a3dc46b1 | 00dabd80b259bd4cf45c96edc0cc9fcc46742c89 | refs/heads/master | 2023-03-22T10:13:06.875884 | 2020-05-16T21:41:10 | 2020-05-16T21:41:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,946 | cpp | /****************************************************************
** **
** Copyright(C) 2015 Quanergy Systems. All Rights Reserved. **
** Contact: http://www.quanergy.com **
** ... | [
"jesus.castillo.j@tecsup.edu.pe"
] | jesus.castillo.j@tecsup.edu.pe |
d547deb6fd75a37a14fa999617482b9de4ed321e | 0c15e90397dff472343202bc24e8e3291553023e | /coral/SpookyHashV2.cpp | 647f67f2e2d805e3f5c467dbeed404161f607dfb | [
"Apache-2.0"
] | permissive | lamoreauxdy/coral | 9960a7032eeed68bd058db065d45a6f4367b7dd8 | abda63576be594e70a0b7b9be853a541c9f4135e | refs/heads/master | 2021-01-18T13:32:40.620051 | 2015-09-05T07:12:04 | 2015-09-05T07:12:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,349 | cpp | /*
* Copyright 2015 Yeolar
* Copyright 2015 Facebook, 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 ap... | [
"yeolar@gmail.com"
] | yeolar@gmail.com |
16de91a3df1a08b34ef9311e328dafd2b6dce3c6 | b44c4a68965db047e8a5d438a43ed93084c808fa | /lab5DSA/DynamicVector.h | ddc78c23a2921de296d6d234b60c5ec99569dcac | [
"MIT"
] | permissive | marivsteo/Data-Structures-And-Algorithms-Course | fcadcaf40503edc83d07eea215fa0e484f566b33 | e81a9439b24ad9587f92ef1696eae02a383b3188 | refs/heads/master | 2020-05-29T17:23:50.446311 | 2019-05-29T18:28:41 | 2019-05-29T18:28:41 | 189,274,341 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 901 | h | #pragma once
//#include "Song.h"
struct node
{
int arrayIndex = 0;
int index = 0;
int value = 0;
};
class DynamicVector
{
private:
node* elems;
int size;
int capacity;
public:
// default constructor for a DynamicVector
DynamicVector(int capacity = 10);
// copy constructor for... | [
"noreply@github.com"
] | noreply@github.com |
6a2b24dc53bd7ea27525d1656b95829cbbc0f911 | 7feafc361420ba68c0df24840e62d18ccfdf11ef | /Numerical Lab/Optimal/fitting straight line and find equation.cpp | a778ce24c3804157ed82d8ab047bdf53744817b4 | [] | no_license | omarKaushru/Numb-UV-Life-activites | b7e94645c9bbc52317fcb80cd6c83e95793fcefb | 63a74e875edee6dc5cfe77439247172da009f2c5 | refs/heads/master | 2022-12-05T11:34:12.142216 | 2020-09-01T18:19:41 | 2020-09-01T18:19:41 | 292,070,016 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,516 | cpp | #include <iostream>
using namespace std;
int main()
{
float a[20][10],sum=0,a0,a1,del,dela0,dela1;
int i,j,k,n;
cin>>n;
cout<<"Enter x y w :"<<endl;
for(i=0; i<n; i++)
cin>>a[i][0]>>a[i][1]>>a[i][2];
for(j=0; j<n;j++)
{
a[j][3]=a[j][1]*a[j][2];
a[j][4]=a[j][0]*a[j][0]... | [
"omarkaushru@gmail.com"
] | omarkaushru@gmail.com |
da240daa504e7e9a441e67c726c25b4456b674ca | 03fe4a27d66bbd1bf4e098df5a86d565de0d940c | /SingletonDesign.cpp | db5653c3a381f48943273cbdc701752bfd3bf8dc | [] | no_license | yasser99220/CPP-programs | ccedc7f2f9e8e66862b2826f01daa84d59f541c2 | 05aaeb53681af4b25134a146b26c96442d679b6c | refs/heads/master | 2022-01-28T12:16:07.048160 | 2022-01-14T09:24:34 | 2022-01-14T09:30:21 | 186,590,083 | 0 | 0 | null | 2020-04-06T22:49:40 | 2019-05-14T09:29:43 | C++ | UTF-8 | C++ | false | false | 862 | cpp | #include <iostream>
using namespace std;
class Singleton;
class Singleton
{
private:
Singleton()
{
m_Value = 99;
};
static Singleton *instance;
Singleton(const Singleton &) = delete;
int m_Value;
public:
~Singleton()
{
cout << "destroyed " << endl;
}
int getValue... | [
"MohammedY2@VERIFONE.com"
] | MohammedY2@VERIFONE.com |
a43133b7879da7271d76930aeaf3887ad5ab8d65 | f20e965e19b749e84281cb35baea6787f815f777 | /Online/Online/OnlineFileSelector/src/MDFEvtSelector.cpp | c8b812313517c918ae77b737aae2ea6e2896d991 | [] | no_license | marromlam/lhcb-software | f677abc9c6a27aa82a9b68c062eab587e6883906 | f3a80ecab090d9ec1b33e12b987d3d743884dc24 | refs/heads/master | 2020-12-23T15:26:01.606128 | 2016-04-08T15:48:59 | 2016-04-08T15:48:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,596 | cpp | // $Id: MDFEvtSelector.cpp,v 1.1 2009-02-06 09:37:57 frankb Exp $
//====================================================================
// MDFEvtSelector.cpp
//--------------------------------------------------------------------
//
// Package : MDF
//
// Author : M.Frank
// Modified by: I.Chalkiadakis
//===... | [
"ichalkia@cern.ch"
] | ichalkia@cern.ch |
87cde1e35690b352601b6ab88e92cda1c6554530 | 08cf73a95743dc3036af0f31a00c7786a030d7c0 | /Editor source/OtE/Objects/Vessel.cpp | c1e85a9d0c9953ff93b61892398c0a1f71356588 | [
"MIT"
] | permissive | errantti/ontheedge-editor | a0779777492b47f4425d6155e831df549f83d4c9 | 678d2886d068351d7fdd68927b272e75da687484 | refs/heads/main | 2023-03-04T02:52:36.538407 | 2021-01-23T19:42:22 | 2021-01-23T19:42:22 | 332,293,357 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 9,735 | cpp | // On the Edge Editor
//
// Copyright © 2004-2021 Jukka Tykkyläinen
//
// 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 u... | [
"jukka.tykkylainen@gmail.com"
] | jukka.tykkylainen@gmail.com |
b3f9e5ce760d572764a9390febc2dea048269349 | ca1bcbba66491c7162247a92d430e50c6e8f225e | /starter2/vecmath/Quat4f.cpp | 9524976158ce5c7086c83b06017a670ea6445a5c | [] | no_license | 1p1pd/6.837-fa16 | 0744f4935e8dbd9d480661948ff4a5f9e07fe7f9 | 1f1d2502f438a7b3aeaab5a70be05841e5b554b2 | refs/heads/master | 2020-07-19T17:26:27.963043 | 2016-12-24T22:50:16 | 2016-12-24T22:50:16 | 73,757,091 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 10,337 | cpp | #define _USE_MATH_DEFINES
#include <cmath>
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
#include <cstdio>
#include "Quat4f.h"
#include "Vector3f.h"
#include "Vector4f.h"
//////////////////////////////////////////////////////////////////////////
// Public
////////////////////////////////////////////////////... | [
"yifan1@mit.edu"
] | yifan1@mit.edu |
b433a1ef7202b4f2e5e883106ea522bdd9038664 | 0a3995997e186d9674fc2392b277a47fb8a2ac21 | /catalan_numbers.cpp | 953784b811e4fd36ef6273c613622d8b2a5416e9 | [] | no_license | Anishka0107/CP | b3282749a1c98ca7bd962f7120fad7573a768d2c | 44fe64a7755434efd7fb4e6eb03ca9674e50cd2e | refs/heads/master | 2020-09-27T00:22:12.229949 | 2017-11-10T15:50:34 | 2017-11-10T15:50:34 | 226,376,089 | 6 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,226 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
///////////////////// start yanking ////////////////////
// single query, TC: O(n), SC: O(1)
ll C(ll n, ll k) {
ll result = 1;
k = (k > n-k) ? (n-k) : k;
for (ll i = 0; i < k; i++) {
result *= (n-i);
result /= (i+1);
... | [
"rimjhim0107@gmail.com"
] | rimjhim0107@gmail.com |
a1365d303cb99935a902a9e378131c77fc3b0ea0 | ae6cc9e69be28d7c7cc8682c137a329bd0f5c14b | /nolife/generator/parser/astsymnode.cpp | 78934b9fa013020e38335d07f99a32ee39287ac9 | [] | no_license | verdog/nolife-compiler | b4e3f20b72065da4d4b29ac9cf3123df522725d8 | 15dbee2a7c77698f3804e3a5ab49d08b22dbe207 | refs/heads/master | 2020-03-28T15:08:44.212810 | 2019-01-03T02:38:31 | 2019-01-03T02:38:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 421 | cpp | #include "astsymnode.hpp"
#include "visitor.hpp"
namespace ast {
Symbol::Symbol(std::string image)
: Base()
, mImage {image}
{
mKind = "symbol";
}
std::string Symbol::getImage() {
return mImage;
}
void Symbol::accept(Visitor &v) {
v.visit(this);
}
... | [
"j5d1c7@gmail.com"
] | j5d1c7@gmail.com |
96ec169d11c9e9d6d51a6be2138c7b13c94f8134 | 47794800f5cb8f303106457739cec548a140b3a0 | /RFM69_SessionKey.h | af52457cc7adfe51ada609b6e6819b7e3ccc71f4 | [] | no_license | rrobinet/RFM69_SessionKey | 8368676660a70aa487b7367d4e16cba198b8b782 | cfb6602ccb571a68822915c174fe7de15de5748d | refs/heads/master | 2021-01-19T03:18:11.189177 | 2017-10-04T14:43:16 | 2017-10-04T14:43:16 | 49,140,691 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,423 | h | // Date: 11/10/2016
// This Session Key library is based one the original one of:
// https://github.com/dewoodruff/RFM69_SessionKey (February 2015)
// Modifications by rrobinet (see !RVDB):
// 1. One Byte Random Session Key is replaced by a 4 Bytes system time
// 2. Some new variables are defined for standardisation
//... | [
"rrobinet@hotmail.com"
] | rrobinet@hotmail.com |
f1be43b9597d59f36992f43f05f94600fc858b66 | b7a582ca418ef3f95d30b68f321f607b9c2d0753 | /Armlet_fw/src/power.cpp | bcd19edb6159d604d08e4b6a6244598529f5c49c | [] | no_license | Kreyl/armlet | 57bbaedbcb662af4cc0cf19fa626c73669bcbe57 | 0056124ba5ab95b4b1ccec4eba6c126a0ee81455 | refs/heads/master | 2016-09-05T18:07:16.063207 | 2013-10-14T09:42:46 | 2013-10-14T09:42:46 | 33,069,592 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,835 | cpp | /*
* power.cpp
*
* Created on: 09.04.2013
* Author: kreyl
*/
#include "power.h"
#include "keys.h"
#include "peripheral.h"
#include "lvl1_assym.h"
#include "infrared.h"
Pwr_t Power;
static Thread *PThr;
// Table of charge
struct mVPercent_t {
uint16_t mV;
uint8_t Percent;
};
... | [
"laystoll@yandex.ru"
] | laystoll@yandex.ru |
1afb51de4d6884012f1891eafd85d2bb0b9baa4e | 5456502f97627278cbd6e16d002d50f1de3da7bb | /chrome/install_static/install_details.h | a704166216a7cb7f636786ca5a2b786fddc23c2b | [
"BSD-3-Clause"
] | permissive | TrellixVulnTeam/Chromium_7C66 | 72d108a413909eb3bd36c73a6c2f98de1573b6e5 | c8649ab2a0f5a747369ed50351209a42f59672ee | refs/heads/master | 2023-03-16T12:51:40.231959 | 2017-12-20T10:38:26 | 2017-12-20T10:38:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,818 | 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_INSTALL_STATIC_INSTALL_DETAILS_H_
#define CHROME_INSTALL_STATIC_INSTALL_DETAILS_H_
#include <memory>
#include <string>
#include... | [
"lixiaodonglove7@aliyun.com"
] | lixiaodonglove7@aliyun.com |
4773217d1d24f393dab8db472e23c88040dfbe2f | 969570612293e6a950d2e7f6257bfcd7a5f6e992 | /lc3db/trunk/include/breakpoints.hpp | e37cbd49a583afd7c5b347b9b1e6b9a9ba3c1e71 | [] | no_license | edga/lc3 | 7dadb5d2a7988609558a3f43c1be7bca6319f8f5 | c7e8222bd74923f02a80986c83197796a725136c | refs/heads/master | 2020-06-02T16:51:18.637309 | 2013-03-23T16:56:06 | 2013-03-23T16:56:06 | 8,971,527 | 24 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 2,872 | hpp | /*\
* This file is part of LC-3 Simulator.
* Copyright (C) 2010 Edgar Lakis <edgar.lakis@gmail.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,... | [
"edgar.lakis@gmail.com"
] | edgar.lakis@gmail.com |
7318434ebec0e1c51625b35367b80e590a1b73e6 | 02986fb349d2bb172f8607894a1013dd4c9e3a02 | /nxs_particles/Scene/scenenode.h | af620815489be391ef04a9cdc32e10a2dd0e42e8 | [] | no_license | xaanimus/nxsParticles | f1a0a436f9a1881ed2fbf4f555cd45f4f2d32fd1 | 9d42334239900025aea2bb7a8f800d338435d934 | refs/heads/master | 2021-01-17T21:05:30.224184 | 2016-09-21T01:58:49 | 2016-09-21T01:58:49 | 56,900,897 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,289 | h | #ifndef SCENENODE_H
#define SCENENODE_H
#include <QtGui>
#include <vector>
#include "glm/glm.hpp"
#include "utilities.h"
class SceneNode
{
public:
SceneNode();
void draw(QOpenGLFunctions * func, glm::mat4 matrix, DrawInfo &info);
void update(UpdateContainer updates);
void add_child(SceneNode &child);... | [
"sergeolivieramega@gmail.com"
] | sergeolivieramega@gmail.com |
af6f2aa13098ac2dff3f645300678e261cb24839 | 3984499f2dd2181f1e09dc994f213f73a9a95abb | /hundred/uva686/uva686.cpp | 1df549005122b25526931ccd2f05ed6e7f675530 | [] | no_license | SunTalk/UVA | 15abd915bf6a0466167186317dbf4a09efe6fd3a | e2a1c0e6cc3af4a64c99a2554d32637112460fd0 | refs/heads/master | 2021-06-24T10:15:58.450328 | 2020-11-05T14:22:15 | 2020-11-05T14:22:15 | 141,890,170 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 839 | cpp | #include <bits/stdc++.h>
using namespace std;
#define TESTC ""
#define PROBLEM "686"
#define USE_CPPIO() ios_base::sync_with_stdio(0); cin.tie(0)
int prime[33000];
void Prime(){
int check,tmp,i,j;
memset(prime,0,sizeof(prime));
for(i=2;i<33000;i=i+1){
check=0;
tmp=int(sqrt(i));
for(j=2;j<=tmp;j=j+1){
... | [
"infernal56727@gmail.com"
] | infernal56727@gmail.com |
ad6ce359de05e3db22e98c6444ed2f1425016894 | 43369b52e92b80f3467fc37bacd13219c20720ed | /src/Main.cpp | 520e05c0ac247f8331a0fd9bedc5198bdf4585d2 | [
"MIT"
] | permissive | aks13raut/2dge | 4fb11f031b40f91caec98b4374262f19604d23ab | 5f52ef73748be9232eb53244d0de102c1283d1f7 | refs/heads/master | 2020-11-29T03:09:57.561960 | 2020-05-04T11:26:09 | 2020-05-04T11:26:09 | 230,004,267 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 427 | cpp | #include "Game.hpp"
#include "spdlog/spdlog.h"
#include "PCG/ProceduralGenerator.hpp"
#include "yaml-cpp/yaml.h"
#include "Audio/SoundPlayer.hpp"
int main(int argc, char *argv[])
{
if(argc < 2){
spdlog::error("No Game Directory Provided");
spdlog::info("(provide it as a command line argument)"... | [
"aks13raut@gmail.com"
] | aks13raut@gmail.com |
fdfd5203550a5fdf1a005878a5dfdcf8cf71ed43 | 5cad8d9664c8316cce7bc57128ca4b378a93998a | /CI/rule/pclint/pclint_include/include_linux/c++/4.8.2/javax/print/event/PrintJobAttributeEvent.h | d3fcc6c39f5c10ed15817f318d5c70236637da7e | [
"LicenseRef-scancode-unknown-license-reference",
"GPL-2.0-only",
"GPL-3.0-only",
"curl",
"Zlib",
"LicenseRef-scancode-warranty-disclaimer",
"OpenSSL",
"GPL-1.0-or-later",
"MIT",
"LicenseRef-scancode-other-copyleft",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows",
"BSD-3-... | permissive | huaweicloud/huaweicloud-sdk-c-obs | 0c60d61e16de5c0d8d3c0abc9446b5269e7462d4 | fcd0bf67f209cc96cf73197e9c0df143b1d097c4 | refs/heads/master | 2023-09-05T11:42:28.709499 | 2023-08-05T08:52:56 | 2023-08-05T08:52:56 | 163,231,391 | 41 | 21 | Apache-2.0 | 2023-06-28T07:18:06 | 2018-12-27T01:15:05 | C | UTF-8 | C++ | false | false | 1,154 | h |
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_print_event_PrintJobAttributeEvent__
#define __javax_print_event_PrintJobAttributeEvent__
#pragma interface
#include <javax/print/event/PrintEvent.h>
extern "Java"
{
namespace javax
{
namespace print
{
class DocPrintJ... | [
"xiangshijian1@huawei.com"
] | xiangshijian1@huawei.com |
9477bb6a7357837eb1727ce5e6a0c8e6f6bdb4bd | d4d48fb0eb655871b963575326b112dac746c33d | /src/libs/core/utils/rwlock_vector.h | 698efd678a0b87e30ff313d95ca563d60f470464 | [] | no_license | kiranchhatre/fawkes | 30ac270af6d56a1a98b344c610386dfe1bc30c3e | f19a5b421f796fc4126ae9d966f21462fbc9b79e | refs/heads/master | 2020-04-06T19:41:36.405574 | 2018-11-13T18:41:58 | 2018-11-13T18:41:58 | 157,746,078 | 1 | 0 | null | 2018-11-15T17:11:44 | 2018-11-15T17:11:44 | null | UTF-8 | C++ | false | false | 6,122 | h |
/***************************************************************************
* rwlock_vector.h - Vector with read/write lock
*
* Created: Mon Jan 10 11:35:24 2011
* Copyright 2006-2011 Tim Niemueller [www.niemueller.de]
*
****************************************************************************/
/* Thi... | [
"niemueller@kbsg.rwth-aachen.de"
] | niemueller@kbsg.rwth-aachen.de |
28aba2cf852f448502f012f613d61731b6295b52 | c588a1c6ae9213bae57b45374577ccc9a774aef5 | /CS4076/room.h | 1f67240a52b82b3965d657a639ad6ee14926e584 | [] | no_license | Callum9000/Callums-college-projects-of-things | 78228e5b2d7cb37541e3a1372aa2dc18c1880d02 | 81cff06798b87ad1cc27dab136147a25c97acf83 | refs/heads/main | 2023-07-20T19:20:42.101646 | 2021-08-26T13:02:51 | 2021-08-26T13:02:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 734 | h | #ifndef ROOM_H
#define ROOM_H
#include <map>
#include <string>
#include <vector>
#include "item.h"
using namespace std;
using std::vector;
class Room {
private:
string description;
map<string, Room*> exits;
string exitString();
vector <Item> itemsInRoom;
public:
int numberOfIt... | [
"noreply@github.com"
] | noreply@github.com |
cc1a2e3987b3504a6d6e33c6954a0bb614a5d9db | 8c6d1f48c40bb6f4c03bdbd2b183932b07a1587f | /Invaders/Invader.h | e2c6c457c933e8c1cfc57efbf69bcc302f0c94c5 | [] | no_license | haelyons/Space-Invaders | 787820f4993713a47a387011b4ce69923f55a8c0 | e314e71678040905ebb0c19a4c2c25d7a920c608 | refs/heads/master | 2023-07-29T23:51:01.457932 | 2021-09-12T15:50:59 | 2021-09-12T15:50:59 | 268,067,612 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,556 | h | #ifndef INVADER_H
#define INVADER_H
#include "mbed.h"
#include "N5110.h"
#include "Gamepad.h"
/** Invader.h
* @brief Defines variables and methods for the Invader object
* @author Helios A. Lyons
* @date April, 2020
*/
class Invader
{
public:
/** Constructor */
Invader();
/** Destructo... | [
"helios@helioss-mbp.home"
] | helios@helioss-mbp.home |
8c41cdb91f81dd8a1470559497d0a95532c00260 | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/235/871/CWE190_Integer_Overflow__unsigned_int_max_square_73a.cpp | 4c42555b7b9369741220f50324d788cce22a4270 | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,932 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE190_Integer_Overflow__unsigned_int_max_square_73a.cpp
Label Definition File: CWE190_Integer_Overflow.label.xml
Template File: sources-sinks-73a.tmpl.cpp
*/
/*
* @description
* CWE: 190 Integer Overflow
* BadSource: max Set data to the max value for unsigned int
* Goo... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
8633a30c8e1b2c6f8e219888a0d5d1f8c9436145 | 1bbe57f87367bbb6dd4fd6ce8724e8675bc3822a | /ats/source/websocketchannel.cpp | 27528d3f0cfafb0e57372c9326dec6037a5ec5a9 | [] | no_license | u5461177/test_suit | de79121ef11a5dc2c18f1bb2f5ebe635078375a0 | 1be29d675172c81bfe2b787c9b22369061d2faa1 | refs/heads/master | 2023-01-07T06:45:14.833643 | 2020-11-19T02:17:44 | 2020-11-19T02:17:44 | 290,406,045 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,738 | cpp | //
// Created by Rong Zhou on 2018-08-03.
//
#include "websocketchannel.h"
#include <json.hpp>
#include "user.h"
#include "glog/logging.h"
#include "usermanager.h"
#include "restserver.h"
namespace ats {
using namespace std;
using namespace restbed;
using json = nlohmann::json;
using namespace std::c... | [
"m13225311263@163.com"
] | m13225311263@163.com |
bf04d9fd814f67e54a6354371dbe6574a7db69d9 | 8833ddc47f46c20c9336ade7e17910f020ac3c81 | /third-party/CLI11/examples/subcommands.cpp | 39bc7eb6274e66a6cdf42b60d072f7a4bb56c65a | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | boschmitt/losys | 342c0cfa942b7ebe628d1a0253842e8a62c46fbb | 0092c559fa8f771121e6ddeb59eae12421b14cd4 | refs/heads/master | 2019-07-19T08:28:07.205860 | 2017-11-13T15:30:41 | 2017-11-13T15:30:41 | 108,244,920 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 909 | cpp | #include "CLI/CLI.hpp"
int main(int argc, char **argv) {
CLI::App app("K3Pi goofit fitter");
app.add_flag("--random", "Some random flag");
CLI::App *start = app.add_subcommand("start", "A great subcommand");
CLI::App *stop = app.add_subcommand("stop", "Do you really want to stop?");
std::string f... | [
"bruno@oschmitt.com"
] | bruno@oschmitt.com |
f7fb18e82c275330fbf255f3bb9b970fa131b919 | 70d58be49856faf53f748408a346574f765e9893 | /include/learning/GLModel.h | ee6ba28943da58685c2b79cd8ba2ad8f205acd78 | [] | no_license | puma10100505/learning_opengl | 935a715da7ac5c2062bcfd37cbf06679a3868d82 | 69ddb94d3f17e18d6af45e1b6c21b0e3c72b9c58 | refs/heads/master | 2021-08-18T11:28:04.194240 | 2021-07-27T09:24:10 | 2021-07-27T09:24:10 | 196,106,709 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 729 | h | #pragma once
#include <vector>
#include <cstring>
#include "defines.h"
#include "GLMesh.h"
#include "shader.h"
#include "thirdparty_header.h"
#include "stb_image.h"
class GLModel {
public:
GLModel(const std::string& path) {
loadModel(path);
}
void Draw(Shader shader, int draw_mode = GL_FILL);
... | [
"puma_tw1@126.com"
] | puma_tw1@126.com |
aef19ac893ffe35e1b70dfaf0043c90bfd449432 | 90c08ef04dcf2b761ea8b3c1f5d619f4b0c31537 | /16.24.cpp | f9a717c23cbf2f15c5f697d0c5ff09832298d452 | [] | no_license | zhangzhangjjww/CCCC | 8dfa0d318a04ab31735811efc1eaadab0ef668d9 | 65a8e825c21471626693961141738ad2a71054b0 | refs/heads/master | 2021-01-22T07:57:12.668567 | 2017-05-27T08:55:29 | 2017-05-27T08:55:29 | 92,586,128 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 507 | cpp | #include<iostream>
#include<cstring>
#include<string>
using namespace std;
template <class T1,class T2,class T3> T1 compare(T2,T3);
int main()
{
short a=3;int b=2;
char* c1="zdfgdh";char* c2="sdrghth";
int re2=compare<int>(string(c1),string(c2));
cout<<re2<<endl;
int re=compare<int>(a,b);
cout... | [
"781728275@qq.com"
] | 781728275@qq.com |
17d235b8c0ea528ebba6bb34dc5a4dc51c5cc591 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/rsync/gumtree/rsync_repos_function_848_rsync-3.0.9.cpp | 17ed0597600de47dbf2bea4f5a27475fbf0cd2b7 | [] | 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 | 1,568 | cpp | static int handleExec(/*@special@*/ poptContext con,
/*@null@*/ const char * longName, char shortName)
/*@uses con->execs, con->numExecs, con->flags, con->doExec,
con->finalArgv, con->finalArgvAlloced, con->finalArgvCount @*/
/*@modifies con @*/
{
poptItem item;
int i;
if (con->execs == NULL || con->... | [
"993273596@qq.com"
] | 993273596@qq.com |
ab75b158cde3bf0c29107b5cd99bb4f2f66d7d65 | 26c3e3c441c021dd0138afef886ef802b451fced | /rtp_unpack_tool/rtp_unpack_h264.cpp | 9d0b91532e94f39457ada9506368781b8c8e7c68 | [] | no_license | chxj1980/firstproject | 1b25543db4e4b3d1ba636a03d2f3d9d8c8fef69f | effadd90087a0894a84e5a90924935c6d492eada | refs/heads/master | 2021-09-15T20:24:09.870832 | 2018-06-10T11:17:18 | 2018-06-10T11:17:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,466 | cpp | #include "rtp_unpack_h264.h"
namespace xt_media_client
{
namespace detail
{
inline uint16_t AV_RB16(uint8_t *n)
{
return ((n[0] << 8) | n[1]);
}
}
bool rtp_unpack_h264_impl::pump_rtp_raw_data(uint8_t *data, uint32_t length, const rtp_fixed_header_t& params)
{
... | [
"shixin_0125@126.com"
] | shixin_0125@126.com |
666028726ed6f6da5f2cac7fbf695a3f9e16fc93 | 9ead2839c96cbbf9e74b25eaeddde04ec5c0221f | /riegeli/bytes/fd_writer.h | 885df084e1ee15f1aeb70fa37268dbae3657c470 | [
"Apache-2.0"
] | permissive | breakds/riegeli | c678317efbd1a45694bcf6933fc11a3c90fcece1 | 99beaaf3d3f864415674dc20efe1ee9e64ad29ef | refs/heads/master | 2021-07-05T16:35:05.424898 | 2021-05-17T06:09:08 | 2021-05-17T06:09:08 | 240,944,295 | 0 | 0 | Apache-2.0 | 2020-02-16T18:36:35 | 2020-02-16T18:36:34 | null | UTF-8 | C++ | false | false | 16,574 | h | // Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | [
"qrczak@google.com"
] | qrczak@google.com |
2b43214b4e6649f54354039102056143fc5f6bf3 | b96096223a84ef2e745d4d3489c296533937cb17 | /source/video/quad_buffer.cpp | 01cc319d782999a5f9d41b26cb5427853b2b98d5 | [
"MIT"
] | permissive | blockspacer/leviathan-racket-1 | 3d70ddb356b59cc404acebdea4b28b59a9d5f8ae | 45b935b06eb344cff60a35a412b76aa00e9d6f6d | refs/heads/master | 2022-12-07T12:38:23.795440 | 2020-08-20T13:12:41 | 2020-08-20T13:12:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,941 | cpp | #include "./quad_buffer.hpp"
#include "./const_buffer.hpp"
#include "./glcheck.hpp"
#include <limits>
quad_buffer_allocator_t::quad_buffer_allocator_t() :
primitive(primitive_t::Triangles),
handle(0),
length(0)
{
}
quad_buffer_allocator_t::quad_buffer_allocator_t(quad_buffer_allocator_t&& that) noexcept : quad_b... | [
"tylercadena@alum.calarts.edu"
] | tylercadena@alum.calarts.edu |
cd57c2bb2b7b4ceee79b7d5f975f8081429dd480 | 93bf3d52ca3bcf955a6cc559ea5cda9c1bd0418d | /src/ui/hkxclassesui/behaviorui/modifiers/eventdrivenmodifierui.cpp | d68412dbbe5383e8e2abad9f2dca06aa75957c58 | [
"MIT"
] | permissive | Source-Scripts/Skyrim-Behavior-Editor- | f24b52b9b505ea21f8270d8bcaff38567b379140 | 7b7167cb18e28f435a64069acbf61eca49a07be3 | refs/heads/master | 2023-05-11T02:37:26.527654 | 2020-10-03T01:36:03 | 2020-10-03T01:36:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,581 | cpp | #include "eventdrivenmodifierui.h"
#include "src/hkxclasses/hkxobject.h"
#include "src/hkxclasses/behavior/modifiers/hkbeventdrivenmodifier.h"
#include "src/ui/genericdatawidgets.h"
#include "src/filetypes/behaviorfile.h"
#include "src/ui/TreeGraphicsView.h"
#include "src/ui/behaviorgraphview.h"
#include "src/ui/treeg... | [
"waynek76@yahoo.co.uk"
] | waynek76@yahoo.co.uk |
859d4431f795c6c3247af8909f9f8c2ef3636c6c | 1b68fa3a1b3c3ace3a793e9d8ee818d415c51d15 | /600q/15.cpp | 05668fc535276473a3b2fe3ff72375eb38332185 | [] | no_license | kansalshubham75/dsalgo | 0c355ee11ad9ef00c2589f32f14996441c3009fd | 83cfc86ea6b45ea7595c9e7e031f9a2ce8b21c2a | refs/heads/master | 2023-02-03T02:30:57.133901 | 2020-12-21T08:16:22 | 2020-12-21T08:16:22 | 295,136,184 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 952 | cpp | #include <bits/stdc++.h>
using namespace std;
int max_sum(int arr[],int n)
{
/*Solution : for any array : a b c d,
the sum of elements is : a+b+c+d
sum of i*arr[i]:0*a + 1*b + 2*c + 3*d
in order to calculate the sum for next rotation, we can just add sum of elements to the sum of i*arr[i]
and then ... | [
"kansalshubham75@gmail.com"
] | kansalshubham75@gmail.com |
3f8817e3f16ea97e6f4d7c23ec094213e59b058d | 5333536e3f11a9d1e25ab57d3913e60bea7d3dfd | /Emulations/build_dir.hw_emu.xilinx_aws-vu9p-f1_shell-v04261818_201920_1/link/vivado/vpl/.local/hw_platform/bd/ip/cl_smartconnect_profile_0_0/sim/cl_smartconnect_profile_0_0.cpp | 169eee7e1eff6543846d70c8cbb013b396540ab7 | [] | no_license | alnvnjr/MCAccel | 8a9eaad7468a7b32c0c5a1d43cf80ab6dcaaa290 | 1e501fb8eae426c8eda13f965460cfae0465c907 | refs/heads/master | 2022-12-08T03:57:39.941956 | 2020-08-28T00:55:20 | 2020-08-28T00:55:20 | 290,915,556 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 31,888 | cpp | // (c) Copyright 1995-2019 Xilinx, Inc. All rights reserved.
//
// This file contains confidential and proprietary information
// of Xilinx, Inc. and is protected under U.S. and
// international copyright and other intellectual property
// laws.
//
// DISCLAIMER
// This disclaimer is not a license and does not grant ... | [
"avnjr@Allens-MacBook-Pro.local"
] | avnjr@Allens-MacBook-Pro.local |
106e92a0c9e0e793efa25bde4b0c6e230f554dd1 | e3b80f75b38e124d158e8cc8a89fb76dba094413 | /graphs.cc | 8b8561a8636ac20e73aac911008c28d652f9f77f | [] | no_license | adihodos/coursera_algorithms_part1 | 2258bf99b9c60a4ff22754ba4977a0bc41ed9ba7 | 2d807638590eff829c65fffe8016582b3a1cb55b | refs/heads/master | 2021-01-21T09:56:10.204411 | 2012-11-15T02:41:42 | 2012-11-15T02:41:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,066 | cc | #include <cassert>
#include <cerrno>
#include <cstdio>
#include <cstdlib>
#include <cctype>
#include <algorithm>
#include <functional>
#include <iterator>
#include <list>
#include <memory>
#include <queue>
#include <stack>
#include <vector>
#include <unordered_map>
#define LAST_ERRNO(func_name) \
do { \
a... | [
"adi.hodos@gmail.com"
] | adi.hodos@gmail.com |
3a7b9f31d4aaad9b1d19457c6aa3f20f714cb0ce | 454e66cae3bdf850f9a014265a4bdc1813fe8a8d | /src/gtest/test_rpc.cpp | 1705b0677a24e55936e4c9df9798a7795f69f974 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"AGPL-3.0-only"
] | permissive | interbiznw/BTCP-Rebase | c97921a26b03e6358afbe8642d5acba7c1729781 | 3d3f3471018a28835426fe423465899f39f81f77 | refs/heads/master | 2020-04-01T06:05:42.515957 | 2018-10-18T03:59:13 | 2018-10-18T03:59:13 | 131,097,839 | 0 | 0 | MIT | 2018-10-14T02:40:21 | 2018-04-26T03:59:31 | C++ | UTF-8 | C++ | false | false | 6,727 | cpp | #include <gtest/gtest.h>
#include <univalue.h>
#include <chain.h>
#include <chainparams.h>
#include <clientversion.h>
#include <primitives/block.h>
#include <rpcserver.h>
#include <streams.h>
#include <utilstrencodings.h>
extern UniValue blockToJSON(const CBlock& block, const CBlockIndex* blockindex, bool txDetails =... | [
"jc@jc"
] | jc@jc |
74736b0c9539003e9546d5ecea04ec23447a4576 | 97a2e53abffa411b558ace5faec95103aa3af003 | /Algorithmic_Toolbox/week4_divide_and_conquer/6_closest_points/closest.cpp | 2a76ab9e40d2c7638e09009d17653df47d0aaf98 | [] | no_license | itspriyansh/DSA-Coursera-Specialisation | ce081367751da46771a7181200e92403a00f9596 | 77383a8e88afa5a182f915072be6b7fe92c08e33 | refs/heads/master | 2021-01-06T09:12:47.635396 | 2020-02-18T04:47:08 | 2020-02-18T04:47:08 | 241,274,438 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,735 | cpp | #include <algorithm>
#include <iostream>
#include <sstream>
#include <iomanip>
#include <vector>
#include <string>
#include <cmath>
#include <cstdlib>
using namespace std;
double distance(pair<int, int> a, pair<int, int> b){
return sqrt(pow((a.first-b.first), 2) + pow((a.second-b.second), 2));
}
double smallCase(p... | [
"priyanshbhj@gmail.com"
] | priyanshbhj@gmail.com |
b4b6fe95c01eb193243ad1af868dd8f77074b2d5 | 6fd3ec6de3fcca551529fcc331c78797ad822d5a | /cf contest/edu 95/s2.cpp | 15c712f752f58c3a635879749f3d1d78895ba65f | [] | no_license | codeforsmart/Cp-contest | 57ee51e20a73438adf0fc1fa3ce5f9c731a53e69 | 2b7917961c6499320be646037b3e848fa194a2dd | refs/heads/master | 2023-08-29T07:12:00.978031 | 2021-10-02T11:57:01 | 2021-10-02T11:57:01 | 300,262,811 | 0 | 1 | null | 2021-10-02T16:00:30 | 2020-10-01T11:58:00 | C++ | UTF-8 | C++ | false | false | 1,485 | cpp | #include<bits/stdc++.h>
#include <ext/pb_ds/assoc_container.hpp>
#include <ext/pb_ds/tree_policy.hpp>
#define ll long long int
using namespace __gnu_pbds;
using namespace std;
#define mod 1000000007
#define endl "\n"
#define pb push_back
ll co[10]={0};
unordered_map<ll,ll> ab;
ll n;
ll solve(ll a)
{
//cout<<a<<" "<<... | [
"savishbedi1@gmail.com"
] | savishbedi1@gmail.com |
e5fb2847fceec8026f3c5f3919d39ba4e47cb39c | 6f80725456e91d83cc22bd515a8a636460085039 | /baekjoon/7662.cpp | 907d359c6e2420b049cd5afd21506012a992e58c | [] | no_license | greedy0110/algorithm | 6061c9b48d93eb70b0dda6f40128325dee534047 | ce205f04d29a9d6d6d98060bf92aa5511eb09418 | refs/heads/master | 2023-09-04T16:06:33.552642 | 2021-11-10T00:59:39 | 2021-11-10T00:59:39 | 279,033,190 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,369 | cpp | //
// Created by 신승민 on 2021/09/02.
//
#include <bits/stdc++.h>
using namespace std;
#define RP(i, X) for (int i=0; i<((X)); i++)
#define all(X) begin((X)), end((X))
#define endl '\n'
#define custom_pq(X) priority_queue<X, vector<X>, X>
typedef vector<int> vi;
typedef vector<bool> vb;
typedef vector<vi> vvi;
typede... | [
"greedy0110@gmail.com"
] | greedy0110@gmail.com |
0295a7b92131956fb7c89f9faade349976808a0c | 8badfc9321cd4a6d7bdae402bdae4c9e63b289a7 | /Codechef/Easy/MaximizeWalkTree_DEMTREE.cpp | 4500e88e5dc44f25559f8d1ff3ecf03aa4b10d54 | [] | no_license | Sahaj-Bamba/algorithms | 68dd0c3b3928e6652916c957baa6d82064c0c41c | 366a536928fdb3bfbf407a959868ec77be1b3c7c | refs/heads/master | 2022-11-09T12:24:54.503661 | 2022-10-31T17:26:26 | 2022-10-31T17:26:26 | 172,779,044 | 4 | 44 | null | 2022-10-31T17:26:27 | 2019-02-26T19:47:06 | C++ | UTF-8 | C++ | false | false | 1,210 | cpp | #include<bits/stdc++.h>
using namespace std;
bool p[12][1002][1002];
int cost[1002], pn[12];
vector<int> adj[1002];
void dfs(int x, int src, int par) {
for (int j = 0;j < 1001;j++) {
if (p[x][par][j]) {
p[x][src][j] = true;
if (j + cost[src] < 1001)
p[x][src][j + cos... | [
"pulkitmahajan.01@gmail.com"
] | pulkitmahajan.01@gmail.com |
5a1b757d3cf6365bfc7b5932b60b2b29ccfcee29 | 3c5b61d3130b384f703b0c502ef3a006ead1ef1d | /src/GameSaver/GameSaver.cpp | 087d35dd60a03b79c0b0e2f63728e2139c3d03c2 | [] | no_license | mherediaf/BombermanProject | c10f828de3704c1bc3b5b5843469ce598451e6db | 2fa4ec5b192f2fa89dd22943c0968f25889c9283 | refs/heads/master | 2021-01-22T05:27:55.534126 | 2015-05-20T00:01:24 | 2015-05-20T00:01:24 | 35,914,898 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,767 | cpp | #include "GameSaver.hpp"
#include <fstream>
#include <string>
#include <map>
using namespace std;
GameSaver::GameSaver(): GameEntity(){
this->console = new ConsoleCommand();
}
GameSaver::~GameSaver(){
delete this->console;
}
void GameSaver::save(string& nameFile, int numPlayers, Player** thePlayers, list< Unbre... | [
"martin.herediaf@gmail.com"
] | martin.herediaf@gmail.com |
59691f0fd1b7eb59861a6edb11c8a9f88d252481 | d1675f4121bbd0e1760452489f3b9788581cf890 | /Rozdział 10/4/Source.cpp | 77109d28f96b63f2d531c963d327c2bea5cd9839 | [] | no_license | julcia106/Stephen-Prata-Primer-Plus | 9848dd66d1b007e821d570df33247abd97874cd9 | 7f3e88d69611481afc5e708ab2893c4c1ec30125 | refs/heads/master | 2020-04-22T02:08:01.045174 | 2019-05-21T13:50:38 | 2019-05-21T13:50:38 | 170,037,650 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 176 | cpp | #include "pch.h"
#include "Sales.h"
#include <iostream>
int main () {
using SALES::Sales;
Sales one;
one.setSales ();
one.showSales ();
Sales two;
two.showSales ();
}; | [
"julcia106@onet.eu"
] | julcia106@onet.eu |
46ce61b6fdd3565cbe5dba3bfef0e43ec496f4eb | 3c9c2d92c505a38a654697267b617fbbe553d7c2 | /Classes/SelectGate.cpp | ff79c1093c667a84366682fcff47e8e2b8edd27c | [] | no_license | kanshanlei/Pintu2.0 | 130b1e81520326324c881ca2845b3691d49a5233 | e5c417e8f8dc4b43d51db606e6b7393c3daff7d9 | refs/heads/master | 2020-07-23T15:50:13.748139 | 2016-09-04T08:38:04 | 2016-09-04T08:38:04 | 67,334,320 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 5,848 | cpp | #include "SelectGate.h"
#include <math.h>
#define PI acos(-1)
//菜单的缩小比例 最小的比例是1-MENU_SCALE
#define MENU_SCALE 0.3
//菜单的倾斜度
#define MENU_ASLOPE 60.0
//calcFunction(x) 为 x/(x+a),其中a为常数
#define CALC_A 1
//动画运行时间
#define ANIMATION_DURATION 0.3f
//菜单项的大小与屏幕的比例,当然可以通过setContentSize设置
#define CONTENT_SIZE_SCALE... | [
"noreply@github.com"
] | noreply@github.com |
be99525fd52cc5009b65244505a51e62450a44c8 | eb34128b8b8f8ec04724c440b50f942fd69baa5e | /link_list.cpp | eda0bb4e94c4ec1b231de642cc1156178288a408 | [] | no_license | ashish-254/C-Codes | 18ac8d155328d3ab0f9e9fb6f19fa6307e3800cc | 8ecea1c0c7ff0ba52789191bc028444aca701477 | refs/heads/master | 2023-08-31T05:48:57.433260 | 2021-09-28T14:54:23 | 2021-09-28T14:54:23 | 411,322,435 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,568 | cpp | /*
* C++ Program to Implement Singly Linked List
*/
#include<iostream>
//#include<cstdio>
//#include<cstdlib>
using namespace std;
/*
* Node Declaration
*/
struct node
{
int info;
struct node *next;
}*start;
/*
* Class Declaration
*/
class single_llist
{
public:
node* create_node(int);
... | [
"ashishkumarsahu254@gmail.com"
] | ashishkumarsahu254@gmail.com |
264961fd2d9e4ffeaf2b01d651f10a7cc82c7663 | 95efaa256914926ac30acbb1a8c89c320c19bf40 | /HeData/HAbstractGrade.h | b8bc9c22c6ab1e98374cc2b6098813d967dd0f0e | [] | no_license | mabo0001/QtCode | bc2d80446a160d97b4034fa1c068324ba939cb20 | 9038f05da33c870c1e9808791f03467dcc19a4ab | refs/heads/master | 2022-08-26T13:36:14.021944 | 2019-07-15T01:12:51 | 2019-07-15T01:12:51 | 266,298,758 | 1 | 0 | null | 2020-05-23T08:54:08 | 2020-05-23T08:54:07 | null | UTF-8 | C++ | false | false | 820 | h | /***************************************************************************************************
** 2019-04-17 HAbstractGrade 抽象分级数据类。
***************************************************************************************************/
#ifndef HABSTRACTGRADE_H
#define HABSTRACTGRADE_H
#include "IGrade.h"
H... | [
"hexianqi@msn.com"
] | hexianqi@msn.com |
a3223aad100af8588e9a968fb2025c6962fe614b | 8da0ad09a7ef91f89b1dbe17cd7fc0fef8247032 | /source/server/http/health_check.cc | 8c6f68dae933b939338b145400bfa595524ed05f | [
"Apache-2.0"
] | permissive | kyessenov/envoy | a2e0fcfaf74f070c028b4ec92596a19a7dc6732e | 65a39b0b004ff89e1991f1ef1a9c924dae4ad19a | refs/heads/master | 2023-08-16T15:20:38.745219 | 2017-01-11T22:55:16 | 2017-01-11T22:55:16 | 78,710,562 | 0 | 3 | null | 2017-01-12T05:05:53 | 2017-01-12T05:05:53 | null | UTF-8 | C++ | false | false | 5,221 | cc | #include "health_check.h"
#include "envoy/event/dispatcher.h"
#include "envoy/event/timer.h"
#include "envoy/http/header_map.h"
#include "envoy/server/instance.h"
#include "common/common/assert.h"
#include "common/common/enum_to_int.h"
#include "common/http/codes.h"
#include "common/http/header_map_impl.h"
#include "... | [
"noreply@github.com"
] | noreply@github.com |
f630c4d9e36ac40d03bd61af8cc1a1fccc79140e | 38ad77e16340f25234e3dc6ba56d36247244c52f | /mainwindow.h | 748c61d3f49a2d576b66c5441575d04ba340d456 | [] | no_license | LolyStory/ls3 | 0b1e97cbdb6d166e38320ac88e550bd82a177c81 | 690290b70f238876c8a8c63f02acc666e18883f8 | refs/heads/master | 2021-01-11T23:23:59.447798 | 2017-01-10T21:44:23 | 2017-01-10T21:44:23 | 78,577,305 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 417 | h | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QWidget>
#include <QTextEdit>
#include <QTextStream>
#include <QPushButton>
class MainWindow : public QWidget
{
Q_OBJECT
public:
MainWindow(QWidget *parent = 0);
~MainWindow();
private:
QTextEdit * textEdit;
QPushButton * buttonOpen;
QPush... | [
"lolystory777@gmail.com"
] | lolystory777@gmail.com |
366c2ad521dfabeef9b57a40ddd41246ba79dd66 | f3f8e60e4c527d2757646bbdc85eca2f8bad5ce6 | /luogu/家谱.cpp | aa9e84c772f8df2bfc00bfe3eb3bf08c1dae7463 | [] | no_license | cristiano-xw/c-homework | ff7a76bab907d3b8d62a777f9333620610c6efc0 | 21d15779e20b41d923bbfa547206798411ec208b | refs/heads/main | 2023-04-03T01:50:07.678108 | 2021-04-09T13:33:09 | 2021-04-09T13:33:09 | 311,077,437 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 502 | cpp | #include<bits/stdc++.h>
#include<map>
using namespace std;
map<string,string>fa;//建立图表
inline string find(string x)
{
if(x==fa[x]) return x;
return fa[x]=find(fa[x]);
}
int main()
{
string s1,s2,s3;
char ch;
cin>>ch;//读入标识符
while(ch!='$')
{
if(ch=='#')
{
cin>>s1;//存到父亲
if(fa[s1]=="") fa[s1]... | [
"1531887383@qq.com"
] | 1531887383@qq.com |
d389c31f3944dc93c1de847de8fa47d2d08ad1d6 | a0d05ec99e60a9b1cbe99c080d65badf3dd4b3dd | /C++/ComplexPlusPlus/main.cpp | 090049c1acba9ad388bc8c80c1fe214c2121e147 | [] | no_license | ahnsangjae/MY_Workspace | e2d8d9be382e5a5e5f89485ec981abaa8e2cc6c4 | 755948e8e37ea9809fbafe87047e05281b2673b5 | refs/heads/master | 2022-07-19T21:27:07.801319 | 2022-07-05T03:43:05 | 2022-07-05T03:43:05 | 164,399,671 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 158 | cpp | #include "Turboc.h"
#include "ComplexPlusPlus.h"
void main()
{
Complex C1(1.1, 2.2);
C1.OutComplex();
C1++;
C1.OutComplex();
++C1;
C1.OutComplex();
} | [
"sangjae2015@naver.com"
] | sangjae2015@naver.com |
9fa1ee4a4b44736e9ab5f689b6002f986811f589 | f46aa8bca924d88aaacc2eaab0fd36c2f9dc9b4f | /geant4/src/MilliQTrajectory.cc | 9eb289ece3a6f9ebc9a9d640948d19f3ecb2ecbf | [] | no_license | talbert48/milliq | c98fa8bdb4650793dcd83ae84c28d7ac26d15040 | 567364bd85ce12b7a90041308b68fe00fbdc5d62 | refs/heads/master | 2020-12-24T16:49:48.770409 | 2016-03-15T20:49:57 | 2016-03-15T20:49:57 | 25,665,458 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 6,358 | cc | //
// ********************************************************************
// * License and Disclaimer *
// * *
// * The Geant4 software is copyright of the Copyright Holders of *
// * the Geant4 Collaboration... | [
"7jameslondon@gmail.com"
] | 7jameslondon@gmail.com |
292b45de47b26bca5146045a200b71a752167251 | cb03a530429bc4dc277456fcb29aaaec52ccf7da | /unclassfied/209. Minimum Size Subarray Sum.cpp | 59628211171b33d71db715e464bb0de3677cc4c6 | [] | no_license | Qiusi-Shen/leetcode-solutions | f7a7f64a5ea83199ce3d8da6d4acd498eafb477c | f0a2c68cc12c58b0618ab3f45947717df746f521 | refs/heads/master | 2020-06-26T22:02:02.882212 | 2019-08-07T06:54:12 | 2019-08-07T06:54:12 | 199,769,233 | 0 | 0 | null | 2019-08-07T06:54:14 | 2019-07-31T03:14:21 | C++ | UTF-8 | C++ | false | false | 1,205 | cpp | class Solution {
public:
int minSubArrayLen(int s, vector<int>& nums) {
if(nums.size() == 0) return 0;
int result = INT_MAX;
vector<int> sum(nums.size(), nums[0]);
for(int i = 1; i < nums.size(); i++){
sum[i] = sum[i-1] + nums[i];
}
for(int i = 0; i < nums... | [
"894951782@qq.com"
] | 894951782@qq.com |
e98a2f8a29744255c29e837b730709536a5972ad | b573e9379e52fea1f85ae665024bf67f6b8ab19a | /include/FastSIMD/FastSIMD.h | 42756a1ed27d8887bc8de57828223e750ec61e57 | [
"MIT"
] | permissive | Ralf12358/FastNoise2 | 04645ab99761f7112244115c44c9a1e7646de870 | 02502bdcbefdb8575c7b04a935b5eb50806d55e6 | refs/heads/master | 2023-03-27T09:55:54.992162 | 2021-03-21T18:53:08 | 2021-03-21T18:53:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,765 | h | #pragma once
#include "FastSIMD_Config.h"
namespace FastSIMD
{
typedef uint32_t Level_BitFlags;
enum eLevel : Level_BitFlags
{
Level_Null = 0, // Uninitilised
Level_Scalar = 1 << 0, // 80386 instruction set (Not SIMD)
Level_SSE = 1 << 1, // SSE (XMM) supported by CPU (... | [
"jordan.me2@gmail.com"
] | jordan.me2@gmail.com |
6d71edca5dad4fb134e8e136e8450bbfc4441908 | 8ebca38f8bc6d56ac4acba3112b3ac3d053f5437 | /que.ino | 8134eafaaba9ecd7ab3116759a356cec23d1dc46 | [] | no_license | fclef978/MIRS1701_DUE | ea98d8e68fe26cce0467b77c65c525de800bd2cd | 9d011cea1178e50409c4de1d56460e9d6a6db9f6 | refs/heads/master | 2021-09-07T12:50:57.129844 | 2018-01-25T05:29:50 | 2018-01-25T05:29:50 | 112,142,725 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 606 | ino | static volatile unsigned int readPointer = 0;
static volatile unsigned int writePointer = 0;
static int bufSize = 256;
static volatile int q[256];
void queOpen() {
readPointer = 0;
writePointer = 0;
for (int i = 0; i < bufSize; i++) {
q[i] = 0;
}
}
void quePush(int num) {
unsigned char wp = writePointe... | [
"fclef978@icloud.com"
] | fclef978@icloud.com |
89ec957956ae2a625cdac379ae870201e7c34863 | 9b0655a98507d706c3f98bc1ccfbaf3218bad3f9 | /Lecture2BasicCPP/array.cpp | b75c63bce11013716fc7a40c3e6e4b401351a755 | [] | no_license | NCCA/CFGAA | f408a4e47c9b949ca9a45cbe67a93404e771c83b | 964fc5db1f6474a513c7f40220d8f944a532fd0e | refs/heads/master | 2023-03-25T23:30:21.806677 | 2023-03-07T09:44:57 | 2023-03-07T09:44:57 | 235,330,178 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 961 | cpp | #include <iostream>
#include <cstdlib>
int main()
{
// array of vowels
char vowels[5]={'a','e','i','o','u'};
// the compiler will fill in how many values (25)
int primesLT100[]={2,3,5,7,11,13,17,19,23,29,31,
37,41,43,47,53,59,61,67,71,73,
79,83,89,97};
// index to our array
int i;
// loop ... | [
"jmacey@bournemouth.ac.uk"
] | jmacey@bournemouth.ac.uk |
2b0321054b6c603857b0db9633b1271c2221ec93 | 78c6acbac40e8991ea566bf8021d87d1a145b94a | /leagues/src/nfl/nflLineups.cpp | 101f9c908f617e8ee09aed2883acb5d13864574c | [] | no_license | bowling8/projects | 080205ac6a131e0270e27a8257ce20d57f596fd0 | f5cc54a29acbc6f6280eb9c21fd8a912063262f9 | refs/heads/master | 2023-03-25T12:13:38.270868 | 2019-12-01T05:13:50 | 2019-12-01T05:13:50 | 114,187,558 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 33,452 | cpp | #include <iostream>
#include <typeinfo>
#include <algorithm>
#include <fstream>
#include <vector>
#include <string>
#include <sstream>
#include <utility>
#include <bitset>
#include <math.h>
#include <unordered_set>
#include <unordered_map>
#include <set>
#include <map>
#include <queue>
#include <climits>
#include <memo... | [
"matthew.hall8@gmail.com"
] | matthew.hall8@gmail.com |
d7ad53f03aefa86764f64762e3f01e0eeba197cf | 79508a8913c1bc66c2dd00266dc9d1c2cfbdd2fa | /App/Il2CppOutputProject/Source/il2cppOutput/Bulk_mscorlib_15.cpp | 8e31c861494e279e2049bc3efd608d83a43d3c9f | [] | no_license | aqua109/IterationOneTest | 184dee658cc4906236065f84478e212212e18945 | a0ea1f7c073858e6c329fb68b0939e5114ce6d9f | refs/heads/master | 2020-07-26T14:38:22.500500 | 2019-09-21T04:31:05 | 2019-09-21T04:31:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,822,188 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "i... | [
"aqua109@aucklanduni.ac.nz"
] | aqua109@aucklanduni.ac.nz |
968e2e374f89ef2acb68ff90119e65daf85d728b | 6a69d57c782e0b1b993e876ad4ca2927a5f2e863 | /vendor/samsung/common/packages/apps/SBrowser/src/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc | ff0396d7a5255e8338dc2e32256ee1d79b34fd91 | [
"BSD-3-Clause"
] | permissive | duki994/G900H-Platform-XXU1BOA7 | c8411ef51f5f01defa96b3381f15ea741aa5bce2 | 4f9307e6ef21893c9a791c96a500dfad36e3b202 | refs/heads/master | 2020-05-16T20:57:07.585212 | 2015-05-11T11:03:16 | 2015-05-11T11:03:16 | 35,418,464 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 20,780 | cc | // Copyright 2013 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 "chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.h"
#include "base/bind.h"
#include "base/callback.h"
#include "base/files/... | [
"duki994@gmail.com"
] | duki994@gmail.com |
f45e89c81a5023833808506b3cfd17db2d35dd80 | 73683266c048bfdc2d6876a7a9f725194b6da3dc | /RaytracingNew/hittable.h | 21ba018cdf416095f16d1e4fa3e70aa4ce4e4dc4 | [] | no_license | ClaireJY/RaytracingNew | 7ecf318f3391759b29d8fd4f14ce22e46f006b58 | 1e94617f7b21adbdb43c73f262424df4d99472dc | refs/heads/master | 2023-01-01T12:07:17.451221 | 2020-10-30T13:21:41 | 2020-10-30T13:21:41 | 308,291,542 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,533 | h | #ifndef HITTABLE_H
#define HITTABLE_H
//==============================================================================================
// Originally written in 2016 by Peter Shirley <ptrshrl@gmail.com>
//
// To the extent possible under law, the author(s) have dedicated all copyright and related and
// neighboring righ... | [
"junyi.wang@yo-star.com"
] | junyi.wang@yo-star.com |
adbd86ea73311cbce12792187007fa789ef600e0 | 80c6b19e4d1e40c6b5eacdcac5c573f70c97ecf7 | /src/plugins/render/datatypes/uniforms.cpp | c672935671293b4b2eaa3ac904b6d7b81796e140 | [
"MIT"
] | permissive | UMassITS/possumwood | 67c569292e9730a052e773029fa2e8c37484e5c9 | 31d2f21090a7ad8fdb47d8c7849bd687fa5381ec | refs/heads/master | 2022-12-27T05:39:33.374827 | 2020-10-04T22:38:13 | 2020-10-04T22:38:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,476 | cpp | #include "uniforms.inl"
#include <possumwood_sdk/app.h>
#include <limits>
namespace possumwood {
Uniforms::Uniforms() : m_currentTime(std::numeric_limits<float>::infinity()) {
}
void Uniforms::addTexture(const std::string& name, const unsigned char* data, std::size_t width, std::size_t height,
... | [
"martin.prazak@gmail.com"
] | martin.prazak@gmail.com |
6324f946d6846526e8a2075752249fab116f42d4 | 0c76f24ff33b8fb154eb8cd623de5f83c3939dc3 | /src/goto-symex/symex_clean_expr.cpp | 79908cf7e14fa0ddd7fdb866960e3c7b39b17012 | [
"BSD-2-Clause"
] | permissive | martin-cs/cbmc | 77e383481814be5560044805172309e7eb7f7b7f | b0c9814d344c493741f45bba93e1668c3727b0e3 | refs/heads/master | 2023-03-09T02:42:58.781240 | 2014-06-18T22:19:34 | 2016-02-23T15:42:14 | 55,787,607 | 0 | 4 | NOASSERTION | 2021-02-04T16:07:16 | 2016-04-08T15:03:24 | C++ | UTF-8 | C++ | false | false | 4,698 | cpp | /*******************************************************************\
Module: Symbolic Execution of ANSI-C
Author: Daniel Kroening, kroening@kroening.com
\*******************************************************************/
#include <util/std_expr.h>
#include <util/expr_util.h>
#include <util/cprover_prefix.h>
#inc... | [
"kroening@6afb6bc1-c8e4-404c-8f48-9ae832c5b171"
] | kroening@6afb6bc1-c8e4-404c-8f48-9ae832c5b171 |
019107f9f84a3abe1146d94ce7b130153315d130 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5766201229705216_1/C++/CaseyRoberts711/b.cc | a733a22de8fdb40368a584b309668dad39db9465 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 3,600 | cc | /*
#ifdef ONLINE_JUDGE
#pragma comment(linker, "/STACK:16777216")
#endif
*/
#include <algorithm>
#include <bitset>
#include <cctype>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <deque>
#include <fstream>
#include <functional>
#include <iomanip>
#include <iostream>
... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
cf6a7c2bfe4d9df0542fdab9e036bd50868bfec5 | a398c3c4290cedcfe1c8729e5a314c3ae6bd5a0f | /include/madara/Namespaces.h | 030c035751455ddf799ade880d372664464c1563 | [] | no_license | Burgos/madara | 76ebcf4408f2143feeb8eb1e6bcfd3502b7d47dc | f14763d6e811ec5b07a342732522ea3b417a6e40 | refs/heads/master | 2020-03-22T01:30:45.070594 | 2018-06-29T20:56:09 | 2018-06-29T20:56:09 | 139,309,909 | 0 | 0 | null | 2018-07-01T07:45:04 | 2018-07-01T07:45:03 | null | UTF-8 | C++ | false | false | 2,026 | h | #ifndef _MADARA_NAMESPACES_H_
#define _MADARA_NAMESPACES_H_
/**
* @file Namespaces.h
* @author James Edmondson <jedmondson@gmail.com>
*
* This file contains namespace documentation. There is no reason to include
* this file in any project. It is purely for Doxygen documentation.
**/
/**
* @namespace madara
* Contai... | [
"jedmondson@gmail.com"
] | jedmondson@gmail.com |
59289ecedb0320b42fbc2f4ddeae7956dd8a4b20 | 9f065002630ce78b4f36e9a927d378ea6f1cbbf7 | /vehicle.cpp | 93058c7c4f7d915ccf8d7c9d9e0183f51ed8fc14 | [] | no_license | thonyyang/cplusplus | b78f4f4ab3c7083c105e09e0c24500bac71514c4 | 02ea509fb03b70fc0bf3a3c6b1bd6a1ae0cf0db4 | refs/heads/master | 2021-01-10T18:45:47.327547 | 2014-06-03T07:23:51 | 2014-06-03T07:23:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,628 | cpp | #include "vehicle.h"
#include <iostream>
#include <ctime>
#include <cstdlib>
// based upon the num_wheels, this constructor should create each wheel and add it to the wheels vector.
Vehicle::Vehicle(string new_name, char new_symbol, float new_speed, int new_flat_rate, int num_wheels, float new_wh... | [
"thonyyang@gmail.com"
] | thonyyang@gmail.com |
677814111b0948a0949d9a4886a9ab7f8d72323e | 220322a86d5d4e92d759ae79f50dd196d6f7c4e1 | /src/PIDlib.h | dd78e2e409ce84419e49859632efd5e18664e71c | [
"MIT"
] | permissive | cubicap/PIDlib | a38b8f4c5a4bac4396a0b6531c665e0278fdab34 | b45f111c59b891b40dd629bc364cdb5bdeb7b558 | refs/heads/master | 2020-04-19T19:16:15.589774 | 2019-01-31T16:17:37 | 2019-01-31T16:17:37 | 168,384,256 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 764 | h | #pragma once
#include <stdint.h>
#include <cmath>
class PID {
private:
float kp;
float ki;
float kd;
double integration;
int16_t lastError;
int16_t minOutput;
int16_t maxOutput;
int16_t target;
float period;
public:
PID(float, float, float, i... | [
"cubicap@email.cz"
] | cubicap@email.cz |
f645230444e76c4430445967156801afb4532bb7 | 7f9bc12164fbc164cb28fabfb0ac97023e2ccc2b | /Queue at the School.cpp | 98dad993ee49887f3a23bfc8a834cb22a54c1ef1 | [] | no_license | parthpanchal123/Code-Forces | 7b6e7f63b6e7d10c642d06677c2f7fa404eab5b5 | 0637b467041d8c7a4d7f1672d3a0f67b1ff546b8 | refs/heads/master | 2020-12-15T12:52:01.106134 | 2020-06-11T10:04:40 | 2020-06-11T10:04:40 | 235,108,897 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 408 | cpp | //
// Created by parth on 11/6/20.
//
#include<bits/stdc++.h>
using namespace std;
int main() {
int n, t;
string s;
cin >> n >> t;
cin >> s;
while (t--) {
for (int i = 0; i < s.length(); i += 1) {
if (s[i] == 'B' && s[i + 1] == 'G') {
swap(s[i], s[i + 1]);
... | [
"parthpanchal53@gmail.com"
] | parthpanchal53@gmail.com |
9d7b1b12d5fcde56d5ac1723ffe740dccec3b085 | 6d49224df7ec1a516284121b4dcaad272d54e195 | /MotorModule/src/motor.cpp | de0ac787f6b3381dcf8cf306448400bcf4ec0e5f | [] | no_license | IndoorPositioningTestRig/MotorModule | a3d4544d59e271dfdf6c20a59f938087e1960d81 | af6ad6ac36c420de48a4cb86f5bc74ac132b1a36 | refs/heads/master | 2021-10-11T05:05:20.911508 | 2019-01-22T12:19:39 | 2019-01-22T12:19:39 | 110,092,592 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 746 | cpp | #include "motor.h"
// Motor driver
#define retractPin 2
#define motorDriverPwmPin 3
#define feedPin 4
int pwmSpeed = 0;
int setupMotor(){
Serial.println("setting up motor");
// Motor driver setup
pinMode(retractPin, OUTPUT);
pinMode(motorDriverPwmPin, OUTPUT);
pinMode(feedPin, OUTPUT);
pwmSpe... | [
"renekeijzer1997@gmail.com"
] | renekeijzer1997@gmail.com |
04b4f773938f373c41c13da3be0a3b2e32df5f7d | c602adbabbf0af31ee2cce6c4e6b94ae13561488 | /Player/FFmpegUtil/FFmpegAVDecodeUtil.cpp | b1c7350332e736b2fbc4b77e125dce7b10f09829 | [] | no_license | jimodesaonian/capture_windows | 082280dbb84ed8e6b7e993e4105d5e2f57aa1066 | 99a9de7f94e197ff673dacee3c1d8da0077f2360 | refs/heads/master | 2021-01-13T18:30:53.138214 | 2020-02-23T04:37:37 | 2020-02-23T04:37:37 | 242,457,411 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,438 | cpp | #include "FFmpegAVDecodeUtil.h"
namespace YXLFFmpegStreamUtil
{
AVDecodeUtil::AVDecodeUtil()
{
m_pDstFrame = av_frame_alloc();
m_pCodec = NULL;
m_pCodecContext = NULL;
m_pSwsContext = NULL;
m_pSwrContext = NULL;
}
AVDecodeUtil::~AVDecodeUtil()
{
av_frame_free(&m_pDstFrame);
avcodec_free_context(&m_... | [
"1138721953@qq.com"
] | 1138721953@qq.com |
00c02209a41e9053a4f94b67bdc1eea6d88bbdab | 43d62932af730d9c001f5c8a603011223b4863b4 | /Technicien.h | c196dd1a5548a6b2cf4537871bd2c2b223a14e45 | [] | no_license | Alex6092/CorrectionDTLSN2TPNote | 9f73944d10c344d922c08177fe0d345c602c1b27 | 66c735a8391948429ec504c01cb97ad69fee4a70 | refs/heads/main | 2023-03-25T02:30:56.045574 | 2021-03-22T11:06:51 | 2021-03-22T11:06:51 | 350,309,826 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 132 | h | #pragma once
#include "Employe.h"
class Technicien :
public Employe
{
public:
Technicien(string nom, string prenom, int age);
};
| [
"julienlanglace@lapro.net"
] | julienlanglace@lapro.net |
e077c8021ab681663258fc4639c08a7b9bbcbfd4 | 2be805b60cd6fb11fde84aec4870689cb04591ea | /Source/DNAAbilities/Public/Abilities/Tasks/AbilityTask_WaitConfirmCancel.h | 4cf04524063474920e23074bbbd256b0f25b57a5 | [] | no_license | Helical-Games/HG-DNAGameplay-UE4P | 8fd6e9bc89b501da3411a83e674fc21050986246 | 4f0bc2fb5eebc8c922a6513a88cc32db96b6a468 | refs/heads/master | 2021-01-20T14:47:30.652151 | 2017-05-12T17:25:49 | 2017-05-12T17:25:49 | 90,662,072 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,365 | h | // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "Core.h"
#include "UObject/ObjectMacros.h"
#include "Abilities/Tasks/AbilityTask.h"
#include "AbilityTask_WaitConfirmCancel.generated.h"
DECLARE_DYNAMIC_MULTICAST_DELEGATE(FWaitConfirmCancelDelegate);
// Fixme: this name is conflictin... | [
"pbarnhardt@helicalgames.net"
] | pbarnhardt@helicalgames.net |
df20367d2ba97ea53958966768f81064d7bc8093 | 88ae8695987ada722184307301e221e1ba3cc2fa | /chrome/browser/chromeos/policy/dlp/dialogs/mock_dlp_warn_notifier.h | 0eb9878d3a028c76702c6b19eb723cbd036e406e | [
"BSD-3-Clause"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 2,088 | h | // Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_CHROMEOS_POLICY_DLP_DIALOGS_MOCK_DLP_WARN_NOTIFIER_H_
#define CHROME_BROWSER_CHROMEOS_POLICY_DLP_DIALOGS_MOCK_DLP_WARN_NOTIFIER_H_
#include "base/functi... | [
"jengelh@inai.de"
] | jengelh@inai.de |
d114cd514b4d5b1967a6178f8acb1e4a73b4ca14 | e11e6a42a0e3235618d2ff87cff9428b346fa1ed | /src/6000/6549.cpp | f4a2d8e455f6dc93c145d617d367387445bca23a | [] | no_license | khm2034/baekjoonAlgorithms | 53c9fb48e13e325a00746d33ea9be3aeb7389848 | 382303611c1334801e1e74a58f20bf7f3921914c | refs/heads/master | 2021-05-13T20:23:33.397069 | 2018-11-09T12:44:19 | 2018-11-09T12:44:19 | 116,910,526 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 731 | cpp | #include<iostream>
#include<algorithm>
using namespace std;
typedef long long ll;
int n;
ll h[100001];
ll get_area(int le, int ri)
{
if (le == ri)
return h[le];
int mid = (le + ri) / 2;
ll ret = max(get_area(le, mid), get_area(mid + 1, ri));
ll t = min(h[mid], h[mid + 1]);
ll t_a = t * 2;
int t_le = mid, t_ri ... | [
"khm2034@gmail.com"
] | khm2034@gmail.com |
6183c8d1cff6da8805bd33556bf9be5d0c5f9c24 | 66b439f3d5156a0f66fd6411c16a6ccfcc013725 | /mfc/src/FILESHRD.CPP | 7dc3d474b8493efe0cce4dd4268d7ae73bd3a778 | [] | no_license | itsmattkc/MSVC420 | 83c190652679606195a4db2937a5470064e370e6 | df2c13aad74c094988c6c7e784234c2e778a0e91 | refs/heads/master | 2023-09-03T22:59:18.332921 | 2021-11-02T19:23:58 | 2021-11-02T19:23:58 | 423,971,091 | 13 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,648 | cpp | // This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1995 Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a supplement to the
// Microsoft Foundation Classes Reference and related
// electronic documentation provided with the library.
/... | [
"itsmattkc@gmail.com"
] | itsmattkc@gmail.com |
30a6ca6c22a706a5b6f031c9758ab63d4d293e79 | 0a4ce8d5dca930a4db4e577446f40aa6d53c0d4c | /NewPalmEmu/mainwindow.cpp | 7fb864d8a1f6e73dd3ae8b04b068acc1d0443745 | [] | no_license | meepingsnesroms/PersianTree | d787c94fafc26a9ff363c268f163c8b7a961da24 | c1156096e3bfa9474cdd198c0efc9bae531b4b42 | refs/heads/master | 2021-01-19T00:57:12.163668 | 2016-07-10T22:50:26 | 2016-07-10T22:50:26 | 62,970,202 | 9 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,134 | cpp | #include "mainwindow.h"
#include "ui_mainwindow.h"
#include "processmanager.h"
#include "settingarray.h"
#include "palmwrapper.h"
#include <QDir>
#include <QFileDialog>
#include <QTimer>
#include <QTouchEvent>
#include <QSettings>
#include <QFont>
#include <QKeyEvent>
#include <vector>
#include <string>
using namesp... | [
"guicrith@gmail.com"
] | guicrith@gmail.com |
938a456b2a6b3a703d493811195004d6f78d05ea | 157fd7fe5e541c8ef7559b212078eb7a6dbf51c6 | /TRiAS/TRiAS/Importfilter/AutoCAD DXF/IMPRESLT.CPP | 2c1e1ccd8cd34fda582fdf9be054c7b32e24fb42 | [] | no_license | 15831944/TRiAS | d2bab6fd129a86fc2f06f2103d8bcd08237c49af | 840946b85dcefb34efc219446240e21f51d2c60d | refs/heads/master | 2020-09-05T05:56:39.624150 | 2012-11-11T02:24:49 | 2012-11-11T02:24:49 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 2,042 | cpp | // Fenster, welches das ImportErgebnis anzeigt.
// File: IMPRESLT.CPP
#include "pheader.hpp"
extern "C"{
#include <stdlib.h> // ultoa ()
}
#include "optparam.hpp" // Params
#include "impreslt.hpp" // zugeh. Header
// externe Variablen
extern Params OptParams; ... | [
"Windows Live ID\\hkaiser@cct.lsu.edu"
] | Windows Live ID\hkaiser@cct.lsu.edu |
015e6bf6ed3aabb7018a15bd5fd329e7014e0463 | 43827bed09bcfed0288877beb6e4a4c7543b0352 | /Horse.h | 835091e6d21af2d18162b4e575f1f01366edcb81 | [] | no_license | cwsaunders/Animals-homework | c8116cdca82dc566b443f62050b160432c597c64 | aa1f7657befc0b8da0a9ea01c0139ef47711170e | refs/heads/master | 2020-12-20T22:48:55.160997 | 2020-01-25T21:24:50 | 2020-01-25T21:24:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 390 | h | #pragma once
#include <iostream>
#include <string>
#include "Mammal.h"
class Horse :public Mammal
{
std::string horseName;
Mammal m;
public:
Horse();
Horse(int);
Horse(std::string);
Horse(int, std::string);
virtual std::string getName() const override;
void setName(std::string);
virtual void... | [
"noreply@github.com"
] | noreply@github.com |
b85701750f8cc49b5975b38bf4f43ce3bea4a140 | 92f96ca49c9bb0a4ef1943f5ffff30643b0c15d8 | /src/getDC/getDCMulti.cpp | a6a2c70714a48134462ddd3588de176f4f5e7ccc | [] | no_license | orangelle/msyn | ab423aa1817f3dbd53ce76ae31d00c19c210dbe6 | cda1053f05b2e960b579317345ef515ecac22738 | refs/heads/master | 2020-04-29T03:52:51.848851 | 2019-12-09T14:51:15 | 2019-12-09T14:51:15 | 175,826,974 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,600 | cpp | #include <cmath>
#include <algorithm>
#include "getDCMulti.h"
using namespace DC;
getDCMulti::getDCMulti(nodecircuit::NodeVector * signals, nodecircuit::NodeVector * targets, nodecircuit::Circuit * impl, nodecircuit::Circuit * spec) :
implcnf("impl", impl, targets, signals), speccnf("spec", spec, targets, signals),... | [
"raku@DESKTOP-HVQ40FD.localdomain"
] | raku@DESKTOP-HVQ40FD.localdomain |
412055ac0c8052ad259826e8295b48b6000df9e0 | c8ac03f5c9ce8019451b212db1ca069b9074df78 | /暑假STL专题(上)/7-13 九宫格输入法 (15 分)2.cpp | 634ad64f5860c12dd65f5152647f3ab907c5ce1a | [] | no_license | HANXU2018/HBU2019programingtext | 88099b842a1165bfbd1bfe9521e905b1eccac194 | 4e64de1170646a090a6d6ac05a44bebe04db1388 | refs/heads/master | 2021-06-16T16:13:28.877457 | 2021-04-24T12:24:51 | 2021-04-24T12:24:51 | 195,534,579 | 5 | 1 | null | 2020-05-11T13:34:09 | 2019-07-06T11:59:44 | C++ | UTF-8 | C++ | false | false | 346 | cpp | #include<iostream>
using namespace std;
string c[10]={"0 ","1,.?!","2ABC","3DEF","4GHI","5JKL","6MNO","7PQRS","8TUV","9WXYZ"};
int main(){
string s;
while(cin>>s){
int n=s[0]-'0';
int len=s.length()-1;
if(n==0){
len=len%2;
}
else if(n==7||n==9||n==1){
len=len%5;
}
else{
len=len%4;
}
cout<<c... | [
"1076998404@qq.com"
] | 1076998404@qq.com |
0775ee16d7260ebd7c1622f46fd77a15f3461957 | 07a5df60cdbc4173c4c748b2d7bb6ed6f34a7117 | /3DGameEngine/Engine/Rendering/Lighting/ForwardPoint.h | 47467d6acfc0446339e3ef35180d48a3415e2297 | [] | no_license | TKristof09/3D-OpenGL-Game-Engine | ee61990112ea0f95173d4c42d362769543ade3d7 | 3142167b37018f574ce26618fd2765f78c554868 | refs/heads/master | 2022-03-22T02:31:50.313399 | 2019-07-10T14:25:09 | 2019-07-10T14:29:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 723 | h | #ifndef FORWARD_POINT_H
#define FORWARD_POINT_H
#include "../Shader.h"
#include "../Material.h"
class RenderingEngine;
class PointLight;
class Attenuation;
class ForwardPoint : public Shader
{
public:
ForwardPoint();
~ForwardPoint() = default;
static ForwardPoint* GetInstance()
{
static ForwardPoint instance;... | [
"toth.kristof111@gmail.com"
] | toth.kristof111@gmail.com |
7b985d88cca2d5e9cec9c26afd79a83625a71114 | 2f10f807d3307b83293a521da600c02623cdda82 | /deps/boost/win/debug/include/boost/math/special_functions/detail/bessel_i1.hpp | 0564a110ab01fd7c7cce490afe633657cf222568 | [] | no_license | xpierrohk/dpt-rp1-cpp | 2ca4e377628363c3e9d41f88c8cbccc0fc2f1a1e | 643d053983fce3e6b099e2d3c9ab8387d0ea5a75 | refs/heads/master | 2021-05-23T08:19:48.823198 | 2019-07-26T17:35:28 | 2019-07-26T17:35:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 130 | hpp | version https://git-lfs.github.com/spec/v1
oid sha256:0e0903473eacf2ef6e78d4c5cfd271d02e07771fddd93fa5b5e4cb3548819958
size 29673
| [
"YLiLarry@gmail.com"
] | YLiLarry@gmail.com |
7b3ea1b24a5ff137613873f8782aeb220c9a77f4 | eddcd87c24939a0b9d35bfd52401a2ecd62c04de | /developing/yggdrasil/yggr/database_system/database_command.hpp | 8ca843abcdfdfc9e7872cced99c92ddfdf816a72 | [] | no_license | chinagdlex/yggdrasil | 121539b5f4d171598be2bb79d36f5d673ad11cb4 | 16f6192fd0011dc3f7c1a44f8d4d2a8ba9bc8520 | refs/heads/master | 2021-03-12T19:08:19.120204 | 2016-09-26T09:36:19 | 2016-09-26T09:36:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,456 | hpp | //database_command.hpp
/****************************************************************************
Copyright (c) 2014-2018 yggdrasil
author: yang xu
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 Soft... | [
"ffscbio@hotmail.com"
] | ffscbio@hotmail.com |
9c2178ed648654613025917653dadce7e1c185dc | 7ec5d6bdb52c2693af01686bc8678d951d06429e | /application_kit/ShelfInspector/main.h | 0ad3326b30e18e476a2d39f0fdd6d65cd03b1f9b | [
"BSD-2-Clause"
] | permissive | HaikuArchives/BeSampleCode | c3787cc3a5b8134cc73fb0b5428a6276ed3f7e46 | ca5a319fecf425a69e944f3c928a85011563a932 | refs/heads/haiku | 2021-09-12T14:36:35.392130 | 2018-04-17T16:48:46 | 2018-04-17T16:48:46 | 82,111,290 | 8 | 6 | NOASSERTION | 2023-09-09T16:13:53 | 2017-02-15T22:01:51 | C++ | UTF-8 | C++ | false | false | 1,889 | h | /*
Copyright 1999, Be Incorporated. All Rights Reserved.
This file may be used under the terms of the Be Sample Code License.
*/
#include <Application.h>
#include <Messenger.h>
#include <Window.h>
#include <Shelf.h>
#include <ListView.h>
#include <MessageRunner.h>
#include <Button.h>
/*---------------------------... | [
"calvin@hakobaito.co.uk"
] | calvin@hakobaito.co.uk |
a47b82432a54f4f968c49067a0bb8e835d8dd3a1 | a31ab46b06128549941d70b2b0f640ce6de02af6 | /main.cpp | cafc4d08b1931f0a848ab2f1b3428f082d675b1e | [
"MIT"
] | permissive | ozeraser/microbit_xiaomi_temp_graph_lcd | 77e4a1a4b60d1790bbd12f539fe17c414a20a390 | 6315cd59ddd2037e70dbe2b1871212afdd84cafd | refs/heads/master | 2020-08-13T21:35:53.082247 | 2019-10-15T11:48:17 | 2019-10-15T11:48:17 | 215,041,718 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,480 | cpp | #include "MicroBitCustomConfig.h"
#include "MicroBit.h"
#include "LCD_Driver.h"
#include "ble/DiscoveredCharacteristic.h"
#include "ble/DiscoveredService.h"
#if YOTTA_CFG_MICROBIT_S130 != 1
#error This code *only* works with the Nordic S130 softdevice
#endif
#if CONFIG_ENABLED(MICROBIT_DBG)
#error use of the serial p... | [
"eraser@l8ter.com"
] | eraser@l8ter.com |
4c0b7cefcf0c4709a20ccc46f14179f9ef1dc356 | 17905ea9ec48cf96c5d45c314f9878e9f54ea2bc | /spec/headers/inheritance.hpp | 16b9d6506d5b06caae78ce26585d836f746382ed | [
"MIT"
] | permissive | jasonroelofs/rbgccxml | a1ee1eff2de9c80540fa938ced772b8fbaa50b64 | f9051f46277a6b4f580dd779012c61e482d11410 | refs/heads/master | 2020-05-17T17:40:02.577407 | 2017-10-15T18:00:36 | 2017-10-15T18:00:36 | 11,412 | 7 | 3 | null | 2017-10-15T17:26:39 | 2008-04-20T21:38:00 | Ruby | UTF-8 | C++ | false | false | 491 | hpp |
namespace inheritance {
class ParentClass {
};
class Parent2 {
};
/**
* Test querying of types of inheritance
*/
class Base1 : public ParentClass {
};
class PrivateBase1 : private ParentClass {
};
/**
* Test querying for multiple inheritance
*/
class MultiBase : public ParentC... | [
"jameskilton@gmail.com"
] | jameskilton@gmail.com |
de7013a2870155541672e7ec8a35617f8f01fcb9 | 54998e998ead341b57bb530d06dea849b6d86ebd | /AC/P2850.cpp | 2aae3cdea36ae26239463fdf66f9407abdcd5625 | [] | no_license | Jyf624761709/Luogu | 5c6fd5b4c5cad8ddbce29ac2241d5026ca76d314 | 04ecd892f7c0743b2ad2aa98339e92f70017427f | refs/heads/master | 2020-03-19T06:37:22.470354 | 2018-06-04T14:39:16 | 2018-06-04T14:39:16 | 136,039,683 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,924 | cpp | #include<cstdio>
#include<iostream>
#include<algorithm>
#include<cstring>
#include<queue>
#include<map>
#include<set>
const int inf=2147483647;
const int ine=-2147482647;
using namespace std;
#define in(t) freopen("t.in","r",stdin)
#define out(t) freopen("t.out","w",stdout)
#define m(a) memset(a,0,sizeof(a))
#define I ... | [
"39914137+Jyf624761709@users.noreply.github.com"
] | 39914137+Jyf624761709@users.noreply.github.com |
235b358bf3176b0b259eece9eba69e861213b1b9 | 8a815610a3d9ee31098cf50459d58f7f5bcc419c | /2. window_programming/ch05/test0101/ChildView3.h | f02d80a708dc7b1458b2a912b2df89d043ba084b | [] | no_license | hackerlank/2015_second_semester | 8ce7735bab02c6ba0c9ab70afae6642a9a31045f | 7b756b5961b3f9fce982513830f1781d2cec8207 | refs/heads/master | 2021-01-12T05:43:51.565908 | 2016-01-06T04:19:15 | 2016-01-06T04:19:15 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 471 | h |
// ChildView.h : CChildView 클래스의 인터페이스
//
#pragma once
// CChildView 창
class CChildView3 : public CWnd
{
// 생성입니다.
public:
CChildView3();
// 특성입니다.
public:
// 작업입니다.
public:
// 재정의입니다.
protected:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
// 구현입니다.
public:
virtual ~CChildView3();
// 생성된 메시지 맵 함수
pr... | [
"woongnistelrooy@hanmail.net"
] | woongnistelrooy@hanmail.net |
9be8f9d3593b7d0270e13f2a9242e091e6f03a14 | 649496b50b77497cf586181b5022b1742398b73e | /CodeForces/CR 615/a.cpp | d50b0fd0678d1ccf2a89cd76622a73a1c185ff24 | [] | no_license | Abhi-32/Competitive_Coding | 39420e720bfad23d6e1b805a0df42740c54d5202 | 4dcf70c486d551b9956a652441a84f86223f5a18 | refs/heads/master | 2021-05-20T11:04:38.416280 | 2020-04-03T16:28:28 | 2020-04-03T16:28:28 | 252,265,276 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 655 | cpp | #include<bits/stdc++.h>
using namespace std;
#define boost() ios_base::sync_with_stdio(false);cin.tie(0);cout.tie(0)
#define pb push_back
#define ll long long
#define fo(i,n) for(ll i=0;i<n;i++)
#define mem(x,y) memset(x, y, sizeof(x))
#define F first
#define S second
typedef pair<int, int> pii;
typedef pair<ll, ll> pl... | [
"noreply@github.com"
] | noreply@github.com |
d4cdc1a0c8fe97e4d9fc4dbf4668cdf66f4fafe2 | f9f1576d78035036297a1f6e4ae07b70458b6838 | /base/source/model.cpp | dfd10ca46fd2d66f7c1b1e3f99957f93de1bacf9 | [
"Apache-2.0"
] | permissive | snowzurfer/vulkan-sagres-deferred | eff58a468969783a1c16f12c35c7686fc4183b14 | a159c18d1209df382a3f2862260672c4ac0209c2 | refs/heads/master | 2021-01-12T05:17:49.678854 | 2017-01-03T09:49:20 | 2017-01-03T09:49:20 | 77,903,199 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 13,210 | cpp | #include <model.h>
#include <cstring>
#include <vulkan_device.h>
#include <iostream>
#include <vulkan_tools.h>
#include <logger.hpp>
#include <base_system.h>
#include <queue>
#include <material_texture_type.h>
#include <functional>
#include <deque>
#include <algorithm>
#include <EASTL/vector.h>
#include <glm/gtc/type_p... | [
"alberto.taiuti@gmail.com"
] | alberto.taiuti@gmail.com |
5f7ed4601ad2362a9307da836450a7e805a88f2c | f38d0a05ff29b998a2b69324a4087184b3e2bc45 | /el-get/cedet/tests/cedet/ede/src/compdb/utest/world/world.ipp | 41aee24e9bf79646501783283c7d59f65135671e | [] | no_license | saptarshim/.emacs.d | 691076c70f598e2585febb652a9fedc4468c2554 | 5dda7bf8b87afd059b57ee4b81b8d94330d1f9af | refs/heads/master | 2021-01-11T07:24:19.719017 | 2020-08-06T06:01:37 | 2020-08-06T06:01:37 | 69,996,650 | 0 | 0 | null | 2020-10-13T06:45:31 | 2016-10-04T19:00:24 | Emacs Lisp | UTF-8 | C++ | false | false | 226 | ipp | #include "world.hpp"
#include "utility.hpp"
#include <ostream>
template <typename Stream>
inline void HelloWorld(Stream& os)
{
os << "Hello, world!" << EOL
<< "This is a " << BUILD_TYPE << " build.\n";
}
| [
"saptarshi.mondal@gmail.com"
] | saptarshi.mondal@gmail.com |
ef58a260e988c80e54563252bde090cfa4c407f9 | 7e8f173ba153f233ef00dd1696bf9c6d18dfa1da | /CP/codechef/RAT MAZE.cpp | 450c3e361ccd30275e561d3079cc9c5365ccfc01 | [] | no_license | yash2322/COMPETITIVE_CODING | d11355cad63606f8cc685fe3baaa9ab8ed90c4b4 | 905b1469fbd886c17bb930e65999317d06966338 | refs/heads/master | 2020-04-12T04:19:06.890812 | 2020-01-31T11:23:05 | 2020-01-31T11:23:05 | 162,291,990 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,227 | cpp | #include<bits/stdc++.h>
#define FORS(i,a,b) for(long long int i=a;i<b;i++)
#define FORE(i,a,b) for(long long int i=a-1;i>=0;i--)
#define MAX 1000000
#define FS ios_base::sync_with_stdio(false); \
cin.tie(NULL);
#define out(a) cout<<a;
//#define out_pair(a(i)) cout<<a[i].first<<" "<<cout<<a[i].second;
using namespace st... | [
"useryash2322@gmail.com"
] | useryash2322@gmail.com |
b1b7fe4bf0e271f060762d5719f52c427d2c4285 | d7099252237d9dcd2ba3fcf91cdf406d76e9ced5 | /demo/mapdemo.cpp | 3bc45cce1326b428ac00b593e55bb469480a31c3 | [] | no_license | desuanuroop/Maps_Containers | c29a2e596463bdc51093379be68645b14e4bd12e | 6262a64a298f89e168cace2c8f8138d28aa13e97 | refs/heads/master | 2021-01-12T14:17:36.569090 | 2016-10-18T02:51:33 | 2016-10-18T02:51:33 | 68,962,737 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 902 | cpp | #include <iostream>
#include <map>
#include <assert.h>
using namespace std;
void original();
int main(){
map<int, int> ma;
ma.insert(make_pair(1, 1));
ma.insert(make_pair(2, 2));
ma.insert(make_pair(3, 3));
map<int, int> m;
m.insert(make_pair(1, 1));
m.insert(make_pair(2, 2));
assert(m < ma);
original();
retu... | [
"adesu1@cs.binghamton.edu"
] | adesu1@cs.binghamton.edu |
24cf3aaeea478f7878d4827f86a646ebb4fa299c | a09b1e5cf546d3cef40878ceedee8450131a761f | /robot_guide/include/robot_guide/supervision_timer.h | 79564e8a3598f2298336b00f3c6aaddc2d4b509b | [] | no_license | mfiore/spencer_supervisor | 52655afdfe47ac7d083f2bad5e7a5b5221906a7e | f26ce9be3758473a55bfe0913d08c3b629c53dad | refs/heads/master | 2021-01-21T21:43:04.988437 | 2016-01-27T09:49:57 | 2016-01-27T09:49:57 | 41,303,142 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 763 | h | /**
supervision_timer.h
Author: Michelangelo Fiore
this class represents a timer, which can be set to a specific duration, and can be stopped.
*/
#ifndef SUPERVISION_TIMER_H
#define SUPERVISION_TIMER_H
#include <ros/ros.h>
#include <string>
#include <boost/thread/mutex.hpp>
#include <boost/thread/locks.hpp>... | [
"mfiore@adagio.(none)"
] | mfiore@adagio.(none) |
fbc9edfa5e6df00a33d675971fda621268caf84c | 79b2a66f509e509633cd22e9d9d9e2f2ef853457 | /Huro/MCU/CPP_V0.3/SaveData.h | f6ee8bb323092724b145b1898e77186e58376dc8 | [] | no_license | tony9402/IRC_SOC_ROBOT_2018 | 6b388d5d884a1a9e74c2d897771369ae8fd08242 | 2f6bd8cfc1170909cbb19e15a4633407631f9e4d | refs/heads/master | 2020-03-25T07:06:50.691732 | 2019-08-30T11:46:28 | 2019-08-30T11:46:28 | 143,542,087 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 538 | h | #ifndef __SaveData_H
#define __SaveData_H
#include<cstdio>
#include<cstring>
#include<vector>
#include<iostream>
#include<cstdlib>
using namespace std;
#define LOG_IS_ERROR 2
#define OPEN_ERROR 3
//FILE SAVE SYSTEM
typedef struct{
int version;
char path[25];
}LOG_INFO;
const char file_path[] = "cd /mnt/f... | [
"tony9402@soongsil.ac.kr"
] | tony9402@soongsil.ac.kr |
5414748de03b61c8bc3ed0fff0addf99ef611aa2 | f71223a6ead901ae162c7791a55443f97e742135 | /visual studio/Source/Oscillator.cpp | f61337a2028fd487138dae08b5efec3a3dc5b7e0 | [] | no_license | cliffstep/ThereHand | 3d8e020ff1a3cd6b42e24fb8cd9223f4f69583a9 | fb05e0627881f256ec36dea654915cc93e8199ca | refs/heads/master | 2021-01-09T05:51:19.202945 | 2017-08-05T23:57:38 | 2017-08-05T23:57:38 | 80,846,596 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,325 | cpp | /*
==============================================================================
Oscillator.cpp
Created: 30 Jan 2017 10:25:48pm
Author: Daniel
==============================================================================
*/
#include "Oscillator.h"
Oscillator::Oscillator()
: amplitude(1.0f), sin... | [
"dangpzanco@gmail.com"
] | dangpzanco@gmail.com |
c89e3cf978958d0d7712ec3c914ff5d7bcdb2f6c | 5245966786ce137b3873949c302d61d4a1b76782 | /minisam/linear/spqr/SPQR.cpp | 181dd6042553e0292f4dd0181797502aa9a33fb1 | [
"BSD-3-Clause"
] | permissive | Edwinem/minisam | 524d6294ef6930a40ab1325dccb8191e3eeb9604 | 384167c361c4a64ad687c624749aae155aeae5d6 | refs/heads/master | 2021-01-16T12:40:51.486246 | 2020-02-25T23:39:41 | 2020-02-25T23:39:41 | 243,125,606 | 0 | 0 | BSD-3-Clause | 2020-02-25T23:34:23 | 2020-02-25T23:34:22 | null | UTF-8 | C++ | false | false | 808 | cpp | /**
* @file SPQR.cpp
* @brief Wrapped SuitSparse SPQR solver
* @author Zhaoyang Lv, Jing Dong
* @date Oct 30, 2018
*/
#include <minisam/linear/spqr/SPQR.h>
namespace minisam {
/* ************************************************************************** */
LinearSolverStatus QRSolver::solve(const Eigen... | [
"jdong@gatech.edu"
] | jdong@gatech.edu |
a8c92aa0c3ab3cf44c272dd848a4ff794211a82e | 41b4adb10cc86338d85db6636900168f55e7ff18 | /aws-cpp-sdk-codepipeline/include/aws/codepipeline/model/StageContext.h | bfa48dca14704b8c38c77aed976e2d61a504b1b4 | [
"JSON",
"MIT",
"Apache-2.0"
] | permissive | totalkyos/AWS | 1c9ac30206ef6cf8ca38d2c3d1496fa9c15e5e80 | 7cb444814e938f3df59530ea4ebe8e19b9418793 | refs/heads/master | 2021-01-20T20:42:09.978428 | 2016-07-16T00:03:49 | 2016-07-16T00:03:49 | 63,465,708 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,308 | h | /*
* Copyright 2010-2016 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" file... | [
"henso@amazon.com"
] | henso@amazon.com |
fe261a845d17b734040a8694f730f8534ea680eb | b1b281d17572e71b7e1d4401a3ec6b780f46b43e | /BOJ/1067/1067.cpp | ed505b07e5e665762d33e465a377a282ddbf0f03 | [] | no_license | sleepyjun/PS | dff771429a506d7ce90d89a3f7e4e184c51affed | 70e77616205c352cc4a23b48fa2d7fde3d5786de | refs/heads/master | 2022-12-21T23:25:38.854489 | 2022-12-12T07:55:26 | 2022-12-12T07:55:26 | 208,694,798 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,862 | cpp | // https://www.acmicpc.net/problem/1067
#include <algorithm>
#include <iostream>
#include <limits>
#include <string>
#include <vector>
#include <complex>
using std::cin; using std::cout;
using ull = unsigned long long;
using pii = std::pair<int, int>;
using cpx = std::complex<double>;
const int INF = std::numeric_li... | [
"sleepyjunh@gmail.com"
] | sleepyjunh@gmail.com |
4014d72fcbd03b18f37d36b5f12bb6be2c1515d4 | 5456502f97627278cbd6e16d002d50f1de3da7bb | /content/renderer/media/webrtc/processed_local_audio_source.h | 3ca9280caf1660d97f261d88f88dad2fb1c4b67a | [
"BSD-3-Clause"
] | permissive | TrellixVulnTeam/Chromium_7C66 | 72d108a413909eb3bd36c73a6c2f98de1573b6e5 | c8649ab2a0f5a747369ed50351209a42f59672ee | refs/heads/master | 2023-03-16T12:51:40.231959 | 2017-12-20T10:38:26 | 2017-12-20T10:38:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,628 | h | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_RENDERER_MEDIA_WEBRTC_PROCESSED_LOCAL_AUDIO_SOURCE_H_
#define CONTENT_RENDERER_MEDIA_WEBRTC_PROCESSED_LOCAL_AUDIO_SOURCE_H_
#i... | [
"lixiaodonglove7@aliyun.com"
] | lixiaodonglove7@aliyun.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.