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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
872ccc0f9c0ab49156106a675550529de6a8c2fc | 6246bae1bb0f6fdef5b9ca4f1546c77aa556945d | /Rendering/LICOpenGL2/vtkSurfaceLICMapper.h | 6427844bd40fd3f7fc7e40a960e25386fc554642 | [
"BSD-3-Clause"
] | permissive | schuylerkylstra/VTK | 0fbc81f45a7c7ef21ec65ea25b5cdd4259875420 | 4a3ec6c01f9b0ec7f7e92afc5d12abcd88f23aeb | refs/heads/master | 2021-01-19T19:58:59.681661 | 2015-06-09T02:27:43 | 2015-06-09T02:27:43 | 37,137,108 | 0 | 0 | null | 2015-06-09T14:30:08 | 2015-06-09T14:30:08 | null | UTF-8 | C++ | false | false | 20,414 | h | /*=========================================================================
Program: Visualization Toolkit
Module: vtkSurfaceLICMapper.h
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This softwar... | [
"ken.martin@kitware.com"
] | ken.martin@kitware.com |
844e26072cd0e4ec64a91fa3818d5d2856cb002d | 364e470b96367cfb76833b18a5daa449af565732 | /BTreePaths.cpp | ed853af8faac0b496376c96f94f004ae8486e685 | [] | no_license | AadithyaVenkat/LeetCode-Interview-Prep | 7ca4f11069b54ffe4db84db4e73e7f9b603b242a | 36a9d591f618dc48bf04d2b69b0ee757db4c298f | refs/heads/master | 2023-03-06T04:30:03.265137 | 2021-02-20T19:42:04 | 2021-02-20T19:42:04 | 155,010,157 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 734 | cpp | //Backtracking go back and forth between strings
class Solution {
public:
void dfs(TreeNode* root, string res, vector<string> &result)
{
if(!root)
return;
res+=to_string(root->val);
if(!root->left && !root->right)
{
result.push_back(res);
... | [
"noreply@github.com"
] | AadithyaVenkat.noreply@github.com |
9472c4b14858e750276485189883700cb72a74aa | 522a944acfc5798d6fb70d7a032fbee39cc47343 | /d6k/trunk/src/report/public/dcolorbutton.h | e26e99ada682f51b517422bb5f6b0b914f46d1b8 | [] | no_license | liuning587/D6k2.0master | 50275acf1cb0793a3428e203ac7ff1e04a328a50 | 254de973a0fbdd3d99b651ec1414494fe2f6b80f | refs/heads/master | 2020-12-30T08:21:32.993147 | 2018-03-30T08:20:50 | 2018-03-30T08:20:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 503 | h | #ifndef DCOLORBUTTON_H
#define DCOLORBUTTON_H
#include <QToolButton>
#include "dbasicwidget_global.h"
QT_BEGIN_NAMESPACE
QT_FORWARD_DECLARE_CLASS(QColor)
QT_END_NAMESPACE
class DColorButton : public QToolButton
{
Q_OBJECT
public:
explicit DColorButton(QWidget *parent = 0);
QColor color() const {return ... | [
"xingzhibing_ab@hotmail.com"
] | xingzhibing_ab@hotmail.com |
0a590ab819405fe9166fd14cf56a083e238537b1 | c645fee594a8ca257228bd600b6868a018aadc0c | /examples/sendReceiveFixedTransmissionPoint/receiveFixedTransmission/receiveFixedTransmission.ino | aad177e8163cc32d72b819092c2bcde12489c986 | [
"MIT"
] | permissive | xreef/LoRa_E32_Series_Library | 1808d853069cad7ac51a0b13991f24946f5dc4aa | e1031ec7fa293bdc46b2508cb6f588c6de3f27e7 | refs/heads/master | 2023-08-17T00:38:15.382540 | 2023-08-10T21:21:16 | 2023-08-10T21:21:16 | 214,284,247 | 305 | 75 | NOASSERTION | 2023-03-14T10:03:51 | 2019-10-10T20:57:16 | C++ | UTF-8 | C++ | false | false | 5,781 | ino | /*
* LoRa E32-TTL-100
* Receive fixed transmission message as a specified point.
* https://www.mischianti.org/2019/11/10/lora-e32-device-for-arduino-esp32-or-esp8266-fixed-transmission-part-4/
*
* E32-TTL-100----- Arduino UNO or esp8266
* M0 ----- 3.3v (To config) GND (To send) 7 (To dinamically manage)
... | [
"renzo.mischianti@gmail.com"
] | renzo.mischianti@gmail.com |
b8836c63ccca718fca707421605c72ff87aac6ae | 4352b5c9e6719d762e6a80e7a7799630d819bca3 | /tutorials/eulerVortex.twitch/eulerVortex.cyclic.twitch.test.test/processor1/2.89/p | 4d751d6c7c8b093333087bea90ae9ff5097eb0b1 | [] | no_license | dashqua/epicProject | d6214b57c545110d08ad053e68bc095f1d4dc725 | 54afca50a61c20c541ef43e3d96408ef72f0bcbc | refs/heads/master | 2022-02-28T17:20:20.291864 | 2019-10-28T13:33:16 | 2019-10-28T13:33:16 | 184,294,390 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 33,707 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"tdg@debian"
] | tdg@debian | |
6191cffcc51636e1002e2fae52726022f6aaa395 | 2fb3bec7a6f819e5f667829d61b8a1aa170f054b | /SceneEditor/renderwidget.h | 914e88f9e9afd111475ded52fc012044b8a8127a | [
"MIT"
] | permissive | theMK2k/VisualLiveSystem | d1987d5fc5a42e4718faa9124fa5c3c8948fbe2e | e8b5b97718f294cf4d6fa001ff98e0e6d7cbcf74 | refs/heads/master | 2021-01-24T13:19:20.787816 | 2016-01-19T20:37:32 | 2016-01-19T20:37:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,051 | h | #ifndef RENDERWIDGET_H
#define RENDERWIDGET_H
#include <QTime>
#include <GL/glew.h>
#include <QGLWidget>
#include <QListWidget>
#include <scene.h>
#include "fbo.h"
#include "shader.h"
class RenderWidget : public QGLWidget
{
Q_OBJECT
public:
RenderWidget(QWidget *parent = 0);
~RenderWidget();
publ... | [
"anatole.duprat@gmail.com"
] | anatole.duprat@gmail.com |
f6dbb748c6730e6e42d37a928a365d5963ea4a76 | dbd20c664a0c6150e00c4923c7af6705a4695ec2 | /src/irc/command.hpp | bf7fbb9b735aa35de2b1a47f70c1df9547ab8a96 | [] | no_license | Karethoth/IRC-Bot | e597d7ac40f1dc44ddc213b5d6946190e3c1e4cd | cefd3221729b0d15fec4df4f7dd3affc8a528207 | refs/heads/master | 2021-01-13T02:36:21.987267 | 2012-08-29T10:26:55 | 2012-08-29T10:26:55 | 5,403,002 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 270 | hpp | #ifndef __IRC_COMMAND__
#define __IRC_COMMAND__
#include "user.hpp"
namespace IRC
{
struct Command
{
char *source;
char *target;
char *command;
char *data;
char *raw;
struct User *user;
};
Command ParseCommand( char *msg );
}
#endif
| [
"karethoth@gmail.com"
] | karethoth@gmail.com |
189879ea1742383b27477b2087ba2a24964e7ffc | 7b9067b82184fee467b43f70412e25ba6905b787 | /cbGitStateScannerThread.h | a45158213527d9dac0708f0087b84df60c7278a2 | [] | no_license | gysimrx/CBGitPlugin | 9c81365c716458b3f9587876294c69e2e22cbec9 | e2c7571561465e5f908f34980059d09f62989937 | refs/heads/master | 2023-07-21T19:19:11.938183 | 2021-09-03T15:19:26 | 2021-09-03T15:53:35 | 375,946,018 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 773 | h | #ifndef CBGITSTATESCANNERTHREAD_H
#define CBGITSTATESCANNERTHREAD_H
#include <wx/thread.h>
#include <wx/event.h>
#include <sdk.h>
#include <map>
#include <vector>
#include <git2.h>
#include "cbGitStates.h"
class cbProject;
wxDECLARE_EVENT(wxEVT_SCANNER_THREAD_UPDATE, wxCommandEvent);
class cbGitStateScannerThread ... | [
"marx.gysin@comlab.ch"
] | marx.gysin@comlab.ch |
c734899d1a757ef5b90d2a89a9210b2214cc8901 | 3269c35d7195797b8751b0f997e0630b9f04cda3 | /Chapter 4/Lab_4_1/Lab_4_1/Lab41.cpp | c255d14109ba81ac32210d2043398105c2645c0b | [] | no_license | arkushka/CPA- | a47e4d4819ad754d75aae6f2371856bf484ad789 | bbce80f10a78b6d7ddab8cbb92e64bf86c1a93a6 | refs/heads/master | 2021-08-31T04:41:49.087393 | 2017-12-20T11:31:18 | 2017-12-20T11:31:18 | 107,878,197 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,563 | cpp | // Lab41.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <iostream>
using namespace std;
float CountFinal(int *grades) {
double finall = 0;
int gradesCount = 0;
for (int i = 0; ; i++) {
if (grades[i] == -1)
break;
gradesCount++;
finall += gr... | [
"noreply@github.com"
] | arkushka.noreply@github.com |
99e28f20a99ffc24faf78ede279dbb1ef38d2bef | b007b067677ad3f97949d8fe342af8603ed19aa8 | /PATB1044/PATB1044/main.cpp | 8d3dbe4c7510574d4fc76e3a4e4a1052bbf3d151 | [] | no_license | SouthStreet/AlgTrain | 9f3248ae95e5680526d8f0beb73fdd4efc656b70 | 4dc850cf7e5fe736aeb2ff8b4dc408a5a3ca0e8d | refs/heads/master | 2021-05-14T09:42:39.037464 | 2018-03-18T09:35:46 | 2018-03-18T09:35:46 | 116,333,027 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,090 | cpp | #include <cstdio>
#include <string>
#include <map>
#include <iostream>
using namespace std;
string unitDigit[13] = {"tret","jan", "feb", "mar", "apr", "may", "jun", "jly", "aug", "sep",
"oct", "nov", "dec"};
string tenDigit[13] = {"tret","tam", "hel", "maa", "huh", "tou", "kes", "hei", "elo", "syy", "lok",
"mer", ... | [
"znj764359824@gmail.com"
] | znj764359824@gmail.com |
35ee0b19738c836da38d5dc6e2add27ec548e15d | 31652e474917d7a93e576a3e243fac264e1822b9 | /Bc/3.semester/inf3/cvika/4.cvicenie-sifrator - Copy/sifrator/sifrator/Sifrator.h | 0ba6344e0c849fc0ce36e2b8417313f4ceca574d | [] | no_license | leskovsky1/FRI | 4e99e15856f3aa88a6439b8420e6fb078921f005 | cb220a69717ccc819d9e5dc4c2da217314170f19 | refs/heads/master | 2022-05-08T17:29:04.345607 | 2019-10-08T19:08:45 | 2019-10-08T19:08:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 269 | h | #pragma once
class Sifrator
{
private:
char aCinnost;
char *aHeslo;
char *aVstupnySubor;
char *aVystupnySubor;
public:
Sifrator(char cinnost, const char *heslo, const char *vstupnySubor, const char *vystupnySubor);
~Sifrator();
void start();
};
| [
"kyberdrb@gmail.com"
] | kyberdrb@gmail.com |
c1e0d250acf9a33984376f3a68aca54cb30e4e78 | ea4e3ac0966fe7b69f42eaa5a32980caa2248957 | /download/unzip/AppleUSBIrDA/AppleUSBIrDA-144.4.0/AppleUSBIrDA/AppleUSBIrDA.cpp | 83a1d7a1ac44392b8fc820abcc8d1dd9d4aaf301 | [] | no_license | hyl946/opensource_apple | 36b49deda8b2f241437ed45113d624ad45aa6d5f | e0f41fa0d9d535d57bfe56a264b4b27b8f93d86a | refs/heads/master | 2023-02-26T16:27:25.343636 | 2020-03-29T08:50:45 | 2020-03-29T08:50:45 | 249,169,732 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 117,594 | cpp |
/* Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
* The contents of this file constitute Original Code as defined in and
* are subject to the Apple Public Source License Version 1.1 (the
* "License"). You may not use this file except ... | [
"hyl946@163.com"
] | hyl946@163.com |
804b9954113f5f9160810ef1428d588ae8703054 | 6ea50d800eaf5690de87eea3f99839f07c662c8b | /ver.0.15.0.1/j_GuiComponent.h | a2193274ccf37d5f575f6d1e78ca41c20bc8622e | [] | no_license | Toku555/MCPE-Headers | 73eefeab8754a9ce9db2545fb0ea437328cade9e | b0806aebd8c3f4638a1972199623d1bf686e6497 | refs/heads/master | 2021-01-15T20:53:23.115576 | 2016-09-01T15:38:27 | 2016-09-01T15:38:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 87 | h | #pragma once
namespace j{
class GuiComponent{
public:
void ~GuiComponent();
}
};
| [
"sinigami3427@gmail.com"
] | sinigami3427@gmail.com |
8188d6562c4a1e8e5e26dc0a0649a5cc60617aea | d1aa3b1380d88a1f19620367b71982d014445d7c | /006-渲染物体拾取交互raycast-picking/RenderingInteractiveIOS-Proj/RenderingInteractive/RenderingInteractive/source/RayCaster.h | 7f0a8ea3eef048b5ca8af358f7212f8696f2e42f | [
"MIT"
] | permissive | jjzhang166/LearnThreeJSRenderingExamples | 201d7bb8aa5a290524daa45600a785f4632e62d2 | 97ecf0235ff893c576236e39bff873ed082e388e | refs/heads/master | 2022-04-27T18:19:07.280199 | 2020-04-24T05:55:31 | 2020-04-24T05:55:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,421 | h | //
// RayCaster.h
// SolarSystem
//
// Created by SeanRen on 2020/2/26.
// Copyright © 2020 macbook. All rights reserved.
//
#ifndef RayCaster_h
#define RayCaster_h
#include <stdio.h>
#include "cvec.h"
#include "matrix4.h"
#include "Ray.h"
#include "Camera.h"
#include "CubeModel.h"
//class CubeModel;
class RayC... | [
"nintymiles@icloud.com"
] | nintymiles@icloud.com |
a9d19f043cfc6ff5b49122ec94f4e2f98d2dc21a | 79b716bdc2a32d66a320a071d45b5c4f0ec57a00 | /src/dbd.cpp | dff7b460aad0c58970d0628781e1c639b4ad3dae | [
"Apache-2.0"
] | permissive | stolk/GBase | 3b0b32391c9a366ad2b9975095254bca74ef591a | 515f40b300c8e07b0f251f6ce1f97d5307c70d34 | refs/heads/master | 2023-05-26T22:58:38.122207 | 2023-05-25T23:57:27 | 2023-05-25T23:57:27 | 87,005,707 | 10 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 7,620 | cpp | // dbd.cpp
//
// (c)2012-2017 Abraham Stolk
#include "dbd.h"
#include "checkogl.h"
#include "vmath.h"
#include "rendercontext.h"
#include "glpr.h"
static const int maxv = 128*32768;
static int numv = 0;
static float vdata[ maxv ][ 3 ];
void dbd_init(void)
{
dbd_clear();
}
void dbd_clear(void)
{
numv = 0;
}
... | [
"b.stolk@gmail.com"
] | b.stolk@gmail.com |
3d5c06f621973a5b7c8bca7f8a833604df6e62d2 | bc4328cf5db3e409e11a1b8f6079db475dcd74cb | /Stack/stack.h | 9bb348b2a1f002362a9aa1916c5df51673ad4186 | [] | no_license | kartmon61/Data_Structure | adb38a24b22c8e6bc8a699bb53c903a44f45299e | 3129c890ef883f680dfff24d48ce3f3ce3c37dea | refs/heads/master | 2022-01-04T18:42:50.005347 | 2019-09-13T12:59:16 | 2019-09-13T12:59:16 | 179,910,555 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 274 | h | #include<iostream>
using namespace std;
#define MAX_STACK_SIZE 100
class Stack1 {
private:
int maxStackSize;
int top;
int stack[100] = { 0, };
public:
Stack1(int maxStackSize);
void isFull();
void isEmpty();
void push(int item);
void pop();
void showStack();
}; | [
"kartmon@naver.com"
] | kartmon@naver.com |
d9fad8ce0684ea2fada11622dc03f358ed07d8ae | af1ac266668afeabf9bdab70c5755d40a0626980 | /Source/RPG_Prototype/Gameplay behaviour/FloatingPlatform.h | 56394e26da2659d4317fef61d299fec5a17dc9a0 | [] | no_license | KevorkM/RPG_Prototype | 71da59f5dd88e75b56a03c8a6b1e1c2a9bbb1c48 | 374a1f2c25564acb3261d33665141de2e150098a | refs/heads/master | 2022-12-10T10:45:12.659669 | 2020-09-04T22:37:24 | 2020-09-04T22:37:24 | 292,959,667 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,231 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/Actor.h"
#include "FloatingPlatform.generated.h"
UCLASS()
class RPG_PROTOTYPE_API AFloatingPlatform : public AActor
{
GENERATED_BODY()
//variables
public:
// Sets default v... | [
"cmkbman@gmail.com"
] | cmkbman@gmail.com |
ec9d28302703e6cd757aa7f1010d5e0bbce46704 | e369c7b16495b0d913f46a1a3e293d7ff5368d92 | /src/qt/addressbookpage.cpp | a9bdbf17bf774708ef574902589e2d7ec3fd4fff | [] | no_license | giracoin/girauno | be459789d8e00e424f4a6b881b27008479ab3276 | cee08e12174831a08967c6764f612ba73cf0d7e8 | refs/heads/master | 2020-03-17T06:19:37.157684 | 2018-05-14T11:34:54 | 2018-05-14T11:34:54 | 133,350,681 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,111 | cpp | // Copyright (c) 2011-2015 The Giracoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#if defined(HAVE_CONFIG_H)
#include "config/giracoin-config.h"
#endif
#include "addressbookpage.h"
#include "ui_addressbook... | [
"info@giracoin.com"
] | info@giracoin.com |
119479a18ed5486c6a833ab91d688a2ab73d1bbe | f8d76935f342abceff51a90a2844110ac57a4d2e | /solution/srm217_crossroads.cpp | 0bf9d5817a8ef47f3490704cee314c6b1a122006 | [] | no_license | rick-qiu/topcoder | b36cc5bc571f1cbc7be18fdc863a1800deeb5de1 | 04adddbdc49e35e10090d33618be90fc8d3b8e7d | refs/heads/master | 2021-01-01T05:59:41.264459 | 2014-05-22T06:14:43 | 2014-05-22T06:14:43 | 11,315,215 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 42,350 | cpp | /*******************************************************************************
* Automatically generated code for TopCode SRM Problem
* Problem URL: http://community.topcoder.com/stat?c=problem_statement&pm=3042
*******************************************************************************/
#include <vector>
#... | [
"qiudejun@gmail.com"
] | qiudejun@gmail.com |
0767ddae5e9ffb1a32491a7538184d8362f2a01c | 360d0925ba3f7024a38aeea13234e34fec81a456 | /sga-c++/chromosome.h | f9ab72cc8b3489bcc04c03100c675b5d4e666732 | [] | no_license | ray1007/GeneticFighter | 1a85cd43ec956bf39f67b075e133604e5bb05f1c | 6c57ab6d374da5b2ab9ea0731ad512fdc25c3fc4 | refs/heads/master | 2021-01-10T05:04:00.182891 | 2016-01-17T18:42:48 | 2016-01-17T18:42:48 | 46,559,255 | 0 | 1 | null | 2016-01-02T12:20:06 | 2015-11-20T11:54:05 | C++ | UTF-8 | C++ | false | false | 1,386 | h | /***************************************************************************
* Copyright (C) 2004 by Tian-Li Yu *
* tianliyu@cc.ee.ntu.edu.tw *
***************************************************************************/
#ifndef _C... | [
"b01901007@ntu.edu.tw"
] | b01901007@ntu.edu.tw |
871674c7c5d38689d12e12b536352fd3f971fe99 | 39e638d064c32fb1d77f891e656317bda2ce3688 | /source/compiler/include/sourcefile.h | b0f958f2f6a11a19434aeda7ea592e0644f6b758 | [] | no_license | rinat/simple-compiler | f99983a47fb0273d05f1d9f8c54591f419ff19f3 | 81cecd11707026bcf3b214a672fdc503b5d7d393 | refs/heads/master | 2021-01-19T07:56:28.377277 | 2012-02-19T13:48:35 | 2012-02-19T13:48:35 | 3,485,555 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,321 | h | /*
* This code is under GNU Lesser General Public License.
* Simple C Compiler to Low Level Virtual Machine representation
*
* Authors: Rinat Shaikhutdinov (aka Sagit) - architecture, compiler core
* Alexei Zhdanov (aka Alex) - parser
* Timofey Tatarinov (aka Tikers) - code generator
*
* University Ma... | [
"rinat.shaikhutdinov@gmail.com"
] | rinat.shaikhutdinov@gmail.com |
3bb670f1e28a97d87c069791f56447a161ace477 | 7e16d1cadd502e9b3fc0a1a44bd6476ce71bc93b | /TransitionFunc.cpp | df512bd0166bab16df683d47e20a62be1b6ce6d0 | [] | no_license | tolight/2015_C_ClassProject | eb938e629fd9f37683b5cb5b8f98b06758af809d | 00976ec24fe88e9ed9ce7e175c7c4a34eb9354f6 | refs/heads/master | 2020-04-06T04:36:24.632119 | 2015-05-19T05:21:58 | 2015-05-19T05:21:58 | 36,125,120 | 0 | 0 | null | 2015-05-23T13:46:32 | 2015-05-23T13:46:32 | null | UTF-8 | C++ | false | false | 3,974 | cpp | #include "TransitionFunc.h"
#include <map>
#include <string>
#include <cstdio>
#include <list>
#include <utility>
using namespace std;
SyntaxTree *sTree;
int numStates;
int numNeighbors;
int ruleTree[2048][32];
int num_nodes;
map<Coordinate, Point*> pSet;
_BYTE tmpByteArray[9];//[nw, ne, sw, se,] n, w, e, s, c
short i... | [
"909645105@qq.com"
] | 909645105@qq.com |
bcbee870ab4829386f6ba82d02eddf6b9e929d26 | bc0945070d150c8af7cc56bf6e045a8c2cc7873d | /1273/4054890_AC_0MS_596K.cpp | 1f9634535d1ef99c1c96a91a6a987eaaa726462d | [] | no_license | fengrenchang86/PKU | ab889d88cd62b3c0b3e00cde5d5c3a652a16221a | 0c4adf6b740d2186b7f23124673cd56520d1c818 | refs/heads/master | 2021-01-10T12:12:18.100884 | 2016-03-07T14:14:33 | 2016-03-07T14:14:33 | 53,328,385 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,027 | cpp | #include <iostream>
using namespace std;
const int acMax = 320;
int f[acMax][acMax];//流量
int w[acMax];//dij用的
int pre[acMax];//路径中的上一个点
int path[acMax];//存储路径
int Len;//路径长度
bool visit[acMax];
struct node
{
int v;
node *next;
}*list[acMax];
void insert ( int x, int y )
{
node *p = new node;
p->v = y;
p->next = lis... | [
"fengrenchang86@gmail.com"
] | fengrenchang86@gmail.com |
7f49f8469bdebbe0d430439009f69423121db1f9 | d73a61b0e53e5c9bc7518de8e4d86ff14d3c65d8 | /Steamhammer/Source/Common.h | e3f627eccc6d388eac698dfb818a2c9227745bae | [] | no_license | ratiotile/steamhammer | 49d032197d31b6fadf5964c88501b0d8a267a31b | f79da6003b2a0badb9891a36a846b2acbd76e536 | refs/heads/master | 2020-03-18T16:49:15.703270 | 2018-05-17T05:47:02 | 2018-05-17T05:47:02 | 134,988,433 | 1 | 0 | null | 2018-05-26T19:15:14 | 2018-05-26T19:15:14 | null | UTF-8 | C++ | false | false | 2,121 | h | #pragma once
#define _USE_MATH_DEFINES
#include <cmath>
#include <math.h>
#include <cstdlib>
#include <stdexcept>
#include <string>
#include <sstream>
#include <algorithm>
#include <vector>
#include <deque>
#include <list>
#include <set>
#include <map>
#include <array>
#include <BWAPI.h>
#include "Config.h"
#includ... | [
"kant2002@gmail.com"
] | kant2002@gmail.com |
e003351610faa78edf939dc98f4e6e8f89765974 | 972dfb1ea0a018fbe0e0d62bea17b038d2521b61 | /LeetCode/70.cpp | c31a824f6311037a2888f5ace6271979a1fcccb8 | [] | no_license | g33kyaditya/OJs | 36163e92868a6d57d209a42e8f32292133bc3d86 | dcd789f3c7676ebc4657ebbda601bdde8c881c40 | refs/heads/master | 2021-01-20T10:50:16.026193 | 2016-12-03T19:00:31 | 2016-12-03T19:00:31 | 40,049,701 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 272 | cpp | class Solution {
public:
int climbStairs(int n) {
int dp[n];
dp[0] = 0;
dp[1] = 1;
dp[2] = 2;
for (int i = 3; i <= n; i++)
dp[i] = dp[i-1] + dp[i-2];
return dp[n];
}
};
| [
"aditya.sharma15696@gmail.com"
] | aditya.sharma15696@gmail.com |
84dcc3bea629b3fce80c5fd7e1d1d312e5c9f373 | 6b02ec9016a4834f79cf72e195842fad582d5958 | /Tutorial01/Source/Tutorial01/Tutorial01HUD.h | f8b9bad8a1dec564dd7a646d267019955f158cac | [] | no_license | ruintazila/ue4 | eba5542697b1b773b225002dce80ab403aaf9196 | 5f85d2e3729b58db3e284ac7d1b45146fc5d0ca5 | refs/heads/master | 2020-03-28T07:55:01.877595 | 2018-09-08T13:21:56 | 2018-09-08T13:21:56 | 147,933,063 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 416 | h | // Copyright 1998-2018 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/HUD.h"
#include "Tutorial01HUD.generated.h"
UCLASS()
class ATutorial01HUD : public AHUD
{
GENERATED_BODY()
public:
ATutorial01HUD();
/** Primary draw call for the HUD */
virtual void Draw... | [
"azila@vip.qq.com"
] | azila@vip.qq.com |
080573705b391e59bbb63269f537c22cb43031d5 | 9c5c93bffa7667f0f465917d50223a031ff2ce01 | /question55.cpp | 0ab4f4d528213309354bf6b1c906a7abeb1e4dd3 | [] | no_license | Himanshubimal/CS141Assignments | c78ce1d46abf4c9acb4d8d497fb1588544525fdd | 602f7c70c0d842a091726cadd963b7b6bb71dd28 | refs/heads/master | 2021-01-20T01:42:57.557789 | 2017-09-15T18:13:49 | 2017-09-15T18:13:49 | 101,297,622 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 355 | cpp | #include <iostream>
using namespace std;
int main() {
int num,c_num,rem,fact=1,sum_fact;
cout<<"Enter your Number";
cin>>num;
c_num=num;
while(num>0){
rem=num%10;
for(int j=1;j<=rem;j++){
fact*=j;
}
sum_fact+=fact;
fact=1;
num/=10;
}
if(sum_fact==c_num)
cout<<"Strong NUmber";
else
cout<<... | [
"noreply@github.com"
] | Himanshubimal.noreply@github.com |
4855d7a8c257ac002a8246444f22ecb79647cad6 | a8d67c01fd924467c0a7a876576e94d49a5fcdfc | /applications/desktop_sniffer/sniff_parse/calc_crc.cpp | af19c7a1d43c9c4b29e8e4d498d53b36743d6f5c | [] | no_license | pat1/one-net | c62d886f40490c95d6ac08bed2cbe757763575ab | 29a7c5f849628fbf639b57b544948d45d7f4132e | refs/heads/master | 2016-09-08T00:35:03.346838 | 2013-05-08T16:32:49 | 2013-05-08T16:32:49 | 39,787,102 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,168 | cpp | #include "parse_utility_args.h"
#include "string_utils.h"
#include <iostream>
#include <string>
#include <cstdlib>
#include <iomanip>
#include <stdint.h>
#include "string_utils.h"
#include "one_net_crc.h"
#include "one_net_status_codes.h"
using namespace std;
void usage()
{
cout << "Usage: ./calc_crc -i 0x3344556... | [
"onenet@6aaea63c-a731-418f-8826-0f8392395df9"
] | onenet@6aaea63c-a731-418f-8826-0f8392395df9 |
54a6b74159c3e7bd5ed9dbe55b9e56ce04954d7a | 93343c49771b6e6f2952d03df7e62e6a4ea063bb | /HDOJ/2039_autoAC.cpp | e8d903fddc38e7d027a3f28747dc828b7f0e0c10 | [] | no_license | Kiritow/OJ-Problems-Source | 5aab2c57ab5df01a520073462f5de48ad7cb5b22 | 1be36799dda7d0e60bd00448f3906b69e7c79b26 | refs/heads/master | 2022-10-21T08:55:45.581935 | 2022-09-24T06:13:47 | 2022-09-24T06:13:47 | 55,874,477 | 36 | 9 | null | 2018-07-07T00:03:15 | 2016-04-10T01:06:42 | C++ | UTF-8 | C++ | false | false | 329 | cpp | #include<stdio.h>
#include<iostream>
#include<cstring>
using namespace std;
int main()
{
int m;
double a,b,c;
cin>>m;
while(m--){
cin >> a >> b >> c;
if(a>b) swap(a,b);
if(b>c) swap(b,c);
if(a+b>c) cout << "YES" << endl;
else cout << "NO" << endl;
... | [
"noreply@github.com"
] | Kiritow.noreply@github.com |
b2d185a8d63b27e0da989bb106bcb2216cb0cd1c | fce1c90811194665974c39b3210c9b33eddb2f39 | /hsclient/HSSprite.h | 951207789f0e44d25cbf351b961e83ffa30574c7 | [] | no_license | ctoth/hspace | 78b6899287f63a6f76086883224244f291dadbf0 | a18ea790142245026592fa3643165f04ab2f4c86 | refs/heads/master | 2022-04-27T17:07:14.962786 | 2020-04-17T05:22:36 | 2020-04-17T05:22:36 | 256,629,477 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 565 | h | #pragma once
#include "HSVector3D.h"
class HSRenderer;
class HSTexture;
class HSVertexBuffer;
#include <string>
class HSSprite
{
public:
HSSprite(HSRenderer *aRenderer);
~HSSprite(void);
bool Init(std::string aFileName);
unsigned int GetWidth();
unsigned int GetHeight();
void Set... | [
"q.alpha@gmail.com"
] | q.alpha@gmail.com |
f44ae031a773223a00d51d9493db51b7a55fe699 | f232a7eadd47dfc56fa46ad7d4d302843bded556 | /src/BSubFrame.h | 061267efd5d4d5d5bd612d325d8fbfb3b2ab0087 | [
"MIT"
] | permissive | segafan/wmelite_jankavan-julia-repo | 1fe9146bc1e33547216d0e4b474e2eb03a8b7100 | e892495385fbcdb572b14c1d502c2f828d4e7f62 | refs/heads/master | 2021-04-12T04:38:06.829005 | 2015-03-01T12:07:49 | 2015-03-01T12:07:49 | 38,780,060 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,766 | h | /*
This file is part of WME Lite.
http://dead-code.org/redir.php?target=wmelite
Copyright (c) 2011 Jan Nedoma
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, includin... | [
"jan@juliathegame.com"
] | jan@juliathegame.com |
a02f4d63cb5350b9fd4e0514b591f3483d6c2a6c | 06eb59d91495a2b9568d21019e4dcb61ff236b7a | /izpack-launcher/tags/release-1.3/src/failuredialog.h | 0ed2772c39a160e43b0e925e04d288c27851cd06 | [
"MIT"
] | permissive | jponge/izpack-full-svn-history-copy | 8fa773fb3f9f4004e762d29f708273533ba0ff1f | 7a521ccd6ce0dd1a0664eaae12fd5bba5571d231 | refs/heads/master | 2016-09-01T18:24:14.656773 | 2010-03-01T07:38:22 | 2010-03-01T07:38:22 | 551,191 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,763 | h | /* Copyright (c) 2004 Julien Ponge - All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* rights to use, copy, m... | [
"jponge@7d736ef5-cfd4-0310-9c9a-b52d5c14b761"
] | jponge@7d736ef5-cfd4-0310-9c9a-b52d5c14b761 |
f9ac6efefc2dc17827fa1f1d201fe6b06cc2dc6a | a32df05a13f6642a1f8a0163b791b4b4ff75db7d | /codeforces/1512/1.cpp | 73105c9a8303df68e6568b4030d4c018c7cce107 | [] | no_license | keshavvinayak01/Competitive-questions | 1f699b069737889ec9b35883dff5b1fde7665d06 | f9ce4bc9e0d097e95b8988f1e86730a89fdfafbf | refs/heads/master | 2021-06-19T03:52:06.901347 | 2021-04-16T13:09:12 | 2021-04-16T13:09:12 | 204,683,295 | 7 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 682 | cpp | #include<bits/stdc++.h>
#define MOD 1000000007
using namespace std;
int main() {
int t;
cin >> t;
while(t--) {
int n;
cin >> n;
int arr[n], start;
bool found = false;
for(int i = 0 ; i < n ; i++)
cin >> arr[i];
start = arr[0];
for(int i =... | [
"keshavvinayakjha@gmail.com"
] | keshavvinayakjha@gmail.com |
9c448de5a1bb0903ad95c3b6d790bfd24263258f | 66862c422fda8b0de8c4a6f9d24eced028805283 | /slambook2/3rdparty/googletest/googlemock/test/gmock-matchers_test.cc | d14e6fd5ba9e2f136b5eb9066c6696cae3ad2947 | [
"Apache-2.0",
"BSD-3-Clause",
"MIT"
] | permissive | zhh2005757/slambook2_in_Docker | 57ed4af958b730e6f767cd202717e28144107cdb | f0e71327d196cdad3b3c10d96eacdf95240d528b | refs/heads/main | 2023-09-01T03:26:37.542232 | 2021-10-27T11:45:47 | 2021-10-27T11:45:47 | 416,666,234 | 17 | 6 | MIT | 2021-10-13T09:51:00 | 2021-10-13T09:12:15 | null | UTF-8 | C++ | false | false | 230,984 | cc | // Copyright 2007, Google 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 must retain the above copyright
// notice, this list of con... | [
"594353397@qq.com"
] | 594353397@qq.com |
1d01a19b127d6ffe0f4a1ba658708f706a235363 | c325cd65880fe63c844ac0154319ed68c01c7df5 | /src/intersim2/flit.hpp | b56917640ac29556cb0260a415f538aba0049362 | [
"BSD-3-Clause"
] | permissive | Jgardea/gpgpu-sim | 8b4fe2963a7f3de0cb8b9dbd193af585abe53683 | 23301711528df5d9681326af035b410416bcfd10 | refs/heads/master | 2020-04-02T01:55:02.030704 | 2017-06-28T21:49:30 | 2017-06-28T21:49:30 | 83,642,483 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,422 | hpp | // $Id$
/*
Copyright (c) 2007-2015, Trustees of The Leland Stanford Junior University
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... | [
"jgardea35@outlook.com"
] | jgardea35@outlook.com |
944ab060e28f5b71daefb4b8cf4ccdcc44f6b807 | 6198236f9a911f853af8d2f5f300efce5195b477 | /proj.ios_mac/libs/netlink/socket.cc | b0b3088387eeb6c81c8f79874365832b65d02822 | [] | no_license | mixiancheng/runtime-src | 2b0696026dcc5892af42f842c9f7becdc3aaf14c | d0005b7e772a2772f4666a9bc96a82f407eb3e79 | refs/heads/master | 2021-01-25T08:37:18.536430 | 2014-08-18T14:11:48 | 2014-08-18T14:11:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,202 | cc | /*
NetLink Sockets: Networking C++ library
Copyright 2012 Pedro Francisco Pareja Ruiz (PedroPareja@Gmail.com)
This file is part of NetLink Sockets.
NetLink Sockets is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
... | [
"Top.inc"
] | Top.inc |
9d2e33e8a171b3eb3a811cbe2e0149f00abc3af3 | c5f19d6d33b2670c6a9dfc3324228648f0e98be7 | /List_Merge.cpp | 1c757ca47b9785ea845acf2e14fa75b58234a448 | [] | no_license | ballwql/algorithm | a5546757f869b501975d80aa3cffd52a88a2d15f | 41951753578ebf25b47bc8846219a2a624ccb0d4 | refs/heads/master | 2021-01-17T06:27:49.985372 | 2014-03-18T13:07:08 | 2014-03-18T13:07:08 | 17,865,705 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,113 | cpp | #include <iostream>
using namespace std;
typedef struct node
{
int data;
struct node* next;
}List,*pList;
pList createList()
{
pList head,p,q;
head=new List;
head=NULL;
int num;
cin>>num;
while(num!=-1)
{
p=new List;
p->data=num;
p->next=NULL;
if(head==NULL)
{
head=p;
q=head;
}
else
{
... | [
"ballwql@gmail.com"
] | ballwql@gmail.com |
955186e621689dcd6ba9414b0e5fdd27750d2525 | 915cd9101203fb73d9e994ec5c4ae0e610ee75fe | /fontnik/glyphs.cpp | 6aeda4c09333abfd489e14daeb56b4ace651044e | [] | no_license | machfe522/fontnik | 27e943d4462e4ee520eb041761d78db544c9af89 | 84126804fa4c4dda62c19bbdbbbbdee0b8c9836f | refs/heads/master | 2023-02-12T06:11:37.643897 | 2021-01-10T06:09:42 | 2021-01-10T06:09:42 | 295,699,698 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,398 | cpp | // fontnik
#include "glyphs.hpp"
#include <protozero/pbf_reader.hpp>
#include <protozero/pbf_writer.hpp>
// node
#include <limits>
#include <memory>
#include <string>
#include<iostream>
// sdf-glyph-foundry
#include <gzip/compress.hpp>
#include <gzip/decompress.hpp>
#include <gzip/utils.hpp>
#include <mapbox/glyph_fou... | [
"machfe@126.com"
] | machfe@126.com |
9c999c2c30fee9501f656465c6042548f3dde0cf | 6358cad16f548686d2305fd7ecc768353f868e9c | /U2_kladivova_spererova/U2_CH/sortbyy.h | 9611c2df1fa6b45681856d70e7c503973e3c1598 | [] | no_license | evafrommeltova/kladivova_spererova_adk | 02e3596cac8f37fa5bef8a891d8c12ebe727c15a | ae80e82d5a0ef20de06f6d7df046dfd2bde0d4f3 | refs/heads/master | 2022-03-26T16:20:54.131492 | 2020-01-09T15:17:08 | 2020-01-09T15:17:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 234 | h | #ifndef SORTBYY_H
#define SORTBYY_H
#include<QtGui>
class SortbyY
{
public:
bool operator()(QPoint &p1, QPoint &p2)
{
return p1.y() < p2.y() || ((p1.y() == p2.y()) && (p1.x() < p2.x()));
}
};
#endif // SORTBYY_H
| [
"49241681+lindakladivova@users.noreply.github.com"
] | 49241681+lindakladivova@users.noreply.github.com |
120ec1b344627bea759e780f5b00e00486486154 | 5b04f852bce5f95081c45d9464c97be496b5bfdc | /be/src/exprs/table_function/dummy_table_functions.cpp | 40923bf1cf72c7da54075e78f68d010263794340 | [
"Apache-2.0",
"BSD-3-Clause",
"bzip2-1.0.6",
"dtoa",
"MIT",
"PSF-2.0",
"GPL-2.0-only",
"LicenseRef-scancode-public-domain",
"OpenSSL"
] | permissive | soaped/incubator-doris | 37af3a0e2270005707a02f652c37d2b0b0bdcd06 | e285d091571251c69dc3f09334297454c25cbf7d | refs/heads/master | 2022-04-04T20:16:18.236965 | 2022-03-25T07:18:43 | 2022-03-25T07:18:43 | 219,090,550 | 0 | 0 | Apache-2.0 | 2019-11-02T02:04:33 | 2019-11-02T02:04:33 | null | UTF-8 | C++ | false | false | 2,132 | cpp | // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... | [
"noreply@github.com"
] | soaped.noreply@github.com |
1af5d8baff6a723d30060399bb292b96dc572670 | 5d83739af703fb400857cecc69aadaf02e07f8d1 | /Archive2/d8/2579e088cb71fd/main.cpp | 1e5a46868c3b6dc4be52db7bed852954886ca577 | [] | no_license | WhiZTiM/coliru | 3a6c4c0bdac566d1aa1c21818118ba70479b0f40 | 2c72c048846c082f943e6c7f9fa8d94aee76979f | refs/heads/master | 2021-01-01T05:10:33.812560 | 2015-08-24T19:09:22 | 2015-08-24T19:09:22 | 56,789,706 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,162 | cpp | // column.h
#ifndef _COLUMN__
#define _COLUMN__
#include <cstdio>
#include <iostream>
#include <string>
#include <boost/spirit/include/qi.hpp>
#include <boost/fusion/include/adapt_struct.hpp>
#include <boost/spirit/include/phoenix_fusion.hpp>
struct Column
{
int index;
std::string name;
std::string code;
};
BOOS... | [
"francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df"
] | francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df |
1dbf9a2ee9c464189820787df17bdee84f0bb856 | 03f037d0f6371856ede958f0c9d02771d5402baf | /graphics/VTK-7.0.0/Rendering/Context2D/vtkContextMapper2D.cxx | 4fb0eb96b44adff6b73a4f65a6925176d44d6a0b | [
"BSD-3-Clause"
] | permissive | hlzz/dotfiles | b22dc2dc5a9086353ed6dfeee884f7f0a9ddb1eb | 0591f71230c919c827ba569099eb3b75897e163e | refs/heads/master | 2021-01-10T10:06:31.018179 | 2016-09-27T08:13:18 | 2016-09-27T08:13:18 | 55,040,954 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,008 | cxx | /*=========================================================================
Program: Visualization Toolkit
Module: vtkContextMapper2D.cxx
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
Th... | [
"shentianweipku@gmail.com"
] | shentianweipku@gmail.com |
a5ca4a3dc6932994e50de7c629a19d56cd438bb0 | 374727e683ea04969ee395d1f91b875668c4f80e | /Classes/GameScene.h | 1c33d524cb1cc9c6516b15edf5b9db6d409ebb70 | [] | no_license | TheAndrewSAMA/Color-Crasher | 9d9e7e47094952e452cefd634dcfabb7048e8b3a | bdab591b9cb881c415481360eeb9288377013835 | refs/heads/master | 2020-03-29T02:12:01.272499 | 2018-09-19T09:21:17 | 2018-09-19T09:21:17 | 148,609,590 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,234 | h | #pragma once
#include "cocos2d.h"
#include <string>
class GameScene : public cocos2d::Layer
{
public:
static cocos2d::Scene* createScene();
virtual bool init() override;
CREATE_FUNC(GameScene);
private:
// Common parameters definition
const int TILE_SIZE = 50;
const int TILE_GAP = 5;
// Grid... | [
"farina.andreamaria@tutanota.com"
] | farina.andreamaria@tutanota.com |
cde64446a8025119e368e3b3182dc96edb67d4ff | 96d5aaa2f11d29d38d800331a1329bff8cb91a35 | /DataStructure/ArrayQueue.cpp | b95449938ae74d6d8a44768f3cfc72e6660f93da | [] | no_license | juhyupLee/DataStructure_Study | 0ace9c550fe4974a663bb76ec37464cd18add54b | 2a0c6aed0721473ff4714ece8c3cdfb6f994392c | refs/heads/master | 2021-07-23T08:37:52.895936 | 2020-05-15T18:21:41 | 2020-05-15T18:21:41 | 163,284,178 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 941 | cpp | #include "ArrayQueue.h"
void QueueInit(Queue * pq)
{
pq->front = 0;
pq->rear = 0;
for (int i = 0; i < QUE_LEN; ++i)
{
pq->queArr[i] = 0;
}
}
int QIsEmpty(Queue * pq)
{
if (pq->front == pq->rear)
return 1;
else
return 0;
}
void Enqueue(Queue * pq, Data data)
{
int temp = pq->rear;
if (++pq->rear > QUE... | [
"juhyup_Home@gmail.com"
] | juhyup_Home@gmail.com |
29876ea5c47cf670c8dc2b6c36b8613f575d8b00 | 6aed2ddf05a1a8951672be4698cd700937d30273 | /Apranga.h | caac4072a7fef867f8baab9edce1913049c06c46 | [] | no_license | Gedas0314/Krepsinis1 | 8c3425cf0480f5b4d908724346d0f13c00f6f32b | 17da1955088453319149ba087b26110fa6ba729d | refs/heads/master | 2023-05-06T06:38:12.763971 | 2021-05-27T08:05:48 | 2021-05-27T08:05:48 | 368,079,543 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 546 | h | //
// Created by Gediminas on 2021-05-03.
//
#ifndef KREPSINIS_APRANGA_H
#define KREPSINIS_APRANGA_H
#include <iostream>
#include <string>
using namespace std;
class Apranga {
private:
string avaline;
string apsilimoApranga;
string varzybineApranga;
public:
Apranga(const string &avaline, const st... | [
"gedas314@gmail.com"
] | gedas314@gmail.com |
d15a75be76d2f6b2783088a51a42a584d57b8712 | 43a54d76227b48d851a11cc30bbe4212f59e1154 | /tcb/src/v20180608/model/CloudBaseCodeRepoName.cpp | 79e7dcb9f3520a1d1d2f49826d93a5c95b76bbdd | [
"Apache-2.0"
] | permissive | make1122/tencentcloud-sdk-cpp | 175ce4d143c90d7ea06f2034dabdb348697a6c1c | 2af6954b2ee6c9c9f61489472b800c8ce00fb949 | refs/heads/master | 2023-06-04T03:18:47.169750 | 2021-06-18T03:00:01 | 2021-06-18T03:00:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,084 | cpp | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | [
"tencentcloudapi@tenent.com"
] | tencentcloudapi@tenent.com |
98313af89d37104b2b5111552fc479e00e47a144 | e99c20155e9b08c7e7598a3f85ccaedbd127f632 | / sjtu-project-pipe/thirdparties/VTK.Net/src/Graphics/vtkAppendFilter.cxx | 30be9bf7a5637e93964d29ac9a3074524d458830 | [
"BSD-3-Clause"
] | permissive | unidevop/sjtu-project-pipe | 38f00462d501d9b1134ce736bdfbfe4f9d075e4a | 5a09f098db834d5276a2921d861ef549961decbe | refs/heads/master | 2020-05-16T21:32:47.772410 | 2012-03-19T01:24:14 | 2012-03-19T01:24:14 | 38,281,086 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,208 | cxx | /*=========================================================================
Program: Visualization Toolkit
Module: $RCSfile: vtkAppendFilter.cxx,v $
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.... | [
"useminmin@gmail.com"
] | useminmin@gmail.com |
ed43ecde830739c9a47006d87ae6f36c0d4b5179 | 948d555823c2d123601ff6c149869be377521282 | /SDK/SOT_BP_Humanoid_Skeleton_classes.hpp | ada1a927b106657f2ac7631e6caa31aae28810be | [] | no_license | besimbicer89/SoT-SDK | 2acf79303c65edab01107ab4511e9b9af8ab9743 | 3a4c6f3b77c1045b7ef0cddd064350056ef7d252 | refs/heads/master | 2022-04-24T01:03:37.163407 | 2020-04-27T12:45:47 | 2020-04-27T12:45:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 274,947 | hpp | #pragma once
// SeaOfThieves (1.6.4) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// AnimBlueprintGeneratedClass BP_Humanoid_Sk... | [
"getpeyton@gmail.com"
] | getpeyton@gmail.com |
f23521c35dc48544e1a3bae934c63e331e1454c1 | 0243929874e7984f2880e6d4eba824a82b10cc2e | /bai 6 - toan tu tang giam.cpp | 920b00a58e337d9635b84c244f9442064840199c | [] | no_license | yenluu2506/C-plus-plus | 87d5a4492ac0edf074d7912f508ea789d36888d0 | a92834426a0e52cf1cbd438d3cc2f4db063b513a | refs/heads/main | 2023-06-19T02:06:39.782074 | 2021-07-09T14:34:39 | 2021-07-09T14:34:39 | 382,558,248 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 520 | cpp | #include <iostream>
using namespace std;
/*int main() {
int x = 5;
cout << "Ket qua in ra la: " << endl;
cout << "Gia tri ban dau | \tBieu thuc \t | \tGia tri cua \t | \tGia tri sau" << endl;
cout << x << "\t\t | \t x++ \t\t | \t" << x <<"\t\t | \t " << x+1 << endl;
cout << x << "\t\t | \t x-- \t\t | \t" <... | [
"noreply@github.com"
] | yenluu2506.noreply@github.com |
3b0ba1ae56c88fe45c2d25baa58a9e4ad3d92aa1 | 39040af0ff84935d083209731dd7343f93fa2874 | /app/ugo/ugo_kernel.h | 762ea234b2dfd91fdb3cbcdb76d3f22e99ef8464 | [
"Apache-2.0"
] | permissive | alanzw/ulib-win | 02f8b7bcd8220b6a057fd3b33e733500294f9b56 | b67f644ed11c849e3c93b909f90d443df7be4e4c | refs/heads/master | 2020-04-06T05:26:54.849486 | 2011-07-23T05:47:17 | 2011-07-23T05:47:17 | 34,505,292 | 5 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,034 | h | /*
* =====================================================================================
*
* Filename: ugo_kernel.h
*
* Description:
*
* Version: 1.0
* Created: 03/20/2010 03:01:10 PM
* Revision: none
* Compiler: gcc
*
* Author: huys (hys), huys03@gmail.com... | [
"fox000002@48c0247c-a797-11de-8c46-7bd654735883"
] | fox000002@48c0247c-a797-11de-8c46-7bd654735883 |
30c870970c2354a3ad7cd35d4204adb0a76769fd | ed91c77afaeb0e075da38153aa89c6ee8382d3fc | /mediasoup-client/deps/webrtc/src/call/call.cc | 00f58d30a069b4b8a4cfcb652322ee7cf4e41009 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-google-patent-license-webrtc",
"LicenseRef-scancode-google-patent-license-webm",
"MIT"
] | permissive | whatisor/mediasoup-client-android | 37bf1aeaadc8db642cff449a26545bf15da27539 | dc3d812974991d9b94efbc303aa2deb358928546 | refs/heads/master | 2023-04-26T12:24:18.355241 | 2023-01-02T16:55:19 | 2023-01-02T16:55:19 | 243,833,549 | 0 | 0 | MIT | 2020-02-28T18:56:36 | 2020-02-28T18:56:36 | null | UTF-8 | C++ | false | false | 66,549 | cc | /*
* Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | [
"wuhaiyang1213@gmail.com"
] | wuhaiyang1213@gmail.com |
11326ddadf621ccf05e8df998f33414479a80fe0 | 1bd347f71c78374ba3ef7f449a7f79a3b5078998 | /Computer-Graphics-Lab/4. algorithms/bezier curve.cpp | f18ab8e663def890ac2fa95c19aed8ee700089af | [] | no_license | Ruman-Hossain/Computer-Graphics-Lab | 17e5dde1c37f84525d64ba10aa92062926590c62 | f0a1fe15e138ce48ff57f9bdd47e51a02fbe853e | refs/heads/master | 2021-01-27T04:04:51.509246 | 2020-02-27T08:51:13 | 2020-02-27T08:51:13 | 243,472,522 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,484 | cpp | #include<bits/stdc++.h>
#include<graphics.h>
using namespace std;
// Function to calculate factorial
int fact(int n)
{
if(n>1)
return n*fact(n-1);
else if(n>=0)
return 1;
}
void bezier(int px[], int py[], int n)
{
float u,x,y,b;
// print first point
putpixel(px[0],py[0],WHITE);
... | [
"ruman.cse.brur@gmail.com"
] | ruman.cse.brur@gmail.com |
d189291b68c97ece8d2a5c83f608123941b874b8 | 622974cd61d5a4c6cb90ce39775198989e0a2b4c | /2d/include/pcl/2d/impl/keypoint.hpp | ece8435bc372584caa1d482a7dcffc7d083ce05e | [
"BSD-3-Clause"
] | permissive | kalectro/pcl_groovy | bd996ad15a7f6581c79fedad94bc7aaddfbaea0a | 10b2f11a1d3b10b4ffdd575950f8c1977f92a83c | refs/heads/master | 2021-01-22T21:00:10.455119 | 2013-05-13T02:44:37 | 2013-05-13T02:44:37 | 8,296,825 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,651 | hpp | /*
* Software License Agreement (BSD License)
*
* Point Cloud Library (PCL) - www.pointclouds.org
* Copyright (c) 2010-2012, Willow Garage, Inc.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditi... | [
"jkammerl@rbh.willowgarage.com"
] | jkammerl@rbh.willowgarage.com |
c7625e724086c8c6f22772bdb2b589e4f635948f | 0dfb5613ebedc4abc15a58057052bcc02be795d7 | /applications/send_datagram/main.cxx | 164cc7e6de1bdced678b9fdb4ea203a5765e4594 | [
"BSD-2-Clause"
] | permissive | dpharris/openmrn-1 | 31ceb27a46836199bfdc28d85fff080f7614926a | 789d062d41fbe1363a88d2e0f1c73b1417c0016f | refs/heads/master | 2021-01-16T21:30:39.050143 | 2015-11-28T19:29:32 | 2015-11-28T19:29:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,855 | cxx | /** \copyright
* Copyright (c) 2013, Balazs Racz
* 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 li... | [
"balazs.racz@gmail.com"
] | balazs.racz@gmail.com |
5c88705947c2678fbb7c24034ade510791ce4c2f | 1a8ddec5b73b3e866c1c39c8977c69ca3479200b | /wxCode/components/dragspinctrl/wxoperandbinarytree.cpp | 39ffdec602074bead2d1700521d576030231207b | [] | no_license | JamesGbl/WxCode | bc26e345d2e286dc53d265ea16fd873adb003be9 | 38770c4eb01686f1867b591c5a2502cae1096fcf | refs/heads/master | 2021-07-08T17:50:50.386608 | 2015-12-19T12:53:58 | 2015-12-19T12:53:58 | 106,366,723 | 5 | 1 | null | 2017-10-10T04:01:02 | 2017-10-10T04:01:02 | null | ISO-8859-1 | C++ | false | false | 2,189 | cpp | /*
Class: wxOperandBinaryTree
File: wxoperandbinarytree.cpp
Author Víctor Alejandro Gil Sepúlveda
From: Spain
Finishing Date: 14-2-02
Definition: See Docs
*/
#include "wxoperandbinarytree.h"
wxOperandBinaryTree::wxOperandBinaryTree()
{
initial_node=NULL;
current=NULL;
}
wxOperandBinaryTree::~wxOperandBinar... | [
"victor_gil@117ff65d-bb0e-4caa-9e7a-4afe51e3d5b6"
] | victor_gil@117ff65d-bb0e-4caa-9e7a-4afe51e3d5b6 |
bf3910205ef6247678117b4cd0b0297837180d85 | ab1712d65f8510a705a1f28064e4d3fc5a48cf64 | /SDK/SoT_BP_wpn_blunderbuss_yr1_leg_01_a_ItemDesc_classes.hpp | 69a2af33293e88ed164b93ddab02a4a14a32a17f | [] | no_license | zk2013/SoT-SDK | 577f4e26ba969c3fa21a9191a210afc116a11dba | 04eb22c1c31aaa4d5cf822b0a816786c99e3ea2f | refs/heads/master | 2020-05-29T20:06:57.165354 | 2019-05-29T16:46:51 | 2019-05-29T16:46:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 831 | hpp | #pragma once
// Sea of Thieves (2.0) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "SoT_BP_wpn_blunderbuss_yr1_leg_01_a_ItemDesc_structs.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//-----------------------------------------------------... | [
"igromanru@yahoo.de"
] | igromanru@yahoo.de |
31e594f876178e02dd9b99dcab8e77d8a1349a6c | bd63a879ee50d98f2bcf8fb7780c6c295f9ac07c | /putchar-getchar.cpp | 886978f27d31189c22e6bbea7d9d63f5652cc80c | [] | no_license | lijiansong/.trash | 2c56b5effc2136a08e272e145e01e1bb54218bb3 | da5307e086a31ec335385d1c533af3cbd6653a64 | refs/heads/master | 2021-06-21T06:31:25.170024 | 2017-08-13T05:22:46 | 2017-08-13T05:22:46 | 67,503,889 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 206 | cpp | #include<cstdio>
int main()
{
freopen("in.txt","r",stdin);
int c;
/*c=getchar();
while(c!=EOF)
{
putchar(c);
c=getchar();
}*/
while((c=getchar())!=EOF)
putchar(c);
return 0;
}
| [
"noreply@github.com"
] | lijiansong.noreply@github.com |
230e714a692a45610385306cfcdb8f74d3fa1a55 | 5888c735ac5c17601969ebe215fd8f95d0437080 | /All code of my PC/bfs2(2d).cpp | ba04fda342fd4e433e47d00ca3d49e208033084a | [] | no_license | asad14053/My-Online-Judge-Solution | 8854dc2140ba7196b48eed23e48f0dcdb8aec83f | 20a72ea99fc8237ae90f3cad7624224be8ed4c6c | refs/heads/master | 2021-06-16T10:41:34.247149 | 2019-07-30T14:44:09 | 2019-07-30T14:44:09 | 40,115,430 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,094 | cpp | #include<bits/stdc++.h>
#define pii pair<int,int>
#define uu first
#define vv second
using namespace std;
int d[1000][1000];
int row=8,col=8;
int fx[] = { -1, -1, 1, 1, -2, -2, 2, 2 };
int fy[] = { 2, -2, 2, -2, 1, -1, 1, -1 };
void bfs(int x,int y)
{
memset(d,0x7f7f7f7f,sizeof(d));
d[x][y]=0;
queue<pii>q;
... | [
"asad14053@users.noreply.github.com"
] | asad14053@users.noreply.github.com |
bc711564a8ab7d8149378481793e19797c2ca226 | bd4f3a14c15402368381525bc2a2af1830aeb8c5 | /examples/XEffects/irrmmd/CCustomSkinnedMesh.cpp | 80c8144f02125fb1f0bd5485e6b51845e50eb674 | [] | no_license | andrew889/irrlicht-sandbox | 3315117ed4c0f3f024f0ad99f261ec45f7ef48cd | 2cd680b76223da7827a4fa230b3f1c40b8dfbb8d | refs/heads/master | 2021-01-21T00:35:35.513398 | 2014-07-19T01:58:15 | 2014-07-19T01:58:15 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 11,823 | cpp | #include "CCustomSkinnedMesh.h"
#include "CVMDCustomSkinMotion.h"
#include "SRotPosKey.h"
//#include "btJoint.h"
#include "CJoint.h"
#include "irrbullet.h"
#include <cassert>
#include <algorithm>
#define _USE_MATH_DEFINES
#include <math.h>
namespace irr {
static f32 clamp(f32 v, f32 min, f32 max)
{
re... | [
"ktkr3d@gmail.com"
] | ktkr3d@gmail.com |
fce32aec9ddf46824fc5f443340e799694a52dec | 63f1ee9299afeee48370b61ac71ad501ea005ac8 | /Classes/AppDelegate.cpp | 7e2c383165607b63f0825e2304ec02dabc164bcf | [] | no_license | Yunsungui/Mayday | 67e4285a8f6179fadacab4622dd439be87a20387 | 2e47ca38f5ba965b74d440e12e29a2cdb2120b35 | refs/heads/master | 2020-03-20T23:08:42.627099 | 2018-06-20T07:02:15 | 2018-06-20T07:02:15 | 137,831,619 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,315 | cpp | #include "AppDelegate.h"
#include "GameScene.h"
// #define USE_AUDIO_ENGINE 1
// #define USE_SIMPLE_AUDIO_ENGINE 1
#if USE_AUDIO_ENGINE && USE_SIMPLE_AUDIO_ENGINE
#error "Don't use AudioEngine and SimpleAudioEngine at the same time. Please just select one in your game!"
#endif
#if USE_AUDIO_ENGINE
#include "audio/in... | [
"noreply@github.com"
] | Yunsungui.noreply@github.com |
ba9677ee889f9bf7f6421c634d1ead7723b211c4 | 6ac96a57f2d6e1f1fca264209b76811909df8681 | /ioi/2012/day1/rings/a.cpp | 25cd2f3bd2e11161007c7211c217a0e0cd7fda5b | [] | no_license | SBidaibek/acm | ac85ca9b5ae158113e95c3d851c76c61ccd04c6f | b358a79f8753d2c3f9888ab8a5b22b0ec25d15db | refs/heads/master | 2020-04-22T17:19:43.625322 | 2019-02-15T06:22:14 | 2019-02-15T06:22:14 | 170,537,539 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,381 | cpp | #include <bits/stdc++.h>
using namespace std;
#define forn(i, x, n) for (int i = int(x); i <= int(n); ++i)
#define for1(i, n, x) for (int i = int(n); i >= int(x); --i)
#define F first
#define S second
#define pb push_back
namespace kek {
typedef long long ll;
typedef pair <int, int> pii;
typ... | [
"sanzhar.bidaibek@gmail.com"
] | sanzhar.bidaibek@gmail.com |
5d8da99c8e0289ad7575e3bc631b8505232eb7de | 54712055a7718fce947a5436733f7c38a4ed0edd | /sources/Elements/CPS4.h | 47967094d529bf48eeaef67ab0f2826cf55db606 | [
"MIT"
] | permissive | podgorskiy/TinyFEM | 05e5b4e771c1d9488a750219b811d8b8c15d3d61 | c1a5fedf21e6306fc11fa19afdaf48dab1b6740f | refs/heads/master | 2016-09-08T01:38:44.224860 | 2015-10-27T12:16:53 | 2015-10-27T12:16:53 | 39,758,930 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,305 | h | #pragma once
#include "IElement.h"
#include "StrideDataFixedArray.h"
#include <vector>
#include <cassert>
class CPS4 : public IElement
{
public:
CPS4();
static void Init();
virtual const char* GetType() { return "CPS4"; };
virtual void SetIndices(const std::vector<int>& indices);
virtual std::vector<int> GetInd... | [
"stanislav@podgorskiy.com"
] | stanislav@podgorskiy.com |
52681e3417dc803227744a54b468b20614dfab8d | 847efa6a23410d42e339893aa36ff16b5b554462 | /clang-tools-extra/clang-tidy/llvmlibc/LLVMLibcTidyModule.cpp | 9874cae17d3486f34970c2b26c37c8f750bfcb0b | [
"Apache-2.0",
"LLVM-exception",
"NCSA"
] | permissive | cperkinsintel/llvm | 395b8e7a50c6ae0006888a182b11c37100ee67fe | 396a42d924de7e23a23b576937579f26ff826124 | refs/heads/master | 2023-08-21T17:01:41.160672 | 2020-03-12T21:22:00 | 2020-03-12T21:26:15 | 246,935,650 | 0 | 0 | NOASSERTION | 2023-09-07T15:03:56 | 2020-03-12T21:40:19 | null | UTF-8 | C++ | false | false | 1,256 | cpp | //===--- LLVMLibcTidyModule.cpp - clang-tidy ------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | [
"paulatoth@google.com"
] | paulatoth@google.com |
34206518b76d406fe83bef78a87679ac09103e11 | 81b6cc3f37186d214465ae0e33aa480f627ee1e5 | /src/systems/InputSystem.cpp | 9eb0af91ad357c06d41165ce99694af0ffb83e86 | [] | no_license | imgui-works/DreamInEngineTMP | e66c725d6717b2a3ec67695278469054f9e9ac23 | a865782fee40e7050ab263715839ba0e465f8875 | refs/heads/master | 2020-05-28T07:40:19.239422 | 2019-03-06T23:58:53 | 2019-03-06T23:58:53 | 188,924,684 | 0 | 1 | null | 2019-05-28T00:18:29 | 2019-05-28T00:18:29 | null | UTF-8 | C++ | false | false | 1,450 | cpp | #include "systems/InputSystem.h"
InputSystem::InputSystem(Scene* scene) : System(scene), m_key_repeat(false)
{
scene->subscribe(this); // <=> m_scene->subscribe(this);
}
void InputSystem::update()
{
if (m_input_instructions.empty()) return; // do not process inputs if there is no input, lol
auto &inputs = m_scene... | [
"valentin.dumas@viacesi.fr"
] | valentin.dumas@viacesi.fr |
268cf5594964137adebd6d5358958f8add75e271 | 76f0efb245ff0013e0428ee7636e72dc288832ab | /out/Default/gen/blink/bindings/core/v8/V8ShadowRootInit.h | 533c557d936986315580e36c590926305d604026 | [] | no_license | dckristiono/chromium | e8845d2a8754f39e0ca1d3d3d44d01231957367c | 8ad7c1bd5778bfda3347cf6b30ef60d3e4d7c0b9 | refs/heads/master | 2020-04-22T02:34:41.775069 | 2016-08-24T14:05:09 | 2016-08-24T14:05:09 | 66,465,243 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,319 | h | // 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.
// This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
#ifndef V8ShadowRootInit_h
#define V8ShadowRootInit_h
#include "bindings/co... | [
"dckristiono@gmail.com"
] | dckristiono@gmail.com |
34443830bce44eaef997f2f1d81afbbbd9964325 | a032eeff886f46c1545172c224c0c782f1c7c999 | /11653/main.cpp | 0c32d94c6330da77d95a522c4f7ff640e1bdfe47 | [] | no_license | tr0up2r/baekjoon | d5522a593b4429a6f0ea31c9f14daff1f0a05f68 | c13e4e4c28d29ee52ae2123f0739621906e1af2f | refs/heads/master | 2023-02-25T03:33:06.006380 | 2021-02-01T14:51:06 | 2021-02-01T14:51:06 | 322,008,922 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 295 | cpp | #include <iostream>
int main(void)
{
std::cin.tie(NULL);
std::cin.sync_with_stdio(false);
int N = 0;
std::cin >> N;
int factor = 2;
while (N != 1)
{
if (N % factor == 0)
{
N /= factor;
std::cout << factor << '\n';
factor = 2;
continue;
}
factor++;
}
return 0;
} | [
"kmydtr@gmail.com"
] | kmydtr@gmail.com |
29630cf0bb8462fab7f3d18c6efc641878b37a37 | f84b8c7610299886455ba4615fa3dcfe320672f0 | /2020/14888.cpp | c9b7c11661a960900e90cb9d5bfc67c5b006fa86 | [] | no_license | league3236/PythonAlgorithmCoding | 433091126b0fb07988820e8265ab4c94ed1d62af | 039b0a95633ceb9199903e10bd8b8a05e3d84158 | refs/heads/master | 2021-06-19T08:59:18.692104 | 2021-01-25T13:59:39 | 2021-01-25T13:59:39 | 158,198,996 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 987 | cpp | #include <iostream>
#include <algorithm>
using namespace std;
const int MAX=1000000000;
int N;
int a[101];
int v[4];
int cnt=1;
int sum;
int maxResult=-MAX;
int minResult=MAX;
void input(){
cin >> N;
for(int i=0;i<N;i++){
cin >> a[i];
}
for(int i=0;i<4;i++){
cin >> v[i];
}
sum ... | [
"noreply@github.com"
] | league3236.noreply@github.com |
28d787b3dad2a513dac27f77d3cf665d2b18a8fb | 9e74558700c669c0cc6b8163798138c25d7b2da6 | /VMAddressTable.hpp | 7fc3ab6969ecc379627f91a7e2dabcd55b79ca1a | [] | no_license | qiantangbanmu/WProtectvs | e040cf4a989565a191bae913d4dcb4825a92f4a2 | dc50eefe8329bf671297c22474b2353f39ef64b2 | refs/heads/master | 2021-08-15T03:48:19.043995 | 2017-11-17T08:37:10 | 2017-11-17T08:37:10 | 110,064,249 | 30 | 17 | null | null | null | null | GB18030 | C++ | false | false | 6,024 | hpp | /*
* Copyright (C) Tue Jun 25 17:48:43 2013 XiaoWei
*
* handsomexiaowei@gmail.com
*/
#ifndef _VMADDRESSTABLE_H_
#define _VMADDRESSTABLE_H_
#include "SeniorVMHandle.hpp"
#include "CombosVMCode.hpp"
#include "algorithms.hpp"
typedef struct _v_table_
{
VCombosVMCode *v;
_v_table_()
:... | [
"455736921@qq.com"
] | 455736921@qq.com |
56bcb8c9f5f0691f004ba67be00acbb964577fcb | 154ad9b7b26b5c52536bbd83cdaf0a359e6125c3 | /chrome/browser/android/ntp/ntp_snippets_launcher.cc | fe278eafb757c791b0cdb55d5743350326d80cd2 | [
"BSD-3-Clause"
] | permissive | bopopescu/jstrace | 6cc239d57e3a954295b67fa6b8875aabeb64f3e2 | 2069a7b0a2e507a07cd9aacec4d9290a3178b815 | refs/heads/master | 2021-06-14T09:08:34.738245 | 2017-05-03T23:17:06 | 2017-05-03T23:17:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,927 | 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 "chrome/browser/android/ntp/ntp_snippets_launcher.h"
#include "base/android/context_utils.h"
#include "content/public/browser/browser_thread.h"
... | [
"zzbthechaos@gmail.com"
] | zzbthechaos@gmail.com |
18577bfcf60293ff6b9643d5ed522ea95c097c26 | 5a11f1e7e4467f0a91be8c5b074bc78cbd627b6c | /DESERT_Framework/DESERT/physical/uwphysical/uwphysical.h | cfca8258116a040cfe8cafa2800a24176feef212 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | luckytina/DESERT_Underwater | c9d475c031bb1982cfc8d98ac1c5f0398cc95d76 | 3b3c7d670ed977b8f109dbf7185a0e21c9bcc4d1 | refs/heads/master | 2021-01-16T22:28:40.009280 | 2014-04-21T15:55:56 | 2014-04-21T15:55:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,745 | h | //
// Copyright (c) 2012 Regents of the SIGNET lab, University of Padova.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
// 1. Redistributions of source code must retain the above copyrigh... | [
"alphaemmeo@gmail.com"
] | alphaemmeo@gmail.com |
fbc95108c5ace94be85a6a816d7267c69edfab0b | 69c22e17117c2233064e15f234e20c769e2b3c1a | /qmdzmodfiy/Classes/PrivateRoomRule.h | ec70f044f80665c4a7c818bc8679d151c8fc58ae | [] | no_license | windtrack/onlinedezhou | 85d8c83464c3d54f80db89fdee74810e5555e509 | 33faae8436cda80479f69edea51b24b4a9fabaa7 | refs/heads/master | 2021-01-17T11:37:50.672166 | 2016-06-13T05:16:13 | 2016-06-13T05:16:13 | 61,009,396 | 2 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 262 | h | #ifndef _PRAVITEROOM_H_
#define _PRAVITEROOM_H_
#include "cocos2d.h"
#include "GameDialog.h"
#include "UICommon.h"
class PrivateRoomRule :public GameDialog
{
public:
CREATE_FUNC(PrivateRoomRule) ;
bool init() ;
void setVisible(bool bVisible) ;
};
#endif | [
"vergilsun@sina.com"
] | vergilsun@sina.com |
653fcef8a2385f1e4288bb1677aa631f2491df35 | 9ba3428e97d58071cd061f8aefa8925a1af2df67 | /pilcrow/dependencies/cpprestsdk/cpprestsdk-2.10.0/include/cpprest/details/http_helpers.h | 2d2c1b6091a598a4455b1cca90b1e814eba7e0be | [
"MIT"
] | permissive | Masstronaut/Pilcrow | 2ddb3b8b559a7af849af87a738cd5539c3bf0382 | 7fd975e64464c6fb065608ec461bf7c01a889821 | refs/heads/develop | 2020-06-20T20:33:30.064353 | 2019-07-24T20:02:24 | 2019-07-24T20:02:24 | 197,239,436 | 1 | 1 | MIT | 2019-07-24T20:02:25 | 2019-07-16T17:33:08 | C++ | UTF-8 | C++ | false | false | 3,417 | h | /***
* Copyright (C) Microsoft. All rights reserved.
* Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
*
* =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
*
* Implementation Details of the http.h laye... | [
"playmer@gmail.com"
] | playmer@gmail.com |
9e73f87e010904163eef9a796f885efacda0dc88 | 328f1f2f88ca97d3a005698be544467b5b5149d2 | /robot-2020.1/src/main/include/commands/AutoAimCommand.h | 731e7230870813db59d5e9c2def763205bd17e5e | [] | no_license | hubert587/hedgehogs-robot-2020 | 4e57e083c53d4b81d5a7bacc896266a9a3e22654 | 9507d45f3d874e2ab78ed2bc1e13626a36f7a933 | refs/heads/master | 2022-01-21T09:42:51.969004 | 2022-01-07T23:25:31 | 2022-01-07T23:25:31 | 232,861,887 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,632 | h | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2019 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | [
"53660098+hubert587@users.noreply.github.com"
] | 53660098+hubert587@users.noreply.github.com |
c0c86ce7acf749ccd4f7707c3416fa27434e63da | 5a716cf97cf80f4711217294ed1abe1dc0e987c2 | /Line_Follower/Line_Follower.ino | 7eca7b386a3c6732142627fc28ef6cf0867958ba | [] | no_license | Gitter499/Arduino | 2cb2f382fc257aedaa21f804ef808fd5562ba787 | 2d88fb126e0e829c2489688de42033b665116bf7 | refs/heads/master | 2023-07-09T08:39:08.466002 | 2021-08-13T20:28:03 | 2021-08-13T20:28:03 | 395,786,392 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,153 | ino | /***********************************************************************
* Exp6_2_LineFollowing_IRSensors -- RedBot Experiment 6.2
*
* This code reads the three line following sensors on A3, A6, and A7
* and prints them out to the Serial Monitor. Upload this example to your
* RedBot and open up the Serial Monitor ... | [
"rafayel.amirkhanyan@gmail.com"
] | rafayel.amirkhanyan@gmail.com |
8fa994e47eca6d95e1e2c38aada10d88b761d546 | 6f37f529bae8bbcc99244468477f14e9f96ff95c | /wxWidgets-2.8.12/src/common/debugrpt.cpp | fea36b99eade8384a1433278535d46228270b91e | [] | no_license | darknebuli/darknebuli-RM-graph | 13326ddbc9a210605926f7ad4b70672a48b1b2f2 | bf169c01f787fdd144e19fae6732a5b58fdbdafd | refs/heads/master | 2020-05-16T23:40:56.853727 | 2012-04-30T22:14:24 | 2012-04-30T22:14:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 27,020 | cpp | U2FsdGVkX19fTms3OENxUoetnOKy1AyJ49jWWmkNc76HrZzistQMiePY1lppDXO+
h62c4rLUDInj2NZaaQ1zvoetnOKy1AyJ49jWWmkNc76A6/VR2JgeHdGjrf07VcDr
nLPQ0ufXUlqZYbBlen4HbRf4Tf+mWlYeGTmqFGdK330N4jNhRbmzx1KNTSbzZ4ph
hv8ERbhoPFjwcjWKK7RDC7wZGJ9m0Q96frd18cuxSLAfZS45dBvqqKk3DKHAdzsZ
InIRZNTdGMHMTcc61i3p0leVlpMQdsMs0fxvQ1X/1vqL9CKbS2yKuMDU71/x... | [
"charles@rhizometric.com"
] | charles@rhizometric.com |
2d0cfa7b671518d7fdac3b22904566a09b78b536 | c218c4bb3fe4b475e13f9c8e742729ee71838641 | /CSurface.h | 028f61aba4f6753360dfdd8b87db11a4a15b9f94 | [] | no_license | Rainermv/Mineshooter | 050aa1f2e220993a9a6181bc5a966d6d0ebb0efa | d09807a2fbc047664e87e2445adc8e152e88c0b1 | refs/heads/master | 2020-04-17T05:50:08.975905 | 2019-01-17T21:31:41 | 2019-01-17T21:31:41 | 166,299,469 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 497 | h | #ifndef _CSURFACE_H_
#define _CSURFACE_H_
#include <SDL.H>
class CSurface
{
public:
CSurface();
public:
static SDL_Surface* onLoad(char* file);
static bool onDraw(SDL_Surface* surf_dest, SDL_Surface* surf_src, int x, int y);
static bool onDraw(SDL_Surface* surf_dest, SDL_Sur... | [
"rainermv@gmail.com"
] | rainermv@gmail.com |
fd45d84c82cae2bd3a4ead992d4a6cdab60a76be | 0dea9a97405d3450d153564d16139615e699845a | /Implementacja/Danmaku/EnemyPatternSpiralFermat.h | 7ea20d5f3470923c463dea31149a75760d02397d | [] | no_license | Ervie/Danmaku | 47a92dcc1df651aca56ce779dd78a94c51b0f7e1 | 77b88085efaf4733c46222d9c45eb6f1fc2e1148 | refs/heads/master | 2021-01-18T14:38:01.656174 | 2015-06-15T19:30:31 | 2015-06-15T19:30:31 | 31,767,708 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 1,240 | h | #pragma once
#include "EnemyPatternSpiral.h"
namespace
{
/// <summary>
/// Wzór dla pocisków poruszających się po spirali Fermata
/// </summary>
class EnemyPatternSpiralFermat: public EnemyPatternSpiral
{
public:
EnemyPatternSpiralFermat( float const radiusA, float const radiusB, float const number, float con... | [
"mateusz.forczmanski@gmail.com"
] | mateusz.forczmanski@gmail.com |
810d3c9019f96bf160a9c83ad1d54c300e050812 | c42ecbc5bb6bc33acc9833b738996e537d092041 | /pothos-serialization/include/Pothos/serialization/impl/mpl/aux_/na.hpp | 20b0b4bb2dc6e238704d3ffe133bc321d04cf9ee | [
"BSL-1.0"
] | permissive | lrmodesgh/pothos | abd652bc9b880139fa9fb2016b88cb21e0be1f0a | 542c6cd19e1aa2ee1fda47fbc131431ed351ae31 | refs/heads/master | 2020-12-26T02:10:22.037019 | 2015-07-13T08:28:57 | 2015-07-13T08:28:57 | 39,064,513 | 1 | 0 | null | 2015-07-14T08:56:33 | 2015-07-14T08:56:33 | null | UTF-8 | C++ | false | false | 1,933 | hpp |
#ifndef POTHOS_MPL_AUX_NA_HPP_INCLUDED
#define POTHOS_MPL_AUX_NA_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2001-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boost.or... | [
"josh@joshknows.com"
] | josh@joshknows.com |
31f6e93bc6a3dae33be005dbedc3ce2ec6c34e7c | ca842007f1f00c5811680cecd6f53e270d095287 | /FindPicture/Unit1.cpp | b3949ba80f282d56a148b3c662b2a1f4472d34f5 | [
"Apache-2.0"
] | permissive | EnigmaWasp/FindPicture | 243e221fc09c916464ebad692e6f17cebaba440f | 1077c639ca45e78b6f7a25a5a306ce0f9877c320 | refs/heads/master | 2021-01-21T12:46:24.209760 | 2017-09-01T09:16:57 | 2017-09-01T09:16:57 | 102,096,092 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 4,196 | cpp | //---------------------------------------------------------------------------
#include <vcl.h>
#include <stdio.h>
#pragma hdrstop
#include "Unit1.h"
#include "Unit2.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TForm1 *... | [
"noreply@github.com"
] | EnigmaWasp.noreply@github.com |
3beecb172e2820e8e0e6dd742c6fbf0768e94f8d | d4bfae1b7aba456a355487e98c50dfd415ccb9ba | /chrome/browser/component_updater/sth_set_component_installer.h | 90aec8ae778a182a171bf10bb140fb8d9e6f528f | [
"BSD-3-Clause"
] | permissive | mindaptiv/chromium | d123e4e215ef4c82518a6d08a9c4211433ae3715 | a93319b2237f37862989129eeecf87304ab4ff0c | refs/heads/master | 2023-05-19T22:48:12.614549 | 2016-08-23T02:56:57 | 2016-08-23T02:56:57 | 66,865,429 | 1 | 1 | null | 2016-08-29T17:35:46 | 2016-08-29T17:35:45 | null | UTF-8 | C++ | false | false | 3,342 | h | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_COMPONENT_UPDATER_STH_SET_COMPONENT_INSTALLER_H_
#define CHROME_BROWSER_COMPONENT_UPDATER_STH_SET_COMPONENT_INSTALLER_H_
#include ... | [
"serg.zhukovsky@gmail.com"
] | serg.zhukovsky@gmail.com |
2001773851c93f7fb61d9f15dd5298afe5962cc4 | a1825094d35701215ce7172e56a769ee44f42c90 | /BitManipulation/rotate_bits.cpp | 0d549e523bbcbc1ac0745b0936304a51c7d1462e | [] | no_license | tantrojan/GFG-Questions | 5c7a335ca5c1eafc70cf83c8f60f2eba01bde314 | 4ca81dd83b6d2bdf9f04f3cd7f7e0cc58e0944dd | refs/heads/master | 2020-03-24T12:58:00.292712 | 2018-07-29T04:22:43 | 2018-07-29T04:22:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 273 | cpp | // Rotate bits of an integer
#include<bits/stdc++.h>
#define ll long long int
using namespace std;
ll rotate_bits(ll x,ll k)
{
return ((x<<d | x>>(32-d)));
}
int main()
{
ll n,t,k;
cin>>t;
while(t--)
{
cin>>n>>k;
cout<<rotate_bits(n,k)<<endl;
}
return 0;
} | [
"tg.99ghosh@gmail.com"
] | tg.99ghosh@gmail.com |
c4eb47a7b6699db942269f50b2868445fa294b2b | e1d3b5e4ead97ed7ee64cdf175b8b3a8b51e272a | /CandyCrashCode/Board.cpp | 5ef4338351a2535ecbba1c17f94de0bb23cf8987 | [] | no_license | RanYo3/CandyCrashGame | 4ba860717e567d9205f2b5671d6ec8b3ea35877b | 347c52b733bc46202f6f0577ff8c59f6c263ab25 | refs/heads/master | 2021-01-23T12:25:54.713713 | 2015-01-20T23:45:54 | 2015-01-20T23:45:54 | 29,435,313 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,186 | cpp | #include "stdafx.h"
#include "Board.h"
Board::Board(int matrixSize)
: m_Rows(matrixSize), m_Cols(matrixSize)
{
InitMatrix();
}
Board::~Board()
{
if (m_Matrix != NULL)
{
DeleteMatrix();
}
}
Board::Board(int rows, int cols)
: m_Rows(rows), m_Cols(cols)
{
InitMatrix();
}
Board::Board(const Board &other)
{
m_... | [
"ranyo3@gmail.com"
] | ranyo3@gmail.com |
bb33d8f461ba3cf84255e5163e6292417b69d091 | 2b5f8994bf3f98977508b7763d59fbbaaa92a3c9 | /Leetcode/search_in_rotated_array_33.cpp | ead1ac76bf9b52dc9570557d94057e5a7ded48e7 | [] | no_license | Himanshu-Negi8/Data-Structure-and-Algorithms | 91a7ca6120f6bff1325eccce95a935a2fb5c773e | 418ff31564aaff9fdaa31e237f0e307bf378cb23 | refs/heads/master | 2022-05-04T04:23:12.517691 | 2022-03-14T11:17:11 | 2022-03-14T11:17:11 | 229,419,837 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 781 | cpp | class Solution {
public:
int searchRotated(vector<int>&nums,int start,int end,int data)
{
if(start>end){
return -1;
}
int mid = start+(end-start)/2;
if(nums[mid]==data){
return mid;
}
if(nums[start]<=nums[mid]){
if(nums[start]<=data and data<nums[mid]){
return searchRotat... | [
"himanshunegi3295@gmail.com"
] | himanshunegi3295@gmail.com |
677526e897543e19a43f2b4dda7187e6c0bc9dae | 1f55f1d8d4c3ea0d7e53eac5be778ba0bfaab304 | /include/pacpphandler.h | 705f60d64d0dde53aab1c60918cb1c60fbd6824b | [] | no_license | petii/efop-signalproc | ea3d1b5caafb43f2c96b0c1bfdf8ce965404fb86 | 988dfd3a03e6a97a1ca47380e2dd8c877a9e0233 | refs/heads/master | 2020-03-21T09:09:44.118611 | 2018-08-26T23:36:45 | 2018-08-26T23:36:45 | 138,385,141 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,991 | h | #pragma once
#include "audiohandler.h"
#include "portaudiocpp/PortAudioCpp.hxx"
inline void reset(std::chrono::high_resolution_clock::time_point &tp) {
tp = std::chrono::high_resolution_clock::time_point();
}
class PACppHandler : public AudioHandler {
using clock = std::chrono::high_resolution_clock;
portau... | [
"petike997@gmail.com"
] | petike997@gmail.com |
8ee1a3991507fc67012ce510746689f6b968a76d | fe9df22b4e522b8088f8cb4ed5c94b699c694b1e | /fcfs-scheduling-simulation.cpp | 485b0d2fab5b88c5ac7a49e08c36efed67e693f5 | [] | no_license | michelle-n/OS-materials | c7024ab25fd86af3c53baedb5d80af9349ea5b13 | 08f7d7b74157a937850db557021ccf16027b2ad2 | refs/heads/main | 2023-06-06T04:28:56.205128 | 2021-06-24T09:12:35 | 2021-06-24T09:12:35 | 379,855,964 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,130 | cpp | /*
fcfsSimulationLoop.cpp
Example of FCFS simulation which follows the simulation loop pseudocode from lectures/tutorial.
*/
#include <iostream>
#include <queue>
#include <utility>
#include <vector>
/**
* Runs FCFS scheduling simulation
*
* @param jobs : jobs to be scheduled.
* Elements in job are ... | [
"michelle.nguyen3@ucalgary.ca"
] | michelle.nguyen3@ucalgary.ca |
7c597858dd13d9f0769c8dcc400820935a5ff464 | 55f9d538b95bae90a0949d5dabb5dd358c0331e9 | /poincare_map/src/input_output/prepare.cpp | afa05e54e32b02bb7aaad15aaaf60e9f162d1c79 | [] | no_license | panosz/ode_integrators | d88497d18c4acc51a0b06307c6ebd48e60bfb917 | 1c0c704181dce4d347851ab1a0006ed32c14a3aa | refs/heads/master | 2020-04-25T04:56:17.145801 | 2020-01-24T13:17:06 | 2020-01-24T13:17:06 | 172,526,766 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,729 | cpp | //
// Created by Panagiotis Zestanakis on 26/02/19.
//
#include <iostream>
#include <iomanip>
#include "input_output/prepare.hpp"
std::ifstream open_input_file (const char *input_filename)
{
namespace fs = std::filesystem;
auto path = fs::path(input_filename);
if(!fs::exists(path))
{
throw std::run... | [
"panosz@gmail.com"
] | panosz@gmail.com |
1d6dadd8a953bd05b615b3e8860a8d43fc5a7067 | 6ffd23679939f59f0a09c9507a126ba056b239d7 | /dnn/src/arm_common/conv_bias/int8x8x16/direct_kernels/int8x8x16_direct_nchw44_s1_armv7.cpp | d8c5aa6a5486c24def6e326669411106853bc46a | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0"
] | permissive | MegEngine/MegEngine | 74c1c9b6022c858962caf7f27e6f65220739999f | 66b79160d35b2710c00befede0c3fd729109e474 | refs/heads/master | 2023-08-23T20:01:32.476848 | 2023-08-01T07:12:01 | 2023-08-11T06:04:12 | 248,175,118 | 5,697 | 585 | Apache-2.0 | 2023-07-19T05:11:07 | 2020-03-18T08:21:58 | C++ | UTF-8 | C++ | false | false | 39,887 | cpp | #include "src/common/utils.h"
#if MEGDNN_ARMV7
#include "src/arm_common/conv_bias/int8x8x16/direct_8x8x16_nchw44_kern.h"
#include "src/arm_common/simd_macro/marm_neon.h"
#include "src/fallback/conv_bias/common.h"
namespace megdnn {
namespace arm_common {
namespace {
#define INIT_SUM() \
int... | [
"megengine@megvii.com"
] | megengine@megvii.com |
7ac4aaa4a9ec95db5069e5af5644e8234b27a87f | 50a21b5c23f308d1aebcbb7de107e42c7e98a94f | /circle_flow/src/fp/fp_policer.cpp | 73f5e45b7807f51a06f740eaa5d5becdc5ef6a70 | [] | no_license | circleflow/reference_code | f8ac69255ae66f502c867224e73839fa7091e337 | c594ac55b863d33bb72caec8d71778a697732076 | refs/heads/master | 2020-12-31T07:42:27.999636 | 2017-03-30T01:43:44 | 2017-03-30T01:43:44 | 86,553,111 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,451 | cpp |
#include "defs.h"
#include "fp_policer.h"
extern "C" {
#include "bcm/field.h"
#include "soc/drv.h"
#include "bcm_int/esw/field.h"
}
FP_POLICER::FP_POLICER(int _unit)
:unit(_unit), eid(0)
{
bcm_policer_config_t pol_cfg;
bcm_policer_config_t_init(&pol_cfg);
pol_cfg.mode=bcmPolicerModeCo... | [
"bool@debian"
] | bool@debian |
7e37c38a6849e129e1c6c9ea670efb665208697a | fcdd816b823d958481120ff688039726abefcdf5 | /catkin_workspace/src/third_party/roboticsgroup_gazebo_plugins/include/roboticsgroup_gazebo_plugins/disable_link_plugin.h | b3bd6c34127fe7f395cbab1d9eac162dfa96a749 | [
"BSD-3-Clause",
"LicenseRef-scancode-protobuf",
"MIT"
] | permissive | HBRS-SDP/sdp_ss20_collision_monitoring_for_robotic_manipulators | f14c5d1520bf4eb6411a4bc492b43968814c3c78 | 0288f81885637f23652137f6c835075fe1c51c6a | refs/heads/master | 2023-03-19T22:02:44.192542 | 2021-03-10T17:12:52 | 2021-03-10T17:12:52 | 259,926,586 | 0 | 3 | MIT | 2021-03-10T17:12:54 | 2020-04-29T13:02:10 | C++ | UTF-8 | C++ | false | false | 2,418 | h | /**
Copyright (c) 2014, Konstantinos Chatzilygeroudis
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions an... | [
"bjp209@hotmail.com"
] | bjp209@hotmail.com |
3ff5ae816e2592058b5c8e6abfffd84b96ca7264 | 71ca4aa40a62afd3141601566f8ab4257e863945 | /Decrepit Files/SpriteLib3.0-v2.0/TopLevelListener.cpp | 2b60ccef0a0d076eccf69fd9708a0a57e5514057 | [] | no_license | GabeusBabeus/Decrepit | 8ca6385e11f4cd20a89cbc3fea68483d1ecfc845 | f7f0977d890866971bb1d0e1e02f528afe18b80f | refs/heads/main | 2023-03-31T09:18:10.421605 | 2021-04-09T01:33:14 | 2021-04-09T01:33:14 | 342,224,617 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,256 | cpp | #include "TopLevelListener.h"
#include "ECS.h"
#include "Utilities.h"
using namespace std;
TopLevelListener::TopLevelListener()
: b2ContactListener()
{
}
void TopLevelListener::BeginContact(b2Contact* contact)
{
b2Fixture* fixtureA = contact->GetFixtureA();
b2Fixture* fixtureB = contact->GetFixtur... | [
"tyler.piche@ontariotechu.net"
] | tyler.piche@ontariotechu.net |
6706cd144a0aabe2eb26da50976614e238165e86 | ede4973cb17d12351967347105536112af657bdc | /Stack/LO 1113.cpp | 36dc8b5b91178498410e9426a4b450997f4058f7 | [] | no_license | Emtiaj-Ahmed/Data-Structure-Algorithm- | 41fca3b0c54c997c49d30a495b2ec342614e5d8c | c8c39c8ca3be96d567421699aa96242ec19dde8a | refs/heads/master | 2020-03-26T03:13:20.721651 | 2019-01-14T16:18:44 | 2019-01-14T16:18:44 | 144,445,425 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,884 | cpp | #include <bits/stdc++.h>
#include <stack>
using namespace std;
string choice;
int turn;
int nextTurn()
{
if (choice == "VISIT")
{
turn= 0;
}
if (choice == "FORWARD")
{
turn = 1;
}
if (choice == "BACK")
{
turn = 2;
}
}
int main()
{
... | [
"noreply@github.com"
] | Emtiaj-Ahmed.noreply@github.com |
193ec8c94b21c88217870acde4636620fd2b2cb7 | 8861116dfe38c57341beb956b3f8484113583a22 | /dp/lcs.cpp | d05ff157055e880e83b286671cda8c4dce3f434c | [] | no_license | maitreyee28/coding | a3b6e825d5d2c0681f173cda7ae68fa060d1e54c | 570bedca5c8b69d9f04b3e492476adc39352d6eb | refs/heads/master | 2023-06-29T11:06:11.933049 | 2021-08-01T17:27:02 | 2021-08-01T17:27:02 | 365,747,292 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 333 | cpp | #include<bits/stdc++.h>
using namespace std;
int lcs(string s1,string s2,int i,int j){
if(i==s1.length() || j==s2.length())
return 0;
if(s1[i]==s2[j])
return 1+lcs(s1,s2,i+1,j+1);
return max(lcs(s1,s2,i+1,j),lcs(s1,s2,i,j+1));
}
int main(){
string s1,s2;
cin>>s1>>s2;
cout<<lcs(... | [
"maitreyee28@users.noreply.github.com"
] | maitreyee28@users.noreply.github.com |
f263954aa9ff6ab05e3e8b50aa455667ba17d25b | f12600620d7fa831a789b8cf8a4cfcfce418d1a5 | /aoc/2022/02_1.cpp | e954e2abdf9ab6f85783b73cc872fffa474af146 | [] | no_license | evilquinn/projeul | 1fb688e3471f41516e83041346fcbbe75eb76840 | be1c62aa23becc07b46c55fb343f4ceadfd9d3bd | refs/heads/master | 2023-02-07T00:45:33.630379 | 2023-01-26T22:30:35 | 2023-01-26T22:30:35 | 96,466,000 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,107 | cpp |
#include <iostream>
#include <fstream>
#include <vector>
#include <aoc/path_def.hpp>
static const char rock = 'A';
static const char paper = 'B';
static const char scissors = 'C';
static const int rock_score = 1;
static const int paper_score = 2;
static const int scissors_score = 3;
static const char lose = 'X';
s... | [
"evilquinn@gmail.com"
] | evilquinn@gmail.com |
94eb8b7a0ca6f49449444224192eb6284f7f57e3 | f7824636c9bd37a6618f077ede4593a56540c32b | /src/masternode-sync.cpp | ebc345157fb6a284a1648624338f5a2773c91d6e | [
"MIT"
] | permissive | MartlnS/TOUR | 5c5c7e80a6dda9b36e79a728362184139db11be9 | c10a421b05bcc189d3b89550256d5f835af9ee4e | refs/heads/master | 2020-08-13T16:46:30.300447 | 2020-02-22T18:58:30 | 2020-02-22T18:58:30 | 215,002,857 | 0 | 0 | MIT | 2020-02-22T14:42:17 | 2019-10-14T09:31:35 | C++ | UTF-8 | C++ | false | false | 23,679 | cpp | // Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 The TOUR Coin Core developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "activemasternode.h"
#include "checkpoints.h"
#include "governa... | [
"clcdesigns314@gmail.com"
] | clcdesigns314@gmail.com |
f9dd9484c49262fff14f7985028f82ea15e71cc5 | b93b8f71458b67a4f941560654b54a5cae2971cf | /filter/averageFilter/AverageFilter.cpp | b57206bc8092b7bb99d570af16a6c93419b64220 | [] | no_license | DBall8/CppUtilities | 6087f92426edf7ad0621ed6f532ad609299dfa36 | 6f6028a79f685203d4a3453395e411b507f16d6f | refs/heads/master | 2023-04-28T18:21:24.997700 | 2023-04-23T17:58:07 | 2023-04-23T17:58:07 | 245,681,338 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,458 | cpp | #include "AverageFilter.hpp"
namespace Filter
{
AverageFilter::AverageFilter(int filterSize)
{
this->filterSize = filterSize;
this->valueInt = 0;
this->valueFloat = 0.0f;
samples = new uint32_t[filterSize];
for (int i=0; i<filterSize; i++)
{
samples[i] = (uint32_t)0;
}
}
... | [
"daball86@gmail.com"
] | daball86@gmail.com |
05e829300f87fb87391ee06d894d855604ca7341 | 98e20f6fc3f3322156ec2dc4d9cd27b9114176f7 | /src/main.cpp | 4c7830459eaee759706b3c522f5b49b09dedf1bf | [] | no_license | asdlei99/taolog | 3b653a54ab75c5128e530b76fc077080ece25ae0 | 65da364be526f98902047e98332aab59d985938d | refs/heads/master | 2020-09-07T05:32:13.985874 | 2017-10-21T23:01:43 | 2017-11-11T23:01:43 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,151 | cpp | #include "stdafx.h"
#include <new>
#include "misc/event_system.hpp"
#include "misc/config.h"
#include "misc/basic_async.h"
#include "gui/main_window.h"
namespace taolog {
static Config config;
Config& g_config = config;
static EventSystem evtsys;
EventSystem& g_evtsys = evtsys;
static AsyncTask... | [
"anhbk@qq.com"
] | anhbk@qq.com |
8d7d63efff91b672f7a6ca0d8aed2e399232f75e | 35f72ecafb4ad6b013eb629a965abd75ef0a082a | /日常/9-2/B.cpp | 50ea3f887020b522369168c35136a121b2f47e6d | [] | no_license | cdegree/ACM | d8d478d789a4f57acd2f340e956d5b7a46f33f8f | 42038ec0cbf99120e8416eed18b8a30dc6873947 | refs/heads/master | 2021-01-18T21:25:43.017457 | 2016-04-06T09:16:41 | 2016-04-06T09:16:41 | 29,577,653 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,402 | cpp | #include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cmath>
#include <cctype>
#include <vector>
#include <stack>
#include <queue>
#include <map>
#include <algorithm>
#include <iostream>
#include <string>
#include <set>
#define X first
#define Y second
#define sqr(x) (x)*(x)
using namespace std;
const doubl... | [
"316403398@qq.com"
] | 316403398@qq.com |
a0280387784c71e6d5991db36c18deeecc68a69c | ad8f044d16503ea84cab4abbc7bc9a976cba4b58 | /sportArduSensorV2/FrSkySportTelemetryold/FrSkySportTelemetryExample/FrSkySportTelemetryExample.ino | 5baf786da30de3da5e242c78a27bb546ab836ef0 | [] | no_license | musgravehill/s6 | 23fec79e4abc13c09e720403650570ecd5f3b5d7 | 051b00dedc1861c5779f59a97611ab6e9b0ca47b | refs/heads/master | 2022-03-03T01:25:05.362966 | 2022-02-12T07:40:21 | 2022-02-12T07:40:21 | 211,832,952 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,049 | ino | /*
FrSky S-Port Telemetry library example
(c) Pawelsky 20190824
Not for commercial use
Note that you need Teensy 3.x/LC, ESP8266 or ATmega328P based (e.g. Pro Mini, Nano, Uno) board and FrSkySportTelemetry library for this example to work
*/
// Uncomment the #define below to enable internal polling of data.... | [
"musgravehill@gmail.com"
] | musgravehill@gmail.com |
0dac429722d1afcc0b334f91b4d6b524fc593f36 | 62b702edd11602ab43d63a4e3719f50841d346c2 | /CPEN333_lab-5/Q9 - ProducerConsumerProblem/Q9Child/Q9Child.cpp | bbf754d021da391e40537f5f11035db1b31f5136 | [] | no_license | SethWhalen94/CPP-Real-time.multithreaded-system-projects | 91f5e4694f0f8de06ff8de58b374ca635d4e1c24 | 7101173bb468fd3c61f5fe21a851bf9fd6f33b6b | refs/heads/master | 2023-02-10T22:56:02.857438 | 2020-12-29T04:03:34 | 2020-12-29T04:03:34 | 209,156,806 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,811 | cpp | //////////////////////////////////////////////////////////////////////////////////
// The Consumer Process
//////////////////////////////////////////////////////////////////////////////////
#include <stdio.h>
#include "..\..\rt.h" // change pathlist to "rt.h" to suit location on disk
struct mydatapooldata1 { //... | [
"whalen_designco@outlook.com"
] | whalen_designco@outlook.com |
07fe7f0ac344cfdde3cfdc9dad2abf737a0201bc | 6a477e7ebf9b6cd5c89ffeaef2e4cccb1fa5022b | /音视频编解码详解源码/chapter12/SSE/SSETest/stdafx.cpp | 6f93a05e1731162bf5e7d208e7e75102d5f81590 | [] | no_license | wudping/misc_starting | a86df399bba4c97e77b987c45c20c52397637674 | bfed68b25b5751ec4e2c6a146df315e7e136db82 | refs/heads/master | 2020-04-25T15:05:45.073045 | 2014-07-29T01:21:04 | 2014-07-29T01:21:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 200 | cpp | // stdafx.cpp : source file that includes just the standard includes
// SSETest.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
| [
"hiccupzhu@gmail.com"
] | hiccupzhu@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.