blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9e642b5596588def2623a5bd1f9d9ee555a2ac4f | 83010fe0442b0cf6f7260ee71a452d087f328a5d | /lant eulerian.cpp | 308fc24f9a9d569d0023e2e6cd0fbda4e97405b9 | [] | no_license | samkumartp/Competitive-programming-problems | d6b32233d36dbd91fe5c78d2f4b4e37afcfe67df | 399d966d5e77aae4c3823405e3989b4e1b1bbea5 | refs/heads/master | 2020-04-08T11:54:06.225640 | 2017-09-17T16:25:35 | 2017-09-17T16:25:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 773 | cpp | # include <fstream>
# include <vector>
# include <stack>
using namespace std;
ifstream f("le.in");
ofstream g("le.out");
struct elem
{
int e,nr;
}E;
stack <int> st;
vector <elem> v[100];
int i,j,n,m,x,y,k;
int ap[100];
int main ()
{
f>>m;
for (i=1; i<=m; ++i)
{
f>>x>>y;
E.e=y; E.nr=i;
... | [
"andrei.margeloiu@gmail.com"
] | andrei.margeloiu@gmail.com |
78a3100c5c6f9ac383c694ad48872f5924039d10 | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/run-scripts/tmp_1/W+RW+WW+WR+poal+poll+dmb.sylp+L.c.cbmc.cpp | a8b87f2599e3bf3804d59a00b1ba80f81d80ca5f | [] | no_license | ashutosh0gupta/llvm_bmc | aaac7961c723ba6f7ffd77a39559e0e52432eade | 0287c4fb180244e6b3c599a9902507f05c8a7234 | refs/heads/master | 2023-08-02T17:14:06.178723 | 2023-07-31T10:46:53 | 2023-07-31T10:46:53 | 143,100,825 | 3 | 4 | null | 2023-05-25T05:50:55 | 2018-08-01T03:47:00 | C++ | UTF-8 | C++ | false | false | 52,397 | cpp | // 0:vars:3
// 3:atom_1_X0_1:1
// 4:atom_3_X2_0:1
// 5:thr0:1
// 6:thr1:1
// 7:thr2:1
// 8:thr3:1
#define ADDRSIZE 9
#define NPROC 5
#define NCONTEXT 1
#define ASSUME(stmt) __CPROVER_assume(stmt)
#define ASSERT(stmt) __CPROVER_assert(stmt, "error")
#define max(a,b) (a>b?a:b)
char __get_rng();
char get_rng( char from... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
841eb1d5f48270518234d159a38c7dc228187eee | ce1e15d915dfce4462614a3616574071624519e0 | /Entities/Obstacle.h | 6fd174b08c4f92fad3c8ef819d22216c1c0a1a73 | [] | no_license | terrancehanlon/RPG | 9fea24591ee14da963c83ecf1b90c55c207e8d3d | 8fbc3486bcceda6146a8f66d8453502a1972018c | refs/heads/master | 2021-08-18T13:41:02.318541 | 2021-08-08T20:01:09 | 2021-08-08T20:01:09 | 232,482,973 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 585 | h | #ifndef OBSTACLE_H
#define OBSTACLE_H
#pragma once
// #include "../Lib/Imports.h"
#include "../Lib/TextureManager.h"
class Obstacle {
public:
Obstacle();
~Obstacle();
void render(sf::RenderWindow* window);
void update(sf::Time dt);
void tree();
AnimatedSprite a... | [
"hanlo053@umn.edu"
] | hanlo053@umn.edu |
ddf067cefa84b4a5cbcdf05a5a6f5bd6613fc5bf | 8fd82049c092a6b80f63f402aca243096eb7b3c8 | /MFCMailClient/MFCMailClient/MFCMailClient.cpp | 7f3080da4e009e0bcb75cecd300e06ab747eb234 | [] | no_license | phucnh/laptrinhmang-k52 | 47965acb82750b600b543cc5c43d00f59ce5bc54 | b27a8a02f9ec8bf953b617402dce37293413bb0f | refs/heads/master | 2021-01-18T22:22:24.692192 | 2010-12-09T02:00:10 | 2010-12-09T02:00:10 | 32,262,504 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,418 | cpp |
// MFCMailClient.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "MFCMailClient.h"
#include "MFCMailClientDlg.h"
#include "Pop3.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CMFCMailClientApp
BEGIN_MESSAGE_MAP(CMFCMailClientApp, CWinApp)
ON_COMMAND(ID_... | [
"nguyenhongphuc.hut@e1f3f65c-33eb-5b6a-8ef2-7789ca584060"
] | nguyenhongphuc.hut@e1f3f65c-33eb-5b6a-8ef2-7789ca584060 |
02c4d44b9c983b1583393eab553c092a47c17ec3 | d3683c6ffb0a71ccb8cbc6f1b008ffaed006e4e6 | /SupportLibraries/bullet-2.76/Demos/BasicDemo/main.cpp | e9742ce818cf4417ff68a9873de4b82ffffdcb03 | [
"Zlib",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | kristofe/GameEngine | 0cc491211d76e62ad82f06032b5bae06872dadc1 | 8f5c37956a27459b16249442c15450f0ff183046 | refs/heads/master | 2021-01-19T18:36:04.878626 | 2014-05-09T22:31:15 | 2014-05-09T22:31:15 | 5,623,912 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,476 | cpp | /*
Bullet Continuous Collision Detection and Physics Library
Copyright (c) 2003-2007 Erwin Coumans http://continuousphysics.com/Bullet/
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
P... | [
"kristofe72@gmail.com"
] | kristofe72@gmail.com |
91ac766052862031137522dfc37012c407f4996b | 065e3a6924477e11953d7cd0d727e942a37062b0 | /src/collada-dom/1.5/dom/domFx_stenciltarget.cpp | 0a9de836cb035caeb3a8fe2a17869e51a7bf047d | [
"MIT"
] | permissive | veter-team/daeview | a1b981bc0cbdf52515cdd61d2843202b6519e304 | 6eaff3cd4efe0c5548d8897267356db473b4b907 | refs/heads/master | 2020-06-04T01:32:45.481589 | 2012-12-28T10:30:22 | 2012-12-28T10:30:22 | 2,455,216 | 10 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,228 | cpp | #include <dae.h>
#include <dae/daeDom.h>
#include <dom/domFx_stenciltarget.h>
#include <dae/daeMetaCMPolicy.h>
#include <dae/daeMetaSequence.h>
#include <dae/daeMetaChoice.h>
#include <dae/daeMetaGroup.h>
#include <dae/daeMetaAny.h>
#include <dae/daeMetaElementAttribute.h>
daeElementRef
domFx_stenciltarget::create(DAE... | [
"andreynech@gmail.com"
] | andreynech@gmail.com |
bfbd414e5dd88141b2c6f182fdbd550658996f9b | bf52cc5e6958084ada9cb22f2b2e128919ad1bbf | /runtime/webextractor/libwebexsettings/webextractor_kcm.cpp | 9eea9480ef9340bbf4ee49eeefd4002e6c7a07f7 | [] | no_license | KDE/nepomuk-web-extractor | 29b2c228d24244202d86e3651a93afda60216721 | 6e9af02a4db4e9d1f5a56c6da5ba4e059479bb2e | refs/heads/master | 2021-03-12T21:56:15.890287 | 2018-12-29T11:22:54 | 2018-12-29T11:22:54 | 42,723,350 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,515 | cpp | /*
Copyright (C) 2010 by Serebriyskiy Artem <v.for.vandal@gmail.com>
This library is free software; you can redistribute it and/or modify
it under the terms of the GNU Library General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
... | [
"v.for.vandal@gmail.com"
] | v.for.vandal@gmail.com |
19c31f37c8ec7674f6379bd4797ea454b6c5b22d | 36183993b144b873d4d53e7b0f0dfebedcb77730 | /GameDevelopment/Game Programming Gems 3/Source Code/01 General Programming/02 Patterson/GFDemo/TaskConfigObj_SystemConfig_t.h | 6684097fd9bbca522fd9c7099e22c10bb042ca05 | [] | no_license | alecnunn/bookresources | b95bf62dda3eb9b0ba0fb4e56025c5c7b6d605c0 | 4562f6430af5afffde790c42d0f3a33176d8003b | refs/heads/master | 2020-04-12T22:28:54.275703 | 2018-12-22T09:00:31 | 2018-12-22T09:00:31 | 162,790,540 | 20 | 14 | null | null | null | null | UTF-8 | C++ | false | false | 1,167 | h | /* Copyright (C) Scott Patterson, 2002.
* All rights reserved worldwide.
*
* This software is provided "as is" without express or implied
* warranties. You may freely copy and compile this source into
* applications you distribute provided that the copyright text
* below is included in the resulting source code,... | [
"alec.nunn@gmail.com"
] | alec.nunn@gmail.com |
1be9e5528a29b266adc565ddc6b6c5e4c5134cd3 | 056e39bcc0f6201f17644dd3d486b13b310aa787 | /liscircular/src/nodo.cpp | 735d98a2918019aeffeea4280b9e2c0168c2bc3d | [] | no_license | fsbenavides/ACM | 5be6719c6e52dd8393f33ccd773cba5d4f59b366 | 1afd473ce5207e0e351fe6e811191e6e2d642024 | refs/heads/master | 2018-07-08T17:49:05.585884 | 2018-06-22T04:05:11 | 2018-06-22T04:05:11 | 104,231,436 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 424 | cpp | #include "nodo.h"
#include <string>
#include <iostream>
using namespace std;
template<class T>
Nodo<T>::Nodo(T d){
dato=d;
siguiente=NULL;
}
template<class T>
T Nodo<T>::getDato(){
return dato;
}
template<class T>
void Nodo<T>::setDato(T nuevoDato){
dato=nuevoDato;
}
templat... | [
"noreply@github.com"
] | fsbenavides.noreply@github.com |
bf2960e6137f78668af89a0684f3fde370234832 | 4c36cca46397b3b19835cd25a6e66789d6b55184 | /[C++]ProcessManager/Manager.cpp | d37bb658646528479c5cf7e1aa3d947a66f5cf66 | [] | no_license | kkolodziejczak/C-Programs | bae99700229f381ff6f8f6250965f42cb1b7f058 | 5b6bc0e46851831d14263ebf279591ccf2b5a7cc | refs/heads/master | 2021-01-01T05:56:26.262944 | 2018-01-31T15:40:15 | 2018-01-31T15:40:15 | 97,313,079 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 358 | cpp | #include "stdafx.h"
#include "Process.h"
#include "Manager.h"
long Manager::getlastID() const
{
return lastAddedID;
}
void Manager::setLastID(long last_id)
{
lastAddedID = last_id;
}
std::vector<Process*> Manager::getQueue() const
{
return Queue;
}
void Manager::pushToQueue(Process* tmp)
{
this->setLastID(tmp->get... | [
"mrthemo@gmail.com"
] | mrthemo@gmail.com |
0762373385259e006de255c37fa39dfe6bec7d1f | 261e42704414b8b618cc2a4f4c83cac00c005c04 | /RtspLib/src/rtsp_streamer.h | 5f8ae73e02108c66874926ff462460640adc449b | [
"MIT"
] | permissive | hiro-han/unity-rtsp-streamer | 76d7dc9a57091707df8e0dca9b8530c99d9b3406 | 5381e7b9bdc7af0dd3d0c62f5a24548882b4000c | refs/heads/main | 2023-07-16T20:53:18.724305 | 2021-08-26T17:16:20 | 2021-08-26T17:16:20 | 380,272,853 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,115 | h | #ifndef RTSP_STREAMER_H_
#define RTSP_STREAMER_H_
#include "type.h"
#include <gst/gst.h>
#include <gst/rtsp-server/rtsp-server.h>
#include <mutex>
#include <queue>
#include <string>
#include <thread>
class RtstStreamer {
public:
RtstStreamer(const Encode enc, const ImageFormat format,
const std::s... | [
"hirofumi.han@gmail.com"
] | hirofumi.han@gmail.com |
5a8bc5eb3dfe6e4d054a98f492b331aa36f63cf5 | 1db236add9383975cac49bdd4c4ab35074d8934b | /codeforces/1339/B.cpp | ac3d5ea1d591463ae1f2fad82bb61c91a4b1df9e | [] | no_license | codingiamnot/competitive-programming | 526e0c6bd1ab83ddffb5e4ad776792143e2efed2 | b1c0b79f93f2490103b0e86cccf195ccae073266 | refs/heads/master | 2023-02-23T14:22:23.798874 | 2021-01-19T15:35:00 | 2021-01-25T17:49:08 | 325,035,219 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 934 | cpp | #include <bits/stdc++.h>
using namespace std;
int t,n,i,mij;
int a[100005];
int main()
{
cin>>t;
while(t)
{
t--;
cin>>n;
for(i=1;i<=n;i++)
cin>>a[i];
sort(a+1, a+n+1);
if(n%2==0)
{
mij=n/2;
cout<<a[mij]<<' '<<a[mij+1]<<' ... | [
"none"
] | none |
91f62bc1eb3a517866b62a45ebebe2c56e332a8d | 1aae918364e3339702da413f5b6cff63f5f811f1 | /APlayer/Agents/Decruncher/Decrunch_XPK-SQSH.cpp | 76c2f64c2053ae7e661029fb2ebd51fa093a36f0 | [] | no_license | pbh3224/APlayer-1 | 4fdd67ff991a00f44939986ede24cb80e5a988dc | 5ae2dc45aac8c2e9871eb7c9ca064f64876faee2 | refs/heads/master | 2022-12-19T13:32:41.300734 | 2020-09-12T18:09:07 | 2020-09-12T18:09:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,813 | cpp | /******************************************************************************/
/* Decruncher for XPK-SQSH class. */
/******************************************************************************/
/* This source, or parts thereof, may be used in any software as long the ... | [
"pulkomandy@2acc5306-6531-47f8-909e-9acfd2f9568f"
] | pulkomandy@2acc5306-6531-47f8-909e-9acfd2f9568f |
d39b60df0e35715191f755e10775e1f6fd8dc81c | a06a9ae73af6690fabb1f7ec99298018dd549bb7 | /_Library/_Include/boost/spirit/include/classic_loops.hpp | 92b80b8e18e1802a0810a57f21c248de60c450ca | [] | no_license | longstl/mus12 | f76de65cca55e675392eac162dcc961531980f9f | 9e1be111f505ac23695f7675fb9cefbd6fa876e9 | refs/heads/master | 2021-05-18T08:20:40.821655 | 2020-03-29T17:38:13 | 2020-03-29T17:38:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 861 | hpp | ////////////////////////////////////////////////////////////////////////////////
// classic_loops.hpp
/*=============================================================================
Copyright (c) 2001-2008 Joel de Guzman
Copyright (c) 2001-2008 Hartmut Kaiser
http://spirit.sourceforge.net/
Distributed under th... | [
"adm.fael.hs@gmail.com"
] | adm.fael.hs@gmail.com |
48ebee2ebc62e22b4ea6e7d9ddda0d9d9701b5c5 | dcafc53ed795fb295fe41dfbe426497ac1eee076 | /archive/basics/code_struct_11_loops/sum-inc.cpp | 1b5766413cfdc7c0d9fd503d3854bed9d6581909 | [] | no_license | hoodielive/cplusplus | 18b68537c26bb12388075262e2db3e5654301dea | 8592ed7190ca335fdf13739d4682be253a88a8b8 | refs/heads/master | 2020-03-21T18:07:03.423697 | 2020-01-29T03:48:24 | 2020-01-29T03:48:24 | 138,873,323 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 242 | cpp | #include <iostream>
int main()
{
int n;
int sum;
std::cout << "Enter a number: " << std::endl;
std::cin >> n;
for (int i = 1; i <= n; i++)
{
sum += i;
}
std::cout << "This is the sum: " << sum << std::endl;
return 0;
}
| [
"hoodielive@gmail.com"
] | hoodielive@gmail.com |
84c1a3632326f7ef4edf87b33726a006390d8b11 | f436c21a9ee8ebe9c6495ca6c3675a65069df90b | /Signal/IX8/MODEL/math_09.h | aac9cbca07db6951d9656247486e3644189b714c | [] | no_license | alexf2/SignalProcessing | 72fdae28e13048fc48db20cb6e85c9ff84f4be02 | 47aa4d3637104dd5c04a75d1339adfbe807bd422 | refs/heads/master | 2021-05-08T13:50:37.482404 | 2018-02-02T22:58:30 | 2018-02-02T22:58:30 | 120,040,265 | 2 | 1 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 592 | h | #ifndef _CMix_H_
#define _CMix_H_
#include <stdlib.h>
#include "Math_04.h"
class CMix
{
// случайное число в диапазоне [ 0.0; 1.0 )
double Rand()
{
return ( double ) rand() / RAND_MAX;
}
// возвращает амплитуду сигнала
double FindA( DComplex *U, int... | [
"Aleksey-Fedorov@mailfrom.ru"
] | Aleksey-Fedorov@mailfrom.ru |
37d6273cdac6a6bbea323153ca750dec7f29a86f | 19bacfaad881a8ba43f7eb86dd2237d1ca928f48 | /Source/Rade/RadePC.cpp | 721a0973684cc4161c61cc64ac8cb8a990edd447 | [
"Apache-2.0"
] | permissive | lineCode/Rade | 6b99927a4c877f655bc46145476ea3de83540eb7 | 5c50ca0a06f5b650741dc536ad736944f935d36a | refs/heads/master | 2023-08-22T02:20:52.774569 | 2021-10-19T19:18:37 | 2021-10-19T19:18:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 81 | cpp | // Copyright 2015-2021 Vagen Ayrapetyan
#include "RadePC.h"
#include "Rade.h" | [
"vagenv@gmail.com"
] | vagenv@gmail.com |
105ed1a49cf254df6de0430cb4573db59fdca2bd | 1801f32b0cd5bed144eacb4b4f002e980fa7882b | /src/util/url.hh | 26b8de4942d020c29edd91c804fb9cb60c105ccd | [] | no_license | pwnsky/lgx | 616b1f317c7f93f14ce15c075ef55f23a8905bc8 | 98ebd21698fa6f145df452431111e84c7b8dab04 | refs/heads/master | 2023-04-29T07:29:11.762951 | 2021-05-18T08:25:25 | 2021-05-18T08:25:25 | 361,410,750 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 993 | hh | #pragma once
#include "base.hh"
class lgx::util::url {
public:
static std::string decode(const std::string &url) {
std::string ret;
for(size_t i = 0, j = 0; i < url.size(); ++j, ++i) {
unsigned char n = 0;
if (url[i] == '%') {
if(url[i + 1] >= '0' &&... | [
"l418894113@gmail.com"
] | l418894113@gmail.com |
d8714289b7ab10896c45792c9e12ca3372035946 | f386a7f0c787e2ddc9444f1efde58b336fe79cf6 | /thread_lib/locker.h | e7522e1cb1fc5fcbcbdcb64fd066901f43fdfb65 | [
"Apache-2.0"
] | permissive | j0rGeT/linux_env_dev | 01ad5b2d9744ed875c810491e1d9c9d95c796346 | 8076ca56a2ec907dec0c952e6ed27b6e644c5ae1 | refs/heads/main | 2023-07-18T13:17:10.714950 | 2021-08-30T11:24:17 | 2021-08-30T11:24:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,586 | h | //
// Created by root on 8/30/21.
//
#ifndef LOCKER_H
#define LOCKER_H
#include <exception>
#include <pthread.h>
#include <semaphore.h>
class sem
{
public:
sem(){
if(sem_init(&m_sem, 0,0)!=0)
{
throw std::exception();
}
}
~sem(){
sem_destroy(&m_sem);
}
b... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
cfb62e27a2589aba8d9b6420e62834568fda3514 | ab896b24bdac90211ab8f80ba242f36b716889a2 | /src/triangle.cpp | a3258d3f939797f806ecfcede0ea4b47f9c6355e | [] | no_license | KrollTroll/ComputerGraphicsLab7 | 0b69a57e532fc3cf4c77a89a83efea49151a1c0a | 8c2bea0db616cfa8d3f7e557a00de91bb0224a3f | refs/heads/master | 2020-03-15T01:04:44.712269 | 2018-05-17T18:34:34 | 2018-05-17T18:34:34 | 131,884,831 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,059 | cpp | /**
* Connor Kroll
* Graphics
*
* This file implements control to a triangle object
* It extends shape and adds two more points
*/
#include <vector>
#include <cstdlib>
#include <algorithm>
#include "triangle.h"
using namespace std;
triangle::triangle(float x, float y, float z, int R, int G, int B, float x2,... | [
"ckroll@Gingitsune.nebula.msoe.edu"
] | ckroll@Gingitsune.nebula.msoe.edu |
bb19259d6150989155fbe7f2043c7f9d6965204e | ed9ad76f5b0891f56fa1fe0454cb788a35825b6d | /MediaSource/Sample.h | 75574abbe86daadf2fa81ede058d9776572bac1b | [
"MIT"
] | permissive | EthanHao/MediaMonitorSource | 371cdf3b4d6af6d8cef6c8f121e1cef939a42aeb | 15ce6cb803ed59e1e7e42ab85df27af584409de6 | refs/heads/master | 2020-01-23T21:41:04.420658 | 2016-12-14T04:15:26 | 2016-12-14T04:15:26 | 74,689,161 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,395 | h | #pragma once
#include "windows.h"
class CBufferSample
{
private:
BYTE * mpBuffer;
DWORD mLen;
double mTime;
double mDuration;
public:
CBufferSample(const BYTE * nBuffer, DWORD nLen, double nTime, double nDuration)
{
mpBuffer = (BYTE*)malloc(nLen);
memcpy(mpBuffer, nBuffer, nLen);
mLen = nLen;
mTime ... | [
"hao.weihua@qq.com"
] | hao.weihua@qq.com |
346d43dd7751c7e2636f0d976f0acc508b554be9 | 05b166f163992e1aa67f089c0c86d27a9c3af786 | /~2022/Simulation/20056.cpp | d525085fc1d8a34742135ef3fbe5aebea34b1c68 | [] | no_license | gyeolse/algorithm_study | 52417554c9ab7ffc761c3b78e143683a9c18abaa | bdfd3f0ae0661a0163f5575f40a6984a6f453104 | refs/heads/master | 2022-08-31T11:32:27.502032 | 2022-08-06T12:18:50 | 2022-08-06T12:18:50 | 246,004,136 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,441 | cpp | #include <bits/stdc++.h>
using namespace std;
int n, m, k;
int dirX[8] = { -1,-1,0,1,1,1,0,-1 };
int dirY[8] = { 0,1,1,1,0,-1,-1,-1 };
int allDirection[4] = { 0,2,4,6 };
int notDirection[4] = { 1,3,5,7 };
struct Fireball
{
int x;
int y;
int massive; //질량
int speed; //속도
int direction;
};
vector<... | [
"threewave@kakao.com"
] | threewave@kakao.com |
a763967b393969839e74f60083d7ede244890272 | 355a7b7183169de9305dfbf2bc167ea22b533abf | /Src/Edislab/Include/Bcg/BCGPOutlookButton.h | 2adf15eb9c2c6a62b5a45b58f2c0e7e909c51e3e | [] | no_license | vbtang/DevSoft | beda6c01e34dd3c86a4cbd155ead2541d6f479e2 | 023ffa59987c00f466eaf58c2388bfb9baa6ffd5 | refs/heads/master | 2020-05-25T19:18:45.893420 | 2017-07-02T11:18:00 | 2017-07-02T11:18:00 | 84,955,829 | 1 | 0 | null | 2017-07-02T05:13:24 | 2017-03-14T14:02:57 | C++ | UTF-8 | C++ | false | false | 1,773 | h | //*******************************************************************************
// COPYRIGHT NOTES
// ---------------
// This is a part of the BCGControlBar Library
// Copyright (C) 1998-2016 BCGSoft Ltd.
// All rights reserved.
//
// This source code can be used, distributed or modified
// only under terms and condi... | [
"xiaowei_han@yeah.net"
] | xiaowei_han@yeah.net |
b6e5e100a16d244ea03e776182507912b5834505 | 95ab8a21dda989fde5b0796d1488c30128a01391 | /LeetCode/Missing Number.cpp | da728d860ac8cf3e8d4d65d890bd07408bc5c4dd | [] | no_license | neelaryan2/CompetitiveProgramming | caa20ffcdee57fb2e15ceac0e7ebbe4e7277dc34 | 959c3092942751f833b489cc91744fc68f8c65d2 | refs/heads/master | 2021-06-28T14:10:50.545527 | 2021-02-15T17:34:03 | 2021-02-15T17:34:03 | 216,887,910 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 390 | cpp | class Solution {
public:
int missingNumber(vector<int>& nums) {
int n = nums.size();
for (int i = 0; i < n;) {
if (nums[i] == i || nums[i] == n)
i++;
else
swap(nums[i], nums[nums[i]]);
}
for (int i = 0; i < n; i++)
... | [
"neelaryan2@gmail.com"
] | neelaryan2@gmail.com |
aa3d23a3d3b0cebac85eaf9811e547fec885c989 | 155e12d1b6e8cacd27d8bd773b592876d8cd9829 | /UsualEngineR/Graphics/AnimationPlayController.h | ce9875d5118cb6c604e00f53f5effd2d2ec12f9f | [] | no_license | kokoasann/UsualEngineR | dd6606f72b719ea1e3d684bde59af90f2a981280 | cf803f96c3520bd485282c680be29f5248737b26 | refs/heads/master | 2023-03-07T12:18:52.795038 | 2021-02-25T17:21:59 | 2021-02-25T17:21:59 | 291,441,353 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,792 | h | /*!
* @brief アニメーション再生コントローラ。
*/
#pragma once
namespace UER{
class CAnimation;
class Skeleton;
struct Bone;
class CAnimationClip;
/*!
* @brief アニメーションの再生コントローラ。
* @details
* 一つのアニメーションクリップに対してアニメーションを進めて、ローカルポーズを計算します。
*/
class CAnimationPlayController{
public:
/*!
* @brief コンストラクタ。
*/
C... | [
"kokoasann@gmail.com"
] | kokoasann@gmail.com |
acd919cbe4e81119c9ff5ed09f3c1f3a12757e57 | e1bc46edbe00f261282cb798eb59a25ad5227eff | /lte/gateway/c/oai/lib/s6a_proxy/proto_msg_to_itti_msg.cpp | 2299dcd5ccd3ccb6ec8e766f4cca117d527b2060 | [
"Apache-2.0",
"LicenseRef-scancode-unknown",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | 119Vik/magma-1 | 57f9a69036c742fcfcb97e84c59be78dec650609 | 107a7b374466a837fc0a49b283ba9d6ff1d702e3 | refs/heads/master | 2022-12-14T14:03:53.841221 | 2020-07-24T10:46:09 | 2020-07-24T11:29:37 | 279,833,292 | 0 | 0 | BSD-3-Clause | 2020-07-15T12:12:30 | 2020-07-15T10:05:13 | Go | UTF-8 | C++ | false | false | 6,469 | cpp | /*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the Apache License... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
11953be42aae44e5c819b9620ba807f9d4f4f75e | eacdeb96568507b41ed301ba6d530cebe1a4137a | /Source/Framework/Utility/FileSystem/TeDataStream.h | 2facaa79cc22f0a242e4b03a392283ca125c76c0 | [
"MIT"
] | permissive | fabsgc/TweedeFramework | 52353973a41bcb4ae28f9b5775ca47d23b0c4405 | dfd48f53a6c64b1c8b11ae2ed204dbfcb3ae6fda | refs/heads/master | 2020-04-05T16:02:07.403945 | 2019-04-28T13:22:38 | 2019-04-28T13:22:38 | 156,994,253 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 462 | h | #pragma once
#include "Prerequisites/TePrerequisitesUtility.h"
#include <istream>
namespace bs
{
/** Supported encoding types for strings. */
enum class StringEncoding
{
UTF8 = 1,
UTF16 = 2
};
/**
* General purpose class used for encapsulating the reading and writing of data from and to various sources u... | [
"fabienbeaudimi@hotmail.fr"
] | fabienbeaudimi@hotmail.fr |
c360ed5a3cf6e0e06d0f7bdaf51f508cd62d4ee0 | d3d669b6a18ef73e26a82162b1ee668a53ff4527 | /healthClubException.h | bed2f788c2b9ac9e4a524acef319d9762e7ad8bd | [] | no_license | lior035/CPP-WorkoutGym | 12cb88cca078566920c259f01adaa9cc66463e30 | 5f1c2b1a36d29235e8c06666cd1ca0befbd8b13e | refs/heads/master | 2016-09-09T19:04:18.903575 | 2014-10-27T12:22:23 | 2014-10-27T12:22:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,695 | h | #ifndef HC_EXCEPTION
#define HC_EXCEPTION
#include <iostream>
#include <string.h>
#include "healthClub.h"
class HealthClubException
{
typedef HealthClub::exceptions exceptions;
char* tName;
exceptions wrongCode;
char* msg;
//private methods to be used only in this sector
char* setName (const char* name)
{
... | [
"Lior035@gmail.com"
] | Lior035@gmail.com |
8782b022e889e0d4284e16c05ed55372c3bd82be | ebacc5b1b457b08eac119e43c030281c98343aeb | /vstest/C++/37cpp/37cpp/01.cpp | c1ea1e04bd53096e7f4997dd7b2202674217eb21 | [] | no_license | deardeng/learning | e9993eece3ed22891f2e54df7c8cf19bf1ce89f4 | 338d6431cb2d64b25b3d28bbdd3e47984f422ba2 | refs/heads/master | 2020-05-17T13:12:43.808391 | 2016-02-11T16:24:09 | 2016-02-11T16:24:09 | 19,692,141 | 1 | 1 | null | null | null | null | GB18030 | C++ | false | false | 1,392 | cpp | #include <iostream>
using namespace std;
class BB{
public:
virtual void vfbb(){
cout << "BB::vfbb" << endl;
}
virtual void vfbb2(){
cout << "BB::vfbb2" << endl;
}
int bb_;
};
class B1:virtual public BB{
public:
virtual void vfb1(){
cout << "B1::vfb1" << endl;
}
int b1_;
};
class B2:vi... | [
"565620795@qq.com"
] | 565620795@qq.com |
a706cee47b2060abe4197f926db0aa1a5446ffe8 | 9b4f4ad42b82800c65f12ae507d2eece02935ff6 | /src/Media/NullRenderer.cpp | f31daa7f0b5e78688ab72bfe3fe94c3d2caa66bb | [] | no_license | github188/SClass | f5ef01247a8bcf98d64c54ee383cad901adf9630 | ca1b7efa6181f78d6f01a6129c81f0a9dd80770b | refs/heads/main | 2023-07-03T01:25:53.067293 | 2021-08-06T18:19:22 | 2021-08-06T18:19:22 | 393,572,232 | 0 | 1 | null | 2021-08-07T03:57:17 | 2021-08-07T03:57:16 | null | UTF-8 | C++ | false | false | 3,347 | cpp | #include "Stdafx.h"
#include "MyMemory.h"
#include "Sync/Event.h"
#include "Sync/Thread.h"
#include "Text/MyString.h"
#include "Media/IMediaSource.h"
#include "Media/IAudioSource.h"
#include "Media/NullRenderer.h"
#include "Media/RefClock.h"
UInt32 __stdcall Media::NullRenderer::PlayThread(void *obj)
{
Me... | [
"sswroom@yahoo.com"
] | sswroom@yahoo.com |
df8ccb7b7b30c8123def7d4ae781ed75a9e6b0c7 | d4138d1a8326ee4bdff60f6715ce3058aeb06a76 | /llvm/runtime/lib/tsan/rtl/tsan_mman.h | 00a15bf4a0b622920d02f7056d1e0d15ea55fa35 | [
"LicenseRef-scancode-warranty-disclaimer",
"NCSA",
"MIT"
] | permissive | isabella232/rv-predict | 65fce39fce22093fe4c61b9a5a0f46ef16c95aab | 6733dcc0811c16be8e10ea7df77ef238dc152d87 | refs/heads/master | 2023-06-16T20:30:47.419240 | 2019-01-03T19:35:53 | 2019-01-03T19:35:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,148 | h | //===-- tsan_mman.h ---------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"dyoung@pobox.com"
] | dyoung@pobox.com |
fa9bf09d9e26d5f1eb4da4ab5983b173d73eda26 | 8d6b21df350f8d191462a5010ac0d49f67070a69 | /src/qt/optionsdialog.cpp | 655334691aeec9f4cf4f3372b3cc2cbc877a70d9 | [
"MIT"
] | permissive | digicredit/digicredit | 8a6597787445289f537e610a839d60127227e975 | a4f933b175baa0a418ac4f3edca61ab3dd853d55 | refs/heads/master | 2021-01-21T12:06:22.379434 | 2015-04-08T12:47:37 | 2015-04-08T12:47:37 | 33,405,732 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,672 | cpp | #include "optionsdialog.h"
#include "ui_optionsdialog.h"
#include "bitcoinamountfield.h"
#include "bitcoinunits.h"
#include "monitoreddatamapper.h"
#include "netbase.h"
#include "optionsmodel.h"
#include "qvalidatedlineedit.h"
#include "qvaluecombobox.h"
#include <QCheckBox>
#include <QDir>
#include <QIntValidator>
#... | [
"digicredit@hotmail.com"
] | digicredit@hotmail.com |
f276a6c70cdf60b753689909131244cd58b4737f | 29be7c52e05d32a4b02e6c0a1a6424abb2f60d57 | /fuse-qreader/Example/build/Android/Preview/app/src/main/include/Fuse.Controls.Navigat-dfe8cc6e.h | 07c9e2a9518079ed8d7e0fc87e1aa227124b7adc | [
"MIT"
] | permissive | redtree0/CITOS-APP | 3b8cbc86fd88f6adb5b480035788eac08290c7a6 | 624f69770d8573dffc174f1f9540c22f19c71f14 | refs/heads/master | 2020-03-29T05:42:49.041569 | 2018-09-25T14:24:55 | 2018-09-25T14:24:55 | 149,594,359 | 0 | 0 | null | 2018-09-20T10:47:57 | 2018-09-20T10:47:57 | null | UTF-8 | C++ | false | false | 409 | h | // This file was generated based on C:/Users/채재윤융합IT학부/AppData/Local/Fusetools/Packages/Fuse.Controls.Navigation/1.9.0/NavigatorSwipe.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Int.h>
namespace g{
namespace Fuse{
namespace Controls{
// public enum NavigatorSwipe... | [
"moter74@naver.com"
] | moter74@naver.com |
b49df2fd03548a5e02bf47a9e1d265ba86577577 | 56fa94e771ce9dbd3abd62b6b2d46d1580aeaa56 | /LD31_Game/Source/Screens/GameScreen.cpp | a44583b03dc4450695930f5ec114eb0fc32badba | [] | no_license | Groovemancer/LD31_Game | 520f0cace0f57863df7e5ce5548a7690d64bcc9d | dff02b0f85a982a687787a8d73306d2a67e26ff6 | refs/heads/master | 2021-05-28T10:27:35.682656 | 2014-12-16T02:00:52 | 2014-12-16T02:00:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,667 | cpp | #include "Base.h"
GameScreen::GameScreen()
: Screen()
{
offsetX = 16;
offsetY = 12;
level = new Level();
level->LoadLevel( "Resources/Levels/level_01.lvl" );
Player* player = new Player( level, 1, KEYBOARD1, Vector2f( 48, 192 ) );
Game::GameObjectManager.AddGameObject( player );
}
GameScreen::~GameScreen()
{... | [
"icedmetal57@gmail.com"
] | icedmetal57@gmail.com |
e05fe11403abba9293490ceec4cfadecf8cc9670 | 85771d579714525c936218aa97c480912050aea5 | /icc/cmds.cpp | d854fdf79093fb0d2dcd144736abbc2861dbabcd | [] | no_license | CaoYnag/gomoku-battle | 731c5e4c4763c70f8be42a9f6de722f28e6a17b3 | 9f2b60bf474046742daf7ad87049421ab6cc3ea9 | refs/heads/main | 2023-07-16T07:22:37.931694 | 2021-09-06T03:01:29 | 2021-09-06T03:01:29 | 326,959,085 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,270 | cpp | #include "cmds.h"
cmd_t::cmd_t() {}
cmd_t::cmd_t(int t) : type(t) {}
cmd_connect::cmd_connect(const string& _ip, int _port) : cmd_t(CMD_CONNECT), ip(_ip), port(_port)
{}
cmd_create_room::cmd_create_room(const string& n) : cmd_t(CMD_CREATE_ROOM), name(n), psw("")
{}
cmd_create_room::cmd_create_room(const string& n, c... | [
"CaoYangCS@outlook.com"
] | CaoYangCS@outlook.com |
3a579a86329c614ca4d61fb9fbd97b52414728c4 | 42f0c87e7c7369c61638cc06c62c20f8a6b80215 | /Array/Gas_Station.cpp | ddd3e0803e115e5602f1685c62bfd945a0de018f | [] | no_license | utwodownson/leetcode_old | d07d63b065fadb52b1b6a0e1c5aba3482b9d9771 | fb6eebe29d17360b0eef9fa25cf8d4853e345ef0 | refs/heads/master | 2021-05-01T00:37:47.970764 | 2014-02-19T05:27:40 | 2014-02-19T05:27:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,059 | cpp | /* There are N gas stations along a circular route, where the amount of gas at station i is gas[i].
* You have a car with an unlimited gas tank and it costs cost[i] of
* gas to travel from station i to its next station (i+1).
* You begin the journey with an empty tank at one of the gas stations.
* Return the star... | [
"utwodownson@gmail.com"
] | utwodownson@gmail.com |
7cf90c0a5b4d6bc282b2c43f93326b0ff47506f4 | cd8abfb87e558f05b13fce74dbc27ea6375e45af | /fboss/platform/rackmon/RackmonThriftHandler.cpp | 0ec56641beecd85729fe578454e8bf1e269f04a4 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | nanWave/fboss | 4e355915e6ae80452c579104b534397812e1b42b | b920e54c6919800f915222b6ba7a63757ecdc8bf | refs/heads/master | 2022-08-13T22:44:10.869514 | 2022-07-25T05:30:57 | 2022-07-25T05:30:57 | 105,797,491 | 0 | 0 | null | 2017-10-04T17:31:02 | 2017-10-04T17:31:02 | null | UTF-8 | C++ | false | false | 9,761 | cpp | /*
* Copyright (c) 2004-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
#in... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
5cb7021199780e49548801725b127ac2c2efc216 | c47e002922aa40e72f01c035ff23d72c6c07b437 | /leetcode2/sametree.cpp | 4ea86fb9b73168c6f396572b6e6f96221e8939c8 | [
"Apache-2.0"
] | permissive | WIZARD-CXY/pl | 4a8b08900aa1f76adab62696fcfe3560df7d49a9 | db212e5bdacb22b8ab51cb2e9089bf60c2b4bfca | refs/heads/master | 2023-06-10T00:05:37.576769 | 2023-05-27T03:32:48 | 2023-05-27T03:32:48 | 27,328,872 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 621 | cpp | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
class Solution {
public:
bool isSameTree(TreeNode* p, TreeNode* q) {
if(p==NULL && q==NULL){
return ... | [
"wizard_cxy@hotmail.com"
] | wizard_cxy@hotmail.com |
6778119362e4d10bb0b98a2ae76e136dc3ddc477 | 56fa6a24b44336470e33c34d0dd2ce3cbf955471 | /Volume/VolumeRendering/VolumeRendering.cpp | 45d3992b418279abe5b3b9e5693a0b9c0f3e1634 | [] | no_license | lxgwd1983/Study-VTK | 09344dd151e0564cfc55a833c819a11d5096d12c | 40aaa155a44f842738778ed8a11d302c5ac1426f | refs/heads/master | 2022-04-04T05:02:59.256001 | 2020-02-04T06:59:12 | 2020-02-04T06:59:12 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,430 | cpp | /**********************************************************************
Copyright (c) Mr.Bin. All rights reserved.
For more information visit: http://blog.csdn.net/webzhuce
**********************************************************************/
#include <vtkSmartPointer.h>
#include <vtkImageData.h>
#include <vtkStruc... | [
"lajiwebzhuce@163.com"
] | lajiwebzhuce@163.com |
afb81e7fa232b0443c23bf30da6b3d06270d90bf | 0bbfc371e210ef951cef31622aeaba722c388180 | /h/sleeplst.h | 3d8a39578a7cd358a11a072b30f17746f34471dd | [
"CC0-1.0"
] | permissive | valzgit/OS-Kernel | 45d52e48d95de42d75fa0b988d28251fa0463852 | 189ec26c8df7ab3e98bbe5fa119fd4a8acfd0849 | refs/heads/main | 2023-04-28T22:17:13.619631 | 2021-05-16T21:04:00 | 2021-05-16T21:04:00 | 367,984,612 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 465 | h | #ifndef H_SLEEPLST_H
#define H_SLEEPLST_H
#include "thread.h"
class SleepList {
public:
SleepList();
~SleepList();
void add(PCB* pcb, Time timeToSleep);
void updateSleepingThreads();
void remove(PCB* pcb);
struct Elem {
PCB* pcb;
Time timeToSleep;
Elem* next;
Elem(PCB* pcb, Time ... | [
"noreply@github.com"
] | valzgit.noreply@github.com |
2951b112113cc1751e909527efef38ac16e51d43 | e276303d11773362c146c4a6adbdc92d6dee9b3f | /Classes/Native/Mono_Security_Mono_Security_X509_Extensions_Netsca3955735183.h | 0486725ec6153a8c0bc7e9d68b5409ed8e5f099b | [
"Apache-2.0"
] | permissive | AkishinoShiame/Virtual-Elderly-Chatbot-IOS-Project-IOS-12 | 45d1358bfc7c8b5c5b107b9d50a90b3357dedfe1 | a834966bdb705a2e71db67f9d6db55e7e60065aa | refs/heads/master | 2020-06-14T02:22:06.622907 | 2019-07-02T13:45:08 | 2019-07-02T13:45:08 | 194,865,711 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,066 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Enum2459695545.h"
#include "Mono_Security_Mono_Security_X509_Extensions_Netsca3955735183.h"
#ifdef __clang__
#pragma clang diagnostic p... | [
"akishinoshiame@icloud.com"
] | akishinoshiame@icloud.com |
432b7a6eff615de0a10d4fd0ba18eb3fb0de7447 | 2a7be1d97ce8f946dbfba0c17b2db26e9c6064cf | /Week03_If statements/task10.cpp | 3ce2eadde5c47bbb4a95f6723d3f95de0f114bcd | [] | no_license | snikolova27/UP-2.0 | 0c400cddf50a23d4bcb64c5a2b19c7c8c6b3109c | 8411e58111d410f60c3058e1608c03e4961d30bb | refs/heads/master | 2023-07-11T01:09:31.903709 | 2021-08-18T08:01:15 | 2021-08-18T08:01:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,003 | cpp | #include <iostream>
int main()
{
int num1, num2;
char operation;
std::cout << "Enter 2 numbers: ";
std::cin >> num1 >> num2;
std::cout << "Enter operation (+,-,/,%): ";
std::cin >> operation;
switch (operation)
{
case '+':
{
std::cout << num1 + num2 << std::endl;
... | [
"snikolova27@gmail.com"
] | snikolova27@gmail.com |
ef4fb7dac3a18bfeaf00497285b776fc7790db7a | 90047daeb462598a924d76ddf4288e832e86417c | /ash/shell.h | bdc3797552e5f19c7d4f622a469ea707bc008ff4 | [
"BSD-3-Clause"
] | permissive | massbrowser/android | 99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080 | a9c4371682c9443d6e1d66005d4db61a24a9617c | refs/heads/master | 2022-11-04T21:15:50.656802 | 2017-06-08T12:31:39 | 2017-06-08T12:31:39 | 93,747,579 | 2 | 2 | BSD-3-Clause | 2022-10-31T10:34:25 | 2017-06-08T12:36:07 | null | UTF-8 | C++ | false | false | 29,568 | 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 ASH_SHELL_H_
#define ASH_SHELL_H_
#include <memory>
#include <utility>
#include <vector>
#include "ash/ash_export.h"
#include "ash/metrics/u... | [
"xElvis89x@gmail.com"
] | xElvis89x@gmail.com |
32353de7664c961a32b4d92ee9abd05677c14a6e | 4ccf335167fa864c16e2b25bbc85f20f4f152f2c | /phys/units/quantity_io_lumen.hpp | 105ae2c3e447ebdb4865700fa1c0f5c8ff939a0b | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | martinmoene/PhysUnits-CT | d1945b0792bd1e7a2c656b77c70058294c9ff52b | 9ea4e90a7a00371937bf09782973ffca0f75b206 | refs/heads/master | 2022-12-10T00:37:21.832604 | 2022-12-04T09:16:51 | 2022-12-04T09:16:51 | 6,106,496 | 11 | 8 | null | null | null | null | UTF-8 | C++ | false | false | 1,013 | hpp | /**
* \file quantity_io_lumen.hpp
*
* \brief lumen, luminous flux.
* \author Martin Moene
* \date 22 February 2012
* \since 1.0.0
*
* Copyright (c) 2001 by Michael S. Kenniston. For the most
* recent version check www.xnet.com/~msk/quantity. Permission is granted
* to use this code without restricti... | [
"martin.moene@gmail.com"
] | martin.moene@gmail.com |
1427afb81df719a9d4492c1d80beacaf76cc51c9 | 841cf1e9cb8b05ba9c23f73d6b2c5a665783060b | /hardware_beetle+MPU6050/jiannan/Beetle_MPU6050_Ankle/Beetle_MPU6050_Ankle.ino | 53b7b91f50ecf1211f13ab60b36dfc65599b6c37 | [] | no_license | nicholasleeeee/fitNests | 6800f52242d7da9c998e9c3dd8a46aa2dc4d7cbd | cc01dcacd908b69039cafe0c1a84f0c1bf7490ee | refs/heads/master | 2023-01-14T16:10:50.379938 | 2020-11-17T06:57:01 | 2020-11-17T06:57:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,255 | ino | //JIANNAN ANKLE - GREEN
// ==================================================
// === LIBRARIES AND DECLARATIONS ===
// ==================================================
// class default I2C address is 0x68
// AD0 low = 0x68
// AD0 high = 0x69
//Binding address
// 0xC8DF84FE3FF4
// declare static va... | [
"nicholaslwh97@gmail.com"
] | nicholaslwh97@gmail.com |
c6a00c5abbada5472f00d89c1f125b7a0a97c4fa | 05bd8b96db62137f8487e602a7b8a88f2a2c0fe4 | /模拟/1002 A+B for Polynomials 25分.cpp | 9655961fc44951af7b65aeabd48b68892e6f9306 | [] | no_license | PeiLeizzz/Algorithm-PAT-A | a8b71abeb26c4127f6ee6de166b3bfa5d0b3fb61 | d1d58adb0b90e7a0fdd480e8e6d11a5de4272282 | refs/heads/master | 2022-12-23T14:47:50.912282 | 2020-08-28T12:31:57 | 2020-08-28T12:31:57 | 291,039,897 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,141 | cpp | #include <bits/stdc++.h>
using namespace std;
void readPoly(int n, vector<pair<int, float>>& p) {
int e;
float c;
while (n--) {
cin >> e >> c;
p.push_back(make_pair(e, c));
}
}
int main() {
freopen("in.txt", "r", stdin);
vector<pair<int, float>> a, b, res;
int na, nb;
cin >> na;
readPoly(na, a);
cin >> ... | [
"714838284@qq.com"
] | 714838284@qq.com |
a16c40a4a3e41baeadac554a60daa84434ec8a16 | bb1ea7ef864c8949e246ceb2876ef96ee09da591 | /2016/program/RouteGuide/RouteSearchRunBlock.cpp | 4d3928b405016c39828370261a02dbe34baee123 | [] | no_license | k08a1t/ETrobocon | 52996ad741e71776b97bb3edd6af91f186975582 | 02cbd62c3230413788e9cc3e4f1e770878848d75 | refs/heads/main | 2023-08-19T05:11:13.551659 | 2021-10-17T16:48:06 | 2021-10-17T16:48:06 | 418,158,076 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 611 | cpp | //S)
#include "RouteSearchRunBlock.h"
#include "RouteGuide/Runblock.h"
#include "RouteGuide/DynamicRunArea.h"
using namespace ev3api;
//E)
RouteSearchRunBlock::RouteSearchRunBlock(int block_number, Condition* pCondition, RunMethod* pRunMethod, DistanceMeasure* pDistanceMeasure, Communication* pCommunication... | [
"noreply@github.com"
] | k08a1t.noreply@github.com |
e6c1ecd465d690cbf976977af3ccbf3a5047ffcd | 960765e3c2e8680b282606c1fbc4e6f471e2db4e | /src/ceph-0.67-src/osd/OpRequest.cc | c694362a8a5b702be6a02d63134a92b1350e77b4 | [] | no_license | StarThinking/MOBBS | 7115060a2233e7bd8bb1a9848d6b9a0a469c2bef | 3f9bfe391a3fa0e454b43c6286a33bdda49a44fb | refs/heads/master | 2021-01-13T02:22:18.410864 | 2014-11-05T08:56:41 | 2014-11-05T08:56:41 | 14,044,431 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,668 | cc | // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
#include "OpRequest.h"
#include "common/Formatter.h"
#include <iostream>
#include <vector>
#include "common/debug.h"
#include "common/config.h"
#include "msg/Message.h"
#include "messages/MOSDOp.h"
#include "messages/MOSDSubOp.h"
#include "include... | [
"sixiangma0408@foxmail.com"
] | sixiangma0408@foxmail.com |
1b68699832da086263ca8a058b4beb64e1559782 | 9eafdefb2871414922546f51536aab94ae233ba7 | /src/qt/blockchainpage.cpp | 02701b9fd19ac4244a0f8eac356f33f90eb155ec | [
"MIT"
] | permissive | dzimbeck/BitBay | e8efd61752e2427f601f3d32043b22e82fd88e35 | 8ac692d0b02bea2cec21b828de0d2606a02c67bd | refs/heads/master | 2022-02-03T22:24:58.728968 | 2022-01-04T14:22:37 | 2022-01-04T14:22:37 | 56,190,831 | 29 | 23 | MIT | 2018-10-04T10:44:09 | 2016-04-13T22:41:46 | C++ | UTF-8 | C++ | false | false | 45,963 | cpp | // Copyright (c) 2018-2020 yshurik
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "blockchainpage.h"
#include "ui_blockchainpage.h"
#include "ui_fractionsdialog.h"
#include "txdetailswidget.h"
#include "main.h"
#i... | [
""
] | |
8a4413e5b9eea92ad5cc3c7598b42f2d4564784c | b6f6e65c2fb4ee0d26c88e41d052798e9294594c | /src/state/include/state/interfaces/i_updatable.h | dadb582641bc2d733e63dfadd0bbe4e4971b9b30 | [] | no_license | delta/codecharacter-simulator-2019 | 92c05ed0fc70323fb287b388eb45506147c453d4 | 1bb8bab031355650bc60f3b3b30e8bd72fa5c70e | refs/heads/master | 2020-03-19T05:04:30.058130 | 2019-09-08T05:42:34 | 2019-09-08T05:42:34 | 135,897,213 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 352 | h | /**
* @file i_updatable.h
* Declares the updatable interfacs, which gives classs an update method
*/
#pragma once
#include "state/state_export.h"
namespace state {
/**
* IUpdatable interface to define the Update method
*/
class STATE_EXPORT IUpdatable {
public:
virtual ~IUpdatable(){};
virtual void Update... | [
"venkatramansrikanth@outlook.com"
] | venkatramansrikanth@outlook.com |
383b5ccf2ea8df427eb391922a6254a916348a45 | 01aa77758f69215e3fe559140c1fd91f314fb536 | /recsys/neural_network/cf_auto_encoder_util.cpp | 036be4078a308b0cb4d38536da0ad540d252ab24 | [] | no_license | yuchenguangfd/Longan | 30f1acc66d76a859363a9421bf719b9d9a50f4f8 | da895e2704731c055ba36df2f05297186bbdf9fa | refs/heads/master | 2020-05-30T06:09:19.404290 | 2015-06-02T11:32:18 | 2015-06-02T11:32:18 | 22,028,930 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,785 | cpp | /*
* cf_auto_encoder_util.cpp
* Created on: Feb 4, 2015
* Author: chenguangyu
*/
#include "cf_auto_encoder_util.h"
#include "common/common.h"
namespace longan {
namespace CFAE {
Parameter::Parameter(const Json::Value& param) {
if (param["ratingType"].asString() == "numerical") {
mRatingType = Rating... | [
"yuchenguangfd@gmail.com"
] | yuchenguangfd@gmail.com |
22a4e1d6e134ac8bf1a9cc64579a4d14fdb42146 | e97672d82caaca7de4f1bde83d077c3c61eff9d5 | /2021/Eduardo/Daily Practice/April/8 - URI 2963.cpp | ab375fc87afac2c027811db458e0d816cd139c9b | [] | no_license | lucioeduardo/competitive-codes | 3345c48ff6ee7e5c9dd32fff8cf2db1d0904f5e2 | cbb8be67f0dd4c92124378cfbc07a34ab6b58c42 | refs/heads/master | 2021-11-22T21:12:25.346487 | 2021-10-19T11:48:51 | 2021-10-19T11:48:51 | 141,634,356 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 329 | cpp | #include<bits/stdc++.h>
#define MOD 1000000007
#define init_arr(arr,val) memset(arr,val,sizeof(arr))
#define ll long long
using namespace std;
int main(){
int n,c,v;
cin>>n;
cin>>c;
bool f = true;
for(int i=0; i<n-1; i++){
cin>>v;
if(v > c) f = false;
}
cout << (f ? 'S': 'N') << endl;
re... | [
"eduardo.lucio.correia@gmail.com"
] | eduardo.lucio.correia@gmail.com |
882bc9ff1fcf51280bde0cf1e03ee3e17dd06a17 | 4b9d42b4d878e87d4fe0ab82de780f5bac78e3a6 | /CreativeCoding/Week09-ARKit/Unity_ARKit/Temp/il2cppOutput/il2cppOutput/Il2CppGenericMethodDefinitions.cpp | 1484fb2f3aba70a51de3d198e778604957c39db1 | [] | no_license | amtParis/Fall-2017 | e8726b69dc809eabe5372bd4ccff1805291c366c | 22fb285136ad20eb47c4161916092b3c0816faec | refs/heads/master | 2021-01-20T07:40:58.910382 | 2017-11-09T13:34:30 | 2017-11-09T13:34:30 | 101,550,738 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 105,332 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "class-internals.h"
#include "codegen/il2cpp-codegen.h"
extern const Il2CppMethodSpec g_Il2CppMethodSpecTable[5404] =
{
{ 86, 0, -1 },
{ 94, 0, -1 },
{ 304, 0, -1 },
{ 487, 0, -1 },
{ 799, -1, 0... | [
"csugrue@csugrues-MacBook-Pro.local"
] | csugrue@csugrues-MacBook-Pro.local |
66e1e8ca47d817373240f43a68d3fbae5c237338 | 709ceec684610f302a031806eea86e375031a726 | /PUBG_ListBaseGroupWidget_classes.hpp | 90b2e1563287a354c8a0ec49a1f643a1e6c84c1f | [] | no_license | denfrost/UE4_SDK_DUMP | 867df3a4fdc0a714ca04a52ba0f5d3d6dc7d6e22 | 05f3d9dd27c9148d3d41162db07d395074467d15 | refs/heads/master | 2020-03-25T08:02:35.815045 | 2017-12-28T03:26:29 | 2017-12-28T03:26:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,650 | hpp | #pragma once
// PLAYERUNKNOWN'S BATTLEGROUNDS (2.4.24) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace Classes
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// WidgetBlueprintGener... | [
"34903638+ColdStartEnthusiast@users.noreply.github.com"
] | 34903638+ColdStartEnthusiast@users.noreply.github.com |
ead65882f3339d83183ccf3604215f05b1de6638 | faaf676661f673a827613515003a46c141811ede | /Creational/FactoryPattern.cpp | 1a87da320e25d54c7a63028939385bf7d6773a7d | [] | no_license | HideLord/Design-patterns | bb096ddd1965b34b346cec92f05d350d09c69cae | 417088e1d8041b321ff0c4cac13ba9ff5c8d9101 | refs/heads/master | 2020-12-06T01:51:23.779311 | 2020-01-14T13:14:44 | 2020-01-14T13:14:44 | 232,307,251 | 0 | 0 | null | 2020-01-11T12:10:38 | 2020-01-07T11:08:16 | C++ | UTF-8 | C++ | false | false | 1,332 | cpp | #include <bits/stdc++.h>
#define all(x) (x).begin(),(x).end()
#define sz(x) (int)((x).size())
#define mp make_pair
using namespace std;
typedef unsigned long long ull;
typedef pair<int,int> ii;
template<class U,class T>ostream& operator<<(ostream& out, pair<U,T> & P){
return out << "[" << P.first << ", " << P.se... | [
"polimonom@gmail.com"
] | polimonom@gmail.com |
018ae4925108363f70a4d48326f5006d7c174822 | 58a9113e0ef0301f7adf75658debfe2e7b6a23ab | /Exporters/FBX/3rdParty/Fbx2017.0.1/include/fbxsdk/scene/geometry/fbxcamera.h | fcab003a8346a8060d20bbfbaf6e32f05252c6ba | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | harunpehlivan/Babylon.js | 873ec79faa121bee8aefb30bc5d5e5efcdb296a4 | 57275f4acf02e3d5a908672dcbda0922c7307f18 | refs/heads/master | 2022-02-14T12:55:28.792254 | 2017-08-28T18:50:49 | 2017-08-28T18:50:49 | 101,690,435 | 0 | 0 | Apache-2.0 | 2020-07-27T20:16:26 | 2017-08-28T21:41:04 | TypeScript | UTF-8 | C++ | false | false | 81,412 | h | /****************************************************************************************
Copyright (C) 2015 Autodesk, Inc.
All rights reserved.
Use of this software is subject to the terms of the Autodesk license agreement
provided at the time of installation or download, or which otherwise accom... | [
"sferquel@infinitesquare.com"
] | sferquel@infinitesquare.com |
fab6d3f3e8b603c21ff4ec04908d7a854db18f15 | 97386f844ed852f4f9cb6ffb2444333107e9b8a6 | /1_perception_cv/detect_and_track/src/detection/ArmorDetection.hpp | 622310dbed75348b59f2c603ef38e3d53ba637d9 | [
"MIT"
] | permissive | robomasterhkust/ros_environment | 865c43bfb1f7139992dcfbcf8ebb0801f5fb33f7 | bac3343bf92e6fa2bd852baf261e80712564f990 | refs/heads/master | 2018-12-27T05:19:11.121916 | 2018-11-21T09:16:57 | 2018-11-21T09:16:57 | 114,446,270 | 8 | 1 | MIT | 2018-09-21T06:50:53 | 2017-12-16T08:39:11 | C++ | UTF-8 | C++ | false | false | 5,548 | hpp | #pragma once
#include "ros/ros.h"
#include <opencv2/opencv.hpp>
#include "Settings.hpp"
#include "ConcurrentQueue.hpp"
#include "Camera.hpp"
#include <time.h>
#include <string>
//Handle LightGp finding, tracking, analysising and prediction
//basically all the things apart from camera handling and ROS
//provide interfa... | [
"pshfls@gmail.com"
] | pshfls@gmail.com |
03050f34343fdd496d4deb6c930981ec463dcea3 | cb698a7fe7450f0553820362f3197acd22aadc61 | /libs/include/pcl/features/impl/cvfh.hpp | cb6cfa3e15ee898b524bcf05dcbedb6aa36b77b0 | [] | no_license | jvcleave/ofxPCL | 2691658755c9d8900de7bacaa129ec23ce1090f4 | fb35f9b60ad989289a54002a5b2235c87a9efbac | refs/heads/master | 2020-12-25T08:36:58.054734 | 2012-12-22T17:44:10 | 2012-12-22T17:44:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,912 | hpp | /*
* Software License Agreement (BSD License)
*
* Copyright (c) 2009, Willow Garage, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code mu... | [
"satoruhiga@gmail.com"
] | satoruhiga@gmail.com |
ad78c8d24a5d20346e8145748d70af6d467de3ab | 4009bb8e0dd4785f21f8a07c918ef2e37ed48609 | /Graph/Token.cc | 052ead96d52e503571314c2f353c44af0c3a17de | [] | no_license | gaaj-ufrpe/modelagem-e-simulacao | 37c02a5ab803f1226effd2a67e885a8a888df82b | aa6cd701652d76b0b3af78c9059d00a2a390104e | refs/heads/main | 2023-03-10T11:33:48.106516 | 2021-02-23T20:57:57 | 2021-02-23T20:57:57 | 316,964,462 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 160 | cc | #include "Token.h"
Token::Token(bool special, std::string name) : cMessage(name.c_str(), 0) {
this->special = special;
this->timestamp = simTime();
};
| [
"noreply@github.com"
] | gaaj-ufrpe.noreply@github.com |
a29490f84d2f51dd599e56494f302cb2eebaa89e | 92c8c8d3435ae4d919042e6dca59bfbd42f2d979 | /Lesson5-RGB breathing light/RGB_Breathing_Light/RGB_Breathing_Light.ino | fe6aabb960933b7a2390f6112ae23f659db6d290 | [] | no_license | keywish/keywish-arduino-nano-kit | ff8010663de0a2d1cac317f86654a891ed8f3f71 | a117658a3e421346ad824ad10fff634b8a1d6073 | refs/heads/master | 2021-05-07T08:19:51.803355 | 2020-05-07T03:20:04 | 2020-05-07T03:20:04 | 109,348,934 | 13 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 2,188 | ino | /***********************************************************************
* __ _
* / / _____ __ __ _ _ (_) ________ | |
* / /____ / _____) \ \ / / | | __ | | | | ( ______) | |_____
* / / ___/ | |_____ ... | [
"ken@keywish-robot.com"
] | ken@keywish-robot.com |
5022df7a775b2d6a0954391acf3c8dce102ddb8a | 892a5c2ed3b4cb99ecfbd9ebc1dd4c63c6afc90a | /Solution/game/net/netdata.cpp | 4297047b572e63af19a1f67abf475084bd4f0402 | [] | no_license | changxy2/BraveProduct | 98b956218835689e9aa8db1bf5f9c11689e85fa2 | 033232a7814d91d11b5640d5465b6d417738e590 | refs/heads/master | 2016-09-05T12:50:03.440262 | 2010-12-15T12:24:19 | 2010-12-15T12:24:19 | 1,191,936 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,510 | cpp | #include "game_pch.h"
#include "netdata.h"
CNetData::CNetData()
{
m_pBuf = NULL;
m_iSize = 0;
m_iPos = 0;
}
CNetData::~CNetData()
{
}
void CNetData::Prepare(char *pNetData, int iSize)
{
m_pBuf = pNetData;
m_iSize = iSize;
m_iPos = 0;
}
void CNetData::Reset()
{
m_iPos = 0;
}
char * CNetData::GetData()
{
ret... | [
"zyzwudi@126.com"
] | zyzwudi@126.com |
cf465a8034ca2015fdea224c02a43b227a319bcc | 71f4a843a32e1eb8caf178ded1e77ca6d8be4cee | /Programm/C++_CLASS/graphics/GRSAMP.CPP | 89e96573644dbadc0fdbd2920a6debc244786d82 | [] | no_license | suvaw/C-and-C-plus | e71a2d676ca7eb641d437bd6784b3d7abe4668d1 | ff27cfd5360e947d4be5bae2ba71ab306f612428 | refs/heads/main | 2022-12-30T01:22:11.985606 | 2020-10-04T18:47:14 | 2020-10-04T18:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 166 | cpp | #include<graphics.h>
#include<iostream.h>
#include<conio.h>
void main()
{
int gd=0,gm;
initgraph(&gd,&gm,"..\\bgi");
cout<<"gfhdgdhf";
getch();
closegraph();
} | [
"suvadipmandal.1995@gmail.com"
] | suvadipmandal.1995@gmail.com |
d3bb5e51eb79bbb79a464d311d27f13d150c8e89 | d305e9667f18127e4a1d4d65e5370cf60df30102 | /mindspore/lite/tools/converter/parser/tflite/tflite_lrn_parser.h | 575aaa1fca7bc9f419eec6632d740c729fcfc70d | [
"Apache-2.0",
"MIT",
"Libpng",
"LicenseRef-scancode-proprietary-license",
"LGPL-2.1-only",
"AGPL-3.0-only",
"MPL-2.0-no-copyleft-exception",
"IJG",
"Zlib",
"MPL-1.1",
"BSD-3-Clause",
"BSD-3-Clause-Open-MPI",
"MPL-1.0",
"GPL-2.0-only",
"MPL-2.0",
"BSL-1.0",
"LicenseRef-scancode-unknow... | permissive | imyzx2017/mindspore_pcl | d8e5bd1f80458538d07ef0a8fc447b552bd87420 | f548c9dae106879d1a83377dd06b10d96427fd2d | refs/heads/master | 2023-01-13T22:28:42.064535 | 2020-11-18T11:15:41 | 2020-11-18T11:15:41 | 313,906,414 | 6 | 1 | Apache-2.0 | 2020-11-18T11:25:08 | 2020-11-18T10:57:26 | null | UTF-8 | C++ | false | false | 1,483 | h | /**
* Copyright 2020 Huawei Technologies Co., Ltd
*
* 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... | [
"513344092@qq.com"
] | 513344092@qq.com |
a22a01fc300eef0618442639c40202b907f4aafb | 2a38020fc51741e766b04a453c1701d84d3868cf | /openGL_the_GLFW_1/Mesh.cpp | 29c45731342d1a4ad0eee1077b08630fc4863501 | [] | no_license | chengtseng/computer_graphic_practice_personal | 0fac4878e42d77e72658ccbbfd55b3aa93b74328 | e4823c2182ad5661fcf167283a2f643766188b49 | refs/heads/master | 2021-01-10T13:37:19.347551 | 2016-02-27T23:47:49 | 2016-02-27T23:47:49 | 50,884,324 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,885 | cpp | #include "Mesh.h"
Mesh::Mesh()
{}
Mesh::~Mesh()
{}
void Mesh::read_model(const char* file)
{
/*mesh requierd data*/
int color_index[3];
float shine[1];
char ch;
Vector3D ambient[3], diffuse[3], specular[3];
/*open file*/
FILE *fp;
errno_t err;
if ((err = fopen_s(&fp, file, "r")) != 0)
{
if (fp == NULL) { ... | [
"weichengtseng0731@gmail.com"
] | weichengtseng0731@gmail.com |
df72d6b3004c28a4511decaf5700ec43ea3fbdac | 28470900ae045a017fbecde98cf9736b435022d4 | /testing/inClass/testing.cpp | bcdad3a7ea942e3dfe123b0a02847d05ac6f05cb | [] | no_license | cwong907/CSCI1300 | 4c401d34ba5524365f1e05f771e324944a200422 | 91297de56d8d0d7f3806555704c5d8f62cf26ce5 | refs/heads/master | 2022-11-22T00:27:55.769876 | 2020-07-25T21:48:21 | 2020-07-25T21:48:21 | 282,524,065 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,322 | cpp | #include <iostream>
#include <cmath>
#include <iomanip>
#include <assert.h>
#include <vector>
#include <string>
using namespace std;
/*class Counter
{
public:
int read();
void count();
void clear();
private:
int counter = 10;
};
int Counter::read()
{
return counter;
}
void Counter::count()
{
counter++;
}
... | [
"noreply@github.com"
] | cwong907.noreply@github.com |
b0ef0facaf70e3cd0d8fd32978c4b9ece82953ba | 46f53e9a564192eed2f40dc927af6448f8608d13 | /components/storage_monitor/storage_monitor_linux.cc | 84c7dc4d47da5e81baf6e4304a7c9ddaabdcc76e | [
"BSD-3-Clause"
] | permissive | sgraham/nope | deb2d106a090d71ae882ac1e32e7c371f42eaca9 | f974e0c234388a330aab71a3e5bbf33c4dcfc33c | refs/heads/master | 2022-12-21T01:44:15.776329 | 2015-03-23T17:25:47 | 2015-03-23T17:25:47 | 32,344,868 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 18,618 | cc | // Copyright 2014 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.
// StorageMonitorLinux implementation.
#include "components/storage_monitor/storage_monitor_linux.h"
#include <mntent.h>
#include <stdio.h>
#include <l... | [
"scottmg@chromium.org"
] | scottmg@chromium.org |
338d6cd447cc56f7182968aba283e151069efc61 | 64d701984a4990752567ea0d1b1e509f6885b1b9 | /UVa/967_Circular.cpp | 0c5edc418f6a684c2b7af3f19222a41b0fef889b | [] | no_license | yonasadiel/cp | a74ca774e50000eac13a3ab3e73f117027903c81 | 45461651beb8b9d23ef52148cddf7960fe6a820b | refs/heads/master | 2023-05-13T01:37:18.228579 | 2023-05-03T06:56:36 | 2023-05-03T06:56:36 | 96,586,727 | 5 | 2 | null | 2017-10-15T09:13:57 | 2017-07-08T00:59:17 | C++ | UTF-8 | C++ | false | false | 630 | cpp | #include<bits/stdc++.h>
using namespace std;
int c[55]={2,3,5,7,11,13,17,31,37,71,73,79,97,113,131,197,199,311,337,373,719,733,919,971,991,1193,1931,3119,3779,7793,7937,9311,9377,11939,19391,19937,37199,39119,71993,91193,93719,93911,99371,193939,199933,319993,331999,391939,393919,919393,933199,939193,939391,993319,9993... | [
"yonazadielwiguna@gmail.com"
] | yonazadielwiguna@gmail.com |
29f4f926cffd9c08d51bd26dd75b060ca35e8b13 | abca216667e61116177923edc00d975d75805df2 | /MQTT_ESP_RF.ino | 932aae001030c5c045b683f35fea7495f02d3062 | [] | no_license | optimalprimate/ESP8266_MQTT-Client | b08556a3fe9014c8764c6b4904516b1282260237 | c1b829e9ac7cad4c2cb4cc606f0244b31a6d36f0 | refs/heads/master | 2020-07-12T03:50:52.873669 | 2019-08-27T13:50:13 | 2019-08-27T13:50:13 | 204,707,107 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,011 | ino | #include <ESP8266WiFi.h>
#include <PubSubClient.h>
#include <RCSwitch.h>
RCSwitch mySwitch = RCSwitch();
const char* ssid = "***";
const char* password = "***";
const char* mqttServer = "192.168.1.***";
const int mqttPort = 1883;
const char* mqttUser = "";
const char* mqttPassword = "";
int holding_var = 0... | [
"noreply@github.com"
] | optimalprimate.noreply@github.com |
a11a8aafd1ea882b30805852447357e83e4a1c8d | 5bab53282feff3db1be35280e71a0fa0aac86df5 | /08_Prototype/08_Prototype/src/SensorPrototype.cpp | 4deca320aa675386257508fc63f3649d12e4522d | [] | no_license | CaptainXX/Design_Patterns | b9053dc78f3a67c15018969d00e75a16debec8a4 | 1918605908f4f34e50c860b49e24c72ffd0ea5eb | refs/heads/main | 2023-07-22T10:59:54.034047 | 2021-09-11T02:50:55 | 2021-09-11T02:50:55 | 391,402,349 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 254 | cpp | #include <SensorPrototype.h>
#include <iostream>
SensorPrototype::SensorPrototype() {
flag_ = 0xffffffff;
std::cout << "SensorPrototype constructed\n";
}
SensorPrototype::~SensorPrototype() {
std::cout << "SensorPrototype destructed\n";
}
| [
"670909183@qq.com"
] | 670909183@qq.com |
405dacad714307b70a335e6ae409ffdaebb22f12 | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /components/history/content/browser/content_visit_delegate.h | 73536a81f705940fa4b64ef84c0ec495c7e458f9 | [
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 64bee65c921db7e78e25d08f1e98da2668b57be5 | refs/heads/webml | 2023-03-21T03:20:15.377034 | 2020-11-16T01:40:14 | 2020-11-16T01:40:14 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | C++ | false | false | 1,775 | h | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_HISTORY_CONTENT_BROWSER_CONTENT_VISIT_DELEGATE_H_
#define COMPONENTS_HISTORY_CONTENT_BROWSER_CONTENT_VISIT_DELEGATE_H_
#include <memor... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
37a7207309ad2ef37bad443d725c948b1a581445 | 88bcc58b0a0bb04692142bf29c819ad790eb6a5f | /src/win/CheatFileInfoDlg.cpp | 2bfea21711da06bd1328aa24a69c9faff64c7257 | [] | no_license | zyh329/fceux_lua_cheats | 2d50abaec0d8a4a88b5ccff2a2a1d71ab8c0a9e5 | 38d62dea6a58a5462ad9c1e3b727387d3bb973f3 | refs/heads/master | 2021-01-15T13:13:35.536596 | 2014-05-07T04:48:30 | 2014-05-07T04:48:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,078 | cpp | #include "CheatFileInfoDlg.h"
#include "../../res/resource.h"
#include <CommCtrl.h>
#include "ctl/EditBox.h"
#include <string>
ACheatFileInfoDlg::~ACheatFileInfoDlg()
{
delete m_editName;
delete m_editAuthor;
delete m_editTime;
delete m_editDesc;
}
ACheatFileInfoDlg::ACheatFileInfoDlg(AWindowBase*... | [
"anhbk@qq.com"
] | anhbk@qq.com |
72d2b4e3ad61784e0872d54f42c34748cfc88fff | 8f9ac0b6269772bbcd809301e8ca8d1c9e24a348 | /src/rpcrawtransaction.cpp | 943600e964264113b918a83565d8382592853c13 | [
"MIT"
] | permissive | ezehy/starcashx | 3f6e8359cff15ec5568d97bcbad5cd20dbdb58e0 | 68aa67b863a4ed75d833875a55f5161e37e17f14 | refs/heads/master | 2020-03-26T23:07:04.092633 | 2018-10-11T10:05:41 | 2018-10-11T10:05:41 | 145,511,954 | 0 | 2 | null | 2018-11-04T09:32:19 | 2018-08-21T05:38:54 | C++ | UTF-8 | C++ | false | false | 23,669 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <boost/assign/list_of.hpp>
#include "base58.h"
#include "rpcserver.h"
#includ... | [
"noreply@github.com"
] | ezehy.noreply@github.com |
a5ea73cce701f9ed3353e25b74e24fb19bffc9e2 | 5162689c7c73b08be2e08142312efbec6e32288d | /include/matrix3.h | 4826f0023545d83c267ed904e36f1f601fdeb3a9 | [] | no_license | ejosiah/gaming-math-cpp | f6ec68ea60845d0308ca79144c0b5728d1267138 | 5104d4fae152d35c603b01c15946d5c7bf5d3b63 | refs/heads/master | 2021-01-19T17:55:30.491862 | 2016-12-25T11:30:42 | 2016-12-25T11:30:42 | 77,322,941 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,278 | h | //
// matrix3.h
// maths
//
// Created by Josiah Ebhomenye on 25/12/2016.
// Copyright © 2016 Josiah Ebhomenye. All rights reserved.
//
#ifndef matrix3_h
#define matrix3_h
#include "precision.h"
#include "vector.h"
#include "quaternion.h"
namespace ncl {
class Matrix3{
private:
union{
... | [
"josia.ebhomenye@news.co.uk"
] | josia.ebhomenye@news.co.uk |
a3c8e4ee7564b3935d5eaf751f5422fa99b7fbcf | 82685d006a3c55bb7ee00028d222a5b590189bbf | /Sourcecode/mx/core/elements/InvertedMordent.h | dd9dcfcd0c8fa7f2f28b3fc4f525bdf80cb87d73 | [
"MIT"
] | permissive | ailialy/MusicXML-Class-Library | 41b1b6b28a67fd7cdfbbc4fb7c5c936aee4d9eca | 5e1f1cc8831449476f3facfff5cf852d66488d6a | refs/heads/master | 2020-06-18T23:46:50.306435 | 2016-08-22T04:33:44 | 2016-08-22T04:33:44 | 74,932,821 | 2 | 0 | null | 2016-11-28T03:14:23 | 2016-11-28T03:14:23 | null | UTF-8 | C++ | false | false | 1,358 | h | // MusicXML Class Library v0.2
// Copyright (c) 2015 - 2016 by Matthew James Briggs
#pragma once
#include "mx/core/ForwardDeclare.h"
#include "mx/core/ElementInterface.h"
#include "mx/core/elements/InvertedMordentAttributes.h"
#include <iosfwd>
#include <memory>
#include <vector>
namespace mx
{
namespace core
... | [
"matthew.james.briggs@gmail.com"
] | matthew.james.briggs@gmail.com |
d908f36c6b6eb254b7621dbee07eb494abd47544 | 00606e0a614805a9a6927975758b06146aa0d983 | /Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.UI_1.cpp | c753f73f6157aff1bea7b951342bc26a9cdb7bac | [] | no_license | harshit1507/BlockBreaker | 248f3307a805a6e11fc668a1a43e601b95308a4d | 075666b2060d92c5ff63884715f558798a38de49 | refs/heads/master | 2023-02-19T06:34:00.891927 | 2021-01-20T16:37:11 | 2021-01-20T16:37:11 | 328,759,600 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,979,774 | 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... | [
"harshit1507@yahoo.com"
] | harshit1507@yahoo.com |
3965a5b7fc9f38afed139306bd5adfd4209d5754 | ee8a6caef476c0f93c78d602eaebeddafeffe66e | /node.cpp | e296daf06aa68a1b8856fe42baaf95ba8cc3ac9a | [] | no_license | ThomasMLawrence/DLL-example | 9b95122cf6d9913ca23d64e5fcf551c57af840f2 | 4eb317180183d95d0b2240356727b16845d624b5 | refs/heads/master | 2020-08-10T02:28:42.684356 | 2019-10-10T16:41:30 | 2019-10-10T16:41:30 | 214,234,859 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,358 | cpp | //Michael Lawrence
//the member functions for the nodes
//and the data in the nodes.
#include "node.h"
position::position()
{
//the default is an empty slot.
id = 'x';
}
position::position(int command)
{
if(command == 1)
{
//if 1 sets the square to contain
//the drivers car.
id = 'u';
}
else
{
//ot... | [
"tml4@augusta.cs.pdx.edu"
] | tml4@augusta.cs.pdx.edu |
5d248c1e8541df76695afe4369ea6a12d2ac63aa | 15a4c24ca80291000b84abbd723c41b18f8aa06d | /prac/v2/hello.cpp | 1a1163f749c3c17def09f2c73ef23a5702f84160 | [] | no_license | BibekSaha/cpp | 713dc8f647ca71194cae43e817a5e8474e8022a3 | ed1cc7a3662e2eec24b9580cc6b2c620131d4139 | refs/heads/master | 2023-02-13T11:11:29.694656 | 2021-01-13T07:45:31 | 2021-01-13T07:45:31 | 294,439,836 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 155 | cpp | // Demo program to checkout the syntax of C++
#include <iostream>
using namespace std;
int main(void) {
cout << "Hello World!" << endl;
return 0;
} | [
"thebibeksaha@gmail.com"
] | thebibeksaha@gmail.com |
1161f4cffeb5c1d75f74c4ea72dc708ec36dafa9 | a3d6556180e74af7b555f8d47d3fea55b94bcbda | /chrome/browser/ui/color/tab_strip_color_mixer.cc | 50864f5f731e70c001d4ba940b87e195cc883bd5 | [
"BSD-3-Clause"
] | permissive | chromium/chromium | aaa9eda10115b50b0616d2f1aed5ef35d1d779d6 | a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c | refs/heads/main | 2023-08-24T00:35:12.585945 | 2023-08-23T22:01:11 | 2023-08-23T22:01:11 | 120,360,765 | 17,408 | 7,102 | BSD-3-Clause | 2023-09-10T23:44:27 | 2018-02-05T20:55:32 | null | UTF-8 | C++ | false | false | 11,390 | cc | // Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/color/tab_strip_color_mixer.h"
#include "base/containers/fixed_flat_map.h"
#include "chrome/browser/themes/theme_properties.h"
#include "chrome/bro... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
2a28f2be36970c1ca2530804217053b93afce8c9 | 724c0ee36c0e6262f143d965f2e5f894a31cbb16 | /c,c++/palindrome.cpp | 2e5a1b6b2a79784850331b2628a758475c126077 | [] | no_license | amit-mittal/Programming-Questions-Practice | bf5fe47ba1b074960ad33eb2e525baaf99a85336 | 899995ff49cdf1ef77cc9327feb2fbed7b5c94fe | refs/heads/master | 2021-09-04T15:27:52.569111 | 2018-01-19T21:03:31 | 2018-01-19T21:03:31 | 117,618,138 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 185 | cpp | unsigned long long int palindrome(unsigned long long int n)
{
unsigned long long int s=0,q,r;
q=n;
while(q>0)
{
r=q%10;
s=s*10+r;
q=q/10;
}
if(s==n)
return n;
else
return 0;
}
| [
"Administrator@Amit-Laptop.fareast.corp.microsoft.com"
] | Administrator@Amit-Laptop.fareast.corp.microsoft.com |
ed5008aec1f2845366ff7b3a625dff5acfcc2930 | 70681cba442034437dd5bc52432eb215d23b7e2b | /mwe_service/src/mwe_server.cpp | ec5079888585d554e66236abe634c2ccf51ed88d | [] | no_license | francisduffy/cpprest_mwe | d25adb16fe768afbbe0587bec73163e6bd0c45e2 | 0ee53d3f7296cb0d56c0ff3c531ee6312aa34599 | refs/heads/master | 2022-12-01T17:30:34.821586 | 2020-08-17T14:39:01 | 2020-08-17T14:39:01 | 287,283,666 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,081 | cpp | #include <httplib.h>
#include <iostream>
#include <sstream>
using httplib::Request;
using httplib::Response;
using httplib::Server;
using std::bind;
using std::cerr;
using std::condition_variable;
using std::cout;
using std::endl;
using std::exception;
using std::map;
using std::mutex;
using std::pair;
using std::str... | [
"francis.duffy@quaternionrisk.com"
] | francis.duffy@quaternionrisk.com |
384fb056e1126868c0981299d45e6d6acbc903f9 | d861d5cdb6f7bd37230c2daba5060ee248c443ec | /chromeos/components/tether/ble_advertiser.cc | 7bf0b98a6f9dab57b3750b51cb56126a3425b333 | [
"BSD-3-Clause"
] | permissive | supertanglang/chromium | 5720df32ba523ccf98cbf0510e1229fec01bbbee | 90dc367f49e3f3d46d54cf2c08b7a9172ac4adcc | refs/heads/master | 2023-02-25T21:24:45.937444 | 2017-06-20T14:50:04 | 2017-06-20T16:29:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,985 | cc | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chromeos/components/tether/ble_advertiser.h"
#include "base/bind.h"
#include "chromeos/components/tether/ble_constants.h"
#include "chromeos/co... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
59e7e4abf0d578701e640b7754887a9aada5765b | e35edc73bede1edba0309bd8aa754484bf133340 | /Actor/src/game/game.cpp | 0ed0b4a5f21159759feecce0c296ed1568f9b355 | [] | no_license | hsuzuki146/DirectX12 | 72ced1c8fcad6adc81a25fc8062fb9d69abb4856 | 5b3fb851dc3598183ba227e37836b1d20bca72cc | refs/heads/master | 2020-03-27T21:37:19.790654 | 2018-09-17T12:07:48 | 2018-09-17T12:07:48 | 147,161,887 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 1,552 | cpp | #include "game.h"
#include "../common/timer.h"
#include "../common/d3dx12manager.h"
#include "actor/actor.h"
#include "actor/component/move_component.h"
#include "actor/job/job_scheduler.h"
namespace
{
const Int32 ACTOR_NUM = 1000000;
Actor actors[ACTOR_NUM];
}
Game::Game()
{
}
Game::~Game()
{
}
void Game::Run()... | [
"hsuzuki146@gmail.com"
] | hsuzuki146@gmail.com |
e44a295aba77631649b41799450e73f64ce6c2cc | a4857fe3515df9e5068eeba80dcc6fdc1e54ebd5 | /Source/Dune/Model/Asset/StatesBlend.h | c9dfed31a525ba63fd553b54e5d568bc826021ae | [] | no_license | ClementVidal/sable.dune | b5993f9ef54c1cbc950c2638323c31df72f30738 | aaa00c4e1fc4d800ef492dda4ba8d1b1eec5e61c | refs/heads/master | 2021-01-21T22:26:59.636572 | 2013-10-15T15:26:45 | 2013-10-15T15:26:45 | 39,127,411 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,695 | h | #ifndef _DUNE_ASSET_STATESBLEND_
#define _DUNE_ASSET_STATESBLEND_
#include <Sable\Core\Common\DataTypes.h>
#include <Sable\Core\File\FilePath.h>
#include <Sable\Core\Collection\Array.h>
#include <Dune\Model\Asset\Asset.h>
#include <Dune\Model\Property\Property.h>
namespace Dune
{
/**
\ingroup Mode... | [
"clement.vidal@lam.fr"
] | clement.vidal@lam.fr |
c91c9ca01c5f14a9d6e3b336230e301314962bc0 | 79da6c86b6b32cc738a6c52b11853ff5cbe7bdf0 | /Grid.h | f7ca9939bd5d4e2f7463680dbe3d009ef9ccdcd8 | [] | no_license | surplusus/-TEAM-Visual_Bat | 456b5affdf8b5644dd4a1f632332853907b17f3a | 77133446f83e98c755958897b3858addd1bda913 | refs/heads/master | 2020-07-17T06:06:18.403748 | 2019-12-08T13:51:00 | 2019-12-08T13:51:00 | 205,960,796 | 0 | 2 | null | 2019-11-30T13:37:41 | 2019-09-03T01:02:00 | RPC | UTF-8 | C++ | false | false | 234 | h | #pragma once
class CPyramid;
class CGrid
{
public:
CGrid();
~CGrid();
private:
vector<CUSTOMVERTEX> m_vecVertex;
vector<CPyramid*> m_vecPyramid;
public:
void SetUp(int nHalfTile = 15, float fInterval = 1.f);
void Render();
};
| [
"moing6862@naver.com"
] | moing6862@naver.com |
7b4f03bc034a6bfa14f3d73ea5723deac3fdd8c2 | 0fab19e7d806e71c8a2f72ecf390a162708db336 | /aten/src/ATen/core/ATenDispatch.cpp | 5f60b8e6dee2c99ec4dd5931003a1aa304edafbe | [
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | wikiwen/pytorch | c6e116e14f539f30bf3c836f7bc1dc2b23bb4642 | bdf10380d6e7e32a8a6fd1287fdea82643a55c0d | refs/heads/master | 2020-07-30T05:24:57.071203 | 2019-09-22T03:49:48 | 2019-09-22T03:51:24 | 210,098,007 | 1 | 0 | NOASSERTION | 2019-09-22T05:56:31 | 2019-09-22T05:56:30 | null | UTF-8 | C++ | false | false | 1,773 | cpp | #include <ATen/core/ATenDispatch.h>
namespace at {
ATenDispatch & globalATenDispatch() {
static ATenDispatch singleton;
return singleton;
}
void* ATenOpTable::getFallbackOp(TensorTypeId tid) const {
// TODO: an alternate strategy here would be to mask out the dead key
// and then redispatch gain (automatic d... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
3d08607da8815d32d9257d7d81a4513e9b9c1343 | a0962c825f9fd6519b2865d8467900ac102a6b45 | /amrex-master/Src/Base/AMReX_GpuUtility.H | 7f35978334e6be43651ac1757e1e841c86e3ef30 | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | msussman42/amrex_implicit_interfaces | ed160cb42e87cb6caa5269efe4c0ae12a79032ad | a91ddbc3ada2883f3ce7db352f25b610c73babd8 | refs/heads/master | 2023-08-31T23:12:49.462517 | 2023-08-31T19:55:58 | 2023-08-31T19:55:58 | 197,830,424 | 13 | 6 | NOASSERTION | 2020-09-01T16:19:43 | 2019-07-19T19:23:55 | Fortran | UTF-8 | C++ | false | false | 6,608 | h | #ifndef AMREX_GPU_UTILITY_H_
#define AMREX_GPU_UTILITY_H_
#include <AMReX_Config.H>
#include <AMReX_GpuQualifiers.H>
#include <AMReX_GpuTypes.H>
#include <AMReX_GpuControl.H>
#include <AMReX_GpuDevice.H>
#include <AMReX_Extension.H>
#include <AMReX_REAL.H>
#include <AMReX_INT.H>
#include <AMReX_Array.H>
#include <AMRe... | [
"sussman@math.fsu.edu"
] | sussman@math.fsu.edu |
b2be4929ce477f976bba820b4170e09c955a44f4 | 16291ea44517cfdef7bda4755af06acaafb5cf39 | /3.3a1/Universal/Interfaces/CIncludes/OpenTransportProviders.h | e0cc2165b64b983955fd54ca7cdaf42aa5e3c849 | [] | no_license | elliotnunn/UniversalInterfaces | 93c12c52f54c95f227f1e726132faa70393ea403 | 328d38f2b72b2d4ceda30170eea32ca6b9de218a | refs/heads/master | 2020-06-16T07:51:18.059086 | 2019-07-06T07:23:20 | 2019-07-06T07:23:20 | 195,511,216 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 51,907 | h | /*
File: OpenTransportProviders.h
Contains: This file contains provider-specific definitions for various built-in providers.
Version: Technology: 2.5
Release: Universal Interfaces 3.3a1
Copyright: © 1993-1999 by Apple Computer, Inc. and Mentat Inc., all rights reserved.
Bugs?: For bug reports, ... | [
"elliotnunn@me.com"
] | elliotnunn@me.com |
dc17bce8612009ddb1c22577134ab2d4583e82f8 | 14596be1e1f9163188a27d068b166c33cfb7f7ec | /03_MyDobot/dobot_ws/devel/include/dobot/SetQueuedCmdStartExecResponse.h | 22ac69c291a7096473c49bc3c74824f9bc99e6a9 | [] | no_license | aockie/03_Puzzle | e6854c878677a7b20d14bbbe519d036c61d2a3f9 | 379ff350d10b85558416b63c2a1f6da9b1f0a6c4 | refs/heads/master | 2021-05-06T13:08:45.165741 | 2017-12-05T09:28:20 | 2017-12-05T09:28:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,317 | h | // Generated by gencpp from file dobot/SetQueuedCmdStartExecResponse.msg
// DO NOT EDIT!
#ifndef DOBOT_MESSAGE_SETQUEUEDCMDSTARTEXECRESPONSE_H
#define DOBOT_MESSAGE_SETQUEUEDCMDSTARTEXECRESPONSE_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros... | [
"takumi.waida@nts.ricoh.co.jp"
] | takumi.waida@nts.ricoh.co.jp |
e3f09ca660e3f4078796c46ea2e290e5a5def35a | a7b4e22a6cdb67f08758099c0a881a7288f63ff4 | /Game/Source/Characters/PlayerController.cpp | de3905595ad54fa723d2e85291bb8abc925ed20d | [] | no_license | makh0024/20F_GAM1571 | 9f7679a1b3009f5d2eeea3832bd47a5b9e5d7c2b | c50ba8c80ca0c0fbb936b59f2f48311675d7afdb | refs/heads/master | 2023-02-01T05:22:39.867457 | 2020-12-15T19:37:45 | 2020-12-15T19:37:45 | 294,181,034 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,338 | cpp | #include "GamePCH.h"
#include "PlayerController.h"
PlayerController::PlayerController()
{
}
PlayerController::~PlayerController()
{
}
void PlayerController::StartFrame()
{
m_OldFlags = m_Flags;
}
void PlayerController::OnEvent(fw::Event* pEvent)
{
if (pEvent->GetType() == fw::InputEvent::GetStaticEventType())
{
... | [
"55245358+makh0024@users.noreply.github.com"
] | 55245358+makh0024@users.noreply.github.com |
b7f9cb53f6155c820914f6c3f74d3ab521e2af31 | c8a7e338de784924f8829af9185c5f750e1f37bc | /dp/coins.cpp | fcf9ed65acf481e644b62df8272b630dc7e94981 | [] | no_license | Ajay35/CSES-Probelm-Set-Solutions | 8e3bdddaaf6e0dbe00d94e8e32175cb20873b8a8 | 242b9a34faeccd36c52a8acae6df7aa1f0f90676 | refs/heads/master | 2020-07-26T20:25:47.077284 | 2019-09-20T15:23:03 | 2019-09-20T15:23:03 | 208,757,035 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,073 | cpp | /**
* Name: Ajay
* Institute: IIITH
*/
#include <iostream>
#include <cstdio>
#include <algorithm>
#include <deque>
#include <vector>
#include <cstdlib>
#include <iomanip>
#include <cmath>
#include <queue>
#include <map>
#include <set>
#include <ctime>
#include <string.h>
#define ll long long
#define inf 0x7ffffff... | [
"ajayjadhav35@live.com"
] | ajayjadhav35@live.com |
4bcb75d66bc7ab4201336fa5f54e33b2f3f44f8c | 3e4fd5153015d03f147e0f105db08e4cf6589d36 | /Cpp/SDK/gob_bf_props2_a_04_bp_classes.h | 2a1b19e91eac09ffc335ea5fde48c5a72bc85ebe | [] | no_license | zH4x-SDK/zTorchlight3-SDK | a96f50b84e6b59ccc351634c5cea48caa0d74075 | 24135ee60874de5fd3f412e60ddc9018de32a95c | refs/heads/main | 2023-07-20T12:17:14.732705 | 2021-08-27T13:59:21 | 2021-08-27T13:59:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 759 | h | #pragma once
// Name: Torchlight3, Version: 4.26.1
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Classes
//-----------------------------------------------------... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
e0be464bc4fbc0a9da51554f8b93d4a7a337db8a | 9f3bd829926924c1f961f096ff929097eb49e8ff | /kernels/xeon/bvh4i/bvh4i_builder_morton.h | a2a905d527bacaef7eba5abd5c3eb06cd0fa1a16 | [
"Apache-2.0"
] | permissive | tnishi2/embree | 0d0270ca0019a502203f7a557af4d5eb9e52b417 | bfa06e6079a6ce2644c5a7ae127efb12c19b07f5 | refs/heads/master | 2020-12-11T07:55:52.898069 | 2014-03-18T23:18:56 | 2014-03-18T23:18:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,254 | h | // ======================================================================== //
// Copyright 2009-2013 Intel Corporation //
// //
// Licensed under the Apache License, Version 2.0 (the "License"); //
// y... | [
"sven.woop@intel.com"
] | sven.woop@intel.com |
3893c620b8fe354c33776a60a1efd0407a9cd054 | d4419a132ab6f79c1bb204c595f109b1aa82a488 | /SmartCollisionSDK/SmartCollisionSDK 2.01/examples/libEasyDevice/EPhantom.h | e87e9f3b1bbd37e29bcd64aae40c9e9dd3ff2f61 | [] | no_license | okazaki13/OpenglTrain | b7682cf19ee78a8ee200ad1ac0ba8d16eeb5c5c9 | 3f2520966551f8c9a83f695ec4d259b540a12f2b | refs/heads/main | 2021-10-26T03:38:58.666139 | 2019-04-10T06:59:04 | 2019-04-10T06:59:04 | 165,088,662 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 947 | h | #ifndef _EPHANTOM_H_
#define _EPHANTOM_H_
/** @file
* @brief This file is Definition of Class EPhantom.
*/
#include "EasyDeviceImpl.h"
class EPhantom : public EasyDevice::Impl
{
private:
BVector3 center_;
int last_state_;
public:
EPhantom();
~EPhantom();
void SetForce(BVector3&t);
voi... | [
"masa1ken2tetu3@yahoo.co.jp"
] | masa1ken2tetu3@yahoo.co.jp |
fda659d4599a0041ed4849c784887d76b53e966f | 00a9cc378ef68bfec46f2aadd612eb5dc83572c3 | /dataprocess/main.cpp | a2a7b5217ccfb41a96243d3585ac4b8724530d74 | [] | no_license | renwangwang/OurProject | a851744cc538cc05831828f68b2e2d17e7c89134 | 026abd57d787a2bd1d558c823b4289802ff108df | refs/heads/ourproject | 2021-07-19T18:46:52.659937 | 2017-10-30T06:22:49 | 2017-10-30T06:22:49 | 104,878,068 | 0 | 1 | null | 2017-10-21T04:49:48 | 2017-09-26T11:49:15 | Arduino | GB18030 | C++ | false | false | 5,351 | cpp | #include <iostream>
#include <cstdio>
#include <string>
#include <stdio.h>
#include <fstream>
#include <sstream>
using namespace std;
struct data
{
int id,length,cnt;
char lable;
}data[1024];
struct sub_data
{
int start,length;
double a,b,left,right;
char type,sig;
}sub_data[1024];
int main()
{
... | [
"2195135711@qq.com"
] | 2195135711@qq.com |
e623e543f950922bc26801f3685de9c5a70b7ad4 | 04a832872e3eb05cc296f6bbcd3408bc20bfb18e | /DSA/C++/Stack/stack_using_linkedlist.cpp | de64b1a663721d12f5cb127e0e1aa2c8d18e4274 | [
"MIT"
] | permissive | saiharshavarma/ProLang-IAS | ceb763b4d5ef19ad183255682530db732b9fd68c | 8073079a8049b66360b2bb7519551903216c01d7 | refs/heads/main | 2023-08-28T15:54:56.426503 | 2021-10-31T15:46:09 | 2021-10-31T15:46:09 | 412,406,425 | 0 | 0 | MIT | 2021-10-01T09:31:57 | 2021-10-01T09:31:56 | null | UTF-8 | C++ | false | false | 2,149 | cpp | #include <iostream>
using namespace std;
class Node{
public:
int data;
Node* next;
};
class Stack{
private:
Node* top;
public:
Stack();
~Stack();
void push(int x);
int pop();
int peek(int index);
int isEmpty();
int isFull();
int stackTop();
};
Stack::Stack() {
top =... | [
"noreply@github.com"
] | saiharshavarma.noreply@github.com |
ada6c75d47b38145428bf7ff299487378561adcc | 313bddc141ceebe7c5eec1fb2f4cd3ef7bbfe195 | /day_27.cpp | a206c8cfe716c738980a84608bdc0e6bf7962b8a | [] | no_license | bogdan-kovalchuk/30-day-leetcoding-challenge | be19b66431653e456e3f48277c2fe6dcdd65ed6a | cc37b41cfb24c9bd2eb9760e567d9d38a320a799 | refs/heads/master | 2022-04-25T07:50:57.654047 | 2020-05-01T08:12:49 | 2020-05-01T08:12:49 | 252,144,842 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,691 | cpp | #include <vector>
#include <iostream>
#include <numeric>
#include <string>
using std::vector;
using std::string;
class Solution {
public:
int maximalSquare(vector<vector<char>> &matrix) {
int n = matrix.size();
if (n == 0) return 0;
int m = matrix[0].size();
if (m == 0) return 0;
... | [
"bogdan.kovalchuk@globallogic.com"
] | bogdan.kovalchuk@globallogic.com |
9602d3a9049e02cd24909d9abcae5a5a4da9539f | 157c466d9577b48400bd00bf4f3c4d7a48f71e20 | /Source/ProjectR/GameInfo/RInventory.h | 280f39c99504074c260cb8a924311775daaa3599 | [] | no_license | SeungyulOh/OverlordSource | 55015d357297393c7315c798f6813a9daba28b15 | 2e2339183bf847663d8f1722ed0f932fed6c7516 | refs/heads/master | 2020-04-19T16:00:25.346619 | 2019-01-30T06:41:12 | 2019-01-30T06:41:12 | 168,291,223 | 8 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 13,762 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "Object.h"
#include "SharedConstants/GlobalConstants.h"
#include "Table/LevelAppliedTables/WorkedCharacterTableInfo.h"
#include "Table/LevelAppliedTables/WorkedItemTableInfo.h"
#include "Network/PacketDataStructures.h... | [
"happycap88@gmail.com"
] | happycap88@gmail.com |
0ad4c296a44c4bd205f4d1f40423d49604a93ff0 | df2100692623990e8266abc964b21603cccdcdbe | /Includes/valeurRetour.hpp | 139181c08da4ca748a3faea95d87e14061040e9f | [] | no_license | LoveXanome/Lutin-Interpreter | b880d5e66d08ecc3bf697fa324adb38dbf51f071 | 92a445b0aa0311bcf457b41236523da595049280 | refs/heads/master | 2021-01-10T17:01:14.898822 | 2016-03-22T22:42:15 | 2016-03-22T22:42:15 | 52,748,408 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 147 | hpp | #ifndef VALEUR_RETOUR_HPP
#define VALEUR_RETOUR_HPP
enum valeurRetour
{
ACCEPTE,
RECONNU,
NON_RECONNU,
REDUIT
};
#endif // VALEUR_RETOUR_HPP
| [
"david.wobrock@gmail.com"
] | david.wobrock@gmail.com |
d5700a360546c055989f58cf1bb9a6212e38edd0 | dd656493066344e70123776c2cc31dd13f31c1d8 | /MITK/Utilities/Poco/XML/include/Poco/XML/XMLString.h | b8e057916045f659a114a859bd7ea38429f4327f | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | david-guerrero/MITK | e9832b830cbcdd94030d2969aaed45da841ffc8c | e5fbc9993f7a7032fc936f29bc59ca296b4945ce | refs/heads/master | 2020-04-24T19:08:37.405353 | 2011-11-13T22:25:21 | 2011-11-13T22:25:21 | 2,372,730 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,206 | h | //
// XMLString.h
//
// $Id$
//
// Library: XML
// Package: XML
// Module: XMLString
//
// Definition of the XMLString class.
//
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// Permission is hereby granted, free of charge, to any person or organization
// obtaining... | [
"dav@live.ca"
] | dav@live.ca |
6df799e2190e68082f2ff97df928455fb358eee3 | 9952bbc11691a7c0c505bba4a4513610d8a542ad | /src/apg.cpp | ec7ccd407647c13e2c559d9d6c733f0e877dfbf3 | [] | no_license | benjilu/balancer | 9a6cbc24f4a4f87d2c9053791f0ce6befab09bd4 | 8af3cd9151c3d5156b6ee44b1252f86e16d489d9 | refs/heads/master | 2022-12-03T02:55:10.339926 | 2020-08-08T05:10:48 | 2020-08-08T05:10:48 | 274,989,853 | 0 | 0 | null | 2020-06-25T18:39:35 | 2020-06-25T18:39:34 | null | UTF-8 | C++ | false | false | 5,139 | cpp |
#include <RcppArmadillo.h>
//#include <Rcpp.h>
#include <numeric>
#include "balancer_types.h"
using namespace arma;
using namespace Rcpp;
//' Accelerated proximal gradient method
//'
//' @param grad_ptr Pointer to gradient function
//' @param prox_ptr Pointer to prox function
//' @param loss_opts List of options f... | [
"ebenmichael@berkeley.edu"
] | ebenmichael@berkeley.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.