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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b95f4c26396ee6c00d02b2ca0005c95e50e98101 | 6fee4c583884ab81173a0666635ce16e15fb0206 | /arduino/Libraries/IRremoteESP8266/src/ir_RCMM.cpp | 1b03d2c0724d3731cd11c737a472e66ec44467b2 | [
"Apache-2.0",
"LGPL-2.1-only"
] | permissive | MattS8/IRSmartHub | b993bb739c33c4b767bbe22c8d888e82f53f5198 | b099232e51d13bf4c26787d9d537176148489e48 | refs/heads/master | 2023-01-07T19:36:36.726363 | 2020-01-25T10:45:45 | 2020-01-25T10:45:45 | 190,078,801 | 2 | 0 | Apache-2.0 | 2019-06-20T04:07:20 | 2019-06-03T20:37:45 | C++ | UTF-8 | C++ | false | false | 6,189 | cpp | // Copyright 2017 David Conran
#include <algorithm>
#include "IRrecv.h"
#include "IRsend.h"
#include "IRtimer.h"
#include "IRutils.h"
// RRRRRR CCCCC MM MM MM MM
// RR RR CC C MMM MMM MMM MMM
// RRRRRR CC _____ MM MM MM MM MM MM
// ... | [
"Matthew.steinhardt@gmail.com"
] | Matthew.steinhardt@gmail.com |
49019844a45d88e180c84b3252d5cb1b7aa377de | 69b9cb379b4da73fa9f62ab4b51613c11c29bb6b | /submissions/diverta2019_2_a/main.cpp | 12092ed3d634bc110c087e1edbe23c29f763a5b2 | [] | no_license | tatt61880/atcoder | 459163aa3dbbe7cea7352d84cbc5b1b4d9853360 | 923ec4d5d4ae5454bc6da2ac877946672ff807e7 | refs/heads/main | 2023-07-16T16:19:22.404571 | 2021-08-15T20:54:24 | 2021-08-15T20:54:24 | 118,358,608 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,880 | cpp | //{{{
#include <bits/stdc++.h>
using namespace std;
#define repX(a,b,c,x,...) x
#define repN(a) repX a
#define rep(...) repN((__VA_ARGS__,rep3,rep2,loop))(__VA_ARGS__)
#define rrep(...) repN((__VA_ARGS__,rrep3,rrep2))(__VA_ARGS__)
#define loop(n) rep2(i_,n)
#define rep2(i,n) rep3(i,0,n)
#define rep3(i,begin,end) for(i... | [
"tatt61880@gmail.com"
] | tatt61880@gmail.com |
24f06e5ae6fe2666e61678a6a2d0f9fa9e2a54f8 | e9ea77021749eba05fbea8e733f8eb1de16c5dcd | /include/enginimus/util.hpp | 3bb4f0a68f35dbc99bad823950e8b2b897fae570 | [] | no_license | iZiMO/enginimus | 045570cd926c54d988bfcb15c2cd7807f38505c1 | 98b3f8db8a0d0bd5fbdccc221ead2997057e8ed7 | refs/heads/master | 2021-01-10T23:12:29.758975 | 2016-11-09T10:48:38 | 2016-11-09T10:48:38 | 70,633,267 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 307 | hpp | //
// util.hpp
//
// Created by Joel Schmidt on 3/10/2016.
// Copyright © 2016 Joel Schmidt. All rights reserved.
//
#ifndef util_hpp
#define util_hpp
#include <string>
#include <GL/glew.h>
namespace util {
GLint TextureFromFile(const char* path, std::string directory);
}
#endif /* util_hpp */
| [
"joelschmidt0@gmail.com"
] | joelschmidt0@gmail.com |
375b4cca176bee3cffc445359e37d6602e8a9554 | 78a18c66e907d47d46bdbce5b4cc34caf81d8e65 | /games/utils/my_button.h | eb583182b2bb7f8a580599e5152aab2f2fc8e49b | [] | no_license | slawfik/Dip_learn | 6f92887bc59bfdba96d85d103e3f7c300c8d0a01 | 3035c51cd2b31c0a368a071c0ec6f958c00eb8c3 | refs/heads/master | 2021-08-07T20:26:23.192176 | 2020-09-18T07:58:59 | 2020-09-18T07:58:59 | 219,978,653 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,489 | h | #ifndef MY_BUTTON_H
#define MY_BUTTON_H
#include <QGraphicsRectItem>
#include <QGraphicsSceneMouseEvent>
#include <QLabel>
class My_button:public QObject, public QGraphicsRectItem{
Q_OBJECT
Q_PROPERTY(qreal opacity READ opacity WRITE setOpacity)
public:
//Create Buttons QObject
My_button(QString name,... | [
"tomas@slavkovsky.net"
] | tomas@slavkovsky.net |
4852dd2ec421c0650938207153a95cb28e4eaf0e | 21fc973aa71b25743db1f917d538ee406725d7ea | /tags/Release_1.2.9/reporting/crashsender/smtpclient.h | 1fcc8fbe4ce6f0dd8c5bae18b1fa3714b2db7470 | [
"BSD-3-Clause"
] | permissive | YankoNik/CrashRpt | 9089255055530a361a3c6cc2a43800279e66babb | 50982546622758c2cd3a6bddfb64ac9df127f036 | refs/heads/master | 2023-03-15T19:13:36.497965 | 2014-02-10T10:08:36 | 2014-02-10T10:08:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,270 | h | /*************************************************************************************
This file is a part of CrashRpt library.
Copyright (c) 2003, Michael Carruth
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the ... | [
"zexspectrum@gmail.com@821a4644-a21a-0410-aec7-6199d47568cc"
] | zexspectrum@gmail.com@821a4644-a21a-0410-aec7-6199d47568cc |
9109e0d9b1523ff463bc83a66aecfa7e0ad4d43f | 9a11d4a27f88fc80b6af68ef97166f54676d65be | /mmdet/ops/nms/src/rnms_cuda.cpp | 4dc8368182d2d5ce6d707107146522cf2b45deec | [] | no_license | Lyanf/OrientedRepPoints_DOTA | 7155a8a2d56c27cc687f6a4d42e1995de82b4934 | 918cec8431faa2fe5b435d169bcc64ed61e78b00 | refs/heads/main | 2023-09-05T21:24:46.456482 | 2021-11-17T06:46:52 | 2021-11-17T06:46:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 588 | cpp | // Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
#include <torch/extension.h>
#define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x, " must be a CUDAtensor ")
at::Tensor rnms_cuda(const at::Tensor boxes, float nms_overlap_thresh);
at::Tensor rnms(const at::Tensor& dets, const float threshold)... | [
"sunshine_lwt@126.com"
] | sunshine_lwt@126.com |
98aee21bd5f05f36a10438c90567aec4431233bb | e6559df51c2a14256962c3757073a491ea66de7c | /URI/1868 - Espiral Quadrada.cpp | 2c3195642716d8fee3c66ac4dcd1af3f90f6dc94 | [] | no_license | Maycon708/Maratona | c30eaedc3ee39d69582b0ed1a60f31ad8d666d43 | b6d07582544c230e67c23a20e1a1be99d4b47576 | refs/heads/master | 2020-04-25T23:37:53.992330 | 2019-02-28T17:10:25 | 2019-02-28T17:10:25 | 143,191,679 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,702 | cpp | #include <bits/stdc++.h>
#define INF 0x3F3F3F3F
#define rep(i, a, b) for (int i = int(a); i < int(b); i++)
#define pb push_back
#define pi 3.1415926535897932384626433832795028841971
#define debug(x) cout << #x << " = " << x << endl;
#define debug2(x,y) cout << #x << " = " << x << " --- " << #y << " " << y << "\n";
#de... | [
"mayconalves@gea.inatel.br"
] | mayconalves@gea.inatel.br |
02531d557ae0cba82939a00cb3b61e67bfa22e67 | 1cb73a0dece5dc21e8e7e4f88f96d1ad9e92da1a | /default_move_copy_constructor.cpp | 3ee4c98290d6795baafe90580e7e257728184c35 | [] | no_license | keineahnung2345/cpp-code-snippets | c2af1c7eaaddc2f0c262022743f6d42fec7fede4 | d2b48129f2c1bae1940a213517bfa3597c802aee | refs/heads/master | 2023-08-16T17:13:55.414432 | 2023-08-16T02:07:24 | 2023-08-16T02:07:24 | 160,354,272 | 52 | 16 | null | null | null | null | UTF-8 | C++ | false | false | 1,087 | cpp | #include <iostream>
//move constructor
//https://stackoverflow.com/a/25123890/10651567
/*
calling a function by value means we need to create a new object,
so copy constructor or move constructor will be called
*/
//https://stackoverflow.com/questions/16728441/why-copy-constructor-is-call-when-we-pass-an-object-as-an... | [
"noreply@github.com"
] | keineahnung2345.noreply@github.com |
3f83fa6e7bddb58b1ee8aa3737bc16503779d70c | f7fac93535cb8645ded916823d264ff74b8c1169 | /libraries/FluoLowPower/FluoLowPower.cpp | 7d17a712099bd744f446ca1e0c2e095d1f59a6c6 | [] | no_license | olivierpo/IoTFluorometer | 07ba4bbd7cdf998bcc690b03145fa756bfc14aaf | d1c712d42e76056a9936bde72d8852201987b3ae | refs/heads/master | 2020-03-08T05:44:36.235903 | 2018-04-03T19:19:12 | 2018-04-03T19:19:12 | 127,955,530 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,304 | cpp | #include <LowPower.h>
//#include <Narcoleptic.h>
#include <avr/wdt.h>
#include <avr/power.h>
#include <avr/sleep.h>
#include "FluoLowPower.h"
ISR (PCINT0_vect)
{
PCICR = 0; // cancel pin change interrupts
} // end of ISR (PCINT0_vect)
ISR (PCINT1_vect)
{
PCICR = 0; // cancel pin change interrupts
} // e... | [
"poulio445@gmail.com"
] | poulio445@gmail.com |
bb173971725c5be15f09ccdda12787aacdd55da7 | ddb26504f40d1d59dcea62d6531e8698fdd2efc7 | /source/gcore/gcstring.cpp | 89bcf8f7375900ad0f952fcda19a471a3498042f | [
"Apache-2.0"
] | permissive | birderyu/gsystem | 71d780d8fa77f4f7776c43e15ba08703c671fcbc | c7c9034b7eb660c0dcd17d51002f4d83080b88b4 | refs/heads/master | 2021-09-18T14:35:15.317861 | 2018-07-16T01:12:00 | 2018-07-16T01:12:00 | 64,549,537 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 16,971 | cpp | #include "gcstring.h"
#include "gmemory.h"
#include <string.h>
#include <ctype.h>
#ifdef _MSC_VER
# ifndef G_USE_MSVC_STRCMP
gsystem::gint strcasecmp(const gsystem::gchar8 *s1, gsystem::gchar8 *s2)
{
while (::toupper((gsystem::guchar)*s1) == ::toupper((gsystem::guchar)*s2++))
if (*s1++ == '\0') return 0;
return(::... | [
"546412519@qq.com"
] | 546412519@qq.com |
aed27f591458fb70bf585c09ed9e95ab881a4bd3 | d6354185f37f51ab35c5d9a03178872917b734f7 | /lib/DEVICE/device.cpp | e9aff77ae34e1df83a4da20319115bb2be3af5cc | [] | no_license | jakepetty/hvac-controller | 20984e40b9b7f97d0ae666b74342f94577c566dd | 2c6ec46f3bc41c81643dcee7bb32b3767de89666 | refs/heads/master | 2020-05-04T20:01:28.448591 | 2019-04-04T03:53:36 | 2019-04-04T03:53:36 | 179,418,229 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,895 | cpp | /**
* DO NOT MODIFY THIS FILE
*/
#include "device.h"
void DEVICE::setup()
{
#ifdef DEBUG_ENABLED
Serial.begin(SERIAL_BAUD);
Serial.println(); // Inserts a new line for a clearner terminal
delay(5000); // Timeout to give the serial monitor time to connect
#endif
// Setup Components
hvac.setup... | [
"support@vexcon.net"
] | support@vexcon.net |
26c19bd03df26a41d76d7540b068f8d7b6cff0d6 | 48a3cba736ee675802faa9f9c1b69956dc38a44f | /src/ShemeGroup.h | 3f1d2368e049d23f0c0d171a0cff919d2c62b947 | [
"BSD-3-Clause"
] | permissive | StanleySane/NSys2D | 78a86ffc39b30d1ae1c4f90f899a7284c7abd2d4 | 235535b521f299ddb7aa65ce2215d198f76a0182 | refs/heads/main | 2023-07-24T00:31:22.699258 | 2021-08-24T11:55:10 | 2021-08-24T11:55:10 | 399,150,439 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 2,732 | h | // ShemeGroup.h: interface for the CShemeGroup class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SHEMEGROUP_H__1FDB6282_7620_11D5_B89C_FE2BA355A53D__INCLUDED_)
#define AFX_SHEMEGROUP_H__1FDB6282_7620_11D5_B89C_FE2BA355A53D__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#e... | [
"stanleysane@gmail.com"
] | stanleysane@gmail.com |
5ec10d642b99f8692a0c861a9b3d7b8010f324f0 | bb6ebff7a7f6140903d37905c350954ff6599091 | /content/browser/media/capture/web_contents_capture_util.cc | 57b636a896007eef98e543e8a91a24d314948a6c | [
"BSD-3-Clause"
] | permissive | PDi-Communication-Systems-Inc/lollipop_external_chromium_org | faa6602bd6bfd9b9b6277ce3cd16df0bd26e7f2f | ccadf4e63dd34be157281f53fe213d09a8c66d2c | refs/heads/master | 2022-12-23T18:07:04.568931 | 2016-04-11T16:03:36 | 2016-04-11T16:03:36 | 53,677,925 | 0 | 1 | BSD-3-Clause | 2022-12-09T23:46:46 | 2016-03-11T15:49:07 | C++ | UTF-8 | C++ | false | false | 1,836 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/browser/media/capture/web_contents_capture_util.h"
#include "base/basictypes.h"
#include "base/strings/string_number_conversions.h"... | [
"mrobbeloth@pdiarm.com"
] | mrobbeloth@pdiarm.com |
403620e5d76575154bf816ee9b370a7e66351435 | a017bca4db949b61cb7d55073bb22701daa72145 | /datatypes/DtPerfil.cpp | eccdd2037c4b5e4f32b7da9aa17e7e845be3b878 | [] | no_license | SF-Prog/PAV2021 | fa8045f681fdf6de803e37af51a49f0caa52fe59 | 6cf6e2a617e1de927afa1c94d1b775723acb3bf5 | refs/heads/master | 2023-06-03T00:52:50.220375 | 2021-06-22T23:21:05 | 2021-06-22T23:21:05 | 351,263,754 | 1 | 1 | null | 2021-06-22T16:09:05 | 2021-03-25T00:38:16 | C++ | UTF-8 | C++ | false | false | 842 | cpp | #include "DtPerfil.h"
DtPerfil::DtPerfil(){}
DtPerfil::DtPerfil(string nombre, string imagenUrl, string email, string password){
this->nombre = nombre;
this->imagenUrl = imagenUrl;
this->email = email;
this->password = password;
}
// Getters and Setters
string DtPerfil::getNombre(){
return this->n... | [
"santiagofitipaldo@Santiagos-MacBook-Pro.local"
] | santiagofitipaldo@Santiagos-MacBook-Pro.local |
0e24a5f58af01dcbb912d7d4d09468f490fe7804 | d03273f418b435de602a883af4a48c60f11707dc | /include/gaLib.h | b3780b24e162760596e9d6d21666a78db311eb68 | [] | no_license | vineeth88/GASim | 2ed310937977d9443f6b17f11ae9d718518863cb | e0037d118ef0c320ef846cb00b03efac83bbb4c8 | refs/heads/master | 2021-01-17T15:51:12.587053 | 2015-03-11T21:37:03 | 2015-03-11T21:37:03 | 19,043,065 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,389 | h | #ifndef GA_LIB_H
#define GA_LIB_H
#include "incl.h"
#include "verInclude.h"
#include "vType.h"
const int NUM_INDIV_FWD = 2;
class gaIndiv_t {
public:
int index;
int vec_length;
vecIn_t input_vec;
state_t* start_state;
state_pVec state_list;
vector<int> branch_cov;
vector<int> branch_cycle;
int max_i... | [
"vineeth88@users.noreply.github.com"
] | vineeth88@users.noreply.github.com |
cc3b8994065c7caf363893a21e190cd21a42bc01 | 3cf292ac3865abab2421a8c6076b6df11fd46ee5 | /newtest/MultisetTest.h | 7ac3c6594017ee0e6da1d94da42a84858cb685e2 | [] | no_license | erxiu/MiniStl | 3f87069aff682c7362386db3308574ba54dcb8f9 | 897319a12e2a884eb192c947a4e20afdfaab59c1 | refs/heads/master | 2022-01-13T06:50:16.779190 | 2019-06-20T05:10:31 | 2019-06-20T05:10:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 933 | h | #ifndef __TEST_MULTISETTEST_H
#define __TEST_MULTISETTEST_H
#include"../Multiset.h"
#include"../Algobase.h"
#include<cassert>
using namespace MiniStl;
struct MultisetTest
{
void test1()
{
int array[] = {3, 3, 2, 1, 1, 4, 5, 6, 8, 8, 7, 9, 0};
multiset<int> iset(array, array + sizeof(array) / s... | [
"dalibaxiaoliba19@gmail.com"
] | dalibaxiaoliba19@gmail.com |
67ae10888d49a0edfd90f0c0ddb42c0817b930b3 | cbfb8553a5c990c79e184149e236e1fa3e8ba943 | /Leetcode/Array/2616_MinimizetheMaximumDifferenceofPairs.cpp | 9685093483825e057e9646c972c3f5d1fcbaec19 | [] | no_license | DancingOnAir/LeetCode | 09c0b8c428216302be02447b257e7b9ca44c741b | 62d5a81f9a774599368a91050bcf83e4ffab8f50 | refs/heads/master | 2023-05-09T01:59:58.943716 | 2023-05-04T01:10:42 | 2023-05-04T01:10:42 | 93,221,941 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,060 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
class Solution {
public:
int minimizeMax(vector<int>& nums, int p) {
if (nums.empty())
return -1;
sort(nums.begin(), nums.end());
int left = 0, right = nums.back() - nums[0];
while (left <=... | [
"taotong1984@hotmail.com"
] | taotong1984@hotmail.com |
43ca03e90e6e97c86be60044e7c6aac4c8484e11 | a1c497e5b8c1c1b90e0494585b7d5e6d5aef1dbc | /nosecone/firmware/include/rocket.h | d5be8013170f89f3a91ded91513eb8d2bedfa9fd | [] | no_license | n-yuen/ares-telem-2020 | 35e2b4e6114d088fa62c33e6069de797f0dd7e38 | 3bfecc9681c615c8ba6befa127ab7f6abcf8726f | refs/heads/master | 2020-12-08T10:42:03.427180 | 2020-02-27T02:49:27 | 2020-02-27T02:49:27 | 232,961,421 | 1 | 0 | null | 2020-03-04T06:51:18 | 2020-01-10T03:54:38 | C++ | UTF-8 | C++ | false | false | 1,312 | h | #pragma once
#include "RocketModule.h"
namespace Rocket {
#pragma pack(push, 1)
struct ROCKET_DATA {
byte start1 = 0x90;
float Bmp_altitude;
float Bmp_temperature;
float Bmp_pressure;
float Mpu_accelX;
float Mpu_accelY;
float Mpu_accelZ;
float Mpu_gyroX;
float Mpu_gyroY;
float... | [
"nyuen@g.ucla.edu"
] | nyuen@g.ucla.edu |
72cfed160e6bf2234bf34e45334c75514f8d7d54 | 37badcba57428f8bffbed27ce8d23896b2814ab7 | /Lib/vtk/include/vtk-5.8/vtkScalarBarActor.h | d5ac015878043f6d4125862bd324a8a7b11f47f8 | [] | no_license | mc01104/CTR | b797525970d61f0ea61769b94c563c6a5f6062ac | dbc514c371b96db96a492d281d3e904a26fa6459 | refs/heads/master | 2020-04-04T06:03:15.818188 | 2018-02-24T20:06:30 | 2018-02-24T20:06:30 | 44,624,652 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 9,440 | h | /*=========================================================================
Program: Visualization Toolkit
Module: vtkScalarBarActor.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 ... | [
"georgios.fagogenis@gmail.com"
] | georgios.fagogenis@gmail.com |
4840b6a7c1bdc431ef705df44d0156f3fdc6a0fe | d50577c99a5b3b259d4d996a9d57940c1088b5c0 | /libmoped/libs/SiftGPU/SiftGPU.h | 640543a9da270905152ed8bd25a21038884b32ce | [] | no_license | hlcool/pose_estimation_by_model | a4d21b0703cf468e088465ec8a7784105d6daf26 | 96e26fe3dee8332bb21059c184b47c24756ee078 | refs/heads/master | 2020-04-05T20:54:31.493678 | 2018-11-12T10:50:32 | 2018-11-12T10:50:32 | 157,199,519 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 14,963 | h | ////////////////////////////////////////////////////////////////////////////
// File: SiftGPU.h
// Author: Changchang Wu
// Description : interface for the SIFTGPU class.
// SiftGPU: The SiftGPU Tool.
// SiftGPUEX: SiftGPU + viewer
// SiftParam: Sift Parameters
// SiftMatchGPU: GPU SIFT Matcher;
//
... | [
"21578850@qq.com"
] | 21578850@qq.com |
08a9156743056bc717200604de4ec40e4ffb432b | 7ab5c79d2716bc56c2fc2be9bf1cdcb8530379a4 | /c++/Diverse problems and algorithms/Ore particular/17.09/17.09/bellmanford_ok.cpp | 48920eeb2b81739a3c986c171feafe9cf63cd0a5 | [] | no_license | TeoPaius/Projects | dfd8771199cd8a0e2df07e18dd165bf63ad08292 | ced149ecf1243da2aa97bb1f0e4cd37140bd2d2d | refs/heads/master | 2021-09-24T02:10:52.220320 | 2018-10-01T16:29:01 | 2018-10-01T16:29:01 | 104,876,094 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,270 | cpp | #include <fstream>
#include <vector>
#include <queue>
#include <bitset>
#define DIM 50010
#define INF 1000000000
using namespace std;
ifstream fin("bellmanford.in");
ofstream fout("bellmanford.out");
vector<pair<int, int> > G[DIM];
queue<int> q;
bitset<DIM> v;
int D[DIM], N[DIM];
int n, m, x, y, z;
int main()... | [
"teodor_paius@yahoo.com"
] | teodor_paius@yahoo.com |
93b33475e203764e0ff9796dfeb569ab3ab0dc64 | 06a2dab18197a13fc3371debd29b476ae99cb01c | /Utilities/interface/KinematicFit.h | 483cd5cdbd661f41e34191025599f6b63ff75878 | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | PandaPhysics/PandaAnalysis | 397a031f9e8d399be1814ab04dd525d69b41f060 | 3167d106d41dfce58219c3e07d30e201ee823b55 | refs/heads/master | 2021-06-18T13:52:57.650900 | 2019-04-08T17:35:29 | 2019-04-08T17:35:29 | 168,376,672 | 0 | 0 | NOASSERTION | 2019-04-08T17:33:55 | 2019-01-30T16:34:09 | C++ | UTF-8 | C++ | false | false | 2,227 | h | #ifndef KINFIT
#define KINFIT
#include "RooMinimizer.h"
#include "RooWorkspace.h"
#include "RooFormulaVar.h"
#include "RooRealVar.h"
#include "TLorentzVector.h"
#include "TString.h"
#include <vector>
namespace kinfit {
class Fit {
private:
class Vector {
public:
Vector(int idx_) :
idx(idx... | [
"sidn@mit.edu"
] | sidn@mit.edu |
ddb30e686e3cd71e476f33bd44ff1c0628de1919 | db08979102ba2f55fadd6c9667182dd4bebdd171 | /src/epsol/time/timer.h | 6ecc280bdb9eed0ec4b7e3a01e68529299a51163 | [
"MIT"
] | permissive | VinaLx-zz/epsol | 338d4e1847f98e2838334bf569982732e6b38044 | c2fb6d06740a567e8c7906108463e9529ad05f50 | refs/heads/master | 2021-10-09T05:56:01.075709 | 2018-04-04T15:38:40 | 2018-04-04T15:38:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 836 | h | #ifndef EPSOL_TIME_TIMER_H_
#define EPSOL_TIME_TIMER_H_
#include <chrono>
namespace epsol {
namespace time {
/**
* times a function, returns the running time of the funcion and simply ignore
* its return value, since c++ provides no effective way to extract the return
* type from a function(which is possibly a la... | [
"vinaleux@gmail.com"
] | vinaleux@gmail.com |
d7c71476c7f9b0c4aa4d4f0ac92d581fe422b9c9 | 610dfa590d5863e9465cc5a07a2045c9ee0c9385 | /src/Externals/boost/boost/log/expressions/formatters/wrap_formatter.hpp | 52064a53c8b8dfbbb34a35fb00bc3e9e8c740763 | [
"BSL-1.0"
] | permissive | SCI-ElVis/ElVis | f275322dea593ed39c4771b072399573819624c0 | 7978b5898ef7d0a0f7711c77dda0e69167716efa | refs/heads/master | 2021-01-01T06:18:45.390678 | 2015-10-19T09:00:23 | 2015-10-19T09:00:23 | 8,036,991 | 14 | 4 | null | 2020-10-13T00:43:47 | 2013-02-05T20:11:59 | C++ | UTF-8 | C++ | false | false | 10,495 | hpp | /*
* Copyright Andrey Semashev 2007 - 2013.
* 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)
*/
/*!
* \file formatters/wrap_formatter.hpp
* \author Andrey Semashev
* \date 24.11.2012
... | [
"gpayne@155-99-168-187.uconnect.utah.edu"
] | gpayne@155-99-168-187.uconnect.utah.edu |
5959433ed149c96fcd294b64227d5feafed97726 | 4f8d4a9b6bebd42748bdce43bdb1da85af58f935 | /branch/plusplus-ext/bld/plustest/regress/yacl/base/tbtree.cpp | 79b0c8bfe7c043c9b1901909bdf84451fe1e3bd3 | [] | no_license | svn2github/openwatcom-__test__ | 17c58ce7892197874b66a241ae3fb27e186c5e3c | f0e7c89f20d5a0b53afdc3411725476d97599305 | refs/heads/master | 2020-03-19T12:12:55.368455 | 2016-05-20T23:12:38 | 2016-05-20T23:12:38 | 136,504,313 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,507 | cpp |
/*
*
* Copyright (C) 1994, M. A. Sridhar
*
*
* This software is Copyright M. A. Sridhar, 1994. You are free
* to copy, modify or distribute this software as you see fit,
* and to use it for any purpose, provided this copyright
* notice and the following disclaimer are inc... | [
"PeterC@9848d260-d8c2-4c77-ac60-93a84d57cbad"
] | PeterC@9848d260-d8c2-4c77-ac60-93a84d57cbad |
30b71bb32227230b17b7dac53f4640a013cd5992 | 014a5f6d73d905b86f566561e10727328c4723f2 | /gui/native_window/xcb.h++ | ffda775ee0ac2384583a90ffc113a45ab5c77041 | [
"MIT"
] | permissive | mindfocus/skui | bad3e7f8005efde97f21476155288eb6f1e4dc5b | 2f3beffaa1630d365435cab9da21730ca2541869 | refs/heads/master | 2021-04-27T03:56:40.263026 | 2018-02-10T12:09:22 | 2018-02-10T12:09:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,654 | /**
* The MIT License (MIT)
*
* Copyright © 2017-2018 Ruben Van Boxem
*
* 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
* ... | [
"vanboxem.ruben@gmail.com"
] | vanboxem.ruben@gmail.com | |
3c1ac86ff7ae7085b799fc812e1437be47698311 | 091afb7001e86146209397ea362da70ffd63a916 | /inst/include/nt2/hyperbolic/functions/atanh.hpp | bbf2aa1745237e5d85acbc999e57055dc0b26b3e | [] | no_license | RcppCore/RcppNT2 | f156b58c08863243f259d1e609c9a7a8cf669990 | cd7e548daa2d679b6ccebe19744b9a36f1e9139c | refs/heads/master | 2021-01-10T16:15:16.861239 | 2016-02-02T22:18:25 | 2016-02-02T22:18:25 | 50,460,545 | 15 | 1 | null | 2019-11-15T22:08:50 | 2016-01-26T21:29:34 | C++ | UTF-8 | C++ | false | false | 1,992 | hpp | //==============================================================================
// Copyright 2003 - 2012 LASMEA UMR 6602 CNRS/Univ. Clermont II
// Copyright 2009 - 2012 LRI UMR 8623 CNRS/Univ Paris Sud XI
//
// Distributed under the Boost Software License, Version 1.0.
// ... | [
"kevinushey@gmail.com"
] | kevinushey@gmail.com |
fef6b710289e6faef838f34c6165b23bd1c3fda1 | ae5adc0bf08bb7f4a115b2b2a6d513a0dfae0a6a | /coin_change.cc | 803f40a231b2dc8bbcfbd063850e105da5efd302 | [] | no_license | doromaln/CppFun | 89f7018442e4ef31d146c96207bfe19ebed0df51 | 8e603b29fb4705725f9317071984e28540c7dbe0 | refs/heads/master | 2020-05-29T18:39:50.873193 | 2018-04-27T13:47:59 | 2018-04-27T13:47:59 | 42,758,242 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,485 | cc | /// An implementation for solving the coin change problem.
/// See: https://www.hackerrank.com/challenges/coin-change/problem
#include <bits/stdc++.h>
/// TEST INPUT 1
// 10 4
// 2 5 3 6
// --> 5
/// TEST INPUT 2
// 15 24
// 49 22 45 6 11 20 30 10 46 8 32 48 2 41 43 5 39 16 28 44 14 4 27 36
// --> 10
/// TEST IN... | [
"noreply@github.com"
] | doromaln.noreply@github.com |
6548ede042ee748312182465634931717b0a3635 | 2d98432c03d7435d424570a716ba6abb100541b4 | /poj/1703.cpp | bcdb000adb73a49df6321a9f49e67e56141dbf6b | [] | no_license | UnknownCUnknown/ACM | ae7fc3dc61468bc5487682cb59dd47a46fb68dbb | 1848418d90fc8439869d9050b6657318ccc32d27 | refs/heads/master | 2016-08-07T14:10:31.164573 | 2015-04-23T16:37:48 | 2015-04-23T16:37:48 | 34,468,051 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,668 | cpp | /*************************************************************************
> File Name: 1703.cpp
> Author: UnknownCUnknown
> Mail: jsnjhcb@icloud.com
> Created Time: 一 1/26 08:05:06 2015
************************************************************************/
#include <iostream>
#include <cstdio>
#include <cstr... | [
"jsnjhcb@icloud.com"
] | jsnjhcb@icloud.com |
ece7f3830ac71ee68007468d85b26a8a9d1dff91 | f8de07b0f1e289a11b1659ce6afe51816bbf9bfb | /PixelPainting_Template/PixelPainting_Template/Problem1.cpp | a0ccba967e01349a64763f1a27e64a201f866708 | [] | no_license | KimYeonJun/week6-template | 53109faf801658d32d26a669dc2bf0aaa5215dbb | 8819984b8cf29ac03425454a0127fcf18c240db9 | refs/heads/master | 2021-01-11T01:47:52.124969 | 2016-10-12T04:45:55 | 2016-10-12T04:45:55 | 70,663,161 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 200 | cpp | #include <iostream>
template<class T_CLASS>
void print(const T_CLASS& i)
{
std::cout << i << std::endl;
}
int main()
{
print(1);
print(2.345f);
print("hello world");
return 0;
} | [
"duswn@DESKTOP-PUMBLSG"
] | duswn@DESKTOP-PUMBLSG |
80c50133aa6f4380afbc26d69735996b4baf4041 | ded34093e00f9b3be5703dcba054f9f11266296e | /Pow.cpp | 717056c743f792faaa2b4dafc9b355d471f8e6c1 | [] | no_license | JayfonLin/Pow | 3506095f521cd204d9de429896b786bfe1152270 | 6598c977e203e2c0c95ed34210c50cbbd55afb34 | refs/heads/master | 2016-08-05T08:56:03.409852 | 2014-11-23T16:56:47 | 2014-11-23T16:56:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 322 | cpp | class Solution {
public:
double pow(double x, int n) {
double t;
if (0 == n)
return 1;
t = pow(x, n/2);
if (0 == n%2)
return t*t;
else{
if (n > 0)
return x*t*t;
else
return t*t/x;
}
}
... | [
"linjiafang33@163.com"
] | linjiafang33@163.com |
22dd3afa8fa7f34fb3efbd0298b707db74b9972c | 81a3611bfa4e9022e1194295a8f314bafa744f69 | /grass-20100128/inc/BufFileInput.h | 12ace6af13c9895dd192540ffd602056515c2b8e | [] | no_license | ominux/sjtuedaacgrass | 65c02f6a1db52e8194157fd1622b73124220a27c | 463b1926b1eddcc06ff2253b3077aad1bca7e37b | refs/heads/master | 2016-09-15T16:14:00.747072 | 2010-05-18T13:20:08 | 2010-05-18T13:20:08 | 32,243,113 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,297 | h | // FILE: BufFileInput.h
// AUTHOR: Alexey Demakov (AVD) demakov@kazbek.ispras.ru
// CREATION: 26-JAN-1998
// DESCRIPTION: File Input Stream with lookahead for Scanner
// Tested under Win32 with ANTLR 1.33 MR10 and MSVC 5.0
// Change History:
//
// 28-May-1998 Add virtual destructor to release buffe... | [
"wontian@ecd5914e-0e2d-11df-9afa-8babb764c599"
] | wontian@ecd5914e-0e2d-11df-9afa-8babb764c599 |
19f880571f2df11998d5cecd6b5bc3be44fd17ec | a621cc1dcbdbafab73905753c9c54fb69aa46c9b | /cpu/Cpu65816Debugger.hpp | 9552f7b57f94d428ab0c333b832c362ecea58a63 | [] | no_license | FrancescoRigoni/SNES-Emulator | 57f838cee3f229a19125e39bdc8abea1f2208a41 | c306aa130c2f7e69465db3ba6a9e4b36584962d8 | refs/heads/master | 2021-01-19T17:22:58.920614 | 2017-06-05T17:03:39 | 2017-06-05T17:06:06 | 88,323,233 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 994 | hpp |
#ifndef SNESEMU_CPU65816DEBUGGER_H
#define SNESEMU_CPU65816DEBUGGER_H
#include <cstdint>
#include <functional>
#include <Device.hpp>
#include "BuildConfig.hpp"
#include "Cpu65816.hpp"
class Cpu65816Debugger {
public:
Cpu65816Debugger(Cpu65816 &);
void step();
void setBreakPoint(const Ad... | [
"francesco.rigoni@gmail.com"
] | francesco.rigoni@gmail.com |
5724c3ecd1bcf198c92d8f825789fdd66603294c | c1ed724117e99f42a5b2a8f74a92e697e1ae6b5c | /boj/1527.cpp | fad50631bdd0fa1b6f03a2fbf3aa8fc0202529e5 | [] | no_license | Hee-Jae/Algorithm | 73d45913494541d4f38baa2e32259c4e9f50ab0b | a159380ff2a4f7ead2fb625618169b9b32335a17 | refs/heads/master | 2023-08-15T14:29:55.414276 | 2021-10-02T08:27:16 | 2021-10-02T08:27:16 | 401,086,191 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 443 | cpp | #include <iostream>
#include <algorithm>
using namespace std;
long long gm[3000]={};
int idx = 0;
void makegm(long long n){
if(n > 1000000000) return;
gm[idx++] = n;
makegm(n*10 + 4);
makegm(n*10 + 7);
}
int main(){
ios::sync_with_stdio(0);
cin.tie(0);
int A,B, count=0;
cin >> A >> B;
makegm(4);
ma... | [
"jhj967878@naver.com"
] | jhj967878@naver.com |
ee50e081dec934058fdaec648f6faf08e1d201f2 | 183d30ccc4bb09cc89aaacbce9258a73c96d838f | /Desklets/ReflectedArt/Desklet.cpp | 812e57d49ca9f465988a5fd8dbe30b64a5f2e352 | [] | no_license | jackiejohn/AveDesk | 6efaa73d6ccd67845eb6f6954a63f412993edbef | 8f201dc1e14f65ddcfd1f9d281379f347ed22469 | refs/heads/master | 2021-05-27T17:50:41.693612 | 2015-02-21T15:35:43 | 2015-02-21T15:35:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,407 | cpp | #include <windows.h>
#include <atlbase.h>
#include <gdiplus.h>
#include "../SDK/DeskletSDK.h"
#include "../SDK/AveControls.h"
#include "../SDK/AveConstants.h"
#include "../SDK/AveFlags.h"
#pragma comment(lib, "../SDK/AveControls.lib")
#include <string>
#include "F:\iTunesCOM\ITunesCOMInterface_i.c"
#include "F:\iTunesC... | [
"ave+github@aveapps.com"
] | ave+github@aveapps.com |
95cc225247e8c3f2b7629fabf08174786d843aad | 25fefbab925b1dbf89c48a7b57ed4cdca58d865a | /src/mem/dggt_mem_lin_alloc.c++ | e335a2faf4dfc93f84ef89abf180073abadf00b4 | [] | no_license | deer-god-studios/dggt | 33483329d77ab69ff8a6f140cab5483e74d3abf7 | 6fb965d0326169565550c8351ff65eecb78d4226 | refs/heads/master | 2020-12-08T23:50:49.364860 | 2020-04-21T06:22:18 | 2020-04-21T06:22:18 | 233,125,599 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,818 | #include "dggt_mem_lin_alloc.h"
namespace dggt
{
namespace internal_
{
void* lin_alloc_malloc(allocator* a,msize size)
{
void* result=0;
lin_alloc* linAlloc=(lin_alloc*)a;
if (linAlloc&&
lin_alloc_get_used(linAlloc)+size<=
lin_alloc_get_available(linAlloc))
{
result=ptr_add(get_buff_ptr... | [
"bwbriggs1980@gmail.com"
] | bwbriggs1980@gmail.com | |
7e735b83b23d5dbb81da22fbd7fcfaf65500e84d | 0d1a101c3dbf58adfd1ae7543cfe3bd9ea39ac91 | /blasius_laminar_github/4.6/uniform/time | e33c4e5894fcb84ec1eb73ae33f5414b71738ca7 | [] | no_license | tsam1307/OpenFOAM_laminar_BL | 74fe2faee653d0a9b2bcbfa0fe42654c90f4f92e | 2d9518b57804f265d2bb40079fbab2bac979c176 | refs/heads/main | 2023-05-07T13:49:41.832067 | 2021-05-28T19:33:12 | 2021-05-28T19:33:12 | 371,780,408 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 998 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2012 |
... | [
"tsinghsamant@gmail.com"
] | tsinghsamant@gmail.com | |
43565ff22471e8d437decc61cfce7c474f8107fc | da7fd6e0d9226826994261239423514f07967b85 | /__FilterRegistry/FilterRegistryWrap/FilterRegistryWrap.cpp | 27188568bd8a10bb91e3b16a39fd8d1fbdb035da | [] | no_license | dovanduy/BUGAV | a90186e456c3bb5ab1a303aa2f88c4d04ca89911 | 1baf64ba118ac4548a7ee1f42b86acc59e7ea04c | refs/heads/master | 2022-04-08T10:04:52.682512 | 2020-01-29T12:23:05 | 2020-01-29T12:23:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,401 | cpp | #include "pch.h"
#include "FilterRegistryWrap.h"
FilterRegistryWrap::FilterRegistryWrap() :ptr_FilterRegistryCtrl(new FilterRegistryCtrl) {}
FilterRegistryWrap::~FilterRegistryWrap() { delete ptr_FilterRegistryCtrl; }
VOID FilterRegistryWrap::WRAP_FilterRegistryDrv_LoadDriver() { loaded = ptr_FilterRegistryCtrl->Fi... | [
"borisiswork@gmail.com"
] | borisiswork@gmail.com |
3ff07644c4aeb8e616e69f48d6e651f4d2f67086 | 9925f9a69603dbfff3e33c4e711eedb6c6be32a1 | /cercle.cpp | 3fc997b485c7fe69b2b66f391d26188b5fc7fcf4 | [] | no_license | jeanlapostolle/casse-brique | 1f58c64f2eededd1fbd62761923e7302fa6bd0ea | ef43b24d94a003dc9fc0125e0325432cfdde3515 | refs/heads/master | 2021-06-17T10:46:21.049465 | 2017-06-06T15:39:43 | 2017-06-06T15:39:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 827 | cpp | #include "cercle.h"
cercle::cercle(point p1, double rad, double angl, double coul):point p1{
radius = rad;
angle = angl;
couleur = coul;
}
cercle::~cercle():~point(){}
void cercle::affiche(BITMAP *){
// biblio allegro
}
void cercle::collision(rectangle * rect){
/*Change l'angle selon le coté qui appartient a... | [
"lapostolle.jean@gmail.com"
] | lapostolle.jean@gmail.com |
1198eae80e64854b532695d773dce59dca188df5 | 682116aec2ecfddccbad6f6f2320b7bf5f2115fa | /maxcode/neuron/iv/src/lib/InterViews/style.cpp | 5275aaf15af300796973657d5fa7abc54b5061f0 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-other-permissive"
] | permissive | Rauell/neuron | 251423831bb93577e74ae98cee2cb38b0f05e3f4 | f7f0a80122aec2b748aa2bef10b442fbeef8a12c | refs/heads/master | 2016-09-06T06:22:19.357913 | 2015-07-17T13:26:44 | 2015-07-17T13:26:44 | 30,427,231 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,510 | cpp | #ifdef HAVE_CONFIG_H
#include <../../config.h>
#endif
/*
* Copyright (c) 1991 Stanford University
* Copyright (c) 1991 Silicon Graphics, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
* that (i) the abov... | [
"maxwell.p.henderson@gmail.com"
] | maxwell.p.henderson@gmail.com |
7b6bdcc3a220590ac516eb68a8675512a52b84e3 | 201c337ade624418a077514ca4db608b3d800886 | /chrome/browser/web_applications/web_app_install_task_unittest.cc | 90386e57d03cdb9c7d4f53a1238baba2c4521943 | [
"BSD-3-Clause"
] | permissive | huningxin/chromium-src | 78282bff41a04ab0e76298e82a5d097f0d9f9dd2 | e7b9a67db6608d4358141193994194705dc95b0d | refs/heads/webml | 2023-05-26T21:09:02.471210 | 2019-09-04T06:56:33 | 2019-09-26T01:48:14 | 217,235,865 | 0 | 1 | BSD-3-Clause | 2019-11-11T05:11:12 | 2019-10-24T07:16:04 | null | UTF-8 | C++ | false | false | 41,009 | cc | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/web_applications/web_app_install_task.h"
#include <memory>
#include "base/bind.h"
#include "base/callback.h"
#include "base/fil... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
70067b35a9cefc87f4fd2e36040a1a4cf5f1ffe4 | af0ecafb5428bd556d49575da2a72f6f80d3d14b | /CodeJamCrawler/dataset/13_522_80.cpp | 2eeff71f035a7d12598b3c193ca2f9186aca45c7 | [] | no_license | gbrlas/AVSP | 0a2a08be5661c1b4a2238e875b6cdc88b4ee0997 | e259090bf282694676b2568023745f9ffb6d73fd | refs/heads/master | 2021-06-16T22:25:41.585830 | 2017-06-09T06:32:01 | 2017-06-09T06:32:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 834 | cpp | #include <fstream>
using namespace std;
int main()
{
ifstream fin("B-small-attempt0.in");
ofstream fout("out.txt");
int t; fin >> t;
char b[100][100], mi[100], mj[100];
for(int c = 1; c <= t; c++)
{
fout << "Case #" << c << ": ";
int si,sj;fin >> si;fin >> sj;
int p;
for(int i = 0; i < si... | [
"nikola.mrzljak@fer.hr"
] | nikola.mrzljak@fer.hr |
173b662b243fda1c80105552d5f48cdd6fd43331 | 8501cfe2ee873670c030f8eb7a807da20b7d5e2f | /Array Problems/Move all zeroes to end of array/Move_all_zeroes_to_end_of_array.cpp | 88e88d36d0be36bd965a079ba16a0830f79ff79e | [] | no_license | nur-alam/CrackingTheCodingInterview | ae37ed091ba87c0205fefb474dfd05b53668a816 | 3ea345647312b2e6b570b0d1b91a36993ccb1504 | refs/heads/master | 2020-09-16T01:15:17.646760 | 2020-08-08T06:43:40 | 2020-08-08T06:43:40 | 223,607,041 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 921 | cpp | // #include <bits/stdc++.h>
// using namespace std;
// void printArr(int arr[], int size) {
// for(int i = 0; i < size; i++)
// cout << arr[i] << " ";
// cout << endl;
// }
// // with double traversal
// void pushZeroToEnd(int arr[], int size) {
// int count = 0;
// for(int i = 0; i < siz... | [
"nuralam862@gmail.com"
] | nuralam862@gmail.com |
487f8582211baf75066cd7b82d24a68179eeff41 | 93e096799c020a37943224dc17304abc570675f2 | /Arduino Serial Matrix Display/Arduino Serial Matrix Display.ino | 35f01fc3b3aa2b4a229092c7c88ed66acdd05375 | [] | no_license | alejandrodlsp/Arduino-WS2801B-LED-matrix-engine | c9d950682657d0cddbd71ecfd03a151f74d70077 | 445cd9666f5b935cac0fdf465cbc08ab41671711 | refs/heads/master | 2020-04-02T08:04:45.372030 | 2018-11-25T11:26:37 | 2018-11-25T11:26:37 | 154,228,287 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,118 | ino | #include <Adafruit_GFX.h>
#include <Adafruit_NeoMatrix.h>
#include <Adafruit_NeoPixel.h>
#ifndef PSTR
#define PSTR // Make Arduino Due happy
#endif
#include "Definitions.h"
#include "Shape.h"
// Control PIN
#define LED_PIN 10
#define BUZZER_PIN 12
// Set the brightness (max 50)
int brigh = 50;
// Delay between anim... | [
"alejandrodlsp@hotmail.es"
] | alejandrodlsp@hotmail.es |
10ee1d8e6ad3eb1559f6e1a14c05ad21d73701fc | 0eb7ff1ad3973e8792247ed2e363689cb9a8eb72 | /src/LightControlButton.cpp | 57810c740b740acc5d2f1f113d4a32067759311b | [] | no_license | anatolyk82/MoodLamp | 16b7221a69d89b6d584df5ec523565bd07e7d561 | 99f2bdff99abcf4bf37c630715133d5f2f333a37 | refs/heads/master | 2020-04-18T23:09:54.171150 | 2020-01-20T18:03:45 | 2020-01-20T18:03:45 | 167,814,312 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,112 | cpp | #include "LightControlButton.h"
LightControlButton::LightControlButton()
{
}
LightControlButton::~LightControlButton()
{
}
void LightControlButton::init(uint8_t pin)
{
m_pin = pin;
pinMode(pin, INPUT);
m_buttonStatus = m_defaultButtonStatus;
}
void LightControlButton::run()
{
if (digitalRead(m_pin) != m_b... | [
"anatoly.k.82@gmail.com"
] | anatoly.k.82@gmail.com |
52b5ba4787085786637f9fad5779ad4d5d3f00c9 | 52b63f0059e42d3cae6ee66cfd2dcaee6b386a41 | /src/PDEs/user_QoI.hh | 348c8114c29a4c08ed340a46408fba9e00e67425 | [] | no_license | tjdodwell/dune-MLMC | 464b58a4add0f359b3184b134ba182ac3a217de8 | cbd95edcb96583dac4f887d373ab389fe01e7003 | refs/heads/master | 2021-05-09T09:07:08.541646 | 2018-02-05T14:38:49 | 2018-02-05T14:38:49 | 119,423,308 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,569 | hh | #ifndef QoI_Failure_h
#define QoI_Failure_h
// -*- tab-width: 4; c-basic-offset: 2; indent-tabs-mode: nil -*-
#include <vector>
#include <dune/common/exceptions.hh>
#include <dune/common/fvector.hh>
#include <dune/geometry/type.hh>
#include <dune/geometry/referenceelements.hh>
#include <dune/geometry/quadraturerule... | [
"t.dodwell@exeter.ac.uk"
] | t.dodwell@exeter.ac.uk |
19994c2db88b1fd950b66231a83fb55dfc0336fb | cc7661edca4d5fb2fc226bd6605a533f50a2fb63 | /Assembly-CSharp/Option.h | e1d9ee7c32fd28a44ec1d19e65e58c949de4140a | [
"MIT"
] | permissive | g91/Rust-C-SDK | 698e5b573285d5793250099b59f5453c3c4599eb | d1cce1133191263cba5583c43a8d42d8d65c21b0 | refs/heads/master | 2020-03-27T05:49:01.747456 | 2017-08-23T09:07:35 | 2017-08-23T09:07:35 | 146,053,940 | 1 | 0 | null | 2018-08-25T01:13:44 | 2018-08-25T01:13:44 | null | UTF-8 | C++ | false | false | 1,272 | h | #pragma once
#include "..\UnityEngine\UnicodeString*.h"
#include "..\System\Action<BasePlayer>.h"
#include "..\System\Action.h"
#include "..\UnityEngine\Sprite.h"
namespace GameMenu
{
class Option : public ValueType // 0x0
{
public:
UnityEngine::UnicodeString* title; // 0x10 (size: 0x8, flags: 0x6, type: 0xe)
... | [
"info@cvm-solutions.co.uk"
] | info@cvm-solutions.co.uk |
af2329604d25e296fbc7d622d9d82902641d7872 | c07882b9400ef5d5d61b62afe2f5f07771b29f8a | /lab/lav/src/numeric_bit/fx/sc_fxcast_switch.cpp | 1ce33d9a7939a45b74d7c8b4d1db38f6ab8ce243 | [] | no_license | GIT-LP-PROJECTS/LAB-4 | 0f376c05f7e2d8aef51d840e849253a9978f4dfe | a7cd1a2b1c2f76733e355d4ef5aa34896cf6895d | refs/heads/master | 2022-08-16T19:13:22.198404 | 2020-05-24T15:00:32 | 2020-05-24T15:00:32 | 261,525,020 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,565 | cpp | /******************************************************************************
Copyright (c) 1996-2000 Synopsys, Inc. ALL RIGHTS RESERVED
The contents of this file are subject to the restrictions and limitations
set forth in the SystemC(TM) Open Community License Software Download and
Use License Version... | [
"lobairoman@gmail.com"
] | lobairoman@gmail.com |
f5cefe4cfcb5cdadfa53294e2dcf8c978a1d5a89 | 210f2f187f8869f848af1c29bff8bed1680b6896 | /Sniper.cpp | df384237f6558f7164202bad0fc5771ba8f03897 | [
"MIT"
] | permissive | IlanaShukhman/wargame-a | 1c4220f1554c1b80a891f058566bbc419e6b6a5a | e5317744a952398b73010b398677efbdd436bcc9 | refs/heads/master | 2022-08-31T09:26:21.021026 | 2020-05-27T11:37:12 | 2020-05-27T11:37:12 | 267,145,909 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 43 | cpp | #include "Sniper.hpp"
#include "Board.hpp"
| [
"noreply@github.com"
] | IlanaShukhman.noreply@github.com |
7e0302efeaa917ad1f55836c3eba58f8af604cc1 | fd1ebd6643638503b3de0d61886295e0000a50f2 | /wheel_control/src/wheel_control_node.cpp | 1834561ad611b6de31670b01b2591438b7d7e565 | [
"Apache-2.0"
] | permissive | zwartepoester/sheldon | 20683aabe70a9d49fa17c78c83f8bca17a0e0252 | 7001551b65cd5b595a0a93e58528198d3d1e5553 | refs/heads/master | 2020-03-27T06:31:10.055745 | 2018-08-25T16:52:55 | 2018-08-25T16:52:55 | 146,112,676 | 0 | 0 | Apache-2.0 | 2018-08-25T16:45:46 | 2018-08-25T16:45:46 | null | UTF-8 | C++ | false | false | 27,446 | cpp | #include <math.h>
#include "ros/ros.h"
#include "std_msgs/Float32.h"
#include "std_msgs/Empty.h"
#include "std_msgs/String.h"
#include "geometry_msgs/Twist.h"
#include "geometry_msgs/Point32.h"
#include "geometry_msgs/Vector3.h"
#include "sensor_msgs/BatteryState.h"
#include "tf/transform_broadcaster.h"
#include "nav_m... | [
"matt@tecnovelty.com"
] | matt@tecnovelty.com |
c9dd502102fff721295fdaf03b8bda890bc1a006 | 46d083be3df3a05290266e42748d8ab04045bc9e | /src/lib/base/ride.h | e764431ef6be3b662644ca966a397fb542863adc | [] | no_license | SfietKonstantin/pt2 | 094d7beedb1e817592a6b09eea93f370b45df7f2 | f16a31af11ff68d9ca4670d722c902ce86906a90 | refs/heads/master | 2016-09-05T12:07:26.423564 | 2013-10-26T14:15:02 | 2013-10-26T14:50:07 | 13,835,484 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,430 | h | /*
* Copyright (C) 2013 Lucien XU <sfietkonstantin@free.fr>
*
* You may use this file under the terms of the BSD license as follows:
*
* "Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
* * Redistributions of so... | [
"sfietkonstantin@free.fr"
] | sfietkonstantin@free.fr |
daab9a7c4aec97b15e54373e5d05cd15d7b401c3 | bdc4559ada292ef5576cdb4ccd031359833491a9 | /src/exception.h | 836595e04487343c052354085de99355abf62297 | [] | no_license | danboberton/CS356PA1 | 2c5b41ba701066ed55a53583f2c247467379ab98 | 26725386a4bdbd49064b34b4618a6762360185fe | refs/heads/main | 2023-08-30T17:37:48.153613 | 2021-09-17T23:28:41 | 2021-09-17T23:28:41 | 404,096,744 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 391 | h | // exception.h
#pragma once
#include <string>
#include <exception>
class CipherException:public std::exception{
public:
CipherException(std::string value, std::string error);
CipherException(int valueInt, std::string error);
void printExecption(std::string context);
private:
... | [
"danbobbutcher@gmail.com"
] | danbobbutcher@gmail.com |
418fb51e25235847f281dfa8c3780c14d9bc49ad | 104891081cfa423c50dc0d57f92d3fa39f70dedf | /Graph/BridgeSearching.cpp | c2835dc08b091f593919f22efff6e8f32a8a9421 | [] | no_license | akash-ranjan8/Algorithms-Data-Structures | 0385bfdabd2e49d13c3532bac00b48baa6047a23 | 714a9a4b1c8e5039ef0f83dcfe06a49e24a826b0 | refs/heads/master | 2020-08-10T05:46:16.460436 | 2019-10-01T10:23:18 | 2019-10-01T10:23:18 | 214,272,826 | 1 | 0 | null | 2019-10-10T19:51:48 | 2019-10-10T19:51:48 | null | UTF-8 | C++ | false | false | 1,839 | cpp | #include <bits/stdc++.h>
using namespace std;
#define rep(i, a, b) for(int i = a; i < (b); ++i)
#define trav(a, x) for(auto& a : x)
#define all(x) begin(x), end(x)
#define sz(x) (int)(x).size()
typedef long long ll;
typedef pair<int, int> pii;
typedef vector<int> vi;
#define NIL -1
vector<vector<pair<ll,ll> > >graph(... | [
"prashantraghu999@gmail.com"
] | prashantraghu999@gmail.com |
d30b3ddbeab635638e3e8a4671898603aeda3a3d | 26524fec2231290c65a0bf126943101bb8b8300c | /2DLv1_5_0/GameProgramming/CBackGround.cpp | 3cf58a4586ff1ca093a9d23d207d6f2215873947 | [] | no_license | programminggp/2DLV1 | d424a946fe9f92c15c20a76f5986f19a3bf628f5 | fbe8394189431897312e74caf32e500ea2c8cd13 | refs/heads/master | 2023-09-01T13:38:35.309123 | 2023-09-01T11:45:01 | 2023-09-01T11:45:01 | 176,943,495 | 2 | 1 | null | 2022-05-26T09:56:53 | 2019-03-21T12:49:43 | C | UTF-8 | C++ | false | false | 424 | cpp | #include "CBackGround.h"
#include "CSceneGame.h"
#include "CRectangle.h"
CBackGround::CBackGround() {
mpTexture = &TexBomberman;
mTag = EBACKGROUND;
CSceneGame::mCharacters.push_back(this);
}
CBackGround::CBackGround(float x, float y, float w, float h)
: CBackGround()
{
Set(x, y, w, h);
}
void... | [
"snb.takahashi@gmail.com"
] | snb.takahashi@gmail.com |
4e7ac74aaf1425d6454fb11ec4b87e8a9f0e23c6 | e07732e5f37e4ea947692cd5aef54370e6706c1b | /media/filters/decoder_stream.cc | 68e30b432c63a6e7503c2f688c2f8d1d32f84d7b | [
"BSD-3-Clause",
"MIT"
] | permissive | davehorner/Prelude | 5270a7da950fd0cb9d681b2debc4143321160c49 | bd005acdcffcb54564597246a6ee613b21fa592f | refs/heads/master | 2022-01-06T20:42:51.030436 | 2019-03-10T22:57:37 | 2019-03-10T22:57:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 33,844 | 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.
#include "media/filters/decoder_stream.h"
#include <utility>
#include "base/bind.h"
#include "base/callback_helpers.h"
#include "base/location.h"
#inclu... | [
"xzwang2005@gmail.com"
] | xzwang2005@gmail.com |
b5114b263a7f777478c4a6f3579ceaeb4986c908 | 6fef29d94b93bccd0048c5350ec6b33dd14fd64b | /homework_4/problem2.cpp | f6ee07e0a183b4af0d101611bb962bf0e8bd11ca | [] | no_license | corstar52099/CS477 | b6698600056c61fc6d9dc64527c5aeaa35894bde | 7ec431e3c85af3db8679a83cad84db8a594bdddd | refs/heads/master | 2023-08-29T23:34:47.244072 | 2021-11-03T22:42:15 | 2021-11-03T22:42:15 | 407,716,925 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,853 | cpp | #include <iostream>
#include <utility>
//prototypes
void precede(int[], int);
std::pair<int,int> getNegatives(int[], int);
//main function
int main(){
int arr[12] = {4, 3, -2, 0, 2, 9, -1, 10, 0, 5, 23, -4};
//output the array first before sorting
std::cout << "Array before sorting: " << "[";
int i = ... | [
"coryd.starks@gmail.com"
] | coryd.starks@gmail.com |
617448bcf81cfcd4c5b712a21ab6f722b9fc95ec | 13336e2719a3ff906a061ffe46594612de068ad6 | /datastructure/Queue.cpp | 08899ecaddbf808b4fd97afb8b3e64f0bcfadd00 | [] | no_license | jackiechen0708/Algorithm | 33541212b5438f314de870a53987a8bc12e1bf30 | f3c5f956b28e9a86e65e4a720429ae6e54aa6f83 | refs/heads/master | 2021-01-11T00:03:06.462237 | 2016-10-21T04:45:53 | 2016-10-21T04:45:53 | 70,766,615 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 581 | cpp | //
// Created by JackieChen on 16/10/12.
//
#include "Queue.h"
Queue::Queue(int size) {
this->size=size;
a=new int[size];
head=tail=0;
}
Queue::~Queue() {
delete []a;
}
void Queue::enQueue(int num) {
if(isFull())
throw __EXCEPTIONS;
a[tail]=num;
tail=(tail+1)%size;
}
int Queue::deQ... | [
"12307130250@fudan.edu.cn"
] | 12307130250@fudan.edu.cn |
22a7503e6e2e3cefdf21d4b9345832ee5d4ca10b | fed9f14edb87cd975ac946e01e063df492a9929a | /src/sound2018/soundhound2018c.cpp | 521e5c54db6c93f048ed93aab3f1a032e708e796 | [] | no_license | n-inja/kyoupro | ba91dd582488b2a8c7222242801cf3115ed7fd10 | 44c5a888984764b98e105780ca57d522a47d832d | refs/heads/master | 2021-01-01T06:52:59.655419 | 2020-10-17T13:28:35 | 2020-10-17T13:28:35 | 97,537,227 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 467 | cpp | #include <algorithm>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <map>
#include <math.h>
#include <set>
#include <stdio.h>
#include <string>
#include <utility>
#include <vector>
using namespace std;
int main() {
long long n, m, d;
cin >> n >> m >> d;
double ans = 0;
if (d == 0) {
an... | [
"mccreepertakumi@gmail.com"
] | mccreepertakumi@gmail.com |
8e3898ad81b7365f8f656660cf65bf928169202c | f744f8897adce6654cdfe6466eaf4d0fad4ba661 | /src/matrixlib/quaternion.h | 2a44cfca73ae9993579ef71d88c67dadc282a4ef | [] | no_license | pizibing/bones-animation | 37919ab3750683a5da0cc849f80d1e0f5b37c89c | 92ce438e28e3020c0e8987299c11c4b74ff98ed5 | refs/heads/master | 2016-08-03T05:34:19.294712 | 2009-09-16T14:59:32 | 2009-09-16T14:59:32 | 33,969,248 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,055 | h | #ifndef CHAR_QUATERNION_H
#define CHAR_QUATERNION_H
#include <math.h>
class Matrix;
class Vector3D;
class Quaternion{
// member variables
public:
// the i component
float x;
// the j component
float y;
// the k component
float z;
// the scalar component
float w;
// constructors/destructor
public:
/... | [
"xljacwy@yahoo.com.cn"
] | xljacwy@yahoo.com.cn |
8189bff073bd7ac1ee00eb7ef4568fb7b0e22997 | bec576edd56ff483ff365072ce1811c7869f5d89 | /ReactCommon/react/renderer/mounting/ShadowTree.h | 248ce4daa10f19a7dff8f86f055de308fd69b5fa | [
"CC-BY-SA-4.0",
"CC-BY-4.0",
"CC-BY-NC-SA-4.0",
"MIT"
] | permissive | RocketChat/react-native | 3cdf5e4f7e864cfea09dc03613d40d6970e67016 | 43f831b23caf22e59af5c6d3fdd62fed3d20d4ec | refs/heads/main | 2023-08-30T12:07:01.015956 | 2022-06-07T14:42:49 | 2022-06-07T14:42:49 | 310,372,603 | 1 | 3 | MIT | 2023-09-14T18:20:36 | 2020-11-05T17:33:10 | JavaScript | UTF-8 | C++ | false | false | 4,183 | h | /*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#pragma once
#include <butter/mutex.h>
#include <memory>
#include <react/renderer/components/root/RootComponentDescriptor.h>
#i... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
2ca2425d57ddfb3dbdc471a2418455200765173a | b7b3a951de14bf35545a7b0ab8d6c9d103eb4c76 | /rwxConverter/rwxConverter.cpp | 32e7e55381d7253792a3d22e5f9b90673a7e3e82 | [] | no_license | altucor/rwxConverter | d8edfa0189d474de1bd85a4e2685af0fcf807f67 | ae2d7bcfda85c3ab3e4d00f19523a81741c1edaa | refs/heads/master | 2020-03-09T03:45:56.922836 | 2018-04-08T10:15:12 | 2018-04-08T10:15:12 | 128,572,015 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 412 | cpp | // rwxConverter.cpp : Defines the entry point for the console application.
//
#include "rwxLibClass.h"
#include <iostream>
#include <string>
int main(int argc, char *argv[])
{
rwxLibClass rwx;
if (argc == 1 || std::string(argv[1]) == std::string("-h")) {
std::cout << rwx.help() << std::endl;
return 0;
}
st... | [
"serega96916@gmail.com"
] | serega96916@gmail.com |
391af8b3cf965eee5366d39ee98b4b94423cf13c | e9ed4ca55649c89189b86e2cca5ac7400b71c9b2 | /IoL4/src/pistachio-0.2/kernel/src/glue/v4-alpha/space-stub.cc | f7856021ec9db3ec03f61289c07288c73b7bf20e | [
"LicenseRef-scancode-bsd-x11"
] | permissive | michaelengel/IoL4 | c2c0a66da1895b99fcde7a232671b63abaa3ff8d | 803578a2cb7a1191fe578611337f4b1f108fbd25 | refs/heads/master | 2021-08-06T01:10:52.537106 | 2020-07-12T10:20:43 | 2020-07-12T10:20:43 | 198,641,032 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,011 | cc | /*********************************************************************
*
* Copyright (C) 2002-2003, University of New South Wales
*
* File path: glue/v4-alpha/space-stub.cc
* Description:
*
* Redistribution and use in source and binary forms, with or witho... | [
"you@example.com"
] | you@example.com |
e9386681c75c4990d256ae6ab9f1c365c36a13b9 | 18a0c524017dcced8c4766a46df6fb8a9adce83e | /Algorithm/ATCode/HookPoint.h | 26ea9cab7426c4e59035d7b5d409991c8060012f | [] | no_license | YukihoAA/araltrans02 | 766c483bde8ecec83d86f4ff0b4b34b87c5d9280 | 848f0379c1648ec0ad7624b8517764af5b80d67f | refs/heads/master | 2021-05-03T12:55:10.410343 | 2018-02-07T09:15:59 | 2018-02-07T09:15:59 | 120,503,674 | 0 | 0 | null | 2018-02-06T18:22:49 | 2018-02-06T18:22:49 | null | UTF-8 | C++ | false | false | 1,847 | h | #pragma once
#include <vector>
#include <list>
#include "TransScriptParser.h"
using namespace std;
class COptionNode;
class CTransCommand;
//////////////////////////////////////////////////////////////////////////
class CHookPoint
{
private:
static int m_nKernelVer;
HMODULE m_hModule;
UINT_PTR ... | [
"mail.whoami@gmail.com"
] | mail.whoami@gmail.com |
65c4c7f04ea46fe6ded28366e5d03a25334bf457 | 777a75e6ed0934c193aece9de4421f8d8db01aac | /src/Providers/UNIXProviders/SystemAdministratorGroup/UNIX_SystemAdministratorGroup_VMS.hxx | 3ddfaa26123c7edf53e344289806265b698e6125 | [
"MIT"
] | permissive | brunolauze/openpegasus-providers-old | 20fc13958016e35dc4d87f93d1999db0eae9010a | b00f1aad575bae144b8538bf57ba5fd5582a4ec7 | refs/heads/master | 2021-01-01T20:05:44.559362 | 2014-04-30T17:50:06 | 2014-04-30T17:50:06 | 19,132,738 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 142 | hxx | #ifdef PEGASUS_OS_VMS
#ifndef __UNIX_SYSTEMADMINISTRATORGROUP_PRIVATE_H
#define __UNIX_SYSTEMADMINISTRATORGROUP_PRIVATE_H
#endif
#endif
| [
"brunolauze@msn.com"
] | brunolauze@msn.com |
c090ae79f843a093b57cc97c83f100dffa2c1032 | 028173f576b5f2364b800bbfca3dc6be8a238bc3 | /3rd/spdlog/details/thread_pool-inl.h | e4b3e1c49f394747e839f4981510342d274d6b7c | [
"ICU",
"BSL-1.0"
] | permissive | zhllxt/asio2 | ca6f98b0c599ebb3eeb13cd79ddb9db6e8ca3666 | ac8c79964d79020091e38fcbb4ae9dccccb3b03c | refs/heads/main | 2023-09-02T18:56:45.036564 | 2023-05-09T04:57:23 | 2023-05-09T04:57:23 | 108,554,985 | 636 | 166 | BSL-1.0 | 2023-04-10T09:27:16 | 2017-10-27T14:17:35 | C++ | UTF-8 | C++ | false | false | 3,535 | h | // Copyright(c) 2015-present, Gabi Melman & spdlog contributors.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
#pragma once
#ifndef SPDLOG_HEADER_ONLY
# include <spdlog/details/thread_pool.h>
#endif
#include <spdlog/common.h>
#include <cassert>
namespace spdlog {
namespace details {
... | [
"37792738@qq.com"
] | 37792738@qq.com |
9a7306e7a9f6256e957f986202bbad4c7357ebef | 37e8f369c45b74ad98eff6ae682d66830afd3fc6 | /main.cpp | 21570ab94ed6b19d9edc5153f6c1ad787e9ffd3e | [] | no_license | jbeneliezer/ESE_224_Final_Project | ba0c5763452fbd754c71691a58d5a13e79963f95 | cdd55d79a702a9ec0e32291ccd791345b50a44b9 | refs/heads/master | 2020-11-29T19:51:58.178290 | 2019-12-26T06:07:05 | 2019-12-26T06:07:05 | 230,203,160 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,662 | cpp | #include <iostream>
#include "game.h"
#include "admin.h"
using namespace std;
int main() {
int command;
User user;
vector<User> v = scanUsers("UserAccountHistory.txt");
while(1) {
// takes user to sign in page
signin();
// makes user choose action, repeats until valid command
command... | [
"judahbeneliezer@gmail.com"
] | judahbeneliezer@gmail.com |
e08c41a5555b46cc7ce8f38b51dd544d7928e817 | 29be7c52e05d32a4b02e6c0a1a6424abb2f60d57 | /fuse-qreader/Example/build/Android/Preview/app/src/main/include/Fuse.Gestures.Clicker-96c9e291.h | ec5aae90ade1e71d3716c0b956d858a56365bb45 | [
"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 | 404 | h | // This file was generated based on C:/Users/채재윤융합IT학부/AppData/Local/Fusetools/Packages/Fuse.Gestures/1.9.0/Internal/Clicker.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Int.h>
namespace g{
namespace Fuse{
namespace Gestures{
// public enum ClickerPointerIndex :11... | [
"moter74@naver.com"
] | moter74@naver.com |
bb04053d57c82d9af75bfcf0ec1a7817d672dfd6 | 269278652f817fc625669a86922e18f330aa9ca2 | /Divers/DP-Fibonacci/C++/main.cpp | f6b02046d4a18f40322b5f5ecea6af093806373b | [] | no_license | TrieuBui1006/Coding-Exercises | cbfe9da33a7b0f3099476fc2ae0864d3d24be363 | 6e96e807547ed778fb7d0b408eeb081b80d22d30 | refs/heads/master | 2023-01-29T08:23:50.243726 | 2020-12-12T00:33:54 | 2020-12-12T00:33:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 653 | cpp | #include <time.h>
#include <algorithm>
#include <iostream>
#include <sstream>
#include <string>
using namespace std;
uint fibinacci(uint n)
{
uint arr[n+1];
arr[0] = 0;
arr[1] = 1;
for (uint i = 2; i < n+1; ++i) {
arr[i] = arr[i-1] + arr[i-2];
}
return arr[n];
}
int main(int argc, c... | [
"laminhduc0704@gmail.com"
] | laminhduc0704@gmail.com |
feaeb469c1f28e9f177620dcf64585e3d0911ddc | 13f78c34e80a52442d72e0aa609666163233e7e0 | /Other/VTHS/2018/pharmacy.cpp | ccc2eb33791474c0823ab8647bc4817f5828c76e | [] | no_license | Giantpizzahead/comp-programming | 0d16babe49064aee525d78a70641ca154927af20 | 232a19fdd06ecef7be845c92db38772240a33e41 | refs/heads/master | 2023-08-17T20:23:28.693280 | 2023-08-11T22:18:26 | 2023-08-11T22:18:26 | 252,904,746 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,015 | cpp | #include <bits/stdc++.h>
using namespace std;
using ll = long long;
const int MAXN = 100005;
const ll INF = 1e18;
int N, T, numO, numR;
struct Point {
int d, k;
bool inStore;
};
Point P[MAXN];
ll finishTime[10];
queue<Point> remote;
void solve() {
cin >> N >> T;
for (int i = 0; i < N; i++) {
... | [
"43867185+Giantpizzahead@users.noreply.github.com"
] | 43867185+Giantpizzahead@users.noreply.github.com |
fdb22aeca6f0d74548a3fe03f3bc6741e662f898 | 9da899bf6541c6a0514219377fea97df9907f0ae | /Runtime/CoreUObject/Private/UObject/LinkerSave.cpp | e51a42f2f6d3d69747b212472a331707d1786633 | [] | no_license | peichangliang123/UE4 | 1aa4df3418c077dd8f82439ecc808cd2e6de4551 | 20e38f42edc251ee96905ed8e96e1be667bc14a5 | refs/heads/master | 2023-08-17T11:31:53.304431 | 2021-09-15T00:31:03 | 2021-09-15T00:31:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,978 | cpp | // Copyright Epic Games, Inc. All Rights Reserved.
#include "UObject/LinkerSave.h"
#include "HAL/FileManager.h"
#include "Misc/ConfigCacheIni.h"
#include "Serialization/LargeMemoryWriter.h"
#include "UObject/Package.h"
#include "UObject/Class.h"
#include "Templates/Casts.h"
#include "UObject/LazyObjectPtr.h"
#include ... | [
"ouczbs@qq.com"
] | ouczbs@qq.com |
e110bde6fd88431ddb277de1edc5f37b12eb4aa4 | 0ecf2d067e8fe6cdec12b79bfd68fe79ec222ffd | /chrome/browser/signin/chrome_signin_client_unittest.cc | 49046ceb6201eaa67100b41233269891d894d2da | [
"BSD-3-Clause"
] | permissive | yachtcaptain23/browser-android-tabs | e5144cee9141890590d6d6faeb1bdc5d58a6cbf1 | a016aade8f8333c822d00d62738a922671a52b85 | refs/heads/master | 2021-04-28T17:07:06.955483 | 2018-09-26T06:22:11 | 2018-09-26T06:22:11 | 122,005,560 | 0 | 0 | NOASSERTION | 2019-05-17T19:37:59 | 2018-02-19T01:00:10 | null | UTF-8 | C++ | false | false | 10,021 | cc | // 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.
#include "chrome/browser/signin/chrome_signin_client.h"
#include <memory>
#include <utility>
#include "base/bind.h"
#include "base/logging.h"
#include "... | [
"artem@brave.com"
] | artem@brave.com |
f7f0a00fe928374210db9008aebaedbd64dedc3c | ac2879ceeaf04668fa93d4f4462d97adbc47704b | /thrift/compiler/test/fixtures/visitation/gen-cpp2/module_metadata.cpp | 15a9f4c490a09c525e89fc51ac760820e415eb45 | [
"Apache-2.0"
] | permissive | xaionaro/fbthrift | ced981ac2008fe398bc1b3829c563ec9f0589290 | a00f9120687877e554469b5508f4ed35a2bcd7b2 | refs/heads/master | 2022-12-13T03:50:40.100054 | 2020-09-01T06:23:40 | 2020-09-01T06:26:34 | 291,997,703 | 0 | 0 | null | 2020-09-01T12:55:06 | 2020-09-01T12:55:05 | null | UTF-8 | C++ | false | false | 82,794 | cpp | /**
* Autogenerated by Thrift
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
#include <thrift/lib/cpp2/gen/module_metadata_cpp.h>
#include "thrift/compiler/test/fixtures/visitation/gen-cpp2/module_metadata.h"
namespace apache {
namespace thrift {
namespace detail {
namespace... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
01aef134c474fbbe2e3550365c5fb684d6c56be2 | bf800d33ed6f3863faece4331022ed9a33995282 | /알고리즘/sampleData15/origianl.cpp | 2ee7174b786399d8dfe0ae9af139cd35edbb7b69 | [] | no_license | dong9409/DongGyu1 | cd03bd225f57648b97b4ddeab4d88739f6740149 | 7a0707e5585668c011bf0461c84ff13c2d759f75 | refs/heads/master | 2023-03-13T12:11:57.646155 | 2021-03-23T05:00:58 | 2021-03-23T05:00:58 | 259,036,479 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,334 | cpp | #include <bits/stdc++.h>
using namespace std;
ifstream ifs("1.inp");
int n, m;
bool ap[100];
vector< vector<int> > vv;
#define NIL -1
#define MAX 20000
class edge{
public:
int u;
int v;
};
class graph{
public:
int V;
vector <int>* matrix;
vector <edge> Edges;
public:
graph(int N)
{
this->V = N;
matrix = ... | [
"dong9409@naver.com"
] | dong9409@naver.com |
7dd2ab4d27006a9527bba1ebbae37c1b68fbc650 | f080c2688f5f358a508ec153cddf974e679e202f | /RPGLibTester - UI/turntracker_tests.cpp | f746b4dd3a8aa7312bc874b5e2db88dac67eb7e6 | [] | no_license | mercera234/cpp-game | 51851b30c14ced2a3ccb30230ebcfdc584258552 | d923f84b10775ae01585420dbf6cdde7c24472f4 | refs/heads/master | 2020-04-03T21:45:09.492016 | 2019-04-03T16:10:58 | 2019-04-03T16:10:58 | 155,578,409 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,345 | cpp | #include <list>
#include "turntracker_tests.h"
#include "Actor.h"
#include "actor_helper.h"
#include "TurnTracker.h"
void turnTrackerTest()
{
/*std::list<Actor*> players;
players.push_back(loadActor("hero.actr", ActorType::HUMAN));
std::list<Actor*> enemies;
enemies.push_back(loadActor("toadie.actr", ActorType::... | [
"mercera234@gmail.com"
] | mercera234@gmail.com |
b7afea709627243257104c65914fcb238837b633 | 21ede326b6cfcf5347ca6772d392d3acca80cfa0 | /net/third_party/quic/http/decoder/quic_http_frame_decoder.h | 84d512b10579499c1c0dfa1b0bc71f9377ac76d1 | [
"BSD-3-Clause"
] | permissive | csagan5/kiwi | 6eaab0ab4db60468358291956506ad6f889401f8 | eb2015c28925be91b4a3130b3c2bee2f5edc91de | refs/heads/master | 2020-04-04T17:06:54.003121 | 2018-10-24T08:20:01 | 2018-10-24T08:20:01 | 156,107,399 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,830 | h | // Copyright 2017 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 NET_THIRD_PARTY_QUIC_HTTP_DECODER_QUIC_HTTP_FRAME_DECODER_H_
#define NET_THIRD_PARTY_QUIC_HTTP_DECODER_QUIC_HTTP_FRAME_DECODER_H_
// QuicHttpFram... | [
"team@geometry.ee"
] | team@geometry.ee |
ef1d7e5a6b6b7b8c8adff0f3b033eb96274618a8 | 09309553a7bd24ceaeb342c0044052e41e27803f | /Sources/Engine/Core/Rendering/Sources/Public/UI/SubWindows/Console.h | f0c0d4fcbbb84bfa27915ede65ae953efd04ecd7 | [
"Apache-2.0"
] | permissive | PierreEVEN/VkEngine | 5366fc0b99372c4c7ffbb23401168340925dd45e | 34a22cc4694dba0ba50094c1a56e71856f427722 | refs/heads/master | 2023-06-07T07:35:22.075512 | 2021-07-05T13:18:42 | 2021-07-05T13:18:42 | 275,799,273 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 487 | h | #pragma once
#include "SubWindow.h"
namespace Rendering {
class Console : public SubWindow
{
public:
Console();
protected:
virtual void DrawContent(const size_t& imageIndex);
private:
struct ConsoleMessage {
String text;
ConsoleColor textColor;
};
char ConsoleInputBuffer[256];
bool bS... | [
"evenpierre@orange.fr"
] | evenpierre@orange.fr |
6209ea73a30d2861703d7c434ef52bd62025ecc3 | 223a411ff16babb46f05a607e0138a34f31fa6ab | /src/enigma.cpp | 3f87b746edac3e6990cf14a31be7a55383e3dc32 | [
"MIT"
] | permissive | JasonShiao/Enigma | b3eead60feea0b18ac2f139388aebb964e34c1e9 | 1cad62317685b813502a696532fea8e8d83f6d0a | refs/heads/main | 2023-08-31T05:06:42.856270 | 2023-08-26T09:33:02 | 2023-08-26T09:33:02 | 219,314,674 | 0 | 0 | null | 2023-08-26T09:33:04 | 2019-11-03T14:38:08 | Makefile | UTF-8 | C++ | false | false | 2,878 | cpp | #include <iostream>
//#include <array>
#include <ctype.h>
#include <cassert>
#include <list>
#include "enigma.h"
#define debug_switch 0
#if debug_switch
#define DEBUG(x) do { std::cerr << x; } while (0)
#else
#define DEBUG(x)
#endif
Enigma::Enigma()
{
}
bool Enigma::addRotor(std::string rotor_name, char init... | [
"b01901105@ntu.edu.tw"
] | b01901105@ntu.edu.tw |
3b16367d54691410d4e40f6cacccc176b6da9116 | 7f5bec7f8a90706037c4bfc6b179fe3f9745cd97 | /shell/common/shell_io_manager.cc | c9942fef9fb89ab451847c021f41bdef3da24ae9 | [
"BSD-3-Clause"
] | permissive | Zauther/engine | c5bdd78c2af2a3f59efa6dea57ae53cd8aa3a37f | 65a3dfe67df3597e069f7a4ea2dd2efca46cf26a | refs/heads/master | 2022-04-13T02:03:57.372845 | 2022-04-10T07:14:03 | 2022-04-10T07:14:03 | 193,705,140 | 0 | 0 | BSD-3-Clause | 2019-12-28T10:43:52 | 2019-06-25T12:39:12 | C++ | UTF-8 | C++ | false | false | 4,276 | cc | // Copyright 2013 The Flutter 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 "flutter/shell/common/shell_io_manager.h"
#include "flutter/fml/message_loop.h"
#include "flutter/shell/common/context_options.h"
#include "third... | [
"noreply@github.com"
] | Zauther.noreply@github.com |
4974480bc9bfab0695f912325a7a552b44c63458 | 324eccf620f5d4fc4f42d0bafd32ef4fbcbd262d | /try.cpp | eb5de63f2bda7ab77b6e344f2e9473f12a42e2ef | [] | no_license | keky/extractTheLongestStem | 1b3f9bd34142693cc58343048daed049f50c4c11 | 056c38677a5f8e24a271ed222a2a1d1ff933a465 | refs/heads/master | 2021-01-10T19:27:53.242393 | 2011-03-24T13:38:29 | 2011-03-24T13:38:29 | 1,438,536 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 547 | cpp | #include<map>
#include<vector>
#include<iterator>
#include<string>
#include<fstream>
#include<iostream>
#include<algorithm>
#include "string_op.h"
using namespace std;
int main()
{
// vector<int> h;
// for( int i = 0; i < 10; i++ )
// h.push_back( i );
// vector<int>::iterator pos = h.begin();
// h.erase( pos + 1, po... | [
"hitkeky@gmail.com"
] | hitkeky@gmail.com |
c168fac1ca51065e5884006aba78862f4fbc2142 | 9fca7880c9995fec42f1cc70d8921182e135dfbc | /Shiptile.h | cf6cd2af523441730fa5e5aa714bbf1e08e385c7 | [] | no_license | d3bird/Ship-Arena | f1b9c324b30d51ce3cc3c982decd233d1bca5e0e | 074031a479c6b8ffee522eebd7bf3de576ea7b45 | refs/heads/master | 2020-06-18T01:01:44.308649 | 2019-10-22T02:59:06 | 2019-10-22T02:59:06 | 196,116,658 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 942 | h | #pragma once
#include <string>
class shiptile {
public:
std::string getobj() { return obj; }
void setObj(std::string i) { obj = i; }
bool operator =(std::string other) { setObj(other); return true; }
bool operator ==(std::string o) { return getobj() == o ? true : false; }
void setVars(bool b[4], int i[2], doub... | [
"dogbird9@gmail.com"
] | dogbird9@gmail.com |
de29112698e99077eed3f4daf7bf3138b0bc1e5d | 95a43c10c75b16595c30bdf6db4a1c2af2e4765d | /codecrawler/_code/hdu2039/16209705.cpp | 3ce4c3904ab7d0b98c80fd7e88dd29439b2a4547 | [] | no_license | kunhuicho/crawl-tools | 945e8c40261dfa51fb13088163f0a7bece85fc9d | 8eb8c4192d39919c64b84e0a817c65da0effad2d | refs/heads/master | 2021-01-21T01:05:54.638395 | 2016-08-28T17:01:37 | 2016-08-28T17:01:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 389 | cpp | #include <stdio.h>
#include <iostream>
using namespace std;
int main()
{
int n, i;
double a[3];
cin >> n;
for (i = 0; i < n; i ++)
{
cin >> a[0] >> a[1] >> a[2];
if ((a[0] + a[1]) > a[2] && (a[0] + a[2] > a[1]) && (a[1] + a[2]) > a[0])
cout << "YES" << endl;
el... | [
"zhouhai02@meituan.com"
] | zhouhai02@meituan.com |
b9a843a4f46a96e695daa2769edc111be6d8ba3a | e9fc07750d83f8ba5053c6db9592d797cf7e623d | /CosExampleDriver/CosExampleDriver/Include.hpp | 4d6676912e551befa0e3398c6306f6daababa590 | [] | no_license | pokevas/CosMapper | cb0b0249c7dd1304b3a16e0279f0f239a88c49f9 | 06bd9b806dc92cc2ac94eb3d9efd51b5d32bd46a | refs/heads/main | 2023-07-06T19:48:36.316335 | 2021-08-08T13:52:54 | 2021-08-08T13:52:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 191 | hpp | #pragma once
#include <ntifs.h>
#include <windef.h>
#include <cstdint>
#include <cstddef>
#define DebugPrint(fmt, ...) DbgPrintEx(0, 0, "[ExampleMappedDriver] " fmt, ##__VA_ARGS__) | [
"noreply@github.com"
] | pokevas.noreply@github.com |
2e2c4a7537cfaf8ae11c2bdf5bedf313ed1785b8 | 5f92b6ec779f73b18e5124b14cce8422867b9bd0 | /Codeforces/CF_1102/A.cpp | 96adda78f8cc551b535d4e63d5dcf7738ae83dc1 | [
"MIT"
] | permissive | codemute/cp-sol | 236fec7a779d429747d775eda41a46d8bcaac4d0 | e6ea2533adf9f590f5e9d6a6b50031db9d3dca4a | refs/heads/master | 2021-07-10T01:50:16.534358 | 2019-10-10T16:43:49 | 2019-12-30T19:33:40 | 196,421,089 | 1 | 0 | MIT | 2019-12-30T19:33:41 | 2019-07-11T15:31:10 | C++ | UTF-8 | C++ | false | false | 171 | cpp | #include <bits/stdc++.h>
using namespace std;
int main() {
int n; cin >> n;
if((n * (n + 1) / 2) % 2 == 0) cout << 0 << endl;
else cout << 1 << endl;
return 0;
}
| [
"abhinavkaushlya@gmail.com"
] | abhinavkaushlya@gmail.com |
54262bf8e8e0e000509d24c48f5b017fb0e56738 | d656e88190c698554ac91c54b3597999f78172ea | /disp.cpp | d9344dab16c076508fdd46aca79db5497bcb35b0 | [] | no_license | wangal/Perlin-Noise | 8b2c3e89dd039e76282bc3373759415d2c444ffa | 77b84b178c3f510613e1a62c04159197ae59b31a | refs/heads/master | 2021-01-10T01:35:22.997998 | 2015-11-24T23:49:05 | 2015-11-24T23:49:05 | 46,452,911 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,568 | cpp | /* CS580 HW1 display functions to be completed */
#include "stdafx.h"
#include "Gz.h"
#include "disp.h"
int GzNewFrameBuffer(char** framebuffer, int width, int height)
{
/* HW1.1 create a framebuffer for MS Windows display:
-- allocate memory for framebuffer : 3 bytes(b, g, r) x width x height
-- pass back... | [
"wangal@usc.edu"
] | wangal@usc.edu |
3a13e2e04f4e0d810cb8b0ad3836771376379f0a | ae484eeb2fec99134ded9b2226c9d1f2d8e16249 | /Assignment_5/Assignment_5/src/attributes.h | cb48c20f10e20983d63e58eb7a1943591a2bd233 | [] | no_license | heliumyc/computer-graphics-labs | 1a9bec1d37284f2637b3a926f06a7c0031efd301 | ba16a821f7c80778f2b3db861fe00e3d46cd454b | refs/heads/main | 2023-02-04T15:00:56.466336 | 2020-12-22T18:11:55 | 2020-12-22T18:11:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,202 | h | #pragma once
#include <Eigen/Core>
#include <vector>
#include <iostream>
#include <set>
#include "data_types.h"
class VertexAttributes {
public:
explicit VertexAttributes(float x = 0, float y = 0, float z = 0, float w = 1) {
position << x, y, z, w;
position_in_eye << 0,0,0;
normal << 0,0,... | [
"ericyc4@gmail.com"
] | ericyc4@gmail.com |
a2c836da64e67a3b129c1f061f675316138ee4d1 | 3e70eda6819fec5bf5ba2299573b333a3a610131 | /mole/dbsvr/ser/src/Cuser_lamu_classroom_score.h | 4dfe354ddde584a29c4cfff85b2de2e697b81426 | [] | no_license | dawnbreaks/taomee | cdd4f9cecaf659d134d207ae8c9dd2247bef97a1 | f21b3633680456b09a40036d919bf9f58c9cd6d7 | refs/heads/master | 2021-01-17T10:45:31.240038 | 2013-03-14T08:10:27 | 2013-03-14T08:10:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,054 | h | /*
* =====================================================================================
*
* Filename: Cuser_lamu_classroom_score.h
*
* Description:
*
* Version: 1.0
* Created: 09/17/2010 12:11:13 AM
* Revision: none
* Compiler: gcc
*
* Author: jim (xcwen... | [
"smyang.ustc@gmail.com"
] | smyang.ustc@gmail.com |
17cb60a1f085458d0b1417f4d3eb1d46914d7750 | 6ced41da926682548df646099662e79d7a6022c5 | /aws-cpp-sdk-kendra/include/aws/kendra/model/DeleteExperienceRequest.h | f817f167299bb96b163e63e04e2940b9904b9374 | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | irods/aws-sdk-cpp | 139104843de529f615defa4f6b8e20bc95a6be05 | 2c7fb1a048c96713a28b730e1f48096bd231e932 | refs/heads/main | 2023-07-25T12:12:04.363757 | 2022-08-26T15:33:31 | 2022-08-26T15:33:31 | 141,315,346 | 0 | 1 | Apache-2.0 | 2022-08-26T17:45:09 | 2018-07-17T16:24:06 | C++ | UTF-8 | C++ | false | false | 4,262 | h | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/kendra/Kendra_EXPORTS.h>
#include <aws/kendra/KendraRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
namespace kendra
{
namesp... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
92066bb5785137e0d75c3f43e75735c230bbbd21 | 646182cc74ac8b8bdc9750c5b0afbc86ff7f7601 | /source/net/tcpSession.h | 1545a4f8cab28771f41d9cb479e3f06a146049c4 | [
"LicenseRef-scancode-mulanpsl-2.0-en",
"MulanPSL-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | qqsskk/tinyToolkit | 04d42cfbedd1f8b8f4343de1c016ce6a5ecdb547 | 6387b8865d85cfbccac6b2acd758e497bd111a85 | refs/heads/master | 2022-12-20T12:05:40.856443 | 2020-10-21T03:18:13 | 2020-10-21T03:18:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,066 | h | #ifndef __NET__TCP_SESSION__H__
#define __NET__TCP_SESSION__H__
/**
*
* 作者: hm
*
* 说明: tcp会话
*
*/
#include "buffer.h"
#include "socket.h"
#include "channel.h"
#include "endpoint.h"
#include <list>
#include <memory>
namespace tinyToolkit
{
namespace net
{
class API_TYPE TCPSession : public std::enable... | [
"huangmengmeng0526@gmail.com"
] | huangmengmeng0526@gmail.com |
dbe72aeec4bd5d2c42c0d678dbbfbf40e14fbc7d | 60619a8daa4603fb65f4f86f383a6ddde841e326 | /2014-04-09/C.cpp | 35bbbe09a83181ac1c9ad00d745b4a585199015b | [] | no_license | MYREarth/secret-weapon | f4b1d4b995951546b2fb1e40190707a805fb88b5 | 77f3ff1111aafaaae8f56893b78e3be9134437a9 | refs/heads/master | 2020-05-22T02:29:43.024017 | 2015-10-03T08:17:46 | 2015-10-03T08:17:46 | 186,199,326 | 3 | 0 | null | 2019-05-12T01:46:13 | 2019-05-12T01:46:13 | null | UTF-8 | C++ | false | false | 3,034 | cpp | #include <algorithm>
#include <cassert>
#include <cstdio>
#include <cstring>
#include <cmath>
#include <queue>
#include <utility>
#include <vector>
#include <set>
const double PI = acos(-1.);
const double EPS = 1e-8;
int signum(double x) {
return x < -EPS ? -1 : x > EPS;
}
struct Point {
double x, y;
P... | [
"ftiasch0@gmail.com"
] | ftiasch0@gmail.com |
81382ed517e1744c5a010b3d615620444baf1fee | 33d3b9f1d1f4793ca5095cc78ef4aa4ac575ec65 | /Components/TNT/Source/TntGrids.hpp | 1bdcf8c0cf50a55504466cf36f6bf3afaa40b50c | [] | no_license | Arduinology/cubicexplorer | 38e4853dc55019bdbbce7af0c06a679b74380af9 | 7ad9b6f7294bd997405e72d09358354191203ff4 | refs/heads/master | 2020-05-29T19:09:08.481659 | 2013-12-09T06:30:14 | 2013-12-09T06:30:14 | 22,229,528 | 7 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 13,511 | hpp | // Borland C++ Builder
// Copyright (c) 1995, 2005 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Tntgrids.pas' rev: 10.00
#ifndef TntgridsHPP
#define TntgridsHPP
#pragma delphiheader begin
#pragma option push
#pragma option -w- // All warnings off
... | [
"cubicreality@969c896a-e6fe-11dd-bd7b-b12b6590754f"
] | cubicreality@969c896a-e6fe-11dd-bd7b-b12b6590754f |
9a52566c2b3756a4d008cc0168790dd69fa78942 | 44ab57520bb1a9b48045cb1ee9baee8816b44a5b | /TheLastOverlord/Code/GameMasterServer/GameMasterServerMiddleLayer/Audio/AudioManager.h | bca95ab9c21d8f026b1ce246ce3d61e0a7fe64d0 | [
"BSD-3-Clause"
] | permissive | WuyangPeng/Engine | d5d81fd4ec18795679ce99552ab9809f3b205409 | 738fde5660449e87ccd4f4878f7bf2a443ae9f1f | refs/heads/master | 2023-08-17T17:01:41.765963 | 2023-08-16T07:27:05 | 2023-08-16T07:27:05 | 246,266,843 | 10 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,142 | h | /// Copyright (c) 2010-2022
/// Threading Core Render Engine
///
/// 作者:彭武阳,彭晔恩,彭晔泽
/// 联系作者:94458936@qq.com
///
/// 标准:std:c++20
/// 最后的霸王版本:0.9.0.12 (2022/07/28 22:26)
#ifndef GAME_MASTER_SERVER_MIDDLE_LAYER_AUDIO_MIDDLE_LAYER_AUDIO_H
#define GAME_MASTER_SERVER_MIDDLE_LAYER_AUDIO_MIDDLE_LAYER_AUDIO_H
#include "Game... | [
"94458936@qq.com"
] | 94458936@qq.com |
b299081b1937b89ff4ac24e41ddacd47a46aeeae | 927c92cc32ad7307ece3b1c47741b0e426b5423a | /Stack/implementKStacksInAnArray.cpp | 006a1a5eea8d103f1ff2ea07bb9d988b74dfdfb4 | [] | no_license | sayakkun/Data-Structures-And-Algorithms | 42e147c226d54a6f71d893f75779589741ce6031 | 28a517284b7917ea463f99541fd929dc2d1e3962 | refs/heads/master | 2020-03-20T19:46:42.125029 | 2018-09-03T13:56:56 | 2018-09-03T13:56:56 | 137,653,355 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,274 | cpp | // A C++ program to demonstrate implementation of k stacks in a single
// array in time and space efficient way
#include<bits/stdc++.h>
using namespace std;
// A C++ class to represent k stacks in a single array of size n
class kStacks
{
int *arr; // Array of size n to store actual content to be stored in stacks
... | [
"sayakhaldar5@gmail.com"
] | sayakhaldar5@gmail.com |
566430a6bde199a4f8fd9f2f4d713af2da1f840e | 7409c20db411b8615ce4fa5809f953996e4b1da5 | /trunk/source2/UmlParameterSet.h | dc74d9fd00465b754c3bb6b7e9735b99fbbd09ef | [] | no_license | jfinn24985/butter | bc997213520c9cc1552fbac62c63f093f393d137 | d09e89c8f358267349f67d3bd3fa8706372ab1c8 | refs/heads/master | 2021-12-31T21:17:41.586261 | 2021-05-02T20:00:03 | 2021-05-02T20:00:03 | 124,422,694 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 393 | h | #ifndef _UMLPARAMETERSET_H
#define _UMLPARAMETERSET_H
#include "UmlBaseParameterSet.h"
#include "UmlActivityItem.h"
#include <qbytearray.h>
class UmlParameterSet : public UmlBaseParameterSet, public UmlActivityItem {
public:
// the constructor, do not call it yourself !!!!!!!!!!
UmlParameterSet(void * id... | [
"jfinn24985@gmail.com"
] | jfinn24985@gmail.com |
a18afddb42afc1da93e1b835087506fc92ca822f | 9d049258c3f8534bdd6d32fd7c3742517608c002 | /120. Triangle - my solution.cp | 147d6d810b3814406dddb130089b91d9736a0ba6 | [] | no_license | Joqsan/Leetcode | 4b38c9c9611cc96749dfea0149400d6c2a30633d | 70805d6f72fc8d61d8be62cce5837c812f3253af | refs/heads/master | 2023-04-24T06:43:56.608149 | 2021-05-13T21:37:08 | 2021-05-13T21:37:08 | 367,179,812 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,469 | cp | #include <vector>
#include <algorithm>
#include <iostream>
using namespace std;
/*
Complexity:
- Time: O(N^2)
- Space: O(N^2)
*/
class Solution
{
public:
int minimumTotal(vector<vector<int>>& triangle)
{
int R = triangle.size();
vector<vector<int>> dp;
int min_sum = triangle[0]... | [
"6027118+Joqsan@users.noreply.github.com"
] | 6027118+Joqsan@users.noreply.github.com |
5ac6246d15a746ce97fc1150ad2d959741851d76 | 562fd1846ebf205ed1d0da30e0deea12adc9c2a1 | /DerydocaEngine/src/TypeNameLookup.h | d8fbbfec12ff8e2b2fda8e09f5fec2fe90fe4e79 | [
"BSD-3-Clause"
] | permissive | luigicampbell/derydocaengine | 1e31bee63eba26ee2de089e91948b8439ec59e64 | d915c92392d31f94f84671c311528795f5fa6c84 | refs/heads/master | 2020-04-24T23:54:57.320317 | 2019-02-20T23:10:28 | 2019-02-20T23:10:28 | 172,360,592 | 1 | 0 | BSD-3-Clause | 2019-02-24T16:22:00 | 2019-02-24T16:25:02 | null | UTF-8 | C++ | false | false | 583 | h | #pragma once
#include "Object.h"
namespace DerydocaEngine
{
class TypeNameLookup
{
public:
static TypeNameLookup& getInstace() {
static TypeNameLookup m_instance;
return m_instance;
}
template<typename T>
bool registerType(std::string typeName)
{
unsigned long typeId = getTypeId<T>();
m_name... | [
"derrick.canfield@gmail.com"
] | derrick.canfield@gmail.com |
d95b2a5d75415c2f96067c9aad32ece47c9772fd | 0951dca6c1029b5251687daa5bd6175749456b3f | /src/SFML/Audio/Listener.cpp | 217e705f3485a568498739997ec622e6f5465970 | [
"Zlib"
] | permissive | luke5542/DSFML-C | 583a83580f592ace32efde0e4aa55137b7ab3e3f | d3c874d1395931fd0c23137fc711450f0a236cfd | refs/heads/master | 2021-01-17T08:07:08.122842 | 2014-03-23T21:44:30 | 2014-03-23T21:44:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,048 | cpp | /*
DSFML - The Simple and Fast Multimedia Library for D
Copyright (c) <2013> <Jeremy DeHaan>
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.
Permission is granted to anyone to use this softw... | [
"dehaan.jeremiah@gmail.com"
] | dehaan.jeremiah@gmail.com |
24b48da8e0ebd05e9675d2748d8e04cf5d418974 | 8cc8cdb9172a18fae627e74663693c0bd0c62f59 | /uIoT-master/examples/blink/blink_ino2/blink_ino2.ino | 8cbce8b60ea1590f42ccfb7a4ed75665c7f7ec4f | [] | no_license | SauleVire/Kolektorius_v3.0 | 666bdb05d054a791df8fa9dc3284a4d4f38ad2b2 | efb809fa0cf943ad7d2e1e04930e924dd6ea1e21 | refs/heads/master | 2016-09-06T11:34:50.108487 | 2015-01-06T20:36:44 | 2015-01-06T20:36:44 | 28,882,356 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 142 | ino | void setup(){
pinMode(5, OUTPUT);
while(1) {
digitalWrite(5,HIGH);
delay(50);
digitalWrite(5,LOW);
delay(500);
}
}
void loop()
{
}
| [
"alv2005@gmail.com"
] | alv2005@gmail.com |
7767119c1e2dd93bf1fd7c28cdd1b3a8fa68f5a3 | 2c642ac5e22d15055ebf54936898a8f542e24f14 | /Example/Pods/Headers/Private/boost/boost/move/traits.hpp | 34239edd2bf2707309536c285fdc40fbfcac8652 | [
"Apache-2.0"
] | permissive | TheClimateCorporation/geofeatures-ios | 488d95084806f69fb6e42d7d0da73bb2f818f19e | cf6a5c4eb2918bb5f3dcd0898501d52d92de7b1f | refs/heads/master | 2020-04-15T05:34:06.491186 | 2015-08-14T20:28:31 | 2015-08-14T20:28:31 | 40,622,132 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 54 | hpp | ../../../../../boost/Pod/Classes/boost/move/traits.hpp | [
"tony@mobilegridinc.com"
] | tony@mobilegridinc.com |
5fac61f8163b01f6c6326b71dd27f7a0fc56843a | 8646d753247f7dddea6d73d81422b1ec742c9f5a | /pagoda2/inst/testfiles/nearbyPointsGreedyCluster/libFuzzer_nearbyPointsGreedyCluster/nearbyPointsGreedyCluster_DeepState_TestHarness.cpp | a1c701e983339af1d486abf01c3e7093ad5bece1 | [] | no_license | akhikolla/updatedatatype-list4 | 24f5271c9d2807aca7dc8620b56eb96e740cd3c4 | 0a2a0a46e9fb6e066f30899c4cb3c016ba3a1504 | refs/heads/master | 2023-04-01T20:11:05.484102 | 2021-04-02T01:19:34 | 2021-04-02T01:19:34 | 352,124,197 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,640 | cpp | // AUTOMATICALLY GENERATED BY RCPPDEEPSTATE PLEASE DO NOT EDIT BY HAND, INSTEAD EDIT
// nearbyPointsGreedyCluster_DeepState_TestHarness_generation.cpp and nearbyPointsGreedyCluster_DeepState_TestHarness_checks.cpp
#include <fstream>
#include <RInside.h>
#include <iostream>
#include <RcppDeepState.h>
#include <qs.h>
#i... | [
"akhilakollasrinu424jf@gmail.com"
] | akhilakollasrinu424jf@gmail.com |
93ea6594192170a22a0034a27340401ea36a471c | ddc9ff6b22b2c651aafbebc2c0254e5551bffb6a | /INE5420-CG/SGI/SGI-2D/control.h | d690442a4de0cc99b60891bec33648401cf2a745 | [] | no_license | FabioVCoelho/UFSC- | 176bbe99b36ccc32ab5b94d62d0c4ed90e7232b1 | 45cf55e8459efd191e67d239965ce7bd49a1c589 | refs/heads/master | 2018-12-02T07:34:04.782216 | 2018-09-05T22:30:33 | 2018-09-05T22:30:33 | 69,478,269 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,500 | h | #ifndef CONTROL_H
#define CONTROL_H
#include "model.h"
#include "cg_system.h"
#include <vector>
#include <map>
class Control {
public:
Control(Model& model, CGSys& cg);
void addShapeInit(std::string name, const Shape& shape);
void addShape(std::string name, const Shape& shape);
void init();
void zoomIn();
voi... | [
"angrazito@gmail.com"
] | angrazito@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.